@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?mxu0sz");
  src: url("../icomoon/fonts/icomoon.eot?mxu0sz#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?mxu0sz") format("truetype"), url("../icomoon/fonts/icomoon.woff?mxu0sz") format("woff"), url("../icomoon/fonts/icomoon.svg?mxu0sz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e90b";
}

.icon-angle-down:before {
  content: "\e908";
}

.icon-angle-right:before, .slick-next:before {
  content: "\e909";
}

.icon-angle-left:before, .slick-prev:before {
  content: "\e90a";
}

.icon-envelope:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e900";
}

.icon-icon-youtube:before {
  content: "\e901";
}

.icon-icon-email:before {
  content: "\e902";
}

.icon-icon-facebook:before {
  content: "\e903";
}

.icon-icon-googleplus:before {
  content: "\e904";
}

.icon-icon-slideshare:before {
  content: "\e905";
}

.icon-icon-twitter:before {
  content: "\e906";
}

.icon-icon-search:before {
  content: "\e911";
}

.icon-clear:before {
  content: "\e912";
}

.float--right {
  float: right !important;
}

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

.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ojfit img, .youtube-wrap .flex, .youtube-wrap img, .img-hover .flex, .home-header .object-fit-con,
.page-header .object-fit-con, .object-fit-con img, .iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .hidden--sm {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  .show--sm {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  .hidden--md {
    display: none !important;
  }
}

@media only screen and (min-width: 801px) {
  .show--md {
    display: none !important;
  }
}

@media only screen and (max-width: 1020px) {
  .hidden--lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1021px) {
  .show--lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sm-block {
    display: block;
    float: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-center {
    text-align: center;
  }
  .sm-center .grid__item {
    margin-bottom: 1rem;
  }
}
.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.nav-mobile__inner ul::after, .header-nav::after, .grid::after, .container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

.alignnone {
  margin-left: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
  Widths
*/
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.three-fifths {
  width: 60%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }
  .xl-one-half {
    width: 50%;
  }
  .xl-one-third {
    width: 33.333%;
  }
  .xl-two-thirds {
    width: 66.666%;
  }
  .xl-one-quarter {
    width: 25%;
  }
  .xl-three-quarters {
    width: 75%;
  }
  .xl-one-fifth {
    width: 20%;
  }
  .xl-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }
  .lg-one-half {
    width: 50%;
  }
  .lg-one-third {
    width: 33.333%;
  }
  .lg-two-thirds {
    width: 66.666%;
  }
  .lg-one-quarter {
    width: 25%;
  }
  .lg-three-quarters {
    width: 75%;
  }
  .lg-one-fifth {
    width: 20%;
  }
  .lg-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }
  .md-one-half {
    width: 50%;
  }
  .md-one-third {
    width: 33.333%;
  }
  .md-two-thirds {
    width: 66.666%;
  }
  .md-one-quarter {
    width: 25%;
  }
  .md-three-quarters {
    width: 75%;
  }
  .md-one-fifth {
    width: 20%;
  }
  .md-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }
  .sm-one-half {
    width: 50%;
  }
  .sm-one-third {
    width: 33.333%;
  }
  .sm-two-thirds {
    width: 66.666%;
  }
  .sm-one-quarter {
    width: 25%;
  }
  .sm-three-quarters {
    width: 75%;
  }
  .sm-one-fifth {
    width: 20%;
  }
  .sm-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }
  .xs-one-half {
    width: 50%;
  }
  .xs-one-third {
    width: 33.333%;
  }
  .xs-two-thirds {
    width: 66.666%;
  }
  .xs-one-quarter {
    width: 25%;
  }
  .xs-three-quarters {
    width: 75%;
  }
  .xs-one-fifth {
    width: 20%;
  }
  .xs-three-fifths {
    width: 60%;
  }
}
/*
    <section class="container">
        <div class="grid">
            <div class="grid__item"></div>
        </div>
    </section>
*/
.container {
  max-width: 1210px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 800px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 53.25rem !important;
}

.container--tiny {
  max-width: 800px !important;
}

/*
    <div class="grid">
        <div class="grid__item  one-third"> 
            content
        </div> 
        <div class="grid__item  two-thirds"> 
            content
        </div>
   </div>
*/
.grid {
  margin-left: -2rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 2rem;
}

.grid--narrow {
  margin-left: -1rem;
}
.grid--narrow .grid__item {
  padding-left: 1rem;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -4rem;
}
.grid--wide .grid__item {
  padding-left: 4rem;
}

.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter > .flex__item {
  padding-left: 2rem;
}

.flexgrid--wide {
  margin-left: -3rem;
}
.flexgrid--wide > .flex__item {
  padding-left: 3rem;
}

.flexgrid--narrow {
  margin-left: -1rem;
}
.flexgrid--narrow > .flex__item {
  padding-left: 1rem;
}

