@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
  font-family: 'Roboto';
  font-style: light;
  font-weight: 300;
  src:  url("/fonts/Roboto-Light.ttf") format("truetype");
 }

@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: 700;
  src:  url("/fonts/Roboto-Bold.ttf") format("truetype");
}

html, body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	font-size: 17px;
	color: #343434;
}

.button {
    background: #f07f13;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 20px;
	min-width: 230px;
	text-align: center;
    text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: auto;
	max-width: 250px;
	margin: 10px 0px;
}

.button:hover {
    -webkit-box-shadow: inset 250px 0 0 0 #b5074b;
          box-shadow: inset 250px 0 0 0 #b5074b;
}

/* VIDEO --------*/

.embed-container2 {
  position: relative;
  padding-bottom: 56%; /* ratio 16x9 - 63%*/
  height: 0;
  overflow: hidden;
  width:100%;
  margin:auto;
  height: auto;
}

.embed-container2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
}

/* COOKIE */
#cookiedingsbums a {color:#fff; text-decoration:underline;}

#cookiedingsbums a:hover {text-decoration:none;}

#cookiedingsbums div {padding:10px; padding-right:80px;}

#cookiedingsbums { 
   outline: 0px solid #741D60; 
   text-align:right; 
   border-top:0px solid #fff;
   background: #f07f13 ; 
   position:fixed;
   bottom:0px;
	left: 0px;
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
	color: #fff;
}

#cookiedingsbumsCloser {
   color: #f07f13 ;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 0px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 0px;
   cursor:pointer;
   padding: 11px 15px;
   background: #fff; /* Old browsers */
 }


.wrap {
	width: 1500px;
	margin: 0px auto;
}

@media (max-width: 1540px) {
	.wrap {
		width: auto;
		margin: 0px 20px;
	}
}

.no-header .content.orange.mit-logo {
	padding-top: 195px;
}

/* AUSZEICHNUNGEN */
h1, h2, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 300;
}

h1 {
	font-size: 270%;
	margin: 0px;
}

h2 {
	font-size: 190%;
	margin: 40px 0px 15px 0px;
}

h3 {
	text-transform: none;
	font-weight: 700;
	font-size: 140%;
	margin: 35px 0px 12px 0px;
}

h4 {
	text-transform: none;
	font-weight: 700;
	font-size: 120%;
	margin: 30px 0px 10px 0px;
}

