/* Add here all your CSS customizations */
.custom-divider {
    height: 56px;
    background: 
    transparent url(../img/custom-divider-2.png) no-repeat center center;
}
.custom-divider-black {
    height: 56px;
    background: 
    transparent url(../img/custom-divider-1.png) no-repeat center center;
}
.img-thumbnail {
    padding: .25rem;
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.fett {
    font-weight: 500 !important;
}
.left {
	text-align: left !important;
}
.black {
	color:#333;
}
.green {
	color:#b0cb1f;
}
.grau {
	color:#fff;
}
.dgrau {
	color:#777;
}
.alert-warning {
	background: rgba(71, 164, 71, 0.95);
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(71, 164, 71, 0.95);
}
.hidden-xs {
	display:none !important;
}
@media (max-width: 991px) {
.hidden-xs {
	display:block !important;
}
#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
		margin-top: 0px !important;
	}
}
.font_small {
	font-size:13px;
}
.bord-white {
	border:1px solid white;
}
.bord-black {
	border:1px solid #444;
}
.smaller {
	font-size:11px;
}
.border-top {
	border-top:2px solid #444 !important;
}
.border-bottom {
	-webkit-box-shadow: 0 0 10px rgba(162, 162, 162, 0.9);
	box-shadow: 0 0 10px rgba(162, 162, 162, 0.9);
}
.text14 {
	font-size:14px;
}
.line {
	line-height: 26px;
}
.alert-success {
    color: #155724;
    background-color: #b0cb1f;
    border-color: #155724;
}
@media (max-width: 991px) {
	.col-lg-1 {
		display:none !important;	
	}	
	.col-lg-2 {
		display:none !important;	
	}	
}