@charset "UTF-8";
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
/* hiDPI stuff */
} 

#CookiebotWidget {
    display: none;
}

#Cookiemeldung2 {
     margin-top: 5%;
    margin-bottom: 5%;
    float: none;
    clear: both;
    background-color: rgba(255,255,255,1);
    border: 5px solid rgba(230,230,230,1);
    padding: 6%;
    padding-left: 18%;
    background: url("/lib/imgAllg/cookiebot2.svg") no-repeat 100% rgba(204,200,142,1.0);
    background-size: 17%;
    background-position: 6% 50%;
    font-size:0.8em;
    min-height: 50px;
    margin-left: 5%;
    margin-right: 5%;
          -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#Cookiemeldung2 p {
  width: 80%;
    padding-left: 20%;
    max-width: 100%;
    background-color: rgba(255,255,255,0);
           -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#Cookiemeldung2 a {
 width: 100%;
    background-color: rgba(255,255,255,0);
           -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}


#Cookiemeldung2:hover {
   /* display: none;*/
   background-color: rgba(255,255,255,1);
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}






p, li, ul, span, a {
    line-height:1.5em; 
}

b, strong {
    font-weight:400;
}


h1, h2, h3, h4, h5, h6 {
        font-family: "Ubuntu-Condensed", sans-serif;
  line-height:1.1em;
font-weight: 300;
}

H1 {
	font-size:1.7em;
	}
	
H2 {
	font-size:1.3em;
	}
	
H3 {
	font-size:1.2em;
	}
	
H4 {
    font-size:1.1em;
	}
	
H5 {
    font-size:0.8em;
	}
H6 {
    font-size:0.7em;
	}
	

#SoundCloudDiv {
    background-color: rgba(0,0,0,1);
    margin-top:0px;
   
    width: auto;
    max-width: 100%;
}


@media screen and (max-width: 959px) {
  
  
}

#VideoDiv {
    background-color: rgba(0,0,0,1);
    margin-top:-2px;
    width: 100%;
    min-width: inherit;
    max-width: 100%;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 0px solid #ccc;
    max-height: 100%;
}
#VideoDiv iframe, #SoundCloudDiv iframe {
    background-color: rgba(0,0,0,1);
   width: 100%;
    min-height: 100vh;
 margin: 0px!important;

 
}
