@charset "UTF-8";
/**************************************************
 *
 * Stylesheet contains:
 *
 * Please check documentation below
 *
 ***************************************************/
/***************************************************
*
* PROJECT DOCUMENTATION
*
* This stylesheet is a copy of SYNAXUS, and will
* be continued with pure CSS
*
* style.css as the main stylesheet follows the structure of sub stylesheets, written after the SMACSS method
*
*
***************************************************/

/**************************************************
*
* Base: Override Bootstrap styles, definition of
* general settings for HTML-elements
*
* https://getbootstrap.com/docs/5.0/content/
*
* Specify settings in your module or layout scss-files
*
***************************************************/
body {
  padding-top: 4.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  color: #000;
}
@media (min-width: 768px) {
  body {
    /*padding-top: 6rem;*/
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 8.125rem;
  }
}

/*
* Headings
 */
/* General headline styles */
/* Site title */
h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 65px;
  }
}

.page-synaxus-search h1, .page-synaxus-search .h1 {
  color: #72ae00;
}

.synaxus-search-query {
  color: #000;
}

/* Section title */
h2, .h2 {
  font-weight: 300;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    margin-top: 17px;
    margin-bottom: 11px;
    font-size: 56px;
  }
}

/*
* Text
 */
/* Normal paragraph */
p {
  font-weight: 300;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 24px;
  }
}

/* Switch to condensed font style */
.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

/* Bold */
/*
* Footnote
 */
.small {
  font-weight: 300;
  font-size: 12px;
}

/*
* Lists
 */
/* List reset */
ul, ol {
  padding-left: 20px;
  list-style-type: none;
}

/*
Links
 */
/* Links with transitions */
a {
  font-weight: 400;
  color: #72ae00;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Avoid underlines */
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

/*
* Buttons
 */
/* Search button */
.search-button {
  padding: 0;
  border: none;
  transform: scale(1.1);
}

/* Change class name for link button */
.synaxus-cta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.825rem;
  font-weight: 300;
  text-transform: uppercase;
  /* color: white; */
  background-color: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.7);
  border-radius: unset;
}
@media (min-width: 1200px) {
  .synaxus-cta {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .synaxus-cta {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .synaxus-cta {
    font-size: 1.166666875rem;
    border-width: 0.1875rem;
  }
}
.synaxus-cta:hover,
.synaxus-cta:focus {
  color: black !important;
  background-color: white;
}

/*
* Blockquote
 */
/*
* Search label
 */
/*
* Condensed
 */
.condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

/**************************************************
*
* 3 Nav: Customize Bootstrap nav menus
*
* https://getbootstrap.com/docs/5.0/components/navs-tabs/
* Write everything down here that has to do with user navigation

*
***************************************************/
/**************************************************
 *
 * Main Nav
 *
 ***************************************************/
.navbar-brand {
  position: relative;
  padding-left: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    padding-left: 1.65625rem;
    font-size: 5rem;
  }
}

.navbar-brand > svg {
  width: 8rem;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-brand > svg {
    width: 10rem;
  }
}
@media (min-width: 992px) {
  .navbar-brand > svg {
    width: 12.5rem;
  }
}

  height: 0;
  border-top: 8.4rem;
  border-right: 3.12rem;
  border-left: 3.12rem;
  z-index: 534;
}


.page-template-page-smheader .navbar-brand::after,
.search-results .navbar-brand::after {
  visibility: hidden;
}

.navbar-toggler {
  font-size: 2rem;
  border: unset;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 2rem;
  }
}

.navbar-toggler-icon {
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3e%3cpath stroke='rgba%28114, 174, 0, 1%29' stroke-linecap='square' stroke-miterlimit='8' stroke-width='9' d='M5 10h1215M4 30h1215M5 50h1215'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .navbar-toggler-icon {
    width: 4.5rem;
  }
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none !important;
  color: transparent;
}

.navbar-collapse {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1024;
}

