/* **************************************************************************** */
/* Globals ******************************************************************** */
/* **************************************************************************** */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px;
  /*font-family: 'Arial';*/
    font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
} 

.dropdown-toggle::after {
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .container {
    width:100%;
    max-width:100%;
  }
}
a,
a:hover,
.cms_cont a:hover {
  color:#1B9A38;
  text-decoration:underline;
}

a.btn-green:hover,
a.btn-white:hover{
  color:#fff;
  background-color:#c0c0c0;
  border-color:#c0c0c0;
}
a.btn-secondary:hover {
  color:#fff;
  background-color:#88BD2A;
  border-color:88BD2A;
}

a.btn,
a.btn:hover,
.cms_cont a.btn:hover {
  text-decoration:none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

a.round-button,
button.round-button,
.link_level_1.round-button.openContentModal {
  /*font-family: 'Arial';*/
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border:1px solid #fff;
  border-radius:20px;
  padding:10px 20px;
  text-decoration:none;
  cursor:pointer;
  background-color: #88BD2A;
}
.link_level_1.round-button.openContentModal {
  background-color: #88BD2A !important;
  color: #FFF !important;
  border:1px solid #FFF !important;
  padding:10px 20px !important;
}
button.round-button.disabled {
  background-color:#D6D6D6;
  color:#FFFFFF;
  border-color:#D6D6D6;
  cursor:default;
}
a.round-button.invers {
  color:#fff;
  background-color: #212529;
  border:1px solid #212529;
}
a.round-button.invers.green {
  color:#fff;
  background-color: #88BD2A;
  border:1px solid #88BD2A;
}


.h1, h1 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.0025em;
  margin-bottom:40px;
}
.h2, h2 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.0025em;
  margin-bottom:40px;
}
.h3, h3 {
  font-style: normal;
  font-weight: 700  !important;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.0025em;
  margin-bottom:40px;
}
.h4, h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom:40px;
}

@media (max-width: 576px) {
  .h1, h1,
  .h2, h2,
  .h3, h3,
  .h4, h4 {
    margin-bottom:20px;
  }
  
  .w-100-mobile {
    width:100% !important;
  }
}

.subtitle {
  /*font-family: 'Arial';*/
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0025em;
}

.div-link {
  cursor:pointer;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid .form-control, 
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.is-invalid label,
.is-invalid,
.is-invalid a {
  color: #dc3545;
}
.is-invalid .errMessage {
  display: block;
}
.red {
  color: #dc3545;
}
.white {
  color: #ffffff;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image:none;
}
.text-muted a {
  color: #6c757d !important;
}
.form-control {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow:0 0 0 0 rgba(108,117,125,0);
}

.form-control {
  height:56px;
  color:#A3A3A3;
  border: 1px solid #A3A3A3;
  border-radius: 4px !important;
}
.custom-select {
  background: url(../img/nav-arrow-down.svg) no-repeat rgba(0, 0, 0, 0);
  background-position: calc(100% - 15px);
  cursor:pointer;
}

a.back-to-top {
  background: #9acd04;
  border-radius: 2px;
  bottom: 20px;
  color: #FFF;
  cursor: pointer;
  display: none;
  height: 35px;
  line-height: 37px;
  position: fixed;
  right: 20px;
  width: 38px;
  z-index: 200;
}



/* Loadin on Ajax *********************************************************** */
#loadingDiv {
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#loadingDiv .inner {
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  height: 50px;
  margin: 0 auto;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 50px;
  position:relative;
}
#loadingDiv img {
  display: block;
  position: relative;
  top: 6px;
  left: 6px;
}



/* **************************************************************************** */
/* Helpers ******************************************************************** */
/* **************************************************************************** */
.position-r {
  position:relative;
}
.position-s {
  position:static;
}
.btn-link.grey {
  color:rgba(155,156,155,1.0);
  border:1px solid rgba(155,156,155,.1);
}
.btn-link.white {
  color:rgba(255,255,255,1.0);
  border:1px solid rgba(255,255,255,1.0);
}
}

@media (max-width: 992px) {
  .p-md-l-0 {
    padding-left:0px;
  }
  .p-md-r-0 {
    padding-right:0px;
  }
  .m-md-l-8-neg {
    margin-left:-8px;
  }
  .m-md-r-8-neg {
    margin-right:-8px;
  }
  .pl-8 {
    padding-left:8px;
    padding-right:8px
  }
  .pr-8 {
    padding-left:8px;
    padding-right:8px
  }
  .no-border-bottom-md-neg {
    border-bottom:0px;
  }
  .flex-lg-neg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .px-md-neg-0 {
    padding-left:0px;
    padding-right:0px;
  }
}

