@media only screen and (max-width: 1164px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	header .wrap {
		padding: 0;
	}
p {
	margin-bottom: 25px;
}

p:last-of-type,
#impressum p {
	margin-bottom: 0;
}

.bg {
	background: #D5ECEE;
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.leistungen .flex {
	flex-wrap: wrap;
}

.leistungen .box {
	width: 100%;
	max-width: 800px;
}
.leistungen .flex .box {
	background: #D5ECEE;
	width: 100%;
}
header{
	margin-bottom: 10px;
	padding-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: white;
  overflow-x: hidden;
}
#navwrap{
	background: #D5ECEE;
	width: 100%;
  height: 30px;
	position: relative;
}




  .menu-wrap {
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 999;
  }

  .menu-wrap .toggler {
  	position: absolute;
  	top: 0;
  	left: 0rem;
  	opacity: 0;
  	height: 65px;
  	width: 65px;
  	cursor: pointer;
  	z-index: 999;
  }

  .menu-wrap .hamburger {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 65px;
  	width: 50px;
  	background: transparent;
  	padding: 10px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	z-index: 998;
  }

  /* Hamburger line */
  .menu-wrap .hamburger>div {
  	position: relative;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background: #333;
  	flex: none;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	transition: 0.4s;
  }

  /* Hamburger top & bottom line */
  .menu-wrap .hamburger>div:before,
  .menu-wrap .hamburger>div:after {
  	content: "";
  	position: absolute;
  	top: 7px;
  	left: 0;
  	background: inherit;
  	height: 2px;
  	width: 100%;
  	z-index: 1;
  }

  .menu-wrap .hamburger>div:after {
  	top: -7px;
  }

  /* Toggler Animation */
  .menu-wrap .toggler:checked+.hamburger>div {
  	transform: rotate(135deg);
  }

  .menu-wrap .toggler:checked+.hamburger>div:before,
  .menu-wrap .toggler:checked+.hamburger>div:after {
  	top: 0;
  	transform: rotate(90deg);
  }

  /* Rotate on hover when checked */
  .menu-wrap .toggler:checked:hover+.hamburger>div {
  	transform: rotate(225deg);
  }

  nav {
  	background: #fff;
  	height: 100vh;
  	width: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	opacity: 0;
  	transition: all var(--menue-speed) ease;
	/* padding-top: 60px; */
  }

  nav>div {
  	position: relative;
  	top: 0;
  	left: -100px;
  	height: 100%;
  	width: 100%;
  	flex: none;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
  	opacity: 0;
  	transition: opacity 0.4s ease-in;
  }

  nav>ul {
	position: relative;
  	list-style: none;
	left: -1000px;
	opacity: 0;
	transition: opacity 0.4s ease-in;
  }

  nav ul li {
  	padding: 3px 30px;
  	margin-bottom: 10px;
  	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
  }

  nav ul li ul {
	margin-top: 10px;
  }

  nav ul li ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
  }


  /* Show menue */
  .menu-wrap .toggler:checked~nav {
  	opacity: 1;
  	width: 100vw;
  	max-width: 400px;
  	transition: all var(--menue-speed) ease;
  }

  .menu-wrap .toggler:checked~nav>ul {
  	opacity: 1;
  	transition: opacity 0.4s ease-in;
  	left: 0;
  }

  .menu-wrap .toggler:checked~nav>ul>a {
  	opacity: 1;
  	transition: opacity .2s ease-in;
  }


.gray nav>ul>li .pad,
.gray nav>ul>li>a:link,
.gray nav>ul>li>a:visited {
	color: #48A1AD;
}

