/*
*
*
*
*
*
*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-25 */
/*Templatefarbe: #e2001a / 226,0,26 */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/


/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/


#upperkopfbereichwrap {
	background-color: var(--menuhintergrundfarbe_hex);	
}

#kopfbereich {
    padding: 0px 0px;
}
@media (min-width: 768px) {
#kopfbereich {
    padding: 0px 30px;
}
}


@media (min-width: 1200px) {
#logo {
    width: 270px;
    padding: 15px 0;
}
.scrolled #logo {
    padding: 15px 0;
}	
}


#hauptbereichwrap {					
	margin-top: 105px;
}

@media (min-width: 576px) {					
 #hauptbereichwrap {					
	margin-top: 120px;
}
}

@media (min-width: 768px) {					
#hauptbereichwrap {					
	margin-top: 125px !important;
}
}

@media (min-width: 992px) {					
	#hauptbereichwrap {					
		margin-top: 130px !important;
		-webkit-transition: margin 0.4s linear;
		-moz-transition: margin 0.4s linear;
		-ms-transition: margin 0.4s linear;	
		-o-transition: margin 0.4s linear;	
		transition: margin 0.4s linear;			
	}						
}
@media (min-width: 1200px) {					
	#hauptbereichwrap {					
		margin-top: 140px !important;
	}					
}


body.startseite #hauptbereichwrap {					
	padding-top: 0px !important;
	background-color: var(--menuhintergrundfarbe_hex);	
}
@media (min-width: 768px) {
	body.startseite #hauptbereichwrap {					
		padding-top: 0px !important;
	}
}
@media (min-width: 992px) {
	body.startseite #hauptbereichwrap {					
		padding-top: 0px !important;
	}
}
@media (min-width: 1200px) {
	body.startseite #hauptbereichwrap {					
		padding-top: 0px !important;
	}
}
@media (min-width: 1440px) {
	body.startseite #hauptbereichwrap {					
		padding-top: 20px !important;
	}
}



/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footer {
	padding-bottom: 0px;
}

/* 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; 	
}
}



#innerinfobar{
	padding: 0 15px;	
}
@media (min-width: 576px) {
#innerinfobar{
	padding: 0 15px;	
}
}
@media (min-width: 768px) {
#innerinfobar {
	padding: 0 30px;
}
}


