@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: Soho-Light, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    color: #333;
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 880px) {
	.desktop-off, 
	.tablet-on,
	.phone-on {
		display: none;
	}
	.desktop-on, 
	.tablet-off, 
	.phone-off {
		display: block;
	}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	.tablet-off,
	.desktop-on, 
	.phone-on {
		display: none;
	}
	.tablet-on,
	.desktop-off, 
	.phone-off {
		display: block;
	}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.phone-off,
	.desktop-on, 
	.tablet-on
	 {
		display: none;
	}
	.phone-on, 
	.desktop-off, 
	.tablet-off {
		display: block;
	}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5rem; /* 40px 40/16 = 2.5 */
	font-weight: normal;
	color: #e42a16;
	margin-bottom: 30px;
    font-family: Soho-BoldItalic;
}

h2 {
	font-size: 2.0rem; /* 30px 32/16 = 2 */
	font-weight: normal;
	color: #e42a16;
	margin-bottom: 20px;
	margin-top: 40px;
    font-family: Soho-BoldItalic;
}

.index-site h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

h3 {
	font-size: 1.25rem; /* 20px 20/16 = 1.25 */
	margin-bottom: 10px;
	margin-top: 30px;
    font-family: Soho-BoldItalic;
    color: #e42a16;
}

h4 {
	margin-bottom: 5px;
}

h2:first-child, 
h3:first-child {
	margin-top: 0;	
} 

h2[class*="abstand"] {
	margin-top: 20px;
}

p {
	font-size: 1rem; /* 12px 12/16 = 0.75 */
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

p.lead {
	font-size: 1.125rem;
	font-weight: 700;
}

p.date {
	font-size: 0.8rem;
}

address {
	font-style: normal;
	padding-bottom: 10px;
}

address p strong {
	font-family: Soho-BoldItalic;
}

@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	h1 {
		font-size: 2.25rem; /* 30px 32/16 = 2 */
	}
}
	
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	h1 {
		font-size:2rem; /* 30px 32/16 = 2 */
	}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

/*.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}*/

/*@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.img-right {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.img-left {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
	}
}*/

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 1rem; /* 12px 12/16 = 0.75 */
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a[href^="mailto:"],
a[href^="tel"] {
	color: #333;
}

a[href^="tel"]:hover {
	text-decoration: none;
}

.kontakt-info a[href^="mailto:"]:hover,
.kontakt-info a:hover {
	text-decoration: underline;
}

/* Buttons */
.btn {
    margin-top: 50px;
}

.btn a,
a.btn,
.btn {
	font-family: Soho-BoldItalic;
	padding: 20px;
	background: #e42a16;
	color: #fff;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
}

.hg-rot .btn a {
	background: #fff;
	color: #333;
}

.hg-rot h2,
h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.btn a:hover,
a.btn:hover,
button:hover.btn {
	background: #333;
	color: #fff;
	cursor: pointer;
}

.btn.inline a,
a.btn.inline,
.btn.inline {
	display: inline-block;
}

.btn.small {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	    font-size: 1rem;
}

.btn.inline.small {
	margin-bottom: 0px;
}

.btn.inline.right {
	text-align: right;
}

.btn-mulden {
    text-align: center;
	background: #e42a16;
}

a.btn-mulden  {
	display: block;
    position: relative;
    padding: 5px;
    font-family: Soho-BoldItalic;
	color: #fff;
}

a.btn-mulden:hover {
	background-color: #000000;
}

.list li a.download {
	text-decoration: underline;
}

button.btn.formular {
	font-size: 0.75rem;
	padding: 0;
	display: block;
	line-height: auto;
	border: 0;
	background: #333;
}

button:hover.btn.formular {
	background: #e42a16;
	color: #fff;
	cursor: pointer;
}

.formbutton {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
	align-items: stretch;
}

p.more {
	text-transform: uppercase;
	font-size: 0.8rem;
}

