.adBox span.adTitle {font-size:10px}
.adBox {margin:22px 0 0 0;padding:0 0 22px;position:relative}
.adBox span.adTitle {color:#e7e7e7;display:block;line-height:10px;position:absolute;right:0;text-align:right;top:-10px}
.adBox .adContainer {border:1px dotted #c6c6c6;}
.adBox .adsContainertop {border:1px dotted #c6c6c6;}
.adBox .adsContainerright {border:1px dotted #c6c6c6;}
.adBox .adsContainerleft {border:1px dotted #c6c6c6;}

.weatherbutton {
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.weatherbutton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #ffcc00;
}

.weatherbutton1:hover {
  background-color: #ffcc00;
  color: white;
}

#rechtsaussenbox {width:305px; height:99%; padding: left; margin:auto 0; text-align:left;overflow:hidden; right:3px; top: 3px; position:fixed;}
#linksaussenbox {width:305px; height:99%; padding: right; margin:0 auto; text-align:right;overflow:hidden; left:3px; top: 3px; position:fixed;}

@media only screen 
and (min-width: 0px) 
and (max-width: 1199px) {
  #linksaussenbox {display: none;}
  #rechtsaussenbox {display: none;}
}

@media only screen 
and (min-width: 1199px) 
and (max-width: 1500px) {
#rechtsaussenbox {width:165px; height:99%; padding: left; margin:auto 0; text-align:left;overflow:hidden; right:3px; top: 3px; position:fixed;}
#linksaussenbox {width:165px; height:99%; padding: right; margin:0 auto; text-align:right;overflow:hidden; left:3px; top: 3px; position:fixed;}
}