#mainNav {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

@media (min-width: 1200px) {
  #mainNav ul {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.navbar-collapse .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 500;
  color: #72ae00;
}

.navbar-collapse .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link:active {
  color: #50524c;
}

/* 2nd level dropdown */
.dropdown-menu {
  top: -0.15rem;
  width: auto;
  font-size: 1.15rem;
  color: #72ae00;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-top: 1px solid white;
  border-radius: unset;
  z-index: 1026;
}

.dropdown-toggle::after {
  display: none;
}

/* 3rd level dropdown */
.dropdown-menu li:hover .dropdown-menu {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dropdown-menu li:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    top: -0.55rem !important;
    left: 20.75rem;
  }
}
.dropdown-item {
  font-weight: 500;
  color: #72ae00;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  color: #50524c;
  background-color: transparent;
}

.dropdown-menu {
  left: 0;
  width: 20rem;
}

.dropdown-menu li:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 20rem;
}

/**************************************************
 *
 * Sub Nav
 *
 ***************************************************/
.sub-nav {
  position: relative;
}
@media (min-width: 1200px) {
  .sub-nav {
    margin-top: -4.75rem;
    height: 4.8125rem;
  }
}

.sub-nav .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
}
@media (min-width: 1200px) {
  .sub-nav .nav-link {
    padding-top: 1rem;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .sub-nav .nav-item:first-child .nav-link {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .sub-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sub-nav a {
    padding-left: 0;
  }
}
.sub-nav .nav-link:hover,
.sub-nav .nav-link:active {
  color: #dbdcdd;
}

/**************************************************
 *
 * Footer Nav
 *
 ***************************************************/
.footer-nav {
  position: relative;
}

.footer-nav h6, .footer-nav .h6 {
  padding-top: 2rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 300;
  color: white;
}
@media (min-width: 1200px) {
  .footer-nav h6, .footer-nav .h6 {
    padding-top: 3.125rem;
  }
}

.footer-nav .nav-link,
.footer-nav .menu-item > a {
  font-size: 1rem;
  font-weight: 300;
  color: white;
}

.footer-nav h6 a, .footer-nav .h6 a {
  color: white;
  text-decoration: none;
}

.footer-bottom .footer-nav .nav {
  
}

@media screen and (max-width: 1199px) {
  .footer-bottom .footer-nav .nav {
    display: block;
  }
}
.footer-bottom .footer-nav .policy-item > a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .footer-nav .policy-item > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-nav .page_item > a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.footer-bottom .nav-link {
  padding-top: 0;
}

/**************************************************
 *
 * Search
 *
 ***************************************************/
@media (min-width: 1200px) {
  .btn-search {
    padding-right: 1rem;
  }
}

.btn-search svg {
  width: 1.5rem;
  height: auto;
  transform: rotate(90deg);
  color: #72ae00;
}
@media (min-width: 1200px) {
  .btn-search svg {
    width: 2.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*	Scroll up button. For connection and JS behaviour check js/synaxus.js
/* -------------------------------------------------------------------------- */
.scroll-up {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  border: 0.0625rem black solid;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
}

.scroll-up:hover.scrolled {
  border-color: transparent;
  box-shadow: 1px 1px 3px #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scroll-up.scrolled {
  display: block;
}

/**************************************************
*
* 4 Modules: Module and component styling. Use Bootstrap components.
*
* https://getbootstrap.com/docs/5.0/components/
*
* You are free to write your own components and style them here or
* in a seperate scss-file
*
***************************************************/
/**************************************************
 *
 * Front Page Modules
 *
 ***************************************************/
/**************************************************
 *
 * Contact
 *
 ***************************************************/
.synaxus-contact {
  display: none;
  position: absolute;
  top: 11.5rem;
  right: 0;
  z-index: 1295;
}
@media (min-width: 992px) {
  .synaxus-contact {
    display: block;
  }
}
@media (min-width: 1200px) {
  .synaxus-contact {
    position: fixed;
    top: 15rem;
  }
}

.clip-wrap {
  /* border: 1px solid white; */
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

#triangle-topright {
  width: 5rem;
  height: 10.25rem;
  clip-path: polygon(100% 1%, 0 1%, 100% 100%);
  background-color: #72ae00;
}
@media (min-width: 992px) {
  #triangle-topright {
    width: 5rem;
    height: 10.25rem;
    clip-path: polygon(100% 1%, 0 1%, 100% 100%);
    background-color: #72ae00;
  }
}

.synaxus-contact .mail-icon {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  width: 5rem;
  height: 3rem;
  color: white;
  background-color: #72ae00;
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.mail-icon svg {
  width: 3rem;
  height: 3rem;
}

.mail-icon img {
  width: 3rem;
  height: 3rem;
}

/**************************************************
 *
 * Carousels
 *
 ***************************************************/
/* Indicators */
.carousel-indicators {
  bottom: 0.25rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: 10vh;
    margin-bottom: 1rem;
  }
}

.carousel-indicators [data-bs-target] {
  width: 1rem;
  height: 0.25rem;
  padding: 0;
  margin-right: 0.09375rem;
  margin-left: 0.1875rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.09375rem solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (min-width: 1200px) {
  .carousel-indicators [data-bs-target] {
    width: 2.667vh;
    height: 0.667vh;
    margin-right: 0.0025vh;
    margin-left: 0.0025vh;
    border-width: 0.25vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #72ae00;
  border-color: white;
}

/* Caption in slider and page hero */
.carousel-caption {
  position: absolute;
  max-height: 30%;
  right: 0;
  top: 0.5rem;
  left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1029;
  text-align: left;
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 5rem;
  }
}

@media (min-width: 992px) {
  .carousel-caption {
    top: 8.75rem;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    top: 14rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .carousel-caption {
    top: 19rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 1680px) {
  .carousel-caption {
    top: 20.625rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
/* Caption in Template 470 */
@media (min-width: 1200px) {
  .page-template-page-smheader .carousel-caption {
    top: 9.375vw;
  }
}

.carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .carousel-caption h1, .carousel-caption .h1,
  .carousel-caption h2,
  .carousel-caption .h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .carousel-caption h1, .carousel-caption .h1,
  .carousel-caption h2,
  .carousel-caption .h2 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {
  .carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 45px;
  }
}

@media screen and (min-width: 1680px) {
  .carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2 {
    margin-top: 17px;
    margin-bottom: 9px;
    font-size: 65px;
  }
}
.page-template-page-smheader .carousel-caption h1, .page-template-page-smheader .carousel-caption .h1,
.page-template-page-smheader .carousel-caption h2,
.page-template-page-smheader .carousel-caption .h2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1680px) {
  .page-template-page-smheader .carousel-caption h1, .page-template-page-smheader .carousel-caption .h1,
.page-template-page-smheader .carousel-caption h2,
.page-template-page-smheader .carousel-caption .h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.synaxus-slider-text {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .synaxus-slider-text {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .synaxus-slider-text {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .synaxus-slider-text {
    width: 1200px;
  }
}

.synaxus-slider-text p {
  margin-right: auto;
  margin-left: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .synaxus-slider-text p {
    margin-top: 2px;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.16;
  }
}

@media (min-width: 992px) {
  .synaxus-slider-text p {
    margin-top: 2px;
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 1.16;
  }
}
@media (min-width: 1440px) {
  .synaxus-slider-text p {
    margin-bottom: 28px;
    font-size: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .synaxus-slider-text p {
    margin-bottom: 28px;
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .carousel-control-prev,
.carousel-control-next {
    display: none;
  }
}

/**************************************************
 *
 * WP Gallery module
 *
 ***************************************************/
.blocks-gallery-item figure {
  max-width: 15rem;
}

/**************************************************
 *
 * Referenzen module
 *
 ***************************************************/
.synaxus-referenzen h3, .synaxus-referenzen .h3 {
  color: white;
}

.synaxus-referenzen ul {
  padding-top: 1.5rem;
}
@media (min-width: 1200px) {
  .synaxus-referenzen ul {
    padding-top: 3rem;
  }
}

.synaxus-referenzen ul li {
  padding-left: 0;
  display: inline-block;
  font-weight: 400;
  list-style-type: disc;
  font-size: 1.25rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .synaxus-referenzen ul li {
    /* font-size: 1.5rem; */
    font-size: 24px;
  }
}

.synaxus-referenzen ul li:before {
  content: " ·";
  margin-right: 0.5rem;
}

.synaxus-referenzen ul li:not(:last-child) {
  margin-right: 0.5rem;
}

/**************************************************
 *
 * Statement module
 *
 ***************************************************/
.wp-block-group.syn-statement {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

/**************************************************
 *
 * Tooltips module
 *
 ***************************************************/
.planung {
  position: absolute;
  width: 12%;
  height: 16.5%;
  font-size: 0.65rem;
  color: white;
}
@media (min-width: 992px) {
  .planung {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .planung {
    font-size: 1.25rem;
  }
}

.planung::after {
  position: absolute;
  top: 120%;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .planung::after {
    font-size: 24px;
  }
}

.tooltip .tooltip-inner p {
  font-size: 0.875rem;
}

#gewinn-und-verlustrechnung {
  top: 36%;
  left: 14%;
}

#gewinn-und-verlustrechnung::after {
  content: "GuV";
}

#vertriebsplanung {
  top: 36%;
  left: 33.9%;
}

#vertriebsplanung::after {
  content: "Vertrieb";
}

#kostenstellen {
  top: 36%;
  left: 53.8%;
}

#kostenstellen::after {
  content: "Kosten- \astellen";
  white-space: pre-wrap;
}
@media (min-width: 1200px) {
  #kostenstellen::after {
    content: "Kostenstellen";
  }
}

#personalkosten {
  top: 36%;
  left: 73.7%;
}

#personalkosten::after {
  content: "Personal";
}

#cash-flow {
  top: 67.5%;
  left: 14%;
}

#cash-flow::after {
  content: "Cash flow";
}

#profit-center {
  top: 67.5%;
  left: 33.9%;
}

#profit-center::after {
  content: "Profit Center";
}