p.more::after {
	content: url(../img/layout/icon-arrow.svg);
	background-size: 12px;
	text-align: right;
    position: absolute;
    width: 12px;
    height: 12px;
	margin-top: 2px;
	margin-left: 8px;
}

p.more:hover {
	text-decoration: underline;
}

/* Hover */
a.hover {
	text-decoration: none;
}
.hover {
  display: inline-block;
  position: relative;
}

.hover::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e42a16;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hover:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-white::after {
  background-color: #fff;
}

.main-nav li a {
  display: inline-block;
  position: relative;
}

.main-nav li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.main-nav li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1rem */
	height: 100%;
    background-color: #f2f2f2;
}

body, img, p, tr, td {
	color: #333;
}

.content-block-center {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.content {

}

header {
    margin-bottom: 50px;
}

.logo-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
	z-index: 100;
	position: relative;
}

#logo {
	z-index: 100;
}

.arrow {
    height: 1rem;
}

iframe.movie {
    border: 0px;
}

header #video {
	width: 100%;
    height: 100%;
}

.index-site header #video {
	width: 100%;
    height: 100%;
}

section.videohead {
	margin-bottom: 20px;
	height: calc(100vw/16*3); /*Lösung für QUERFORMATIGE ansicht*/
	width: calc(100vh/9*16); /*Lösung für HOCHFORMATIGE ansicht*/
	width: calc(100vw - (100vw - 100%));
	position: absolute;
	
}

.index-site section.videohead {
	height: calc(100vw/16*9); /*Lösung für QUERFORMATIGE ansicht*/	
}

.index-site .flex-container {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}

.index-site .flex-container div.grid-1 {
	margin-bottom: 0;
}

.index-site .flex-container div a div {
	flex-flow: wrap;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0;
}

.index-site .flex-container div {
	background: #fff;
}

.index-site .flex-container div.info-box div {
	background-color: #e42a16;
}

.index-site .flex-container div.news-box div,
.index-site .flex-container div.tipp-box div,
.index-site .flex-container div.info-box div{
	 padding: 40px;
}

.index-site .flex-container div.tipp-box div {
	background-size: cover;
}

.index-site .flex-container div.news-box h3,
.index-site .flex-container div.news-box p {
	color: #000;   
}
.index-site .flex-container div.info-box h3,
.index-site .flex-container div.info-box p,
.index-site .flex-container div.info-box p strong {
	color: #fff;
}

footer {
    overflow: hidden;
    background-color: #3d3d3d;
    padding-top: 40px;
    padding-bottom: 40px;
	width: 100%;
}

section:last-child,
section#home {
	margin-bottom: 100px;
}

section.hg-rot:last-of-type {
	margin-bottom: 0px;
}

footer {
	position: relative;
}

footer .flexcontainer {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: inherit;
	justify-content: space-between;
	margin-bottom: 30px;
}

footer p {
	color: #fff;
}

footer a[href^="mailto:"],
footer a[href^="tel"] {
	color: #fff;
	text-decoration: none;
}

footer a {
    color: white;
    text-decoration: none;
}

footer address p strong {
	color: #fff;
}

footer address p {
	margin-bottom: 10px;
}

footer address {
	padding-bottom: 0;
}

