@font-face {
    font-family: "Bebas Neue";
    src: url("assets/fonts/BebasNeue-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue Pro";
    src: url("assets/fonts/BebasNeuePro-Book.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue Pro";
    src: url("assets/fonts/BebasNeuePro-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "CorporateS";
    src: url("assets/fonts/CorporateSPro-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "CorporateS";
    src: url("assets/fonts/CorporateSPro-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

h4.forminator-label {
    font-family: inherit !important;
}

:root {
    --font-main: "Inter";
    --font-title: "Bebas Neue Pro";
}
#customForm2 + h4 {
    display: none;
}
body p,
body div,
body a,
body span,
th,
td {
    font-family: var(--font-main) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title) !important;
}
/*----------popup----------*/
div#popup_content {
    display: none;
}
.info-footer a {
    color: #fff;
    opacity: 1;
    transition: 0.7s;
}
.info-footer a:hover {
    color: #fff;
    opacity: 0.7;
}
header a {
    color: #000;
    opacity: 1;
    transition: 0.7s;
}
header a:hover {
    color: #000;
    opacity: 0.7;
}
a {
    text-decoration: none !important;
}
input,
textarea {
    background: #fefefe;
}
body.hideScroll {
    overflow: hidden;
}
.title-cross {
    color: #ad171d;
    font-weight: 700;
}
.red-box {
    width: 70%;
}
.red-img {
    height: 100%;
}
#menu-1-73664cf {
    grid-gap: 3vw;
}
#header-desktop {
    box-shadow: 2px 2px 72px #555;
}
.height-60 {
    height: 60vh;
}
.page-id-1117 {
    overflow-x: hidden;
}
.elementor-accordion-title {
    font-size: 1.6vw;
    font-weight: 400 !important;
}
#tabsPresse_gallery .elementor-tab-content .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    grid-tempale-rows: 1fr;
    padding: 1rem;
}
#tabsPresse_gallery .elementor-tab-content .gallery .gallery-item {
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    position: relative;
}
#tabsPresse_gallery .elementor-tab-content .gallery .gallery-item .gallery-icon {
    width: 100%;
    filter: brightness(0.8) contrast(0.8);
    transition: var(--e-a-transition-hover);
}
#tabsPresse_gallery .elementor-tab-content .gallery .gallery-item .gallery-icon:hover {
    filter: none;
}
#tabsPresse_gallery .elementor-tab-content .gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#tabsPresse_gallery .elementor-tab-content .gallery .gallery-item .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: var(--e-global-color-secondary);
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    padding: 3rem;
    width: 70vw;
    height: 70vh;
    overflow-x: auto;
    z-index: 5;
    color: #555;
    background: #fff;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    overscroll-behavior: none;
    box-shadow: 0px 12px 72px 13px #000;
}
.popup.open {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
html {
    overflow-x: hidden;
}
.popup_close {
    position: absolute;
    top: 2vw;
    margin: 0 0 0 auto;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 2rem;
    aspect-ratio: 1;
    background-color: transparent;
    transition: 0.7s;
    cursor: pointer;
    right: 3vw;
}
.popup_close:hover {
    background-color: #555;
}
.popup_close:hover::before,
.popup_close:hover::after {
    background-color: #fff;
    transition: 0.7s;
}
.popup_close::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #555;
}
.popup_close::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    transform: rotate(45deg);
    background-color: #555;
}
.popup_bg {
    position: fixed;
    z-index: 4;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    filter: blur(1px);
    backdrop-filter: blur(2px);
}
.popup_bg.open {
    opacity: 0.7;
    visibility: visible;
}
.wrap-popup {
    width: 0;
    height: 0;
    min-width: 0;
    min-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.popup h1,
.popup h2,
.popup h3,
.popup h4 {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
.item-form p {
    display: flex;
    grid-gap: 1vw;
}
#form .wrap-form.form {
    grid-gap: 0.5vw;
}
/*----------/popup----------*/

/*----------row items----------*/
.list-view:hover p {
    color: #ffff;
}
.list-view:hover .text-view .elementor-widget-container {
    background: transparent;
}
.list-view:hover .elementor-widget-image {
    --e-transform-scale: 1.2;
}
.list-view:hover .elementor-widget-image img {
    filter: brightness(100%) contrast(125%) saturate(120%) blur(0px) hue-rotate(0deg);
}
/*----------/row items----------*/

.wrap-form.form {
    display: flex;
    grid-gap: clamp(20px, 3vw, 60px);
    flex-direction: column;
}
.wrap-form.form #customForm {
    background: var(--e-global-color-accent);
    width: fit-content;
    padding: 1em 2em;
    font-size: 1.1rem;
    color: var(--e-global-color-secondary);
    transition: var(--e-a-transition-hover);
    cursor: pointer;
    margin: 0 auto;
}
.wrap-form.form #customForm:hover {
    background: var(--e-global-color-primary);
}
.wrap-form.form .item-form-row {
    display: flex;
    grid-gap: clamp(20px, 3.1vw, 60px);
}
.wrap-form.form input,
.wrap-form.form input[type="date"],
.wrap-form.form input[type="email"],
.wrap-form.form input[type="number"],
.wrap-form.form input[type="password"],
.wrap-form.form input[type="search"],
.wrap-form.form input[type="tel"],
.wrap-form.form input[type="text"],
.wrap-form.form input[type="url"],
.wrap-form.form select,
.wrap-form.form textarea {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--e-global-color-accent);
    padding: 0.5rem 0.15rem 0.15rem;
}
.wrap-form.form input[type="date"]:focus-visible,
.wrap-form.form input[type="email"]:focus-visible,
.wrap-form.form input[type="number"]:focus-visible,
.wrap-form.form input[type="password"]:focus-visible,
.wrap-form.form input[type="search"]:focus-visible,
.wrap-form.form input[type="tel"]:focus-visible,
.wrap-form.form input[type="text"]:focus-visible,
.wrap-form.form input[type="url"]:focus-visible,
.wrap-form.form select:focus-visible,
.wrap-form.form textarea:focus-visible,
.wrap-form.form input[type="date"]:focus,
.wrap-form.form input[type="email"]:focus,
.wrap-form.form input[type="number"]:focus,
.wrap-form.form input[type="password"]:focus,
.wrap-form.form input[type="search"]:focus,
.wrap-form.form input[type="tel"]:focus,
.wrap-form.form input[type="text"]:focus,
.wrap-form.form input[type="url"]:focus,
.wrap-form.form input:focus,
.wrap-form.form select:focus,
.wrap-form.form textarea:focus {
    outline: 0;
    border-bottom: 2px solid var(--e-global-color-primary);
}
label {
    width: 100%;
}
.wrap-form.form .item-form-row.item-form-row_checkbox {
    justify-content: center;
    align-items: center;
    grid-gap: clamp(20px, 10vw, 100px);
}
.wrap-form.form .item-form-row.item-form-row_checkbox .item-form-checkbox-field p {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    grid-gap: 0.25rem;
}
.wrap-form.form .item-form-row .item-form-field {
    width: 100%;
}
.wrap-form.form .item-form-row .item-textfield {
    width: 100%;
}
.wrap-form.form .item-form-row .item-textfield textarea {
    min-height: 7em;
    height: 7rem;
    resize: vertical;
}
.sbi_header_text.sbi_no_bio {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    margin: 0 !important;
}
.hotspot-default.leaflet-interactive {
    fill: #ad171d !important;
    fill-opacity: 1 !important;
    stroke: transparent !important;
    stroke-opacity: 1 !important;
}
.da-address-wrapper {
    display: none !important;
}
.leaflet-tooltip {
    background: #fff !important;
    opacity: 1 !important;
    color: #ad171d !important;
    border-color: #ad171d !important;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
.leaflet-tooltip.leaflet-tooltip-left:before {
    border-left-color: #fff !important;
}
.leaflet-tooltip.leaflet-tooltip-right:before {
    border-right-color: #fff !important;
}
.imgl-ico-lbl {
    font-size: 10px;
    /* transform: translate(-0%, 170%); */
    color: var(--e-global-color-accent);
    width: fit-content;
    white-space: normal !important;
    display: block !important;
    text-align: center;
    background: #fff;
    padding: 0.5vw;
    height: fit-content;
    line-height: normal;
    font-family: var(--e-global-typography-primary-font-family);
}
.special_item .imgl-ico-lbl {
    transform: translate(-0%, 90%);
}
.imgl-tooltip-offset {
    width: 60vw;
}
.elementor-accordion-item > div {
    display: flex;
    align-items: center;
}
.elementor-accordion-item {
    font-weight: 700 !important;
    font-size: clamp(16px, 1.1vw, 21px);
}
.imgl-tt {
    display: flex;
    align-items: center;
    grid-gap: 2vw;
    padding: 2vw;
    justify-content: center;
}
.imgl-tooltip-offset {
    width: 35rem;
}
.ehf-header #masthead {
    z-index: 3;
}
/* body .imgl-tt > div {
    width: 50% !important;
} */
.imgl-tt img {
    margin-top: 0vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .imgl-tooltip-arrow {
    width: 0 !important;
}
.elementor-element.elementor-element-3ba3996.elementor-widget.elementor-widget-image {
    height: 100%;
}
.e-hosted-video.elementor-wrapper.elementor-open-inline {
    height: 100%;
    width: 100%;
}
.imgl-marker-offset {
    cursor: pointer;
}
.time-titile {
    position: relative;
}
.time-titile::before {
    position: absolute;
    content: "";
    /* [clone] background-image removed: it pointed at the dead staging host */
    width: 16px;
    height: 16px;
    position: absolute;
    left: -30px;
    top: 30%;
    background-repeat: no-repeat;
}
.gtranslate_wrapper {
    display: flex;
    grid-gap: 0.5rem;
}
.VIpgJd-ZVi9od-aZ2wEe {
    display: none !important;
    position: absolute !important;
    top: -10000000vw !important;
    left: -1220000vw !important;
    overflow: hidden !important;
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

.elementor-element.elementor-element-25fb725.e-con-full.e-flex.e-con.e-child {
    margin-bottom: 5vw;
}

@media (min-width: 768px) {
    #header-mobile {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    #menu-1-73664cf {
        grid-gap: 1vw;
    }
}
@media (max-width: 1400px) {
    #menu-1-73664cf {
        grid-gap: 1vw;
    }
}
@media (max-width: 1250px) {
    .time-titile::before {
        top: 15%;
    }
    .elementor-1292 .elementor-element.elementor-element-73664cf a.hfe-menu-item,
    .elementor-1292 .elementor-element.elementor-element-73664cf a.hfe-sub-menu-item {
        font-size: 16px;
    }
    .popup {
        width: 85vw;
        height: 90vh;
    }
    #burgfuhrungen .mehr-link {
        width: 100% !important;
    }
}
@media (max-width: 450px) {
    .imgl-ico-lbl {
        font-size: 18px;
    }
}
@media (max-width: 750px) {
    .besucherinfos .mehr-link {
        width: 70vw !important;
        padding: 5vw;
    }
    .elementor-element.elementor-element-4d29255.elementor-widget.elementor-widget-image {
        display: none;
    }
    footer .elementor-icon svg {
        display: block !important;
    }
    footer h3 {
        font-size: 1.3rem;
    }
    .elementor-11 .elementor-element.elementor-element-0a72fa9 .elementor-heading-title {
        font-size: 26px;
    }
    .elementor-element.elementor-element-032bbbb.e-con-full.e-flex.e-con.e-child {
        display: block;
        margin-bottom: 6rem;
    }
    body table {
        font-size: 0.7em;
    }
    body table td,
    body table th {
        padding: 10px;
    }
    .elementor-element.elementor-element-a8499d8.e-con-full.height-60.e-flex.e-con.e-parent,
    .elementor-element.elementor-element-e3c713e.e-con-full.height-60.e-flex.e-con.e-parent {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: fit-content;
    }
    .elementor-element.elementor-element-2c4a0b9.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-508708c.e-con-full.e-flex.e-con.e-child {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: fit-content;
        margin-bottom: 1rem;
    }
    body #tabsPresse_gallery .elementor-tab-content .gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3rem;
        grid-tempale-rows: 1fr;
        padding: 1rem;
    }
    body .redirectGallery_wrapper {
        display: grid;
        padding: 1rem;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-auto-rows: 1fr;
        grid-gap: 2rem;
    }
    .elementor-icon svg {
        display: none !important;
    }
    .elementor-accordion-title {
        font-size: 3vw;
    }
    .elementor-685 .elementor-element.elementor-element-3517c1b {
        flex-direction: row !important;
    }
    .elementor-685 .elementor-element.elementor-element-32505f0 {
        flex-direction: row;
        justify-content: center;
        z-index: 11111;
    }
    #header-desktop {
        display: none !important;
    }
    .custom-logo {
        height: 13vw;
    }
    .popup {
        width: 85vw;
        padding: 1rem;
        height: 80vh;
    }
    #weihnachtszauber .mehr-link.light {
        width: 60vw !important;
    }
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu__submenu-arrow .hfe-dropdown {
        width: 100vw !important;
        left: -150% !important;
        z-index: 0;
        top: 59px !important;
    }
    header .hfe-dropdown {
        width: 110vw !important;
        left: -12vw !important;
        top: calc(173% - 2vw) !important;
        /* text-align: center; */
        margin: 0 !important;
        transform: none !important;
        box-sizing: border-box;
    }
    header .menu-item a {
        text-align: center;
        align-items: center;
        justify-content: center !important;
        font-size: 3vw !important;
    }
}
@media (max-width: 811px) {
    .elementor-1292 .elementor-element.elementor-element-73664cf a.hfe-menu-item,
    .elementor-1292 .elementor-element.elementor-element-73664cf a.hfe-sub-menu-item {
        font-size: 12px;
    }
    #tabsPresse_gallery .elementor-tab-content .gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3rem;
        grid-tempale-rows: 1fr;
        padding: 1rem;
    }

    .redirectGallery_wrapper {
        display: grid;
        padding: 1rem;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-rows: 1fr;
        grid-gap: 2rem;
    }
    .elementor-element.elementor-element-563821c3.e-con-full.e-flex.e-con.e-parent,
    .elementor-element.elementor-element-c4aaf3a.e-con-full.e-flex.e-con.e-parent,
    .elementor-element.elementor-element-92fa987.e-con-full.e-flex.e-con.e-parent {
        display: block;
    }

    .elementor-element.elementor-element-844c555.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-c739688.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-108443eb.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-1c41656c.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-ac1a924.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-7319c63.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-69782a9.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-edeab62.e-con-full.e-flex.e-con.e-child {
        width: 100%;
    }
    .elementor-element.elementor-element-1eddeec.e-con-full.e-flex.e-con.e-child {
        display: block;
    }
    .elementor-element.elementor-element-ee83b26.e-con-full.e-flex.e-con.e-child {
        border: none;
        padding-right: 3rem;
    }
    .elementor-element.elementor-element-fe59f04.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-12b1cc5.e-con-full.e-flex.e-con.e-child {
        width: 100%;
    }
    .elementor-element.elementor-element-780ee87.e-con-full.e-flex.e-con.e-child {
        display: block;
    }
    .elementor-element.elementor-element-a1dbe54.e-con-full.e-flex.e-con.e-child {
        display: block;
    }

    .elementor-element.elementor-element-f19ddb0.e-con-full.time-sub.e-flex.e-con.e-child.notranslate,
    .elementor-element.elementor-element-2214686.e-con-full.e-flex.e-con.e-child {
        width: 100%;
    }
    .elementor-element.elementor-element-bcc2b5f.e-con-full.e-flex.e-con.e-child {
        flex-direction: column-reverse;
    }
    .wrap-form.form .item-form-row {
        flex-direction: column;
    }
    footer .mehr-link.light {
        width: 100% !important;
    }
    footer li a {
        justify-content: center !important;
    }
    #weihnachtszauber .mehr-link.light {
        width: 30vw;
    }
    .besucherinfos .mehr-link {
        width: 50vw !important;
    }
    .mehr-link {
        width: 70% !important;
    }
}

