/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #655d5c;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2ddd7+0,ded9d3+50,c1beb9+100 */
background: rgb(226,221,215); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,221,215,1) 0%, rgba(222,217,211,1) 50%, rgba(193,190,185,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,221,215,1) 0%,rgba(222,217,211,1) 50%,rgba(193,190,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,221,215,1) 0%,rgba(222,217,211,1) 50%,rgba(193,190,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ddd7', endColorstr='#c1beb9',GradientType=0 ); /* IE6-9 */
background-attachment:fixed;
}

p {
	margin:0;
}

.blau{
color:#6aa1aa;
}

.gruen{
	color:#93ac44;
}

.gold{
	color:#cc9014;
}

.schriftart{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h1{
	margin: 0px;
	line-height: 31px;
	font-size: 27px;
	font-weight: normal;
	color:#6aa1aa;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
h2{
	margin: 10px 0px 0px 0px;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	color:#cba788;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #dbdbdb;
	box-shadow: -0.5px 5px 15px #999;
	
}
#rahmen_top {
	padding: 0px;

}
#rahmen_bottom {
	padding: 0px;
}

#content{
	background-color: #ffffff;
	margin-right: 2.5%;
	margin-left: 2.5%;
	padding:20px;
	
}

#box_oben{
	background-color: #ffffff;
	margin-right: 2.5%;
	margin-left: 2.5%;
	padding:15px;
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

#box_unten{
	
	padding:15px 20px;
	color:#FFF;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#box_rechts{
	width:29%;
	color:#FFF;
	padding:10px;
		background-color:#6ca0ab;
		float:right;
	
}

#box_mitte{
	width:29%;
	color:#FFF;
	padding:10px;
	background-color:#cb8f13;
	float:left;
}

#box_links{
	width:29%;
	color:#FFF;
	padding:10px;
		background-color:#93ac44;
		float:left;
		margin-left:15px;

}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
}

 
/* Zusatz*/ 

a:link {
	color: #655d5c;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #655d5c;
}
a:hover {
	text-decoration: underline;
	color: #cc8f14;
}
a:active{
	text-decoration: none;
	color: #cc8f14;
}
 
.text_gross{
	font-size: 14px;
	line-height: 20px;
}

.text_groesser{
	font-size: 15px;
	line-height: 19px;
}

.titel_gross{
	font-size: 26px;
	line-height: 35px;
}

.text_klein{
	font-size: 11px;
	line-height: 17px;
}

.text_mittel{
	font-size: 12px;
	line-height: 17px;
}

.titel_klein{
	font-size: 19px;
	line-height: 25px;
}

.farbe {
	color: #3d2b2a;
}

.abstand{
	margin-bottom: -10px;
}

ul {
	margin-left:9px;
	padding-left:9px;
	margin-top:0px;
	list-style-type: disc;
}
li {
	margin: auto;
	padding: 0;
}

	#bild1{
}
	
	#bild2{
}


/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    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;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.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;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}


.refnr {}

.unsichtbar{
	display:block;
}
.apply {}


.abstand10{margin-top:10px;}
