@import url("https://use.typekit.net/eql6hzq.css");

:root {
  --primary: #585759;
  --primary-light: #d7d7d7;
  --secondary: #0d000d;
  --tertiary: #f2a007;
  --gradient: linear-gradient(to right, #f7e095, #f2a007);
}

body {
  font-family: solex, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--primary) !important;
}

#menu {
  z-index: 1000 !important;
}

.navbar {
  font-weight: 400;
  font-size: 24px;
  background-color: var(--primary);
}

.navbar-brand {
  width: 220px;
  height: 50px;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.navbar-toggler {
  width: 1.5em;
  height: 1.5em;
  align-items: center;
  padding: 0px;
  line-height: 0.5;
  margin-right: 5%;
}

.social-icons {
  font-size: 15px;
  width: 220px;
  align-items: end;
  padding-top: 10px;
  justify-content: end;
}

.navbar-nav {
  width: calc(100% - 220px);
}

.nav-link {
  text-align: center;
}

.nav-link i {
  font-size: 15px;
  color: var(--tertiary);
}

.nav-item a:active {
  color: var(--tertiary);
}

.nav-item a:hover {
  color: var(--tertiary) !important;
}

.activemenu {
  color: var(--tertiary) !important;
}

/* footer */

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  background-color: var(--primary);
}

#copyright section {
  font-size: 15px;
}

.impressum a {
  color: var(--tertiary);
  text-decoration: none;
  font-size: 15px;
  text-align: center;
}

i {
  color: var(--tertiary);
}
.copyright a {
  color: var(--tertiary);
  text-decoration: none;
}

.copyright img {
  margin-top: -8px;
  width: 230px;
}

.text-right {
  font-size: 22px;
  text-align: center;
}

/* cookies */

#disclaimer-cookies {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, 0.25);
  text-align: center;
  z-index: 2000;
}

#disclaimer-cookies button {
  color: var(--tertiary);
  background-color: transparent;
  border: none;
  text-decoration: var(--tertiary);
}
.cookie-text {
  color: var(--primary-light);
  text-align: center;
  align-items: baseline;
}

@media (max-width: 765px) {
  .social-icons {
    width: 100%;
    justify-content: center;
  }
  .navbar-nav {
    width: 100%;
  }
  #social-media {
    width: 110px;
  }
}

@media (min-width: 765px) and (max-width: 1024px) {
  .social-icons {
    align-items: center;
    justify-content: center;
    width: 155px;
  }
  .navbar-nav {
    padding-left: 20px;
    text-align: end;
  }
}

@media (max-width: 700px) {
  #footer copyright impressum {
    margin-right: 20px;
  }
}
