body {
	font-family: 'Open Sans', sans-serif;
	position:relative;
}

textarea {
    resize: vertical;
}

#get {
    background: url(https://http-get.de/get.gif) no-repeat;
}

#mandatory{
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition:0.5s ease;
	z-index:3
}

.noscript{
	display: block !important;
	opacity: 1 !important;
}

.pos-absolute{
	position:absolute !important;
}

.pos-fixed{
	position:fixed !important;
}

/* .content-main {
    min-height: 700px;
} */

.footer-main {
    padding: 0 0 34px 0;
    background-color: #002750;
}

.mandatory-btn{
	display:inline-block;
	padding:5px 10px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #335273;
	color:#fff;
	transition: 0.5s ease;
}

.mandatory-btn:not(:last-child){
	margin-right:5px;
}

.mandatory-btn:hover{
	background-color: #e31625;
	color:#fff;
	text-decoration:none;
}

.print-btn{
	float:right;
	cursor:pointer;
	color:#fff;
}

.print-btn:hover{
	background:#333;
}

/* Google Maps on contact page */
.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map:before {
    content: '';
    z-index: 1;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

/****** Elemente ******/
h1, h2, h3, h4, h5, h6{
	color:#002750;
}

h1{
	font-size:2rem;
	text-transform:uppercase;
}

h2{
	font-size:1.75rem;
}

h3{
	font-size:1.5rem;
}

h4{
	font-size:1.25rem;
}

h5, h6{
	font-size:1rem;
}

a{
	color:#002750;
}

article h2{
	font-size:1.3rem;
}

a:hover{
	text-decoration:none;
	color:#e31625;
}

a.containerND{
	color:#fff;
}

table td{
	vertical-align:top;
}

ul{
	padding-left:21px;
	text-indent:-21px;
}

ul li{
	list-style-type: none;
}

#logo-fb{
	color:#fff;
}

#logo-fb:hover{
	color:#e31625;
}

/* ul.vier-spalten,
ul.drei-spalten,
ul.zwei-spalten{
	padding-left:21px;
	text-indent:-21px;
} */

#service-seite ul.zwei-spalten,
ul.navbar-nav{
	padding-left:0px;
	text-indent:0px;
}

.content-main li::before{
	content:"\f084";
	font-family: "Font Awesome 5 Free";
	color:red;
	font-weight:bold;
	margin-right:5px;
}

/****** Klassen ******/
.myContainer{
	max-width:1920px;
	padding: 0 15px;
	margin:0 auto;
}

.trenner-vertical{
	display:block;
	height:1px;
	margin:1rem -15px;
}

.bg-white{
	background-color:#fff;
}

.small-width{
	width:40%;
	margin:10px auto;
	opacity:0.5;
	height:2px;
}

.zwei-spalten, .drei-spalten, .vier-spalten, .zwei-spalten-gross{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.pdf{
	color:#e31625;
}

.angebot-btn{
	border:2px solid #002750;
	background-color: #fff;
	color:#002750;
	cursor:pointer;
	padding:5px 10px;
}

.angebot-btn:hover{
	background-color: #002750;
	color:#fff;
}

#service-seite .zwei-spalten li::before{
	content:"";
	display:none;
}

.btn-custom{
	background-color:#002750;
	color:#fff;
	transition:0.5s ease;
	cursor:pointer;
}

.btn-custom:hover{
	background-color:#e31625;
	color:#fff;
}

.btn{
	border-radius:0px;
	padding:5px 10px;
}

/****** Header Navigation Mobil ******/
#navbar{
	background-color:#002750;
	border-bottom:2px solid #e31625;
	position:relative;
	z-index:1030;
	box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.75);
	max-height:100vh;
	overflow:auto;
}

.navbar-toggler{
	display:block;
	margin:0 auto;
	color:#fff;
}

.nav-link{
	color:#fff;
	text-transform:uppercase;
}

.nav-link:hover{
	color:#e31625;
}

.dropdown-menu{
	background-color:#002750;
	border-radius:0px;
	border:none;
}

