p.incl {
margin-top: 0px;
margin-bottom: 0px;
font-family: "Times New Roman", serif;
font-size: 13pt;
}

h4 {
text-align: center;
font-family: "Times New Roman", serif;
font-weight: bold;
font-size: 16pt;
}

h3 {
text-align: center;
}

h2 {
text-align: center;
}

/*h4 {
text-align: center;
margin-top: 8px;
margin-bottom: 6px;
font-family: "Times New Roman", serif;
font-weight: bold;
font-size: 16pt;
} */

#text {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
font-family: "Times New Roman", serif;
font-size: 14pt;
}

#content1 {
  display: block;
}

#content2, #content3, #content4, #content5, #content6, #content7, #content8, #content9, #content10, #content11, #content12, #content13, #content14, #content15, #content16, #content17, #content18 {
  display: none;
}

/* Mobile Styles */
@media only screen and (max-width: 649px) {
#hinweis {
display: none;
}

#b_left {
  float: left;
  margin-left: 12px;
}

#b_right {
  float: right;
  margin-right: 12px; 
}
}

/* Tablet Styles 1 */
@media only screen and (min-width: 650px) and (max-width: 899px) {
#hinweis {
display: none;
}

#b_left {
  float: left;
  margin-left: 15px;
}

#b_right {
  float: right;
margin-right: 15px; 
}
}

/* Tablet Styles 2 */
@media only screen and (min-width: 900px) and (max-width: 1349px) {
#hinweis {
display: none;
}

#b_left {
  float: left;
  margin-left: 6%;
}

#b_right {
  float: right;
  margin-right: 6%; 
}
}

/* Desktop Styles */
@media only screen and (min-width: 1350px) {
#hinweis {
 width: 100%;
 text-align: center;
 font-family: Verdana; 
 font-size: 8pt;
 font-weight: 100;
}

#b_left {
  float: left;
  margin-left: 10%;
}

#b_right {
  float: right;
  margin-right: 10%; 
}
}