html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 5px 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

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

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #5d6882;
}

h1,
h2 {
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 45px;
	color: #ed008c;
}

h3 {
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	color: #848c9f;
}

.subline {
	font-size: 18px;
	color: #31353e;
	margin-bottom: 50px;
	font-weight: 800;
	font-family: 'Raleway', Helvetica, sans-serif;
}

a,
a:hover {
	color: #ed008c;
}

em strong,
strong em {
	color: #ed008c;
	font-style: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
	border: 1px solid #efefef;
	vertical-align: top;
	text-align: left;
}

.page-header {
	border-top: 5px solid #ed008c;
	border-bottom: 1px solid #c1c1ca;
}

.logo {
	width: 150px;
	margin: 40px 0 35px 15px;
	margin-right: 20px;
	display: block;
	float: left;
}

.logo:hover {
	text-decoration: none;
}

.logo img {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo:hover img {
	-moz-transform: scale(1.1) rotate(-5deg);
	-webkit-transform: scale(1.1) rotate(-5deg);
	-o-transform: scale(1.1) rotate(-5deg);
	-ms-transform: scale(1.1) rotate(-5deg);
	transform: scale(1.1) rotate(-5deg);
}

.nav-wrapper {
	border-bottom: 1px solid #c1c1ca;
}

.page-header-image {
	border-bottom: 1px solid #c1c1ca;
	padding-bottom: 3px;
}

.header-company-meta {
	float: left;
	margin: 60px 0 30px 0;
	text-transform: uppercase;
}

.header-company-announcement {
	position: absolute;
	margin-top: 70px;
	width: 300px;
}
.header-company-announcement strong {
	text-transform: uppercase;
}
.header-company-announcement a {
	text-align: center;
	display: block;
	border: 2px solid #c1c1ca;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px 13px 20px;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #31353e;
}

.header-company-announcement a:hover {
	text-decoration: none;
	border-color: #ed008c;
	background: #f5f5f5;
	color: #31353e;
}

.header-company-announcement a:focus,
.header-company-announcement a:active {
	text-decoration: none;
}

.header-company-announcement a span {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.button-conti {
	color: #ed008c;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width:991px) {
	.header-company-announcement {
		position: relative;
		margin: 20px 0;
		width: 100%;
		text-align: center;
	}

	.header-company-announcement a {
		max-width: 350px;
		margin: 0 auto;
	}
}

.company-name {
	font-weight: 700;
	font-size: 22px;
	color: #31353e;
	line-height: 24px;
	margin: 20px 0 7px 0;
}

.company-slogan {
	font-weight: 400;
	font-size: 14px;
	color: #848c9f;
	margin: 0;
}

.company-slogan {
	color: #ed008c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
}

.main-nav ul,
.secondary-nav ul {
	padding: 0;
	margin: 0;
}

.main-nav li,
.secondary-nav li {
	list-style-type: none;
	list-style-image: none;
}

.secondary-nav a {
	display: block;
	width: 100%;
	padding: 8px 20px;
	border-bottom: 1px solid #c1c1ca;
	color: #31353e;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.secondary-nav {
	margin: 10px 0;
}

.secondary-nav a:hover,
.secondary-nav a:focus,
.secondary-nav a.active {
	background: #f4f4f4;
	text-decoration: none;
	color: #ed008c;
	text-indent: 10px;
}

.secondary-nav li:first-child {
	border-top: 1px solid #c1c1ca;
}

@media screen and (max-width:991px) {
	.logo {
		margin: 20px auto;
		display: block;
		float: none;
	}

	.social-widget {
		display: none;
	}

	.header-company-meta {
		text-align: center;
		float: none;
		margin: 0 0 20px 0;
		padding: 0 15px;
	}

	.page-header {
		border-bottom: none;
	}

	.main-nav ul {
		display: none;
	}

	.main-nav a {
		color: #343030;
		display: block;
		padding: 10px;
		background: #ebebeb;
		margin-bottom: 2px;
	}

	.main-nav a:hover,
	.main-nav a:active {
		text-decoration: none;
	}

	.main-nav .nav-mobile-label {
		font-size: 16px;
		color: white;
		background: #ed008c;
	}

	.main-nav .nav-mobile-label .fa-navicon {
		font-size: 21px;
	}

	.subnav a {
		margin-left: 20px;
		border-left: 3px solid #d3d3d3;
	}

	.main-nav .nav-mobile-dropdown {
		color: #ed008c;
		display: block;
		padding: 10px 10px 10px 12px;
		background: #ebebeb;
		margin-top: -44px;
		border-left: 2px solid white;
		float: right;
	}

	.main-nav .nav-mobile-dropdown .fa {
		width: 20px;
		text-align: center;
	}

	.main-nav a.active {
		color: #ed008c;
		font-weight: 700;
	}

	.nav-index-icon {
		display: none;
	}
}

@media screen and (min-width:992px) {

	.main-nav .nav-mobile-label,
	.main-nav .subnav,
	.main-nav .nav-mobile-dropdown,
	.main-nav .nav-index-label {
		display: none;
	}

	.main-nav ul a {
		color: #31353e;
		text-transform: uppercase;
		display: block;
		float: left;
		padding: 24px 10px 20px 10px;
		position: relative;
		font-size: 15px;
		font-weight: 500;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.main-nav a:before {
		content: "";
		position: absolute;
		width: 100%;
		margin-top: -1px;
		height: 4px;
		top: 0;
		left: 0;
		background-color: #ed008c;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.main-nav a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.nav-item .fa-chevron-down {
		font-size: 12px;
		color: #e1e1e1
	}

	.nav-level-first li:hover .subnav {
		display: block;
	}

	.main-nav .subnav {
		position: absolute;
		margin: 62px 0 0 0;
		padding: 0;
		z-index: 500;
		background: white;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		border-right: 1px solid #c1c1ca;
		border-left: 1px solid #c1c1ca;
		border-bottom: 1px solid #c1c1ca;
	}

	.main-nav .subnav li {
		float: none;
		margin: 0;
		padding: 0;
	}

	.main-nav .subnav a {
		width: 100%;
		padding: 12px 15px 10px 15px;
	}

	.main-nav ul a:hover,
	.main-nav .nav-index:hover,
	.main-nav a.active,
	.main-nav .nav-index.active {
		color: #ed008c;
		text-decoration: none;
	}

	.main-nav a.active:before {
		content: "";
		position: absolute;
		width: 100%;
		margin-top: -1px;
		height: 4px;
		top: 0;
		left: 0;
		background-color: #ed008c;
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.nav-index-icon {
		font-size: 20px;
		padding: 0 3px;
	}

	.subnav li {
		margin-left: 10px;
		margin-right: 0;
	}

	.main-nav li {
		float: left;
		position: relative;
	}
}

@media screen and (min-width:992px) {
	.main-nav ul a {
		padding: 24px 15px 20px 15px;
	}
}

.socializing {
	text-align: right;
}

.socializing a {
	font-size: 30px;
	color: #848c9f;
	margin: 18px 0 0 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.socializing a.fa-facebook-square:hover {
	color: #3b5998;
}

.socializing a.fa-youtube-square:hover {
	color: #cd201f;
}

.socializing a:hover {
	text-decoration: none;
}

.page-footer .social-button {
	color: white;
	display: block;
	padding: 8px 10px;
	margin: 10px 0;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.page-footer .social-button .fa {
	color: white;
	width: auto;
	margin-right: 5px;
}

.social-button.facebook {
	background: #3b5998;
}

.social-button.youtube {
	background: #cd201f;
}

.teaser-grid {
	margin: 40px auto;
}

.teaser {
	width: 100%;
	padding-bottom: 50%;
	margin: 15px 0;
	position: relative;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.teaser img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.teaser:hover img {
	-moz-transform: scale(1.1) rotate(-3deg);
	-webkit-transform: scale(1.1) rotate(-3deg);
	-o-transform: scale(1.1) rotate(-3deg);
	-ms-transform: scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}

.teaser-label {
	display: inline-block;
	position: absolute;
	font-size: 25px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 800;
	padding: 10px;
	color: white;
	background: #ed008c;
	line-height: 25px;
}

.teaser-subline {
	display: inline-block;
	position: absolute;
	font-size: 11px;
	font-weight: 700;
	color: #31353e;
	text-transform: uppercase;
	background: white;
	padding: 0 15px;
}

.teaser--top-left .teaser-label {
	top: 20px;
	left: 20px;
}

.teaser--top-left .teaser-subline {
	top: 65px;
	left: 20px;
}

.teaser--top-right .teaser-label {
	top: 20px;
	right: 20px;
}

.teaser--top-right .teaser-subline {
	top: 65px;
	right: 20px;
}

.teaser--bottom-left .teaser-label {
	bottom: 40px;
	left: 20px;
}

.teaser--bottom-left .teaser-subline {
	bottom: 18px;
	left: 20px;
}

.teaser--bottom-right .teaser-label {
	bottom: 40px;
	right: 20px;
}

.teaser--bottom-right .teaser-subline {
	bottom: 18px;
	right: 20px;
}

@media screen and (max-width:767px) {
	.teaser {
		width: 100%;
		margin: 5px 0;
		position: relative;
		display: block;
		padding: 10px;
		overflow: visible;
		background: #efefef;
	}

	.teaser img {
		display: none;
	}

	.teaser .teaser-label {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}

	.teaser .teaser-subline {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		color: #444;
		margin-top: 10px;
		padding-left: 15px;
	}

	.teaser br {
		display: none;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.teaser-label {
		font-size: 22px;
	}
}

@media only screen and (min-width:1200px) {
	.teaser-label {
		font-size: 28px;
		line-height: auto;
	}
}

.efr-introduction {
	text-align: center;
	padding: 50px 0 70px 0;
	background-position: 0 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.efr-introduction:hover {
	background-position: 0 0;
}

.efr-benefits {
	text-align: center;
	padding: 50px 0 70px 0;
}

.super-icon {
	width: 125px;
	height: 125px;
	font-size: 70px;
	color: #ed008c;
	line-height: 125px;
	border: 2px solid #ed008c;
	-webkit-border-radius: 125px;
	border-radius: 125px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

.icon-box {
	text-align: left;
	margin: 30px 0;
}

.icon-box h3,
.icon-box p {
	margin: 5px 0;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.super-icon {
		width: 80px;
		height: 80px;
		font-size: 40px;
		line-height: 80px;
		-webkit-border-radius: 80px;
		border-radius: 80px;
	}
}

@media screen and (max-width:767px) {

	.icon-box h3,
	.icon-box p {
		text-align: center;
	}

	.icon-box h3 {
		margin-top: 20px !important;
		;
	}
}

.efr-membership {
	text-align: center;
	padding: 50px 0 70px 0;
}

.benefits-list {
	border: 1px solid #c1c1ca;
	border-bottom: none;
	margin-top: 50px;
	margin-bottom: 20px;
}

.benefit {
	border-bottom: 1px solid #c1c1ca;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
}

.benefit .fa {
	font-size: 50px;
	color: #ed008c;
	opacity: 0;
}

.benefit-icon {
	text-align: center;
}

.benefit-text p {
	padding: 0;
	margin: 0;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
}

.contact {
	padding: 50px 0 70px 0;
	text-align: center;
}

input[type=text],
input[type=email],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input,
textarea {
	width: 100%;
	padding: 15px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	border: 1px solid #c1c1ca;
	display: block;
}

.checkbox {
	margin-top: 10px;
}

.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.checkbox small {
	margin-top: 10px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
	width: auto;
	margin-bottom: 10px;
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

label.error {
	margin-top: -25px;
	opacity: 1 !important;
	top: auto !important;
	bottom: 10px;
	font-size: 10px;
}

input.error,
textarea.error {
	border: 1px solid #ed008c;
	color: #ed008c;
}

textarea {
	height: 195px;
	resize: none;
}

input[type="submit"],
.hbtn {
	width: auto;
	background: #ed008c;
	text-transform: uppercase;
	border: none;
	color: white;
	font-weight: bold;
	margin: 20px auto 0 auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

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

div.info {
	background: #DAE5F2;
	border-bottom: 1px solid #9FBDE0;
	color: #437BBD;
}

div.warning {
	background: #F2E396;
	border-bottom: 1px solid #DFC855;
	color: #AE6512;
}

div.error {
	background: #FAE0E0;
	border-bottom: 1px solid #D7AAAA;
	color: #AB3232;
}

div.success {
	background: #DAF2DA;
	border-bottom: 1px solid #AAD7AA;
	color: #3A893A;
}

div.error,
.success {
	padding: 20px;
	text-align: left;
	margin-bottom: 40px;
}

.labelset {
	position: relative;
}

.labelset label {
	font-size: 13px;
	position: absolute;
	top: 1.23em;
	left: 1.23em;
	color: #ed008c;
	opacity: 1;
	margin-top: -25px;
	background: white;
	padding: 0 5px;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}

.js-hide-label label {
	opacity: 0;
	top: 1.5em
}

.form-legal-notice {
	margin-bottom: 30px;
}

#fullwidth-map {
	width: 100%;
	height: 200px;
}

.map-container {
	padding: 0;
}

@media only screen and (min-width:768px) {
	#fullwidth-map {
		height: 400px;
	}
}

.bxslider {
	padding: 0;
	margin: 0;
}

.bxslider a {
	width: 100%;
	background-repeat: no-repeat;
}

.slider-content {
	display: inline-block;
	position: absolute;
}

.slider-content--left {
	left: 100px;
}

.slider-content--right {
	right: 100px;
}

.slider-headline {
	display: inline-block;
	margin: 240px 0 0 50px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 800;
	font-size: 55px;
	padding: 10px 25px;
	color: white;
	background: #df0a7a;
	line-height: 55px;
}

.slider-headline:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: #df0a7a;
	width: 20px;
	height: 75px;
	margin-top: -10px;
	margin-left: -42px;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

.slider-headline:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: #df0a7a;
	width: 20px;
	height: 75px;
	margin-top: -10px;
	margin-left: 8px;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

.slider-subline {
	font-size: 22px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 800;
	color: #31353e;
	background: white;
	display: inline-block;
	margin: 0 0 0 150px;
	padding: 8px 15px;
	line-height: 22px;
}

.slider-subline:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: white;
	width: 20px;
	height: 38px;
	margin-top: -8px;
	margin-left: -25px;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

.slider-subline:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: white;
	width: 20px;
	height: 38px;
	margin-top: -8px;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

[id^="slide-"] {
	display: block;
}

.slide-container {
	height: inherit;
}

@media only screen and (min-width:1500px) {
	.slide-container {
		width: 1500px;
		margin: 0 auto;
	}

	.slider-content {
		position: relative;
	}

	.slider-content--left {
		float: left;
		margin-left: 100px;
		left: auto;
	}

	.slider-content--right {
		float: right;
		margin-right: 100px;
		right: auto;
	}
}

@media only screen and (max-width:767px) {
	.bx-viewport {
		height: 350px !important;
	}

	[id^="slide-"] {
		height: 350px;
		background-position: center top;
	}

	#slide-1 {
		background-image: url("../m4_userdateien/slider/800/slider-1.jpg");
	}

	#slide-2 {
		background-image: url("../m4_userdateien/slider/800/slider-2.jpg");
	}

	#slide-3 {
		background-image: url("../m4_userdateien/slider/800/slider-3.jpg");
	}

	#slide-4 {
		background-image: url("../m4_userdateien/slider/800/slider-4.jpg");
	}

	#slide-5 {
		background-image: url("../m4_userdateien/slider/800/slider-5.jpg");
	}

	#slide-6 {
		background-image: url("../m4_userdateien/slider/800/slider-6-800.jpg");
	}

	#slide-8 {
		background-image: url("../m4_userdateien/slider/800/slider-8-800.jpg");
	}
	#slide-kicker {
		background-image: url("../m4_userdateien/slider/800/kicker-800.jpg");
	}
	#slide-88 {
		background-image: url("../m4_userdateien/slider/800/slider-88-800.jpg");
	}
	#slide-99 {
		/* background-image: url("../m4_userdateien/slider/800/slider-99-800.png"); */
		background-image: url("../m4_userdateien/slider/800/lokal-genial-vredestein-slider-800.jpg");
	}
	#slide-9 {
		background-image: url("../m4_userdateien/layout/lp-conti-sommer-2020/header/800.jpg");
	}
	#slide-9 .slider-headline{
		margin-top: 70px;
		font-size:30px;
	}

	.slider-wrapper {
		margin-top: 20px;
	}

	.nav-wrapper {
		border: none;
	}

	.slider-content {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		right: 0;
		left: 0;
		top: 40%;
	}

	.slider-headline {
		margin: 0;
		font-size: 24px;
		line-height: 24px;
		padding: 10px;
	}

	.slider-headline:before,
	.slider-headline:after,
	.slider-subline:before,
	.slider-subline:after {
		background: transparent;
	}

	.slider-subline {
		margin: 0;
		font-size: 15px;
		line-height: 15px;
		padding: 8px 10px;
		background: rgba(0, 0, 0, .5);
		color: white;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.bx-viewport {
		height: 450px !important;
	}

	[id^="slide-"] {
		height: 450px;
		background-position: center top;
	}

	#slide-1 {
		background-image: url("../m4_userdateien/slider/1000/slider-1.jpg");
	}

	#slide-2 {
		background-image: url("../m4_userdateien/slider/1000/slider-2.jpg");
	}

	#slide-3 {
		background-image: url("../m4_userdateien/slider/1000/slider-3.jpg");
	}

	#slide-4 {
		background-image: url("../m4_userdateien/slider/1000/slider-4.jpg");
	}

	#slide-5 {
		background-image: url("../m4_userdateien/slider/1000/slider-5.jpg");
	}

	#slide-6 {
		background-image: url("../m4_userdateien/slider/1000/slider-6-1000.jpg");
	}

	#slide-8 {
		background-image: url("../m4_userdateien/slider/1000/slider-8-1000.jpg?v=20181105");
	}

	#slide-88 {
		background-image: url("../m4_userdateien/slider/1000/slider-88-1000.jpg");
	}
	#slide-99 {
		/* background-image: url("../m4_userdateien/slider/1000/slider-99-1000.png"); */
		background-image: url("../m4_userdateien/slider/1000/lokal-genial-vredestein-slider-1000.jpg");
	}
	#slide-kicker {
		background-image: url("../m4_userdateien/slider/1000/kicker-1000.jpg");
	}

	#slide-9 {
		background-image: url("../m4_userdateien/layout/lp-conti-sommer-2020/header/1000.jpg");
	}
	#slide-9 .slider-headline{
		margin-top: 130px;
		font-size:30px;
	}

	.slider-headline {
		font-size: 40px;
		line-height: 40px;
		padding: 10px 20px;
	}

	.slider-headline:before {
		height: 60px;
		margin-left: -40px;
	}

	.slider-headline:after {
		height: 60px;
		margin-left: 5px;
	}

	.slider-subline {
		margin: 0 0 0 60px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.bx-viewport {
		height: 500px !important;
	}

	[id^="slide-"] {
		height: 500px;
		background-position: center top;
	}

	#slide-1 {
		background-image: url("../m4_userdateien/slider/1200/slider-1.jpg");
	}

	#slide-2 {
		background-image: url("../m4_userdateien/slider/1200/slider-2.jpg");
	}

	#slide-3 {
		background-image: url("../m4_userdateien/slider/1200/slider-3.jpg");
	}

	#slide-4 {
		background-image: url("../m4_userdateien/slider/1200/slider-4.jpg");
	}

	#slide-5 {
		background-image: url("../m4_userdateien/slider/1200/slider-5.jpg");
	}

	#slide-6 {
		background-image: url("../m4_userdateien/slider/1200/slider-6-1200.jpg");
	}

	#slide-8 {
		background-image: url("../m4_userdateien/slider/1200/slider-8-1200.jpg?v=20181105");
	}

	#slide-88 {
		background-image: url("../m4_userdateien/slider/1200/slider-88-1200.jpg");
	}
	
	#slide-kicker {
		background-image: url("../m4_userdateien/slider/1200/kicker-1200.jpg");
	}
	
	#slide-99 {
		/* background-image: url("../m4_userdateien/slider/1200/slider-99-1200.png"); */
		background-image: url("../m4_userdateien/slider/1200/lokal-genial-vredestein-slider-1200.jpg");
	}

	#slide-9 {
		background-image: url("../m4_userdateien/layout/lp-conti-sommer-2020/header/1200.jpg");
	}
	#slide-9 .slider-headline{
		margin-top: 130px;
		font-size:45px;
	}
}

