body {
	font-size: 18px;
}

label{
	color: #fff;
}
h3 {
    text-transform: none;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: normal;
}
p {
    margin: 5px 0 20px 0;
}






.text-right {
	text-align: right !important;
}


.tuevWrapp.trans {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    background: none;
    width: 260px;
}
	

.anfrage-btn {
	width: 250px;
	height: 80px;
	line-height: 80px;
	background-color: #ff7700;
	color: #fff;
	text-align: center;
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.anfrage-btn:hover {
	color: #fff;
	background-color: #db6600;
}

.buttonsWrapp {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	height: 80px;
	margin-top: 4px;
}

.tel-btn,
.mail-btn {
	width: 250px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	color: #fff;
	background-color: #15a2ff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tel-btn {
	margin-bottom: 4px;
}

.tel-btn:hover,
.mail-btn:hover {
	color: #fff;
	background-color: #0064a6;
}


@media only screen and (max-width: 1076px) {
	.col-md-6 .anfrage-btn,
	.col-md-6 .tel-btn,
	.col-md-6 .mail-btn,
	.col-md-6 .buttonsWrapp,
	.col-md-6 .konOverlayOpen {
		width: 100%;
		max-width: none;
	}
}

@media only screen and (max-width: 532px) {
	.anfrage-btn,
	.tel-btn,
	.mail-btn,
	.buttonsWrapp {
		width: 100%;
	}
}

/*
#siteContent a {
color: #fff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}

/*
a:any-link {
color: #fff;
text-decoration: none;
cursor: auto;
}
*/

.tel-btn:before {
	font-family: 'FontAwesome';
	content: '\f095';
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.kreis {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #15a2ff;
	color: #fff;
	margin: 10px 5px 0px 5px;
	font-weight: bold;
}

.landingpageFooterMenu {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

#tuev {
	top:400px;
}
.tuevWrapp {
	background: #eee;
}

#footer {
	z-index: 2;
	padding-top: 50px;
}
#landingpageMenu1  {
	padding-top: 40px;
}
#landingpageMenu1 a {
	color: #757575;
}
#landingpageMenu1 a:hover,
#landingpageMenu3 a:hover {
	color: #fff;
}
.landingpageFooterMenu {
	display: block;
}
#landingpageMenu3 {
	text-align: right;
}

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

	#landingpageMenu3 {
		text-align: left;
	}
}	

#landingpageMenu3 h3 {
    color: #15A2FF;
    line-height: normal;
    text-transform: uppercase;
}

/* öffnungszeiten und telefon */ 

.daten {
	display: inline-block;
	margin: 0; 
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 17px;
	box-sizing: inherit;
	text-align: right !important;
	color: white !important;
	
}



.popover-content{
	padding: 9px 14px;
	display: none;
	font-size: 13px;
	position: absolute;
	right: 5px;
	top: 40px;
	z-index: 1060;
	max-width: 300px;
	font-style: normal; 
	font-weight: 400; 
	letter-spacing: normal; 
	line-break: auto; 
	line-height: 1.5; 
	text-align: start; 
	text-shadow: none; 
	text-transform: none; 
	white-space: normal; 
	word-break: normal; 
	word-spacing: normal;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	background-color: white; 
	color: #676767;
	top: 22px;
	padding: 10px;
	margin-top: 80px;
	margin-right: 20px;
	
}

.popover-content .active {
	font-weight: bold;
	color: #3b3b3b;
}


.popover-content:after{
	content: "";
	border-width: 10px;
	top: -7px;
	margin-left: -10px;
	border-bottom-color: white;
}

.popover-content:after {
	left: 20%;
	border-top-width: 0;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	box-sizing: inherit;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid white;
}
	

dd {
	display: block;
	margin-left: 20px;
	
}

li, dt, dd {
	margin-bottom: 5px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 17px;
	
}

ul {
	margin-bottom: 10px;
	list-style-type: disc;
}

li {
	text-align: -webkit-match-parent;
}

.rightBox {
	display: block;
	text-align: right !important;
	text-decoration: none;
	padding-top: 70px;
	margin-right: 0;
	padding-left: 20px;
	margin-left: auto;
	background-color: #ff7700;	
    padding-top: 5px;
    height: auto;
    float: right;
    margin-top: 65px;
    padding-right: 18px;
	
}

.oeffnungszeiten {
	display: inline;
	 
	border-bottom: white;
}

.oeffnungszeiten:hover .popover-content{
	display: block;
}

/* umbau */ 

h2 {
	font-size: 30px;
	line-height: 36px;
}

	.bildmittext {
	margin-top: -280px;
	z-index: 2 !important;
	position: relative;
	margin-left: auto;
}

.zeile2{
	padding-top: 100px;	
}

#buttons {
	padding-top: 0 !important;
	text-align: center;
}



.buttonsundtext {

	margin: auto;
	padding-bottom: 100px;
	
}

.introtext h2 {
	line-height: 40px !important;
}

.versuchspalte h2, .versuchspalte p {
	line-height: 40px !important;
}

.mt-100 {
	margin-top: 100px;
}

