@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* Mit https://icomoon.io/app erstellte UTF8-Font */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8uza8l');
  src:  url('fonts/icomoon.eot?8uza8l#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8uza8l') format('truetype'),
    url('fonts/icomoon.woff?8uza8l') format('woff'),
    url('fonts/icomoon.svg?8uza8l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, html * {
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	font: 18px "Arial", Icomoon, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #4c4c4c;
	overflow-y: scroll;
}
:root {
	font: 16px "Arial", Icomoon, sans-serif;
}
h1, h2 {
	color: #eb690b;
	font-weight: 600;
	margin: 0.5em 0;
	text-transform: uppercase;
}
h2{
	color: #005ea8;
}
h1:first-child, h2:first-child {
	margin-top: 0;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.025em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
h2 + h3 {
	margin-top: -10px;
}
hr {
	clear: both;
	margin: 15px 0;
}
img, svg {
	max-width: 100%;
}
i {
	font-style: normal;
}
ul {
	list-style-type: inside none;
	padding: 0;
}
strong {
	font-weight: 600;
}
small {
	font-size: 0.85rem;
}
body.no-js .js,
body.js .no-js {
	display: none;
}
input, button, table {
	font: inherit;
}
input, select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
	margin-bottom: 5px;
	width: 100%;
}
input.short {
	max-width: 150px;
}
input[type="number"] {
	padding-right: 0;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	border-color: #789;
}
select {
	/* Choose your arrow: ▼ 🞃 */
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	/* '%23' escapes the '#', so color '#666' becomes '%23666' */
	background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='20px'> <text x='0' y='8' fill='%23666' font-size='14'>🞃</text> </svg>") no-repeat right center;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	padding: 6px;
}
select::-ms-expand { display: none; }
select > option[value=""] {
	color: #666;
}
label.lbl {
	float: left;
	line-height: 30px;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 125px;
}
label.lbl > em {
	position: absolute;
	right: 5px;
	top: -4px;
}
label.lbl + * {
	clear: none;
	max-width: calc(100% - 125px);
}
label.lbl + .row {
	display: inline-block;
	max-width: calc(100% - 105px);
	width: 100%;
}
label.lbl + .row > * {
	float: left;
}
button, .button {
    border: 0 none;
    cursor: pointer;
    background-color: #eb690b;
	border-radius: 5px;
	color: #fff;
    font-size: 1.1em;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
	width: 100%;
	line-height: 50px;
}
button:hover, .button:hover, button:focus, .button:focus {
	opacity: .9;
}
button:active, .button:active {
    opacity: .9;
}
.btn-back::before {
	content: '\2770';
	line-height: 1.2;
	padding-right: 5px;
	vertical-align: text-bottom;
}
button:disabled, .button:disabled {
	opacity: 0.5;
	box-shadow: none !important;
}
.inner {
	max-width:1290px;
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.row > * {
	flex: 0 0 auto;
	padding: 0 15px;
}
.row.no-padding > * {
	padding: 0;
}
.row > .box {
	border: 0 none;
	margin: 0;
	padding: 40px 50px;
	position: relative;
}
.row > .box::before {
	border: 1px solid #e6e6e6;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	pointer-events: none;
	z-index: -1;
}
.col-1 { width: 8.333333% }
.col-2 { width: 16.666666% }
.col-3 { width: 25% }
.col-4 { width: 33.333333% }
.col-5 { width: 41.666666% }
.col-6 { width: 50% }
.col-7 { width: 58.333333% }
.col-8 { width: 66.666666% }
.col-9 { width: 75% }
.col-10 { width: 83.333333% }
.col-11 { width: 91.666666% }
.col-12 { width: 100% }

ul.nav {
	margin: 0;
	list-style-type: none;
}
ul.nav li {
	display: inline-block;
}
ul.nav a {
	color: inherit;
	text-decoration: none;
}
.header {
    background-color: #fff;
	position: relative;
}
.header .cb-link{
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 3px #999;
	padding: 20px;
	display: block;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 99999;
	text-decoration: none;
	color: inherit;
}
.header .siteTitle{
    font-size: 3em;
    text-shadow: 2px 4px 3px #005ea8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
	text-decoration: none;
}
.header .siteTitle + div{
    font-size: 1.5em;
    color: #eb690b;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
}
.header .cb-link .siteTitle{
	font-size: 1.5em;
}
.header .col-4{
	position: relative;
}
.header .col-4 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
}
.slider {
	position: relative;
	margin-bottom: 40px;
}
.slider .slide {
	max-height: 650px;
}
.slider .inner {
	position: absolute;
	bottom: 7%;
	left: 0;
	right: 0;
}
.sliderWrapper{
    position: relative;
}
.slider .slide > img {
	width: 100%;
	object-fit: cover;
}
.kontakt-box {
	border-radius: 5px;
	color: #fff;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 200px;
	margin-bottom: 30px;
}
.kontakt-box.telefon{
	background-image: url('phone.svg');
	background-color: #eb690b;
}
.kontakt-box.whatsapp{
	background-image: url('whatsapp.svg');
	background-color: #167f3d;
}
.kontakt-box.telegram{
	background-image: url('telegram.svg');
	background-color: #118ad0;
}
.kontakt-box.post{
	background-image: url('post.svg');
	background-color: #999;
}
.kontakt-box.post a{
	color: #fff;
}
.kontakt-box.post a:hover{
	text-decoration: none;
}
.kontakt-box span:first-child{
	font-size: 1.2em;
	display: block;
}
.kontakt-box span.nummer{
	font-size: 2em;
	display: block;
	font-weight: bold;
}
.kontakt-box small{
	font-size: 0.8em;
}
h2.orange{
	color: #eb690b;
	font-size: 2em;
}
/* Newsletter Popup */
.popup-wrapper{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 999998;
	text-align: left;
}
.popup-wrapper .newsletter-hinweis{
	position: relative;
	top: 5%;
	padding: 20px;
	background-color: #fff;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.popup-wrapper .newsletter-hinweis .contentToggle{
	display: none;
}
.popup-wrapper .newsletter-hinweis .close{
	position: absolute;
	right: 15px;
	top: 15px;
	text-decoration: none;
}
.popup-wrapper .newsletter-hinweis .close img{
	width: 25px;
}
.bg{
	background-color: #f2f2f2;
	padding: 50px 0;
}
.a_standort{
	color: inherit;
	text-decoration: underline;
	padding: 10px;
	display: inline-block;
}
.a_standort:hover{
	text-decoration: none;
}
.a-pdf{
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding-left: 50px;
	background-image: url('pdf-icon.png');
	background-repeat: no-repeat;
	background-position: left;
}
.a-pdf > *{
	display: block;
}
.btn-wrapper{
	margin: 40px 0;
}
.a-pdf:hover{
	opacity: .8;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.kredit-box{
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 30px;
	padding-bottom: 75px;
	min-height: 320px;
	margin-bottom: 30px;
	position: relative;
}
.kredit-box h3{
	margin-top: 0;
}
.kredit-box .button{
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	line-height: 40px;
	font-size: 1em;
}
ul.haken{
	margin-bottom: 50px;
}
ul.haken li{
	line-height: 40px;
	padding-left: 30px;
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}
ul.haken li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 25px;
	height: 25px;
	background-image: url('haken.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
.formular-wrapper{
	position: relative;
	min-height: 850px;
}
.formular {
	background-color: #005ea8;
	border-radius: 5px;
	position: absolute;
	top: -150px;
	right: 0;
	padding: 30px;
}
.formular input,
.formular select{
	height: 50px;
	line-height: 40px;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px solid #fff;
	background-color: #fff;
}
.formular input[class^="col-"],
.formular select[class^="col-"]{
	margin-bottom: 0;
}
.formular .not_centered{
	text-align: left;
	margin-left: 5px;
}
.nomargin{
	margin: 0 !important;
}
.formular input[type="checkbox"]{
	width: auto;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #fff;
}
.formular input[type="checkbox"]{
	width: auto;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #fff;
}
.formular .disclaimer{
	font-size: 0.9em;
	color: #fff;
}
.formular .disclaimer a{
	color: #fff;
}
.formular .disclaimer a:hover{
	text-decoration: none;
}
.formular #disclaimer-box{
	position: absolute;
	bottom: 65px;
	right: 20px;
	background-color: #fff;
	color: #292e31;
	text-align: left;
	padding: 20px;
	box-shadow: 0 0 2px #999;
	width: 800px;
	display: none;
}
.formular #disclaimer-box a.btn_close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.formular #disclaimer-box a.btn_close:hover{
	color: #999;
}
.formular #disclaimer-box:after{
	content: '';
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	background-color: #fff;
	left: 310px;
	bottom: -7px;
}
.formular .inpt_error{
	background-color: #FFB6C1 !important;
	border: 1px solid #900 !important;
}
.formular .error{
	padding: 5px 20px;
	color: #fff;
	background-color: #900;
	margin-bottom: 2px;
}
.formular .success{
	padding: 5px 20px;
	background-color: green;
}
.footer{
	padding: 10px 0;
	background-color: #005ea8;
	color: #fff;
}
.footer ul.nav{
	text-align: right;
}
.footer ul.nav li:last-child{
	margin-left: 20px;
}
.cookie-hinweis {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
    background-color: #005ea8;
	text-align: center;
	padding: 15px 40px;
    color: #fff;
}
.cookie-hinweis p {
	margin: 0;
}
.cookie-hinweis .close {
	position: absolute;
	right: 15px;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.footer .to-top {
	position: fixed;
	right: 50%;
	margin-right: -850px;
	bottom: 50px;
	font-size: 0;
	color: transparent;
	z-index: 10;
}
.footer .to-top::before{
	content: '\1F53C';
	color: #000;
	font-size: 2.3rem;
}

/* Tabs */
.js dl.tabs {
	display: flex;
	flex-wrap: wrap;
}
.js dl.tabs ul li{
	margin-bottom: 15px;
}
.js dl.tabs ul li a{
	color: #0167b4;
	font-weight: 400;
	text-decoration: none;
}
.js dl.tabs.dropdown {
	display: block;
}
.js dl.tabs dt {
	background-color: #ff9900;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	color: #fff;
	cursor: pointer;
	margin-right: 2px;
	padding: 8px 30px;
	order: 1;
	font-weight: 500;
	font-size: 1rem;
}
.js dl.tabs.dropdown dt {
	margin-right: 0;
	margin-top: 1px;
	position: relative;
}
.js dl.tabs.dropdown dt::before {
	content: '\2b9f';
	position: absolute;
	top: 7px;
	right: 10px;
}
.js dl.tabs dt.aktiv  {
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 2;
}
.js dl.tabs.dropdown dt.aktiv::before {
	content: '\2b9d';
}
.js dl.tabs dd  {
	border: 1px solid #ccc;
	display: none;
	order: 2;
	padding: 10px 30px;
	width: 100%;
	color: #666;
}
.js dl.tabs dt.aktiv + dd  {
	display: block;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
a.fancybox{
	text-decoration: none !important;
}

@media screen and (max-width: 1700px) {
	.footer .to-top {
		bottom: 10px;
		right: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 1350px) {
	.header .main-nav a {
		padding: 3px 18px;
	}
}
@media screen and (max-width: 1200px) {
	.col-1, .row .lg1 { width: 16.666666%; }
	.col-3, .row .lg2 { width: 33.333333%; }
	.col-5, .row .lg3 { width: 50%; }
	.col-7, .row .lg4 { width: 66.666666%; }
	.col-9, .row .lg5 { width: 83.333333%; }
	.col-11, .row .lg6 { width: 100%; }

}
@media screen and (max-width: 1000px) {
	.header .main-nav a {
		padding: 3px 10px;
	}
	.slide-down.padded .text {
		padding: 0;
	}
}
@media screen and (max-width: 800px) {
	.col-1, .col-2, .row .md1 { width: 25%; }
	.col-4, .col-5, .row .md2 { width: 50%; }
	.col-7, .col-8, .row .md3 { width: 75%; }
	.col-6, .col-10, .col-11, .row .md4 { width: 100%; }

	.formular{
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.formular .col-4,
	.formular .col-8{
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.copyright .left,
	.copyright .right {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.col-1, .col-2, .col-3, .row .sm1 { width: 50%; }
	.col-7, .col-8, .col-9, .row .sm2 { width: 100%; }
	.kontakt-box span.nummer{
		font-size: 1.6em;
	}
}
@media screen and (max-width: 520px) {
	.header .logo {
		overflow: hidden;
	}
	label.lbl {
		float: none;
		display: block;
		text-align: left;
		width: auto;
	}
	label.lbl + * {
		max-width: none !important;
	}
	label.lbl > em {
		position: static;
		display: inline-block;
		padding: 0 3px 0 1px;
	}
	.news-list .img {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.row [class^="col"] { width: 100%; }

	.footer {
		text-align: center;
	}
	.cityworx .city-data .col-6{
		width: 50%;
	}
	.popup-wrapper .newsletter-hinweis{
		max-height: 600px;
		overflow-y: scroll;
	}
}


/* SLICK-SLIDER */
.slick-slide {
	position: relative;
}
button.slick-arrow {
	font-size: 0;
	background: no-repeat transparent center;
	background-size: contain;
	border: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 103px;
	z-index: 1;
	cursor: pointer;
	transition: opacity 0.4s;
}
button.slick-arrow:hover,
button.slick-arrow:focus {
	box-shadow: none;
	opacity: 1;
}
button.slick-prev {
	background-image: url("arr_left.svg");
	left: 50px;
	filter: drop-shadow(-3px 2px 5px rgba(0, 0, 0, 0.5));
}
button.slick-next {
	background-image: url("arr_right.svg");
	right: 50px;
	filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 800px) {
	button.slick-arrow {
		opacity: 0;
		width: 0;
		height: 0;
		/* Warum nicht display: none? Weil per JS "display: inline" gesetzt wird. */
	}
}


/* DROP-DOWN */
.dropdown {
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: left;
}
.dropdown > h2 {
	background: transparent;
	box-shadow: none;
	color: #666;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 0;
	margin: 0;
	padding: 5px 28px 5px 10px;
	position: relative;
	cursor: pointer;
}
.dropdown > h2::before {
	content: '\2b9f';
	position: absolute;
	top: 7px;
	right: 10px;
}
.dropdown.active > h2 {
	color: #000;
}
.dropdown.active > h2::before {
	content: '\2b9d';
}
.dropdown > h2:hover {
	/*background: rgba(255,255,255,0.5);*/
	color: #000;
}
.dropdown-content {
	padding: 0 10px;
}
.js .dropdown-content {
	max-height: 0;
	overflow: hidden;
	transition: padding 0.2s .4s, max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
}
.js .dropdown.active .dropdown-content {
	max-height: 9999px;
	padding: 7px 10px;
	transition: max-height .8s cubic-bezier(0.5, 0, 1, 0) 0s, padding .1s;
}
select.selAusfuehrung.highlightSel{
	border: 2px solid #000;
}

@media print {
	* {
		overflow: visible !important;
	}
	img {
		max-height: 90vh;
	}
	.header {
		position: absolute;
		top: 0;
	}
	.header + * {
		margin: 0;
	}
	.header-info, .header form, .header .main-nav,
	.breadcrumb, .thumbs, .footer, .copyright {
		display: none;
	}
	.row {
		display: block;
		width: 100% !important;
	}
	.js dl.tabs, .js dl.tabs dt, .js dl.tabs dd {
		display: block;
		height: auto;
		overflow: visible;
	}
	.formular-wrapper{
		display: none;
	}
}


/* Icons */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arr_left:before {content: "\2770";}
.icon-arr_right:before {content: "\2771";}
.icon-arr_up:before {content: "\2b9d";}
.icon-arr_down:before {content: "\2b9f";}
.icon-ballot_check:before {content: "\2611";}
.icon-ballot_cross:before {content: "\2612";}
.icon-cancel-circle:before {content: "\2bbf";}
.icon-car:before {content: "\1f698";}
.icon-cart:before {content: "\1f6d2";}
.icon-checkmark:before {content: "\2713";}
.icon-delivery:before {content: "\1f69a";}
.icon-icon_note:before {content: "\1f5c5";}
.icon-mail:before {content: "\1f4e7";}
.icon-menu:before {content: "\2261";}
.icon-note:before {content: "\1f5c8";}
.icon-phone:before {content: "\1f4de";}
.icon-pin:before {content: "\1f4cd";}
.icon-play:before {content: "\23f5";}
.icon-print:before {content: "\1f5b6";}
.icon-search:before {content: "\1f50d";}
.icon-star-empty:before {content: "\2606";}
.icon-star-full:before {content: "\2605";}
.icon-support:before {content: "\1f481";}
.icon-tools:before {content: "\1f6e0";}
.icon-top:before {content: "\1f53c";}
.icon-trash:before {content: "\1f5d1";}
.icon-user:before {content: "\1f464";}
