.tbs-kontakt-select {
    float: left;
    clear: both;
    border-radius: 0;
    margin-bottom: 0;
}

.tbs-kontakt-select .dropdown-toggle {
    border-radius: 0;
    padding: 0;
    border-color: #EBEBEB;
}

.tbs-kontakt-select button .filter-option {
    padding: 12px 12px;
}

.tbs-kontakt-kontakte {
    clear: left;
    margin: 20px 0;
    float: left;
    width: 100%
}

.tbs-kontakt div.divider {
    height: 1px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #b1b1b1;
}

.tbs-kontakt-item {
    float: left;
    width: 285px;
    margin-bottom: 30px;
}

.tbs-kontakt-item.contact-country {
    background-color: #F2F4F6;
    padding: 15px;
    margin: 15px 0 25px 0;
    width: 560px;
    float: none;
}

.tbs-kontakt-item.contact-country h3 {
    border: none;
    font-family: DINWeb, sans-serif;
}

.tbs-kontakt-kontakte > h2 {
    font-size: 25px;
}

.tbs-kontakt-item h3 {
    font-size: 22px;
    font-family: DINWeb-Medium, sans-serif;
    display: inline-block;
}

.tbs-kontakt-item h3 + h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    font-family: DINWeb, sans-serif;
}

.kontaktformular input,
.three-input .bootstrap-select button {
    width: 48%;
    border-radius: 0;
    border: 1px #EBEBEB solid;
    box-sizing: border-box;
    margin: 6px 0;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    float: left;
}

.kontaktformular input.col-xs-12 {
    width: 100%;
}

.kontaktformular input:last-child {
    float: right;
}

.three-input input:first-child {
    width: 20%;
    margin-right: 3.5%;
}

.three-input input:nth-child(2) {
    width: 32%;
}

.three-input .bootstrap-select {
    width: 41%;
    float: right;
    margin: 0;
}

.three-input .bootstrap-select button {
    padding: 15px 12px 10px 12px;
    width: 100%;
    font-size: 13px;
}

.three-input .bootstrap-select button .filter-option {
    padding: 0;
    font-size: 14px;
}

.kontaktformular textarea {
    width: 100%;
    height: 120px;
    margin: 6px 0;
    padding: 12px 12px;
    border: 1px #EBEBEB solid;
    line-height: 1;
}

.kontaktformular input[type="submit"] {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
}

.kontaktformular input[type="submit"] {
    background: #e2002b
}

.site-cabka .kontaktformular input[type="submit"] {
    background: #9ab44f;
}

.error p {
    color: #e2002b;
}

input.error[type="text"],
input.error[type="password"],
input.error[type="email"],
textarea.error {
    outline: solid 1px #e2002b;
}

.placeholder {
    color: #e2002b;
}

input.error::-webkit-input-placeholder {
    color: #e2002b;
}

input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #e2002b;
}

input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #e2002b;
}

input.error:-ms-input-placeholder {
    color: #e2002b;
}

@media(max-width: 1199px){
    .tbs-kontakt-item {
        width: 240px;
    }
}

@media(max-width: 767px){
    .tbs-kontakt-item.contact-country {
        width: 100%;
    }

    .tbs-kontakt-item {
        width: 50%;
    }

    .tbs-kontakt-item h3 {
        font-size: 20px;
    }

    .tbs-kontakt-item h3 + h3 {
        font-size: 17px;
    }
}
