/* Version: 17.01.2014 */

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #242424;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #f4f4f4;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.9rem;
	line-height: 2.2rem;
	font-weight: normal;
}

h2{
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.87rem;
	line-height: 1.25rem;
}

.logo{
	padding: 3.5% 4.5%;
}

.content{
	padding: 4.5%;
}

.box_oben{
}

.box_mitte{
	border: solid 1px #cfcfd0;
	padding: 2em;
}

.box_mitte:hover {
	border: solid 5px #cfcfd0;
	color: #888888;
	padding: 1.7em;
}

.box_mitte2{
	border: solid 1px #f7a600;
	padding: 2em;
}

.box_mitte2:hover {
	border: solid 5px #f7a600;
	color: #888888;
	padding: 1.7em;
}

.box_unten{
}

.box_links{
	float: left;
	width: 48.5%;
}

.box_rechts{
	float: right;
	width: 48.5%;
}

.box_links2{
	float: left;
	width: 24%;
}

.box_rechts2{
	float: right;
	width: 72%;
}

.box_rechts3{
	float: right;
	width: 60%;
}

.box_rechts4{
	float: right;
	width: 11%;
}

.siegel {
width: 100%;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
               flex-wrap: wrap;
  flex-direction: row;
}

.left,
.right{
               width:39.5%;
	padding: 1rem 0%;
        
}

.border{
	border: solid 1px #cfcfd0;
        padding: 2em;
}

.border:hover {
	border: solid 5px #cfcfd0;
	color: #888888;
	padding: 1.7em;
}


#footer{
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #8f9aa3;
	text-decoration: none;
}

a:hover {
	color: #f7a600;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.orange {
	color: #f7a600;
}

.grau {
	color: #8f9aa3;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.font {
	font-family: 'Roboto Condensed', sans-serif;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style:none;
}

li {
	padding: 0px;
}

.content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	list-style-type: none;
	list-style:none;
}

.content li {
	padding-top: 10px;
	text-indent: -14px;
}

.content ul li::before {
    content: "〉";
    padding-right: 0px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.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;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.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;
}

.ulchild li:before{
    content: '-'!important;
    padding-right: 0.5rem!important;
}


.refnr {}

.apply {}