@media (min-width: 992px) {
  .pr-lg-15 {
    padding-right:15px !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .pl-8 {
    padding-left:8px;
  }
  .pr-8 {
    padding-right:8px
  }
}

@media (max-width: 768px) {
  .p-sm-l-0 {
    padding-left:0px;
  }
  .p-sm-r-0 {
    padding-right:0px;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .px-xs-0 {
    padding-left:0px;
    padding-right:0px;
  }
  .mb-xs-sm-md-2 {
    margin-bottom: .5rem !important;  
  }
  .font-weight-md-bold {
    font-weight:600 !important;
  }
  .flex-md-neg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .mx-md-neg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-right-sm {
    text-align: right !important;
  }
}

@media (max-width: 576px) {
  .p-xs-0 {
    padding:0px !important;
  }
  .pl-xs-0 {
    padding-left:0px !important;
  }
  .pr-xs-0 {
    padding-right:0px !important;
  }
  .mbt-xs-1 {
    margin-top:0.25rem !important;
    margin-bottom:0.25rem !important;
  }
  .ml-xs-0 {
    margin-left:0 !important;
  }
  .mr-xs-0 {
    margin-right:0 !important;
  }
  .full-width-sx {
    width: 100% !important;  
  }
  
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

hr.trans,
div.trans {
  border-color:transparent;
}
.min-h {
  min-height:0.01rem;
  height:0.01rem;
}
.col-dyn {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .col-dyn {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .cms-cont ul {
    padding-left: 1rem !important;  
  }
}
@media (min-width: 576px) {
  .pr-26 {
    padding-right: .6rem !important;
  }
  .pl-26 {
    padding-left: .6rem !important;
  }
}

@media (max-width: 1200px) {
  .plr-8 {
    padding-left:8px;
    padding-right:8px
  }
}
@media (min-width: 1200px) {
  .plr-lg-15 {
    padding-left:15px;
    padding-right:15px
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .pl-sm-strict-0 {
    padding-left:0px !important;
  }
  .pr-sm-strict-0 {
    padding-right:0px !important;
  }
}
.btn-group-xs > .btn,
.btn-xs {
  padding: .2rem .5rem;
  font-size: .875rem;
  line-height: 1.3;
  border-radius: .2rem;
}
.card-header {
  padding-left:15px;
  padding-right:15px;   
}
.pl-15 {
  padding-left:15px;
}
.pr-15 {
  padding-right:15px;
}
.pt-15 {
  padding-top:15px;
}
.pb-15 {
  padding-bottom:15px;
}
.bg-grey {
  background-color: #f0f0f0;
}
.bb-grey {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn-white {
  background-color: #ffffff;
  color:#000;
  border-color: #ffffff;
}
.text-underline {
  text-decoration:underline !important;
}
.text-underline-none {
  text-decoration:none !important;
}
.w-48 {
  width: 48% !important;
}
.text-size-big {
  font-size:1.2rem; 
}
.btn-custom-grey,
.btn-custom-grey:hover  {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.icon_label {
  display:inline-block;
  position: relative;
  top: -1px;
  left:3px;
}
.card-header.border-1 {
  border:1px solid rgba(0,0,0,.125);
}
.hidden {
  display:none;  
}

.text-green {
  color: #1a962f !important;
}
.bg-green {
  background-color: #88bd28 !important;
}
.bg-grey {
  background-color: #F7F7F7 !important;
}
.bg-greydark {
  background-color: #c2c2c2 !important;
}
.bg-grey-d6 {
  background-color: #D6D6D6 !important;
}

.line-height-3 {
  line-height: 1.3rem !important;
}
.opacity-0 {
  opacity:0 !important;
}
.card-title.mb-1 p {
  margin-bottom:0px;
}
.cms-cont strong,
.cms-cont b{
  color: #6c757d!important;
}

.left_to_text {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
@media (max-width: 576px) {
  .left_to_text {
    float:none;
    margin-right:0px;
    margin-bottom:10px;
    display:block;
  }
}

@media (min-width: 768px) {
  .td-cell {
    display:table-cell;
    vertical-align:top;
  }
}
.text-decoration-none {
    text-decoration: none!important;
}

/* **************************************************************************** */
/* BCT ************************************************************************ */
/* **************************************************************************** */
.breadcrumb-item + .breadcrumb-item::before {
  content:"-";
}
.breadcrumb-item a {
  text-decoration:underline;
}



/* **************************************************************************** */
/* Carousel ******************************************************************* */
/* **************************************************************************** */
.carousel-control-prev-icon,
.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(102,102,102,1)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon,
.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(102,102,102,1)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next,
.carousel-control-prev {
  width:10%;
  opacity:1.0;  
}
.carousel-control-prev-icon_wrap,
.carousel-control-next-icon_wrap {
  background: rgba(238,238,238,1);
  border-radius: 0;
  color:rgba(102,102,102,1);
  cursor: pointer;
  height: 30px;
  line-height: 36px;
  width: 30px;
  z-index: 200;
  display:inline;
}
.carousel-control-prev-icon_wrap:hover,
.carousel-control-next-icon_wrap:hover {
  background: rgba(221,221,221,1);
}

.modules-carousel .slick-prev::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(102,102,102,1)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.modules-carousel .slick-next::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(102,102,102,1)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
@media (max-width: 1199px) {
  .modules-carousel .slick-prev::before {
    display:none;
  }
  .modules-carousel .slick-next::before {
    display:none;
  }
}

/* **************************************************************************** */
/* Header ********************************************************************* */
/* **************************************************************************** */
header .cont-first {
  height:80px;
}
.header_left {
  background-color:#88BD2A;
  background-image: url("../img/header-green.png");
  background-repeat:no-repeat;
  background-position:right bottom;
  display:flex;
}
.section-name {
  margin-left:15px;
  position:relative;
  display:flex;
  align-self:center;
  font-family: 'Arial', 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0.0025em;
  color: #FFFFFF;
  max-width:650px;
}
@media (min-width: 992px) {
  .section-name {
    font-size: 48px;
    line-height: 59px;
  }
}

/* **************************************************************************** */
/* Topbar ********************************************************************* */
/* **************************************************************************** */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(194, 194, 194, 1);
  border-color: rgba(194, 194, 194, 1);
}
button.navbar-toggler:focus {
  outline:none;
}
.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.bootstrap-select .btn:focus {
  outline: none !important;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
  margin-top:15px;
  border-color: rgb(255, 255, 255);
}    
.navbar-expand .navbar-nav .nav-link.iconlink {
  padding-right: .25rem;
  padding-left: .25rem;
}


/* **************************************************************************** */
/* Footer ********************************************************************* */
/* **************************************************************************** */
footer,
footer a,
footer a:hover,
footer hr {
  
}
footer a:hover {
  text-decoration:none;
}
footer hr {
  background-color:#fff;
}
.socialsOnFooter a {
  overflow: hidden;
  display:inline-block;
  margin-left:5px;
}
.socialsOnFooter img {
  width:27px;
  height:27px;
}
.social_media_icon {
  max-width:35px;
}
footer {
  padding:40px 0px;
}
.footer-address,
.footer-navi {
  margin-top:20px;
  margin-bottom:40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.footer-buttons {
  margin-top:20px;
  margin-bottom:40px;
}
.footer-phone-nr {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.footer-phone-nr {
  position:relative;
  padding-left:30px;
}
.footer-phone-nr:before {
  content:'';
  width:25px;
  height:25px;
  background-image: url("../img/phone-icon.png");
  background-repeat:no-repeat;
  background-position:right bottom;
  position: absolute;
  left: 0px;
  top: -4px;
}
.footer-navi-legal {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A3;
}
.footer-navi-legal a {
  color: #A3A3A3 !important;
}
.footer-navi .is_logout {
  display:none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /*margin-bottom: 60px;*/
}



/* **************************************************************************** */
/* Mobile Navi **************************************************************** */
/* **************************************************************************** */
#nav_mobile {
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color: rgba(194, 194, 194, 1);
}
#nav_mobile hr {
  border-top-color:rgba(255, 255, 255, 1);
}
#nav_mobile a,
#nav_mobile a:hover {
  text-decoration:none;
  color: #212529 !important;
}
#nav_mobile a.active,
#nav_mobile li.subItem.actStyle a {
  color: #1a962f;
}



/* **************************************************************************** */
/* Header Logo **************************************************************** */
/* **************************************************************************** */
.logo-container {
  padding-top: 24px;
  position:relative;
}
.logo-container:after {
  height:0px;
  width:0px;
}
.logo-container img {
  max-height:35px;
}
@media (min-width: 992px) {
  .logo-container {
    padding-top: 27px;
    position:relative;
  }
  .logo-container:after {
    content:'';
    height:41px;
    width:1px;
    background-color:#D6D6D6;
    position:absolute;
    right:0px;
    top:20px;
  }
}


/* **************************************************************************** */
/* Main Navi ****************************************************************** */
/* **************************************************************************** */
#naviTop {
  padding-top:30px;
  z-index:1000;
}
#naviTop a {
  font-family: 'Arial', 'Arial';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration:none;
  color:#212529;
}
#naviTop a:hover {
  color:#1B9A38;
  text-decoration:none;
}
#naviTop .level_1 {
  padding:0px;
}
#naviTop .level_1 li {
  display:inline-block;
}
#naviTop .level_1 li.has-sub {
    margin-right:25px;
}
#naviTop .level_1 li.has-sub:after {
  content:'';
  background: url("../img/nav-arrow-down.svg") no-repeat rgba(0, 0, 0, 0);
  width:10px;
  height:7px;
  position:absolute;
  right:-3px;
  top:7px;
  z-index:12121212;
}
#naviTop .level_1 li.has-sub.actItem:after {
  transform: rotate(-180deg);
}

#naviTop .level_1_li:last-of-type {
  margin-right:0px;
}
#naviTop .level_1 li a {
  display:block;
  padding: 0px 15px 0px 15px;
  padding-bottom:0px;
}
#naviTop .level_1 li a:hover {
  transition: all 0.4s ease 0s;
}
#naviTop .level_1_li.actItem,
#naviTop .level_1_li.actItem a.link_level_1,
#naviTop .level_1_li a.active {
  /*background-color: #1a962f;*/
  text-decoration:none;
}
#naviTop .level_1_li .actArrow {
  border-top-color: #1a962f;
}
#naviTop .level_1_li a.link_level_1 {
  position: relative;
  z-index: 12121212;
}


#naviTop .level_1 li .level_2 li a:hover {
  color: #1a962f;
  text-decoration:none;
} 
#naviTop .level_1_li.actItem a.link_level_1 {
  color:#1a962f;
  transition: all 0.4s ease 0s;
  text-decoration:none;
}
.level_2_layer {
  display: none;
  height: auto;
  position: absolute;
  margin-top: 12.95px;
  z-index: 99999;
  left:0px;
}
.level_2_layer .inner {
  margin-top:0px;
  width:100%;
  overflow: hidden;
  background-color:#FFF !important;
}
.level_2_layer .inner,
#naviTop .level_1 li .level_2 li a,
#naviTop .level_1 li .level_2 li a:hover {
  background-color: #e1e1e1;
}
.level_2_layer.vertical {
  width:auto;
  min-width:240px;
  left:auto;
  border-top:0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: -25px;
  background-color:#fff;
  right:calc(50% - 130px) !important;
  padding-bottom:60px;
}
.level_2_layer .inner {
  position: relative;
  top: 60px;
}
#naviTop .level_1 .level_2_layer.vertical li {
  display:block;
  border:0px;
}
#naviTop .level_2 {
  overflow: hidden;
  padding:0px 10px 10px 10px;
}
#naviTop .level_1 li .level_2 li a {
  display:block;
  padding: 5px 10px;
}
#naviTop .level_1 li .level_2 li a:hover {
  transition: all 0.4s ease 0s;
}
#naviTop .level_1 li .level_2 li {
  border-right:1px solid #cdcdce;
  margin-right:0px;
}
#naviTop .level_1 li .level_2 li:last-child {
  border-right:0px;
}
#naviTop .level_1_li:hover > .level_2_layer {
  transition: all 0.4s ease 0s;
}
#naviTop .level_1_li:hover > .actArrow {
  transition: all 0.4s ease 0s;
}
#naviTop .level_1_li a.active {
  color:#fff;
}
#naviTop .level_1_li .actArrow {
  position: relative;
  top: 0px;
  margin-bottom:-7px;
  z-index: 100000;
  margin-left: auto;
  margin-right: auto;
  display:none;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-style:solid;
  border-top-width:7px;
}
#naviTop .level_1_li.actItem .actArrow {
  display:block;
}