.flex--end {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex--middle {
  -ms-align-items: center;
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}
.flex--between {
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex--center {
  -ms-justify-content: center;
  justify-content: center;
}

.flex__bottom {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex1 {
  flex: 1;
}

.flex--wrap {
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .md-block {
    display: block;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-flex--column {
    flex-direction: column;
  }
  .md-order--1 {
    order: 1;
  }
  .md-order--2 {
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .sm-block {
    display: block;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .xs-block {
    display: block;
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Media
*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

figure {
  max-width: 100%;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

.block--logos img,
.flex--events img {
  width: 100%;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/_splendid_s/fonts/tajawal-light.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/_splendid_s/fonts/tajawal-regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/_splendid_s/fonts/tajawal-medium.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/_splendid_s/fonts/tajawal-bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-family: "Tajawal", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #004c6c;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 15px;
  }
}

*::-moz-selection {
  background: #004c6c;
  color: white;
}

*::selection {
  background: #004c6c;
  color: white;
}

[data-target] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #004c6c;
}
a:hover {
  color: #002839;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

.red, .orange {
  color: #fa801f;
}

.blue, .light-blue {
  color: #3099d0;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "Tajawal", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.green {
  color: #8ba826;
}

h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 1.95rem;
  line-height: 1.1282051282;
}
@media only screen and (max-width: 1020px) {
  h1, .alpha {
    font-size: 1.95rem;
    line-height: 1.1282051282;
  }
}
h1 + h2, .alpha + h2 {
  font-size: 1.75rem;
}

h2, .beta {
  font-size: 1.95rem;
  line-height: 1.1282051282;
}
.single h2, .single .beta {
  font-size: 1.75rem;
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.1333333333;
}
h3 .home, .gamma .home {
  font-size: 2.5rem;
  line-height: 1.1;
}

h4, .delta {
  font-size: 1.1rem;
  line-height: 1.0909090909;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.4;
}

h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.2142857143;
}

p, blockquote,
pre, dl {
  margin: 0 0 1rem;
}

p a, blockquote a,
pre a, dl a, .text a, .section a {
  color: #8ba826;
}
p a:hover, blockquote a:hover,
pre a:hover, dl a:hover, .text a:hover, .section a:hover {
  color: #cccd00;
}

pre, p code, code {
  padding: 1.2rem 1.5rem 1rem;
  background: #f6f7f9;
  display: block;
}

pre > code {
  padding: 0;
}

.grosstext {
  text-align: left;
  border-left: 6px solid #dddc2e;
  color: #c1cd23;
  font-size: 1.95rem !important;
  line-height: 35px;
  margin: 0px 4px 4px 4px;
  padding-left: 30px;
  text-transform: none;
}

blockquote {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #bbbdc0;
  margin: 4rem 0;
}

.btn, .mcnButton, .comment-reply-link, input[type=submit],
a span.btn,
.green-submit,
.btn--secondary {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  color: white !important;
  background-color: #004c6c;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, .mcnButton:hover, .comment-reply-link:hover, input[type=submit]:hover,
a span.btn:hover,
.green-submit:hover,
.btn--secondary:hover {
  color: white;
  background-color: #cccd00;
}
.btn:active, .mcnButton:active, .comment-reply-link:active, input[type=submit]:active, .btn:focus, .mcnButton:focus, .comment-reply-link:focus, input[type=submit]:focus,
a span.btn:active,
a span.btn:focus,
.green-submit:active,
.green-submit:focus,
.btn--secondary:active,
.btn--secondary:focus {
  outline: none;
}

.btn--secondary, .mcnButton, input[type=submit],
a span.btn--secondary,
.green-submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #8ba826;
}
.btn--secondary:hover, .mcnButton:hover, input[type=submit]:hover,
a span.btn--secondary:hover,
.green-submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #cccd00;
}

.btn--ghost {
  background-color: transparent;
  color: white;
}
.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  top: 0.6rem;
  right: 1rem;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  position: absolute;
  z-index: 10001;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.btn--toggle:hover {
  background: transparent;
}
.btn--toggle:hover .icon-bar {
  opacity: 0.8;
}
.btn--toggle .icon-bar {
  display: block;
  background: #FFF;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  background: #FFF;
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  background: #FFF;
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  background: #FFF;
  transform: rotate(-45deg);
  top: -7px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-nav [href="#"] {
  cursor: auto;
}
.header-nav li {
  float: left;
  margin-left: 2rem;
}
.header-nav a {
  font-size: 1.1rem;
  display: inline-block;
  color: #FFF;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  text-shadow: 3px 2px 5px #8ba826;
  position: relative;
  white-space: nowrap;
}
.scrolled .header-nav a, .page-template-page-no-header .header-nav a, .page-template-page-history .header-nav a, .single-newsletter-archiv .header-nav a, .single:not(.single-referenz) .header-nav a, .archive .header-nav a, .nav-hovered .header-nav a, .error404 .header-nav a, .blog .header-nav a, .search .header-nav a {
  text-shadow: none;
}
.scrolled .header-nav a::after, .page-template-page-no-header .header-nav a::after, .page-template-page-history .header-nav a::after, .single-newsletter-archiv .header-nav a::after, .single:not(.single-referenz) .header-nav a::after, .archive .header-nav a::after, .nav-hovered .header-nav a::after, .error404 .header-nav a::after, .blog .header-nav a::after, .search .header-nav a::after {
  box-shadow: none !important;
}
.single-referenz .header-nav .menu-item-6272 a:after {
  display: none;
}
.search .header-nav a::after {
  display: none;
}
.scrolled .header-nav a {
  padding-bottom: 1rem;
}
.header-nav > div > ul > li:hover > a {
  color: #cccd00;
}
.header-nav > div > ul > li:hover > a::after {
  background: #cccd00;
}
.header-nav .sub-menu li {
  margin-left: 2rem;
  margin-right: 2rem;
}
.header-nav .sub-menu li.current-menu-item > a, .header-nav .sub-menu li.current-menu-parent > a, .header-nav .sub-menu li.current-page-parent > a, .header-nav .sub-menu li.current_page_ancestor > a {
  color: #cccd00;
}
.header-nav > div > ul > li > .sub-menu {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
}
.header-nav .sub-menu a {
  text-shadow: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1rem;
}
.header-nav .sub-menu a::after {
  display: none;
  box-shadow: none !important;
}
.header-nav .sub-menu .sub-menu li {
  float: none;
  margin: 0;
}
.header-nav .sub-menu .sub-menu a {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.header-nav .sub-menu .sub-menu a::before {
  content: "›";
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: 1px;
}
.header-nav a:hover {
  color: #cccd00;
}
.header-nav #menu-main-nav > li[class*=current] > a {
  color: #cccd00;
}

.single-hosting .header-nav li#menu-item-6272 a, .single-referenz .header-nav li#menu-item-6272 a, .single-jobs .header-nav li#menu-item-6272 a, .single-newsletter-archiv .header-nav li#menu-item-6272 a, .single-shopware-5-handbuch .header-nav li#menu-item-6272 a, .single-shopware-6-handbuch .header-nav li#menu-item-6272 a, .single-magento-2-handbuch .header-nav li#menu-item-6272 a, .single-landingpage .header-nav li#menu-item-6272 a {
  color: white;
}

.single-hosting .header-nav li#menu-item-6272 a:hover, .single-referenz .header-nav li#menu-item-6272 a:hover, .single-jobs .header-nav li#menu-item-6272 a:hover, .single-newsletter-archiv .header-nav li#menu-item-6272 a:hover, .single-shopware-5-handbuch .header-nav li#menu-item-6272 a:hover, .single-shopware-6-handbuch .header-nav li#menu-item-6272 a:hover, .single-magento-2-handbuch .header-nav li#menu-item-6272 a:hover, .single-landingpage .header-nav li#menu-item-6272 a:hover {
  color: #cccd00;
}

@media only screen and (max-width: 1200px) {
  .header-nav .sub-menu a::before {
    display: none !important;
  }
}
/*
  $FORMS 
*/
select,
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1rem 0.5rem;
  background: #eff2f6;
  outline: none !important;
  box-shadow: none;
  color: #004c6c;
}

textarea {
  resize: vertical;
  height: 160px;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=radio] {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.paketauswahl label {
  display: inline-block;
}

label,
.label {
  font-weight: normal !important;
  display: block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.install-service label {
  padding-left: 10px;
}
.install-service input#cfwc-installationsservice {
  margin-top: 4px;
}
@media only screen and (min-width: 481px) {
  .install-service input#cfwc-installationsservice {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 801px) {
  .install-service input#cfwc-installationsservice {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1401px) {
  .install-service input#cfwc-installationsservice {
    margin-top: 8px;
  }
}

form {
  max-width: 27rem;
}
form ul li {
  padding-left: 0;
  background: transparent !important;
}
form .custom-field-wrapper {
  margin-bottom: 1.2em;
}
form .custom-field-wrapper:first-child {
  margin-top: 1.2em;
}
.woocommerce form {
  max-width: 100%;
}

#mc_embed_signup {
  max-width: 27rem;
  margin: 0 auto 1rem;
}

form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.pp {
  margin-bottom: 0.5rem;
}
.pp input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.pp span.wpcf7-list-item {
  margin: 0;
}
.pp .wpcf7-list-item-label, .pp .spanlabel {
  padding-left: 1.5rem;
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.125;
}
.pp .wpcf7-list-item-label::before, .pp .spanlabel::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  height: 1rem;
  width: 1rem;
  background: #eff2f6;
}
.pp .wpcf7-list-item-label::after, .pp .spanlabel::after {
  content: "✓";
  font-size: 1.25rem;
  position: absolute;
  top: -3px;
  left: 2px;
  color: #8ba826;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.pp input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.pp input:checked + .spanlabel::after {
  opacity: 1;
}

.indicates-required {
  float: right;
}

.select {
  position: relative;
  display: block;
}
.select::before {
  content: "▼";
  font-size: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  pointer-events: none;
  z-index: 9;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

.comment-form label {
  margin-bottom: 0;
}

.comment-body {
  margin-bottom: 2rem;
}

.comments-area ol {
  margin-bottom: 1rem;
}

.comments-title {
  font-size: 1.75rem;
}

.comment-reply-link {
  padding: 0.4rem 0.75rem 0.1rem;
  border-radius: 1rem;
}

.comment-author img {
  margin-left: 0;
  margin-bottom: 0.25rem;
}

.comment-form-cookies-consent {
  display: flex;
}
.comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.75rem;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 140px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-top: 1px;
}

[id*=f27219] form,
[id*=f27220] form,
[id*=f27221] form {
  margin: 0 auto;
}

[id*=f27220] form .wpcf7-spinner {
  display: none;
}

.header-nav > div > ul > li:hover > ul, .header-nav > div > ul > li:focus > ul, .header-nav > div > ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.header-nav > div > ul > li > ul {
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 5000;
  left: 50%;
  top: 5rem;
  transform: translateX(-50%);
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.scrolled .header-nav > div > ul > li > ul {
  top: 4.25rem;
}
.header-nav > div > ul > li > ul li {
  position: relative;
}
.header-nav > div > ul > li > ul::before {
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  background: linear-gradient(to bottom, #004c6c, rgba(0, 76, 108, 0.95));
  height: 100%;
  top: 0;
}

/*

  Transitions

  Transitions and animations

*/
.js .js-slide-fade-top, .js .js-img-slide-fade, .js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img {
  transition: all 0.4s ease-out;
}

.js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img {
  opacity: 0;
}
.js .js-img-fade.in,
.js .js-wp-editor-img.in,
.js .js-slider-img.in {
  opacity: 1;
}
.js .js-img-slide-fade {
  opacity: 0;
  transform: translateX(-5%);
}
.js .js-img-slide-fade.in {
  opacity: 1;
  transform: translateX(0%);
}
.js .js-slide-fade-top {
  opacity: 0;
  transform: translateY(-5%);
}
.js .js-slide-fade-top.in {
  opacity: 1;
  transform: translateY(0%);
}

@media only screen and (min-width: 1025px) {
  .js-fade-in {
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  .js-fade-in.js-in {
    opacity: 1;
  }
}
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #004c6c;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 7rem;
}
@media only screen and (max-width: 1020px) {
  .nav-mobile__inner {
    padding-top: 8.5rem;
  }
}
.nav-mobile-active--fixed .nav-mobile__inner {
  min-height: 120%;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-active--relative body {
  height: 100%;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul .menu-item-has-children > a {
  margin-right: 4rem;
}
.nav-mobile__inner ul .open-search {
  float: left;
  width: 50%;
}
.nav-mobile__inner ul .tel {
  float: left;
  width: 50%;
  margin-bottom: 0.5rem;
}
.nav-mobile__inner ul .tel + li {
  clear: both;
}
.nav-mobile__inner ul .tel a {
  font-size: 0 !important;
  font-family: "icomoon";
  text-align: right;
  padding-right: 2rem;
}
.nav-mobile__inner ul .tel a::before {
  content: "\e900";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  text-shadow: 2px 1px 3px rgba(139, 168, 38, 0.5);
}
.nav-mobile__inner ul.menu {
  padding-bottom: 1rem;
}
.nav-mobile__inner ul li {
  position: relative;
  display: block;
}
.nav-mobile__inner ul li > span.opener {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.25rem;
  width: 4rem;
  z-index: 9;
  cursor: pointer;
}
.nav-mobile__inner ul li > span.opener::before {
  content: "+";
  position: absolute;
  font-size: 2rem;
  line-height: 1.2;
  left: 1rem;
  top: 50%;
  margin-top: -0.75rem;
  color: #FFF;
  width: 1rem;
  text-align: center;
}
.nav-mobile__inner ul li > span.opener.js-open::before {
  content: "-";
}
.nav-mobile__inner ul a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  padding: 0.7rem 1rem 0.4rem 2rem;
}
.nav-mobile__inner ul .current-menu-item > a,
.nav-mobile__inner ul .current-menu-parent > a,
.nav-mobile__inner ul .current-page-parent > a,
.nav-mobile__inner ul .current_page_ancestor > a {
  color: #cccd00;
}
.nav-mobile__inner ul .current-menu-parent > ul,
.nav-mobile__inner ul .current_page_ancestor > ul {
  display: block;
}
.nav-mobile__inner ul .sub-menu {
  display: none;
  background: #005071;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.nav-mobile__inner ul .sub-menu li > span.opener {
  height: 2rem;
}
.nav-mobile__inner ul .sub-menu li > span.opener::before {
  font-size: 1.8rem;
}
.nav-mobile__inner ul .sub-menu a {
  font-size: 1rem;
  padding: 0.6rem 1rem 0.25rem 3rem;
}
.nav-mobile__inner ul .sub-menu .sub-menu {
  background: #005376;
}
.nav-mobile__inner ul .sub-menu .sub-menu a {
  font-weight: normal;
  padding: 0.25rem 1rem 0rem 4rem;
}

.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -2rem;
  width: 100%;
  left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.4rem;
}
.slick-dots button {
  width: 10px !important;
  height: 10px !important;
  background: #bbbdc0;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  font-size: 0;
  display: inline-block;
  padding: 0 !important;
  transition: all 0.25s ease-out;
  border-radius: 50%;
  outline: none;
}
.slick-dots .slick-active button {
  background: #cccd00;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 999;
  text-decoration: none;
  padding: 0;
  border: 0;
  top: 50%;
  margin-top: -1.5rem;
  height: 2.5rem;
  width: 1.5rem;
  background: transparent;
  font-family: "icomoon";
  transition: all 0.4s ease-out;
  color: #cccd00;
  font-size: 0;
  text-align: center;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  color: #8ba826;
}
.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
}

.slick-prev {
  left: 1rem;
}

.slick-next {
  right: 1rem;
}

.slick img {
  width: 100%;
}

.ep-autosuggest .autosuggest-list {
  padding-left: 0;
}
.ep-autosuggest .autosuggest-link {
  position: relative;
  font-family: "Tajawal", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #004c6c !important;
  top: 0;
  transform: none;
  padding-left: 40px !important;
}
.ep-autosuggest .autosuggest-list > .autosuggest-item:nth-of-type(2n+1) > .autosuggest-link {
  background: #eff2f6;
}
.ep-autosuggest .autosuggest-list > .autosuggest-item:nth-of-type(2n+1) > .autosuggest-link:hover, .ep-autosuggest .autosuggest-list > .autosuggest-item:nth-of-type(2n+1) > .autosuggest-link:active {
  background: #EEEEEE;
}

/*
*  $HEADER
*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  transition: all 0.25s ease-out;
}
.scrolled .site-header, .page-template-page-no-header .site-header, .page-template-page-history .site-header, .page-template-page-landingpage .site-header, .single-newsletter-archiv .site-header, .archive .site-header, .single:not(.single-referenz) .site-header, .nav-hovered .site-header, .error404 .site-header, .blog .site-header, .search .site-header {
  background: #004c6c;
}
.scrolled .site-header {
  border-bottom: 1px solid #FFF;
}

.site-branding {
  float: left;
  position: relative;
  width: 320px;
  transition: all 0.25s ease-out;
}
.site-branding img {
  width: 100%;
}
.scrolled .site-header .site-branding {
  width: 280px;
}

.search-con {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translatey(-100%);
  transition: all 0.4s ease-out;
}
.search-con .container {
  position: relative;
}
.js-search .search-con {
  transform: translatey(0);
}
.search-con form {
  max-width: 100%;
}
.search-con a {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.5rem;
  padding: 0.85rem 0.5rem 0.5rem;
  transform: translatey(-50%);
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .search-con .container {
    padding-right: 2.5rem;
  }
}

.search-con .form-submit {
  border: none;
  margin: 0;
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  transform: translatey(-50%);
  right: 2.5rem;
  color: #004c6c;
  line-height: 1;
  padding-top: 0.4rem;
}

.open-search {
  overflow: hidden;
}
.open-search a {
  font-size: 0 !important;
  font-family: "icomoon";
  display: inline-block;
  text-shadow: none !important;
}
@media only screen and (min-width: 1021px) {
  .open-search a {
    margin-left: 1rem;
  }
}
.open-search a::before {
  content: "\e90b";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  text-shadow: 2px 1px 3px rgba(139, 168, 38, 0.5);
}
.scrolled .open-search a::before, .page-template-page-no-header .open-search a::before, .page-template-page-history .open-search a::before, .single-newsletter-archiv .open-search a::before, .single:not(.single-referenz) .open-search a::before, .archive .open-search a::before, .nav-hovered .open-search a::before, .error404 .open-search a::before, .blog .open-search a::before {
  text-shadow: none !important;
}

.header-agb {
  text-align: center;
}
.header-agb p, .header-agb p a {
  color: #ffffff;
}
.header-agb p {
  margin: 0;
  padding: 0.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
}
.header-agb a {
  text-decoration: underline;
}
.header-agb a:hover {
  text-decoration: none;
  color: #cccd00;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

#contact_mobile_head {
  display: block;
  position: relative;
  top: -0.5em;
  left: 0;
  height: 50px;
  z-index: 99999;
  background: #004c6c;
}
#contact_mobile_head .splendid_tel {
  position: absolute;
  left: 0;
}
#contact_mobile_head .splendid_mail {
  position: absolute;
  right: 0;
}
#contact_mobile_head a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
}
#contact_mobile_head a [class*=icon-] {
  margin-right: 5px;
  position: relative;
}
#contact_mobile_head a [class*=icon-].icon-phone {
  top: 3px;
}
#contact_mobile_head a [class*=icon-].icon-envelope {
  top: 2px;
}
@media only screen and (max-width: 640px) {
  #contact_mobile_head a > span {
    display: none;
  }
}

/*
*  $FOOTER
*/
.site-footer {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: #f6f7f9;
  position: relative;
}
.site-footer .grid__item {
  min-height: 1px;
}
.site-footer .flex--between a, .site-footer .flex--between span {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.site-footer .flex--between div {
  text-align: center;
}
.site-footer .menu a {
  display: inline-block;
  margin-bottom: 0.1rem;
}

.footer-privacy {
  background: #cccd00;
  padding: 1rem 0;
  text-align: center;
}
.footer-privacy p {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  display: inline-block;
  margin-bottom: 0;
}
.footer-privacy img {
  width: 140px;
  display: inline-block;
  margin-right: 1.5rem;
}

.social-nav {
  float: right;
  padding-top: 1.5rem;
}
.social-nav li {
  float: left;
  margin-left: 0.4rem;
}
.social-nav a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #cccd00;
}
.social-nav a:hover {
  color: #8ba826;
}

.footer-nav a {
  line-height: 1.25;
}

.footer-agb {
  text-align: center;
}
.footer-agb p {
  margin: 0;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
  .footer-privacy .container {
    display: flex;
  }
  .footer-privacy p {
    text-align: left;
  }
  .footer-privacy img {
    width: 110px;
    flex: 0 0 110px;
    margin-left: 0;
    margin-right: 1rem;
  }
  .social-nav li {
    margin-left: 0.5rem;
  }
  .social-nav a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1020px) {
  .site-footer .flex--between a, .site-footer .flex--between span {
    max-width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .flex--between .flex__item:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }
  .site-footer .flex--between .flex__item:first-child div {
    padding: 0 0.5rem;
  }
  .site-footer .flex--between .flex__item:first-child img {
    max-height: 80px;
    width: auto;
  }
  .site-footer .site-branding {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .social-nav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
  .social-nav li {
    display: inline-block;
    float: none;
  }
  .social-nav li {
    margin-left: 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .site-footer .menu a {
    line-height: 1.15;
    margin-bottom: 0.2rem;
  }
}
/*
  $GLOBAL
*/
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

.manual-toc li::marker {
  color: #8ba826;
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--tiny {
  margin-bottom: 0.5rem;
}

.margin-bottom--none {
  margin-bottom: 0;
}

.spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spacing--big {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.spacing--huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem 2.5rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-top--big {
  padding-top: 4rem;
}

.padding-top--huge {
  padding-top: 6rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.padding-bottom--small {
  padding-bottom: 1rem;
}

.padding-bottom--big {
  padding-bottom: 4rem;
}

.padding-bottom--huge {
  padding-bottom: 6rem;
}

.bg--white {
  background: #FFF;
}

.bg--grey {
  background: #f6f7f9;
}

.bg--green {
  background: #8ba826;
}
.bg--green h5 {
  color: #FFF;
}

.bg--blue {
  background: #004c6c;
}
.bg--blue * {
  color: #FFF;
}

.page-template-page-no-header,
.page-template-page-history,
.page-template-page-landingpage,
.single-newsletter-archiv,
.archive,
.single:not(.single-referenz) {
  padding-top: 5.5rem;
}

body.woocommerce-page {
  padding-top: 8.5rem;
}

.site {
  overflow-x: hidden;
}

.object-fit-con {
  position: relative;
  background: #004c6c;
}
.object-fit-con img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-header,
.page-header {
  position: relative;
  min-height: 30vw;
}
.home-header h1, .home-header p,
.page-header h1,
.page-header p {
  color: #FFF;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
}
.home-header p,
.page-header p {
  line-height: 1.2;
  font-weight: bold;
}
.home-header h1, .home-header .tagline,
.page-header h1,
.page-header .tagline {
  font-size: 3.35rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.home-header .one-whole,
.page-header .one-whole {
  position: relative;
  z-index: 9;
}
.home-header .container,
.page-header .container {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.home-header .object-fit-con,
.page-header .object-fit-con {
  position: fixed;
}

.page-header .container {
  padding-top: 8rem;
}

.home .flexible--image {
  position: relative;
}
.home .header-info {
  display: none;
  left: 100%;
  margin-left: -5rem;
  bottom: -2rem;
}
.home .image-bigger .header-info {
  display: block;
}

.link--white-box {
  display: block;
  background: #FFF;
  padding: 1rem 3rem 2rem;
  height: 100%;
}
.link--white-box img {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.link--white-box h2 {
  margin-bottom: 0.5rem;
}
.link--white-box p {
  color: #004c6c;
  margin-bottom: 0;
}
.link--white-box span.arrow {
  display: inline-block;
  transition: all 0.4s ease-out;
}
.link--white-box:hover span.arrow {
  transform: translateX(1rem);
}

.link--white-box-small {
  display: block;
  background: #FFF;
  padding: 1.6rem 2rem 1.6rem;
  height: 100%;
}
.link--white-box-small h4 {
  color: #8ba826;
  margin-bottom: 0.5rem;
}
.link--white-box-small p {
  color: #004c6c;
  margin-bottom: 0;
}
.link--white-box-small span {
  display: inline-block;
  transition: all 0.4s ease-out;
}
.link--white-box-small:hover span {
  transform: translateX(1rem);
}

.clients-logo {
  height: 110px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.clients-logo img {
  /* max-height:110px; */
  height: 145px;
  transform: translateY(-12.5%);
}

.page-id-16342 .one-third .clients-logo img {
  height: auto;
}

@media only screen and (max-width: 600px) {
  .page-id-16342 .lg-one-half {
    width: 100%;
  }
}
.flex--icons,
.flex--events {
  justify-content: space-evenly;
}
.flex--icons div,
.flex--events div {
  display: flex;
  align-items: center;
  max-width: 200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex--icons img,
.flex--events img {
  max-height: 115px;
}

.flex--events {
  align-items: baseline;
}
.flex--events div {
  max-width: 300px;
  flex-direction: column;
}
.flex--events img {
  max-height: 160px;
  margin-bottom: 1.5em;
}
.flex--events a {
  display: inline-block;
}

.img-hover {
  display: block;
  position: relative;
}
.img-hover img {
  width: 100%;
}
.img-hover .flex {
  position: absolute;
  background: #004c6c;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.img-hover span span {
  font-size: 1.95rem;
  line-height: 1.1282051282;
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #FFF;
  padding-top: 0.25em;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.img-hover:hover .flex {
  opacity: 0.8;
}

.section {
  position: relative;
}
.section ul:not(.slick-dots) {
  margin: 0 0 1rem;
  padding: 0;
  padding-left: 1rem;
}

.section.block--text ul,
.section.block .text ul,
.single-post #main .section ul {
  padding-left: 2.5em;
  line-height: 1.75;
}

#ez-toc-container li {
  padding-left: 0;
  background-image: none;
}

.wsp-pages-list,
.wsp-pages-list ul,
[class^=wsp-] {
  max-width: 40rem !important;
  padding-left: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wsp-pages-list li,
.wsp-pages-list ul li,
[class^=wsp-] li {
  background-image: none !important;
  padding-left: 0;
}
.wsp-pages-list a,
.wsp-pages-list ul a,
[class^=wsp-] a {
  text-decoration: underline;
}

.ul--smaller ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}

@media only screen and (min-width: 641px) {
  .image-bigger img {
    margin-left: -1rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
  }
  .image-bigger.text-padding-left .text {
    padding-left: 2.5rem;
  }
}
.image-bigger p {
  max-width: 22rem;
}

.section--blog {
  background: linear-gradient(to left, #d6d7dd 1%, #f4f4f6 30%, #cecfd6 64%, #bfc0c9 100%);
}
.section--blog h2, .section--blog h3 {
  padding-left: 2rem;
}
.section--blog img {
  margin-left: -2rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
}

.link--blog {
  display: block;
  border-top: 1px solid #bbbdc0;
  padding: 1rem 2rem 0.5rem;
  transition: all 0.25s ease-out;
}
.link--blog:hover {
  text-decoration: none;
  color: #004c6c !important;
}
.link--blog:hover h4 {
  text-decoration: underline;
}
.link--blog h4 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #004c6c;
}
.link--blog time {
  font-size: 0.9rem;
  display: block;
  color: #848484;
  font-weight: bold;
}

.section--books h2 {
  margin-bottom: 0;
}
.section--books p {
  margin-bottom: 2rem;
}
.section--books img {
  height: 14rem;
}

.section--why .one-half img {
  margin-left: 0;
  margin-bottom: 1rem;
  width: 2.5rem;
}
.section--why .one-half {
  padding: 1.5rem 2rem 1rem;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.section--why .one-half p {
  line-height: 1.25;
}
.section--why .one-half:nth-child(1),
.section--why .one-half:nth-child(2) {
  border-top: 0;
}

.section--related ul {
  list-style-type: none;
  padding-left: 0;
}
.section--related ul li {
  margin-bottom: 0.5rem;
}
.section--related ul a {
  color: #8ba826;
}

.youtube-wrap {
  background: #004c6c;
}
.youtube-wrap img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
  transition: all 0.4s ease-out;
}
.youtube-wrap .flex {
  position: absolute;
  z-index: 9;
  background: #004c6c;
  transition: all 0.4s ease-out;
}
.youtube-wrap .one-whole {
  padding: 2rem;
  position: relative;
  z-index: 9;
}
.youtube-wrap .one-whole * {
  color: #FFF;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.youtube-wrap h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.youtube-wrap.active img, .youtube-wrap.active .flex {
  opacity: 0;
  pointer-events: none;
}

.section--team img {
  width: 100%;
  margin-bottom: 1rem;
}
.section--team * {
  line-height: 1.25;
}
.section--team h5 {
  color: #004c6c;
  margin-bottom: 0;
}
.section--team p {
  color: #848484;
}
.section--team .flex__item {
  margin-bottom: 1rem;
}

.flexible--text p + h4,
.flexible--text p + h2,
.flexible--text p + h5,
.flexible--text p + h3,
.block--text p + h4,
.block--text p + h2,
.block--text p + h5,
.block--text p + h3,
.single p + h4,
.single p + h2,
.single p + h5,
.single p + h3 {
  margin-top: 1.5rem;
}

.flexible--image + .flexible {
  margin-top: 1rem;
}

.section--contact a {
  color: #8ba826;
}

.block--img img {
  width: 100%;
}
.block--img .bordered {
  padding: 2.4rem 2rem 2rem;
  background: #FFF;
}
.block--img .bordered img {
  width: 920px;
  margin-bottom: 1rem;
}

figcaption {
  font-size: 0.9rem;
  color: #848484;
}

.wp-caption figcaption {
  padding-top: 0.25rem;
  margin-bottom: 1.5rem;
}

.block--icon-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.block--icon-list .flex__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.block--icon-list .list-icon {
  flex: 0 0 70px;
  max-width: 70px;
}
.block--icon-list img {
  width: 45px;
  margin-left: 0;
}
.block--icon-list span {
  font-size: 1.25rem;
  font-weight: bold;
  flex: 0 0 calc(100% - 70px);
  line-height: 1.1;
  padding-top: 0.4rem;
}

.open-accordion {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  padding: 1.25rem 1rem 0.75rem 5rem;
  position: relative;
  transition: all 0.25s ease-out;
  background: #f6f7f9;
}
.open-accordion::before, .open-accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.6rem;
  height: 1px;
  width: 35px;
  background: #004c6c;
  transform: translateY(-50%);
}
.open-accordion::after {
  width: 1px;
  height: 35px;
  margin-left: 17px;
}
.open-accordion.js-active::after {
  display: none;
}
.open-accordion:hover {
  background: #cccd00;
  color: #ffffff !important;
}

.accordion-content {
  padding: 0.75rem 2rem 0.5rem 5rem;
  background: #f6f7f9;
}
.accordion-content .inner {
  max-width: 42rem;
}
.accordion-content ul li {
  background: none !important;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.accordion-item--youtube .accordion-content {
  padding: 0;
}
.accordion-item--youtube .accordion-content .inner {
  max-width: 100%;
}

.accordion-link {
  color: #8ba826;
}
.accordion-link:hover {
  color: #cccd00;
}

.accordion-item {
  margin-bottom: 0.75rem;
}

.grecaptcha-badge {
  z-index: 99;
}

.hearder-references {
  position: relative;
  background: #8ba826;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
.hearder-references h1 {
  font-size: 3.35rem;
  line-height: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  text-align: center;
  color: #FFF;
}
.hearder-references img {
  width: 40rem;
}

.header-info {
  position: absolute;
  z-index: 9;
  bottom: 0;
  background: #004c6c;
  padding: 1.4rem 2rem 1.2rem;
  left: 50%;
  margin-left: 13rem;
  width: 13rem;
}
.header-info .item {
  padding: 1rem 0;
  line-height: 1.1;
}
.header-info .item__number {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 2.5rem;
  position: relative;
}
.header-info .item__number::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem 0.75rem;
  border-color: transparent transparent #FFF transparent;
}
.header-info .item__text {
  display: block;
  font-size: 1.25rem;
  color: #cccd00;
  font-weight: bold;
}
@media only screen and (max-width: 1020px) {
  .header-info {
    left: auto;
    right: 2rem;
    margin-left: 0;
    width: 11.5rem;
    padding: 0.8rem 1.5rem 0.5rem;
  }
  .header-info .item__number {
    font-size: 2rem;
  }
  .header-info .item__number::before {
    border-width: 0 0.6rem 0.6rem 0.6rem;
  }
  .header-info .item__text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .header-info {
    right: 0;
    width: 8.5rem;
  }
  .header-info .item__number {
    font-size: 1.5rem;
    padding-left: 1.75rem;
  }
  .header-info .item__number::before {
    top: 0.4rem;
    border-width: 0 0.4rem 0.4rem 0.4rem;
  }
  .header-info .item__text {
    font-size: 0.8rem;
  }
  .header-info .item {
    padding: 0.4rem 0;
  }
}

.mcnButton {
  width: 100%;
  border-radius: 0;
  margin-bottom: 1rem;
}

.mcnImage {
  margin-bottom: 1.5rem;
}

.post-type-archive .site-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-type-archive .site-main li a {
  font-size: 1.1rem;
  display: block;
  padding: 1.1rem 2rem 1rem;
  transition: all 0.25s ease-out;
}
.post-type-archive .site-main li:nth-child(odd) a {
  background: #f6f7f9;
}
.post-type-archive .site-main a {
  line-height: 1.25;
}
.post-type-archive .site-main a:hover {
  color: #004c6c;
  background: #cccd00 !important;
}

#ez-toc-container {
  background: #f6f7f9;
  padding: 1rem 1.2rem;
  max-width: 30rem;
  margin-bottom: 2rem;
}
#ez-toc-container .ez-toc-title {
  font-size: 1.25rem;
  font-weight: bold;
}
#ez-toc-container ul {
  margin-left: 1rem;
}
#ez-toc-container a {
  color: #8ba826;
  font-weight: bold;
}
#ez-toc-container a:hover {
  color: #cccd00;
}

.single-post #ez-toc-container {
  max-width: 75%;
}
.single-post #ez-toc-container ul.ez-toc-list {
  padding-left: 0;
  line-height: 1.75;
}
.single-post #ez-toc-container a {
  font-weight: normal;
}

article .block--2-white-blocks + .bg--white {
  background: #f6f7f9;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1020px) {
  .single-post #ez-toc-container {
    max-width: 100%;
  }
  .page-template-page-no-header {
    padding-top: 8rem;
  }
  .page-header .container {
    padding-top: 8.5rem;
  }
}
.nav-links {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  margin-bottom: 4rem;
}
.nav-links > div {
  width: 50%;
}
.nav-links .nav-previous a {
  padding-left: 1.5rem;
}
.nav-links .nav-previous a::before {
  content: "←";
  left: 0;
}
.nav-links .nav-next {
  text-align: right;
}
.nav-links .nav-next:first-child {
  width: 100%;
}
.nav-links .nav-next a {
  padding-right: 1.5rem;
}
.nav-links .nav-next a::before {
  content: "→";
  right: 0;
}
.nav-links a {
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  color: #8ba826;
  max-width: 90%;
  position: relative;
}
.nav-links a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-links a:hover {
  color: #cccd00;
}

.partner__logo {
  max-height: 100px;
  max-width: 180px;
  margin-bottom: 1.5rem;
}
.partner__logo a {
  display: inline-block;
}
.partner__logo img {
  max-height: 100px;
}

div.partner:nth-child(odd) {
  background: #f6f7f9;
}
div.partner:nth-child(odd) img {
  filter: brightness(0.97);
}

div.youtube,
div.slideshare,
div.pdf,
div.magento,
div.shopware {
  position: relative;
  padding-left: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  background-position: center left;
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-image: url(../img/magento.png);
  min-height: 2rem;
  max-width: 34rem;
}
div.youtube a,
div.slideshare a,
div.pdf a,
div.magento a,
div.shopware a {
  color: #8ba826;
}

div.youtube {
  background-image: url(../img/youtube.png);
}

div.slideshare {
  background-image: url(../img/slideshare.png);
}

div.pdf {
  background-image: url(../img/pdf.png);
}

div.shopware {
  background-image: url(../img/shopware.png);
}

.ojfit {
  position: relative;
  display: block;
  padding-bottom: 66%;
}
.ojfit img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  position: relative;
  color: #848484;
}

.breadcrumbs a {
  color: #8ba826;
}

.whppimg {
  margin-bottom: 2rem;
}

.entry-title.gamma {
  margin-bottom: 0.5rem;
}

.book-links a {
  color: #8ba826;
  font-weight: bold;
}

table td {
  padding: 1rem 0.25rem 0.6rem;
  border-top: 1px solid #848484;
}

table tr:first-child td {
  font-weight: bold;
}

table {
  width: 100%;
}

table + p,
table + h2,
table + h3,
table + h4 {
  margin-top: 1rem;
}

.single .site-main img + p {
  margin-top: 2rem;
}

.single .container--small .container {
  padding-left: 0;
  padding-right: 0;
}

.entry-header img {
  width: 300px;
}

pre,
p code,
code {
  color: #666;
  background: #e9edf0 !important;
  font-size: 0.8rem;
}

pre {
  padding: 1rem;
}

code, p code {
  padding: 0;
  display: inline !important;
}

.notice {
  border: 2px solid #c1cd23;
  padding: 6px 12px;
}

.key {
  border: 1px solid;
  border-radius: 3px;
  padding: 3px 3px 0;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.timeline .youtube-wrap h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.timeline .youtube-wrap p {
  font-size: 0.6rem;
  margin-bottom: 0.4rem;
}
.timeline .youtube-wrap a {
  padding: 0.25rem;
  font-size: 0.9rem;
  text-decoration: underline;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #e9edf0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #003f54;
  border: 4px solid #e9edf0;
  top: 16px;
  border-radius: 50%;
  z-index: 100;
}

.righttl.timeline-container::after {
  left: -17px;
  right: auto;
}

.righttl {
  left: 50%;
}

.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.lefttl {
  left: 0;
}

.lefttl::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 31px;
  border: medium solid #e9edf0;
  border-top-color: rgb(233, 237, 240);
  border-top-width: medium;
  border-right-color: rgb(233, 237, 240);
  border-right-width: medium;
  border-bottom-color: rgb(233, 237, 240);
  border-bottom-width: medium;
  border-left-color: rgb(233, 237, 240);
  border-left-width: medium;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e9edf0;
}

.righttl::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 31px;
  border: medium solid #e9edf0;
  border-top-color: rgb(233, 237, 240);
  border-top-width: medium;
  border-right-color: rgb(233, 237, 240);
  border-right-width: medium;
  border-bottom-color: rgb(233, 237, 240);
  border-bottom-width: medium;
  border-left-color: rgb(233, 237, 240);
  border-left-width: medium;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e9edf0 transparent transparent;
}