#bilanz {
  top: 67.5%;
  left: 53.8%;
}

#bilanz::after {
  content: "Konsoli- \a dierung";
  white-space: pre-wrap;
}
@media (min-width: 1200px) {
  #bilanz::after {
    content: "Konsolidierung";
  }
}

#bilanzplanung {
  top: 67.5%;
  left: 73.7%;
}

#bilanzplanung::after {
  content: "Bilanz Projektion";
}

/**************************************************
 *
 * Erstkontakt module
 *
 ***************************************************/
/* Module settings */
.synaxus-cta-initial-contact {
  min-height: 20rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 1200px) {
  .synaxus-cta-initial-contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 1600px) {
  .synaxus-cta-initial-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

/* Headline */
.cta-initial-contact-title {
  margin-bottom: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  /* color: white; */
}
@media (min-width: 1200px) {
  .cta-initial-contact-title {
    margin-top: 17px;
    margin-bottom: 9px;
    font-size: 45px;
  }
}

/**************************************************
 *
 * nedyx Whitepaper module
 *
 ***************************************************/
/* Module settings */
.synaxus-cta-whitepaper-lc {
  min-height: 20rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 1200px) {
  .synaxus-cta-whitepaper-lc {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

/* Headline */
.cta-whitepaper-lc-title {
  margin-bottom: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: white;
}
@media (min-width: 1200px) {
  .cta-whitepaper-lc-title {
    margin-top: 17px;
    margin-bottom: 9px;
    font-size: 45px;
  }
}

/**************************************************
 *
 * Text/Image module CTA
 *
 ***************************************************/
/* Module settings */
.synaxus-cta-text-image {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
/* Headline */
.cta-text-image-title {
  margin-bottom: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 33px;
  line-height: 1.2;
  hyphens: auto;
}
@media (min-width: 1200px) {
  .cta-text-image-title {
    font-size: 65px;
  }
}

/* Sub headline */
.text-image-text p {
  margin-bottom: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .text-image-text p {
    font-size: 45px;
  }
}

/**************************************************
 *
 * Text/Image module
 *
 ***************************************************/
/* Module settings */
.synaxus-text-image-module {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 1200px) {
  .synaxus-text-image-module {
    /* height: calc(100vw * 0.379875); */
  }
}

/* Sub headline */
.text-image-text p {
  margin-bottom: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .text-image-text p {
    font-size: 45px;
  }
}

/**************************************************
 *
 * Search results
 *
 ***************************************************/
.synaxus-search-result .card-title {
  font-size: 1.875rem;
  color: #72ae00;
}

.synaxus-search-result .card-link {
  padding: 0.25rem 0.5rem;
  font-weight: 300;
  text-decoration: none;
  color: #72ae00;
  background-color: white;
  border: 0.0875rem solid #72ae00;
}

.synaxus-search-result .card-link:hover,
.synaxus-search-result .card-link:focus {
  color: white;
  background-color: #72ae00;
}

/**************************************************
 *
 * Galleries
 *
 ***************************************************/
/**************************************************
 *
 * Footer elements
 *
 ***************************************************/
.synaxus-legal span {
  padding: 0.75rem;
  font-weight: 300;
  color: white;
}

/**************************************************
*
* 5 Layout: Settings for paddings and margins
*
* https://getbootstrap.com/docs/5.0/layout/overview/
*
* Basic layout settings can be configured with HTML mark up
* and Bootstrap classes
*
* Sections can be listed page wise
*
***************************************************/
.synaxus-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* 22-07-22: Special customer wish for Tablets */
@media (min-width: 992px) and (max-width: 1199px) {
  .synaxus-wrapper {
    padding-left: 21px;
  }
}

@media (min-width: 1200px) {
  .synaxus-wrapper {
    max-width: 1200px;
  }
}

/* Page header */
.page-header {
  background-color: white;
  transition: top 0.2s ease-in-out;
}

/* Helper class for JS */
.nav-up {
  top: -30rem;
}

.scrolled {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}

.synaxus-hidden.navbar-brand::after {
  display: none;
}

/* Navbar */
.synaxus-navbar {
  background-color: white;
}

/* Spacing */
.synaxus-search,
.synaxus-langswitcher,
.navbar-toggler {
  margin: 0 0.5rem;
}

/* Toggler */
.navbar-toggler {
  margin-right: 0;
}

/* Search label */
@media screen and (max-width: 575px) {
  .search-label {
    position: absolute;
    top: 4.5rem;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    left: 0;
    width: 100%;
  }

  .search-label .form-control {
    border: unset;
    border-top: 1px solid #dbdcdd;
    border-radius: unset;
  }
}
/* Hero Image */
.hero-image {
  position: relative;
}

.hero-image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*
* Sub Nav
 */
.subnav-container {
  position: relative;
  background-color: #72ae00;
  z-index: 800;
}
@media (min-width: 1200px) {
  .subnav-container {
    background-color: rgba(114, 174, 0, 0.6);
  }
}

/**************************************************
 *
 * Front Page
 *
 ***************************************************/
.article-header,
.article-content {
  z-index: 1048;
}

.article-header {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .article-header {
    padding-top: 3rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .article-header {
    padding-top: 5.5vh;
    padding-bottom: 3.25rem;
  }
}

/*
* Group Synaxus Referenzen
 */
.synaxus-referenzen {
  color: white;
  background: #72ae00;
  background-image: url("../img/wf_referenzen.png");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position-x: right;
}
@media (min-width: 768px) {
  .synaxus-referenzen {
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .synaxus-referenzen {
    background-size: cover;
  }
}

/*
* Lazy Block Planungsgrafik
 */
.wp-block-lazyblock-planungsgrafik > .wp-block-group > * {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-lazyblock-planungsgrafik > .wp-block-group:first-of-type {
  padding-top: 0;
}

.synaxus-planning-img {
  width: 100% !important;
}

/**************************************************
 *
 * Feature modules (Lazy Blocks)
 *
 ***************************************************/
/* Basic CSS class */
.synaxus-feature-module {
  min-height: 1px;
}
@media (min-width: 1200px) {
  .synaxus-feature-module {
    min-height: 300px;
  }
}

/*
* Erstkontakt module
*/
.synaxus-cta-initial-contact {
  margin: 3rem auto;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 1200px) {
  .synaxus-cta-initial-contact {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    background-position: center center;
  }
}

/*
* nedyx Whitepaper module
*/
.synaxus-cta-whitepaper-lc {
  margin: 3rem auto;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 1200px) {
  .synaxus-cta-whitepaper-lc {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    background-position: center center;
  }
}

/*
* Lazy Block Feature-Komponente Text-Bild
 */
.synaxus-cta-text-image {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .synaxus-cta-text-image {
    background-size: 100% auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .synaxus-cta-text-image[style] {
    
  }
}

@media (min-width: 1200px) {
  .synaxus-cta-text-image {
    background-size: cover;
    background-position: center center;
  }
}

/*
* Lazy Block Feature-Komponente Text-Bild
 */
.synaxus-text-image-module {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .synaxus-text-image-module {
    background-position: center center;
  }
}

/**************************************************
 *
 * Colors
 *
 ***************************************************/
.synaxus-green {
  color: #72ae00;
  border-color: #72ae00;
}

.synaxus-black {
  color: #000;
  border-color: #000;
}

.synaxus-white {
  color: white;
  border-color: white;
}

.synaxus-gray {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.synaxus-bg-gray {
  background-color: #dbdcdd;
}

.synaxus-bg-green {
  background-color: #72ae00;
}

.syn-green {
  color: #72ae00;
  border-color: #72ae00;
}

.syn-black {
  color: #000;
  border-color: #000;
}

.syn-white {
  color: white;
  border-color: white;
}

.syn-gray {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.syn-bg-gray {
  background-color: #dbdcdd;
}

.syn-bg-green {
  background-color: #72ae00;
}

.syn-bg-green-bright {
  background-color: #93c13b;
}

.has-green-background-color {
  background-color: #72ae00;
}

/**************************************************
 *
 * Footer
 *
 ***************************************************/
/* Page footer */
.page-footer {
  background-color: #50524c;
}
@media (min-width: 1200px) {
  .page-footer {
    /*padding-top: 3.125rem;*/
    padding-top: 0;
  }
}

.footer-top,
.footer-bottom {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .footer-top,
.footer-bottom {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .footer-top {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
@media (min-width: 1200px) {
  .footer-bottom {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}

.synaxus-legal {
  padding-left: 1rem;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .synaxus-legal {
    padding-left: 1.0625rem;
  }
}

/**************************************************
*
* 6 Gutenberg: Settings for Gutenberg Blocks
*
*
* Test stylesheet for Gutenberg Blocks.
* Native and Customized
*
*
***************************************************/
/**************************************************
 *
 * Page settings for Gutenberg editor
 *
 ***************************************************/
/* Mixins for Gutenberg */
.synaxus-gutenberg > h1, .synaxus-gutenberg > .h1,
.synaxus-gutenberg > h2,
.synaxus-gutenberg > .h2,
.synaxus-gutenberg > h3,
.synaxus-gutenberg > .h3,
.synaxus-gutenberg > h4,
.synaxus-gutenberg > .h4,
.synaxus-gutenberg > p,
.synaxus-gutenberg > .wp-block-image img,
.synaxus-gutenberg > .wp-block-gallery,
.synaxus-gutenberg > .wp-block-group > * {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .synaxus-gutenberg > h1, .synaxus-gutenberg > .h1,
.synaxus-gutenberg > h2,
.synaxus-gutenberg > .h2,
.synaxus-gutenberg > h3,
.synaxus-gutenberg > .h3,
.synaxus-gutenberg > h4,
.synaxus-gutenberg > .h4,
.synaxus-gutenberg > p,
.synaxus-gutenberg > .wp-block-image img,
.synaxus-gutenberg > .wp-block-gallery,
.synaxus-gutenberg > .wp-block-group > * {
    max-width: 1200px;
  }
}

/* Additional settings */
.synaxus-gutenberg {
  /* Block group */
  /* Bold */
  /* Blockquote */
  /* List styles */
  /* Block image */
}
.synaxus-gutenberg .wp-block-group {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-group {
    /*padding-top: 6.25rem;
    padding-bottom: 6.25rem;*/
  }
}
.synaxus-gutenberg .wp-block-group:first-of-type {
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-group:first-of-type {
    /* padding-top: 6.25rem; */
  }
}
.synaxus-gutenberg .wp-block-group p {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.708333;
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-group p {
    margin-top: 11px;
    margin-bottom: 11px;
  }
}
.synaxus-gutenberg .wp-block-group p:last-of-type {
  margin-bottom: 0;
}
.synaxus-gutenberg h2 + .wp-block-group, .synaxus-gutenberg .h2 + .wp-block-group {
  padding-top: 0;
}
.synaxus-gutenberg .wp-block-group strong,
.synaxus-gutenberg .wp-block-group b {
  font-weight: 400;
  color: #72ae00;
}
.synaxus-gutenberg .wp-block-quote p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  color: #72ae00;
}
@media (min-width: 768px) {
  .synaxus-gutenberg .wp-block-quote p {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-quote p {
    font-size: 24px;
  }
}
.synaxus-gutenberg .wp-block-group__inner-container ul {
  margin-bottom: 0;
}
.synaxus-gutenberg .wp-block-group ul,
.synaxus-gutenberg .wp-block-group ol {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.708333;
  list-style-position: outside;
}
@media (min-width: 992px) {
  .synaxus-gutenberg .wp-block-group ul,
.synaxus-gutenberg .wp-block-group ol {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-group ul,
.synaxus-gutenberg .wp-block-group ol {
    margin-top: 23px;
    margin-bottom: 32px;
    margin-left: 20px;
    font-size: 24px;
  }
}
.synaxus-gutenberg .wp-block-group ul {
  list-style-type: disc;
}
.synaxus-gutenberg .wp-block-group ol {
  list-style-type: decimal;
}
.synaxus-gutenberg .wp-block-group ul.list-unstyled {
  list-style-type: none;
}
.synaxus-gutenberg .wp-block-image {
  text-align: center;
}
.synaxus-gutenberg .wp-block-image > img {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .synaxus-gutenberg .wp-block-image > img {
    max-width: 1200px;
  }
}
.synaxus-gutenberg .wp-block-gallery {
  text-align: center;
}
.synaxus-gutenberg .blocks-gallery-item {
  text-align: center;
}

/*
* Galleries
 */
/* 2 column galleries with max-width */
.blocks-gallery-item {
  align-items: center;
}

.page-546 {
  /* Block group */
  /* Blockquote */
  /* List */
}
.page-546 .wp-block-group {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-right: 15px;
  padding-bottom: 2rem;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .page-546 .wp-block-group {
    /* max-width: 1200px; */
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.page-546 .wp-block-group__inner-container {
  width: 1200px;
}
.page-546 .wp-block-quote {
  display: flex;
  justify-content: center;
  min-height: 40vh;
}
.page-546 .wp-block-quote p {
  align-self: center;
  max-width: 600px;
}
.page-546 .wp-block-group ul {
  margin: 5rem 1.5rem;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  list-style-type: disc;
  list-style-position: outside;
}

/*
* Color picker presets
 */
.has-black-color {
  color: #000;
}

.has-green-color {
  color: #72ae00;
}

.has-gray-color {
  color: #7f7f7f;
}

.has-white-color {
  color: #fff;
}

/**************************************************
*
* 6 Plugins: Styles for Plugins
*
*
***************************************************/
/**************************************************
 *
 * Contact form 7
 *
 ***************************************************/
/*
* General settings
 */

/* Form */
.wpcf7-form {
  max-width: 100%;
}

/* Reset margin on paragraphs */
.wpcf7-form p {
  margin-bottom: 0;
}

/* Input fields */
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
}

/* E-mail and submit input reset */
.wpcf7-submit {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.825rem;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  background-color: #72ae00;
  border: 0.0625rem solid #72ae00;
  border-radius: unset;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
  .wpcf7-submit {
    font-size: 1.166666875rem;
    border-width: 0.1875rem;
  }
}

/* Disabled state */
.wpcf7 .wpcf7-submit:disabled {
  color: white;
  background-color: #dbdcdd;
  border: 0.0625rem solid white;
  opacity: 0;
}

@media (min-width: 1200px) {
  .wpcf7 .wpcf7-submit:disabled {
    border-width: 0.1875rem;
  }
}

/* Legal text / Acceptance label */
.wpcf7-list-item-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.form-check {
  padding-left: 0;
}

.form-check .wpcf7-list-item {
  margin-left: 0;
}

/* Form check */
.synaxus-cta-initial-contact .form-check {
  margin-top: 20px;
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;

}

.synaxus-cta-whitepaper-lc .form-check {
  margin-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Legal text */
.form-check-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.85rem;
}
@media (min-width: 1200px) {
  .form-check-label {
    font-size: 12px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin-top: -40px;
  margin-left: 0;
}

/*
* Synaxus CTA Initial Contact
*/
.synaxus-cta-initial-contact .wpcf7-form input[type=email] {
  border: transparent;
  border-radius: unset;
  background-color: #fff;
}

.synaxus-cta-initial-contact .wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  left: 0;
  color: red;
  background-color: rgba(255,255,255,0.5);
  border-color: transparent;
}

/*
* Synaxus CTA Whitepaper lc
*/
.synaxus-cta-whitepaper-lc .wpcf7-form input[type=email] {
  border: transparent;
  border-radius: unset;
  background-color: #fff;
}

/* Form check */
.synaxus-cta-initial-contact .form-check {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* color: white; */
}

.synaxus-cta-initial-contact .wpcf7-list-item-label a {
  color: #000;
}

.synaxus-cta-whitepaper-lc .form-check {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
}

.synaxus-cta-whitepaper-lc .form-check-label a {
  color: #000;
}

.syn-btn-submit {
  color: white;
  background-color: transparent;
  border: 0.1875rem solid rgba(255, 255, 255, 0.7);
  border-radius: unset;
}
@media (min-width: 1200px) {
  .syn-btn-submit {
    width: 33%;
  }
}

.syn-btn-submit:hover,
.syn-btn-submit:focus {
  color: black;
  background-color: white;
}

/**************************************************
 *
 * WPML
 *
 ***************************************************/
.synaxus-langswitcher,
.synaxus-langswitcher a {
  display: block;
  padding-top: 0.1rem;
  padding-bottom: 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
@media (min-width: 1200px) {
  .synaxus-langswitcher,
.synaxus-langswitcher a {
    font-size: 1.2rem;
  }
}

/*
* Innenabstand figure
 */
/* Block image */
.wp-block-image {
  text-align: center;
}
.wp-block-image > img {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .wp-block-image > img {
    max-width: 1200px;
  }
}