footer .zertifikat {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .zertifikat p,
footer .zertifikat a {
	align-self: flex-end;
}

footer .social-nav {
	display: flex;
	flex-direction: column;
	flex-direction: row;
}

footer .social-nav a {
	align-self: flex-end;
}

footer .zertifikat p a {
	display: inline-block;
}

footer .zertifikat a.hover:hover {
	color: #fff;
}

footer .zertifikat p a img {
	padding-right: 10px;
	width: 55px;
}

footer .zertifikat p a img.iqnet {
	height: 50px;
	width: auto;
}

footer .zertifikat p a:last-of-type img {
	padding-right: 0;
}

@media 
only screen and (min-width : 600px) and (max-width : 1390px) {
	.content-block-center {
		margin-left: 45px;
		margin-right: 45px;
		width: auto;
	}
}

@media only screen and (min-width: 600px) and (max-width: 879px) {
	footer .flexcontainer {
		justify-content: space-between;
		margin-bottom: 0;
	}
	footer .social-nav {
		align-self: flex-start;
	}
	footer .zertifikat p,
	footer .zertifikat a {
		align-self: flex-start;
	}
	footer div.adresse,
	footer div.social-nav,
	footer div.zertifikat{
		margin-bottom: 30px;
	}
	footer .zertifikat {
		width: 100%;
	}
}
	
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	body {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	footer .flexcontainer {
		margin-bottom: 0;
	}
	footer div.content-block-center {
		display: block;
		text-align: left;
	}
	footer .social-nav {
		display: block;
	}
	footer .zertifikat {
		display: block;
	}
	footer .zertifikat p,
	footer .zertifikat a {
		align-self: flex-start;
	}
	
	footer .adresse,
	footer .social-nav,
	footer .zertifikat {
		margin-bottom: 30px;
	}		
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

#logo img {
	width: 25VW;
    padding-top: 20px;
}

@media 
only screen and (min-width : 600px) and (max-width : 1390px) {
	#logo img {
	width: 35VW;
}
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	#logo img {
	width: 45VW;
}
}

.skipp {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.skipp img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 5-7 */
	-moz-opacity: 0.7; /* Netscape/FireFox */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7; /* aktuelle Browser */
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.skipp {
		display: none;
	}
}

/*********
Tools & spezifische Content-Styles
*********/
#home a {
    text-decoration: none;
}

.home-news {
    background-color: #fff;
    padding: 40px;
}

.home-news * {
    color: #333;
}

.home-info *, .home-tipps * {
    color: #fff;
}

.home-info {
    background-color: #e42a16;
    padding: 40px;
}

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

.home-info a:hover {
    text-decoration: underline;
}

.oeffnungszeiten h3 {
	margin-bottom: 0;
}

.oeffnungszeiten span {
	display: inline-block;
	margin-bottom: 10px;
}

.home-tipps {
    background-size: cover;
	background-position: center;
    padding: 40px;
    height: 200px;
	text-shadow: 0px 0px 10px black;
}

.home-tipps p {
    font-family: Soho-BoldItalic;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.home-tipps h3 {
    margin-top: 0;
}

#logo img {
    width: 200px;
}

.index-site .headinfo {
	position: relative;
	height: calc(100vw/16*8.9);
}

#header-content {
	z-index: 100;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

#header-content h1 {
    color: #fff;
}

#header-content h3 {
    color: #333;
}

#map {
	margin-top: 50px;
}

#map div {
	padding: 10px;
}

#map h4 {
	font-family: Soho-BoldItalic;
	font-size: 1.0rem;
	margin-top: 0px;
}

#map p {
	font-family: Soho-Light, Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

#shortcuts {
    display: flex;
    background-color: #cccccc;
    margin-top: 40px;
    margin-bottom: 0px;
}

#shortcuts a {
    text-decoration: none;
}

#shortcuts a:hover {
    background-color: #A4A4A4;
}

#shortcuts a.shortcuts-spalte {
    width: 0;
    flex: 1 1 0;
    border: 1px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#shortcuts a.shortcuts-spalte > div {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#shortcuts a.shortcuts-spalte div:first-child img {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#shortcuts a.shortcuts-spalte > div:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}

#shortcuts a.shortcuts-spalte div img.arrow {
    float: right;
}

#shortcuts a.shortcuts-spalte div p.link {
    float: left;
    text-transform: uppercase;
    margin-bottom: 0;
}

#shortcuts a.shortcuts-spalte div p.link:hover {
    text-decoration: underline;
}

