@import "grid.css";
@import "font-awesome.css";
@import "jquery.fancybox.css";

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*General*/

html, body {
    height:100%;
}

body {
    margin:0;
    color: #505050;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0.1s;
}

a:focus,
:focus {
    outline: 0 none;
}

section {
	background:#fff;
}

h1 {
    font-size: 58px;
    line-height: 84px;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    display: inline;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

h2 {
    font-size: 36px;
line-height: 44px;
font-weight: 400;
margin: 0;
padding: 0 0;
color: #095e00;
display: inline;
}

.datenschutz h3, .datenschutz h4 {
    font-size: 30px;
line-height: 38px;
font-weight: 400;
margin: 0;
padding: 0 0;
color: #095e00;
display: inline;
}

/**/


header {
    height: 82px;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: #fff;
    padding: 10px 0 0 0;
    box-shadow: 0 10px 30px -15px #999;
}

.main nav {
    margin: 0px auto;
}

nav ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

nav ul li {
    display: block;
    float: left;
    width: 160px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0;
    line-height: 62px;
}

nav ul li a,
section.flex-screen a {
    color: #095e00;
}

nav ul li a:hover,
nav ul li a.active,
section.flex-screen a:hover {
    color: #58575c;
}

.logo img {
    width: 132px;
    height: auto;
}

/**/

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}


html, body {
    height:100%;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
	display:table;
}

.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}

.not-fullscreen {
    height:50%;
}

.flex-screen {
    height: auto;
    padding: 60px 0;
}

.big {
    font-size: 18px;
    line-height: 32px;
}

.white {
    color: #fff;
}

.fa-arrow-circle-o-down {
    font-size: 40px;
    font-weight: 200;
    padding-top: 10px;
    color: #fff;
}

.scroller {
    height: 60px;
    left: 50%;
    position: absolute;
    width: 60px;
    margin-left: -30px;
    border-radius: 50%;
    bottom: 20%;
}

.increase {
    font-size: 140px;
    text-align: center;
    color: #009cdf;
}

footer {
    width: 100%;
    height: 60px;
    background: #095e00;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 60px;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a.active {
    color: #fff;
    text-decoration: underline;
}

.wBG {
    background: rgba(0,156,223,0.6)
}

/**/

.fa.fa-search-plus {
    color: #009cdf;
}

.borderRight {
    padding-right: 10px;
}

.borderLeft {
    padding-left: 10px;
}

/*#############*/

.navMob {
    width: 100%;
    display: none;
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(10%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(10%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*#############*/

/*Tablet Landscape*/
@media only screen and (min-width: 960px) and (max-width: 1024px) {

}

/*Tablet Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    #sticky-anchor,
    header {
	display: none;
    }
    
    .navMob {
	display: block;
    }
    
    .header,
    #nav {
	position: fixed !important;
    }
    
    .header {
height: 90px;
background: #fff;
width: 100%;
z-index: 1000;
padding-top: 30px;
    }
    
    #nav {
	top: 0px;
	z-index: 1001;
	width: 100%;
    }
    
    .header {
	text-align: center;
    }
    
    .header img {
	padding: 10px 0;
    }    
    
    .mobNav {
	background: #095e00;
	height: auto;
	text-align: center;
	padding: 6px 0;
	width: 100%;
	margin: 0;
    }
    
    a.mobNav {
	color: #fff !important;
    }

    #nav > a
    {
        display: none;
    }
    
    #nav ul
    {
        position: absolute;
	left: 0;
	text-align: center;
	width: 99%;
    }

    #nav li
    {
        position: relative;
	background: #fff;
    }
    
    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
 
    /* first level */
 
    #nav > ul {
        height: auto;
        display: none;
        left: 0;
        right: 0;
    }
    
    #nav:target > ul {
        display: block;
	background: #fff;
	z-index: 1000;
    }
    
    #nav > ul > li {
        width: 100%;
        float: none;
    }
 
    /* second level */
 
    #nav li ul {
        position: static;
    }
    
    nav ul li {
    line-height: 34px;
    }
    
    h1 {
    font-size: 40px;
    }
    
    .big {
    font-size: 16px;
    line-height: 32px;
    }    

