﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;500;700&display=swap');

body {
	
	font-size:100%;
	height: 100vh;
	margin:0;
	padding:0;
	background-color: #f6fbfb;
}
 
h1 {
	font-size:1.75em;
	line-height:1.75em;
	font-family: 'Spartan', sans-serif;
	font-weight:400;
	color:#2c2b2b;
	padding-left: 0.5em;
	padding-top: 2em;
	margin:0,;
	

	
	text-align:left;
}

h2 {
	font-size:1.75em;
	line-height:1.75em;
	font-family: 'Spartan', sans-serif;
	font-weight:400;
	color:#2c2b2b;
	padding-left: 0.5em;
	padding-top: 2em;
	margin:0,;
	

	
	text-align:left;
}
h3 {
	font-size:1.15em;
	line-height:1.5em;
	font-family: 'Spartan', sans-serif;
	font-weight:500;
	color:#006699;
	margin:0em;
	padding:1.0em 0em 0.45em 1em;
	text-align:left;
}
h4 {
	font-size:1.15em;
	line-height:1.5em;
	font-family: 'Spartan', sans-serif;	
	font-weight:700;
	color:#666666;
	margin:0em;
	padding:1.0em 0em 0.45em 1em;
	text-align:left;
}
p {
	line-height:2.25em;
	font-family: 'Spartan', sans-serif;	
	font-weight:500;
	color:#666666;
	margin:0em;
	padding:1.0em;
	text-align:left;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   -webkit-hyphens: auto;
     -webkit-hyphenate-limit-before: 3;
     -webkit-hyphenate-limit-after: 3;
     -webkit-hyphenate-limit-chars: 6 3 3;
     -webkit-hyphenate-limit-lines: 2;
     -webkit-hyphenate-limit-last: always;
     -webkit-hyphenate-limit-zone: 8%;     -moz-hyphens: auto;
     -moz-hyphenate-limit-chars: 6 3 3;
     -moz-hyphenate-limit-lines: 2;
     -moz-hyphenate-limit-last: always;
     -moz-hyphenate-limit-zone: 8%;     -ms-hyphens: auto;
     -ms-hyphenate-limit-chars: 6 3 3;
     -ms-hyphenate-limit-lines: 2;
     -ms-hyphenate-limit-last: always;
     -ms-hyphenate-limit-zone: 8%;     hyphens: auto;
     hyphenate-limit-chars: 6 3 3;
     hyphenate-limit-lines: 2;
     hyphenate-limit-last: always;
     hyphenate-limit-zone: 8%;
}
table, th, td {
  	line-height:1.75em;
	font-family: 'Spartan', sans-serif;	
	font-weight:200;
	color:#666666;
	margin:0em;
	padding:0em;
	text-align:justify;
}

ul {
	margin:0em;
	padding:0em;
}

li {
	list-style:square;
	font-family: 'Spartan', sans-serif;
	font-weight:500;
	color:#666666;
	line-height:1.75em;
	padding-right:0.5em;
	margin:0.313em 0em 0.313em 0em;
}


.nav {
	margin:0em;
	padding:0em;
}

.black ul li {
	list-style:square;
	font-family: 'Spartan', sans-serif;	
	font-weight:500;
	color:#2f5551;
	line-height:1.75em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:100%;
	height:auto;
	max-width:100%;
}

img.trennstrich {
	width:2px;
	height:20px;
	max-width:1px;
}
a {
	text-decoration: none;
}

/* On Top Bar*/

#menubar {
	
	display:block;
	height:0px;

}

#menubar ul {

	display:block;
	max-width:100%;

}

#menubar ul li {
    	right: 2%;
    	top: auto;
    	left: auto;
    	width: 3em;
    	height: 3em;
	display:block;

	position:absolute;
	width:45px;
	display:inline;
	margin: 0px auto;
	padding: 0.6em 
}

#menubar ul li a.menubutton {
	display:none;
}

/* Header */

.top {
	position:relative;
	display:block;
	/*width:100%;*/
	height:102px;
	max-width:980px;
	text-align:left;
	margin: 0px auto;
	padding: 0px ;
	background-color: #f6fbfb;
}
header {
	/*position:absolute;
	display:block;*/
	width:100%;
	height:165px;
	margin: 0px auto;
	text-align:left;
	/*box-shadow: 0px 0px 10px -2px #32332c;*/

}
#logo {
	position:absolute;
	display:block;
	align:left;
	width:100%;
	max-width:116px;
	margin: 0em auto;
	padding: 0.5em ;
	
}

/* Navigation */


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
  	position: fixed;
  	top: 0;
  	width: 100%;
	z-index:4;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {
	padding-top: 0px;
	
}

nav {
	background-color: #f6fbfb;
	display:block;
	/*height:3.875em;
	max-height:7.75em;*/
	text-align:right;
	max-width:100%;
	margin: 0px auto;
	padding: 0px ;
	/*box-shadow: 0px 0px 10px -2px #32332c;*/
	}

nav ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:right;
	margin: 0px auto;
}

nav ul li {
	font-family: 'Spartan', sans-serif;
	font-weight:500;
	display:inline-block;
	margin:0px 0px 0px 20px;
    	padding:0,1em,1,0;
}