.nav-left a,
.nav-left a:hover {
  text-decoration:none;
  color:#212529;
  line-height: 1.3rem !important;
}
.nav-left a:hover {
  color:#1a962f;
}



/* **************************************************************************** */
/* Cookie Bar ***************************************************************** */
/* **************************************************************************** */
#ckBar {
  height:auto;
  display:none;
}
#ckBar.onBottom {
  position:fixed;
  bottom:0px;
  right:0px;
  left:0px;
  z-index: 9999;
}
.ckLink {
  text-decoration:underline;
  cursor:pointer;
}



/* **************************************************************************** */
/* Article List *************************************************************** */
/* **************************************************************************** */
.row.articlelist {
  display: flex;
  flex-wrap: wrap;
}
.row.articlelist > div[class*='col-'] {
  display: flex;
}
.articlelist .article_image {
  display:flex;
  display: -ms-flexbox;
}
.articlelist .article_image a.linkToDetail {
  margin: 0 auto;
  align-self: center;
} 
.article_image img {
  max-width:100%;
}
.articlelist_item.col-sm-6,
.articlelist_item.col-md-4 {
  padding-left:0.50rem;
  padding-right:0.50rem;
}
.markers {
  position:absolute;
  right:0px;
  top:0px;
}
.articlelist_item .markers .badge {
  font-size:85%;
  font-weight:normal;
}
.article_salesicon .badge-bgr-custom {
  background-color:#f77825;
  color:#fff;
}
.marker_special .badge-bgr-custom {
  background-color:#0071a0;
  color:#fff;
}
.marker_new .badge-bgr-custom {
  background-color:#5901ac;
  color:#fff;
}
.marker_top .badge-bgr-custom {
  background-color:#488c00;
  color:#fff;
}
.article_name a:hover {
  text-decoration:none;
}
.onlastRow .card {
  border-bottom-color:transparent;
}
.article_price {
  width:100%;
  text-align:center;
  overflow: hidden;
  font-weight: bold;
}
.price_main {
  font-weight:bold;
  font-size:1.2rem;
}
.article_price a,
.article_price a:hover {
  text-decoration:none;
}
.oldPrice {
  margin-left: 5px;
  text-decoration: line-through;
}
.articlelist_item .oldPrice {
  display:none;
  margin-bottom: 0px;
  margin-left: 0;
  font-weight: normal;
}
.jPrice {
  display:none;
}
.article_colors {
  position: relative;
  min-height:22px;
  height:auto;
  overflow: hidden;
}
.article_colors ul {
  font-size:0px;
}
.article_colors li {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  margin:0 2px;  
}
.article_colors ul li .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
}
.articlelist_cont .articlelist_item.act .article_colors ul li img {
  opacity:1;
}
.article_colors img {
  max-height:22px;
}
.article_colors ul li .inner a {
  display:block;
}
.colorid_5  { background-color:#ff0000; }  /* rot */
.colorid_6 { background-color:#000000; }  /* schwarz */
.colorid_7 { background-color:#009c56; }  /* gr�n */
.colorid_8 { background-color:#3958b0; }  /* blau */
.colorid_9 { background-color:#800080; }  /* lila */
.colorid_10 { background-color:#ffa500; }  /* orange */
.colorid_11 { background-color:#19458d; }  /* bunt */
.colorid_12 { background-color:#744b29; }  /* blau-weiss */
.colorid_13 { background-color:#ffffff; }  /* weiss */
.colorid_14 { background-color:#54f9c8; }  /* t�rkis */
.colorid_15 { background-color:#ff7290; }  /* pink */
.colorid_21 { background-color:#8c8c8c; }  /* grau */
.colorid_22 { background-color:#471b2f; }  /* weinrot */
.colorid_23 { background-color:#461d6d; }  /* violett */
.colorid_24 { background-color:#28344c }  /* taube */
.colorid_31 { background-color:#f98976 }  /* altrosa */
.colorid_32 { background-color:#c8e0f9 }  /* hellblau */
.colorid_33 { background-color:#f9ddbe }  /* beige */



/* **************************************************************************** */
/* Productvoting ************************************************************** */
/* **************************************************************************** */
.artdetails .productVoting {
  width:220px;
}
.rating-box {
  background: url("../img/star_rating_sprite.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  font-size: 0;
  height: 12px;
  line-height: 0;
  margin: 1px 0 0;
  overflow: hidden;
  text-indent: -999em;
  width: 65px;
}
.rating-box .rating {
  background: url("../img/star_rating_sprite.gif") repeat-x scroll 0 100%;
  float: left;
  height: 12px;
}
.detailRightCol .rating-box {
  margin-left:0px;
}  
.revLayer {
  background-color: #f3f3f3;
  border: 1px solid #DDDDDD;
  padding: 10px;
  position: absolute;
  display:none;
  z-index:2;
}
.dist-rating {
  padding: 0 5px 0 0;
  text-align: right;
}
.line-bar {
  background-color: #d0cfcd;
  display: inline;
  float: left;
  height: 10px;
  margin: 3px 3px 0 0;
  width: 104px;
}
.line-bar .indicator {
  height: 10px;
  background-color: #f77825;
}
.article_ratings {
  text-align:center;
  margin: 0 auto;
  width: 90px;
  padding:5px 0 0 0;
  height:20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articlelist_item .rating-count {
  position: relative;
  top: -6px;
}
.rating-filter,
.distcount {
  position:relative;
  top:-7px;
}



/* **************************************************************************** */
/* Filters on left ************************************************************ */
/* **************************************************************************** */
.leftside_box {
  background-color:#f7f7f7;
  padding: 0.5rem 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-wrap #price-slider,
.checkbox-wrap #left_price-slider {
  width:92% !important;
  max-width:92% !important;
  margin:0px 4%;
}
.checkbox-wrap .w-100 {
  width:100% !important;
  max-width:100% !important;
}
.ui-slider-horizontal .ui-slider-handle {
  cursor:pointer;
}



/* **************************************************************************** */
/* Zuletzt gesehen ************************************************************ */
/* **************************************************************************** */
#lastViewedCont a.article_image {
  display:flex;
  display: -ms-flexbox;
}
#lastViewedCont a.article_image img {
  display:flex;
  display: -ms-flexbox;
  align-self:center;
}
@media (max-width: 768px) { 
  #lastViewedCont a.article_image img {
    margin: 0 auto;
    display:inline-block;
  }
}
.clearButton {
  color: #46413A;
  cursor: pointer;
  height: 14px;
  position: absolute;
  text-align: center;
  width: 14px;
  z-index:11;
  display:none;
  right:5px;
  top:1px;
}



/* **************************************************************************** */
/* CMS ************************************************************************ */
/* **************************************************************************** */
.cms_cont a,
.cms_cont a:hover {
  text-decoration:underline;
}
.cms_cont a.btn,
.cms_cont a.btn:hover {
  text-decoration:none;
}
.cms_cont ul li,
.cms_cont ol li  {
  left: 1em;
  list-style-position: outside;
  list-style-type: disc;
  position: relative;
  margin-right:1em;
}
.cms_cont ol li {
  list-style-type:decimal;
}
.cms_cont ul,
.cms_cont ol {
  padding:0;
}
.ce {
  margin:30px 0px;
}


/* **************************************************************************** */
/* Filter on top of the list ************************************************** */
/* **************************************************************************** */
.filter-btn {
  text-align: left;
}
.filter-btn {
  height:auto;
  white-space:normal;
}
.filter-btn.dropdown-toggle::after {
  display:none;
}
.more-less {
  float: right;
  font-size: 0.7rem;
  top: 8px;
}
#filterTop_container .dropdown-menu,
#filterLeft_container .dropdown-menu,
.mobilecatnavi .dropdown-menu {
  border-color:#f0f0f0;
  border-top: 0px;
  padding: 10px;
  width: 100%;
  margin-top:-1px;
  list-style: none;
  text-align: left;
}
#filterTop_container .row:nth-child(n+2) {
  display:none;
}
#filterTop_container .row.has_active_filters:nth-child(n+2) {
  display: flex;
  display: -ms-flexbox;
}
 
.pSelect {
  border: 0px;
  width: 100%;
  margin: 0;
  padding: 0px;
}
.checkbox-wrap {
  display: block;
  padding-bottom: 5px;
}
.checkbox-wrap > * {
  display: inline-block !important;
  max-width: 75%;
  vertical-align: top;
}
.checkList label {
  cursor: pointer;
}
.checkbox-wrap label {
  margin-left: 0.2rem;
  margin-top: -6px;
}
.checkList {
  height: auto;
  max-height: 245px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.checkList .form-check-input {
  position:inherit;
}

.colorPicker_wrap,
.iconPicker_wrap {
  position:relative;
}
.iconPicker_wrap .iconPicker_icon {
  max-width:7%;
}
@media (max-width: 330px) { 
  .iconPicker_wrap .iconPicker_icon {
    max-width:10%;
  }
}
.colorPicker_icon,
.iconPicker_icon {
  position:absolute;
  z-index: 1;
  cursor: pointer; 
}
.colorPicker_checkbox,
.colorPicker_radiobox,
.iconPicker_checkbox,
.iconPicker_radiobox  {
  position:absolute;
  z-index: 3;
  top: 4px;
  left: 4px;
  cursor: pointer;
  opacity:0;
}
.checkbox-wrap .colorPicker_label,
.checkbox-wrap .iconPicker_label {
  position:relative;
  left:26px;
  margin-top:-3px;
}
.checkbox-wrap .iconPicker_label {
  left:30px;
}
.colorPicker_check {
  position: absolute;
  z-index: 2;
  left: 6px;
  font-size: 11px;
  top: 5px;
  color: #fff;
}
.iconPicker_check {
  position: absolute;
  z-index: 2;
  right: 6px;
  font-size: 11px;
  top: 5px;
  color: #28a745;
}
.checkbox-wrap .colorPicker_check.d-none,
.checkbox-wrap .iconPicker_check.d-none {
  display:none !important;
}
.checkbox-wrap .colorPicker_check.d-block,
.checkbox-wrap .iconPicker_check.d-block  {
  display:inline-block !important;
}
.has_active_filters .more-less.oi.oi-check {
  color:#28a745;
}
.sort_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



/* **************************************************************************** */
/* Active Filter ************************************************************** */
/* **************************************************************************** */
.selectedFilter_container .oi {
  top:0px;
  left:3px;
}
.selectedFilter_container a {
  display:inline-block;
}
.active_colorPicker_icon,
.active_iconPicker_icon {
  position: relative;
  float: left;
  right: 3px;
  max-width:32px;
  max-height:17px;
}
.active_colorPicker_icon img,
.active_iconPicker_icon img {
  max-height:17px;
}
.active_icon_label {
  display: inline-block;
  position: relative;
  left: 5px;
}



/* **************************************************************************** */
/* Pagination ***************************************************************** */
/* **************************************************************************** */
.page-link {
  color:#6c757d;
}
.page-link:hover {
  color: #fff;
  background-color:#6c757d;
}
.page-item.active .page-link {
  background-color:#6c757d;
  border-color:#dee2e6;
}
.page-link:focus, .page-item.active .page-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,123,255,0);
}



/* **************************************************************************** */
/* Masonery ******************************************************************* */
/* **************************************************************************** */
.masonry_list .card-columns .card {
  margin-bottom:10px;
}
.masonry_list .markers {
  top:10px;
  right:5px;
}
.masonry_list .card-columns {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 992px) {
  .masonry_list .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    orphans: 1;
    widows: 1;
  }
}
@media (max-width: 576px) {
  .masonry_list .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    orphans: 1;
    widows: 1;
  }
}  



/* **************************************************************************** */
/* Justified ****************************************************************** */
/* **************************************************************************** */
.articlelist_cont.justified_list .card-body {
  display: none;
}
.justified_list .markers {
  top:5px;
  right:5px;
}



/* **************************************************************************** */
/* Detailansicht Bild ********************************************************* */
/* **************************************************************************** */
.detImage {
  position:relative;
  height: auto;
  max-height: 498px;
}
.detImage.imgHasBorder {
  border:1px solid rgba(0,0,0,.125);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-inner {
  max-height: 515px;
}
#main_image_carousel .carousel-control-prev-icon,
#main_image_carousel .carousel-control-next-icon {
  width:15px;
  height:15px;
  position:relative;
  top:-2px;
}
#main_image_carousel .carousel-control-prev-icon {
  justify-content:left;
}
#main_image_carousel .carousel-control-next-icon {
  justify-content:right;
}

#main_image_carousel img,
.imgBox img {
  max-width:100%;
  height:auto;
  margin:0 auto;
}
.imgBox {
  text-align:center;
  margin:0 auto;
  width:85%;
  height:100%;
}
.sliderimg,
.content-gallery-img {
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoomSpan,
  .imgBox {
    display:block;
  }
}

.pswp {
  z-index: 9999999;
}
.pswp__ui--idle .pswp__top-bar {
  opacity:1;
}
.pswp__button--close {
  background-position: 0 -50px;
}
.pswp__counter {
  line-height:30px;
}
.pswp__top-bar {
  height:32px;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display:none;  
}

.video_container {
  width:100%;
  position:relative;
  display:none;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainImage.showVideo {
  overflow: visible;
}
.mainImage.showVideo .video_container {
  display:block;
}
.mainImage.showVideo .detImage {
  display:none;
}
.close_video_container {
  position: absolute;
  top: -20px;
  z-index: 2;
  right: 0px;
  cursor: pointer;
}

.videoImage span.oi {
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 52px;
  color: #fff;
  z-index: 111;
}



/* **************************************************************************** */
/* Detailansicht Mehr Bilder ************************************************** */
/* **************************************************************************** */
.moreImages .mi-item {
  display:block;
  max-height:67px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.moreImages .imgHasBorder .mi-item {
  border:1px solid rgba(229, 229, 229, 1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .moreImages .mi-item {
    width: 80px;
    height: 67px;
    display: inline-block;
  }
}
.moreImages.bottomPos .mi-item {
  width: 80px;
  height: 67px;
  display: inline-block;
}

.moreImages .mi-item .inner {
  display:table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:100%;
  width:100%;
  padding:2px;
}
.moreImages .mi-item .inner a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.videoThumb {
  position:relative;
}
.videoThumb img {
  max-width:100%;
  max-height:67px;
}



/* **************************************************************************** */
/* Detailansicht Downloads **************************************************** */
/* **************************************************************************** */
.pdficon {
  background: #fff url(../img/docs.png) -10px -67px no-repeat;
  background-color:transparent;
}
.docicon {
  background: #fff url(../img/docs.png) -10px -44px no-repeat;
  background-color:transparent;
}
.xlsicon {
  background: #fff url(../img/docs.png) -10px 1px no-repeat;
  background-color:transparent;
}
.ppticon {
  background: #fff url(../img/docs.png) -10px -21px no-repeat;
  background-color:transparent;
}
.dxficon {
  background: #fff url(../img/docs.png) -10px -382px no-repeat;
  background-color:transparent;
}
.downloadLink {
  padding-left:25px;
  height:21px;
  display:block;
  line-height:14px; 
}
a.downloadLink {
  text-decoration:underline;
}



/* **************************************************************************** */
/* Detailansicht Article Data ************************************************* */
/* **************************************************************************** */
#productDetail .markers {
  position:relative;
}
#productDetail .markers .badge {
  font-size:85%;
  font-weight:normal;
}
#productDetail .rating-count {
  position: relative;
  top: -6px;
}
.price_inclusives a {
  text-decoration:underline;
}
.optionCont ul li {
  background-color: #ffffff;
  border: 0px;
  border-radius: 0;
  display: inline-block;
  margin: 0 0px 5px 0;
  line-height: 0px;
}
.optionCont li.inactiveOpt {
  background-color: #ddd;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
select option.inactiveOpt {
  background-color: #ddd;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.varoptions {
  background-color:#f7f7f7;
  border-bottom:0px solid rgba(0,0,0,.125);
}
.varoption_icon .colorPicker_check {
  display: none;
}
.varoption_icon.activeOpt .colorPicker_check {
  display: block;
}
.alertCont {
  display:none;
}
.intoBasketRow {
  background-color:#f7f7f7;
  border-bottom:0px solid rgba(0,0,0,.125);
}
.socItem {
  line-height: 14px;
}



/* **************************************************************************** */
/* Detailansicht Review Article *********************************************** */
/* **************************************************************************** */
.raty {
  -moz-box-sizing: border-box;
  display: inline;
  height: 23px;
  width: 257px;
}
.raty img {
  vertical-align:top;
}
.rating-hint {
  position:relative;
  top:-7px;
}
#productReviews .rating-filter {
  left:7px;
}
#productReviews .dist-table .dist-rating {
  padding-left:0px;
  text-align:left;
}
#productReviews .dist-table .rating-filter {
  left:0px;
}
#productReviews .dist-table .indicator {
  margin-top:7px;
}
.reviews-list {
  background-color: #f7f7f7;
  height: auto;
}
.reviewDate {
  display: block;
  float: left;
  margin-right: 6px;
  margin-top: -7px;
}
.helpfullThankYouQ {
  display: inline;
}
.helpfullThankYou {
  display: none;
}




/* **************************************************************************** */
/* Detailansicht Slider Article *********************************************** */
/* **************************************************************************** */
.row.articlelist.slick-slider {
  display:block;
}
.row.articlelist.slick-slider * {
  min-height: 0;
  min-width: 0;
}
.articlelist.slick-slider .slick-track {
  margin-left:0px;
  margin-right:0px;
}
.sliderlist .slick-prev::before {
  content:'pre';
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: transparent;
  opacity: 1;
  font-family: inherit;
  position: relative;
  top: 2px;
  left: 0px;
}
.sliderlist .slick-next::before {
  content:'pre';
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: transparent;
  opacity: 1;
  font-family: inherit;
  position: relative;
  top: 2px;
  left: 0px;
}
.sliderlist .slick-prev {
  left: 20px;
  z-index: 1;
  background: rgba(238,238,238,1);
  border-radius: 0;
  color:rgba(102,102,102,1);
  cursor: pointer;
  height: 30px;
  line-height: 36px;
  width: 30px;
  z-index: 200;
  display:inline;
}
.sliderlist .slick-next {
  right: 20px;
  z-index: 1;
  background: rgba(238,238,238,1);
  border-radius: 0;
  color:rgba(102,102,102,1);
  cursor: pointer;
  height: 30px;
  line-height: 36px;
  width: 30px;
  z-index: 200;
  display:inline;
}  



/* **************************************************************************** */
/* Suggest ******************************************************************** */
/* **************************************************************************** */
#searchbox {
  position: relative;
}
#suggest {
  width: 328px;
  background-color: white;
  margin-top: 1px;
  padding-bottom: 0px;
  padding-top: 0px;
  border: 0px solid #bababa;
  position: absolute;
  z-index: 100001;
  display: none;
}
#suggest .card-title .list-group-item,
ul.suggest .list-group-item {
  padding: .375rem .75rem;
}
ul.suggest .list-group-item.result_counts {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
ul.suggest .list-group-item.result_counts a {
  color: #fff;
}
#suggest li img.product_media_small {
  width: 40px;
}
.highlight { 
  font-weight: bold;
}

.suggest_footer {
  padding: .375rem .75rem;
}
.suggest_footer .poweredby {
  margin-top: 2px;
  float: right;
  text-align: right;
}
.suggest_footer a {
  padding-left: 5px;
  float:right;
}
.suggest_footer img {
  height: 18px;
}



/* **************************************************************************** */
/* Coupons ******************************************************************** */
/* **************************************************************************** */
@media (max-width: 576px) {
  .add_coupon .form-group {
    width:100%;
  }
}



/* **************************************************************************** */
/* Checkout Stepsnav ********************************************************** */
/* **************************************************************************** */
.steps-step {
  height:50px;
}
.steps .current_step,
.steps-step:hover {
  background-color: #686b6c;
  color: #fff;
  cursor: pointer;
}
.steps-step:hover a,
.steps .current_step a {
  color:#fff;
}
.arrow_box_1:hover {
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  color:#212529; 
}
.arrow_box_1:hover a {
  color:#212529;
}
.arrow_box_1.w_border_::before {
  border-left-color:rgba(247, 247, 247,1);
}

/* Step 1,2,3 */
.arrow_box_1,
.arrow_box_2,
.arrow_box_3,
.arrow_box_4 {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
}
.arrow_box_1:after,
.arrow_box_1:before,
.arrow_box_2:after,
.arrow_box_2:before,
.arrow_box_3:after,
.arrow_box_3:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:2;
}
.arrow_box_1:after,
.arrow_box_2:after,
.arrow_box_3:after {
  border-color: rgba(179, 181, 181, 0);
  border-left-color: rgba(247, 247, 247, 1);
  border-width: 24px;
  margin-top: -24px;
}
.arrow_box_1:before,
.arrow_box_2:before,
.arrow_box_3:before {
  border-color: rgba(247, 247, 247, 0);
  border-left-color: rgba(247, 247, 247,1);
  border-width: 25px;
  margin-top: -25px;
}
.arrow_box_1::before {
  border-left-color:#dfdfdf;
}
/* Step 1,2,3 active*/
.arrow_box_1.current_step,
.arrow_box_2.current_step,
.arrow_box_3.current_step {
  position: relative;
  background: #686b6c;
  border:1px solid #686b6c;
  border-right:0px;
}
.arrow_box_1.current_step:after,
.arrow_box_1.current_step:before,
.arrow_box_2.current_step:after,
.arrow_box_2.current_step:before,
.arrow_box_3.current_step:after,
.arrow_box_3.current_step:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:2;
}
.arrow_box_1.current_step:after,
.arrow_box_2.current_step:after,
.arrow_box_3.current_step:after {
  border-left-color: transparent;
  border-width: 0px;
  margin-top: 0px;
}
.arrow_box_1.current_step:before,
.arrow_box_2.current_step:before,
.arrow_box_3.current_step:before {
  border-left-color: #686b6c;
  border-width: 25px;
  margin-top: -25px;
}
.arrow_box_1.current_step:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
.arrow_box_1.current_step::before {
  border-left-color:#686b6c;
}
.arrow_box_1.current_step.w_border::before {
  border-left-color:#b3b5b5;
}
/* Step 2 */
.arrow_box_2::before {
  border-left-color:#dfdfdf;
}
.arrow_box_2:after,
.arrow_box_2:before,
.arrow_box_2.current_step:after,
.arrow_box_2.current_step:before {
  z-index:1;
}
.arrow_box_2.current_step::before {
  border-left-color:#686b6c;
}
.arrow_box_2.current_step.w_border::before {
  border-left-color:#b3b5b5;
}
.arrow_box_2.current_step:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
/* Step 3 */
.arrow_box_3:after,
.arrow_box_3:before,
.arrow_box_3.current_step:after,
.arrow_box_3.current_step:before {
  z-index:1;
}
.arrow_box_3::before {
  border-left-color:#dfdfdf;
}
.arrow_box_3.current_step::before {
  border-left-color:#686b6c;
}
.arrow_box_3.current_step.w_border::before {
  border-left-color:#b3b5b5;
}
.arrow_box_3.current_step:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
/* Step 4 */
.arrow_box_4.current_step {
  border-color:#686b6c;  
}
/* Step on mouseover */
.arrow_box_2:hover,
.arrow_box_3:hover {
  background-color: #686b6c;
  border-color:#686b6c;
  border-right:0px;
  color: #fff;
  cursor: pointer;
}
.arrow_box_2:hover:after,
.arrow_box_3:hover:after {
  border-left-color: #686b6c;
}
.arrow_box_2:hover:before,
.arrow_box_3:hover:before {
  border-left-color: #686b6c;
}
.arrow_box_4:hover {
  border-color:#686b6c; 
}
.arrow_box_1.w_arrow_w:before {
  border-left-color:#dfdfdf;
}
.arrow_box_1.w_arrow_w:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
.arrow_box_2.w_arrow_w:before {
  border-left-color:#dfdfdf;
}
.arrow_box_2.w_arrow_w:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
.arrow_box_3.w_arrow_w:before {
  border-left-color:#dfdfdf;
}
.arrow_box_3.w_arrow_w:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
.arrow_box_4.w_arrow_w::before {
  border-left-color:#686b6c;
}
.arrow_box_4.w_arrow_w:after {
  border-left-color: #686b6c; 
  border-width:24px;
  margin-top:-24px; 
}
@media (max-width: 768px) {
  /* Step 1,2,3 */
  .arrow_box_1,
  .arrow_box_2,
  .arrow_box_3 {
    border-bottom:0px;
  }
  .arrow_box_1:after,
  .arrow_box_1:before,
  .arrow_box_2:after,
  .arrow_box_2:before,
  .arrow_box_3:after,
  .arrow_box_3:before {
    top: 100%;
    left: 50%;
  }
  .arrow_box_1:after,
  .arrow_box_2:after,
  .arrow_box_3:after {
    border-color: rgba(179, 181, 181, 0);
    border-top-color: rgba(247, 247, 247, 1);
    border-width: 7px;
    margin-left: -7px;
  }
  .arrow_box_1:before,
  .arrow_box_2:before,
  .arrow_box_3:before {
    border-color: rgba(247, 247, 247, 0);
    border-top-color: rgba(247, 247, 247, 1);
    border-width: 8px;
    margin-left: -8px;
    margin-top:0px;
  }
  .arrow_box_3:before {
    border-top-color: #dfdfdf;
  }
  .arrow_box_1:after,
  .arrow_box_2:after,
  .arrow_box_3:after {
    margin-top:0px;
  }
  /* Step 1,2,3 active*/
  .arrow_box_1.current_step:after,
  .arrow_box_1.current_step:before,
  .arrow_box_2.current_step:after,
  .arrow_box_2.current_step:before,
  .arrow_box_3.current_step:after,
  .arrow_box_3.current_step:before,
  .arrow_box_1.current_step.w_border:before,
  .arrow_box_2.current_step.w_border:before,
  .arrow_box_3.current_step.w_border:before {
    top: 100%;
    left: 50%;
  }
  .arrow_box_1.current_step:after,
  .arrow_box_2.current_step:after,
  .arrow_box_3.current_step:after,
  .arrow_box_1.current_step.w_border:after,
  .arrow_box_2.current_step.w_border:after,
  .arrow_box_3.current_step.w_border:after {
    border-color: rgba(179, 181, 181, 0);
    border-width: 7px;
    margin-left: -7px;
    margin-top:0px;
  }
  .arrow_box_1.current_step:before,
  .arrow_box_2.current_step:before,
  .arrow_box_3.current_step:before,
  .arrow_box_1.current_step.w_border:before,
  .arrow_box_2.current_step.w_border:before,
  .arrow_box_3.current_step.w_border:before {
    border-color: rgba(247, 247, 247, 0);
    border-top-color: #686b6c;
    border-width: 8px;
    margin-left: -8px;
    margin-top:0px;
  }
  .arrow_box_1.current_step.w_border,
  .arrow_box_1.w_arrow_w,
  .arrow_box_2.current_step.w_border,
  .arrow_box_2.w_arrow_w,
  .arrow_box_3.current_step.w_border,
  .arrow_box_3.w_arrow_w {
    border-bottom:1px solid rgba(247, 247, 247,1);
  }
  .arrow_box_1.current_step.w_border:before
  .arrow_box_1.w_arrow_w:before,
  .arrow_box_2.current_step.w_border:before,
  .arrow_box_2.w_arrow_w:before,
  .arrow_box_3.current_step.w_border:before,
  .arrow_box_3.w_arrow_w:before {
    border-top-color: rgba(247, 247, 247,1);
  }
  .arrow_box_1.w_arrow_w:after,
  .arrow_box_1.current_step.w_border:after,
  .arrow_box_2.current_step.w_border:after,
  .arrow_box_2.w_arrow_w:after,
  .arrow_box_3.current_step.w_border:after,
  .arrow_box_3.w_arrow_w:after {
    border-color: rgba(179, 181, 181, 0);
    border-top-color: rgba(247, 247, 247,1);
    border-width: 7px;
    margin-left: -7px;
    margin-top:0px; 
  }
  /* Step on mouseover */
  .arrow_box_1:hover:after,
  .arrow_box_1:hover:before,
  .arrow_box_2:hover:after,
  .arrow_box_2:hover:before,
  .arrow_box_3:hover:after,
  .arrow_box_3:hover:before {
    top: 100%;
    left: 50%;
    margin-left:0px;
  }
  .arrow_box_1:hover:after,
  .arrow_box_2:hover:after,
  .arrow_box_3:hover:after {
    border-color: rgba(179, 181, 181, 0);
    border-top-color: #686b6c;
    border-width: 7px;
    margin-left: -7px;
  }
  .arrow_box_1:hover:before,
  .arrow_box_2:hover:before,
  .arrow_box_3:hover:before {
    border-color: rgba(179, 181, 181, 0);
    border-top-color: #686b6c;
    border-width: 8px;
    margin-left: -8px;
    margin-top:0px;
  }
  .arrow_box_4:hover {
    border-color:#00457c; 
  }
  .arrow_box_1.w_arrow_w:before,
  .arrow_box_1.current_step.w_border:before,
  .arrow_box_2.current_step.w_border:before,
  .arrow_box_2.w_arrow_w:before,
  .arrow_box_3.current_step.w_border:before,
  .arrow_box_3.w_arrow_w:before {
    border-top-color:rgba(247, 247, 247,1);
  }
  .arrow_box_1.w_arrow_w:after,
  .arrow_box_1.current_step.w_border:after,
  .arrow_box_2.current_step.w_border:after,
  .arrow_box_2.w_arrow_w:after,
  .arrow_box_3.current_step.w_border:after,
  .arrow_box_3.w_arrow_w:after {
    border-top-color: #686b6c; 
    border-width:7px;
    margin-left:-7px; 
  }
}



/* **************************************************************************** */
/* Checkout Payment *********************************************************** */
/* **************************************************************************** */
.plusPayInfos p,
.bankAccountOption {
  margin-left:1.3rem !important;
}
.plusPayInfos p.isDefaultBankAccount {
  margin-left:0px !important;
}


/* **************************************************************************** */
/* Checkout Address Step ****************************************************** */
/* **************************************************************************** */
.aUp,
.allAddressess {
  display:none;
}
.showAddressContainer,
.noShippingAdrUseLabel {
  cursor: pointer;
}
.address_select_item .edit_label {
  display:none;
}
.address_select_item .address_form_container {
  display:none;
}
.address_select_item .address,
.address_select_item.new_address,
.address_select_item.noShippingAdrUse {
  cursor:pointer;
}
.address_select_item .address_form_container .close_address_form_container {
  position: absolute;
  right: -3px;
  top: -2px;
  cursor: pointer;
}
.isDefaultBankAccount {
  display:block;  
}




/* **************************************************************************** */
/* Payment Launch Step ******************************************************** */
/* **************************************************************************** */
.payment_loading {
  position : absolute;
  z-index : 999;
}
.payment_loading div {
  display:table-cell;
  width:300px;
  height:100px;
  background:#fff;
  text-align:center;
  vertical-align:middle;
}



/* **************************************************************************** */
/* More Images on Content ***************************************************** */
/* **************************************************************************** */
.more-images-badge {
  position:absolute;
  left:0px;
  bottom:1rem;
  cursor:pointer;  
}
.caption-txt {
  margin-top:-0.5rem;
}
.pswp__bg {
  background:#36393b;  
}

.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hrvicont.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.hrvicont .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}  
.hrvicont .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hrvicont video {
  width: 100% !important;
  height: auto !important;
}

.galleryVideoLoader {
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  height: 50px;
  margin: 0 auto;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 40%;
  left:40%;
  width: 50px;
  position:relative;
}
.galleryVideoLoader img {
  display: block;
  position: relative;
  top: 6px;
  left: 6px;
}

.video_click_cont {
  position:absolute;
  width:100%;
  height:100%;
  background-color:transparent;
  top:0px;
  left:0px;
  cursor:pointer;
  z-index:2;
}


/* **************************************************************************** */
/* Team List ****************************************************************** */
/* **************************************************************************** */
.team_summary p {
  margin-bottom:0px;
}


.onprod h2 {
  line-height:1.7rem;
}



.log_buttons {
  visibility:hidden;
}
.is_not_logged_in {
  display:block;
}
.is_logged_in_ {
  display:none;
}


/* **************************************************************************** */
/* Hero *********************************************************************** */
/* **************************************************************************** */
.hero-content {
  position: absolute;
  top: 0px;
  color: #fff;
  height: 100%;
  justify-content: center;
}
.hero-subtitle p {
  margin-bottom:0px;
}
.hero-headline {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  color: #87bd29;
}
@media (max-width: 540px) {
  .hero-content {
    position: relative;
    background-color:#88bd28;
  }
  .hero-headline {
    color:#fff;
    line-height:26px;
    margin-bottom:1rem !important;
  }
  .hero-link .btn {
    border-color: rgb(255, 255, 255) !important;
    color: #000 !important;
    background-color: rgb(255, 255, 255) !important;
  }
}
@media (max-width: 720px) {
  .hero-headline {
    font-size: 20px;
  }  
}

.btn-green {
  border-color: rgb(136, 189, 40);
  background-color:rgb(136, 189, 40);
  color:#fff;
}
.para-0 p {
  margin-bottom:0px;
}
.has-shadow {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(238, 238, 238, 0.90);
  box-shadow: 2px 2px 2px 0px rgba(238, 238, 238, 0.90);
}
.card-deck .card.video-flex-card {
  flex:2.05;
}
.card-deck .card.txt-flex-card {
  flex:1;
}
.video-txt-summary p {
  margin-bottom:0px;
}
.video-txt-headline {
  font-weight:bold;
  font-size:1.1rem;
}
.termine-headline {
  font-weight:bold;
  font-size:1.1rem;
  color:#fff;
}
.termine-item {
  border-bottom:1px solid #fff;
}
.termine-item a {
  color:#fff;
  text-decoration:none;
  /*display:flex;
  height: 24px;
  overflow: hidden;*/
  height:auto;
}
.termine-item a span {
  display:inline-block;
  width:100%;
}
.termin-summary {
  display:inline-block;
  /*margin-left:15px;*/
}
.termin-summary p {
  margin-bottom:0px;
}

.mentors-container {
  border:1px solid rgba(0,0,0,.125);
}
.mentors-link {
  position:relative;
}
.mentors-button {
  bottom:1rem;
}
.mentors-image {
  align-self:center;
}
.mentors-button {
  position:relative;
}
@media (min-width: 992px) {
  .mentors-button {
    position:absolute;
  }  
}
.video-txt-button {
  position: relative;
  bottom: 0px;
  padding-left: 0px;
}

@media (max-width: 768px) {
  .video-txt-button {
    text-align:center;
  }
  .video-video-cont {
    padding-right:0px;
  }
  .video-video-cont .embed-responsive {
    margin:0 auto;
  }
}

@media (min-width: 768px) {
  .video-txt-button {
    position:absolute;
    bottom:0.9rem;
    padding-left:0.4rem;
  }
}
@media (min-width: 992px) {
  .video-txt-button {
    position:absolute;
    bottom:2.9rem;
    padding-left:1.4rem;
  }
} 


/* **************************************************************************** */
/* Team New Page ************************************************************** */
/* **************************************************************************** */
.teampic-details-inner {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.teampic-details-inner img {
  margin-bottom:10px;
  max-width:100%;
}
.teampic-details-inner a {
  text-decoration:none;
}
.teampic-details-inner img {
  border-radius: 50%;
}

/* **************************************************************************** */
/* V2 Contents **************************************************************** */
/* **************************************************************************** */
.bct-cont {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top:20px;
  margin-bottom:30px;
}

.ce-content-84 {
  background-color:#F3F3F3;
  padding:40px 0px;
}
.ce-content-84.ce {
  margin:0px;
}
.ce-content-84 .middle-row-cont {
  background-color:#88BD2A;
}
.ce-content-84 .txt-cont {
  align-self:center;
  color:#fff;
  padding: 0 48px;
  text-align:center;
}
.ce-content-84 .txt-cont h3 {
  color:#fff;
  margin-bottom:20px;
  display:inline-block;
}
.ce-content-84 .txt-cont h3:after {
  content: '';
  color: #fff;
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .ce-content-84 .card-deck {
    margin-right: -9px;
    margin-left: -9px;
  }
}
@media (min-width: 576px) {
  .ce-content-84 .card-deck .card {
    margin-right: 8px;
    margin-left: 8px;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  }
}

@media (max-width: 992px) {
  .ce-content-84 .card-deck .card {
    flex-direction: column;
    min-width: 0;
    flex:unset;
    margin-bottom:15px;
  } 
  .ce-content-84 .card-deck {
   margin-right: -15px;
   margin-left: -15px;
  }
}

.ce-content-84 .card-body h3 {
  margin-bottom:20px;
  display:inline-block;
  text-transform:uppercase;
}
.ce-content-84 .card-body h3:after {
  content: '';
  color: #fff;
  width: 50%;
  height: 1px;
  background-color: #88BD2A;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
.ce-content-84 .card-footer {
  background-color:transparent;
  padding:0px;
  border:0px;
}

.ce-content-85.ce {
  margin:0px;
}
.ce-content-85-main-row-cont {
  background-color:#fff;
}

.ce-content-85-main-row-cont h2 {
  word-break: break-word;
  justify-content: center;
}

.profiles-carousel {
  /*height: 280px;*/
  height:auto;
  padding-bottom:50px;
  overflow: hidden;
  margin-bottom:30px;
  margin-top:20px;
}
.profiles-carousel .profile {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align:center;
  min-width:220px;
}
.profiles-carousel .profile img {
  margin: 0 auto;
  max-height: 160px;
  max-width: 160px;
  display:block;
}
.profile-txt {
  margin-top:10px;
  max-width:220px;
  padding-bottom:10px;
}
.slick-dots {
  bottom:0px;
}
.slick-dots li button:before {
  font-size: 26px;
}
.txt-content-row {
  background-color:#F3F3F3;
  padding:20px 0px 0px 0px;
}

.ce-content-88 {
  background-color:#88BD2A;
  padding:40px 0px;
}
.white h2 {
  color:#ffffff;
}
.person-items-deck .card-footer {
  background-color: transparent;
  border: 0px;
}
.person-items-deck .card {
  border:0px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  margin-left:8px;
  margin-right:8px;
  height:100%;
}
.person-items-deck .card-top {
  width:100%;
  height:200px;
  position: relative;
}
.person-items-deck .card-title {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  font-family: 'Arial', 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.0025em;
}
.person-items-deck .card-title:after {
  content: '';
  color: #fff;
  width: 50px;
  height: 1px;
  background-color: #88BD2A;
  display: block;
  margin-top: 5px;
}
.person-items-deck .card-text a {
  text-decoration:none;
  color:#212529;
}

.ce-content-89 {
  background-color:#ffffff;
  padding:40px 0px;
}
.quote-items-deck .card-footer {
  display:none;
}
.quote-items-deck .card {
  border:0px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  margin-left:8px;
  margin-right:8px;
}
.quote-items-deck .card-top {
  width:100%;
  height:276px;
  position: relative;
}
.quote-items-deck .card-title {
  margin-bottom: 0px;
  position: absolute;
  bottom: 30px;
  padding: 20px;
  font-family: 'Arial', 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.0025em;
}
.ce-content-91 {
  padding:40px 0px;
}
.ce-content-91 h4 {
  margin-bottom:1rem !important;
}
.ce-content-90 {
  background-color:#88BD2A;
  padding:40px 0px;
}
.white h2 {
  color:#ffffff;
}
.col-items-section-inner {
  padding:40px;
}
.col-items-section-inner p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212529;
  margin-bottom:30px;
}
.col-items-section-inner p:last-child {
  margin-bottom:0px;
}
.col-items-section-inner h4 {
  margin-bottom:0.5rem;
}
.ce-content-93 {
  background-color:#F3F3F3;
  padding:40px 0px;
}
.ce-content-93 .quote-items-deck .card-title {
  bottom: 10px;
}
.quote-items-deck .card-title .card-sub {
  display: inline-block;
  font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.ce-content-93 .col-items-section-inner {
  padding:0px !important;
}
.ce-content-93 .media-box-link-inner {
  position: relative;
  height: 100%;
}
.ce-content-93 .media-box-link-inner a {
  position: absolute;
  bottom: 15px;
}

.module-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  /*max-height:410px;*/
  overflow-y: auto;
  border-bottom: 86px solid #fff;
}
.module-block::-webkit-scrollbar {
  width: 10px;
}
.module-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.module-block::-webkit-scrollbar-thumb {
  background: #888; 
}
.module-block::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.module-block ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.module-block ul li {
  margin-bottom: 16px;
}
.module-block h4 {
  margin-bottom: 20px;
  padding-left: 20px;
}
.more-about-modules-link {
  display: block;
  position: relative;
  bottom: 65px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 290px;
}
.module-block a {
  text-decoration:none !important;
  color:#212529;
}

.media-box-link-inner .media-title {
  font-family: 'Arial';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0025em;
  color: #FFFFFF;
}



/* **************************************************************************** */
/* ce-content-93 ************************************************************** */
/* **************************************************************************** */
.ce-content-93 .quote-items-deck .card-top:before {
  content:'';
  width:52px;
  height:52px;
  position:absolute;
  background-image: url("../img/quote-icon.png");
  background-repeat:no-repeat;
  background-position:left 0px;
  right:20px;
  top:20px;
  display:none;
}
.card-has-quote-cont {
  position:relative;
}
.ce-content-93 .quote-container {
  background-color: #1B9A38;
  margin-left: 8px;
  margin-right: 8px;
  height:280px;
  position: absolute;
  z-index: 123;
  width: calc(100% - 14px);
  top:0px;
}
.ce-content-93 .quote-container-inner {
  padding: 0px 30px 30px 30px;
  height: 100%;
  position: relative;
}
.ce-content-93 .person_main {
  height: 210px;
  display: flex;
  align-items: center;
  max-height: 210px;
  background-image: url("../img/quote_trans.svg");
  background-repeat:no-repeat;
  background-position:right 35%;
}
.ce-content-93 h3 {
  color: #FFFFFF;
}
.ce-content-93 .person_footer .person_image,
.ce-content-93 .person_footer .person_image img {
  height: 40px;
}
.ce-content-93 .person_footer .person_name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color:#fff;
  letter-spacing: 0.0025em;
}


/* **************************************************************************** */
/* ce-content-90 ************************************************************** */
/* **************************************************************************** */
@media (min-width: 992px) {
  .ce-content-90 .media-body.h-100 img.img-fluid {
    max-width:unset;
  }
}
@media (max-width: 992px) {
  .ce-content-90 .media-body.h-100 img.img-fluid {
    width:100%;
  }
  .ce-content-90 .media-body {
    background-image:none !important;
  }
}
.ce-content-90 .on-video {
  align-items:center;
}


/* **************************************************************************** */
/* ce-content-92 ************************************************************** */
/* **************************************************************************** */
.ce-92 .module-block.contact-pers {
  border-bottom:65px solid #fff;
}
.ce-92 .contact-pers-media {
  justify-content: center;
}
.ce-92 .contact-pers-media img {
  width: 100px;
}
.ce-92 .contact-pers h3 {
  margin-bottom:5px;
}
.ce-92 .contact-pers-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.ce-92 .contact-pers-phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-bottom:1px solid #d6d6d6;
}
.ce-92 .contact-pers-wrapper {
  padding:20px 20px;
  text-align:center;
}


/* **************************************************************************** */
/* ce-content-89 ************************************************************** */
/* **************************************************************************** */
.quote-items-deck .card-top:before {
  content:'';
  width:52px;
  height:52px;
  position:absolute;
  background-image: url("../img/quote-icon.png");
  background-repeat:no-repeat;
  background-position:left 0px;
  right:20px;
  top:20px;
}
.ce-content-89 .quote-items-deck .card-top:before {
  content:'';
  width:52px;
  height:52px;
  position:absolute;
  background-image: url("../img/quote-icon.png");
  background-repeat:no-repeat;
  background-position:left 0px;
  right:20px;
  top:20px;
  display:none;
}
.card-has-quote-cont {
  position:relative;
}
.ce-content-89 .quote-container {
  background-color: #1B9A38;
  margin-left: 8px;
  margin-right: 8px;
  height:280px;
  position: absolute;
  z-index: 123;
  width: calc(100% - 14px);
  top:0px;
}
.ce-content-89 .quote-container-inner {
  padding: 0px 30px 30px 30px;
  height: 100%;
  position: relative;
}
.ce-content-89 .person_main {
  height: 210px;
  display: flex;
  align-items: center;
  max-height: 210px;
  background-image: url("../img/quote_trans.svg");
  background-repeat:no-repeat;
  background-position:right 35%;
}
.ce-content-89 h3 {
  color: #FFFFFF;
}
.ce-content-89 .person_footer .person_image,
.ce-content-89 .person_footer .person_image img {
  height: 40px;
}
.ce-content-89 .person_footer .person_name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color:#fff;
  letter-spacing: 0.0025em;
}


