/* Stile für große Bildschirme (PCs) */
@media only screen and (min-width: 768px) {
    
	html {
		/* font-size: 1.04vw; */
		/* font-size: calc(1vw * 1.04) */
		font-size: max(1vw, 1rem);
	}


}

/* Stile für kleine Bildschirme (Smartphones) */
@media only screen and (max-width: 767px) {
	html {
		font-size: max(2vw, 1rem);
	}


}


* {
	margin: 0px;
	padding: 0px;

	/* font-size: 1.2em; */
	}
html {
	font-family: Nuri, Arial, sans-serif;
	font-style: normal;
	/* font-size: 1.04vw; */
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 100%;
	scroll-behavior: smooth;
	}

#Navigation {

	height: 100vh;
	position: fixed;
	z-index: 5;
	width: 20vw;
	top: 0px;
	background: #ffeeb8;
}
#Logo {
	/* float: left; */
	margin-left: 1vw;
	position: absolute;
	top: -1.3rem;
	width: 19vw;
}
#Logo img {
	/* height: 9rem; */
	/* z-index: 10; */
	margin-top: 2rem;
	/* width: 15vw; */
	width: 19vw;
}

#Sprachwahl {
	width: 19vw;
	position: absolute;
	right: 1vw;
	text-align: right;
	top: 6rem;
}

.sprachpunktact {
	display: none;
}

#Menubalken {
	/* background-color: #eee; */
	position: absolute;
	font-size: 1.2rem;
	/* left: 20vw; */
	width: 19vw;
	/* float: right; */
	/* margin-top: 3.7em; */
	/* margin-right: 3vw; */
	top: 8rem;
	right: 1vw;
	
}


#Hauptmenu {
	/* width: 100%; */
	/* position: absolute; */
	/* left: 20vw; */
}


.menupunktact, .menupunkt {
	/* float: right; */
	/* margin: 0vw 2vw; */
	width: 100%;
	text-align: right;
	line-height: 2rem;
}



#Seitenmenu {
	/* position: relative; */
	/* right: 1vw; */
	margin-top: 3rem;
}

#Menufuss {
	position: absolute;
	bottom: 4vh;
	right: 1vw;
}

#Menufuss img {
	height: 2rem;
	padding-left: 1rem;
}
 

#Inhalt {
	/* margin-top: 6.1rem; */
	margin-left: 20vw;
	width: 80vw;
}

.frame-default {
	padding-left: 8vw;
	padding-right: 8vw;
	width: 64vw;
}

#Anfang + .frame-default {
	padding-top: 3rem;
}
#Anfang + .frame-type-image{
	padding-top: 0rem;
}

/* .frame-type-text, .frame-container-accordion,  iframe, .frame-type-form_formframework, .frame-type-list {
	padding-left: 8vw;
	padding-right: 8vw;
} 
.frame-type-text, .ce-textpic, iframe, .frame-type-form_formframework, .frame-type-list {
	width: 84vw;
}	*/

.frame-container-accordion {
	width: 64vw;
}
.frame-type-image {
	width: 80vw;
	padding-left: 0vw;
	padding-right: 0vw;
}


.ce-image, .ce-gallery {
	/* overflow: visible;  */
}
.frame-type-textpic, .frame-type-form_formframework {
	background-color: #e7f7de;
	padding-top: 0.8vw;
	padding-left: 8vw;
	padding-right: 8vw;
}



/* Agenda */
/* ****** */

.agenda-datum {
	font-weight: 400;
}

.panel-default {
	background-color: #e7f7de;
	margin: 1rem 0rem;
	
}
.agenda-titel {
	font-family: Nuri, Arial, sans-serif;
	font-size: 1.5rem;
	color: #000;
	margin-top: 1rem;
	
}


/* Container Elements */
/* ****************** */

.c-accordion-title {
	background: #eee;
	color: #b8042a;
	padding-left: 1vw;
	/* padding-right: 8vw; */
	font-size: 1.0rem;
}

.c-accordion-content {
	background: #eee;	
	/* width: 84vw; */
	/* color: #000; */
}
	
.c-accordion-content .frame-type-text {
	width: 48vw;
}


