/*####################################
  -------------- Colors --------------
  ###################################*/
:root {
    --red: rgb(195, 14, 31);
    --black: rgb(33, 37, 41);
    --light: #f9f9f9;
    --light_lt: #ebebeb;
    --gray: #242424;
    --gray_lt: #333;
    --graydark: rgba(0, 0, 0, 0.7);
    --logo1: #1d5f96;
    --logo2: #6aabc3;
}

/*####################################
  --------------- typo ---------------
  ###################################*/
/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Light'), local('Montserrat-Light'),
    url('../fonts/montserrat-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v14-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/montserrat-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v14-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/*####################################
  ------------- generell -------------
  ###################################*/
html {
    margin-right: 0 !important;

    overflow: inherit !important;
}

body {
    background-color: #fff;
    overflow-y: scroll;
}
.container-md {
    padding-right: 0px;
    padding-left: 0px;
}
:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.red {
    color: var(--red);
}
h1, .h1 {
    font-size: 1.875rem;
    font-family: Montserrat;
}
h2, .h2 {
    font-size: 1.5rem;
    font-family: Montserrat;
}
h3, .h3 {
    font-size: 1.375rem;
    font-family: Montserrat;
}
h4, .h4 {
    font-size: 1.125rem;
    font-family: Montserrat;
}
a {
    color: var(--logo2);
    text-decoration: none;
}

a:hover {
    color: var(--logo1);
    text-decoration: none;
}
.headerText  a {
    color: var(--black);
}
.btn a {
    color: #6c757d;
    border-color: #6c757d;
}


.frame-default {
    /* padding: 0 12px;*/
}

ul {
    margin: 0;
    padding: 0 0 0 1rem;
    list-style: none;
}
li {
    margin-bottom: 0.6rem;
    line-height: 1.2;
}
.frame ul li {
    list-style: disc;
    padding: 0;
    margin-left: 1rem;
}
nav>ul>li {
    list-style: none !important;
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 3rem !important;
}
.f3-widget-paginator>li {
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 3rem !important;
}
.page-item.active .page-link {
    background-color: var(--logo1) !important;
}
.page-item .page-link {
    color: var(--logo2) ;
}
.page-item.active .page-link {

}
#main-navigation li {
    margin-bottom: 0;
    line-height: 1;
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
        width: auto;
    }
    .container-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ce-bodytext > p > .fluidbox > img {
    margin-top: 6px;
}

.ce-bodytext ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}
ul.greendot{
    padding-left: 0;
    margin-left: 2rem;
}
ul.greendot li{
    list-style: none;
    position: relative;
}
ul.greendot li::before{
    position: absolute;
    font-size: 0.8rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -1.8rem;
    top: 0.2rem;
    content: "\f00c";
    color: green;
}
ul.arrow{
    padding-left: 0;
    margin-left: 2rem;
}
ul.arrow li{
    list-style: none;
    position: relative;
}
ul.arrow li::before{
    position: absolute;
    font-size: 0.8rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -1.8rem;
    top: 0.2rem;
    content: "\f061";
    color: var(--black);
}
.arrow.red li::before {
    color: var(--red);
}
.wrench{
    padding-left: 0;
    margin-left: 2rem;
}
.wrench li{
    list-style: none;
    position: relative;
}
.wrench li::before{
    position: absolute;
    font-size: 0.8rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -1.8rem;
    top: 0.2rem;
    content: "\f0ad";
    color: var(--black);
}
.wrench.red li::before {
    color: var(--red);
}
.imgLeft {
    float: left;
    margin-right: 0.5rem;
}

.imgRight {
    float: right;
    margin-left: 0.5rem;
}

.content {
    margin-top: 9.4em;
}

.backgroundBlock1 {
    /*background-image: url("../images/ah-bg-streifen.jpg");*/
    background-color: #BBBABF;
    background-repeat: repeat-y;
    background-size: cover;
    color: #fff;
    padding: 1rem;
    border-bottom: 2px solid #262525;
    margin-right: -15px;
    margin-left: -15px;
}

hr.ce-div {
    border: 0;
    height: 1px;
    background-color: var(--logo2);
    margin-bottom: 3rem;
}

.ruler {
    padding-top: 15px;

}

@media only screen and (min-width: 992px) {
    .content {
        margin-top: 9rem;
    }
}


/*####################################
  ------------ Navigation ------------
  ###################################*/
.headerBackground {
    border-bottom: 5px solid var(--logo1);
    /*background: radial-gradient(ellipse at center, var(--light_lt) 0%, var(--light) 100%);*/
}

