/*
*
*
*
*
*
*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-07 */
/*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 ----------------------------------------*/

@media (max-width: 767px) {	
#kopfbereichwrap {
	background-color:rgba(var(--hintergrundfarbe_rgb),1.0);
}	
}
	
#kopfbereichwrap {
	height: 110px;	
}
@media (min-width: 576px) {
#kopfbereichwrap {
	height: 125px;	
}
.scrolled #kopfbereichwrap {
	height: 125px;	
}
}
@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{
	background: transparent;
	-webkit-transition: background-color 1.2s linear;
    -moz-transition: background-color 1.2s linear;
    -ms-transition: background-color 1.2s linear;
    -o-transition: background-color 1.2s linear;
    transition: background-color 1.2s linear;
	/*border-bottom: 5px solid var(--templatefarbe_hex);*/
}
.scrolled #upperkopfbereichwrap{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);
	background: var(--menuhintergrundfarbe_hex);
}

.startseite #upperkopfbereichwrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6000;
	border-bottom: 5px solid transparent;
	background-color: var(--menuhintergrundfarbe_hex);	
}
@media (min-width: 576px) {
.startseite #upperkopfbereichwrap {
	background-color: transparent;
}
}

.startseite.scrolled #upperkopfbereichwrap {
 	background-color: var(--menuhintergrundfarbe_hex);
	-webkit-transition: background-color 1.2s linear;
    -moz-transition: background-color 1.2s linear;
    -ms-transition: background-color 1.2s linear;
    -o-transition: background-color 1.2s linear;
    transition: background-color 1.2s 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%;	
    padding: 10px 15px;    
	border-radius: 2px;
    vertical-align: middle;
    /*text-shadow: 1px 1px #444;*/
    position: absolute;
    bottom: 90px;
    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: 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;
}




/* 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;
}
}
*/






#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(--menuhintergrundfarbe_rgb),1)!important;
    -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(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
	margin-top: 3px
}
@media (min-width: 576px) {	
#teaser::before {
    height: 70px;
	background-position: left bottom;
	background-repeat: no-repeat;	

}	
}
@media (min-width: 768px) {	
#teaser::before {
    height: 165px;
    background-color:rgba(var(--menuhintergrundfarbe_rgb),0.95)!important;
}	
}
@media (min-width: 992px) {	
#teaser::before {
    height: 190px;
}
}
@media (min-width: 1200px) {	
#teaser::before {
    height: 245px;
}	
}
@media (min-width: 1440px) {	
#teaser::before {
    height: 265px;
}	
}

#teaser::after {    left: -10%;
    content: '';
    z-index: 1000;
    width: 120%;
    height: 50px;
    position: absolute;
	background-position: right top;
	background-repeat: no-repeat;	
    background-color:rgba(var(--templatefarbe_rgb), 0.8);
    -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(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
@media (min-width: 576px) {	
#teaser::after {	
    height: 70px;
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -70px;	
}
}
@media (min-width: 768px) {	
#teaser::after {	
    height: 165px;	
	margin-top: -165px;	
}
}
@media (min-width: 992px) {
#teaser::after {	
    height: 190px;	
	margin-top: -190px;	
}
}
@media (min-width: 1200px) {
#teaser::after {	
    height: 245px;
	margin-top: -245px;	
}
}
@media (min-width: 1440px) {
#teaser::after {	
    height: 265px;
	margin-top: -265px;
}
}

/* ü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(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);	
    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;	
}	
}