@font-face {
    font-family: 'African';
    font-weight: normal;
    font-style: normal;
		font-display: swap;
    src: url('../fonts/africanregular/African.eot');
    src: url('../fonts/africanregular/African.eot?#iefix') format('embedded-opentype'),
        url('../fonts/africanregular/African.woff2') format('woff2'),
        url('../fonts/africanregular/African.woff') format('woff'),
        url('../fonts/africanregular/African.ttf') format('truetype'),
        url('../fonts/africanregular/African.svg#African') format('svg');
		unicode-range: U+0000-001F, U+0021-007F;
}

/* montserrat-regular - latin_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat/montserrat-v14-latin_latin-ext-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* global area - start
==================================================================================================== */

body {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #ffffff;
  padding-top: 137px;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #eed2ae; }

::selection {

  background-color: #eed2ae; }

.body-container {
  padding-top: 250px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.container {
  max-width: 1560px; }

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif; }
  a:hover,
  button:hover {
    text-decoration: none; }

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none; }
  button:focus {
    outline: none; }

img {
  height: auto;
  max-width: 100%;}

.bottleImage{
	max-width: 60%;
    position: relative;
    left: 10%;
}

.image-container {
  overflow: hidden;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

strong, span, small, label, i {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Montserrat", sans-serif; }

strong {
  font-weight: 700; }

.form-item {
  position: relative;
  margin-bottom: 30px; }
  .form-item input {
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    font-size: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 30px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(114, 97, 74, 0.74); }
    .form-item input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.form-textarea {
  position: relative;
  margin-bottom: 30px; }
  .form-textarea textarea {
    width: 100%;
    border: none;
    padding: 30px;
    font-size: 24px;
    min-height: 100px;
    border-radius: 3px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(114, 97, 74, 0.74); }
    .form-textarea textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.file-attachment {
	margin-top: -25px;
	margin-bottom: 30px;
}

.file-attachment .codedropz-upload-handler {
	display: inline-block;
	border: none;
	padding: 0;
	font-size: 18px;
	border-radius: 3px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #c98a36;
}

.file-attachment .codedropz-upload-handler:hover {
	background-color: #ceaa7a;
}

.file-attachment .codedropz-upload-container {
	padding: 0;
}
.file-attachment .cd-upload-btn {
	padding: 15px 30px;
}

.file-attachment .cd-upload-btn,
.file-attachment .cd-upload-btn:hover {
	color: #fff;
}

.file-attachment .codedropz-upload-inner h3 {
	display: none;
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.file-attachment .codedropz-upload-inner span {
	display: none;
}

.file-attachment .dnd-upload-status .dnd-upload-image {
	border-color: #fff;
}

.file-attachment .dnd-upload-status .dnd-upload-image span,
.file-attachment .dnd-upload-status .dnd-upload-details .name,
.file-attachment .dnd-upload-status .dnd-upload-details .name em,
.file-attachment .dnd-upload-status .dnd-upload-details .remove-file {
	color: #fff;
}



.file-attachment-footer {
	margin-top: -7px;
	margin-bottom: 15px;
}

.file-attachment-footer .codedropz-upload-handler {
	display: inline-block;
	border: none;
	padding: 0;
	font-size: 18px;
	border-radius: 3px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	border: 2px solid #ceaa7a;
}

.file-attachment-footer .codedropz-upload-handler:hover {
	background-color: #ceaa7a;
}

.file-attachment-footer .codedropz-upload-container {
	padding: 0;
}
.file-attachment-footer .cd-upload-btn {
	padding: 5px 15px;
}

.file-attachment-footer .cd-upload-btn,
.file-attachment-footer .cd-upload-btn:hover {
	color: #fff;
}

.file-attachment-footer .codedropz-upload-inner h3 {
	display: none;
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.file-attachment-footer .codedropz-upload-inner span {
	display: none;
}

.file-attachment-footer .dnd-upload-status .dnd-upload-image {
	border-color: #fff;
}

.file-attachment-footer .dnd-upload-status .dnd-upload-image span,
.file-attachment-footer .dnd-upload-status .dnd-upload-details .name,
.file-attachment-footer .dnd-upload-status .dnd-upload-details .name em,
.file-attachment-footer .dnd-upload-status .dnd-upload-details .remove-file {
	color: #fff;
}

.select-option .nice-select {
  float: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  padding-right: 40px;
  color: #53585f;
  font-weight: 400;
  border: solid 1px #f0f0f0; }
  .select-option .nice-select:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: 0;
    border-right: 2px solid #193781;
    border-bottom: 2px solid #193781;
		transform-origin: 50% 50%;
		transform: translateY(-75%) rotate(45deg);
	}
  .select-option .nice-select .list {
    width: 100%;
    margin-top: 1px;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 3px; }
    .select-option .nice-select .list:-webkit-scrollbar {
      width: 0px; }
    .select-option .nice-select .list .option {
      font-size: 14px;
      padding: 0px 20px; }

.language-switcher .select-option a {
	display: block;
}
.language-switcher{
	pointer-events:all;
	
}

.language-switcher .select-option a,
.language-switcher .select-option a:hover,
.language-switcher .select-option a:visited,
.language-switcher .select-option a:focus,
.language-switcher .select-option a:active {
	color: #193781;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
}

.grecaptcha-badge { visibility: hidden; }

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #d0aa15; }

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 100%; }
  .owl-theme .owl-nav .owl-next > span,
  .owl-theme .owl-nav .owl-prev > span {
    display: none; }
  .owl-theme .owl-nav .owl-next:before,
  .owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Pro'; }
  .owl-theme .owl-nav .owl-next:hover,
  .owl-theme .owl-nav .owl-prev:hover {
    background: transparent; }

.owl-theme .owl-nav .owl-prev {
  margin-right: 5px; }
  .owl-theme .owl-nav .owl-prev:before {
    content: '\f053'; }

.owl-theme .owl-nav .owl-next:before {
  content: '\f054'; }
  
    .slider-section .main-carousel .item {
	display: flex;
  align-items: center;
  justify-content: center;
	}

/* owl settings - end
================================================== */
/* list style settings - start
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul-li > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul-li-block > ul > li {
    width: 100%;
    display: table;
    list-style: none; }

.ul-li-right ul{
	pointer-events:all;
}
.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table; }
  .ul-li-right > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table; }
  .ul-li-center > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

/* list style settings - end
================================================== */
/* decorations - start
================================================== */
.top-style {
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.top-style.decoration5 {
	height: 102px;
	background-image: url('../images/background/decoration5.svg');
}

.top-style.decoration6 {
	height: 80px;
	background-image: url('../images/background/decoration6.svg');
}

.top-style.decoration7 {
	height: 60px;
	background-color: #0B2461;
	background-image: url('../images/background/decoration7.svg');
}

@media screen and (max-width: 991px) {
	.top-style.decoration7 {
		height: 50px;
	}
}

@media screen and (max-width: 480px) {	
	.top-style.decoration5,
	.top-style.decoration6,
	.top-style.decoration7 {
		height: 40px;
	}
}

.home #instagram-section .top-style {
	display: none;
	background: none;
}
/* decorations - end
================================================== */

/* product page - start
================================================== */
.products-page .product-item .item-image {
	position: relative;
	z-index: 0;
	margin-bottom: 25px;
	text-align: center;
}

.products-page .product-item .item-image:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 50%;
	width: 100vw;
	height: 250px;
	transform: translateY(-50%);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: auto 250px;
}

.products-page .product-item  .item-image .large-bottle {
	height: 700px;
}

.products-page .product-item  .item-image .small-bottle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 1;
	transform: translateX(-5%);
	height: 600px;
}

.products-page .product-item .item-content .shopbtn a {
    margin-top: 40px;
	transition: 0.4s;
}

.products-page .product-item.productstyle-club-mate {
	background-color: #0b2461;
}

.products-page .product-item.productstyle-club-mate .item-image:before {
	background-image: url('../images/decoration/bottle_decoration_club-mate.svg');
}

.products-page .product-item.productstyle-club-mate .item-content *,
.products-page .product-item.productstyle-club-mate .item-content .shopbtn a {
	color: #ceaa7a;
}

.products-page .product-item.productstyle-club-mate .item-content .shopbtn a {
	border: 2px solid #ceaa7a;
}

.products-page .product-item.productstyle-club-mate .item-content .shopbtn a:hover {
	color: #0b2461 !important;
}

.products-page .product-item.productstyle-ice-tea-kraftstoff {
	background-color: #78a1c2;
}

.products-page .product-item.productstyle-ice-tea-kraftstoff .item-image:before {
	background-image: url('../images/decoration/bottle_decoration_ice_tea_kraftstoff.svg');
}

.products-page .product-item.productstyle-ice-tea-kraftstoff .item-content *,
.products-page .product-item.productstyle-ice-tea-kraftstoff .item-content .shopbtn a {
	color: #193781;
}

.products-page .product-item.productstyle-ice-tea-kraftstoff .item-content .shopbtn a {
	border: 2px solid #193781;
}

.products-page .product-item.productstyle-ice-tea-kraftstoff .item-content .shopbtn a:hover {
	color: #78a1c2 !important;
	background-color: #193781 !important;
}


.products-page .product-item.productstyle-winteredition {
	background-color: #9a1c08;
}

.products-page .product-item.productstyle-winteredition .item-image:before {
	background-image: url('../images/decoration/bottle_decoration_winteredition.svg');
}

.products-page .product-item.productstyle-winteredition .item-content *,
.products-page .product-item.productstyle-winteredition .item-content .shopbtn a {
	color: #ceaa7a;
}

.products-page .product-item.productstyle-winteredition .item-content .shopbtn a {
	border: 2px solid #ceaa7a;
}

.products-page .product-item.productstyle-winteredition .item-content .shopbtn a:hover {
	color: #0b2461 !important;
}


.products-page .product-item.productstyle-cola {
	background-color: #1c1716;
}

.products-page .product-item.productstyle-cola .item-image:before {
	background-image: url('../images/decoration/bottle_decoration_cola.svg');
}

.products-page .product-item.productstyle-cola .item-content *,
.products-page .product-item.productstyle-cola .item-content .shopbtn a {
	color: #ffffff;
}

.products-page .product-item.productstyle-cola .item-content .shopbtn a {
	border: 2px solid #ffffff;
}

.products-page .product-item.productstyle-cola .item-content .shopbtn a:hover {
	color: #1c1716 !important;
	background-color: #ffffff !important;
}

.products-page .product-item.productstyle-granat {
	background-color: #7f0201;
}

.products-page .product-item.productstyle-granat .item-image:before {
	background-image: url('../images/decoration/bottle_decoration_granat.svg');
}
 
.products-page .product-item.productstyle-granat .item-content * {
	color: #ceaa7a;
}

.products-page .product-item.productstyle-granat .item-content .shopbtn a {
	color: #efa466;
	border: 2px solid #efa466;
}

.products-page .product-item.productstyle-granat .item-content .shopbtn a:hover {
	color: #7f0201 !important;
	background-color: #efa466 !important;
}

.products-page .top-style.productstyle-club-mate {
	background-image: url('../images/decoration/decoration_club-mate.svg');
}

.products-page .top-style.productstyle-ice-tea-kraftstoff {
	background-image: url('../images/decoration/decoration_ice_tea_kraftstoff.svg');
}

.products-page .top-style.productstyle-winteredition {
	background-image: url('../images/decoration/decoration_winteredition.svg');
}

.products-page .top-style.productstyle-cola {
	background-image: url('../images/decoration/decoration_cola.svg');
}

.products-page .top-style.productstyle-granat {
	background-image: url('../images/decoration/decoration_granat.svg');
}

.products-page .top-style.productstyle-club-mate {
	height: 100px;
}

.products-page .top-style.productstyle-ice-tea-kraftstoff,
.products-page .top-style.productstyle-winteredition,
.products-page .top-style.productstyle-cola,
.products-page .top-style.productstyle-granat {
	height: 102px;
}

.products-page .prodHeading {
    font-size: 54px !important;
    margin-bottom: 60px;
    margin-top: 40px;
    color: #193781;
}

.products-page .prodHeading h1 {
    font-size: 54px !important;
    color: #193781;
}

.products-page .prodHeading h3 {
    font-size: 30px !important;
    font-weight: 500 !Important;
    color: #193781;
}

.products-page .main-carousel {
    width: 75% !important;
    margin: 0 auto;
}

.products-page .owl-carousel .owl-item a:active,
.products-page .owl-carousel .owl-item a:focus {
	outline: 0;
	border: 0;
}

.products-page .owl-carousel .owl-item img {
    width: auto !important;
    max-height: 350px !important;
    margin: 0 auto !important;
}

.products-page .owl-item a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.products-page .owl-item a:hover {
    transform: scale(1.125);
}

.products-page .helpCenter {
    width: 100%;
    height: 100%;
}

.products-page .pt-90 {
    padding-top: 90px;
}

.products-page .ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.products-page .leaf-image {
    position: absolute;
    max-width: 200px;
    top: -100px;
    left: -100px;
}

.products-page .leaf-image1 {
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    max-width: 150px;
    right: -200px;
}

.products-page .leaf-image2 {
    position: absolute;
    max-width: 250px;
    left: 550px;
}

.products-page .item-content h4 {
	font-size: 1.1111em;
}

.products-page .product-ingredients,
.products-page .product-nutrition {
	margin-top: 30px;
}

.products-page .product-ingredients p {
	font-size: 0.8888em;
}

.products-page .nutrition-table {
	display: inline-table;
	width: auto;
	font-size: 0.8888em;
}

.products-page .nutrition-table tr > td:first-child {
	padding-right: 0.5em;
	text-align: left;
}

.products-page .nutrition-table tr.sub-nutrition > td:first-child {
	padding-left: 1em;
}

.products-page .nutrition-table tr > td:last-child {
	text-align: right;
}

@media screen and (max-width: 1440px) {
	.products-page .product-item  .item-image .large-bottle {
		height: 575px;
	}

	.products-page .product-item  .item-image .small-bottle {
		height: 475px;	
	}
	
	.products-page .product-item .item-image:before {
		height: 205px;
		background-size: auto 205px;
	}
}

@media screen and (max-width: 991px) {
	.products-page .pt-90 {
			padding-top: 70px;
	}
	
	.products-page .prodHeading {
		margin-bottom: 45px;
		margin-top: 35px;
	}

	.products-page .top-style.productstyle-club-mate,
	.products-page .top-style.productstyle-ice-tea-kraftstoff,
	.products-page .top-style.productstyle-winteredition,
	.products-page .top-style.productstyle-cola,
	.products-page .top-style.productstyle-granat {
		height: 50px;
	}
	
	.products-page .product-item .item-image .large-bottle {
		height: 450px;
	}

	.products-page .product-item .item-image .small-bottle {
		height: 350px;	
	}
	
	.products-page .product-item .item-image:before {
		height: 160px;
		background-size: auto 160px;
	}
	
	.products-page .product-item .item-content {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.products-page .prodHeading {
		margin-bottom: 35px;
		margin-top: 25px;
	}
	
	.products-page .prodHeading h1 {
		font-size: 37px !important;
	}

	.products-page .prodHeading h3 {
		font-size: 22px !important;
	}
}

@media screen and (max-width: 480px) {
	.products-page .pt-90 {
		padding-top: 40px;
	}
	
	.products-page .prodHeading {
		margin-bottom: 10px;
		margin-top: 15px;
	}
	
	.products-page .top-style.productstyle-club-mate,
	.products-page .top-style.productstyle-ice-tea-kraftstoff,
	.products-page .top-style.productstyle-winteredition,
	.products-page .top-style.productstyle-cola,
	.products-page .top-style.productstyle-granat {
		height: 40px;
	}
	
	.products-page .product-item  .item-image .large-bottle {
		height: 300px;
	}

	.products-page .product-item  .item-image .small-bottle {
		height: 200px;	
	}
	
	.products-page .product-item .item-image:before {
		height: 107px;
		background-size: auto 107px;
	}
}

@media screen and (max-width: 375px) {
    .products-page .main-carousel {
        width: 100% !important;
    }

    .products-page .leaf-image1 {
        top: 200px;
        max-width: 75px;
    }

    .products-page .section-title h2 {
        line-height: 30px !important;
        margin-top: 40px;
    }
}
/* product page - end
================================================== */



/* social links - start
================================================== */
.social-links{
	pointer-events:all;
}
.social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  text-align: center; }
  .social-links > ul > li:last-child {
    margin-right: 0px !important; }
  .social-links > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    border-radius: 100%;
    background-color: #193781; }

/* social links - end
================================================== */
/* rating star - start
================================================== */
.rating-star {
  width: auto;
  display: table;
  margin: 0 auto; }
  .rating-star .review-text {
    font-size: 12px;
    text-transform: capitalize; }
  .rating-star ul li {
    font-size: 12px;
    margin-right: 1px; }
    .rating-star ul li:last-child {
      margin-right: 0px; }
  .rating-star ul .rated {
    color: #f2b01e; }

/* rating star - end
================================================== */
/* padding - margin setting - start
================================================== */
.sec-ptb-80 {
  padding: 80px 0px; }

.sec-ptb-160 {
  padding: 160px 0px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.custom-btn {
  height: 80px;
  font-size: 24px;
  min-width: 400px;
  line-height: 80px;
  padding: 0px 50px;
  color: #ffffff;
  text-align: center;
  font-weight: 500; }

.custom-btn-bordered {
  height: 80px;
  font-size: 24px;
  min-width: 400px;
  line-height: 76px;
  padding: 0px 50px;
  text-align: center;
  border-radius: 15px;
  font-weight: 500;
  border: 2px solid #ceaa7a; }
  
  .custom-btn-homeslider:hover {
	color: #193781 !important;
  }
  
  .custom-btn-bordered:hover {
    color: #ffffff;
    background-color: #ceaa7a }

.custom-btn-bordered.border-red {
  border: 2px solid #ca1e15;
  color:#193781;}
  .custom-btn-bordered.border-red:hover {
    color: #ffffff;
    background-color: #ca1e15; }

.custom-btn-bordered.border-deepyellow {
  border: 2px solid #c98a36; }
  .custom-btn-bordered.border-deepyellow:hover {
    color: #ffffff;
    background-color: #c98a36; }

/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .title-text {
  font-size: 36px;
  line-height: 88px;
  font-weight: normal;
  letter-spacing: -1px;
  font-family: 'African'; }
  
.section-title .sub-title {
  font-size: 36px;
  font-weight: 400; }

.section-title p {
  font-size: 24px;
  font-weight: 500; }

.section-title .title-text-2 {
  font-size: 62px;
  color: #193781;
  font-weight: 700; }

.section-title .icon {
  width: 130px;
  margin-bottom: 40px;
  display: inline-block; }

@media screen and (min-width:1023px) and (max-width:1024px){
	.section-title .title-text{
		padding-top:20px;
	}

}

/* title text - end
================================================== */
/* Product Title - start 
================================================== */

  .noselect {
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* Product Title - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute; }

#backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #303030;
  -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3); }

#backtotop #scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  position: relative; }

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center; }

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-default-red {
  background-color: #ca1e15; }

.bg-default-blue {
  background-color: #193781; }

.bg-default-color {
  background-color: #53585f; }

.bg-default-black {
  background-color: #303030; }

.bg-default-deepyellow {
  background-color: #c98a36; }

.bg-default-lightyellow {
  background-color: #d0aa15; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.bg-rating-star {
  background-color: #f2b01e; }

.bg-deep-gray {
  background-color: #f0f0f0; }

.bg-light-gray {
  background-color: #f7f7f7; }

.blue-content {
  color: #193781; }
  .blue-content a,
  .blue-content button {
    color: #193781; }
  .blue-content h1, .blue-content h2, .blue-content h3, .blue-content h4, .blue-content h5, .blue-content h6 {
    color: #193781; }
  .blue-content .section-title .title-text {
    color: #193781; }
  .blue-content .section-title .title-text-2 {
    color: #193781; }
  .blue-content .section-title .sub-title {
    color: #193781; }

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header section - start
==================================================================================================== */
/* header - start
================================================== */
.header-section .top-style {
  height: 32px;
  background-color: #c88a35;
  background-size: 80px 40px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url('../images/background/topbar_triangles.svg');  }

.header-section .header-bottom {
  position: relative;
  /*padding: 15px 0px 20px 0;*/
	padding: 0;
  background-size: 1006px 186px;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*
	-webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	*/
	}

  .header-section .header-bottom .header-background {
	  position: absolute;
	  bottom: 1px;
	  left: 0;
	  width: 100%;
		height: 74px;
	  background: url('../images/background/header_curve.svg');
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: auto 100%;
  }
	.header-section .header-bottom .header-background:before {
	  content: '';
	  display: block;
	  position: absolute;
	  z-index: -1;
	  bottom: calc(100% - 1px);
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  background: #EDD2AA;
  }

  .header-section .header-bottom .brand-logo .brand-link {
		width: 230px;
		display: block;
		margin: 15px auto 20px auto;
		pointer-events:all;
	  -webkit-transition: width 0.2s ease-in-out;
	  -o-transition: width 0.2s ease-in-out;
	  transition: width 0.2s ease-in-out;
	}
	
  .header-section .header-bottom .brand-logo .brand-link object,
  .header-section .header-bottom .brand-logo .brand-link img {
		display: block;
		width: 100%;
		height: auto;
	}
	
  .header-section .header-bottom .brand-logo .brand-link object {
  	pointer-events: none;
  }

  .header-section .header-bottom .social-links,
  .header-section .header-bottom .language-switcher-mobile {
		position: absolute;
		left: 15px;
		top: calc((100% - 74px) / 2);
		transform: translateY(-50%);
		z-index: 1;
	}
  .header-section .header-bottom .select-option .nice-select {
    height: 40px;
    padding: 0px;
    border: none;
    font-size: 20px;
    line-height: 40px;
    padding-right: 20px;
    color: #193781;
    text-transform: uppercase;
    font-weight: 500;
    background-color: transparent; }
		
    .header-section .header-bottom .select-option .nice-select:after {
      right: 3px; }
    .header-section .header-bottom .select-option .nice-select .list {
      width: 100%;
      margin-top: 1px;
      min-width: 200px;
      border-radius: 3px; }
      .header-section .header-bottom .select-option .nice-select .list .option {
        font-size: 14px;
        padding: 0px 20px;
        letter-spacing: 2px; }
  .header-section .header-bottom .items-group {
		position: absolute;
		right: 15px;
		top: calc((100% - 74px) / 2);
		transform: translateY(-50%);
	}
    .header-section .header-bottom .items-group > ul > li {
      position: relative;
      margin-right: 30px;
      padding-right: 30px; }
      .header-section .header-bottom .items-group > ul > li:before {
        top: 50%;
        right: -1px;
        width: 2px;
        height: 30px;
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #193781; }
      .header-section .header-bottom .items-group > ul > li:last-child {
        margin-right: 0px !important;
        padding-right: 0px !important; }
        .header-section .header-bottom .items-group > ul > li:last-child:before {
          display: none; }
      .header-section .header-bottom .items-group > ul > li .mobile-menu-btn {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
	  .header-section .header-bottom .items-group > ul > li .mobile-menu-btn.menu-icon {
		  background-image: url('../images/icons/menu_icon.svg');
		  background-position: center center;
		  background-repeat: no-repeat;
		  background-size: auto 30px;
		  width: 54px;
	  }
        .header-section .header-bottom .items-group > ul > li .mobile-menu-btn > img {
          height: 30px;
          margin: auto; }

/* header - start
================================================== */
/* sticky header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  pointer-events:none;
/*  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;*/
}

.sticky-header.stuck .header-bottom {
	background-position: center -19px;
}

.sticky-header.stuck .header-bottom .brand-logo .brand-link {
  width: 190px; }
/* sticky header - end
================================================== */
/* sidebar menu - start
================================================== */
.sidebar-menu{
	overflow-x:hidden;
	overflow-y:scroll;
}
.sidebar-menu-wrapper {
  display: block; }
  .sidebar-menu-wrapper .sidebar-menu {
    top: 0;
    right: -500px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    min-width: 480px;
    max-width: 480px;
    padding: 40px 60px;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: 0.6s cubic-bezier(1, 0, 0, 1);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
    /* menu items - start */
    /* menu items - end */ }
    .sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
      overflow: visible !important; }
    .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
      width: 40px;
      height: 40px;
      font-size: 18px;
      cursor: pointer;
      line-height: 42px;
      text-align: center;
      color: #ffffff;
      border-radius: 3px;
      display: inline-block;
      background-color: #193780;
      transform: translate(100% , -200%);}
    .sidebar-menu-wrapper .sidebar-menu .menu-list {
      margin-left: -60px;
      margin-right: -60px; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a {
        width: 100%;
        display: block;
        font-size: 24px;
        padding: 20px 60px;
        color: #53585f;
        font-weight: 500;
        color: #fff; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li:hover > a {
        color: #193781;
        background-color: #f7f7f7; }
      .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > .active > a {
        color: #193781;
        background-color: #f7f7f7; }
  .sidebar-menu-wrapper .sidebar-menu.active {
    right: 0px;
    -webkit-box-shadow: 0px 10px 55px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 55px 1px rgba(0, 0, 0, 0.35);
    background-color: #193781; }
  .sidebar-menu-wrapper .sidebar-menu .thisheader {
      position: absolute;
      background: url(../images/background/bg_2.png);
      background-size: contain;
      background-repeat: no-repeat;
      /* right: 50px; */
      height: 182px;
      width: 1000px;
      left: -345px;
      top: 0px;}
    .sidebar-menu-wrapper .sidebar-menu .dismiss {
      z-index: 999999;
      position: relative;
      margin-top: 60px;}
    .sidebar-menu-wrapper .sidebar-menu .sidebar-logo {
      position: absolute;
      height: 110px;
      width: auto;
      right: 250px;
      top: 50px; }

  .sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block;
    backdrop-filter: blur(10px);}

.sidebar-menu::-webkit-scrollbar {
  width: 0px; }
  

/* sidebar menu - end
================================================== */
/* header section - end
==================================================================================================== */

/* sidebuttons menu - start
==================================================================================================== */
.sb-menu {
	position: fixed;
	top: 300px;
	left: 100%;
	z-index: 998;
}

.sb-menu .menu {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -46px;
}

.sb-menu .menu .menu-item {
	display: flex;
	align-items: center;
	background: #EDD2AA;
	margin-top: 5px;
	min-height: 46px;
	transition: transform 0.5s ease-in-out;
}

.sb-menu .menu .menu-item:hover {
	transform: translateX(calc(-100% + 47px));
}

.sb-menu .menu .menu-item:first-child {
	margin-top: 0;
}

.sb-menu .menu .menu-item a {
	position: relative;
	padding: 8px 17px 8px 50px;
	color: #193781;
	white-space: nowrap;
}

.sb-menu .menu .menu-item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.sb-menu .menu .menu-item.icon-storelocator a:before {
	background-image: url('../images/icons/icon_haendlersuche.svg');
}

.sb-menu .menu .menu-item.icon-international a:before {
	background-image: url('../images/icons/icon_international.svg');
}

/* sidebuttons menu - end
==================================================================================================== */

/* footer section - start
==================================================================================================== */
.footer-section .contact-form {
  padding: 60px 0px; }
  .footer-section .contact-form .container {
    position: relative; }
    .footer-section .contact-form .container .brand-logo {
    top: 50%;
    left: -130px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 
   .footer-section .contact-form .container .brand-logo > .brand-link {
        width: 120px; }     
  .footer-section .contact-form .title-text {
    font-size: 30px; }
  .footer-section .contact-form .form-item {
    margin-bottom: 15px; }
    .footer-section .contact-form .form-item input {
      height: 80px;
      color: #ffffff;
      border-color: #051845;
      background-color: #051845; }
      .footer-section .contact-form .form-item input:focus {
        border-color: #d0aa15; }
  .footer-section .contact-form .form-textarea {
    margin-bottom: 15px; }
    .footer-section .contact-form .form-textarea textarea {
      color: #ffffff;
      height: 175px;
      border-color: #051845;
      background-color: #051845; }
      .footer-section .contact-form .form-textarea textarea:focus {
        border-color: #d0aa15; }

  .footer-section .contact-form .single-btn .submit-btn, input[type="submit"] {
    height: 40px;
    font-size: 20px;
    padding: 0px 20px;
    line-height: 36px;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ceaa7a; }
    .footer-section .contact-form .single-btn .submit-btn:hover {
      background-color: #ceaa7a; }
  .footer-section .contact-form .agree-checkbox input {
    float: left;
    width: 25px;
    height: 25px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: #ffffff; }
    .footer-section .contact-form .agree-checkbox input:before {
      top: 50%;
      left: 50%;
      opacity: 0;
      line-height: 1;
      content: '\f00c';
      font-weight: 400;
      position: absolute;
      color: #193781;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: 'Font Awesome 5 Pro'; }
    .footer-section .contact-form .agree-checkbox input:checked:before {
      opacity: 1; }
  .footer-section .contact-form .agree-checkbox label > a {
    color: #ffffff;
    text-decoration: underline; }
	.footer-section .contact-form .google-policy-notice a {
		color: inherit;
		text-decoration: underline;
	}

.footer-section .footer-bottom {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #193781;
  border-top: 3px solid #1e2834; }
  .footer-section .footer-bottom p {
    font-size: 20px; }
  .footer-section .footer-bottom .useful-links > ul > li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px; }
    .footer-section .footer-bottom .useful-links > ul > li:before {
      top: 50%;
      right: -1px;
      width: 2px;
      height: 20px;
      content: '';
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #ffffff; }
    .footer-section .footer-bottom .useful-links > ul > li:last-child {
      margin-right: 0px !important;
      padding-right: 0px !important; }
      .footer-section .footer-bottom .useful-links > ul > li:last-child:before {
        display: none; }
    .footer-section .footer-bottom .useful-links > ul > li > a {
      font-size: 20px;
      color: #ffffff; }
  .footer-section .footer-bottom .social-links {
    margin-top: 30px; }

/* footer section - end
==================================================================================================== */
/* leave image - start
================================================== */
.body-container .leave-image {
  width: 360px;
  overflow: hidden;
  position: absolute; }

.body-container .leave-image-1 {
  top: 100px;
  right: 10%; }

.body-container .leave-image-2 {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .body-container .leave-image-2 > img {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px); }

.body-container .leave-image-3 {
  right: 0px;
  bottom: 0px; }

.body-container .leave-image-4 {
  top: 22%;
  left: 80px; }

.body-container .leave-image-5 {
  left: 0px;
  bottom: 10%; }
  .body-container .leave-image-5 > img {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }

/* leave image - end
================================================== */
/* home page - start
==================================================================================================== */
/* slider section - start
================================================== */
.slider-section {
  position: relative;
	z-index: 0;
}
	
.slider-section.home-slider {
	background-repeat: no-repeat;
  background-position: right center;
	background-image: linear-gradient(to left, rgba(26, 56, 130, 0.8), rgba(26, 56, 130, 0.8)), url('../images/background/home-slider-background-min.jpg');
	background-size: cover, auto 100%;
	overflow: hidden;
}

.slider-section.home-slider:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: calc(50% + 110px);
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to left, rgba(235, 174, 61, 0), rgba(235, 174, 61, 0) 208px, rgba(235, 174, 61, 1) 208px, rgba(235, 174, 61, 1)), url('../images/background/teaser_curve.svg');
	background-position: right center, right center;
	background-size: cover, 210px 100%;
	background-repeat: no-repeat;
}

.slider-section.home-slider .slider-image-only {

}

.slider-section.home-slider .slider-image-only > img {
	width: auto;
	max-height: 700px;
	margin: 0 auto;
}

@media(min-width:768px){
    .slider-section.home-slider .slider-image-only{
        padding-left:15vw;
    }
}
@media(min-width:992px){
    .slider-section.home-slider .slider-image-only{
        padding-left:30vw;
    }
}
	
	
  .slider-section .leave-image {
    left: 15%;
    bottom: -60px;
    max-width: 360px;
    position: absolute; }
  .slider-section .main-carousel {
    padding: 60px 0px; }
    .slider-section .main-carousel .item .item-image {
      max-width: 360px; }
    .slider-section .main-carousel .item .item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .slider-section .main-carousel .item .item-content .section-title {
        margin: auto 0px; 
		max-width:100%;}
        .slider-section .main-carousel .item .item-content .section-title p {
          font-size: 24px; }
        .slider-section .main-carousel .item .item-content .section-title .custom-btn-bordered {
          color: #ceaa7a; }
  .slider-section .container .owl-theme .owl-dots {
    right: 0px;
    bottom: 25px;
    position: absolute; }

/* slider section - end
================================================== */
/* refreshes stimulates section - start
================================================== */
.refreshes-stimulates-section {
  position: relative; }
  .refreshes-stimulates-section .item-content a{
	  margin-top:20px;
	}
  .refreshes-stimulates-section .leave-image {
    max-width: 360px;
    position: absolute; }
  .refreshes-stimulates-section .leave-image-1 {
    top: 15px;
    left: 15px; }
  .refreshes-stimulates-section .leave-image-2 {
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .refreshes-stimulates-section .leave-image-3 {
    top: 200px;
    right: 100px; }
  .refreshes-stimulates-section .leave-image-4 {
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .refreshes-stimulates-section .leave-image-5 {
    right: 0px;
    bottom: 0px; }
  .refreshes-stimulates-section .item-image {
    z-index: -1;
    max-width: 400px;
    margin-top: -110px; }
  .refreshes-stimulates-section .item-content {
    margin-top: 100px; }
	

/* refreshes stimulates section - end
================================================== */

/* quality section - start
================================================== */
.quality-section .quality-grid-item {
  margin-top: 45px; }
  .quality-section .quality-grid-item .item-icon {
    width: 75px;
    float: left;
    margin-top: -15px; }
  .quality-section .quality-grid-item .item-content {
    display: table;
    padding-left: 20px; }
    .quality-section .quality-grid-item .item-content .item-title {
      font-size: 24px;
      margin-bottom: 20px; }

/* quality section - end
================================================== */
/* start section - start
================================================== */
.start-section {
  position: relative;
  background-color: #ceaa7a; }
  .start-section .start-content {
    padding: 100px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center; }
  .start-section .leave-image {
    max-width: 360px;
    position: absolute; }
  .start-section .leave-image-1 {
    top: 200px;
    right: 150px; }
  .start-section .leave-image-2 {
    top: 28%;
    right: 0px; }
  .start-section .process-image {
		text-align: center;
    margin-top: 80px; }
		
	.start-section .process-image .process-image-desktop,
	.start-section .process-image .process-image-mobile {
		position: relative;
		max-width: 100%;
		display: inline-block;
	}
	
	.start-section .process-image .process-image-desktop > svg,
	.start-section .process-image .process-image-mobile > svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

/* start section - end
================================================== */
/* contact section - start
================================================== */
 #contact-section{
	padding-top: 0px;
 }

.contact-section .form-item {
  margin-bottom: 15px; }
  .contact-section .form-item input[type=search] {
    height: 80px;
    border: none;
    border-radius: 0px;
    color: #193781;
    background-color: #ffffff;
    border-bottom: 2px solid #193781; }
  .contact-section .form-item input[type=search]:-moz-placeholder {
    color: #c4c9d8; }
  .contact-section .form-item input[type=search]::-moz-placeholder {
    color: #c4c9d8; }
  .contact-section .form-item input[type=search]:-ms-input-placeholder {
    color: #c4c9d8; }
  .contact-section .form-item input[type=search]::-webkit-input-placeholder {
    color: #c4c9d8; }
  .contact-section .form-item > .submit-btn {
    top: 50%;
    right: 20px;
    font-size: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.storelocator-section .address-text > p {
  font-size: 22px; }
  .storelocator-section .address-text > p > i {
    font-size: 26px;
    margin-right: 10px; }

.contact-section .info-list > ul > li {
  margin-bottom: 20px; }
  .contact-section .info-list > ul > li:last-child {
    margin-bottom: 0px !important; }
  .contact-section .info-list > ul > li .item-title {
    font-size: 20px;
    font-weight: 500; }
	.contact-section .google-policy-notice a {
		color: inherit;
		text-decoration: underline;
	}

/* contact section - end
================================================== */
/* home page - end
==================================================================================================== */
/* download page - start
==================================================================================================== */
.download-section .download-grid-item {
  margin-top: 60px; }
  .download-section .download-grid-item .image-container {
    flex: 0 0 auto;
		display: block;
	}
    .download-section .download-grid-item .image-container > img {
      display: block; 
			max-width: 100%;
			margin: 0 auto;
		}
  .download-section .download-grid-item .title-link {
    flex: 1 1 auto;
		display: block;
    font-size: 24px;
    color: #ffffff;
    padding: 20px 30px;
    font-weight: 500;
    background-color: rgba(114, 97, 74, 0.74);
	}
	
	.download-section .download-grid-item .title-link .item-title {
		display: block;
		width: 100%;
		font-size: 24px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
	}

/* download page - end
==================================================================================================== */
/* international globe page - start
==================================================================================================== */
.glob-section .google-map {
  width: 100%;
  height: 700px;
  margin-top: 90px; }

.glob-section{
	height: auto;
}

@media screen and (min-width:1023px) and (max-width:1024px){
	.google-map{
		height:450px !important;
	}
	
	  #googleMaps{
  	height: 450px !important;
   }
}

#googleMap {
  height:700px;}
	
  #googleMaps{
  	height: 700px;
   }

.jvectormap-container{
background-color: transparent !important;}

.jvectormap-container image{
	width:25px;
}


/* international globe page - end
==================================================================================================== */
/* historical history page - start
==================================================================================================== */
/* history section - start
================================================== */
.history-section .history-item-wrapper {
  margin-bottom: 30px; }
  .history-section .history-item-wrapper:last-child {
    margin-bottom: 0px !important; }
  .history-section .history-item-wrapper .history-item {
    width: 50%;
    float: right; }
    .history-section .history-item-wrapper .history-item .title-wrapper {
	  position: relative;
      padding: 35px 0px;
      margin-bottom: 30px; 
	}
      .history-section .history-item-wrapper .history-item .title-wrapper .item-icon {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-50%,-50%);
        width: 170px;
        height: 170px;
	  }
      .history-section .history-item-wrapper .history-item .title-wrapper .item-title {
        font-size: 40px;
        line-height: 50px;
        font-weight: normal;
        font-family: 'African';
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/background/bg_7.png);
		padding-left: 105px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 60px;
	  }

    .history-section .history-item-wrapper .history-item .item-content {
      font-size: 20px;
      position: relative;
      padding-left: 105px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
      .history-section .history-item-wrapper .history-item .item-content:before {
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        content: '';
        position: absolute;
        border-left: 4px dashed #ffffff; }
	   .history-section .history-item-wrapper .history-item .item-content p:last-child {
		   margin-bottom: 0;
	   }
  .history-section .history-item-wrapper .item-image {
    display: table;
    margin: 0px auto; }

.history-section .history-item-wrapper:nth-child(2n+0) .history-item {
  float: left;
  text-align: right; }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-icon {
    left: auto;
	right: 0;
	transform: translate(50%,-50%);
  }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-title {
    background-image: url(../images/background/bg_8.png); 
    padding-left: 0;
	padding-right: 105px;
  }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .item-content {
    padding-left: 0px;
    padding-right: 105px; }
    .history-section .history-item-wrapper:nth-child(2n+0) .history-item .item-content:before {
      left: auto;
      right: 0;
      border-left: none;
      border-right: 4px dashed #ffffff; }

	.history-section .history-item-wrapper .history-item .item-content a,
	.history-section .history-item-wrapper .history-item .item-content a:visited,
	.history-section .history-item-wrapper .history-item .item-content a:link {
		color: #193781;
		text-decoration: underline;
	}
	
	.history-section .history-item-wrapper .history-item .item-content a:hover,
	.history-section .history-item-wrapper .history-item .item-content a:focus,
	.history-section .history-item-wrapper .history-item .item-content a:active {
		text-decoration: none;
	}
/* history section - start
================================================== */
/* instagram section - start
================================================== */
.instagram-section .images-list {
  margin-left: -10px;
  margin-right: -10px; }
  .instagram-section .images-list > ul {
    width: 100%; }
    .instagram-section .images-list > ul > li {
      width: 20%;
      padding: 10px; }
      .instagram-section .images-list > ul > li > .image-container {
        width: 100%;
        display: block; }
        .instagram-section .images-list > ul > li > .image-container:before {
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          opacity: 0;
          content: '';
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: rgba(0, 0, 0, 0.7); }
        .instagram-section .images-list > ul > li > .image-container:after {
          top: 50%;
          left: 50%;
          z-index: 1;
          opacity: 0;
          font-size: 60px;
          content: '\f067';
          font-weight: 400;
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-family: 'Font Awesome 5 Pro'; }
        .instagram-section .images-list > ul > li > .image-container:hover:before {
          opacity: 1; }
        .instagram-section .images-list > ul > li > .image-container:hover:after {
          opacity: 1;
          font-size: 48px; }
        .instagram-section .images-list > ul > li > .image-container > img {
          width: 100%;
          display: block; }

/* instagram section - end
================================================== */
/* historical history page - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.contact-section .contact-form .form-textarea textarea {
  min-height: 325px; }

.contact-section .contact-form .agree-checkbox input {
  width: 50px;
  height: 50px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:3px;
  position: relative;
  background-color: rgba(114, 97, 74, 0.74); }
  .contact-section .contact-form .agree-checkbox input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    line-height: 1;
    font-size: 24px;
    content: '\f00c';
    font-weight: 400;
    position: absolute;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 5 Pro'; }
  .contact-section .contact-form .agree-checkbox input:checked:before {
    opacity: 1; }

.contact-section .contact-form .agree-checkbox label {
  font-size: 24px;
  font-weight: 500;
  }
  .contact-section .contact-form .agree-checkbox label > a {
    color: #ffffff;
    text-decoration: underline; }

/* contact page - end
==================================================================================================== */
/* online shop page - start
==================================================================================================== */
.body-container.teaser2-background {
	position: relative;
	background-image: url('../images/background/mate_teaser_bg.jpg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.body-container.teaser2-background:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 27%;
	right: 0;
	height: 100%;
	background-image: url('../images/background/teaser_curve2.svg'), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 330px, rgba(255, 255, 255, 1) 330px, rgba(255, 255, 255, 1));
	background-position: left center;
	background-size: 336px 100%, cover;
	background-repeat: no-repeat;
}

.shop-section .shop-content {
  position: relative;
  color: #193781; }
  .shop-section .shop-content .item-icon {
    top: 50%;
    left: -300px;
    width: 205px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .shop-section .shop-content .section-title .title-text-2 {
    font-size: 60px; }
  .shop-section .shop-content .section-title .sub-title {
    color: #193781; }
  .shop-section .shop-content .info-list > ul > li {
    margin-bottom: 10px; }
    .shop-section .shop-content .info-list > ul > li:last-child {
      margin-bottom: 0px !important; }
    .shop-section .shop-content .info-list > ul > li > p {
      font-size: 24px;
      color: #193781; }
  .shop-section .shop-content .btns-group > ul > li {
    margin-right: 30px; }
    .shop-section .shop-content .btns-group > ul > li:last-child {
      margin-right: 0px !important; }
    .shop-section .shop-content .btns-group > ul > li .custon-btn-bordered {
      min-width: 350px;
      padding: 0px 30px; }

/* online shop page - end
==================================================================================================== */
/* product details page - start
==================================================================================================== */
.product-details-section {
  color: #c98a36; }
  .product-details-section .item-image {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-details-section .item-image > img {
      margin: auto;
      height: 980px; }
    .product-details-section .item-image .deco-image {
      z-index: -1;
      bottom: 30px;
      left: -660px;
      width: 1060px;
      position: absolute; }
      .product-details-section .item-image .deco-image > img {
        width: 100%;
        display: block; }
  .product-details-section .item-content .section-title .title-text {
    color: #c98a36; }
  .product-details-section .item-content .section-title .sub-title {
    font-size: 62px;
    color: #c98a36; }
  .product-details-section .item-content .custom-btn-bordered {
    color: #c98a36; }

/* product details page - end
==================================================================================================== */
/* about page - start
==================================================================================================== */
/* leave image - start
================================================== */
.about-page .body-container .leave-image-2 {
  top: unset;
  right: 0%;
  bottom: 0px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }
  .about-page .body-container .leave-image-2 > img {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px); }

/* leave image - end
================================================== */
/* howitwork section - start
================================================== */
.howitwork-section .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.howitwork-section .howitwork-grig-item {
  margin-top: 30px;
  padding: 0px 30px; }
  .howitwork-section .howitwork-grig-item .item-icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0; }
    .howitwork-section .howitwork-grig-item .item-icon > img {
      margin: auto;
      height: 100px; }
  .howitwork-section .howitwork-grig-item .item-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'African'; }
  .howitwork-section .howitwork-grig-item p {
    text-align: left; }

/* howitwork section - end
================================================== */
/* tea section - start
================================================== */
.tea-section {
  position: relative;
  color: #193781; }
  .tea-section .leave-image {
    max-width: 360px;
    overflow: hidden;
    position: absolute; }
  .tea-section .leave-image-1 {
    top: 120px;
    left: 0px; }
    .tea-section .leave-image-1 > img {
      -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
      transform: translateX(-80px); }
  .tea-section .leave-image-2 {
    top: 155px;
    right: 22%; }
  .tea-section .leave-image-3 {
    left: 0px;
    bottom: 0px; }
    .tea-section .leave-image-3 > img {
      -webkit-transform: translate(-85px, 180px);
      -ms-transform: translate(-85px, 180px);
      transform: translate(-85px, 180px); }
  .tea-section .leave-image-4 {
    left: 50%;
    bottom: -115px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tea-section .leave-image-5 {
    right: 0px;
    bottom: 0px; }
    .tea-section .leave-image-5 > img {
      -webkit-transform: translateX(170px);
      -ms-transform: translateX(170px);
      transform: translateX(170px); }
  .tea-section .section-title .sub-title {
    color: #193781; }
  .tea-section .tea-image {
    padding: 30px;
    max-width: 470px;
    margin: 0px auto;
    border: 2px solid #193781; }

/* tea section - end
================================================== */
/* about page - end
==================================================================================================== */
/* ==================================================
*	Project Name 	:  Club Mate
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  14 september 2019
*	Author 			:  ----------
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	0 - media screen and (max-width: 2200px)
*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 580px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
0 - media screen and (max-width: 2200px) - start
==================================================================================================== */
@media screen and (max-width: 2200px) {
  /* global - start */
  body {
    font-size: 18px;
  }
  .container {
    max-width: 1430px; }
  .section-title .title-text {
    font-size: 66px; }
  .section-title .sub-title {
    font-size: 30px; }
  .section-title .title-text-2 {
    font-size: 54px; }
  .section-title p {
    font-size: 20px; }
  .custom-btn-bordered {
    height: 60px;
    font-size: 20px;
    min-width: 280px;
    line-height: 56px;
    padding: 0px 40px; }
  .custom-btn {
    height: 60px;
    font-size: 18px;
    min-width: 280px;
    line-height: 60px;
    padding: 0px 40px; }
  .leave-image {
    max-width: 200px !important; }
  #slider-section .leave-image{
    max-width: 260px !important; }
  .form-item input {
    height: 60px;
    font-size: 18px;
    padding: 0px 30px; }
  .form-textarea textarea {
    padding: 30px;
    font-size: 18px; }
  /* global - end */
  /* index - start */
  .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn{
  	transform:translate(100% , -200%);
  }
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    width: 230px; }
  .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a {
    font-size: 20px;
    padding: 15px 60px; }
  /* header - end */
  /* footer - start */
  .footer-section .contact-form .form-item input {
    height: 60px; }
  .footer-section .contact-form .form-textarea textarea {
  height: 135px; }
  .footer-section .footer-bottom p {
    font-size: 18px; }
  .footer-section .footer-bottom .useful-links > ul > li > a {
    font-size: 18px; }
  .footer-section .footer-bottom .social-links {
    margin-top: 17px; }
  /* footer - end */
  /* home - start */
  .slider-section .main-carousel .item .item-image {
    max-width: 250px;
    margin: 0px auto; }
  .section-title .sub-title {
    font-size: 30px; }
  .slider-section .leave-image {
    left: 5%;
    bottom: 30px; }

  .quality-section .quality-grid-item .item-icon {
    width: 60px;
    margin-top: -6px; }
  .quality-section .quality-grid-item p {
    font-size: 16px; }
  /* home - end */
  /* history - start */
  .history-section .history-item-wrapper .history-item .title-wrapper .item-title {
	padding-right: 55px;
	line-height: 46px;
    font-size: 36px; }
  /* history - end */
  /* shop - start */
  .shop-section .shop-content .section-title .title-text-2 {
    font-size: 48px; }
  .shop-section .shop-content .info-list > ul > li > p {
    font-size: 20px; }
  .shop-section .shop-content .item-icon {
    left: -260px;
    width: 180px; }
  /* shop - end */ }

@media screen and (max-width: 1800px) {
  /* global - start */
  .body-container .leave-image {
    width: 130px;
    overflow: hidden;
    position: absolute; }
  /* global - end */ }

/* ====================================================================================================
0 - media screen and (max-width: 2200px) - end
==================================================================================================== */
@media screen and (max-width: 1740px) {
  .footer-section .contact-form .container .brand-logo {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-bottom: 40px; }
}

/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1440px) {
  /* global - start */
  body {
    font-size: 16px;
    padding-top: 135px; }
  .container {
    max-width: 1200px; }
  .social-links > ul > li {
    width: 35px;
    height: 35px; }
  .social-links > ul > li > a {
    font-size: 18px;
    line-height: 37px; }
  .section-title .title-text {
    font-size: 60px; }
  .section-title .sub-title {
    font-size: 26px; }
  .section-title .title-text-2 {
    font-size: 44px; }
  .section-title p {
    font-size: 18px; }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    width: 220px; }
  .header-section .header-bottom .header-background {
		height: 70px;
  }
	.header-section .header-bottom .social-links,
	.header-section .header-bottom .language-switcher-mobile,
	.header-section .header-bottom .items-group {
		top: calc((100% - 70px) / 2);
	}
  14 > ul > li .select-option .nice-select {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-right: 20px; }
	.header-section .header-bottom .items-group > ul > li .mobile-menu-btn.menu-icon {
		background-size: auto 24px;
		width: 43px;
	}
  .header-section .header-bottom .items-group > ul > li .mobile-menu-btn > img {
    height: 24px; }
  .sidebar-menu-wrapper .sidebar-menu {
    right: -320px;
    min-width: 300px;
    max-width: 300px;
    padding: 40px 30px; }
  .sidebar-menu-wrapper .sidebar-menu .thisheader {
    left: -345px; }
  .sidebar-menu-wrapper .sidebar-menu .sidebar-logo {
    right: 70px;
    height: 110px;
    width: auto;
    top: 20px;}
  .sidebar-menu-wrapper .sidebar-menu .menu-list {
    margin-left: -30px;
    margin-right: -30px; }
  .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a {
    font-size: 16px;
    padding: 12px 30px; }
  /* header - end */
  /* footer - start */
  .footer-section .footer-bottom p {
    font-size: 16px; }
  .footer-section .footer-bottom .useful-links > ul > li > a {
    font-size: 16px; }

  /* footer - end */
  /* home - start */
  .slider-section .main-carousel .item .item-image {
    max-width: 200px; }
  .slider-section .main-carousel .item .item-image .item-content .section-title .sub-title {
    margin-bottom: 40px; }
  .slider-section .main-carousel .item .item-content .section-title p {
    font-size: 20px; }
  .refreshes-stimulates-section .item-image {
    max-width: 350px; }
  .quality-section .quality-grid-item .item-icon {
    width: 80px;
    float: none;
    display: table;
    margin-top: 0px;
    margin-bottom: 30px; }
  .quality-section .quality-grid-item .item-content {
    display: block;
		padding-left: 0;}
  
  .start-section .leave-image-2 {
    top: 40%; }

  /* home - end */
  /* sidebar - start */
  .sidebar-menu-wrapper .sidebar-menu .thisheader {
    top: -30px; }
  .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
        transform: translate(37% , -200%);}
  /* sidebar - end */
  /* history - start */
  .history-section .history-item-wrapper .history-item .title-wrapper {
	  margin-bottom: 20px;
  }
  .history-section .history-item-wrapper .history-item .title-wrapper .item-title {
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 35px;
	font-size: 29px;
 }
  .history-section .history-item-wrapper .history-item .title-wrapper .item-icon {
    width: 150px;
    height: 150px; }
  .history-section .history-item-wrapper .history-item .item-content {
	 padding-top: 5px;
	 padding-bottom: 5px;
    font-size: 16px; }
  /* history - end */
  /* shop - start */
  .shop-section .shop-content .section-title .title-text-2 {
    font-size: 42px; }
  .shop-section .shop-content .info-list > ul > li > p {
    font-size: 16px; }
  .shop-section .shop-content .btns-group > ul > li {
    margin-right: 10px; }
  .shop-section .shop-content .item-icon {
    left: -220px;
    width: 140px; }
  /* shop - end */ 
  .howitwork-section .howitwork-grig-item .item-title {
    font-size: 30px;
	margin-bottom: 20px;
  }
}

/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */


/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* global - start */
  .body-container {
    padding-top: 150px;
    padding-bottom: 100px; }
  .body-container .leave-image-1 {
    top: 45px;
    right: 5%; }
  /* global - end */
  /* sidebar - start */
  .sidebar-menu-wrapper .sidebar-menu .thisheader {
    top: -30px; }
  .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
        transform: translate(37% , -200%); }
  /* sidebar - end */
  /* home - start */
  .slider-section .leave-image {
    left: 0px; }
  .refreshes-stimulates-section .item-image {
    margin-top: -100px; }
  .quality-section .quality-grid-item .item-content .item-title {
    font-size: 20px; }
  .quality-section .quality-grid-item .item-content {
    padding-left: 0px; }
  /* home - end */
  /* history - start */
  .history-section .history-item-wrapper .item-image {
    max-width: 250px; }
  .history-section .section-title .title-text{
  	line-height: 74px;
  }
  /* history - end */
  /* contact - start */
  .contact-section .contact-form .agree-checkbox label {
    font-size: 20px;
	}
  /* contact - end */
  /* product details - start */
  .product-details-section .item-image .deco-image {
    width: 1024px; }
  /* product details - end */
  /* shop - start */
  .shop-section .shop-content .btns-group > ul > li > .custom-btn-bordered {
    min-width: auto; }
  /* shop - end */
  /* about - start */
  
  .howitwork-section .howitwork-grig-item {
	padding-left: 10px;
	padding-right: 10px;
  }
  .howitwork-section .howitwork-grig-item .item-title {
    font-size: 30px;
  }
  .tea-section .section-title {
    text-align: center; }
  /* about - end */ }
  
  @media screen and (min-width:1023px) and (max-width:1024px){
  	.glob-section{
  		height: auto !important;
  	}
 
  }

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */

    @media screen and (max-width: 991px) {
  /* global - start */
  body {
    font-size: 14px;
    padding-top: 111px; }
  .sec-ptb-160 {
    padding: 100px 0px; }
  .mb-60 {
    margin-bottom: 30px; }
  .leave-image {
    display: none; }
  .section-title .title-text {
    font-size: 44px; }
  .section-title .sub-title {
    font-size: 24px; }
  .section-title .sub-title.mb-60 {
    margin-bottom: 30px; }
  .section-title .title-text-2 {
    font-size: 36px; }
  .section-title p {
    font-size: 14px; }
  .section-title .icon {
    width: 100px;
    margin-bottom: 30px; }
  .custom-btn-bordered {
    height: 50px;
    font-size: 18px;
    min-width: auto;
    line-height: 46px;
    padding: 0px 40px; }
  .custom-btn {
    height: 50px;
    font-size: 18px;
    min-width: auto;
    line-height: 50px;
    padding: 0px 40px; }
  .owl-theme .owl-nav .owl-next,
  .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px; }
  .owl-theme .owl-nav .owl-next:before,
  .owl-theme .owl-nav .owl-prev:before {
    font-size: 30px;
    line-height: 50px; }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .row .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .header-section .header-bottom .brand-logo .brand-link {
    width: 160px !important; }
	.header-section .header-bottom .header-background {
		height: 56px;
  }
	.header-section .header-bottom .social-links,
	.header-section .header-bottom .language-switcher-mobile,
	.header-section .header-bottom .items-group {
		top: calc((100% - 56px) / 2); 
	}
  .header-section .header-bottom .social-links {
    display: none; }
  .header-section .header-bottom .select-option.d-none {
    display: inline-block !important; }
  .header-section .header-bottom .items-group > ul > li .select-option .nice-select {
    display: none; }
  .header-section .header-bottom .items-group > ul > li {
    margin-right: 0px;
    padding-right: 0px; }
  .header-section .header-bottom .items-group > ul > li:before {
    display: none; }
  /* header - end */
  /* sidebar - start */
  .sidebar-menu-wrapper .sidebar-menu .thisheader {
    top: -30px; }
  .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
        transform: translate(37% , -200%); }
  /* sidebar - end */
	
	/* sidebuttons - start */
	.sb-menu {
		top: 275px;
	}
	/* sidebuttons - end */
	
  /* footer - start */
  .footer-section .contact-form .container .brand-logo {
    text-align: center;
    margin-bottom: 40px; }
  .footer-section .contact-form .title-text {
    font-size: 24px;
    text-align: center; }
  .footer-section .contact-form .form-textarea textarea {
    height: 200px; }
  .footer-section .footer-bottom {
    text-align: center; }
  .footer-section .footer-bottom p {
    font-size: 14px;
    margin-bottom: 20px !important; }
  .footer-section .footer-bottom .useful-links > ul > li > a {
    font-size: 14px; }
  .footer-section .footer-bottom .useful-links > ul {
    margin: 0px auto 20px; }
  .footer-section .footer-bottom .social-links {
    margin-top: 0px; }
    .footer-section .footer-bottom .social-links > ul {
      float: none;
      margin: 0px auto; }
  /* footer - end */
  /* home - start */
  .slider-section .main-carousel .item .item-image {
    max-width: 150px; }
  .slider-section .main-carousel .item .item-content .section-title p {
    font-size: 14px; }
  .slider-section .main-carousel .item .item-content .section-title .sub-title.mb-60 {
    margin-bottom: 30px; }
  .refreshes-stimulates-section .item-image {
    max-width: 300px;
    margin: 0px auto; }
  .refreshes-stimulates-section .item-content {
    margin-top: 40px;
    text-align: center; }
  .start-section .start-content {
    padding: 80px 0px;
    text-align: center; }

  .instagram-section .images-list > ul > li {
    width: 33.333%; }
  /* home - end */
  /* history - start */
  .history-section .history-item-wrapper .history-item {
    width: 100%;
    float: none;
    display: table;
    padding-left: 85px; }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item {
	float: none;
    padding-left: 0px;
    padding-right: 85px; }
  .history-section .history-item-wrapper .history-item .item-content {
    padding: 0px;
  }
    .history-section .history-item-wrapper .history-item .item-content:before {
      display: none; }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .item-content {
    padding: 0px; }
  .history-section .history-item-wrapper .item-image {
	margin-top: 30px;  
  }
  /* history - end */
  /* international - start */
  .glob-section .google-map {
    height: 450px;
    margin-top: 40px; }
  #googleMaps{
  	height: 450px;
   }
  /* international - end */
  /* product - start */
  .product-details-section .item-image .deco-image {
    left: -30%;
    width: 80%;
    bottom: 65px; }
  .product-details-section .item-image {
    display: table;
    max-width: 100px;
    margin: 0px auto 40px; }
  .product-details-section .item-image > img {
    height: auto; }
  .product-details-section .item-content {
    text-align: center; }
  .product-details-section .item-content .section-title .sub-title {
    font-size: 24px; }
  /* product - end */
  /* shop - start */
	.body-container.teaser2-background:before {
		left: 0;
		background-image: none;
		background-color: #fff;
	}
  .shop-section .shop-content {
    text-align: center; }
  .shop-section .shop-content .btns-group > ul {
    margin: 0px auto; }
  /* shop - end */
  /* about - start */
  .howitwork-section .howitwork-grig-item {
	padding-left: 0;
	padding-right: 0;
  }
  .tea-section .tea-image {
    margin-top: 40px; }
  
  /* about - end */
  
  }

@media screen and (max-width: 960px) {
  /* home - start */
  .quality-section .quality-grid-item {
    text-align: center; }
  .quality-section .quality-grid-item .item-icon {
    display: inline-block; }
  /* home - end */ 
  }
  
  

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
@media screen and (min-width:767px) and (max-width:768px) {
	.section-title .title-text {
		padding-top:10px;}

}



/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 720px) {
  /* home - start */
  .slider-section .main-carousel .item .item-content {
    margin-top: 30px;
    text-align: center; }
  .slider-section .owl-carousel .owl-stage-outer {
    padding-bottom: 20px; }
  .slider-section .main-carousel .item .item-image {
    max-width: 100px; }
  .slider-section .main-carousel {
    padding: 60px 0px;
    padding-top: 100px; }
  /* home - end */ }

/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  /* glob - start */
  .glob-section .section-title .title-text {
    font-size: 42px; }
  /* glob - end */
  /* contact - start */
  .contact-section .contact-form .agree-checkbox input {
    width: 40px;
    height: 40px;
 }
  .contact-section .contact-form .agree-checkbox label {
    font-size: 18px; }
  /* contact - end */ }

@media screen and (max-width: 680px) {
  /* contact - start */
  .contact-section .contact-form .agree-checkbox input {
    width: 35px;
    height: 35px; }
  .contact-section .contact-form .agree-checkbox label {
    font-size: 16px; }
  /* contact - end */ }

/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
@media screen and (max-width:992px){
	#glob-section .section-title .title-text{
		line-height: 56px;
		height: 120px;
	}
}

/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  /* global - start */
  body {
    padding-top: 81px; }
  .section-title .sub-title {
    font-size: 18px; }
  .section-title .title-text {
        height: 80px;
    font-size: 30px;
    line-height: 40px; }
  .section-title .title-text-2 {
    font-size: 26px; }
  #backtotop {
    width: 40px;
    height: 40px; }
  #backtotop #scroll {
    font-size: 18px;
    line-height: 42px; }
  .body-container {
    padding-top: 80px;
    padding-bottom: 80px; }
  .form-item input {
    height: 45px;
    font-size: 16px;
    padding: 0px 20px; }
  .form-textarea textarea {
    padding: 20px;
    font-size: 16px; }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    width: 100px !important; 
		margin-top: 10px;
		margin-bottom: 10px;
		}
	  .header-section .header-bottom .header-background {
		height: 33px;
  }
	.header-section .header-bottom .social-links,
	.header-section .header-bottom .language-switcher-mobile,
	.header-section .header-bottom .items-group {
		top: calc((100% - 33px) / 2);
	}
  .header-section .header-bottom .select-option .nice-select {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding-right: 20px; }
  .header-section .header-bottom .items-group > ul > li .mobile-menu-btn > img {
    height: 18px; }
  .header-section .header-bottom .items-group > ul > li .mobile-menu-btn {
    height: 30px; }
	.header-section .header-bottom .items-group > ul > li .mobile-menu-btn.menu-icon {
		background-size: auto 18px;
		width: 33px;
	}
  .header-section .header-bottom {
    /*padding: 10px 0px; */}
  /* header - end */

	/* sidebuttons - start */
	.sb-menu {
		top: 215px;
	}
	/* sidebuttons - end */

	.slider-section.home-slider:before {
		background: none;
	}

  /* footer - start */
  .instagram-section .images-list > ul > li {
    width: 50%; }		
  .footer-section .footer-bottom .useful-links > ul {
    width: 100%; }
  .footer-section .footer-bottom .useful-links > ul > li {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    text-align: center; }
    .footer-section .footer-bottom .useful-links > ul > li:last-child {
      margin-bottom: 0px !important; }
    .footer-section .footer-bottom .useful-links > ul > li:before {
      display: none; }
  .footer-section .contact-form .form-item input {
    height: 45px; }
  .footer-section .contact-form .single-btn .submit-btn {
    width: 100%;
    display: block;
    margin-top: 20px; }
  /* footer - end */
  /* home - start */

  .slider-section .main-carousel .item .item-image {
    max-width: 80px; }
  .slider-section .main-carousel .item .item-content {
    margin-top: 30px;
    text-align: center; }
  .slider-section .main-carousel .item .item-content .section-title .title-text {
    font-size: 31px;
	overflow:hidden;
	line-height:100px }
  .slider-section .main-carousel .item .item-content .section-title .sub-title {
    font-size: 20px; }
  .slider-section .container .owl-theme .owl-dots {
    bottom: 15px; }
  .slider-section .main-carousel .item .item-content .section-title .custom-btn-bordered {
    margin-bottom: 40px; }
  .refreshes-stimulates-section .item-image {
    max-width: 200px; }
  .quality-section .quality-grid-item {
    text-align: center; }
  .quality-section .quality-grid-item .item-icon {
    display: inline-block; }
  .start-section .start-content {
	padding-bottom: 0px;
    background-size: cover;
    background-position: left center;
    background-image: none !important; }
  .start-section .sec-ptb-160 {
    padding-top: 0px; }
  .start-section .process-image {
    margin-top: 0px;
	text-align: center; }
  /* home - end */
  /* downloads - start */
  .download-section .download-grid-item .title-link {
    padding: 20px;
   }
	.download-section .download-grid-item .title-link .item-title {
		font-size: 18px;
	}
  /* downloads - end */
    /* international - start */
	#googleMaps{
		transform: initial !important;}
	.jvectormap-container image{
		width:15px;
		height:30px;}
	.glob-section .google-map {
    height: 300px;
    margin: 40px 0 0 0; }
	#googleMaps{
  	height: 300px;
   }
	.glob-section .section-title .title-text{
		font-size:30px !important;
		line-height:40px !important;
	}
  /* international - end */
  
  /* history - start */
  .history-section .section-title .title-text{
	  line-height:40px !important;
  }
  .history-section .history-item-wrapper .history-item .title-wrapper .item-icon {
    width: 90px;
    height: 90px;
	left: 45px;
  }
  .history-section .history-item-wrapper .history-item .title-wrapper {
    padding: 0;
	padding-left: 45px;
    margin-bottom: 20px;
  }
  .history-section .history-item-wrapper .history-item {
    padding: 0px !important;
  }
  .history-section .history-item-wrapper .history-item .title-wrapper .item-title {
	padding-right: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 25px;
	padding-left: 55px;
    font-size: 24px;
  }
   .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper {
	   padding-left: 0;
	   padding-right: 45px;
   }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-title {
	  padding-left: 0;
	  padding-right: 55px;
  }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-icon {
    right: 45px;
  }
  .history-section .history-item-wrapper .history-item .item-content {
    font-size: 14px; }
  .history-section .history-item-wrapper .item-image {
	margin-top: 20px;  
  }
  /* history - end */
  /* contact - start */
  .contact-section .contact-form .agree-checkbox label {
    font-size: 14px; }
  .contact-section .contact-form .agree-checkbox input {
    width: 40px;
    height: 40px;
}
  .contact-section .contact-form .form-textarea textarea {
    min-height: 200px; }
  /* contact - end */   
  /* Homepage - start */
  .custom-btn-bordered{
	margin-bottom:40px;
  }
  /* Homepage - end */
  /* shop - start */
  .shop-section .shop-content .section-title .title-text-2 {
    font-size: 36px; }
  .shop-section .shop-content .info-list > ul > li > p {
    font-size: 14px; }
  .shop-section .shop-content .btns-group > ul > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px; }
    .shop-section .shop-content .btns-group > ul > li:last-child {
      margin-bottom: 0px !important; }
  .shop-section .shop-content .btns-group > ul > li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px; }
    .shop-section .shop-content .btns-group > ul > li:last-child {
      margin-bottom: 0px !important; }
  /* shop - end */ }
@media screen and (min-width:567px) and (max-width:568px){
	.glob-section{
		height: auto;}

}


@media screen and (max-width: 550px) {
  /* glob - start */
  .glob-section .section-title .title-text {
    font-size: 32px; }
  /* glob - end */ }

@media screen and (max-width: 501px) {
  /* footer - start */
  .footer-section .contact-form .agree-checkbox input {
    width: 20px;
    height: 20px;
    }
  .footer-section .contact-form .agree-checkbox label {
    font-size: 12px; }
  /* footer - end */

  /* contact - start */
  .contact-section .contact-form .agree-checkbox input {
    width: 30px;
    height: 30px;
   }
  .contact-section .contact-form .agree-checkbox label {
    font-size: 12px; }
  /* contact - end */ }

/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */


@media screen and (max-width: 445px) {
  /* glob - start */
  .glob-section .section-title .title-text {
    font-size: 28px; }
  /* glob - end */ }

@media screen and (max-width: 480px) {
  /* global - start */
  body {
    padding-top: 64px; }
  /* global - end */
  /* header - start */
  .header-section .header-bottom .select-option .nice-select {
    font-size: 12px;
		padding-right: 15px;}
  .header-section .header-bottom .brand-logo .brand-link {
    width: 80px !important; }
	  .header-section .header-bottom .header-background {
		height: 28px;
  }
	.header-section .header-bottom .social-links,
	.header-section .header-bottom .language-switcher-mobile,
	.header-section .header-bottom .items-group {
		top: calc((100% - 28px) / 2);
	}
  .header-section .top-style {
    height: 22px;
		background-size: auto 30px;
  }
  .sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
    transform: translate(37%,-200%)}	
	.select-option .nice-select:after {
		width: 6px;
		height: 6px;
	}
	
  /* header - end */
	/* sidebuttons - start */
	.sb-menu {
		top: 175px;
	}
	/* sidebuttons - end */
  /* home - start */
  .contact-section .contact-content .section-title {
    text-align: center; }
  /* home - end */
  /* history - start */
  .history-section .history-item-wrapper .history-item .title-wrapper {
	padding-left: 30px;
  }
  
  .history-section .history-item-wrapper .history-item .title-wrapper .item-icon {
    width: 60px;
    height: 60px;
	left: 30px;
  }
  .history-section .history-item-wrapper .history-item .title-wrapper .item-title {
	padding-right: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
    padding-left: 40px;
	font-size: 18px;
   }
   .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper {
	   padding-right: 30px;
   }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-title {
	  padding-right: 40px;
  }
  .history-section .history-item-wrapper:nth-child(2n+0) .history-item .title-wrapper .item-icon {
    right: 30px;
  }
	.history-section .history-item-wrapper .history-item .item-content { text-align: center !important; }
  /* history - end */
  /* contact - start */
  .contact-section .contact-form .agree-checkbox input {
    width: 20px;
    height: 20px;
}
  /* contact - end */ }

/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 445px) {
  /* glob - start */
  .glob-section .section-title .title-text {
    height: 80px;
    font-size: 22px;
    line-height: 34px; }
   	.bottleImage{
  		width: 100%;
    	height: auto;
  	}
  	.nav-2{
 		bottom: 40% !important;
  	}
  	
  /* glob - end */ }
  




@media screen and (max-width: 320px) {
  /* header - start */
  .header-section .header-bottom .brand-logo .brand-link {
    width: 78px !important; }
  .header-section .header-bottom .items-group > ul > li .mobile-menu-btn {
    height: 25px; }
  /* header - end */
  /* footer - start */
  .footer-section .contact-form .agree-checkbox input {
    width: 20px;
    height: 20px;
	}
  /* footer - end */
  /* International - start */
	/*#googleMaps{
		transform: translatey(-36%);
	}*/
	.glob-section{
		height: auto;
	}
  /* International - end */
  /* contact - start */

  /* contact - end */ }

/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */

footer .wpcf7-submit{
	background: transparent !important;
}

.wpcf7-list-item-label a {
	color: #FFF !important;
	text-decoration: underline !important; 
}

.form-item .wpcf7-form-control-wrap,
.form-textarea .wpcf7-form-control-wrap {
	display:block;
}

form span.wpcf7-list-item {
	padding-left: 0 !important;
}

.agree-checkbox .wpcf7-acceptance .wpcf7-list-item label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.agree-checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.agree-checkbox .wpcf7-acceptance .wpcf7-list-item-label {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;	
	padding-left: 1em;
}

footer{ width:100%; float:left; }

/*.slider-section .main-carousel .item .item-image { max-width: 150px !important;} */
.vc_column_container>.vc_column-inner{     padding-left: 0 !important;
padding-right: 0 !important; }
.instagram-section .images-list > ul > li br{ display:none; }
#instagram-section .widget.container{ margin-bottom:0px !important; }
.widget.instagram-section.sec-ptb-80 { margin-bottom:0px !important;  }
.footer-section .contact-form .single-btn .submit-btn:hover, input[type="submit"]:hover{ background-color: #ceaa7a !important;}
.home #instagram-section .section-title.mb-60{margin-bottom:30px !important}
   
/* testimonial section - start
================================================== */
.testimonial-section {
	overflow: hidden;
}

.testimonial-section .products-wrapper {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/background/bg_10.jpg');
	padding: calc(180px / 2) 0; /* padding-top und padding-bottom :[height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	min-height: calc(280px + 5 * 180px + 180px); /* [height von ".testimonial-section .testimonial-item .item-image:before"] + [Anzahl der Elemnte] * [height von ".testimonial-section .testimonial-tab-nav a"]  + [height von ".testimonial-section .testimonial-tab-nav a"] */
}

.testimonial-section .products-wrapper:after {
	content: '';
	display: block;
	min-height: inherit;
	font-size: 0;
}

.testimonial-section .big-text {
	position: absolute;
	top: 50%;
	left: 25%;
	line-height: 1;
	font-size: 172px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.05);
	-webkit-transform: rotate(90deg) translateY(-50%);
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
}

.testimonial-section .testimonial-tab-nav {
	position: absolute;
	z-index: 99;
	top: calc(50% - 3 * 180px - 280px / 2); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 */
	left: 0;
	transform: translateX(-55%);
}

.testimonial-section .testimonial-tab-nav.odd-number {
	top: calc(50% - 3 * 180px - 280px / 2 + 90px); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 + [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
}

.testimonial-section .testimonial-tab-nav > ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;  
}
  
.testimonial-section .testimonial-tab-nav > ul > li {
	display: table;
	list-style: none;
	width: 100%;
}

.testimonial-section .testimonial-tab-nav > ul > li:nth-child(3) {
	margin-bottom: 280px; /* height von ".testimonial-section .testimonial-item .item-image:before" */
}

.testimonial-section .testimonial-tab-nav a {
	display: block;
	height: 180px;
	padding: 15px 0 15px 0;
}

.testimonial-section .testimonial-tab-nav a:active,
.testimonial-section .testimonial-tab-nav a:focus {
	outline: 0;
	border: 0;
}


.testimonial-section .testimonial-tab-nav img {
	display: block;
	width: auto;
	height: 100%;
}

.testimonial-section .testimonial-item {
	z-index: 1;
	position: relative;
}

.testimonial-section .testimonial-item .item-image {
	height: 100%;
}

.testimonial-section .testimonial-item .item-image {
	position: relative;
}

.testimonial-section .testimonial-item .item-image:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 50%;
	transform: translateY(-50%);
	width: 100vw;
	height: 280px;
	padding: 15px 0 15px 0;
	background-image: url('../images/background/decoration1.svg');
	background-position: right center;
	background-repeat: repeat-x;
	background-size: auto calc(280px - 15px - 15px); /* height - padding-top - padding-bottom) */
}

.testimonial-section .testimonial-item.odd-number .item-image:before {
	top: calc(50% + 180px / 2); /* Wenn Anzahl der Elemnte ungerade: 50% - [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
}

.testimonial-section .testimonial-item .item-image .bottle {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 775px;
}

.testimonial-section .testimonial-item .item-content .custom-btn-bordered {
	color: #ceaa7a;
}

.testimonial-section .testimonial-item .item-content .custom-btn-bordered:hover {
	color: #193781;
}


@media screen and (max-width: 1550px) {
	.testimonial-section .products-wrapper {
		padding: calc(150px / 2) 0; /* padding-top und padding-bottom :[height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
		min-height: calc(250px + 5 * 150px + 150px); /* [height von ".testimonial-section .testimonial-item .item-image:before"] + [Anzahl der Elemnte] * [height von ".testimonial-section .testimonial-tab-nav a"]  + [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}

	.testimonial-section .testimonial-tab-nav {
		top: calc(50% - 3 * 150px - 250px / 2); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 */
	}

	.testimonial-section .testimonial-tab-nav.odd-number {
		top: calc(50% - 3 * 150px - 250px / 2 + 150px / 2); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 + [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-tab-nav > ul > li:nth-child(3) {
		margin-bottom: 250px; /* height von ".testimonial-section .testimonial-item .item-image:before" */
	}
	
	.testimonial-section .testimonial-tab-nav a {
		height: 150px;
		padding: 12px 0 12px 0;
	}
	
	.testimonial-section .testimonial-item .item-image:before {
		height: 250px;
		padding: 12px 0 12px 0;
		background-size: auto calc(250px - 12px - 12px); /* height - padding-top - padding-bottom) */
	}

	.testimonial-section .testimonial-item.odd-number .item-image:before {
		top: calc(50% + 150px / 2); /* Wenn Anzahl der Elemnte ungerade: 50% - [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-item .item-image .bottle {
		height: 700px;
	}
}

@media screen and (max-width: 1300px) {
	.testimonial-section .products-wrapper {
		padding: calc(100px / 2) 0;  /* padding-top und padding-bottom :[height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
		min-height: calc(200px + 5 * 100px + 100px); /* [height von ".testimonial-section .testimonial-item .item-image:before"] + [Anzahl der Elemnte] * [height von ".testimonial-section .testimonial-tab-nav a"]  + [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}

	.testimonial-section .testimonial-tab-nav {
		top: calc(50% - 3 * 100px - 200px / 2); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 */
	}

	.testimonial-section .testimonial-tab-nav.odd-number {
		top: calc(50% - 3 * 100px - 200px / 2 + 100px / 2); /* Wenn Anzahl der Elemente ungerade: 50% - [Anzahl der Elemente oberhalb von ".testimonial-section .testimonial-item .item-image:before"] * [height von ".testimonial-section .testimonial-tab-nav a"] - [height von ".testimonial-section .testimonial-item .item-image:before"] / 2 + [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-tab-nav > ul > li:nth-child(3) {
		margin-bottom: 200px; /* height von ".testimonial-section .testimonial-item .item-image:before" */
	}
	
	.testimonial-section .testimonial-tab-nav a {
		height: 100px;
		padding: 10px 0 10px 0;
	}
	
	.testimonial-section .testimonial-item .item-image:before {
		height: 200px;
		padding: 10px 0 10px 0;
		background-size: auto calc(200px - 10px - 10px); /* height - padding-top - padding-bottom) */
	}

	.testimonial-section .testimonial-item.odd-number .item-image:before {
		top: calc(50% + 100px / 2); /* Wenn Anzahl der Elemnte ungerade: 50% - [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-item .item-image .bottle {
		height: 550px;
	}	
}

@media screen and (max-width: 991px) {
	.testimonial-section .products-wrapper {
		padding: 90px 0;  /* padding-top und padding-bottom: [height von ".testimonial-section .testimonial-tab-nav a"] */
		min-height: 0;
	}

	.testimonial-section .testimonial-tab-nav {
		top: calc(90px - 10px); /* Wenn Anzahl der Elemente ungerade: [height von ".testimonial-section .testimonial-tab-nav a"] - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}

	.testimonial-section .testimonial-tab-nav.odd-number {
		top: calc(90px - 10px); /* Wenn Anzahl der Elemente ungerade: [height von ".testimonial-section .testimonial-tab-nav a"] - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}
	
	.testimonial-section .testimonial-tab-nav > ul > li:nth-child(3) {
		margin-bottom: 150px; /* height von ".testimonial-section .testimonial-item .item-image:before" */
	}
	
	.testimonial-section .testimonial-tab-nav a {
		height: 90px;
		padding: 10px 0 10px 0;
	}
	
	.testimonial-section .testimonial-item .item-image {
		height: auto;
		min-height: calc(150px + 5 * 90px); /*  [height von ".testimonial-section .testimonial-item .item-image:before"] + [Anzahl der Elemente] * [height von ".testimonial-section .testimonial-tab-nav a"]*/
		margin-bottom: calc(90px / 2); /* [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-item .item-image:before {
		height: 150px;
		padding: 10px 0 10px 0;
		background-size: auto calc(150px - 10px - 10px); /* height - padding-top - padding-bottom) */
	}

	.testimonial-section .testimonial-item.odd-number .item-image:before {
		top: calc(50% + 90px / 2 - 10px); /* Wenn Anzahl der Elemnte ungerade: 50% - [height von ".testimonial-section .testimonial-tab-nav a"] / 2 - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}
	
	.testimonial-section .testimonial-item .item-image .bottle {
		height: 500px;
	}	
}

@media screen and (max-width: 580px) {
	.testimonial-section .products-wrapper {
		padding: 70px 0;  /* padding-top und padding-bottom: [height von ".testimonial-section .testimonial-tab-nav a"] */
	}

	.testimonial-section .testimonial-tab-nav {
		top: calc(70px - 5px); /* Wenn Anzahl der Elemente ungerade: [height von ".testimonial-section .testimonial-tab-nav a"] - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}

	.testimonial-section .testimonial-tab-nav.odd-number {
		top: calc(70px - 5px); /* Wenn Anzahl der Elemente ungerade: [height von ".testimonial-section .testimonial-tab-nav a"] - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}
	
	.testimonial-section .testimonial-tab-nav > ul > li:nth-child(3) {
		margin-bottom: 140px; /* height von ".testimonial-section .testimonial-item .item-image:before" */
	}
	
	.testimonial-section .testimonial-tab-nav a {
		height: 70px;
		padding: 5px 0 5px 0;
	}
	
	.testimonial-section .testimonial-item .item-image {
		height: auto;
		min-height: calc(140px + 5 * 70px); /*  [height von ".testimonial-section .testimonial-item .item-image:before"] + [Anzahl der Elemente] * [height von ".testimonial-section .testimonial-tab-nav a"]*/
		margin-bottom: calc(70px / 2); /* [height von ".testimonial-section .testimonial-tab-nav a"] / 2 */
	}
	
	.testimonial-section .testimonial-item .item-image:before {
		height: 140px;
		padding: 25px 0 25px 0;
		background-size: auto calc(140px - 25px - 25px); /* height - padding-top - padding-bottom) */
	}

	.testimonial-section .testimonial-item.odd-number .item-image:before {
		top: calc(50% + 70px / 2 - 5px); /* Wenn Anzahl der Elemnte ungerade: 50% - [height von ".testimonial-section .testimonial-tab-nav a"] / 2 - [padding-top von ".testimonial-section .testimonial-tab-nav a"] */
	}
	
	.testimonial-section .testimonial-item .item-image .bottle {
		height: 375px;
	}
	
	.testimonial-section .testimonial-item .item-content .custom-btn-bordered {
		margin-bottom: 0;
	}
}
/* testimonial section - end
================================================== */