@charset "UTF-8";
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





.abstand-4
{
	height:4px;
	width:100%;
	display:block;
}



.abstand-6
{
	height:6px;
	width:100%;
	display:block;

}

.abstand-8
{
	height:8px;
	width:100%;
	display:block;

}

.abstand-10
{
    height:10px;
	width:100%;
	display:block;

}

.abstand-12
{
	height:12px;
	width:100%;
	display:block;

}

.abstand-15
{
	height:15px;
	width:100%;
	display:block;

}

.abstand-20
{
	height:20px;
	width:100%;
	display:block;

}

.abstand-27
{
	height:27px;
	width:100%;
	display:block;

}

.abstand-25
{
	height:25px;
	width:100%;
	display:block;

}

.abstand-30
{
	height:30px;
	width:100%;
	display:block;

}

.abstand-40
{
	height:40px;
	width:100%;
	display:block;

}

.abstand-50
{
	height:50px;
	width:100%;
	display:block;

}

.abstand-60
{
	height:60px;
	width:100%;
	display:block;

}

.abstand-70
{
    height:70px;
	width:100%;
	display:block;

}

.abstand-80
{
	height:80px;
	width:100%;
	display:block;

}

body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#000000;
    font-size:17px;
}


h1, h2, h3, h4, h5
{
 	margin-bottom: 0px;
	font-weight: 300;
	color: inherit;
    
}

h1
{
	font-size:32px;
	font-weight:600;
    text-align:center;
    line-height:36px;
}

.h1left
{
    font-size:32px;
	font-weight:400;
    line-height:36px;
}

h2
{
	font-size:17px;
    font-weight:800;
    text-align:center;
    letter-spacing: 0.05em;
}

.h2left
{
    font-size:17px;
    font-weight:800;
}

h3
{
	font-size:20px;
}

h4
{
	font-size:30px;
	font-weight:800;
}

h5
{
	font-size:15px;
    font-weight:400;
}



p
{
	margin-bottom:0px;
	display:block;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:none;
}

.font12
{
	font-size:12px;
	font-weight:300;
}

.font14
{
	font-size:14px;
	font-weight:300;
}


.textlight
{
	font-weight: 300;
}

.textbold
{
	font-weight:400;
}

.textboldbold
{
	font-weight:600;
}

h1 .textnormal
{
	font-weight:400;
}



h2 .textbold
{
	font-weight:600;
}

.bolder
{
	font-weight:600;
}




.linkweiss a
{
	text-decoration:none;
}

.linkweiss a:hover
{
	text-decoration:none;
	font-weight:bolder;
}

.linkblau a
{
	text-decoration:none;
}

.linkblau a:hover
{
	text-decoration:none;
	font-weight:bolder;
}


.zentrieren {
    margin-left:auto;
    margin-right:auto;
    display:block;
}


.textcenter
{

	text-align:center!important;
}

.textlinks
{

	text-align:left!important;
}

.vtop
{
    margin-top:0px;
    padding-top:0px;
    vertical-align:top;
}

.standard-img
{
	width:100%;
	height:auto;
}

.nopadding
{
	padding-right:0px!important;
	padding-left:0px!important;
}


#nav-icon1 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #006ab3;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1 span:nth-child(4) {
  top: 24px;
}

#nav-icon1 span:nth-child(5) {
  top: 32px;
}


#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
}

#nav-icon1.open span:nth-child(3) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(4) {
  opacity: 0;
  left: 60px;
}



#nav-icon1.open span:nth-child(5) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.button1
{
    padding: 10px 30px;
    border: 1px solid #006ab3;
    color: #006ab3;
    display:block;    
    font-size: 18px;
    transition: all .5s;
    text-align:center;
    width:300px;
}

.button2
{
    padding: 10px 30px;
    border: 1px solid #FEFEFE;
    color: #FEFEFE;
    display:block;    
    font-size: 18px;
    transition: all .5s;
    text-align:center;
    width:300px;
}

.button3
{
    padding: 10px 30px;
    border: 1px solid #000000;
    color: #000000;
    display:block;    
    font-size: 18px;
    transition: all .5s;
    text-align:center;
    width:300px;
}

.buttoncenter
{
	margin-left:auto;
	margin-right:auto;
}



.button1:hover
{
    background: #006ab3;
    color: #FEFEFE;
}

.button2:hover
{
    background: #FFFFFF;
    color:#000000;
}

.button3:hover
{
    background: #000000;
    color:#FEFEFE;
}

.button1-bg
{
  background: #006ab3;
  color: #FEFEFE;
}

.button1-bg:hover
{
    background: transparent !important;
    color: #006ab3!important;
}


.janeincontainer
{
    width:300px;
    min-height:1px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}



