/*
*
*
*
*
*
*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-21 */
/*Templatefarbe: #e2001a / 226,0,26  */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/

/*Telefon*/
#telefon{
	width: 100%;
	height: 30px;
	text-align: right;
	background-color: #fff;
}
#telefon .navbar-text {
	text-align: center;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #444;	
}
@media (min-width: 768px) {
#telefon .navbar-text {
	float: right;	
}
}


/* KOPFBEREICH/UPPERKOPFBEREICHWRAP--------------------*/
/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
#upperkopfbereichwrap{
	background-image: url(../img/bg4.jpg);
	background-position: top;
	background-repeat: repeat-x;								
}
@media (min-width: 576px){
#upperkopfbereichwrap{
	background-image: url(../img/bg4.jpg);
	background-position: top;
	background-repeat: repeat-x;								
}
}
@media (min-width: 768px) {
#upperkopfbereichwrap{
	background-image: url(../img/bg3.jpg);
	background-position: top;
	background-repeat: repeat-x;								
}
}
@media (min-width: 992px) {
#upperkopfbereichwrap{
	background-image: url(../img/bg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
}
@media (min-width: 1200px) {
#upperkopfbereichwrap{
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;								
}	
}
#kopfbereich{
	background-color: transparent !important;
	padding: 10px 0 !important;
}


#innerkopfbereich{
    background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
#innerkopfbereich{
    background-color: transparent;
}
}

#innerteaser {		
	clear: both;
	background-color: #fff;						/*Farbe des Rahmen imoberen bereich*/
	text-align: center;
}

/* HAUPTNAVIGATION -------------------------------*/
/* HAUPTNAVIGATION -------------------------------*/
/* HAUPTNAVIGATION -------------------------------*/
#mainmenu .navbar-default ul.nav li a {
    padding: 3px 6px;
}

@media (min-width: 992px){
#mainmenu .navbar-default ul.nav li a {
    padding: 6px 6px;
}
}
@media (min-width: 1200px){
#mainmenu .navbar-default ul.nav li a {
    padding: 9px 9px;
}
}

#mainmenu .navbar-default ul.nav > li > a {
	color: #fff;
}
#mainmenu .navbar-default ul.nav li a.active,
#mainmenu .navbar-default ul.nav li a.active:hover,
#mainmenu .navbar-default ul.nav li a.active:focus {
	color: #fff;				
	cursor: default;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;  
	border-radius: 0px;  	
}
#mainmenu .navbar-default ul.nav li a:hover,
#mainmenu .navbar-default ul.nav li a:focus {
	color: #444;
	text-decoration: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;  
	border-radius: 0px;  	
}

#mainmenu .navbar-default ul.nav li a.active {
	color: #fff;
}

#mainmenu .navbar-default ul.nav li a:hover,
#mainmenu .navbar-default ul.nav li a:focus {
	color: #030303;
	text-decoration: none;
	background-color: #f1f1f1;
}

/* DROPDOWN --------------------------------------------------*/

li.dropdown-submenu a:hover,
li.dropdown-submenu a:focus {
	background-color: #444!important;
	color: #fff!important;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
	background-color: #444!important;
	color: #fff!important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555!important;
    background-color: #fff;
}
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  	background-color: #444!important;
	color: #fff!important;
}



/* HAUPTNAVIGATION TOGGLE-SYMBOL-------------------------------*/
/* HAUPTNAVIGATION TOGGLE-SYMBOL-------------------------------*/
/* HAUPTNAVIGATION TOGGLE-SYMBOL-------------------------------*/
#mainmenu .toggle-wrap{
	right: 30px;
	top: -66px;
	width: 45px;
}
@media (min-width: 768px){
	#mainmenu .toggle-wrap{
		right: 30px;
		top: -66px;
		width: 33px;
	}
}

#mainmenu button.navbar-toggle {
	padding: 3px 5px 5px 5px;
	margin-top: 0px;
}
@media (min-width: 576px){
	#mainmenu button.navbar-toggle {
		padding: 3px 5px 5px 5px;
		margin-top: -3px;
	}
}
@media (min-width: 768px){
	#mainmenu button.navbar-toggle {
		margin-top: -2px;
	}
}


#mainmenu button.navbar-toggle:hover, 
#mainmenu button.navbar-toggle:focus {
	background-color: #fff;
}

#mainmenu .togglehead{
	position: absolute;
	left: -25px;
	top: 35px;
	color: #fff;
}
@media (min-width: 576px){
#mainmenu .togglehead{
	position: absolute;
	left: -30px;
	top: 32px;
	color: #fff;
}
}
@media (min-width: 768px){
#mainmenu .togglehead{
	top: 33px;
}
}

@media (max-width: 991px) {
.navbar-default .toggle-wrap .navbar-toggle .icon-bar {
    background-color: #fff;
}
}

#mainmenu .toggle-wrap .navbar-toggle.active:hover .icon-bar.bar2,
#mainmenu .toggle-wrap .navbar-toggle.active:focus .icon-bar.bar2 {
	background-color: transparent;
}
}

#mainmenu .navbar-default .toggle-wrap .navbar-toggle:hover .icon-bar,
#mainmenu .navbar-default .toggle-wrap .navbar-toggle:focus .icon-bar {
    background-color: #444;
}