.ersatzdiv {
	text-align: center !important;
	padding-bottom: 100px;
}

#untenbuttons {
	text-align: center !important;
	padding-bottom: 100px;

}

#textcontainer {
	text-align: center !important;
	padding-bottom: 100px;
}

.header-active .rightBox {
	padding-top: 30px;
	background-color: transparent;
	margin-top: 0;
}

.header-active .popover-content {
	margin-top: 40px;
}
											/* media sachen */

@media only screen and (max-width: 770px) {
	.portraet {
		width: 200px;
		margin-top: 100px; 
	}
	.diewrapps {
		padding-top: 40px !important;
	}
	.konOverlayOpen {
		width: 100%;
	}
	.versuchspalte {
		text-align: center;
	}
	.zentrierenmobil {
		text-align: center;
	}
	.rightBox {
		bottom: 0;
		padding-right: 20px;
		position: absolute;
		
		right: 0;
	}
	.telefonnr {
		font-size: 17px;
	}
	section {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 490px) {
	.portraet {
		margin-top: 130px; 
	}
	

	.rightBox {
		
		display:none;
	}
	.logo {
		width: 200px !important;
		margin: 10px auto !important;
		
	}
}
										/* media sachen ende*/

.fa-caret-down {
	padding-left: 5px !important;
}

.telefonnr {
	color: white;
}
.header-active .telefonnr:hover {
	color: #ff7700;
} 


.fa-phone {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

ul.custom-bullets {
	padding-left: 0;
	padding-bottom: 0;
	width: 200px;
	margin: auto;
}

.custom-bullets li {
	padding-left: 0;
    list-style: none;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	font-size: inherit;
	padding-left: 2em;
	position: relative;
}

.custom-bullets li:last-child { 
	margin-bottom: 0em;
}

.custom-bullets li::before{
	height: 1.3em;
	width: 1.3em;
	background: url(../images/bulletpoint-2.svg);
	background-repeat: no-repeat;
	border-radius: 100%;
	display: inline-block;
	content: '';
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 1px;
}

.custom-bullets.white li::before{
	background: url(./images/bulletpoint-2.svg);
}

.auflistung {
	padding-bottom: 100px;
	text-align: center;
}

.auflistung li{
	font-size: 20px;
	text-align: left;
}

.karte {
	text-align: center;
	position: relative;
	padding-bottom: 75%; // groeße der Karte
	height: 0;
	overflow: hidden;
}

.karte iframe {
	position: absolute;
    top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pb-100 {
	padding-bottom: 100px;
}

.text-20 {
	font-size: 20px;
}

.no-border-bottom {
	border-bottom: none;
}

									/* hier kommt die timeline */

#section-191225 .timeline-horizontal-v2 {
	display: flex;
	width: 100%;
}

#section-191225 .tieline-horizontal-v2 .step {
	position: relative; 
	display: flex;
	flex-direction: row;
	padding-bottom: 15px;
}

#section .timeline-horizontal-v2 .step:last-child {
	padding-bottom: 0;
}







section {
	border-bottom: none;
    border-color: #d9d9d9;
    padding: 40px 0;
    display: block;
    box-sizing: inherit;

    color: #676767;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 20px;
    background-color: #fff;
	}

.timelinecontainer {
    width: 1170px;
    padding: 0 40px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-sizing: inherit;
}

.timelinerow{
    margin: 0 -40px;
    margin-bottom: -40px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: inherit;
}

.timelinecol {
    padding: 0 20px 40px;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    box-sizing: inherit;
    display: block;
}

.timeline-horizontal-v2 {
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: inherit;
}

.step1 {
    margin-left: 0;
    flex-direction: column;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 20px;
    padding-bottom: 0;
    position: relative;
    display: flex;
    box-sizing: inherit;
}

.step-head1 {
    margin-top: 0;
    margin-bottom: 15px;
    box-sizing: inherit;
    display: block;
}

.bg-primary1{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    z-index: 1;
    background-color: #bcbcbc!important;
    color: #ffffff!important;
    border-color: #969696!important;
    box-sizing: inherit;
    display: block;
}

.bg-primary-light1{
    left: 50%;
    width: auto;
    bottom: auto;
    height: 3px;
    top: 23px;
    right: -20px;
    position: absolute;
    background-color: #d0d0d0!important;
    color: #676767!important;
    border-color: #aaaaaa!important;
    box-sizing: inherit;
    display: block;
}

.timeline-title{
    margin-bottom: 0;
    color: #3b3b3b;
    line-height: 1.3em;
    
    margin-top: 0;
    box-sizing: inherit;
    display: block;
    text-align: center;
    height: 100%;
    width: auto;
    height: 100%;
    width: auto;
}

.step2 {
    flex-direction: column;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 20px;
    padding-bottom: 0;
    position: relative;
    display: flex;
    box-sizing: inherit;
}

.step-head2{
    margin-top: 0;
    margin-bottom: 15px;
    box-sizing: inherit;
    display: block;
}

.bg-primary2{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    z-index: 1;
    background-color: #bcbcbc!important;
    color: #ffffff!important;
    border-color: #969696!important;
    display: block;
    box-sizing: inherit;
}

