/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
	background: url(bgbody.jpg) repeat;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color:#404040;
	
	padding: 0px;
	width: 720px;
	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;
}

#logo{
	padding:4% 6%;
}

#logo img{
	width: 40%;
}

#logoUnten{
	position: absolute;
	right:6%;
	bottom:19px;
	width:20%;
}

#firma{
	padding:2% 6%;
}

#content{
	padding:2% 6%;
}

p {
	margin:0;
	text-align: justify;
}

p:empty {
height: 18px;
}

.orange{color:#ff7100;}
.dunkelgrau{color:#404040;}


.abstand10{
	margin-top:10px;
}

.abstand20{
	margin-top:20px;
}

#titel{
	background:#ff7100;
	color: rgba(255,255,255,1.00);
	padding: 2% 6%;
	text-align: center;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 25px;
	font-weight:bold;
}

h2{
	margin: 0 0 0 0;
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
	background: #f0f0f0;
	padding: 5px 15px;
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}
/*Tabelle*/

#box_links{
	float:left;
	width:48%;
}

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
	padding:2% 6%;
	border-top: 1px solid #404040;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color:#ff7100;
	text-decoration: none;
}
a:visited {
	color:#ff7100;
	text-decoration: none;
}
a:hover {
	color:#404040;
	text-decoration: none;
}
a:active{
	color:#ff7100;
	text-decoration: none;
}

#footer a:link {
	color:#404040;
	text-decoration: none;
}
#footer a:visited {
	color:#404040;
	text-decoration: none;
}
#footer a:hover {
	color:#ff7100;
	text-decoration: none;
}
#footer a:active{
	color:#404040;
	text-decoration: none;
}


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	margin:0;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
	padding: 5px 0 0 0;
}
li::before{
	content:"";
	position: absolute;
	top: 10px;
	left: -12px;
	background: #ff7100;
	width:4px;
	height:4px;
}

.refnr {}

.apply {}

.button a {
	background: #FFF scroll right top ;
    color: #D61724;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
	border: 2px solid #A8AAB6;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
}
.button a:hover {
	background:#D61724;
	color:rgba(255,255,255,1);
}

/*Slider*/

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.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;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
0% {
      opacity: 0;
      transform: translateX(92.3%);
    }
    2%{
      opacity: 1;
    }

    4% {
      transform: translateX(0);
    }

    33% {
      transform: translateX(0);
    }

    37% {
      opacity: 1;
      transform: translateX(-92.3%);
    }
    38%{
      opacity: 0;
      transform: translateX(-92.3%);
    }
}
@-webkit-keyframes image {
0% {
      opacity: 0;
      transform: translateX(92.3%);
    }
    2%{
      opacity: 1;
    }

    4% {
      transform: translateX(0);
    }

    33% {
      transform: translateX(0);
    }

    37% {
      opacity: 1;
      transform: translateX(-92.3%);
    }
    38%{
      opacity: 0;
      transform: translateX(-92.3%);
    }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(1) span {
}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
}