@charset "utf-8";
/* CSS Document */
body {
	margin: 0px !important;
	font-size: 18px;
	background-attachment: fixed;
	background-image: url(../layout/HG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.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: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.2);
}

.Logo {
	display: none;
}

.Logo-handy {
	width: 75%;
	margin-left: 0px;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 7px;
	margin-bottom: 0px;
}

#hamburger {
	position: absolute;
	right: 15px;
	top: 80px;
	width: 50px;
	z-index: 1000;
}

#navi-container {
	display: none;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto auto;
	width: 78%;
	margin-bottom: 10px;
	margin-top: 35px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	margin-left: 0px;
}

.navi-spalte {
	text-align:center;
}

.inhalt-container {
	display: flex;
	justify-content: space-around;
	align-content : flex-start;
	flex-wrap : wrap;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 145px;
}

.c100, .c80, .c75, .c66, .c66-100, .c50, .c33, .c33-50, .c33-100, .c25, .c20 {
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.c-ganze-breite {
	flex-basis: 100%;
	position: relative;
	margin: 0px !important;
} 

.padding-no {
	padding: 0px;
}

.c100, .c75, .c66, .c66-100, .c50, .c33, .c33-50, .c33-100 {
	flex-basis: 96%;
} 

.c80 {
	flex-basis: 61%;
	margin-right: 2%;
	margin-left: 0px;
	border-radius: 0px 10px 10px 0px;
}

.c25 {
	flex-basis: 96%;
} 
.c20 {
	flex-basis: 35%;
	margin-right: 0px;
	margin-left: 2%;
	padding: 0px;
	border-radius: 10px 0px 0px 10px;
}

.c20 img {
	border-radius: 10px 0px 0px 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding: 0px;
}

.c20, .c80 {
	margin-bottom: 5px
}

.umbruch {
	flex-basis: 100%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
.text-in-bild {
	background-color: rgba(0,255,51,1);
	position: absolute;
	left: 0px;
	bottom: 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;
	margin-bottom: 65px;
}

.fuss-spalte {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.tel-buttom {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image: linear-gradient(rgba(100,200,100,1), rgba(0,180,0,1));
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.7);
}

}

.Ende-Handy__________________ { }



@media screen and (min-width:481px) {

body {
	margin: 0;
	font-size: 17px;
	background-attachment: fixed;
	background-image: url(../layout/HG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.handy-no {
	display: block;
}

.pc-no {
	display: none;
}

.tablett-no {
	display: none;
}

.kopf {
	width: 95%;
	position: relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-style: none;
	background: none;
	margin-bottom: 15px;
}
.Logo {
	width: 65%;
	/* [disabled]min-width: 250px; */
	position: relative;
	margin-bottom: 0px;
	display: block;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
}

.Logo-handy {
	display: none;
}

#navi-container {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: 24px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	box-shadow: 0px 0px 0px;
	background-color: rgba(255,255,255,0);
	margin-right: auto;
	margin-left: auto;
}

.navi-spalte {
	text-align:left;
}

.inhalt-container {
	display: flex;
	justify-content: center;
	align-content : flex-start;
	flex-wrap : wrap;
	width: 95%;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px !important;
	margin-bottom: 280px;
}

.c100, .c75, .c66, .c66-100, .c50, .c33, .c33-50, .c33-100, .c25 {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.c-ganze-breite {
	flex-basis: 100%;
} 
.c100, .c33-100, .c66-100 {
	flex-basis: 98%;
} 
.c80 {
	flex-basis: 69%;
	margin-right: 1%;
}
.c75 {
	flex-basis: 46%;
} 
.c66 {
	flex-basis: 98%;
} 
.c50 {
	flex-basis: 98%;
} 
.c33 {
	flex-basis: 98%;
} 
.c25 {
	flex-basis: 46%;
} 

.c33-50 {
	flex-basis: 46%;
}

.c20 {
	flex-basis: 29%;
	padding-bottom: 0px;
	margin-left: 1%;
}

.c20 img {
	border-radius: 10px 0px 0px 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding: 0px;
}

.c20, .c80 {
	margin-bottom: 7px;
}

.umbruch {
	flex-basis: 100%;
	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;
	padding-right: 4%;
	padding-left: 4%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
}

.fuss-spalte {
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: center
}

.tel-buttom {
	display: none;
}

.Ende-Tablett__________________ { }

}

@media screen and (min-width:769px) {

body {
	font-size: 18px;
	margin-top: 10;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../layout/HG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.handy-no {
	display: block;
}
.tablett-no {
	display: block;
}
.pc-no {
	display: none;
}
	
.kopf {
	width: 90%;
	position: relative;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.Logo {
	width: 40%;
	/* [disabled]max-width: 350px; */
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#navi-container {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: 30px;
	width: 90%;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0);
	margin-right: auto;
	margin-left: auto;
}

.navi-spalte {
	text-align:center;
}

.inhalt-container {
	display: flex;
	justify-content: center;
	align-content : flex-start;
	flex-wrap: wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	/* [disabled]max-width: 1280px; */
	margin-bottom: 170px;
}

.c100, .c75, .c66, .c66-100, .c50, .c33, .c33-50, .c33-100, .c25 {
	margin-left: 1%;
	margin-right: 1%;
}
.c-ganze-breite {
	flex-basis: 100%;
	position: relative;
} 
.c100 {
	flex-basis: 98%;
} 
.c80 {
	flex-basis: 69%;
}

.c75 {
	flex-basis: 73%;
} 
.c66, .c66-100 {
	flex-basis: 64.6%;
} 
.c50 {
	flex-basis: 48%;
} 
.c33, .c33-50, .c33-100 {
	flex-basis: 31.33%;
} 
.c25 {
	flex-basis: 23%;
} 
.c20 {
	flex-basis: 29%;
	padding-bottom: 0px;
}

.c20 img {
	border-radius: 10px 0px 0px 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding: 0px;
}

.c20, .c80 {
	margin-bottom: 10px;
}

.umbruch {
	flex-basis: 100%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
.shadow {
	box-shadow: 20px 20px 20px rgba(0,0,0,0.8);
	background-color: rgba(0,0,0,1);
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: relative;
}

.linie-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.7);
	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 170px;
	grid-template-rows: auto;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 15px;
	font-size: 90%;
}

.fuss-spalte {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}

.Ende-PC__________________ { }

}


@media screen and (min-width:1024px) {

.groeßer-1024 ________________ { 
}
	
body {
	font-size: 21px;
}

}

@media screen and (min-width:1280px) {

body {
}

