/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inconsolata/Inconsolata-Medium.ttf') format('ttf');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inconsolata/Bold.ttf') format('ttf');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway/Raleway-ExtraLight.ttf') format('ttf');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway/Raleway-Medium.ttf') format('ttf');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway/Raleway-Bold.ttf') format('ttf');
}


/* ==========================================================================
   BASE / RESET
   ========================================================================== */

body {
  font-size: 15px;
  font-family: 'Inconsolata', Arial, Helvetica, sans-serif;
  min-height: 100%;              /* statt height:100% → Scrollbar-Bug fix */
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #2b2b2b;                /* Panier: von #888 auf #2b2b2b */
}

strong { font-weight: 700; }

a, a > * { transition: all 0.2s ease; }
a, a:hover, a:focus { color: #2b2b2b; text-decoration: none; outline: 0; }

*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p       { padding: 0; line-height: 1.6; font-weight: 400; }
a p     { color: #888; }

blockquote { padding: 12px 0 22px; margin: 0; border: 0; position: relative; }
blockquote p {
  color: #2b2b2b;
  font-size: 26px;
  line-height: 1.35;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}

a.link, p a, ul.contact-list li a { position: relative; color: #2b2b2b; }
a.link::after, p a::after, ul.contact-list li a::after {
  content: "";
  background: #2b2b2b;
  bottom: -1px;
  left: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 0;
}
a.link:hover::after, p a:hover::after, ul.contact-list li a:hover::after {
  left: 0;
  width: 100%;
  color: #2b2b2b;
}

.sppb-btn { cursor: pointer; }


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h2, h3, h4, h5 {
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  line-height: 1.25;
  font-weight: 600;
}
h1 { font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin-top: 0; } /* Panier: vorher 60px */
h2 { font-size: 38px; line-height: 1.25; letter-spacing: -1px; margin-top: 0; } /* vorher 48px */
h3 { font-size: 30px; line-height: 1.3;  margin: 0; }                           /* vorher 40px */
h4 { font-size: 24px; line-height: 1.35; }
h5 { font-size: 20px; line-height: 1.4;  }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { color: #2b2b2b; }


/* ==========================================================================
   IMAGES
   ========================================================================== */

img {
  /* Panier: width:100% entfernt, damit JCE-Größen respektiert werden */
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: #fff 0 0 0;
}
/* ==========================================================================
   Videos: Wenn mehrere Videos in einem Artikel dicht untereinander stehen sollen
   ========================================================================== */
/* kompakte Video-Vergleichsblöcke */
.js-video-sync { text-align: center; margin: 6px 0; }
.js-video-sync .js-sync-btn { display: inline-block; margin: 0 0 6px 0; }
.js-video-sync video { margin: 0 6px; vertical-align: top; }

/* ==========================================================================
   ANIMATIONS (unverändert)
   ========================================================================== */

@-webkit-keyframes moveUpDown {
  0% { bottom: 0; }
  50% { bottom: 20px; }
  100% { bottom: 0; }
}
@keyframes moveUpDown {
  0% { bottom: 0; }
  50% { bottom: 20px; }
  100% { bottom: 0; }
}


/* ==========================================================================
   HEADER & NAV
   ========================================================================== */

#sp-header {
  height: inherit;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
  /* background: url(../images/background_wood.jpg) no-repeat; */
  background-color: #FADCB1; /* Panier */
  padding: 16px 35px 14px;
  background-size: cover;
  background-position: bottom center;
}

#sp-header .logo { height: inherit; }

#sp-header .logo img { width: 150px; height: 87px; }

#sp-header .logo a::after {
  content: "creative, agency";
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: auto;
  position: relative;
  height: 52px;
  margin-top: -1px;
  color: #888;
  line-height: 1.42857143;
  display: none;
}

#sp-logo, #sp-menu { display: table; margin: auto; }

.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 0 40px;
}

.sp-megamenu-parent > li span.fas.fa-external-link-alt { display: none; }

.sp-megamenu-parent > li:last-child > a { padding: 3px 0 5px; }

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: block;
  line-height: 1.42857143;
  margin: 0;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 2px;
  padding: 3px 0 5px;
  z-index: 100;
}

