/* -- colors -- */
/* -- fonts -- */
/* -- breakpoints -- */
/* -- widths -- */
/* -- spacer -- */
/* -- import SCSS -- */
/* ===== reset css ===== */
html {
  padding: 0;
  border: 0;
  overflow-y: scroll;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 130%;
  background: #fff;
}

section {
  display: block;
}

form {
  display: inline;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

/* ===== basics ===== */
* {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  line-height: 160%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-rendering: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear {
  clear: both;
}

.cleanup {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: -1px 0;
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.backface-hidden {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.break {
  word-wrap: break-word;
}

.word-break {
  word-break: break-all;
}

.pos-rel {
  position: relative;
}

.left-floater {
  float: left;
}

.right-floater {
  float: right;
}

.righter {
  text-align: right;
}

.lefter {
  text-align: left;
}

.centerer {
  text-align: center;
}

.blocker {
  text-align: justify;
}

.topper {
  vertical-align: top;
}

.middler {
  vertical-align: middle;
}

.bottomer {
  vertical-align: bottom;
}

.b, b, .bold, strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.activated {
  display: inline;
}

.deactivated {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.upper {
  text-transform: uppercase;
}

em, i {
  color: inherit;
  font-size: inherit;
  font-style: italic;
}

/*
*	_fonts.scss
*	external font files
*/
@font-face {
  font-family: "ITC Avant Garde Book";
  src: url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-gothic-book/itc-avant-garde-gothic-book.woff2) format("woff2"), url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-gothic-book/itc-avant-garde-gothic-book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  /*font-display: swap;*/
}
@font-face {
  font-family: "ITC Avant Garde Medium";
  src: url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-gothic-medium/itc-avant-garde-gothic-medium.woff2) format("woff2"), url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-gothic-medium/itc-avant-garde-gothic-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  /*font-display: swap;*/
}
@font-face {
  font-family: "ITC Avant Garde Std MdCnd";
  src: url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-std-mdcnd/itc-avant-garde-std-mdcnd.woff2) format("woff2"), url(/wp-content/themes/nicoline-kossinna/_shared/fonts/itc-avant-garde-std-mdcnd/itc-avant-garde-std-mdcnd.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  /*font-display: swap;*/
}
/*
*	_mixins.scss
*	some mixins
*/
/* -- buttons -- */
/*
*	_alert.scss
*	defintions for alert boxes
*/
/* -- colors -- */
/* -- the alert box -- */
.alert {
  padding: 1.25em;
  border: 1px solid;
  font-size: 0.9em;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .alert {
    max-width: 100%;
  }
}
.alert.success {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.alert.info {
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.alert.warning {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.alert.error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.alert.border-simple-blue {
  border-color: #31708f;
}
.alert.border-simple-yellow {
  border-color: #8a6d3b;
}
.alert.border-simple-red {
  border-color: #a94442;
}
.alert.border-simple-green {
  border-color: #3c763d;
}
.alert p {
  padding-bottom: 1em;
  letter-spacing: 0.05em;
  text-align: left !important;
}
.alert p:last-child {
  padding-bottom: 0;
}

.alertbox {
  padding: 1em;
  margin-bottom: 1em;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 80%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label.warning {
  background: #8a6d3b;
}
.label.highlight {
  background: #31708f;
}
.label.reduce-size-in-headline {
  font-size: 65%;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-left: 10px;
  display: inline-block;
  border-radius: 2px;
}
.label.reduce-size-in-headline.much-smaller {
  font-size: 55%;
}
@media (max-width: 660px) {
  .label.reduce-size-in-headline {
    margin-left: 0px;
    display: block;
    max-width: 60px;
    margin-bottom: 10px;
  }
}

/*
*	plugin: meta slider
*/
.metaslider .flexslider {
  margin-bottom: 0 !important;
}
.metaslider .flexslider .flex-control-nav {
  bottom: 2rem;
}
.metaslider .flexslider .flex-direction-nav li a {
  background-image: url(/wp-content/themes/martin-maurer/_media/img/bg_direction_nav_white.png) !important;
}
.metaslider .flexslider .flex-direction-nav {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
.metaslider .flexslider .flex-direction-nav .flex-prev {
  opacity: 0.75 !important;
  left: 10px !important;
}
.metaslider .flexslider .flex-direction-nav .flex-prev:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  left: 10px !important;
  opacity: 1 !important;
}
.metaslider .flexslider .flex-direction-nav .flex-next {
  opacity: 0.75 !important;
  right: 10px !important;
}
.metaslider .flexslider .flex-direction-nav .flex-next:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  right: 10px !important;
  opacity: 1 !important;
}

#siteheader .metaslider .flexslider .flex-control-nav {
  top: 410px !important;
}
@media screen and (max-width: 1024px) {
  #siteheader .metaslider .flexslider .flex-control-nav {
    top: 460px !important;
  }
}
@media screen and (max-width: 960px) {
  #siteheader .metaslider .flexslider .flex-control-nav {
    top: 260px !important;
  }
}
@media screen and (max-width: 768px) {
  #siteheader .metaslider .flexslider .flex-control-nav {
    top: 160px !important;
  }
}

/*
*	plugin: max mega menu
*/
/* === mainnav === */
#mega-menu-wrap-menu_main_de {
  margin: 0.75rem 0;
}
#mega-menu-wrap-menu_main_de .mega-menu-toggle {
  float: right;
  width: 52px;
}
#mega-menu-wrap-menu_main_de .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:before, #mega-menu-wrap-menu_main_de .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:after {
  border-radius: 0;
}
#mega-menu-wrap-menu_main_de .mega-menu-toggle .mega-toggle-blocks-left {
  display: none;
}
#mega-menu-wrap-menu_main_de .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
}
#mega-menu-wrap-menu_main_de .mega-menu-toggle.mega-menu-open + #mega-menu-menu_main_de:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  display: block;
  right: 1.5rem;
  top: 0.5rem;
  cursor: pointer;
  color: #575756;
  position: absolute;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item > a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item > a.mega-menu-link {
  font-family: "ITC Avant Garde Medium", Arial, Verdana, sans-serif !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item > a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  color: #ffffff;
  background: #213a7e;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 0;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-flyout > ul.mega-sub-menu {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item {
  border-bottom: 1px solid #eeeeee;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  line-height: 150%;
  background: #ffffff;
  padding: 0.5rem 1rem;
}
#mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item:last-child {
  border: 0;
}
@media screen and (max-width: 768px) {
  #mega-menu-wrap-menu_main_de {
    display: inline-block;
    float: right;
    clear: none;
    margin: 0;
  }
  #mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item {
    border-bottom: 1px solid #eeeeee;
  }
  #mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item > a.mega-menu-link {
    padding-left: 1rem;
  }
  #mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-item:hover > a.mega-menu-link {
    color: #ea8327;
  }
  #mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li.mega-menu-flyout > ul.mega-sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
  }
  #mega-menu-wrap-menu_main_de #mega-menu-menu_main_de > li:first-child {
    margin-top: 3rem;
  }
}

