/* 1. Embedded fonts styles */

@font-face {
    font-family: "museosans";
    src: url("fonts/museoSans-300.woff") format("woff"), url("fonts/museoSans-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; 
}

@font-face {
    font-family: "museosans";
    src: url("fonts/museosans-500.woff") format("woff"), url("fonts/museosans-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "museosans";
    src: url("fonts/museoSans-700.woff") format("woff"), url("fonts/museoSans-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

.container.header {
    text-align: center;
}

.h3, h3 {
    font-size: 1.3rem;
    padding-bottom: 13px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 576px) {
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

/** Login-Button **/

.nav-slide {
    position: absolute;
    top: 35px;
    right: 20px;
}

.main-nav {
    letter-spacing: -.4em;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}
.main-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    position: relative;
    letter-spacing: 1px;
	font-size: 12px;
    line-height: 16px;
    margin: 18px 0px -10px 0;
}
.main-nav a {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.loginlink svg {
    display: block;
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 10px;
}

.loginlink {
    padding: 10px 15px !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
	background: transparent;
	border: 2px solid #ffffff;
    color: #fff;
    cursor: pointer;
	-webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
}

.main-content3 .registry .loginlink {
    background: #67a720;
    padding: 20px 15px !important;
}

.loginlink:hover, .loginlink2:hover {
	color: #fff;
    background: #67a720; 
	-webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
}

.main-content3 .registry .loginlink:hover {
	color: #FFF;     box-shadow: 0px 0px 3px #999;    text-shadow: 0px 0px 4px #666;
    background: transparent; filter: drop-shadow(0px 0px 3px #333);
	-webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
}

.loginlink2 {
    padding: 20px 50px !important;
    text-decoration: none !important;
    border-radius: 5px;
    border: 1px solid #ffffff !important;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
    background: #67a720;
    margin: 30px 0px 50px 0px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
}

/** Responsive Logo **/

.main-content2 img, .main-content1 img { margin-bottom:15px; }

form#anmeldung div.form-group.col {
    float: none;
}

@media (min-width:768px) {
.custom-control.custom-checkbox.form-group.col {
    padding-top: 1em;
}
.padr .text-center {
    padding-right: 40px !important;
}	
}

.btn-success {
	max-width:300px;
    color: #fff;
    background: rgba(104,205,255,1);
    border-color: rgba(26,105,137,1);
    width: calc(100% - 30px);
	margin-left:15px;
	margin-right:15px;
	-webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
	
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background: rgba(26,105,137,1);
	-webkit-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -moz-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    -o-transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
    transition: all 2s cubic-bezier(0.57, -0.69, 0.4, 1.72);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(251,223,26,0.5);
}

.main-content1, .bg-dark {
    background-color: #000000 !important;
    color: #ffffff;
}
.main-content2 {
  background: linear-gradient(0deg, rgba(104,205,255,1) 0%, rgba(26,105,137,1) 100%); width: 100% !important; max-width: 100%;
}
.container-sm.form-wrapper.mt-2.mb-2 {
    display: flex;
}

.main-content2 .col, .main-content1 .col,.main-content4 .col {
    padding: 0px !important;
}

.main-content4 {
  background-color: rgba(255,255,255,1);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5rem;     margin: 0 auto 14px
}

.main-content1 .col.col-md-8 { padding-left: 30px !important; }

.main-content3 {
background: linear-gradient(90deg, rgba(237,125,35,1) 0%, rgba(254,217,0,1) 100%); width: 100% !important; max-width: 100%;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 70px !important;
}

.bg-white {
    background-color: rgba(255,255,255,0.5) !important;
}

/*.header,*/ .text-muted { background: #001E48;}

.pb-4, .py-4, .pt-4, .py-4 { padding: 5px !important; }

.card.shadow.pr-sm-5.pl-sm-5.pb-sm-4.pt-sm-4.p-3.bg-white.rounded-lg {
    width: 100%;
}

.logo {max-width: 235px;}
label {cursor: pointer;}
#error, #success {
    font-size: 15px;
    color: #000000;
    line-height: 1em;
}
#error {color: #d53237;}

.extra-hold {
	margin-top:10px;
	line-height: 1.7em;
    font-size: 1.2em; font-weight: normal; color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
}


.yt {margin: 20px auto 0 !important; box-shadow: 0 0 54px 0 rgba(0, 0, 0, .16); padding-bottom: 56.25%; padding-top: 25px; height: 0;overflow: hidden; position: relative;}
.yt iframe,
.yt object,
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}

.footer-bar-links {
  display: block;
  text-align: center;
  height: 100%;
  margin: 0px;
  padding: 0px;
	background: #000000;
	color: #ffffff;
}

.footer-bar-links li {
    display: inline-block;
    padding: 10px 8px;
    cursor: pointer;
}
@media screen and (min-width: 1216px) {
  .footer-bar-links {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      margin: 0 auto;
  }
  .footer-bar-links li {
    display: inline-block;
    padding: 10px 8px;
  }
  .footer-bar-links li:first-child {
    padding: 10px 8px 10px 0;
  }
}

.text-light { color: #ffffff !important; }

/** Partner-Logos **/
.partner_logos img {
    float: left;
    width: 50%;
}

.text-center {
    text-align: left !important;
}

.main-content2 .text-center, .main-content4 .text-center, .main-content3 .text-center, .main-content1 .text-center {
    text-align: center !important;
}

.main-content2 .container-sm.form-wrapper.mt-2.mb-2, .main-content1 .container-sm.form-wrapper.mt-2.mb-2 {
    display: flex;
}
	
 @media (max-width:768px) {
	.partner_logos img {
	    float: none;
    	width: 100%;
	}			
   .text-center {
    text-align: center !important;
}
	 .main-content1 .col.col-md-8 { padding-left: 0px !important; }
	 
	 .main-content2 .container-sm.form-wrapper.mt-2.mb-2, .main-content1 .container-sm.form-wrapper.mt-2.mb-2 {
    display: block;
}
	 
	 .col-md-6.text-right {
    text-align: center !important;
}
}

@media (max-width:992px) {
.col-md-6.text-right {
    font-size: 0.8em;
}
}

/* CSS Vanessa */

body {
	font-family: Open Sans, sans-serif;
}

.rabatt {
	color: #ffffff;
	font-size: 4em;
	font-weight: 700;
}

/** Partnerlogos **/
.partners-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-holder .partner {
    width: calc(100% / 7);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-holder .partner .grayscale-fix, .partners-holder .partner img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.partners-holder .partner img:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

.container.header {
    margin-top: 20px;
}

@media (max-width:768px) {
	
	.container.header {
    text-align: left;
    padding-left: 10px !important;
}
	
	.partners-holder .partner {
    width: 33% !important;
}
}
@media (max-width:500px) {
	
	.partners-holder .partner {
    width: 50% !important;
}
	
		.container.header {
    text-align: center;
    margin-left: 0px !important;
}
	
	.nav-slide {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}
	.short-info {
    width: 100%;
    margin: 0 0 38px; list-style: none;
}
		@media (min-width: 768px) {
	.short-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 27px -12px; padding:0px;
}}
	
	.short-info li {
    margin: 0 0 -19px;
}
	
	.short-info .img-wrap {
    display: inline-block;
    vertical-align: middle;
}
}

body {background-color:#000; font-family:museosans,verdana,sans-serif;}
.header {color:#fff; font-weight:100;}

.img-wrap.check img {
    height: 19px;
    margin-top: -5px;
    margin-right: 5px;
}

/**adapt**/
.intro-section {
	background-image: url(img/orange-coffee.jpg);
    background-size: cover;
    background-position: 25% 25%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 115px 0 76px;
    position: relative;
    z-index: 2;
    
	min-height: 55vh;
}

.intro-section:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    
}

.intro-section .container {
    margin: 0;
}

.intro-section .h1,
.intro-section h1 {
    margin-bottom: 13px;
}

.intro-section .h1 span,
.intro-section h1 span {
    display: block;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
}

.intro-section .btn {
    margin: 0 0 34px;
}

.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: calc(50% - 30px);
    right: 30px;
	top: 30px;
    position: absolute;
    margin: 0;
    padding: 2.5% 2%; border-radius: 10px;
}
.vielfalt {font-size:2.1vw;}
.meldichan {font-size:1.5vw; font-weight:500;}


@media (min-width:767px) AND (max-width:950px) {
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: calc(50% - 0px);
    right: 0px;
    top: 30px;
    position: absolute;
    margin: 0;
    padding: 2% 1% 2% 1%;
    border-radius: 10px 0px 0px 10px;
}
}

@media (max-width:767px) {
	.vielfalt {font-size:4vw;}
	.meldichan {font-size:2.6vw; margin: 0 auto;}
	.products-short-list { max-width: 90%;}
.percent33 img {
    width: 180%;
    height: auto;
    overflow: hidden;
    max-width: unset;
    margin-left: -40%;
}
	.percent33 {
    width: 33.33333333%;
    text-align: center;
    overflow: hidden;
}
}

@media (max-width:570px) {
		.vielfalt {font-size:23px;}
	.meldichan {font-size:16px; margin: 0 auto;}
}



@media (min-width: 1200px) {
.intro-section .extra-hold {
    margin: 10px 0 25px;
	font-size: unset;}
	

}

	.intro-section {
    min-height: unset;
	padding: 35px 0 35px;
	}
	
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: 48%;
    right: -24%;
    top: 0%;
    position: relative;
    margin: 0;
    padding: 2.5% 2%;
    border-radius: 10px;
}

@media (max-width: 767px) {
.intro-section {
    padding: 0px !important;
    height: auto !important;
    min-height: unset !important;
    background-image: none !important;
	background: linear-gradient(90deg, rgba(237,125,35,1) 0%, rgba(254,217,0,1) 100%) !important;
	}
.container.anmeldung {
    background-color: #fff;
    color: #000;
    max-width: 97%;
    right: 0%;
    top: 0%;
    position: relative;
    margin: 1%;
    padding: 2.5% 2%;
    border-radius: 10px;

}
}

.cover {
    width: 100%;
    padding: 20px 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.cover {
  width: 100%;
  padding: 20px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.inline-form-wrapper {
	width: 100%;
	max-width: 710px;
	background-color: rgba(255, 255, 255, 0.35);
	padding: 10px;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 30;
}


.flex-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 700px;
/*  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);*/
  transition: all 0.7s ease;
  
  overflow:hidden;
}

.inline-form {
 display: -webkit-box;
  display: flex;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 700px;
  transition: all 0.7s ease;
  overflow:hidden;
      border: 0;
  background: #fff;
  line-height: 50px;
  font-size: 1rem;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 5px;
}

input[type="email"] {
    border: 1px solid #999 !important;
    flex-basis: 100%;
    color: #000000 !important;
    padding: 1em;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    border-left: 0px;
}

input[type="submit"]{
  background: #67a720;
  border: none !important;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1.1em;
}

input[type="submit"]:focus {
	border: none !important;
	outline: none !important;
  }

input[type="submit"]:hover {
  background: #5a8e20;
  border: none;
  padding: 1.1em;
}
.loginlink svg {display: none;}
@media (min-width: 767px) {
	.loginlink {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 1.1em;
}
	.loginlink:hover {
		background: #5a8e20; color:#ffffff !important;
		border: none;
		padding: 1.1em;
	}
	
	.loginlink {
padding: 10px 15px !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}

.loginlink svg {
	display: block;
	width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 10px;
}
}


@media all and (max-width: 800px) {
 
  .flex-form {
    width: 100%;
  }

  input[type="email"] {
    flex-basis: 100%;
  }

  .flex-form > * {
    font-size: 0.9rem;
  }

  .cover {
    padding: 20px 0px;
  }

}


.z1000 {z-index: 1000 !important;}
.z1010 {z-index: 1010 !important;}
.z1020 {z-index: 1020 !important;}
.z1030 {z-index: 1030 !important;}
.z1040 {z-index: 1040 !important;}

.partner-brands  {background-color: #ffffff}

.overlay {
	width: 100vw;
    height: 1500px;
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
	left: 0;
	-moz-backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	transition: all 0.35s ease;
	z-index: 10;
}

.confirmpage {
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
@media (min-width: 480px) {
	.confirmpage{
		padding: 100px 0 !important;
	}
}


.ribbon-wrapper {
	width: 106px;
	height: 106px;
	top: 0px;
	right: 0px;
	position: absolute;
	overflow: hidden;
}

.ribbon {
  width: 175px;
  padding: 10px 0;
  top: 18px;
  right: -50px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  z-index: 2000;
  transform: rotate(45deg);
  background-color: #ff9a00;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


/*Checkboxen Style*/
.sfx_checkbox_wrapper {
	width: 100%;
	line-height: 1.4em;
	margin: 10px 0 0;
}
.label-sfx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  text-align: left;
}
.label-sfx input:checked + .sfx_checkbox {
  border-color: #83ac1b;
}
.label-sfx input:checked + .sfx_checkbox svg path {
  fill: #83ac1b;
}
.label-sfx input:checked + .sfx_checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-sfx:hover .sfx_checkbox svg path {
  stroke-dashoffset: 0;
}
.label-sfx .sfx_checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.label-sfx .sfx_checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-sfx .sfx_checkbox svg path {
  fill: none;
  stroke: #83ac1b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-sfx .sfx_checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-sfx > span {
  /*pointer-events: none; */
  vertical-align: middle;
}
.label-sfx > span.light-txt {
	color: #ffffff;
}
.label-sfx > span.light-txt a {
	color: #dddddd;
	text-decoration: underline;
}
.label-sfx > span.light-txt a:hover {
	color: #83ac1b;
	text-decoration: none;
}

.invisible-checkbox-sfx {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  left: -999999px;
}
.error-sfx {background-color: #cc5b4b;}

.grecaptcha-badge {
    z-index: 9999;
}

#header {
    position: relative;
    padding: 25px 0 25px;
    z-index: 99; 	background: #000000;
}

/** Navbar **/
navbar .container { display:flex; font-weight:bold; font-size:14px; max-width:800px}

navbar .percent33 img {
    width: 17px;
    margin-right: 8px;
    margin-left: 0px;
}

navbar .container a {color:#000000; text-decoration:none;}
navbar .container a:hover {color:#ed700a; text-decoration:none;}

@media (min-width: 768px) {
navbar .container {
    padding: 7px 17px; text-align:center;
	}
}

@media (max-width: 767px) {
navbar .container { display:block !important;}
navbar .percent33 { width:100%; padding:4px 0px; }
	navbar .container {
    padding: 7px;
		
	}
	.text-left {
    text-align: center !important;
}
}

.intro-section .extra-hold {color:#000000; text-shadow:none;}

.cookiefirst-root button {
    color: #fff;
}


/** Accordeon **/
.card {
 	background-color:unset;
    border: 1px solid #fff;
    border-radius: 0.25rem; border-bottom:1px;
    margin-bottom: 10px; color:#ffffff; text-align:center;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px;
    background-color: rgba(255,255,255,1); color:#000000 !important;
}

.accordion>.card:not(:first-of-type), .accordion>.card:not(:last-of-type) {border-bottom:1px solid #ffffff; border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em; border-bottom-right-radius: 0.25em; 
    border-bottom-left-radius: 0.25em;}

.accordion .btn-link {
    color:#000000;
}


/* 6. Embedded partner-brands styles */

.partner-brands {
    position: relative;
    padding: 120px 0 50px;
}

.partner-brands.with-decor {
    z-index: 7;
}

.brands-wrapper {
    padding: 30px 0px 30px;
    position: relative;
    box-shadow: 1px 20px 18px rgb(0 0 0 / 10%);
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.brands-wrapper .brand {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands-wrapper .slick-arrow {
    background: transparent;
    border-bottom: 15px solid #ed700a;
    border-left: 15px solid #ed700a;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    
    left: 18px;
    font-size: 0;
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: none;
    transition: none;
}

.brands-wrapper .slick-arrow:before {
    content: " ";
}

.brands-wrapper .slick-arrow:focus {
    outline: none;
}

.brands-wrapper .slick-arrow:hover {
    border-bottom-color: #bc5908;
    border-left-color: #bc5908;
}

.brands-wrapper .slick-arrow:hover:before {
    background: #bc5908;
}

.brands-wrapper .slick-arrow:active {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(.95);
    -ms-transform: translateY(-50%) rotate(45deg) scale(.95);
    transform: translateY(-50%) rotate(45deg) scale(.95);
}

.brands-wrapper .slick-arrow:active.slick-next {
    -webkit-transform: translateY(-50%) rotate(-135deg) scale(.95);
    -ms-transform: translateY(-50%) rotate(-135deg) scale(.95);
    transform: translateY(-50%) rotate(-135deg) scale(.95);
}

.brands-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 18px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.partners-wrapper {
    padding: 95px 0 27px;
}

.partners-wrapper .partners-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-wrapper .partners-holder .partner {
    width: calc(100% / 7);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-wrapper .partners-holder .partner .grayscale-fix,
.partners-wrapper .partners-holder .partner img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.partners-wrapper .partners-holder .partner a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 100%;
}

.partners-wrapper .partners-holder .partner img:hover {
    filter: grayscale(0%);
	cursor: pointer;
}

.partners-wrapper .partners-holder .partner a:hover .grayscale-fix img.grayscale {
    visibility: visible !important;
    position: relative;
}