.overlay2 {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9989;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	overflow-x: hidden;
	transition: 0.3s;
}

.overlay-content2 {
	position: relative;
	top: 34vh;
	width: 100%;
	text-align: center;
}

.overlay2 a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom:10px;
	transition: 0.3s;
}

.overlay2 h1 {
	color: #e21b28 !important;
}

.overlay2 p {
	font-family: "NeueHaasUnicaPro-Regular";
	font-size:19px;
	line-height:30px;
	color: #3c3c3c !important;
}

.overlay2 h1 {
	margin-bottom:30px;
	font-size: 51px !important;
	line-height: 59px !important;
}

.overlay2 button {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 45px;
	width: 220px;
	transform: translate(0px,22px);
	font-family: "NeueHaasUnicaPro-Bold";
	font-size: 17px;
	color: #fff;
	background-color: #5a5f63;
	border: 0;
	border-radius: 3px;
	padding-bottom: 4px;
	margin-top:10px;
}

.overlay2 a:hover, .overlay2 a:focus {
	color: #D9E021;
}

.overlay2 .closebtn {
	position: absolute;
	top: 60px;
	right: 18%;
	font-size: 60px;
}
.video-schliessen {
	font-family: NeueHaasUnicaPro-Regular !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
	font-weight:normal !important;
	float:right;
	margin-top:10px;
}
.video-schliessen:hover {
	cursor:pointer;
}
#videooverlay {
	width:0%;
	background-color: rgba(0,0,0,0.9);
}

@media (max-width:600px) {
	.overlay-content2 {
		top: 20vh;
	}
}
@media (min-width:601px) {
	.overlay2 h1 {
		font-size: 64px!important;
		line-height: 64px!important;
	}
}

@media (min-width: 10px){
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2  {
        width: 20% !important;
        flex: 0 0 20% !important;
		max-width: 20% !important;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20% !important;
        flex: 0 0 20% !important;
		max-width: 20% !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20% !important;
        flex: 0 0 20% !important;
		max-width: 20% !important;
    }
}

.overlay {
	height:100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
	opacity:0;
    background-color: #2d3031ed !important;
	/* background: radial-gradient(circle, #5A5353, #2E2B2B); */
    overflow-x: hidden;
	overflow-y: auto;
    transition: 0.4s;
	-moz-transition: opacity 0.4s ease-in-out;
	visibility:hidden;
}

.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
    margin-left:-20px;
}

.usercentrics-button .uc-privacy-button-wrapper {
	height:34px !important;
}

#uc-btn-open-main-corner-modal {
	bottom:57px !important;
	opacity:20%;
}

.fancybox-thumbs {
	background-color:#2d3031cf !important;
}
.fancybox-button--zoom {
	display:none !important;
}

.accordion-image {
	/* display:none !important; */
}

.hand-slider {
	display:none !important;
}

#myNav {
	transition: 0.4s;
	-moz-transition: opacity 0.4s ease-in-out;
}

#menue-container {
	/*background: linear-gradient(148deg, #6D6767, #3A3636);*/
	max-width:568px;
	transition:0.8s;
}
#menue-matrix {
    opacity:0;
	transition:1.5s;
	-moz-transition: opacity 1.50s ease-in-out;
	background-color: #6970735e !important;
}
#matrix-3 {
	padding-top:33px;
	padding-bottom:45px;
	background-color: #6970735e;
}
#matrix-3 div:first-child {
	padding-left:25px;
}
#matrix-3 div:last-child {
	padding-right:25px;
}

#matrix-3a {
	display:none;
	transition:0.8s;
}
#mobil-menue-buttons {
    margin-top: 0px;
    background-color: #6970735e;
    padding-top: 40px;
}
#mobil-menue-buttons div:nth-child(2), #mobil-menue-buttons div:nth-child(3) {
	margin-top:25px;
}
#mobil-menue-buttons div:nth-child(3) {
	padding-bottom:40px;
}



#matrix-3 div:hover, #matrix-3a div:hover, #mobil-menue-buttons div:hover {
	cursor:pointer;
}

#menue-matrix div:hover {
	/* background: #5c5757; */
	background: #242a2d26;
	cursor:pointer;
}

#menue-matrix div p, #mobil-menue-buttons div p {
		/*margin-top:-60px;*/
		font-family: "NeueHaasUnicaPro-Regular";
		font-size: 18px;
		font-weight: 400;
		line-height: 18.49776px;
		color: #cecece;
		text-align: center !important;
	}

#menue-matrix div p a {
	color:#cecece;
}
#menue-matrix div p a:hover {
	text-decoration:none;
}