@media only screen and (min-width:1200px) {
	.bx-viewport {
		height: 550px !important;
	}

	[id^="slide-"] {
		height: 550px;
		background-position: center top;
	}

	#slide-1 {
		background-image: url("../m4_userdateien/slider/1920/slider-1.jpg");
	}

	#slide-2 {
		background-image: url("../m4_userdateien/slider/1920/slider-2.jpg");
	}

	#slide-3 {
		background-image: url("../m4_userdateien/slider/1920/slider-3.jpg");
	}

	#slide-4 {
		background-image: url("../m4_userdateien/slider/1920/slider-4.jpg");
	}

	#slide-5 {
		background-image: url("../m4_userdateien/slider/1920/slider-5.jpg");
	}

	#slide-6 {
		background-image: url("../m4_userdateien/slider/1920/slider-6-1920.jpg");
	}

	#slide-8 {
		background-image: url("../m4_userdateien/slider/1920/slider-8-1920.jpg?v=20181105");
	}

	#slide-88 {
		background-image: url("../m4_userdateien/slider/1920/slider-88-1920.jpg");
	}
	
	#slide-kicker {
		background-image: url("../m4_userdateien/slider/1920/kicker-1920.jpg");
	}
	
	#slide-99 {
		/* background-image: url("../m4_userdateien/slider/1920/slider-99-1920.png"); */
		background-image: url("../m4_userdateien/slider/1920/lokal-genial-vredestein-slider-1920.jpg");
	}

	#slide-9 {
		background-image: url("../m4_userdateien/layout/lp-conti-sommer-2020/header/1920.jpg");
	}
	#slide-9 .slider-headline{
		margin-top: 150px;
	}
}

