/* Mixins */
.wee-inverse {
  background-color: #283042; }
  .wee-inverse h1, .wee-inverse h2, .wee-inverse h3, .wee-inverse h4, .wee-inverse h5, .wee-inverse p, .wee-inverse a, .wee-inverse ul, .wee-inverse ol, .wee-inverse li {
    color: #fff; }

html {
  font-size: 10px; }

body {
  font-size: 1rem; }
  @media (min-width: 1200px) and (max-width: 1920px) {
    body {
      font-size: 0.8rem; } }

@media (min-width: 1920px) {
  .home .container {
    min-width: 1670px;
    max-width: auto; } }

a {
  outline: 0;
  text-decoration: none !important; }

/* Components */
#wee-header-top {
  border-bottom: 1px solid #fff; }
  #wee-header-top .container-fluid {
    max-width: 1730px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-header-top .container-fluid {
        max-width: 100%;
        margin: 0;
        padding: 0; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-header-top .container-fluid {
        max-width: 100%;
        margin: 0;
        padding: 0; } }
    @media (max-width: 575.98px) {
      #wee-header-top .container-fluid {
        max-width: 100%;
        margin: 0;
        padding: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #wee-header-top .navbar-brand {
      height: 100%;
      display: flex;
      flex: auto;
      justify-content: left;
      align-items: center;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-header-top .navbar-brand {
      height: 100%;
      display: flex;
      flex: auto;
      justify-content: left;
      align-items: center;
    } }
  @media (max-width: 575.98px) {
    #wee-header-top .navbar-brand {
      height: 100%;
      width: 50%;
      display: flex;
      flex: auto;
      justify-content: left;
      align-items: center;
    }
    
    #wee-header-top .navbar-brand img {
      width: 100%;
    }
  }

  #wee-header-top .navbar {
    height: 130px;
  }

  #wee-header-top .navbar .btn-zu-allen {
    border-radius: 20px;
    background: #283042;
    color: #FFF;
    font-size: 1.4rem;
    padding: 7px 10px;
    flex: 1;
    justify-content: center;
  }
  
  @media (max-width: 375px) {
    #wee-header-top .navbar .btn-zu-allen {
      font-size: 1rem;
      padding: 7px 5px;
    }
  }
    #wee-header-top .navbar .navbar-toggler {
      border: 0;
      font-size: 2rem;
      outline: none;
    }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-header-top .navbar {
        height: 180px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-header-top .navbar {
        height: auto;
        padding: 30px 15px;
      }
    }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-header-top .navbar {
        height: auto;
        padding: 30px 15px; } }
    @media (max-width: 575.98px) {
      #wee-header-top .navbar {
        height: auto;
        padding: 30px 15px; } }
    #wee-header-top .navbar .wee-mobile-nav-top {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      list-style: none;
      border-top: 1px solid white;
      padding-top: 30px; }
      #wee-header-top .navbar .wee-mobile-nav-top li {
        width: 50%; }
        #wee-header-top .navbar .wee-mobile-nav-top li a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          font-size: 1.6rem;
          color: #283042; }
          #wee-header-top .navbar .wee-mobile-nav-top li a i {
            font-size: 3rem;
            margin-bottom: 10px; }
    #wee-header-top .navbar .wee-menu-mobile {
      z-index: 10;
      margin-top: 15px;
    }
      #wee-header-top .navbar .wee-menu-mobile a.nav-link {
        font-size: 1.6rem;
        color: #FFF;
        background: #283042;
        padding: 15px 20px;
        border-bottom: 1px solid #666; }
        #wee-header-top .navbar .wee-menu-mobile a.nav-link:after {
          content: url("../img/icon-chevron-right.png");
          position: absolute;
          right: 10px; }

#wee-header {
  background-image: url("../img/slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom right;
  position: relative;
}

  #wee-header .wee-slider-container { }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-header .wee-slider-container {
        margin-top: 30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-header .wee-slider-container {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      #wee-header .wee-slider-container {
        margin-top: 30px; } }
    #wee-header .wee-slider-container #wee-slider-text {
      position: relative;
      z-index: 10; }
    #wee-header .wee-slider-container h1 {
      color: #283042;
      font-size: 10rem;
      font-weight: 600;
      line-height: 1.2;
      margin-top: 100px;
      text-shadow: 2px 2px 5px rgba(40, 48, 66, 0.4);
      margin-bottom: 50px; }
      @media (min-width: 1367px) and (max-width: 1920px) {
        #wee-header .wee-slider-container h1 {
          font-size: 8rem; } }
      @media (min-width: 1201px) and (max-width: 1366px) {
        #wee-header .wee-slider-container h1 {
          font-size: 8rem; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-header .wee-slider-container h1 {
          font-size: 6rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-header .wee-slider-container h1 {
          font-size: 6rem;
          margin-top: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-header .wee-slider-container h1 {
          font-size: 3.8rem;
          margin-top: 0;
          margin-bottom: 30px; } }
      @media (max-width: 575.98px) {
        #wee-header .wee-slider-container h1 {
          font-size: 3.8rem;
          margin-top: 0;
          margin-bottom: 30px; } }
    #wee-header .wee-slider-container h2 {
      font-size: 3.2rem;
      line-height: 1.2;
      margin: 0 0 50px 0;
      text-shadow: 1px 1px 3px rgba(40, 48, 66, 0.4); }
      @media (min-width: 1367px) and (max-width: 1920px) {
        #wee-header .wee-slider-container h2 {
          font-size: 3rem; } }
      @media (min-width: 1201px) and (max-width: 1366px) {
        #wee-header .wee-slider-container h2 {
          font-size: 3rem; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-header .wee-slider-container h2 {
          font-size: 3rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-header .wee-slider-container h2 {
          font-size: 2rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-header .wee-slider-container h2 {
          font-size: 1.4rem;
          margin-bottom: 30px; } }
      @media (max-width: 575.98px) {
        #wee-header .wee-slider-container h2 {
          font-size: 1.4rem;
          margin-bottom: 30px; } }
    #wee-header .wee-slider-container .btn {
      padding: 15px 50px;
      border-radius: 40px;
      box-shadow: 2px 2px 5px rgba(40, 48, 66, 0.4); }
      #wee-header .wee-slider-container .btn.wee-blue {
        background-color: #283042;
        color: #fff; }
      #wee-header .wee-slider-container .btn.wee-red {
        background-color: #ff0000;
        color: #fff; }
      #wee-header .wee-slider-container .btn.btn-large {
        font-size: 2.72rem;
        line-height: 2.72rem;
        font-weight: 600; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-header .wee-slider-container .btn {
          font-size: 1.4rem !important;
          padding: 5px 20px; } }
      @media (max-width: 575.98px) {
        #wee-header .wee-slider-container .btn {
          font-size: 1.4rem !important;
          padding: 5px 20px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-header .wee-slider-container .wee-slider-image {
        overflow: hidden;
        margin-right: -30px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-header .wee-slider-container .wee-slider-image img {
        height: 600px;
        width: auto;
        margin-top: -50px;
        margin-right: 0px;
        margin-left: -30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-header .wee-slider-container .wee-slider-image img {
        height: 400px;
        width: auto;
        margin-right: 0px; } }
    @media (max-width: 575.98px) {
      #wee-header .wee-slider-container .wee-slider-image img {
        height: 400px;
        width: auto;
        margin-left: -100px; } }
    @media (max-width: 360px) {
      #wee-header .wee-slider-container .wee-slider-image img {
        display: none; } }
    #wee-header .wee-slider-container .wee-slider-image img {
      position: relative;
      z-index: 1; }

