/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v29-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/open-sans-v29-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v29-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v29-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v29-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v29-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

body {
    font-family: "Open Sans", sans-serif;
    padding-top: 0;
    padding-bottom: 0px;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}

.desktop-liste {
    display: none;
}

.mobile-liste {
    display: flex;
}

.mobile-visible {
    visibility: visible;
}

.desktop-visible {
    visibility: hidden;
}

.share-visible {
    visibility: hidden;
}

.euslink {
    display:none;
}

.eusmobilelink {
    display:block;
}

.breite {
    margin: 0 auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
}



/* Carousel */
.carousel-caption p {
    font-size: 1.11rem;
    /*line-height: 1.4;*/
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.badge-danger {
    background-color: #E31836;
    color: white;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

a {
    text-decoration: none;
    color: black;
}

a.btn-danger {
    color: white;
}

a.danger {
    color: #dc3545;
}

a:hover {
    text-decoration: none;
    color: grey;
}
a:hover.btn-danger {
    color: white;
}

a:hover.danger {
    color: #dc3545;
}

/*a:visited {
    text-decoration: none;
    color: black;
}*/

a:visited.btn-danger {
    color: white;
}

a:visited.danger {
    color: #dc3545;
}

.navbar {
    padding: 0;
    color: white;
}

.navbar a {
    text-decoration: none;
    color: inherit;
}

.navbar a:hover {
    text-decoration: none;
    color: inherit;
}

.navbar a:visited {
    text-decoration: none;
    color: inherit;
}

.navbar .search {
    width: 713px;
    padding-right: 20px;
}

.nav-color > .menublock > hr {
    margin: 0px;
    height: 0px;
    border: solid;
    border-width: 1px;
    color: white;
    background-color: white;
}

.navplaceholder {
    width: 767px;    
    padding-right: 20px;
}

.navbar-fixtop {
    background-color: white!important;
    z-index: 10000;
}

.modal-open .navbar-fixtop {
    z-index: unset;
}

.navbar-leiste {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 72px;
    height: 72px;
    max-height: 72px;
    background-color: white;
    z-index: 9999;
}

.navbar-brand > img {
    width: 258px;
    height:45px;
}

.navbar-expand-xl {
    margin-bottom: 10px;
}

.menublock-container.nav-color {
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-left: 80px;
    margin-bottom: 10px;
}



.shortcutmenu {
    min-width: 100%;
    background-color: #EDEDED !important;
    margin-bottom: 20px;
    z-index: 10000;
    font-size: 0.75rem;
}

.shortcutmenu-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.shortcutmenubuttons {
    min-width: 423px;
    width: 423px;
    max-width: 423px;
}

.shortcutmenu .nav-text {
    font-size: 0.80rem;
}

nav.shortcutmenu > div {
    width: 100%;
}

div.mobile > nav > div {
    width: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }


.navbar-sel {
    background-color: white;
    color: #E31836 !important;
}



.nav-color {
    background-color: #E31836;
}

.navbar-open .navbar-activ {
    color: white !important;
    background-color: #E31836;
}

.navbar-open .navbar-sel {
    background-color: white;
    color: #E31836 !important;
}

.nav-link {
    padding: 0 13px 0 13px !important;
    color: black;
    text-decoration: none;
}


.nav-text {
    color: white!important;
    font-weight: 600;
    font-size: 0.9rem;
    
    text-decoration: none;
    text-transform: uppercase;
}

.nav-text-black {
    color: black;
    font-weight: 600;
    font-size: 1.0rem;
    /*line-height: 25px;*/
    text-decoration: none;
    padding: 0 2px 0 2px !important;
}

.navbar-activ {
    background-color: white;
    color: #E31836 !important;
}

.nav-search {
    padding-right: 30px;
}

.nav-spacer {
    min-width: 7px;
    width: 7px;
    max-width: 7px;
    background-color: white;
    margin-top: -1px;
    margin-bottom: -1px;
}

.nav-ueber-uns {
    color: #E31836;
    font-weight: bold;
}

.nav-ueber-uns-ul {
    list-style: none;
    padding: 20px;
    text-align: left;
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 28px;*/
}

.nav-caption {
    font-size: 0.9rem;
    font-weight: 800;
}




.menublock .socialmediafeld {
    padding-left: 0;
    padding-right: 0;
    min-width: 215px;
    width: 215px;
    max-width: 215px;
    min-height: 245px;
    height: 245px;
    max-height: 245px;
    margin-left: 10px;
    margin-right: 10px;
}

.menublock .socialmedia {
    padding: 0;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 400;
    /*line-height: 14px;*/
    background-color: #EDEDED;
    color: black;
    min-height: 245px;
    height: 245px;
    max-height: 245px;
    overflow: hidden;
}

    .menublock .socialmedia .bild {
        width: 100%;
        min-height: 135px;
        height: 135px;
        max-height: 135px;
        background-size: cover;
    }

.menublock .socialmedia-beschreibung .caption {
    font-size: 0.88rem;
    font-weight: 600;
    /*line-height: 18px;*/
    margin-top: 7px;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

span.nav-color-fwj {
    display: block;
    width: 190px;
    background-color: #E31836;
    color: white;
    /*line-height: 26px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.nav-color-fwj a:visited {
    color: white;
}

.nav-color-fwj a:hover {
    color: white;
}

.nav-color-fwj a {
    color: white;
}

.nav-text-SuK {
    color: black;
    font-weight: 600;
    font-size: 0.83rem;
    /*line-height: 20px;*/
    text-decoration: none;
    padding: 0 2px 0 2px !important;
}

.menublock-container {
    visibility: hidden;
    display: none;
    z-index: 10000;
}

.menublock {
    /*line-height: 35px;*/   
}

    .menublock .col {
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

        .menublock .col:last-child {
            border-right-style: none;
        }

#jugendmenu2 .menublock .col {
    border-right-color: black;
    border-right-style: none;
    border-right-width: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
}

    #jugendmenu2 .menublock .col:first-child {
        border-right-style: solid;
    }

.menublock a {
    text-transform: none;
}

.menublock p {
    margin-bottom: 0;
}

.menublock-sel {
    visibility: visible;
    display:block;
}

.navTerminHead {
    text-align: center;
    font-size: 0.88rem;
}

.navTermin {
    text-align: center;
    font-size: 1.11rem;
}



.mainmenu {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 24px;
    margin-bottom: 0;
    padding-top: 4px;
}

.col-navbar {
    min-width: 797px;
    width: 797px;
    max-width: 797px;
    padding: 0;
    padding-top: 31px;
}

.col-logo {
    min-width: 388px;
    width: 388px;
    max-width: 388px;
    z-index: 10000;
}



.aktuellleiste {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
}

.aktuellfeld {
    padding-left: 0;
    padding-right: 0;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.aktuellfeld.headerblock {
    min-height: 80px;
    height: 80px;
}

.termine {
    padding: 0;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 25px;*/
    text-transform: uppercase;
    background: url("../images/chevronleft.png") no-repeat left top #585857;
    color: white;
    min-height: 319px;
    height: 319px;
    max-height: 319px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
}

    .termine a {
        text-decoration: none;
        color: white;
        flex: 0 0 auto;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
    }

        .termine a:hover {
            text-decoration: none;
            color: white;
        }

        .termine a:visited {
            text-decoration: none;
            color: white;
        }

.termineheader {
    margin: 15px;
    flex: 0 0 auto;
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

.termin {
    margin: 15px;
}

    .termin .datum {
        font-size: 0.77rem;
        font-weight: 400;
        /*line-height: 18px;*/
        text-transform: none;
    }

.breakingnews {
    padding: 15px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 21px;*/
    text-transform: uppercase;
    background: url("../images/chevronleft.png") no-repeat left top, url("../images/chevronright.png") no-repeat right top;
    background-color: #D67C1C;
    color: white;
    min-height: 100%;    
}

    .breakingnews hr {
        display: block;
        height: 5px;
        border: 0;
        border-top: 5px solid white;
        margin: 0;
        padding: 0;
        margin-top: 8px;
        margin-left: -15px;
        margin-right: -15px;
    }


    .breakingnews div {
        margin-top: 15px;
    }

    .breakingnews .header {
        font-size: 1.55rem;
        font-weight: 600;
        /*line-height: 33px;*/
        margin-top: 0;
    }

    .breakingnews .caption {
        margin-top: 40px;
        font-size: 1.55rem;
        font-weight: 600;
        /*line-height: 33px;*/
    }


.headerblock {
    padding: 0;
    text-align: left;
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 25px;*/
    background: url("../images/chevronleftred.png") no-repeat left top;
    color: black;
    background-color: white;
    min-height: 100px;
    max-height: 319px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
}

.headerblock.wide {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

    .headerblock a {
        text-decoration: none;
        color: #E31836;
        flex: 0 0 auto;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
    }

        .headerblock a:hover {
            text-decoration: none;
            color: #E31836;
        }

        .headerblock a:visited {
            text-decoration: none;
            color: #E31836;
        }

.headerblockcaption {
    margin: 15px;
    flex: 0 0 auto;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 1.22rem;
    font-weight: 600;
    color: #E31836;
}

.aktuellkleinblock {
    background-color: white;
    opacity: 0.5;
    z-index: 2000;
    display: none;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.aktuellklein {
    padding: 0;
    text-align: left;
    font-size: 0.77rem;
    font-weight: 400;
    line-height: 1.1rem;
    background-color: white;
    color: black;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.aktuellklein.fahrzeug {
    min-height: 400px;
    height: 400px;
    max-height: 400px;
}

.aktuellklein:hover {
    cursor: pointer;
}

.aktuellklein .bild {
    width: 100%;
    min-height: 164px;
    height: 164px;
    max-height: 164px;
    background-size: cover;
    display:inline-block;
}

.aktuellklein .bild img {
    width: 100%;
    height: auto;
}

.aktuellklein.fahrzeug .bild {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
}

.aktuellklein .bild .anzahl {
    color: white;
    position: absolute;
    right: 12px;
    top: 8px;
}

.aktuellklein > .bild > .lupe {
    position: absolute;
    right: 12px;
    top: 144px;
}

.aktuellklein.fahrzeug > .bild > .lupe {
    position: absolute;
    right: 8px;
    top: 180px;
}

.aktuellklein > .bild > .lupe > img {
    width: 15px;
    height: 15px;
}

.aktuellklein .caption {
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.35rem;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 5px;
    min-height: 50px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.aktuellklein hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    margin-right: 185px;
    margin-bottom: 5px;
}

.aktuellklein .beschreibung {
    font-family: "Open Sans", sans-serif;
    font-size: 0.77rem;
    font-weight: 400;
    min-height: 162px;
    height: 162px;
    max-height: 162px;
    overflow: hidden;
}

.aktuellklein.fahrzeug .beschreibung {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
}

.aktuellklein .beschreibung a {
    font-weight: 600;
    position: absolute;
    right: 5px;
    bottom: 3px;
}

.aktuellkleinbeschreibung td {
    padding: 0px 2px 0px 0px;
}

.aktuellkleinbeschreibung td.small {
    padding: 0px 5px 0px 0px;    
    font-size: 0.80em;
}

.aktuellkleinbeschreibung td.middle {
    font-size: 0.90em;
}

.aktuellkleinbeschreibung td.nowrap {
    white-space: nowrap;
}


.aktuellgross .row {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

.aktuellgross {
    min-height:150px;
    padding: 0;
    text-align: left;
    font-size: 0.77rem;
    font-weight: 400;
    /*line-height: 18px;*/
    background-color: white;
    color: black;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 10px 10px 9px gray;
    z-index: 9000;
}

.detail.aktuellgross {
    font-size: 1rem;
}

.aktuellgross.fahrzeug {
    padding: 0;
    text-align: left;
    font-size: 0.77rem;
    font-weight: 400;
    /*line-height: 18px;*/
    background-color: white;
    color: black;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    box-shadow: 10px 10px 9px gray;
    z-index: 9000;
}

.detail.aktuellgross.fahrzeug {
    font-size: 1rem;
}

/*.aktuellgross .bildzeile {
    max-height: 515px;
}

.aktuellgross.fahrzeug .bildzeile {
    max-height: 443px;
}

.detail.aktuellgross .bildzeile {
    max-height: 690px;
}

.detail.aktuellgross.fahrzeug .bildzeile {
    min-height: 530px;
    height: 530px;
    max-height: 530px;
}

.aktuellgross .bild {
    max-width: 590px;
    max-height: 443px;
    padding-left: 0;
    padding-right: 0;
}

.detail.aktuellgross .bild {
    max-width: 895px;
    max-height: 515px;
    padding-left: 0;
    padding-right: 0;
}

.detail.aktuellgross.fahrzeug .bild {
    max-width: 895px;
    max-height: 515px;
    padding-left: 0;
    padding-right: 0;
}*/


.aktuellgross .bild .anzahl {
    color: white;
    position: absolute;
    right: 12px;
    top: 12px;
}


.aktuellgross .bild .lupe {
    position: absolute;
    right: 8px;
    bottom: 15px;
}

.aktuellgross.fahrzeug .bild .lupe {
    position: absolute;
    right: 8px;
    bottom: 15px;
}

.detail.aktuellgross .bild .lupe {
    bottom: 15px;
}



.aktuellgross .caption {
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 21px;*/
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 5px;
}

.aktuellgross hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    margin-right: 185px;
    margin-bottom: 5px;
}

.aktuellgross .beschreibung {
    max-height: 505px;
    overflow: hidden;
    padding-left: 20px;
}

.aktuellgross.fahrzeug .beschreibung {
    max-height: 443px;
    overflow: hidden;
    padding-left: 20px;
}

.aktuellgross.fahrzeug .aktuellkleinbeschreibung {
    max-height: 400px;
    overflow: scroll;
}

.aktuellgrosslinks {
    float: right;
}

.aktuellgross.fahrzeug .slidewrapper {
    max-height: 443px;
    overflow: hidden;
}

.aktuellgross .slidewrapper {
    max-height: 515px;
    overflow: hidden;
}

.detail.aktuellgross .slidewrapper {
    max-height: 690px;
    overflow: hidden;
}

.detail.aktuellgross.fahrzeug .slidewrapper {
    max-height: 690px;
    overflow: hidden;
}

.aktuellgross .carousel-control-prev, .aktuellgross .carousel-control-next {
    bottom: 50px;
}

.aktuellgross.fahrzeug .carousel-control-prev, .aktuellgross .carousel-control-next {
    bottom: 50px;
    /*margin-left: -30px;
    margin-right: 0px;*/
}

.aktuellgross .langtext {
    padding: 10px 25px 10px 0;
}

.aktuellgross .footer {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    background-color: #EDEDED;
    min-height: 26px;
    height: 26px;
    max-height: 26px;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
    /*line-height: 24px;*/
    margin-top: 0;
}

.detail.aktuellgross {
    box-shadow: none;
}

.aktuelllistezeile:hover {
    cursor: pointer;
}

#historygross {
    margin-top: 20px;
}

#aktuelllistegross, #aktuellgross1, #aktuellgross2, #aktuellgross3 {
    margin-top: 20px;
}

#aktuellgross1, #aktuellgross2, #aktuellgross3 {
    margin-bottom: 20px;
}

.carousel {
    margin-bottom: 24px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}


.carousel-control-prev {
    font-size: 2.66rem;
    text-align: left;
    opacity: 1;
    color: white;
}

.carousel-control-prev:hover {
    color: white;
    opacity: 1;
}

.carousel-control-prev:visited {
    color: white;
    opacity: 1;
}

.carousel-control-next {
    font-size: 2.66rem;
    text-align: right;
    opacity: 1;
    color: white;
}

.carousel-control-next:hover {
    color: white;
    opacity: 1;
}

.carousel-control-next:visited {
    color: white;
    opacity: 1;
}

.aktuellcarousel .carousel-control-prev {
    font-size: 2.66rem;
    text-align: left;
    opacity: 1;
    margin-left: -55px;
    color: grey;
    width: 50px;
}

    .aktuellcarousel .carousel-control-prev:hover {
        color: grey;
        opacity: 1;
    }

.aktuellcarousel .carousel-control-next {
    font-size: 2.66rem;
    text-align: right;
    opacity: 1;
    margin-right: -55px;
    color: grey;
    width: 50px;
}

    .aktuellcarousel .carousel-control-next:hover {
        color: grey;
        opacity: 1;
    }

.slidewrapper {
    overflow: hidden;
    height: 191px;
}

.slidewrapper img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slidetext {
    right: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    height: 191px;
    min-height: 191px;
    max-height: 191px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.slidetext img {
    opacity: 0.75;
}

.slidetext > span {
    right: 0;
    top: 0;
    display: flex;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    align-items: center;
    color: black;
    height: 191px;
    min-height: 191px;
    max-height: 191px;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    padding-right: 50px;
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.jugendanmeldung {
    margin-top: 24px;
    height: 324px;
    min-height: 324px;
    max-height: 324px;
}

.jugendanmeldung .slidewrapper {
    height: 324px;
    min-height: 324px;
    max-height: 324px;
    overflow: hidden;
    display: block;
}

.jugendanmeldung .slidewrapper img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jugendanmeldung .slidetext {
    right: 0;
    top: 0;
    display: inline-block;
    height: 324px;
    min-height: 324px;
    max-height: 324px;
    width: 470px;
    min-width: 470px;
    max-width: 470px;
    position: absolute;
}

.jugendanmeldung .slidetext img {
    opacity: 1;
}

.jugendanmeldung .slidetext > div {
    right: 0;
    top: 0;
    display: flex;
    height: 324px;
    min-height: 324px;
    max-height: 324px;
    width: 305px;
    min-width: 305px;
    max-width: 305px;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    align-items: center;
    text-transform: uppercase;
    padding: 20px;
    padding-right: 20px;
    font-size: 1.77rem;
    font-weight: 600;
    /*line-height: 34px;*/
    color: white;
}

.jugendanmeldung .slidetext div > div {
    display: inline-flex;
    flex-direction: column;
}

.jugendanmeldung .slidetext .text1 {
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 25px;*/
    display: block;
    width: 305px;
    min-width: 305px;
    max-width: 305px;
}

.jugendanmeldung .slidetext .text2 {
    margin-top: 20px;
    display: block;
    width: 305px;
    min-width: 305px;
    max-width: 305px;
}

.socialmedialeiste {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    /*padding-top: 24px;*/
    padding-left: 0;
    padding-right: 0;
}

.socialmediafeld {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.socialmedia {
    padding: 0;
    text-align: left;
    font-size: 0.77rem;
    font-weight: 400;
    /*line-height: 18px;*/
    background-color: #EDEDED;
    color: black;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
}

    .socialmedia .bild {
        width: 100%;
        min-height: 182px;
        height: 182px;
        max-height: 182px;
        background-size: cover;
    }

.socialmedia-beschreibung .caption {
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 21px;*/
    margin-top: 7px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.socialmedia-beschreibung {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 125px;
    height: 125px;
    max-height: 125px;
    overflow: hidden;
    display: block;
    width: 255px;
}

.socialmedia-inner {
    padding: 0;
    margin: 0;
}

.footer {
    margin: 24px 0 0 0;
}

.footerblock {
    padding: 20px;
    text-align: left;
    font-size: 1.0rem;
    font-weight: 600;
    /*line-height: 28px;*/
    background-color: #EDEDED;
    color: black;
    min-height: 363px;
    height: 363px;
    max-height: 363px;
}

.footer ul {
    list-style: none;
    padding: 20px;
}

.footer .block1 {
    margin-left: 0;
    margin-right: 0;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    padding-left: 20px;
}

.footer .blockx {
    margin-left: 2px;
    margin-right: 0;
    min-width: 303px;
    width: 303px;
    max-width: 303px;
    padding-left: 22px;
}

.footerblock .danger {
    color: #E31836;
}


.history {
    margin-top: 10px;   
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0px;
    padding-right: 0px;
}

.historyheader {
    margin-top: 24px;
    text-transform: uppercase;
    background: url("../images/chevronleft.png") no-repeat left top -14px, url("../images/chevronright.png") no-repeat right top -14px;
    background-color: #E31836;    
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 28px;
    height: 28px;
    max-height: 28px;
}

.historyheader span {
    color: #E31836;
    background-color: white;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 220px;
    margin-left: 30px;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    min-height: 28px;
    height: 28px;
    max-height: 28px;
}

.einsaetze {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.einsaetzejugend {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.einsatzblock {
    background: url("../images/chevronleftred.png") no-repeat left top;
    font-size: 0.68rem;
    /*line-height: 25px;*/
    color: black;
    background-color: white;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}


.einsatzblock .caption {
    text-transform: uppercase;
    font-size: 1.22rem;
    font-weight: 600;
    color: #E31836;
    min-height: 54px;
    height: 54px;
    max-height: 54px;
    padding-left: 27px;
    padding-top: 15px;
    overflow:clip;
}

.einsatzblock .footer {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    background-color: #EDEDED;
    min-height: 23px;
    height: 23px;
    max-height: 23px;
    padding-top: 0;
    text-align: left;
    vertical-align: middle;
    margin-top: 16px;
}

.einsatzblock ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.einsatzblock ul li {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.einsatzblock ul li:hover {
    background-color: #EDEDED;
}

.aktuelllistezeile {
    /*margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;*/
    border-bottom-color: #EDEDED;
    border-bottom-width: 1px;
    border-bottom-style: solid;    
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.aktuelllistezeile .desktop-liste:hover {
    background-color: #EDEDED;
}

.aktuelllistezeile .mobile-liste:hover {
    background-color: #EDEDED;
}

.einsatzblock .spacer {
    /*min-width: 25px;
    width: 25px;
    max-width: 25px;*/
    border-bottom-style: none;
}

.einsatzblock .datum {
    font-size: 0.55rem;
    /*max-width: 125px;*/
    padding-left: 5px;
    padding-right: 5px;
}

.einsatzblock .jahrnr {
    font-weight: 600;
    /*max-width: 65px;*/
    padding-left: 5px;
    text-transform: uppercase;
    padding-right: 5px;
}

.einsatzblock .titel span.jahrnr {
    padding-left: 0px;
}

.einsatzblock div.datum {
    max-width: 60px;
}

.einsatzblock .art {
    font-weight: 600;
    color: #E31836;
    /*max-width: 200px;*/
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.einsatzblock .titel span.art {
    padding-left: 0px;
}

.einsatzblock .titel {
    padding-left: 5px;
    padding-right: 5px;
}

.einsatzblock .links {
    font-weight: 600;
    color: lightgray;
    min-width: 55px;
    width: 55px;
    max-width: 55px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

.einsatzblock .titel span.links {
    padding-left: 0px;
}

.downloadsblock {
    background: url("../images/chevronleftred.png") no-repeat left top;
    font-size: 0.68rem;
    /*line-height: 25px;*/
    color: black;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}


    .downloadsblock .caption {
        text-transform: uppercase;
        font-size: 1.22rem;
        font-weight: 600;
        color: #E31836;
        min-height: 54px;
        height: 54px;
        max-height: 54px;
        padding-left: 27px;
        padding-top: 15px;
    }

    .downloadsblock .footer {
        text-transform: uppercase;
        font-weight: 600;
        color: black;
        background-color: #EDEDED;
        min-height: 23px;
        height: 23px;
        max-height: 23px;
        padding-left: 240px;
        padding-top: 0;
        text-align: left;
        vertical-align: middle;
    }

    .downloadsblock .aktuellliste {
        list-style-type: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .downloadsblock .aktuellliste .aktuelllistezeile {
        list-style-type: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .downloadsblock .aktuellliste .aktuelllistezeile:hover {
        background-color: #EDEDED;
    }

    .downloadsblock .aktuellliste .aktuelllistezeile span {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom-color: #EDEDED;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .downloadsblock .spacer {
        min-width: 25px;
        width: 25px;
        max-width: 25px;
        border-bottom-style: none;
    }

    .downloadsblock .datum {
        font-size: 0.55rem;
        padding-left: 0;
    }

    .downloadsblock .jahrnr {
        font-weight: 600;
        padding-left: 0;
        text-transform: uppercase;
    }

    .downloadsblock .art {
        font-weight: 600;
        color: #E31836;
        padding-left: 26px;
        text-transform: uppercase;
    }

    .downloadsblock .links {
        font-weight: 600;
        color: lightgray;
        padding-left: 5px;
        text-transform: uppercase;
    }


.spendenblock {
    background: url("../images/chevronleftred.png") no-repeat left top;
    min-width: 995px;
    width: 995px;
    max-width: 995px;
    font-size: 0.77rem;
    /*line-height: 25px;*/
    color: black;
    background-color: white;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}


    .spendenblock .caption {
        text-transform: uppercase;
        font-size: 1.22rem;
        font-weight: 600;
        color: #E31836;
        min-height: 54px;
        height: 54px;
        max-height: 54px;
        padding-left: 27px;
        padding-top: 15px;
    }

    .spendenblock .footer {
        text-transform: uppercase;
        font-weight: 600;
        color: black;
        background-color: #EDEDED;
        min-height: 23px;
        height: 23px;
        max-height: 23px;
        padding-left: 240px;
        padding-top: 0;
        text-align: left;
        vertical-align: middle;
    }




.einsaetzejugend .aktuellfeld {
    margin-left: 20px;
    margin-right: 0;
    min-height: 335px;
    height: 335px;
    max-height: 335px;
}

.historyfotoleiste {
    min-height: 730px;
    height: 730px;
    max-height: 730px;
}

.historyfoto {
    margin-left: 20px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
    padding-left: 0;
    padding-right: 0;
}

.historyfoto1 {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    min-height: 355px;
    height: 355px;
    max-height: 355px;
}

.historyfoto2 {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    min-width: 285px;
    width: 285px;
    max-width: 285px;
    min-height: 355px;
    height: 355px;
    max-height: 355px;
}

    .historyfoto .foto {
        min-height: 338px;
        height: 338px;
        max-height: 338px;
        display: block;
        overflow: hidden;
        margin-bottom: 0;
    }

        .historyfoto .foto img {
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .historyfoto .footer {
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
        background-color: black;
        min-height: 23px;
        height: 23px;
        max-height: 23px;
        padding-left: 10px;
        padding-top: 0;
        text-align: left;
        vertical-align: middle;
    }

        .historyfoto .footer a {
            text-decoration: none;
            color: white;
        }

            .historyfoto .footer a:hover {
                text-decoration: none;
                color: white;
            }

            .historyfoto .footer a:visited {
                text-decoration: none;
                color: white;
            }

.jahreliste {
    min-height: 620px;
    height: 620px;
    max-height: 620px;
    overflow-y: scroll;
    color: black;
    /*line-height: 15px;*/
    min-width: 200px;
}

.indexliste .aktuellliste {
    min-height: 520px;
    height: 520px;
    max-height: 520px;
    overflow-y: scroll;
}

.jahreliste .active {
    background-color: #EDEDED;
    color: black;
}

    .jahreliste .active.list-group-item {
        border-color: rgba(0,0,0,0.125);
    }

.pswp {
    z-index: 20000;
}

.pswp__share-modal, .pswp__share-tooltip, .popover {
    z-index: 21000;
}

.pswp__button--share {
    background-position: -44px -44px!important;
    color: white;
}

/*.pswp__button--arrow--left {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    margin-top: -150px;
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.pswp__button--arrow--left::before {
    background-image: none;
    color: white !important;
    text-align: left;
}

.pswp__button--arrow--left .fa-solid {
    color: white;
    font-size: 2.66rem;
}

.pswp__button--arrow--right {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    margin-top: -150px;
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.pswp__button--arrow--right::before {
    background-image: none;
    text-align: right;
}

.pswp__button--arrow--right .fa-solid {
    color: white;
    font-size: 2.66rem;
}
*/

.fcaktivevent {
    color: black;
    background-color: yellow;
}

    .fcaktivevent input[type='checkbox'] {
        margin-left: -15px;
    }

.fcjugendevent {
    color: black;
    background-color: lawngreen;
}

    .fcjugendevent input[type='checkbox'] {
        margin-left: -15px;
    }

.fcselectevent {
    color: black;
    background-color: deepskyblue !important;
}

.fc-daygrid-event-dot{
    border: none;
}

.jugendstatistik {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.55em;
    font-weight: 600;
    vertical-align: middle;
    height: 135px;
}


.jugendstatistik .statistik {
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    /*min-width: 600px;
    width: 600px;
    max-width: 600px;*/
}

.jugendstatistik .wie {
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    /*min-width: 150px;
    width: 150px;
    max-width: 150px;*/
    background: url("../images/jugendmitglieder.png") no-repeat left top;
    background-color: #EDEDED;
}


.jugendstatistik .anmeldung {
    background-color: #EDEDED;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jugendstatistik .mitglieder {
    color: #E31836;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jugendstatistik .mitgliederzahl {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}



.fasmall {
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    font-size: 0.75em !important;
    font-weight: 300 !important;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 15%;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 15%;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 15%;
}

.hover:hover{
    color: red;
}

.btn-primary {
    color: #fff;
    background-color: #E31836;
    border-color: #E31836;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #E31836;
    border-color: #E31836;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fc .fc-button-primary {
    color: #fff;
    background-color: #E31836;
    border-color: #E31836;
}

.fc .fc-button-primary:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fc .fc-button-primary.disabled, .fc .fc-button-primary:disabled {
    color: #fff;
    background-color: #E31836;
    border-color: #E31836;
}

.fc .fc-button-primary:not(:disabled):not(.disabled):active, .fc .fc-button-primary:not(:disabled):not(.disabled).active,
.show > .fc .fc-button-primary.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.fc .fc-button-primary:not(:disabled):not(.disabled):active:focus, .fc .fc-button-primary:not(:disabled):not(.disabled).active:focus,
.show > .fc .fc-button-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.personal-container {
    position: relative;
    min-width: 160px;
    max-width: 160px;
    margin-bottom: 8px;
    margin-left:20px;
    margin-right:20px;
}

.personal-image {
    display: block;
    max-width: 160px;
    object-fit: cover;
    overflow: hidden;
    height: 250px;
}

.personal-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 1.11rem;
    padding-left: 10px;
    padding-top : 5px;
    padding-bottom: 5px;
    text-align: left;
}
.personal-rang {
    padding-right: 10px;
    float: right;
}
.personal-text{
    margin-bottom: 0;
}

.personal-funktion {
    min-width: 160px;
    max-width: 160px;
    margin-left: 20px;
    margin-right: 20px;
}

.personal-umbruch {
    min-width: 0px;
    max-width: 0px;
}

.personal-container:hover .personal-overlay {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.5);
    color: black;
}

.list-square {
    list-style-type: square;
}

.table-gebiet td{
    width: 440px;
    padding-top: 5px;
    border-bottom: 1px solid red;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #E31836;
}

.aktuellleiste-mannschaft {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
}

.fotocredit {
    font-size: 0.75rem;
}

.spendepaypal {
    padding-top: 10px;
    padding-bottom: 10px;
}

.spendebank {
    padding-top: 10px;
    padding-bottom: 10px;
}

.radiuswettbewerb {
    min-height: 265px;
}
.radiuswettbewerb > iframe {
    min-height: 265px;
    max-width: 100%;
    min-width: 100%
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .euslink {
        display: block;
    }

    .eusmobilelink {
        display: none;
    }

    .shortcutmenu {
        font-size: 1.0rem;
    }
    .shortcutmenubuttons {
        min-width: 483px;
        width: 483px;
        max-width: 483px;
    }

    .menublock-container.nav-color {
        margin-left: 120px;
    }

    .slidewrapper {
        height: 191px;
    }

    .aktuellfeld {
        min-width: 255px;
        width: 255px;
        max-width: 255px;
        min-height: 170px;
        height: unset;
        max-height: unset;
    }

    .aktuellfeld.fahrzeug {
        min-height: 210px;
        height: unset;
        max-height: unset;
    }

    .aktuellklein {
        width: 520px;
        min-height: 170px;
        height: 170px;
        max-height: 170px;
    }

    .aktuellklein .bild {
        width:255px;
        margin-right: 0px;
    }

        .aktuellklein .bild .anzahl {
            position: absolute;
            right: 275px;
            left: unset;
            top: 8px;
        }

        .aktuellklein > .bild > .lupe {
            position: absolute;
            right: 275px;
            left: unset;
            top: 124px;
        }

    .aktuellklein .beschreibung {
        width: 255px;
        float:right;
        margin-left: 0px;
    }

    .termine {
        min-height: 319px;
        height: 319px;
        max-height: 319px;
        min-width: 520px;
        width: 520px;
        max-width: 520px;
    }

    .termine a {
        min-width: 520px;
        width: 520px;
        max-width: 520px;
    }

    .termineheader {
        margin: 15px;
        flex: 0 0 auto;
        min-width: 490px;
        width: 490px;
        max-width: 490px;
    }

    .socialmediafeld {
        padding-left: 0;
        padding-right: 0;
        min-width: 520px;
        width: 520px;
        max-width: 520px;
        min-height: 170px;
        height: 170px;
        max-height: 170px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .socialmedia {
        padding: 0;
        text-align: left;
        font-size: 0.77rem;
        font-weight: 400;
        /*line-height: 18px;*/
        background-color: #EDEDED;
        color: black;
        min-height: 170px;
        height: 170px;
        max-height: 170px;
    }

    .socialmedia .bild {
        width: 255px;
        min-height: 170px;
        height: 170px;
        max-height: 170px;
        float: left;
    }

    .socialmedia-beschreibung .caption {
        margin-top: 7px;
        margin-bottom: 5px;
        text-align: center;
        display: block;
    }

    .socialmedia-beschreibung {
        padding-left: 20px;
        padding-right: 20px;
        width: 255px;
        min-height: 125px;
        height: 125px;
        max-height: 125px;
        float: right;
    }

    .socialmedia-inner {
        padding: 0;
        margin: 0;
    }

    .aktuellgross.fahrzeug .slidewrapper {
        height: 200px;
    }

    .aktuellgross .slidewrapper {
        height: 232px;
    }

    .detail.aktuellgross .slidewrapper {
        height: 311px;
    }

    .slidetext {       
        width: 330px;
        min-width: 330px;
        max-width: 330px;
    }

    .slidetext > span {
        width: 305px;
        min-width: 305px;
        max-width: 305px;
        font-size: 1.66rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px;
        padding-right: 50px;
        /*line-height: 34px;*/
    }

    .historyfotoleiste {
        min-height: 365px;
        height: 365px;
        max-height: 365px;
    }

    .historyfoto1 {
        display: block;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        min-width: 255px;
        width: 255px;
        max-width: 255px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }

    .historyfoto2 {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        min-width: 255px;
        width: 255px;
        max-width: 255px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }

    .radiuswettbewerb {
        min-height: 265px;
    }

    .radiuswettbewerb > iframe {
        min-height: 265px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .slidewrapper {
        height: 255px;
    }

    .menublock-container.nav-color {
        margin-left: 420px;
    }

    .aktuellfeld {
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

        .aktuellfeld.fahrzeug {
            min-height: 325px;
            height: 325px;
            max-height: 325px;
        }

    .aktuellklein {
        width: unset;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

        .aktuellklein .bild {
            width: 100%;
            margin-right: unset;
        }

        .aktuellklein .bild .anzahl {
            position: absolute;
            right: 12px;
            left: unset;
            top: 8px;
        }

        .aktuellklein > .bild > .lupe {
            position: absolute;
            right: 8px;
            left: unset;
            top: 144px;
        }

        .aktuellklein .beschreibung {
            width: unset;
            float: unset;
            margin-left: unset;
        }

    .termine {
        min-height: 319px;
        height: 319px;
        max-height: 319px;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
    }

        .termine a {
            min-width: 285px;
            width: 285px;
            max-width: 285px;
        }

    .termineheader {
        margin: 15px;
        flex: 0 0 auto;
        min-width: 255px;
        width: 255px;
        max-width: 255px;
    }

    .socialmediafeld {
        padding-left: 0;
        padding-right: 0;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .socialmedia {
        padding: 0;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

        .socialmedia .bild {
            width: 100%;
            min-height: 182px;
            height: 182px;
            max-height: 182px;
        }

    .socialmedia-beschreibung .caption {
        margin-top: 7px;
        margin-bottom: 5px;
        text-align: center;
        display: block;
    }

    .socialmedia-beschreibung {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 125px;
        height: 125px;
        max-height: 125px;
        overflow: hidden;
        display: block;
        width: 100%;
    }


    .aktuellgross.fahrzeug .slidewrapper {
        height: 267px;
    }

    .aktuellgross .slidewrapper {
        height: 310px;
    }

    .detail.aktuellgross .slidewrapper {
        height: 416px;
    }

    .slidetext {
        height: 255px;
        min-height: 255px;
        max-height: 255px;
        width: 330px;
        min-width: 330px;
        max-width: 330px;
    }

    .slidetext > span {
        height: 255px;
        min-height: 255px;
        max-height: 255px;
        width: 305px;
        min-width: 305px;
        max-width: 305px;
        text-transform: uppercase;
        padding: 20px;
        padding-right: 50px;
        font-size: 1.66rem;
        font-weight: 600;
        /*line-height: 34px;*/
    }

    .spendepaypal {
        padding-top: 80px;
    }

    .spendebank {
        padding-top: 40px;
    }

    .personal-umbruch {
        min-width: 160px;
        max-width: 160px;
    }

    .historyfotoleiste {
        min-height: 365px;
        height: 365px;
        max-height: 365px;
    }

    .historyfoto1 {
        display: block;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }

    .historyfoto2 {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }

    .radiuswettbewerb {
        min-height: 325px;
    }

    .radiuswettbewerb > iframe {
        min-height: 325px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .slidewrapper {
        height: 340px;
    }

    .menublock-container.nav-color {
        margin-left: 620px;
    }

    .desktop-liste {
        display: flex;
    }

    .mobile-liste {
        display: none;
    }

    .aktuellfeld {
        min-width: 456px;
        width: 456px;
        max-width: 456px;
        min-height: 424px;
        height: 424px;
        max-height: 424px;
    }

        .aktuellfeld.fahrzeug {
            min-height: 490px;
            height: 490px;
            max-height: 490px;
        }

    .aktuellklein {
        width: unset;
        min-height: 424px;
        height: 424px;
        max-height: 424px;
        line-height: 1.4rem;
    }

        .aktuellklein .bild {
            width: 100%;
            margin-right: unset;
            min-height: 262px;
            height: 262px;
            max-height: 262px;
        }

        .aktuellklein.fahrzeug .bild {
            min-height: 320px;
            height: 320px;
            max-height: 320px;
        }

        .aktuellklein .bild .anzahl {
            position: absolute;
            right: 12px;
            left: unset;
            top: 8px;
        }

        .aktuellklein > .bild > .lupe {
            position: absolute;
            right: 8px;
            left: unset;
            top: 242px;
        }

        .aktuellklein .beschreibung {
            width: unset;
            float: unset;
            margin-left: unset;
            min-height: 162px;
            height: 162px;
            max-height: 162px;
            font-size: 1rem;
        }

    .termine {
        padding-top: 20px;
        min-height: 424px;
        height: 424px;
        max-height: 424px;
        min-width: 456px;
        width: 456px;
        max-width: 456px;
    }

        .termine a {
            min-width: 456px;
            width: 456px;
            max-width: 456px;
        }

    .termineheader {
        margin: 15px;
        flex: 0 0 auto;
        min-width: 435px;
        width: 435px;
        max-width: 435px;
    }

    .socialmediafeld {
        padding-left: 0;
        padding-right: 0;
        min-width: 456px;
        width: 456px;
        max-width: 456px;
        min-height: 425px;
        height: 425px;
        max-height: 425px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .socialmedia {
        padding: 0;
        min-height: 425px;
        height: 425px;
        max-height: 425px;
    }

        .socialmedia .bild {
            width: 100%;
            min-height: 282px;
            height: 282px;
            max-height: 282px;
        }

    .socialmedia-beschreibung .caption {
        margin-top: 7px;
        margin-bottom: 5px;
        text-align: center;
        display: block;
    }

    .socialmedia-beschreibung {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 125px;
        height: 125px;
        max-height: 125px;
        overflow: hidden;
        display: block;
    }

    .einsatzblock {
        min-width: 895px;
        width: 895px;
        max-width: 895px;
        font-size: 0.75rem;
        line-height: 1.3rem;
    }

        .einsatzblock .spacer {
            min-width: 25px;
            width: 25px;
            max-width: 25px;
        }

        .einsatzblock .datum {
            font-size: 0.55rem;
            min-width: 125px;
            width: 125px;
            max-width: 125px;
        }

        .einsatzblock .jahrnr {
            font-weight: 600;
            min-width: 65px;
            width: 65px;
            max-width: 65px;
            padding-left: 0;
            text-transform: uppercase;
        }

        .einsatzblock .art {
            font-weight: 600;
            min-width: 200px;
            width: 200px;
            max-width: 200px;
            padding-left: 26px;
            text-transform: uppercase;
        }

        .einsatzblock .titel {
            min-width: 430px;
            max-width: 430px;
            overflow: hidden;
        }

        .einsatzblock .links {
            font-size: 0.7rem;
        }

    .aktuellgross.fahrzeug .slidewrapper {
        height: 355px;
    }

    .aktuellgross .slidewrapper {
        height: 412px;
    }

    .detail.aktuellgross .slidewrapper {
        height: 552px;
    }

    .slidetext {
        height: 340px;
        min-height: 340px;
        max-height: 340px;
        width: 330px;
        min-width: 330px;
        max-width: 330px;
    }

    .slidetext > span {
        height: 340px;
        min-height: 340px;
        max-height: 340px;
        width: 305px;
        min-width: 305px;
        max-width: 305px;
        text-transform: uppercase;
        padding: 20px;
        padding-right: 50px;
        font-size: 1.66rem;
        font-weight: 600;
        /*line-height: 34px;*/
    }

    .jugendstatistik {
        font-size: 1.0em;
    }

    .jugendstatistik .statistik {
        font-size: 2.0em;
    }

    .personal-container {
        min-width: 260px;
        width: 260px;
        max-width: 260px;
    }

    .personal-image {
        max-width: 260px;
        height: 406px;
    }

    .personal-funktion {
        min-width: 260px;
        max-width: 260px;
    }

    .personal-umbruch {
        min-width: 260px;
        max-width: 260px;
    }

    .historyfotoleiste {
        min-height: 365px;
        height: 365px;
        max-height: 365px;
    }

    .historyfoto1 {
        display: block;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        min-width: 456px;
        width: 456px;
        max-width: 456px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }

    .historyfoto2 {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
        min-width: 456px;
        width: 456px;
        max-width: 456px;
        min-height: 355px;
        height: 355px;
        max-height: 355px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {
        font-size: 18px;
    }

    body {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .desktop-liste {
        display: flex;
    }

    .mobile-liste {
        display: none;
    }

    .mobile-visible {
        visibility: hidden;
    }

    .desktop-visible {
        visibility: visible;
    }

    .share-visible {
        visibility: visible;
    }

    .breite {
        width: 1200px;
        min-width: 1200px;
        max-width: 1200px;
    }

    .body-content {
        margin-left: 0;
        margin-right: 0;
    }

    .menublock-container {
        position: absolute;
        margin-top: -25px;
        margin-left: 14px;
    }

    .menublock {
        min-width: 798px;
        width: 798px;
        max-width: 798px;
        background-color: white;
        box-shadow: 10px 10px 9px black;
    }

    .nav-text {
        font-size: 1.0rem;
        line-height: 36px;
    }

    .nav-caption {
        font-size: 1.33rem;
        font-weight: 800;
    }

    .shortcutmenu {
        min-width: 1200px;
    }

    .carousel-control-prev {
        margin-left: -50px;
    }

    .carousel-control-next {
        margin-right: -50px;
    }

    .aktuellleiste {
        min-width: 1220px;
    }

    .aktuellfeld {
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

    .aktuellfeld.fahrzeug {
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

    .aktuellklein {
        width: unset;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
        line-height: 1.1rem;
    }

    .aktuellklein .bild {
        width: 100%;
        margin-right: unset;
        min-height: 164px;
        height: 164px;
        max-height: 164px;
    }

    .aktuellklein .bild .anzahl {
        position: absolute;
        right: 12px;
        left:unset;
        top: 8px;
    }

    .aktuellklein > .bild > .lupe {
        position: absolute;
        right: 8px;
        left: unset;
        top: 144px;
    }

    .aktuellklein .beschreibung {
        width: unset;
        float: unset;
        margin-left: unset;
        min-height: 162px;
        height: 162px;
        max-height: 162px;
        font-size: 0.77rem;
    }

    .aktuellklein.fahrzeug .bild {
        min-height: 200px;
        height: 200px;
        max-height: 200px;
    }

    .termine {
        padding-top: 0px;
        min-height: 319px;
        height: 319px;
        max-height: 319px;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
    }

    .termine a {
        min-width: 285px;
        width: 285px;
        max-width: 285px;
    }

    .termineheader {
        margin: 15px;
        flex: 0 0 auto;
        min-width: 255px;
        width: 255px;
        max-width: 255px;
    }

    .socialmediafeld {
        padding-left: 0;
        padding-right: 0;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .socialmedia {
        padding: 0;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
    }

    .socialmedia .bild {
        width: 100%;
        min-height: 182px;
        height: 182px;
        max-height: 182px;
    }

    .socialmedia-beschreibung .caption {
        margin-top: 7px;
        margin-bottom: 5px;
        text-align: center;
        display: block;
    }

    .socialmedia-beschreibung {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        min-height: 125px;
        height: 125px;
        max-height: 125px;
        overflow: hidden;
        display: block;
    }

    .einsatzblock {
        min-width: 895px;
        width: 895px;
        max-width: 895px;
        font-size: 0.75rem;
        line-height: 1.3rem;
    }

        .einsatzblock .spacer {
            min-width: 25px;
            width: 25px;
            max-width: 25px;
        }

        .einsatzblock .datum {
            font-size: 0.55rem;
            min-width: 125px;
            width: 125px;
            max-width: 125px;
        }

        .einsatzblock .jahrnr {
            font-weight: 600;
            min-width: 65px;
            width: 65px;
            max-width: 65px;
            padding-left: 0;
            text-transform: uppercase;
        }

        .einsatzblock .art {
            font-weight: 600;
            min-width: 200px;
            width: 200px;
            max-width: 200px;
            padding-left: 26px;
            text-transform: uppercase;
        }

        .einsatzblock .titel {
            min-width: 430px;
            max-width: 430px;
            overflow: hidden;
        }

        .einsatzblock .links {
            font-size: 0.7rem;
        }

    .einsaetze {
        min-width: 1200px;
        width: 1200px;
        max-width: 1200px;
    }

    .einsaetzejugend {
        min-width: 1200px;
        width: 1200px;
        max-width: 1200px;
    }

    .socialmedialeiste {
        min-width: 1220px;
    }

    .history {
        min-width: 1220px;
    }

    .historyheader {
        min-width: 1200px;
    }

        .historyheader span {
            min-width: 270px;
            margin-left: 160px;
            font-weight: 600;
        }

    .aktuellgross .bildzeile {
        min-height: 515px;
        height: 515px;
    }

    .aktuellgross.fahrzeug .bildzeile {
        min-height: 443px;
        height: 443px;
    }

    .aktuellgross .bild {
        min-width: 895px;
        width: 895px;
        min-height: 515px;
        height: 515px;
    }

    .aktuellgross .beschreibung {
        min-height: 505px;
        max-width: 305px;
        height: 505px;
        overflow: hidden;
    }

    .aktuellgross.fahrzeug .beschreibung {
        min-height: 443px;
        height: 443px;
    }

    .aktuellgross.fahrzeug .aktuellkleinbeschreibung {
        min-height: 400px;
        height: 400px;
    }

    .detail.aktuellgross .bildzeile {
        min-height: 690px;
        height: 690px;
    }

    .detail.aktuellgross .bild {
        min-width: 1200px;
        width: 1200px;
        max-width: 1200px;
        min-height: 690px;
        height: 690px;
        max-height: 690px;
    }

    .aktuellleiste-mannschaft {
        min-width: 1200px;
    }

    .aktuellfeld.headerblock {
        min-height: 325px;
        height: 325px;
    }

    .jahreliste {
        min-width: 285px;
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .aktuellgross.fahrzeug .bild {
        min-width: 590px;
        width: 590px;
        min-height: 443px;
        height: 443px;
    }

    .slidewrapper {
        height: 424px;
    }

    .aktuellgross.fahrzeug .slidewrapper {
        height: 443px;
    }

    .aktuellgross .slidewrapper {
        height: 515px;
    }

    .detail.aktuellgross .slidewrapper {
        height: 690px;
    }

    .slidetext {
        height: 424px;
        min-height: 424px;
        max-height: 424px;
        width: 330px;
        min-width: 330px;
        max-width: 330px;
    }

        .slidetext > span {
            height: 424px;
            min-height: 424px;
            max-height: 424px;
            width: 305px;
            min-width: 305px;
            max-width: 305px;
            text-transform: uppercase;
            padding: 20px;
            padding-right: 15px;
            font-size: 1.66rem;
            font-weight: 600;
            /*line-height: 34px;*/
        }

    .downloadsblock {
        font-size: 0.77rem;
    }

    .aktuellgross.fahrzeug .carousel-control-prev, .aktuellgross .carousel-control-next {
        margin-right: -30px;
    }

    .personal-container {
        min-width: 160px;
        width: 160px;
        max-width: 160px;
    }

    .personal-image {
        max-width: 160px;
        height: 250px;
    }

    .personal-funktion {
        min-width: 160px;
        max-width: 160px;
    }

    .personal-umbruch {
        min-width: 0px;
        max-width: 0px;
    }

    .historyfotoleiste {
        min-height: 0px;
        height: 0px;
        max-height: 0px;
    }

    .historyfoto1 {
        display: none;
    }

    .historyfoto2 {
        display: none;
    }

    .historyfoto {
        margin-left: 20px;
        min-width: 285px;
        width: 285px;
        max-width: 285px;
        min-height: 325px;
        height: 325px;
        max-height: 325px;
        padding-left: 0;
        padding-right: 0;
    }

    .historyfoto .foto {
        min-height: 338px;
        height: 338px;
        max-height: 338px;
        display: block;
        overflow: hidden;
        margin-bottom: 0;
    }

}

.trauer {
    background-color: black;
}

.trauer .hover:hover {
    background-color: white;
    color: black;
}

.trauer .navbar-sel {
    background-color: white !important;
    color: black !important;
}

.autoComplete_wrapper {
    display: block;
    position: relative;
}

.page-link {
    color: #dc3545;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #dc3545;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.page-item.active .page-link {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.foundmarker {
    background-color: yellow !important;
    color: black !important;
}

.rightalign {
    text-align: right;
}


.monitorstatusskala {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.monitorstatusfehler {
    background-color: #E31836;
}

meter,
meter::-webkit-meter-bar {
    /*to remove the default background property */
    background: none;
    width: 100%;
    height: 27px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgb(226, 226, 226);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3) inset;
}

/*for meter bar*/
meter::-webkit-meter-optimum-value {
    background: none;
    background-color: green;
}

:-moz-meter-optimum::-moz-meter-bar {
    background: none;
    background-color: green;
}

meter::-webkit-meter-suboptimum-value {
    background: none;
    background-color: green;
}

:-moz-meter-sub-optimum::-moz-meter-bar {
    background: none;
    background-color: green;
}

/*for meter bar*/
meter.monitorstatusfehler::-webkit-meter-optimum-value {
    background: none;
    background-color: #E31836;
}

.monitorstatusfehler:-moz-meter-optimum::-moz-meter-bar {
    background: none;
    background-color: #E31836;
}

meter.monitorstatusfehler::-webkit-meter-suboptimum-value {
    background: none;
    background-color: #E31836;
}

.monitorstatusfehler:-moz-meter-sub-optimum::-moz-meter-bar {
    background: none;
    background-color: #E31836;
}

.meter-overlay-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.meter-container {
    position: relative;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.aktuellfeld.col{
    position: relative;
}

.form-check-input:checked {
    background-color: #6c757d;
    border-color: #e9ecef;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.wrap .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
}

.ftco-section {
    padding: 7em 0;
}