/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
#hauptbereichwrap {
	width: 100%;					
	margin-top: 140px !important;	
}
@media (min-width: 768px) {
#hauptbereichwrap {
	width: 100%;
    padding-top: 15px;
	border-top: solid 8px #444;					
	margin-top: 145px !important;	
}
}
@media (min-width: 992px) {
#hauptbereichwrap {
	border-top: solid 10px #444;		
	margin-top: 170px !important;
    padding-top: 30px;		
}
}
@media (min-width: 1200px) {
#hauptbereichwrap {
	margin-top: 200px !important;
}
}


#innerhauptbereich {
/*	max-width:100%;*/
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	background-color: #fff;	
}


#innerhauptbereich {
	padding: 0px 0;
}
@media (min-width: 768px) {
#innerhauptbereich {
	padding: 30px 0;
}
}

.startseite #innerhauptbereich {
	padding: 15px 0;
}
@media (min-width: 768px) {
.startseite #innerhauptbereich {
	padding: 30px 0;
}
}



@media (min-width: 768px) {
#hauptbereich-farbbox {
	height: 222px;
	width: 100%;	
	background: linear-gradient(to bottom, rgba(var(--templatefarbe_rgb), 1), rgba(255,255,255,1));
	position: absolute;
	top: 0;
	z-index: -500;	
}
}
@media (min-width: 992px) {
#hauptbereich-farbbox {
	height: 305px;	
}
}
@media (min-width: 1200px) {
#hauptbereich-farbbox {
	height: 355px;	
}
}


/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footerwrap {
	width: 100%;
	background-color: #464646;
}

#innerfooter {
	background-color: #464646;
}

/* ADRESSTEXT */
#footer p {
	color: #dedede;
}

/* 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; 	
}
}



.shortcuts-telefon {
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-telefon:focus,
.shortcuts-telefon:hover,
.shortcuts-telefon:active {
    background: rgba(68,68,68,1);
    color: #fff;
}

.shortcuts-kontakt {
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-kontakt:focus,
.shortcuts-kontakt:hover,
.shortcuts-kontakt:active {
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-kontakt i {
    margin-left: 17px !important;
}

.shortcuts-anfahrt {
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-anfahrt:focus,
.shortcuts-anfahrt:hover,
.shortcuts-anfahrt:active {
    background: rgba(68,68,68,1);
    color: #fff;
}

.shortcuts-jobs {
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-jobs:focus,
.shortcuts-jobs:hover,
.shortcuts-jobs:active {
    background: rgba(68,68,68,1);
    color: #fff;
}

.shortcuts-rechts h3:nth-child(1) a {	
    background: rgba(68,68,68, 1);
    color: #fff;
}
.shortcuts-rechts h3:nth-child(2) a {	
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-rechts h3:nth-child(3) a {	
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-rechts h3:nth-child(4) a {	
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-rechts h3:nth-child(5) a {	
    background: rgba(68,68,68,1);
    color: #fff;
}
.shortcuts-rechts h3:nth-child(6) a {	
    background: rgba(68,68,68,1);
    color: #fff;
}

#logo {
	background-color: #fff;
}

@media (min-width: 992px) {
.scrolled #innerkopfbereich #logo {
	padding: 20px 0 !important;		
}
}
@media (min-width: 1200px) {
.scrolled #innerkopfbereich #logo {
	padding: 20px 0 !important;		
}
}

#innerkopfbereich {
	height: 90px !important;
}
.scrolled #innerkopfbereich {
	height: 90px !important;
}
@media (min-width: 768px) {
#innerkopfbereich {
	height: 90px !important;
}
.scrolled #innerkopfbereich {
	height: 90px !important;
}
}
@media (min-width: 992px) {
#innerkopfbereich {
	height: 110px !important;
}
.scrolled #innerkopfbereich {
	height: 110px !important;
}
}
@media (min-width: 1200px) {
#innerkopfbereich {
	height: 140px !important;	
}
.scrolled #innerkopfbereich {
	height: 140px !important;
}
}

@media (min-width: 1200px) {
#mainmenu .navbar-default {
	margin-top: 0px !important;	
}
.scrolled #innerkopfbereich #mainmenu .navbar-default {
	margin-top: 0px !important;
}	
}



@media (min-width: 768px) {

}


#logo {
	border-left: 15px #fff solid;
	border-right: 16px #fff solid;	
}
@media (min-width: 768px) {
#logo {
	border-left: 30px #fff solid;
	border-right: 31px #fff solid;	
}
}

#logo{
	height: 100%;
	width: 160px;	
	float: left;
	padding: 21px 0;		
}
@media (min-width: 576px) {
#logo{
	width: 175px;	
	padding: 18px 0;
}
}
@media (min-width: 768px) {
#logo{
	width: 200px;	
	padding: 19px 0;
}
}
@media (min-width: 992px) {
#logo{
	width: 249px;	
	padding: 20px 0;
	
}
}
@media (min-width: 1200px) {
#logo{
	width: 330px;	
	padding: 20px 0;		
}
}

#innerkopfbereich {
    transition: none !important;
}

@media (min-width: 768px) {
#teaser{
	padding-top: 30px;
}
}
