/*
*
* Orange: #EE7D1D
* V2J-Dunkelgrau: #575757
*
*/

/*
* IN VARIABLE.LESS definiert:
* navbar-height: 35px;
*
*/


/** FONT Styles **/
h2{
	font-family: 'Anton', sans-serif;
	text-decoration: underline;
	text-decoration-color: #EE7D1D;
}
h3{
	font-family: 'Anton', sans-serif;
	text-decoration: underline;
	text-decoration-color: #EE7D1D;
	font-size: 25px;
}

/** Shrink Header **/
nav.shrink{
	margin-top: -12px;
}
.navbar-header.shrink{
	max-height: 50px;
}
.navbar-header.shrink img{
	max-width: 350px;
	margin-top: -6px;
}
nav.shrink, .navbar-header.shrink img, nav, .navbar-header img{
	transition:all 0.4s ease;
}


/** Navigation Styling **/
.t3-mainnav .t3-navbar {
    float: right !important;
}
.t3-mainnav {
    border: 0;
    border-bottom: 1px solid #EE7D1D;
    margin-bottom: 0;
    border-radius: 0;
	//min-height: 58px;
}
.navbar-nav a {
	color: #575757 !important;
	font-size: 20px !important;
	font-family: 'Anton', sans-serif;
}
.navbar-nav i {
	font-size: 10px !important;
}
.navbar-nav a:hover {
	//color: #EE7D1D !important;
	//transition:all 0.2s ease;
}
.fa{
	font-size: 17px !important;
}
.dropdown-menu {
    background-color: #B8B8B8;
    border: 0px solid #444444;
}
.mega-nav > li.open > a,
.dropdown-menu .mega-nav > li.open > a {
    background: transparent !important;
  }


/** Home Boxen **/
.home_boxes{
	position:relative;
	text-align: center;
	padding: 20px 10px 10px 10px;
	min-height: 355px;
	text-decoration: none;
}
.home_boxes img{
	width: 100px;
	height: 100px;
}
.home_boxes a{
	position:absolute;
	bottom:0;
	left:0;
}
.home_boxes h2{
	font-family: 'Anton', sans-serif;
	text-decoration: underline;
	text-decoration-color: #EE7D1D;
}
.module_box_bg{
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.custom_bottom_spacer{
	margin-bottom: 20px;
}
.map_padding{
	padding: 10px;
}

.btn {
    background-color: #575757;
	border-top: 2px solid #EE7D1D;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #575757;
}


.header_icons{
	min-width: 100px;
	float: right;
}
.header_icons i{
	float: right;
	padding: 5px;
	font-size: 20px;
}

.border{
	border: 1px solid #000;
}

.logo {
  padding: 8px !important;
  margin: 0 !important; /*10px*/
}

.logo > a {
	background: transparent !important;
}

.logo-image > a {	
    max-width: 400px !important;
	background: transparent !important;
}

.slider{
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	background: #EE7D1D !important;
}


#content-spacer{
	height: 20px;
}


