html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  font-weight: bold;
  color: #413a88;
  text-decoration: none;
}

a:hover {
  color: #413a88;
}

.languages,
.imprint {
  display: block;
}

.imprint {
  margin: 1rem 0 2rem;
}

.languages {
  font-size: 0.8rem;
  line-height: 4rem;
}

.header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 4rem;
}

.header-left {
  background-color: #413a88;
  padding: 1rem 2rem;
}

a.header-left {
  text-decoration: none;
}

.header-right {
  background-color: #cccccc;
  padding: 0 2rem;
}

h1 {
  display: inline;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}

h2 {
  font-size: 0.9rem;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
}

.page-title {
  padding: 1.5rem;
}

.content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 84%;
  background-color: white;
}

.sh-column {
  position: relative;
  flex: 100%;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.text-column {
  padding: 1.5rem 1.5rem 8rem;
}

.imprint-column {
  font-size: 0.8rem;
  padding: 0 1.5rem;
}

.login {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 4.3rem;
  padding: 1rem;
  padding-left: 1.5rem;
  background-color: #e6e6e6;
}

input {
  max-width: 14rem;
  padding: 0.25rem 0.5rem;
}

button {
  color: white;
  background-color: #413a88;
  border: none;
  height: 2.3rem;
  padding: 0 1rem;
  margin-left: 0.5rem;
}

footer {
  height: 6rem;
  padding: 1.5rem 1.5rem 6rem;
  font-size: 0.8rem;
  color: #666666;
}

/* Mobile-landscape (and larger) */
@media screen and (max-width: 480px) {
}

/* Tablet-portrait (and larger) */
@media screen and (min-width: 768px) {
  h1 {
    line-height: 4rem;
  }

  h2 {
    display: inline;
    padding-left: 0.5rem;
  }

  h3 {
    margin-bottom: 2rem;
  }

  .languages,
  .imprint {
    float: right;
  }

  .header-left {
    padding: 0 2rem;
  }

  .header-right {
    padding: 0 2rem;
  }

  .page-title {
    padding: 2rem 2rem 0;
  }

  .imprint {
    margin: 0;
  }

  .text-column {
    padding: 2rem 2rem 6rem;
  }

  .imprint-column {
    font-size: 0.8rem;
    padding: 0 2rem;
  }

  .login {
    padding-left: 2rem;
  }

  footer {
    height: 4rem;
    padding: 0 2rem;
    line-height: 4rem;
  }
}
/* Tablet-landscape (and larger) */
@media screen and (min-width: 992px) {
}

@media screen and (min-width: 992px) and (orientation: landscape) {
}
/* Laptops (and larger) */
@media screen and (min-width: 1200px) {
  .sh-column {
    flex: 50%;
  }

  .text-column {
    padding: 3rem 3rem 6rem;
  }

  .imprint-column {
    padding: 0 2rem 2rem;
  }

  .login {
    padding-left: 3rem;
  }
}