#blackline{
	z-index: 1;
	position: absolute;
	top: -6px;
	width: 100%;
	height: 2px;
	background-color: #333;
}
#blueline{
	z-index: 1;
	position: absolute;
	top: -16px;
	height: 8px;
	width: 100%;
	background-color: #48A1AD;
}
#logo{
	position: absolute;
	top: -54px;
	right: -180px;
	z-index: 2;
	height: 50px;
	width: 400px;
	background-image: url(../img/logo.jpg);
	background-size: auto 100%;
}
#mbm{
	position: absolute;
	right: 42px;
	top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: .05em;
}
@media only screen and (max-width: 367px){
  #logo{
    right: -200px;
  }
  #mbm{
    right: 10px;
  }
}
@media only screen and (max-width: 327px){
  #mbm{
    font-size: 10px;
  }
}
main, #main{
  margin-top: 110px;
}
@media only screen and (max-width: 383px){
	main, #main{
		padding: 10px;
	}
}
#main ul{
	margin-left: 14px;
}
#main ul li{
	list-style-type: square;
}
#welcome{
	position: relative;
	height: 350px;
	background: #48A1AD;
	margin-top: 112px;
}
#welcome .left{
	width: 43%;
	float: left;
	padding: 60px 30px 0px 50px;
	border-right: 2px solid #fff;
	height: 350px;
	background: #48A1AD;
	border-right: 2px solid #fff;
}
#welcome .right{
	width: 57%;
	height: 350px;
	float: left;
	background-color: #D5ECEE;
	background-image: url(../img/radiologie.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#welcome_start h1,
#welcome h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2em;
}
#welcome h1 {
	color: #fff;
	padding-right: 20px;
	display: inline-block;
	background: linear-gradient(0deg, #34747C 0%, #34747C 40%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);

}
#welcome h1:last-of-type {
	margin-bottom: 25px;
}
#welcome p{
	margin-bottom: 15px;
	font-size: 16px;
}
#welcome_start p.seit{
	font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/la-belle-aurore-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('La Belle Aurore'), local('LaBelleAurore'),
       url('../fonts/la-belle-aurore-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/la-belle-aurore-v8-latin-regular.svg#LaBelleAurore') format('svg'); /* Legacy iOS */
	font-size: 30px;
	text-align: right;
	margin-top: -25px;
	color: #34747C;
}
#welcome .line, #welcome_start .line {
	width: 100px;
	height: 2px;
	background: #34747C;
	margin: 15px 0 20px 0;
}
#welcome .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	/**-webkit-transform:rotate(360deg);**/
	border-style: solid;
	border-width: 65px 65px 0 0;
	border-color: #fff transparent transparent transparent;
}
#welcome .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #34747C;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 43%;
	height: 17px;
}
@media only screen and (max-width: 1074px){
  #welcome .left, #welcome .bottom{
    width: 50%;
  }
  #welcome .right{
    width: 50%;
  }
}
@media only screen and (max-width: 942px){
  #welcome .left, #welcome .bottom{
    width: 60%;
  }
  #welcome .right{
    width: 40%;
  }
}
@media only screen and (max-width: 801px){
  #welcome .left, #welcome .right{
    width: 100%;
  }
	#welcome .left{
		border-right: none;
	}
	#welcome .left{
		height: auto;
		padding: 60px 10px 30px 20px;
	}
	#welcome .bottom{
		display: none;
	}
}
.topmargin{
	/* margin-top: 100px; */
}
.topmargin .text{
	padding: 20px 5px 40px 5px;
}
#bausteine{
	margin-bottom: 50px;
}
#bausteine .wraps{
	width: 33.33333333334%;
	float: left;
}
#bausteine .left{
	padding-right: 20px;
}
#bausteine .mid{
	padding: 0 10px;
}
#bausteine .right{
	padding-left: 20px;
}
#bausteine .image{
	position: relative;
	overflow: hidden;
	border: 1px solid #333;
}
#bausteine .image img{
	width: 100%;
	transition: .15s all ease;
}
#bausteine .image img:hover{
	-webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