.dropdown-item{
	color:#fff;
	text-transform:uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover{
	color:#e31625;
	background-color:transparent;
}

/****** Info Box Mobil ******/
.notdienstBoxMobil{
	display:block;
	width:100%;
	background-color:#e31625;
	box-shadow: 14px 14px 20px 0px rgba(0, 0, 0, 0.75);
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8rem;
	position:relative;
	z-index:1029;
}

#ndbm-top{
	border-bottom:1px solid #fff;
	padding:5px;
}

#ndbm-top img{
	max-height:30px;
	margin-right:10px;
}

#ndbm-bottom img{
	max-height:18px;
	margin-right:5px;
}

.ndbm-left{
	border-right:1px solid #fff;
	padding:5px;
}

.ndbm-right{
	border-left:1px solid #fff;
	padding:5px;
}

.containerND{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
}

/****** Logo Box Mobil ******/
.logo-box{
	position:absolute;
	top:0;
	left:15px;
	background-color:rgb(0,39,80);
	background-color:rgba(0,39,80,.8);
	z-index:1031;
	padding:0 5px 5px 5px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.logo-box img{
	max-height:60px;
}

/****** Header Bild ******/
.headerImage{
	background-color:#ebeff2;
	overflow:hidden;
	position:relative;
}

.headerImage img{
	width:100%;
	height:auto;
	margin-left:0%;
}

.overlay-text{
	position:absolute;
	width:100%;
	max-width:1920px;
	bottom:15px;
	right:50%;
	-ms-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	text-align:right;
	/* color:#002750; */
	color:#fff;
	font-size:0.8rem;
	line-height:1.2;
	padding:0 15px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}

.overlay-text span{
	font-weight:bold;
	text-transform:uppercase;
}

/****** Kachel Leistungen ******/
.kachelLeistungenContainer{
	padding:7.5px 15px;
	background-color:#bfc9d3;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.outer-kachel{
	-ms-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%;
	padding-top:7.5px;
	padding-bottom:7.5px;
}

.outer-kachel:nth-child(odd){
	padding-right:7.5px;
}

.outer-kachel:nth-child(even){
	padding-left:7.5px;
}

.inner-kachel{
	padding:10px;
	background-color:#002750;
	border-radius:10px;
	box-shadow: 14px 14px 20px 0px rgba(0, 0, 0, 0.75);
	color:#fff;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

.inner-kachel:hover{
	background-color:#e31126;
	color:#fff;
}

.inner-kachel img{
	max-height: 50px;
}

.inner-kachel span{
	font-size:12px;
	font-weight:bold;
}

.inner-kachel span{
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}

/****** Info Bereich *****/
#info{
	padding-top:25px;
	padding-bottom:25px;
}

#info h2{
	color:#002750;
	font-size:20px;
	margin-bottom:2rem;
}

.box-info-aufzaehlung{
	border-radius:10px;
	background-color:#bfc9d3;
	color:#002750;
	box-shadow: 14px 14px 20px 0px rgba(0, 0, 0, 0.75);
	font-weight:bold;
	padding-top:25px;
	padding-bottom:25px;
}

.box-info-aufzaehlung ul{
	list-style:none;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	text-indent:0px;
}

.box-info-aufzaehlung ul > li{
	padding-top:5px;
	padding-bottom:5px;
}

.box-info-aufzaehlung ul > li::before{
	content:"\f00c";
	color:#002750;
}

/****** Einzugesgebiet ******/
#frau{
	display:none;
}

#staedte{
	padding:25px 15px;
	position:relative;
	background-image:url("/images/frauKopie.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color:#fff;
}

#staedte::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(48,48,51,0.7);
}

#staedte h2{
	font-size:20px;
	position:relative;
	z-index:1;
	margin-bottom:20px;
	color:#fff;
}

#staedte span{
	display:block;
	position:relative;
	z-index:1;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9rem;
}

#staedte span > a{
	color:#fff;
	padding-top:2.5px;
	padding-bottom:2.5px;
	display:inline-block;
}

#staedte span > a > i{
	color:#e21524;
}

#staedte p{
	position:relative;
	z-index:1;
	margin:20px 0 0 0;
}

/****** Hot-Wire ******/
#hot-wire{
	padding:25px 15px;
	background-color:#e31625;
	color:#fff;
}