.c-accordion-title:hover {
	background: #ccc;	

}

.c-section {
	padding-top: 2em;
	padding-bottom: 3em;
}

.c-section > .content {
	background-color: #008c9d;
	padding-top: 2em;
	padding-bottom: 1em;
}

.c-section h2, .c-section > .content > .frame > p {
	color: #fff;
}

.c-accordion-item .frame-type-image {
	width: 64vw;
}



/* h1 {
	font-family: Arial, sans-serif;
	font-size: 1.79em;
	line-height: 36px;
	padding-top: 22px;
	margin-left: 12px;

} */

h2 {
	font-family: Nuri, Arial, sans-serif;
	font-style: bold;
	font-size: 2rem;
	/* line-height: 3em; */
	/* margin-top: 22px; */
	/*padding-bottom: 12px;*/
/* 	margin-left: 12px; */
	/* background: #fff; */
	color: #008c9d;
	text-transform: uppercase;
	}
	

h3 {
	font-family: Nuri, Arial, sans-serif;
	font-size: 1.5rem;
	color: #008c9d;
	/* font-style: italic; */
/* 	margin-left: 12px; */
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: lighter;

	}

p {
	/*padding-bottom: 16px;*/
	padding-top: 1rem;
/* 	margin-left: 12px;
	margin-right: 12px; */
	line-height: 1.4rem;
	font-weight: lighter;
	font-size: 1.0rem;
	}
a {
	text-decoration: none;
	color: #b8042a;
	}
a:hover {
	text-decoration: underline
	}


.menupunktact a {
	/* color: #fff; */
}

.menupunktact img {
	height: 0.7rem;

}

.ce-image img{
	
	width: 100vw;
	height: auto;
	
}

.ce-textpic img {
	width: 33vw;
	height: auto;
	min-width: 300px;
}

.image-embed-item {
	max-width: 100%;
/* 		margin-top: -20px;   */
/* 		margin-bottom: -100px; */
	/* transition: transform 0.2s ease-out; */
	/* transform: translateY(-100px); */
	/* clip-path: inset(30px 0px 30px 0px); */
}
	
.image-caption {	
	background-color: #008c9d;
	color: #fff;
	/* width: 300px; */
	max-width: 12vw;
	font-family: Nuri, Arial, sans-serif;
	font-size: 0.32rem;
	/* margin-top: -100px; */
	/* z-index: 4; */
	/* position: absolute; */
	padding: 0.3vw;
	/* right: 10vw; */
	/* float: right; */
	/* bottom: -3vw; */
	
	  float: right;
	  /* margin-right: 10vw; */
	 transform: scale(4) translate(-3vw,-0.4rem);

}


.ce-textpic .image-caption {
	max-width: 6vw;
	transform: scale(4) translate(-1vw,-0.4rem);
}


.frame {
	margin-bottom: 2em;
}

iframe {
	/* für GoogleMaps-Karte */
	width: 64vw;
	height: 80vh;
}


/* Formular */
/* ******** */

/* Titel */
.frame-type-form_formframework header {
	margin-bottom: 0.57rem;

}

/* Allgemein */
.frame-type-form_formframework {
	/* font-size: 1.4em; */
}

/* Gruppe Beschriftung und Input-Felder */
.form-group {
	margin-bottom: 1rem;
}

/* Beschriftung Textfelder */
.form-label {
	
	color: #008c9d;
}

/* Gruppierung */
fieldset {
	padding-left: 2rem;
	padding-bottom: 1rem;
}

/* Input-Felder aussen */
.input {
	padding-top: 0.5rem;
}

/* Input-Felder Text */
.form-control {
	font-size: 1rem;
	min-width: 20vw;
	padding-top: 0.5rem;
	padding: 0.4rem;
	background-color: #fff;
}

/* Checkboxen */
.add-on {
	font-size: 1rem;
}


/* Gruppierung */
legend {
	
	color: #008c9d;
	margin-bottom: 0.5rem;
}

/* Fusszeile */
.actions {
	padding-bottom: 1rem;
}

/* Button Weiter */
.btn {
	background: #eee;
	font-size: 1.0rem;
	color: #b8042a;
	min-width: 20vw;
	padding: .51rem 0rem;
	border-radius: 0rem;
	line-height: 2rem;
}
.btn:hover {
	background: #ccc;
}