.slider-wrapper {
	visibility: hidden;
}

.page-footer {
	padding: 60px 0 80px 0;
	background: #31353e;
	color: #8d94a3;
}

.page-footer .company-name {
	color: white;
}

.page-footer a {
	color: #8d94a3;
}

.page-footer .fa {
	width: 30px;
	font-size: 18px;
	color: #ed008c;
}

.page-footer-label {
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
}

.page-meta {
	padding: 2px 0;
	background: #22252b;
	color: #8d94a3;
}

.page-meta a {
	color: #8d94a3;
}

@media screen and (max-width:767px) {

	.page-footer,
	.page-meta {
		text-align: center;
	}
}

.page-footer-contact,
.page-footer-adress {
	margin-top: 20px;
}

.blog-article h2 {
	font-size: 23px;
	line-height: 30px;
	color: #848c9f;
	margin-top: 0;
}

.blog-article p img,
.content-generic p img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid #c1c1ca;
	padding: 7px;
	margin: 20px 0 30px 0;
}

.content-generic .table-img img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}

.blog-article-footer {
	margin: 40px 0 60px 0;
	padding: 10px 0;
}

.blog-article-footer hr {
	border-top: 1px solid #ed008c;
	margin: 10px 0;
}

.blog-toggle-button {
	color: #ed008c;
	cursor: pointer;
	margin: 10px 0;
}

