@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-size: 18px;
	background-image: linear-gradient(180deg, rgba(250,246,239,1) 8%, rgba(235,211,182,1) 50%);
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

.handy-no {
	display: none;
}
.pc-no {
	display: block;
}
.tablett-no {
	display: block;
}

.kopf {
	width: 100%;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(118,71,29,1);
	background-color: rgba(250,246,239,1);
}

.Logo {
	width: 65%;
	margin-left: 0px;
	position: relative;
	text-align: left;
	display: none;
	margin-top: 7px;
}

.Logo-handy {
	width: 85%;
	margin-left: 0px;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 0px;
}

.Facebook {
	text-align: right;
	width: 25%;
	float: right;
	position: absolute;
	top: 15px;
	right: 15px;
}

#hamburger {
	position: absolute;
	right: 15px;
	top: 70px;
	width: 40px;
	z-index: 1000;
}

#navi-container {
	display: none;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto auto;
	width: 70%;
	margin-bottom: 10px;
	margin-top: 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.navi-spalte {
	text-align: center;
}

.kopfbild-hl {
	font-size: 10vw;
	position: absolute;
	left: 3%;
	top: 10px;
	color: rgba(255,255,255,1);
	z-index: 1000;
	width: 97%;
	letter-spacing: 3px;
	font-family: gillsans;
}

.kopfbanner {
	display: block;
	width: 100%;
	float: left;
	margin-top: 178px;
	margin-bottom: 15px;
	position: relative;
}

.inhalt-container {
	display: flex;
	flex-wrap : wrap;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	padding-top: 0px;
	justify-content: space-between;
	align-items: flex-start;
}

.spalte {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}

