/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #1e1b23;
    text-shadow:inherit;
}
*/
body {
    /*margin-bottom: 60px;*/
    /*background: #1e1b23;*/
    background: #000;
    color: #e6c84a; /*#c6a532;*/
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: clamp(0.7rem, 1.3vw, 1.6rem);
}

a {
    text-decoration: none;
    color: #fff;
}

input, textarea {
    border-radius: 6px;
    margin: 13px 13px 0px 13px;
    padding: 5px 10px 5px 10px;
    width: -webkit-fill-available;
}

.text-danger {
    color: #dc3545;
}

.header {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    position: fixed;
    /*left: 0px;*/
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-bottom-left-radius: 20px;
    z-index: 103;
    border-left: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
}

.main {
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 35px;
    justify-items: center;
}

.footer {
    background-color: #2a2730;
    color: #e6c84a;
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 20px;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.btn {
    color: #fff;
    background-color: transparent;
    border-width: 2px;
    border-color: transparent;
    border-radius: 8px;
    display: inline-block;
    border-style: solid;
    padding: 2px 10px 2px 10px;
    font-size: 15px;
}

.btn-outline-danger {
    color: #dc3545;
    border: 1px solid #dc3545;
    background-color: transparent;
    padding: 5px 10px 5px 10px;
}

.img_glow {
    border-radius: 10px;
    /* box-shadow: 0 0 15px rgba(230, 200, 74, 0.3); */
    border: 1px solid #fff;
}

.img_text {
    /* border: solid 1px #fff; */
    /*position: relative;
    left: 34vw;
    top: -51px;*/
    /* right: -150px; */
    /*width: fit-content;*/
    background-color: rgba(0,0,0,0.5);
    font-size: clamp(0.9rem, 1.3vw, 1.6rem);
    padding: 5px;
    font-style: italic;
    color: #fff;
}

.text-image-block {
    overflow: hidden; /* verhindert Layout-Brüche */
    padding-bottom: 30px;
}

.text-image-block-right {
    overflow: hidden; /* verhindert Layout-Brüche */
    padding-bottom: 30px;
}

.text-image-block img {
    float: left;
    width: 40vw; /* oder clamp() für responsive Größe */
    height: auto;
    margin: 0 15px 15px 0;
    border-radius: 8px; /* optional für abgerundete Ecken */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* optisch ansprechend */
}

.text-image-block-right img {
    float: right;
    width: 40vw; /* oder clamp() für responsive Größe */
    height: auto;
    margin: 0 15px 15px 15px;
    border-radius: 8px; /* optional für abgerundete Ecken */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* optisch ansprechend */
}

.text-image-block p {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    font-size: clamp(0.9rem, 1.3vw, 1.6rem);
    padding-right: 10px;
    border-right: dotted;
}

.text-image-block-right p {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    font-size: clamp(0.9rem, 1.3vw, 1.6rem);
    padding-right: 10px;
    border-left: dotted;
    padding-left: 10px;
}

.success {
    border-color: #198754;
    padding: 5px 10px 5px 10px;
}

.info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.nav-link {
    color: #e6c84a;
    padding:15px;
}

.maincontainer {
    justify-items: center;
    /*    background-color: rgba(42, 39, 48, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    justify-items: center;
    width: 500px;*/
}
/*
.menu-checkbox:checked ~ .nav-panel {
    display: flex;
}*/

.nav-panel {
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 50px;
    padding-left: 10px;
    background-color: #000;
    z-index: 102;
    display: none;
    border-bottom-left-radius: 20px;
}
/*
.main-content, .container, body > div:not(.background-slider):not(.background-slider-text) {
    position: relative;
    z-index: 1;
}
*/

.nav-panel-content {
    right: 0px;
    position: fixed;
    top: 0px;
    width: 177px;
    /* z-index: 47; */
    background: #000;
    border-bottom-left-radius: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.nav-panel-content a {
    margin: 18px;
    font-size: 15px;
}

.navbar-toggler {
    display: none;
}

.panel-nav-link {
    display: none;
}

.header {
    display: none;
}

.hr-white {
    border: 0;
    height: clamp(1px, 0.2vw, 6px); /* responsive Höhe */
    background-color: #ffffff;
    opacity: 0.95;
    margin: 1.5rem auto;
    width: 100%;
    max-width: 1200px;
}

/*@media (max-width: 800px) {*/
    .nav-link {
        display:none;
    }
    .navbar-toggler {
        display: block;
    }
    .panel-nav-link {
        display: block;
    }
    .SignInBtn {
        display: none;
    }
    .header {
        display: flex;
    }
/*}*/


    /*
.navbar {
    width: -webkit-fill-available;
}

.nav-link, .navbar-brand {
    color: #e6c84a;
}

.nav-link:hover,
.nav-link:focus {
    color: #e6c84a;
}*/
    /*.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e6c84a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    box-shadow: 0 0 6px #e6c84a;
    width: 30px;
    height: 30px;
}*/
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e6c84a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-clip: border-box;
    box-shadow: 0 0 6px #e6c84a;
    height: 16px;
}


.navbar-toggler:focus {
    outline: none;
}
/*

.footer {
    color: #e6c84a !important;*/  /*#c6a532;*/
    /*font-family: 'Libre Baskerville', 'Segoe UI', Arial, sans-serif;
}

.navbar {
    background: #1e1b23 !important;*/ /* Goldener Hintergrund */
    /*color: #e6c84a !important;*/ /* Dunkle Schrift */
/*}

.navbar-brand,
.navbar-nav .nav-link {
    color: #e6c84a !important;*/ /* Dunkle Schrift für Links */
/*}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff !important;*/         /* Weiße Schrift beim Hover */
/*}

.navbar-nav .nav-link {
    font-size: 1rem !important;*/ /* Kleinere Schrift */
    /*padding: 0.5rem 1rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    color: #333;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    font-size: 0.9rem;
}

.cookie-banner button {
    margin-left: 1rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e6c84a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media (max-width: 576px) {
    .navbar-collapse {
        position: fixed;
        top: 56px;*/ /* Höhe der Navbar, ggf. anpassen */
        /*left: 0;
        width: 100vw;
        background: #c6a532;
        z-index: 1050;
        padding: 1.5rem 1rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        transition: transform 0.3s ease;
        max-height: none;
        height: auto;*/ /* Nur so hoch wie der Inhalt */
    /*}
    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }
    .navbar-collapse.show {
        display: block !important;
    }
    .navbar-nav .nav-link {
        font-size: 1.1rem !important;*/ /* Etwas größer auf Handy, aber nicht zu groß */
        /*padding: 0.75rem 1rem;
        color: #1b1e23 !important;
        margin-bottom: 1rem;
    }
    .navbar-toggler {
        z-index: 1100;
    }
}*/

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
    opacity: 45;
}

.background-slider {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
    animation: zoomMove 20s ease-in-out infinite;
}

.background-slider-text {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    animation: zoomMove2 20s ease-in-out infinite;
    font-style: italic;
    font-size: 400vh;
    font-family: "Alex Brush", cursive;
    font-weight: 200;
    font-style: normal;
    color: #fff;
}

.bg-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    opacity: 0;
    display: none;
}

.bg-slider-2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
    opacity: 0;
}

/* Keyframes for zooming and moving */
@keyframes zoomMove {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2) translate(-10px, -10px);
        opacity: 0;
    }
}

@keyframes zoomMove2 {
    0% {
        transform: translate(1000px, 0);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: translate(-1000px, 0);
        opacity: 0;
    }
}

.bg-slide.active {
    opacity: 1;
    z-index: 1;
    display: inherit;
}

.bg-slider-2.active {
    opacity: 1;
    z-index: 1;
    display: inherit;
}
