/* glhf, bez devtools tohle nepujde */

@font-face {
    font-family: amble;
    src: url(./fonts/Amble-Regular.ttf);
}
@font-face {
    font-family: amble-light;
    src: url(./fonts/Amble-Light.ttf);
}

html {
    /* background-color: rgb(22, 22, 22); */
    color: white;
    /* background-image: url(./bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    font-family: amble-light;
    font-size: 12px;
    overflow-x: hidden !important;
    width: 100%;

}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    /* overflow-x: hidden; */
    background-color: #181818;
    background-image: url("./bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;

}


/* html {
    overflow-x: hidden !important;
    position: relative;
    left: 0;
} */

#footer {
    width: 100%;
    background-color: rgb(32, 32, 32);
    font-size: 1rem;
    padding-top: 0rem;
    position: absolute;
    display: block;
}
#footer a {
    color: white;
}

body blockquote {
    text-align: center;
    font-size: 1.2rem;
    position: absolute;
    left: 25rem;
    top: 0.1rem;
    /* top: 2rem; */
    text-shadow: 4px 4px 3px rgba(0,0,0,1);
    text-shadow: -2px -2px 3px rgba(0,0,0,1);
 
}
body blockquote::before {
    /* content: "❠ "; */
    /* content: '" '; */
    /* font-size: 0.8rem; */
}
body blockquote::after {
    /* content: " ❞"; */
    /* content: ' "'; */
    /* font-size: 0.9rem; */
}
body blockquote br {
    display: none;
}

@media (max-width: 1500px) {
    body blockquote {
        display: none;
    }
}


.footer-shadow {
    height: 1rem;
    background: linear-gradient(270deg,#1f1f1f 0%, rgb(16 16 16) 100%);
    background: -webkit-linear-gradient(270deg,rgb(16 16 16) 0%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(270deg,rgb(16 16 16) 0%, rgba(0,0,0,0) 100%);
    margin-bottom: 5rem;
}
.fRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
}
.line {
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #868686;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.fCol {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 15vw;
}
.fCol img {
    width: 18rem;
    position: relative;
    margin-top: 1.5rem;
}
.fIcon {
    height: 3em;
    width: 3rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.socialLink {
    height: 100%;
    text-decoration: none;
    font-size: 1.2rem;

}
#bgimg {
    width: 100%;
}
#bg {
    padding: 0;
    position: relative;
    top: 0.5rem;
    height: 30rem;
    background-color: transparent;
}
#banner {
    /* width: 134vh;
    max-width: 100%; */
    width: 101%;
    height: 18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: -webkit-blur(3px);
    backdrop-filter: blur(3px);
    text-align: center;
    
    display: flex;
    flex-direction: row;
}
#banner-wrapper {
    /* position: absolute;
    top: 0; */
    width: 100%;
    height: 100%;
    height: calc(100vh - 2rem);
    z-index: -99;
}
.col {
    margin: auto;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 4rem;
}

.colDiv {
margin-top: auto;
margin-bottom: auto;
border-left: 1px solid white;
height: 11rem;
}
  .two-col-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .two-col-wrapper div {
    /* margin-left: auto;
    margin-right: auto; */
  }

  .linkDiv {
    background-color: white;
    height: 1px;
    width: 80%;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    }

  /* input #pp, #mail, #name {
    width: calc(19vw - 5rem) !important;
} */

@media (max-aspect-ratio: 7/8), (max-width: 500px) {
body blockquote {
    left: 50%;
    transform: translate(-50%, 0);
}
#content {
    padding: 3rem !important;
}

.fRow {
    flex-direction: column;
}
.fCol {
    padding-bottom: 2rem;
    font-size: 1rem;
    text-align: center;
    width: initial;
}
.fCol img {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
.signature {padding-bottom: 0;}
.fIcon {
    margin-top: 0 !important;
}
.fRow:last-child {
    padding-bottom: 0;
}

#banner {
    flex-direction: column;
    /* top: 25rem; */
    /* left: unset; */
    font-size: 0.5rem;
    height: 24rem;
    padding-top: 1rem;
    margin-top: 30vw;
    background-color: transparent;
}

.colDiv {
    height: 0px !important;
    width: 8rem;
    border-top: 2px solid white;
    border-left: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3rem !important; 
    margin-bottom: 0.3rem !important;
}
.col {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 0;
}
.two-col-wrapper {
    flex-direction: column;
  }
  .two-col-wrapper div {
    margin-left: auto;
    margin-right: auto;
  }
  #mail-line1 {
    flex-direction: column;
    gap: 0 !important;
    padding: 0;
}
#contact-form {
    padding: 0 !important;
}


