body {
    /* background-color: black; */
    color: white;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    /* background-image: url("img/owle-bg-2.webp"); */
    background-image: url("img/owle-text-grey-5.webp");
    /* background-image: url("img/owle-text-violet.webp"); */
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.95);
    background-attachment: fixed;
}
*[l=en], *[l=cs], *[l=es], *[l=de] {
    display: none
}
h2 {
    font-size:xx-large;
    font-weight:lighter;
    /* font-style: italic */
}
h5 {
    font-size: 18px;
    line-height: 2rem;
    font-weight: lighter;
    /* text-size-adjust: none; */
}
h4 {
    font-weight: lighter;
    font-size: 18px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* .flex-container > * {
    border: 2px white solid;
} */
.header {
    flex: 0 0 4rem;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.header > .flex-header {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 20px;
    background-color: black;
    /* background-color: rgb(15, 15, 15); */
    color: white;
}
.header > .flex-header > nav {
    margin: 0 auto;
    /* background: black; */
}

.header > .flex-header > nav ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
}

.header > .flex-header > nav ul li {
    display: inline-block;
}

.header > .flex-header > nav ul li a {
    padding: 15px;
    text-decoration: none;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 10px;
    line-height: 50px;
    font-size: 20px;
}

.header > .flex-header > nav ul li a,
.header > .flex-header > nav ul li a:after,
.header > .flex-header > nav ul li a:before {
    transition: all .5s;
}

.header > .flex-header > nav ul li a:hover {
    color: #555;
}

.language {
    cursor: pointer;
    margin-left: auto;
    padding-right: 25px;
}

.language-icon {
    width: 25px;
    font-size: 20px
    /* height: 3px;
    background-color: white;
    margin-bottom: 5px; */
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger-icon {
    width: 25px;
    height: 3px;
    background-color: white;
    margin-bottom: 5px;
}

.lang-menu {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: calc(100% - 128px);
    /* right: calc(100% - 25px); */
    background-color: black;
    width: 6rem;
    z-index: 5;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0px;
    background-color: black;
    padding: 10px;
    width: 10rem;
    z-index: 5;
}

.lang-menu.show {
    display: block;
}

@media (min-width: 768px) {

    .mobile-menu,
    .hamburger {
        display: none;
    }

    .desktop-menu {
        display: block;
    }

    .lang-menu {
        left: auto;
        right: 0;
    }
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mobile-menu.show {
        display: block;
    }

    .hamburger.is-active .hamburger-icon {
        background-color: white;
    }

    .main > .flex-wrapper > .show-wrapper > .show-panel-wrapper {
        justify-content: center;
    }
    
}

.header > .flex-header > nav.shift ul li a {
    position: relative;
    z-index: 1;
}

.header > .flex-header > nav.shift ul li a:hover {
    /* color: #91640F; */
    color: black
}

.header > .flex-header > nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    /* background: #F1C40F; */
    background-color: rgba(251, 239, 119);
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.header > .flex-header > nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


.main {
    flex: 1;
}
.main > .policy::before {
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.8;
    border-radius: 15px;
    /* border: 2px yellow solid; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}
.main > .policy {
    position: relative;
    min-height: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.main > .policy > .policy-content {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}
.main > .flex-wrapper {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content:space-between;
    /* border: 1px blue solid; */
}
.main > .flex-wrapper > .left-wrapper {
    position: relative;
    /* margin-top: 5em; */
    flex-wrap: wrap;
    flex: 1 0 19rem
}
@media (max-width: 600px) {
    .margin-rel {
        margin-top: 1rem;
    }
}
@media (min-width: 601px) {
    .margin-rel {
        margin-top: 5rem;
    }
}
.main > .flex-wrapper > .left-wrapper > .stripe {
    position: relative;
    min-height: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /* border: 2px red solid; */
    /* margin-top: 5em;
    flex: 1 0 30em */
}

.main > .flex-wrapper > .left-wrapper > .stripe::before {
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.4;
    border-radius: 15px;
    /* border: 2px yellow solid; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.main > .flex-wrapper > .left-wrapper > .stripe > .stripe-content {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.main > .flex-wrapper > .phone {
    text-align: center;
    margin-top: 3em;
    margin-right: 3em;
    padding-left: 20px;
    flex: 1 0 0 
}

.main > .flex-wrapper > .show-wrapper {
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    /* left; */
    padding-left: 1rem;
    padding-right: 1rem;

    /* text-align: left;
    padding-left: 2em;
    padding-right: 2em;
    flex: 0 1 20em; */
}

.main > .flex-wrapper > * > .show-title::before {
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.4;
    border-start-end-radius: 15px;
    border-end-end-radius: 15px;
    /* border: 2px green solid; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.main > .flex-wrapper > * > .show-title {
    position: relative;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    /* width: 100% */
}

.main > .flex-wrapper > .show-wrapper > .show-panel-wrapper > .description {
    position: relative;
    min-height: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1rem;
    /* max-width: 20em; */
    max-width: 25rem;
    /* border: 2px white solid; */
    /* margin-top: 5em;
    flex: 1 0 30em */
}

.main > .flex-wrapper > .show-wrapper > .show-panel-wrapper > .description::before {
    content: "";
    position: absolute;
    background-color: black;
    border-radius: 15px;
    opacity: 0.7;
    /* border: 2px green solid; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.main > .flex-wrapper > .show-wrapper > .show-panel-wrapper > .description > .description-content {
    text-align: left;
    /* border: 2px red solid; */
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
}

.main > .flex-wrapper > .show-wrapper > .show-panel-wrapper {
    /* max-width: 40em; */
    display: flex;
    align-items: start;
    /* justify-content: center; */
    flex-wrap: wrap;
    /* border: 2px blue solid; */
}

.footer {
    display: flex;
    height: 4rem;
    background-color: black;
    align-items: center;
}

.footer-content {
    text-align: right;
    flex: 1;
    padding-right: 1rem;
}
