/* Version: 17.01.2014 */
@font-face {
  font-family: "OpenSans";
  src: 
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].ttf') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: 
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].ttf') format('woff2');
  font-weight: 200;
  font-style: normal;
}

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

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

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

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

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

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

@font-face {
  font-family: "OpenSans";
  src: 
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].ttf') format('woff2');
  font-weight: 900;
  font-style: normal;
}

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

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

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

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

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

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

@font-face {
  font-family: "OpenSans";
  src: 
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].ttf') format('woff2');
  font-weight: 900;
  font-style: italic;
}



body {
    font-family: "OpenSans", sans-serif;
    font-size: 100%;
    color: #142654;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #EAEAEA;
    line-height: 1.35;
    background-image: url(hg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

hr{
	height:1px; 
	background-color: #979797; 
	border: 0; 
	margin: 2rem 0;
	 opacity: 0.3;
}

h1{
	margin: 0px;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Serif', serif;
}

h2{
	margin: 0px;
	font-size: 1.3rem;
	font-weight: 500;
	font-family: 'Noto Serif', serif;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	font-size: 0.85rem;
	position: relative;
}

.logo{
	position: absolute;
	top: 1.1rem;
	left: 6%;
	z-index: 10;
}

.logo img{
	width: 118px;
}

.top{
	background-color: #FFF;
	height: 4.5rem;
}

.content{
	padding: 5% 8%;
}

.box_oben{
	background-color: #f3f3f3;
	padding: 5% 8%;
}

.box_mitte{
    background-attachment: fixed;
    background-image: url(bild_kontakt.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 760px;
	height: 15rem;
}

.box_unten{
	padding: 5%;
	border: 3px solid #d71f36;
}

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

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

#footer{
	background-color: #1C2744;
	color: #FFF;
	padding: 5% 8%;
}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #941525;
	text-decoration: none;
}

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

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

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #d71f36;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #d71f36;
	padding: 0.7rem 1.3rem;
	font-size: 0.95rem;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #c11c30;
}

.font {
	font-family: 'Noto Serif', serif;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

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

.slider-wrap ul li::before {
	content: none;
} 

ul {
	padding: 0px;
	margin-top: 0.3rem;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.8rem;
	list-style: none;
}

ul li {
	padding-top: 0.7rem;
	position: relative; 
}

ul li::before {
	position: absolute;
	top: -0.1rem;
	left: -2.9rem;
	content: url(haken.jpg);
	transform: scale(0.25);
} 

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

.slider-wrap{
	left: 0px;
	width: auto;
	height: auto;
	position: relative;
	border-top: 2px solid #D1A831;
	border-bottom: 2px solid #D1A831;
}

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