/* CSS Document */

body,table,td,tr,div,p,pre,h1,h2,ul 	{
	 font-family: "Georgia", Georgia, serif; line-height: 1.6;	
	 color: #000;
	 font-size:14px;
	 } 

* {
    padding : 0;
    margin : 0;
}

/* ANFANG NAVIGATION */

/* Skip-Link */

nav {
	margin: 80px 0 0 0;
    max-width: 900px;
    margin: 0 auto;
}

#skip-link { 
	position: absolute; 
	left: 0; top: 0; 
	background: black; 
	color: white; padding: 0.25em; 
	transform: translateY(-100%); 
	transition: 0.2s transform; 
	z-index: 1001;
} 
#skip-link:focus { 
	transform: translateY(0);
}			

/* Für AT */
.visually-hidden { 
	position: absolute !important; 
	clip: rect(1px, 1px, 1px, 1px) !important; 
	padding: 0 !important; 
	border: 0 !important; 
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden !important; 
	white-space: nowrap !important;
}

/* Farben */
#sitenav *, 
#sitenav a { 
	background-color: #d0d394; 
	color: #fff;
    z-index: 1000;
    font-size: 20px;
}

/* Positionierung */
#sitenav.withjs {
    position: absolute;
    width: 100%;
    background-color: #d0d394;
    height: 64px;
    top: 60px;
}
#sitenav.withjs ul { 
	position: absolute;
    top:3.1em;
}

#sitenav { 
	top: 0em; 
	left: 0em;
}
#sitenav.wide { 
    top: 0; 
	left: 0; 
	right: 0; 
/*	max-width: 58em;*/
}

#sitenav > details { 
	max-width: 
	-webkit-max-content; 
	max-width: -moz-max-content; 
	max-width: max-content;
}
#sitenav > details { 
	padding: .6em;
}
#sitenav.wide > details {
	padding: 0; 
} 
#sitenav ul { 
	margin:0; 
	padding-top:.2em; 
	padding-left:1em; 
	padding-right:1em;
}
#sitenav ul ul { 
	margin-left: 7em; 
	margin-top: -3.1em; 
	padding-left: .1em; 
}
#sitenav.wide ul { 
	margin:0; 
	padding-top:.2em; 
	padding-left:0; 
	padding-right:0; 
}
#sitenav.wide ul ul { 
	margin-left: -.5em; 
	margin-top: -.1em; 
	padding-left: .5em; 
	padding-right: .5em; 
}
#sitenav.wide ul ul ul { 
	margin-left: 7em; 
	margin-top: -3.1em; 
	padding-left: .1em; 
}

#sitenav li a { 
	display: inline-block; 
	margin-top:.1em; 
	margin-bottom:.1em; 
}


#sitenav li a, 
#sitenav li summary { 
	padding: .5em; 
	margin: .3em; 
	line-height: 1.4em; 
}
#sitenav li { 
	padding: 0em;
    padding-right: 0.6em;
	white-space: nowrap; 
	vertical-align: middle; 
}
/*#sitenav > details > ul { 
	margin-left: -.5em; 
	margin-top: .3em; 
}
*/
#sitenav.wide > details > ul,
#sitenav.wide > details > ul > li { 
	display: inline-block; 
}
#sitenav.wide > details > ul { 
	width: 100%; 
	box-sizing: border-box; 
}
#sitenav.wide > details > ul { 
	margin-left: 0; 
	margin-top: 0; 
	border-radius: 0;
    text-align: right;
}

/* Originalsymbole vor den Summary entfernen und eigene Symbole definieren */
#sitenav summary::-webkit-details-marker { 
	display: none; 
}
#sitenav summary { 
	list-style-type: none; 
}
#sitenav details summary::after { 
	font-family: arial_unicode_ms; 
	vertical-align: top; 
}
#sitenav ul details:not([open]) > summary::after { 
	content: ' ►'; 
}
#sitenav ul details[open] > summary::after { 
	content: ' ◄'; 
}
#sitenav > details:not([open]) > summary::before { 
	content: "☰"; 
	font-size: 1.5em;
    padding-right: 0.4em;
} 
#sitenav > details[open] > summary::before { 
	content: "× "; 
	font-size: 1.5em;
    padding-right: 0.4em;
} 
#sitenav.wide details[open] details:not([open]) summary::after { 
	content: ' ▼'; 
}
#sitenav.wide details[open] details[open] summary::after { 
	content: ' ▲'; 
}
#sitenav.wide details[open] details[open] details:not([open]) summary::after { 
	content: ' ►'; 
}
#sitenav.wide details[open] details[open] details[open] summary::after { 
	content: ' ◄'; 
}
html.no-details #sitenav ul summary::before { /* Für Details-Polyfill */
	content: ""; 
	width: 0; 
} 

/* Link zur aktuellen Seite */
#sitenav li[aria-current] a[tabindex]::before { 
	content: "► "; 
	font-family: arial_unicode_ms;
}
#sitenav.withjs > details > ul > li[aria-current] > details > summary { 
	border-left: 2px solid black; 
}
#sitenav.withjs > details > ul > li[aria-current] > details > ul > li[aria-current] > details > summary { 
	border-left: 2px solid black; 
}
#sitenav.wide > details > ul > li[aria-current] > details > summary { 
	border-left: none; 
}
#sitenav.wide > details > ul > li[aria-current] { 
	border-bottom: 2px solid black; 
}

/* Sprachicon 
#sitenav .langselect img { 
	height: 2em; 
	transform: translateY(-.4em); 
}
#sitenav.wide .langselect { 
	float: right; 
}*/