nav ul li a {
	color:#2c2b2b;
	font-size:1.0em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 2.2s;
	position: relative;
    	display: block;
   	text-decoration: none;
}

nav ul li a:active {
	color:#0099CC;

}
	
nav ul li a:hover {
	color:#0099CC;
	background:#f6fbfb;
	transition: all 250ms;
    	-wbkit-transition: all 250ms;
    	-moz-transition: all 250ms;
    	-o-transition: all 250ms;
    	-ms-transition: all 250ms;
}
nav ul li a::before {
    	content:"";
   	 position: absolute;
    	left:0;
    	top:0;
    	width: 100%;
    	height: 0;

    	transition: all 250ms;
    	-wbkit-transition: all 250ms;
    	-moz-transition: all 250ms;
    	-o-transition: all 250ms;
    	-ms-transition: all 250ms;
    	z-index:-1;
}
nav ul li a:hover::before {
	color: #0099CC;
    	height: 100%;    
}

nav ul li a:hover::after {
	color: #0099CC;
    	height: 100%;    
}
nav ul li a:down {
	color:#0099CC;

	}
nav ul li a:focus {
	color:#0099CC;
	}
/* Contact Button */

.button {
    	background-color: #4CAF50;
    	border: none;
    	color: white;
    	padding: 20px;
    	text-align: center;
    	text-decoration: none;
    	display: inline-block;
    	font-size: 16px;
   	margin: 4px 2px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

/* Google Maps */

.map-responsive{
    overflow:hidden;
    border:0px;
    margin-top:0px;
    padding-top:0px;
    left:0px;
    top:0px;
    position:relative;
    height:400px;
    z-index:1;
}
.map-responsive iframe{
    border:0px;
    left:0px;
    top:0px;
    margin-top:0px;
    padding-top:0em;
    height:400px;
    width:100%;
    position:absolute;
}

/* Videos */

.embed-container {
position: relative; 
padding-bottom: 56.25%; /* ratio 16x9 */
overflow: hidden; 
width: 100%;
max-width:980px;
height: auto;
}

.embed-container iframe {
position: absolute; 
top: 0; 
left: 2.25em;
right: 2.25em;
width: 100%;
height: 100%;
}

/* Content Area */


#section_1 {
	margin:0em auto;
	padding-top:0em ;
	padding-bottom:1em ;
	/*background: url(../bilder/section_1.jpg) no-repeat top center;*/
	background-color: #f6fbfb ;
	background-size: cover ;
	background-attachment:fixed;
	background-position: top;
	}

#section_3 {
	/* display:block; */
	/*width:100%;*/
	min-height:50%;
	margin:0em auto;
	padding-top:0em ;
	padding-bottom:1em ;
	background-color: #f6fbfb
	/*box-shadow: 0px 0px 10px -2px #32332c;*/
	}
#section_2 {
	/* display:block; */
	/*width:100%;*/
	min-height: 90%;
	margin:0em auto;
	padding-top:1em ;
	padding-bottom:1em ;
	}
#section_4 {
	/* display:block; */
	/* width:100%; */
	min-height: 100%;
	margin:0em auto;
	padding-top:1em ;
	padding-bottom:1em ;
	background-color: #f6fbfb
	/*background: url(../bilder/section_4.jpg) no-repeat top center;*/
	background-size: cover ;
	background-attachment:fixed;
	background-position: top;
	background-size: 100max ;
	}
#main {
	display:block;
	width:100%;
	max-width:980px;
	margin:0.0em auto;
	padding:0em;
	z-index: -2;
	/*background: rgba(255, 255, 252, 1);
	box-shadow: 0px 0px 10px -5px #32332c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/

	}
	
#main article {
	display:inline-block;
	width:38%;
	/*background:#f6fbfb;*/
	vertical-align: top;
	margin: 0em;
	padding:0em;
	text-align:center;
	}
#main disclaimer {
	display:inline-block;
	width:100%;
	/*background:#f6fbfb;*/
	vertical-align: top;
	margin: 0em;
	padding:0em;
	text-align:center;
	}	
#main article img {
	max-width:100%/*560px*/;
	/*box-shadow: 0px 0px 10px -5px #4C4948;*/
	border-radius: 2px;
}

#main aside {
	display:inline-block;
	width:58%;
	margin-left:1%;
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	/*background:#f6fbfb;*/
	border-bottom:0,188em solid #da4006;
}

/*#main article h2 {
	padding:1em 1.75em 1em 1.0em;
}*/

#main aside section ul {
	padding:1em 1.75em 1.25em 2.5em;

}
#main a {
	font-family: 'Spartan', sans-serif;	
	font-weight:500;
	color:#006699;
}
#main a:hover {
	font-family: 'Spartan', sans-serif;	
	font-weight:500;
	color:#0099CC;
}
#album {
	display:block;
	width:100%;
	max-width:980px;
	margin:0.0em auto;
	padding:0em;
	z-index: -3;

	}