#wee-sticky-header {
  background: linear-gradient(to right, #3cd7d3 0%, #4eecd5 100%); }
  #wee-sticky-header.hidden {
    display: none; }
  #wee-sticky-header .header-middle {
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-sticky-header .header-middle {
        width: 60%; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-sticky-header .header-middle {
        width: 56%; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-sticky-header .header-middle {
        width: 47%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-sticky-header .header-middle {
        display: none; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-sticky-header .header-middle {
        display: none; } }
    @media (max-width: 575.98px) {
      #wee-sticky-header .header-middle {
        display: none; } }
  #wee-sticky-header .wee-search-form {
    font-size: 2.2rem; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-sticky-header .wee-search-form {
        margin-left: 10px; } }
    #wee-sticky-header .wee-search-form form {
      padding-left: 20px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-sticky-header .wee-search-form form {
          padding-left: 10px; } }
      #wee-sticky-header .wee-search-form form > i {
        display: none; }
      #wee-sticky-header .wee-search-form form #search {
        padding-right: 20px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #wee-sticky-header .wee-search-form form #search {
            padding-top: 0;
            padding-bottom: 0; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-sticky-header .wee-search-form form .nav {
          display: none; } }
    #wee-sticky-header .wee-search-form button {
      font-size: 2rem;
      padding: 1.5px 29.4px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-sticky-header .wee-search-form button i {
          padding: 5px; } }
      #wee-sticky-header .wee-search-form button > i {
        color: #fff; }
  #wee-sticky-header .wee-header-btn {
    border: 1px solid transparent;
    padding: 5px 15px;
    font-size: 2rem;
    color: #fff;
    background-color: #283042;
    text-align: center;
    border-radius: 30px;
    margin-left: 40px; }
    #wee-sticky-header .wee-header-btn:hover {
      text-decoration: none; }
    @media (max-width: 1454px) {
      #wee-sticky-header .wee-header-btn {
        display: none; } }

.wee-menu .nav a {
  color: #283042 !important;
  text-align: center;
  font-size: 2.4rem; }