.menuArea {
    background-color: #fff;
}

.navigation {
    line-height: 1rem;
}

#main-navigation {
    margin-left: -15px;
}

#main-navigation {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -9px;
    top: 4px;
    position: relative;
}

.bg-red {
    background-color: var(--red);
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: var(--red) !important;
}

.navbar-white .navbar-nav .nav-link {
    color: var(--graydark);
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.25rem;
}

.navbar {
    padding: .8rem 1rem;
}


.brand {
    padding: 0.6rem;
    text-align: left;
}
.brand > h1 {
    padding: 0;
    margin: 0;
}
.headerHotline {
    display: inline-block;
    text-align: left;
}

.headerText, .headerText p {
    display: inline;
}
.headerText .p-tiny {
    display: block;
    font-size: 80%;
}
.headerWords {
    display: none;
}

.headerSymbol {
    display: inline;
}
.headerNumber, .headerNumber p {
    display: inline;
    margin-left: 1.5rem;
    font-size: 120%;
}
@media only screen and (min-width: 768px) {
    .headerNumber, .headerNumber p {
        display: inline;
        margin-left: 2rem;
        font-size: 140%;
    }
}
.navbar-nav {
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.nav-link.active {
    color: var(--logo2) !important;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-right: .8rem;
    padding-left: 0;
}
@media only screen and (min-width: 1200px) {
    .navbar-white .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 992px) {
    .headerWords {
        display: inline;
    }

    .headerSymbol {
        display: none;
    }
    .navbar-nav {
        box-shadow: none;
        padding: 0;
    }
}
.brand .ce-gallery, .brand .ce-gallery .ce-column, .brand .ce-gallery .ce-column figure {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .brand .ce-gallery, .brand .ce-gallery .ce-column, .brand .ce-gallery .ce-column figure {
        width: inherit;
    }

}

.logos {
    display: none;
}




.logos p {
    margin-bottom: 0;
}

.dropdown-menu {
    margin-top: 7px;
    background-color: #555;
    padding: 0;
    border: none;
}

.dropdown-menu .dropdown-item {
    background-color: #fff;
    color: #333;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #fff;
}

.dropdown-toggle::after {
    display: none;
}



.schatten {
    margin-left: 15px;
    margin-right: 15px;
}

.auswahl {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 175px;
    font-size: 20px;
}

.auswahl .card {
    background-color: #BBBABF;
    margin-bottom: 1rem;
}

.auswahl .card a {
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.auswahl .card .text {
    display: none;
}

.auswahl .card-title {
    margin-bottom: 0;
}

.aussen {
    background-color: #fff;
}

.aussen .row {
    /*background-color: #fff;
    margin-right: 0px;
    margin-left: 0px;*/
}


.auswahl .card .icon, .auswahl .card .icon a {
    color: var(--red);
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .auswahl .card .icon, .auswahl .card .icon a {
        display: inline;
    }
}
@media only screen and (min-width: 992px) {
    #main-navigation {
        margin-left: -15px;
        top: 0;
        position: relative;
        margin-bottom: 0;
    }

    .logos {
        display: inline-block;
    }

    .logos img {
        padding-left: 0.2rem;
    }

    .brand {
        padding: 1.2rem 0.6rem 0 0;
        text-align: left;
    }

    .dropdown-menu .dropdown-item {
        background-color: #777;
        color: #fff;
        padding: 0.5rem;
        border-bottom: 1px solid var(--dark);
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #555;
    }
}

/*####################################
  -------------- Buttons --------------
  ###################################*/
.btn-outline-secondary:hover, .btn-outline-secondary:hover a {
    color: var(--logo2) !important;
    background-color: #fff;
    border-color: var(--logo2);
}

/*####################################
  ---------- Header-Carousel ---------
  ###################################*/
.backgroundCarousel, .backgroundSiteImage {
    background: #9da8b2 url("/fileadmin/user_upload/Slider/Hintergrund.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.backgroundCarousel > .container {
    padding: 0;
}
.carousel-item img {
    border: rgba(0,0,0,0.3) 15px solid;
    border-top: 0px;
    border-bottom: 0px;
}
#headerCarousel .carousel-indicators {
    z-index: 3;
}

#carousel-example-multi ul{
    list-style: inherit;

}
#carousel-example-multi {
    position: relative;
}

#carousel-example-multi .carousel-indicators {
    z-index: 0;
}