/*
*	plugin: ninja forms (pro)
*/
.ninja-forms-req-symbol {
  color: #ea8327 !important;
}

.nf-form-fields-required {
  font-size: 0.8rem !important;
  font-weight: bold !important;
}

.kr-ninjaforms .nf-before-form-content {
  margin-bottom: 2rem;
}
.kr-ninjaforms .nf-form-content {
  padding: 0;
}
.kr-ninjaforms .nf-form-content .nf-row .nf-cell {
  padding: 0;
}
.kr-ninjaforms .nf-form-content .nf-row .nf-cell .col-1-2 {
  padding-right: 1rem;
}
.kr-ninjaforms .nf-form-content .nf-row .nf-cell .col-2-2 {
  padding-left: 1rem;
}
.kr-ninjaforms .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.5rem;
}
.kr-ninjaforms .nf-form-content label {
  font-size: 0.9rem;
  line-height: 140%;
  font-weight: normal;
}
.kr-ninjaforms .nf-form-content .ninja-forms-field,
.kr-ninjaforms .nf-form-content .listselect-wrap .nf-field-element div {
  font-size: 1rem;
}
.kr-ninjaforms .nf-form-content .nf-field-container {
  margin-bottom: 0.75rem;
}
.kr-ninjaforms .nf-form-content .nf-field-element h3 {
  margin: 1.5rem 0 0 0;
}
.kr-ninjaforms .nf-form-content input.ninja-forms-field,
.kr-ninjaforms .nf-form-content textarea.ninja-forms-field,
.kr-ninjaforms .nf-form-content select.ninja-forms-field:not([multiple]),
.kr-ninjaforms .nf-form-content .listselect-wrap .nf-field-element div {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.kr-ninjaforms .nf-form-content input.ninja-forms-field:focus,
.kr-ninjaforms .nf-form-content textarea.ninja-forms-field:focus,
.kr-ninjaforms .nf-form-content select.ninja-forms-field:not([multiple]):focus,
.kr-ninjaforms .nf-form-content .listselect-wrap .nf-field-element div:focus {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border-color: #cccccc;
}
.kr-ninjaforms .nf-form-content textarea.ninja-forms-field {
  height: 12rem;
}
.kr-ninjaforms .nf-form-content input[type=button],
.kr-ninjaforms .nf-form-content input[type=submit] {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #213a7e !important;
  padding: 0 1rem;
  cursor: pointer;
  border: 0 !important;
  margin: 1rem 0 0 0;
}
.kr-ninjaforms .nf-form-content input[type=button]:hover,
.kr-ninjaforms .nf-form-content input[type=submit]:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff !important;
  background: #ea8327 !important;
}
.kr-ninjaforms .nf-form-content .listradio-wrap .nf-field-element label:after {
  border: 1px solid #aaaaaa;
}
.kr-ninjaforms .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3rem;
  background: #ea8327;
}
.kr-ninjaforms .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: #213a7e;
}
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-element label:before,
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-label label:before,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-element label:before,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-label label:before {
  top: -1px;
  left: -26px;
}
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-element label:after,
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-label label:after,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-element label:after,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-label label:after {
  border: 1px solid #aaaaaa;
}
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  font-size: 0.9rem;
  color: #ea8327;
}
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-element label.nf-checked-label:after,
.kr-ninjaforms .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label:after,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.kr-ninjaforms .nf-form-content .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #213a7e;
}
.kr-ninjaforms .nf-form-content .nf-error .ninja-forms-field {
  border-color: #ea8327 !important;
}
@media screen and (max-width: 768px) {
  .kr-ninjaforms .nf-form-content .nf-row .nf-cell .col-1-2 {
    padding-right: 0;
  }
  .kr-ninjaforms .nf-form-content .nf-row .nf-cell .col-2-2 {
    padding-left: 0;
  }
}

.nf-pass.field-wrap .nf-field-element:after {
  font-size: 20px !important;
  height: 20px !important;
  line-height: 40px !important;
}

.nf-error-msg {
  color: #ea8327 !important;
  font-size: 0.8rem;
}

.nf-error.field-wrap .nf-field-element:after {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  font-size: 1rem !important;
  line-height: 2.5rem !important;
  background: #ea8327 !important;
}

.nf-form-errors .nf-error-msg {
  color: #ffffff !important;
  font-weight: bold;
  background: #ea8327;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

/*
*	plugin: events manager (http://wp-events-plugin.com/)
*/
/* === general === */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
}

/* === calendar year view === */
.fc-header-toolbar .fc-center h2 {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: normal !important;
  line-height: 100% !important;
  text-align: left !important;
  text-transform: uppercase;
  color: #213a7e !important;
  letter-spacing: 1px;
}

.ui-widget-header {
  background: #213a7e;
  border: 1px solid #ffffff;
}

.ui-widget-content {
  background: #eeeeee !important;
}
.ui-widget-content .fc-bg .ui-state-highlight {
  background: #F3B883 !important;
}
.ui-widget-content .fc-bg .ui-state-highlight .fc-day-number {
  color: #213a7e !important;
  font-weight: bold !important;
}
.ui-widget-content .fc-content-skeleton .fc-event {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  text-decoration: none;
  border-radius: 0;
}
.ui-widget-content .fc-content-skeleton .fc-event.fc-day-grid-event .fc-content .fc-time {
  font-weight: normal;
}
.ui-widget-content .fc-content-skeleton .fc-event:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  text-decoration: none;
}

.tippy-box {
  background: #ffffff;
  padding: 1rem;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.tippy-box h3 {
  font-size: 1.1rem !important;
}
.tippy-box p,
.tippy-box li {
  font-size: 0.8rem !important;
  line-height: 140%;
}
.tippy-box a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}
.tippy-box .signup-info {
  font-size: 0.8rem !important;
  color: #ea8327;
  font-weight: bold;
  text-transform: uppercase;
}
.tippy-box .signup-info i {
  font-size: 1rem !important;
  line-height: 120%;
  margin-right: 0.3rem;
}

.tippy-arrow {
  color: #ffffff;
}

/* === events details === */
.events-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.events-detail .ed-col-50 {
  width: 50%;
}
.events-detail .ed-col-50:first-child {
  padding: 1.5rem 2rem 0.5rem 0;
}
.events-detail .ed-col-50:last-child {
  background: #eeeeee;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.events-detail .box-signup {
  border-top: 1px solid #cccccc;
  padding-top: 2rem !important;
  margin-top: 1rem;
}

/* -- font awesome additions -- */
.fa-padding-right {
  padding-right: 0.5rem;
}

.fa-margin-left {
  margin-left: 0.5rem;
}