.bg-primary-light2{
    width: auto;
    bottom: auto;
    height: 3px;
    top: 23px;
    left: -20px;
    right: -20px;
    position: absolute;
    background-color: #d0d0d0!important;
    color: #676767!important;
    border-color: #aaaaaa!important;
    box-sizing: inherit;
    display: block;
}

.step-panel{
    text-align: center;
    height: 100%;
    width: auto;
    padding: 15px;
    margin-left: 15px;
    box-sizing: inherit;
    display: block;
	color: #676767;
}

.step3{
    margin-right: 0;
    padding-bottom: 0;
    flex-direction: column;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 20px;
    position: relative;
    display: flex;
    box-sizing: inherit;
}

.step-head3{
    margin-top: 0;
    margin-bottom: 15px;
    box-sizing: inherit;
    display: block;
	color: #676767;
}

.bg-primary3{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #bcbcbc!important;
    color: #ffffff!important;
    border-color: #969696!important;
    box-sizing: inherit;
    display: block;
}

.bg-primary-light3{
    right: 50%;
    width: auto;
    bottom: auto;
    height: 3px;
    top: 23px;
    left: -20px;
    position: absolute;
    background-color: #d0d0d0!important;
    color: #676767!important;
    border-color: #aaaaaa!important;
    box-sizing: inherit;
    display: block;
}

#section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
	position: relative;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	z-index: 1;
	box-sizing: inherit;
}

#section-191225 .timeline-horizontal-v2 .step .step-head .step-line {
    position: absolute;
    width: 3px;
    left: 23px;
    box-sizing: inherit;
    bottom: 0;
    top: 0;
}

#section-191225 .timeline-horizontal-v2 .step:first-child .step-line {
	top: 15px;
}

#section-191225 .timeline-horizontal-v2 .step:last-child .step-line {
    height: 15px;
    bottom: auto;
}

#section-191225 .timeline-horizontal-v2 .step {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

									/* media sachen anfang */



@media only screen and (min-width: 576px){
		section {
	    font-weight: 400;
	    letter-spacing: 0;
	    line-height: 18px;
	    font-size: 20px;
	}

	#section-191225 .timeline-horizontal-v2 .step {
	    position: relative;
	    display: flex;
	    flex-direction: row;
	    padding-bottom: 15px;
	}
}

@media only screen and (min-width: 768px){
	section {
	    font-weight: 400;
	    letter-spacing: 0;
	    line-height: 20px;
	    font-size: 20px;
		}  
	}
	
	@media only screen and (min-width: 992px) {
	#secton-191225 .timeline-horizontal-v2 {
		flex-direction: row;
	}
	
	#section-191225 .timeline-horizontal-v2 .step:first-child {
		margin-left: 0;
	}
	
	#section-191225 .timeline-horizontal-v2 .step:first-child .step-line {
		left: 50% !important;
	}
	
	#section-191225 .timeline-horizontal-v2 .step{
		flex-direction: column;
		flex-basis: 0%;
		flex-grow: 1;
		flex-shrink: 0;
		margin: 0 20px;
		padding-bottom: 0;
	}
	
	#section-191225 .timeline-horizontal-v2 .step:last-child {
		padding-bottom: 0;
	}
	
	#section-191225 .timeline-horizontal-v2 .step:last-child {
		margin-right: 0;
	}
	
	#section-191225 .timeline-horizontal-v2 .step:last-child .step-line {
		right: 50% !important;
	}
	
	#section-191225 .timeline-horizontal-v2 .step .step-head .step-line {
	    width: auto;
	    bottom: auto;
	    height: 3px;
	    top: 23px;
	    left: -20px;
	    right: -20px;
	}
	
	#section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
	    margin-left: auto;
	    margin-right: auto;
	}
	
	section{
		font-weight: 400;
		letter-spacing: 0;
		line-height: 20px;
	    font-size: 20px;
	}

	#section-191225 .timeline-horizontal-v2 .step .step-head {
	    margin-top: 0;
	    margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1200px){
	section {
		font-weight: 400;
		letter-spacing: 0;
		line-height: 20px;
        font-size: 20px;
	}
}
	
@media only screen and (max-width: 992px){
	#section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
	    position: relative;
	    border-radius: 50%;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
		box-sizing: inherit;
	    font-size: 1.5rem;
	    z-index: 1;
	}
	
	#section-191225 .timeline-horizontal-v2 .step .step-panel {
	    padding: 15px;
	    margin-left: 15px;
	    width: 100%;
	}
	
	#section-191225 .timeline-horizontal-v2 .step .step-panel {
	    padding: 15px;
	    margin-left: 15px;
	    width: 100%;
	}
	
	#section-191225 .timeline-horizontal-v2 .step {
	    position: relative;
	    display: flex;
	    flex-direction: row;
	    padding-bottom: 15px;
	}
	
	#section-191225 .timeline-horizontal-v2 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	#section-191225 {
		text-align: left !important;
	}
	
	.timeline-title {
		text-align: left;
		font-size: 20px;
	}
}

/* media sachen ende */
