/* Version: 25.04.2016 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #FFF;
}

#rahmen {
	color: #666;
	font-size: 0.85rem;
	padding: 0px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#contentOben{
	padding: 4.2% 7%;
	background:#f8f8f8;
	border-bottom: 1px solid #e6e8e5;
}

#content{
	padding: 4.2% 7% 3%;
}

.prinzip{
	font-size:15px;
	margin-bottom:8px;
	font-weight:bold;
}

.ueberUns{
	font-size:15px;
	margin-bottom:15px;
	margin-top:35px;
	font-weight:bold;
}

.ueber{
	font-size: 0.9rem;
	
	font-weight:600;
}

.abstand{
	margin-top: 0.5rem !important;
}

.kastenGrau{
	background:#e6e8e5;
	color:#666666;
	padding: 1rem 3%;;
	padding-right:190px;
	width:55%;
	border-radius: 3px;
	font-size: 0.75rem;
}

.team{
	position:absolute;
	right:20px;
	bottom:305px;
	width:auto;
	z-index:5;
}

.logo{
	position:absolute;
	right:3%;
	top:1%;
	width:auto;
	z-index:5;
	background:rgba(255,255,255,0.9);
	padding:2%;
}

.footer{
	background:#333333;
	color:#b8b8b8;
	padding: 4.2% 7%;
	font-size:13px;
	line-height:18px;
}

.grau{color:#b8b8b8!important;}


p {
	margin: 0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 1.5;
	font-size: 1.75rem;
	font-weight: bold;
}

h1 span{
	margin: 0px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color:#666666;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

#box_links{
	float: left;
	width: 48%;
}

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}

 
/* Zusatz*/ 

a:link, a:visited, a:hover {
	color: #329423;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active{
	color: #0066cc;
	text-decoration: none;
}

.ausblenden {
}

.einblenden {
display:none;
}

iframe{
}

.green {
	color: #329423 !important;
}



ul {
  margin: 0.5rem auto 0rem 0.25rem;
  padding-left: 0.5rem;
list-style-type: none; 
}

li {
  position: relative; 
  margin: auto;
  padding-left: 0.5rem;
	padding-bottom: 0.25rem;
}


li::before {
  position: absolute;
  top: 0.25rem;
  left: -0.8rem;
  content: url("bp.png");
  font-size: 1rem;
	font-weight: bold;
  color: #00b3ea;
} 

.liEnger li{
    padding-bottom: 3px;
}


.refnr {}
.apply {}

/*Slider*/

.intro_bild {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.slider-wrap{
    max-width:800px;
    max-height:410px;
    width: auto;
    height: auto;
    position:relative;
    padding-top:51.3%;
    overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-left: 0px !important;
  z-index: 1;
}

.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 1;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 60s linear infinite;
  animation: image 60s linear infinite;
}
@keyframes image {
  0% {
    opacity:1;
    transform: translateX(100%);
  }
  3.3%{
  	opacity: 1;
  	transform: translateX(100%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  20%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.7% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity:1;
    transform: translateX(100%);
  }
  3.3%{
  	opacity: 1;
  	transform: translateX(100%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  20%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.7% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

.slideshow li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 70s;
  animation-delay: 70s;
}
.slideshow li:nth-child(1) span {
  background-image: url(gruppe.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(monitor.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.slideshow li:nth-child(3) span {
  background-image: url(work.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.slideshow li:nth-child(4) span {
  background-image: url(raum.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.slideshow li:nth-child(5) span {
  background-image: url(herz.jpg);
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}
.slideshow li:nth-child(6) span {
  background-image: url(sofa.jpg);
  -webkit-animation-delay: 50s;
  animation-delay: 50s;
}
.slideshow li:nth-child(7) span {
  background-image: url(sales.jpg);
  -webkit-animation-delay: 60s;
  animation-delay: 60s;
}
ul.slideshow {
  margin:0;
}

