/*
*
*
*
*
*
*Diese Datei ist urheberrechtlich geschützt von "Rene Weik | weik.online GmbH" und darf nicht kopiert oder auf anderen Webseiten verwendet werden.
*
*
*
*
*
*/
/*Template CSS 01-11 */
/*Templatefarbe: #e2001a / 226,0,26 */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/
#wrap {
	height: 100%;
}

.startseite .innerwrap {
	height: 100%;
}



/* INNERINFOBAR ----------------------------------------*/
#innerinfobar{
	padding: 0 15px;	
}
@media (min-width: 576px) {
#innerinfobar{
	padding: 0 15px;	
}
}
@media (min-width: 768px) {
#innerinfobar {
	padding: 0 30px;
}
}



/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
#kopfbereichwrap {
	height: 105px;	
}
@media (min-width: 576px) {
#kopfbereichwrap {
	height: 105px;	
}
.scrolled #kopfbereichwrap {
	height: 105px;	
}
}
@media (min-width: 768px) {
#kopfbereichwrap {
	height: 110px;	
}
.scrolled #kopfbereichwrap {
	height: 110px;	
}
}
@media (min-width: 992px) {
#kopfbereichwrap {
	height: 115px;	
}
.scrolled #kopfbereichwrap {
	height: 115px;	
}
}
@media (min-width: 1200px) {
#kopfbereichwrap {
	height: 115px;	
}
.scrolled #kopfbereichwrap {
	height: 115px;	
}
}


#upperkopfbereichwrap{
	/*border-bottom: 4px solid var(--templatefarbe_hex);*/
	background: rgba(var(--menuhintergrundfarbe_rgb),0.8);
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;	
	-o-transition: background 0.4s linear;	
	transition: background 0.4s linear;		
}
@media (min-width: 992px) {
#upperkopfbereichwrap{
	/*border-bottom: 5px solid var(--templatefarbe_hex);*/
}
}
@media (min-width: 1200px) {
#upperkopfbereichwrap{
	/*border-bottom: 6px solid var(--templatefarbe_hex);*/
}
}

.scrolled #upperkopfbereichwrap{
	/*border-bottom: 4px solid var(--templatefarbe_hex);*/
	background-color: var(--menuhintergrundfarbe_hex);
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;	
	-o-transition: background 0.4s linear;	
	transition: background 0.4s linear;		
}
@media (min-width: 768px) {
.scrolled #upperkopfbereichwrap{
	/*border-bottom: 4px solid var(--templatefarbe_hex);*/
	background: transparent;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;	
	-o-transition: background 0.4s linear;	
	transition: background 0.4s linear;			
}
}


.startseite #upperkopfbereichwrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}


@media (min-width: 768px) {
#kopfbereich{
	width: 100%;
}
}

#kopfbereich .container {
	background-color: #fff;
}





/* KOPFBEREICH -------------------------------*/
/* KOPFBEREICH -------------------------------*/
/* KOPFBEREICH -------------------------------*/
#kopfbereich{
	background-color: transparent;
	padding: 0;	
}
@media (min-width: 576px) {
#kopfbereich{
	padding: 0;	
}
}
@media (min-width: 768px) {
#kopfbereich {
	padding: 0 15px;
}
}

@media (min-width: 992px) {
#kopfbereich {
	padding: 0px 15px;
	-webkit-transition: padding 0.4s linear;
	-moz-transition: padding 0.4s linear;
	-ms-transition: padding 0.4s linear;	
	-o-transition: padding 0.4s linear;	
	transition: padding 0.4s linear;	
}
.scrolled #kopfbereich { /* damit paqdding von #logo undverändert bleiben kann und nicht flackert, bei mobil aber dennoch einen kleineren Rand hat */
	background-color: transparent;
	padding: 0px 15px;
	-webkit-transition: padding 0.4s linear;
	-moz-transition: padding 0.4s linear;
	-ms-transition: padding 0.4s linear;	
	-o-transition: padding 0.4s linear;	
	transition: padding 0.4s linear;		
}
}

