
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	font: inherit;
	vertical-align: baseline;
}

/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-regular - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-900 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }


/* GENERAL */
header{
    position:fixed;
    z-index: 3;
    width: 100%;
}


body{
	background-color:#ffffff;
	min-height:100vh;
	font-family: 'Roboto', sans-serif;
	
	
}
h1{
	color: #28354E;
	font-weight: 500;
	font-size: 30px;
	line-height: 130%;
}

h2{
	color: #28354E;
	font-weight: 500;
	font-size: 30px;
	line-height: 130%;
	box-shadow: inset 0 -15px 0 0 #FDE8C6;
	-moz-box-shadow:inset 0 -15px 0 0 #FDE8C6;
	-webkit-box-shadow:inset 0 -15px 0 0 #FDE8C6;
	-o-box-shadow: inset 0 -15px 0 0 #FDE8C6;
	display: inline;
}

h3{
	color: #28354E;
	font-weight: 500;
	font-size: 25px;
	line-height: 130%;
	box-shadow: inset 0 -5px 0 0 #ffffff;
	-moz-box-shadow:inset 0 -5px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 -5px 0 0 #ffffff;
	-o-box-shadow: inset 0 -5px 0 0 #ffffff;
	display: inline;
}

h4{
	color: #28354E;
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
}

p{
	color: #28354E;
	font-size: 20px;
	line-height: 130%;
	font-weight: 400;
}

@media screen and (max-width:780px){
	p{
		font-size: 16px;

	}
}

@media screen and (max-width:540px){
	p{
		font-size: 14px;
	}
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*header*/



/* NAV */

nav.navigation{
animation: headertrans 2000ms  forwards;
}

@keyframes headertrans {
    0% {
      background-color: rgba(0, 0, 0, 0);
	}
	75% {
		background-color: rgba(0, 0, 0, 0);
	  }
    100% {
		background-color:#008EAF;
    }
  }

nav.navigation{
    position: relative;
	height:100px;
	background-color:#008EAF;
    z-index:2;
    display: flex;
    justify-content: space-between;
}

.nav-logo{
	height:80px;
    line-height:100px;
    margin-top: 10px;
	padding:0 20px;
}

#logo{
	width: auto;
	height: 100%;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

#logo:hover{
	opacity: 0.7;
}

ul.nav-menu{
    padding-left:10px;
	display: flex;
	align-items: center;
}



ul.nav-menu li a{
	display: inline;
    line-height:100px;
    font-size: large;
	padding: 0 50px;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: inline;
}
ul.nav-menu li a:hover{
	color:#F7931E;
	box-shadow: inset 0 -30px 0 0 #ffffff;
	-moz-box-shadow:inset 0 -30px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 -30px 0 0 #ffffff;
	-o-box-shadow: inset 0 -30px 0 0 #ffffff;
}



.nav-toggle{
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor:pointer;
}
span.icon-bar{
	position:absolute;
	right:12px;
	display:block;
	width:26px;
	height:2px;
	background-color:#ffffff;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
  top:17px;
}
.icon-bar:nth-child(2){
  top:24px;
}
.icon-bar:nth-child(3){
  top:31px;
}
.nav-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-overlay.active{
	opacity:1;
	visibility:visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
	top:24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
	width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
	top:24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* MEDIAQUERIES für Head */

@media screen and (max-width:1000px){
    nav.navigation{
        height:60px;
    }

    .nav-logo{
        margin-top: 5px;
        height:50px;
        line-height:50px;
        padding:0 20px;
    }
	ul.nav-menu{
		position:absolute;
		top:60px;
		width:100%;
		height:0;
		padding:0;
        overflow:hidden;
        display: block;
    }
    
	ul.nav-menu.active{
		height:auto;
	}
	ul.nav-menu li{
		width:100%;
    }
    ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
        float:left;
    }
	ul.nav-menu li a{
		width:100%;
		padding:0;
		text-align:center;
		background-color:#2c2c2c;
	}
	ul.nav-menu li a:hover{
		background-color:#1c1c1c;
	}
	.nav-toggle{
		display:block;
	}
}
@media screen and (min-width:1001px){
	.nav-overlay.active{
		visibility:hidden;
		opacity:0;
	}
}

