/*
 * custom child theme styles
 */

/* Design definition
============================================================== */

body {
    background: #fff;
    height: 100%;
}

.container {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.limain-navbar-fixed-top {
    padding-top: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ------------- NAVBAR ------------ */
.navbar-default {
    border: none !important;
    background: none !important;
}

.navbar {
    border-radius: 0 !important;
}

.navbar {
    min-height: 10px !important;
    border: none !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-top: none !important;
    box-shadow: 0 !important;
}

.nav > li > a {
    padding: 0 !important;
}

.navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-brand {
    display: none;
}

.headbarscroll {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 4px 2px rgba(179, 179, 179, 0.5);
    z-index: 500;
}

.headbar {
    float: left;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 4px 2px rgba(179, 179, 179, 0.5);
    z-index: 300;
}

.header {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 300;
}

.logo a {
    float: left;
    background: url('images/logo.png') 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    outline: none;
}

.servicenav {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedee4;
}

.servicenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.servicenav ul li {
    float: left;
    width: auto;
}

.servicenav ul li a {
    float: left;
    text-transform: uppercase;
    color: #21214b;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.servicenav ul li a:hover {
    color: #dc323d;
}

.menu-item-30 a {
    background: url('images/phone-icon.png') 0 center no-repeat;
}

.menu-item-238 a {
    background: url('images/mail-icon.png') 0 center no-repeat;
}

.headernav {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.headernav ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.headernav ul li {
    float: left;
    position: relative;
}

.headernav ul li a {
    float: left;
    width: auto;
    font-family: 'Arial', sans-serif;
    color: #6e6e82;
    font-weight: 600;
}

.headernav ul li a:hover {
    color: #21214b;
    background: #e8e8ed;
}

.menu-item-40 a {
    width: 18px !important;
    padding: 28px 0 !important;
    text-indent: -9999px;
    outline: none;
    background: url('images/search-icon.png') 0 29px no-repeat;
}

.menu-item-40 a:hover {
    background: url('images/search-icon.png') 0 -29px no-repeat !important;
}

.headernav .sub-menu {
    display: none !important;
    position: absolute;
    left: 0;
    top: 77px;
    background: #fff;
    width: 300px;
}

#menu-item-3-5 > .sub-menu {
    display: block;
}

.headernav li:hover > .sub-menu {
    display: block;
}

.headernav .sub-menu li {
    display: block;
    width: 100%;
}

.headernav .sub-menu li a {
    width: 100%;
    height: auto;
}

.headernav .sub-menu .sub-menu {
    left: 300px;
    top: 0;
}

.home .slider {
    display: block;
}

#menu-item-36 .sub-menu {
    left: auto;
    right: 0;
}
#menu-item-36 .sub-menu .sub-menu {
    right: 300px;
}

.slider {
    float: left;
    width: 100%;
    display: none;
    position: relative;
    z-index: 200;
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: auto;
}

.home .slidernavbg {
    display: block;
}

