#pg-2-0 .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.wrapper a:hover {
    color: #FF9900;
}
.wrapper a:focus, .wrapper a:hover {
      color: #ff9900; }

ul {
    list-style: disc;
    padding: 0 20px;
}
.aktuell a:link {
    color: #FFFFFF;
}
.aktuell a:hover {
    color: #FF9900;
}
.aktuell a#current {
    color: #FF9900;
    font-weight: bold;
}
.arrowmen {
  height:17; 
  width:18;
  border:0; 
  padding-bottom:3px;
}
main, .sidebar1, .sidebar2, .sidebar3 {
    padding: 0 0 0 0;
}
.post-content img {
    border-radius: 0;
}
.small {
  text-decoration: underline;
  font-size:90%;
}
.smallol {
  text-decoration: none;
  font-size:90%;
  color: #cccccc;
}
.smallfooter {
  font-size:90%;
}
.beschreibung {
  font-size: 90% !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.beschreibungohne {
  font-size: 90% !important;
}
.beschreibung a:link {
  color:#cccccc;
  font-size: 90%;
}
.contentinfo {
    background-color: #2d3537;
}
.fa {
margin: 0 10px;
}
.kopfzeile {
  	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	background: #DB8F17;
  	margin: 0 -5px 0 -5px;
}
.textschatten {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.titelneu {
  text-align: center;
  font-size: 120%;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.pano { position: absolute; width: 545px; height: 300px; overflow: hidden;}

.pano img {position:absolute; width: 545px; height: 300px; }
.pano img.img1 {  animation: loop1 60s infinite reverse linear; }
.pano img.img2 {  animation: loop2 60s infinite reverse linear; }

@keyframes loop1 {
   from { left: -100%; }
   to { left: 0px; }
}

@keyframes loop2 {
   from { left: 0px; }
   to { left: 100%; }
}
.textblock {
  position:absolute;
width: 545px;
  height:100px;
  background: rgba(0,0,0,.5);
  margin-top:180px;
  z-index:800;
}
.post-header {display:none;}
@media (max-width:1200px) {
.el-slider {
     transform:scale(1,1);
    -ms-transform:scale(1,1); /* für ältere IE Versionen */
    -moz-transform:scale(1,1); /* für ältere FireFox Versionen */
    -webkit-transform:scale(1,1); /* für ältere Safari und Chrome Versionen */
    -o-transform:scale(1,1); /* für ältere Opera Versionen */
  width: 100%;}
.pano {
width: 100%;
}
.textblock {
  width: 100%;
height: auto;
margin-top:150px;}
/*.crellyslider {
    white-space: normal !important;
}*/
  }
@media (max-width:480px) {
.textblock {
height: auto;
  margin-top:150px;}
.pano {height: 200px;}
}
th, td {
    border: thin dotted #767676;
    padding: 0.2rem;
}
.scfp-form-content .scfp-form-row .scfp-form-label .scfp-form-field-required {
    color: #fff;
}
.beschreibungfooter a {
color:#fff !important;
}