#carousel-example-multi .carousel-control-next {
    color: var(--red);
    left: 38px;
    top: 6px;
    position: absolute;
    height: 20px;
    width: 20px;
}

#carousel-example-multi .carousel-control-prev {
    color: var(--red);
    left: 15px;
    top: 6px;
    position: absolute;
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 768px) {
    #carousel-example-multi .carousel-control-next {
        right: -25px;
        left: auto;
        top: 100px;
        position: absolute;
    }

    #carousel-example-multi .carousel-control-prev {
        left: -25px;
        top: 100px;
        position: absolute;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {

    }

    #carousel-example-multi .carousel-control-next {
        right: -25px;
        left: auto;
        top: 125px;
        position: absolute;
    }

    #carousel-example-multi .carousel-control-prev {
        left: -25px;
        top: 125px;
        position: absolute;
    }
}

@media only screen and (min-width: 1200px) {
    #carousel-example-multi .carousel-control-next {
        right: -25px;
        left: auto;
        top: 150px;
        position: absolute;
    }

    #carousel-example-multi .carousel-control-prev {
        left: -25px;
        top: 150px;
        position: absolute;
    }
}

#headerCarousel .carousel-indicators {
    bottom: -3.5rem;
}

#headerCarousel .carousel-indicators li {
    background-color: var(--logo2);
}

/*####################################
  ---------- Item-Carousel ---------
  ###################################*/
.carousel-multi-item {
    margin-bottom: 3rem
}

.carousel-multi-item .carousel-inner .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
    display: block
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev,
.carousel-multi-item .carousel-inner.v-2 .carousel-item.active {
    display: flex
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
    transform: translateX(33%)
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    transform: translateX(-33%)
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-left,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
    transform: translateX(0)
}

.carousel-multi-item .carousel-indicators li {
    margin-bottom: -3.75rem;
    background-color: var(--red);
}

.carousel-multi-item .controls-top {
    margin-bottom: 0.25rem;
    text-align: center
}

.carousel-multi-item .controls-top a {
    color: var(--red);
}

.carousel-multi-item .controls-top a:hover {
    color: var(--red);
    opacity: 0.75;
}

.carousel-multi-item .controls-top .btn-floating {
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: 0.5em
}

.carousel-multi-item .card-cascade.narrower {
    margin-top: 1.25rem;
    margin-bottom: .3rem
}

.card {
    border-radius: 0;
}

.card-img-top {
    height: 100%;
}

#carousel-example-multi .carousel-item .card {
    min-height: 100%;
}

.card-title {
    margin-bottom: 0.4rem;
}

.inhalt .card-title {
    text-align: center;
}

.carousel-inner .card-title {
    color: var(--red);
}

.carousel-inner .card-title::after {
    display: block;
    width: 70px;
    border-top: 4px solid var(--red);
    margin-top: 8px;
    margin-bottom: 16px;
    content: "";
    word-wrap: break-word;
}

.carousel-item {
    position: relative;
}

.unten {
    bottom: 1rem;
}

@media (min-width: 768px) {
    .carousel-multi-item .col-md-4 {
        float: left;
        width: 33.333333%;
        max-width: 100%
    }
}

@media only screen and (max-width: 992px) {
    .carousel-multi-item .carousel-indicators li {
        margin-bottom: -1.88rem
    }
}

/*####################################
  -------------- Sidebar -------------
  ###################################*/
#sidebar {
    position: relative;
    top: 50px;
    font-size: 88.23529%;
    line-height: 1.2em
}

#sidebar.down {
    top: 146px
}


#sidebar .trigger {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0px -200px;
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4)
}

#sidebar .trigger {
    display: inline-block;
}

#sidebar .body {
    display: table;
    width: 100%;
}

#sidebar p {
    margin-bottom: 0;
}

#sidebar a {
    position: absolute;

    top: 25%;

    left: 25%;
}

#sidebar i, #sidebar img, #sidebar span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#sidebar img {
    max-height: 45px;
    display: block;
}

#sidebar .trigger:hover {
    cursor: pointer
}

#sidebar .trigger {
    background: var(--red) no-repeat center center/auto 26px;
}

#sidebar .bg-red {
    background-color: #666
}

#sidebar .body {
    position: relative;
    min-height: 45px;
    max-height: 45px;
}

#sidebar .body .inside {
    display: table-cell;
    height: 45px;
    max-height: 45px;
    padding: 3px 3px 3px 6px;
    vertical-align: middle
}