p {
	line-height: 155%;
	margin: 2px 0px 12px 0px;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

img {
	width: 100%;
}

.content ul, .content ol {
	margin: 10px 0px;
	padding: 0px 0px 0px 14px;
}

.content ul li, .content ol li {
	line-height: 155%;
	margin-bottom: 10px;
}

@media (max-width: 1540px) {
	h1 {
		font-size: 220%;
	}
}

@media (max-width: 1220px) {
	h1 {
		font-size: 190%;
	}
	
	h2 {
		font-size: 150%;
	}
}

@media (max-width: 1060px) {
	h1 {
		font-size: 170%;
	}
	
	h2 {
		font-size: 130%;
	}
}

@media (max-width: 920px) {
	h1 {
		font-size: 165%;
		text-align: left !important;
		margin: 0px 0px 18px 0px;
	}
	
	h2 {
		font-size: 150%;
		text-align: left !important;
	}
	
	h3 {
		text-align: left !important;
	}
}

/* KLASSEN */
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.lila {
	background: #8F0945;
}

.orange {
    background: #f07f13;
    color: #fff;
}

.small {
	font-size: 90%;
}

.lila, .lila p, .lila h1, .lila h2, .lila h3, .lila li {
	color: #fff;
}

.content {
	padding: 70px 0px;
}

.no-margin-top {
	margin-top: 0px;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

.abstand-top {
	margin-top: 30px;
}

.abstand-bottom {
	margin-bottom: 30px;
}

.orange.mit-logo {
	background: #f07f13 url(../img/template/background-logo.png) no-repeat bottom right;
}

.bg-image {
	text-align: center;
	font-size: 160%;
	background: url(../img/template/zitat-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 0px;
}

.bg-image p {
	max-width: 900px;
	margin: 0px auto;
	line-height: 180%;
}

.small-content {
	max-width: 1200px;
}

.auto-img {
	width: auto;
}

.arrow-link {
	padding-right: 17px;
	background: url(../img/template/icon_dobble-arrow-link.svg) no-repeat center right;
	transition: 0.5s;
}

.arrow-link:hover {
	padding-right: 23px;
}

@media (max-width: 1220px) {
	.content {
		padding: 40px 0px;
	}
}

@media (max-width: 750px) {
	.orange.mit-logo {
		background: #f07f13 url(../img/template/background-logo_mobil.png) no-repeat bottom right;
	}
}


/* kacheln */
.kacheln-2 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 60px 1fr;
	grid-column-gap: 60px;
}

.kacheln-3 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 60px 1fr 60px 1fr;
	grid-column-gap: 60px;
}

.kacheln-3 div {
	margin-top: 30px;
}

.kacheln-oneone {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
}

.kacheln-twoone {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
}

.kacheln-threeone {
	-ms-grid-column: 5;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
}

.kacheln-fourone {
	-ms-grid-column: 7;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
}

.kacheln-onetwo {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
}

.kacheln-twotwo {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
}

.kacheln-threetwo {
	-ms-grid-column: 5;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
}

.kacheln-onethree {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	-ms-grid-column-span: 1;
}

.kacheln-twothree {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
	-ms-grid-column-span: 1;
}

.kacheln-threethree {
	-ms-grid-column: 5;
	-ms-grid-row: 3;
	-ms-grid-column-span: 1;
}

.kacheln-onefour {
	-ms-grid-column: 1;
	-ms-grid-row: 4;
	-ms-grid-column-span: 1;
}

.kacheln-twofour {
	-ms-grid-column: 3;
	-ms-grid-row: 4;
	-ms-grid-column-span: 1;
}

.kacheln-threefour {
	-ms-grid-column: 5;
	-ms-grid-row: 4;
	-ms-grid-column-span: 1;
}

@media (max-width: 1540px) {
	.kacheln-3 {
		grid-column-gap: 30px;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	}
	
	.kacheln-2 {
		grid-column-gap: 30px;
		-ms-grid-columns: 1fr 30px 1fr;
	}
}

@media (max-width: 920px) {
	.kacheln-2 {
		display: block;
	}
	
	.kacheln-2 div {
		margin-bottom: 30px;
	}
	
	.kacheln-2 div:last-child {
		margin-bottom: 0px;
	}
	
	.kacheln-3 {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 30px;
		-ms-grid-columns: 1fr 30px 1fr;
	}
	
	.kacheln-oneone {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}

	.kacheln-twoone {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}

	.kacheln-threeone {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
	}

	#footer .kacheln-threeone {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}

	.kacheln-onetwo {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
	}

	.kacheln-twotwo {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		-ms-grid-column-span: 1;
	}

	.kacheln-threetwo {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
		-ms-grid-column-span: 1;
	}

	.kacheln-onethree {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
		-ms-grid-column-span: 1;
	}

	.kacheln-twothree {
		-ms-grid-column: 3;
		-ms-grid-row: 4;
		-ms-grid-column-span: 1;
	}

	.kacheln-threethree {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
		-ms-grid-column-span: 1;
	}

	.kacheln-onefour {
		-ms-grid-column: 3;
		-ms-grid-row: 5;
		-ms-grid-column-span: 1;
	}

	.kacheln-twofour {
		-ms-grid-column: 1;
		-ms-grid-row: 6;
		-ms-grid-column-span: 1;
	}

	.kacheln-threefour {
		-ms-grid-column: 3;
		-ms-grid-row: 6;
		-ms-grid-column-span: 1;
	}
}

@media (max-width: 615px) {
	.kacheln-3 {
		display: block;
		margin-bottom: 20px;
	}
	
	.kacheln-3 div {
		margin-bottom: 20px;
	}
	
	.kacheln-3 div:last-child {
		margin-bottom: 0px;
	}
}

/* besondere gestaltung */
.border-box div {
	border: 1px solid #343434;
	padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.25);
}

.border-box div p, .border-box div h3, .border-box div h2, .border-box div h2, .border-box div h4 {
	padding-left: 20px;
	padding-right: 20px;
}

.border-box div ul, .border-box div ol {
	padding-left: 36px;
	padding-right: 20px;
}