#bausteine .image p{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 12px;
	background-color: rgba(52,116,124,.8);
}
#bausteine .beschr p{
	margin-top: 15px;
	padding: 0 20px;
	hyphens: auto;
}
@media only screen and (max-width: 880px){
	#bausteine .wraps{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		float: none;
	}
	#bausteine .image img:hover{
		-webkit-transform: none;
	  -moz-transform: none;
	  -ms-transform: none;
	  -o-transform: none;
	  transform: none;
	}
	#bausteine .beschr{
		margin-bottom: 30px;
	}
	#bausteine .beschr p{
		padding: 0 12px;
	}
	#bausteine .right{
		padding-left: 0;
	}
}
#kundenwrap{
	margin-top: 30px;
}
#kundenwrap .kundenwrap{
	width: 50%;
	float: left;
	margin: 20px 0;
}
#kundenwrap .kunden{
	width: 90%;
	margin: 0 auto;
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#kundenwrap .kunden p{
	background-color: rgba(255,255,255,.8);
	padding: 15px 25px;
	position: absolute;
	color: #333;
	font-size: 22px;
}
#kliniken{
	background-image: url(../img/kliniken.jpg);
}
#kliniken p{
	top: 30px;
}
#praxen{
	background-image: url(../img/praxen.jpg);
}
#praxen p{
	bottom: 30px;
	right: 0;
}
#kundenwrap .kunde {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
}

#kundenwrap .kunde img {
	width: 90%;
	transition: .1s all ease;
}

#kundenwrap .kunde img:hover {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

#kundenwrap .kunde .box {
	height: 100px;
}

#kundenwrap .kunde p {
	margin-top: 25px;
}
@media only screen and (max-width: 880px){
	#kundenwrap .kundenwrap{
		width: 100%;
		float: none;
		margin: 20px 0;
	}
	#kundenwrap .kunden{
		width: 100%;
	}
	#kundenwrap .kunde{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 50px;
	}
	#kundenwrap .kunde img{
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
		transition: .1s all ease;
	}
	#kundenwrap .kunde p{
		max-width: 500px;
		margin: 10px auto 0 auto;
	}
}
@media only screen and (min-width: 496px) and (max-width: 879px){
	#kundenwrap .kunde p{
		text-align: left;
	}
}
@media only screen and (max-width: 495px){
	#kundenwrap .kunde p{
		text-align: left;
	}
	#kundenwrap .kunde img{
		width: 100%;
	}
	#kundenwrap .kunde{
		padding: 20px;
	}
}
/***************ÜBER UNS***************************************************************/
#welcome_start {
	background-image: url(../img/startseite.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#welcome_start .wrap {
	padding-top: 30vw;
	padding-bottom: 5vw;
}

#welcome_start .textbox {
	background: rgba(255, 255, 255, .85);
	padding: 25px;
	width: 100%;
	max-width: 600px;
	margin-right: 0;
	margin-left: auto;
}
.buttonwrap {
	margin-top: 15px;
}
.mbm #welcome .right{
	background-image: url(../img/ueber_mbm.jpg);
	background-position: center center;
}

 .teams:first-of-type {
 	padding-top: 40px;
 }

 .teams h2 {
 	font-weight: bold;
 	font-size: 22px;
 }

 .teams-info {
	padding-top: 30px;
 }
#team .image{
	position: relative;
	background-color: #D5ECEE;
	width: 170px;
	height: 220px;
	overflow: hidden;
	float: left;
	transition: .1s all ease;
}
#team .image img{
	width: 100%;
}
#team .image p{
	position: absolute;
	bottom: 0;
	font-size: 17px;
	background-color: #34747C;
	padding: 9px 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
#team .team > p{
	float: left;
	width: 40%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 20px;
	font-size: 18px;
}
@media only screen and (max-width: 769px){
	#team .team{
		width: 100%;
	}
	#team .team > p{
		width: 60%;
	}
}
@media only screen and (max-width: 550px){
	#team .team > p{
		width: 40%;
	}
}
@media only screen and (max-width: 390px){
	#team .team > p{
		float: none;
		width: 100%;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-left: 0px;
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}
	#team .team{
		height: auto;
	}
	#team .image{
		float: none;
		margin: 0 auto;
	}
}
/***************LEISTUNGEN***************************************************************/

