.cta_section {
    padding: 80px 0;
}
.cta_section a {
    font-weight: bold;
    font-size: 30px;
    text-decoration: underline;
    position: relative;
    display: block;
    transition: all 0.3s;
}

.cta_section a:focus,
.cta_section a:active,
.cta_section a:visited {
    color: #333333;
    text-decoration: underline;
}
.cta_section a:hover {
    color: #ac1f21;
    text-decoration: underline;
}
.cta_section a i {
    position: absolute;
    right: 0;
    font-size: 36px;
}
.footer-links {
    padding: 50px 0;
    background-color: white;
}
.footer-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-links ul li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
}
.footer-links ul li a {
    color: #333333;
    font-weight: 500;
}
.footer-links ul li a:hover {
    text-decoration: underline!important;
}
.footer-links img {
    width: 75px;
}
@media only screen and (max-width: 991px) {
    .footer-links {
        padding: 25px 0;
        text-align: center;
    }
    .footer-links img {
        margin: 0 auto 20px auto;
    }
    .footer-links ul {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    
    .footer-links ul {
        margin-bottom: 0;
    }
    .footer-links ul li {
        font-size: 14px;
    }
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #303030;
    font-family: 'Montserrat', sans-serif;
}
::-moz-focus-inner {
    border: 0;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}
p {
    font-weight: 300;
    font-size: 16px;
}
.mehr {
    color: #ac1f21 !important;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}
.mehr:hover {
    border-color: #ac1f21 !important;
}
.button, .button:active, .button:focus, .button:visited {
    outline: 0 !important;
    border: none;
    border-radius: 0;
    background: #ac1f21;
    border: none;
    padding: 12px 25px;
    min-width: 150px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}
.button:hover {
    background-color: #84191b;
    color: #fff;
    text-decoration: none;
}
.title {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 40px;
    display: block;
}
/**** TOPLINE ****/

.topline .row {
    padding: 15px 0;
    margin: 0;
    position: relative;
}
.topline .row::after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    z-index: 2;
    bottom: -15px;
    left: 100px;
}
.topline p {
    margin-bottom: 0;
    font-size: 16px;
    padding-right: 30px;
}
.topline span {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    transition: all 0.2s;
}
.topline span:hover {
    color: #ac1f21;
}
/**** HEADER ****/
.header_kooperation {
    display: inline-block;
    text-align: left;
    padding-top: 120px;
}
.header_kooperation img {
    max-width: 170px;
    margin-bottom: 10px !important;
}
.header-nav {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.header-nav .row {
    margin: 0;
}
.header-nav .dropdown {
    float: right;
}
.header-nav .dropdown .nav-btn {
    color: white;
    display: inline-block;
}
.header-nav .dropdown li a {
    font-size: 16px;
    padding: 7px 20px;
    font-weight: 500;
    transition: all 0.2s;
}
.header-nav .dropdown li a:hover {
    color: #ac1f21;
}
.header-nav .dropdown-menu {
    right: 0px;
    left: auto;
}
.nav-btn {
    margin-top: 30px;
    height: 30px;
    padding-right: 0;
    cursor: pointer;
}
.nav-btn .icon-bar {
    background: #fff;
    display: block;
    width: 32px;
    height: 3px;
    margin-bottom: 7px;
    transition: all 0.2s;
}
.dropdown.open .nav-btn .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.dropdown.open .nav-btn .middle-bar {
    opacity: 0;
}
.dropdown.open .nav-btn .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}
.dropdown .nav-btn .top-bar {
    transform: rotate(0);
}
.dropdown.open .nav-btn .bottom-bar, .dropdown.open .nav-btn .top-bar, .dropdown.open .nav-btn .middle-bar {
    margin-bottom: 7px;
    transition: all 0.2s;
}
.dropdown .nav-btn .middle-bar {
    opacity: 1;
}
.dropdown .nav-btn .bottom-bar {
    transform: rotate(0);
    margin-bottom: 4px;
}
.header-top {
    background-color: #84191b;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0 120px 0;
    position: relative;
}
.header-top .container {
    position: relative;
    z-index: 2;
}
.header-top img {
    margin-bottom: 20px;
}
.header-top h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.header-top h1 b {
    color: white;
    font-weight: 800;
}
.header-top h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.header-top::after {
    content: " ";
    display: inline-block;
    background-image: url("../images/header-overlay.png");
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-search {
    margin-top: -55px;
    position: relative;
    z-index: 3;
}
.header-search .nav li {
    display: inline-block;
    background-color: #c34749;
    border-radius: 5px 5px 0 0;
}
.header-search .nav a {
    color: white;
    background-color: transparent !important;
    font-size: 17px;
    padding: 15px 30px;
    font-weight: 500;
}
.header-search .nav li.active {
    background-color: #a60003;
}
.header-search .tab-content {
    background-color: #a60003;
    padding: 40px 0;
}
.header-search .tab-content form {
    position: relative;
}
.header-search .tab-content input, .header-search .tab-content select {
    border-radius: 5px;
    outline: 0 !important;
    box-shadow: none !important;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    display: block;
    width: 100%;
}
.header-search .tab-content select {
    padding-left: 15px;
    padding-right: 15px;
}
.header-search .tab-content input {
    padding-left: 20px;
    padding-right: 20px;
}
.header-search .tab-content .button {
    position: absolute;
    right: 10px;
    top: 10px;
}
/**** BRANCHEN ****/

.branchen {
    padding: 80px 0 70px 0;
}
.branchen-item:nth-child(3n+1) {
    clear: left;
}
.branchen-item-wrap {
    margin-bottom: 30px;
    border: 1px solid lightgray;
    display: block;
    transition: all 0.2s;
    padding: 10px 10px 10px 110px;
    position: relative;
    min-height: 107px;
    border-radius: 5px;
    cursor: pointer;
}
.branchen-item-wrap figure {
    background-color: #e0e6ed;
    width: 85px;
    height: 85px;
    text-align: center;
    display: table;
    border-radius: 5px;
    transition: all 0.2s;
    position: absolute;
    z-index: 1;
    left: 10px;
}
.branchen-item-wrap figure span {
    display: table-cell;
    vertical-align: middle;
}
.branchen-item-wrap figure img {
    display: inline-block;
    max-width: 90%;
    max-height: 75px;
}
.branchen-item-wrap h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    word-break: break-word;
}
.branchen-item-wrap .branchen-nubmer {
    color: #ac1f21;
    font-weight: bold;
    font-size: 16px;
}
.branchen-item-wrap:hover {
    border-color: #ffcfcf;
}
.branchen-item-wrap:hover figure {
    background-color: #ffcfcf;
}
/**** IM FOKUS ****/

.fokus {
    background-color: #a60003;
    background-image: url("../images/fokus-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.fokus .title {
    color: white;
}
.fokus-item {
    margin-bottom: 30px;
}
.fokus-item div {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 30px 15px;
}
.fokus-item figure {
    display: table;
    text-align: center;
    width: 100%;
    height: 100px;
}
.fokus-item figure span {
    display: table-cell;
    vertical-align: middle;
}
.fokus-item figure img {
    max-height: 95px;
    max-width: 100%;
    display: inline-block;
}
.fokus-item h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    min-height: 70px;
    line-height: 1.3;
    word-break: break-word;
}
.fokus-item:nth-child(4n+1) {
    clear: left;
}
/**** FOOTER ****/

.footer {
    position: relative;
}
#toTop {
    padding-top: 12px;
    height: 45px;
    width: 90px;
    text-align: center;
    display: inline-block;
    background-color: #9d383a;
    position: absolute;
    z-index: 5;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 5px 5px 0 0;
}
#toTop:hover {
    background-color: #ac1f21;
}
.footer-top {
    padding: 40px 0 20px 0;
    background-color: #333333;
}
.footer-top .footer-logo span {
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-size: 26px;
    line-height: 1;
}
.footer-top .footer-logo span b {
    color: #ac1f21;
    display: block;
    font-weight: 800;
}
.footer-top .footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
}
.footer-top h5 {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
}
.footer-top p {
    font-size: 12px;
    color: #999999;
}
.footer-top h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.footer-top ul {
    font-size: 12px;
    padding-left: 0;
    list-style-type: none;
    color: #999999;
    margin-bottom: 15px;
}
.footer-top ul li {
    margin-bottom: 5px;
}
.footer-top ul a {
    display: block;
    transition: all 0.2s;
}
.footer-top ul a:hover {
    color: #ac1f21;
}
.footer-bottom {
    padding: 25px 0 20px 0;
    background-color: #1a1a1a;
    border-top: 1px solid #454c54;
}
.footer-bottom ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
}
.footer-bottom ul li {
    display: inline-block;
    font-size: 12px;
    color: #79808a;
    margin-bottom: 5px;
}
.footer-bottom ul li b {
    margin-right: 10px;
}
.footer-bottom ul li:first-child::after, .footer-bottom ul li:last-child::after {
    display: none;
}
.footer-bottom ul li::after {
    content: " ";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 10px;
    width: 1px;
    background-color: #79808a;
}
.footer-bottom ul a {
    transition: all 0.2s;
}
.footer-bottom ul a:hover {
    color: #ac1f21;
}
.lastline {
    background-color: #1a1a1a;
    padding: 25px 0;
    color: #999999;
    font-size: 12px;
}
.lastline p {
    margin-bottom: 0;
    font-size: 12px;
}
.lastline span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.lastline a {
    transition: all 0.2s;
}
.lastline a:hover {
    color: #ac1f21;
}
.lastline ul {
    padding-left: 0;
    text-align: right;
    list-style-type: none;
    margin-bottom: 0;
}
.lastline ul li {
    display: inline-block;
    margin-left: 10px;
}
.lastline ul a {
    text-align: center;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border: 1px solid white;
    border-radius: 50%;
    transition: all 0.2s;
    display: inline-block;
}
.lastline ul a i {
    font-size: 10px;
}
.lastline ul a:hover {
    border-color: #ac1f21;
}
/**** FRIMEN LISTE ****/

