/**
 * Fonts
 */
@font-face { font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto/Roboto-Regular.ttf')  format('truetype'); }
@font-face { font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Roboto/Roboto-Bold.ttf')  format('truetype'); }
@font-face { font-family: 'Quicksand';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Quicksand/Quicksand-Regular.ttf')  format('truetype'); }
@font-face { font-family: 'Quicksand';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Quicksand/Quicksand-Bold.ttf')  format('truetype'); }
    .news-header
    {
        max-height: 400px;
    }
    /* Microsoft Edge Browser 12+ (All) - one-liner method */
@supports (-ms-ime-align:auto) { 
.news-card .card-img-top{ flex:1 0 0; object-fit: contain; }
 .modal-content img{ flex:1 0 0; }
 }
_:-ms-lang(x), _:-webkit-full-screen, .modal-content, _:-ms-lang(x), _:-webkit-full-screen, .card{ flex:1 0 0; }  
    #footerRow > div
    {
        z-index:100;
    }
 .brandschutz-title
 {
    display: flex; align-items: center;
 }   
.lightboxThumbnail
{
    border-radius: 10px;
    padding: 5px;
}
.warn-card  h1
{
    word-wrap: break-word;
}
button.vehicleToLife {
    margin: 0 auto;
    display: block;
}

    button:hover, .rotate-vehicle:hover{
        cursor: pointer;
    }
    button.searchButton
    {
        display: block;
        margin: 0 auto;
    }

    .pw-edit-buttons {
        z-index: 999999999;
    }
a:not([href]):not([tabindex]) {
    
    font-weight: initial;
    font-family: inherit;
}
#sectionChangeFontsize
{
    padding-bottom: 0.5rem;
}

.grecaptcha-badge { 
bottom: 6rem !important;
}
.hinweis
{
    font-size: 1rem;
    color: #DC2B19;
}
#accordion a:hover, .news-card:hover,  .vehicle-card:hover, .contact-card-header:hover
{
    cursor: pointer;
    text-decoration:none;
}
.vehicle-card:hover
{
   color: #0056b3; 
}

a:hover, a:active { outline: none; }
*:focus, #backToTopBtn:focus, #filter:focus > #filter-container, button:focus,  .close:focus > span
{
    /*outline: 5px dotted red; */
}
#datenschutz
{
    background-color: rgba(229, 239, 232, 0.4);
    border-radius: 0.5rem;
    padding: 1rem;
}
#Inputfield_submit::after {

    content: "Nachricht senden";

}
#Inputfield_submit
{
    margin-top: 1rem;
}
#Inputfield_submit span
{
    display: none;
}
#contact-form label
{
    display: block;
    padding-top: 1rem;
}
#contact-form .FieldtypeEmail, #contact-form .InputfieldMaxWidth
{
    width: 75%;
}
.form__item--label::after
{
    content: '*';
    color: red;
}
#Inputfield_scf_email + div::before
{
    content: 'E-Mail bestätigen*';
    display: block;
}
.dropdown-menu > .dropdown-item.active
{
    padding: 0.25rem 1.5rem !important;
}

.earchiv hr 
{
    border: 2px solid rgb(207, 207, 207);
}
blockquote
{
    border-left: 5px gray solid;
    padding-left: 2rem;
}
.modal-body
{
    word-break: break-word;
}
.modal-body h1
{
    word-break: break-all;
}
#accordion > div:last-child > a > div
{
    border-radius: 0 0 1rem 1rem;
}
#accordion > div:first-child > a > div
{
    border-radius: 1rem 1rem 0 0;
}
.month-card-heading
{
    background-color: #a20000;
    color: white;
    border-bottom: 6px solid #eeff34;
}
.card-header.month-card-heading:first-child {
    border-radius: 0;
}
#searchResults li
{
    margin-bottom: 1rem;
}
     #jfspiel
    {
        display: none;
    }
    .device h4, .device p, .device > span
    {
        padding: 1rem 1rem 0 1rem;
    }
    .device h4
    {
        text-align: center;
    }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}
.MarkupPagerNav {
    clear: both;
    margin: 1em 0;
    font-family: Arial, sans-serif;
    justify-content: center;
    display: flex;
}
.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
}
#navbarSupportedContent.collapse.show, #navbarSupportedContent.collapsing
{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: 100vh;
    overflow-y: scroll;
}
#closeMobileNavButton
{display: none;}
#navbarSupportedContent.collapse.show #closeMobileNavButton
{display: block;}
#navbarSupportedContent.collapse.show ul.navbar-nav, #navbarSupportedContent.collapsing ul.navbar-nav
{
    background-color: rgba(125, 19, 19, 1.0);
}#navbarSupportedContent.collapse.show .dropdown-menu {
     box-shadow: none;
     width: unset;
 }

#navbarSupportedContent.collapse.show #navbarDesktopBackground
{background-color: unset;}
#navbarSupportedContent.collapse.show .navbar-brand, #navbarSupportedContent.collapsing .navbar-brand
{display: none;}
.MarkupPagerNav li a {
    display: block;
    float: left;
    padding: 2px 9px;
    color: #000;
    margin-right: 3px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #eee;
    background: #340B0B;
    text-decoration: none;
}