.wee-tabs {
  margin: -81px auto 50px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1201px) and (max-width: 1366px) {
    .wee-tabs {
      margin-top: -65px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .wee-tabs {
      margin-top: -65px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wee-tabs {
      display: none; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wee-tabs {
      display: none; } }
  @media (max-width: 575.98px) {
    .wee-tabs {
      display: none; } }
  .wee-tabs .nav-tabs {
    border-bottom: 0; }
    .wee-tabs .nav-tabs li a {
      border-radius: 10px 10px 0px 0;
      font-size: 2rem;
      padding: 15px 60px;
      border: none;
      text-transform: uppercase;
      background-color: #fff;
      color: #888;
      position: relative;
      top: 20px; }
      @media (min-width: 1201px) and (max-width: 1366px) {
        .wee-tabs .nav-tabs li a {
          font-size: 1.6rem;
          padding: 10px 40px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .wee-tabs .nav-tabs li a {
          font-size: 1.6rem;
          padding: 10px 40px; } }
      .wee-tabs .nav-tabs li a.active {
        color: #fff;
        background-color: #283042;
        padding: 15px 50px; }
        @media (min-width: 1201px) and (max-width: 1366px) {
          .wee-tabs .nav-tabs li a.active {
            padding: 10px 40px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .wee-tabs .nav-tabs li a.active {
            padding: 10px 40px; } }
  .wee-tabs #wee-tab-content {
    max-width: 80%; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-tabs #wee-tab-content {
        max-width: 100%; } }
    .wee-tabs #wee-tab-content #wee-search {
      padding-top: 40px; }

.wee-search-form {
  font-size: 2.5rem;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 0 0 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wee-search-form {
      font-size: 1.8rem;
      padding: 0;
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wee-search-form {
      font-size: 1.4rem;
      padding: 0;
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media (max-width: 575.98px) {
    .wee-search-form {
      font-size: 1.4rem;
      padding: 0;
      margin-bottom: 30px;
      margin-top: 30px;
      border-radius: 30px; } }
  @media (max-width: 350px) {
    .wee-search-form {
      font-size: 1rem; } }
  .wee-search-form > :after {
    content: "";
    display: table;
    clear: both; }
  .wee-search-form i {
    float: left;
    padding: 10px;
    color: #19c5cc; }
  .wee-search-form .wee-search-input {
    float: left;
    border: none;
    padding: 5px 85px 5px 15px;
    border-radius: 0 30px 30px 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-search-form .wee-search-input {
        padding: 5px 35px 5px 15px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-search-form .wee-search-input {
        padding: 5px 15px; } }
    @media (max-width: 575.98px) {
      .wee-search-form .wee-search-input {
        padding: 5px; } }
    .wee-search-form .wee-search-input:focus {
      outline: 0 !important; }
  .wee-search-form .nav {
    float: left;
    margin: 0 20px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-search-form .nav {
        margin: 0 40px; } }
    @media (max-width: 575.98px) {
      .wee-search-form .nav {
        margin: 0; } }
    .wee-search-form .nav > li > a {
      color: #283042; }
    .wee-search-form .nav .dropdown-item {
      font-size: 2.5rem; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .wee-search-form .nav .dropdown-item {
          font-size: 1.4rem; } }
      @media (max-width: 575.98px) {
        .wee-search-form .nav .dropdown-item {
          font-size: 1.4rem; } }
  .wee-search-form .wee-btn {
    font-size: 2.5rem;
    padding: 5px 29.4px;
    background-color: #ff0000;
    border-radius: 30px;
    color: #fff;
    border: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-search-form .wee-btn {
        font-size: 1.8rem;
        float: right; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-search-form .wee-btn {
        float: right;
        font-size: 1.4rem; } }
    @media (max-width: 575.98px) {
      .wee-search-form .wee-btn {
        width: 100%;
        display: block;
        font-size: 1.4rem; } }

#wee-pre-footer {
  background-image: url("../img/pre-footer-bg.png");
  background-size: fill;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-color: #1bc7cc;
  text-align: center;
  padding: 100px 0px; }
  @media (max-width: 575.98px) {
    #wee-pre-footer {
      padding: 50px 0px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-pre-footer {
      padding: 50px 0px; } }
  #wee-pre-footer h2 {
    font-size: 5rem;
    line-height: 1.2rem;
    margin-bottom: 50px;
    color: #283042; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-pre-footer h2 {
        font-size: 4rem; } }
    @media (max-width: 575.98px) {
      #wee-pre-footer h2 {
        font-size: 2rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-pre-footer h2 {
        font-size: 2rem; } }
  #wee-pre-footer .btn {
    padding: 15px 50px;
    border-radius: 40px; }
    #wee-pre-footer .btn.wee-blue {
      background-color: #283042;
      color: #fff; }
    #wee-pre-footer .btn.wee-red {
      background-color: #ff0000;
      color: #fff; }
    #wee-pre-footer .btn.btn-large {
      font-size: 2.72rem;
      line-height: 2.72rem;
      font-weight: 600; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-pre-footer .btn {
        font-size: 1.4rem !important;
        padding: 5px 20px; } }
    @media (max-width: 575.98px) {
      #wee-pre-footer .btn {
        font-size: 1.4rem !important;
        padding: 5px 20px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-pre-footer .btn {
        font-size: 2.5rem; } }
    @media (max-width: 575.98px) {
      #wee-pre-footer .btn {
        font-size: 1.8rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-pre-footer .btn {
        font-size: 1.8rem; } }

#wee-footer {
  padding: 100px 0 50px; 
}
  
@media (max-width: 991.98px) {
  #wee-footer {
    padding: 30px 0px; 
  }
}
  #wee-footer .nav > li > a {
    font-size: 2.6rem;
    font-weight: 300; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-footer .nav > li > a {
        font-size: 2.4rem; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-footer .nav > li > a {
        font-size: 2.2rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-footer .nav > li > a {
        border-bottom: 1px solid #19c5cc;
        text-align: center;
        padding: 10px 0px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-footer .nav > li > a {
        border-bottom: 1px solid #19c5cc;
        text-align: center;
        padding: 10px 0px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-footer .nav > li > a {
        border-bottom: 1px solid #19c5cc;
        text-align: center;
        padding: 10px 0px;
        font-size: 1.6rem; } }
    @media (max-width: 575.98px) {
      #wee-footer .nav > li > a {
        border-bottom: 1px solid #19c5cc;
        text-align: center;
        padding: 10px 0px;
        font-size: 1.6rem; } }
    #wee-footer .nav > li > a.social-nav-link {
      border: 0; }
  #wee-footer .wee-social-menu > li > a {
    font-size: 5.6rem; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-footer .wee-social-menu > li > a {
        font-size: 5rem; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-footer .wee-social-menu > li > a {
        font-size: 4rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-footer .wee-social-menu > li > a {
        font-size: 4rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-footer .wee-social-menu > li > a {
        font-size: 4rem; } }
    @media (max-width: 575.98px) {
      #wee-footer .wee-social-menu > li > a {
        font-size: 4rem; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    #wee-footer .wee-social-menu {
      width: 80%;
      margin: 0 auto;
      justify-content: space-evenly !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #wee-footer .wee-social-menu {
      width: 60%;
      margin: 0 auto;
      justify-content: space-evenly !important; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-footer .wee-social-menu {
      width: 80%;
      margin: 0 auto;
      justify-content: space-evenly !important; } }
  @media (max-width: 575.98px) {
    #wee-footer .wee-social-menu {
      width: 80%;
      margin: 0 auto;
      justify-content: space-evenly !important; } }

.cookie-law {
  position: fixed;
  bottom: 0;
  z-index: 100;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  width: 100%; }
  .cookie-law span {
    font-size: 1.4rem;
    margin: 0 15px; }
  .cookie-law .cookie-law-btn {
    padding: 10px 15px;
    font-size: 1.4rem;
    background-color: #283042;
    color: #fff;
    text-align: center; }

/* Helpers */
.markdown--dash ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.markdown--dash li::before {
  content: "-";
  margin-right: 5px;
  display: inline-block;
  vertical-align: baseline; }

.u-hd {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: -1000;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px); }

.u-align-l {
  text-align: left; }

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

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

.u-light {
  font-weight: var(--light-font); }

.u-regular {
  font-weight: var(--regular-font); }

.u-strong {
  font-weight: var(--bold-font); }

.u-align-items-start {
  align-items: flex-start; }

.u-align-items-center {
  align-items: center; }

.u-align-items-end {
  align-items: flex-end; }

.u-justify-center {
  justify-content: center; }

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

.u-space-between {
  justify-content: space-between; }

.u-flex-column {
  flex-direction: column; }

.u-flex-row {
  flex-direction: row; }

/* Pages */
#wee-numbers {
  padding: 70px 0; }
  #wee-numbers h2 {
    font-size: 6.4rem;
    line-height: 1.2rem;
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-numbers h2 {
        font-size: 5.5rem; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-numbers h2 {
        font-size: 5.5rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-numbers h2 {
        font-size: 5.5rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-numbers h2 {
        font-size: 4.5rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-numbers h2 {
        font-size: 4rem; } }
    @media (max-width: 575.98px) {
      #wee-numbers h2 {
        font-size: 4rem; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    #wee-numbers .wee-numbers-container {
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #wee-numbers .wee-numbers-container {
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-numbers .wee-numbers-container {
      width: 70%;
      margin: 0 auto; } }
  @media (max-width: 575.98px) {
    #wee-numbers .wee-numbers-container {
      width: 70%;
      margin: 0 auto; } }
  #wee-numbers .wee-number-block h5 {
    font-size: 2.6rem;
    text-transform: uppercase; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-numbers .wee-number-block h5 {
        font-size: 1.8rem; } }
    @media (max-width: 575.98px) {
      #wee-numbers .wee-number-block h5 {
        font-size: 1.8rem; } }
    #wee-numbers .wee-number-block h5 span {
      font-size: 15rem;
      font-weight: 700; }
      @media (min-width: 1367px) and (max-width: 1920px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 10rem; } }
      @media (min-width: 1201px) and (max-width: 1366px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 10rem; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 10rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 8rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 6.5rem; } }
      @media (max-width: 575.98px) {
        #wee-numbers .wee-number-block h5 span {
          font-size: 6.5rem; } }
  #wee-numbers .wee-number-block h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #19c5cc; }
    @media (max-width: 575.98px) {
      #wee-numbers .wee-number-block h3 {
        font-size: 1.6rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-numbers .wee-number-block h3 {
        font-size: 1.6rem; } }
  #wee-numbers .wee-number-block p {
    font-size: 2rem; }
    @media (max-width: 575.98px) {
      #wee-numbers .wee-number-block p {
        font-size: 1.6rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-numbers .wee-number-block p {
        font-size: 1.6rem; } }

