/* 
Theme Name: SKBR
Theme URI: http://skbr.de
Author: Erik Ivanov
Author URI: http://erik-ivanov.de/
Description: Custom Theme SKBR
Version: 1.0
Text Domain: skbr
*/
@import "./fonts/stylesheet.css";
@import "./css/normalize.min.css";
@import "./css/swiper-bundle.min.css";
.has-primary-background-color {
  background-color: #E13C3C !important;
}

.has-secondary-background-color {
  background-color: #2D3A59 !important;
}

.has-light-pig-background-color {
  background-color: #F9E8E8 !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-gray-background-color {
  background-color: #F8F8F8 !important;
}

.has-dark-gray-background-color {
  background-color: #333333 !important;
}

.has-h-1-font-size {
  font-size: 1.5rem !important;
}

.has-h-2-font-size {
  font-size: 1.75rem !important;
}

.has-h-2-2-font-size {
  font-size: 1.75rem !important;
}

.has-h-3-font-size {
  font-size: 1.5rem !important;
}

.has-h-4-font-size {
  font-size: 1.375rem !important;
}

.has-h-5-font-size {
  font-size: 1.25rem !important;
}

.has-h-6-font-size {
  font-size: 1.125rem !important;
}

@media (min-width: 576px) {
  .has-h-1-font-size {
    font-size: 2.5rem !important;
  }
  .has-h-2-font-size,
  .has-h-2-2-font-size {
    font-size: 2rem !important;
  }
  .has-h-3-font-size {
    font-size: 1.75rem !important;
  }
  .has-h-4-font-size {
    font-size: 1.5rem !important;
  }
  .has-h-5-font-size {
    font-size: 1.375rem !important;
  }
  .has-h-6-font-size {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .has-h-1-font-size {
    font-size: 3rem !important;
  }
  .has-h-2-font-size,
  .has-h-2-2-font-size {
    font-size: 2.25rem !important;
  }
  .has-h-3-font-size {
    font-size: 2rem !important;
  }
  .has-h-4-font-size {
    font-size: 1.75rem !important;
  }
  .has-h-5-font-size {
    font-size: 1.5rem !important;
  }
  .has-h-6-font-size {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 992px) {
  .has-h-1-font-size {
    font-size: 3.5rem !important;
  }
  .has-h-2-font-size {
    font-size: 2.5rem !important;
  }
  .has-h-2-2-font-size {
    font-size: 2.25rem !important;
  }
  .has-h-3-font-size {
    font-size: 2.25rem !important;
  }
  .has-h-4-font-size {
    font-size: 2rem !important;
  }
  .has-h-5-font-size {
    font-size: 1.75rem !important;
  }
  .has-h-6-font-size {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .has-h-1-font-size {
    font-size: 69px !important;
  }
  .has-h-2-font-size {
    font-size: 30px !important;
  }
  .has-h-2-2-font-size {
    font-size: 32px !important;
  }
  .has-h-3-font-size {
    font-size: 28px !important;
  }
  .has-h-4-font-size {
    font-size: 26px !important;
  }
  .has-h-5-font-size {
    font-size: 24px !important;
  }
  .has-h-6-font-size {
    font-size: 20px !important;
  }
}
body.page-template-template-landingpage #header {
  background-color: initial;
  backdrop-filter: initial;
  -webkit-backdrop-filter: initial;
  box-shadow: initial;
}
body.page-template-template-landingpage #header.active {
  background-color: rgba(45, 58, 89, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
body.admin-bar #header {
  padding-top: 32px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: rgba(45, 58, 89, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#header.active {
  background-color: rgba(45, 58, 89, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
}
#header .header-inner .header-logo .logo-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-logo .logo-desktop {
    display: block;
  }
}
#header .header-inner .header-logo .logo-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-logo .logo-mobile {
    display: none;
  }
}
#header .header-inner .header-logo svg {
  max-width: 200px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-logo svg {
    max-width: 280px;
  }
}
#header .header-inner .header-logo svg #Group_66 {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-logo svg #Group_66 {
    display: block;
  }
}
#header .header-inner .header-menu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#header .header-inner .header-menu a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex: 1;
}
#header .header-inner .header-menu svg {
  max-width: 20px;
  margin-right: 0.25rem;
  width: 100%;
}

#footer {
  color: #ffffff;
  position: relative;
  padding-top: 210px;
  margin-top: -210px;
}
#footer:before {
  position: absolute;
  content: "";
  background: url(./images/footer-background-desktop.svg) no-repeat center bottom/cover;
  width: 100%;
  height: 210px;
  top: 0;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer nav {
  margin-top: 1rem;
}
@media screen and (min-width: 580px) {
  #footer nav {
    margin-top: 0;
  }
}
#footer nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 580px) {
  #footer nav ul {
    flex-direction: row;
  }
}
#footer nav ul li {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  line-height: 1.75em;
}
#footer nav ul li:last-child:before {
  display: none;
}
#footer nav ul li:before {
  content: "|" !important;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  display: none;
}
@media screen and (min-width: 580px) {
  #footer nav ul li:before {
    display: block;
  }
}
#footer .footer-inner {
  background-color: #2D3A59;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 1.563rem 2rem;
}
@media screen and (min-width: 580px) {
  #footer .footer-inner {
    flex-direction: row;
  }
}

.team-item .team-detail {
  margin-top: 1rem;
}
.team-item .team-detail h6 {
  margin-bottom: 5px;
}