#innerkopfbereich{
	height: 75px;
    background-color: transparent;
	-webkit-transition: height 0.4s linear;
	-moz-transition: height 0.4s linear;
	-ms-transition: height 0.4s linear;	
	-o-transition: height 0.4s linear;	
	transition: height 0.4s linear;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;	
	-o-transition: background-color 0.4s linear;	
	transition: background-color 0.4s linear;		
}
@media (min-width: 576px) {
#innerkopfbereich{
	height: 75px;	
}
.scrolled #innerkopfbereich {
	height: 75px;
    background-color: rgba(var(--menuhintergrundfarbe_rgb),0.95);
	-webkit-transition: height 0.4s linear;
	-moz-transition: height 0.4s linear;
	-ms-transition: height 0.4s linear;	
	-o-transition: height 0.4s linear;	
	transition: height 0.4s linear;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;	
	-o-transition: background-color 0.4s linear;	
	transition: background-color 0.4s linear;		
}
}
@media (min-width: 768px) {
#innerkopfbereich {
	height: 75px;
	padding: 0px 0px;
	-webkit-transition: padding 0.4s linear;
	-moz-transition: padding 0.4s linear;
	-ms-transition: padding 0.4s linear;	
	-o-transition: padding 0.4s linear;	
	transition: padding 0.4s linear;	
}
.scrolled #innerkopfbereich {
	height: 75px !important;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	padding: 0px 15px;
	-webkit-transition: padding 0.4s linear;
	-moz-transition: padding 0.4s linear;
	-ms-transition: padding 0.4s linear;	
	-o-transition: padding 0.4s linear;	
	transition: padding 0.4s linear;		
}
}
@media (min-width: 992px) {
#innerkopfbereich {
	height: 75px;
}
.scrolled #innerkopfbereich {
	height: 75px !important;
}
}
@media (min-width: 1200px) {
#innerkopfbereich {
	height: 75px;	
}
.scrolled #innerkopfbereich {
	height: 75px !important;
}
}




/* TEASER -------------------------------*/
/* TEASER -------------------------------*/
/* TEASER -------------------------------*/
#teaser {
	clear: both;
	width: 100%;
	height: 100%;	
	padding-top: 109px;	
}
@media (min-width: 768px) {
#teaser {
	width: 100%;
	height: 100%;
	padding-top: 35px;	
}
}
@media (min-width: 992px) {
#teaser {
	padding-top: 35px;	
}
}
@media (min-width: 1200px) {
#teaser {
	padding-top: 40px;	
}
}

/*@media (min-width: 992px) {
.startseite #teaser {					
	-webkit-transition: margin-top 0.4s linear;
	-moz-transition: margin-top 0.4s linear;
	-ms-transition: margin-top 0.4s linear;	
	-o-transition: margin-top 0.4s linear;	
	transition: margin-top 0.4s linear;	
}	

.startseite.scrolled #teaser {	
	margin-top: -50px !important;
	-webkit-transition: margin-top 0.4s linear;
	-moz-transition: margin-top 0.4s linear;
	-ms-transition: margin-top 0.4s linear;	
	-o-transition: margin-top 0.4s linear;	
	transition: margin-top 0.4s linear;	
}
}*/






/* WELCOMEBOX----------------------------------------*/
/* WELCOMEBOX----------------------------------------*/
/* WELCOMEBOX----------------------------------------*/
.welcomewrap {
	display: block;
}
@media (min-width: 768px) {
	.welcomewrap {
	display: block;
}
}
.welcomewrap .container {
    padding: 0 0px;
}

.welcome {
    position: absolute;
    padding: 12px 15px;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    text-shadow: 1px 1px #444;
    z-index: 100;
	bottom: 60px;
}

.welcome {
	width: 100% !important;
	max-width: 1380px !important;
	padding: 25px 0;
}
@media (min-width: 768px) {
.welcome {
	width: 93% !important;
}
}
@media (min-width: 992px) {
.welcome {
	width: 98% !important;
}
}
@media (min-width: 1200px) {
.welcome {
	width: 80%;	
}
}

.welcome {
	background: transparent !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.welcome-color {
    background: rgba(var(--welcomeboxhintergrundfarbe_rgb), 0.0);
    padding-top: 25px !important;
    padding-bottom: 25px !important;	
    padding-right: 25px !important;
    padding-left: 25px !important;		
}


@media (max-height: 500px) {
.welcome {
    display: none !important;	/*XYZ*/
}
}

:root {
--welcomeh2: 70px;
--welcomeh3: calc(var(--welcomeh2) * 0.5);
}

.welcome h2,
.welcome h3 {
	text-transform: none !important;
	text-shadow: 4px 3px 6px #030304;
    line-height: 1.3em !important;
}
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.55);	
}
@media (min-width: 576px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.60);
	margin-bottom: 0.25em !important;
}
}
@media (min-width: 768px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.75);
	margin-bottom: 0.25em !important;
}
}
@media (min-width: 992px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.85);	
}
}
@media (min-width: 1200px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.95);
}
}
@media (min-width: 1400px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 1);	
}
}