.timeline-content {
  padding: 20px 30px;
  background-color: #e9edf0;
  position: relative;
  border-radius: 6px;
}

.flextainer.hosting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.flextainer.hosting .flexelement {
  flex: 1 1 20%;
}

.flextainer a.toggle {
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
  padding-top: 0.7rem;
  padding-left: 0.5rem;
}

.oddeven p:nth-child(2n+1) {
  background-color: #e9edf0;
}

.flextainer.hosting .flexelement p.togglebar {
  border-bottom: 4px solid #fff;
  background: #004c6c;
  color: #fff;
  padding: 0 0 0 0.25rem;
  height: 2.6rem;
  font-weight: bold;
}

.flextainer.hosting .flexelement p.hoch {
  height: 100px;
}

.flextainer.hosting .flexelement.product-labels .oddeven p {
  border-left: 0;
}

.flextainer.hosting .flexelement p {
  padding: 0.5rem 0.25rem;
  margin: 0;
  height: 4rem;
  line-height: 1.3;
}

span.product-label,
span.posted_in,
span.tagged_as,
.parent-pageid-23536 section.section--contact {
  display: none;
}

.h2style {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
}

.flextainer .button-p, .flextainer .price {
  text-align: center;
}

.toggle.hard-init.opened::after, .toggle.soft-init.opened::after, .toggle.serv-init.opened::after,
.toggle.hard-label.opened::after, .toggle.soft-label.opened::after, .toggle.serv-label.opened::after {
  content: "-";
}