.blog-toggle {
	display: none;
}

.blog-article .sources {
	font-size: 12px;
	margin: 0 0 5px 0;
}

.blog-article .sources p {
	margin: 0;
}

.toggle-indicator,
.blog-article h2 em {
	color: #ed008c;
	font-style: normal;
}

@media only screen and (min-width:992px) {
	.share-activate {
		float: left;
	}

	.blog-toggle-button {
		float: right;
		margin: 0;
	}
}

.share-activate .share {
	float: left;
	display: block;
	margin-right: 6px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	height: 25px;
	width: 88px;
	margin-bottom: 7px;
}

.share.fb {
	background: url(../m4_userdateien/layout/sharing.jpg) 0 0;
}

.share.twttr {
	background: url(../m4_userdateien/layout/sharing.jpg) -88px 0;
}

.share.gplus {
	background: url(../m4_userdateien/layout/sharing.jpg) -176px 0;
}

.share.pin {
	background: url(../m4_userdateien/layout/sharing.jpg) -264px 0;
}

.share.fb:hover {
	background: url(../m4_userdateien/layout/sharing.jpg) 0 -25px;
}

.share.twttr:hover {
	background: url(../m4_userdateien/layout/sharing.jpg) -88px -25px;
}

.share.gplus:hover {
	background: url(../m4_userdateien/layout/sharing.jpg) -176px -25px;
}

