/*
Theme Name: merteslauff
Author: André Lötzgen
Author URI: http://www.it-sales-company.de/
Description: Responsive Theme
Version: 1.0
*/


.theHeader {
    border-radius: 0 0 10px 10px;
    border: 2px solid white;
    border-top: none;
    background-color: #f3f0ef;
    background-image: none;
   padding: 20px 0 0;
    -webkit-box-shadow: 0px 5px 5px 1px , 0; /* WebKit */
    -moz-box-shadow: 0px 5px 5px 1px , 0; /* Firefox */
    box-shadow: 0px 5px 5px 1px , 0; /* Standard */   
}

.navbar-default {
    border: none;
    background-color: transparent;
    background-image: none;
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}


.navbar-default .dropdown:hover > .dropdown-menu {
   display: block;
}


.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #333333;
    text-shadow: none;
    font-size: 20px;
    font-family: "Myriad Pro", arial, sans-serif;
}

.dropdown-menu > li > a {
    color: #333333;
    text-shadow: none;
    font-size: 16px;
    font-family: "Myriad Pro", arial, sans-serif;
    border: none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.current_page_item > a {
    color: #99141b;
    background-color: transparent;
    background-image: none;
}

.navbar-default .caret {
    margin-left: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.current_page_item > a {
    color: #99141b;
}

.navbar-nav > li {
    padding-top: 6px;
    padding-bottom: 15px;
}

.navbar-nav > li a {
    padding: 5px 30px;
    border-right: 1px solid white;
    border-left: 1px solid #a6a4a4;
}

.navbar-nav > li:first-child a {
    padding-right: 30px;
    /*padding-left: 0;*/
    border-right: 1px solid white;
    border-left: none;
}

.navbar-nav > li:last-child a {
    /*padding-right: 0;*/
    border-right: none;
    border-left: 1px solid #a6a4a4;
}

.headerTop a {
    color: #333333;
		text-decoration: none;
}

.hero-unit {
    height: 260px;
}

.pageContent {
    margin-top: 40px;
    background-color: #f3f0ef;
    border: 2px solid white;
    border-radius: 10px;
    padding: 50px;
}

.headerRed {
    color: #99141b;
    font-size: 20px;
    font-family: "Myriad Pro", arial, sans-serif;
}

.headerSmall {
    font-size: 13px;
    color: #333333;
}

.body_background {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.homeBox {
    border: 2px solid white;
    border-radius: 10px;
    padding: 15px;
    background-color: #f3f0ef;
    margin-bottom: 75px;
}

.homeBox h4 {
    font-size: 20px;
    font-family: "Myriad Pro", arial, sans-serif;
    color: #333333;
}

.homeBox img {
    border: 2px solid white;
    border-radius: 10px;
    width: 100%;
}

.homeBox p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #333333;
    margin-bottom: 10px;
}

.btn-black,
.cscfForm .btn.btn-default {
    border-color: #000000;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    border-radius: 7px;
    text-shadow: none;
    background: #1b1b1b; /* Old browsers */
    background: -moz-linear-gradient(top,  #1b1b1b 0%, #333333 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(50%,#333333), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1b1b1b 0%,#333333 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1b1b1b 0%,#333333 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1b1b1b 0%,#333333 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1b1b1b 0%,#333333 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.cscfForm .btn.btn-default:hover,
.cscfForm .btn.btn-default:focus,
.cscfForm .btn.btn-default:active,
.cscfForm .btn.btn-default.active {
    background-color: #000000;
    border-color: #000000;
    color: white;
    text-decoration: underline;
}
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled]:active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
    background-color: #000000;
    border-color: #000000;
}

.theContent {
    margin-top: 40px;
    border-radius: 10px;
    border: 2px solid white;
    border-top: none;
    background-color: #f3f0ef;
    background-image: none;
    padding: 15px 15px 0;
    -webkit-box-shadow: 0px 5px 5px 1px , 0; /* WebKit */
    -moz-box-shadow: 0px 5px 5px 1px , 0; /* Firefox */
    box-shadow: 0px 5px 5px 1px , 0; /* Standard */
    padding: 40px;
    margin-bottom: 40px;
}

.theContent img {
    border-radius: 10px;
    border: 2px solid white;
    border-top: none;
    background-image: none;
    -webkit-box-shadow: 0px 5px 5px 1px , 0; /* WebKit */
    -moz-box-shadow: 0px 5px 5px 1px , 0; /* Firefox */
    box-shadow: 0px 5px 5px 1px , 0; /* Standard */
}

.theContent h1 {
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 32px;
    color: #333333;
}

.theContent h2 {
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 26px;
    color: #333333;
}

.theContent p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333333;
}

.theContent .sidebar-nav h4 {
    margin-top: 0;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 22px;
    color: #333333;
}

.theContent .sidebar-nav p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333333;
}

.sidebar-nav {
    background-color: #e4e4e4;
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    border-left: 1px solid #a6a4a4;
    border-right: 1px solid white;
    color: #99141b;
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    border: 2px solid white;
    border-top: none;
    background-color: #f3f0ef;
}

#commentform .form-submit {
    display: none;
}

.page-id-2824 .sidebar-nav {display:none} 