/* ALLGEMEINES */
html {
  font-size: 20px;
}

body{
  font-family: 'Barlow Semi Condensed', sans-serif;
  width: 100%;
}

span {
  color: #BDA672;
}

.content-responsive {
  display: none;
}

.text-dunkel {
  background-color: #4C4947;
  color: white;
  text-align: center;
  width: 50%;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-hell {
  background-color: #BDA672;
  color: white;
  text-align: center;
  width: 50%;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* HOME */
/* Header */
header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

#logo {
  width: 12.5rem;
  height: auto;
  padding-left: 0.5rem;
}

nav {
  font-size: 1.15rem;
  padding-right: 0.3rem;
}

nav a {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: black;
  text-decoration: none;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}

.topnav a:hover {
    color: #BDA672;
  }

  .active {
    color: #BDA672;
  }

  .topnav .icon {
    display: none;
  }

/* Banner */
.banner-home {
  background-image: url(../images/start.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bannertext {
  font-size: 5.3rem;
  color: white;
}

/* Symbole */
#symbole {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.symbol {
    width: 6rem;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.groß {
  font-size: 2.5rem;
}

/* Wer sind wir */
.content {
  width: 100%;
  display: flex;
}

.headline {
  font-size: 1.75rem;
  color: white;
}

.bild-home {
  background-image: url(../images/wer.png);
  display: flex;
  width: 50%;
  height: 20rem;
}

/* Anfrage */
.anfrage {
  background-image: url(../images/anfrage.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  text-align: center;
}

.button {
  font-size: 2rem;
  padding: 0.5rem;
  border: 0.1rem solid #BDA672;
  background-color: #BDA672;
  border-radius: 1rem;
}

a {
  text-decoration: none;
  color: white;
}

/* WIR */
/* Banner */
.banner-wir {
  background-image: url(../images/contact-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Content */
.bild-wir1 {
  background-image: url(../images/festplatte.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-wir2 {
  background-image: url(../images/bewerbung.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

/* REFERENZEN */
/* Banner */
.banner-referenzen {
  background-image: url(../images/leistungen-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Content */
.bild-referenzen7 {
  background-image: url(../images/KOTV.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-referenzen1 {
  background-image: url(../images/karate.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-referenzen3 {
  background-image: url(../images/drl.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-referenzen4 {
  background-image: url(../images/gt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-referenzen5 {
  background-image: url(../images/gtnews.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

.bild-referenzen6 {
  background-image: url(../images/supergolf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

/* KONTAKT */
/* Banner */
.banner-kontakt {
  background-image: url(../images/kontakt-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Content */
.bild-kontakt {
  background-image: url(../images/karte.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 50%;
  height: 20rem;
}

/* Kontaktformular */
#formular {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #4C4947;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#KF {
  font-size: 1.75rem;
  color: white;
  padding-bottom: 1rem;
}

form {
  background-color: #4C4947;
  width: 100%; /* Breite des Formulars */
  text-align: center;
  color: white;
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}

input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

textarea {
  height: 7em;
}

input:focus,
textarea:focus {
  background-color: white;
}

/* Impressum */
.impressum-text {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.impressum-h {
  font-size: 2.5rem;
}

.datenschutz-text {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* FOOTER */
footer {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: white;
  background-color: black;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 320px) and (max-width: 599px) {
  html {
    font-size: 16px;
  }

  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  #symbole {
    display: none;
  }

  .content {
    display: none;
  }

  .content-responsive {
    display: inline-block;
    width: 100%;
  }

  .text-dunkel {
    background-color: #4C4947;
    color: white;
    text-align: center;
    width: 100%;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text-hell {
    background-color: #BDA672;
    color: white;
    text-align: center;
    width: 100%;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bild-home {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-wir1 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-wir2 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .banner-referenzen {
    font-size: 5.3rem;
  }

  .anfrage {
    display: none;
  }

  .anfrage-r {
    width: 100%;
    height: 25rem;
    display: flex;
    background-image: url(../images/anfrage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    text-align: center;
  }

  .bild-referenzen1 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen2 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen3 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen4 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen5 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen6 {
    width: 100%;
    height: 20rem;
    display: flex;
  }

  .bild-referenzen7 {
    width: 100%;
    height: 20rem;
    display: flex;
  }
  .bild-kontakt {
    width: 100%;
    height: 20rem;
    display: flex;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  html {
    font-size: 18px;
  }

  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
