body
{
    color: #5a5a5a;
    background-color: #ffffff;    
}

/* logo
-------------------------------------------------- */

#logo, #logoTop
{
	display: block;
    width: 242px;
    height: 69px;

    background-color: #ffffff;
    background-image: url(../img/omc.gif);
    background-repeat: no-repeat;
}

#logo {
    margin-right: auto;
    margin-left: auto;
}

#logoTop {
	margin: 20px 0px;
}

@media (max-width: 768px)
{
    #logoTop
    {
        display: none;
    }

    #logo {
		display: block;
		width: 200px;
		height: 43px;
	    background-color: #ffffff;
	    background-image: url(../img/omc_small.gif);
	    background-repeat: no-repeat;	    
    }
}

.headline {
	color: #054;
	font-size: 26px;
	margin: 15px 10px 0px 10px;
}

@media (max-width: 1200px) {
	.headline {
		margin-top: 0px;
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.headline {		
		margin-bottom: 20px;
	}
}

/* navbar
-------------------------------------------------- */

@media (min-width: 1200px) {
	.navbar {
		min-height: 100px;		
	}

	#omcnavbar {
		padding-top: 25px;
	}

	.navbar-nav > li > a {
		font-size: 16px;
		font-weight: bold;
	}
}

@media (max-width: 768px) {
	.navbar-default {
		min-height: 75px;		
	}
	ul.nav {
		margin-top: 10px !important;
	}
}

.navbar-default .navbar-toggle {
	margin-top: 20px;
}

.navbar-wrapper
{
/*	margin-top: -50px; */
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #054;
	background-color: transparent !important;
}

ul.nav li.active a, ul.nav li.active a:focus{
	background-color: #054 !important;
}

ul.nav li.active a:hover {
	background-color: #1d6d54 !important;
}

.topactive > a, .topactive > a:focus, .topactive > a:hover {
	color: #054 !important;
}

/* navbar - login
-------------------------------------------------- */

#login-dp{
    min-width: 350px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color: #ffffff;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* contentboxes
-------------------------------------------------- */
.bigBox {
	background-color: #f8f8f8; 
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 20px 20px 60px 20px;
	margin-bottom: 20px;
}

.bigBox:hover {    
    box-shadow: 0 0 2px #333333;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;    
}

.menuBox {
	background-color: #f8f8f8; 
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

.menuBox:hover {    
    box-shadow: 0 0 2px #333333;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;    
}

.menuBox li a, .menubox li a:hover, .menubox li a:focus {
	color: #5a5a5a;
}

.menuBox li.active a, .menuBox li.active a:hover, .menuBox li.active a:focus{
	color: #054 !important;
}

@media (min-width: 768px) {
	.row-same-height {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.row-same-height > div[class*='col-'] {  
		display: flex;
		flex-direction: column;
	}
	.bigBox {
		height: 100%;
	}
}

@media (max-width: 995px) {
	.row-same-height > div[class*='col-'] {  
		width: 100%;
	}
}

/* content
-------------------------------------------------- */
h2 {
	margin-bottom: 12px;
}
h1, h2, h3 {
	color: #054;
}
h2 {
	font-size: 26px;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-size: 18px;
}

@media (max-width: 1200px) {
	#headImage {
		margin-bottom: 20px;
	}

	h2 {
		font-size: 22px;
	}	
}

ul {
	padding-left: 10px;
}

.content li {
	padding-bottom: 10px;
}

.mainContent li {
	margin-left: 20px;
}

.btn-bottom {
	margin-top: -120px;
	margin-left: 15px;
}

.btn-primary {
	color: #ffffff !important;
	background-color: #054;
}

.btn-primary:hover {
	background-color: #1d6d54;
}

.contentOverview ul {
    /* display: inline; */
    /* float: left; */
    margin-right: 50px;
}

.contentOverview ul li {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
}

.selectable {
	outline: none;
	cursor: pointer;
}

.menuBox a, .menuBox a:hover, .menuBox a:focus, .mainContent a, .mainContent a:hover, .mainContent a:focus{
	color: #054;
}

.sternchentext {
	font-size: 12px;
}

/* Loginbox */
.help-block a, .help-block a:hover, .help-block a:focus{
	color: #054;
}

/* Produkttabelle bbb */
.bbbbox {
	background-color: #D3E9C5;
}

.bbbbox > .table > thead > tr > th, .bbbbox > .table > tbody > tr > th, .bbbbox > .table > tbody > tr > td {
	border-color: #054 !important;
}

/* Störer */
.stoerer {
	text-align: center;

	background-color: #ff0000;
	color: #ffffff;

	margin-top: 15px;
	padding: 10px;

	border-radius: 8px;
}

.stoerer:hover {    
    box-shadow: 0 0 7px #ff0000;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;    
}


.centerdiv {
	text-align: center;
}

/* contact */
input[type="radio"] {
	margin: 10px 4px 0px 10px !important;
}

/* bbb-contact */
.bbbproducts {
     list-style-type: none;
     margin: 0;
     padding: 0;
}

.bbbproducts li {
	float: left;
    margin: 0 10px 0px 0;
    width: 150px;
    height: 65px;
    position: relative;
}

.bbbproducts label, .bbbproducts input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.bbbproducts input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.bbbproducts input[type="radio"]:checked + label {
	background-color: #A2CB78;
}

.bbbproducts label {
	background-color: #f8f8f8; 
	border: 1px solid #e7e7e7;
	border-radius: 8px;

    padding: 10px;    
    cursor: pointer;
    z-index: 90;
}

.bbbproducts label:hover {
    box-shadow: 0 0 2px #333333;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

/* footer
-------------------------------------------------- */
#site-footer {
	margin-top: 20px;
	border-top: 2px solid #aaa;
	padding: 10px 0 0;
	background: linear-gradient(to bottom,#f8f8f8 0%,#FFF 100%)
}

#site-footer a, #site-footer a:focus{
    color: #737373;
    text-decoration: none;
    outline: 0;
}

#site-footer a:hover {
    color: #737373;
    text-decoration: underline;
    outline: 0;
}

#site-footer li.active a, #site-footer li.active a:focus{
	color: #054;
}

#site-footer footer {
	margin-bottom: 10px;
}

#site-sitemap {
	margin: auto;
}

#site-footer footer div {
    display: block;
}

#site-footer footer div ul {
    padding: 0;
    margin: 0;
}

#site-sitemap ul {
    display: inline;
    float: left;
    margin-right: 50px;
}

#site-sitemap ul li {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
}

#site-footer footer img {
    margin-right: 40px;
}