input #pp, #mail, #name {
    width: inherit;
}
}


.top-logo {
height: 1rem;
margin-left: 1.5rem;
}

.top-nav a {
color: white;
text-decoration: none;
text-transform: uppercase;
}
.top-nav {
display: flex;
flex-direction: row;
/* align-items: center; */
justify-content: space-between;
color: white;
padding: 1em;
padding-top: 1.5rem;

background-color: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(2px);
font-family: amble-light;
font-size: 1.4rem;

height: 1.4rem;
width: 97%;

position: -webkit-sticky;
position: sticky;
top: 0;
margin: 0;
padding-right: 3rem;
overflow-x: visible;
overflow-y: visible;
z-index: 600;
}

.menu {
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
padding-right: 1.5rem;
}

.menu > li {
margin: 0 0.5rem;
z-index: 99;
}

.menu li.lang a {
margin-left: 0.25rem;
padding: 0 !important;
}

li {
    z-index: 150;
}

li.dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 2.4rem;
    overflow-y: hidden;
    overflow-x: clip;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 22rem;
    margin-left: -6rem;
    margin-right: -7rem;
    z-index: 98;
    position: relative;
    left: 3.5em;
}

li.dropdown:hover {
    /* width: 19rem; */
/* cursor: pointer; */
-webkit-transition: 0.3s ease-in-out;
transition: 0.2s ease-in-out;
height: 12rem;
/* background-color: rgba(0, 0, 0, 0.7); */
background-image: linear-gradient(transparent 2.8rem, rgba(0, 0, 0, 0.7) 10px);

}

li.dropdown * {
padding-top: 1.2rem;
/* text-align: center; */
white-space: nowrap;
}
li.dropdown a {
    padding-left: 5rem !important;
}

a.services {
    border-bottom: transparent 3px solid;
    width: 100%;
}

a.services:hover {
    /* border-bottom: #a20001 3px solid; */
    background-color: #ffffff12
}

li.dropdown #textxd {
    padding-bottom: 0.4rem;
    margin-top: -1.4rem;
    margin-bottom: 0.8rem;
    width: 7rem;
    padding-top: 1.4rem;
    overflow: visible;
    position: relative;
    left: -3.4em;
}

#textxd img {
    height: 1.2rem;
    width: 1.5rem;
    filter: brightness(0) invert(1);
    padding: unset;
    position: relative;
    top: 0.2rem;
}
/* li.dropdown #textxd:hover {
    background-color: #ffffff12;
} */

/* .menu li a:hover {
    font-size: 1.5rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: -0.1rem;
    color: #eac6c6;
} */

.menu li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0.5rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.link {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.2s ease-in-out;
    /* border-bottom: transparent 3px solid; */
    z-index: 150;
}

.link:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.2s ease-in-out;
    /* border-bottom: #a20001 3px solid; */
    background-color: #ffffff12;
}

.menu-button-container {
display: none;
height: 100%;
width: 30px;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 2rem;
}
.menu .lang img {
    height: 1em;
    width: 1.5em;
}

#menu-toggle {
display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
display: block;
background-color: #fff;
position: absolute;
height: 4px;
width: 30px;
transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1);
border-radius: 2px;
}

.menu-button::before {
content: "";
margin-top: -8px;
}

.menu-button::after {
content: "";
margin-top: 8px;
}

/* #menu-toggle:checked + .menu-button-container .menu-button::before {
margin-top: 0px;
transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
margin-top: 0px;
transform: rotate(-405deg);
} */

@media (max-width: 52rem) {
.banner-spacer {
    height: 80vh !important;
}
.logo-wrapper {
    width: 100%;
    height: 1rem;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.menu-button-container {
    display: flex;
}
.menu {
    position: absolute;
    top: 2.3rem;
    left: 2.5rem;
    margin-top: 2rem;
    
    flex-direction: column;
    width: 85%;
    justify-content: center;
    align-items: center;
}
/* #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
} */
/*#menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 1em;
    padding: 0.9em;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-toggle:checked ~ .menu li a {
    width: 100%;
    text-align: center;
    height: 100%;
}

#menu-toggle:checked ~ li.menu-spacer {
    border: 0px solid #333;
    padding: 0em;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
    padding: unset;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
} */

.menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0em 0;
    width: 100%;
    color: white;
    background-color: #222;
}

.menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
}
.highlighted {
    border-bottom: none !important;
    color: #cf0101 !important;
}
#menu {
    display: none;
}

}