/* **************************************************************************** */
/* homepage-carousel ********************************************************** */
/* **************************************************************************** */
.homepage-carousel {
  margin-left: -1rem;
}
.homepage-carousel .slick-dots {
  margin-bottom: -40px;
}
.homepage-carousel .slick-slide {
  position:relative;
}
.slide_coach .homepage-slide-txt {
  position:absolute;
  color:#fff;
  top: 0px;
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.slide_coach .homepage-slide-txt p {
  margin-bottom:0.2rem;
}
.slide_coach .homepage-slide-txt h3 {
  color:#fff !important;
  margin-bottom:0.2rem;
}
.slide_coach .homepage-slide-txt .round-button {
  display:inline-block;
  margin-top:30px;
}
.slide_institute .homepage-slide-txt {
  position:absolute;
  color:#fff;
  top: 0px;
  left:45px;
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width:400px;
}
.slide_institute .homepage-slide-txt h3 {
  color:#fff !important;
  position:relative;
}
.slide_institute .homepage-slide-txt h3:after {
  content:'';
  width:44px;
  height:44px;
  background-image: url("../img/location-icon.png");
  background-repeat:no-repeat;
  background-position:right bottom;
  position: absolute;
  left: 0px;
  bottom: -65px;
}
.slide_reimer .homepage-slide-txt {
  position:absolute;
  color:#fff;
  top: 0px;
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  width: 100%;
  height: 100%;
}
.slide_reimer .homepage-slide-txt h3 {
  max-width:300px;
  margin-bottom:0px;
  margin-top:0px;
}  
.slide_reimer .homepage-slide-txt h3:first-child {
  color:#fff !important;
  margin-bottom:0px;
  margin-top:80px;  
}
.slide_reimer .homepage-slide-txt p:last-child {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #FFFFFF;
  opacity: 0.3;
  margin-bottom:0px;
}
.slider-link {
  position:absolute;
  top: 0px;
  left:0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:transparent;
  z-index:3;
}
.homepage-slide-txt .round-button {
  background-color: #fff;
  color: #212529;
}

/* **************************************************************************** */
/* content-modal ************************************************************** */
/* **************************************************************************** */
#contentModal .modal-logo {
  width: 148px;
  position: relative;
  top: 10px;
  left: -5px;
}
#contentModal .close {
  text-shadow:unset;
  opacity:1;
}
#contentModal button.close:focus {
  outline: unset;
  outline: 0px;
}
#contentModal .close span {
  background-color: #000;
  opacity: 1;
  color: #fff;
  font-weight: lighter;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