@media only screen and (min-width: 1021px) {
  .hard-label::after {
    display: none;
  }
}
.hard-init::after, .soft-init::after, .serv-init::after,
.hard-label::after, .soft-label::after, .serv-label::after {
  content: "+";
  position: relative;
  left: 6px;
  font-size: 1.5rem;
  line-height: 0.5;
  top: 0.1rem;
}

.hard::after, .soft-label::after, .serv-label::after {
  opacity: 0;
}

td, tr {
  border: 0;
}

td, th {
  padding: 0.25rem;
}

th {
  background: #004c6c;
  color: #FFF;
}

tr:nth-child(2n+1) {
  background-color: #f6f7f9;
}

.ui-tabs {
  margin-bottom: 2rem;
  font-family: inherit;
  font-size: 20px;
}
.ui-tabs .ui-tabs-panel {
  border-color: #bbbdc0;
}
.ui-tabs, .ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  margin-bottom: 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 20px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  background: #004c6c;
  color: #ffffff;
}
.ui-state-default a:hover, .ui-state-default a:link:hover, .ui-state-default a:visited:hover {
  background: #ffffff;
  color: #004c6c;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  background: #ffffff;
  color: #004c6c;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #bbbdc0;
}

.ui-widget-content a {
  color: #004c6c;
}
.ui-widget-content a:hover {
  color: #cccd00;
}