/* body */
.hero-container{
    position: relative;
    width: 100%;
	height: 90vh;
	background-image: url("img/headgr.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  
}

@media screen and (max-width:1001px){
	.hero-container{
		background-image: url("img/headkl.jpg");
		background-size:50%;
		background-position: left;
	}
}

@media screen and (max-width:540px){
	.hero-container{
		background-image: url("img/headkl.jpg");
		background-size:80%;
		background-position: center;
	}
}

.blob {
	position: absolute;
	top: -300px;
	left: -300px;
	fill: rgba(255, 255, 255, 0.3);
	width: 50vmax;
	z-index: 3;
  }


.runterscrollen{
	z-index: 2;
	display: flex;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%; bottom: -10%;
	margin-top: 50px;
	text-align: center;
	border-radius: 30px;
}

/* Button */

.btn{
	position:relative;
	text-decoration:none;
	color:#008EAF;
	font-size:2rem;
	box-sizing:border-box;
	font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.212);
	
  }

  .btn:hover{
	color:#F7931E;
	text-shadow: 0px 0px 0px #000;
  }

  .btn span{
	position:relative;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
  }

  .btn span:before{
	content:'';
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	border-radius:100%;
	border:7px solid #008EAF;
	opacity: 0;
	box-sizing:border-box;
	transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);

  }

  .btn:hover span:before{
	transform:scale(0.8);
	opacity: 1;
	
	border:7px solid #F7931E;
	
  }
  .btn .dots-container{
	opacity:0;
	animation: intro 1.6s;
	animation-fill-mode: forwards;
  }
  .btn .dot{
	width:8px;
	height:8px;
	display:block;
	background-color:#F7931E;
	border-radius:100%;
	position:absolute;
	transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
  }
  .btn .dot:nth-child(1){
	top:50px;
	left:50px;
	transform:rotate(-140deg);
	animation: swag1-out 0.3s;
	animation-fill-mode: forwards;
	opacity:0;
  }
  .btn .dot:nth-child(2){
	top:50px;
	right:50px;
	transform:rotate(140deg);
	animation: swag2-out 0.3s;
	animation-fill-mode: forwards;
	opacity:0;
  }
  .btn .dot:nth-child(3){
	bottom:50px;
	left:50px;
	transform:rotate(140deg);
	animation: swag3-out 0.3s;
	animation-fill-mode: forwards;
	opacity:0;
  }
  .btn .dot:nth-child(4){
	bottom:50px;
	right:50px;
	transform:rotate(-140deg);
	animation: swag4-out 0.3s;
	animation-fill-mode: forwards;
	opacity:0;
  }
  .btn:hover .dot:nth-child(1){
	animation: swag1 0.3s;
	animation-fill-mode: forwards;
  }
  .btn:hover .dot:nth-child(2){
	animation: swag2 0.3s;
	animation-fill-mode: forwards;
  }
  .btn:hover .dot:nth-child(3){
	animation: swag3 0.3s;
	animation-fill-mode: forwards;
  }
  .btn:hover .dot:nth-child(4){
	animation: swag4 0.3s;
	animation-fill-mode: forwards;
  }
  @keyframes intro {
	 0% {
	   opacity:0;
	}
	100% {
	   opacity:1;
	}
  }
  @keyframes swag1 {
	 0% {
	   top:25px;
	   left:25px;
	   width:8px;
	}
	50% {
	  width:15px;
	  opacity:1;
	}
	100% {
	   top:10px;
	   left:10px;
	   width:8px;
	   opacity:1;
	}
  }
  @keyframes swag1-out {
	 0% {
	   top:10px;
	   left:10px;
	   width:8px;
	}
	50% {
	   width:15px;
	  opacity:1;
	}
	100% {
	   top:25px;
	   left:25px;
	   width:8px;
	  opacity:0;
	}
  }
  @keyframes swag2 {
	 0% {
	   top:25px;
	   right:25px;
	   width:8px;
	}
	50% {
	  width:15px;
	  opacity:1;
	}
	100% {
	   top:10px;
	   right:10px;
	   width:8px;
	   opacity:1;
	}
  }
  @keyframes swag2-out {
	 0% {
	   top:10px;
	   right:10px;
	   width:8px;
	}
	50% {
	   width:15px;
	  opacity:1;
	}
	100% {
	   top:25px;
	   right:25px;
	   width:8px;
	  opacity:0;
	}
  }
  @keyframes swag3 {
	 0% {
	   bottom:25px;
	   left:25px;
	   width:8px;
	}
	50% {
	  width:15px;
	  opacity:1;
	}
	100% {
	   bottom:10px;
	   left:10px;
	   width:8px;
	   opacity:1;
	}
  }
  @keyframes swag3-out {
	 0% {
	   bottom:10px;
	   left:10px;
	   width:8px;
	}
	50% {
	   width:15px;
	  opacity:1;
	}
	100% {
	   bottom:25px;
	   left:25px;
	   width:8px;
	  opacity:0;
	}
  }
  @keyframes swag4 {
	 0% {
	   bottom:25px;
	   right:25px;
	   width:8px;
	}
	50% {
	  width:15px;
	  opacity:1;
	}
	100% {
	   bottom:10px;
	   right:10px;
	   width:8px;
	   opacity:1;
	}
  }
  @keyframes swag4-out {
	 0% {
	   bottom:10px;
	   right:10px;
	   width:8px;
	}
	50% {
	   width:15px;
	  opacity:1;
	}
	100% {
	   bottom:25px;
	   right:25px;
	   width:8px;
	  opacity:0;
	}
  }
  