.share.pin:hover {
	background: url(../m4_userdateien/layout/sharing.jpg) -264px -25px;
}

.content {
	margin-bottom: 60px;
}

#columns hr {
	border-top: 1px solid #ed008c;
	margin: 20px 0 30px 0;
}

#columns {
	margin-bottom: 30px;
}

.imgbox {
	width: 100%;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.imgbox img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c1c1ca;
	padding: 7px;
	border-radius: 5px;
}

.imgbox .label {
	display: inline-block;
	position: absolute;
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	padding: 12px 15px;
	color: white;
	background: #ed008c;
	line-height: 25px;
	bottom: 32px;
	left: 20px;
}

.imgbox .label-price,
.imgbox .label-komplett,
.imgbox .label-suv {
    text-align: center;
	z-index: 5;
	font-style: italic;
}

.imgbox .label-komplett {
	font-size: 16px!important;
	line-height: 16px!important;
	font-weight: 700;
	padding: 6px 8px;
	bottom: 74px;
	left: 20px;
}

.imagebox--komplettrad .label-price {
	left: 30px;
	padding: 9px 12px;
}

.offer .producer-logo-floated {
	float: right; 
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgbox .label-suv {
	font-size: 14px!important;
	line-height: 14px!important;
	font-weight: 700;
	padding: 6px 8px;
	top: 20px;
	bottom: auto;
	left: 20px;
}

@media screen and (min-width:768px) {

	.imgbox .label-price:before,
	.imgbox .label-komplett:before,
	.imgbox .label-suv:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		display: inline-block;
		content: "";
		background: #ed008c;
		width: 100%;
		height: 100%;
		z-index: -1;
		transform: skew(-12deg);
	}

	.imgbox .label-price,
	.imgbox .label-komplett,
	.imgbox .label-suv {
		background: none;
		text-align: left;
	}

}

@media screen and (min-width:1px) and (max-width:767px) {
	#columns[data-columns]::before {
		content: '1 .col-xs-12';
		visibility: hidden;
	}

	.imgbox {
		width: 100%;
		height: auto;
		margin: 5px 0;
		position: relative;
		display: block;
		padding: 10px;
		overflow: visible;
		background: #efefef;
	}

	.imgbox img {
		display: none;
	}

	.imgbox .label {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#columns[data-columns]::before {
		content: '2 .col-sm-6';
		visibility: hidden;
	}

	.imgbox {
		height: 220px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#columns[data-columns]::before {
		content: '3 .col-md-4';
		visibility: hidden;
	}

	.imgbox {
		height: 190px;
	}

	.imgbox .label {
		font-size: 20px;
		padding: 8px 10px;
	}
}