@media 
only screen and (min-width : 750px) and (max-width : 1100px) {
	#shortcuts a.shortcuts-spalte > div:last-child,
	#shortcuts a.shortcuts-spalte > div p {
		display: none;
	}
	#shortcuts a.shortcuts-spalte > div h3 {
		text-align: center;
	}
	#shortcuts a.shortcuts-spalte div:first-child img {
		display: block;
		width: 80%;
		float: none;
		margin-left: 10%;
		margin-right: 10%;		
	}
	#shortcuts a.shortcuts-spalte {
		display: flex;
		flex-direction: column;
	}
	#shortcuts a.shortcuts-spalte > div {
		display: block;
	}
	#shortcuts {
		margin-top: 20px;
	}
	#header-content h1 {
		margin-bottom: 0px;
	}
}

@media 
only screen and (min-width : 900px) and (max-width : 1100px) {
#shortcuts a.shortcuts-spalte div:first-child img {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 749px) {
	#shortcuts a.shortcuts-spalte > div h3 {
		display: none;	
	}
	#shortcuts a.shortcuts-spalte > div:last-child,
	#shortcuts a.shortcuts-spalte > div p {
		display: none;
	}
	#shortcuts a.shortcuts-spalte div:first-child img {
		display: block;
		width: 100%;		
	}
	#header-content h1 {
		margin-bottom: 0px;
	}
	#shortcuts {
		margin-top: 10px;
	}
}

.tel-icon {
    height: 20px;
}

.hg-rot {
    background-color: #e42a16;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px; /*vorher 80*/
	color: #fff;
}

.muldenservice-site .hg-rot {
	margin-bottom: 80px;
}

.hg-rot h2,
.hg-rot h3,
.hg-rot p,
.hg-rot table tr td {
    color: #fff;
}

.hg-rot table tr td {
	border-bottom: 1px dotted #fff;
}

.hg-rot table tr td:hover {
	background-color: #e42a16;
}

.down-arrow {
    margin-top: 50px;
    position: absolute;
    left: calc(50% - 30px);
	border-color: #e42a16 transparent;
	border-style: solid;
	border-width: 30px 30px 0px 30px;
	height: 0px;
	width: 0px;
}

.mulden p,
.mulden p:last-child {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.muldenservice-site footer p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.muldenservice-site footer p:last-child {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mulden li h3 {
    font-size: 1rem;
    float: left;
    width: 85%;
    min-height: 40px;
    color: #333;
}

ul.mulden {
	display: flex;
    flex-wrap: wrap;
}

.mulden li img {
    width: 100%;
}

.list.vier-spalten.mulden li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	    margin-bottom: 5%;
	
	background: #fff;
}

.list.mulden li div.box-container {
	padding: 20px;
} 

.mulden li .tooltip {
    position: relative;
    padding-left: 5px;
    padding-right: 0px;
}

.mulden li div.mulden-head {
    display: flex;
	justify-content: space-between;
}

.mulden li .tooltip img.info-icon {
    width: 20px;
    position: relative;
    float: right;
}

.mulden li .tooltip span.info-text {
    visibility: hidden;
    background-color: #ccc;
    color: #333;
    z-index: 1;
    padding: 10px;
    margin-top: 25px;
    border-radius: 6px;
    position: absolute;
    right: 0;
    width: 920%;
}

.mulden li .tooltip span.info-text.linksbuendig {
    text-align: left;
}

.mulden li .tooltip span.info-text:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}

.mulden li .tooltip:hover span.info-text {
    visibility: visible;
}

.kontakt-site h2 {
	font-family: Soho-BoldItalic;
	font-size: 1rem;
	margin-bottom: 10px;
	color: #333;
}

.kontakt-site .kontakt-info {
	margin-top: 30px;
}

.kontakt-site .kontakt-info ul {
	display: flex;
	flex-wrap: wrap;
}

.kontakt-site .kontakt-info ul li {
	background: white; 
	text-align: left; 
	padding:15px;
	width: calc(30% - 30px);
}

.kontakt-site .kontakt-info .box:last-child {
	margin-right: 0;
}

