:root { --gus-red:#b20a0c; --gus-yellow:#d7ac2c; --gus-green:#4f6f58; --gus-ink:#181411; --gus-paper:#f7f2e8; }
body { background: var(--gus-paper); color: var(--gus-ink); }
#header { background: #111; }
#header .navbar-brand img { display:block; max-height:54px; width:auto; }
.dropmenu ul li a, .overlay-menu ul li a { text-transform: uppercase; letter-spacing:0; }
.gus-hero { position:relative; min-height:58vh; overflow:hidden; background:#000; margin-top:-1rem; }
.gus-hero video, .gus-hero img { width:100%; height:100%; min-height:58vh; object-fit:cover; display:block; }
.gus-section { padding:3rem 0; border-bottom:1px solid rgba(0,0,0,.12); }
.gus-band { margin:2rem 0; padding:1.5rem; background:rgba(0,0,0,.86); color:#fff; }
.gus-band a { color:#fff; text-decoration:underline; }
.gus-title { font-size:2.4rem; line-height:1.1; margin:0 0 1rem; }
.gus-lead { font-size:1.15rem; line-height:1.55; }
.gus-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1.2rem; margin:1.5rem 0; }
.gus-card { background:rgba(0,0,0,.86); color:#fff; padding:1.2rem; }
.gus-card img { width:100%; height:auto; display:block; margin-bottom:1rem; }
.gus-gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(145px,1fr)); gap:.75rem; margin:1rem 0 2rem; }
.gus-gallery img { width:100%; aspect-ratio:1/1; object-fit:cover; display:block; }
.gus-menu h2 { margin-top:1.2rem; color:var(--gus-red); text-transform:uppercase; }
.gus-menu p { margin-bottom:.85rem; }
.gus-button { display:inline-block; background:var(--gus-red); color:#fff !important; padding:.65rem 1rem; text-decoration:none !important; font-weight:700; }
.gus-footer { background:#111; color:#ddd; padding:1.5rem 0; }
.gus-footer a { color:#fff; margin-right:1rem; }
.gus-footer-meta { margin:.5rem 0 0; font-size:.85rem; color:#aaa; }
@media (max-width:700px){ .gus-title{font-size:1.8rem;} .gus-section{padding:2rem 0;} }


/* Kontakt page: scoped port of original glueckundseligkeit.de contact layout */
body.gus-contact-page {
  background: #000;
  color: #fff;
}

.gus-contact-page #body-wrapper {
  padding: 0 !important;
}

.gus-contact-page #body-wrapper > .container,
.gus-contact-page #body-wrapper > .container.grid-lg {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gus-contact-page #start,
.gus-contact-page #body-wrapper,
.gus-contact-page #body-wrapper > .container {
  position: static;
}

.gus-contact-page .section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gus-contact-page .padding140_90 {
  padding: 140px 0 90px 0;
}

.gus-contact-page .borderbottom {
  border-bottom: 2px solid #fff;
}

.gus-contact-page .wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 1;
}

.gus-contact-page .col {
  position: relative;
  min-height: 10px;
  float: left;
}

.gus-contact-page .col.full {
  width: 960px;
}

.gus-contact-page .col40 {
  position: relative;
  float: left;
  width: 38%;
  padding-right: 2%;
}

.gus-contact-page .col60 {
  position: relative;
  float: left;
  width: 60%;
  padding-top: 7px;
}

.gus-contact-page .clearer {
  clear: both;
}

.gus-contact-page .black_col {
  position: relative;
  background: #000;
  color: #fff;
  padding: 15px 15px 5px 15px;
  margin-bottom: 25px;
}

.gus-contact-page .black_col a {
  color: #fff;
  text-decoration: underline;
}

.gus-contact-page .sectiontitle {
  color: #fff;
  font-size: 60px;
  line-height: 58px;
  font-weight: 300;
  text-shadow: 1px 1px 0 rgba(0,0,0,1);
  text-transform: uppercase;
  padding-bottom: 30px;
  word-wrap: break-word;
  margin: 0 0 10px 0;
}

.gus-contact-page .sectiontitle.top {
  padding-bottom: 0;
  line-height: 50px;
}

.gus-contact-page h2.big {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.gus-contact-page .col60 h2 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.gus-contact-page hr.dotted {
  border: 0;
  border-top: 1px dotted rgba(255,255,255,.55);
  margin: 1rem 0;
}

.gus-contact-page .btn,
.gus-contact-page .btn:visited {
  display: inline-block;
  background: #b20a0c;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
}

.gus-contact-page .kringelbackground {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.gus-contact-page .kringel {
  position: absolute;
  width: 2000px;
}

.gus-contact-page .kontakt .kringelbackground .kringel {
  left: -60%;
  bottom: -95px;
  width: 190%;
  max-height: 2500px;
}

@keyframes gus-rotating {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes gus-rotatingbackwards {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

.gus-contact-page .kringel10 {
  animation: gus-rotatingbackwards 960s linear infinite;
}

.gus-contact-page .kringel11 {
  animation: gus-rotating 670s linear infinite;
}

@media (min-width: 1460px) {
  .gus-contact-page .kringel {
    width: 2400px;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .padding140_90 {
    padding: 60px 0 30px 0;
  }

  .gus-contact-page .borderbottom {
    border-bottom: 1px solid #fff;
  }

  .gus-contact-page .wrap {
    width: auto;
    padding: 0 20px;
  }

  .gus-contact-page .col,
  .gus-contact-page .col.full,
  .gus-contact-page .col40,
  .gus-contact-page .col60 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .gus-contact-page .sectiontitle {
    font-size: 46px;
    line-height: 46px;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: 0 !important;
    left: auto !important;
    height: auto !important;
    position: absolute;
    min-height: auto;
    width: 500%;
  }
}

/* Kontakt layout correction: wide original-style boxes over background kringel */
.gus-contact-page #body-wrapper,
.gus-contact-page #body-wrapper.section,
.gus-contact-page #body-wrapper > .container,
.gus-contact-page #body-wrapper > .container.grid-lg {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gus-contact-page .kontakt {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.gus-contact-page .kontakt .wrap {
  position: relative;
  max-width: 1280px;
  width: calc(100% - 120px);
  margin: 0 auto;
  z-index: 2;
}

.gus-contact-page .kontakt .col.full {
  float: none;
  width: 100%;
  clear: both;
}

.gus-contact-page .kontakt .black_col {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  overflow: visible;
  background: #000;
  color: #fff;
  padding: 28px 32px 28px 32px;
  margin: 0 0 25px 0;
  z-index: 3;
}

.gus-contact-page .kontakt .black_col::after {
  content: "";
  display: block;
  clear: both;
}

.gus-contact-page .kontakt .black_col > .col40,
.gus-contact-page .kontakt .black_col > .col60 {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
}

.gus-contact-page .kontakt .black_col > .col40 {
  float: left;
  width: 40%;
  padding-right: 2.5rem;
}

.gus-contact-page .kontakt .black_col > .col60 {
  float: left;
  width: 60%;
  padding-top: 7px;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .sectiontitle.top {
  position: relative;
  z-index: 3;
}

.gus-contact-page .kontakt .kringelbackground {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.gus-contact-page .kontakt .kringelbackground .kringel {
  position: absolute;
  display: block;
  left: auto;
  right: -42%;
  bottom: -140px;
  width: 150%;
  max-width: none;
  max-height: none;
  height: auto;
  z-index: 1;
}

.gus-contact-page .kontakt .kringelbackground .kringel10 {
  right: -48%;
  bottom: -180px;
}

.gus-contact-page .kontakt .kringelbackground .kringel11 {
  right: -38%;
  bottom: -115px;
}

.gus-contact-page .kontakt h2.big {
  margin-top: 0;
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 48px);
  }

  .gus-contact-page .kontakt .black_col {
    padding: 24px;
  }

  .gus-contact-page .kontakt .black_col > .col40,
  .gus-contact-page .kontakt .black_col > .col60 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .gus-contact-page .kontakt .black_col > .col40 {
    margin-bottom: 1rem;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel {
    right: -130%;
    bottom: -80px;
    width: 360%;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 32px);
  }

  .gus-contact-page .kontakt .black_col {
    padding: 20px;
  }
}

/* Kontakt kringel correction: large decorative background, never layout stripes */
.gus-contact-page .kontakt {
  padding-top: 175px !important;
  padding-bottom: 95px !important;
}

.gus-contact-page .kontakt .wrap {
  z-index: 5;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .black_col {
  position: relative;
  z-index: 6;
}

.gus-contact-page .kontakt .black_col {
  margin-bottom: 0;
  border-bottom: 25px solid #000;
}

.gus-contact-page .kontakt .black_col + .black_col {
  margin-top: 0;
}

.gus-contact-page .kontakt .kringelbackground {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel,
.gus-contact-page .kontakt .kringelbackground .kringel10,
.gus-contact-page .kontakt .kringelbackground .kringel11 {
  position: absolute !important;
  display: block !important;
  width: 1450px !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  z-index: 1 !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel10 {
  left: -620px !important;
  right: auto !important;
  top: 55px !important;
  bottom: auto !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel11 {
  left: auto !important;
  right: -650px !important;
  top: 95px !important;
  bottom: auto !important;
}

@media (min-width: 1460px) {
  .gus-contact-page .kontakt .kringelbackground .kringel,
  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    width: 1750px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel10 {
    left: -760px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: -800px !important;
  }
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt {
    padding-top: 110px !important;
  }

  .gus-contact-page .kontakt .black_col {
    border-bottom-width: 18px;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel,
  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    width: 1000px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel10 {
    left: -560px !important;
    top: 45px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: -600px !important;
    top: 120px !important;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .kontakt {
    padding-top: 80px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel,
  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    width: 760px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel10 {
    left: -470px !important;
    top: 35px !important;
  }

  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: -500px !important;
    top: 95px !important;
  }
}

/* Kontakt kringel visibility fix */
.gus-contact-page .kontakt .kringelbackground {
  z-index: 2 !important;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .black_col {
  z-index: 5 !important;
}

.gus-contact-page .kontakt .black_col {
  margin-bottom: 25px !important;
  border-bottom: 0 !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel,
.gus-contact-page .kontakt .kringelbackground .kringel10,
.gus-contact-page .kontakt .kringelbackground .kringel11 {
  width: 1350px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel10 {
  left: -430px !important;
  right: auto !important;
  top: 85px !important;
  bottom: auto !important;
}

.gus-contact-page .kontakt .kringelbackground .kringel11 {
  left: auto !important;
  right: -430px !important;
  top: 105px !important;
  bottom: auto !important;
}

@media (min-width: 1460px) {
  .gus-contact-page .kontakt .kringelbackground .kringel,
  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    width: 1600px !important;
  }
  .gus-contact-page .kontakt .kringelbackground .kringel10 {
    left: -520px !important;
  }
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: -520px !important;
  }
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt .kringelbackground .kringel,
  .gus-contact-page .kontakt .kringelbackground .kringel10,
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    width: 950px !important;
  }
  .gus-contact-page .kontakt .kringelbackground .kringel10 {
    left: -440px !important;
    top: 65px !important;
  }
  .gus-contact-page .kontakt .kringelbackground .kringel11 {
    right: -450px !important;
    top: 145px !important;
  }
}

/* Kontakt kringel: escape text wrap and span full viewport */
.gus-contact-page .kontakt .wrap > .kringelbackground {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 0 !important;
  bottom: auto !important;
  width: 100vw !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.gus-contact-page .kontakt .wrap {
  overflow: visible !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  width: 145vw !important;
  max-width: none !important;
  height: auto !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
  left: -62vw !important;
  top: 70px !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  right: -62vw !important;
  top: 95px !important;
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 230vw !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -135vw !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    right: -135vw !important;
  }
}

/* Kontakt final edge-only kringel tuning */
.gus-contact-page .kontakt .wrap {
  max-width: 1360px !important;
  width: calc(100% - 80px) !important;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .black_col {
  z-index: 10 !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground {
  z-index: 1 !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  width: 980px !important;
  max-width: none !important;
  height: auto !important;
  opacity: 1 !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
  left: -520px !important;
  right: auto !important;
  top: 28px !important;
  bottom: auto !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  left: auto !important;
  right: -540px !important;
  top: 42px !important;
  bottom: auto !important;
}

@media (min-width: 1460px) {
  .gus-contact-page .kontakt .wrap {
    max-width: 1400px !important;
    width: calc(100% - 100px) !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 1120px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -610px !important;
    top: 20px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    right: -635px !important;
    top: 35px !important;
  }
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 40px) !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 760px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -560px !important;
    top: 20px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    right: -570px !important;
    top: 70px !important;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 28px) !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 620px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -500px !important;
    top: 10px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    right: -510px !important;
    top: 55px !important;
  }
}

/* Kontakt final spacing and column tuning */
.gus-contact-page .kontakt {
  padding-top: 120px !important;
}

.gus-contact-page .kontakt .wrap {
  max-width: 1320px !important;
  width: calc(100% - 220px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .sectiontitle.top {
  font-size: 54px !important;
  line-height: 1.1 !important;
  margin-bottom: 45px !important;
}

.gus-contact-page .kontakt .black_col > .col40 {
  width: 36% !important;
  padding-right: 1.4rem !important;
}

.gus-contact-page .kontakt .black_col > .col60 {
  width: 64% !important;
}

.gus-contact-page .kontakt .black_col {
  margin-bottom: 34px !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
  left: -300px !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  right: -300px !important;
}

@media (min-width: 1460px) {
  .gus-contact-page .kontakt .wrap {
    max-width: 1320px !important;
    width: calc(100% - 220px) !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -340px !important;
  }

  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    right: -340px !important;
  }
}

@media (max-width: 1100px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 80px) !important;
  }

  .gus-contact-page .kontakt .black_col > .col40 {
    width: 38% !important;
  }

  .gus-contact-page .kontakt .black_col > .col60 {
    width: 62% !important;
  }
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt {
    padding-top: 90px !important;
  }

  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 40px) !important;
  }

  .gus-contact-page .kontakt .black_col > .col40,
  .gus-contact-page .kontakt .black_col > .col60 {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .kontakt .sectiontitle,
  .gus-contact-page .kontakt .sectiontitle.top {
    font-size: 42px !important;
    margin-bottom: 30px !important;
  }
}

/* Kontakt original-frame tuning */
.gus-contact-page .kontakt {
  padding-top: 145px !important;
  padding-bottom: 90px !important;
  background: #000 !important;
}

.gus-contact-page .kontakt .wrap {
  max-width: 980px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground {
  position: absolute !important;
  left: 50% !important;
  top: -138px !important;
  width: 1600px !important;
  height: calc(100% + 300px) !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  position: absolute !important;
  display: block !important;
  width: 1850px !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
  left: -455px !important;
  right: auto !important;
  top: -245px !important;
  bottom: auto !important;
}

.gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
  left: -360px !important;
  right: auto !important;
  top: -160px !important;
  bottom: auto !important;
}

.gus-contact-page .kontakt .sectiontitle,
.gus-contact-page .kontakt .sectiontitle.top {
  position: relative !important;
  z-index: 3 !important;
  color: #fff !important;
  font-size: 60px !important;
  line-height: 50px !important;
  margin-bottom: 25px !important;
  text-shadow: 1px 1px 0 #000 !important;
}

.gus-contact-page .kontakt .col.full,
.gus-contact-page .kontakt .black_col {
  position: relative !important;
  z-index: 5 !important;
}

.gus-contact-page .kontakt .black_col {
  background: #000 !important;
  width: 100% !important;
  margin-bottom: 25px !important;
  padding: 15px 15px 5px 15px !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);
}

.gus-contact-page .kontakt .black_col > .col40 {
  width: 38% !important;
  padding-right: 2% !important;
}

.gus-contact-page .kontakt .black_col > .col60 {
  width: 60% !important;
  padding-top: 7px !important;
}

.gus-contact-page .kontakt h2.big {
  color: #b20a0c !important;
  font-size: 34px !important;
  line-height: 36px !important;
  font-weight: 300 !important;
  text-shadow: none !important;
}

.gus-contact-page .kontakt .col60,
.gus-contact-page .kontakt .col60 p,
.gus-contact-page .kontakt .col60 h2 {
  color: #fff !important;
}

.gus-contact-page .kontakt .btn,
.gus-contact-page .kontakt .btn:visited {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: background .15s, color .15s;
}

.gus-contact-page .kontakt .btn:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}

@media (min-width: 1460px) {
  .gus-contact-page .kontakt .wrap > .kringelbackground {
    width: 1900px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 2200px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -600px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    left: -470px !important;
  }
}

@media (max-width: 900px) {
  .gus-contact-page .kontakt .wrap {
    width: calc(100% - 40px) !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground {
    width: 1200px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10,
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    width: 1450px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel10 {
    left: -520px !important;
    top: -190px !important;
  }
  .gus-contact-page .kontakt .wrap > .kringelbackground .kringel11 {
    left: -420px !important;
    top: -120px !important;
  }
  .gus-contact-page .kontakt .black_col > .col40,
  .gus-contact-page .kontakt .black_col > .col60 {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 600px) {
  .gus-contact-page .kontakt {
    padding-top: 90px !important;
  }
  .gus-contact-page .kontakt .sectiontitle,
  .gus-contact-page .kontakt .sectiontitle.top {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .gus-contact-page .kontakt h2.big {
    font-size: 28px !important;
    line-height: 30px !important;
  }
}
