/*
*
*
*
*
*
*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-04 */
/*Templatefarbe: #e2001a / 226,0,26 */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/
#wrap {
	height: 100%;
}

.startseite .innerwrap {
	height: 100%;
}



/* INFOBAR ----------------------------------------*/
@media (min-width: 768px) {
#infobar {	
	margin-top: -35px;
	-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 #infobar {	
	margin-top: 0;
}
}
@media (min-width: 768px) {
#infobar {
	margin-top: -40px;
}
}


#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: 110px;
    z-index: 8000;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
@media (min-width: 576px) {
#kopfbereichwrap {
	height: 125px;	
}
.scrolled #kopfbereichwrap {
	height: 125px;	
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
}
@media (min-width: 768px) {
#kopfbereichwrap {
	height: 90px;	
}
.scrolled #kopfbereichwrap {
	height: 130px;	
}
}
@media (min-width: 992px) {
#kopfbereichwrap {
	height: 115px;	
}
.scrolled #kopfbereichwrap {
	height: 135px;	
}
}
@media (min-width: 1200px) {
#kopfbereichwrap {
	height: 140px;	
}
.scrolled #kopfbereichwrap {
	height: 135px;	
}
}

#upperkopfbereichwrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6000;
	border-bottom: 5px solid transparent;
}
@media (min-width: 576px) {
#upperkopfbereichwrap {
	background-color: transparent;
}
}

.scrolled #upperkopfbereichwrap {
	/*background: #fff;	*/
	-webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -ms-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
	/*border-bottom: 5px solid var(--templatefarbe_hex);*/
    /*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);	*/
}

#kopfbereich{
	width: 100%;
	background-color: transparent;
}

#innerkopfbereich{
	background-color: transparent;
}

#kopfbereich .container {
	background-color: transparent;
}


/* TEASER -------------------------------*/
/* TEASER -------------------------------*/
/* TEASER -------------------------------*/

#teaser {
    overflow: hidden !important;
    position: relative;	
}

#teaser {
	clear: both;
	width: 100%;
	height: 100%;	
	padding-top: 110px;	
}
@media (min-width: 576px) {
#teaser {
	padding-top: 125px;	
}
}
@media (min-width: 768px) {
#teaser {
	width: 100%;
	height: 100%;
	padding-top: 0;	
}
}
@media (min-width: 992px) {
#teaser {
	padding-top: 0;	
}
}
@media (min-width: 1200px) {
#teaser {
	padding-top: 0;	
}
}

/*@media (min-width: 992px) {
.startseite #teaser {					
	-webkit-transition: margin-top 0.8s linear;
	-moz-transition: margin-top 0.8s linear;
	-ms-transition: margin-top 0.8s linear;	
	-o-transition: margin-top 0.8s linear;	
	transition: margin-top 0.8s linear;	
}	

.startseite.scrolled #teaser {	
	margin-top: -50px !important;
	-webkit-transition: margin-top 0.8s linear;
	-moz-transition: margin-top 0.8s linear;
	-ms-transition: margin-top 0.8s linear;	
	-o-transition: margin-top 0.8s linear;	
	transition: margin-top 0.8s 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;
    color: #fff !important;
    /*text-shadow: 1px 1px #444;*/
    position: absolute;
    bottom: 60px;
    z-index: 100;	
}
}

@media (min-width: 768px) {
.welcome {
    position: absolute;	
    padding: 12px 15px;	
    bottom: 25px;	
}
}
@media (min-width: 992px) {
.welcome {
    padding: 20px 30px;	
    bottom: 200px;		
}
}

: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: 15px 0px 20px 0px;
}
@media (min-width: 768px) {
#hauptbereichwrap {
	padding: 30px 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;						
}					
}	



#hauptbereich {
    position: relative;
}


.startsymbole {
    margin-bottom: 3em;
}


/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footerwrap {
	margin-top: 7em;
}
@media (min-width: 576px) {
    #footerwrap {
        margin-top: 6em;
    }
}
@media (min-width: 768px) {
    #footerwrap {
        margin-top: 0em;
    }
}

/* 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;
}
}
*/







#teaser::before {    
	left: -10%;
    content: '';
    z-index: 1000;
    width: 120%;
    height: 50px;
    position: absolute;
	background-position: left bottom;
	background-repeat: no-repeat;	
    background-color:rgba(var(--hintergrundfarbe_rgb),1.0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
	margin-top: 0;	
}
@media (min-width: 576px) {	
#teaser::before {
    height: 70px;
	background-position: left bottom;
	background-repeat: no-repeat;	

}	
}
@media (min-width: 768px) {	
#teaser::before {
    height: 163px;
	margin-top: 5px;
    background-color:rgba(var(--hintergrundfarbe_rgb),0.95);	
}	
}
@media (min-width: 992px) {	
#teaser::before {
    height: 187px;
}
}
@media (min-width: 1200px) {	
#teaser::before {
    height: 193px;
}	
}
@media (min-width: 1440px) {	
#teaser::before {
    height: 200px;
}	
}