.space{
	height: 200px;
}
#taetig, #was{
	margin-top: 30px;
}
#taetig .float, #was .float{
	float: left;
	width: 33.33333333333333334%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#was .bild{
	height: 250px;
 	width: 90%;
 	position: relative;
}
#taetig .bild{
	height: 200px;
 	width: 90%;
 	position: relative;
}
#was .float .left{
 	background: url(../img/praxen.jpg);
	margin-right: 10%;
	background-size: cover;
}
#was .float .mid{
 	background: url(../img/idw.jpg);
	margin-left: 5%;
	margin-right: 5%;
	background-size: cover;
}
#was .float .right{
 	background: url(../img/entwicklung.jpg);
	margin-left: 10%;
	background-size: 140% auto;
	background-position: bottom left;
}
#was p{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 12px 5px;
	min-height: 80px;
	color: #fff;
}
#taetig .float .left{
 	background: url(../img/radiologie.jpg);
	margin-right: 10%;
	background-size: 100% auto;
}
#taetig .float .mid{
 	background: url(../img/ct.jpg);
	margin-left: 5%;
	margin-right: 5%;
	background-size: 100% auto;
}
#taetig .float .right{
 	background: url(../img/dialyse.jpg);
	margin-left: 10%;
	background-size: 100% auto;
}
#taetig p{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 12px 5px;
	color: #fff;
}
#full{
	padding: 50px 30px;
	background-image: url(../img/meeting.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#full .analyse{
	width: 100%;
	background: rgba(52,116,124,.85);
	text-align: center;
	color: #fff;
	padding: 18px 5px;
	margin-bottom: 30px;
}
#full .flow{
	padding: 18px 5px;
	width: 23%;
	float: left;
	background-color: rgba(255,255,255,.85);
	text-align: center;
	margin-right: 2.6666666666666666666666667%;
}
#full .flow.last{
	margin-right: 0%;
}
#leistungsspektrum .space2{
	margin-top: 70px;
}
@media only screen and (max-width: 987px){
	#full .flow{
		width: 50%;
		margin: 0 auto;
	}
	#was .float .left, #was .float .mid, #was .float .right,
	#taetig .float .left, #taetig .float .mid, #taetig .float .right{
		margin: 15px 0;
	}
	#taetig .float, #was .float{
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#was .bild, #taetig .bild{
		width: 100%;
	}
	#was p{
		min-height: 0;
	}
}
@media only screen and (max-width: 527px){
	#full .flow{
		width: 100%;
	}
}
/***************REFERENZEN***************************************************************/

#kacheln .kundenwrap{
	width: 33.33333333333334%;
	float: left;
	margin: 20px 0;
}
#kacheln .kunde {
	width: 90%;
	height: auto;
	min-height: 420px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 30px 30px 30px 50px;
}
#kacheln .kunde img{
	width: 90%;
	transition: .1s all ease;
}
#kacheln .kunde img:hover{
	-webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
