@font-face {
  font-family: "FiraCode";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(FiraCode-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "FiraCode";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(FiraCode-Medium.ttf) format("truetype");
}

html,
body {
  font-family: "FiraCode";
  scroll-behavior: auto !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h3 {
  color: #666666;
}

.scrollContainer {
  display: flex;
  flex-wrap: nowrap;
}

.section {
  height: 100vh;
  display: flex;
}

.section img {
  height: 100vh;
  position: relative;
}

.proxy {
  position: absolute;
  visibility: hidden;
}

.link-inner .text {
  color: #fff;
  text-align: center;
  line-height: 1;
  /* text-transform: uppercase; */
}

.dot {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 3px solid #231f20;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  transition: all 0.5s ease-in-out;
}

.link-inner {
  position: relative;
}

.link-inner:hover .dot {
  width: 26px;
  height: 26px;
  bottom: -33px;
}

span.sub-text {
  font-size: 20px;
  font-weight: 600;
  color: #231f20;
  text-transform: none;
  position: relative;
  top: -7px;
}

div#link1 {
  position: absolute;
  top: 64vh;
  left: 49%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}

div#link2 {
  position: absolute;
  top: 19vh;
  left: 60%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}

div#link3 {
  position: absolute;
  top: 37vh;
  left: 58%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}

div#link4 {
  position: absolute;
  top: 40vh;
  left: 52%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}
div#link5 {
  position: absolute;
  top: 43vh;
  left: 58%;
  font-size: 27px;
  transform: translateX(-50%);
    height: 110px;
    padding: 20px 15px;
}
div#link6 {
  position: absolute;
  top: 36vh;
  left: 31%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}
div#link7 {
  position: absolute;
  top: 54vh;
  left: 86%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}
div#link8 {
  position: absolute;
  top: 31vh;
  left: 34%;
  font-size: 27px;
  transform: translateX(-50%);
  height: 110px;
  padding: 20px 15px;
}
div#link9 {
  position: absolute;
  top: 83vh;
  left: 11%;
  font-size: 27px;
  transform: translateX(-50%);
    height: 110px;
    padding: 20px 15px;
}
div#link10 {
  position: absolute;
  top: 23vh;
  left: 73%;
  font-size: 27px;
  transform: translateX(-50%);
    height: 110px;
    padding: 20px 15px;
}

.startseite .modal-body {
  border: 5px solid #a9a792;
}

section.modal-section {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media(max-width: 767px){
  section.modal-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1031;
  padding: 15px;
  background: rgb(255 255 255 / 20%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-bar a {
  color: #231f20;
}

.open-menu {
  transition: all 0.6s ease-out;
}

img.nav-logo {
  width: 150px;
  transition: all 0.6s ease-out;
}
.contacts {
  line-height: 91px;
  font-size: 36px;
  padding-left: 25px;
  transition: all 0.6s ease-out;
}
@media(max-width: 767px){
img.nav-logo {
    width: 105px;
}
.contacts {
  line-height: 66px;
  font-size: 18px;
  padding-left: 0;
}
.nav-bar{
  padding: 15px 0px;
}
}

.shrink img.nav-logo {
  width: 125px;
}

.shrink .contacts {
  line-height: 75px;
}

.shrink .open-menu {
  line-height: 75px;
}

/***** Wrapper *****/

.wrapper {
  display: block;
  /* overflow: hidden;
  width: 100%; */
}

/***** Sidebar *****/

.sidebar {
  width: 295px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1032;
  background: #fff;
  color: #231f20;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  right: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s;
  background: #231f20;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: white;
}

.dismiss:hover,
.dismiss:focus {
  background: #231f20;
  color: #fff;
}

.sidebar .logo-sidebar {
  padding: 40px 20px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.sidebar .logo-sidebar img {
  display: inline-block;
  width: 100%;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 7px 20px !important;
  border: 0;
  color: #231f20;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #231f20;
  color: #fff;
  text-decoration: none;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
  background: #231f20;
  color: #fff;
}

.sidebar ul ul a {
  background: rgb(187 150 117 / 55%);
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}
.sidebar.light .logo a {
  background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active > a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}
.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
  position: fixed;
  cursor: pointer;
  z-index: 1031;
}

/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

.open-menu {
  display: block;
  text-align: right;
  font-size: 36px;
  line-height: 91px;
  padding-right: 25px;
}
@media(max-width: 767px){
  .open-menu {
    font-size: 29px;
    line-height: 67px;
    padding-right: 0;
}
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
  text-align: center;
}

img.logo-img {
  height: 100%;
  max-height: 30vh;
  width: auto;
}

.logo h1 {
  font-family: "FiraCode";
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 55px;
  font-weight: 400;
}

.footer-line {
  font-family: "FiraCode";
  position: absolute;
  bottom: 10px;
  font-size: 50px;
  color: white;
  left: 58%;
}

.bg .item {
  aspect-ratio: 4/6;
}

@media(max-width: 767px){
  .bg .item{
    aspect-ratio: 4/4;
  }
}

a.btn.btn-tk {
  background: #666666;
  color: white;
  border-color: #231f20;
  border-width: 2px;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}

a.btn.btn-tk:hover {
  background: #231f20;
}

.mt-10 {
  margin-top: 1rem;
}

.modal-content {
  background: rgb(255 255 255 / 73%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
  transition: 0.5s all ease-in-out;
  opacity: 1!important;
}

.preloader .preloader-logo{
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 150px;
}

.preloader.hide{
  top: -150vh;
}

.content div.section{
  position: relative;
}

.content div.section::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width: 5px;
  height: 100%;
  background: white;
}

.arrow {
  position: fixed;
  bottom: 10px;
  right: 45px;
  color: white;
  font-size: 60px;
  animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

.sm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  color: #191919;
  position: absolute;
  right: 43px;
  top: -40px;
  z-index: 2;
}

.sm *{
  color: #191919;
}

.sm-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 35px;
}

.sm-main *{
  color: #fff;
}



.news-relative {
  position: relative;
}

img.news-logo {
  position: absolute;
  width: 115px;
  top: -10px;
}

@media(max-width: 767px){
  img.news-logo {
    width: 80px;
    left: 100%;

  }
}