/* Button Ende */




.headertxt{
	width: auto;
    height: auto;
	position: absolute;
	z-index: 1;
	right: 25%; top: 30%;
	background-color: white;
	padding: 5px;
	border-radius: 10px;
}

.headertxt p{
	color: #008EAF;
}

@media screen and (max-width:1378px){
	.headertxt{
		right: 10%;
		top: 55%;
	}
}
/* underline */

@media screen and (max-width:1000px){
	.headertxt{
		top: 20%;
	}
}
/* underline */

@media screen and (max-width:540px){
	.headertxt{
		top: 15%;
	}
}

	
.wave-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .wave-container > svg {
    display: block;
  }

  @keyframes animateWave {
    0% {
      transform: scale(1,0);
    }
    100% {
      transform: scale(1,1);
    }
  }
  .wave-container > svg {
    display: block;
    transform-origin: top;
    animation: animateWave 4000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }

  @media screen and (max-width:540px){
	.wave-container {
		display: none;
	}
}

  .mySlides {
	display: none;
	height: 300px;
	display: flex;
	align-items: center;
	overflow: hidden;
  }

  .mySlides img{
	  width: 200px;
	  height: 200px;
  }

  .mySlides img:hover{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}


  .aufzahlung{
	  margin-left: 30px;
	  text-indent:-15px;
	  margin-top: 20px;
	  color: #28354E;
  }

  @media screen and (max-width:780px){
	.aufzahlung{
		margin-left: 25px;
		text-indent:-12.5px;
	}
  }
	@media screen and (max-width:540px){
		.aufzahlung{
			margin-left: 20px;
			text-indent:-10px;
		}
	}


  /* Caption text */
  .text {
	color: #008EAF;
	font-size: 40px;
	line-height: normal;
	bottom: 20%;
	text-align: center;
	font-style: italic;
	font-weight: 500;
	width: 100%;
  }

  @media screen and (max-width:540px){
	.text {
		font-size: 25px;

	  }
	}

	@media screen and (max-width:780px){
		.mySlides img{
			display: none;
			font-size: 30px;
			
		}
	}


  /* Fading animation */
  .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }


#warum{
	background: #DCEFF4;
}

.h3section{
	position: relative;
	z-index: 2;
	width: auto;
}

.h3section h2:before{
	border-top: 20px solid #FDE8C6;
	content:"";
	margin: 0 auto;
	margin-left: 10px;
	position: absolute;
	top: 20px; left: 0; right: 0; bottom: 0;
	width: 500px;
	z-index: -1;
}

#was{
	background: #FFFFFF;
}

#coaching{
	background: #E7EFF9;
	position: relative;
}

.icons{
	position: absolute;
	top: 10%;
	right: 10%;
	height: 100%;
	width: auto;
	font-size: 24em;
	color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.texticon{
	z-index: 2;
	}

#supervision{
	background: #DCEFF4;
	position: relative;
}
#lehrsupervision{
	background: #BCBCBC;
	position: relative;
}
#resilienz{
	background: #F0D0D0;
	position: relative;
}
#wertschatzend{
	background: #FDE8C6;
	position: relative;
}

#wie{
	margin-top: 100px;

	margin-bottom: 100px;
	background: #EEE;
}

#wer{
	background: #FFFFFF;
	position: relative;
}

#referenzen{
	background: #DCEFF4;
	position: relative;
}

@media screen and (max-width:780px){
	.referenz{
		position: relative;
	}
}


.referenz{
	display: flex;
	margin-top: 5%;
	margin-bottom: 5%;
}

@media screen and (max-width:780px){
	.referenz{
		display: block;
	}
}

/* @media screen and (max-width:540px){
	#referenzen{
		font-size: 14px;
	}
} */

.logoprogcont{
		display: flex; 
		justify-content: center; 
		align-items: center;
		width: 40%;
}

.logoprog{
	width: 100%;
}

@media screen and (max-width:780px){
	.logoprog{
		margin-top: 10px;
		margin-bottom: 30px;
		width: 50%;
	}
	.logoprogcont{
		width: 100%;
	}
}

