/*
Theme Name: ASGS
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.5.7
*/

/* Imports */

@import url("css/typo.css");
@import url("css/utilities.css");
@import url("css/header.css");
@import url("css/footer.css");
/*
COLOR DEFINITIONS - GOES BELOW:
*/

/* === Theme Specific === */

/* ----- GENERAL ----- */

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section,
a {
  position: relative;
}

/* END GENERAL */

/* ----- WP ADMIN BAR ----- */

/*#wpadminbar {
    display: none;
  }*/

/* END WP ADMIN BAR */

/* ----- BUTTONS ----- */

/* Button classes:
        - btn_xyz_primary
        - btn_xyz_secondary 
*/

/* Button Reset */

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/*==================
  BUTTONS
    -> .btn-primary
    -> .btn-primary.btn_white
    -> .btn-primary.btn_color
    -> .btn-secondary
    -> .btn-secondary.btn_white
    -> .btn-secondary.btn_color
  ==================*/
.btn-primary,
.btn-secondary {
  position: relative;
  display: inline-block;
  font-family: "URWDIN-Bold";
  color: #5a5a56;
  background: #5a5a56;
  padding: 15px 30px;
  margin-bottom: 23px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.btn-primary:before,
.btn-secondary:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  right: 1px;
  top: 1px;
  z-index: -10;
  background: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
a:hover .btn-primary,
a:hover .btn-secondary,
.btn-primary:not(.btn_white):hover::before,
.btn-secondary:not(.btn_white):hover::before,
a:hover .btn-primary:not(.btn_white):before,
a:hover .btn-secondary:not(.btn_white):before {
  color: #fff;
  background: #002f6b;
  text-decoration: none;
}

section.teaser_cards .btn-primary:hover,
section.teaser_cards .btn-primary:not(:disabled):not(.disabled):active,
section.teaser_cards .btn-secondary:hover,
section.teaser_cards .btn-secondary:not(:disabled):not(.disabled):active,
section.teaser_cards a:hover .btn-primary,
section.teaser_cards a:hover .btn-secondary,
section.teaser_cards .btn-primary:not(.btn_white):hover::before,
section.teaser_cards .btn-secondary:not(.btn_white):hover::before,
section.teaser_cards a:hover .btn-primary:not(.btn_white):before,
section.teaser_cards a:hover .btn-secondary:not(.btn_white):before {
  background: #6c767c;
}

.btn-primary.btn_white:hover,
.btn-primary.btn_white:not(:disabled):not(.disabled):active,
.btn-secondary.btn_white:hover,
.btn-secondary.btn_white:not(:disabled):not(.disabled):active,
a:hover .btn-primary.btn_white,
a:hover .btn-secondary.btn_white {
  color: #5a5a56;
  background: #5a5a56;
}
.btn-primary.btn_color,
.btn-secondary.btn_color,
.btn-primary.btn_color:hover,
.btn-primary.btn_color:not(:disabled):not(.disabled):active,
.btn-secondary.btn_color:hover,
.btn-secondary.btn_color:not(:disabled):not(.disabled):active,
a:hover .btn-primary.btn_color,
a:hover .btn-secondary.btn_color {
  color: #fff;
  background: #fff;
}
.btn-primary.btn_color:before,
.btn-secondary.btn_color:before,
.btn-primary.btn_color:hover::before,
.btn-secondary.btn_color:hover::before,
a:hover .btn-primary.btn_color:before,
a:hover .btn-secondary.btn_color:before {
  background: #002f6b;
}

.btn-primary,
.btn-primary:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

.btn-primary:hover,
a:hover .btn-primary {
  clip-path: polygon(
    0% 0%,
    calc(100% - 20px) 0%,
    100% 50%,
    calc(100% - 20px) 100%,
    0% 100%
  );
  -webkit-clip-path: polygon(
    0% 0%,
    calc(100% - 20px) 0%,
    100% 50%,
    calc(100% - 20px) 100%,
    0% 100%
  );
}

.btn-primary:hover::before,
a:hover .btn-primary:before {
  clip-path: polygon(
    0% 0%,
    calc(100% - 19.7px) 0%,
    calc(100% - 0.3px) 50%,
    calc(100% - 19.7px) 100%,
    0% 100%
  );
  -webkit-clip-path: polygon(
    0% 0%,
    calc(100% - 19.7px) 0%,
    calc(100% - 0.3px) 50%,
    calc(100% - 19.7px) 100%,
    0% 100%
  );
}

.btn-secondary {
  padding-bottom: 31px;
  margin-bottom: 7px;
}

.btn-secondary,
.btn-secondary:before {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 26px) calc(100% - 16px),
    50% calc(100% - 16px),
    calc(50% - 26px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 26px) calc(100% - 16px),
    50% calc(100% - 16px),
    calc(50% - 26px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
}

.btn-secondary:hover,
a:hover .btn-secondary {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 26px) calc(100% - 16px),
    50% 100%,
    calc(50% - 26px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 26px) calc(100% - 16px),
    50% 100%,
    calc(50% - 26px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
}

.btn-secondary:hover::before,
a:hover .btn-secondary:before {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 25.6px) calc(100% - 16px),
    50% calc(100% - 0.3px),
    calc(50% - 25.6px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 16px),
    calc(50% + 25.6px) calc(100% - 16px),
    50% calc(100% - 0.3px),
    calc(50% - 25.6px) calc(100% - 16px),
    0% calc(100% - 16px)
  );
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/* iE and Edge adjustment because of clip-path property not working */

