.container-fluid {
  padding: 0;
}

.navbar-light {
  margin: 0;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.sidebar {
  background: #17517D;
  height: 100%;
  width: 35%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
  z-index: 999;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .sidebar {
    width: 100%;
    align-items: center;
  }
}

.sidebar li {
  list-style: none;
}

.sidebar ul {
  margin-left: 10%;
}

@media (max-width: 1200px) {
  .sidebar ul {
    margin: 0;
    padding: 0;
  }
}

.sidebar a {
  color: white;
  /*font-weight: bold!important;*/
  text-decoration: none;
  font-size: 4rem;
  display: block;
  transition: color 0.2s ease-in-out;
}

.sidebar a:hover {
  color: #2ea6ff;
}

@media (max-width: 991px) {
  .sidebar a {
    text-align: center;
    font-size: 3rem;
  }
}

@media (max-width: 1200px) {
  .sidebar a {
    text-align: center;
  }
}

.toggle-icon div {
  background-color: #17517d;
  width: 100%;
  height: 0.3rem;
}

.toggle-icon {
  top: 6rem;
  right: 3.5%;
  width: 6rem;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1rem;
  position: fixed;
}

@media (max-width: 574px) {
  .toggle-icon {
    top: 4.5rem;
  }
}

.bar-top {
  width: 2rem!important;
  transition: all 0.3s ease-in-out;
  height: 0.3rem;
  display: block;
  background-color: #17517d;
}

.bar-center {
  margin: 0.7rem 0;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #17517d;
  height: 0.3rem;
}

.bar-bottom {
  width: 2rem!important;
  float: right;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 0.3rem;
  background-color: #17517d;
}

@media (min-width: 1200px) {
  #toggle-sidebar:not(:checked) ~ .toggle-icon:hover {
    transform: rotate(-73deg);
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .toggle-icon:hover .bar-top {
    width: 3.5rem!important;
    transform: rotate(-30deg) translateX(-1px);
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .toggle-icon:hover .bar-center {
    width: 3.7rem;
    transition: 0.3s ease-in-out!important;
  }
}

@media (min-width: 1200px) {
  .toggle-icon:hover .bar-bottom {
    width: 3.7rem!important;
    transition: all 0.3s ease-in-out;
  }
}

input[type="checkbox"]:checked ~ .sidebar {
  transform: translateX(0);
}

input[type="checkbox"]:checked ~ .toggle-icon span {
  background-color: white;
}

input[type="checkbox"]:checked ~ .toggle-icon > .bar-top {
  width: 4rem!important;
  transform: rotate(-45deg) translateY(0px) translateX(-10px);
}

input[type="checkbox"]:checked ~ .toggle-icon > .bar-center {
  opacity: 0;
}

input[type="checkbox"]:checked ~ .toggle-icon > .bar-bottom {
  width: 4rem!important;
  transform: rotate(45deg) translateY(-4px) translateX(-14px);
}

#toggle-sidebar {
  display: none;
}

.navbar-brand {
  /*margin-top: 5rem;*/
}

@media (max-width: 767px) {
  .navbar-brand {
    margin: 0 auto;
    margin-top: 5rem;
  }
}

@media (max-width: 474px) {
  .navbar-brand {
    /*margin: 0 auto;*/
    /*margin-top: 5rem;*/
  }
}

.logo {
  width: 30rem;
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 575px) {
  .logo {
    width: 20rem!important;
  }
}

@media (max-width: 385px) {
  .logo {
    width: 12rem;
    padding-top: 0.5rem;
  }
}

.sprach-navigation {
  display: none;
  position: fixed;
  top: 6.2rem;
  right: 10%;
  z-index: 5;
}

@media (max-width: 1100px) {
  .sprach-navigation {
    position: fixed;
    top: 6.2rem;
    right: 13%;
  }
}

@media (max-width: 767px) {
  .sprach-navigation {
    top: 6.2rem;
    left: 3.5%;
  }
}

@media (max-width: 574px) {
  .sprach-navigation {
    top: 4.5rem;
  }
}

.sprach-navigation a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #17517d;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 574px) {
  .sprach-navigation a {
    font-size: 2rem;
  }
}

.sprach-navigation a:hover {
  color: #2EA6FF;
}

.sprach-navigation-deutsch {
  padding-right: 0.5rem;
  border-right: 2px solid #17517d;
}

.sprach-navigation-englisch {
  padding-left: 0.5rem;
}

.divider-gap .sprach-navigation, .divider-gap .toggle-icon {
  top: 7rem;
}

@media (max-width: 1199px) {
  .divider-gap .navbar-brand {
    padding-top: 0rem;
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .divider-gap .navbar-brand {
    padding-top: 0rem;
  }
}