@media screen and (min-width:1200px) and (max-width:9999px) {
	#columns[data-columns]::before {
		content: '3 .col-lg-4';
		visibility: hidden;
	}
}

.euro {
	color: white;
	font-size: 25px;
}

.star {
	display: inline-block;
	font-weight: 400;
	color: white;
	font-size: 30px;
	line-height: auto;
	margin-left: 2px;
}

.imgbox-enlarge {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 0;
	display: block;
	width: auto;
}

.imgbox-enlarge span {
	padding: 12px 15px;
	bottom: auto;
	right: auto;
	background: none;
	color: #ed008c;
	font: normal normal normal 24px/1 FontAwesome;
	display: inline-block;
}

@media screen and (min-width:1px) and (max-width:767px) {
	#columns[data-columns]::before {
		content: '1 .col-xs-12';
		visibility: hidden;
	}

	.offer .imgbox {
		width: auto;
		height: auto;
		margin: 5px 0;
		position: relative;
		display: block;
		padding: 10px;
		overflow: visible;
		background: none;
		text-align: center;
	}

	.offer .imgbox img {
		display: block;
		position: relative;
		margin: 0 auto 10px auto;
	}

	.offer .imgbox .label {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}

	.offer .imgbox-enlarge {
		display: none;
	}
}

.offer {
	margin-bottom: 40px;
}

.offer a:focus {
	outline: none;
	color: #ed008c;
}

.headline-wrapper {
	text-align: center;
	margin-top: 30px;
}

.headerimage-wrapper {
	height: 350px;
	position: relative;
}

.headerimage {
	display: block;
	height: 350px;
	width: 100%;
	background-position: center;
}

.headerimage-1 {
	background-image: url("../m4_userdateien/layout/header-image-1.jpg");
}

.headerimage-404 {
	background-image: url("../m4_userdateien/layout/header-image-404.jpg");
}

@media only screen and (max-width:767px) {
	.headerimage-wrapper {
		margin-top: 20px;
		height: 200px;
	}

	.headerimage {
		height: 200px;
	}
}

aside {
	margin-bottom: 50px;
}

.abc-nav {
	text-align: center;
	cursor: default;
	margin-bottom: 40px;
}