.smallbg {
    object-fit: cover;
    height: 20rem;
    
}

#content {
    background-color: rgba(15, 15, 15, 0.8);
    padding: 8rem;
    margin-bottom: 0rem;
    font-size: 1.5rem;
    backdrop-filter: -webkit-blur(4px);
    backdrop-filter: blur(4px);
}

#content p {
padding-top: 2rem;
padding-left: 1rem;
padding-right: 1rem;

padding-left: 0;
margin-left: 0;
}

#content h1 {
    color: #ffffff !important;
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    text-shadow: 1px 2px 3px rgba(122, 122, 122, 0.158);
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-left: 0;
    margin-left: 0;
}

h2 {
    color: #a20001 !important;
}

#content h2, .gallRow {
    color: white !important;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

#content a {
    color: white;
    text-decoration-color: rgba(255,255,255,0.4);
}

.highlighted {
    border-bottom: #a20001 3px solid;
    /* color: #ff0000 !important; */
}

.p-center {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.a-center {
    display: block;
    text-align: center;
}

.ml-h-center {
    width: 100%;
    text-align: center;
}
/* .p-padd-l1-force {
    padding-left: 1rem !important;
} */
.banner-spacer {
    height: calc(50vh - 9rem);
}

.signature {
    font-size: 12px;
    text-transform: lowercase;
    color: #FFFFFF;
    margin: auto;
}
.signature a {
    text-decoration: none;
    border-bottom: 1px dashed white ;
}


/* @media (max-width: 82rem) {
    .top-nav q {
        visibility: hidden;
    }
    
} */

@media (max-height: 440px) {
    body blockquote {
        visibility: hidden;
    }
}
.gallRow {
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-evenly;
}
.gallCol {
    flex: 0 1 24%;
    width: fit-content;
    height: fit-content;
    position: relative;
}
.gallPic {
    width: 23vw;
    transition: 500ms;
}
.galleryOpen {
    transition: 500ms;
    cursor: pointer;
    height: 300px;
    object-fit: cover;
}
.galleryOpen:hover {
    transition: 500ms;
    filter: blur(8px);
    filter: brightness(0.6);
}
.gallText {
    pointer-events: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,0) 
}
.galleryOpen:hover + .gallText {
    transition: 1000ms;
    color: rgba(255,255,255,1) 
}


/* Slideshow container */
.slideshow-container-1 {
    width: 99vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: brightness(0);
    
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  .mySlides2 {
    object-fit: contain;
  }

  .mySlides1 img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);

  }
  .mySlides2 img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 1008;
  }
  .dots {
      display: flex;
      flex-direction: row;
      position: fixed;
      left: 50%;
      bottom: 1rem;
      height: 1rem;
      transform: translate(-50%, 0);
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    visibility: hidden;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */

  .close {
      width: 2em;
      height: 2rem;
      position: absolute;
      top: 0.7rem;
      right: 1rem;
      font-size: 2rem;
      z-index: 1006;
      cursor: pointer;
      text-align: center;
  }
  


  .hidden {
      display: none;
  }
  .visible {
      display: block;
  }
  
  #wip {
      font-size: 4rem;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -16%);
  }

  .fade img {
      height: 100vh;
      width: 100vw;
      object-fit: contain;
  }
  
  .fade {
      background-color: rgba(0, 0, 0, 0.777);
      backdrop-filter: blur(10px);
      height: 100vh;
      width: 100vw;
  }
  .vl {
      height: 1px;
      width: 15.5em;
      background-color: white;
      margin-left: 0.6rem;
      margin-top: 3.3rem;
      margin-bottom: 2rem;

  }

  /* #contact-form {
      display: flex;
      flex-direction: column;
      padding-left: 2rem;
  }
  #contact-form *{
      margin-top: 0.7rem;
      margin-bottom: 0.7rem;
      padding: 1rem;
      font-size: 1.5rem;
      resize: vertical;
      border-radius: 0.5rem;
  }
  #send-button {
      margin-top: 2rem;
      width: 8em;
      padding: 0.5rem;
  }
  .contact-form-warning {
      padding: 1rem !important;
      margin: 1rem !important;
      padding-left: 0;
      font-size: 1.7rem !important;
  }
  #mail-line1{
    margin-top: unset;
    margin-bottom: unset;
    padding: unset;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  } */



