body {
	background-image: url("https://haendler.efr-online.de/m4_userdateien/layout/homepage-blurred.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	overflow-x: hidden;
}

.haendler-modal {
	padding: 15px;
	border-top: 6px solid #e00387;
	border-radius: 5px;
	background-color: white;
	position: relative;
	width: 100%;
	max-width: 420px;
	box-shadow: 0px 5px 8px 0px rgba(10, 19, 18, 0.2);
	font-family:'Roboto', sans-serif;
	font-size:18px;
	margin: 0 auto;
	margin-top: 10%;
}

.haendler-modal h2 {
	font-family:'Roboto', sans-serif;
	font-size:21px;
	font-weight: 700;
	color: #222;
	text-align: center;
	line-height: 22px;
	margin: 40px 0 25px 0;
}

.haendler-modal p {
	padding: 0 20px;
}

.haendler-multi-button {
	font-weight: 700;
	color: white;
	background: #e00387;
	border-radius: 5px;
	padding: 10px 10px;
	display: block;
	text-align: center;
	margin: 10px 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.haendler-multi-button:hover {
	font-weight: 700;
	color: white;
	background: #B3006B;
	text-decoration: none;
}

.haendler-modal-footer {
	text-align: center;
	font-size: 13px;
	margin: 30px 0 10px 0;
}

@media (max-width: 420px)  {
	.haendler-modal {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		border-radius: 0;
		margin-top: 0;
	}
}

.cookie-notice {
    display: block;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    padding: 12px;
    background: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    left: 0;
}

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