.sp-megamenu-parent > li > a::after,
.sp-megamenu-parent > li > span::after {
  content: "";
  background: #2b2b2b;
  bottom: 5px;
  display: block;
  left: 0;
  margin-left: -1px;
  height: 1px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 0;
}

.sp-megamenu-parent > li.active > a::after,
.sp-megamenu-parent > li.active:hover > a::after,
.sp-megamenu-parent > li > a:hover::after {
  left: 0;
  width: 100%;
  font-weight: 600;
  display: none;
}

.sp-megamenu-parent > li.active > a { font-weight: 700; }

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  content: "";
  display: none;
  font-family: "FontAwesome";
  float: unset;
  margin-left: -1px;
}

/* Submenu */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: none;
  padding: 15px 0;
  margin-left: -20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  margin: 0;
  padding: 0 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child {
  border-top: 1px solid #FADCB1;
  padding-top: 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child::before {
  background: #FADCB1;
  top: -7px;
  content: "";
  height: 12px;
  position: absolute;
  transform: rotate(45deg);
  width: 12px;
  margin-left: 2px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child::after {
  background: #FADCB1;
  top: -5px;
  content: "";
  height: 12px;
  margin-left: 2px;
  position: absolute;
  transform: rotate(45deg);
  width: 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  cursor: pointer;
  font-size: 10px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  padding: 3px 0 5px;
  z-index: 100;
  line-height: 1.42857143;
  position: relative;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

#sp-footer .container-inner {
  padding: 39px 0;
  border-top: 0 solid rgba(255,255,255,.1);
}

.sp-copyright { font-size: 13px; }

/* Footer-Farben global: fast weiß */
#sp-footer,
#sp-footer a,
.sp-copyright,
.sp-copyright a {
  color: #f8f8f8 !important;
}
#sp-footer a:hover { color: #ff0000 !important; }

#sp-footer2 span {
  font-size: 13px;
  float: right;
  display: inline-block;
}
#sp-footer2 span .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
#sp-footer2 span .social-list li {
  padding: 0 0 0 10px;
  list-style-type: none;
  display: inline-block;
}
#sp-footer2 span .social-list li a i {
  color: #8d8d8d;
  font-size: 16px;
  top: 2px;
  position: relative;
}


/* ==========================================================================
   PORTFOLIO
   ========================================================================== */

.featherlight { top: 11%; }
.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.com-spsimpleportfolio,
.com-content { background: #f8f8f7; }

.com-spsimpleportfolio h2 {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.com-spsimpleportfolio .sp-simpleportfolio-tags {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  padding: 0;
  line-height: 1.6;
  margin: 0 auto 40px;
  text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-image { margin-bottom: 0; }

.sp-simpleportfolio-details { padding-top: 60px; }

.padding-10 { padding-top: 10px; }
.alignright { float: right; }

.borderline {
  background: #d8d8d8;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin: 30px 0 25px;
}


/* ==========================================================================
   BLOG & ARTICLE
   ========================================================================== */

.float-left { float: unset !important; }

.article-list .article {
  margin-bottom: 30px;
  padding: 0;
  border: 0 solid #f5f5f5;
  border-radius: 0;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
  margin: 0;
  border-radius: 0;
  border-bottom: 0 solid #f5f5f5;
  overflow: hidden;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
  border-radius: 0;
}

.article-body { background: #fff; }

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  padding: 30px 35px 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.35;
}

.article-list .article .article-header h2 a,
.article-list .article .article-header h2 a:hover {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.article-introtext { padding: 0 35px 18px; }
.article-introtext p { margin: 0 0 10px; }

.article-info {
  border-top: 1px solid #f1f1f1;
  background: #fff;
  width: 100%;
  padding: 25px 35px 20px;
  margin-bottom: 30px;
  position: relative;
}

/* Sidebar */
#sp-left .sp-module,
#sp-right .sp-module {
  border: 0 solid #f3f3f3;
  padding: 0;
  border-radius: 0;
}

#sp-left .sp-module .form-control,
#sp-right .sp-module .form-control,
#sp-left .sp-module .form-control:focus,
#sp-right .sp-module .form-control:focus {
  padding: 17px 20px 18px 20px;
  font-size: inherit;
  line-height: inherit;
  background: url(/bushwick/images/icons/bg-search-widget@2x.png) no-repeat 20px 17px #fff;
  background-size: 20px 20px;
  padding-left: 52px !important;
  border: 0;
  margin-right: 0;
  width: 100%;
  border-radius: 0;
  color: #888;
  box-shadow: none !important;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  padding-bottom: 0;
  border-bottom: 0 solid #f3f3f3;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  font-weight: 600;
  margin: 10px 0;
}

#sp-left .sp-module ul.latestnews,
#sp-right .sp-module ul.latestnews,
#sp-left .sp-module ul.categories-module,
#sp-right .sp-module ul.categories-module {
  list-style: circle;
  line-height: 1.6;
  padding: 0 15px;
  margin-left: 5px;
  text-align: left !important;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
  display: block;
  border-bottom: 0 solid #f3f3f3;
}

.latestnews li,
.categories-module li {
  padding: 0;
  display: list-item !important;
}

#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
  display: block;
  line-height: inherit;
  color: #888;
}

