@charset "UTF-8";
/*
 Theme Name:   Webskipper ws110 Theme
 Theme URI:    https://generatepress.com
 Description:  based on Default GeneratePress child theme from Tom Usborne
 Author:       Webskipper
 Author URI:   https://webskipper.de
 Template:     generatepress
 Version:      0.1
*/
/*#region [Constants]*/
/*#endregion*/
#login {
  padding: 5% 0 0;
}

body.login #login > h1 a {
  background-image: url("dist/img/webskipper-logo.png");
  margin-bottom: 0px;
  overflow: visible;
  padding-bottom: 10px;
  position: relative;
  background-size: 300px;
  height: 260px;
  width: 300px;
}

/*#region [Custom Stuff]*/
/*#endregion*/
.site-header {
  background-color: transparent;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

span.link {
  border-bottom: 2px solid #76180a;
  height: 38px;
  display: inline-block;
}

a.arrow-white::after {
  content: "";
  background: url(/wp-content/uploads/2025/08/pfeil-weiss.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
a.arrow-red::after {
  content: "";
  background: url(/wp-content/uploads/2025/08/pfeil-rot.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.preisliste p {
  font-size: 21px;
  line-height: 1em;
}
.preisliste span.small {
  font-size: 18px;
  line-height: 1em;
}
.preisliste span.zusatz {
  font-size: 10px;
  vertical-align: super;
  line-height: 1em;
}
.preisliste .tabelle table {
  border-width: 0 0 0 0;
  font-size: 21px;
  line-height: 1.6em;
  margin: 0 0 1.4em;
}
.preisliste .tabelle td {
  border: none;
  padding: 0;
}
.preisliste .tabelle td:last-of-type {
  text-align: right;
  width: 25%;
  vertical-align: bottom;
}

@media only screen and (min-width: 440px) {
  .preisliste p {
    font-size: 24px;
  }
  .preisliste .tabelle table {
    font-size: 24px;
  }
}
.generate-back-to-top span.arrow-up {
  content: "";
  background: url(/wp-content/uploads/2025/08/pfeil-weiss.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.page-id-3 .site-header, .page-id-12 .site-header {
  background-color: #76180a;
}
.page-id-3 .site-header .inside-header, .page-id-12 .site-header .inside-header {
  padding: 20px 30px 20px 30px;
}
.page-id-3 h1, .page-id-12 h1 {
  color: #76180a;
  font-weight: 700;
  text-transform: lowercase;
}
.page-id-3 h2, .page-id-12 h2 {
  font-size: 32px;
  margin: 0 0 3px;
}
.page-id-3 h3, .page-id-12 h3 {
  font-size: 29px;
  font-weight: 700;
  margin: 20px 0 12px;
}
.page-id-3 h4, .page-id-12 h4 {
  font-size: 26px;
}

.main-navigation {
  position: relative;
  top: 6px;
}

.menu-toggle,
.has-inline-mobile-toggle #site-navigation.toggled {
  background-color: transparent !important;
}

.menu-toggle {
  padding-left: 0;
  padding-right: 0;
}

.mobile-menu-open .site-header {
  background-color: #76180a;
}
.mobile-menu-open nav#site-navigation {
  padding-top: 30px;
  padding-bottom: 10px;
}

.site-info {
  text-align: left;
}
.site-info .inside-site-info {
  padding: 40px 20px;
}
.site-info .copyright-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.site-info .copyright-bar .site-info-left {
  width: 100%;
  text-align: left;
  order: 2;
  padding-top: 20px;
}
.site-info .copyright-bar .site-info-right {
  width: 100%;
  text-align: left;
  order: 1;
}

@media only screen and (min-width: 440px) {
  .site-header .header-image {
    width: 320px;
  }
  .main-navigation {
    top: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .site-info .copyright-bar {
    flex-direction: row;
  }
  .site-info .copyright-bar .site-info-left {
    order: 1;
    width: 50%;
    padding-top: 0;
  }
  .site-info .copyright-bar .site-info-right {
    order: 2;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation {
    top: 13px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-header .header-image {
    width: 480px;
  }
  .main-navigation {
    top: 20px;
  }
}
/* Stoerer
------------------------------------------------------------*/
/* html-snippet
<div class="ws-stoerer">
<a href="/kontakt/">
<p>Wir suchen</p>
<p>Verstärkung</p>
</a>
</div>
*/
.ws-stoerer {
  background-color: red;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  position: absolute;
  top: 40%;
  right: 4%;
  padding-top: 45px;
  transform: rotate(6deg);
}
.ws-stoerer p {
  font: 700 20px/30px "Arial", sans-serif;
  color: #fff;
  padding: 0px;
  margin: 0;
  text-align: center;
}
.ws-stoerer a {
  display: block;
  height: 100%;
  text-decoration: none;
}

@media only screen and (min-width: 440px) {
  .ws-stoerer {
    top: 40%;
    right: 28px;
  }
}
@media only screen and (min-width: 640px) {
  .ws-stoerer {
    top: 40%;
    right: 120px;
  }
}
/** Misc
<br class="br-mobil">
<br class="br-desktop">
<span class="nowrap"></span>
------------------------------------------------- */
.br-desktop {
  display: none;
}

.br-mobil {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 640px) {
  .br-desktop {
    display: block;
  }
  .br-mobil {
    display: none;
  }
}/*# sourceMappingURL=ws-style.css.map */