.custom-logo {
    height: 4vw;
}
.header-inner {
    width: 100vw !important;
    max-width: none !important;
    padding: 0vw 10vw;
}

.mehr-link span {
    color: #555;
    width: fit-content;
    padding-left: 20%;
}
.mehr-link:hover span {
    color: #fff;
}
.line {
    height: 2px;
    width: 20%;
    background: #555;
    transition: 0.7s;
    position: absolute;
    left: 2vw;
    top: calc(50% - 1px);
}
.light .line {
    background: #fff;
}

.mehr-link:hover .line {
    width: 20%;
    background: #fff;
    left: 2vw;
    z-index: 999;
    transition: 0.7s;
}

/* .mehr-link:hover span {
    color: transparent;
} */
.besucherinfos .mehr-link {
    width: 20vw;
    padding: 1vw;
}
.besucherinfos .mehr-link span {
    color: #555;
}
.besucherinfos .mehr-link:hover span {
    color: #fff;
}
.besucherinfos .mehr-link .top {
    border-bottom: none;
}
.besucherinfos .mehr-link .bottom {
    border-top: none;
}
.mehr-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    text-decoration: none;
    padding: 1vw;
    width: 25vw;
    border: 1px solid #555;
    transition: 0.7s;
}
.mehr-link.light {
    width: 20vw;
    border: 1px solid #fff;
}
.mehr-link.light span {
    color: #fff;
}
.sbi_header_link {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* grid-gap: 15vw; */
    /* flex-direction: row-reverse; */
}
.sbi_header_text.sbi_no_bio {
    height: fit-content;
}
.mehr-link:hover {
    background-color: #555;
    cursor: pointer;
}
.mehr-link.wow.fadeInLeftBig.light.footer-popup:hover {
    background: #fff;
}
.mehr-link.wow.fadeInLeftBig.light.footer-popup:hover .line {
    background: #555;
}
.mehr-link.wow.fadeInLeftBig.light.footer-popup:hover span {
    color: #555;
}
.red {
    transform: rotateX(180deg);
    border: 0 !important;
    transition: 0.7s;
}
.red.color {
    background: transparent;
    height: 55%;
}
.new {
    position: relative;
    color: #fff !important;
    transition: 0.7s;
    z-index: 999;
}
.zeitplan th {
    background-color: #941d22 !important;
    color: #fff;
}
.redirectGallery_wrapper {
    display: grid;
    padding: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 2rem;
}
.redirectGallery_wrapper figure {
    aspect-ratio: 1;
    width: 100% !important;
    height: 100%;
    position: relative;
    filter: brightness(0.8) contrast(0.8);
    transition: var(--e-a-transition-hover);
}
.redirectGallery_wrapper figure:hover {
    filter: none;
}
.redirectGallery_wrapper figure img {
    width: 100%;
    height: 100%;
}
.redirectGallery_wrapper figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
    color: var(--e-global-color-secondary);
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #c36;
}
a:active,
a:hover {
    color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
abbr[title] {
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}
details {
    display: block;
}
summary {
    display: list-item;
}
figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}
[hidden],
template {
    display: none;
}
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid;
    }
}
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #333;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    width: auto;
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="button"],
[type="submit"],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
    outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
select {
    display: block;
}
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
    font-weight: 700;
}
table tfoot th,
table thead th {
    font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}
dd,
dl,
dt,
li,
ol,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
