/*
*
*
*
*
*
*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-13 */
/*Templatefarbe: #e2001a / 226,0,26 */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/


/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
#slider-container .ws_images {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.26) !important;
}





/* 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;
    vertical-align: middle;
    color: #fff !important;
    text-shadow: 1px 1px #444;
    z-index: 100;
    top: 50%;						/*XYZ*/
    left: 50%;						/*XYZ*/
    transform: translate(-50%, -50%);	/*XYZ*/
}

.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 button {
	display: none;
}
@media (min-width: 992px) {
.welcome button {
	display: inline-block;
}
}
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.35);	
}
@media (min-width: 576px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.40);
	margin-bottom: 0.25em !important;
}
}
@media (min-width: 768px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.55);
	margin-bottom: 0.25em !important;
}
}
@media (min-width: 992px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.65);	
}
}
@media (min-width: 1200px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.75);
}
}
@media (min-width: 1400px) {
.welcome h2{
	font-size: calc(var(--welcomeh2) * 0.85);	
}
}

.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.35);
}
@media (min-width: 576px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.40);
}
}
@media (min-width: 768px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.55);
}
}
@media (min-width: 992px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.65);
}
}
@media (min-width: 1200px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.75);
}
}
@media (min-width: 1400px) {
.welcome h3{
	font-size: calc(var(--welcomeh3) * 0.85);
}
}

.welcome .button-farbe {
    text-align: center;
    font-size: 1.3em;
    /* 46px - 56px */
    line-height: clamp(2.675rem, 2.9rem, 3.3rem);
    text-decoration: none;
    font-weight: 700;
    margin: auto;
    color: var(--buttontextfarbe_hex);
    padding: 0 0.5em 0 1.2em;
    box-sizing: border-box;
    background-color: var(--templatefarbe_hex) !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    position: relative;
    z-index: 1;
    transition: color 0.1s;
}

.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: var(--templatefarbe_hex) !important;
    border: none !important;
}


@media (max-width: 576px) {
.startheaders {
	padding-top: 1em;
}
}

/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
#hauptbereichwrap {
	width: 100%;
	background-color: var(--hintergrundfarbe_hex);
}

.startseite #hauptbereichwrap {
	border-top: 5px solid var(--templatefarbe_hex);
}
@media (min-width: 768px) {
.startseite #hauptbereichwrap {
	border-top: 8px solid var(--templatefarbe_hex);
}
}


#innerhauptbereich {
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	background-color: var(--hintergrundfarbe_hex);		
}


.unterseite #farbbox,
.unterseite #farbbox {
	height: 10px;
	width: 100%;
	background-color: var(--templatefarbe_hex);	
	margin-bottom: 5px;
	border-top: 3px #444 solid;	
		
}
@media (min-width: 768px) {
.unterseite #farbbox,
.unterseite #farbbox {
	height: 10px;
	border-top: 3px #444 solid;			
}
}
@media (min-width: 992px) {
.unterseite #farbbox,
.unterseite #farbbox {
	height: 20px;
	border-top: 5px #444 solid;			
}
}
@media (min-width: 1200px) {
.unterseite #farbbox,
.unterseite #farbbox {
	height: 25px;
	border-top: 5px #444 solid;			
}
}

.startseite #farbbox {
	border-bottom: 5px solid var(--templatefarbe_hex);
}
@media (min-width: 768px) {
.startseite #farbbox {
	border-bottom: 8px solid var(--templatefarbe_hex);
	}
}



/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footerwrap {
	width: 100%;
	border-top: 5px solid var(--templatefarbe_hex);
}
@media (min-width: 768px) {
#footerwrap {
	border-top: 8px solid var(--templatefarbe_hex);
}
}

/* 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; 	
}
}
















/* Another double stripe option for using this version. This gives a smaller farbbox and a small stripe instead of having three stripes
#farbbox {
	height: 5px;
	width: 100%;
	background-color: #2910a9;	
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
		
}
@media (min-width: 768px) {
#farbbox {
	height: 5px;
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);			
}
}
@media (min-width: 992px) {
#farbbox {
	height: 5px;
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3);			
}
}
@media (min-width: 1200px) {
#farbbox {
	height: 5px;
	box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);		
}
}
*/


.startseite #teaser {					
margin-top: 110px;
height: 100%;
position: relative;
}

@media (min-width: 576px) {					
.startseite #teaser {					
margin-top: 125px;
}
}

@media (min-width: 768px) {					
.startseite #teaser {					
margin-top: 98px;
}
}

@media (min-width: 992px) {					
.startseite #teaser {					
margin-top: 118px;
-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: 100px;
-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;		
}			
}						

@media (min-width: 1200px) {					
.startseite #teaser {					
margin-top: 128px;
}
.startseite.scrolled #teaser {					
margin-top: 100px;
}		
}
@media (min-width: 1440px) {					
.startseite #teaser {					
margin-top: 148px;
}		
}

#upperkopfbereichwrap {
	background-color: var(--menuhintergrundfarbe_hex);
}


.startseite #innerhauptbereich {
	padding: 0px 0 30px 0 !important;
}
@media (min-width: 768px) {
.startseite #innerhauptbereich {
	padding: 0px 0 30px 0 !important;
}
}
@media (min-width: 992px) {
.startseite #innerhauptbereich {
	padding: 10px 0 30px 0 !important;
}
}

#innerhauptbereich {
	padding: 15px 0 15px 0 !important;
}
@media (min-width: 578px) {
#innerhauptbereich {
	padding: 30px 0 30px 0 !important;
}
}
@media (min-width: 992px) {
#innerhauptbereich {
	padding: 40px 0 30px 0 !important;
}
}



.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;						
}					
}


#hauptbereichwrap {					
	margin-top: 130px;	
}				
@media (min-width: 578px) {					
#hauptbereichwrap {					
	margin-top: 130px;	
}				
}
@media (min-width: 768px) {					
#hauptbereichwrap {					
	margin-top: 100px;	
}				
}
@media (min-width: 992px) {					
#hauptbereichwrap {					
	margin-top: 130px;
	-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;			
}				
.scrolled #hauptbereichwrap {					
margin-top: 140px;
	-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;			
}	
}						
@media (min-width: 1200px) {					
#hauptbereichwrap {					
	margin-top: 145px;
}									
.scrolled #hauptbereichwrap {					
	margin-top: 115px;
}				
}


.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;						
}					
}



#infobar {
	-webkit-transition: margin 1.0s linear;
    -moz-transition: margin 1.0s linear;
    -ms-transition: margin 1.0s linear;
    -o-transition: margin 1.0s linear;
    transition: margin 1.0s linear;		
}
.scrolled #infobar {
	transition-delay: 1.0s;		
}
@media (min-width: 768px) {
#infobar {
	margin-top: -35px;	
	-webkit-transition: margin 1.0s linear;
    -moz-transition: margin 1.0s linear;
    -ms-transition: margin 1.0s linear;
    -o-transition: margin 1.0s linear;
    transition: margin 1.0s linear;		
}
.scrolled #infobar {
	margin-top: 0;
	transition-delay: 1.0s;		
}
}
@media (min-width: 992px) {
#infobar {
	margin-top: -40px;
}
}




#innerinfobar {
	padding: 0 15px;	
}
@media (min-width: 576px) {
#innerinfobar {
	padding: 0 15px;	
}
}
@media (min-width: 768px) {
#innerinfobar {
	padding: 0 30px;
}
}



@media (max-width: 767px) {
	body.weik-sidepmenu-push-toright .fix-mainmenu {
		left: -290px!important;
	}
}