#contentModal .modal-body {
  padding-top:0px;
}
#contentModal ul {
  padding-left: 0;
  list-style: none;
}
#contentModal ul li {
  margin-bottom:16px;
  font-size:14px;
}
#contentModal ul li strong {
  font-size:16px;
}
#contentModal .contact-pers-media {
  justify-content: center;
}
#contentModal .contact-pers-media img {
  width: 100px;
}
#contentModal .contact-pers h3 {
  margin-bottom:5px;
}
#contentModal .topcol {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A3;
}
#contentModal .topcol .inner {
  border-bottom:1px solid #D6D6D6;
  width:95%;
}
#contentModal .topcol .inner p {
  margin-bottom: 0.5rem;
  font-size: 14px;
}


/* **************************************************************************** */
/* team-liste ***************************************************************** */
/* **************************************************************************** */
.ce-content-96:last-child hr {
  display:none;
}


/* **************************************************************************** */
/* modules-slider ************************************************************* */
/* **************************************************************************** */
.modules-carousel {
  min-height: 280px;
  margin-bottom:30px;
  margin-top:20px;
}
.modules-carousel .modul {
  display: flex;
  justify-content: left;
  flex-direction: column;
  text-align:left;
  width:420px;
  padding: 20px 20px;
  background-color:#fff;
  margin: 0px 20px;
  height:100%;
}
.modules-carousel .slick-track {
  display: grid;
  grid-auto-flow: column;
}
.modules-carousel .slick-dots {
    bottom: -50px;
}


