/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

:root {
  --primary:#f08113;
  --second:#f7a420;
  --blau:#0d263c;
  --i1:#A9A359;
  --i2:#6572A6;
  --i3:#876395;
  --i4:#D6413A;
}
#g-header1.welleBorder {
  --welle-border-color: var(--second);
  --welle-border-width: 4;
}
.bild1.welleBorder {
  --welle-border-color: var(--second);
  --welle-border-width: 8;
}
#g-page-surround {
  background-color: #fff;
}
#g-header1 {
  background-color: #fff;
  padding-bottom: 25px;
  position: fixed !important;
  width: 100%;
  z-index: 10;
}
#g-header1 .g-container {
  width: 100%;
}
#g-header1 .menu {
  text-align: right;
}
#g-header1 .menu a {
  color: var(--blau);
  margin-right: 20px;
}
#g-header1 .menu .g-menu-item-110 a {
  color: var(--i1);
}
#g-header1 .menu .g-menu-item-111 a {
  color: var(--i2);
}
#g-header1 .menu .g-menu-item-112 a {
  color: var(--i3);
}
#g-header1 .menu .g-menu-item-113 a {
  color: var(--i4);
}
#g-header1 .menu .g-menu-item-114 a {
  background-color: var(--second);
  color: #fff;
  padding: 7px 12px;
  border-radius: 7px;
}
#g-header2 {
  margin-top: -50px;
}
#g-header2 .g-container {
  width: 100%;
}
#g-header2 .g-container .g-content {
  margin: 0;
  padding: 0;
}
#g-header2 .headerImg {
  background-image: url('../../../../images/groupsenz.jpg');
  height: calc(50vh + 50px);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #g-header2 .headerImg {
    height: calc(100vh + 50px);
  }
}
/*# sourceMappingURL=custom_14.css.map */