#sp-left .sp-module ul > li > a:hover,
#sp-right .sp-module ul > li > a:hover { color: #2b2b2b; }

#sp-left .sp-module .tagspopular ul > li,
#sp-right .sp-module .tagspopular ul > li {
  display: inline-block;
  border-bottom: 0 solid #f3f3f3;
}

#sp-left .sp-module .tagspopular ul > li > a::after,
#sp-right .sp-module .tagspopular ul > li > a::after { content: ","; }

#sp-left .sp-module .tagspopular ul > li:last-child > a::after,
#sp-right .sp-module .tagspopular ul > li:last-child > a::after { display: none; }

/* Single Article */

.article-details .article-full-image img {
  display: inline-block;
  border-radius: 0;
}

.article-details .article-header h1,
.article-details .article-header h2 {
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  margin-bottom: 10px;
  font-weight: 600;
}

.article-details p { margin: 0 0 10px; }

blockquote { font-size: 17.5px; text-align: center; }

.borderline {
  background: #d8d8d8;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin: 30px 0 25px;
}

blockquote .borderline {
  width: 50px;
  margin: 32px auto 0;
  text-align: center;
}

blockquote .borderline.top { margin: 0 0 20px; }

blockquote .questionmark {
  text-align: center;
  width: 100%;
  font-family: Georgia, Verdana, sans-serif;
  color: #2b2b2b;
  font-size: 72px;
  line-height: 1;
  font-style: normal;
  height: 52px;
}

blockquote p.small {
  border: 0;
  padding-top: 3px;
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-family: 'Inconsolata', Georgia, "Times New Roman", Times, serif;
  color: #999;
  font-weight: 400;
}

.article-details .article-info {
  border-top: 0 solid #f1f1f1;
  background: transparent;
  width: 100%;
  padding: 25px 0 20px;
  margin-bottom: 30px;
  position: relative;
  color: #2b2b2b;
}


/* ==========================================================================
   OFFCANVAS
   ========================================================================== */

body .offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #000 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
  display: block;
  padding-bottom: 0;
  padding-left: 15px;
}

/* ==========================================================================
   Ab hier der Override von Panier
   ========================================================================== */

/* 1. Layout horizontal mit Abstand */
.simple-login-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
}

/* 2. Eingabefelder gezielt überschreiben */
.simple-login-form input.login-field {
    background: transparent !important;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    width: auto !important;
    flex: 0 0 auto;
    display: inline-block;
}

/* 3. Button anpassen */
.simple-login-form button.login-button {
    padding: 6px 12px;
    background-color: #495057;
    color: #fff;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    display: inline-block;
}

/* 4. Responsive untereinander bei kleiner Breite */
@media (max-width: 500px) {
    .simple-login-form {
        flex-direction: column;
        align-items: stretch;
    }

    .simple-login-form input.login-field,
    .simple-login-form button.login-button {
        width: 100% !important;
    }
}

}
