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

#CookiebotWidget {
    display: none;
}

[id^="Cookiemeldung2"] {
    
    float: none;
    clear: both;
    background-color: rgba(255,255,255,1);
    border: 5px solid rgba(230,230,230,1);
    padding: 3%;
    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;
          -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;
}
[id^="Cookiemeldung2"] p {
  width: 100%;
    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;
}
[id^="Cookiemeldung2"] a {
 width: 100%;
           -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;
}


[id^="Cookiemeldung2"]:hover {
   /* display: none;*/
        -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, H2, H3, H4, H5, H6 {
	font-size:1.7em;
	}

	

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



#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;
    
}
#VideoDiv iframe, #SoundCloudDiv iframe {
    background-color: rgba(0,0,0,1);
   width: 100%;
    
 margin: 0px!important;

 
}
