

/*! CSS Used from: https://anhanh-dachau.de/build/base.509a36c6.css */
.k-burger-button {
    --color: #0a3847;
    --width: 24px;
    --height: 18px;
    --stroke: 2px;
    --round: 2px;
    --transition: 0.2s;
    cursor: pointer;
    display: block;
    height: var(--height);
    overflow: hidden;
    position: relative;
    width: var(--width);
}

.k-burger-button:focus {
    outline: none;
}

.k-burger-button span {
    background-color: var(--color);
    border-radius: var(--round);
    height: var(--stroke);
    left: 0;
    position: absolute;
    transition: .2s;
    width: 100%;
}

.k-burger-button span:first-child {
    top: 0;
}

.k-burger-button span:nth-child(2), .k-burger-button span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
}

.k-burger-button span:nth-child(4) {
    bottom: 0;
}

.language-switch-wrapper {
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 125;
}

.language-switch-wrapper ul {
    background-color: #fffffe;
    list-style: none;
    margin: unset;
    max-width: 20rem;
    min-width: 20rem;
    padding: unset;
}

@media (max-width: 344px) {
    .language-switch-wrapper ul {
        min-width: unset;
        width: calc(100% - 1.7rem);
    }
}

.language-switch-wrapper ul li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    justify-content: space-between;
    transition: background-color .4s;
}

.language-switch-wrapper ul li .text-upper {
    text-transform: uppercase;
}

.language-switch-wrapper ul li:hover {
    background-color: #ff6863;
    color: #eee;
}

.language-switch-wrapper ul li.active {
    background-color: #ff6863;
    color: #eee;
    position: relative;
}


.language-switch-wrapper ul li.active svg {
    fill: #fffffe;
    height: 1.5rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
}

.language-switch-wrapper ul li.language-switch-link {
    color: #0a3847;
}

.language-switch-wrapper ul li a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem 3.75rem 1.5rem 2rem;
    position: relative;
    width: 100%;
}

.language-switch-wrapper ul li a:before {
    border: 2px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 1.25rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
}

.language-switch-wrapper ul li a:hover {
    text-decoration: none;
}

.language-switch-wrapper ul .close-language-switch-wrapper {
    bottom: 100%;
    color: #f1f1f1;
    font-size: 2rem;
    margin-bottom: .8rem;
    position: absolute;
    right: 0;
}

.language-switch-wrapper ul .close-language-switch-wrapper svg {
    fill: #fffffe;
    height: 1em;
    width: 1em;
}

.locale-switcher {
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    height: 26px;
    overflow: hidden;
    position: relative;
    width: 26px;
}

.locale-switcher .language-active {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

button {
    font-size: 100%;
    line-height: 1.15;
}

button {
    background-color: transparent;
    background-image: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

*, :after, :before {
    border: 0 solid;
}

img {
    border-style: solid;
}

button {
    cursor: pointer;
}

a {
    text-decoration: inherit;
}

img, svg {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

*, :after, :before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.top-1\/2 {
    top: 50%;
}

.top-full {
    top: 100%;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.left-1\/2 {
    left: 50%;
}

.z-10 {
    z-index: 10;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ml-3 {
    margin-left: .75rem;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.w-12 {
    width: 3rem;
}

.w-full {
    width: 100%;
}

.transform {
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.translate-x-full {
    --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.p-4 {
    padding: 1rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.text-right {
    text-align: right;
}

.font-semibold {
    font-weight: 600;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.opacity-0 {
    opacity: 0;
}

*, :after, :before {
    --tw-shadow: 0 0 #0000;
}

.shadow {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

*, :after, :before {
    --tw-ring-inset: var(--tw-empty,);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
*, :after, :before {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

li, ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    transition: .5s;
}

button:disabled {
    opacity: .5;
}

img {
    max-width: 100%;
}

a, img, span {
    display: inline-block;
}

a {
    color: inherit;
    transition: all .5s;
}

i {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

button {
    color: inherit;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

header, nav {
    display: block;
}

ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

a {
    background-color: transparent;
    color: #4e73df;
    text-decoration: none;
}

a:hover {
    color: #224abe;
    text-decoration: underline;
}

img {
    border-style: none;
}

img, svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button:not(:disabled) {
    cursor: pointer;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.bg-white {
    background-color: #fffffe !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(10, 56, 71, .15) !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
}

.py-2 {
    padding-bottom: .5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fffffe !important;
}

@media print {
    *, :after, :before {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

.header-mobile {
    height: 72px;
    z-index: 1;
}

.header-mobile .information-menu .info {
    margin-bottom: 1rem;
}

.header-mobile .information-menu .info i {
    color: #cda45e;
}

.header-mobile .header-mobile-menu {
    background-color: #202a38;
    height: calc(100vh - 72px);
    left: 0;
    max-width: 100%;
    opacity: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    transform: translateX(-100%);
    transition: .2s;
    width: 300px;
    z-index: 1;
}

.header-mobile .header-mobile-menu .btn-menu {
    align-items: center;
    border: 2px solid #cda45e;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    left: 50%;
    letter-spacing: .5px;
    padding: 12px 30px;
    position: absolute;
    text-transform: uppercase;
    top: 80%;
    transform: translateX(-50%);
    transition: .3s;
    width: -moz-fit-content;
    width: fit-content;
}

.header-mobile .header-mobile-menu .btn-menu:hover {
    background: #cda45e;
    color: #fff;
}

.header-mobile .header-mobile-menu .btn-menu:hover svg {
    fill: #fff;
}
.header-mobile .header-mobile-menu .socials-links {
    padding: 2rem;
}

.header-mobile .header-mobile-menu .nav-link:hover {
    background-color: #111827;
}

.header-mobile .header-mobile-menu .nav-link:hover a {
    color: #fff;
}

.header-mobile .header-mobile-menu .nav-link > a {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
}

.header-desktop .information-menu .info {
    margin-right: 1rem;
}

.header-desktop .header-desktop-menu {
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-desktop .header-desktop-menu .logo {
    left: 50%;
    margin: 0 auto;
    max-height: 5.5rem;
    max-width: 10rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-desktop .header-desktop-menu .nav-link {
    padding: .5rem;
    text-align: center;
    width: 12rem;
}

.header-desktop .header-desktop-menu .nav-link:hover > a {
    color: #fff;
}

.header-desktop .header-desktop-menu .nav-link:nth-child(2) {
    margin-right: 6rem;
}

.header-desktop .header-desktop-menu .nav-link:nth-child(3) {
    margin-left: 6rem;
}

.header-desktop .book-btn, .header-desktop .socials-links {
    display: none;
}

button:focus {
    border: none;
    outline: none;
}

a {
    color: #cda45e;
}

.locale-switcher {
    border: none;
}

@media (min-width: 640px) {
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
}

/*! CSS Used from: https://anhanh-dachau.de/build/index.b935cea1.css */
a:hover {
    color: #d9ba85;
    text-decoration: none;
}

#header {
    background: rgba(12, 11, 9, .6);
    border-bottom: 1px solid rgba(12, 11, 9, .6);
    padding: 15px 0;
    top: 60px;
    transition: all .5s;
    z-index: 997;
}

#header .logo {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


.header-mobile-menu.is-active {
    transform: translateX(0);
    opacity: 1;
}



.k-burger-button.is-active span:first-child {
    transform: rotate(45deg);
    top: 50%;
}

.k-burger-button.is-active span:nth-child(2) {
    transform: scaleX(0);
}

.k-burger-button.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
}

.k-burger-button.is-active span:nth-child(4) {
    transform: scaleX(0);
}