.border-box div p.first-line, .border-box div h3.first-line, .border-box div h2.first-line {
	padding-top: 20px;
}

.border-box div p.last-line {
	padding-bottom: 0px;
}

.lila .border-box div {
	background: rgba(255,255,255,0.9);
}

.lila .border-box div p, .lila .border-box div h3, .lila .border-box div h2 {
	color: #343434;
}

/* HEADER */
#header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 5000;
	transition:  0.5s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#header #menu {
	float: left;
}

#header #menu ul {
	margin: 0px;
	padding: 0px;
}

#header #menu ul li {
	display: inline-block;
	list-style: none;
	padding: 40px 0px;
	margin-right: 20px;
	transition:  0.5s;
}

#header #menu ul li a {
	text-transform: uppercase;
	text-decoration: none;
}

#header #menu ul li a:hover {
	font-weight: 700;
}

#header #menu ul li a::after {
	display:block;
	content:attr(name);
	font-weight:bold;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
} 

.startseite #header #menu ul li a.startseite, .hoergeraete #header #menu ul li a.hoergeraete, .paedakustik #header #menu ul li a.paedakustik, .gehoerschutz #header #menu ul li a.gehoerschutz, .ueber-uns #header #menu ul li a.ueber-uns, .kontakt #header #menu ul li a.kontakt, .aktuelles #header #menu ul li a.aktuelles {
	font-weight: 700;
	color: #f07f13;
}

@media (max-width: 1060px) {
	#header #menu ul li {
		padding: 25px 0px;
	}
	
	#header #menu ul li a {
		font-size: 90%;
	}
}

/* dropdown */
#header #menu ul li ul.dropdown {
	position: absolute;
	padding: 18px;
	background: #f07f13;
	margin-top: 10px;
	min-width: 220px;
	transition: 0.5s;
	display: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#header #menu ul li ul.dropdown li {
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #fff;
}

#header #menu ul li ul.dropdown li:last-child {
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
}

#header #menu ul li ul.dropdown li a {
	text-transform: none;
	color: #fff;
	font-size: 90%;
}

#header #menu ul li:hover ul.dropdown {
	display: block;
}

.hoertest #header #menu ul li ul.dropdown li a.hoertest, .bauformen-technik #header #menu ul li ul.dropdown li a.bauformen-technik, .unsichtbar #header #menu ul li ul.dropdown li a.unsichtbar, .pflege-zubehoer #header #menu ul li ul.dropdown li a.pflege-zubehoer, .tinnitus #header #menu ul li ul.dropdown li a.tinnitus, .team #header #menu ul li ul.dropdown li a.team, .team #header #menu ul li ul.dropdown li a.karriere, .impressum #header #menu ul li ul.dropdown li a.impressum, .datenschutz #header #menu ul li ul.dropdown li a.datenschutz, .bauformen #header #menu ul li ul.dropdown li a.bauformen, .technik #header #menu ul li ul.dropdown li a.technik, .termin #header #menu ul li ul.dropdown li a.termin {
	font-weight: 700;
}

/* mobil */
#toggle {
	background: url(../img/template/toggle.png) no-repeat center;
	background-size: contain;
	width: 50px;
	height: 20px;
	float: left;
	margin-top: 22px;
	display: none;
}

@media (max-width: 920px) {
	#toggle {
		display: block;
	}
	
	#header #menu {
		position: absolute;
		width: 270px;
		background: #b5074b;
		color: #fff;
		left: -270px;
		transition: 0.5s;
		top: 0px;
	}
	
	#header #menu ul li {
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	#header #menu ul li a {
		padding: 12px;
		display: block;
	}
	
	#header #menu ul li ul.dropdown {
		display: block;
		position: static;
		min-width: inherit;
		margin: 0px;
		background: #FFF5F9;
		padding: 0px 0px 10px 0px;
	}
	
	#header #menu ul li ul.dropdown li {
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	#header #menu ul li ul.dropdown li a {
		padding: 13px 13px 13px 30px;
		color: #343434;
	}
    
    .startseite #header #menu ul li a.startseite, .hoergeraete #header #menu ul li a.hoergeraete, .paedakustik #header #menu ul li a.paedakustik, .gehoerschutz #header #menu ul li a.gehoerschutz, .ueber-uns #header #menu ul li a.ueber-uns, .kontakt #header #menu ul li a.kontakt{
        color: #fff;
    }
}

