/* Version: 17.01.2014 */

@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed'),     
	url('https://fonts.pwrk.dev/ofl/robotocondensed/RobotoCondensed[wght].woff2') format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Condensed";
	src: local('Roboto Condensed'),     
	url('https://fonts.pwrk.dev/ofl/robotocondensed/RobotoCondensed-Italic[wght].woff2') format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 100%;
	color: #546373;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #FFF;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.44rem;
	line-height: 1.74rem;
	font-weight: 700;
}

h2{
	margin: 0px;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 700;
}

h3{
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 700;
}

#rahmen {
	padding: 0px;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 0.95rem;
	line-height: 1.25rem;
	position: relative;
}

.logo{
	padding: 20px 4%;
}

.pfeil{
	position: absolute; 
	left: 0; 
	top: 172px;
	z-index: 10;
	width: 28px;
}

.content{
	padding: 3em 2.5em;
}

.box_oben{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	color: #FFF;
}

.box_mitte{
}

.box_unten{
}

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

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

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgBild:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	transition: all .35s;
}

.bgText{
	padding: 3em 2.5em;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	background-color: #EEEFF1;
	margin-top: 20px;
}

.flex > div{
	width: 50%;
	position: relative;
}

.right {
	width: 50%;
	position: relative;
	background-color: #0068b3;
	color: #FFF;
}

.left2 {
	width: 50%;
	position: relative;
	background-color: #0068b3;
	color: #FFF;
}

.right2 {
	width: 50%;
	position: relative;
	background-color: #EEEFF1;
}


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

}

.flexButton > div{
	width: 48%;
	position: relative;
}



.rightButton {
	width: 50%;
	position: relative;
text-align:left;
}

.leftButton {
	width: 50%;
	position: relative;
text-align:right;
	
}

.textRight{
text-align:right;
}



#footer{
	background-color: #DEE7F0;
	padding: 3em 2.5em;
	color: #7c8c9c;
	margin-top: 20px;
}

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: #FF5A4E;
	text-decoration: none;
	font-weight: 600;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
    color: #0068b3;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.button:link, .button:visited, .button:active {
	padding: 15px 20px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	text-decoration: none;
	color: #FFF;
	background-color: #0068b3;
	text-align: center;
	letter-spacing: .5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #005c98;
}

.button2:link, .button2:visited, .button2:active {
	padding: 15px 20px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	text-decoration: none;
	color: #FFF;
	background-color: #0068b3;
	text-align: center;
	letter-spacing: .5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 15rem; 
	display: inline-block;
}
.button2:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #005c98;
}

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

li {
	padding-top: 10px;
}

li:hover {
	list-style-type: circle;
	cursor: default;
	margin-left: 14px;
}

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

ul ul li {
	padding-top: 0;
}

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

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

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

.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 24s linear infinite;
  animation: image 24s 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;
  }
  17% {
    opacity: 1;
  }
  25% {
    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;
  }
  17% {
    opacity: 1;
  }
  25% {
    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;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
    margin:0;
}

.refnr {}

.apply {}
