body {
    display: flex;
    flex-direction: column;
    background-color: #000;
    min-height: 100vh;
    margin: 0 0 0 0;
    font-family: Cairo,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2.5vh;
    color: rgb(128, 198, 131)

}

.background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

.backgroundcutbottom {
    z-index: unset;
    clip: rect(0, 100vw, 14vh, 0);
}

.backgroundcuttop {
    z-index: unset;
    visibility: collapse;
    opacity: .7;
}

.topbar {
    top: 0;
    width: 100%;
    padding-top: 10vh;
    padding-left: 10vw;
    font-size: min(2.5vw, 30px);
    text-shadow: 0px 0px .2vh;
    position: fixed;
    z-index: 1;
    background-color: black;

}

.contact-list p {
    #margin: 0 !important;
    #padding: 0 !important;
    #border-left: none !important;
}

.contact-list a {
    text-shadow: 0px 0px .2vh;
    #background-color: #fff;
    color: #fff !important;
    border-radius: 5px;
    white-space: pre-line;
}

.contact-list a[href^='mailto']::before {
    content: '📧 ';
}

.contact-list a[href^='tel']::before {
    content: '📞 ';
}

.heading {
    font-size: max(1vw, 20px);
    text-shadow: 0px 0px .2vh;
}

.paragraph {
    text-shadow: 0px 0px .2vh;
}

.logo {
    height: 2em;
    width: auto;
    vertical-align: middle;
    padding-bottom: 1.4em;
}

.menuitem {
    text-decoration: none;
    padding-left: 4vw;
    color: #fff;
}

.acnr {
    position: fixed;
    bottom: 0;
    left: 65vw;
    font-size: 10vw;
    text-align: center;
    font-weight: bold;
    line-height: 8vw;
}

.location {
    font-size: 1.5vw;
    color: #999;
    padding-bottom: 4vh;
    letter-spacing: .6vw;
    line-height: normal;
    padding-top: 1vh;
}

.info-holder {
    position: relative;
    width: 100%%;
    height: 100%;
    row-gap: 20vh;
    display: flex;
    flex-direction: column;
    margin-top: 40vh;
    margin-bottom: 20vh;
    font-size: min(2.5vw, 20px);
}

.info-holder:first-child {
    margin: 0 -50vh;
}

.info { 
    width: 55vw;
    margin-left: 12vw;
}

.info a {
    color: #fff !important;
}

.info p {
  padding: 0 0 2vh 2vw;
  #border-left: .2vw solid rgba(255,255,255,.2);
  white-space: pre-line;
  overflow-y: auto;
  #font-weight: lighter;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 0 10vh 5vh rgba(0,0,0,0.5);
  text-shadow: 0px 0px .1vh;
  color: #fff;
  border-left: min(.2vw,2px) solid rgba(128, 198, 131, 0.5);

}

.info > img {
  width: 10vh;
  height: auto;
  display: block;
  margin: auto;
  padding: 5vh;
}

.info ul {
  padding: 0 0 2vh 4vw;
  color: #fff;
  border-left: min(.2vw,2px) solid rgba(128, 198, 131, 0.5);
}


.scrollable {
  #opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.invisible {
  opacity: 0;
  #visibility: hidden;
}

.visible {
  opacity: 1;
  #visibility: visible;
}


.multiimage {
    margin: auto;
    text-align: center;
}

.multiimage img {
    width: 10vh;
    height: auto;
    padding: 1vh 3vh 1vh 3vh;
}

.icon {
    opacity: 40%;
}

@font-face {
    font-family: 'Cairo';
    src: url('Cairo-VariableFont_wght.ttf');
}