#wee-info {
  padding: 150px 0 123px;
  position: relative;
}
  @media (min-width: 768px) and (max-width: 991.98px) {
    #wee-info {
      top: 0;
      padding: 40px 0;
    } 
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-info {
      top: 0;
      padding: 40px 0px; } }
  @media (max-width: 575.98px) {
    #wee-info {
      top: 0;
      padding: 40px 0px; } }
  #wee-info h2 {
    font-size: 6.72rem;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-info h2 {
        font-size: 6rem; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-info h2 {
        font-size: 6rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-info h2 {
        font-size: 6rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-info h2 {
        font-size: 4rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-info h2 {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      #wee-info h2 {
        font-size: 2.2rem;
        margin-bottom: 0px; } }
  #wee-info .wee-info-container {
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-info .wee-info-container .wee-block {
        border-bottom: 1px solid #3aead0;
        padding-bottom: 30px;
        margin-top: 30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-info .wee-info-container .wee-block {
        border-bottom: 1px solid #3aead0;
        padding-bottom: 30px;
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      #wee-info .wee-info-container .wee-block {
        border-bottom: 1px solid #3aead0;
        padding-bottom: 30px;
        margin-top: 30px; } }
    #wee-info .wee-info-container .wee-block:last-child {
      border: 0; }
    #wee-info .wee-info-container .wee-block .wee-img {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 0px;
      perspective: 1000px; }
      #wee-info .wee-info-container .wee-block .wee-img:hover img {
        transform: rotateY(180deg); }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-info .wee-info-container .wee-block .wee-img {
          margin-bottom: 30px; } }
      @media (max-width: 575.98px) {
        #wee-info .wee-info-container .wee-block .wee-img {
          margin-bottom: 30px; } }
      #wee-info .wee-info-container .wee-block .wee-img img {
        height: 140px;
        transition: transform 0.8s;
        transform-style: preserve-3d; }
    #wee-info .wee-info-container .wee-block h3 {
      color: #3aead0;
      font-size: 2rem;
      line-height: 1.2; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-info .wee-info-container .wee-block h3 {
          font-size: 1.8rem; } }
      @media (max-width: 575.98px) {
        #wee-info .wee-info-container .wee-block h3 {
          font-size: 1.8rem; } }
    #wee-info .wee-info-container .wee-block p {
      font-size: 2rem;
      line-height: 1.2; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-info .wee-info-container .wee-block p {
          font-size: 1.8rem; } }
      @media (max-width: 575.98px) {
        #wee-info .wee-info-container .wee-block p {
          font-size: 1.8rem; } }