@media only screen and (max-width: 1600px) {
  .home .header-info {
    margin-left: -8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .home .header-info {
    margin-left: -10rem;
    bottom: -4.5rem;
  }
}
.ref-nav ul {
  margin: 0 !important;
  padding: 0 !important;
}

.ref-nav li {
  /*-ms-flex:1 0 auto;
  -webkit-flex:1 0 auto;
  flex:1 0 auto;*/
  width: 25%;
  padding: 0;
}

.ref-nav a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #004C6C !important;
  padding: 1rem 0.2rem 0.8rem;
  border-bottom: 3px solid #FFF;
}

.ref-nav a.active {
  border-bottom: 3px solid #004C6C;
}

.ref-nav a:hover {
  background: #FFF;
}

.ref-nav {
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .ref-nav span {
    display: none;
  }
  .ref-nav li {
    flex: 1 0 auto;
    width: auto;
  }
  .shopify-partner .flex {
    display: block;
  }
}
.terminus {
  border-bottom: 1px dotted #003f54;
  cursor: help;
}

.terminus .info-i {
  background-image: url(/wp-content/uploads/img/info-icon32.png);
  width: 7px;
  height: 16px;
  display: inline-block;
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  position: relative;
  top: 3px;
}

.woocommerce.container {
  margin-bottom: 2rem;
}