/* -- input placeholder -- */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #4a4a49;
}

:focus::-webkit-input-placeholder { /* WebKit browsers */
  color: #575756;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4a4a49;
}

:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #575756;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4a4a49;
}

:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #575756;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #4a4a49;
}

:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #575756;
}

/* === scrollbars === */
::-webkit-scrollbar {
  width: 12px;
  background: #aaaaaa;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #ea8327;
}

/* === paddings / margins === */
.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-bottom p {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.no-padding .elementor-element-populated,
.no-padding .elementor-widget-wrap {
  padding: 0 !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-bottom p {
  margin-bottom: 0 !important;
}

.no-spacing .elementor-element-populated {
  padding: 0;
  margin-bottom: 0;
}
.no-spacing .elementor-element-populated .elementor-widget {
  margin-bottom: 0;
}

@media (max-width: 660px) {
  .padding-bottom-2 {
    padding-bottom: 1rem !important;
  }
  .padding-bottom-3 {
    padding-bottom: 2rem !important;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
/* === general === */
body {
  max-width: 100%;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  color: #4a4a49;
  background: #ffffff;
  overflow-x: hidden;
}
body .hidden {
  display: none !important;
}
body .small {
  font-size: 0.8rem;
}
body .content-centered,
body .content-centered p,
body .content-centered .elementor-text-editor p {
  text-align: center !important;
}
body .relative {
  position: relative;
}
body .center,
body .center.elementor-widget-heading h2.elementor-heading-title,
body .center.elementor-widget-heading h3.elementor-heading-title {
  text-align: center !important;
}
body #skip-links {
  display: none;
}
body .print-select {
  display: none;
}
body img,
body object {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
body ul,
body ol {
  padding-bottom: 0.5rem;
}
body ul li,
body ol li {
  margin: 0 0 0 1rem;
}
body ul {
  list-style-type: none;
}
body ul li:before {
  content: "";
  float: left;
  width: 0.4rem;
  height: 0.36rem;
  line-height: 1.5rem;
  background-color: #ea8327;
  margin: 0.6em 0.6em 0 -1rem;
}
body .elementor-icon-list-items li:before,
body .nf-field-element li:before {
  display: none;
}
body .bg-grey-4 {
  background: #eeeeee;
}
body .white * {
  color: #ffffff;
}
body .highlight,
body .highlight p {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  color: #ea8327;
}
body .elementor-text-editor,
body .elementor-widget-tabs .elementor-tab-content,
body p,
body li {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  color: #4a4a49;
  /*font-size: 0.9rem;
  text-align: left;
  line-height: 180%;
  */
  padding-bottom: 0.5rem;
}
@media (max-width: 480px) {
  body p,
  body li {
    font-size: 0.9rem;
    line-height: 160%;
  }
}

/* === scroll to top button === */
#scroll-top {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: none;
  position: fixed;
  bottom: 2.5rem;
  right: 1rem;
  z-index: 999999;
  width: 40px;
  height: 36px;
  font-size: 0.8rem;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  background: #213a7e;
  border: 0;
  border-radius: 2px;
}
#scroll-top i {
  line-height: 40px;
}
#scroll-top:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ea8327;
  color: #ffffff;
}

/* === page === */
#page-wrapper {
  *zoom: 1;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
}
#page-wrapper:before, #page-wrapper:after {
  content: "";
  display: table;
}
#page-wrapper:after {
  clear: both;
}
#page-wrapper #page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* === topbar === */
#topbar-wrapper {
  *zoom: 1;
  width: 100%;
  background: #213a7e;
  padding: 0.3rem 0;
}
#topbar-wrapper:before, #topbar-wrapper:after {
  content: "";
  display: table;
}
#topbar-wrapper:after {
  clear: both;
}
#topbar-wrapper #topbar {
  *zoom: 1;
  width: 90%;
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}
#topbar-wrapper #topbar:before, #topbar-wrapper #topbar:after {
  content: "";
  display: table;
}
#topbar-wrapper #topbar:after {
  clear: both;
}
#topbar-wrapper #topbar span,
#topbar-wrapper #topbar strong,
#topbar-wrapper #topbar a {
  display: inline-block;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 100% !important;
  color: #ffffff;
  white-space: nowrap;
}
#topbar-wrapper #topbar span:not(:first-child) {
  margin-left: 1.5rem;
}
#topbar-wrapper #topbar a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  text-decoration: none;
}
#topbar-wrapper #topbar a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ea8327;
}
@media screen and (max-width: 1024px) {
  #topbar-wrapper #topbar {
    text-align: center;
  }
  #topbar-wrapper #topbar span:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  #topbar-wrapper {
    display: none;
  }
}