.slidernavbg {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.slidernav {
    float: left;
    width: 100%;
}

.slidernav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slidernav ul li {
    float: left;
    background: #fff;
    opacity: 0.9;
}

.slidernav ul li:hover {
    opacity: 1;
}

.slidernav ul li a {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.slidernav ul li a:hover {
    background-position: center -210px;
}

.menu-item-44 a {
    background: url('images/ueber-uns-icon.png') center 30px no-repeat;
}

.menu-item-43 a {
    background: url('images/fuer-unternehmen-icon.png') center 30px no-repeat;
}

.menu-item-42 a {
    background: url('images/fuer-azubis-icons.png') center 30px no-repeat;
}

.menu-item-41 a {
    background: url('images/weiterbildung-icon.png') center 30px no-repeat;
}

/* ---------- Desktop-Ansicht ---------- */
@media (min-width: 1161px) {
    .container {
        width: 1140px !important;
    }

    .headbar {
        height: 154px;
    }

    .logo {
        width: 186px;
        height: 154px;
        padding: 15px 0 17px 0;
    }

    .logo a {
        width: 173px;
        height: 122px;
    }

    .servicenav {
        height: 77px;
        padding: 0 0 0 200px;
    }

    .servicenav ul li {
        height: 36px;
        padding: 21px 0 20px 0;
    }

    .servicenav ul li a {
        height: 36px;
        line-height: 35px;
        padding: 0 0 0 44px;
        font-size: 14px;
    }

    .menu-item-30 {
        margin-right: 32px;
    }

    .headernav {
        height: 77px;
        padding: 0 0 0 186px;
    }

    .headernav ul li a {
        height: 77px;
        padding: 28px 32px;
        font-size: 16px;
    }

    .slider {
        height: 300px;
    }

    .home .slider {
        height: 797px;
    }

    .home .slidernavbg {
        bottom: 70px;
    }

    .slidernavbg {
        height: 220px;
        bottom: 40px;
    }

    .slidernav {
        height: 220px;
    }

    .slidernav ul li {
        height: 220px;
        width: 264px;
    }

    .slidernav ul li a {
        height: 220px;
        padding: 174px 20px 20px 20px;
        font-size: 18px;
    }
}

/* ---------- Tablet-Ansicht ---------- */
@media (min-width: 768px) and (max-width: 1160px) {
    .container {
        width: 750px !important;
    }

    .headbar {
        height: 154px;
    }

    .logo {
        width: 165px;
        height: 154px;
        padding: 20px 0 17px 0;
    }

    .logo a {
        width: 154px;
        height: 110px;
        background-size: cover !important;
    }

    .servicenav {
        height: 77px;
        padding: 0 0 0 180px;
    }

    .servicenav ul li {
        height: 36px;
        padding: 21px 0 20px 0;
    }

    .servicenav ul li a {
        height: 36px;
        line-height: 35px;
        padding: 0 0 0 44px;
        font-size: 13px;
    }

    .menu-item-30 {
        margin-right: 32px;
    }

    .headernav {
        height: 77px;
        padding: 0 0 0 165px;
    }

    .headernav ul li a {
        height: 77px;
        padding: 28px 11px;
        font-size: 13px;
    }

    .slider {
        min-height: 300px;
    }

    .home .slider {
        height: auto;
    }

    .home .slidernavbg {
        bottom: 50px;
    }

    .slidernavbg {
        height: 190px;display: none !important;
        bottom: 40px;
    }

    .slidernav {
        height: 190px;
    }

    .slidernav ul li {
        height: 190px;
        width: 180px;
    }

    .slidernav ul li a {
        height: 190px;
        padding: 154px 15px 20px 15px;
        font-size: 16px;
        background-position: center 20px !important;
    }

    .slidernav ul li a:hover {
        background-position: center -220px !important;
    }
}

/*  ---------- Smartphone-Ansicht ----------  */
@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }

    .headbar {
        height: auto;
        flex-wrap: wrap;
    }

    .headbarscroll {
        height: auto;
        flex-wrap: wrap;
    }

    .headbarscroll .logo {
        display: none;
    }

    .logo {
        position: relative !important;
        float: left;
        width: 100%;
        height: 115px;
        padding: 10px;
        display: flex;
        justify-content: center;
    }

    .logo a {
        width: 143px;
        height: 100px;
        background-size: cover !important;
    }

    .headbarscroll .servicenav {
        display: none;
    }

    .servicenav {
        display: none;
        height: 72px;
        width: 100%;
        padding: 0 20px;
    }

    .servicenav ul {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
    }

    .servicenav ul li {
        height: 36px;
        padding: 21px 0 20px 0;
    }

    .servicenav ul li a {
        height: 36px;
        line-height: 35px;
        padding: 0 0 0 43px;
        font-size: 12px;
    }

    .headernav {
        border-top: 1px solid #dedee4 !important;
        margin-top: 5px !important;
    }

    .headbarscroll .headernav {
        margin-top: 0 !important;
    }

    .headernav {
        height: auto !important;
        padding: 2px 0;
        margin: 0;
    }

    .headernav ul {
        display: block;
        padding-bottom: 10px;
    }

    .headernav ul li {
        width: 100%;
    }

    .headernav ul li a {
        height: auto !important;
        padding: 5px 15px;
        font-size: 15px;
        width: 100%;
        float: left;
    }

    .menu-item-40 a {
        height: auto !important;
        padding: 5px 15px !important;
        font-size: 15px;
        width: 100%;
        float: left;
        background: none;
        text-indent: 0;
    }

    .menu-item-40 a:hover {
        background: none !important;
    }
	
	.headernav ul li .sub-menu {display: none !important;}

    .slider {
        height: auto;
    }

    .home .slider {
        height: auto;
    }

    .home .slidernavbg {
        bottom: 10px !important;
    }

    .slidernavbg {
        height: auto; display: none !important;
        bottom: 25px;
    }

    .slidernav {
        height: auto;
    }

    .slidernav ul {
        flex-wrap: wrap;
    }

    .slidernav ul li {
        height: auto;
        width: 100%;
        margin-bottom: 5px;
    }

    .slidernav ul li a {
        height: auto;
        padding: 5px 10px;
        font-size: 15px;
        background: none;
    }

    .navbar-brand {
        text-indent: 60px;
        height: 20px;
        padding: 2px 15px 0 0;
        text-transform: uppercase;
        float: left;
        color: #333 !important;
        display: block !important;
    }

    .navbar-default .navbar-toggle {
        border: none !important;
        width: 100%;
        margin: 0 !important;
        padding: 10px 15px !important;
        float: right;
    }

    .navbar-toggle .icon-bar {
        width: 36px;
        height: 5px;
        border-radius: 5px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
        background: none;
    }
}