/* logo */
#header #logo {
	margin-bottom: -5px;
	float: right;
}

#header #logo img {
	height: 100px;
	width: auto;
	transition:  0.5s;
}

@media (max-width: 1060px) {
	#header #logo img {
		height: 70px;
	}
}

@media (max-width: 315px) {
	#header #logo img {
		margin-right: -20px;
	}
}

/* fixed */
#header.fixed #menu ul li {
	padding: 25px 0px;
}

#header.fixed #logo img {
	height: 70px;
}

/* AKTIONSNUMMER */
#aktionsnummer {
	width: 100%;
	top: 99px;
	position: fixed;
	z-index: 4000;
	transition:  0.5s;
}

#aktionsnummer.fixed {
	top: 69px;
}

#aktionsnummer p {
	padding: 11px 17px;
	margin: 0px;
	background: #fff;
	float: right;
	color: #771345;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #771345;
    min-width: 263px;
}

@media (max-width: 1060px) {
	#aktionsnummer {
		top: 69px;
	}
}

@media (max-width: 920px) {
	#aktionsnummer {
		top: 68px;
	}
}

@media (max-width: 500px) {
	#aktionsnummer {
		display: none;
	}
}

/* IMAGE HEADER */
#image-header {
	height: 300px;
	background: #000000;
	position: relative;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

#image-header-content {
	position: absolute;
	width: 100%;
	bottom: 120px;
	text-align: right;
}

#image-header-content .first-line, #image-header-content .second-line {
	background: rgba(255,255,255,0.9);
	padding: 10px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 198%;
}

#image-header-content .first-line {
	margin-right: 20px;
}

@media (max-width: 420px) {
	#image-header-content {
		display: none;
	}
	
	#image-header {
		height: 320px !important;
	}
}

#startbanner {
	position: relative;
	background-size: cover;
	background-position: top;
}

#startbanner img {
	width:100%; 
	max-width:1766px; 
	padding-top:5%; 
	margin:auto; 
	height:auto;}

@media (max-width: 650px) {
	#startbanner img {
		padding-top:15%;
	}
}

@media (max-width: 420px) {
	#startbanner {
		height: 320px !important;
	}
}

/* SLIDER KUNDENSTIMMEN */
#slider {
	position: relative;
	min-height: 250px;
}

#slider .li {
	position: absolute;
	width: 100%;
	top: 0px;
}

#slider .li .text {
	max-width: 850px;
	margin: 0px auto;
}

#slider .li .text img {
	width: 85px;
	margin-bottom: 10px;
}

#slider .control_next, #slider .control_prev {
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}

#slider .control_next {
	left: 200px;
}

#slider .control_prev {
	right: 200px;
}

#slider .control_next img, #slider .control_prev img {
	height: 100%;
	width: auto;
}

@media (max-width: 1540px) {
	#slider .control_next {
		left:50px;
	}

	#slider .control_prev {
		right: 50px;
	}
}

@media (max-width: 1060px) {
	#slider .li .text {
		width: auto;
		max-width: none;
		margin: 0px 50px;
	}
	
	#slider .control_next {
		left:10px;
	}

	#slider .control_prev {
		right: 10px;
	}
}

@media (max-width: 920px) {
	#slider {
		min-height: 300px;
	}
}

@media (max-width: 580px) {
	#slider {
		min-height: 350px;
	}
	
	#slider .li .text {
		margin: 0px 10px;
	}
	
	#slider .control_next, #slider .control_prev {
		display: none;
	}
}

@media (max-width: 480px) {
	#slider {
		min-height: 410px;
	}
}

@media (max-width: 390px) {
	#slider {
		min-height: 480px;
	}
}

/* FOOTER */
#footer #adress {
	background: #E7E7E7;
}

#footer #adress .wrap {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 25% 65%;
	-ms-grid-columns: 25% 10% 65%;
	grid-column-gap: 10%;
}

#footer #adress .footer-bakis {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 120px 1fr;
	-ms-grid-columns: 120px 10px 1fr;
	grid-column-gap: 10px;
}