/* === header === */
header#header-wrapper {
  *zoom: 1;
  margin: 0 0 2rem 0;
  /* -- headbanner - desktop -- */
  /* -- headbanner - only on smartphones -- */
}
header#header-wrapper:before, header#header-wrapper:after {
  content: "";
  display: table;
}
header#header-wrapper:after {
  clear: both;
}
header#header-wrapper #header {
  *zoom: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
  background: #ffffff;
  margin: 0 auto;
  padding: 1rem 0 0.75rem 0;
  /* -- logo mobile -- */
  /* -- phone icon - only on mobile -- */
  /* -- mainnav -- */
}
header#header-wrapper #header:before, header#header-wrapper #header:after {
  content: "";
  display: table;
}
header#header-wrapper #header:after {
  clear: both;
}
header#header-wrapper #header #logo-mobile {
  display: none;
  float: left;
  border: 0;
}
header#header-wrapper #header #logo-mobile img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  header#header-wrapper #header #logo-mobile {
    display: block;
  }
}
header#header-wrapper #header #phone-mobile {
  display: none;
  height: 40px;
  margin: 0 1rem 0 0;
}
header#header-wrapper #header #phone-mobile i {
  font-size: 1.3rem;
  line-height: 40px;
}
header#header-wrapper #header #phone-mobile i:before {
  color: #213a7e;
}
@media screen and (max-width: 768px) {
  header#header-wrapper #header #phone-mobile {
    display: inline-block;
    float: right;
  }
}
header#header-wrapper #header #mainnav-wrapper {
  *zoom: 1;
  width: 100%;
}
header#header-wrapper #header #mainnav-wrapper:before, header#header-wrapper #header #mainnav-wrapper:after {
  content: "";
  display: table;
}
header#header-wrapper #header #mainnav-wrapper:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  header#header-wrapper #header #mainnav-wrapper {
    float: right;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  header#header-wrapper #header {
    /* fix for "justify-content: space-between", as css reset prevents it from working correctly;
    see: https://writenowdesign.com/blog/websitedesign/flexbox-justify-content-doesnt-work-space-between-or-space-around/ */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
    padding: 0.75rem 5% 0.75rem 5%;
    border-top: 7px solid #ea8327;
  }
  header#header-wrapper #header:before, header#header-wrapper #header:after {
    content: none;
  }
}
header#header-wrapper #headbanner-desktop {
  *zoom: 1;
  position: relative;
  background-position: center center;
}
header#header-wrapper #headbanner-desktop:before, header#header-wrapper #headbanner-desktop:after {
  content: "";
  display: table;
}
header#header-wrapper #headbanner-desktop:after {
  clear: both;
}
header#header-wrapper #headbanner-desktop img.spacer-img {
  display: block;
  width: 100%;
  max-width: 840px;
  height: auto;
  margin: 0 auto;
}
header#header-wrapper #headbanner-desktop a#logo-desktop {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 420px);
  background: #ffffff;
  padding: 1rem;
}
header#header-wrapper #headbanner-desktop a#logo-desktop img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
header#header-wrapper #headbanner-desktop #benefits-desktop {
  display: none;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 420px - 60px);
  width: 100%;
  max-width: 260px;
  height: auto;
}
@-webkit-keyframes massagen-desktop-morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 90% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes massagen-desktop-morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 90% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes massagen-desktop-moving {
  0% {
    from {
      top: 20px;
      right: 534px;
    }
    to {
      top: 30px;
      right: 520px;
    }
  }
  33% {
    from {
      top: 30px;
      right: 520px;
    }
    to {
      top: 13px;
      right: 550px;
    }
  }
  66% {
    from {
      top: 13px;
      right: 550px;
    }
    to {
      top: 20px;
      right: 534px;
    }
  }
}
@keyframes massagen-desktop-moving {
  0% {
    from {
      top: 20px;
      right: 534px;
    }
    to {
      top: 30px;
      right: 520px;
    }
  }
  33% {
    from {
      top: 30px;
      right: 520px;
    }
    to {
      top: 13px;
      right: 550px;
    }
  }
  66% {
    from {
      top: 13px;
      right: 550px;
    }
    to {
      top: 20px;
      right: 534px;
    }
  }
}
header#header-wrapper #headbanner-desktop a#massagen-desktop {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-animation: massagen-desktop-morphing 15s linear infinite alternate, massagen-desktop-moving 5s linear infinite;
          animation: massagen-desktop-morphing 15s linear infinite alternate, massagen-desktop-moving 5s linear infinite;
  position: absolute;
  top: 20px;
  right: calc(50% - 420px);
  display: none;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 130px;
  overflow: hidden;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #ea8327;
  background-image: linear-gradient(19deg, #ea8327 0%, #F3B883 100%);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 72% 28% 70% 30%/30% 41% 59% 70%;
}
header#header-wrapper #headbanner-desktop a#massagen-desktop span {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  width: 90%;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 0.8rem;
  color: #ffffff;
}
header#header-wrapper #headbanner-desktop a#massagen-desktop span.highlight {
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
}
header#header-wrapper #headbanner-desktop a#massagen-desktop.problemheader-1 {
  display: none;
}
header#header-wrapper #headbanner-desktop a#massagen-desktop:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-image: linear-gradient(19deg, #ea8327 15%, #F3B883 85%);
}
header#header-wrapper #headbanner-desktop a#massagen-desktop:hover span {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #213a7e;
}
header#header-wrapper #headbanner-desktop #ell-desktop {
  display: none;
  position: absolute;
  bottom: 50px;
  left: unset;
  right: calc(50% - 420px);
  width: 250px;
  height: auto;
}
@media screen and (max-width: 840px) {
  header#header-wrapper #headbanner-desktop {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 960px) {
  header#header-wrapper #headbanner-desktop a#logo-desktop {
    left: 5%;
  }
  header#header-wrapper #headbanner-desktop a#logo-desktop img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  header#header-wrapper #headbanner-desktop #benefits-desktop {
    left: 5%;
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  header#header-wrapper #headbanner-desktop #ell-desktop {
    right: 5%;
    width: 100%;
    max-width: 120px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  header#header-wrapper #headbanner-desktop a#logo-desktop {
    display: inline-block;
  }
  header#header-wrapper #headbanner-desktop #benefits-desktop {
    display: block;
  }
  header#header-wrapper #headbanner-desktop #ell-desktop {
    display: block;
  }
  header#header-wrapper #headbanner-desktop a#massagen-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header#header-wrapper #headbanner-mobile {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  color: #ea8327;
  text-align: center;
  padding: 0;
  /*
  // min 960
  @media screen and (min-width: $breakpoint-tablet-old-pc) {

  	display: none;
  }


  // 660
  @media screen and (max-width: $breakpoint-smartphone-larger) {

  	font-size: 0.9rem;
  	padding: 5% 1rem 0 5%;
  }
  */
}
header#header-wrapper #headbanner-mobile img {
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  header#header-wrapper {
    margin: 0 0 1rem 0;
  }
}

/* === main content === */
#main-content {
  padding: 0;
}
#main-content .col-3 .elementor-column.elementor-col-33:first-child {
  padding-right: 5%;
}
#main-content .col-3 .elementor-column.elementor-col-33:nth-child(2) {
  padding-right: 2%;
  padding-left: 2%;
}
#main-content .col-3 .elementor-column.elementor-col-33:last-child {
  padding-left: 5%;
}
#main-content .col-2 .elementor-column.elementor-col-50:first-child {
  padding-right: 3%;
}
#main-content .col-2 .elementor-column.elementor-col-50:last-child {
  padding-left: 3%;
}
@media (max-width: 768px) {
  #main-content .col-2 .elementor-column.elementor-col-50 {
    padding: 0 !important;
    margin-bottom: 1rem;
  }
}
#main-content .content-page {
  position: relative;
  /* -- sections -- */
}
#main-content .content-page section.sec {
  *zoom: 1;
  width: 100%;
  /* put this class in all elementor "abschnitte" which are not "full width". As elementor doesn't have natively side paddings
  for smartphone resolutions we have to do it this way */
}
#main-content .content-page section.sec:before, #main-content .content-page section.sec:after {
  content: "";
  display: table;
}
#main-content .content-page section.sec:after {
  clear: both;
}
#main-content .content-page section.sec .sec-content-full {
  *zoom: 1;
  width: 100%;
}
#main-content .content-page section.sec .sec-content-full:before, #main-content .content-page section.sec .sec-content-full:after {
  content: "";
  display: table;
}
#main-content .content-page section.sec .sec-content-full:after {
  clear: both;
}
#main-content .content-page section.sec .sec-content {
  *zoom: 1;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