.limain-search {
    float: left;
    width: 100%;
    height: auto;
}

.category h2 {
    float: left;
    width: 100%;
}

.contentbereich {
    float: left;
    width: 100%;
    height: auto;
}

#content {
    float: left;
    width: 100%;
    height: auto;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
}

.search #content {display: block;}
.search-results #content {
    display: block;
}

.contentwrapper {
    float: left;
    width: 100%; padding-top: 70px;
}

.sidebarwrapper {
    float: left;
}

.sidebarwrapper h6 {
    color: #d6d6db; /*text-transform: uppercase;*/
    float: left;
    width: 100%;
}

.sidebarwrapper .zuruckbutton {float: left; width: 100%; background: #f4f4f6; padding: 0px 0px;}
.sidebarwrapper .zuruckbutton a {float: left; font-family: 'Arial', sans-serif; font-weight: 600; color: #211f4c !important; font-size: 14px; text-align: center; font-weight: 600; padding: 10px 0 10px 26px; width: 100%;}
.sidebarwrapper .zuruckbutton:hover {background: #e5e5e7;}

.sidebarwrapper .submenu {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}

.sidebarwrapper .submenu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c7c7d2;
}

.sidebarwrapper .submenu li a {
    float: left;
    width: 100%;
    color: #21214b !important;
}

.sidebarwrapper .submenu .current_page_item a {
    color: red !important;
}

.sidebarwrapper .submenu .current_page_item .children li a {
    color: #21214b !important;
}

.sidebarwrapper .submenu li:last-child {
    border-bottom: none;
}

.sidebarwrapper .children {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}

.sidebarwrapper .children li {
    float: left;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
}

.sidebarwrapper .children li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #515167 !important;
    font-weight: 600;
}

.sidebarwrapper .children li ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}

.sidebarwrapper .children li ul li {
    float: left;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
}

.sidebarwrapper .children li ul li a {
    float: left;
    width: 100%;
    color: #7a7a8e !important;
}

