/* Version: 17.01.2014 */

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

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 20px;
	background-color: #f9f9f9;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 29px;
	font-size: 24px;
	font-weight: normal;
}

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

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	position: relative;
}

#logo{
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content{
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 5%;
	padding-left: 6%;
}

#box_oben{
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 5%;
	padding-left: 6%;
	background-color: #f9f9f9;
}

#box_mitte{
}

#box_unten{
	background-color: #1b1b1b;
	color: #777777;
	padding: 20px 6%;
}

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

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

#footer{
	background-color: #262626;
	color: #888888;
	padding-top: 5%;
	padding-right: 6%;
	padding-bottom: 5%;
	padding-left: 6%;
}

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




.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 40%;
padding: 1rem 4%;
display: inline-flex;
align-content: center;
align-items: center;
}

.right {
	width: 40%;
padding: 1rem 4%;
display: inline-flex;
align-content: center;
align-items: center;
}




::selection {
        background: #1c9ec9; 
        color:#ffffff;
}

::-moz-selection {
        background: #1c9ec9;
        color:#ffffff;
}

/* Zusatz*/ 

a:link {
	color: #1bb2c6;
	text-decoration: none;
}
a:visited {
	color: #1bb2c6;
	text-decoration: none;
}
a:hover {
	color: #1c9ec9;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: #1bb2c6;
	text-decoration: none;
}
 
.text_gross{
	font-size: 17px;
	line-height: 21px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 13px;
	line-height: 17px;
}

.titel_klein{
	font-size: 18px;
	line-height: 23px;
}

.dark {
	color: #333333;
}

.tuerkis {
	color: #1bb2c6;
}

.blau {
	color: #1c9ec9;
}

.weiss {
	color: #FFF;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

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

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

li {
	padding-top: 5px;
}

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

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	padding-top: 42%;
	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 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.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 {}