#main-content .content-page section.sec .sec-content:before, #main-content .content-page section.sec .sec-content:after {
  content: "";
  display: table;
}
#main-content .content-page section.sec .sec-content:after {
  clear: both;
}
#main-content .content-page section.sec .section-boxed {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
#main-content .content-page .bg-white {
  background: #ffffff;
}
#main-content .content-page .bg-grey {
  background: #575756;
}
#main-content .content-page .bg-blue {
  background: #213a7e;
}
#main-content .content-page .bg-blue * {
  color: #ffffff;
}
#main-content .content-page .bg-blue .links ul li a:hover {
  color: #ea8327;
}
/* === headlines === */
.elementor-widget-heading {
  margin: 0 !important;
}

h1 {
  position: relative;
  display: block;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: normal !important;
  line-height: 160% !important;
  letter-spacing: 1px !important;
  color: #213a7e !important;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1rem !important;
  margin-bottom: 2.5rem !important;
}
h1:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  h1 {
    font-size: 1.9rem !important;
    margin-bottom: 1.5rem !important;
  }
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
  position: relative;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: normal !important;
  line-height: 140% !important;
  text-align: left !important;
  text-transform: uppercase;
  color: #213a7e !important;
  letter-spacing: 1px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
h2:first-of-type,
.elementor-widget-heading h2.elementor-heading-title:first-of-type {
  margin-top: 0;
}
h2.color-primary-2,
.elementor-widget-heading h2.elementor-heading-title.color-primary-2 {
  color: #ea8327 !important;
}
@media screen and (max-width: 660px) {
  h2,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 480px) {
  h2,
  .elementor-widget-heading h2.elementor-heading-title {
    line-height: 130% !important;
    margin-bottom: 1rem;
  }
}

.color-primary-2.elementor-widget-heading h2.elementor-heading-title {
  color: #ea8327 !important;
}

/*p + h2 {
	margin-top: 3rem !important;
}*/
h1 + h2:first-of-type,
.column > h2:first-of-type {
  margin-top: 0;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: normal;
  line-height: 140% !important;
  text-align: left !important;
  color: #213a7e;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
h3:first-of-type,
.elementor-widget-heading h3.elementor-heading-title:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  h3,
  .elementor-widget-heading h3.elementor-heading-title {
    font-size: 1.1rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 480px) {
  h3,
  .elementor-widget-heading h3.elementor-heading-title {
    font-size: 1.5rem;
    line-height: 130% !important;
  }
}

h4,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-posts .elementor-post__card h4.elementor-post__title a {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  line-height: 140% !important;
  color: #4a4a49;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.top-border-1 {
  border-top: 1px solid #cccccc;
  margin-top: 3rem;
  padding-top: 2rem;
}

/* === links === */
.elementor a,
.elementor-element a,
#footer-thereforyou-wrapper a,
.events-detail a,
#reviews a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: relative;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #ea8327;
  -webkit-text-decoration: underline 1px dotted #aaaaaa;
          text-decoration: underline 1px dotted #aaaaaa;
  text-underline-offset: 3px;
}
.elementor a i.fa, .elementor a i.fab, .elementor a i.fad, .elementor a i.fal, .elementor a i.far, .elementor a i.fas,
.elementor-element a i.fa,
.elementor-element a i.fab,
.elementor-element a i.fad,
.elementor-element a i.fal,
.elementor-element a i.far,
.elementor-element a i.fas,
#footer-thereforyou-wrapper a i.fa,
#footer-thereforyou-wrapper a i.fab,
#footer-thereforyou-wrapper a i.fad,
#footer-thereforyou-wrapper a i.fal,
#footer-thereforyou-wrapper a i.far,
#footer-thereforyou-wrapper a i.fas,
.events-detail a i.fa,
.events-detail a i.fab,
.events-detail a i.fad,
.events-detail a i.fal,
.events-detail a i.far,
.events-detail a i.fas,
#reviews a i.fa,
#reviews a i.fab,
#reviews a i.fad,
#reviews a i.fal,
#reviews a i.far,
#reviews a i.fas {
  vertical-align: baseline;
}
.elementor a:hover,
.elementor-element a:hover,
#footer-thereforyou-wrapper a:hover,
.events-detail a:hover,
#reviews a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #213a7e;
  -webkit-text-decoration: underline 1px dotted #213a7e;
          text-decoration: underline 1px dotted #213a7e;
  text-underline-offset: 3px;
}
.elementor a.internal, .elementor a.external, .elementor a.location, .elementor a[href^="mailto:"], .elementor a[href^="tel:"], .elementor a[href^="fax:"],
.elementor-element a.internal,
.elementor-element a.external,
.elementor-element a.location,
.elementor-element a[href^="mailto:"],
.elementor-element a[href^="tel:"],
.elementor-element a[href^="fax:"],
#footer-thereforyou-wrapper a.internal,
#footer-thereforyou-wrapper a.external,
#footer-thereforyou-wrapper a.location,
#footer-thereforyou-wrapper a[href^="mailto:"],
#footer-thereforyou-wrapper a[href^="tel:"],
#footer-thereforyou-wrapper a[href^="fax:"],
.events-detail a.internal,
.events-detail a.external,
.events-detail a.location,
.events-detail a[href^="mailto:"],
.events-detail a[href^="tel:"],
.events-detail a[href^="fax:"],
#reviews a.internal,
#reviews a.external,
#reviews a.location,
#reviews a[href^="mailto:"],
#reviews a[href^="tel:"],
#reviews a[href^="fax:"] {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ea8327;
  white-space: nowrap;
  -webkit-text-decoration: underline 1px dotted #aaaaaa;
          text-decoration: underline 1px dotted #aaaaaa;
  text-underline-offset: 3px;
}
.elementor a.internal:hover, .elementor a.external:hover, .elementor a.location:hover, .elementor a[href^="mailto:"]:hover, .elementor a[href^="tel:"]:hover, .elementor a[href^="fax:"]:hover,
.elementor-element a.internal:hover,
.elementor-element a.external:hover,
.elementor-element a.location:hover,
.elementor-element a[href^="mailto:"]:hover,
.elementor-element a[href^="tel:"]:hover,
.elementor-element a[href^="fax:"]:hover,
#footer-thereforyou-wrapper a.internal:hover,
#footer-thereforyou-wrapper a.external:hover,
#footer-thereforyou-wrapper a.location:hover,
#footer-thereforyou-wrapper a[href^="mailto:"]:hover,
#footer-thereforyou-wrapper a[href^="tel:"]:hover,
#footer-thereforyou-wrapper a[href^="fax:"]:hover,
.events-detail a.internal:hover,
.events-detail a.external:hover,
.events-detail a.location:hover,
.events-detail a[href^="mailto:"]:hover,
.events-detail a[href^="tel:"]:hover,
.events-detail a[href^="fax:"]:hover,
#reviews a.internal:hover,
#reviews a.external:hover,
#reviews a.location:hover,
#reviews a[href^="mailto:"]:hover,
#reviews a[href^="tel:"]:hover,
#reviews a[href^="fax:"]:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #213a7e;
  -webkit-text-decoration: underline 1px dotted #213a7e;
          text-decoration: underline 1px dotted #213a7e;
  text-underline-offset: 3px;
}
.elementor a.no-style,
.elementor-element a.no-style,
#footer-thereforyou-wrapper a.no-style,
.events-detail a.no-style,
#reviews a.no-style {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.no-style a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.elementor-image a {
  border-bottom: 0 !important;
  text-decoration: none;
}
.elementor-image a:hover {
  border-bottom: 0 !important;
  text-decoration: none;
}