@supports (-ms-ime-align: auto) {
  .btn-primary,
  .btn-secondary {
    background: #fff;
    border: 1px solid #5a5a56;
    margin-bottom: 23px;
    padding-bottom: 15px;
  }
  .btn-primary:before,
  .btn-secondary:before {
    top: auto;
    left: auto;
    background: transparent !important;
    width: 0;
    height: 0;
    z-index: 100;
  }

  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-secondary:hover,
  .btn-secondary:not(:disabled):not(.disabled):active,
  a:hover .btn-primary,
  a:hover .btn-secondary {
    border: 1px solid #002f6b;
  }

  .btn-primary:before,
  .btn-primary:after,
  .btn-secondary:before,
  .btn-secondary:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
  }
  .btn-primary:before {
    right: -19px;
    top: 0px;
    border-left: 19px solid #fff;
    border-top: 28.5px solid transparent;
    border-bottom: 28.5px solid transparent;
  }
  .btn-primary:after {
    right: -21px;
    top: -1px;
    border-left: 20px solid #5a5a56;
    border-top: 29.5px solid transparent;
    border-bottom: 29.5px solid transparent;
  }

  .btn-primary:hover,
  a:hover .btn-primary {
    padding-right: 10px;
  }
  .btn-primary:hover::before,
  a:hover .btn-primary:before {
    border-left: 19px solid #002f6b;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .btn-primary:hover::after,
  a:hover .btn-primary:after {
    border-left: 20px solid #002f6b;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }

  .btn-primary.btn_white:hover,
  .btn-primary.btn_white:not(:disabled):not(.disabled):active,
  a:hover .btn-primary.btn_white {
    color: #5a5a56;
    background: #fff;
    text-decoration: none;
    border: 1px solid #5a5a56;
  }
  .btn-primary.btn_white:hover::before,
  a:hover .btn-primary.btn_white:before {
    border-left: 19px solid #fff;
  }
  .btn-primary.btn_white:hover::after,
  a:hover .btn-primary.btn_white:after {
    border-left: 20px solid #5a5a56;
  }

  .btn-primary.btn_color {
    color: #fff;
    background: #002f6b;
    border: 1px solid #fff;
  }
  .btn-primary.btn_color:hover,
  .btn-primary.btn_color:not(:disabled):not(.disabled):active,
  a:hover .btn-primary.btn_color {
    color: #fff;
    background: #002f6b;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .btn-primary.btn_color:before {
    border-left: 19px solid #002f6b;
  }
  .btn-primary.btn_color:after {
    border-left: 20px solid #fff;
  }
  .btn-primary.btn_color:hover::before,
  a:hover .btn-primary.btn_color:before {
    border-left: 19px solid #002f6b;
  }
  .btn-primary.btn_color:hover::after,
  a:hover .btn-primary.btn_color:after {
    border-left: 20px solid #fff;
  }

  .btn-secondary:before,
  .btn-secondary:after {
    left: calc(50% - 26px);
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  .btn-secondary:before {
    bottom: -14px;
    border-top: 15px solid #fff;
  }
  .btn-secondary:after {
    bottom: -16px;
    border-top: 15px solid #5a5a56;
  }

  .btn-secondary:hover::before,
  a:hover .btn-secondary:before,
  .btn-secondary:hover::after,
  a:hover .btn-secondary:after {
    border-top: 15px solid #002f6b;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .btn-secondary.btn_white:hover,
  .btn-secondary.btn_white:not(:disabled):not(.disabled):active,
  a:hover .btn-secondary.btn_white {
    color: #5a5a56;
    background: #fff;
    text-decoration: none;
    border: 1px solid #5a5a56;
  }
  .btn-secondary.btn_white:hover::before,
  a:hover .btn-secondary.btn_white:before {
    border-top: 15px solid #fff;
  }
  .btn-secondary.btn_white:hover::after,
  a:hover .btn-secondary.btn_white:after {
    border-top: 15px solid #5a5a56;
  }

  .btn-secondary.btn_color,
  .btn-secondary.btn_color:hover,
  .btn-secondary.btn_color:not(:disabled):not(.disabled):active,
  a:hover .btn-secondary.btn_color {
    color: #fff;
    background: #002f6b;
    text-decoration: none;
    border: 1px solid #fff;
  }

  .btn-secondary.btn_color:before,
  .btn-secondary.btn_color:hover::before,
  a:hover .btn-secondary.btn_color:before {
    border-top: 15px solid #002f6b;
  }
  .btn-secondary.btn_color:after,
  .btn-secondary.btn_color:hover::after,
  a:hover .btn-secondary.btn_color:after {
    border-top: 15px solid #fff;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-primary,
  .btn-secondary {
    background: #fff;
    border: 1px solid #5a5a56;
    margin-bottom: 23px;
    padding-bottom: 15px;
  }
  .btn-primary:before,
  .btn-secondary:before {
    top: auto;
    left: auto;
    background: transparent !important;
    width: 0;
    height: 0;
    z-index: 100;
  }

  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-secondary:hover,
  .btn-secondary:not(:disabled):not(.disabled):active,
  a:hover .btn-primary,
  a:hover .btn-secondary {
    border: 1px solid #002f6b;
  }

  .btn-primary:before,
  .btn-primary:after,
  .btn-secondary:before,
  .btn-secondary:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
  }
  .btn-primary:before {
    right: -19px;
    top: 0px;
    border-left: 19px solid #fff;
    border-top: 28.5px solid transparent;
    border-bottom: 28.5px solid transparent;
  }
  .btn-primary:after {
    right: -21px;
    top: -1px;
    border-left: 20px solid #5a5a56;
    border-top: 29.5px solid transparent;
    border-bottom: 29.5px solid transparent;
  }

  .btn-primary:hover,
  a:hover .btn-primary {
    padding-right: 10px;
  }
  .btn-primary:hover::before,
  a:hover .btn-primary:before {
    border-left: 19px solid #002f6b;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .btn-primary:hover::after,
  a:hover .btn-primary:after {
    border-left: 20px solid #002f6b;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }

  .btn-primary.btn_white:hover,
  .btn-primary.btn_white:not(:disabled):not(.disabled):active,
  a:hover .btn-primary.btn_white {
    color: #5a5a56;
    background: #fff;
    text-decoration: none;
    border: 1px solid #5a5a56;
  }
  .btn-primary.btn_white:hover::before,
  a:hover .btn-primary.btn_white:before {
    border-left: 19px solid #fff;
  }
  .btn-primary.btn_white:hover::after,
  a:hover .btn-primary.btn_white:after {
    border-left: 20px solid #5a5a56;
  }

  .btn-primary.btn_color {
    color: #fff;
    background: #002f6b;
    border: 1px solid #fff;
  }
  .btn-primary.btn_color:hover,
  .btn-primary.btn_color:not(:disabled):not(.disabled):active,
  a:hover .btn-primary.btn_color {
    color: #fff;
    background: #002f6b;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .btn-primary.btn_color:before {
    border-left: 19px solid #002f6b;
  }
  .btn-primary.btn_color:after {
    border-left: 20px solid #fff;
  }
  .btn-primary.btn_color:hover::before,
  a:hover .btn-primary.btn_color:before {
    border-left: 19px solid #002f6b;
  }
  .btn-primary.btn_color:hover::after,
  a:hover .btn-primary.btn_color:after {
    border-left: 20px solid #fff;
  }

  .btn-secondary:before,
  .btn-secondary:after {
    left: calc(50% - 26px);
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }

  .btn-secondary:before {
    bottom: -14px;
    border-top: 15px solid #fff;
  }
  .btn-secondary:after {
    bottom: -16px;
    border-top: 15px solid #5a5a56;
  }

  .btn-secondary:hover::before,
  a:hover .btn-secondary:before,
  .btn-secondary:hover::after,
  a:hover .btn-secondary:after {
    border-top: 15px solid #002f6b;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }

  .btn-secondary.btn_white:hover,
  .btn-secondary.btn_white:not(:disabled):not(.disabled):active,
  a:hover .btn-secondary.btn_white {
    color: #5a5a56;
    background: #fff;
    text-decoration: none;
    border: 1px solid #5a5a56;
  }
  .btn-secondary.btn_white:hover::before,
  a:hover .btn-secondary.btn_white:before {
    border-top: 15px solid #fff;
  }
  .btn-secondary.btn_white:hover::after,
  a:hover .btn-secondary.btn_white:after {
    border-top: 15px solid #5a5a56;
  }

  .btn-secondary.btn_color,
  .btn-secondary.btn_color:hover,
  .btn-secondary.btn_color:not(:disabled):not(.disabled):active,
  a:hover .btn-secondary.btn_color {
    color: #fff;
    background: #002f6b;
    text-decoration: none;
    border: 1px solid #fff;
  }

  .btn-secondary.btn_color:before,
  .btn-secondary.btn_color:hover::before,
  a:hover .btn-secondary.btn_color:before {
    border-top: 15px solid #002f6b;
  }
  .btn-secondary.btn_color:after,
  .btn-secondary.btn_color:hover::after,
  a:hover .btn-secondary.btn_color:after {
    border-top: 15px solid #fff;
  }
}
/*==================
    END BUTTONS
    ==================*/

/* Cookie Banner */

#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content {
  flex-direction: column;
}

#moove_gdpr_cookie_info_bar * {
  max-width: 32em;
}

.moove-gdpr-cookie-notice {
  margin-bottom: 1.4em;
}

.moove-gdpr-button-holder {
  width: 100%;
  justify-content: space-between;
  padding-left: 0 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-button-holder {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0 !important;
  flex-wrap: nowrap !important;
  padding: 30px !important;
}

.moove-gdpr-button-holder button {
  width: 100%;
  border-radius: 0.375rem !important;
  border-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-button-holder button {
  width: 50%;
}

.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton {
  background-color: #2d4156 !important;
  color: #eaeff2 !important;
}

.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button.gdpr-fbo-2 {
  border: none !important;
  background-color: #eaeff2 !important;
  color: #2d4156 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  border-top: none !important;
  padding: 2em;
}

/* ----- LAZYLOAD EFFECT ----- */

img.bg_static_cover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 500ms, -webkit-filter 500ms;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  max-width: 100%;
  width: 100%;
  height: 100%;
}

img.bg_static_cover.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* END LAZYLOAD EFFECT */