#menue-matrix > div:nth-child(1) {
	/* border-right: 1px dotted #979797; */
	border-right: 1px dotted #868686;
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(2) {
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(3) {
	border-right: 1px dotted #868686;
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(4) {
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(5) {
	border-right: 1px dotted #868686;
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(6) {
	border-bottom: 1px dotted #868686;
}
#menue-matrix > div:nth-child(7) {
	border-right: 1px dotted #868686;
}
#menue-matrix > div:nth-child(9) {
	display:none !important;
}

#footer-links a {
	color:#FFFFFF !important;
}

#navi_opener {
	width:38px !important;
	z-index:100;
	top:28px! important;
}

#inside-matrix img {
	height:34px !important;
}
#inside-matrix div:last-child img {
	height:34px !important;
	margin-top:-2px;
}
#matrix-3 div:last-child img {
	height:35px !important;
	margin-top:-4px;
}
#footer-anrufen:hover {
	background:rgba(255,255,255,1);
}
#footer-mail:hover {
	background:rgba(255,255,255,1);
}
strong {
	font-family: "NeueHaasUnicaPro-Bold" !important;
	font-weight:normal !important;
}

.s1 {
	z-index:100;
}
.klickbar {
	z-index:99;
}
#startslider {
	position:relative;
}

@media (min-width: 320px) {
	#menue-matrix div {
		height:187px;
		width:187px;
	}
	#menue-matrix div img {
		height:100%;
		width:100%;
	}
	#menue-matrix div p {
		margin-top:-60px;
		font-family: "NeueHaasUnicaPro-Regular";
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		color: #cecece;
		text-align: center !important;
	}
}

@media (min-width:568px) {
	#matrix-3 {
		padding-top: 34px;
	}
	#mobil-menue-buttons div:first-child {
		display:none !important;
	}
}

@media (min-width:576px) {
	#menue-matrix > div:nth-child(1) {
		border-right: 1px dotted #868686;
		border-bottom: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(2) {
		border-right: 1px dotted #868686;
		border-bottom: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(3) {
		border-bottom: 1px dotted #868686;
		border-right:none;
	}
	#menue-matrix > div:nth-child(4) {
		border-right: 1px dotted #868686;
		border-bottom: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(5) {
		border-right: 1px dotted #868686;
		border-bottom: 1px dotted #8686868;
	}
	#menue-matrix > div:nth-child(6) {
		border-bottom: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(7) {
		border-right: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(8) {
		border-right: 1px dotted #868686;
	}
	#menue-matrix > div:nth-child(9) {
		display:flex !important;
	}
	#menue-container {
		max-width:575px;
	}
	#mobil-menue-buttons {
		margin-top: 40px;
		background-color: rgba(105, 112, 115, 0);
		padding-top: 0px;
	}
	#matrix-3 {
		background-color: rgba(105, 112, 115, 0);
	}
}

@media (min-width:600px) {
	#mobil-menue-buttons div:last-child {
		display:none !important;
	}
}

@media (min-width:650px) {
	#menue-container {
		max-width:600px;
	}
	#menue-container {
		/*background: linear-gradient(148deg, rgba(109,103,103,0.95), rgba(58,54,54,0.95));*/
		background:none;
		margin-top:50px;
	}
	.overlay {
		background:inherit;
		/* background: radial-gradient(circle, rgba(90,83,83,0.95), rgba(46,43,43,0.95)) */
	}
	#menue-matrix {
		/* padding:20px; */
		padding:0px;
		border: 15px solid #69707300;
	}

}

@media (min-width:768px) and (min-height:820px) {
	#menue-container {
		margin-top:0px;
	}
	#myNav {
		display: flex;
		flex-direction: column !important;
		justify-content: center !important;
	}
	#matrix-3 {
		display:none;
	}
	#matrix-3a {
		display: flex;
		position: absolute;
		top: 34px;
		width: 100%;
	}
	#inside-matrix {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		display:flex;
		justify-content: center !important;
	}
	#inside-matrix div {
		width:20%;
		display:flex;
		justify-content: center;
	}
	#inside-matrix div:nth-child(2) {
		/* justify-content: center; */
	}
	#inside-matrix div:last-child {
		justify-content: center;
	}

}

@media (min-width:800px) {
	#inside-matrix {
		width: 700px;
	}
}

@media (min-width:1024px) and (min-height:834px) {
	#inside-matrix div {
		margin-left:35px;
	}
	#matrix-3a {
		width:213px;
		right:173px;
	}
}
