/* Version: 17.01.2014 */
@font-face { 
	font-family: "Noto Sans";
	src: url(../../ofl/notosans/NotoSans[wdth,wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 
	font-family: "Noto Sans";
	src: url(../../ofl/notosans/NotoSans-Italic[wdth,wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}


body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.35;
	letter-spacing: 0.015em;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

.trennung {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


h1{
	margin: 0px;
	font-size: 1.6rem;
	font-weight: 400;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 400;
}

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

.logo{
	padding: 5% 15%;
	height: 41px;
}
.logo2{
	text-align: right;
padding: 1rem 4%;
}
.logo:hover{
	padding: 5% 14.5%;
}

.content{
	padding: 5% 0;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding-bottom: 5%;
	margin-bottom: 5%;
	border-bottom: solid 1px #000;
}

.left, .right {
	width: 47%;
}

.box_oben{
}

.box_mitte{
}

.box_unten{
}

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

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

#footer{
}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #ed7800;
	text-decoration: none;
}
 
.text_gross{
	font-size: 1rem;
}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #ed7800;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 5px;
}

.abstand10 {
	padding-top: 10px;
}

.abstand15 {
	padding-top: 15px;
}

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

li {
	padding-top: 10px;
	text-indent: -22px;
}

li:hover {
	margin-left: 23px;
	cursor: default;
}

ul li::before {
    content: "—";
    padding-right: 8px;
}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
}

.slider-wrap li {
	padding-top: 0px;
	text-indent: 0px;
}

.slider-wrap ul li::before {
    content: none;
    padding-right: 0px;
}

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

.slider-wrap{
	left: 0px;
	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;
}


.refnr {}

.apply {}