div.idealo-partner {
  float: none !important;
}

.whitepaper-banner {
  padding: 1.2rem;
}
.single-post .whitepaper-banner {
  margin: 2rem 0;
}

@media only screen and (max-width: 1024px) {
  .section--blog img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .site-header .site-branding {
    width: 16rem !important;
  }
  .link--white-box-small {
    padding: 1rem 1.5rem 1rem;
  }
  .img-hover .flex {
    opacity: 1 !important;
    background: rgba(0, 76, 108, 0.4);
  }
  .terminus {
    border: 0;
    cursor: auto;
  }
  .terminus .info-i {
    display: none;
  }
  .product-label {
    padding-right: 0.25rem;
  }
}
@media only screen and (max-width: 1075px) {
  .landingpage-template .content-area {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1021px) {
  nav.header-nav li {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1020px) {
  .flextainer.hosting {
    flex-direction: column;
  }
  .flexelement.product-labels {
    display: none !important;
  }
  .flexelement {
    margin-bottom: 2rem;
  }
  span.product-label {
    display: inline-block;
    font-weight: bold;
  }
  .flextainer.hosting .flexelement p {
    padding-left: 1rem;
    padding-top: 0.75rem;
  }
  .hard-label::after, .soft-label::after, .serv-label::after {
    opacity: 1;
  }
  .hosting .product-details .oddeven p {
    display: grid;
    grid-template-columns: 20ch auto;
  }
  .hosting .product-details .hardware p::before,
  .hosting .product-details .software p:nth-of-type(1)::before {
    content: attr(data-cell);
  }
  .hosting .product-details .hardware p::before,
  .hosting .product-details .software p::before,
  .hosting .product-details .service p::before {
    font-weight: 700;
    padding-right: 1rem;
  }
  .shopware-check-0::before {
    content: "Shopware";
  }
  .shopware-check-1::before {
    content: "Nginx Webserver";
  }
  .shopware-check-2::before {
    content: "PHP 7 oder 8";
  }
  .shopware-check-3::before {
    content: "PHP-FPM";
  }
  .shopware-check-4::before {
    content: "PHP OPcache";
  }
  .shopware-check-5::before {
    content: "Varnish Cache";
  }
  .shopware-check-6::before {
    content: "Redis Cache";
  }
  .shopware-check-7::before {
    content: "New Relic (optional)";
  }
  .shopware-check-8::before {
    content: "Elasticsearch Suche";
  }
  .shopware-check-9::before {
    content: "CDN";
  }
  .shopware-check-10::before {
    content: "git";
  }
  .shopware-check-11::before {
    content: "SFTP";
  }
  .shopware-check-12::before {
    content: "SSH";
  }
  .shopware-check-13::before {
    content: "MySQL oder MariaDB Datenbank";
  }
  .shopware-check-14::before {
    content: "Adminer";
  }
  .magento-check-0::before {
    content: "Magento";
  }
  .magento-check-1::before {
    content: "Nginx Webserver";
  }
  .magento-check-2::before {
    content: "PHP 7 oder 8";
  }
  .magento-check-3::before {
    content: "PHP-FPM";
  }
  .magento-check-4::before {
    content: "PHP OPcache";
  }
  .magento-check-5::before {
    content: "Varnish Cache";
  }
  .magento-check-6::before {
    content: "Redis Cache";
  }
  .magento-check-7::before {
    content: "New Relic (optional)";
  }
  .magento-check-8::before {
    content: "Elasticsearch Suche";
  }
  .magento-check-9::before {
    content: "CDN";
  }
  .magento-check-10::before {
    content: "git";
  }
  .magento-check-11::before {
    content: "Magerun";
  }
  .magento-check-12::before {
    content: "SFTP";
  }
  .magento-check-13::before {
    content: "SSH";
  }
  .magento-check-14::before {
    content: "MySQL oder MariaDB Datenbank";
  }
  .magento-check-15::before {
    content: "Adminer";
  }
  .service-check-1::before {
    content: "Uptime 99,5%";
  }
  .service-check-2::before {
    content: "24/7 (inklusive)";
  }
  .service-check-3::before {
    content: "Server Monitoring";
  }
  .service-check-4::before {
    content: "Firewall";
  }
  .service-check-5::before {
    content: "Security Patches";
  }
  .service-check-6::before {
    content: "Backup";
  }
  .service-check-7::before {
    content: "Failover-IP";
  }
  .service-check-8::before {
    content: "Laufzeit monatlich";
  }
  .service-check-9::before {
    content: "1 .de Domain";
  }
  .service-check-10::before {
    content: "1 SSL-Zertifikat";
  }
}
@media only screen and (max-width: 800px) {
  .section--why .one-whole {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
  .section--why h3 br {
    display: none;
  }
  .section--why .one-half:nth-child(2n+1) {
    border-left: 0;
  }
  .section--blog .flex {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
  .section--blog .flex .flex__item {
    padding-left: 0;
  }
  .link--white-box {
    padding: 1rem 2rem 1.75rem;
  }
  .righttl {
    left: 0%;
  }
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .lefttl::after, .righttl::after {
    left: 15px !important;
  }
  .timeline::after {
    left: 31px;
  }
  .timeline-container::before {
    left: 60px;
    border: medium solid #e9edf0;
    border-top-color: rgb(233, 237, 240);
    border-top-width: medium;
    border-right-color: rgb(233, 237, 240);
    border-right-width: medium;
    border-bottom-color: rgb(233, 237, 240);
    border-bottom-width: medium;
    border-left-color: rgb(233, 237, 240);
    border-left-width: medium;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e9edf0 transparent transparent;
  }
  .whitepaper-banner .button {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  h1, h2, .alpha, .beta {
    font-size: 1.75rem;
  }
  .section--books .grid__item:first-child {
    margin-bottom: 2rem;
  }
  .flex--events div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padding-top--huge {
    padding-top: 4rem;
  }
  .padding-bottom--huge {
    padding-bottom: 4rem;
  }
  .image-bigger .flex__item:first-child {
    order: 3;
  }
  .image-bigger img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .image-bigger .text {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
  .block--text-image .padding {
    padding: 2rem 1.5rem;
  }
  .block--text-image .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block--2-white-blocks .flex__item:first-child {
    margin-bottom: 2rem;
  }
  .block--grid-2 .one-half:first-child {
    margin-bottom: 3rem;
  }
  .hearder-references h1 {
    font-size: 3rem;
  }
  .home .header-info {
    bottom: 0;
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .padding-top--big {
    padding-top: 3rem;
  }
  .block--grid-2 .flex__item:last-child > .flexible--text {
    margin-top: -1.75rem;
  }
}
@media only screen and (max-width: 540px) {
  .block--text-image .one-half {
    width: 100%;
  }
  .block--text-image h2 br {
    display: none;
  }
  .section--clients .one-third {
    width: 100%;
  }
  .timeline-content {
    padding: 20px 20px;
  }
  .timeline-container::before {
    left: 52px;
  }
  .timeline-container {
    padding-left: 60px;
    padding-right: 20px;
  }
  .accordion-content {
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
  }
  .breadcrumbs {
    font-size: 0.8rem;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .section--contact img {
    width: 200px;
    margin-top: 2rem;
  }
  .section--books img {
    height: auto;
    max-width: 94%;
  }
  .flex--events div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .link--blog {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section--blog h2, .section--blog h3 {
    padding-left: 1rem;
  }
  .section--why .one-half:nth-child(odd) {
    padding: 1.25rem 1.25rem 0.25rem 0;
  }
  .section--why .one-half:nth-child(even) {
    padding: 1.25rem 0 0.25rem 1.25rem;
  }
  .youtube-wrap h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .youtube-wrap p {
    font-size: 0.8rem;
  }
  .youtube-wrap .margin-bottom--small {
    margin-bottom: 0.25rem;
  }
  .flex--icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex--icons div {
    max-width: 130px;
    padding: 0.6rem;
  }
  .flex--icons img {
    max-height: 80px;
  }
  .home-header p br, .page-header p br {
    display: none;
  }
  .home-header h1, .home-header .tagline,
  .page-header h1, .page-header .tagline {
    font-size: 2.5rem;
  }
  .home h1 {
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
  }
  .home h1 br {
    display: none;
  }
  .hearder-references {
    padding-bottom: 5rem;
  }
  .hearder-references h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .flex--events {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex--events div {
    margin: 1.25rem auto;
  }
  .youtube-wrap .one-whole {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section--why .one-half p {
    font-size: 0.9375rem;
  }
  .btn, input[type=submit], .comment-reply-link, .mcnButton {
    padding: 0.6rem 1.25rem 0.3rem;
  }
  .block--text-image .padding {
    padding: 2rem 1rem;
  }
  .block--text p {
    text-align: left !important;
  }
  .timeline .youtube-wrap p {
    margin-bottom: 0;
  }
}