#footer #adress .footer-staufen {
	
    display: grid;
	display: -ms-grid;
	grid-template-columns: 120px 1fr 1fr 1fr;
	-ms-grid-columns: 120px 10px 1fr 10px 1fr 10px 1fr;
	grid-column-gap: 10px;
}

#footer .link-bakis {
	display: none;
}

#copyright {
	background: #000000;
	padding: 25px 0px;
	color: #fff;
}

#copyright p {
	margin: 0px;
}

#copyright .float-left {
	float: left;
}



@media (max-width: 1220px) {
	#copyright {
		padding: 20px 0px;
		font-size: 90%;
	}
	
	#footer #adress .footer-staufen {
		grid-template-columns: 105px 1fr 1fr 1fr;
		-ms-grid-columns: 105px 10px 1fr 10px 1fr 10px 1fr;
	}

	#footer #adress .footer-bakis {
		grid-template-columns: 105px 1fr;
		-ms-grid-columns: 105px 10px 1fr;
	}
}

@media (max-width: 1060px) {
	#footer #adress .wrap {
		display: block;
	}
	
	#footer #adress .footer-staufen {
		margin-bottom: 25px;
	}
}

@media (max-width: 740px) {
	#copyright .float-left {
		float: none;
		display: block;
	}
	
	#copyright .float-left + div {
		text-align: left !important;
		margin-top: 10px;
	}
	
	#footer .link-bakis {
		display: inline;
	}
	
	#copyright .kacheln-twoone {
		display: none;
	}
	
	#footer #adress .logo-footer {
		display: none;
	}
	
	#footer #adress .footer-bakis {
		display: block;
	}
	
	#footer #adress .footer-staufen {
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-columns: 10px 1fr 10px 1fr 10px 1fr;
	}
	
	#footer .kacheln-oneone {
		display: none;
	}
	
	
	#footer .kacheln-twoone {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}

	#footer .kacheln-threeone {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}
	
	#footer .kacheln-fourone {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
	}
}

@media (max-width: 600px) {
	#footer #adress .footer-staufen {
		display: block;
	}
	#footer #adress .footer-staufen div {
		margin-bottom: 10px;
	}
}

/* OVERLAY */
#overlay {
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0px;
	width: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

/* --- FORMULAR --------------------------------------*/
/* remove standard-styles */
.dieses-formular input, .dieses-formular select, .dieses-formular textarea, .dieses-formular button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 95%;
    width: 100%;
    margin: 0px;
	font-family: 'robreg', 'Arial', 'sans-serif';
}

.dieses-formular button {
	cursor: pointer;
}

.dieses-formular .submit::-moz-focus-inner, .dieses-formular button::-moz-focus-inner { 
    border: 0;
}
		
/* ALLE FORMULARE */
.dieses-formular fieldset {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border: 0px;
}

/* LABEL */
.dieses-formular label {
	color: #58585A;
	margin-bottom: 2px;
	display: inline-block;
	line-height: 145%;
}

/* INPUT TEXT */
.dieses-formular input[type='text'], .dieses-formular input[type='email'], .dieses-formular input[type='phone'], .dieses-formular input[type='password'], .dieses-formular input[type='date'] {
	background: #E1E1DD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 15px;
	color: #58585A;
}

/* INPUT TEXT */
.dieses-formular input[type='text']:disabled, .dieses-formular input[type='email']:disabled, .dieses-formular input[type='phone']:disabled, .dieses-formular input[type='password']:disabled {
	background: #f4f4f4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 15px;
	color: #5d5d5d;
}

/* SELECT FIELD */
.dieses-formular select {
	background: #E1E1DD url("/img/template/icon_dropdown.svg") no-repeat right center;
	background-size: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px;
	color: #58585A;
}

/* TEXTAREA */
.dieses-formular textarea {
	background: #E1E1DD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px;
	font-family: 'robreg', 'Arial', 'sans-serif';
	color: #58585A;
}

/* BUTTON */
.dieses-formular button {
	background: #f07f13;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 20px;
	min-width: 230px;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: auto;
	max-width: 250px;
	margin: 10px 0px;
}
.dieses-formular button:hover, .dieses-formular button:focus {
  -webkit-box-shadow: inset 250px 0 0 0 #b5074b;
          box-shadow: inset 250px 0 0 0 #b5074b;
}