.rotate-vehicle
{
    margin-top: 2rem;
}
#wrap_Inputfield_scf-website
{
    display:none;
}
.pagination
{
    justify-content: center;
}
.header-white .MarkupPagerNav li a
{
    color:#fff;
}
.pagination li {
    padding: 0 5px;
}
.pagination li.active {
    font-weight: 700;
    text-decoration: underline;
}
.pagination li.disabled {
 display: none;
}
#rowVehicles
{
    padding-right: 0;
    padding-left: 0;
}
#rowOldVehicles
{  
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 4rem;
}
#rowOldVehicles  div.col-md-6
{
     background-color: #e3e3e3;
    padding-bottom: 1rem;
}
#rowOldVehicles div.col-md-6:first-child
{

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#rowOldVehicles div.col-md-6:last-child
{

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*
 * Global HTML Elemts
 */
html, body {
    height: 100%;
}
h1,h2,h3,h4,h5,h6
{
    font-family: 'Roboto', sans-serif;
}
body
{
    font-family: 'Quicksand', sans-serif;
    padding-top: 4.5rem;
}
a
{
    color: #DC2B19;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
figure
{
    margin: 0;
}
footer
{
    color:#fff;
    overflow: hidden;
}
footer a:hover
{
    text-decoration: none;
}
footer ul
{
    list-style: none;
    padding-left: 0;
}
ul.nav
{
    display: block;
}
td
{
    vertical-align: top;
}
.row
{
    position: relative;
    overflow-x: visible;
}
.no-padding
{
    padding: 0;
}
.btn-submit
{
    border-radius: 35px;
    background-color: #DC2B19;
    color: #eee;
    box-shadow: none;
}
.display-none
{
    display: none;
}
.page h2
{
    word-wrap: break-word;
}
.container-fluid
{
    padding-left: 0;
    padding-right: 0;
}
.row
{
    margin-right: 0;
    margin-left: 0;
}
/*
 * Loader
 */
.loader
{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background:  rgba(45, 45, 45, 0.98);
    background-size: contain;
}
.fahrzeugkunde .bedienfeld, .fahrzeugkunde .beladung-beschreibung, .page .beladung-liste
{
    display: none
}
.fahrzeugkunde .beladung-liste
{
    display: block;
}
.termin-place
	{
		padding-right: 18px;
	}
	.termin-clock
	{
		padding-left: 10px;
	}
/*
 * Navigation
 */
.navbar
{
    padding: 0
}
.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, 0.9);
}
.nav-link:hover
{
    color: #b1b2b1;
}

.arrow-nav
{
    transform: rotate(180deg);
    width: 15px;
}
#navbarDesktopBackground .nav-item
{
    margin: 8px 0;
    padding: 0 5px;
    margin-left: 2rem;
}
#navbarDesktopBackground .navbar-brand
{
    padding-top: 0;
    font-size: 1rem;
}
#navbarSupportedContent .dropdown-menu
{
    box-shadow: 0 16px 13px -7px #000 ;
    width: 100%;
}
#onTop.navbar #navbarDesktopBackground
{
    background-color: rgba(125, 19, 19, 0.5);
    box-shadow: none;
}
#onTop.navbar .navbar-brand
{
    display: none;
}
#closeMobileNavBottomButton
{
    height: 5rem;
    margin-top: -1px;
    margin-left: -7px;
}
#arrowUpMobilNav
{
    position: absolute;
    height: 1.5rem;
    margin-top: 1rem;
    margin-left: 1rem;
    left: 0;
}
#metaNav
{
    background-color: #510000;
    width: 100%;
    flex: 1 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
}
#metaNav span
{
    color: #fff;
}
#metaNav img
{
    height: 20px;
}
#metaNav .ccm-search-block-text
{
    border-radius: 5px;
    width: 6rem;
}
#metaNav a {
    padding-top: 5px;
    display: inline-block;
}
#metaNav .contactformlink:before
{
    content: "";
    display: block;
    height: 15px;
    float: left;
    margin: 0 6px 0 0;
    color: rgba(255, 255, 255, 0.5);
    background: url("../svg/Website_symbole_Brief.svg") no-repeat;
    background-size: contain;
    width: 30px;
}
#metaNav .searchInput:before
{
    content: "";
    display: block;
    height: 15px;
    float: left;
    margin: 0 6px 0 0;
    color: rgba(255, 255, 255, 0.5);
    background: url("../svg/Website_symbole_Brief.svg") no-repeat;
    background-size: contain;
    width: 30px;
}
#navbarMobil .nav-link::before{
    display: inline-block;
    float: none;
}
.navbar-dark .navbar-toggler
{
    border: none;
}
#navbarMobil .nav-item
{
    padding: 0.3rem 0;
}
#navbarMobil .navbar-nav .dropdown-menu {
    position: static;
    float: left;
	margin-left: 2rem;
    overflow: hidden;
}
#navbarMobil .navbar-nav .nav-link {
    margin-right: 0.5rem;
}
.dropdown-menu {
    background-color: #8B0000;
    border: none;
}

.dropdown-item {
    color: #fff;
    white-space: normal;
}