.abc-nav a,
.abc-nav span {
	padding: 2px 7px;
	font-size: 12px;
	border: 1px solid #e1e1e1;
	display: inline-block;
	background: #f6f6f6;
	border-radius: 6px;
	margin: 10px 0 5px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.abc-nav a {
	font-weight: bold;
}

.abc-nav a:hover {
	text-decoration: none;
	border: 1px solid #c31f80;
	background: #ed008c;
	color: white;
}

.abc-nav span {
	cursor: not-allowed;
}

dl.toggle {
	width: 100%;
	margin: 15px 0;
}

dl.toggle dt {
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 800;
	background: #ed008c;
	color: white;
	font-size: 18px;
	padding: 10px 14px;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

dl.toggle dt:hover {
	background: #c70075;
}

dl.toggle .fa {
	display: inline-block;
	float: right;
	font-size: 25px;
}

dl.toggle dd {
	padding: 6px 14px;
	margin: 0;
	border: 1px solid #ebe6e6;
	display: none;
}

dl.toggle p {
	margin: 10px 0 20px 0;
}

@media screen and (max-width:991px) {

	.abc-nav a,
	.abc-nav span {
		padding: 5px 10px;
		font-size: 16px;
		margin: 8px;
	}
}

.no-jobs {
	border: 1px solid #c1c1ca;
	padding: 20px;
	text-align: center;
	margin: 15px 0;
}

.no-jobs h2 {
	color: #c1c1ca;
	margin-top: 10px;
}

.hs-widget-wrapper {
	float: right;
	width: 300px;
}

.hs-widget {
	position: fixed;
	width: 300px;
	z-index: 500;
}

.hs-widget-toggle {
	background: #ed008c;
	color: white;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	margin-top: -5px;
	padding: 0 20px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hs-widget-toggle:hover {
	background: #d70380;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.hs-widget-toggle--active {
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
}

.hs-widget-toggle .fa {
	float: right;
	line-height: 48px;
	font-size: 31px;
}

.hs-widget-form {
	z-index: 100;
	width: 300px;
	position: absolute;
	margin-top: 4px;
	background: white;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #8b8b8f;
	padding: 15px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	display: none;
}

.hs-widget-form.hs-widget-form-module {
	position: relative;
}

.hs-widget-form label {
	margin-top: 0;
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #31353e;
	top: auto;
	left: auto;
	text-transform: uppercase;
	text-align: center;
}

.hs-widget-form input,
.hs-widget-form select {
	background: #edeef3;
	border: none;
	border-bottom: 1px solid #c1c1ca;
	font-size: 15px;
	height: 30px;
	width: 100%;
	margin: 15px 0;
	padding: 0 20px;
}

.hs-widget-form select {
	padding: 0 0 0 20px;
}

.hs-widget-form input[type="submit"] {
	margin: 10px auto;
	background: #ed008c;
}

#map-canvas {
	height: 650px;
	padding: 0;
}

#panel {
	height: 650px;
	padding: 5px;
}

.storelocator-panel {
	overflow: auto;
	background: white;
	border-radius: 5px;
}

.storelocator-panel .store-list {
	margin: 0;
	padding: 0;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
	padding: 10px;
	border-top: 1px solid #eaeaea;
}

.storelocator-panel .directions-panel {
	font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover {
	cursor: pointer;
	background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
	background: #ffe7f5;
}

.storelocator-panel .directions {
	display: none;
}

.storelocator-panel .location-search {
	padding: 10px;
}

.storelocator-panel .location-search input {
	width: 95%;
}

.storelocator-panel .location-search h4 {
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ed008c;
	margin: 5px 0 10px 0;
	padding: 0;
}

.storelocator-panel .store-list .no-stores {
	color: grey;
}

.storelocator-panel .store .features {
	display: none;
}

.storelocator-panel .feature-filter {
	overflow: hidden;
}

.storelocator-panel .feature-filter label {
	display: block;
	font-size: 0.8em;
	margin: 0 0.4em;
	float: left;
}

.store .title {
	font-weight: bold;
	color: #ed008c;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

.store .features {
	overflow: hidden;
	color: grey;
	margin: 0;
	padding: 0;
	font-size: 70%;
	max-width: 250px;
}

.store .features li {
	display: inline;
	float: left;
	padding-right: 0.8em;
}

.store .web a {
	color: #ed008c
}

.store .action {
	font-size: 0.8em;
	color: #ed008c;
	margin-right: 0.5em;
}

.location-search input,
.directions-to {
	padding: 6px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 95%;
}

.directions-panel input[type="submit"] {
	margin: 10px 0;
	padding: 10px 15px;
}

.action.streetview {
	display: none;
}

.hs-icons {
	float: right;
	font-size: 20px;
}

.hs-icons span {
	color: #c5c5c5;
}

.hs-icons .hs-icon {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-size: cover;
}

.hs-icons .hs-icon-avm {
	background-image: url("../m4_userdateien/layout/icons/achsvermessung_inactive.png");
}

.hs-icons .hs-icon-pkw {
	background-image: url("../m4_userdateien/layout/icons/pkw_inactive.png");
}

.hs-icons .hs-icon-nkw {
	background-image: url("../m4_userdateien/layout/icons/nutzfahrzeuge_inactive.png");
}

.hs-icons .hs-icon-as {
	background-image: url("../m4_userdateien/layout/icons/autoservice_inactive.png");
}

.hs-icons .hs-icon-avm.active {
	background-image: url("../m4_userdateien/layout/icons/achsvermessung_active.png");
}

.hs-icons .hs-icon-pkw.active {
	background-image: url("../m4_userdateien/layout/icons/pkw_active.png");
}

.hs-icons .hs-icon-nkw.active {
	background-image: url("../m4_userdateien/layout/icons/nutzfahrzeuge_active.png");
}

.hs-icons .hs-icon-as.active {
	background-image: url("../m4_userdateien/layout/icons/autoservice_active.png");
}

.hs-icons .hs-icon-lokal.active {
	background-image: url("../m4_userdateien/layout/icons/aktion-lokal-genial.png");
}

.hs-icons-legend {
	font-size: 13px;
	float: none;
	margin: 20px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
}

.hs-icons-legend span {
	float: left;
	margin: 0 3px;
	color: #5d6882;
}

.hs-icon-label {
	padding-top: 7px;
}

.hs-icon {
	width: 15px;
	height: 15px;
}

.gm-style-iw .hs-icons {
	float: none;
}

.btn-send-config {
	background: #ed008c;
	color: white !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 8px;
	display: inline-block;
	text-decoration: none;
	margin: 10px 0;
}

.btn-send-config:hover {
	background: #d70380;
	text-decoration: none;
}

.radio_label {
	float: left;
	margin-right: 20px;
	position: relative;
}

.radio_label input {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#salutation-error {
	color: #ed008c;
	position: absolute;
	width: 200px;
	left: 0px;
	top: 38px !important;
}

#datenschutz-error {
	background-color: #e0e0e0;
	border-radius: 25px;
	padding: 2px 10px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

#bmf3rd .rims-btn-3d {
	color: white;
}

.bxslider {
	overflow: hidden !important;
}

.no-js .bxslider a,
.no-js .map-container {
	display: none;
}

.no-js #slide-1,
.no-js #slide-4,
.no-js #slide-5 {
	display: block;
	margin-top: -20px;
}

.no-js .super-icon,
.no-js .benefit .fa {
	opacity: 1;
}

.no-js .slider-wrapper {
	visibility: visible;
}

.back-to-top {
	position: fixed;
	bottom: 75px;
	right: 15px;
	background-color: rgba(237, 0, 140, 1);
	color: white;
	padding: 8px 10px;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.back-to-top:hover {
	background-color: rgba(237, 0, 140, .7);
}

.no-cookies {
	display: none;
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media only screen and (min-width:35em) {}

@media print,
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:1.25dppx),
(min-resolution:120dpi) {}

@media print {

	*,
	*:before,
	*:after,
	*:first-letter,
	p:first-line,
	div:first-line,
	blockquote:first-line,
	li:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.video-container-16-9 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container-16-9 iframe,
.video-container-16-9 object,
.video-container-16-9 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-container-4-3 {
	position: relative;
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container-4-3 iframe,
.video-container-4-3 object,
.video-container-4-3 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bmf3rd .rims-item-header span {
	font-size: 0.65em !important;
}

.xyz-line {
	background-color: #ed008c;
	height: 5px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.preis {
	background-color: #ed008c;
	color: #fff;
	font-family: "Raleway", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-weight: 800;
	padding: 10px;
}

.small {
	font-size: 10px;
}

.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block h3 {
	margin: 10px 0 10px 0;
}

.social-widget {
	float: left;
	margin-left: -220px;
	margin-right: 5px;
	margin-top: 0;
	position: fixed;
	text-align: right;
	width: 210px;
	z-index: 500;
}

.social-widget a .fa {
	color: #5d6882;
	transition: all 200ms ease 0s;
}

.social-widget .fa {
	background-color: #f5f5f5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	font-size: 1.4em;
	height: 44px;
	margin-right: 10px;
	padding: 11px 4px 4px;
	text-align: center;
	width: 50px;
}

.landingpage .headline-wrapper h1 {
	background-color: #ed008c;
	color: #fff;

}

.landingpage .hbtn {
	border-radius: 5px;
	padding: 15px 0;
	text-align: center;
}

.landingpage .hbtn a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.landingpage .subline.center,
.landingpage p.center {
	text-align: center;
	margin-bottom: 0;
}

.landingpage .subline {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 30px;
}

.ws .fa {
	font-size: 30px;
}

.hbtn.ws {
	padding: 10px 0;
	cursor: pointer;
}

.txt {
	margin-left: 10px;
	position: relative;
	top: -5px;
}

#conti-logo {
	position: absolute;
}

#lightbox {
	display: none;
	width: 100%;
	max-width: 610px;
	height: auto;
	max-height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 25px;
	border-radius: 6px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	z-index: 100;
}

#lightbox-close {
	background-color: #ed008c;
	border-radius: 50%;
	color: #fff;
	float: right;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: -8px;
	right: 0px;
	width: 30px;
	cursor: pointer;
}

.m4-reference {
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 50px;
	max-width: 400px;
}

.m4-reference-logo {
	margin-top: 10px;
}

.fussnote {
	margin-bottom: 50px;
}

.fussnote p {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.eu-label {
	display: -webkit-flex!important;
    display: -ms-flexbox!important;
	display: flex!important;
	margin: 20px -2px 0 -2px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.eu-label:hover {
	opacity: .8;
	text-decoration: none;
}

.eu-label:focus {
	text-decoration: none;
}

.eu-label-block {
	background-color: #2c3b44;
	border-radius: 4px;
	display: -webkit-flex!important;
    display: -ms-flexbox!important;
	display: flex!important;
	padding: 6px 4px 8px 4px;
	color: white;
	flex-grow: 2;
	justify-content: space-between;
	align-items: center;
	margin: 0 2px;
	width: 50%;
	flex-direction: column;
}

.eu-label-label {
	font-size: 11px;
	line-height: 11px;
	margin-right: 8px;
	margin-left: 5px;
}

.eu-label-content {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 16px;
	margin-top: 10px;
}

.eu-rollgeraeusch {
	flex-grow: 3;
}

.imgbox-headline {
	color: #ed008c; 
	margin-bottom: 5px;
}

.imgbox-subline {
	margin-top: 0;
}

.label-price sup {
	font-weight: 700;
	font-size: 18px;
}

.eu-label-click {
	display: block; 
	font-size: 12px;
	margin-bottom: 40px;
	color: #5d6882;
	text-align: center;
	margin-top: 5px;
}

.mfp-title a {
	color: white;
	text-decoration: underline; 
}

.captcha {
	display: -webkit-flex!important;
    display: -ms-flexbox!important;
	display: flex!important;
	border: 1px solid #c1c1ca;
	padding: 5px;
	margin-bottom: 5px;
}

#captcha {
	padding: 5px;
	margin-right: 15px;
}

.captcha-input {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 4px 4px;
	text-align: center;
}

.captcha-row a,
.captcha-row label {
	text-align: left;
	width: 100%;
}

.label-gueltigkeit {
	margin-top: -20px;
	margin-bottom: 60px;
}

#captcha_code-error {
	background-color: #e0e0e0;
    border-radius: 25px;
    padding: 0px 10px;
    display: block;
    margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}


.youtube,
.youtube-thumbonly {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
  overflow: hidden;
}

.youtube {
	cursor: pointer;
}

.youtube-thumbonly {
  cursor: default;
}

.youtube img,
.youtube-thumbonly img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.9;
}

.youtube-thumbonly p {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,.6);
  color: white;
  padding: 0;
  margin: 0;
  font-size: .8rem;
  line-height: 1rem;
  text-shadow: 0 1px 4px #000000;
}

