body { 
	font-weight: 500;
}
.header {
	box-shadow: 3px 3px 5px rgba(0,0,0, 0.3);
}
.header .advert {
   font-size: 14px;
	position: absolute;
	left: 2em;
	top: 2em;
	color: #8e8e8e;
}
@media only screen and (max-width: 1024px) {
  .header { padding-top: 0px; }
  #logocenter .logomobil { max-width: 200px; }
  .header .advert { 
	  font-size: 10px; 
	  left: auto;
	  top: auto;
	  right: 1em;
	  bottom: 1em; 
	}
}
@media only screen and (max-width: 550px) {
	 .header .advert { 
	  font-size: 10px; 
	  left: auto;
	  top: auto;
	  right: 1em;
	  bottom: 1em; 
	}
}
#logocenter a {
	margin: 0 auto;
}
#logocenter img {
	margin: 1em auto;
}
#logocenter .logo {
	max-height: 140px;
}
#logocenter .logomobil {
	max-height: 120px;
}
h1, h2, h3, h4, h5, h6,
.contentboxen h1, .contentboxen h2,
.contentboxen h3, .contentboxen h4,
.contentboxen h5, .contentboxen h6 {
  line-height: 1.3;
  margin-bottom: 1em;
}
.chef img {
	margin-right: 1em;
}
.chef p {
	font-weight: 300;
}
.sliderbox .imgbox {
	margin-bottom: 3em;
}
.box-module ul li {
	line-height: 3;
}
.box-module ul {
	margin-bottom: 2em;
}
.button.first {
	width: 100%;
	text-transform: none;
	color: #ffffff;
    background-color: #1fc1d4;
    border: 2px solid #1fc1d4;
	padding: 0.4em 1em;
	font-size: 1.5em;
	font-weight: 700;
	border-radius: 0.6em;
}
.personen .box-inhalt {
	width: auto;
	margin: 0 auto;
}
.personen .imgbox {
}
.columns.personen {
	/* 
	background-color: #1fc1d4;
	border-radius: 1em;
	padding: 2em;
	*/
}
.columns.personen h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
}
.contentboxen .alignnone {
	margin: .35em 1.35em 1.35em -0.2em;
}
.footer-1 {
	border-top: 2px solid #0db1cd;
	padding: 1em 0em;
	background-color: #3d3d3d;
}
.footer-1 .container .columns {
	margin-bottom: 0;
	text-align: center;
} 
#footermenu-1 li a { 
	font-weight: 400;
	color: #ceba86;
}
@media only screen and (min-width: 551px) and (max-width: 1024px) {
	.columns.personen {
		margin-left: 4%;
		width: 48%;
	}
	.content28 .columns:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.title.left { text-align:center }
}
@media only screen and (max-width: 550px) {
  .topdienst .imgbox img { max-height: 200px; }
  .columns.personen { max-width: 80%; margin: 0 auto 2em; }
	.title.left { text-align:center }
}
.staticimg {
	position: fixed;
	left: 50%;
	margin-left: 675px; /* halbe container */
	top: 44vh;
	z-index: 999;
}
.staticimg.mobil {
	display: none;
} 
@media only screen  and (max-width: 1600px) {
	.staticimg { display: none; } 	
	.staticimg.mobil { display: block; } 
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
	.staticimg.mobil  img {
		min-width: 300px;
	}
	.staticimg.mobil {
		top: auto;
		left: auto;
		margin-left: 0;
		right: 2%;
		bottom: 7vh;
		max-width: 450px;
	}
}
@media only screen and (max-width: 1024px) {
	.staticimg.mobil img {
		max-width: 50vw;	
	}
	.staticimg.mobil {
		top: auto;
		bottom: 12vh;
		left: auto;
		margin-left: 0;
		right: 2%;
	}
}
@media only screen and (max-width: 550px) {
	.staticimg.mobil img {
		max-width: 96vw;	
	}	
}
/* Kundestimmen Facebook */
.box.kundenstimmen {
  margin: 0;
  padding: 1em 0 1em;
}
.kundenstimmen .bewertung {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.kundenstimmen .slick-slide img {
	max-width: 100%;
	margin: 0 auto;
  	padding: 0;
}
.kundenstimmen .slick-dots {
  width: auto;
  left: 50%;
  margin-left: -150px;
}
.kundenstimmen .slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.kundenstimmen .slick-dots li button::before {
	font-size: 16px;
	opacity: 0.25;
	color: #777;
}
.kundenstimmen .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: rgba(78, 174, 251); 
}
/* isMobile Funktion */
@media only screen and (max-width: 1200px){
	.box.kundenstimmen .container {
		width: 100%;
	}
	.box.kundenstimmen img {
		width: 98%;
		max-width: 500px;
	}
}
