:root {
  --text-color-blue: #00208b;
  --text-color-red: #c50e1f;
}

body {
  font-size: 18px;
  color: rgb(75, 75, 75);
}

.text-color-blue {
  color: var(--text-color-blue);
}
.text-color-red {
  color: var(--text-color-red);
}

.nav-link {
  font-size: 1.2em;
}


.intro-header {
  padding-top: 350px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: right;
  color: #f8f8f8;
  background: url("images/pexels-max-vakhtbovych-6207947.jpg") no-repeat center center;
  background-size: cover;
}

.intro-message {
  position: relative;
  margin-bottom: 5%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, .4);
}

.intro-message > h1 {
  margin: 0;
  white-space: nowrap;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  font-size: 1.2em;
  color: #133d79;
  font-weight: 500;
  border-bottom: 0px solid #133d79;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.intro-message > h3 {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
  color: #133d79;
  font-size: 0.9em;
  font-weight: 400;
}

.intro-message > img {
  padding-top: 5px;
  width: 60px;
}

.galerie img {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 1.5s ease;
}
.galerie > img:hover {
  transform: scale(1.1);
}
.navbar-light .navbar-brand {
  font-size: 2.0em; 
  line-height: 1.2em;
  color: var(--text-color-blue);
  font-family: "KroppenRound-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#leistung {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .intro-header {
    padding-top: 500px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
  }
  .intro-message {
    position: relative;
    margin-bottom: 10%;
  }
  .navbar-brand > img {
    width: auto;
  }
  .intro-message > h1 {
    font-size: 1.65em;
  }

  .intro-message > h3 {
    font-size: 0.69em;
  }
}

@media (min-width: 768px) {
  .intro-message > h1 {
    font-size: 2.5em;
  }

  .intro-message > h3 {
    font-size: 1.16em;
  }
}

@media (min-width: 992px) {
 
  .intro-message > h1 {
    font-size: 3.5em;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .intro-message > h3 {
    font-size: 1.61em;
  }

  .intro-message > img {
    padding-top: 90px;
    width: 80px;
  }

  #leistung {
    padding-top: 130px;
  }
}