.dieses-formular button.grey {
	background: #58585A;
	margin-left: 12px;
}

.dieses-formular button.grey:hover, .dieses-formular button.grey:focus {
  -webkit-box-shadow: inset 250px 0 0 0 #5a5a5a;
          box-shadow: inset 250px 0 0 0 #5a5a5a;
}

/* CHECKBOX UND RADIOBUTTON */
/* hide standard inputs */
.dieses-formular input[type='checkbox']:checked,
.dieses-formular input[type='checkbox']:not(:checked),
.dieses-formular input[type='radio']:checked,
.dieses-formular input[type='radio']:not(:checked) {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin:0;
    padding:0;
}

.dieses-formular input[type='checkbox'] + label,
.dieses-formular input[type='radio'] + label,
.dieses-formular input[type='checkbox'] + div.lable-box label,
.dieses-formular input[type='radio'] + div.lable-box label {
    cursor: pointer;
}

/* add custom inputs with ::before */
.dieses-formular input[type='checkbox']:checked + label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label::before,
.dieses-formular input[type='radio']:checked + label::before,
.dieses-formular input[type='radio']:not(:checked) + label::before,
.dieses-formular input[type='checkbox']:checked + div.lable-box label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + div.lable-box label::before,
.dieses-formular input[type='radio']:checked + div.lable-box label::before,
.dieses-formular input[type='radio']:not(:checked) + div.lable-box label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label.uk-form-danger + label::before,
.dieses-formular input[type='radio']:checked + label.uk-form-danger + label::before,
.dieses-formular input[type='radio']:not(:checked) + label.uk-form-danger + label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box label::before,
.dieses-formular input[type='radio']:checked + label.uk-form-danger + div.lable-box label::before,
.dieses-formular input[type='radio']:not(:checked) + label.uk-form-danger + div.lable-box label::before {
    content:' ';
    display:inline-block;
    width: 20px;
    height:20px;
    position: relative;
    top:4px;
    border: 0px;
    background: #E1E1DD;
    margin-right: 9px;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

/*platzierung checkbox*/
.dieses-formular input[type='checkbox']:checked + div.lable-box, 
.dieses-formular input[type='checkbox']:not(:checked) + div.lable-box,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + div.lable-box, 
.dieses-formular input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box {
    padding-left: 32px;
    margin-left: -3px;
}

.dieses-formular input[type='checkbox']:checked + label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label::before,
.dieses-formular input[type='checkbox']:checked + div.lable-box label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + div.lable-box label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label.uk-form-danger + label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before, 
.dieses-formular input[type='checkbox']:not(:checked) + label.uk-form-danger + div.lable-box label::before{
    margin-left: -30px;
}

/*platzierung radio*/
.dieses-formular input[type=radio]:checked + label,
.dieses-formular input[type=radio]:not(:checked) + label,
.dieses-formular input[type=radio]:checked + div.lable-box label,
.dieses-formular input[type=radio]:not(:checked) + div.lable-box label,
.dieses-formular input[type=radio]:checked + label.uk-form-danger + label,
.dieses-formular input[type=radio]:not(:checked) + label.uk-form-danger + label,
.dieses-formular input[type=radio]:checked + label.uk-form-danger + div.lable-box label,
.dieses-formular input[type=radio]:not(:checked) + label.uk-form-danger + div.lable-box label {
    padding-left: 32px;
    margin-left: -3px;
}

.dieses-formular input[type=radio]:checked + label::before,
.dieses-formular input[type=radio]:not(:checked) + label::before,
.dieses-formular input[type=radio]:checked + div.lable-box label::before,
.dieses-formular input[type=radio]:not(:checked) + div.lable-box label::before,
.dieses-formular input[type=radio]:checked + label.uk-form-danger + label::before,
.dieses-formular input[type=radio]:not(:checked) + label.uk-form-danger + label::before,
.dieses-formular input[type=radio]:checked + label.uk-form-danger + div.lable-box label::before,
.dieses-formular input[type=radio]:not(:checked) + label.uk-form-danger + div.lable-box label::before {
    margin-left: -30px;
    border-radius: 30px;
}

/* hintergrund nicht checked hover */
.dieses-formular input[type='radio']:hover + label::before, 
.dieses-formular input[type='radio']:hover + div.lable-box label::before,
.dieses-formular input[type='radio']:hover + label.uk-form-danger + label::before, 
.dieses-formular input[type='radio']:hover + label.uk-form-danger + div.lable-box label::before{
    background: #e23743 no-repeat center;
	background-size: 50%;
}

.dieses-formular input[type="checkbox"]:hover + label::before,
.dieses-formular input[type="checkbox"]:hover + div.lable-box label::before,
.dieses-formular input[type="checkbox"]:hover + label.uk-form-danger + label::before,
.dieses-formular input[type="checkbox"]:hover + label.uk-form-danger + div.lable-box label::before{
    background: #e23743 url("../images/layout/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}

/* hintergrund checked */
.dieses-formular input[type='radio']:checked  + label::before, 
.dieses-formular input[type='radio']:checked  + div.lable-box label::before,
.dieses-formular input[type='radio']:checked + label::before, 
.dieses-formular input[type='radio']:checked + label.uk-form-danger + div.lable-box label::before{
    background: #c90c0f no-repeat center;
	background-size: 50%;
}

.dieses-formular input[type='checkbox']:checked  + label::before,
.dieses-formular input[type='checkbox']:checked  + div.lable-box label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + label::before,
.dieses-formular input[type='checkbox']:checked + label.uk-form-danger + div.lable-box label::before{
    background: #c90c0f url("../images/layout/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}

/* hintergrund checked & disabled */
input[type='radio']:checked:disabled  + label::before, 
input[type='radio']:checked:disabled  + div.lable-box label::before,
input[type='radio']:checked:disabled + label::before, 
input[type='radio']:checked:disabled + label.uk-form-danger + div.lable-box label::before{
    background: #d5d5d5 no-repeat center;
	background-size: 50%;
}

.dieses-formular input[type='checkbox']:checked:disabled  + label::before,
.dieses-formular input[type='checkbox']:checked:disabled  + div.lable-box label::before,
.dieses-formular input[type='checkbox']:checked:disabled + label.uk-form-danger + label::before,
.dieses-formular input[type='checkbox']:checked:disabled + label.uk-form-danger + div.lable-box label::before{
    background: #d5d5d5 url("../images/layout/icon_check-white.svg") no-repeat center;
	background-size: 60%;
}

/* repeat */
.repeatingSection {
	padding: 20px 20px 17px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #E1E1DD;
	margin-bottom: 20px;
}

.repeatingSection input[type='text'], .repeatingSection input[type='email'], .repeatingSection input[type='phone'], .repeatingSection input[type='password'], .repeatingSection input[type='date'] {
	background: #fff;
}

.addFight {
	width: 27px;
	height: 27px;
	background: url(/img/template/icon_add-date.svg) no-repeat center;
	background-size: contain;
	float: right;
	margin-top: 7px;
	display: block;
}

.deleteFight {
	width: 27px;
	height: 27px;
	background: url(/img/template/icon_delete-date.svg) no-repeat center;
	background-size: contain;
	float: right;
	margin-top: 2px;
	display: block;
}

#wunschtermin-section h2 + .repeatingSection .deleteFight {
	display: none;
}

#wunschtermin-section h2 {
	margin-bottom: 42px;
}
		
/* HONEYPOT */
.fieldone{
	opacity: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 0 !important;
	width: 0 !important;
	z-index: -1 !important;
}

.other-link a {
	font-size: 120% !important;
	line-height: 110% !important;
	background: #fa7f00;
}


.bg-image-cta {
	background: url(../img/template/zitat-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0px;
}

.button-cta {
    background: #b5074b;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 20px;
	min-width: 230px;
	text-align: center;
    text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: auto;
	max-width: 250px;
	margin: 20px 0px;
}

.button-cta:hover {
    -webkit-box-shadow: inset 250px 0 0 0 #8a083b;
          box-shadow: inset 250px 0 0 0 #8a083b;
}

a .button-cta {
	text-decoration:  none;
}

.cta-text {
	margin: auto auto 50px auto;
	padding-top: 10px;
}

.cta-bild {
  display: flex;
  max-width: 600px;
  align-self: end;
}

#usercentrics-button {
	display: none!important;
}
