/*
*
*
*
*
*
*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-02 */
/*Templatefarbe: #007c46 / 0,124,70   */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/
#wrap {
	height: 100%;
}

.startseite .innerwrap {
	height: 100%;
}



/* INFOBAR ----------------------------------------*/
@media (min-width: 768px) {
#infobar {
	transition-delay: 1.0s;		
	margin-top: -35px;
	-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;		
}
.scrolled #infobar {
	transition-delay: 1.0s;		
	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;	
}
@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 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 #007c46;*/
}
.scrolled #upperkopfbereichwrap{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.40);
	background: #fff;	
}

.startseite #upperkopfbereichwrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6000;
	border-bottom: 5px solid transparent;
	background-color: #fff;	
}
@media (min-width: 576px) {
.startseite #upperkopfbereichwrap {
	background-color: transparent;
}
}

.startseite.scrolled #upperkopfbereichwrap {
 	background-color: #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 #007c46;*/
    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 30px;
}

.welcomebox {
	position: relative;
}

@media (max-width: 767px) {
.welcome {
	width: 100%;	
    background: rgba(0,124,70,0.85);
    padding: 10px 15px;    
	border-radius: 2px;
    vertical-align: middle;
    color: #fff !important;
    /*text-shadow: 1px 1px #818080;*/
    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;
}
}

.welcome h2{
	font-size: 24px;	
}
@media (min-width: 768px) {
.welcome h2{
	font-size: 27px;	
}
}
@media (min-width: 992px) {
.welcome h2{
	font-size: 33px;	
}
}
@media (min-width: 1200px) {
.welcome h2{
	font-size: 36px;	
}
}

.welcome h3{
	font-size: 18px;
}
@media (min-width: 768px) {
.welcome h3{
	font-size: 16px;
}
}
@media (min-width: 992px) {
.welcome h3{
	font-size: 22px;
}
}
@media (min-width: 1200px) {
.welcome h3{
	font-size: 24px;
}
}

.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: #818080;
    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: #818080;
    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: #fff;					/*Hintergrund Mittelbereich*/
	padding: 15px 0px 20px 0px;
}
@media (min-width: 768px) {
#hauptbereichwrap {
	padding: 30px 0px 40px 0px;	
}
}

@media (min-width: 768px) {
.startseite #hauptbereichwrap {
	padding: 45px 0px 40px 0px;	
}
}


#innerhauptbereich {
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	background-color: #fff;	
	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----------------------------------------------------*/
#footerwrap {
	background-color: #818080;
}

#footer {
	width: 100%;
	background-color: #818080;
}

#innerfooter {
	background-color: #818080;
}

/* ADRESSTEXT */
#footer p {
	color: #dedede;
}

/* BUTTON FOOTER */
#footer .btn,
#footer .btn-footer {
	font-size: 12px;
	color: #dedede;
	-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; 	
}
}
#footer .btn-footer:hover,
#footer .btn-footer:focus,
#footer .btn-footer.focus,
#footer .btn-footer:active,
#footer .open > .dropdown-toggle.btn-footer {
	color: inherit;
	background-color: #dedede;
}
#footer .btn-footer.active {
	color: inherit;
	background-color: #dedede;
}










/* 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(255,255,255,1);
    -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: 5px
}
@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(255,255,255,0.95);
}	
}
@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(0,124,70,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:#f2f2f2;
    -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;	
}	
}