.adressbereich {
	display: flex;
    justify-content: space-between;
	margin-top: 3.5%;
}

.adressbereich .adresse {
	text-align: left;
}

.adressbereich .oeffnungszeiten {
	text-align: right;
}

.details-site p.date {
	margin-bottom: 5px;
}

.details-site .downloads {
	margin-top: 20px;
}

.details-site p:last-of-type {
	margin-bottom: 3.5%;
}

ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 0%;
	margin-bottom: 3.5%;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list.vier-spalten li {
	width: 22.375%; /*vorher 21.25*/
	margin-right: 3.5%; /*vorher 5*/
	margin-bottom: 3.5%; /*vorher 5*/
	float: left;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

.hg-rot .list li,
.list.news li,
.masonry-box.news .box-item {
	background: #fff;
}

.masonry-box.news .box-item a {
	text-decoration: none;
}

.hg-rot .list h3,
.hg-rot .list li p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}

.list.team,
.list.news,
.list.recyclingtipps,
.masonry-box.news {
	margin-top: 25px;
}

.list.team {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.list.team li h3,
.list.team li p {
	color: #333;
}

.list.team li p {
	margin-bottom: 15px;
}

.list.team li h3 {
	font-size: 1rem;
}

.list.team li p:last-child,
.list.news p:last-child,
.masonry-box.news p:last-child,
.list.recyclingtipps p:last-child {
	padding-bottom: 30px;
	margin-bottom: 0px;
}

.list.team li p span {
	display: block;
}

.list.team li p a {
	display: inline;
}

.list.news li h3,
.list.news p,
.masonry-box.news h3,
.masonry-box.news p,
.list.recyclingtipps li h3,
.list.recyclingtipps p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}

.list.news p,
.list.recyclingtipps  p, 
.masonry-box.news p {
	padding-bottom: 0px;
	margin-top: 10px;
}

.list.news p.date,
.masonry-box.news p.date {
	padding-top: 0;
	color: #999;
}

.list.news li h3,
.list.recyclingtipps li h3,
.masonry-box.news h3 {
	font-size: 1rem;
	color: #e42a16;
}

.news-site .masonry-box.news h3,
.recycling-site .masonry-box.news h3 {
	margin-top: 30px;
}

.list.recyclingtipps li h3 {
	margin-bottom: 10px;
}

.list.news p,
.list.recyclingtipps p,
.masonry-box.news p {
	color: #333;
}


@media 
only screen and (min-width : 880px) and (max-width : 1200px) {
	.list.vier-spalten.mulden li {
		width: 31%;
	margin-right: 3.5%;
	margin-bottom: 5%;
	}
	.list.vier-spalten.mulden li:nth-child(3n) {
		margin-right: 0;
	}
	.list.vier-spalten.team li {
		width: 31%;
	margin-right: 3.5%;
	}
	.list.vier-spalten.team li:nth-child(3n) {
		margin-right: 0;
	} 
}

@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.list.vier-spalten li:nth-child(2n), 
	.list.drei-spalten li:nth-child(2n) {
		margin-right: 0;
	}
	
	.list.vier-spalten.mulden li {
		margin-bottom: 7.5%;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n),
	.kontakt-site .kontakt-info ul li {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
	.kontakt-site .kontakt-info ul li {
		text-align: center;
	}
	.adressbereich {
    	display: block;	
	}
	
	.adressbereich .adresse {
		margin-bottom: 15px;
	}
	
	.adressbereich .adresse,
	.adressbereich .oeffnungszeiten{
    	text-align: center;
	}
	#map {
    	margin-top: 50px;
	}	
	.list.vier-spalten.mulden li {
		margin-bottom: 10%;
	}
}