/* === buttons === */
.btn,
.button,
.elementor-button {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.25rem 1rem 0.25rem !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.btn:hover,
.button:hover,
.elementor-button:hover {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
.btn:hover,
.button:hover,
.elementor-button:hover {
  font-weight: normal;
  color: #ffffff !important;
  text-decoration: none;
  padding: 0.25rem 1rem 0.25rem !important;
}
.btn.primary-1,
.button.primary-1,
.elementor-button.primary-1 {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  color: #ffffff;
  background: #213a7e;
}
.btn.primary-1:hover,
.button.primary-1:hover,
.elementor-button.primary-1:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #ea8327;
}
.btn.primary-2,
.button.primary-2,
.elementor-button.primary-2 {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  color: #ffffff;
  background: #ea8327;
}
.btn.primary-2:hover,
.button.primary-2:hover,
.elementor-button.primary-2:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #213a7e;
}
.btn.btn-back,
.button.btn-back,
.elementor-button.btn-back {
  font-size: 0.75rem !important;
  padding: 0.2rem 0.75rem 0.15rem !important;
}
.btn.internal, .btn.external, .btn.location, .btn[href^="mailto:"], .btn[href^="tel:"], .btn[href^="fax:"], .btn[href^=".pdf"],
.button.internal,
.button.external,
.button.location,
.button[href^="mailto:"],
.button[href^="tel:"],
.button[href^="fax:"],
.button[href^=".pdf"],
.elementor-button.internal,
.elementor-button.external,
.elementor-button.location,
.elementor-button[href^="mailto:"],
.elementor-button[href^="tel:"],
.elementor-button[href^="fax:"],
.elementor-button[href^=".pdf"] {
  border-bottom: none !important;
}

.primary-1 .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  color: #ffffff;
  background: #213a7e;
}
.primary-1 .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #ea8327;
}

.primary-2 .elementor-button {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block;
  color: #ffffff;
  background: #ea8327;
}
.primary-2 .elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
  background: #213a7e;
}

/* === images === */
.alignright {
  margin: 0.5rem 0 2rem 2rem;
}

@media screen and (max-width: 660px) {
  .content-img-right {
    width: 35%;
  }
}

/* === boxes === */
.box.col-1 {
  padding: 1.5rem 1.75rem 0.25rem 1.75rem;
}
.box.col-2 .elementor-col-50:first-child {
  padding: 1rem 1rem 0.25rem 0;
}
.box.col-2 .elementor-col-50:last-child {
  padding: 1rem 0 0.25rem 1rem;
}
.box.col-2 .elementor-col-66 {
  padding: 1rem 1.75rem 0.25rem 0;
}
.box.col-2 .elementor-col-66 + .elementor-col-33 {
  padding: 1rem 0 0.25rem 1.75rem;
}
.box.col-2 .elementor-col-33 {
  padding: 1rem 1rem 0.25rem 0;
}
.box.col-2 .elementor-col-33 + .elementor-col-66 {
  padding: 1rem 0 0.25rem 1rem;
}
.box.no-padding-top .elementor-col-50,
.box.no-padding-top .elementor-row > .elementor-col-66,
.box.no-padding-top .elementor-row > .elementor-col-66 + .elementor-col-33,
.box.no-padding-top .elementor-row > .elementor-col-33,
.box.no-padding-top .elementor-row > .elementor-col-33 + .elementor-col-66 {
  padding-top: 0 !important;
}
.box.grey-light, .box.grey-light-2 {
  background: #eeeeee;
  border-top: 2px solid #ffffff;
  -webkit-box-shadow: 0 -3px 0 #ea8327;
          box-shadow: 0 -3px 0 #ea8327;
}
.box.grey-light .elementor-col-50:first-child, .box.grey-light-2 .elementor-col-50:first-child {
  padding: 0.5rem 2rem 0 0 !important;
}
.box.grey-light .elementor-col-50:last-child, .box.grey-light-2 .elementor-col-50:last-child {
  padding: 0.5rem 0 0 2rem !important;
}
.box.grey-light.divided .elementor-col-50:first-child, .box.grey-light-2.divided .elementor-col-50:first-child {
  border-right: 1px solid #cccccc;
}
.box.grey-light-2 {
  border-top: 2px solid #ffffff;
  -webkit-box-shadow: 0 -3px 0 #aaaaaa;
          box-shadow: 0 -3px 0 #aaaaaa;
}
.box.grey-light-2 h3 {
  color: #4a4a49;
}
@media screen and (max-width: 768px) {
  .box.col-2 .elementor-col-50:first-child {
    padding: 1rem 0 0.25rem 0;
  }
  .box.col-2 .elementor-col-50:last-child {
    padding: 1rem 0 0.25rem 0;
  }
  .box.col-2 .elementor-row > .elementor-col-66 {
    padding: 1rem 0 0.25rem 0;
  }
  .box.col-2 .elementor-row > .elementor-col-66 + .elementor-col-33 {
    padding: 1rem 0 0.25rem 0;
  }
  .box.col-2 .elementor-row > .elementor-col-33 {
    padding: 1rem 1rem 0.25rem 0;
  }
  .box.col-2 .elementor-row > .elementor-col-33 + .elementor-col-66 {
    padding: 1rem 0 0.25rem 1rem;
  }
  .box.grey-light.divided .elementor-col-50:first-child, .box.grey-light-2.divided .elementor-col-50:first-child {
    border-right: 0 !important;
  }
}

/* === elementor: blockquote === */
.elementor-blockquote .elementor-blockquote__content {
  color: #213a7e !important;
  font-style: italic;
}

/* === elementor: gallery === */
a.elementor-gallery-item {
  border: 0 !important;
}