#wee-multimedia {
  background-image: url("../img/bg-lines.png");
  background-attachment: fixed;
  padding: 360px 0; }
  @media (min-width: 1367px) and (max-width: 1920px) {
    #wee-multimedia .container {
      min-width: 1400px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #wee-multimedia {
      padding: 180px 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-multimedia {
      padding: 30px 0; } }
  @media (max-width: 575.98px) {
    #wee-multimedia {
      padding: 30px 0; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    #wee-multimedia img {
      max-width: 45%; } }
  #wee-multimedia .wee-section {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 230px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-multimedia .wee-section {
        margin-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-multimedia .wee-section {
        margin-bottom: 60px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-multimedia .wee-section {
        margin-bottom: 60px; } }
    @media (max-width: 575.98px) {
      #wee-multimedia .wee-section {
        margin-bottom: 60px; } }
    #wee-multimedia .wee-section:last-child {
      margin-bottom: 0; }
    #wee-multimedia .wee-section.right h2, #wee-multimedia .wee-section.right p {
      text-align: right; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-multimedia .wee-section.right h2, #wee-multimedia .wee-section.right p {
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-multimedia .wee-section.right h2, #wee-multimedia .wee-section.right p {
        text-align: left; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-multimedia .wee-section.right h2, #wee-multimedia .wee-section.right p {
        text-align: left; } }
    @media (max-width: 575.98px) {
      #wee-multimedia .wee-section.right h2, #wee-multimedia .wee-section.right p {
        text-align: left; } }
    #wee-multimedia .wee-section.right .media img {
      margin: 0 0 0 45px; }
    #wee-multimedia .wee-section .media {
      display: flex;
      flex-direction: row; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-multimedia .wee-section .media {
          flex-direction: column; }
          #wee-multimedia .wee-section .media img {
            order: 1;
            margin: 0 auto !important;
            width: 100%; }
          #wee-multimedia .wee-section .media .media-body {
            order: 2; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-multimedia .wee-section .media {
          flex-direction: column; }
          #wee-multimedia .wee-section .media img {
            order: 1;
            margin: 0 auto !important;
            width: 100%; }
          #wee-multimedia .wee-section .media .media-body {
            order: 2; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-multimedia .wee-section .media {
          flex-direction: column; }
          #wee-multimedia .wee-section .media img {
            order: 1;
            margin: 0 auto !important;
            width: 100%; }
          #wee-multimedia .wee-section .media .media-body {
            order: 2; } }
      @media (max-width: 575.98px) {
        #wee-multimedia .wee-section .media {
          flex-direction: column; }
          #wee-multimedia .wee-section .media img {
            order: 1;
            margin: 0 auto !important;
            width: 100%; }
          #wee-multimedia .wee-section .media .media-body {
            order: 2; } }
      #wee-multimedia .wee-section .media img {
        margin: 0 45px 0 0; }
        @media (min-width: 1201px) and (max-width: 1366px) {
          #wee-multimedia .wee-section .media img {
            width: 50%; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          #wee-multimedia .wee-section .media img {
            width: 50%; } }
      #wee-multimedia .wee-section .media h2 {
        line-height: 1.2;
        margin-bottom: 50px;
        margin-bottom: 10px;
        font-size: 6.4rem; }
        @media (min-width: 1201px) and (max-width: 1366px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 5rem;
            margin-top: 30px; } }
        @media (min-width: 1367px) and (max-width: 1920px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 5rem;
            margin-top: 30px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 5rem;
            margin-top: 30px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 5rem;
            margin-top: 30px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 2.5rem;
            margin-top: 30px;
            margin-bottom: 20px; } }
        @media (max-width: 575.98px) {
          #wee-multimedia .wee-section .media h2 {
            font-size: 2.5rem;
            margin-top: 30px;
            margin-bottom: 20px; } }
      #wee-multimedia .wee-section .media p {
        font-size: 2.1rem;
        line-height: 1.4; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-multimedia .wee-section .media p {
            font-size: 1.8rem; } }
        @media (max-width: 575.98px) {
          #wee-multimedia .wee-section .media p {
            font-size: 1.8rem; } }
      #wee-multimedia .wee-section .media .app-img img {
        max-width: 220px;
        height: auto; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-multimedia .wee-section .media .app-img img {
            max-width: 49%; } }
        @media (max-width: 575.98px) {
          #wee-multimedia .wee-section .media .app-img img {
            max-width: 49%; } }
      #wee-multimedia .wee-section .media .btn {
        padding: 15px 50px;
        border-radius: 40px;
        clear: both; }
        #wee-multimedia .wee-section .media .btn.wee-blue {
          background-color: #283042;
          color: #fff; }
        #wee-multimedia .wee-section .media .btn.wee-red {
          background-color: #ff0000;
          color: #fff; }
        #wee-multimedia .wee-section .media .btn.btn-large {
          font-size: 2.72rem;
          line-height: 2.72rem;
          font-weight: 600; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 1.4rem !important;
            padding: 5px 20px; } }
        @media (max-width: 575.98px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 1.4rem !important;
            padding: 5px 20px; } }
        @media (min-width: 1201px) and (max-width: 1366px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 2rem;
            display: block;
            width: 100%; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 2rem;
            display: block;
            width: 70%;
            margin: 0 auto; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 2rem;
            display: block;
            width: 70%;
            margin: 0 auto; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 1.6rem;
            display: block;
            width: 70%;
            margin: 0 auto; } }
        @media (max-width: 575.98px) {
          #wee-multimedia .wee-section .media .btn {
            font-size: 1.6rem;
            display: block;
            width: 70%;
            margin: 0 auto; } }

