@charset "utf-8";
/* CSS Document */

html {
	box-sizing: border-box;
}

@font-face {
    font-family: 'Cairo';
	   font-style: normal;
	       font-weight: normal;
    src: url('../fonts/cairo-regular-webfont.woff') format('woff'), url('../fonts/cairo-regular-webfont.woff2') format('woff2') ;
	font-display: swap;
}
body{
	font-family:"Cairo", sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;line-height:150%; font-size:1em;
}


p{
	font-family:Tahoma, Geneva, sans-serif;
}
article{
	padding-left: 5%;	
	margin-top: 4%;
}

html, body{margin: 0; padding: 0; width: 100%; height: 100%;background-color:#fff;position:absolute; 
	font-family: "Cairo", sans-serif;}
	
#header{width: 100%; height: 100%;}

#container{width: 100%; top: 0: left: 0;}


#next { width: 40%; margin: 2%; margin-left: 32%; }

a {
	color: #000;
	text-decoration:none;
}

nav {
	font-weight:bold; }

nav ul li{display:inline; padding-right: 30px;}
nav ul li a,
nav ul li a:visited{color: #000;}
nav ul li a.active,
nav ul li a:hover{
	display:inline;width:60px;text-align:center;-webkit-appearance:none;cursor:pointer;padding:0px 0px;box-sizing:border-box;margin:0em
0;border:2px solid #d23586;border-radius:6px;background-color:#cd032e;font-size:1.2rem;line-height:1.4;font-family:inherit;text-decoration:none;color:#000;
transition:background-color .4s cubic-bezier(.235,.02,.165,1.155),border-color .4s cubic-bezier(.235,.02,.165,1.155),color .4s cubic-bezier(.235,.02,.165,1.155)}

#banner 
h1 { 
	font-size:1.0em;
	margin-top: 1%;
	margin-left: 3%;
	margin-bottom:2%;
	
}

h2 { 

	font-size:1.0em;
	margin-top: -1%;
	margin-left: 3%;
	margin-bottom:2%;
	padding-right: 10%;
}
h3 {

	color: #000;
	font-size:1.8em;
	font-weight:bold;
	margin-top: 6%;
	margin-bottom: 1%;
	line-height: 1.5em;

}
h4 {
	font-size:1.2em;	
}

h5 {

}

#banner {
	position: relativ;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	/*height:1ßßpx;*/
	height: auto;
	padding-left: 1em;
	padding-top: 0.5em;
/*	z-index: 1;*/
	opacity: 0.75;
}

/*#hintergrund{
	width: 100%;
	margin-top: 188px;
	margin-bottom: 4%;
} */

#header{
	position: relative;
	top: 6%;
	width: auto;
	height: auto;
	margin: 0%;
	background-color:#fff; 
}

/*#content{
	background-color: #fff;
	width:100%; 
	height: auto; 
	margin: 0% auto;
	padding-left: 0%; 
	display: flex;
	flex-wrap: wrap;
	padding-top: 0%;
	heigth: auto;
}*/

/*#content{
	background-color: #fff;
	width:100%; 
	height: auto; 
	margin: 0% auto;
	padding-left: 0%; 
	flex-wrap: wrap;
	padding-top: 0%;
}*/

#impressum{
	width:80%; 
	height: auto; 
	margin: 0% auto;
	padding-left: 0%; 
/*	display: flex;
	flex-wrap: wrap;*/
	padding-top: 0%;
}

#space{
	margin-top: 180px;	
}


#footer a {color: #000;}
#footera:visited { color: #000; }

	

#footer{
	left: 0;
	bottom: 0;
	background-color: #ffef00;		
	color: #000;
	padding: 1% 0 2% 5%;
	margin-top: -1%;

	font-size:small;
}

       .image-link {
            position: absolute;
        }

 
        /* CSS für das Popup */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            text-align: center;
        }

        .popup-content {
		    position: absolute;
	
	        top: 40%;
            left:48%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }
		        /* CSS für den OK-Button */
        .ok-button {
            background: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
		


rect:hover {
	fill: white;
	opacity: 0.5;
}






@media only screen and (min-width: 1240px)  { 
#banner 
h1 { 
	font-size:2em;
	width:100%;
	margin-bottom: 2%;
}
#banner 
h2 { 
	font-size:1.6em;
	margin-bottom:1%;
}
}
 @media only screen and (max-width: 1920px) { }


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

}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
	
}

@media only screen and (max-width: 768px) { 

}



@media only screen and (max-height: 480px) and (max-device-width: 1024px) and (orientation: landscape){ 

}


@media only screen and (max-width: 480px) and (orientation: portrait) { 
/*h1 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.6em;
	margin-top: 1%;
	margin-left: 3%;
	margin-bottom:2%;
	
}

h2 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.0em;
	margin-top: -1%;
	margin-left: 3%;
	margin-bottom:2%;

}*/
}


@media only screen and (max-device-width: 375px) and (orientation: portrait) { 

/*#hintergrund{
	 height: 300px;
}
#content{
	width:90%; 
	margin: 5% auto;
}
#content h1{
	font-size:1.4em;
	margin-left: 0%;	
}

h1 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.6em;
	margin-top: 1%;
	margin-left: 3%;
	margin-bottom:2%;
	
}

h2 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.18em;
	margin-top: 1%;
	margin-left: 3%;
	margin-bottom:3%;

}
h3 {

	font-size:1.5em;
	margin-top: 8%;
	margin-bottom: 5%;
	margin-left: 22%;
	line-height: 1.5em;
}*/
}






/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0px none; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0px none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;clear:both; }



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