/* Rahmen etc. */
#sitenav summary { 
	cursor: pointer; 
	max-width: -webkit-max-content; 
	max-width: -moz-max-content; 
	max-width: max-content; 
	max-height: 1.4em; 
}
#sitenav ul { 
	list-style-type: none; 
}
#sitenav.wide ul ul { 
	border-radius: 0 0 .5em .5em;
}
#sitenav > details { 

}
#sitenav.wide > details { 
	border: none; 
	border-radius: 0; 
} 
#sitenav li a { 
	text-decoration: none; 
}
#sitenav li a, 
#sitenav li summary { 
	outline: none; 
}
#sitenav li a:hover, 
#sitenav li summary:hover, 
#sitenav li a:focus, 
#sitenav li summary:focus { 
	color: #ae864c;
}
/* ENDE NAVIGATION */





/* ###  2. Navi  ### */

.navi { 
font-size: 20px;
padding-right: 25px;}




/* ###  Tabelle  ### */  

#ersteZeile {
    width: 65px;
}

#zweiteZeile {
    width: 447px;
}

td{
    border-bottom: 0.1em solid #506185;
}

/* ### ENDE Tabelle  ### */

h1 {
    color : #ae864c;
    font-size:16px;
    font-weight: 100;
    padding-top: 20px;
}

h2 {
    color : #ae864c;
    font-size:16px;
    font-weight: 100;
    padding-top:10px;
}

h3{
    font-family: "Georgia", Georgia, serif;
	line-height: 1.6;	
    color: #ae864c;
    font-size:14px;
    padding-top: 20px;
}

p {
    padding-top: 3px;
}

a {
    color : #ae864c;
}

a:hover {
    color : #d0d394;
}

body {
    background-color:#f7f8eb;
}

.z {
    color : #ae864c;
    font-size:14px;
    font-weight: 100;
    line-height:2;
}

.mail a{
    color: #fff;
    text-decoration: none;}

.mail a:hover{
    color: #ae864c;
    }

/*NEU*/

.linke-spalte {
    width: 337px;
    background-color: #d0d394;
    padding-bottom: 25px;
    margin-bottom: 90px;
    position: relative;
    min-height: 850px;
    margin-top: 64px;
}

.linke-spalte p{
    font-size: 10px;
    padding-left: 20px;
}

.kontakt, .partner{
    padding-left: 20px;
    padding-top: 10px;
}

.partner{
    position: absolute;
    bottom: 0;
}

.partner a{
    color: #ae864c;
    font-size: 14px;
    padding-right: 20px;
}

.partner a:hover{
    color: #fff;
}

.rechte-spalte{
    width: 563px;
    background-color: #fff;
    margin-bottom: 90px;
    margin-top: 125px;
}

img{
    margin-bottom: 20px;
}

.linke-spalte img{
    width: 100%;
    padding-top: 30px;
}
    
.rechte-spalte img{
     width: 100%;
}

.content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.contentprodukt a{
    padding-right: 25px;
    font-size: 16px;
}

.wrap {
    display: flex;
    justify-content:center;
    
}

.weiss{
    color: #ae864c;
}

.partner img{
    width: auto;
}

.Stil2{
    margin-right: 10px;
    color: #fff;
}

.beschreibung p{
    font-size: 10px;
}

@media only screen and (min-width: 800px) {
    footer {
       display: none;
    } 
}

@media only screen and (max-width: 800px) {
    
    
    .rechte-spalte {
        width: 100%;
    }
    
    .linke-spalte{
        display: none;
    }
    
    .rechte-spalte img{
        width: 100%;
    }
    
    .partner img{
        width: auto;
    }

    footer{
        background-color: #d0d394;
        padding-top: 35px;
        padding-left: 4%;
    }
    
    footer a:hover{
        color: #506185;
    }
    
    footer a{
        color: #fff;
    }
    
    .partnerkontakt img {
        width: auto;
    }
    
    .content{
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    
    .linke-spalte {
        display: none;
    }

    .rechte-spalte{
        width: 480px;
        background-color: #fff;
        margin-bottom: 90px;
    }
    
    .partnerkontakt img{
        width: auto;
    }
    
    footer{
        background-color: #d0d394;
        padding-top: 35px;
        padding-left: 5%;
    }
    
    footer a:hover{
        color: #506185;
    }
    
    footer a{
        color: #fff;
    }
    
    .content{
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .linke-spalte {
        display: none;
    }

    .rechte-spalte{
        width: 480px;
        background-color: #fff;
        margin-bottom: 90px;
    }
    
    .partnerkontakt img{
        width: auto;
    }
    
    footer{
        background-color: #d0d394;
        padding-top: 35px;
        padding-left: 5%;
    }
    
    footer a:hover{
        color: #506185;
    }
    
    footer a{
        color: #fff;
    }
    
    .content{
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 320px) {
    .linke-spalte {
        display: none;
    }

    .rechte-spalte{
        width: 480px;
        background-color: #fff;
        margin-bottom: 90px;
    }
    
    .partnerkontakt img{
        width: auto;
    }
    
    footer{
        background-color: #d0d394;
        padding-top: 35px;
        padding-left: 5%;
    }
    
    footer a:hover{
        color: #506185;
    }
    
    footer a{
        color: #fff;
    }
    
    .content{
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 414px) {
    #sitenav.withjs{
        background-color: #f7f8eb;
    }
    #sitenav.wide > details > ul {
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    text-align: right;
}
}

@media only screen and (max-width: 445px) {
    .contentprodukt a {
        padding-right: 25px;
        font-size: 20px;
        display: block;
}
}