#sidebar .body .inside.multiline {
    height: auto;
    text-align: right
}

#sidebar .body a.inside {
    display: block
}

#sidebar #info.tab {
    width: 220px
}

#sidebar #info.tab.open, #sidebar #info.tab:hover {
    margin-left: -220px
}

#sidebar #info .body .inside {
}

#sidebar .inside strong {
    width: 3.5rem;
    display: inline-block;
}

.trigger i {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #sidebar {
        position: fixed;
        right: 0px;
        top: 280px;
        z-index: 99;
        background: transparent;
        font-size: 88.23529%;
        line-height: 1.2em
    }

    #sidebar.down {
        top: 146px
    }


    #sidebar .trigger {
        position: relative;
        width: 45px;
        height: 45px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 0px -200px;
        -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4)
    }

    #sidebar .trigger {
        display: table;
    }

    #sidebar .body {
        display: table;
        width: 100%;
    }

    #sidebar p {
        margin-bottom: 0;
    }

    #sidebar a {
        position: absolute;

        top: 25%;

        left: 25%;
    }

    #sidebar i, #sidebar img, #sidebar span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #sidebar img {
        max-height: 45px;
        display: block;
    }

    #sidebar .trigger:hover {
        cursor: pointer
    }

    #sidebar .trigger {
        background: var(--red) no-repeat center center/auto 26px;
    }

    #sidebar .bg-red {
        background-color: #666
    }

    #sidebar .body {
        position: relative;
        min-height: 45px;
        max-height: 45px;
    }

    #sidebar .body .inside {
        display: table-cell;
        height: 45px;
        max-height: 45px;
        padding: 3px 3px 3px 6px;
        vertical-align: middle
    }

    #sidebar .body .inside.multiline {
        height: auto;
        text-align: right
    }

    #sidebar .body a.inside {
        display: block
    }

    #sidebar #info.tab {
        width: 220px
    }

    #sidebar #info.tab.open, #sidebar #info.tab:hover {
        margin-left: -220px
    }

    #sidebar #info .body .inside {
    }

    #sidebar .inside strong {
        width: 3.5rem;
        display: inline-block;
    }

    .trigger i {
        color: #fff;
    }
}

/*####################################
  --------------- Footer -------------
  ###################################*/
#footer {
    background-color: #333;
    background: linear-gradient(0, var(--gray) 0, var(--gray_lt) 168px);
    border-bottom: 1px solid var(--black);
    color: #fff;
    font-size: 0.8rem;
    border-top: 5px solid var(--logo2);
    padding: 1em 0 1em 0;
    margin-top: 300px;

}

#footer a, #footer-bottom a {
    color: #fff;
}

#footer a:hover, #footer-bottom a:hover {
    text-decoration: underline;
}

#footer h3 {
    font-size: 1.5rem;
}

#footer h4 {
    font-size: 1.25rem;
}

#footer .container, #footer-bottom .container {
    padding-left: 25px;
    padding-right: 25px;
}

#footer-bottom {
    background-color: #0D0D0D;
    background: var(--graydark);
    color: #fff;
    padding: 12px 0;
}

/*####################################
  ------------- Back-Top ------------
  ###################################*/
#back-top {
    display: none;
}
@media only screen and (min-width: 768px) {
    #back-top {
        position: fixed;
        bottom: 50px;
        z-index: 99;
        right: 1%;
        display: none;
        width: 62px;
        height: 62px;
        background-color: transparent;
    }

    #back-top span {
        display: block;
        text-align: center;
        color: #3E3B3D;
        background: var(--logo1) none repeat scroll 0 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 20px;
        height: 100%;
        padding: 10px 0;
        border-radius: 50%;
    }

    #back-top span i {
        display: block;
    }
}
.controls {
    padding-top: 2rem;
    height: 3rem;
    margin-top: 1rem;
}
@media only screen and (min-width: 576px) {


    .auswahl {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        top: 176px;
        font-size: 20px;
        padding-top: 6px;
    }
}
@media only screen and (min-width: 768px) {


    .auswahl {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        top: 176px;
        font-size: 20px;
        padding-top: 6px;
    }

    .aussen {
        background-color: #fff;
    }

    .aussen .row {
        background-color: transparent;
        margin-right: -15px;
        margin-left: -15px;
    }

    .auswahl .card .text {
        display: inline-block;
        padding-left: 1rem;
    }

    .inhalt .card-title {
        text-align: left;
    }

    .controls {
        padding-top: 0;
        height: 0;
        margin-top: 0;
    }

    .unten {

        bottom: 1rem;
    }
}

