#info-box-1 .box.box-style-2 {
    padding: 50px 40px;
    margin-top: -50px;
    margin-bottom: 0;
}	
.headline:before {
	color: #85c334;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -2px;
	content: "-";
}
.headline-small {
    margin-bottom: 20px !important;
}
	


#bg-solid { background-color: #f39200; }

.testimonial-small {
    padding: 50px 40px 20px 40px;
    min-height:200px;
}

/* CLIENT LOGOS */
.clients-logos { margin-bottom:10px;}
#bg-104 {
    padding: 60px 0 40px 0;
    margin-bottom: 0;
    background-image: url(/images/backgrounds/1920x800-2.jpg);
}
	

/* UNVERBINDLICHE ANFRAGE */
#bg-101 {
    padding: 60px 0 40px 0;
    margin-bottom: 0;
    background-image: url(/images/backgrounds/1920x800-1.jpg);
}


#bg-102 {
    padding: 60px 0 10px 0;
    margin-bottom: 0;
    background-image: url(/images/backgrounds/1920x800-2.jpg);
}
#bg-103 {
    padding: 60px 0 10px 0;
    margin-bottom: 0;
    background-image: url(/images/backgrounds/1920x800-3.jpg);
}

.icon-color-black { color: #000 !important; }


.page-header-small {
    padding: 20px 0 !important;
    margin-bottom: 40px !important;
    text-align: left !important;
}
/*.page-header-small {
    padding: 20px 0 !important;
    margin-bottom: 40px !important;
    background: #eaeaea no-repeat center center !important;
    color: #4b4b4b !important;
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
}*/
/*.page-header-admin {
    padding: 20px 0 !important;
    margin-bottom: 40px !important;
}*/

.alert-link:link, 
.alert-link:active    {color:#ffffff !important;text-decoration:none;}
.alert-link:visited   {color:#ffffff !important;text-decoration:none;}
.alert-link:hover     {color:#ffffff !important;text-decoration:underline;}

.link-white:link, 
.link-white:active    {color:#ffffff !important;text-decoration:none;}
.link-white:visited   {color:#ffffff !important;text-decoration:none;}
.link-white:hover     {color:#ffffff !important;text-decoration:underline;}


/*.menu           
{ 
    background-color: #dcdcdc; 
    cursor: pointer; 
    border: none;
}
.menu:active    { background-color: #dcdcdc; }
.menu:visited   { background-color: #dcdcdc; }
.menu:hover     { background-color: #cccccc; }

.menu-active          
{ 
    background-color: #f39200; 
    cursor: pointer; 
    border: none;
}
.menu-active:active    { background-color: #f39200; }
.menu-active:visited   { background-color: #f39200; }
.menu-active:hover     { background-color: #e08600; }*/


/* TABS */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #f39200;
    border: 1px solid #f39200;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    color: #252525;
}
.nav-tabs>li>a:hover {
    background-color: #ffffff;
}

.portfolio-grid .item.width-small { width: 16.66666666666667%; } 
.portfolio-grid.gutter-small { margin: -5px -5px 20px -5px; }
.portfolio-grid.gutter-small .item { padding: 5px; }
	

.fixed-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index:99999999;
}

#header.stuck {
    /*filter: alpha(opacity=95);
    opacity: 0.95;*/
}


/* Dividers */
hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}
hr.short {	margin: 11px 0;}
hr.tall {	margin: 44px 0;}
hr.taller {	margin: 66px 0;}
hr.solid {	background: #DBDBDB; }
hr.light {
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}
hr.invisible {	background: none; }



    
.btn-white { 
	background-color: #fff;
	color: #252525 !important;
}
	
.btn-white:hover { 
    background-color: #252525; 
	color: #fff !important;
}


#header.stuck {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.text-highlight-inverted { color: #ffffff; }