footer {
    height: auto;
    line-height: 30px;
}
   
footer span {
    white-space: nowrap;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}

iframe {
    width: 100%;
}
    
}

/*Smartphone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    #sticky-anchor,
    header {
	display: none;
    }
    
    .navMob {
	display: block;
    }
    
    .header,
    #nav {
	position: fixed !important;
    }
    
    .header {
height: 72px;
background: #fff;
width: 100%;
z-index: 1000;
padding-top: 30px;
    }
    
    #nav {
	top: 0px;
	z-index: 1001;
	width: 100%;
    }
    
    .header {
	text-align: center;
    }
    
    .header img {
	padding: 10px 0;
    }    
    
    .mobNav {
	background: #095e00;
	height: auto;
	text-align: center;
	padding: 6px 0;
	width: 100%;
	margin: 0;
    }
    
.header img {
    padding: 10px 0;
    width: 100px;
}    
    
    a.mobNav {
	color: #fff !important;
    }

    #nav > a
    {
        display: none;
    }
    
    #nav ul
    {
        position: absolute;
	left: 0;
	text-align: center;
	width: 99%;
    }

    #nav li
    {
        position: relative;
	background: #fff;
    }
    
    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
 
    /* first level */
 
    #nav > ul {
        height: auto;
        display: none;
        left: 0;
        right: 0;
    }
    
    #nav:target > ul {
        display: block;
	background: #fff;
	z-index: 1000;
    }
    
    #nav > ul > li {
        width: 100%;
        float: none;
    }
 
    /* second level */
 
    #nav li ul {
        position: static;
    }
    
    nav ul li {
    line-height: 34px;
    }
    
    h1 {
    font-size: 20px;
    line-height: 36px;
    }
    
    .big {
    font-size: 12px;
    line-height: 20px;
    }
    
footer {
    height: auto;
    line-height: 30px;
}
   
footer span {
    white-space: nowrap;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}

iframe {
    width: 100%;
}

h2 {
    font-size: 20px;
    line-height: 26px;
}
    
}

/*Smartphone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #sticky-anchor,
    header {
	display: none;
    }
    
    .navMob {
	display: block;
    }
    
    .header,
    #nav {
	position: fixed !important;
    }
    
    .header {
height: 90px;
background: #fff;
width: 100%;
z-index: 1000;
padding-top: 30px;
    }
    
    #nav {
	top: 0px;
	z-index: 1001;
	width: 100%;
    }
    
    .header {
	text-align: center;
    }
    
    .header img {
	padding: 10px 0;
    }    
    
    .mobNav {
	background: #095e00;
	height: auto;
	text-align: center;
	padding: 6px 0;
	width: 100%;
	margin: 0;
    }
    
    a.mobNav {
	color: #fff !important;
    }

    #nav > a
    {
        display: none;
    }
    
    #nav ul
    {
        position: absolute;
	left: 0;
	text-align: center;
	width: 99%;
    }

    #nav li
    {
        position: relative;
	background: #fff;
    }
    
    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
 
    /* first level */
 
    #nav > ul {
        height: auto;
        display: none;
        left: 0;
        right: 0;
    }
    
    #nav:target > ul {
        display: block;
	background: #fff;
	z-index: 1000;
    }
    
    #nav > ul > li {
        width: 100%;
        float: none;
    }
 
    /* second level */
 
    #nav li ul {
        position: static;
    }
    
    nav ul li {
    line-height: 34px;
    }
    
    h1 {
    font-size: 20px;
    line-height: 36px;
    }
    
    .big {
    font-size: 12px;
    line-height: 20px;
    }
    
footer {
    height: auto;
    line-height: 30px;
}
   
footer span {
    white-space: nowrap;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}

iframe {
    width: 100%;
}

.header img {
    padding: 10px 0;
    width: 80px;
}

h2 {
    font-size: 20px;
    line-height: 26px;
}

}