.referenztext{
	margin-left: 10%;
}
.vorstellungtxt{
	margin-right: 10%;
	background-color: #E7EFF9;
	border-radius: 20px;
	padding: 40px;
}

.vorstellungUeber{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4vw;
	padding-right: 4%;
	
}



/* Vorstellung untereinander */

@media screen and (max-width:780px){
	.vorstellungUeber{
		display: block;
		padding-right: 0px;
	}
	.vorstellungtxt{
		margin-right: 0px;
		background-color: transparent;
		border-radius: 0px;
		padding: 0px;
	}
}


.beschränkenrund{
	overflow: hidden;
	height: 350px;
	width: 350px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	flex-shrink: 0;
}

.beschränkenrund:hover{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}


@media screen and (max-width:1100px){
	.beschränkenrund{
	height: 200px;
	width: 200px;
	}
}
@media screen and (max-width:780px){
	.beschränkenrund{
		margin:auto;
		margin-bottom: 40px;
		height: 400px;
		width: 400px;
	}
}

@media screen and (max-width:540px){
	.beschränkenrund{
	height: 200px;
	width: 200px;
	}
}

.imgfit{
	width:auto;
	height: 100%;
}








/* Icons auf Was kann ich bieten */

.bieten{
	margin-top: 5%;
	margin-bottom: 5%;
}

.bieticon{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.bieticon li a{
	color: inherit;

}

.bieticon li{
	text-align: center;
	width: 33%;
	margin-top: 5;
	margin-bottom: 5%;
}

.bietcircle{
	width: 200px;
	margin: auto;
	height: 200px;
	border-radius: 50%;
	font-size: 5em;
	
}

/* media für icons */

@media screen and (max-width:780px){
	.bietcircle{
		width: 100px;
		height: 100px;
		font-size: 2.5em;
	}
}

@media screen and (max-width:540px){
	.bietcircle{
		width: 75px;
		height: 75px;
		font-size: 2em;
	}
}

.coaching{
	background-color: #E7EFF9;
	color: #ffffff;
	transition:  .5s;
}

.coaching:hover{
	background-color: #fff;
	color: #E7EFF9;
}

.supervision{
	background-color: #DCEFF4;
	color: #ffffff;
	transition:  .5s;
}

.supervision:hover{
	background-color: #ffffff;
	color: #DCEFF4;
}

.lehrsupervision{
	background-color: #BCBCBC;
	color: #ffffff;
	transition:  .5s;
}

.lehrsupervision:hover{
	background-color: #ffffff;
	color: #BCBCBC;
}

.resilienz{
	background-color: #F0D0D0;
	color: #ffffff;
	transition:  .5s;
}

.resilienz:hover{
	background-color: #ffffff;
	color: #F0D0D0;
}

.wert{
	background-color: #FDE8C6;
	color: #ffffff;
	transition:  .5s;
}

.wert:hover{
	background-color: #ffffff;
	color: #FDE8C6;
}

.bietcircle i{
	margin-top: 30%;
}

  .site-container{
    position: relative;
	width:80%;
	margin:5%;
	padding:5%;
	font-size:16px;
	font-weight:300;
	line-height:20px;
}

.was-container{
    position: relative;
	width:80%;
	margin:0% 5% 0%;
	padding:5%;
	font-size:16px;
	font-weight:300;
	line-height:20px;
}

.site-container p{
	margin:10px 0;
}

#fcontainer{
	position: relative;
	margin-top:-15%;
	height: 400px;
}

#fcontainerhs{
	position: relative;
	margin-top:-5%;
	height: 400px;
	background-color: #DCEFF4;
}

.erreichen{

	background-color: #FFFFFF;
	position: absolute;
	left: 15%;
padding: 3% 5% 5% 5%;
}

.erreichenhs{

	background-color: #DCEFF4;
	position: absolute;
	left: 15%;
padding: 3% 5% 5% 5%;
}

.fragen{
	position: absolute;
	right: 5%;
	bottom: 18%;
	background-color: #FDE8C6;
	padding: 2%;

}
.fragen p{
	font-size: medium;
}

.impressum{
	position: absolute;
	background-color: #008EAF;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}
.impressum a{
	color: #FFFFFF;
	text-decoration:none;
}

.impressum a:hover{
	color: #FDE8C6;
	text-decoration:none;
}

#sectionds{
	padding-top: 200px;
	background: #DCEFF4;
	height: auto;
	padding-bottom: 200px;
}


@keyframes shake {
	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);
	}
  }
  
  strong {
	font-weight: bold;
  }