.shadow {
    background-color: #fff;
    /*width: 100%;*/
    height: 0;
    position: relative;
}

.shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    transform: scale(1.02);
    box-shadow: 0px 0px 8px 2px #000000;
}

.leiste {
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.leiste_innen {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
}

.trigger .img-fluid {
    max-width: 60%;
    margin: 5px 0 0 9px;
}

.card-body {
    padding: 0.5rem;
}

/*####################################
  ------------- Time-Line ------------
  ###################################*/
.timeline-area {
    /*padding-top: 330px;*/
    padding-bottom: 9rem;
}

.timeline-date {
    border-bottom: 2px solid rgba(0, 0, 0, 1); /* helles grau? */
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-left: 0;
    margin-right: 36px;
    padding-bottom: 6px;
    position: relative;
    text-align: right;
    width: 91px;
}

.timeline-text {
    overflow: hidden;
}

.timeline-wrapper {
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 960px) {
    .timeline-wrapper {
        width: 49%;
        z-index: 1;
    }
}

.timeline-title {
    color: #000;
    display: block;
    font-weight: bold;
}

.timeline-date:after {
    background: var(--red) none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    left: -4px;
    border-radius: 50px;
}

.single-timeline-item {
    position: relative;
}

.single-timeline-item:after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.single-timeline-item:first-child {
    padding-top: 45px;
}

.timeline-container {
    position: relative;
    padding-left: 15px;
}

.timeline-image {
    position: absolute;
    right: 40px;
    top: 0;
    width: 50.5%;
}

.timeline-image > img {
    display: none;
}

.timeline-button {
    position: absolute;
    left: 0;
}

@media only screen and (min-width: 992px) {
    .timeline-image > img {
        display: block;
        position: absolute;
        right: 20px;
        top: 130px;
        z-index: 1;
    }

    .timeline-button {
        position: absolute;
        left: 494px;
    }
}

@media only screen and (min-width: 1200px) {
    .timeline-button {
        position: absolute;
        left: 666px;
    }
}

.single-timeline-item:first-child:after {
    background: rgba(255, 255, 255, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) repeat scroll 0 0;
}

.single-timeline-item:last-child:after {
    background: rgba(255, 255, 255, 0) -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
}

.timeline {
    position: relative;
    z-index: 0;
    padding: 0;
}

.timeline h2 {
    color: var(--red)
}

.timeline .timeline-title {
    color: #181b24;
}

.timeline .timeline-date {
    border-color: rgba(14, 27, 36, 0.1);
    color: #181b24;
}

.timeline .single-timeline-item:after, .timeline-three-area .single-timeline-item:after {
    background: rgba(41, 44, 52, 0.1) none repeat scroll 0 0;
}

.timeline .single-timeline-item:first-child:after, .timeline-three-area .single-timeline-item:first-child:after {
    background: rgba(255, 255, 255, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1)) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1)) repeat scroll 0 0;
}