.testimonial-wrapper {
  max-width: 989px;
  margin: 0 auto;
  width: 100%;
}
.testimonial-wrapper .testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -1rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-container {
    flex-direction: row;
  }
}
.testimonial-wrapper .testimonial-container > * {
  padding: 0 1rem;
}
.testimonial-wrapper .testimonial-container .testimonial-image {
  flex: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-container .testimonial-image {
    width: auto;
    flex: initial;
    text-align: left;
    margin-bottom: 0;
  }
}
.testimonial-wrapper .testimonial-container .testimonial-image img {
  border-radius: 10px;
  height: 100px !important;
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-container .testimonial-image img {
    height: 180px !important;
    width: 180px !important;
    border-radius: 20px;
  }
}
.testimonial-wrapper .testimonial-container .testimonial-content {
  flex: 1;
}
.testimonial-wrapper .testimonial-container .testimonial-content .testimonial-content-inner {
  background-color: #F9E8E8;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: relative;
}
.testimonial-wrapper .testimonial-container .testimonial-content .testimonial-content-inner:before {
  background-color: #F9E8E8;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-container .testimonial-content .testimonial-content-inner:before {
    top: 75px;
    left: -15px;
    margin: initial;
  }
}

.events-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.events-wrapper .event-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}
.events-wrapper .event-item:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.facts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2rem;
}
.facts-wrapper .facts-item {
  padding: 1rem 2rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 422px) {
  .facts-wrapper .facts-item {
    border-right: 1px solid #D9D9D9;
    border-bottom: 0 none;
  }
}
.facts-wrapper .facts-item:last-child {
  border-bottom: 0 none;
}
@media screen and (min-width: 422px) {
  .facts-wrapper .facts-item:last-child {
    border-right: 0 none;
  }
}
.facts-wrapper .facts-item .facts-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 -0.5rem;
}
.facts-wrapper .facts-item .facts-item-inner > * {
  padding: 0 0.5rem;
}
.facts-wrapper .facts-item .facts-item-inner .facts-item-key {
  line-height: 64px;
}

.akkordeon-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.akkordeon-wrapper .akkordeon-item {
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}
.akkordeon-wrapper .akkordeon-item:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
.akkordeon-wrapper .akkordeon-item.is-open .akkordeon-item-title button svg {
  transform: rotate(90deg);
}
.akkordeon-wrapper .akkordeon-item .akkordeon-item-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  cursor: pointer;
}
.akkordeon-wrapper .akkordeon-item .akkordeon-item-title .akkordeon-item-title-inner {
  flex: 1;
}
.akkordeon-wrapper .akkordeon-item .akkordeon-item-title button {
  border: 0 none;
  background-color: initial;
  cursor: pointer;
}
.akkordeon-wrapper .akkordeon-item .akkordeon-item-title button svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.akkordeon-wrapper .akkordeon-item .akkordeon-item-expanded {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.downloads-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.downloads-wrapper .download-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  padding: 0.75rem 0;
}
.downloads-wrapper .download-item:last-child {
  border-bottom: 0 none;
}
.downloads-wrapper .download-item .download-title {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0 -0.5rem;
}
.downloads-wrapper .download-item .download-title > * {
  padding: 0 0.5rem;
}
.downloads-wrapper .download-item .download-title .download-detail-size {
  margin-top: 0.25rem;
}
.downloads-wrapper .download-item .download-title .download-detail {
  flex: 1;
}

.border {
  position: relative;
  overflow: hidden;
}
.border svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.news-wrapper .news-item {
  flex: 0 0 100%;
  width: 100%;
}
.news-wrapper .news-item:last-child .news-inner {
  border-bottom: 1px solid #2D3A59;
}
.news-wrapper .news-item .news-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  border-top: 1px solid #2D3A59;
  padding: 1rem;
}
.news-wrapper .news-item .news-inner svg {
  transition: 0.2s ease-in-out;
}
.news-wrapper .news-item .news-inner:hover {
  opacity: 0.75;
}
.news-wrapper .news-item .news-inner:hover svg {
  transform: rotate(-45deg);
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  color: #E13C3C;
}

main > *:last-child {
  padding-bottom: 210px !important;
}

.wp-block-columns {
  max-width: 1590px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}
.wp-block-columns.alignwide {
  max-width: 1138px;
}
.wp-block-columns.alignfull {
  max-width: 100%;
  padding: initial;
}
.wp-block-columns.has-background {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.fullheight figure {
  height: 100%;
}
.fullheight figure img {
  height: 100%;
  object-fit: cover;
}

.rounded img {
  border-radius: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-none {
  text-decoration: none;
}

ol {
  list-style: none;
  padding: 0;
  counter-reset: myCounter;
  padding-left: 10px;
}
ol li {
  position: relative;
  padding-left: 2.5rem;
  margin: 2rem 0;
  counter-increment: myCounter;
}
ol li:before {
  background-color: #E13C3C;
  height: 24px;
  line-height: 24px;
  width: 21px;
  padding-left: 3px;
  content: counter(myCounter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.half-white {
  position: relative;
}
.half-white > * {
  position: relative;
  z-index: 2;
}
.half-white:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background-color: #ffffff;
  height: 50%;
  z-index: 1;
}

.negative-margin-top {
  margin-top: -41px;
}

.intro {
  min-height: 400px !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro {
    min-height: 750px !important;
  }
}
.intro:before {
  height: 83px;
  width: 100%;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  background: url(./images/border.svg) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (min-width: 580px) {
  .intro:before {
    height: 123px;
  }
}

.img-responsive img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.swiper-pagination {
  position: relative !important;
  padding-top: 2rem !important;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: #F9E8E8;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E13C3C;
}

.wp-block-heading.icon {
  position: relative;
  display: inline-block;
}
.wp-block-heading.icon:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 42px;
  height: 53px;
  background: url(./images/pig-feet-icon.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.icon:before {
    width: 53px;
    height: 66px;
  }
}

.intro-text {
  flex-direction: column !important;
}
@media screen and (min-width: 1560px) {
  .intro-text {
    flex-direction: row !important;
  }
}