.results {
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
}
.results b {
    color: #ac1f21;
    font-weight: 800;
}
.firmen-liste {
    padding: 80px 0 80px 0;
}
.firmen-liste .title {
    margin-bottom: 10px;
}
.firmen-item {
    border: 1px solid lightgray;
    margin: 0 0 30px 0;
    border-radius: 5px;
    padding: 30px 15px 20px 15px;
}
.firmen-item-logo figure {
    width: 100%;
    height: 180px;
    text-align: center;
    display: table;
}
.firmen-item-logo figure span {
    display: table-cell;
    vertical-align: middle;
}
.firmen-item-logo figure img {
    display: inline-block;
    max-width: 90%;
    max-height: 150px;
}
.firmen-item-info h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}
.firmen-item-info ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.firmen-item-info ul li {
    display: inline-block;
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-top: 1px solid lightgray;
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
}
.firmen-item-info ul li i {
    color: #ac1f21;
    margin-right: 10px;
    width: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
}
.firmen-item-info ul li a {
    transition: all 0.2s;
}
.firmen-item-info ul li a:hover {
    color: #ac1f21;
}
.firmen-item-info ul li:nth-child(odd) {
    margin-right: 15px;
}
.firmen-item-info ul li:nth-child(-n+2) {
    border: none;
}
.firmen-item-info ul li:nth-child(2n+1) {
    clear: left;
}
.firmen-item-button {
    text-align: right;
    padding-top: 55px;
}
.firmen-item-button .button, .firmen-item-button .button:focus, .firmen-item-button .button:active, .firmen-item-button .button:visited {
    font-size: 16px;
    padding: 15px;
}
/**** FIRMEN DETAIL ****/