.divider {
    float: left;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #9090a5;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px 0;
}

.dividericon {
    width: 50px;
    background: url('images/divider-icon.png') center center no-repeat #fff;
    float: left;
    height: 55px;
}

.kompetenzen {
    float: left;
    width: 100%;
    height: auto;
    padding: 35px 0;
}

.kompetenzen ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kompetenzen ul li {
    background: #21214b;
    float: left;
}

.kompetenzen ul li:hover {
    background: #f4f4f6;
}

.kompetenzen ul li a {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.kompetenzen ul li a:hover {
    color: #21214b;
}

/* ---------- Content Formular ---------- */
#content .wpcf7-text { width: 100%; }
#content .wpcf7-textarea {width: 100%; }
#content .wpcf7-submit { background: #dc323d; font-weight: bold; color: #fff; text-transform: uppercase; border: 0; padding: 10px 50px; }
#content .wpcf7-submit:hover { background: #c51b26; }

/* ---------- Desktop-Ansicht ---------- */
@media (min-width: 1161px) {
    .contentbereich {
        padding: 40px 0;
    }

    .kompetenzen ul li {
        height: 230px;
        width: 270px;
    }

    .kompetenzen ul li a {
        height: 230px;
        padding: 164px 30px 20px 30px;
        font-size: 16px;
        line-height: 23px;
    }

    .menu-item-58 a {
        background: url('images/lehrgangsangebote-icon.png') center 44px no-repeat;
    }

    .menu-item-57 a {
        background: url('images/qm-handbuch-icon.png') center 30px no-repeat;
    }

    .menu-item-56 a {
        background: url('images/platzhalter-icon.png') center 48px no-repeat;
    }

    .menu-item-232 a {
        background: url('images/kontakt-icon.png') center 48px no-repeat;
    }

    .menu-item-58 a:hover {
        background-position: center -96px;
    }

    .menu-item-57 a:hover {
        background-position: center -135px;
    }

    .menu-item-56 a:hover {
        background-position: center -89px;
    }

    .menu-item-232 a:hover {
        background-position: center -88px;
    }

    .limain-search {
        padding: 40px 0;
    }

    .limain-search .contentbereich {
        padding: 10px 0;
    }

    .sidebarwrapper {
        min-width: 26%;
        max-width: 26%;
        padding: 0 25px 0 0;
    }

    .sidebarwrapper h6 {
        font-weight: 700;
        font-size: 25px;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .sidebarwrapper .submenu {
        padding: 10px 0;
    }

    .sidebarwrapper .submenu li {
        padding-bottom: 8px;
    }

    .sidebarwrapper .submenu li a {
        font-size: 16px;
        padding: 11px 15px 3px 0;
        font-weight: 600;
        line-height: 22px;
    }

    .sidebarwrapper .children {
        padding: 2px 7px 10px 7px;
    }

    .sidebarwrapper .children li a {
        font-size: 15px;
        font-weight: 600;
/*         padding: 0 15px; */
    }

    .sidebarwrapper .children li ul {
        padding: 2px 0px;
    }

    .sidebarwrapper .children li ul li a {
        font-size: 13px;
        font-weight: 600;
/*         padding: 0 22px; */
        line-height: 17px;
    }
	.sidebarwrapper .zuruckbutton a {background: url('images/arrow-back.png') 90px center no-repeat; padding: 10px 0 10px 20px;}
}

/* ---------- Tablet-Ansicht ---------- */
@media (min-width: 768px) and (max-width: 1160px) {
    .contentbereich {
        padding: 40px 0;
    }

    .kompetenzen ul li {
        height: 190px;
        width: 180px;
    }

    .kompetenzen ul li a {
        height: 190px;
        padding: 136px 15px 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .menu-item-58 a {
        background: url('images/lehrgangsangebote-icon.png') center 32px no-repeat;
    }

    .menu-item-57 a {
        background: url('images/qm-handbuch-icon.png') center 18px no-repeat;
    }

    .menu-item-56 a {
        background: url('images/platzhalter-icon.png') center 36px no-repeat;
    }

    .menu-item-232 a {
        background: url('images/kontakt-icon.png') center 36px no-repeat;
    }

    .menu-item-58 a:hover {
        background-position: center -109px;
    }

    .menu-item-57 a:hover {
        background-position: center -147px;
    }

    .menu-item-56 a:hover {
        background-position: center -101px;
    }

    .menu-item-232 a:hover {
        background-position: center -100px;
    }

    .limain-search {
        padding: 40px 0;
    }

    .limain-search .contentbereich {
        padding: 10px 0;
    }

    .sidebarwrapper {
        min-width: 32%;
        max-width: 32%;
        padding: 0 20px 0 0;
    }

    .sidebarwrapper h6 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .sidebarwrapper .submenu {
        padding: 10px 0;
    }

    .sidebarwrapper .submenu li {
        padding-bottom: 8px;
    }

    .sidebarwrapper .submenu li a {
        font-size: 15px;
        padding: 11px 15px 3px 0;
        font-weight: 600;
        line-height: 22px;
    }

    .sidebarwrapper .children {
        padding: 2px 15px 10px 15px;
    }

    .sidebarwrapper .children li a {
        font-size: 14px;
        font-weight: 600;
        padding: 0 14px;
    }

    .sidebarwrapper .children li ul {
        padding: 2px 15px;
    }

    .sidebarwrapper .children li ul li a {
        font-size: 12px;
        font-weight: 600;
        padding: 0 11px;
        line-height: 17px;
    }
	.sidebarwrapper .zuruckbutton a {background: url('images/arrow-back.png') 70px center no-repeat; padding: 10px 0 10px 10px;}
}

/*  ---------- Smartphone-Ansicht ----------  */
@media (max-width: 767px) {
    .contentbereich {
        padding: 40px 20px;
    }

    .kompetenzen ul {
        flex-wrap: wrap;
    }

    .kompetenzen ul li {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .kompetenzen ul li a {
        height: auto;
        padding: 20px 30px 20px 30px;
        font-size: 16px;
        line-height: 23px;
    }

    .limain-search {
        padding: 40px 0;
    }

    .limain-search .contentbereich {
        padding: 10px 0;
    }

    #content {
        display: block !important;
    }

	.home #content {padding-top: 0px;}
	#content {padding-top: 25px;}
	
    .sidebarwrapper {
        min-width: 100%;
        max-width: 100%;
        padding: 25px 0 0 0;
        border-bottom: 1px solid #c7c7d2;
    }

    .sidebarwrapper h6 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sidebarwrapper .submenu {
        padding: 0 0 10px 0;
    }

    .sidebarwrapper .submenu li {
        padding-bottom: 8px;
    }

    .sidebarwrapper .submenu li a {
        font-size: 16px;
        padding: 11px 15px 3px 0;
        font-weight: 600;
        line-height: 22px;
    }

    .sidebarwrapper .children {
        padding: 2px 15px 10px 15px;
    }

    .sidebarwrapper .children li a {
        font-size: 15px;
        font-weight: 600;
        padding: 0 15px;
    }

    .sidebarwrapper .children li ul {
        padding: 2px 15px;
    }

    .sidebarwrapper .children li ul li a {
        font-size: 13px;
        font-weight: 600;
        padding: 0 22px;
        line-height: 17px;
    }
	.sidebarwrapper .zuruckbutton a {background: url('images/arrow-back.png') 94px center no-repeat; padding: 10px 0 10px 10px;}
	.contentwrapper {padding-top: 20px;}
}

.aktuellesbg {
    float: left;
    width: 100%;
    height: 611px;
    background: url('images/artikelubersicht-bg.jpg') center top no-repeat;
}

.aktuelles {
    float: left;
    width: 100%;
    height: 611px;
    padding-top: 30px;
}

.artikelbox {
    float: left;
    width: 100%;
    height: 94px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.thedate {
    float: left;
    text-transform: uppercase;
    width: 56px;
    margin: 15px 15px 15px 15px;
    height: 64px;
    background: #21214b;
    padding: 5px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.thedate p {
    margin: 0 0 0 0 !important;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.artikelbox_inner {
    float: left;
    width: 100%;
    position: relative;
    height: 94px;
    font-weight: 400;
    color: #8f8f8f;
}

.thetitle {
    font-weight: 400;
    color: #09253d;
    font-size: 18px;
}

.artikelbox_inner p {
    margin: 0;
}

.aktuellesbg .more-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 94px;
    height: 94px;
    background: url('images/news-plus.png') center center no-repeat #51506f;
    text-indent: -9999px;
    outline: none;
    display: block;
}

.aktuellesbg .more-link:hover {
    background: url('images/news-plus.png') center center no-repeat #21214b;
}

.bannerbg {
    float: left;
    width: 100%;
    height: auto;
    border-top: 14px solid #21214b;
}

.banner {
    float: left;
    width: 100%;
    height: auto;
    min-height: 690px;
    background: url('images/img-specialfield-footer.png') right bottom no-repeat;
}

.banner_inner {
    float: left;
    color: #21214b;
    width: 100%;
    height: auto;
    background: url('images/logo-gross.png') 0 0 no-repeat;
}

.kontaktaufnehmen {
    float: left;
    color: #fff;
    font-weight: 600;
    background: url('images/kontakt-icon-specialfield-footer.png') 15px center no-repeat #dc323d;
}

.kontaktaufnehmen:hover {
    background-color: #c51b26;
    color: #fff;
}

/* ---------- Desktop-Ansicht ---------- */
@media (min-width: 1161px) {
    .artikelbox_inner {
        padding: 11px 250px 10px 10px;
        font-size: 16px;
    }

    .banner {
        padding: 30px 670px 30px 0;
    }

    .banner_inner {
        font-size: 14px;
        line-height: 25px;
        min-height: 400px;
        padding-top: 350px;
    }

    .kontaktaufnehmen {
        font-size: 17px;
        padding: 15px 25px 15px 65px;
    }
}

/* ---------- Tablet-Ansicht ---------- */
@media (min-width: 768px) and (max-width: 1160px) {
    .artikelbox_inner {
        padding: 12px 20px 10px 10px;
        font-size: 15px;
    }

    .artikelbox_inner p {
        padding: 0 200px 0 0;
    }

    .bannerbg {
        background: url('images/img-specialfield-footer.png') 120% bottom no-repeat;
    }

    .banner {
        padding: 30px 270px 0 0;
        background: none;
    }

    .banner_inner {
        font-size: 14px;
        line-height: 25px;
        min-height: 660px;
        padding-top: 350px;
        padding-bottom: 30px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .kontaktaufnehmen {
        font-size: 17px;
        padding: 15px 25px 15px 65px;
    }
}

/*  ---------- Smartphone-Ansicht ----------  */
@media (max-width: 767px) {
    .aktuellesbg {
        height: auto !important;
        background-repeat: repeat-y;
    }

    .aktuelles {
        height: auto !important;
    }

    .artikelbox {
        min-height: 94px !important;
        height: auto !important;
    }

    .artikelbox_inner {
        padding: 11px 62px 10px 10px;
        font-size: 12px;
        min-height: 94px !important;
        height: auto !important;
    }

    .thedate {
        margin: 15px 5px 15px 10px;
        font-size: 12px;
    }

    .thedate p {
        font-size: 22px;
        line-height: 24px;
        padding: 4px 0 0 0;
    }

    .more-link {
        width: 50px !important;
        min-height: 94px !important;
        height: auto !important;
    }

    .thetitle {
        font-size: 15px;
    }

    .banner {
        padding: 30px 20px;
        background: none;
        min-height: 100px !important;
    }

    .banner_inner {
        font-size: 14px;
        line-height: 25px;
        min-height: 100px !important;
        background: none;
    }

    .kontaktaufnehmen {
        font-size: 16px;
        padding: 15px 25px 15px 65px;
        width: 100%;
    }
}

.footerbg {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background: #21214b;
}

.infoblock {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.infoblock h6 {
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 700;
}

.footerlogo {
    float: left;
}

.footerlogo a {
    float: left;
    background: url('images/logo-footer.png') 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    outline: none;
}

.footerkontakt {
    float: left;
    color: #fff;
    line-height: 18px;
}

.footeranfahrt {
    float: left;
    color: #fff;
    line-height: 18px;
}

.anfahrtberechnen {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #fff;
    background: url('images/footer-button-arrow.png') 95% center no-repeat #dc323d;
    padding: 8px 50px 8px 15px;
}

.anfahrtberechnen:hover {
    background-color: #c51b26;
    color: #fff;
}

.footerformular {
    float: left;
}

.footerformular .wpcf7-form-control {
    float: left;
    background: #595978;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
    color: #8e8ea0;
    letter-spacing: -0.025em;
}

.footerformular .wpcf7-form-control:active {
    color: #fff;
}

.footerformular .your-message .wpcf7-form-control {
    width: 100%;
    padding: 10px;
}

.footerformular .your-email .wpcf7-form-control {
    float: right;
}

.footerformular .wpcf7-submit {
    float: right;
    background: #dc323d;
    padding: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.footerformular .wpcf7-submit:hover {background: #c51b26; }

.footerbar {
    float: left;
    width: 100%;
    height: 64px;
    background: #11112c;
}

.footer {
    float: left;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
}

.footernav {
    float: left;
    width: 100%;
    height: 64px;
    padding: 22px 0 0 0;
}

.footernav ul {
    float: left;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footernav ul li {
    float: left;
    padding: 0 12px;
}

.footernav ul li a {
    float: left;
    font-size: 14px;
    color: #696984;
}

.footernav ul li a:hover {
    color: #fff;
}

.totop {
    float: right;
    height: 64px;
    width: 67px;
}

.totop a {
    float: left;
    width: 100%;
    height: 64px;
    text-indent: -9999px;
    outline: none;
    background: url('images/arrow-to-top.png') center 25px no-repeat #0c0c1f;
}

.totop a:hover {
    cursor: pointer;
    background: url('images/arrow-to-top.png') center -29px no-repeat #0c0c1f;
}

/* ---------- Desktop-Ansicht ---------- */
@media (min-width: 1161px) {
    .infoblock h6 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .footerlogo {
        width: 24%;
        height: 175px;
        padding: 0 0 20px 0;
    }

    .footerlogo a {
        width: 221px;
        height: 155px;
    }

    .footerkontakt {
        width: 24%;
        padding: 0 45px 0 0;
        font-size: 12px;
    }

    .footeranfahrt {
        width: 26%;
        padding: 0 25px 0 0;
        font-size: 12px;
    }

    .footerformular {
        width: 26%;
    }

    .footerformular .wpcf7-form-control {
        font-size: 16px;
    }

    .footerformular .your-message .wpcf7-form-control {
        height: 100px;
    }

    .footerformular .your-name .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .your-email .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .wpcf7-submit {
        height: 40px;
        width: 150px;
    }
}

/* ---------- Tablet-Ansicht ---------- */
@media (min-width: 768px) and (max-width: 1160px) {
    .infoblock {
        flex-wrap: wrap;
    }

    .infoblock h6 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .footerlogo {
        width: 100%;
        height: 175px;
        padding: 0 0 20px 0;
        display: flex;
        justify-content: center;
    }

    .footerlogo a {
        width: 193px;
        height: 136px;
        background-size: cover !important;
    }

    .footerkontakt {
        width: 32%;
        font-size: 12px;
    }

    .footeranfahrt {
        width: 35%;
        padding: 0 20px;
        font-size: 12px;
    }

    .footeranfahrt iframe {
        width: 100%;
        height: auto;
    }

    .footerformular {
        width: 33%;
    }

    .footerformular .wpcf7-form-control {
        font-size: 16px;
    }

    .footerformular .your-message .wpcf7-form-control {
        height: 100px;
    }

    .footerformular .your-name .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .your-email .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .wpcf7-submit {
        height: 40px;
        width: 150px;
    }
}

/*  ---------- Smartphone-Ansicht ----------  */
@media (max-width: 767px) {
    .infoblock {
        flex-wrap: wrap;
        padding: 20px;
    }

    .infoblock h6 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .footerlogo {
        width: 100%;
        height: 175px;
        padding: 0 0 20px 0;
        display: flex;
        justify-content: center;
    }

    .footerlogo a {
        width: 193px;
        height: 136px;
        background-size: cover !important;
    }

    .footerkontakt {
        width: 100%;
        padding: 0 0 40px 0;
        font-size: 12px;
    }

    .footeranfahrt {
        width: 100%;
        padding: 0 0 40px 0;
        font-size: 12px;
    }

    .footerformular {
        width: 100%;
    }

    .footerformular .wpcf7-form-control {
        font-size: 16px;
    }

    .footerformular .your-message .wpcf7-form-control {
        height: 100px;
    }

    .footerformular .your-name .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .your-email .wpcf7-form-control {
        width: 48%;
    }

    .footerformular .wpcf7-submit {
        height: 40px;
        width: 150px;
    }

    .footernav ul {
        justify-content: flex-start;
        padding-left: 14px;
    }

    .footernav ul li {
        padding: 0 6px;
    }

    .footernav ul li a {
        font-size: 13px;
    }

    .totop {
        width: 55px;
    }
}

/*Font definitions
============================================================== */
body {
    color: #000;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}

/*#content {line-height: 30px;}*/
#content h2 a {
    color: #21214b !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

h1, h1 a {
    color: #21214b;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
}

h2, h2 a {
    color: #21214b;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

h3, h3 a {
    color: #dc323d;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

h4, h4 a {
    color: #21214b;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}

h5, h5 a {
    color: #21214b;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}

h6, h6 a {
    color: #21214b;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}

p {
    margin: 0 0 20px 0;
}

#content p {
    margin: 0 0 10px 0;
}

#content a {
    color: #dc323d;
    text-decoration: none;
}

a {
    color: #dc323d;
    text-decoration: none;
}

#content a:hover {
    color: #dc323d;
    text-decoration: underline;
}

a:hover {
    color: #dc323d;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

#tablelinie {
    width: 100%;
}

#tablelinie td {
    border-top: 1px dotted #000000;
    padding: 5px 5px;
    vertical-align: middle;
}

.footerformular {color: #fff;position: relative;}
.wpcf7-captchac {padding: 0px !important; margin-right: 10px;}
.wpcf7-captchar {width: 100%; margin-top: 5px;}

.footerformular ::-webkit-input-placeholder {color: #fff; opacity: 1;}
.footerformular :-moz-placeholder {color: #fff; opacity: 1;}
.footerformular ::-moz-placeholder {color: #fff; opacity: 1;}
.footerformular :-ms-input-placeholder {color: #fff; opacity: 1;}

.footerformular .wpcf7-form-control-wrap.your-name,
.footerformular .wpcf7-form-control-wrap.your-email{position: relative;}
.footerformular .wpcf7-form-control-wrap.your-name span.wpcf7-not-valid-tip {

    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 35px;

}
.footerformular .wpcf7-form-control-wrap.your-email span.wpcf7-not-valid-tip {

    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 35px;
    right: -225px;
    width: 206px;
    float: left;

}