#kacheln .kunde .box{
	height: 100px;
}
#kacheln .kunde p{
	margin-top: 25px;
	hyphens: auto;
}
#kacheln .kunde p.small{
	/* font-size: 12px; */
}
@media only screen and (max-width: 950px){
	#kacheln .kundenwrap{
		width: 50%;
		float: left;
		margin: 20px 0;
	}
}
@media only screen and (max-width: 670px){
	#kacheln .kundenwrap{
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	#kacheln .kunde img{
		width: 90%;
		max-width: 300px;
		transition: .1s all ease;
	}
	#kacheln .kunde{
		height: auto;
		min-height: 0;
		width: 100%;
		padding: 30px;
	}
	#kacheln .kunde p.small{
		/* font-size: 14px; */
	}
}
/****************VORTRÄGE**************************************************************/
.vortraege #welcome .right{
	background-image: url(../img/vortraege.jpg);
	background-position: center center;
}
#vortraege .text{
	width: 46%;
	float: left;
	margin: 1.666666666666666666666666667%;
	border: 1px solid #ddd;
	border-bottom: 15px solid #34747C;
	padding: 15px 20px;
	height: 230px;
}
#vortraege .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#vortraege .text h3{
	font-size: 24px;
	margin-bottom: 15px;
}
#vortraege .small{
	display: none;
}
@media only screen and (max-width: 759px){
	#vortraege .text{
		width: 100%;
		float: none;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	#vortraege .inner{
		position: static;
		top: 0%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
/****************PUBLIKATIONEN**************************************************************/
.publikationen #welcome .right{
	background-image: url(../img/publikationen.jpg);
	background-position: bottom left;
}
#publikationen .first{
	width: 50%;
	padding: 0 2%;
	float: left;
	margin-top: 30px;
	position: relative;
}
#publikationen .first.last{
	margin-bottom: 100px;
}
#publikationen .first img{
	width: 30%;
}
#publikationen .first p{
	position: absolute;
	left: 32%;
	bottom: 0;
	padding: 0 40px 0 20px;
}
#publikationen .box.two{
	width: 60%;
}
#publikationen .box.two img{
	width: 150px;
	margin-bottom: 10px;
}
#publikationen .bg{
	background-image: url(../img/books.jpg);
	padding: 30px;
	background-size: 120% auto;
}
#publikationen .italic{
	font-style: normal;
	font-size: 18px;
}
#publikationen .line{
	margin: 10px 0;
	height: 4px;
	width: 100%;
	background-color: #34747C;
}
#publikationen .float{
	width: 50%;
	height: 100px;
	float: left;
	padding-right: 30px;
	border-bottom: 1px solid #ddd;
}
#publikationen .float p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 793px){
	#publikationen .first{
		float: none;
		width: 100%;
		max-width: 500px;
	}
}
@media only screen and (max-width: 471px){
	#publikationen .first img{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	#publikationen .first p{
		position: static;
		padding: 15px 0 0 0;
	}
}
@media only screen and (max-width: 1012px){
	#publikationen .bg{
		background-size: auto 100%;
	}
	#publikationen .box.two{
		width: 500px;
	}
}
@media only screen and (max-width: 600px){
	#publikationen .box.two{
		width: auto;
	}
	#publikationen .float{
		float: none;
		width: 100%;
		height: auto;
	}
	#publikationen .float p{
		position: static;
		top: 0%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 10px 0;
	}
}
/****************KONTAKT**************************************************************/
.kontaktsite #welcome .right{
	background-image: url(../img/kontakt.jpg);
}
#kontaktsite .box{
	margin-top: 20px;
}
.button {
	background-color: #34747C;
	padding: 15px 20px;
	display: inline-block;
	color: white;
	border: none;
	border-radius: 6px;
	letter-spacing: 1px;
	margin-top: 15px;
	font-weight: bold;
}

.button:hover {
	background-color: #48A1AD;
	cursor: pointer;
}