.hotwire-btn{
	display:block;
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#303033;
	border-radius:5px;
	margin-top:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	box-shadow: 11px 11px 15px 0px rgba(0, 0, 0, 0.75);
}

.hotwire-btn:hover{
	background-color:#737373;
	color:#fff;
}

.hotwire-btn img{
	max-height:18px;
	margin-right:10px;
	margin-top:-2px;
}

.wire-text{
	font-weight:bold;
}

/****** Section Hund ******/
#section-hund{
	padding:25px 15px;
	color:#002750;
	font-weight:bold;
}

#section-hund span{
	font-size:0.9rem;
	display:block;
	margin-top:1rem;
}

/****** Kontakt ******/
#qr-links,
#qr-rechts{
	padding-top:34px;
	padding-bottom:34px
}

#qr-links{
	border-bottom:1px solid #fff;
}

/****** Footer ******/
.footer-main{
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}

.stadtHeading{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}

.planer-btn{
	display:block;
	text-align:center;
	font-weight:bold;
	border:1px solid #fff;
	padding:5px;
	color:#fff;
	margin-top:1rem;
	margin-bottom:1rem;
}

.map-footer{
	margin-left:-15px;
	margin-right:-15px;
}

.map-footer iframe{
	width:100%;
	border:none;
	height:200px;
}

#dinslaken-footer,
#gelsenkirchen-footer{
	padding-top:34px;
}

.bmt{
	position:relative;
	margin:1rem 0;
}

.bmt img{
	margin:0 !important;
}

.bmt span{
	position:absolute;
	left:15px;
	right:15px;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	padding:5px 0;
	text-align:center;
	font-size:0.9rem;
}

/****** Formular Modal-Boxen ******/
.modal-content{
	background:#002750;
	color:#fff;
}

.close{
	color:#fff;
	cursor:pointer;
}

.close:hover,
.close:focus{
	color:#fff;
}

.modal-title{
	color:#fff;
}

.modal-body a{
	color:#fff;
	font-weight:bold;
}

.modal-body a:hover{
	color:#e31625;
}

.modal-body .btn-custom{
	border-radius:0;
	border:2px solid #fff;
}

.modal-body .btn-custom:hover{
	background-color:#fff;
	color:#002750;
}

.modal-footer .btn{
	border-radius:0px;
	cursor:pointer;
	border:2px solid #fff;
	padding:5px 10px;
	color:#fff;
	background-color:#e31625;
	transition:0.5s ease;
}

.modal-footer .btn:hover{
	background-color:#fff;
	color:#e31625;
}

#mechanisch, #elektronisch{
	padding:15px;
	border:2px solid #e31625;
	margin-bottom:1rem;
}

@media screen and (min-width:480px){
	.overlay-text{
		font-size:1rem;
	}
}

@media screen and (min-width:650px){
	.overlay-text{
		font-size:1.25rem;
	}
}

