/* === SCHRIFTARTEN === */

@font-face {
  font-family: "Spectral";
  src:  url(../font/spectral-regular.ttf) format("truetype"),
        url(../font/spectral-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Spectral";
  src:  url(../font/spectral-bold.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Spectral";
  src:  url(../font/spectral-italic.woff2) format("woff2");
  font-style: italic;
  font-weight: normal;
}

/* === FARBEN === */

/*
Blau:         #1F4E8C
Dunkel Grau:  #3D3F45
Hell Grau:    #E5E5E5
Rot:          #A62C21
*/

/* === GLOBAL === */

body {
  margin: 0;
  font-family: "Spectral", sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

/* === GENERELLES === */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.active {
  background-color: #0E35DB !important;
}

/* === NAVIGATIONSLEISTE === */

.header-nav {
  width: 100%;
  height:  50px;
  background-color: #3D3F45;
  position: relative;
  font-weight: bold;
  font-size: 1.1rem;
}

.header-nav a > img {
  height: 30px;
  width: auto;
  float: left;
  margin: .55rem;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  float: right;
}

.header-nav ul > li {
  display: inline-block;
  height: 100%;
  padding: 0 .4rem 0 .4rem;
}

.header-nav ul > li > a {
  display: inline-block;
  margin-top: .7rem;
}

.header-nav ul > li > a:link {
  color: #FFF;
  text-decoration: none;
}

.header-nav ul > li > a:hover {
  color: #E5E5E5;
  text-decoration: none;
}

.header-nav ul > li > a:active {
  color: #E5E5E5;
  text-decoration: none;
}

.header-nav ul > li > a:visited {
  color: #FFF;
  text-decoration: none;
}

.header-nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav .container,
.header-nav .row,
.header-nav .col-6 {
  height: 100%;
}

.active {
  background-color: #0E35DB;
}

/* === NAVIGATIONSLEISTE-MOBIL === */

.mobile-nav-button {
  color: #FFF;
  float: right;
  font-size: 2rem;
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: .4rem;
  margin-bottom: 8px;
}

.mobile-nav-button > span {
  position: absolute;
  bottom: -9px;
  left: 7px;
}

.mobile-nav-content > ul > li {
  display: block;
  background-color: #3D3F45;
  height: 50px;
  padding: 0 1.2rem;
  text-align: center;
}

.mobile-nav-dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.mobile-nav-content {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}

.mobile-nav-dropdown:hover > .mobile-nav-content {
  display: block;
}

.mobile-nav {
  display: none;
}

@media (max-width: 768px) {

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

}

/* === HEADER-BANNER === */

.header-banner {
  width: 100%;
  height: 0;
  padding-top: 20.83%;
  background: url("../img/hintergrund-im-aufbau.jpg") no-repeat;
  background-size: contain;
}

.header-banner-klein {
  width: 100%;
  height: 0;
  padding-top: 15.625%;
  background: url("../img/hintergrund-klein.jpg") no-repeat;
  background-size: contain;
}

/* === GRID-SYSTEM (SICHTBARKEIT) ===

.border, .border * {
  border: 1px solid #91C4EF;
}

[class*="col"] {
  background-color: #BFDDFF;
}

p {
  background-color: #91C4EF;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-align: center;
}
*/

/* === GRID-SYSTEM === */

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col"] {
  float: left;
  min-height: 1px;
  padding: .8rem;
}

.col-1 { width: 16.666%; }
.col-2 { width: 33.333%; }
.col-3 { width: 50%;     }
.col-6 { width: 100%;    }

/* === BREAKPOINTS === */

@media (max-width: 1024px) {

  .col-1 { width: 33.333%; }

}

@media (max-width: 768px){

  .col-1 { width: 50%;     }
  .col-2 { width: 100%;    }
  .col-3 { width: 100%;    }

}

@media (max-width: 480px){

  .col-1 { width: 100%;    }
  .col-2 { width: 100%;    }
  .col-3 { width: 100%;    }

}

#LogoImAufbau {
  width: auto;
  height: auto;
  padding-top: 20.83%;
  background: url("../img/baufi-logo-klein.png") no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 40%;
}
