@charset "utf-8";

body {
  background-image: url("../images/note.png");
}

#banner {
	width: 15%;
	right: 20px;
	top: 50px;
	position: absolute;
	padding: 10px;
}

#bannersmk {
	width: 15%;
	right: 20px;
	position: absolute;
	padding: 10px;
}

#bannersmk img {
	margin-top: 2%;
	width: 100%;
}

#bannersmk h1 {
	margin-top: 5%;
	font-size: 19px;
	color: #ff0000;
	text-align: center;
}

#bannersmk h2 {
	margin-top: 5%;
	font-size: 16px;
	color: #177ac9;
	text-align: center;
}

#bannersmk h3 {
	margin-top: 5%;
	font-size: 19px;
	color: #ff0000;
	text-align: center;
}

#ueberschrift {
	float: left;
	width: 75%;
	text-align: right;
	font-weight: bold;
}

usgross {
	font-size: 3vw;
	color: #177ac9;
	padding-right: 1%;
}

#text {
	float: left;
	width: 74%;
	margin-left: 2%;
	text-align: justify;
}

#textpop {
	width: 74%;
	margin-left: 2%;
	margin-bottom: 10px;
	text-align: center;
}

#textpop a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

nortext {
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	width: 99%;
}

nortext img {
	margin-left:5%;
}

nortext h2 {
	text-align: center;
	font-size: 17px;
	color: red;
	font-weight: bold;
	width: 99%;
}

#aufz {
	width: 74%;
	text-align: left;
	margin-left: 20px;
}

textrot {
	text-align: justify;
	font-size: 17px;
	color: red;
	font-weight: bold;
	width: 99%;
}

textrotgross {
	text-align: justify;
	font-size: 25px;
	color: red;
	font-weight: bold;
	width: 99%;
}

nav {
  box-sizing: border-box;
  margin-left: 1%;
  float: left;
  width: 75%;
  background: #fffa17;
  font-size: 16px;
  border: 2px;
  border-radius: 20px;
  margin-bottom: 20px;
}

nav ul {
  margin: 0;
  padding: 0;
}
 
nav a {
  display: block;
  color: #000;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
}
 
nav ul li:hover {
  background: #177ac9;
  border: 2px;
  border-radius: 20px;
}
 
nav ul li a {
    padding: 15px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #fffa17;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}
 
nav ul ul li a {
  padding: 10px 20px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}