/*************************
***** Tablet Ansicht *****
*************************/
@media screen and (min-width:768px){
	/****** Klassen ******/
	.drei-spalten{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.vier-spalten{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap:51px;
		-moz-column-gap:51px;
		column-gap:51px;
	}
	
	.img-us-container{
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.img-us-container a{
		-ms-flex:0 0 49%;
		-webkit-flex:0 0 49%;
		flex:0 0 49%;
		max-width:49%;
		margin-bottom:1%;
	}
	
	.uhd-unten img{
		max-width:49%;
		margin-right:3px;
		margin-left:3px;
	}
	
	/****** Notdienst Box ******/
	.notdienstBox{
		background-color:#e31625;
		position:absolute;
		top:0;
		right:0;
		z-index:1031;
		text-transform:uppercase;
		color:#fff;
		width:100%;
		max-width:320px;
		font-size:0.8rem;
		padding:15px;
		border-radius:0 0 0 10px;
		box-shadow: 7px 19px 20px 0px rgba(0, 0, 0, 0.75);
	}
	
	.ndbicon{
		max-height:40px;
		position:absolute;
		top:50%;
		left:50%;
		-ms-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	
	.phone-icon{
		max-height:18px;
		margin-right:5px;
		margin-top:-1px;
	}
	
	/****** Header Image ******/
	.headerImage img{
		margin-left:0%;
	}
	
	.overlay-text{
		font-size:1.5rem;
	}
	
	/****** Logo Box ******/
	.logo-box img{
		max-height:150px;
	}
	
	/****** Kacheln ******/
	.kachelLeistungenContainer{
		padding:15px 0px;
		max-width:1920px;
		margin:0 auto;
	}
	
	.outer-kachel{
		-ms-flex:0 0 25%;
		-webkit-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%;
	}
	
	.outer-kachel{
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.outer-kachel:nth-child(odd),
	.outer-kachel:nth-child(even){
		padding-right:15px;
		padding-left:15px;
	}
	
	/****** Einzugsgebiet ******/
	#einzugsgebiet{
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
	}
	
	#frau,
	#staedte{
		-ms-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%;
	}
	
	#frau{
		display:block;
		background-image: url("/images/frau.jpg");
		background-repeat: no-repeat;
		background-position:left center;
		background-size:cover;
		width:50%;
	}
	
	#staedte{
		background-color: #303033;
		background-image: none;
		padding-left:25px;
		padding-right:25px;		
	}
	
	/****** Hot-Wire ******/
	.hotwire-btn{
		width:90%;
		margin:20px auto 0 auto;
	}
	
	.wire-text{
		font-size:1.3rem;
	}
	
	/****** Partner ******/
	#partner{
		background-color: #eaeaea;
		padding-top:2rem;
		padding-bottom:2rem;
	}
	
	#partner h2{
		font-size:20px;
		color:#e31625;
	}
	
	.partner-slider{
		width:90%;
		margin:0 auto;
		background-color:#fff;
	}
	
	.slick-prev:before{
		content:"\f053";
	}
	
	.slick-next:before{
		content:"\f054";
	}
	
	.slick-prev:before,
	.slick-next:before{
		font-family: "Font Awesome 5 Free";
		color:#e31625;
		opacity:1;
		font-weight:bold;
	}
	
	/****** Section Hund ******/
	#section-hund span{
		text-align:right !important;
		font-size:1.1rem;
	}
	
	#section-hund img{
		display:block;
		margin: 0 auto 0 0;
	}
	
	/****** Kontakt ******/
	#qr-links{
		border-right:1px solid #fff;
		border-bottom:none;
	}
	
	#qr-rechts{
		border-left:1px solid #fff;
	}
	
	/****** Footer ******/
	#dinslaken-footer{
		border-right:1px solid #fff;
	}
	
	#gelsenkirchen-footer{
		border-left:1px solid #fff;
	}
	
	#dinslaken-footer,
	#gelsenkirchen-footer{
		padding-bottom:34px;
	}
}

@media screen and (max-width: 991px){
	.list-schluessel ul{
		margin-bottom:0px;
	}
}