a.button {
	color: white;
}
#kontaktdaten h1{
	font-family: 'Times New Roman', serif;
	font-size: 60px;
}
#kontaktdaten p{
	margin-bottom: 15px;
	padding-left: 3px;
}
@media only screen and (max-width: 1023px){
	#map{
		width: 60%;
		height: 500px;
		float: left;
	}
}
@media only screen and (max-width: 654px){
	#map{
		width: 100%;
		height: 400px;
		float: none;
	}
	#kontaktdaten{
		float: none;
		width: 100%;
		padding: 30px 0 0 0;
	}
}
/****************FOOTER**************************************************************/
footer{
	background-color: #48A1AD;
	background-image: url(../img/footer.png);
	background-position: bottom 10px right;
	background-size: auto 60px;
	background-repeat: no-repeat;
	padding: 100px 25px 150px 25px;
}
footer .link{
	transition: .2s all ease;
}
footer .link.grey{
	color: #fff;
	opacity: .7;
	margin-left: 10px;
}
footer .link:hover{
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
footer h2{
	display: inline-block;
	padding-right: 20px;
	background: linear-gradient(0deg, #34747C 0%, #34747C 40%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
	margin-bottom: 25px;
}
footer .float{
	float: left;
}
footer li {
	margin-bottom: 20px;
}
#footernav{
	width: 28%;
}
#rechtliches{
	width: 22%;
}
#kontakt{
	width: 35%;
}
@media only screen and (min-width: 696px) and (max-width: 961px){
	#footernav, #rechtliches, #kontakt{
		width: 33%;
	}
}
@media only screen and (min-width: 418px) and (max-width: 695px){
	#footernav, #rechtliches{
		width: 50%;
	}
	#kontakt{
		width: 100%;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 417px){
	#footernav, #rechtliches, #kontakt{
		width: 100%;
	}
	#rechtliches, #kontakt{
		margin-top: 50px;
	}
}
#kontakt .padding_left{
	padding-left: 17px;
}
#kontakt ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
.list ul{
	margin-left: 12px;
}
.list ul li{
	list-style-type: none;
}
.list ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 12px;
	margin-left: -12px;
}
#impressum{
	color: #fff;
	background-color: #34747C;
	font-size: 13px;
	padding: 25px 25px 100px 25px;
}
#impressum .left{
	float: left;
  padding-left: 60px;
}
#impressum .right{
	float: right;
}
@media only screen and (max-width: 690px){
	#impressum .left, #impressum .right{
		float: none;
		text-align: center;
		line-height: 2em;
		padding-left: 0;
	}
}
/****************DATENSCHUTZ**************************************************************/
.datenschutz #welcome .right{
	background-image: url(../img/datenschutz.jpg);
	background-position: center center;
}
#datenschutz{
	padding-left: 5px;
}
#datenschutz h2{
	margin-bottom: 10px;
}

#datenschutz p {
	padding-bottom: 10px;
}

#datenschutz h2{
	margin-top: 25px;
	padding: 8px 0;
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
#datenschutz h3{
	margin: 12px 0;
	text-transform: uppercase;
	color: #34747C;
}
#datenschutz p.bold{
	padding-bottom: 0;
}
#datenschutz ul{
	margin-bottom: 12px;
}
/***************sidr***************************************************************/
#sidrwrapper{
	position: relative;
	z-index: 999;
	float: right;
}
.menu-button {
	display: block;
	background-size: auto auto;
	background-position: bottom left;
  padding-right: 5px;
  margin-right: 20px;
  overflow: hidden;
  font-size: 40px;
  animation-delay: .5s;
  line-height: 1em;
}
.menu-button i{
  color: #34747C;
}
#sidr-wrapper a:hover, #sidr-wrapper a:focus, #sidr-wrapper a:active{
  color: #e7e2c7;
}
.menue{
	float: left;
	display: block;
}
.menu-button.right {
    right: 20px;
    left: auto;
}
.menu-button.bottom {
    top: 100px;
}
.menu-button.fixed {
    position: fixed;
}
#button-top{
  position: fixed;
  left: 15px;
  top: 10px;
  z-index: 9;
}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52,116,124,.9);
    z-index: 2;
    display: none;
}
#sidr{
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.sidr {
  display: block;
  position: fixed;
	z-index: 3;
  top: 0;
  height: 100%;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
	box-shadow: 0 0 10px #000;
	color: #fff;
	border-top: 5px solid #34747C;
	margin-right: 7px;
}
.sidr > ul{
	clear: both;
  margin: 30px 10px 0 10px;
}
.sidr ul li{
	list-style-type: none;
	line-height: 2.8em;
	font-size: 16px;
	margin-left: 20px;
}
.sidr ul li a:link, .sidr ul li a:visited{
  color: #34747C;
}
.sidr ul li ul li a:link, .sidr ul li ul li a:visited{
  color: #48A1AD;
}
.sidr a:link, .sidr a:visited{
	font-weight: bold;
	color: #333;
}
.sidr a:hover, .sidr a:focus, .sidr a:active{
	text-decoration: none;
	color: #333;
}
.sidr .arrow{
	display: inline-block;
	position: relative;
}
.sidr .arrow:hover{
	transform: translateX(4px);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -270px;
}
.sidr.left {
  left: -270px;
  right: auto;
}
.sidr-open #overlay {
    display: block;
}
}
