
/* Add here all your CSS customizations */
a.header_link:link {
 	text-decoration: none;
	color:#c41230;
}
a.header_link:visited {
 	text-decoration: none;
	color:#c41230;
}

#footer {
	border-top: 0;
}

/****************************  Overlay ********************/

.iq-overlay-container
{
	position: relative;
	width: 100%;
	max-width: 100%;
	background-color: #aaa;
	margin-bottom: 50px;

}


.iq-placeholder
{
	display: none;
	text-align: center;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100px;
	background: #ddd;
	padding: 10%;
	line-height: 1.6em !important;
	opacity: 1;
	color: #fff;
}


.iq-overlay
{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #ddd;
	font-size: 1.1em;
	line-height: 1.5em !important;
	opacity: 1;
	color: #fff;
	z-index: 990;
}

.iq-overlay-googlemaps {
	background-image: url('../images/standard/overlay_maps.jpg');
	background-size: cover;
}

.iq-overlay-youtube {
	background-image: url('../images/standard/overlay_video.jpg');
	background-size: cover;

}

.iq-overlay-container iframe {
	max-width: 100% !important;
}

.iq-placeholder p,
.iq-overlay p
{
	color: #fff;
	text-align: center;
}

.iq-overlay a {
	color: #ddd;
}
.iq-overlay a:hover {
	color: #fff;
}



.iq-placeholder .ueberschrift,
.iq-overlay .ueberschrift {
	font-size: 2.2em;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.iq-placeholder .text,
.iq-overlay .text {
	font-size: 1.1em;
	text-align: center;
	max-width: 80%;
}

.iq-overlay .check {
	display: flex;
}

.iq-overlay .check input[type="checkbox"] {
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
}

.iq-overlay button {
	width: auto;
	height: 44px;
	margin: 20px;
	padding: 4px 20px;
}

.img-responsive {
	max-height: 100%;
}