#wee-offers {
  padding: 120px 0;
  background-color: #f8f8f8; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #wee-offers {
      padding: 40px 0px; } }
  @media (max-width: 575.98px) {
    #wee-offers {
      padding: 40px 0px; } }
  #wee-offers h2 {
    font-size: 6.4rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 150px; }
    @media (min-width: 1367px) and (max-width: 1920px) {
      #wee-offers h2 {
        font-size: 6rem; } }
    @media (min-width: 1201px) and (max-width: 1366px) {
      #wee-offers h2 {
        font-size: 5.5rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #wee-offers h2 {
        font-size: 5rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-offers h2 {
        font-size: 5rem;
        margin-bottom: 100px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-offers h2 {
        font-size: 2.5rem;
        margin-bottom: 40px; } }
    @media (max-width: 575.98px) {
      #wee-offers h2 {
        font-size: 2.5rem;
        margin-bottom: 40px; } }
  #wee-offers .wee-cta {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 90px;
    text-align: center;
    margin-bottom: 70px;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-offers .wee-cta {
        margin-bottom: 40px; } }
    @media (max-width: 575.98px) {
      #wee-offers .wee-cta {
        margin-bottom: 40px; } }
    #wee-offers .wee-cta.red {
      color: #ff0000; }
    #wee-offers .wee-cta.blue {
      color: #19c5cc;
      margin-top: 10px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-offers .wee-cta.blue {
          margin-bottom: 30px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-offers .wee-cta.blue {
          margin-bottom: 30px; } }
      @media (max-width: 575.98px) {
        #wee-offers .wee-cta.blue {
          margin-bottom: 30px; } }
    #wee-offers .wee-cta h3 {
      font-size: 5rem;
      line-height: 1;
      margin: 0; }
      @media (min-width: 1367px) and (max-width: 1920px) {
        #wee-offers .wee-cta h3 {
          font-size: 4rem; } }
      @media (min-width: 1201px) and (max-width: 1366px) {
        #wee-offers .wee-cta h3 {
          font-size: 4rem; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #wee-offers .wee-cta h3 {
          font-size: 4rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-offers .wee-cta h3 {
          font-size: 4rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-offers .wee-cta h3 {
          font-size: 2.2rem; } }
      @media (max-width: 575.98px) {
        #wee-offers .wee-cta h3 {
          font-size: 2.2rem; } }
  #wee-offers .wee-subtitle {
    font-size: 4rem;
    margin-bottom: 70px;
    text-align: center; }
    #wee-offers .wee-subtitle.red {
      color: #ff0000; }
    #wee-offers .wee-subtitle.blue {
      color: #19c5cc; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-offers .wee-subtitle {
        font-size: 3rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-offers .wee-subtitle {
        font-size: 2rem; } }
    @media (max-width: 575.98px) {
      #wee-offers .wee-subtitle {
        font-size: 2rem; } }
  #wee-offers .wee-shops {
    position: relative; }
    #wee-offers .wee-shops.cities {
      margin-bottom: 50px; }
      #wee-offers .wee-shops.cities .owl-dots .owl-dot.active span, #wee-offers .wee-shops.cities .owl-dots .owl-dot:hover span {
        background: #b30000; }
      #wee-offers .wee-shops.cities .owl-dots .owl-dot span {
        background: #ff0000; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #wee-offers .wee-shops {
        width: 50%;
        margin: 0 auto; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #wee-offers .wee-shops {
        width: 70%;
        margin: 0 auto; } }
    @media (max-width: 575.98px) {
      #wee-offers .wee-shops {
        width: 70%;
        margin: 0 auto; } }
    #wee-offers .wee-shops .owl-stage-outer {
      z-index: 1; }
    #wee-offers .wee-shops .wee-shop-sticky {
      position: absolute;
      z-index: 20; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-offers .wee-shops .wee-shop-sticky {
          position: static;
          padding: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-offers .wee-shops .wee-shop-sticky {
          position: static;
          padding: 0; } }
      @media (max-width: 575.98px) {
        #wee-offers .wee-shops .wee-shop-sticky {
          position: static;
          padding: 0; } }
    #wee-offers .wee-shops .owl-nav {
      position: absolute;
      width: 100%;
      z-index: 0;
      height: 100px;
      top: 50%;
      transform: translate(0, -50%); }
      #wee-offers .wee-shops .owl-nav .owl-prev, #wee-offers .wee-shops .owl-nav .owl-next {
        position: absolute;
        color: #19c5cc;
        font-size: 8rem; }
      #wee-offers .wee-shops .owl-nav .owl-prev {
        left: -100px;
        transform: rotate(180deg); }
      #wee-offers .wee-shops .owl-nav .owl-next {
        right: -100px; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-offers .wee-shops .owl-nav {
          display: none; } }
      @media (max-width: 575.98px) {
        #wee-offers .wee-shops .owl-nav {
          display: none; } }
    #wee-offers .wee-shops .owl-dots {
      text-align: center;
      -webkit-tap-highlight-color: transparent; }
      #wee-offers .wee-shops .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline; }
        #wee-offers .wee-shops .owl-dots .owl-dot span {
          width: 30px;
          height: 30px;
          margin: 15px;
          background: #19c5cc;
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity 200ms ease;
          border-radius: 50%; }
          @media (min-width: 576px) and (max-width: 767.98px) {
            #wee-offers .wee-shops .owl-dots .owl-dot span {
              width: 20px;
              height: 20px;
              margin: 20px; } }
          @media (max-width: 575.98px) {
            #wee-offers .wee-shops .owl-dots .owl-dot span {
              width: 20px;
              height: 20px;
              margin: 20px; } }
        #wee-offers .wee-shops .owl-dots .owl-dot.active span, #wee-offers .wee-shops .owl-dots .owl-dot:hover span {
          background: #118388; }
    #wee-offers .wee-shops .wee-shop {
      position: relative;
      width: 100%;
      height: 100px;
      display: block;
      border-radius: 50px;
      overflow: hidden;
      border-left: none;
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0;
      margin-bottom: 150px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #wee-offers .wee-shops .wee-shop {
          margin-bottom: 30px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        #wee-offers .wee-shops .wee-shop {
          margin-bottom: 30px; } }
      @media (max-width: 575.98px) {
        #wee-offers .wee-shops .wee-shop {
          margin-bottom: 30px; } }
      #wee-offers .wee-shops .wee-shop.city {
        border: 1px solid #ff0000; }
        #wee-offers .wee-shops .wee-shop.city:hover {
          border: 1px solid transparent; }
      #wee-offers .wee-shops .wee-shop .hover {
        display: flex;
        justify-content: center;
        align-items: center; }
        #wee-offers .wee-shops .wee-shop .hover .wee-circle > span {
          color: #283042;
          font-size: 2.2rem; }
        #wee-offers .wee-shops .wee-shop .hover .title {
          padding-left: 100px;
          color: #fff;
          display: flex;
          align-items: center;
          font-size: 2.4rem;
          text-align: center;
          flex-direction: column;
          line-height: 1; }
          @media (min-width: 1367px) and (max-width: 1920px) {
            #wee-offers .wee-shops .wee-shop .hover .title h5 {
              font-size: 2rem; } }
          @media (min-width: 1201px) and (max-width: 1366px) {
            #wee-offers .wee-shops .wee-shop .hover .title h5 {
              font-size: 2rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            #wee-offers .wee-shops .wee-shop .hover .title h5 {
              font-size: 2rem; } }
          @media (min-width: 576px) and (max-width: 767.98px) {
            #wee-offers .wee-shops .wee-shop .hover .title h5 {
              font-size: 1.8rem; } }
          @media (max-width: 575.98px) {
            #wee-offers .wee-shops .wee-shop .hover .title h5 {
              font-size: 1.6rem; } }
          #wee-offers .wee-shops .wee-shop .hover .title span {
            font-size: 1.84rem; }
      #wee-offers .wee-shops .wee-shop.shop {
        border: 1px solid #19c5cc;
        background-color: #fff; }
        #wee-offers .wee-shops .wee-shop.shop:hover {
          border: 1px solid transparent; }
        #wee-offers .wee-shops .wee-shop.shop img {
          max-width: 50%;
          position: relative;
          margin: 0 auto;
          height: auto; }
      #wee-offers .wee-shops .wee-shop.alle {
        background-color: #ff0000;
        text-align: center;
        justify-content: center;
        padding: 0 35px;
      }
        #wee-offers .wee-shops .wee-shop.alle.blue {
          background-color: #19c5cc; }
        #wee-offers .wee-shops .wee-shop.alle h5 {
          text-align: center;
          font-size: 2.6rem;
          line-height: 3rem;
          position: static;
          left: 0; }
          @media (min-width: 992px) and (max-width: 1200px) {
            #wee-offers .wee-shops .wee-shop.alle h5 {
              font-size: 2.6rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            #wee-offers .wee-shops .wee-shop.alle h5 {
              font-size: 2.4rem; } }
          @media (min-width: 576px) and (max-width: 767.98px) {
            #wee-offers .wee-shops .wee-shop.alle h5 {
              font-size: 2.5rem; } }
          @media (max-width: 575.98px) {
            #wee-offers .wee-shops .wee-shop.alle h5 {
              font-size: 2.5rem; } }
      #wee-offers .wee-shops .wee-shop:hover > .hover {
        right: 0px; }
      #wee-offers .wee-shops .wee-shop:hover h5 {
        color: #fff; }
      #wee-offers .wee-shops .wee-shop .title {
        padding-left: 100px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      #wee-offers .wee-shops .wee-shop .wee-circle {
        border-radius: 50%;
        width: 101px;
        height: 100px;
        position: absolute;
        left: 0px;
        display: flex;
        background-color: red;
        align-items: center;
        z-index: 1;
        justify-content: center; }
        #wee-offers .wee-shops .wee-shop .wee-circle > span {
          font-size: 2.4rem;
          line-height: 1;
          color: #fff;
          font-weight: 700px;
          text-align: center; }
          @media (min-width: 576px) and (max-width: 767.98px) {
            #wee-offers .wee-shops .wee-shop .wee-circle > span {
              font-size: 2rem; } }
          @media (max-width: 575.98px) {
            #wee-offers .wee-shops .wee-shop .wee-circle > span {
              font-size: 2rem; } }
        #wee-offers .wee-shops .wee-shop .wee-circle.wee-circle-hover {
          background-color: #3aead0 !important; }
          #wee-offers .wee-shops .wee-shop .wee-circle.wee-circle-hover > span {
            color: #283042; }
        #wee-offers .wee-shops .wee-shop .wee-circle.wee-circle-allen-hover {
          background-color: #3aead0 !important;
          color: #283042; }
        #wee-offers .wee-shops .wee-shop .wee-circle.wee-circle-allen {
          background-color: #19c5cc !important;
          color: #283042; }
      #wee-offers .wee-shops .wee-shop h5 {
        font-size: 4rem;
        line-height: 4rem;
        color: #283042;
        z-index: 0;
        margin-bottom: 0; }
        @media (min-width: 1367px) and (max-width: 1920px) {
          #wee-offers .wee-shops .wee-shop h5 {
            text-align: right;
            font-size: 3rem;
            left: 40%; } }
        @media (min-width: 1201px) and (max-width: 1366px) {
          #wee-offers .wee-shops .wee-shop h5 {
            text-align: right;
            font-size: 3rem;
            left: 40%; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          #wee-offers .wee-shops .wee-shop h5 {
            font-size: 3rem;
            left: 40%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #wee-offers .wee-shops .wee-shop h5 {
            font-size: 3rem; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #wee-offers .wee-shops .wee-shop h5 {
            font-size: 2rem;
            line-height: 2rem; } }
        @media (max-width: 575.98px) {
          #wee-offers .wee-shops .wee-shop h5 {
            font-size: 13px;
            line-height: 18px; } }
      #wee-offers .wee-shops .wee-shop .cat {
        color: #ff0000;
        display: block;
        text-align: center;
        font-size: 1.8rem; }
      #wee-offers .wee-shops .wee-shop .hover {
        border-radius: 50px;
        background-color: #283042;
        position: absolute;
        right: 100%;
        width: 100%;
        height: 100px;
        top: 0;
        z-index: 3;
        transition: all 0.5s ease; }
        #wee-offers .wee-shops .wee-shop .hover .wee-circle {
          z-index: 4;
          background-color: #ff0000; }
          #wee-offers .wee-shops .wee-shop .hover .wee-circle > span {
            font-size: 2.24rem; }

