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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 45px;
	color: #ed008c;
}

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

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

a,
a:hover,
.page-footer .page-footer-payment a {
	color: #ed008c;
}

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

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

td,
th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.openings td {
	padding: 4px;
	font-size: 14px;
	line-height: 18px;
}

.content-openings td {
	border: 1px solid #e5e5e5
}

.table-img th, 
.table-img td {
	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: 30px 0 35px 15px;
	margin-right: 20px;
	display: block;
	float: left;
}

.logo-custom {
	padding: 30px 0 20px 0;
}

@media (min-width: 992px) {
	.logo-custom {
		padding: 46px 0 35px 0;
	}
}

.logo-custom img {
	max-height: 135px;
}

.logo-custom a {
	display: inline-block;
}

.logo a:hover,
.logo-custom a:hover {
	text-decoration: none;
}

@media (max-width: 991px) {
	.logo-custom img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}


/*
.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;
}

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

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

.page-footer-payment h5 {
	text-transform: uppercase;
	margin: 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;
}

.social-widget {
	margin: 0 auto 15px auto;
	text-align: center;
	cursor: normal;
}

.efr-social-mobile-1 {
	width: 100%;
}
.efr-social-mobile-2 {
	width: 49%;
}
.efr-social-mobile-3 {
	width: 32%;
}
.efr-social-mobile-4 {
	width: 22%;
}
.efr-social-mobile-5 {
	width: 18%;
}
.efr-social-mobile-6 {
	width: 14%;
}

.social-widget a {
	display: inline-block;
}

.social-widget .fa {
	background-color: #f5f5f5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline-block;
	font-size: 1.4em;
	height: 34px;
	padding: 4px;
	text-align: center;
	width: calc(100% - 10px);
	padding-top: 6px;
}

.social-widget a .fa {
	color: #5d6882;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.social-widget a:hover .fa {
	color: #e00386;
}

@media screen and (min-width:992px) {
	.social-widget {
		width: 380px;
		float: left;
		margin-right: 5px;
		position: fixed;
		z-index: 500;
		margin-left: -385px;
		margin-bottom: 0;
		text-align: right;		
	}
	.social-widget .fa {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		height: 44px;
		width: 50px;
		padding-top: 11px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.social-widget a {
		display: inline;
	}
}

@media screen and (max-width:991px) {
	.logo {
		margin: 20px auto;
		display: block;
		float: 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;
	}
	.hs-widget {
		width: 100%!important;
	}
	.hs-widget-wrapper {
		float: none;
		width: 100%;
	}
}

@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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	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;
		word-wrap: break-word;
	}
	.teaser img {
		display: none;
	}
	.teaser .teaser-label {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		font-size: 22px;
	}
	.teaser span.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;
}

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

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

input[type="submit"] {
	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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	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");
	}
	.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;
	}
	.c-adresse-content,
	.c-open-content {
		width: 100%;
	}
	.openings td br {
		display: none;
	}
}

@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");
	}
	.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;
	}
	.c-adresse-content,
	.c-open-content {
		width: 100%;
	}
	.openings td br {
		display: none;
	}
}

@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");
	}
}

@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");
	}
}

.slider-wrapper {
	visibility: hidden;
}

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

.page-footer .company-name,
.page-footer-payment h5 {
	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-top: 20px;
	margin-bottom: 30px;
}

.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;
}

.imgbox span {
	display: inline-block;
	position: absolute;
	font-size: 25px;
	font-family: 'Raleway', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	padding: 12px 15px;
	color: white;
	background: #ed008c;
	line-height: 25px;
	bottom: 50px;
	/*32px;*/
	left: 20px;
}

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

@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 span {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		word-wrap: break-word;
		font-size: 22px;
	}
	.imgbox span.teaser-subline {
		bottom: 0;
		margin-top: 10px;
		padding: 0 15px;
		position: relative;
		display: block;
	}
}

@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 span {
		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;
	}
	.imgbox span {
		font-size: 25px;
		line-height: auto;
	}
}

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

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

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

@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 span {
		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;
}

.offer .producer-logo {}

.offer-listing p {}

.offer-listing {
	border-bottom: 1px solid #e4e4e4;
}

.offer .eu-label {
	padding: 15px 0 0 100px;
	display: block;
}

.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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	background: #ed008c;
	color: white;
	font-size: 18px;
	font-weight: 300;
	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: 450px;
}

.hs-widget {
	z-index: 500;
	float: left;
	margin-right: 5px;
	width: 220px;
	position: fixed;
	margin-top: 4px;
}