@media 
only screen and (min-width : 600px) and (max-width : 1444px) {
	.kontakt-site .kontakt-info ul li,
	.kontakt-site .kontakt-info ul li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.kontakt-site .kontakt-info ul li,
	.kontakt-site .kontakt-info ul li:nth-child(3n) {
		width: calc(48.25% - 30px);
	}
	.kontakt-site .kontakt-info ul li:first-child {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.kontakt-site .kontakt-info ul.list.drei-spalten li:nth-child(2n) {
		margin-right: 3.5%;
	} 
	.kontakt-site .kontakt-info ul.list.drei-spalten li:nth-child(3n) {
		margin-right: 0;
	} 
}


/*********
Video Head Stillbilder
*********/
header {
	height: calc(100vw/16*3);
}

.index-site header {
    height: calc(100vw/16*9);
	height: auto;
}

.muldenservice-site .videohead,
.dienstleistungen-site .videohead,
.recycling-site .videohead,
.recycling-site .details-site .videohead,
.news-site .videohead, 
.news-site .details-site .videohead, 
.firma-site .videohead,
.kontakt-site .videohead,
.impressum-datenschutz-site .videohead {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:left;
    border: 0px solid #fff;
    padding-bottom: 18.75%; /* bei 16 zu 3 -> 3/16*100*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.index-site .videohead,
.index-site section.videohead {
	background-image: url(../img/layout/header-startseite-1.jpg?w=1920&c=16x9);
    background-size: 100%;
    background-repeat: no-repeat;
	background-position:left;
    border: 0px solid #fff;
    padding-bottom: 56.25%; /* bei 16 zu 9 -> 9/16*100*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.index-site .videohead .img-391269491,
.index-site section.videohead.img-391269491{
	background-image: url(../img/layout/header-startseite-2.jpg?w=1920&c=16x9);
}

.muldenservice-site .videohead {
	background-image: url(../img/layout/header-muldenservice.jpg?w=1920&c=16x3); 
}

.dienstleistungen-site .videohead {
	background-image: url(../img/layout/header-dienstleistungen.jpg?w=1920); 	
}

.recycling-site .videohead,
.recycling-site .details-site .videohead {
	background-image: url(../img/layout/header-recycling.jpg?w=1920); 	
}

.news-site .videohead,
.news-site .details-site .videohead {
	background-image: url(../img/layout/header-news.jpg?w=1920); 	
}

.firma-site .videohead {
	background-image: url(../img/layout/header-firma.jpg?w=1920); 	
}

.kontakt-site .videohead,
.impressum-datenschutz-site .videohead {
	background-image: url(../img/layout/header-kontakt.jpg?w=1920); 	
}

.videohead #video {
	border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen
  and (orientation: portrait) { 
	header {
		height: calc(100vw/16*5);
	}
	.index-site header {
   		height: calc(100vw/4*3);
	}
	.index-site .headinfo {
    	height: calc(100vw/4*3);
	}
	.index-site .videohead,
	.index-site section.videohead {
		background-image: url(../img/layout/header-startseite-1.jpg?c=16x9);
		background-size: 150%;
		background-repeat: no-repeat;
		background-position:center;
		border: 0px solid #fff;
		padding-bottom: 80%; 
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	}
	.index-site .videohead .img-391269491,
	.index-site section.videohead.img-391269491 {
		background-image: url(../img/layout/header-startseite-2.jpg?c=16x9);
	}
	.muldenservice-site .videohead,
	.dienstleistungen-site .videohead,
	.recycling-site .videohead,
	.recycling-site .details-site .videohead,
	.news-site .videohead, 
	.news-site .details-site .videohead, 
	.firma-site .videohead,
	.kontakt-site .videohead,
	.impressum-datenschutz-site .videohead {
		background-size: 170%;
		background-repeat: no-repeat;
		background-position:center;
		border: 0px solid #fff;
		padding-bottom: 31.25%; /* bei 16 zu 5 -> 4/16*100*/
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	} 
	
	.index-site .videohead #video,
	.videohead #video {
		width: 150%;
		height: 150%;
		left: -25%;
		top: -25%;
	}
	.videohead #video {
		width: 170%;
		height: 170%;
		left: -35%;
		top: -35%;
	}
	#header-content {
		bottom: 10px;
	 }	  
}