.timeline .single-timeline-item:last-child:after, .timeline-three-area .single-timeline-item:last-child:after {
    background: rgba(255, 255, 255, 0) -webkit-linear-gradient(rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(41, 44, 52, 0.1), rgba(41, 44, 52, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
}

.fa-2x {
    font-size: 1.5em;
}

#back-top .fa-2x {
    top: 6px;
    position: relative;
}

/*####################################
  --------------- News ---------------
  ###################################*/
  .news-list-item {
      margin-bottom: 4rem;
  }
  .news-list-item .row {
      width: 100%;
  }
  .extra {
      margin-bottom: 1.5rem;
  }
.news-event {

    margin-bottom: 4rem;
}
.news-box-prev-img {
    position: relative;
}
.date-label {
    position: absolute;
    bottom: 10px;
    color: #fff;
    background-color: var(--red);
    padding: 3px;
}

.date-label .h5 {
    font-size: 1.1rem;
}

.news-button {
    position: absolute;
    bottom: -40px;
}

.news-preview:hover .news-box-prev-img {
    opacity: 0.7;
}

.news-preview .news-box-prev-img {
    transition: .5s ease;
    backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
    .news-event {
        margin-bottom: 0;
    }

    .date-label {
        bottom: 10px;
    }

    .news-button {
        bottom: -40px;
    }
}

@media only screen and (min-width: 992px) {
    .date-label {
        bottom: 10px;
        padding: 5px;
    }

    .date-label .h5 {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1200px) {
    .date-label {
        bottom: 20px;
    }
}

.navbar-white .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    margin-left: -6px;
}

.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    color: rgba(0, 0, 0, .4);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner.row {
    width: auto;
    min-width: 0;
    display: table;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.disturber-border {
    background-color: var(--logo2);
    padding: 2rem;
}

.disturber-text {
    color: #fff;
    background-color: var(--logo1);
    padding: 1rem;
}

.disturber-button {
    background-color: #fff;
}

.disturber-text h3 {
    margin-bottom: 0;
    position: relative;
    top: 1px;
    line-height: 1.7;
}

.personnel {
    margin-top: 1rem;
}

.personnel .person.card {

}

.personnel .profession {
    color: var(--red);
    height: 3rem;
}

.personnel .contact a {
    font-size: 14px;
    color: var(--black);
    text-decoration: underline;
}

.personnel .contact i {
    margin-right: 0.4rem;
}

.personnel .person-fax {
    font-size: 14px;
    color: var(--black);
    font-weight: bold;
}

.personnel > .card img.person {
    width: auto;
    max-width: 160px;
    height: auto;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

#fahrzeugsuche-content .content {
    margin-top: 0;
}
#fahrzeugsuche-content .pagination a {
    color: var(--black);
}
#fahrzeugsuche-content .pagination .page-item.active .page-link {
    color: var(--red);
    background-color: #fff;
    border-color: rgb(222, 226, 230);
    font-weight: bold;
}
#fahrzeugsuche-content .badge-primary {
    background-color: #fff;
    color: var(--black);
    border: 1px solid rgb(222, 226, 230);
    background-color: #fff;
    color: var(--black);
    padding: 0.25rem;
}
.fahrzeugsuche-teaser h2 {
    font-size: 1.5rem;
}
.tx-fahrzeugsuche h2 {
    font-size: 1.25rem;
}
.tx-fahrzeugsuche  .carousel  .no-gutters  {
    padding: 0.5rem;
    font-size: 0.875rem;
}
.tx-fahrzeugsuche  .carousel  .no-gutters .tiny-text {
    font-size: 0.75rem;

}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-track{
    display: flex;
}
.slick-slide {
    display: flex;
    height: auto;
    align-items: center; //optional
justify-content: center; //optional

}

#ah-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
#ah-carousel ul{
    list-style: disc;
}
.slick-slide {
    /*padding-left: 15px;
    padding-right: 15px;*/

}
.ah-card {
    border: 1px solid rgba(0,0,0,.125);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.slick-slide .ah-body{
    padding: 0.5rem;
}
.slick-slide .ah-title{
     color: var(--red);
}
.ah-footer {
    text-align: center;
    margin-bottom: 5px;
}
.slick-slide .ah-title::after{
    display: block;
    width: 70px;
    border-top: 4px solid var(--red);
    margin-top: 8px;
    margin-bottom: 16px;
    content: "";
    word-wrap: break-word;
}
/* Arrows */
/* Arrows */
.slick-next, .slick-prev {
    display: none !important;
}
@media only screen and (min-width: 768px) {

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block !important;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev
{
    left: -15px;
    top: 150px;
    position: absolute;
    display: none;
}
.slick-prev::before{
     position: absolute;
     font-size: 1.5rem;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     left: 0;
     top: 0.2rem;
     content: "\f053";
     color: var(--red);
    opacity: 0.7;
 }
.slick-prev:hover::before{
    opacity: 1;
}
.slick-next
{
    right: -15px;
    left: auto;
    top: 150px;
    position: absolute;
    display: none;

}
.slick-next::after{
    position: absolute;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 3px;
    top: 0.2rem;
    content: "\f054";
    color: var(--red);
    opacity: 0.7;
}
.slick-next:hover::before{
    opacity: 1;
}}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    margin-bottom: -3.75rem;
    background-color: var(--red);
    margin-bottom: 0.95rem;
    line-height: 1.2;
    width: 30px;
    height: 3px;
    display: inline-block;
    position: relative;
    margin: 10px 5px;
    opacity: 0.7;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
    top: -13px;
}

.cookie-panel__attribution {
    display: none;
}
.personnel .carddeck .card{
    margin-bottom: 2rem;
}
.person figure {
    background-color: #cecece;
}
.person .personData {
    padding: 5px;
}
.row .row .col-md-4, .row .row .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.languageMenue  img{
	border: 1px solid #bbb;
	margin-right: 0.5rem;
}