#banner a {
    margin: auto;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 4rem;
    top: 50%;
    color: white;
    display: block;
    text-decoration: none !important;
    text-decoration-color: rgba(0, 0, 0, 0);
}

#banner {
    justify-content: space-evenly;
    color: white;
}

.col {
    height: fit-content;
    /* top: 30%; */
    position: relative;
    color: white;
    display: block;
    transition: 0.6s;
    /* padding: 1rem; */
}
.col:hover {
    text-shadow: 3px 2px 9px #ffffff;
    transition: 0.3s;
    cursor: pointer;
}
.col text {
    color: white;
    display: block;
}

#contact-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    max-width: 65rem;
    padding: 1rem;
}
/* #contact-form input {
    width: 100%;
}
#contact-form textarea {
    width: 100%;
    resize: vertical;
} */
#contact-form * {
    align-self: normal;
    padding: 0.5rem;
    margin: 1rem;
    font-size: 1.3rem;

    border-radius: 0;
    /* background-color: #585752; */
    color: white;
}
#contact-form input, textarea, button {
    background-color: #585752;

}
#contact-form div, input, textarea, button {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border: none;
}
#contact-form textarea {
    height: 8rem;
    resize: vertical;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(216, 216, 216);
    opacity: 1; /* Firefox */
  }
  #contact-form h1 {
      padding-top: 0;
      margin-top: 20px;
      padding-bottom: 1.8rem;
  }
#mail-line1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    justify-content: space-between;
    background-color: none;
}
#mail-line1 * {
    width: calc(50% - 2rem);
    margin: unset;
}
.contact-form-warning {
    padding-top: 0 !important;
}
#success {
    font-size: 1.3rem;
    display: none;
}
.success-active {

    display: block !important;
}
#success p {
    padding: 0;
}

.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    height: 0.1rem;
    width: 0.1rem;
    padding-left: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  @media (max-width: 52rem) {
      li.dropdown {
          height: 7em !important;
          left: 0;
          /* padding: 0.9em; */
          width: 100%;
      }
      span#textxd {
          display: none;
      }
      a.services {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: 1px solid #333;
        height: 100%;
      }
      li {
          display: flex;
          align-items: center;
      }
  }

  #menu {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
  }

  .expanded {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: absolute;
    /* top: 3em; */
    left: 0;
    /* z-index: 100; */
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.3s ease-in-out;
    background-color: #222;
    padding-bottom: 0.4rem;
    transition: 1s;
  }
  .expanded li {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* height: 2.4em; */
    /* border-bottom: 1px solid #444; */
  }
  .expanded .dropdown {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 5.95em;
    left: 0;
  }
  .expanded .dropdown:hover {
      height: 5.95em;
      background-color: #222;
      background-image: none;
  }
  .expanded span#textxd {
      display: none;
  }
  .expanded a.services {
    left: 0;
    padding-left: 0 !important;
  }
  .expanded .link {
      width: 100%;
      text-align: center;
  }
  /* .expanded a {
    border: 1px solid #333;
  } */
  .expanded .lang {
      height: 2em;
      border: none;
  }
  .expanded .lang a {
      border : none;
      margin-top: 0;
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .expanded .menu-spacer {
        height: 1.5em;
  }

  h3 {
    padding-left: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
}

  h4 {
    text-align: center;
  }

  #slideshow-1, #slideshow-2 {
    height: 100vh;
    width: 100vw;
    overflow: visible;
  }
  .slideshow-container-1 {
    overflow: visible;
  }

  @media (max-width: 600px) {
    .gallPic {
      width: 17vw;
      height: 40vh !important;
    }
  }

  @media (pointer:coarse) {
    body {
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-attachment: scroll !important;
    }
    .banner-spacer {
        height: 20vh !important;
      }
    }

    #partners {
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: left;
        width: 30vw;
    }
    #partners:first-child {
        margin-top: 0;
    }
    #partners a:first-child img {
        margin-top: 0;
    }

    #partners img {
        max-width: 30vw;
        height: 3rem;
        padding-right: 2rem;
        padding-top: 0;
        width: initial;
    }

    @media (max-aspect-ratio: 7/8), (max-width: 500px) {
        #partners {
            align-items: center;
        }
        #partners img {
            max-width: 90vw;
        }
    }