.firmen-detail {
    padding: 80px 0;
}
.firmen-detail h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.firmen-detail h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
}
.firmen-detail h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.firmen-detail-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.firmen-detail-logo {
    margin-bottom: 30px;
}
.firmen-detail-logo div {
    padding: 29px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
    min-height: 270px;
}
.firmen-detail-logo figure {
    width: 100%;
    height: 210px;
    text-align: center;
    display: table;
}
.firmen-detail-logo figure span {
    display: table-cell;
    vertical-align: middle;
}
.firmen-detail-logo figure img {
    display: inline-block;
    max-width: 90%;
    max-height: 170px;
}
.firmen-detail-info {
    margin-bottom: 30px;
}
.firmen-detail-info div {
    padding: 30px 20px 20px 50px;
    border: 1px solid lightgray;
    border-radius: 5px;
    min-height: 270px;
}
.firmen-detail-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.firmen-detail-info ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.firmen-detail-info ul li {
    margin-bottom: 6px;
    font-size: 17px;
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
}
.firmen-detail-info ul li i {
    color: #ac1f21;
    margin-right: 10px;
    width: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
}
.firmen-detail-info ul li a {
    transition: all 0.2s;
}
.firmen-detail-info ul li a:hover {
    color: #ac1f21;
}
.firmen-detail-map {
    padding-top: 30px;
}
.firmen-detail-map #googleMap {
    height: 210px;
}
.firmen-detail-personen {
    margin: 0 0 30px 0;
    padding: 30px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.firmen-detail-personen h3 {
    margin-bottom: 0px;
}
.firmen-person .row {
    margin: 30px 0 0 0;
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.firmen-person .firmen-person-img {
    padding-left: 0;
}
.firmen-person h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}
.firmen-person ul {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 15px;
}
.firmen-person ul li {
    margin-bottom: 5px;
    word-break: break-word;
}
.firmen-person ul li a {
    text-decoration: underline;
    transition: all 0.2s;
}
.firmen-person ul li a:hover {
    color: #ac1f21;
}
.firmen-person:nth-child(2n+1) {
    clear: left;
}
.firmen-detail-txt article {
    margin-bottom: 30px;
    padding: 30px 30px 20px 30px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.firmen-detail-txt article h3 {
    margin-bottom: 20px;
}
.firmen-detail-txt article p {
    font-weight: 400;
}
.firmen-detail-txt article ul {
    list-style-type: circle;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}
.firmen-cars {
    margin: 0 0 30px 0;
    padding: 30px 15px 0px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.firmen-cars-item {
    margin-bottom: 30px;
}
.firmen-cars-item article {
    padding: 30px 30px 10px 30px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.firmen-cars-item figure {
    min-height: 155px;
}
.firmen-cars-item h4 {
    color: #ac1f21;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 45px;
}
.firmen-cars-item dt {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.firmen-cars-item dd {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.firmen-detail-service {
    padding: 30px 15px 15px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.firmen-detail-service dt, .firmen-detail-service dd {
    font-size: 16px;
    font-weight: 400;
}
.firmen-detail-service dt h2, 
.firmen-detail-service dt h3 {
    margin: 0;
}
.firmen-detail-service dt {
    text-align: left;
    width: inherit;
    white-space: inherit;
}
.firmen-detail-service dd {
    text-align: right;
    margin-bottom: 3px;
    padding-right: 30px;
}
.firmen-service-check dd span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid lightgray;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    bottom: -4px;
    box-shadow: inset 0 0 0 4px #fff;
}
.firmen-service-check dd .active span {
    background-color: #ac1f21;
}
.firmen-service-check dd div {
    display: inline-block;
    text-transform: uppercase;
}
.firmen-service-check dd .service-no {
    margin-left: 100px;
}


.error {
    text-align: center;
    padding: 100px 0 130px 0;
}
.error h3 {
    font-size: 100px;
    font-weight: 900;
}
.error h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.about {
    padding: 80px 0 100px;
}
.about p {
    font-weight: 400;
    margin-bottom: 20px;
}
.about ul {
    list-style: circle;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.impressum {
    padding: 80px 0 100px 0;
}
.impressum h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.impressum ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.impressum ul li {
    margin-bottom: 3px;
}
.impressum ul a {
    color: #ac1f21;
}
.impressum h4 {
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.2s;
}
.impressum h4:hover {
    color: #ac1f21;
}
.daten {
    padding: 80px 0 100px 0;
}
.daten .row h2 {
    font-size: 23px;
    font-weight: bold;
}
.daten .row h3 {
    font-size: 20px;
    font-weight: bold;
}
.daten .row h4 {
    font-size: 18px;
}
.daten p {
    font-weight: 400;
    margin-bottom: 20px;
    word-break: break-word;
}
.daten ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.daten a {
    color: #ac1f21;
    word-break: break-word;
}
.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #303030;
    margin-bottom: 30px;
    line-height: 1;
}
.message-contact strong {
    font-size: 20px;
}
.kontakt {
    padding: 80px 0 100px 0;
}
.kontakt .title {
    margin-bottom: 15px;
}
.kontakt p {
    margin-bottom: 40px;
    font-weight: 400;
}
.kontakt input, .kontakt textarea {
    display: block;
    width: 100%;
    border: 1px solid lightgray;
    transition: all 0.2s;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: none !important;
    outline: 0 !important;
}
.kontakt input {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}
.kontakt textarea {
    padding: 15px;
    resize:vertical;
}
.kontakt input:focus, .kontakt textarea:focus  {
    border-color: #ac1f21;
}
.kontakt .button {
    float: right;
}
.captcha {
    max-height: 45px;
}
.kontakt ul {
    list-style: none;
    font-size: 16px;
    padding-left: 40px;
}
.kontakt ul li {
    margin-bottom: 7px;
}
.kontakt ul li a {
    transition: all 0.2s;
    word-break: break-word;
}
.kontakt ul li a:hover {
    color: #ac1f21;
}
.firmen-service-check {
    margin-top: 40px;
}
/**** MEDIA ****/

/** 1199 **/

@media only screen and (max-width: 1199px) {
    .branchen-item-wrap h3 {
        font-size: 13px;
        margin-top: 5px;
    }
    .fokus-item h3 {
        font-size: 15px;
        min-height: 60px;
    }
    .footer-bottom ul li {
        font-size: 10px;
    }
    .branchen-item-wrap {
        padding-left: 105px;
        padding-right: 5px;
    }
    .title {
        font-size: 28px;
    }
    .firmen-item-info h3 {
        font-size: 22px;
    }
    .firmen-item-info ul li {
        font-size: 16px;
    }
    .firmen-item-button .button, .firmen-item-button .button:focus, .firmen-item-button .button:active, .firmen-item-button .button:visited {
        font-size: 14px;
        min-width: auto;
    }
    .firmen-detail-info div {
        padding-left: 30px;
    }
    .firmen-person h4 {
        font-size: 18px;
        margin-top: 15px;
    }
    .firmen-person-txt {
        padding-left: 0;
    }
    .firmen-person ul {
        font-size: 15px;
    }
    p, .firmen-detail-info ul li, .firmen-detail-service dt, .firmen-detail-service dd, .kontakt ul, .about ul, .daten ul, .impressum ul {
        font-size: 15px;
    }
    .firmen-service-check dd .service-no {
        margin-left: 50px;
    }
    .firmen-cars-item article {
        padding: 30px 10px 10px 15px;
    }
    .firmen-cars-item dd {
        font-size: 14px;
        margin-left: 140px;
    }
    .firmen-cars-item dt {
        font-size: 14px;
        width: 140px;
    }
    .firmen-cars-item h4 {
        font-size: 18px;
    }
    .kontakt ul {
        padding-left: 0;
    }
}
/** 991 **/

@media only screen and (max-width: 991px) {
    .header_kooperation {
        display: block;
        text-align: left;
        padding-top: 15px;
    }
    .topline p {
        font-size: 12px;
    }
    .firmen-detail-map {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .firmen-person h4 {
        margin-top: 30px;
    }
    .firmen-detail-service dd {
        padding-right: 0;
    }
    .firmen-cars-item:nth-child(2n+1) {
        clear: left;
    }
    .footer-top ul {
        margin-bottom: 0;
    }
    .footer-top {
        padding-bottom: 40px;
    }
    .footer-bottom ul li {
        font-size: 12px;
    }
    .lastline p {
        margin-bottom: 20px;
    }
    .branchen-item:nth-child(3n+1) {
        clear: inherit;
    }
    .branchen-item:nth-child(2n+1) {
        clear: left;
    }
    .branchen-item-wrap h3 {
        font-size: 16px;
    }
    .fokus-item h3 {
        font-size: 16px;
        min-height: 50px;
    }
    .firmen-item-button {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .kontakt .button {
        float: none;
    }
}
/** 767 **/

@media only screen and (max-width: 767px) {
    .header-nav .dropdown .nav-btn {
        margin-top: 20px;
    }
    .header-top h1 {
        font-size: 40px;
    }
    .header-search .nav a {
        font-size: 15px;
        padding: 10px 15px;
    }
    .header-top h2 {
        font-size: 15px;
    }
    .header-top {
        padding-top: 45px;
        padding-bottom: 80px;
    }
    .header-search .tab-content input {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-search .tab-content select {
        padding-left: 5px;
    }
    .header-search .tab-content input, .header-search .tab-content select {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }
    .header-search .tab-content .button, .header-search .tab-content .button:active, .header-search .tab-content .button:focus, .header-search .tab-content .button:visited {
        padding: 9px 10px;
        min-width: auto;
        font-size: 12px;
    }
    .header-search .tab-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .topline p {
        font-size: 11px;
    }
    .topline span {
        font-size: 25px;
        top: 13px;
    }
    .branchen-item-wrap h3 {
        font-size: 15px;
    }
    .fokus-item h3 {
        min-height: inherit;
    }
    .title {
        font-size: 25px;
    }
    .footer-top h4 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .footer-top h5 {
        margin-bottom: 15px;
    }
    .firmen-item-info ul li:nth-child(odd) {
        margin-right: 0;
    }
    .firmen-item-info ul li {
        width: 100%;
        display: block;
        border: none !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .firmen-item-button {
        text-align: left;
    }
    .firmen-item-info h3 {
        font-size: 20px;
    }
    .firmen-detail-logo div {
        min-height: inherit;
        padding-top: 0;
        padding-bottom: 0;
    }
    .firmen-detail-info div {
        min-height: inherit;
    }
    .firmen-detail-personen {
        padding-left: 0;
        padding-right: 0;
    }
    .firmen-person .firmen-person-img {
        padding-left: 15px;
        padding-top: 15px;
    }
    .firmen-person .firmen-person-img img {
        width: 100%;
    }
    .firmen-person-txt {
        padding: 15px 15px 0px 15px;
    }
    .firmen-person h4 {
        margin-top: 0;
    }
    .firmen-detail-txt article {
        padding-left: 15px;
        padding-right: 15px;
    }
    .firmen-detail-service, .firmen-cars {
        padding-left: 0;
        padding-right: 0;
    }
    .firmen-detail-service dt, .firmen-cars-item dt {
        float: left;
    }
    .firmen-service-check dd .service-no {
        margin-left: 35px;
    }
    .firmen-detail-title {
        font-size: 18px;
    }
    .footer-bottom ul li {
        display: block;
    }
    .footer-bottom ul li::after {
        display: none;
    }
    .branchen-item-wrap {
      margin-bottom: 15px;
    }
    .footer-top ul, .footer-bottom ul li{
      font-size: 13px;
    }
    .footer-top h5 {
      font-size: 12px;
    }
    .footer-top p {
      font-weight: 400;
      font-size: 13px;
    }
    .kontakt ul {
        margin-top: 40px;
    }
}