.control-top {
	background: url(../bilder/top.png) no-repeat;
	background-size: 3em;
	position: fixed;
	bottom: 10px;
    	right: 4%;
    	top: auto;
    	left: auto;
    	width: 3em;
    	height: 3em;
		margin: 0px auto;
	padding: 0.6em 
	display:block;
	z-index: 10;
}
.control-top:hover {
	background: url(../bilder/top_hover.png) no-repeat;
	background-size: 3em;
	}

/* Footer */

footer {
min-height: 5%;
	font-family: 'Spartan', sans-serif;
	font-weight:500;
	display:block;
	background:#f6fbfb;
	text-align:center;
	max-width:100%;
	margin: 0px auto;
	/*box-shadow: 0px 0px 10px -2px #32332c;*/
}
	
footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin: 0px auto;
}
	
footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#006699;
	padding:0em 0.625em 0em 0.625em;
}

footer ul li a {
	line-height:1.25em;
	font-family: 'Spartan', sans-serif;	
	font-weight:500;
	color:#006699;
	margin:0em;
	padding:0.5em;
	text-align:justify;
}
footer ul li a:hover {
	line-height:1.25em;
	font-family: 'Spartan', sans-serif;
	font-weight:500;
	color:#0099cc;
	margin:0em;
	padding:0.5em;
	text-align:justify;
}

/* mobile */

@media screen and (max-width:800 px) {
	
body {
		font-size:90%;
	}

}

@media screen and (max-width:700 px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.25em 0em 0.625em 0em;
	}
	img.trennstrich {
		margin: 0.3em 0em 0.3em 0em;
		padding:1.5em;
		width:90%;
		height:2px;
		max-width:90%;
	}
	/*#section_1 {
	min-height: 90vw;
	margin:0em auto;
	padding-top:1em ;
	padding-bottom:1em ;
	background-color: #f6fbfb ;
	background-size: cover ;
	background-attachment:fixed;
	background-position: top;
	}*/


}

@media screen and (min-width:680px) {
	/*nav.nav {
		display:block ;
		transition: all 250ms;
    		-wbkit-transition: all 250ms;
    		-moz-transition: all 250ms;
    		-o-transition: all 250ms;
    		-ms-transition: all 250ms;
	}*/

}	

@media screen and (max-width:679px) {
	






	body {
		font-size:86%;
	}
	header {
		width:100%;
		
	}
	.top {
		position:relative;
		display:block;
		width:100%;
		vertical-align: bottom;
		margin: 0px auto;
		padding: 0px ;
		background:#f6fbfb;
	}
	#menubar {
		z-index: 6;
		background-color: #f6fbfb;
		display:block;
		height:62px;
		text-align:center;
	}
	#menubar ul li a.menubutton { 
  /*left: 50%;
  transform: translate(50%);
  right: 4%;*/
  background: url(../bilder/menu.png) no-repeat;
  background-size: 3em;
    	top: auto;
    	left: auto;
    	width: 3em;
    	height: 3em;
		text-align:right;
		z-index: 6;
		display:block;
	}
	#menubar ul li a.menubutton:hover {
		background: url(../bilder/menu_hover.png) no-repeat;
		background-size: 3em;
		}
	/*nav.nav {
		display:block; 
		transition: all 250ms;
    		-wbkit-transition: all 250ms;
    		-moz-transition: all 250ms;
    		-o-transition: all 250ms;
    		-ms-transition: all 250ms;
	}*/

	nav {
		z-index: 5;
		display:none;
		height: auto;	
		transition: all 250ms;
    		-wbkit-transition: all 250ms;
    		-moz-transition: all 250ms;
    		-o-transition: all 250ms;
    		-ms-transition: all 250ms;
	}
	nav ul li {
		text-align:right;
		z-index: 4;
		display:block;
	}
	nav ul li a:active {
		color:#CC3300;
		background-color: #eaf0f0;
		display:block;
	}
	nav ul li a:hover {
		color:#0099CC;
		transition: all 250ms;
		display:block;
    		-wbkit-transition: all 250ms;
    		-moz-transition: all 250ms;
    		-o-transition: all 250ms;
    		-ms-transition: all 250ms;
	}
	nav ul li a:focus {
		color:#0099CC;
		display:block;
    		background-color: #eaf0f0;
	}
	nav ul li a:down {
		color:#0099CC;
		display:block;
    		background-color: #eaf0f0;
	}
	nav ul li a::before {
		display:block;
    	}
	nav ul li a:hover::before {
		display:block;
    	}
	/*#section_1 {
	min-height: 90vw;
	margin:0em auto;
	padding-top:1em ;
	padding-bottom:1em ;
	background-color: #f6fbfb ;
	background-size: cover ;
	background-attachment:fixed;
	background-position: top;
	}*/
	#main article {
		width:100%;
		margin:0em 0em 1.563em 0em;

	}
	#main aside {
		width:100%;
		margin: 0em;
		padding:0em;
	}
	footer ul li {
		/*display:block;
		margin:0.3em 0em 0.3em 0em;*/
	}
	/*figcaption{
 		display:none;
	}*/
	img.trennstrich {
		margin: 0.3em 0em 0.3em 0em;
		padding:1.0em;
		width:90%;
		height:1px;
		max-width:90%;
	}

}