.dropdown-item:hover, .dropdown-item:focus,.dropdown-item:active {
    color: #fff;
    background-color: #DC2B19;
    border-radius: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link
{
    padding: 0;
}
.active > a, .dropdown-item.active
{
    background-color: #DC2B19;
    border-radius: 20px;
    padding: 8px !important;
}
#navbarMobil .dropdown-item.active
{
    width: unset;
}
/* Mobil navigation activ */
#navbarMobil {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: 100vh;
    overflow-y: scroll;
}
#navbarMobil .navbar-nav
{
    background-color: #7e1313;
}
#navbarMobil .nav-item
{
    margin: 0.5rem 0 0.5rem 1rem;
}
.nav-link
{
    display: inline;
    margin-left: 0;
}
a.nav-link.dropdown-toogle:hover
{
    cursor: context-menu;
}
.dropdown-toggle::after
{
    display: none;
}
.arrow-nav-mobil
{
    transform: rotate(180deg);
    margin-right: 7rem;
    width: 15px;
    float: right;
}
.arrow-nav-mobil::after
{
    clear: both;
}
#navbarMobil #mobilClose
{
    text-align: center;
    margin-left: 0;
}
.nav-img
{
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

/* The switch - the box around the slider */
.switch
{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin-bottom: 0;
    margin-top: 5px;

}

/* Hide default HTML checkbox */
.switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before
{
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider
{
    background-color: #2196F3;
}
input:focus + .slider
{
   /* outline: 5px red dotted; */

}
input:checked + .slider:before
{
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/*
 * Header (Kopfbereich der Seite)
 */
header h2
{
    position: absolute;
    bottom: -88px;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
}
#headerTablet, #headerDesktop
{
    display: none;
}
#fwlogoHomepage
{
    opacity: 0;
    display: block;
    margin: 0 auto;
}
#headerMobil
{
    display: block;
    position: absolute;
    top: 0;
    margin-top: 5.5rem;
}
#logoRow .col-md-12
{
    padding-left: 0;
}
.hero
{
    position: relative;
    margin-top:18%;
    z-index: -1;
}
#dmeBackgroundTopDesktop, #dmeBackgroundDekstop
{
    display: none;
}
#dmeBackgroundMobilTop
{
    position: absolute;
    top: -19px;
    width: 100%;
}
#hrSmallHeading
{
    margin:0 5px;
    width: 100%;
}
#dmeBackgroundMobilBottom
{
    margin-top: -4rem;
    z-index: -1;
    position: relative;
}
#termineRow
 {
     background-color: #A20000;
 }
#gd6
{
    position: relative;
    z-index: -1;
}
/* Media Query when mobil Navigation is shown */
@media (max-width: 991px)
{
    #divDME, #logoRow
    {
        background-color: #A20000;
    }
    #gd5
    {
        margin-top:-5px;
    }
    #newsHeading
    {
        padding-top: 2rem;
        text-align: center;
        padding-bottom: 1rem;
    }
    #termineHeading
    {
        text-align: center;
        color: #fff;
        padding: 1rem 0;
    }
    #ersterTermin .termin-card
    {
        margin-top:1rem;
    }

    #termineContainer
    {
        padding-top:20px;
        padding-bottom: 1rem;
    }
    .termin-card
    {
        max-width: 400px;
        margin-right: 0;
        margin-left: auto;
        margin-top: 4rem;
    }
    .termin-description
    {
        padding-left: 50px;
    }
    .termin-date
    {
        position: absolute;
        background-color: #DC2B19;
        width: 80px;
        height: 40px;
        border-radius: 80px / 40px;
        padding: 5px;
        top: 25px;
        left: -40px;
        text-align: center;
    }
}
@media (min-width: 450px) and (max-width: 991px)
{
    .termin-card
    {
        margin-right: auto;
        margin-left: auto;
    }
    #footerTop
    {
        transform: rotate(-5deg);
    }
}




/*
 * Opener on homepage
 */
#opener
{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 1rem;
    height: 100%;
}
#opener div
{
    text-align: center;
    margin-top: 15px;
}
#opener img
{
    display: block;
    text-align: center;
    height: 50px;
    width: auto;
    margin: 0 auto;
}
#divDME svg
{
    display: block;
    margin: 0 auto;
}
#divDME h3
{
    text-align: center;
    color: #fff;
    padding-top: 20px;
}


.card
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    border: none;
    box-shadow: 0 2px 10px 1px #000 ;
    width: 18rem;
    flex: 0 1 auto;
    z-index: 10;

}
.news-card
{
    background-color: #a20000;
}
.news-card .card-body
{
    background-color: #fff;
}
.card-subtitle
{
    font-size: 0.8rem;
}
.card-link
{
    float: right;
}
.card .card-text
{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.device .device.card-img-top
{
    max-height: unset;
    margin: auto;
    width: auto;
   
}
.news-card .card-img-top
{
    max-height: unset;
     margin:auto;
    width: auto;
}
/*
 * Alle News Link auf homepage
 */
#alleNews
{
    position: relative;
}
#alleNews img
{
    display: block;
    margin: auto auto;
    height: 159px;
    padding-top: 10%
}
#alleNews a:nth-last-child(1)
{
    text-align: center;
    /*vertical-align: center;*/
    display: block
}

/*
 * Warncard on homepage
 */
.warn-card
{
    background-color: #EEFF34;
    margin-bottom: 3rem;
    box-shadow: 0 2px 10px 1px #000;
    padding: 1rem;
    position: relative;
    color: #000;
}
.warn-image
{
    height: 70px;
    width: auto;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

/*
 * Events / Termine auf Homepage und Termine übersichtsseite
 */
.termin-card
{
    border: none;
    box-shadow: 0 2px 10px 1px #000;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}
.termin-card::after {
    content: "";
    clear: both;
    display: table;
}
.post-it-left, .post-it-right
{
    background-color: #8E8E8E;
    height: 50px;
    width: 21px;
    position: absolute;
}
.post-it-left
{
    top: -40px;
    left: 25px;
    transform: rotate(10deg);
    transform-origin: top;
}
.post-it-right
{
    top: -30px;
    right: 10px;
    transform: rotate(20deg);
    transform-origin: top;
}
.termin-clock, .termin-marker
{
    height: 1rem;
    margin: 5px;
}
.termin-date
{
    color:#fff;
    box-shadow: -7px 0 10px -5px black;
}
.termin-heading
{
    padding-left: 45px;
    padding-top: 20px;
    word-wrap: anywhere;
}
.termin-description
{
    display: block;
    margin-top: -1rem;
    font-size: 0.9rem;
    padding-top:10px;
}
.termin-ort
{
    float:right;
}
.termin-ort:after
{
    clear: both;
}
.termin-zeit
{
    float:left;
}
.termin-zeit:after
{
    clear: both;
}
.alle-termine-card
{
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    max-width: 400px;
    text-align: center;
    margin: 50px auto;
    line-height: 3rem;
    border: none;
    box-shadow: 0 2px 10px 1px #000;
}
.alle-termine-card a
{
    padding: 10px;
}
.alle-termine-card h4
{
    display: inline;
    font-size: 1rem;

}
.alle-termine-card .post-it-left, .alle-termine-card .post-it-right
{
    transform: none;
}
.alle-termine-card .post-it-left
{
    top: -30px;
}
.alle-termine-card .post-it-right
{
    right: 20px;
}
.termin-category
{
    text-align: center;
    padding: 5px;
    margin: 1rem;
    background-color: #EEEEEE;
    color: #1b1e21;
}
.termin-category.ausbildung
{
    color:#0F0F0F;
    background-color: red;
}
.termin-category.übung
{
    color:#EEEEEE;
    background-color: #2f0004;
}
.termin-card.today
{
    background-color: #b9b9b9;
}
.termin-category.stadt
{
    background-color: #E39A7D;
}
.termin-category.oberkirnach
{
    background-color: #7BFA4D;
}
.termin-category.gesamtfeuerwehr
{
    color:#000;
background-color:#fff;
border: 1px solid red;
}
.termin-category.jugendfeuerwehr
{
    background-color: #ff4803;
}
#searchImgBig
{
    width: 25px;
    height: auto;
}

/**
 *  Modal for News / Vehicles
 */
.modal
{
    padding: 0;
    display: block;
    visibility: hidden;
}
.modal .twitter-share-button-rendered
{
    visibility: hidden !important;
}
.modal.show .twitter-share-button-rendered
{
    visibility: visible !important;
}
.modal-dialog
{
    max-width: 992px;
    margin: 0 auto;
}
.modal-body h1, .modal-body > span
{
    display: block;
    text-align: center;
}
.modal-body span
{
    margin-bottom: 15px;
}
.modal-body h1 >span:last-child
{
  word-break: normal;
}
.modalLogo
{
    margin-top: -50px;

}
.modalLogo img
{
    display: block;
    margin: 0 auto;
    border-radius: 100px / 50px;
    padding: 5px;
    position: relative;
    z-index: 2;
}
.modal-content img
{
    object-fit: contain;
}
.modal-footer
{
    justify-content: space-between;
    padding-bottom: 6rem;
}

/*
 * Operations modal
 */
.rotateDown
{
    padding-bottom: 1rem;
    transform:             rotate( -180deg );
    -moz-transform:    rotate( -180deg );
    -ms-transform:     rotate( -180deg );
    -o-transform:      rotate( -180deg );
    -webkit-transform: rotate( -180deg );
    transition:             transform 550ms ease;
    -moz-transition:    -moz-transform 550ms ease;
    -ms-transition:     -ms-transform 550ms ease;
    -o-transition:      -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}
.rotateUp
{
    padding-bottom: 1rem;
    transform:             rotate( 180deg );
    -moz-transform:    rotate( 180deg );
    -ms-transform:     rotate( 180deg );
    -o-transform:      rotate( 180deg );
    -webkit-transform: rotate( 180deg );
    transition:             transform 550ms ease;
    -moz-transition:    -moz-transform 550ms ease;
    -ms-transition:     -ms-transform 550ms ease;
    -o-transition:      -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}
.rotateDownNav
{
    transform:             rotate( 0deg );
    -moz-transform:    rotate( 0deg );
    -ms-transform:     rotate( 0deg );
    -o-transform:      rotate( 0deg );
    -webkit-transform: rotate( 0deg );
    transition:             transform 250ms ease;
    -moz-transition:    -moz-transform 250ms ease;
    -ms-transition:     -ms-transform 250ms ease;
    -o-transition:      -o-transform 250ms ease;
    -webkit-transition: -webkit-transform 250ms ease;
}
.rotateUpNav
{
    transform:             rotate( 180deg );
    -moz-transform:    rotate( 180deg );
    -ms-transform:     rotate( 180deg );
    -o-transform:      rotate( 180deg );
    -webkit-transform: rotate( 180deg );
    transition:             transform 250ms ease;
    -moz-transition:    -moz-transform 250ms ease;
    -ms-transition:     -ms-transform 250ms ease;
    -o-transition:      -o-transform 250ms ease;
    -webkit-transition: -webkit-transform 250ms ease;
}

#termineRow .col-12.offset-lg-3.col-lg-6 p
{ color: #EEEEEE;  }
/*
 * Footer
 */
#footerTop
{
    position: absolute;
    left: -13px;
    top: -40px;
    width: 103%;
    min-height: 120px;
    background-color: #A20000;
    transform: rotate(-5deg);
    transform-origin: top;
    z-index: 1;
    box-shadow: 0 6px 3px -3px #000;
}
#footerRow, #footerRow2
{
    background-color: rgba(14, 13, 13, 0.95);
    position: relative;
    top: 0;
    left: 0;
}
#footerRow2
{
    padding-bottom: 2rem;
}
#fbLogo
{
    height: 2rem;
    width: auto;
}

/*
 * Page
 */
.page header .row div
{
    margin-top: 4.1rem;
}
.page header h1
{
    position: absolute;
    color: #fff;
    max-width: 22rem;
    word-wrap: anywhere;
}
.page.header-white header h1
{
    color: #000;
}
.page.header-white header
{background-color: unset; }
.page iframe
{
    max-width: 100%;
}
.page main
{
    margin-top: 12rem;
}
.page header
{
    background-color: #a20000;
    margin-top: -3rem;
    padding-top: 2rem;
}
#pageHeading
{
    position: relative;
}
#pageSymbol img
{
    height: 120px;
    width: 120px;
    position: relative;
    float: right;
    order: 1;
    z-index: 1;
    margin-top: -5rem;
    display: none;
}
.page #footerTop
{
    background-color: #fff;
}
.page .header-white #footerTop
{
    background-color: initial;
}
.page.header-white #footerTop
{
    background-color: #A20000;
}

@media(max-width: 1199px)
{
    header
    {
        min-height: 0;
    }
    header h1
    {
        position: relative;
    }
    header .row div
    {
        margin:0;
    }
    #fwlogoPage
    {
        display: none;
    }
}
@media (max-width: 661px)
{
    header h1
    {
        margin-top: 1.5rem;
    }
}
@media (min-width: 662px)
{
    
    #vehiclePageSymbol {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    #vehiclePageSymbol
    {
        margin-top: 5rem;
    }
}
@media (min-width: 1200px) and (max-width: 1760px)
{
    #vehiclePageSymbol
    {
        margin-top: 5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1524px)
{
    header .row div
    {
        margin-top: 8.1rem;
    }
    #pageSymbol
    {

        top: initial;
    }
}
@media (min-width: 1525px)
{
    header .row div
    {
        margin-top: 6.1rem;
    }
    #pageSymbol
    {
        margin-top: 0;
        top:initial;
    }
}
@media (min-width:1615px)
{
    #pageSymbol
    {
        margin-right: 22rem;
    }
}
@media (min-width: 915px)
{
    #footerTop
    {
        top: -60px;
    }
}

/*
 * Einzelner Artikel Seite ( Für externe verlinkung)
 */
#pageHeaderImg
{
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100px / 50px;
    padding: 5px;
    position: relative;
    z-index: 2;
}
#entryImg
{
    display: block;
    margin: 0 auto;
}
#newsSingle + div
{
    margin-top: -50px;
}
#newsSingle h1
{
    text-align: center;
}
#newsSingle span
{
    display: block;
    text-align: center;
}
#socialShare
{
    margin-top: 4rem;
    border-top: 2px solid grey;
    padding-top: 1rem;
}
#back
{
    justify-content: space-between;
    display: flex;
}
#back + a
{
    margin-right: 3rem;
}
#shares
{
    float: right;
}
.fb-share-button
{
    display: inline;
}

/*
 * Filter für Artikel / Einsätze
 */
#f
{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#filter-container
{
    background-color: #7E1313;
    padding: 1rem;
    color: #eee;
    border-radius: 1rem 1rem 0 0;
    display: inline;
}
#filter
{
    text-decoration: none;
     color: #eee;
}
#filter-collapse
{
    background-color: #7E1313;
    padding: 1rem;
    color: #eee;
}
#filter-collapse.show
{
    
    display: table;
}
.filterSymbol
{
    height: 25px;
    width: auto;
}
button
{
    border-radius: 35px;
    background-color: #DC2B19;
    color: #eee;
    box-shadow: none;
    border: 0;
    padding: 0.375rem 0.75rem;
}
.copyClipboard
{
    color: #DC2B19;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background: none;
    padding:0px;
    box-shadow: none;
    border: none;

}
#currentFilter
{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem;
    margin: -7.5rem 2rem;
    position: absolute;
    box-shadow: 0 2px 10px 1px #000;
}


/*
 * Events (Header is White, Body red)
 */
#headerDesktopDarkmode
{
    display: none;
}
#bodyMobilTop
{
    display: block;
    margin-top: -8rem;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: #550000;
}
.header-white #bodyMobilTop
{
    background-color: inherit;
}


/*
 * Kontaktseite
 */
.contact-card
{
    overflow: auto;
    border: 1px solid #000;
    min-height: 50px;
}

.contact-card-header
{
    line-height: 50px;
}
.contact-card-header span
{
    margin-left: 1rem;
}
hr.einsatz-hr
{
    margin: 1rem 1rem 1rem 0;
    border: 3px solid #EEFF34;
}
.portrait
{
    float: left;
    height: 100px;
    margin-right: 1rem;
}
.contact-card-body
{
    padding-left: 1rem;
}
.contact-card-email
{
    font-weight: 700;
}


/*
 * Error 404 not found page
 */
.infobox
{
    border: none;
    position: relative;
    border-radius: 8px;
}

@media (min-width: 915px) {
    #footerTop
    {
        top: -60px;
    }
}

.zoomLens
{
    z-index: 999999;
}

/*
 * Einsätze Übersicht
 */
.einsatzCard
{
    border: 1px solid grey;
    background-color: #fff;
    min-height: 50px;
}
.einsatzCard .einsatz-nr
{
    color: #707070;
    font-weight: 700;
    font-size: 0.9rem;
}
.einsatz-nr-large, .einsatz-nr-large-div
{
    display: none;
}
.einsatzCard .einsatz-art
{
    font-size: 1rem;
    display: inline-block;
}
.einsatzCard h5
{
    display: inline-block;
    text-align: center;
}
.einsatzCard .arrowImg, .contact-card-header .arrowImg
{
    padding-top: 1rem;
    margin-right: 1rem;
    display: block;
    width: 40px;
    float: right;
}
.einsatz-body p
{
    padding: 0 1rem;
}
.einsatz-vehicle
{
    padding: 0 1rem;
}
.einsatz-vehicle-img
{
    width: 60px;
}
.einsatz-img
{
    height: 35px;
    margin-top: 12px;
}
.operation-vehicle
{
    display: inline-block;
    text-align: center;
}
.sondereinheit div.col-3
{
    padding: 0;
}
.sondereinheit img.einsatz-img
{
    margin-top: 0
}
.ccm-search-block-form
{
    display: inline;
}

.trigger
{
    display: none;
}
.mobileTrigger, .mT
{
    padding: 10px 15px;
}
.zoomContainer
{
    z-index: 3000;
}
/*
 * Fahrzeuge Übersicht
 */
#headingOldVehicles, #headingVehicles
{
    text-align: center;
}
/*.vehicleFirstRow a:focus:not(.focus-visible), .vehicleSecondRow a:focus:not(.focus-visible) {
    outline: none;
}*/

/* Optional: Customize .focus-visible */
.focus-visible {
    outline: red dotted 2px;
}
.vehicle-card
{
    box-shadow: 0 2px 10px 1px #000;
    border-radius: 10px;
    overflow: auto;
    margin-top: 1rem;
    background-color: #fff;
    z-index: 10;
    position: relative;
    line-height: 50px;
    font-size: 0.7rem;
    color: #DC2B19;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.vehicle-card span
{
    font-size: 0.7rem;
}

    .vehicle-card h5
    {
        font-size: 1rem;
        padding-left: 1rem;
        display: inline-block;
    }
    .vehicle-card span
    {
        padding-left: 0.5rem;
    }
    .vehicle-card img
    {
        height: auto;
        width: 60px;
    }
    .device-card
    {
        max-height: unset !important;
    }
.device-card h4
{
    text-align: center;
    margin-top: 1rem;
}
.device-card img
{
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.contact-form .btn-primary
{
    border-radius: 35px;
    background-color: #DC2B19;
    color: #eee;
    box-shadow: none;
    border: 0;
    padding: 0.375rem 0.75rem;
}
button.disabled
{
    background-color: #DC2B1980;
}
.contact-form .btn-primary:hover, button:not(:disabled):not(.disabled):hover
{
    background-color: #2f0004;
}
.contact-form .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active
{
    border: #2f0004 2px solid;
    background-color: #DC2B19;
}

#backToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 1.5rem; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  background-image: url("../svg/arrow_up.svg");
      background-position: center 50%;
    background-repeat: no-repeat;
    background-size: 50%;
}

#backToPageBtn {
  /*display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 100px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 1.5rem; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  background-image: url("../img/arrow_left.png");
      background-position: center 50%;
    background-repeat: no-repeat;
    background-size: 50%;
}

#backToTopBtn:hover,#backToPageBtn:hover  {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8), 0 3px 15px rgba(0, 0, 0, 0.8);
}
button:not(:disabled):not(.disabled).copyClipboard:hover,button:not(:disabled):not(.disabled).copyClipboard:active
{
    background-color: inherit;
        color: #0056b3;
        border:none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)
{

    #melderStichworteSpiel
    {
        width: 80%;
    }
    button#alarmAsTextBTN 
    {
        display:inline;
        position: absolute;
        margin-left: 2rem;
        margin-top: 0.2rem;
    }
    #bodyMobilTop
    {
        margin-top: -12rem;
    }
    #headerMobil
    {
        margin-top: 0;
    }
    #divDME svg
    {
        width: 75%;
    }
    #navbarMobil .nav-item
    {
        margin-left: 13rem;
    }
    
    #page-content
    {
        margin-top: 3rem;
    }
    #pageSymbol img
    {
        margin-top: -9rem;
    }
    #sectionChangeFontsize
    {
        padding-bottom: 0rem;
    }
    #termineRow
    {
        padding-bottom: 2rem;
    }
    .einsatz-img
    {
        margin-top: 0.2rem;
        height: 50px;
    }
    .page header h1
    {
        max-width: unset;
        word-wrap: unset;
    }
    .page main 
    {
        margin-top: 9rem;
    }

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .page header h1 
    {
        margin-top: -1.5rem
    }
    #rowOldVehicles div.col-md-6:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
}
#rowOldVehicles div.col-md-6:nth-child(2)
{

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#rowOldVehicles div.col-md-6:last-child
{

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
    #pageSymbol
    {
        display: block;
    }
    #melderStichworteSpiel
    {
        width: 60%;
    }
    #bodyMobilTop 
    {
        margin-top: -12rem;
    }
    #headerMobil
    {
        display:none;
    }
    #headerTablet
    {
        display: block;
        position: absolute;
        top: 0;
        margin-top: -7rem;
    }
    #termineRow 
    {
        padding-bottom: 8rem;
        margin-top: -1rem;
    }
    .page header
    {
        background-color: unset;
    }
    .page main 
    {
        margin-top: 3rem;
    }
    .rotate-vehicle
    {
        margin-top: -1rem;
    }
    .mobileTrigger, .mT
    {
        display: none;
    }
    .trigger
    {
        display: block;
    }
    #currentFilter
    {
        margin-top: -5rem;
    }
    #divDME svg
    {
        width: 50%;
    }
    #dmeBackgroundMobilBottom
    {
        margin-top: -11rem;
    }
    #gd6
    {
        margin-top: -5rem;
    }
    #navbarMobil .nav-item
    {
        margin-left: 19rem;
    }
    #metaNav .ccm-search-block-text
    {
       width: 8rem;
    }
    .vehicle-card
    {
        margin-left: 0;
        margin-right: 0;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px)
{
    .arrow-nav-mobil 
    {
        float: none;
    }
    #melderStichworteSpiel
    {
        width: 80%;
    }
    #bodyMobilTop
    {
        margin-top: -16rem;
    }
    #currentFilter
    {
        margin-top: -3rem;
    }
    
    header .row div
    {
        margin-top: 4.1rem;
    }

    #dmeBackgroundDekstop
    {
        position: absolute;
        z-index: -1;
        width: 50%;
        left:-5px;
    }
    #dmeBackgroundTopDesktop
    {
        position: absolute;
        z-index: -1;
        margin-top: -1.1%;
        width:50%;
    }
    #dmeBackgroundMobilTop, #gd5
    {
        display: none;
    }
    header h2
    {
        bottom: 0;
        right: 46px;
        transform: rotate(-3deg);
        width: initial;
        text-shadow: black 4px 1px 5px;
    }
    #footerTop
    {
        position: absolute;
        left: -5px;
        top: -22px;
        width: 102%;
        min-height: 120px;
        background-color: #A20000;
        transform: rotate(-2deg);
        transform-origin: top;
    }
    #fwlogoHomepage
    {
        margin-top: -50px;
        margin-left: 145px;
    }
    #gd6
    {
        margin-top: -120px;
    }
    #metaNav
    {
        order: 1;
        z-index: 200;
    }
    #metaNav section
    {
        padding-right: 3rem;
    }
    #metaNav .searchInput
    {
        display: inline;
    }
     #metaNav .ccm-search-block-text
    {
       width: unset;
    }
    #navbarDesktopBackground
    {
        width: 100%;
        background-color: #7e1313;
        box-shadow: 0 10px 3px -3px #000;
        margin-top: -3rem;
    }
    #navbarDesktopBackground .navbar-nav
    {
        padding-Top: 3rem;
        font-size: .9rem;
    }
    #navbarDesktopBackground .nav-item 
    {
        margin-right: auto;
        margin-left: auto;
    }
    #newsHeading
    {
        text-align: center;
    }
    
    #pageSymbol
    {
        margin-right: 7rem;
        top: 3rem;
    }
    #page-content
    {
        margin-top: 8rem;
    }
    #termineHeading
    {
        text-align: center;
        color: #fff;
    }

    #hrSmallHeading
    {display: none}
    #dmeBackgroundTopDesktop, #dmeBackgroundDekstop
    {
        display: initial;
        width: 80%;
    }
    #dmeBackgroundTopDesktop
    {
        margin-top: -19px;
    }
    #divDME h3
    {
        margin-right: 6rem;
    }
    #divDME svg
    {
        margin:0;
        width: 100%;
    }
    #fwlogoHomepage
    {
        opacity: 1;
        margin-left: 115px;
        margin-top: -51px;
        width: 150px;
        height: auto;

    }
    .arrow-nav-mobil
    {
        margin-right: 0!important;
    }
    .card
    {
        max-width: 300px;
        margin-top: 4rem;
    }
    .einsatz-nr, .einsatz-nr + br
    {
        display: none;
    }
    .einsatz-nr-large
    {
        display: inline;
        color: #707070;
        font-weight: 700;
        font-size: 0.9rem;
    }
    .einsatz-nr-large-div
    {display: block;}
    .einsatzCard .einsatz-art 
    {
        font-size: 1.2rem;
        display: block;
        text-align: unset;
    }
    .hero
    {
        margin:0;
    }
    .hero + h2
    {
        position: absolute;
        color: #fff;
        font-size: 4rem;
        right: 5%;
        bottom: 0;
        transform: rotate(-4deg);
        text-shadow: black 4px 4px 8px;
    }
    .home, .events
    {
        white-space: nowrap;
    }
	.loader
	{
		background-size: 22%;
	}
    .termin-card
    {
        max-width: 400px;
        min-height: 180px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: 0;
    }

    .termin-date
    {
        position: absolute;
        background-color: #DC2B19;
        width: 100px;
        height: 50px;
        border-radius: 80px / 40px;
        padding: 5px;
        top: 30px;
        left: -53px;
        text-align: center;
        line-height:2.5rem;
    }
    .termin-description
    {
        padding-left: 4rem;
    }

    .vehicleFirstRow .vehicle-card
    {
        margin-left: 3rem;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .einsatzCard .arrowImg, .contact-card-header .arrowImg
    {
        padding-top: 0
    }
    #footerRow2
    {
        padding-bottom: 0;
    }
        #rowOldVehicles div.col-md-6:first-child
{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#rowOldVehicles div.col-md-6:nth-child(2)
{

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#rowOldVehicles div.col-md-6:last-child
{

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
}
     .vehicle-card
    {
        margin-left: 0rem;
    }
     .offset-left
     {
         margin-left: 12%;
     }
    header h2
    {
        font-size: 3rem;
    }

    #bodyMobilTop
    {
        display: none;
    }
    #divDME h3
    {
        margin-right: initial;
    }
    #headerDesktop
    {
        display: block;
        position: absolute;
        top: 0;
        margin-top: -1rem;
        left: -5px;
        width: 100%;
    }
    #headerTablet
    {
        display: none;
    }
    #footerTop
    {
        top: -50px;
    }
    #jfspiel
    {
        display: block;
    }
    #navbarDesktopBackground .navbar-nav
    {
        font-size: initial;
        justify-content: flex-end;
    }
    #navbarDesktopBackground .nav-item:first-child
    {
        margin-right: auto;
    }
    #navbarDesktopBackground .nav-item
    {
        padding: 0 13px;
    }
    #newsSection
    {
        margin-top: 2rem;
    }
    #newsSection  .einsatz-hr
    {
        display: none;
    }
    #currentFilter
    {
        margin-top: -4rem;
    }
    #ersterTermin
    {
        margin-left: 5rem;
    }
    #page-content 
    {
        margin-top: 0rem;
    }
    .page #termineRow
    {
        background-color: unset;
    }
    #pageSymbol
    {
        margin-right: 0;
        top: unset;
    }
    #pageSymbol img
    {
        float: none;
        margin-top: 2rem;
    }
    #dmeBackgroundTopDesktop, #dmeBackgroundDekstop {
        display: initial;
        width: 52%;
    }
    #dmeBackgroundTopDesktop {
        margin-top: -1.2%;
    }

    .card
    {
        margin-top: 1rem;
    }
    .einsatzCard-header div.no-padding
    {
        display: flex;
        align-items: center;
    }
    .einsatz-nr-large
    {
        padding-left: 2rem;
    }
 .page header img
    {
        margin-top: 3rem;
    }
    .page header h1
    {
        margin-top: 2rem;
    }
    .page main
    {
        margin-top: 10rem;
    }
    .page.header-white, body.darkmode.header-white
    {
        background-color: #A20000;
    }
    .page header .row div
    {
        margin-top: 0;
    }
    .termin-card
    {
        margin: 50px 0 0 0;
    }

}
@media (min-width: 1778px)
{
    #melderStichworteSpiel
    {
        width: 50%;
    }
    #pageSymbol img
    {
        float: none;
    }
    .col-custom-xl-6
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page header h1 {
         color: #fff;
         bottom: -0.5rem;
     }
    .vehicleFirstRow .vehicle-card
    {
        margin-left: 4rem;
    }
    .vehicleSecondRow .vehicle-card
    {
        margin-right: 4rem;
    }


}
@media print {
    a, span
    {
        color: black;
    }
    a, span{
        text-decoration: none;
    }
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }
    footer, #headerTablet, #headerMobil, #headerDesktop,.einsatzCard .arrowImg, .einsatzCard .einsatz-nr, .einsatz-img, #f, #bodyMobilTop, #footerTop
    {
        display: none;
    }
    header, .page header h1, .einsatzCard .einsatz-nr
    {
        color: black;
    }
    #fwlogoPage
    {display: block;
    margin:0;
    padding:0;}
    .collapse {
        display: block !important;
        height: auto !important;
    }
    .accordion .accordion-body.collapse {
        height: auto !important;
    }
    .einsatz-nr-large, .einsatz-nr-large-div
    {display: inline;}
}