.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-normal {
	border: 1px solid #ed008c;
	color: #ed008c;
	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;
	background-color: #fff;
}

.hs-widget-open {
	margin-left: 240px;
}

.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,
.hs-widget-toggle-normal .fa {
	margin-right: 15px;
	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;
}

.header-links-widget {
	z-index: 500;
	float: left;
	width: auto;
	position: fixed;
	margin-top: -1px;
}

.header-link-toggle {
	float: left;
	border: 1px solid #ed008c;
	color: #ed008c;
	background: white;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	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;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.header-link-toggle:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ed008c;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.no-csstransforms3d .header-link-toggle:hover {
	background: #ed008c;
}

.header-link-toggle .fa {
	font-size: 18px;
	width: 18px;
	text-align: center;
	margin-right: 6px;
}

.header-link-toggle--active {
	color: white;
	background: #ed008c;
}

.no-touch .header-link-toggle:hover {
	color: white;
}

.header-link-toggle:hover {
	text-decoration: none;
}

.no-touch .header-link-toggle:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.header-links-widget-wrapper {
	float: right;
	width: 450px;
}

.c-adresse,
.c-open {
	margin-top: 65px;
	/* padding-left: 50px; */
}

@media screen and (max-width:991px) {
	
	.header-links-widget {
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}
	.header-links-widget-wrapper {
		float: none;
		width: 100%;
	}
	.header-link-toggle {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		display: block;
		float: none;
		height: 35px;
		line-height: 34px;
		text-align: center;
	}
	.header-link-toggle:before {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
	}
	.c-adresse-icon,
	.c-open-icon {
		display: none !important;
	}
	.logo {
		width: inherit !important;
		text-align: center;
	}
	.logo img {
		max-width: 100%;
	}
	.c-adresse,
	.c-open {
		margin-top: 0;
	}
	.c-adresse {
		text-align: center;
	}
	.c-adresse-content,
	.c-open-content {
		margin-bottom: 30px;
	}
	.logo-custom a {
		display: block;
	}
	.logo-custom img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

#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', 'HelveticaNeueW01-67MdCn 692710', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	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-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;
}

.btn-default {
	background: #ed008c;
	color: white!important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 8px;
	display: inline-block;
	text-decoration: none;
	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;
}

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

.btn-default--ghost {
	background: transparent;
	color: #ed008c!important;
	border: 1px solid #ed008c;
}

.btn-default--ghost:hover {
	color: white!important;
}

.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;
}

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

#bmf3rd {
	margin-bottom: 80px;
}

.bxslider {
	overflow: hidden!important;
}

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

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

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

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

.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
}

.cookie-notice button {
	color: #fff;
	outline: 0;
	border: none;
	text-decoration: none;
	padding: 4px 8px;
	margin: 2px 10px;
	border-radius: 4px;
	font-weight: 700;
	background: rgb(237, 0, 140);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3)
}

.cookie-notice button:hover {
	background: rgba(237, 0, 140, .7);
}

.cookie-notice a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline
}

.cookie-notice .legal-links {
	white-space: nowrap
}

.cookie-notice abbr {
	text-decoration: none;
	border-bottom: 1px dotted white;
	cursor: help;
}

.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: 600;
}


.tab {
	position: relative;
	top: -4px;
}

.preis {
	background-color: #ed008c;
	color: #fff;
	font-family: "Raleway", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	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;
}


/* Header Anschrift und Öffnungszeiten */

.c-adresse-icon,
.c-open-icon {
	display: inline-block;
	float: left;
	font-size: 2em;
	text-align: center;
	margin: 0px 22px 0px 5px;
	background-color: #f5f5f5;
	border-radius: 8px;
	height: 45px;
	width: 45px;
	line-height: 45px;
}

.c-adresse-content,
.c-open-content {
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.c-adresse-content p,
.c-open-content p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

.openings td {
	padding: 0 8px 6px 0;
}

.notice-generic {
	font-size: 12px;
	margin: 4px 0 6px 0;
	display: inline-block;
}

/* Payments */

.payments {
	border-top: 3px solid #616570;
}

.page-footer-payment {
	padding-top: 3%;
}

.pay-icon {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px;
	color: #fff;
	font-size: 2.5em;
}

#weburl {
	display: none;
}

.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;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.margin-bottom-0{
	margin-bottom: 0 !important;
}

.mfp-container * {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.mfp-container *::-moz-selection { background: transparent;}
.mfp-container *::selection { background: transparent; }