/*********
Accordion und Tab/Register
*********/
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl,
.ui-corner-bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active:focus {
	border:none;
	background:#C00003;
	font-weight:normal;
	color:#fff;
	outline: none;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border: none;
	border-bottom: 1px solid #ddd;
}

.accordion {
	margin-bottom: 20px;
}

.accordion h3 {
	outline: none;
}

.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion .ui-button .ui-state-highlight.ui-icon, 
.accordion .ui-state-error .ui-icon, 
.accordion .ui-state-error-text .ui-icon, 
.accordion .ui-button .ui-icon, 
.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion.service .ui-button .ui-state-highlight.ui-icon, 
.accordion.service .ui-state-error .ui-icon, 
.accordion.service .ui-state-error-text .ui-icon, 
.accordion.service .ui-button .ui-icon {
	outline: none;
}

.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon, 
.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon {
	outline: none;
}


/*********
Navigation
*********/
.main-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-shadow: 0px 0px 10px black;
}

.main-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.main-nav li a {
	padding: 5px;
	margin-left: 10px;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
    font-family: Soho-BoldItalic;
}

.main-nav li a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.social-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social-nav img {
    height: 2rem;
}

@media only screen and (min-width: 879px) {
.social-nav {
    align-self: flex-start;
}
}

/* MEAN NAV */
.mean-container a.meanmenu-reveal {
	z-index: 150;
	    width: 32px;
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
}

