/*
*
*
*
*
*
*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-12 */
/*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: 120px;	
}
.scrolled #kopfbereichwrap {
	height: 120px;	
}
}
@media (min-width: 768px) {
#kopfbereichwrap {
	height: 125px;	
}
.scrolled #kopfbereichwrap {
	height: 125px;	
}
}
@media (min-width: 992px) {
#kopfbereichwrap {
	height: 135px;	
}
.scrolled #kopfbereichwrap {
	height: 135px;	
}
}
@media (min-width: 1200px) {
#kopfbereichwrap {
	height: 165px;	
}
.scrolled #kopfbereichwrap {
	height: 135px;	
}
}

@media (min-width: 576px) {
#slider-container {
	width: 90% !important;	
}
}
@media (min-width: 768px) {
#slider-container {
	width: 100% !important;	
}
}

#upperkopfbereichwrap{
/*	border-bottom: 4px solid var(--templatefarbe_hex);*/
	background-color: var(--menuhintergrundfarbe_hex);
}

.startseite #upperkopfbereichwrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}


@media (min-width: 768px) {
#kopfbereich{
	width: 100%;
	padding-top: 0;
}
}

#kopfbereich .container {
	background-color: var(--menuhintergrundfarbe_hex);
}

#kopfbereich {
	padding: 5px 0px 0px 0px;
}
@media (min-width: 768px) {
#kopfbereich {
	padding: 5px 30px 0px 30px;
}
}

@media (min-width: 768px) {
.startseite #kopfbereich {
	padding: 5px 30px 0px 30px;
}
}


	
/* TEASER -------------------------------*/
/* TEASER -------------------------------*/
/* TEASER -------------------------------*/
#teaser {
	clear: both;
	width: 100%;
	height: 100%;	
	padding-top: 109px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;	
}
@media (min-width: 578px) {
#teaser {
	clear: both;
	width: 100%;
	height: 100%;	
	padding-top: 109px;
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 20px;	
}
}
@media (min-width: 768px) {
#teaser {
	width: 100%;
	height: 100%;
	padding-top: 135px;	
	padding-left: 67px;
	padding-right: 67px;
	padding-bottom: 20px;	
}
}
@media (min-width: 992px) {
#teaser {
	width: 100%;
	height: 100%;	
	padding-top: 135px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 55px;
	-webkit-transition: padding-top 0.4s linear;
	-moz-transition: padding-top 0.4s linear;
	-ms-transition: padding-top 0.4s linear;	
	-o-transition: padding-top 0.4s linear;	
	transition: padding-top 0.4s linear;		
}
}
@media (min-width: 1200px) {
#teaser {
	padding-top: 155px;
}
.scrolled #teaser {
	padding-top: 135px;
}
}

#slider-container .ws_images ul{	/*damit wegen dem ratio kein zu großer rechter Rand entsteht bei 1350px*/
	position:relative;
	height: 110% !important;
}


/*@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;	
}
}*/






.welcomewrap {
	display: block;
}
@media (min-width: 768px) {
	.welcomewrap {
	display: none;
}
}

.welcomewrap .container {
    padding: 0 0px;
}
@media (min-width: 768px) {
.welcomewrap .container {
    padding: 0 30px;
}
}

.welcomebox {
	position: relative;
}

@media (max-width: 767px) {
.welcome {
	width: 100%;	
    text-align: center;
    padding: 10px 15px;    
	border-radius: 2px;
    vertical-align: middle;
    /*text-shadow: 1px 1px #444;*/
    position: absolute;
    bottom: 60px;
    z-index: 100;	
}
}

@media (min-width: 768px) {
.welcome {
    position: absolute;	
	width: 660px;
    padding: 12px 15px;	
    bottom: 25px;	
}
}
@media (min-width: 992px) {
.welcome {
	width: 870px;
    padding: 20px 30px;	
    bottom: 30px;		
}
}
@media (min-width: 1200px) {
.welcome {
	width: 1050px;
}
}
@media (min-width: 1440px) {
.welcome {
	width: 1290px;
}
}

:root {
--welcomeh2: 50px;
--welcomeh3: calc(var(--welcomeh2) * 0.6);
}

.welcome h2,
.welcome h3 {
	text-transform: none !important;
}
	
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.55);	
}
@media (min-width: 768px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.65);	
}
}
@media (min-width: 992px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.7);	
}
}
@media (min-width: 1200px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.85);
}
}
@media (min-width: 1400px) {
.welcome h2{
	font-size: var(--welcomeh2);	
}
}

.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.55);
}
@media (min-width: 768px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.65);
}
}
@media (min-width: 992px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.7);
}
}
@media (min-width: 1200px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.85);
}
}
@media (min-width: 1400px) {
.welcome h3{
	font-size: var(--welcomeh3);
}
}

.welcome .btn-lg {
	border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	text-shadow: none;
    background-color: #444;
    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: #fff;
    font-weight: bold;
	text-shadow: none;
    background-color: #444;
    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: 30px 0px 20px 0px;		
}
@media (min-width: 768px) {
#hauptbereichwrap {
	padding: 30px 0px 40px 0px;	
}
}

@media (min-width: 768px) {
.startseite #hauptbereichwrap {
	padding: 0px 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;	
}
}



.unterseite #innerkopfbereich {
	border-bottom: 2px solid;
	border-color: var(--textfarbe_hex);
}					
@media (min-width: 992px) {
.unterseite #innerkopfbereich {
	border-bottom: 3px solid;
	border-color: var(--textfarbe_hex);						
}
}

.startseite #innerkopfbereich {
	border-bottom: 2px solid;
	padding-top: 2px;							
	border-color: transparent !important;					
}
.scrolled.startseite #innerkopfbereich {
	border-bottom: 2px solid;
	padding-top: 2px;							
	border-color: #fff !important;					
}
.scrolled.startseite #innerkopfbereich {
	padding-top: 2px;						
}					
.startseite #innerkopfbereich.home-menu-border {
	border-color: transparent !important;	
	-webkit-transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	-ms-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;							
}	
.scrolled.startseite #innerkopfbereich.home-menu-border {
	border-color: #fff !important;	
	-webkit-transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	-ms-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;							
}					
@media (min-width: 992px) {
.startseite #innerkopfbereich {
	border-bottom: 0px solid;
	padding-top: 0px;						
	border-color: transparent !important;						
}
.scrolled.startseite #innerkopfbereich {
	padding-top: 0px;
	border-color: #fff !important;
	-webkit-transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	-ms-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;	
}					
.startseite #innerkopfbereich.home-menu-border {
	border-color: var(--textfarbe_hex);
	-webkit-transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	-ms-transition: border-color 0.4s linear;
	-o-transition: border-color 0.4s linear;
	transition: border-color 0.4s linear;
}					
}	
			