.neinbutton
{
    padding: 10px 30px;
    border: 1px solid #d71317;
    color: #d71317;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    transition: all .5s;
    text-align:center;
    margin-left:10px;
    margin-right:10px;
    width:130px;
    float:left;
}



.neinbutton:hover
{
    background: #d71317;
    color: #FEFEFE;
}

.neinbutton-bg
{
  background: #d71317;
  color: #FEFEFE;
}

.neinbutton-bg:hover
{
    background: transparent !important;
    color: #d71317!important;
}


.jabutton
{
    padding: 10px 30px;
    border: 1px solid #1b7820;
    color: #1b7820;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    transition: all .5s;
    text-align:center;
    margin-left:10px;
    margin-right:10px;
    width:130px;
    float:left;
}



.jabutton:hover
{
    background: #1b7820;
    color: #FEFEFE;
}

.jabutton-bg
{
  background: #1b7820;
  color: #FEFEFE;
}

.jabutton-bg:hover
{
    background: transparent !important;
    color: #1b7820!important;
}

.bild, .Bild
{
	width:100%;
	height:auto;
}

.bildskalieren
{
  animation-name: skalieren;
  animation-duration: 10s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}


@keyframes skalieren {
   0% {transform:scale(1);}
   100% {transform:scale(1.2);}
	
}

.animationlinks
{
  animation-name: anitextlinks;
  animation-duration: 1s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes anitextlinks {
  0% {
    opacity: 0;
    transform:translate(200px,0px);
	}	
  100% {
   opacity: 1;
   transform:translate(0px,0px);
  }
}

.animationrechts
{
  animation-name: anifaderechts;
  animation-duration: 1.5s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes anifaderechts {
  0% {
    opacity: 0;
    transform:translate(-200px,0px);
	}	
	
  30% {
    opacity: 0;
    transform:translate(-200px,0px);
	}	
  100% {
   opacity: 1;
   transform:translate(0px,0px);
  }
}

.fadeOutunten
{
  animation-name: aniunten;
  animation-duration: 1s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes aniunten {
  0% {
    opacity: 1;
    transform:translate(0px,0px);
	}	
  100% {
   opacity: 0;
   transform:translate(0px,300px);
  }
}

.fadeInoben
{
  animation-name: anivonoben;
  animation-duration: 1s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes anivonoben {
  0% {
    opacity: 0;
    transform:translate(0px,-100px);
	}	
  100% {
   opacity: 1;
   transform:translate(0px,0px);
  }
}

.minus
{
  animation-name: minusvonunten;
  animation-duration: 2s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:inherit; 
}




@keyframes minusvonunten {
  0% {
    opacity: 0;
    transform:translate(0px,250px);
	}	
  100% {
   opacity: 1;
   transform:translate(0px,0px);
  }
}

.zoomin1
{
  animation-name: zoomin1;
  animation-duration: 2s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes zoomin1 {
  0% {
    opacity: 0;
    transform:scale(0);
	}
	
  20% {
    opacity: 0;
    transform:scale(0);
	}
	
  45% 
	{
   opacity: 1;
   transform:scale(1.5);
  }
	50% 
	{
   transform:scale(1);
  	}
	100% 
	{
   transform:scale(1);
	opacity: 1;
  }
	
}

.zoomin2
{
  animation-name: zoomin2;
  animation-duration: 2s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes zoomin2 {
  0% {
    opacity: 0;
    transform:scale(0);
	}
	
  25% {
    opacity: 0;
    transform:scale(0);
	}
	
  50% 
	{
   opacity: 1;
   transform:scale(1.5);
  }
	60% 
	{
   transform:scale(1);
  	}
	100% 
	{
   transform:scale(1);
	opacity: 1;
  }
	
}

.zoomin3
{
  animation-name: zoomin3;
  animation-duration: 2s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:inherit; 
	
}

@keyframes zoomin3 {
  0% {
    opacity: 0;
    transform:scale(0);
	}
	
  30% {
    opacity: 0;
    transform:scale(0);
	}
	
  55% 
	{
   opacity: 1;
   transform:scale(1.5);
  }
	65% 
	{
   transform:scale(1);
  	}
	100% 
	{
   transform:scale(1);
	opacity: 1;
  }
	
}


 .img-rounded-2:hover
{
  animation: shakein 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


@keyframes shakein {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


 .zoomin4
{
  animation-name: zoomin4;
  animation-duration: 0.8s; 
  animation-timing-function: ease-in-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal; 
}

@keyframes zoomin4 {
  0% {
    transform:scale(1);
	}
	
  30% {
    transform:scale(1.5);
	}
	
  55% 
	{
   transform:scale(0.7);
  }
	65% 
	{
   transform:scale(1.1);
  	}
	100% 
	{
   transform:scale(1);
  }
	
}

.text-fenster-min-hoehe
{
	width:100%;
	min-height:280px;
	display:block;
}