tr, td, th {
	border: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

td:hover {
	background-color: #A4A4A4;
}

th {
	padding: 8px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #333;
	vertical-align: top;
	text-align: left;
}


/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p,
form p:last-child {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: Soho-BoldItalic;
    color: #333;	
}

fieldset:first-child {
	margin-bottom: 35px;
}

input[type="text kontakt"] {
	margin-bottom: 0;
}

label {
	display: block;	
	margin-bottom: 5px;
	clear: both;
}

label.formtitel {
	    font-weight: 700;
}

label.inline {
	display: inline;
}

label.checkbox-formfeld {
	display: flex;
    flex-direction: row;
    align-items: baseline;
}

p.checkboxen label:last-of-type {
	margin-bottom: 0px;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #333;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

textarea {
	margin-bottom: 0;
}

select#mulde,
input#ort {
	margin-bottom: 0px;
}

/* Autocomplete Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 0 #333 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

textarea {
	height: 120px;
}

input:focus {
}

input[type="checkbox"], 
input[type="radio"] {
	width: 15px;
	margin-right: 5px;
	border: 0;
}

input[type="radio"] {
	width: 10px;
}

input[type="radio"] ~ small {
	padding-left: 15px;
	display: block;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
	margin-bottom: 0;
}

input[type="text"] {
	height: 20px;
}

input[type="submit"], 
button[type="submit"] {
	width: 100%;
	background: #333;
	color: #fff;
}

input[type="submit"]:hover {
}

input.date,
input.time {
	width: calc(100% - 180px);
	float: left;
	margin-right: 20px;
}

input.date ~ button,
input.time ~ button {
	float: left;
	width: 140px;
	margin: 0;
	height: 36px;
}

input.pflicht, 
textarea.pflicht {
}

.validationerror {
	color: #e42a16;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
	border-left: 4px solid #e42a16;
	padding-left: 5px;
}

form p.error span,
form p.checkboxen span {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: calc(100% - 9px);
}

form label.checkbox-formfeld span {
	margin-top: 0px;
	margin-bottom: 0px;
}

form label.checkbox-formfeld input[type="text"] {
	margin-top: 4px; 
	margin-bottom: 0px;
}

input[type="submit"] {
	padding: 20px;
    font-family: Soho-BoldItalic;
    color: #fff;
	text-align: center;
    background: #e42a16;
	font-size: 1rem;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #333;
}

@media 
only screen and (min-width : 220px) and (max-width : 879px) {
	input, 
	select,
	textarea,
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover, 
	.validationerror
	 {
		width: 90%;
		width: calc(100% - 16px);
	}

	input, 
	select, 
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover {
		width: 100%;
	}
}


/*********
Masonry Box-System
*********/
.masonry-box {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.masonry-box .box-item {
	margin-bottom: 10%;
}

.index-site .masonry-box .box-item {
	margin-bottom: 0px;
}

/* Salvattore - Masonry */
/* These are the classes that are going to be applied: */
.masonry-box .column { 
	float: left;
}

.masonry-box .size-1of4, 
.masonry-box .size-1of3, 
.masonry-box .size-1of2 { 
	margin: 0;
	padding: 0;
	float: left;
	width: 22.375%;
	margin-right: 3.5%;
}

.index-site .masonry-box .size-1of4, 
.index-site .masonry-box .size-1of3, 
.index-site .masonry-box .size-1of2 { 
	margin-right: 0%;
}

.masonry-box .size-1of3 { 
	width: 31%;
}

.index-site .masonry-box .size-1of3 { 
	width: 33.33%;
}

.masonry-box .size-1of2 {
	width: 48%;
	margin-right: 4%;
}

.index-site .masonry-box .size-1of2 {
	width: 50%;
	margin-right: 0%;
}

.masonry-box .size-1of1 {
	width: 100%;
	margin-right: 0;
}

.masonry-box .size-1of4:nth-child(4n), 
.masonry-box .size-1of3:nth-child(3n), 
.masonry-box .size-1of2:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width: 880px) and (max-width: 5000px) {
	.masonry-box[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	.vier-spalten.masonry-box[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (min-width: 600px) and (max-width: 879px) {
	.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.vier-spalten.masonry-box[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.index-site .masonry-box .column {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.index-site .masonry-box .column .box-item {
		border-right: 1px solid #fff;
	}
	.index-site .masonry-box .column .box1 {
		order: 1;
	}
	.index-site .masonry-box .column .box2 {
		order: 1;
	}
	.index-site .masonry-box .column .box3 {
		order: 2;
	}
	.index-site .masonry-box .column .box4 {
		order: 2;
	}
	.index-site .masonry-box .column .box5 {
		order: 3;
	}
	.index-site .masonry-box .column .box6 {
		order: 3;
	}
	.index-site .masonry-box .column .box7 {
		order: 4;
	}
	.index-site .masonry-box .column .box8 {
		order: 4;
	}
	.index-site .masonry-box .column .box9 {
		order: 5;
	}
}

@media screen and (max-width: 599px){
	.masonry-box[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	.masonry-box .box-item {
    	margin-bottom: 3.5%;
	}
	.index-site .masonry-box .box-item {
    	margin-bottom: 0%;
	}
	.index-site .masonry-box .column {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.index-site .masonry-box .column .box1 {
		order: 1;
	}
	.index-site .masonry-box .column .box2 {
		order: 2;
	}
	.index-site .masonry-box .column .box3 {
		order: 3;
	}
	.index-site .masonry-box .column .box4 {
		order: 5;
	}
	.index-site .masonry-box .column .box5 {
		order: 4;
	}
	.index-site .masonry-box .column .box6 {
		order: 6;
	}
	.index-site .masonry-box .column .box7 {
		order: 8;
	}
	.index-site .masonry-box .column .box8 {
		order: 7;
	}
	.index-site .masonry-box .column .box9 {
		order: 9;
	}
}

/* DateTime Picker */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff !important;
	background: #e42a16;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #e42a16 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #e42a16;
	box-shadow: none;
	color: #fff !important;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #e42a16;
	box-shadow: none;
	color: #fff !important;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: none !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div,
.xdsoft_datetimepicker .xdsoft_calendar td:hover div {
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover div {
	color: inherit !important;
}
