/*
*
*
*
*
*
*Diese Datei ist urheberrechtlich geschützt von "Rene Weik | werbeweik.de, reneweik.de" und darf nicht kopiert oder auf anderen Webseiten verwendet werden.
*
*
*
*
*
*/
/*Template: 07b */
/*Templatefarbe: #ee7f01 /   */

/* 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- 
*/

/*Telefon*/
#telefon{
	width: 100%;
	height: 35px;
	text-align: right;
	background-color: #222;
}
#telefon .navbar-text {
	text-align: center;
	margin: 2px 0px;
	font-size: 15px;
	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: 16px;
}
}



/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
/* KOPFBEREICH ----------------------------------------*/
#kopfbereich{
	border-bottom: solid 5px #222;						
}
@media (min-width: 600px) {
#kopfbereich{
	border-bottom: solid 6px #222;			
}
}
@media (min-width: 768px) {
#kopfbereich{
	border-bottom: solid 7px #222;			
}
}
@media (min-width: 992px) {
#kopfbereich{
	border-bottom: solid 8px #222;			
}
}
@media (min-width: 1200px) {
#kopfbereich{
	border-bottom: solid 10px #222;			
}
}

#innerkopfbereich{
	height: 90px;	
}
@media (min-width: 768px) {
#innerkopfbereich{
	height: 130px;	
}
}
@media (min-width: 992px) {
#innerkopfbereich{
	height: 175px;
}
}

@media (min-width: 768px) {
#logo {
    padding: 25px 0;
}
}

@media (min-width: 992px) {
#mainmenu .navbar-default {
    margin-top: 60px;
}
} 

/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/
/* HAUPTBEREICH----------------------------------------*/

div.startseite #hauptbereich {
    padding-top: 15px;
}
@media (min-width: 768px) {
div.startseite #hauptbereich {
    padding-top: 30px;
}
}

div.produktseite #hauptbereich {
    padding-top: 0px;
}
@media (min-width: 768px) {
div.produktseite #hauptbereich {
    padding-top: 30px;	
}
}
@media (min-width: 992px) {
div.produktseite #hauptbereich {
    padding-top: 30px;	
}
}

#hauptbereichwrap {
	width: 100%;
	border-top: 15px solid #ee7f01;				
}
@media (min-width: 768px) {
#hauptbereichwrap {
	border-top: 30px solid #ee7f01;
	background: url(../img/bgeffect2.jpg) top repeat-x;			
}
}
@media (min-width: 992px) {
#hauptbereichwrap {
	border-top: 30px solid #ee7f01;			
	background: url(../img/bgeffect.jpg) top repeat-x;						
}
}


.breadcrumb {
    padding: 0px;
    margin-top: 15px;    
	margin-bottom: 15px;
    list-style: none;
    background-color: inherit;
    border-radius: 0px;
}
@media (min-width: 768px) {
.breadcrumb {
    margin-top: 15px;    
	margin-bottom: 15px;
}
}


/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
/* FOOTER----------------------------------------------------*/
#footerwrap {
	width: 100%;
	background: url(../img/bgeffect.jpg) top repeat-x;
}

#innerfooter {
	background-color: #222;
	padding: 0 20px;
	border-left: solid 0px #fff;
	border-right: solid 0px #fff;		
}
@media (min-width: 992px) {
#innerfooter {
	border-left: solid 33px #fff;
	border-right: solid 33px #fff;	
}
}
@media (min-width: 1200px) {
#innerfooter {
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;	
}
}

/*schmaler weißer Rand für Startseite, Anfahrt und Über-uns*/
#innerfooter2 {
	background-color: #222;
	padding: 0 20px;
	border-left: solid 0px #fff;
	border-right: solid 0px #fff;		
}
@media (min-width: 992px) {
#innerfooter2 {
	border-left: solid 18px #fff;
	border-right: solid 18px #fff;	
}
}
@media (min-width: 1200px) {
#innerfooter2 {
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;	
}
}

/* 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;
}