/* **************************************************************************** */
/* table-layout *************************************************************** */
/* **************************************************************************** */
.table-layout h3 {
  margin-bottom:5px;
}
.table-layout table {
  width: 100%;
  border-width: 0px;
  border-color: transparent;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}
.table-layout tbody {
  border: 0px;
  border-bottom: 1px solid #D6D6D6;
}
.table-layout tr {
  width:100%;
  display:block;
}
.table-layout td {
  width:33.33%;
  padding-right: 50px;
  padding-bottom: 50px;
  vertical-align: top;
}
table.no-border tbody {
  border-bottom:0px !important;
}
table.inner-border td {
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #D6D6D6;
}
table.inner-border {
  margin-bottom:25px;
}
table.inner-border td:first-child {
  padding-left: 0px;
}
table.inner-border td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
@media (max-width: 992px) {
  .table-layout td {
    width:100%;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    display:block;
  }
  .table-layout tbody {
    padding-bottom: 25px;
    display: block;
  }
  table.inner-border td {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px;
    padding-bottom: 25px;
  }
}


/* **************************************************************************** */
/* courses-page *************************************************************** */
/* **************************************************************************** */
.courses-page .headlink {
  cursor:pointer;
  position: relative;
}
.courses-page .headlink div:after {
  content: '';
  background: url(../img/nav-arrow-down.svg) no-repeat rgba(0, 0, 0, 0);
  width: 10px;
  height: 7px;
  position: absolute;
  right: -3px;
  top: 7px;
  z-index: 12121212;
  transform: rotate(-180deg);
}
.courses-page .headlink div.collapsed:after {
  transform: unset;
}
.course-price p {
  display:inline;
}
.error-field-txt {
  display:none;
}


/* **************************************************************************** */
/* voices-page **************************************************************** */
/* **************************************************************************** */
.voices-page .card-columns {
  column-count: 1;
}
@media (min-width: 576px) {
  .voices-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .voices-page .card-columns {
    column-count: 4;
  }
}
.voice-item .card-img-top {
  max-width: 60px;
}
.voice-item .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.voice-item .card-subtitle p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.voice-item .card-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.voice-item .card-text .faded p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color:#A3A3A3;
}


/* **************************************************************************** */
/* BCT ************************************************************************ */
/* **************************************************************************** */
.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item,
.breadcrumb-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.sem_name {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}