.c100, .c80, .c75, .c66, .c66-100, .c50, .c33, .c33-33, .c33-50, .c33-100, .c25, .c20 {
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 8px;
}
.c-ganze-breite {
	flex-basis: 98%;
	position: relative;
} 
.c100, .c80, .c75, .c66, .c66-100, .c50, .c33, .c33-33, .c33-50, .c33-100 {
	flex-basis: 98%;
} 
.c25 {
	flex-basis: 48%;
} 
.c20 {
	flex-basis: 48%;
}
.umbruch {
	flex-basis: 98%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.linie-links {
	border-left-style: none;
	border-bottom-style: none;
}

.symbol-text {
	display: grid;
	grid-template-columns: 50px auto;
	grid-template-rows: 1;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.fuss {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.fuss-spalte {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

}

.Ende-Handy__________________ { }


@media screen and (min-width:481px) {

body {
	margin: 0;
	font-size: 16px;
}

.handy-no {
	display: block;
}

h1 {
	font-size: 230%;
}

h2 {
	font-size: 180%;
}

.pc-no {
	display: none;
}

.tablett-no {
	display: none;
}

.kopf {
	width: 90%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 2px;
	background-color: rgba(255,255,255,0);
	border-radius: 7px 7px 0px 0px;
	display: block;
}
.Logo {
	width: 100%;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	margin-top: 0px;
	display: block;
}

.Logo-handy {
	display: none;
}

.Facebook {
	text-align: right;
	width: 25%;
	float: right;
	position: absolute;
	top: 25px;
	right: 20px;
}

#navi-container {
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-template-rows: 25px;
	width: 100%;
	margin-bottom: 7px;
	margin-top: 0px;
	box-shadow: 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}

.navi-spalte {
	text-align: left;
}

.kopfbild-hl {
	font-size: 4.5vw;
	position: absolute;
	left: 3%;
	color: rgba(255,255,255,1);
	z-index: 1000;
	width: 97%;
	top: 10px;
}

.kopfbanner {
	margin-top: 10px;
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.inhalt-container {
	display: flex;
	flex-wrap : wrap;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px !important;
	margin-bottom: 8px;
	padding-top: 15px;
	justify-content: space-between;
	align-items: flex-start;
	/* [disabled]min-height: 60vh; */
}

.spalte {
	padding-top: 12px !important;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.c100, .c80, .c75, .c66, .c66-100, .c50, .c33, .c33-33, .c33-50, .c33-100, .c25, .c20 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	border-radius: 9px;
}
.c-ganze-breite {
	flex-basis: 98%;
	margin-bottom: 8px;
	border-radius: 5px;
} 
.c100, .c33-100, .c66-100 {
	flex-basis: 98%;
} 
.c80 {
	flex-basis: 98%;
}
.c75 {
	flex-basis: 46%;
} 
.c66 {
	flex-basis: 98%;
} 
.c50 {
	flex-basis: 98%;
} 
.c33 {
	flex-basis: 98%;
} 
.c25 {
	flex-basis: 46%;
} 
.c20, .c33-50 {
	flex-basis: 46%;
}
.umbruch {
	flex-basis: 98%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.linie-links {
	border-left-style: none;
	border-bottom-style: none;
}

.symbol-text {
	display: grid;
	grid-template-columns: 50px auto;
	grid-template-rows: 1;
	align-items: center;
	column-gap: 10px;
	width: 100%;
}

.fuss {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	padding-right: 4%;
	padding-left: 4%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.fuss-spalte {
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: center
}

.Ende-Tablett__________________ { }

}

@media screen and (min-width:769px) {

body {
	margin: 0;
	font-size: 17px;
}

.handy-no {
	display: block;
}
.tablett-no {
	display: block;
}
.pc-no {
	display: none;
}
	
.kopf {
	width: 90%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,0);
}

.Logo {
	width: 72%;
	margin-left: 0px;
}

.Facebook {
	text-align: right;
	margin-right: 0px;
	width: 6%;
	float: right;
	position: absolute;
	top: 15px;
	right: 20px;
}

#navi-container {
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-template-rows: 34px;
	width: 100%;
	padding-right: 0px;
}

.navi-spalte {
	text-align:center;
}

.kopfbild-hl {
	font-size: 4vw;
	position: absolute;
	left: 2%;
	color: rgba(255,255,255,0.8);
	z-index: 1000;
	width: 97%;
	top: 10px;
}

.kopfbanner {
	margin-top: 0px;
	float: left;
}

.inhalt-container {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	padding-top: 20px;
	min-height: 50vh;
}

.spalte {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.c100, .c80, .c75, .c66, .c66-100, .c50, .c33, .c33-33, .c33-50, .c33-100, .c25, .c20 {
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 0px;
	/* [disabled]background-color: rgba(255,153,204,1); */
}
.c-ganze-breite {
	flex-basis: 98%;
	position: relative;
} 
.c100 {
	flex-basis: 98%;
} 
.c80 {
	flex-basis: 78%;
}
.c75 {
	flex-basis: 73%;
} 
.c66, .c66-100 {
	flex-basis: 64%;
} 
.c50 {
	flex-basis: 48%;
} 
.c33, .c33-50, .c33-100 {
	flex-basis: 31%;
} 

.c33-33 {
	flex-basis: 31% !important;
} 

.c25 {
	flex-basis: 23%;
} 
.c20 {
	flex-basis: 18%;
}
.umbruch {
	flex-basis: 98%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.linie-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(98,95,88,0.6);
	border-bottom-style: none;
}

.symbol-text {
	display: grid;
	grid-template-columns: 50px auto;
	grid-template-rows: 1;
	align-items: center;
	column-gap: 10px;
	width: 98%;
}

.fuss {
	display: grid;
	grid-template-columns: auto auto auto 160px;
	grid-template-rows: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 25px;
}

.fuss-spalte {
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
}

.Ende-PC__________________ { }

}


@media screen and (min-width:1024px) {

.groeßer-1024 ________________ { 
}
	
body {
	font-size: 18px;
}
}

@media screen and (min-width:1280px) {

.groeßer-1280 ________________ { 
}

body {
	font-size: 19px;
}

.Logo {
	
}
	