#teaser::before {
	border-bottom: 5px solid;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
.scrolled #teaser::before {
	border-bottom: 5px solid;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
@media (min-width: 1200px) {
#teaser::before {
	border-bottom: 8px solid;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
.scrolled #teaser::before {
	border-bottom: 8px solid;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;	
	-o-transition: all 0.4s linear;	
	transition: all 0.4s linear;		
}
}


#teaser::after {    
	left: -10%;
    content: '';
    z-index: 1000;
    width: 120%;
    height: 185px;
    position: absolute;
	background-position: right top;
	background-repeat: no-repeat;	
    background-color:rgba(var(--hintergrundfarbe_rgb),0.0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
@media (min-width: 576px) {	
#teaser::after {	
    height: 185px;
	background-position: right top;
	background-repeat: no-repeat;
}
}
@media (min-width: 768px) {	
#teaser::after {	
    height: 155px;
    background-color:rgba(var(--hintergrundfarbe_rgb),0.95);
	border-top: 5px solid;		
}
}
@media (min-width: 992px) {
#teaser::after {	
    height: 175px;	
}
}
@media (min-width: 1200px) {
#teaser::after {	
    height: 185px;
}
}

/* überschreibt class.elements */
@media (min-width: 768px) {					
 #hauptbereichwrap {					
	margin-top: 95px !important;
}
}

@media (min-width: 992px) {					
 #hauptbereichwrap {					
	margin-top: 120px !important;
}
}						

@media (min-width: 1200px) {					
 #hauptbereichwrap {					
	margin-top: 130px !important;
}				
}




@media (min-width: 768px) {	
.unterseite #hauptbereichwrap:before {
    left: -10%;
    content: '';
    z-index: 1000;
    width: 100%;
    position: absolute;
    background-color: rgb(var(--winkelfarbe_rgb), 0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);	
    height: 165px;
	margin-top: -245px !important;
	background-position: left bottom;
	background-repeat: no-repeat;
}	
}
@media (min-width: 992px) {	
.unterseite #hauptbereichwrap:before {
    height: 190px;
	margin-top: -274px !important;	
}
}
@media (min-width: 1200px) {	
.unterseite #hauptbereichwrap:before {
    height: 245px;
	margin-top: -330px !important;	
}	
}
@media (min-width: 1440px) {	
.unterseite #hauptbereichwrap:before {
    height: 265px;
	margin-top: -321px !important;	
}	
}


#shariff-buttons {
    margin-bottom: 8em;
}


body {

}

#farbboxfooter {
    background: #444;
    /* bottom: 100px; */
    content: '';
    display: block;
    height: 170px;
	top: -105px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);	/* da rotate horizontale Scrolleiste verursacht */
    transform-origin: 100%;
	z-index: 5000;
}


#footerwrap {
	position: relative !important;
}

#innerfooterwrap {
    position: relative;
	z-index: 7000;
	width: 100%;
	height: auto;
	display: block;
	background: #444;	
}

#farbboxfooter {
	position: relative !important;
	z-index: 6000;	
}

#innerfooter {
    background-color: #444;
    margin-top: -160px;
}



@media (min-width: 992px) {	
#footerwrap::before {

}
}
@media (min-width: 1200px) {	
#footerwrap::before {

}	
}
@media (min-width: 1440px) {	
#footerwrap::before {			
}	
}



.claim-slide {
	transform: skewy(-3deg);
	margin-top: -50px;
}

.claim-slide .claimbox {
    transform: skewy(3deg);
}


#slide1,
#slide2,
#slide3,
#slide4,
#slide5,
#slide6 {
	margin-top: -50px;
}




@media (max-width: 767px) {	
#kopfbereichwrap {
	background-color:rgba(var(--hintergrundfarbe_rgb),1.0);
}	
}

#kopfbereichwrap::after {
    background: rgba(var(--hintergrundfarbe_rgb),0);
    /* bottom: 100px; */
    content: '';
    display: block;
    height: 145px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);	/* da rotate horizontale Scrolleiste verursacht */
    transform-origin: 100%;
	z-index: 5000;	
	margin-top: -300px;
	opacity: 0;	
	transition-delay: 2.0s;
	-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;		
}

.scrolled #kopfbereichwrap::after {
    background: rgba(var(--hintergrundfarbe_rgb),1);
    /* bottom: 100px; */
    content: '';
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);	/* da rotate horizontale Scrolleiste verursacht */
    transform-origin: 100%;
	z-index: 5000;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);	
	margin-top: -80px;
	opacity: 1;
	transition-delay: 2.0s;	
	-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;			
	border-bottom: 5px solid rgba(var(--templatefarbe_rgb), 0.85);	
}
@media (min-width: 1200px) {	
.scrolled #kopfbereichwrap::after {
	border-bottom: 8px solid rgba(var(--templatefarbe_rgb), 0.85);	
}
}