@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 15px;
}

#container {
	margin: 0 auto;
	padding: 0px;
	max-width: 1200px;
}
.handy-no {
	display: none;
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 0em;
	padding-left: 10px;
	position: relative;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,1);
}

.Logo {
	width: 265px;
}

#hamburger {
	display: block;
	width: 45px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	cursor: pointer;
}

#navigation {
	display: none;
	width: 100%;
}

.navi-spalte {
	text-align: left;
	line-height: 1em;
}

.navi-spalte a {
	color: rgba(255,255,255,1);
	background-color: rgba(0,152,70,1);
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);
}

.navi-spalte a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(255,175,6,1);
}

.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 75px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul.punkte {
	margin-bottom: 7px;
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	color: #000;
	margin-left: 21px;
	list-style-image: url(../layout/Li-punkt.png);
	/* [disabled]font-size: 130%; */
	margin-right: 10px;
	/* [disabled]font-weight: bold; */
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-33, .col-33-100, .col-33-50, .col-25 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 100%;
}
.col-hg {
	background-color: rgba(0,152,70,0.1);
	padding-top: 7px;
	/* [disabled]border-radius: 7px; */
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-left: 15px; */
}

.linie-links {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.container-biid-in-col {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 12%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 2%;
}
.Adresse-Text {
	display: block;
	float: left;
	width: 86%;
	padding-top: 5px;
	margin: 0px;
}

.bild-in-col {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}


.margin-bottom-no {
	margin-bottom: 0px;
}

#um-fuss {
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* [disabled]background-color: rgba(0,152,70,1); */
}


footer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 480px;
	display: block;
	height: auto;
}

.footer-spalte {
	padding-top: 7px;
	padding-bottom: 2px;
	font-size: 95%;
	padding-right: 15px;
	padding-left: 15px;
}

.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
body {
	margin: 0;
	font-size: 13px;
}
.handy-no {
	display: block;
}

#container {
	padding: 0px;
}
#container, footer {
	width: 100%;
	max-width: 768px;
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-image: url(../bilder/Mineralmischwerk-hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	box-shadow: 0px 0px 0px rgba(255,255,255,1);
	
}

.Logo {
	width: 38%;
	min-width: 170px;
	padding-left: 0%;
	float: left;
	margin-right: 1%;
	margin-left: 2%;
}

#hamburger {
	display: none;
}

.um-navi {
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	width: 58%;
	right: 0px;
}

#navigation {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	/* align-items: stretch; */
	margin: 0px;
	padding: 0px;
	bottom: 16px;
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 0px rgba(255,255,255,1);
}


.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
}

.navi-spalte a {
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	font-size: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom-style: none;
	padding-left: 0px;
	color: rgba(0,0,0,0.7);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: rgba(255,175,6,1);
	font-weight: bold;
}

.navi-spalte a:hover {
	color: rgba(0,152,70,1);
	background: none;
}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 130px;
	margin-top: 0px;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 12%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 2%;
}
.Adresse-Text {
	display: block;
	float: left;
	width: 86%;
	padding-top: 5px;
	margin: 0px;
}

ul.punkte {
	margin-bottom: 7px;
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	/* [disabled]line-height: 1em; */
	color: #000;
	margin-left: 21px;
	list-style-image: url(../layout/Li-punkt.png);
	/* [disabled]font-size: 130%; */
	float: left;
	margin-right: 20px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-33, .col-33-100, .col-33-50, .col-25 {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-bottom: 10px;
}

.col-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-75 {
	width: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}


.col-66 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-66-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-66-66 {
	width: 66.66%;
	-webkit-flex-basis: 66.66%;
	flex-basis: 66.66%;
}

.col-66-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-33 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-33-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-25 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.col-hg {
	background-color: rgba(0,152,70,0.1);
	padding-top: 7px;
	border-radius: 7px;
	padding-right: 12px;
	padding-left: 12px;
}

.container-biid-in-col {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.bild-in-col {
	width: 48%;
	margin-right: 2%;
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}


.margin-bottom-no {
	margin-bottom: 0px;
}


#um-fuss {
	margin: 0px;
	width: 100%;
	height: 100px;
	left: 0px;
	bottom: 0px;
	position: fixed;
}

footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-spalte {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 90%;
	line-height: 1.7em;
}

.footer-spalte p {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.Ende-Tablett__________________ { }
}



@media screen and (min-width:769px) {
	
body {
	margin: 0;
	font-size: 14px;
}
.handy-no {
	display: block;
}

#container {
	padding: 0px;
	margin-top: 0px;
}

#container, footer {
	width: 90%;
	max-width: 1260px;
}

header {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

.Logo {
	width: 36%;
	min-width: 220px;
	padding-left: 20px;
	float: left;
	margin-left: 5%;
}


#hamburger {
	display: none;
}

.um-navi {
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	width: 55%;
	right: 0px;
}

#navigation {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	/* align-items: stretch; */
	margin: 0px;
	padding: 0px;
	bottom: 10px;
}


.navi-spalte {
	-ms-flex: 1 1 auto;
	flex-grow: 1;
	text-align: center;
	line-height: 1em;
}

.navi-spalte a {
	/* [disabled]color: rgba(0,0,0,1); */
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 105%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navi-spalte a:hover {
	color: rgba(0,152,70,1);
}
	
.inhalt-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 30px;
	padding-bottom: 30px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 130px;
}

.Adresse-Symbol {
	display: block;
	float: left;
	width: 12%;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 2%;
}
.Adresse-Text {
	display: block;
	float: left;
	width: 86%;
	padding-top: 10px;
	margin: 0px;
}

ul.punkte {
	margin-bottom: 7px;
	list-style-position: outside;
	margin-top: 3px;
}

ul.punkte li {
	padding-bottom: 8px;
	list-style-type: disc;
	/* [disabled]line-height: 1em; */
	color: #000;
	margin-left: 21px;
	list-style-image: url(../layout/Li-punkt.png);
	font-size: 100%;
	clear: both;
	float: none;
	margin-right: 0px;
}

.col-100, .col-66, .col-66-66, .col-66-50, .col-66-100, .col-75, .col-50, .col-33, .col-33-100, .col-33-50, .col-25 {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-bottom: 20px;
}

.col-100 {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.col-75 {
	width: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}

.col-66, .col-66-100, .col-66-50  {
	width: 66.66%;
	-webkit-flex-basis: 66.66%;
	flex-basis: 66.66%;
}


.col-50 {
	width: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.col-33 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-100 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

.col-33-50 {
	width: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}


.col-25 {
	width: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.col-hg {
	background-color: rgba(0,152,70,0.1);
	padding-top: 7px;
	border-radius: 7px;
	padding-right: 12px;
	padding-left: 12px;
}

.container-bild-in-col {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.bild-in-col {
	width: 31%;
	margin-right: 2%;
	-webkit-flex-basis: 31%;
	flex-basis: 31%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}


.margin-bottom-no {
	margin-bottom: 0px;
}

.linie-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(149,81,45,0.3);
	border-bottom-style: none;
}


#um-fuss {
	margin: 0px;
	width: 100%;
	height: 105px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}


.footer-spalte {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
	font-size: 100%;
	line-height: 1.8em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,175,6,1);
	margin-top: 10px;
	margin-bottom: 0px;
}
}


@media screen and (min-width:1024px) {
	
body {
	font-size: 15px;
}
}
