/*
*
*
*
*
*
*Diese Datei ist urheberrechtlich geschützt von "Rene Weik | werbeweik.de, reneweik.de" und darf nicht kopiert oder auf anderen Webseiten verwendet werden.
*
*
*
*
*
*/
/*Template: 09 */
/*Templatefarbe: #ee0000 /   */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/

/*Telefon*/
#telefon{
	width: 100%;
	height: 30px;
	text-align: right;
	background-color: #444;
}
#telefon .navbar-text {
	text-align: center;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;	
}
@media (min-width: 768px) {
#telefon .navbar-text {
	float: right;	
}
}
@media (min-width: 1200px) {
#telefon .navbar-text {
	font-size: 15px;
}
}



/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/

/* STÖRER*/
.stoererdiv {
	position: relative;
}
.stoerer {
	position: absolute;
	z-index: 5000;	
	bottom: -216px;
	right: 25px;
	width: 150px;	
	background: transparent;
}

/* LOGO*/
#logo {
	height: 100%;
	padding: 15px 0;
	float: left;
	display: flex;
	align-items: center;
	text-align: left;
}
#logo,
#logo a {
	width: 200px;
}
@media (min-width: 768px) {
#logo,
#logo a {
	width: 165px;
}
}
@media (min-width: 992px) {
#logo,
#logo a {
	width: 250px;
}
}
@media (min-width: 1200px) {
#logo,
#logo a {
	width: 300px;	
}
}

#logo img {
    float: left;
    max-width: 100%;
    height: auto;
    max-height: 70px;			/*change Logo-size here*/
}
@media (min-width: 768px) {
#logo img {
    max-height: 90px;			/*change Logo-size here*/
}
}
@media (min-width: 992px) {
#logo img {
    max-height: 90px;			/*change Logo-size here*/
}
}
@media (min-width: 1200px) {
#logo img {
    max-height: 110px;			/*change Logo-size here*/	
}
}

#logo a {
	margin: 0;
}


/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/

#innerhauptbereich {
    border-top: solid #ee0000 4px;
    padding-top: 30px;
}
@media (min-width: 768px) {
#innerhauptbereich {
    padding-top: 50px;
}
}

.breadcrumb {
	margin-top: 0;
}


/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footerwrap {
	width: 100%;
	background-color: #444;
}

#innerfooter {
	background-color: #444;
	padding: 0 0px;
}

/* ADRESSTEXT */
#footer p {
	color: #dedede;
}

/* BUTTON FOOTER */
#footer .btn,
#footer .btn-footer {
	font-size: 13px;
	color: #dedede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;  
	border-radius: 4px;  	
}
@media (min-width: 1200px) {
#footer .btn,
#footer .btn-footer {
	font-size: 15px;
}
}

#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;
}