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

/*Adsimple ausblenden in iframes*/
.cc-body {
	display: none!important;
}

html {
	/*height: 100%;*/ /* set viewport constraint */
  /* min-height: 100vh;*/ /* enforce height */
}


body {
    /* font-family: 'Roboto Condensed', Arial, sans-serif;*/
	/*font-family: roboto, sans-serif;
font-weight: 200;*/
    font-family: 'Ubuntu', Arial, sans-serif;
font-style: normal;
font-weight: 200;
font-style: normal;
     margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #222;
	font-size: 1em;
	background-repeat:repeat-x;
	/*background-color: rgba(113, 116, 119, 0);*/
    background-color: rgba(0,0,0,1.0);
	-ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
	overflow: hidden!important;
}


div, p, a, li, ul, span {
        font-family: "Ubuntu", sans-serif;
font-weight:300;
    word-break:break-word;
  
}
a {
	color: rgba(50,50,50,1);
	font-size: 1.4em;
	text-decoration:underline 1px dotted rgba(50,50,50,1);
	padding: 3px;
	padding-left: 30px;
	font-weight: bolder;
	 background: url("/lib/imgAllg/doppelpfeilRe2.svg") no-repeat 100% rgba(255,255,255,1);
    background-size: 15px;
    background-position: 5px 50%;
	   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	
}
a:hover, a:focus, a:visited {
	background-color: rgba(230,230,230,1);
	   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s 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", Arial, 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;
	}