/* Zusammenfassung */
.table-responsive {
	font-size: 1rem;
	line-height: 1.5rem;
}

/* Überschriften innerhalb eines Containers */
/* .c-section  */
.c-section form h2 {
color: #008c9d;	
	
}
form .clearfix h2 {
	line-height: 1.4rem;
	font-weight: lighter;
	font-size: 1.0rem;	
	text-transform: none;
	padding-bottom: 0.5rem;
}







/* Wird nicht mehr benötigt */
/* ======================== */
/* 


h4 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	line-height: 36px;
	color: white;
	padding-top: 36px;
	padding-left: 20px;
	}
	

#Content {
	background: #FFC636;
	margin-left: 324px;	
}


#boxMobil {
	width: 480px;
	height: 72px;
	background: #FFC636;
	position: fixed;
	z-index: 50;
	border-bottom: 2px solid #ffffff;
	display: none;
}
#boxListeMobile {
	top: 16px;
	left: 36px;
	width: 324px;	
	height: 72px;
	position: absolute;
	z-index: 150;
}
#boxNavMobil {
	width: 480px;
	height: 100000px;
	top: 72px;
	background: #FFC636;
	position: absolute;
	z-index: 100;
	display: none;
}
#boxSchaltflaeche {
	width: 480px;
	top: 0px;
	right: 0px;
	z-index: 100;
	position: absolute;
}
#boxSchaltflaeche img {
	width: 100%;
}

#boxMitte {

	padding-top: 0px;
	width: 100%;
	position: absolute;
}
#boxNav {
	float: left;
	width: 324px;
	position: relative;
}

.boxSprache {
	padding: 24px 0px 36px 36px;
}

.boxSprache .menupunkt  ul li, .boxSprache .menupunktact ul li {
	margin-right: 24px;
	position: relative;
	float: left;
	
}


.boxMenu {
	margin: 0px;
	//text-align: left;
	position: relative;
	//height: 162px;
	padding: 24px 0px 36px 36px;
	//background: #ffffaa;
	line-height: 45px;
	}
#menu, #papierMenu2 {
	color: white;
	position: absolute;
	font-family: Trebuchet MS;
	}
#menu {
	margin: 0px;
	column-width: 196px;
	line-height: 36px;
}
ul {
	margin-top: -16px;
	margin-bottom: 24px;
	}
li {
	margin-left: 36px;
	}
.menupunkt ul, .menupunktact ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}
.menupunkt ul li {
	color: #660000;
	margin-left: 16px;
	}
.menupunktact ul li {
	margin-left: 16px;
	color: white;
	}
.menupunkt ul li a {
	color: #660000;
	text-decoration: none;
	}
.menupunkt ul li a:hover {
	text-decoration: underline
	}
.menupunktact ul li a {
	color: #660000;
	}
.boxMenu .menupunktact ul li a, .boxMenu .menupunkt ul li a {
	line-height: 45px;
}
#boxNavMobil .boxMenu .menupunktact ul li a, #boxNavMobil .boxMenu .menupunkt ul li a {
	font-size: 24px;
	line-height: 45px;
}
	


	
ul {

	margin-bottom: 12px;
	}
li {
	margin-left: 36px;
	line-height: 32px;
	}
.contenttable {
	padding-top: 18px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 32px;
}
.tdSpalte1 {
	width: 48px;
}
.tdSpalte2, .tdSpalte3 {
	width: 260px;
}
.tdSpalte4 {
	width: 216px;
}
.listeZeile {
	display: block;
	height: 18px;
	width: 100%;
	
}
.listeSpalte1, .listeSpalte2, .listeSpalte3, .listeSpalte4 {
	line-height: 32px;
	display: block;
	float: left;
} 
.listeSpalte1 {
	position: absolute;
	width: 48px;
	left: 0px;

}
.listeSpalte2, .listeSpalte3 {

	width: 260px;

}

.listeSpalte4 {

	width: 216px;

}
.share img {
	margin: 0px 24px;
	}
.whatsapp {
	visibility: hidden;
	} */