select::-ms-expand {
    display: none;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    color:#101010;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: 6px;
    text-transform: uppercase;
    padding:23px;
    color: #ffffff;
    margin: 0;
}

h1, .h1 {
    font-size: 27px;
    line-height: 40px;
}

*:focus {
    outline: none;
}

input[type="text"] {
    width: 100%;
    border: 2px solid #e3e4e4;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

input[type="text"]:focus {
    border-color: #101010;
}

input[type="text"].formerror:focus {
    border-color: #e30045;
}

input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display:none;
}

input[type="submit"], .button {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    padding: 23px 26px;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0069b4;
}

.button {
    display: inline-block;
}

input[type="submit"]:hover,
.button:hover {
    text-decoration: none;
    background-color: #004b81;
    color: #ffffff;
}

p.product-category{
    font-weight: bold;
    margin-bottom: 20px;
}

label {
    font-weight: 400;
    position: relative;
    line-height: normal;
}

label:hover {
    cursor: pointer;
}

label[for="fld_txt_message"] {
    width: 100%;
}

label[for="fld_txt_message"] textarea {
    width: 100%;
    border: 2px solid #e3e4e4;
    padding: 10px;
}

label[for="fld_txt_message"] textarea:focus {
    border-color: #101010;
}

#selectLang {
    float: right;
}

#selectLang a {
    font-size: 10px;
    padding: 7px 15px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #87888a;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    text-decoration: none;
}

#selectLang a.active {
    background-color: #0069b4;
}

#selectLang a:hover {
    background-color: #004b81;
    text-decoration: none;
}

#logo {
    width: 270px;
    margin: 0 10px;
}

#logo img {
    width: 100%;
}

a {
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration: none;
}

.blue {
    color: #006AB2;
}

.red {
    color: #E40043;
}

.gray {
    color: #d2d2d2;
}

.black {
    font-family: "Lato";
    font-weight: 900;
}

.bold {
    font-family: "Lato";
    font-weight: 700;
}

.right {
    float: right;
}

.left {
    float: left;
}

.invisible {
    display: none;
}

header {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    font-size: 2.5rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 35px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
header .left {
    float: left;
    line-height: 1.2;
}
header .right img {
    max-width: 160px;
}
header:after {
    content: "";
    background-image: url(/assets/img/linie_header.svg);
    width: calc(100% - 3rem);
    height: 25px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-position: center;
    background-size: cover;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#head {
    padding-bottom: 30px;
}

#head .container h1 {
    text-align: center;
    background-color: #0069b4;
}

.subhead {
    padding-top: 30px;
    padding-bottom: 30px;
}

.subhead .container h1 {
    font-weight: bold;
    text-align: left;
    color: black;
    letter-spacing: 0;
    padding-left: 0;
    padding-bottom: 5px;
}


.checkbox-margin {
    margin: 10px 0;
}

.checkbox-icon {
    padding: 0 0 0 40px;
}

:checked + .checkbox-icon:before {
    content: '\e010';
    border-color: #0069b4;
    background-color: #0069b4;
    color: #fff;
}

.checkbox-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 Novoferm;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #101010;
    font-size: 12px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.checkbox-icon.formerror:before {
    border-color: #e30045;
}

#products.formerror {
    color:#e30045;
}

#send-form {
    padding: 30px 0;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#d5d6df;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#d5d6df;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#d5d6df;
}

.formerror::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(227, 0, 69, 0.5);
}

.formerror:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgba(227, 0, 69, 0.5);
}

.formerror::-ms-input-placeholder { /* Microsoft Edge */
    color:rgba(227, 0, 69, 0.5);
}


.errorMsg {
    padding: 10px; font-color: white; background-color: red; display:none;
}

/*********************************************************************************************************************

 ÄNDERUNGEN AN BOOTSTRAP

*********************************************************************************************************************/


.row .row {
    margin-bottom: 14px;
}

@media (min-width: 1200px){
    .container{
        /* Vorher 1170px */
        width: 1200px;
    }
}

@media (min-width: 768px){
    .row .col-sm-6:first-child{
        padding-right: 46px;
    }
    .row .col-sm-6:last-child{
        padding-left: 46px;
    }
}