/* === elementor: tabs === */
.elementor-tab-title {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
.elementor-tab-title a {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none;
}
.elementor-tab-title:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
.elementor-tab-title:hover:not(.elementor-active) {
  background: #eeeeee;
}
.elementor-tab-title:hover a {
  color: #ea8327 !important;
}

/* === elementor: table === */
.kr-table-massage-1 thead th {
  background-color: #eeeeee !important;
}
.kr-table-massage-1 tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.kr-table-massage-1 tbody tr td:first-child {
  width: 50%;
}
.kr-table-massage-1 tbody tr:last-child {
  border-bottom: 3px solid #eeeeee;
}
@media (max-width: 660px) {
  .kr-table-massage-1 tbody tr:first-child {
    border-top: 3px solid #eeeeee;
  }
  .kr-table-massage-1 tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
  }
  .kr-table-massage-1 tbody tr td:first-child {
    width: 100%;
  }
  .kr-table-massage-1 tbody tr td .tablesaw-cell-label {
    width: 45% !important;
    font-weight: normal !important;
    background-color: #eeeeee !important;
    padding: 0.5em 0.7em;
  }
  .kr-table-massage-1 tbody tr td .tablesaw-cell-content {
    width: 55% !important;
    padding: 0.5em 0.7em;
  }
}

.kr-table-33 thead th {
  font-weight: bold;
  background-color: #eeeeee !important;
  border-right: 2px solid #ffffff;
}
.kr-table-33 thead th:last-child {
  border-right: 0;
}
.kr-table-33 tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.kr-table-33 tbody tr td {
  width: 33%;
  vertical-align: top;
  border-right: 1px solid #eeeeee;
}
.kr-table-33 tbody tr td:last-child {
  border-right: 0;
}
.kr-table-33 tbody tr:last-child {
  border-bottom: 3px solid #eeeeee;
}

/* === elementor: timelines === */
.pp-timeline-arrow {
  color: #eeeeee !important;
}

.pp-timeline-card {
  background: #eeeeee !important;
}

/* === elementor (powerpack addon): advanced posts === */
.pp-grid-item-wrap:last-child {
  margin-bottom: 0 !important;
}
.pp-grid-item-wrap .pp-post {
  background: #eeeeee;
  border-top: 2px solid #ffffff;
  -webkit-box-shadow: 0 -3px 0 #ea8327;
          box-shadow: 0 -3px 0 #ea8327;
  padding: 1.5rem 1.75rem 0 1.75rem !important;
}
.pp-grid-item-wrap .pp-post .pp-post-meta {
  margin-bottom: 0.5rem !important;
}

.pp-post-home .pp-post-meta .pp-post-date {
  font-size: 0.9rem;
  margin-bottom: 0.75rem !important;
}

/* === teaserboxes === */
ul.teaserboxes-services {
  /* fix for "justify-content: space-between", as css reset prevents it from working correctly;
  see: https://writenowdesign.com/blog/websitedesign/flexbox-justify-content-doesnt-work-space-between-or-space-around/ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100% !important;
  max-width: 840px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
ul.teaserboxes-services:before, ul.teaserboxes-services:after {
  content: none;
}
ul.teaserboxes-services li.item {
  width: 30%;
  margin: 0 0 2rem 0;
  padding: 0;
}
ul.teaserboxes-services li.item .img {
  background-repeat: none;
  background-position: center center;
  background-size: 100% auto;
}
ul.teaserboxes-services li.item .content {
  position: relative;
  padding: 0;
}
ul.teaserboxes-services li.item .content h3 {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 140% !important;
  color: #213a7e;
  text-align: left !important;
  text-transform: uppercase;
  margin-top: 1rem;
}
ul.teaserboxes-services li.item .content .txt {
  font-size: 1rem;
}
ul.teaserboxes-services li.item .content .links ul {
  list-style-type: none !important;
}
ul.teaserboxes-services li.item .content .links ul li a {
  position: relative;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0;
  border: none;
  text-decoration: none;
}
ul.teaserboxes-services li.item .content .links ul li a:hover {
  color: #ea8327;
}
ul.teaserboxes-services li.item .content .links ul li a:before {
  content: ">";
  position: absolute;
  top: -2px;
  left: -0.9rem;
}
ul.teaserboxes-services li.item .content .links ul li:before {
  display: none;
}
ul.teaserboxes-services li.item:before {
  display: none;
}
ul.teaserboxes-services.layout-2 li.item {
  width: 49%;
  background: #aaaaaa;
}
ul.teaserboxes-services.layout-2 li.item .content h3 {
  color: #ffffff;
  background: #213a7e;
  padding: 0.5rem 1rem;
  margin: 0;
  border-top: 2px solid #ffffff;
}
ul.teaserboxes-services.layout-2 li.item .content .txt {
  padding: 1rem 1rem 0 1rem;
}
ul.teaserboxes-services.layout-2 li.item .content .txt p {
  color: #ffffff;
}
ul.teaserboxes-services.layout-2 li.item .content .links {
  padding: 0.5rem 1rem 0 1rem;
}
ul.teaserboxes-services.layout-2 li.item .content .links ul li {
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}
ul.teaserboxes-services.layout-2 li.item .content .links ul li a {
  display: block;
  color: #213a7e;
  text-align: center;
  background: #ffffff;
  padding: 0.25rem 1rem 0.2rem 1rem;
}
ul.teaserboxes-services.layout-2 li.item .content .links ul li a:hover {
  color: #ffffff;
  background: #213a7e;
}
ul.teaserboxes-services.layout-2 li.item .content .links ul li a:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  ul.teaserboxes-services {
    padding: 0 2rem;
  }
  ul.teaserboxes-services li.item {
    width: 45%;
  }
  ul.teaserboxes-services.layout-2 li.item {
    width: 45%;
  }
}
@media (max-width: 660px) {
  ul.teaserboxes-services li.item {
    width: 100%;
  }
  ul.teaserboxes-services.layout-2 {
    padding: 0;
  }
  ul.teaserboxes-services.layout-2 li.item {
    width: 100%;
  }
}

/* === review === */
#reviews {
  background: #eeeeee;
}
#reviews a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ea8327 !important;
  font-weight: normal !important;
  -webkit-text-decoration: underline 1px dotted #aaaaaa !important;
          text-decoration: underline 1px dotted #aaaaaa !important;
  text-underline-offset: 3px !important;
}
#reviews a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #213a7e !important;
  -webkit-text-decoration: underline 1px dotted #213a7e !important;
          text-decoration: underline 1px dotted #213a7e !important;
  text-underline-offset: 3px;
}

/* === footer banner === */
#footer-banner-desktop {
  margin: 0 0 3rem 0;
}
@media (max-width: 660px) {
  #footer-banner-desktop {
    display: none;
  }
}

