.grey-bg {
    background: #f8f8f8;
    border: 1px solid #dedede;
    margin: 36px 0;
    padding: 15px 20px;
}

.red-bg {
    background-color: #f8d7da;
    color: #555;
    padding: 12px 12px 12px 12px;
}

.red-no-bulb {
    background-color: #f8d7da;
    color: #555;
    padding: 12px 12px 12px 12px;
}

.red-no-bulb p {
    margin: 0;
}

.red-bg:before {
    content: "\f0eb";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 20px;
}

.grey-bg ul {
    list-style: none;
    padding-left: 20px;
}

.grey-bg ul li:before {
    content: '\f0a9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #f39400;
}

.grey-bg ul li {
    position: relative;
    padding-left: 30px;
    line-height: 35px;
}

.yellow-bg p {
    background-color: #FFFFDD;
    color: #555;
    padding: 12px 12px 12px 12px;
}

.yellow-bg p:before {
    content: "\f0eb";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 20px;
}

.yellow-bg p {
    position: relative;
    padding-left: 40px;
}

.gallery img {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-next:before, .slick-prev:before {
    color: #000;
}

.btn-content {
    min-width: 200px;
}

.button-section {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.grey-bg-table {
    background: #f8f8f8;
    border: 1px solid #dedede;
    margin: 36px 0;
    padding: 15px 20px;
}

.grey-bg-table ul {
    columns: 2;
    webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding-left: 20px;
}

.grey-bg-table ul li:before {
    content: '\f0a9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #f39400;
}

.grey-bg-table ul li {
    position: relative;
    padding-left: 30px;
    line-height: 35px;
}

section.subpage h1 {
    margin-bottom: 50px;
}

.downloadlinks {
    background: #f8f8f8;
    border: 1px solid #dedede;
    margin: 36px 0;
    padding: 15px 20px;
}

.downloadlinks a:before {
    content: '\f019';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #000;
}

.downloadlinks a {
    position: relative;
    padding-left: 30px;
    line-height: 35px;
}

.brand-after {
    position: absolute;
    top: 35px;
    left: -81%;
}

@media (max-width: 899px) {
    .brand-after img {
        max-height: 150px;
    }
}

.navbar-brand {
    z-index: 1040 !important;
}

.navbar-brand:after {
    content: none !important;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-home.subpage {
    border-bottom: 4px solid #f39400;
    max-height: 482px;
    overflow: hidden;
    top: 60px;
}

.fc-view-container {
    margin: auto;
    max-width: 1200px;
}

.header-home.subpage.no-banner {
    border-bottom: none;
    min-height: max-content !important;
}

.d-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 25px;
}

.l-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 0 10px;

}

.d-container .l-container {
    border-right: 1px solid #fff;

}

.l-container:last-of-type {
    border: none;
}

.l-container a {
    line-height: 26px;
    color: #fff;
}

.l-container ul {
    list-style: none;
    margin-top: 10px;
    padding-left: 0px;
}

.l-container ul li {
    line-height: 26px;
}

.checkboxlist {
    list-style: none;
}

.tabs .tab-pane {
    display: none;
}

.tabs .tab-pane.active {
    display: block;
}

.fc-row {
    height: 100% !important;
}

.fc-scroller.fc-day-grid-container {
    height: 100% !important;
}

.fc-toolbar {
    max-width: 570px;
    margin: 0 auto;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    position: sticky;
    top: 56px;
    background-color: white;
    z-index: 100;
}

main section.content {
    padding-top: 200px !important;
}

.table td, .table th {
    padding: 0.70rem;
}

#country {
    padding: 5px;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.eventname {
    font-weight: bold;
}

.content.events-service {
    padding-top: 50px !important;
}

@media (max-width: 1200px) {
    .navbar .container .navbar-nav {
        margin-top: 35px;
        padding-bottom: 40px;
    }

    .header-home.subpage {
        top: 80px;
    }

    .dropdown-menu {
        top: 60px;
    }

    .navbar .container .navbar-brand {
        left: -20px;
    }

    .navbar .d-container {
        flex-direction: column;
    }

    .navbar .l-container {
        margin-top: 10px;
        border: unset;
    }

    .header-home .nav-header-bottom .container {
        flex-direction: row !important;
    }
}

@media (max-width: 1000px) {
    .navbar .container .navbar-brand {
        left: -100px;
    }

    .navbar .container .navbar-nav {
        margin-top: 15px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .fotoshow {
        display: none;
    }

    .nav-header-bottom.navbar-expand-lg.navbar.navbar-dark {
        display: none;
    }

    .header-home {
        height: auto !important;
    }
}

@media (max-width: 899px) {
    .mobile-only {
        display: block !important;
    }

    .mobile-show-calendar {
        display: none !important;
    }

    .main-event-data .col-9 {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col {
        flex-basis: unset;
    }

    .eventname {
        font-size: 16px !important;
        font-weight: bold;
    }

    .eventtype {
        font-size: 14px !important;
    }

    .navbar-toggler {
        z-index: 10000;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .navbar-nav {
        margin-left: 20px !important;
        max-height: 80vh;
        overflow-y: auto;
        display: block !important;
    }

    .navbar-nav > li {
        height: auto;
    }

    .navbar-nav .nav-link {
        height: 50px;
        padding: 0;
    }

    .navbar-nav .dropdown-menu {

    }

    .navbar-nav > li.show {
        height: auto;
    }

    .navbar .container .navbar-brand {
        left: 60px;
    }

    .navbar .container .navbar-nav {
        margin-top: 85px;
        padding-bottom: 60px;
    }

    .navbar .d-container {
        flex-direction: column;
    }

    .navbar .l-container {
        margin-top: 10px;
        border: unset;
    }
}

@media (max-width: 500px) {
    .header-home.subpage {
        top: 100px;
    }

    .mobile-show {
        display: none
    }

    .eventname {
        font-size: 14px !important;
        font-weight: bold;
    }

    .eventtype {
        font-size: 12px !important;
    }

    .flexShowOnMobile {
        flex-width: wrap;
    }
}


/* Lizenzausweis Formular */
.license-section {
    background: #f8f8f8;
    padding: 30px 15px;
}

.license-form h2 {
    color: #ff6600;
    font-size: 18px;
    margin-bottom: 30px;
}

.license-form h2 span {
    color: #808080;
    font-size: 16px;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {

    .navbar .container .navbar-brand img {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 899px) {
    .navbar .container .navbar-brand {
        left: 25px;
        top: 5px;
    }
}