.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.55);
}
@media (min-width: 576px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.60);
}
}
@media (min-width: 768px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.75);
}
}
@media (min-width: 992px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.85);
}
}
@media (min-width: 1200px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.95);
}
}
@media (min-width: 1400px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 1);
}
}


.welcomebox button {
	display: none !important;
}

.welcome .btn-lg {
	border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
    color: var(--buttontextfarbe_hex);
    font-weight: bold;
	text-shadow: none;
    background-color: var(--templatefarbe_hex);
    border: none !important;
    padding: 4px 7px;	
}
@media (min-width: 768px) {
.welcome .btn-lg {
	border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
    color: var(--buttontextfarbe_hex);
    font-weight: bold;
	text-shadow: none;
    background-color: var(--templatefarbe_hex);
    border: none !important;
    padding: 4px 7px;	
}
}
@media (min-width: 992px) {
.welcome .btn-lg {
    font-size: 14px;
    margin-top: 15px;
    padding: 7px 8px;
    border: none !important;				
}
}





.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.welcome .btn-lg:hover,
.welcome .btn-lg:focus {
    background-color: #999 !important;
    border: none !important;
}



/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
#hauptbereichwrap {
	width: 100%;
	background-color: var(--hintergrundfarbe_hex);						/*Hintergrund Mittelbereich*/
	padding: 20px 0px 20px 0px;		
}
@media (min-width: 768px) {
#hauptbereichwrap {
	padding: 0px 0px 40px 0px;	
}
}

.startseite #hauptbereichwrap {
	padding: 30px 0px 0px 0px;	
}
@media (min-width: 768px) {
.startseite #hauptbereichwrap {
	padding: 45px 0px 40px 0px;	
}
}


#innerhauptbereich {
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	background-color: var(--hintergrundfarbe_hex);	
	padding: 0 0 0 0;	
}

#farbbox {
	display: none;			
}



.startseite #hauptbereichwrap {					
	margin-top: 0px !important;
}

@media (min-width: 576px) {					
.startseite #hauptbereichwrap {					
	margin-top: 0px !important;
}
}

@media (min-width: 768px) {					
.startseite #hauptbereichwrap {					
	margin-top: 0px !important;
}
}

@media (min-width: 992px) {					
.startseite #hauptbereichwrap {					
	margin-top: 0px !important;
}
.startseite.scrolled #hauptbereichwrap {				
	margin-top: 0px !important;						
}
}						

@media (min-width: 1200px) {					
.startseite #hauptbereichwrap {					
	margin-top: 0px !important;
}
.startseite.scrolled #hauptbereichwrap {				
	margin-top: 0px !important;						
}					
}	









/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/


/* BUTTON FOOTER */
#footer .btn,
#footer .btn-footer {
	font-size: 12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;  
	border-radius: 0px;  	
}
@media (min-width: 992px) {	
#footer .btn,
#footer .btn-footer {
	font-size: 14px; 	
}
}
@media (min-width: 1440px) {	
#footer .btn,
#footer .btn-footer {
	font-size: 16px; 	
}
}











/* DROPDOWN -------------------------------------------- LÖSCHEN, WENN KEINE PROBLEME

@media (max-width: 767px) {
ul.dropdown-menu {
	padding: 0;
	text-align: center;
}
ul.dropdown-menu li {
	margin-left: 0!important;
}
}
*/




/*@media (min-width: 1440px) {	
.startseite #upperkopfbereichwrap .container {
	width: 1380px;
	-webkit-transition: width 0.4s linear;
	-moz-transition: width 0.4s linear;
	-ms-transition: width 0.4s linear;	
	-o-transition: width 0.4s linear;	
	transition: width 0.4s linear;		
}

.startseite.scrolled #upperkopfbereichwrap .container {
	width: 1380px;
	-webkit-transition: width 0.4s linear;
	-moz-transition: width 0.4s linear;
	-ms-transition: width 0.4s linear;	
	-o-transition: width 0.4s linear;	
	transition: width 0.4s linear;	
}
}*/