/* === footer === */
#footer {
  *zoom: 1;
}
#footer:before, #footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer #footer-thereforyou-wrapper {
  *zoom: 1;
  width: 100%;
  padding: 0 5%;
  margin: 0 0 0.25rem 0;
  border-bottom: 10px solid #213a7e;
}
#footer #footer-thereforyou-wrapper:before, #footer #footer-thereforyou-wrapper:after {
  content: "";
  display: table;
}
#footer #footer-thereforyou-wrapper:after {
  clear: both;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou {
  *zoom: 1;
  /* fix for "justify-content: space-between", as css reset prevents it from working correctly;
  see: https://writenowdesign.com/blog/websitedesign/flexbox-justify-content-doesnt-work-space-between-or-space-around/ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou:before, #footer #footer-thereforyou-wrapper #footer-thereforyou:after {
  content: "";
  display: table;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou:after {
  clear: both;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou:before, #footer #footer-thereforyou-wrapper #footer-thereforyou:after {
  content: none;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-1 {
  width: 65%;
  padding: 1rem 0 2rem 0;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-1 h3 {
  font-family: "ITC Avant Garde Medium", Arial, Verdana, sans-serif !important;
  font-size: 1.75rem !important;
  color: #213a7e;
  text-align: left !important;
  text-transform: uppercase;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-1 .txt {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif !important;
  font-size: 0.9rem !important;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-2 {
  width: 30%;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-2 img {
  float: right;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul {
  list-style-type: none;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul li {
  display: inline;
  margin: 0 2rem 0 0;
  white-space: nowrap;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul li i {
  font-size: 1.25rem;
  color: #ea8327;
  vertical-align: unset;
  margin-right: 0.5rem;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul li a {
  font-family: "ITC Avant Garde Medium", Arial, Verdana, sans-serif;
  font-size: 1.15rem;
  color: #213a7e;
  border: none !important;
  text-decoration: none;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul li a:hover {
  color: #ea8327;
}
#footer #footer-thereforyou-wrapper #footer-thereforyou ul li:before {
  display: none;
}
@media (max-width: 768px) {
  #footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-1 {
    width: 60%;
    padding: 1.5rem 0 0.5rem 0;
  }
  #footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-2 {
    width: 40%;
  }
}
@media (max-width: 480px) {
  #footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-1 {
    width: 100%;
  }
  #footer #footer-thereforyou-wrapper #footer-thereforyou #footer-thereforyou-col-2 {
    display: none;
  }
}
#footer #footer-contact-wrapper {
  *zoom: 1;
  position: relative;
  width: 100%;
  background: #4a4a49;
  padding: 3rem 5%;
}
#footer #footer-contact-wrapper:before, #footer #footer-contact-wrapper:after {
  content: "";
  display: table;
}
#footer #footer-contact-wrapper:after {
  clear: both;
}
#footer #footer-contact-wrapper #footer-contact {
  *zoom: 1;
  /* fix for "justify-content: space-between", as css reset prevents it from working correctly;
  see: https://writenowdesign.com/blog/websitedesign/flexbox-justify-content-doesnt-work-space-between-or-space-around/ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
  max-width: 840px;
  margin: 0 auto;
}
#footer #footer-contact-wrapper #footer-contact:before, #footer #footer-contact-wrapper #footer-contact:after {
  content: "";
  display: table;
}
#footer #footer-contact-wrapper #footer-contact:after {
  clear: both;
}
#footer #footer-contact-wrapper #footer-contact:before, #footer #footer-contact-wrapper #footer-contact:after {
  content: none;
}
#footer #footer-contact-wrapper #footer-contact .footer-col h4 {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 1rem !important;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 180% !important;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
#footer #footer-contact-wrapper #footer-contact .footer-col p,
#footer #footer-contact-wrapper #footer-contact .footer-col div,
#footer #footer-contact-wrapper #footer-contact .footer-col li,
#footer #footer-contact-wrapper #footer-contact .footer-col a {
  font-family: "ITC Avant Garde Book", Arial, Verdana, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 0;
  text-decoration: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#footer #footer-contact-wrapper #footer-contact .footer-col a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border: none;
  text-decoration: none;
}
#footer #footer-contact-wrapper #footer-contact .footer-col a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ea8327;
}
#footer #footer-contact-wrapper #footer-contact .footer-col a:hover p {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ea8327 !important;
}
#footer #footer-contact-wrapper #footer-contact #footer-col-1 {
  padding-right: 10%;
}
#footer #footer-contact-wrapper #footer-contact #footer-col-1 img {
  max-width: 150px;
}
#footer #footer-contact-wrapper #footer-contact #footer-col-2 {
  padding-right: 10%;
}
#footer #footer-contact-wrapper #footer-contact #footer-col-3 {
  padding-left: 5%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #footer #footer-contact-wrapper #footer-contact #footer-col-1 {
    padding-right: 5%;
  }
  #footer #footer-contact-wrapper #footer-contact #footer-col-1 img {
    max-width: 120px;
  }
  #footer #footer-contact-wrapper #footer-contact #footer-col-2 {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  #footer #footer-contact-wrapper {
    padding: 1.5rem 5%;
  }
  #footer #footer-contact-wrapper #footer-contact #footer-col-1 {
    display: none;
  }
}
@media (max-width: 660px) {
  #footer #footer-contact-wrapper #footer-contact #footer-col-2 {
    width: 100%;
    text-align: center;
  }
  #footer #footer-contact-wrapper #footer-contact #footer-col-3 {
    display: none;
  }
}
#footer #footer-copy-wrapper {
  background: #ea8327;
  margin-top: 0;
  padding: 0.2rem 5%;
}
#footer #footer-copy-wrapper #footer-copy {
  *zoom: 1;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#footer #footer-copy-wrapper #footer-copy:before, #footer #footer-copy-wrapper #footer-copy:after {
  content: "";
  display: table;
}
#footer #footer-copy-wrapper #footer-copy:after {
  clear: both;
}
#footer #footer-copy-wrapper #footer-copy #footer-copyright {
  float: left;
  width: 40%;
  font-family: "ITC Avant Garde Std MdCnd", Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
  padding: 0.25rem 0;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 {
  float: right;
  width: 55%;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul {
  list-style-type: none;
  text-align: right;
  padding: 0;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul li {
  display: inline;
  font-family: "ITC Avant Garde Std MdCnd", Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 160%;
  padding: 0;
  margin: 0 0 0 0.75rem;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul li a {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: "ITC Avant Garde Std MdCnd", Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 160%;
  text-decoration: none;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul li a:hover {
  -webkit-transition: all 0.15s linear !important;
  -kthtml-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #213a7e;
}
#footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul li a:before {
  content: "|";
  color: #ffffff;
  margin-right: 0.25rem;
}
@media (max-width: 960px) {
  #footer #footer-copy-wrapper #footer-copy #footer-copyright {
    width: 100%;
    text-align: center;
  }
  #footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 {
    width: 100%;
  }
  #footer #footer-copy-wrapper #footer-copy #footer-copy-nav-1 ul {
    text-align: center;
  }
}
@media (max-width: 660px) {
  #footer #footer-copy-wrapper #footer-copy #footer-copyright {
    display: none;
  }
}

/* === kupferrausch branding === */
.kupferrausch {
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
}
.kupferrausch img {
  max-width: 250px !important;
  margin: 0 0 0 0.5rem !important;
}
.kupferrausch:hover {
  background: none !important;
}