.youtube-thumbonly a {
  color: white;
}

@media screen and (min-width: 500px){
  .youtube-thumbonly p {
    font-size: 1rem;
    padding: 15px;
    color: white;
    margin: 0 30px;
    border-radius: 5px;
    line-height: 1.2rem;
  }
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #313a46;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	top: 0;
	left: 0;
}

.text-underline {
	text-decoration: underline!important;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .embed-responsive-16by9 {
	padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
	padding-bottom: 75%;
  }
.tankgutschein{
	margin: 0;
	padding: 0;
}
.tankgutschein li{
	list-style: none;
}

.support-locals {
	margin-bottom: 3rem;
}

.support-locals .btn {
    border: 3px solid #ed008c;
    display: block;
    padding: 15px;
    transform: skewX(-10deg);
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    text-align: center;
}
.support-locals .btn:hover, .support-locals .btn:focus {
    background-color: #ed008c;
    text-decoration: none;
    color: white;
}

.support-locals h3 {
	text-align: center;
}

@media only screen and (max-width:500px) {
	
	#slide-88 {
		background-image: url("../m4_userdateien/slider/500/slider-88-500.jpg");
	}

	#slide-99 {
		/* background-image: url("../m4_userdateien/slider/500/slider-99-500.png"); */
		background-image: url("../m4_userdateien/slider/500/lokal-genial-vredestein-slider-500.jpg");
	}
	#slide-kicker {
		background-image: url("../m4_userdateien/slider/500/kicker-500.jpg");
	}
}

[id^="slide-"] {
	background-size: cover;
}
.slider-headline-versalien{
	text-transform: uppercase;
}