@media screen and (min-width:992px){
	.overlay-text{
		font-size:1.8rem;
	}
	
	.vier-spalten{
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media screen and (max-width:1199px){
	.navbar-nav, .dropdown-menu{
		text-align:center;
	}
}

/*************************
***** Desktop Ansicht *****
*************************/
@media screen and (min-width:1200px){
	article h2{
		font-size:1.75rem;
	}
	/****** Klassen ******/
	.zwei-spalten{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.drei-spalten{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.vier-spalten li{
		font-size:1rem;
	}
	
	#myModal .modal-dialog{
		max-width:1000px;
	}
	
	#contactFormModal{
		background-color:rgba(0,0,0,0.5);
		z-index:1051;
	}
	
	.img-us-container a{
		-ms-flex:0 0 24%;
		-webkit-flex:0 0 24%;
		flex:0 0 24%;
		max-width:24%;
	}
	
	.uhd-unten img{
		max-width:100%;
		margin-right:0px;
		margin-left:0px;
	}
	
	/****** Navbar ******/
	#navbar{
		padding-left:161px;
		padding-right:510px;
		max-height:none;
		overflow:visible;
	}
	
	/****** Notdienst Box ******/
	.notdienstBox{
		max-width:500px;
		font-size:1rem;
	}
	
	.ndbicon{
		max-height:75px;
	}
	
	.phone-icon{
		max-height:18px;
		margin-right:5px;
	}
	
	/****** Header Image ******/
	.headerImage img{
		width:100%;
	}
	
	.overlay-text{
		font-size:2rem;
	}
	
	/****** Kacheln ******/
	.kachelLeistungenContainer{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.outer-kachel{
		-ms-flex:0 0 16.66667%;
		-webkit-flex:0 0 16.66667%;
		flex:0 0 16.66667%;
		max-width:16.66667%;
	}
	
	.inner-kachel img{
		max-height:70px;
	}
	
	.inner-kachel span{
		font-size:1rem;
	}
	
	/****** Info Bereich ******/
	.box-info-aufzaehlung{
		font-size:0.8rem;
	}
	
	.box-info-aufzaehlung ul{
		padding-left:15px;
		padding-right:15px;
	}
	
	/****** Hot-Wire ******/
	.hotwire-btn{
		width:90%;
		margin:0 auto;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	#wire-line-height{
		line-height:44px;
	}
	
	/****** Section Hund ******/
	#section-hund span{
		font-size:1.2rem;
	}
	
	/****** Footer ******/
	table td{
		font-size:0.9rem;
	}
	
	.links,
	.rechts{
		position:relative;
	}
	
	.links::after{
		content:"";
		display:block;
		height:100%;
		width:1px;
		background-color:rgba(255,255,255,.5);
		position:absolute;
		right:0;
		top:0;
	}
	
	.rechts::before{
		content:"";
		display:block;
		height:100%;
		width:1px;
		background-color:rgba(255,255,255,.5);
		position:absolute;
		left:0;
		top:0;
	}
	
	.abstand-footer{
		height:48px;
	}
}

@media screen and (min-width:1240px){
	table td{
		font-size:1rem;
	}
}

@media screen and (min-width:1275px){
	/****** Info Bereich ******/
	.box-info-aufzaehlung{
		font-size:0.9rem;
	}
}

@media screen and (min-width:1420px){
	/****** Info Bereich ******/
	.box-info-aufzaehlung{
		font-size:1rem;
	}
}

@media screen and (min-width:1500px){
	.overlay-text{
		font-size:3rem;
	}
	
	.notdienstBox{
		max-width:600px;
		font-size:1.3rem;
	}
	
	.test{
		align-items:center;
	}
	
	.ndbicon{
		max-height: 100px;
		position:relative;
		top:auto;
		-ms-transform:translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	
	/****** Section Hund ******/
	#section-hund span{
		font-size:1.4rem;
	}
}

@media screen and (min-width:1921px){
	body, table td{
		font-size: 1.5rem;
	}
	
	#info h2{
		font-size:2.1rem;
	}
	
	.mandatory-btn, .footer-main, .footer-main table td{
		font-size:1rem;
	}
	
	.container{
		width:90%;
		max-width:1920px;
	}
	
	#datenschutz-container{
		max-width:1140px;
	}
	
	#mainmenu-nav{
		max-width:1249px;
		margin:0 auto;
		padding-left:15px;
	}
	
	.logo-box{
		left:calc((100vw - 1920px)/2 + 15px);
	}
	
	.overlay-text{
		font-size:4rem;
	}
	
	.kachelLeistungenContainer{
		padding-top:50px;
		padding-bottom:50px;
	}
	
	.zwei-spalten-gross{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.zwei-spalten-custom{
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	
	.box-info-aufzaehlung{
		font-size:1.5rem;
	}
	
	.box-info-aufzaehlung .zwei-spalten{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		display:inline-block;
		position:relative;
		left:50%;
		-ms-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	
	#mechanisch, #elektronisch{
		-ms-flex:0 0 49%;
		-webkit-flex:0 0 49%;
		flex:0 0 49%;
		max-width:50%;
		padding:15px;
		border:2px solid #e31625;
		margin-bottom:1rem;
	}
	
	.uhd-oben,
	.uhd-unten{
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
	
	.uhd-unten a:first-child img{
		margin-bottom:0 !important;
		margin-right:10px;
	}
	
	.uhd-unten img{
		max-height:250px;
		width:auto;
		display:inline-block;
	}
}

@media screen and (min-width:2500px){
	.overlay-text{
		font-size:5rem;
	}
}