.wee-page-content-wrap {
  margin-top: 150px;
  padding-bottom: 150px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wee-page-content-wrap {
      margin-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wee-page-content-wrap {
      margin-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .wee-page-content-wrap {
      margin-top: 50px;
      padding-bottom: 50px; } }
  .wee-page-content-wrap > h1 {
    font-size: 7rem;
    text-align: center;
    color: #19c5cc; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-page-content-wrap > h1 {
        font-size: 4rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-page-content-wrap > h1 {
        font-size: 3rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-page-content-wrap > h1 {
        font-size: 3rem; } }
    @media (max-width: 575.98px) {
      .wee-page-content-wrap > h1 {
        font-size: 3rem; } }
  .wee-page-content-wrap > h2 {
    font-size: 5.6rem;
    text-align: center;
    color: #283042; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-page-content-wrap > h2 {
        font-size: 3rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-page-content-wrap > h2 {
        font-size: 2rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-page-content-wrap > h2 {
        font-size: 2rem; } }
    @media (max-width: 575.98px) {
      .wee-page-content-wrap > h2 {
        font-size: 2rem; } }
  .wee-page-content-wrap > h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #283042;
    margin-bottom: 100px; }
  .wee-page-content-wrap .wee-page-content {
    font-size: 2rem; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-page-content-wrap .wee-page-content {
        font-size: 1.8rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-page-content-wrap .wee-page-content {
        font-size: 1.6rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-page-content-wrap .wee-page-content {
        font-size: 1.6rem; } }
    @media (max-width: 575.98px) {
      .wee-page-content-wrap .wee-page-content {
        font-size: 1.6rem; } }
    .wee-page-content-wrap .wee-page-content .section {
      margin-bottom: 100px; }
    .wee-page-content-wrap .wee-page-content h3 {
      color: #19c5cc;
      margin-bottom: 20px;
      font-size: 2.5rem;
      font-weight: 600; }
    .wee-page-content-wrap .wee-page-content h4 {
      font-size: 2rem;
      margin-bottom: 30px;
      color: #283042;
      font-weight: 600; }
    .wee-page-content-wrap .wee-page-content h5 {
      color: #ff0000;
      font-size: 2rem;
      margin-top: -20px;
      margin-bottom: 20px; }
    .wee-page-content-wrap .wee-page-content a {
      color: #19c5cc; }
      .wee-page-content-wrap .wee-page-content a:hover {
        text-decoration: underline;
        color: #283042; }
    .wee-page-content-wrap .wee-page-content ol {
      padding-left: 35px;
      margin-bottom: 100px;
      color: #19c5cc; }
    .wee-page-content-wrap .wee-page-content ul {
      margin: 30px 0;
      padding: 0;
      list-style-type: none; }
      .wee-page-content-wrap .wee-page-content ul li {
        background-image: url("../img/pin.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 15px 20px;
        padding-left: 30px; }

.wee-to-top {
  position: fixed;
  bottom: 20%;
  right: 0;
  background-color: #000;
  color: #19c5cc;
  background-color: #283042;
  font-size: 3rem;
  padding: 10px 30px 10px;
  border-radius: 30px 0 0 30px; }
  .wee-to-top:hover {
    color: #fff; }

.wee-page-content-wrap .wee-info {
  margin: 150px 0;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wee-page-content-wrap .wee-info {
      margin: 100px 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wee-page-content-wrap .wee-info {
      margin: 50px 0; } }
  @media (max-width: 575.98px) {
    .wee-page-content-wrap .wee-info {
      margin: 50px 0; } }
  .wee-page-content-wrap .wee-info .wee-person {
    margin-bottom: 50px; }
    .wee-page-content-wrap .wee-info .wee-person h3 {
      color: #19c5cc;
      font-size: 2.5rem; }
    .wee-page-content-wrap .wee-info .wee-person h4 {
      color: #283042;
      font-size: 2rem; }

.wee-hero .hero-bg {
  background-image: url("../img/pre-footer-bg.png");
  background-size: cover;
  background-position-x: 80%;
  background-repeat: no-repeat;
  background-color: #1bc7cc;
  text-align: center;
  padding: 100px 0px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wee-hero .hero-bg {
      padding: 50px 0px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wee-hero .hero-bg {
      padding: 50px 0px; } }
  @media (max-width: 575.98px) {
    .wee-hero .hero-bg {
      padding: 50px 0px; } }
  .wee-hero .hero-bg h1 {
    color: #fff;
    font-size: 7rem; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-hero .hero-bg h1 {
        font-size: 4rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-hero .hero-bg h1 {
        font-size: 3rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-hero .hero-bg h1 {
        font-size: 3rem; } }
    @media (max-width: 575.98px) {
      .wee-hero .hero-bg h1 {
        font-size: 3rem; } }
  .wee-hero .hero-bg p {
    font-size: 2.5rem;
    text-align: left; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .wee-hero .hero-bg p {
        font-size: 2.2rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wee-hero .hero-bg p {
        font-size: 2rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .wee-hero .hero-bg p {
        font-size: 1.8rem; } }
    @media (max-width: 575.98px) {
      .wee-hero .hero-bg p {
        font-size: 1.8rem; } }

.wee-kontakt-form {
  font-size: 2rem; }
  .wee-kontakt-form .col-xs-12.margin, .wee-kontakt-form .col.margin {
    margin-bottom: 30px; }
  .wee-kontakt-form .notice {
    font-size: 1.3rem;
    color: #777;
    text-align: right;
    display: block; }
  .wee-kontakt-form .wee-form-wrap {
    border: 1px solid #19c5cc;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex; }
    .wee-kontakt-form .wee-form-wrap.required:after {
      content: "*";
      position: absolute;
      top: 10px;
      right: 10px;
      color: #ff0000; }
    .wee-kontakt-form .wee-form-wrap .wee-radio {
      display: block;
      cursor: pointer; }
      .wee-kontakt-form .wee-form-wrap .wee-radio input {
        display: none; }
        .wee-kontakt-form .wee-form-wrap .wee-radio input + span {
          line-height: 22px;
          height: 22px;
          padding-left: 22px;
          display: block;
          position: relative; }
          .wee-kontakt-form .wee-form-wrap .wee-radio input + span:not(:empty) {
            padding-left: 30px; }
          .wee-kontakt-form .wee-form-wrap .wee-radio input + span:before, .wee-kontakt-form .wee-form-wrap .wee-radio input + span:after {
            content: '';
            width: 22px;
            height: 22px;
            display: block;
            border-radius: 50%;
            left: 0;
            top: 0;
            position: absolute; }
          .wee-kontakt-form .wee-form-wrap .wee-radio input + span:before {
            background: #19c5cc;
            transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); }
          .wee-kontakt-form .wee-form-wrap .wee-radio input + span:after {
            background: #fff;
            transform: scale(0.78);
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
        .wee-kontakt-form .wee-form-wrap .wee-radio input:checked + span:before {
          transform: scale(1.04);
          background: #19c5cc; }
        .wee-kontakt-form .wee-form-wrap .wee-radio input:checked + span:after {
          transform: scale(0.4);
          transition: transform .3s ease; }
      .wee-kontakt-form .wee-form-wrap .wee-radio:hover input + span:before {
        transform: scale(0.92); }
      .wee-kontakt-form .wee-form-wrap .wee-radio:hover input + span:after {
        transform: scale(0.74); }
      .wee-kontakt-form .wee-form-wrap .wee-radio:hover input:checked + span:after {
        transform: scale(0.4); }
    .wee-kontakt-form .wee-form-wrap .wee-label {
      padding: 0px 15px;
      background-color: #fff;
      position: absolute;
      top: -20px;
      left: 20px; }
    .wee-kontakt-form .wee-form-wrap label {
      font-size: 2rem; }
    .wee-kontakt-form .wee-form-wrap input[type="text"] {
      border: none;
      outline: 0 !important;
      font-size: 1.8rem; }
    .wee-kontakt-form .wee-form-wrap select {
      width: 90%;
      border: none; }
    .wee-kontakt-form .wee-form-wrap textarea {
      width: 100%;
      min-height: 250px;
      border: none; }
  .wee-kontakt-form button {
    padding: 10px 30px;
    font-size: 2rem;
    color: #fff;
    border-radius: 30px;
    background-color: #283042; }
  .wee-kontakt-form .box {
    width: 300px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    user-select: none; }
    .wee-kontakt-form .box label {
      font-size: 2rem;
      color: #283042;
      position: absolute;
      z-index: 10;
      padding-left: 50px;
      cursor: pointer; }
    .wee-kontakt-form .box input {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
      .wee-kontakt-form .box input:checked ~ .check {
        border-color: #19c5cc;
        box-shadow: 0px 0px 0px 15px #19c5cc inset; }
        .wee-kontakt-form .box input:checked ~ .check::after {
          opacity: 1;
          transform: scale(1); }
    .wee-kontakt-form .box .check {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #FFF;
      border: 1px solid #19c5cc;
      box-shadow: 0px 0px 0px 0px #19c5cc inset;
      transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
      border-radius: 5px; }
      .wee-kontakt-form .box .check::after {
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 4;
        position: absolute;
        transform: scale(0);
        background-size: 50%;
        background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
        background-repeat: no-repeat;
        background-position: center;
        transition-delay: 0.2s !important;
        transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }

.karriere .karriere-table {
  margin-top: 100px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .karriere .karriere-table {
      margin-top: 100px 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .karriere .karriere-table {
      margin-top: 50px 0; } }
  @media (max-width: 575.98px) {
    .karriere .karriere-table {
      margin-top: 50px 0; } }
  .karriere .karriere-table .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #283042; }
    .karriere .karriere-table .row span {
      font-size: 2.3rem;
      color: #283042; }
    .karriere .karriere-table .row.row-info {
      border-bottom: 4px solid #19c5cc; }
      .karriere .karriere-table .row.row-info span {
        color: #19c5cc;
        font-size: 2.5rem;
        font-weight: 700;
        display: block; }
    .karriere .karriere-table .row .btn {
      padding: 10px 15px;
      color: #fff;
      border-radius: 30px;
      background-color: #283042;
      font-size: 1.6rem;
      width: 100%; }
