/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Museo300-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Museo300-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: normal;
  line-height: 1.6;
  color: #264b51;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  width: 100%;
}

.bubble, .bubble img {
  mix-blend-mode: multiply;
  pointer-events: none;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1em;
  color: #067397;
}

h1 {
  font-size: 4.125em;
  margin-bottom: 0.7em;
}

h2 {
  font-family: "MuseoSans";
  font-weight: 300;
  font-size: 55px;
  line-height: 1.04;
  margin-bottom: 22px;
}

h3 {
  font-size: 2em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

/**/
.big_tit {
  font-size: 5.375em;
  line-height: 0.9;
}

.line_tit {
  font-size: 1.375em;
  font-family: "Cedros";
}

p {
  font-family: "Montserrat";
  font-size: 17.51px;
  line-height: 1.33;
  margin-bottom: 1.4em;
}

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*btns*/
a {
  color: inherit;
  transition: 0.5s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

a,
.btn,
#cookie-notice #cn-notice-buttons a,
.btn_slider,
.btn_outline,
.btn_dark, button, input {
  cursor: pointer;
  font-size: inherit;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  transition: 0.5s ease-in-out;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.underline_link:hover {
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
button:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

.btn, #cookie-notice #cn-notice-buttons a, .btn_slider, .btn_outline, .btn_dark {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
.btn:hover, #cookie-notice #cn-notice-buttons a:hover, .btn_slider:hover, .btn_outline:hover, .btn_dark:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

.btn_dark {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
  text-transform: none;
}
.btn_dark:hover {
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  color: #067397;
}

.btn_outline {
  background-color: transparent;
  border: 1px solid;
}
.btn_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_slider {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/green-bg.png);
  text-transform: none;
}
.btn_slider:hover {
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  color: #067397;
}

.btn_big, .btn_big_outline {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

.btn_big_outline {
  background-color: transparent;
  border: 1px solid;
}
.btn_big_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

.btn_small_outline {
  background-color: transparent;
  border: 1px solid;
}
.btn_small_outline:hover {
  color: white;
  text-decoration: none;
}

.btn_round {
  font-size: 1.125em;
  line-height: 1;
  border-radius: 50%;
  box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  text-decoration: none;
  text-align: center;
}
.btn_round:hover {
  transform: scale(1.08);
  text-decoration: none;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  vertical-align: middle;
  margin-left: 0.6em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}
.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}
.btn_arrow:hover::after {
  transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url(/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg);
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 10px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url(/wp-content/themes/draftspot_theme/assets/img/close.svg);
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}

/*forms*/
label input {
  margin-top: 0.3em;
}

input, select, textarea, button {
  font-family: "Syne";
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=button], input[type=submit] {
  border: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=number], input[type=password], input[type=search], input[type=date], input[type=month], input[type=time], input[type=week], input[type=url], input[type=datetime-local], input[type=file], select {
  padding: 0.7em 1em;
  font-size: 1em;
  line-height: 1;
  border: 1px solid;
  border-radius: 10px;
  height: 2.81em;
  cursor: auto;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder {
  color: #afafaf;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=url]::placeholder, input[type=datetime-local]::placeholder, input[type=file]::placeholder, select::placeholder {
  color: #afafaf;
}

.input_big {
  height: 2.95em;
  font-size: 1.125em;
}

input[type=submit], input[type=reset] {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
input[type=submit]:hover, input[type=reset]:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

textarea {
  padding: 0.7em 1em;
  font-size: 1em;
  line-height: 1;
  border: 1px solid;
  border-radius: 10px;
  height: 5em;
}

select option {
  padding: 0.2em 1em;
  transition: 0.5s ease-in-out;
}
input[type=file] {
  padding: 0;
  padding-right: 1em;
  position: relative;
}

input[type=file]::file-selector-button {
  padding: 0 10px;
  line-height: 1;
  border-radius: 10px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/10/bg-button1-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 216px;
  height: 46px;
  color: #067397;
  border: 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.7em 1.5em;
  height: 100%;
}
input[type=file]::file-selector-button:hover {
  color: #ffffff;
  background-image: url(/wp-content/uploads/2022/10/bg-button2-1.png);
}

/*line*/
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  border-top: 1px solid;
}

/*table*/
table {
  border-collapse: collapse;
}
table tr td, table tr th {
  line-height: 1;
  padding: 0.3em 0.1em;
}

.responsive_table {
  overflow-x: auto;
}

/*quantity spinner*/
.quantity_spinner {
  width: 6em;
  height: 2.3em;
  display: flex;
  position: relative;
  border-radius: 10px;
  min-height: 1em;
}
.quantity_spinner .quantity_spinner_minus, .quantity_spinner .quantity_spinner_plus {
  min-width: 1em;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/minus.svg");
  background-size: 0.82em;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.quantity_spinner .quantity_spinner_plus {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/plus.svg");
  border-radius: 0 10px 10px 0;
}
.quantity_spinner .quantity_spinner_input {
  min-width: 1.4em;
  width: 100%;
  height: 100%;
  padding: 0.1em;
  text-align: center;
  border: 0;
  border-right: 1px solid;
  border-left: 1px solid;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.quantity_spinner .quantity_spinner_input::-webkit-outer-spin-button, .quantity_spinner .quantity_spinner_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/*
input[type=checkbox] {

}
input[type=radio] {

}
input[type=color] {

}
input[type=file] {

}
input[type=image] {

}

*/
/*---------cookie------------*/
#cookie-notice * {
  font-family: "Syne";
}
/*-----------respo---------------*/
@media (min-width: 1400px) {
  .main_slider .container {
    max-width: 1500px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 3.725em;
  }
  h2 {
    font-size: 3em;
  }
  .big_tit {
    font-size: 4.375em;
    line-height: 0.9;
  }
  .line_tit {
    font-size: 1.2em !important;
  }
  .p_mid {
    font-size: 1.025em;
  }
  .p_big {
    font-size: 1.275em;
  }
  .btn_small, .btn_small_outline {
    font-size: 0.85em;
  }
  .btn_big, .btn_big_outline, .btn_arrow {
    font-size: 1.025em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.725em;
  }
  .big_tit {
    font-size: 3.375em;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.125em;
  }
  h2 {
    font-size: 2em;
  }
  .big_tit {
    font-size: 2.675em;
  }
  .line_tit {
    font-size: 1em !important;
  }
  .p_big {
    font-size: 1.175em;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1350px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1300px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

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


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
main {
  position: relative;
  padding-top: 100px;
}

.page-template-rn_frontpage > main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 800px;
  background: linear-gradient(to bottom, #b3cddf 0%, white 100%);
}

html.headerOpen {
  overflow-y: hidden;
}

#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: 0.5s ease-in-out;
  width: 100%;
  background-image: url(/wp-content/uploads/2022/10/header-fw-1.png), url(/wp-content/uploads/2022/10/header-sw-1.png);
  background-size: auto, contain;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.5s ease-in-out;
  transform: translateY(0%);
}
#masthead:before, #masthead:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7vw;
  background-color: #067397;
  height: 65px;
}
#masthead:before {
  left: 0;
}
#masthead:after {
  right: 0;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 74px;
  transition: 0.5s ease-in-out;
  padding: 0 15px;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: flex-start;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin: 0 16px;
  padding: 24px 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:nth-of-type(3), #masthead .ds_wrapper_menu_main .navbar #main-nav ul li:nth-of-type(4), #masthead .ds_wrapper_menu_main .navbar #main-nav ul li:nth-of-type(5) {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  font-family: "OpenSans";
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: white;
  transition: 0.5s ease-in-out;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  border: 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover:before {
  width: 100%;
  left: 0;
}

/*white text*/
#masthead.scrolled {
  opacity: 0;
  transform: translateY(-100%);
}

#masthead.headerOpen.scrolled {
  transform: translateY(0);
  opacity: 1;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header#masthead .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #067397;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 80%;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #EDEDED;
    padding: 0;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 16px 0.1em;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    font-size: 24px;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2022/09/chevron.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:before {
    display: none;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: #95c11c;
  }
  header#masthead .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .navbar-toggler {
    height: 20px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3), .navbar-toggler span:nth-child(5) {
    top: 9px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 18px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 6px;
    width: 24px;
    left: 29px;
    transform: rotate(30deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    top: 14px;
    width: 34px;
    transform: rotate(30deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    top: 9px;
    width: 34px;
    transform: rotate(-30deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 17px;
    width: 24px;
    left: 29px;
    transform: rotate(-30deg);
  }
  .navbar-toggler.open span:nth-child(5) {
    transform: rotate(90deg);
    left: -3px;
    top: 11px;
    width: 12px;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1349px) {
  #masthead {
    background-image: url(/wp-content/uploads/2022/10/header-sw-1.png);
    background-size: auto;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    margin: 0 12px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #masthead {
    width: 80px;
    background-size: cover;
    background-position: center;
    left: unset;
    right: 0px;
  }
  #masthead .ds_wrapper_menu_main {
    height: 80px;
  }
  #masthead:before, #masthead:after {
    display: none;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    padding: 12px 0.1em;
    font-size: 16px;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    width: 24px;
    height: 24px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.separator4 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: -13px;
}

footer {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
footer .container {
  padding-top: 93px;
  position: relative;
}
footer .ds_footer_bubble {
  position: absolute;
  left: 0vw;
  top: 0px;
  max-width: 495px;
  width: 100%;
}
footer .ds_footer_bubble2 {
  position: absolute;
  right: 238px;
  top: 85px;
  z-index: 1;
  max-width: 496px;
  width: 100%;
}
footer .ds_footer_fish {
  position: absolute;
  max-width: 260px;
  right: 141px;
  top: 80px;
}
footer .ds_footer_fish img {
  width: 100%;
}
footer .ds_footer_texts {
  margin-bottom: 88px;
}
footer .ds_footer_texts p {
  margin-bottom: 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.33;
  color: #5c899c;
}
footer .ds_footer_social_links {
  display: flex;
  justify-content: center;
}
footer .ds_footer_social_links .ds_footer_link {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  margin: 0 0.5vw;
}
footer .ds_footer_social_links .ds_footer_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
footer .ds_footer_copyright {
  position: relative;
  margin-top: 186px;
  padding-top: 14px;
  padding-bottom: 9px;
  z-index: 1;
}
footer .ds_footer_copyright p {
  margin-bottom: 0;
  color: white;
  font-size: 13px;
  text-align: center;
}
footer .ds_footer_copyright p span {
  text-decoration: underline;
  cursor: pointer;
}
footer .ds_footer_bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 30px);
  z-index: 0;
  margin-bottom: 0;
}
footer .ds_footer_bgs:before, footer .ds_footer_bgs:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7vw;
  background-color: #067397;
  height: 78px;
}
footer .ds_footer_bgs:before {
  left: 0;
}
footer .ds_footer_bgs:after {
  right: 0;
}
footer .ds_footer_bgs img {
  left: 0;
  bottom: 0;
  position: absolute;
}
footer .ds_footer_bgs img:nth-of-type(1) {
  max-width: 1300px;
  width: 100%;
  left: calc(50% - 15px);
  transform: translateX(-50%);
}
footer .ds_footer_bgs img:nth-of-type(2) {
  max-width: 1800px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 78px;
}
footer .ds_footer_bgs img:nth-of-type(3) {
  max-width: 1300px;
  width: 100%;
  left: calc(50% - 15px);
  transform: translateX(-50%);
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1349px) {
  footer .ds_footer_bgs {
    width: calc(100% + 0px);
    left: 0;
  }
  footer .ds_footer_bgs:before {
    width: 100%;
    height: 80px;
    z-index: 1;
  }
  footer .ds_footer_bgs:after {
    display: none;
  }
  footer .ds_footer_bgs img:nth-of-type(2) {
    display: none;
  }
  footer .ds_footer_bgs img:nth-of-type(1) {
    left: 50%;
    bottom: 20px;
    max-width: 1140px;
  }
  footer .ds_footer_bgs img:nth-of-type(3) {
    left: 50%;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 1199px) {
  footer .ds_footer_fish {
    max-width: 230px;
    right: 50px;
    top: 190px;
  }
  footer .ds_footer_bubble {
    left: -90px;
    top: -20px;
    max-width: 355px;
  }
  footer .ds_footer_bubble2 {
    right: 118px;
    top: 245px;
    max-width: 365px;
  }
  footer .ds_footer_bgs img:nth-of-type(1) {
    bottom: 40px;
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 90px;
  }
  footer .container {
    padding-top: 50px;
  }
  footer .ds_footer_bubble {
    top: unset;
    left: -70px;
    bottom: 36px;
    max-width: 300px;
  }
  footer .ds_footer_bubble2 {
    right: 8px;
    top: 75px;
    max-width: 255px;
  }
  footer .ds_footer_fish {
    display: none;
  }
  footer .ds_footer_texts {
    margin-bottom: 50px;
  }
  footer .ds_footer_texts p {
    font-size: 16px;
  }
  footer .ds_footer_copyright {
    margin-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .ds_footer_copyright p {
    font-size: 10px;
  }
  footer .ds_footer_bgs:before {
    height: 50px;
  }
  footer .ds_footer_bgs img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .ds_footer_bgs img:first-of-type {
    bottom: 35px;
    height: 90px;
    max-width: 720px;
  }
  footer .ds_footer_bgs img:last-of-type {
    height: 100px;
  }
}
@media (max-width: 767px) {
  footer .ds_footer_copyright p {
    font-size: 9px;
  }
  footer .ds_footer_bgs:before {
    height: 70px;
  }
  footer .ds_footer_bgs img:first-of-type {
    max-width: 540px;
    bottom: 50px;
    height: 66px;
  }
  footer .ds_footer_bgs img:last-of-type {
    height: 95px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 50px;
  }
  footer .ds_footer_texts {
    margin-bottom: 30px;
  }
  footer .ds_footer_texts p {
    font-size: 14px;
  }
  footer .ds_footer_copyright {
    margin-top: 60px;
  }
  footer .ds_footer_bgs:before {
    height: 80px;
  }
  footer .ds_footer_bgs img:last-of-type {
    height: 110px;
  }
}
@media only screen and (max-width: 400px) {
  footer .ds_footer_bgs:before {
    height: 90px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.5s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  margin: 0 0.5em;
}
.swiper-nav-fix {
  overflow: hidden;
  margin-left: -1.5em;
  margin-right: -1.5em;
  position: relative;
}
.swiper-nav-fix .swiper-container {
  overflow: visible;
  padding: 2em 1.5em;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  float: right;
  margin-top: 0.5em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 10px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*add class to open button - ds_modal_opener*/
/*use button ds_modal_close for closingr*/
.ds_modal {
  padding: 1em;
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
}
.ds_modal.ds_modal_open {
  animation: showModal 0.3s ease-in 0s 1 forwards normal;
  display: flex;
}
.ds_modal .modal_body {
  padding: 2em;
  background: white;
  border-radius: 10px;
  position: relative;
  max-width: 780px;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.ds_modal .modal_body .modal_title {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 2.2em;
}
.ds_modal .modal_body .btn_x_close {
  position: absolute;
  top: 2em;
  right: 2em;
}
.ds_modal .ds_prod_name input {
  pointer-events: none;
}

@keyframes showModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*tvy tridy pro tvy modaly*/
.size_guide_modal .line_tit {
  font-size: 1em;
  margin-top: 2em;
}
.size_guide_modal .text {
  margin-top: 0;
}
.size_guide_modal table {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
  margin-bottom: 3em;
}
.size_guide_modal table tbody tr td {
  border: 1px solid;
  padding: 0.3em 0.5em;
}
.size_guide_modal table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.size_guide_modal table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.size_guide_modal table tbody tr:last-child td:first-child {
  border-radius: 0 0 10px 0;
}
.size_guide_modal table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 10px;
}

/*insert parent selector to add custom checkbox funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_check, .comment-form-cookies-consent {
  position: relative;
}
.ds_custom_check label, .comment-form-cookies-consent label {
  padding-left: 2em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}
.ds_custom_check input[type=checkbox], .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  top: 0.06em;
  left: 0;
}

/*insert selector to label add custom checkbox funcionality*/
/*html like:
    label
        input
*/
.ds_custom_check_lab, .woocommerce-form__label {
  cursor: pointer;
}

input[type=checkbox] {
  position: relative;
  width: 0;
  height: 0;
  top: -1.1em;
  margin-right: 1.6em;
  margin-top: 0em;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid;
  border-radius: 0.25em;
  transition: background 200ms ease-out;
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.2em;
  width: 0.4em;
  height: 0.6em;
  opacity: 0.2;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  transition: border-color 0.3s ease;
}
input[type=checkbox]:checked:before {
  content: "";
}
input[type=checkbox]:checked:after {
  content: "";
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*-------------------radio------------------------------*/
/*insert parent selector to add custom radio funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_radio label, .wc_payment_method label, #shipping_method li label {
  cursor: pointer;
}

/*insert selector to label add custom radio funcionality*/
/*html like:
    label
        input
*/
.ds_custom_radio_lab {
  cursor: pointer;
}

input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
  top: -0.9em;
  margin-right: 1.3em;
  margin-top: 0em;
}
input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid;
  border-radius: 50%;
  transition: background 200ms ease-out;
}
input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.258em;
  top: 0.255em;
  width: 0.4em;
  height: 0.4em;
  opacity: 0.2;
  border-radius: 50%;
  transition: background 0.3s ease;
}
input[type=radio]:checked:before {
  content: "";
}
input[type=radio]:checked:after {
  content: "";
  opacity: 1;
  background: #fff;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.page-template-aktuelles-php main {
  padding-top: 0px;
}

.ds_aktuelles_page {
  padding-top: 80px;
}

.ds_seciton_mobile {
  display: none;
}

.ds_pack_aktuelles {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  position: relative;
}
.ds_pack_aktuelles .container {
  position: relative;
}
.ds_pack_aktuelles .container .ds_land_bubbles {
  position: absolute;
  right: -30px;
  top: 0px;
  width: 100%;
  max-width: 346px;
}

.ds_rezept_page {
  padding-bottom: 98px;
}
.ds_rezept_page .ds_bottom_link {
  display: flex;
  justify-content: end;
}
.ds_rezept_page .ds_bottom_link a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat";
  color: #264B51;
}
.ds_rezept_page .ds_bottom_link a img {
  max-width: 30px;
  margin-right: 15px;
}
.ds_rezept_page .ds_title_pack {
  padding-bottom: 60px;
}
.ds_rezept_page .ds_title_pack h2 {
  margin-bottom: 0;
  margin-left: 51px;
}
.ds_rezept_page .ds_title_pack .ds_title p {
  font-size: 14px;
  color: #067397;
  margin-bottom: 28px;
  font-family: "Montserrat";
  margin-left: 51px;
}
.ds_rezept_page .ds_title_pack .ds_title p a {
  text-decoration: underline;
}
.ds_rezept_page .ds_title_pack .ds_pack {
  align-items: center;
}
.ds_rezept_page .ds_title_pack .ds_pack .ds_logo figure img {
  width: 100%;
  max-width: 103px;
}
.ds_rezept_page .ds_left_wrapper .ds_content {
  position: relative;
}
.ds_rezept_page .ds_left_wrapper .ds_content .ds_text {
  position: absolute;
  width: 231px;
  height: 43px;
  top: 94px;
  right: 27px;
  background: #067397;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
}
.ds_rezept_page .ds_left_wrapper .ds_content .ds_text p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  color: white;
}
.ds_rezept_page .ds_left_wrapper .ds_content img {
  max-width: 360px;
}
.ds_rezept_page .ds_left_wrapper .ds_pack {
  margin-top: 19px;
}
.ds_rezept_page .ds_left_wrapper .ds_pack .ds_content_pack .ds_box {
  margin-right: 10px;
}
.ds_rezept_page .ds_right_wrapper .ds_content p {
  color: #264B51;
}

.ds_aktuelles_section_box {
  padding-bottom: 30px;
}
.ds_aktuelles_section_box .ds_grid .ds_box {
  padding: 0;
  max-width: 360px;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content .ds_pack {
  padding-top: 191px;
  padding-bottom: 20px;
  padding-right: 124px;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content .ds_top {
  padding: 17px 37px 15px 15px;
  background: #067397;
  max-width: 308px;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content .ds_top h3 {
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  line-height: 23px;
  font-size: 19px;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content .ds_bottom {
  padding: 13px 16px 12px 15px;
  background: white;
  max-width: 308px;
}
.ds_aktuelles_section_box .ds_grid .ds_box .ds_content .ds_bottom p {
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 0;
  color: #067397;
  line-height: 17px;
  font-size: 14px;
}
.ds_aktuelles_section_box .ds_grid .ds_left .ds_box {
  margin-bottom: 29px;
}
.ds_aktuelles_section_box .ds_grid .ds_left .ds_box:first-of-type .ds_pack {
  padding-top: 331px;
  height: 50vh;
}
.ds_aktuelles_section_box .ds_grid .ds_left .ds_box {
  margin-bottom: 29px;
}
.ds_aktuelles_section_box .ds_grid .ds_left .ds_box:last-of-type .ds_pack {
  padding-top: 229px;
  height: 38vh;
}
.ds_aktuelles_section_box .ds_grid .ds_middle {
  padding: 0 30px;
}
.ds_aktuelles_section_box .ds_grid .ds_middle .ds_box {
  margin-bottom: 29px;
}
.ds_aktuelles_section_box .ds_grid .ds_middle .ds_box:first-of-type .ds_pack {
  padding-top: 229px;
  height: 38vh;
}
.ds_aktuelles_section_box .ds_grid .ds_middle .ds_box {
  margin-bottom: 29px;
}
.ds_aktuelles_section_box .ds_grid .ds_middle .ds_box:last-of-type .ds_pack {
  padding-top: 139px;
  height: 29vh;
}
.ds_aktuelles_section_box .ds_grid .ds_right .ds_box {
  margin-bottom: 29px;
}
.ds_aktuelles_section_box .ds_grid .ds_right .ds_box:first-of-type .ds_pack {
  padding-top: 738px;
  height: 91vh;
}

.ds_aktuelles_page .ds_title h2 {
  margin-bottom: 0;
  margin-left: 51px;
}
.ds_aktuelles_page .ds_title .ds_pack {
  align-items: center;
}
.ds_aktuelles_page .ds_title .ds_pack .ds_logo figure img {
  width: 100%;
  max-width: 103px;
}
.ds_aktuelles_page .ds_tabs_top {
  align-items: center;
  padding-top: 39px;
  padding-bottom: 31px;
  max-width: 1011px;
  margin: 0 auto;
}
.ds_aktuelles_page .ds_tabs_top a {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5C899C;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 78px;
}
.ds_aktuelles_page .ds_tabs_top a img {
  opacity: 0;
  max-width: 22px;
  margin-left: 12px;
}
.ds_aktuelles_page .ds_tabs_top a:hover {
  color: #067397;
}
.ds_aktuelles_page .ds_tabs_top a:hover img {
  opacity: 1;
}
.ds_aktuelles_page .ds_tabs_top a:last-of-type {
  margin-right: 0;
}

.ds_bio_section .container {
  margin-top: -40px;
}
.ds_bio_section .container .ds_botto_button {
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.ds_bio_section .container .ds_title {
  padding-top: 86px;
  padding-bottom: 180px;
  margin-left: 80px;
  position: relative;
  z-index: 1;
}
.ds_bio_section .container .ds_title h2 {
  font-size: 55px;
  color: white;
  font-family: "MuseoSans";
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ds_bio_section .container .ds_title h4 {
  font-size: 24px;
  color: white;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ds_bio_section .container .ds_title h4 strong {
  font-weight: 600;
}
.ds_bio_section .container .ds_title .ds_land_bubbles {
  position: absolute;
  left: 130px;
  bottom: 80px;
  width: 100%;
  max-width: 685px;
  z-index: -1;
  display: none !important;
}
.ds_bio_section .container .row {
  margin: 0;
  padding-bottom: 35px;
}
.ds_bio_section .container .ds_box {
  padding: 0;
}
.ds_bio_section .container .ds_box .ds_content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ds_bio_section .container .ds_box .ds_content .ds_pack {
  padding-top: 191px;
  padding-bottom: 20px;
  padding-right: 124px;
}
.ds_bio_section .container .ds_box .ds_content .ds_top {
  padding: 17px 37px 15px 15px;
  background: #067397;
  max-width: 308px;
}
.ds_bio_section .container .ds_box .ds_content .ds_top h3 {
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  line-height: 23px;
  font-size: 19px;
}
.ds_bio_section .container .ds_box .ds_content .ds_bottom {
  padding: 13px 16px 12px 15px;
  background: white;
  max-width: 308px;
}
.ds_bio_section .container .ds_box .ds_content .ds_bottom p {
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #067397;
  line-height: 17px;
  font-size: 14px;
}

.ds_die_idee {
  position: relative;
}
.ds_die_idee::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/02/Clip-path-group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -29px;
  width: 145%;
  height: 47px;
  z-index: 25;
}
.ds_die_idee .row {
  align-items: center;
}
.ds_die_idee .row .ds_right_wrapper .ds_content p {
  font-size: 16px;
}
.ds_die_idee .container {
  position: relative;
}
.ds_die_idee .container .ds_land_bubbles {
  position: absolute;
  top: -150px;
  width: 100%;
  max-width: 596px;
  right: 0;
}
.ds_die_idee .container .hidden_section_more {
  position: relative;
}
.ds_die_idee .container .hidden_section_more .ds_land_bubbles2 {
  position: absolute;
  bottom: -110px;
  width: 100%;
  max-width: 596px;
  left: -588px;
}

.ds_swiper_section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.ds_swiper_section .container {
  max-width: 940px;
}
.ds_swiper_section .container .swiper-nav-fix {
  overflow: visible;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-container {
  overflow: hidden;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-button-next, .ds_swiper_section .container .swiper-nav-fix .swiper-container .swiper-button-prev, .swiper-container .ds_swiper_section .container .swiper-nav-fix .swiper-button-prev {
  right: -131px;
  color: #5C899C;
  width: 63px;
  height: 124px;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-button-next::after, .ds_swiper_section .container .swiper-nav-fix .swiper-container .swiper-button-prev::after, .swiper-container .ds_swiper_section .container .swiper-nav-fix .swiper-button-prev::after {
  content: "";
  background-image: url("/wp-content/uploads/2024/02/Path-2.svg");
  width: 63px;
  height: 124px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-button-prev {
  color: #5C899C;
  left: -131px;
  width: 63px;
  height: 124px;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-button-prev::after {
  content: "";
  background-image: url("/wp-content/uploads/2024/02/Path-1.svg");
  width: 63px;
  height: 124px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ds_swiper_section .container .swiper-nav-fix .swiper-button-next, .ds_swiper_section .container .swiper-nav-fix .swiper-button-prev {
  top: 34%;
}
.ds_swiper_section .ds_content_text {
  max-width: 265px;
  text-align: center;
}
.ds_swiper_section .ds_content_text p {
  font-size: 18px;
  color: #067397;
  margin-bottom: 0;
  line-height: 24px;
}

.scrollTop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: 0.5s ease-in-out;
  width: 80px;
  height: 80px;
  right: 40px;
  bottom: 40px;
  border-radius: 80px;
  background-color: #264b51;
  background-image: url(/wp-content/uploads/2022/09/chevron.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 50;
}

#ds_slider {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 8;
}

.ds_slider_sec_bestellen {
  position: fixed;
  top: 88px;
  right: 3.5vw;
  text-transform: uppercase;
}

.slider_section {
  position: relative;
  padding-top: 165px;
  padding-bottom: 360px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.slider_section .ds_slider_sec_logo {
  position: absolute;
  left: 58px;
  top: 0;
  max-width: 103px;
  width: 100%;
}
.slider_section .ds_slider_sec_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.slider_section .ds_slider_sec_coat {
  position: fixed;
  right: 3vw;
  top: 138px;
  max-width: 214px;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
  animation-name: float-up-down;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.slider_section .ds_slider_sec_coat.show {
  opacity: 1;
}
.slider_section .ds_slider_sec_fish {
  position: absolute;
  left: 77px;
  bottom: -197px;
  max-width: 562px;
  width: 100%;
}
.slider_section .ds_slider_title {
  max-width: 50%;
  margin-left: auto;
}
.slider_section .ds_slider_title img {
  display: block;
  max-width: 360px;
  width: 100%;
}

#ds_bio {
  margin-top: -58px;
}

.ds_bio_sec {
  padding-top: 56px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.ds_bio_sec:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: white;
  z-index: -1;
}
.ds_bio_sec .ds_bio_bubble_1 {
  position: absolute;
  left: 91px;
  top: -166px;
  width: 100%;
  max-width: 473px;
}
.ds_bio_sec .ds_bio_bubble_2 {
  position: absolute;
  left: 343px;
  top: -430px;
  width: 100%;
  max-width: 473px;
}
.ds_bio_sec .ds_bio_text {
  display: flex;
  position: relative;
}
.ds_bio_sec .ds_bio_text .ds_bio_logo {
  margin-left: auto;
  margin-right: 26px;
  max-width: 195px;
  margin-top: 7px;
}
.ds_bio_sec .ds_bio_text .ds_bio_texts {
  max-width: calc(50% - 80px);
  margin-right: 80px;
}
.ds_bio_sec .ds_bio_images .swiper-slide {
  height: auto;
}
.ds_bio_sec .ds_bio_images .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.separator1 {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  margin-bottom: 15px;
}

#ds_schwimmen {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}

.ds_schwimmen_sec {
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: 1.5s ease-out;
}
.ds_schwimmen_sec .ds_schwimmen_bubbles_1 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -66px;
  width: 100%;
  max-width: 464px;
}
.ds_schwimmen_sec .ds_schwimmen_bubbles_2 {
  position: absolute;
  z-index: 1;
  right: 60px;
  top: 106px;
  width: 100%;
  max-width: 496px;
}
.ds_schwimmen_sec .ds_schwimmen_fishes {
  position: absolute;
  max-width: 650px;
  right: 69px;
  top: 89px;
}
.ds_schwimmen_sec .ds_schwimmen_fishes img {
  width: 100%;
}
.ds_schwimmen_sec .ds_schwimmen_fishes img:first-of-type {
  display: block;
}
.ds_schwimmen_sec .ds_schwimmen_fishes img:last-of-type {
  display: none;
}
.ds_schwimmen_sec .ds_schwimmen_text {
  margin-left: 80px;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}
.ds_schwimmen_sec .ds_schwimmen_text h2 {
  color: white;
  max-width: 350px;
}
.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts {
  max-width: 962px;
  display: flex;
  gap: 40px;
}
.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div {
  transition: 1.5s ease-out;
}
.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div.hidden {
  opacity: 0;
  pointer-events: none;
}
.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div p {
  color: white;
  font-size: 16px;
  max-width: 461px;
  transition: 1.5s ease-out;
}
.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div p.hidden {
  opacity: 0;
  pointer-events: none;
}
.ds_schwimmen_sec .ds_schwimmen_text #ds_schwimmen_btn {
  position: relative;
  z-index: 1;
}
.ds_schwimmen_sec .ds_schwimmen_text #ds_schwimmen_btn.btn_respo {
  display: none;
}

.ds_land_sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  position: relative;
  padding-bottom: 104px;
  overflow: hidden;
  padding-top: 0px;
  margin-top: 0px;
  /*
  &:before{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3.25vw;
      background-image: url(/wp-content/uploads/2022/09/separator-min.png);
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
  }*/
}
.ds_land_sec .ds_land_bubbles {
  position: absolute;
  right: 0;
  top: -20px;
  width: 100%;
  max-width: 296px;
}
.ds_land_sec .ds_mobile_swiper {
  display: none;
}
.ds_land_sec .ds_land_img {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ds_land_sec .ds_land_img img {
  display: block;
  width: 100%;
  max-width: 50%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds_land_sec .ds_land_texts {
  padding-top: 35px;
  margin-left: 25px;
}
.ds_land_sec .ds_land_texts h2 {
  max-width: 350px;
}
.ds_land_sec .ds_land_texts p {
  max-width: 450px;
}

.ds_shops_sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -135px;
}
.ds_shops_sec .ds_shops_bubbles {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  max-width: 253px;
}
.ds_shops_sec .ds_shops_texts {
  margin-left: 80px;
  position: relative;
  z-index: 1;
  max-width: calc(50% - 80px);
  width: 100%;
}
.ds_shops_sec .ds_shops_texts h2 {
  max-width: 400px;
}
.ds_shops_sec .ds_shops_texts h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.ds_shops_sec .ds_shops_texts h3 span {
  font-weight: 400;
}
.ds_shops_sec .ds_shops_texts p {
  max-width: 490px;
  font-size: 18px;
  line-height: 1.33;
  color: #264b51;
}
.ds_shops_sec .ds_shops_texts p.ds_shops_uppertext {
  margin-bottom: 1em;
}
.ds_shops_sec .ds_shops_texts .btn_slider {
  text-transform: uppercase;
}
.ds_shops_sec .ds_shops_shops {
  width: 100%;
  max-width: calc(47.7% - 80px);
  margin-right: 80px;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
.ds_shops_sec .ds_shops_shops .swiper-button-shops {
  display: none;
}
.ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-next {
  right: -60px;
}
.ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-prev {
  left: -60px;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_desktop {
  width: 100%;
  height: 500px;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_desktop .ds_shops_column {
  height: 135px !important;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_mobile {
  display: none;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_mobile .swiper-slide {
  padding: 0 30px;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row .ds_shops_column {
  margin-bottom: 10px;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row .ds_shops_column .ds_shops_column_inner {
  background-image: url(/wp-content/uploads/2022/12/block-bg-new.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 65px 15px 20px 15px;
  position: relative;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row .ds_shops_column .ds_shops_column_inner .ds_shops_column_header {
  background-image: url(/wp-content/uploads/2022/12/block-header-new.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.01;
  color: white;
  text-transform: uppercase;
  padding: 8px 14px;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 53px;
  align-items: center;
  display: flex;
}
.ds_shops_sec .ds_shops_shops .ds_shops_row .ds_shops_column .ds_shops_column_inner .ds_shops_column_body .ds_shops_column_body_text {
  margin-bottom: 0;
  font-size: 13px;
  color: #067397;
  text-transform: uppercase;
}

.separator2 {
  position: relative;
  z-index: 2;
  margin-top: -16px;
  margin-bottom: -25px;
}

.ds_uber_sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 33px;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.ds_uber_sec .ds_uber_bubbles {
  position: absolute;
  left: 0;
  top: 136px;
  width: 100%;
  max-width: 277px;
}
.ds_uber_sec .ds_waterfall_bubbles {
  top: -434px;
  right: 341px;
  position: absolute;
  width: 100%;
  max-width: 475px;
  z-index: 2;
}
.ds_uber_sec .ds_waterfall_bubbles2 {
  position: absolute;
  top: 60px;
  right: 270px;
  width: 100%;
  max-width: 495px;
}
.ds_uber_sec .ds_uber_uns_cont {
  max-width: 500px;
  margin-right: auto;
}
.ds_uber_sec .ds_uber_uns_cont .ds_uber_bio_title {
  max-width: 370px;
  margin-bottom: 20px;
}
.ds_uber_sec .ds_uber_uns_cont .btn_dark {
  text-transform: uppercase;
  margin-bottom: 200px;
}
.ds_uber_sec .ds_uber_uns_cont .ds_uber_uns_title_2 {
  color: white;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 306px;
}
.ds_uber_sec .ds_uber_uns_cont .ds_uber_uns_title_2:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 9px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 72px rgb(27, 51, 73);
  z-index: -1;
  background-color: rgba(27, 51, 73, 0.4);
}
.ds_uber_sec .ds_uber_uns_cont .ds_uber_text {
  color: white;
  font-size: 17px;
  line-height: 1.33;
  max-width: 470px;
  margin-bottom: 20px;
  box-shadow: 9px 9px 40px 13px rgba(22, 38, 59, 0.74);
  background-color: rgba(22, 38, 59, 0.46);
}

.separator3 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: -22px;
}

.ds_blog_sec {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ds_blog_sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 3.47vw;
  background-image: url(/wp-content/uploads/2022/09/cover-top.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.ds_blog_sec:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
  width: 100%;
  height: 3.47vw;
  background-image: url(/wp-content/uploads/2022/09/cover-bottom.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.ds_blog_sec .ds_blog_col {
  max-width: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ds_blog_sec .ds_blog_col img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.ds_blog_sec .ds_blog_col .ds_news_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  transform: translate(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease-in-out;
}
.ds_blog_sec .ds_blog_col .ds_news_content div {
  width: 100%;
  max-width: 100%;
}
.ds_blog_sec .ds_blog_col .ds_news_content div p {
  margin: 0;
  color: white;
  font-size: 24px;
  padding: 60px;
}
.ds_blog_sec .ds_blog_col:hover .ds_news_content {
  transform: translate(0%);
}

.ds_swiper_section .container .swiper-nav-fix .swiper-button-next, .ds_swiper_section .container .swiper-nav-fix .swiper-button-prev {
  z-index: -1;
}

.ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div p {
  margin-bottom: 40px;
}

.ds_die_idee .container {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*RESPO*/
@media only screen and (max-width: 1349px) {
  .ds_slider_sec_bestellen {
    right: 3.5vw;
  }
  .slider_section .ds_slider_sec_fish {
    left: 7px;
    bottom: -140px;
    max-width: 492px;
  }
  .slider_section .ds_slider_sec_coat {
    right: 3vw;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes {
    max-width: 450px;
    right: 70px;
    top: 160px;
  }
  .ds_land_sec {
    padding-bottom: 114px;
  }
  .ds_land_sec .ds_land_texts {
    margin-left: 25px;
  }
  .ds_shops_sec {
    padding-bottom: 15px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row .ds_shops_column {
    margin-bottom: 10px;
  }
  .ds_bio_section .container .ds_box .ds_content {
    background-size: cover !important;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_top {
    max-width: 300px;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_bottom {
    max-width: 300px;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_pack {
    padding-right: 84px;
  }
  .ds_bio_section .container .ds_box .ds_content {
    min-height: 334px;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_die_idee .container .hidden_section_more .ds_land_bubbles2 {
    left: -420px;
    max-width: 376px;
    bottom: 0;
  }
  #masthead .ds_wrapper_menu_main {
    justify-content: space-between;
  }
  .ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts div p {
    margin-bottom: 40px;
  }
  .ds_slider_sec_bestellen {
    right: 1vw;
  }
  .ds_bio_section .container .ds_box .ds_content {
    min-height: 345px !important;
  }
  .ds_bio_section .container .ds_box .ds_content {
    background-size: cover;
  }
  .slider_section .ds_slider_sec_coat {
    right: 2.9vw;
    max-width: 150px;
  }
  .slider_section .ds_slider_title img {
    padding-top: 25px;
    max-width: 270px;
  }
  .slider_section .ds_slider_sec_logo {
    left: 20px;
    top: -10px;
    max-width: 80px;
  }
  .separator1 {
    margin-top: -30px;
  }
  .ds_bio_sec .ds_bio_bubble_1 {
    left: 44px;
  }
  .ds_bio_sec .ds_bio_text .ds_bio_texts {
    max-width: calc(50% - 40px);
    margin-right: 40px;
  }
  .ds_schwimmen_sec {
    padding-bottom: 25px;
  }
  .ds_schwimmen_sec .ds_schwimmen_text {
    margin-left: 40px;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes {
    max-width: 420px;
    right: 10px;
    top: 150px;
  }
  .ds_shops_sec {
    padding-bottom: 40px;
  }
  .ds_shops_sec .ds_shops_texts {
    margin-left: 40px;
    max-width: calc(40% - 40px);
  }
  .ds_shops_sec .ds_shops_shops {
    max-width: calc(55% - 40px);
    margin-right: 40px;
  }
  .ds_schwimmen_text .mobile {
    display: none;
  }
  .ds_bio_section .container .ds_title .ds_land_bubbles {
    left: 281.983px !important;
  }
  .header_socials {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
    width: 100%;
    max-width: 50px;
  }
  .ds_aktuelles_section_box .ds_grid .ds_left .ds_box .ds_pack {
    bottom: -1px !important;
  }
  .ds_aktuelles_section_box .ds_grid .ds_left .ds_box .ds_pack {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .ds_aktuelles_page .ds_tabs_top {
    justify-content: center;
  }
  .ds_aktuelles_page .ds_tabs_top a {
    margin-right: 20px;
  }
  .ds_aktuelles_section_box .ds_grid .ds_box .ds_pack {
    height: 100% !important;
    padding-top: 180px !important;
    padding-right: 44px !important;
  }
  .ds_aktuelles_section_box .ds_grid .ds_box {
    max-width: 300px;
  }
  .ds_bio_section .container .ds_title .ds_land_bubbles {
    position: absolute;
    left: 130px;
    bottom: 80px;
    width: 100%;
    max-width: 465px;
    z-index: -1;
  }
}
@media only screen and (max-width: 991px) {
  .ds_rezept_page .ds_left_wrapper .ds_content img {
    max-width: 100% !important;
  }
  .ds_rezept_page .ds_right_wrapper .ds_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ds_rezept_page .ds_left_wrapper .ds_pack .ds_content_pack .ds_box {
    width: 34% !important;
  }
  .ds_rezept_page .ds_left_wrapper .ds_content img {
    max-width: 480px !important;
  }
  .ds_rezept_page .ds_left_wrapper .ds_content {
    max-width: 100% !important;
  }
  .page-template-aktuelles .separator4 {
    margin-top: -14px;
    margin-bottom: 0;
  }
  .ds_rezept_page .ds_left_wrapper .ds_content .ds_text {
    right: -85px !important;
  }
  .ds_die_idee .row .ds_right_wrapper .ds_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ds_die_idee .row .ds_right_wrapper .ds_content .btn, .ds_die_idee .row .ds_right_wrapper .ds_content .btn_dark, .ds_die_idee .row .ds_right_wrapper .ds_content .btn_outline, .ds_die_idee .row .ds_right_wrapper .ds_content .btn_slider, .ds_die_idee .row .ds_right_wrapper .ds_content #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_die_idee .row .ds_right_wrapper .ds_content a {
    margin-left: auto;
    padding-right: 30px;
  }
  .ds_bio_section .container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ds_desktop_section {
    display: none;
    margin: 0;
  }
  .ds_seciton_mobile {
    margin: 0;
    display: unset;
  }
  .ds_seciton_mobile .swiper-container {
    overflow: hidden;
  }
  .ds_seciton_mobile .swiper-container .ds_box .ds_content .ds_pack {
    padding-top: 100px !important;
  }
  .ds_seciton_mobile .swiper-container .ds_box .ds_content .ds_top {
    max-width: 280px !important;
  }
  .ds_seciton_mobile .swiper-container .ds_box .ds_content .ds_top h3 {
    font-size: 16px;
  }
  .ds_seciton_mobile .swiper-container .ds_box .ds_content .ds_bottom {
    max-width: 280px !important;
  }
  .ds_seciton_mobile .swiper-button-prev, .ds_seciton_mobile .swiper-button-next {
    border-radius: 50%;
    background: white;
    height: 40px;
    width: 40px;
  }
  .ds_seciton_mobile .swiper-button-prev:after, .ds_seciton_mobile .swiper-button-next:after {
    font-size: 20px;
    color: #067397;
  }
  .page-template-aktuelles-php main {
    padding-top: 0;
  }
  .ds_pack_aktuelles::before {
    display: none;
  }
  .ds_bio_section .container .ds_box {
    padding: 0px 0 0px 4px;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_pack {
    padding-top: 151px;
    padding-bottom: 0;
    padding-right: 0px;
  }
  .ds_die_idee .row .ds_right_wrapper .ds_content {
    margin-left: 4px;
    padding-top: 30px;
  }
  .ds_bio_section .container .ds_title h2 {
    font-size: 35px;
  }
  .ds_bio_section .container .ds_title {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-left: 20px;
  }
  .ds_bio_section .container .ds_botto_button {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .ds_die_idee .ds_left_wrapper .ds_content {
    margin-left: 4px;
    margin-top: 20px;
  }
  .ds_die_idee .row {
    flex-direction: column-reverse;
  }
  .ds_swiper_section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .ds_swiper_section .ds_content_text p {
    font-size: 16px;
  }
  .ds_swiper_section .ds_content_text {
    max-width: 275px;
    margin: 0 auto;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_top {
    max-width: 280px;
  }
  .ds_bio_section .container .ds_box .ds_content .ds_bottom {
    max-width: 280px;
  }
  .ds_aktuelles_section_box .ds_grid .ds_box .ds_pack {
    height: 100% !important;
    padding-top: 180px !important;
    padding-right: 44px !important;
  }
  .ds_die_idee::before {
    opacity: 0;
  }
  .ds_aktuelles_section_box .ds_grid .ds_box {
    max-width: unset;
  }
  .ds_aktuelles_section_box .ds_grid {
    flex-wrap: wrap;
    display: flex !important;
  }
  .ds_aktuelles_page .ds_tabs_top {
    flex-wrap: wrap;
  }
  .ds_aktuelles_page .ds_tabs_top a {
    margin-right: 10px;
  }
  .ds_aktuelles_section_box .ds_grid .ds_middle {
    padding: 0;
  }
  .ds_aktuelles_section_box .ds_grid .ds_left {
    width: 100%;
  }
  .ds_aktuelles_section_box .ds_grid .ds_middle {
    width: 100%;
  }
  .ds_aktuelles_section_box .ds_grid .ds_right {
    width: 100%;
  }
  .ds_aktuelles_page .ds_tabs_top {
    align-items: center;
    overflow: auto;
    flex-wrap: unset;
  }
  .ds_aktuelles_page .ds_tabs_top a {
    margin-right: 25px;
  }
  .ds_aktuelles_page .ds_title .ds_pack .ds_logo figure img {
    max-width: 83px;
  }
  .ds_aktuelles_page .ds_title h2 {
    margin-left: 20px;
  }
  .ds_aktuelles_page .ds_tabs_top a {
    font-size: 16px;
  }
  h2 {
    font-size: 2.75em;
  }
  main {
    padding-top: 50px;
  }
  .scrollTop {
    opacity: 0;
    pointer-events: none;
  }
  .scrollTop.visible {
    opacity: 0.8;
    pointer-events: auto;
  }
  .ds_slider_sec_bestellen {
    top: 80px;
  }
  .slider_section {
    padding-top: 163px;
    padding-bottom: 360px;
  }
  .slider_section .ds_slider_sec_coat {
    top: 130px;
    right: 18px;
    max-width: 130px;
  }
  .slider_section .ds_slider_title img {
    padding-top: 70px;
    max-width: 200px;
  }
  .slider_section .ds_slider_sec_fish {
    left: 23px;
    bottom: -10px;
    max-width: 300px;
    z-index: 1;
  }
  .ds_bio_sec .ds_bio_bubble_1 {
    right: 0px;
    top: -290px;
    max-width: 350px;
    z-index: 2;
    left: unset;
  }
  .ds_bio_sec .ds_bio_bubble_2 {
    right: 170px;
    top: -108px;
    max-width: 350px;
    z-index: 2;
    left: unset;
  }
  .ds_bio_sec .ds_bio_text {
    flex-direction: column;
    padding: 0 40px;
  }
  .ds_bio_sec .ds_bio_text .ds_bio_logo {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 200px;
  }
  .ds_bio_sec .ds_bio_text .ds_bio_texts {
    max-width: 100%;
    margin-right: 0;
  }
  .ds_schwimmen_sec {
    padding-top: 60px;
    padding-bottom: 200px;
  }
  .ds_schwimmen_sec .ds_schwimmen_text {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .ds_schwimmen_sec .ds_schwimmen_text h2, .ds_schwimmen_sec .ds_schwimmen_text p {
    max-width: unset !important;
  }
  .ds_schwimmen_sec .ds_schwimmen_text .tw_schwimmen_texts {
    flex-direction: column;
  }
  .ds_schwimmen_sec .ds_schwimmen_text .btn, .ds_schwimmen_sec .ds_schwimmen_text .btn_dark, .ds_schwimmen_sec .ds_schwimmen_text .btn_outline, .ds_schwimmen_sec .ds_schwimmen_text .btn_slider, .ds_schwimmen_sec .ds_schwimmen_text #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_schwimmen_sec .ds_schwimmen_text a {
    margin-left: auto;
  }
  .ds_schwimmen_sec .ds_schwimmen_text .btn.btn_desktop, .ds_schwimmen_sec .ds_schwimmen_text .btn_desktop.btn_dark, .ds_schwimmen_sec .ds_schwimmen_text .btn_desktop.btn_outline, .ds_schwimmen_sec .ds_schwimmen_text .btn_desktop.btn_slider, .ds_schwimmen_sec .ds_schwimmen_text #cookie-notice #cn-notice-buttons a.btn_desktop, #cookie-notice #cn-notice-buttons .ds_schwimmen_sec .ds_schwimmen_text a.btn_desktop {
    display: none;
  }
  .ds_schwimmen_sec .ds_schwimmen_text .btn.btn_respo, .ds_schwimmen_sec .ds_schwimmen_text .btn_respo.btn_dark, .ds_schwimmen_sec .ds_schwimmen_text .btn_respo.btn_outline, .ds_schwimmen_sec .ds_schwimmen_text .btn_respo.btn_slider, .ds_schwimmen_sec .ds_schwimmen_text #cookie-notice #cn-notice-buttons a.btn_respo, #cookie-notice #cn-notice-buttons .ds_schwimmen_sec .ds_schwimmen_text a.btn_respo {
    display: flex !important;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes {
    top: unset;
    bottom: 40px;
    max-width: 430px;
    right: unset;
    left: 50px;
    z-index: 1;
    pointer-events: none;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes img:first-of-type {
    display: none;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes img:last-of-type {
    display: block;
  }
  .ds_schwimmen_sec .ds_schwimmen_bubbles {
    max-width: 270px;
    bottom: -20px;
    top: unset;
  }
  .btn, .btn_dark, .btn_outline, .btn_slider, #cookie-notice #cn-notice-buttons a {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
  .ds_land_sec {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .ds_land_sec .ds_land_texts {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
  }
  .ds_land_sec .ds_land_texts h2, .ds_land_sec .ds_land_texts p {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ds_land_sec .ds_land_texts h2 {
    max-width: 100%;
  }
  .ds_land_sec .ds_land_texts p {
    padding-top: 30px;
  }
  .ds_land_sec .ds_land_texts .btn_dark {
    margin-left: auto;
    margin-right: 40px;
  }
  .ds_land_sec .ds_land_img {
    display: none;
  }
  .ds_land_sec .ds_mobile_swiper {
    display: block;
  }
  .ds_land_sec .ds_mobile_swiper figure {
    height: unset;
  }
  .ds_land_sec .ds_mobile_swiper figure img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .ds_shops_sec {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: -95px;
  }
  .ds_shops_sec .ds_shops_texts {
    margin-left: 40px;
    margin-right: 40px;
    margin-left: 40px;
    max-width: calc(100% - 80px);
  }
  .ds_shops_sec .ds_shops_texts h2 {
    max-width: 100%;
  }
  .ds_shops_sec .ds_shops_texts p {
    max-width: unset;
  }
  .ds_shops_sec .ds_shops_texts .btn, .ds_shops_sec .ds_shops_texts .btn_dark, .ds_shops_sec .ds_shops_texts .btn_outline, .ds_shops_sec .ds_shops_texts .btn_slider, .ds_shops_sec .ds_shops_texts #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_shops_sec .ds_shops_texts a {
    margin-right: 0;
    margin-left: auto;
  }
  .ds_shops_sec .ds_shops_shops {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_desktop {
    display: none;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_mobile {
    display: block;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops {
    display: block;
    color: white;
    background-image: url(/wp-content/uploads/2022/09/chevron.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-prev {
    text-align: right;
    transform: translateY(-50%) rotate(-180deg);
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops::after {
    display: none;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner {
    padding: 60px 14px 20px 14px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner .ds_shops_column_header {
    padding: 8px 14px;
    font-size: 17px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner .ds_shops_column_body .ds_shops_column_body_text {
    font-size: 13px;
  }
  .separator2 {
    margin-bottom: -15px;
  }
  .ds_uber_sec {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ds_uber_sec .ds_uber_bubbles {
    top: 122px;
    max-width: 171px;
  }
  .ds_uber_sec .ds_waterfall_bubbles {
    top: -124px;
    right: -39px;
    max-width: 275px;
  }
  .ds_uber_sec .ds_waterfall_bubbles2 {
    top: 10px;
    right: 130px;
    max-width: 295px;
  }
  .ds_uber_sec .ds_uber_uns_cont {
    max-width: 100%;
  }
  .ds_uber_sec .ds_uber_uns_cont .ds_uber_bio_title {
    max-width: 350px;
  }
  .ds_uber_sec .ds_uber_uns_cont .btn_dark {
    margin-bottom: 70px;
  }
  .ds_uber_sec .ds_uber_uns_cont .ds_uber_uns_title_2 {
    margin-bottom: 0vw;
  }
  .ds_uber_sec .ds_uber_uns_cont .ds_uber_uns_title_2:before {
    box-shadow: 0px 0px 100px 15px rgb(27, 51, 73);
    background-color: rgba(27, 51, 73, 0.6);
    width: 440px;
    height: 150px;
  }
  .ds_uber_sec .ds_uber_uns_cont .ds_uber_text {
    max-width: 450px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .ds_uber_sec .ds_uber_uns_cont .ds_uber_text, .ds_uber_sec .ds_uber_uns_cont .btn, .ds_uber_sec .ds_uber_uns_cont .btn_dark, .ds_uber_sec .ds_uber_uns_cont .btn_outline, .ds_uber_sec .ds_uber_uns_cont .btn_slider, .ds_uber_sec .ds_uber_uns_cont #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_uber_sec .ds_uber_uns_cont a {
    position: relative;
    z-index: 1;
  }
  .separator3 {
    margin-bottom: -15px;
  }
  .ds_blog_sec .ds_blog_col {
    max-width: 100%;
  }
  .ds_blog_sec .ds_blog_col .ds_news_content div p {
    font-size: 24px;
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ds_rezept_page .ds_left_wrapper .ds_content img {
    max-width: 323px !important;
  }
  .ds_rezept_page .ds_left_wrapper .ds_content .ds_text {
    right: 0 !important;
  }
  .ds_rezept_page .ds_left_wrapper .ds_content {
    max-width: 365px !important;
  }
  .ds_die_idee .row .ds_right_wrapper .ds_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ds_shops_sec .ds_shops_shops {
    max-width: 78%;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-prev {
    left: -70px;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-next {
    right: -70px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row.ds_shops_row_mobile .swiper-slide {
    padding: 0 15px;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes {
    max-width: 375px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2em;
    margin-bottom: 12px;
  }
  p {
    font-size: 16px;
  }
  .bubble {
    display: none;
  }
  #ds_slider {
    background-position: right 44% top;
  }
  .scrollTop {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
  .ds_slider_sec_bestellen {
    /*top: 40px;*/
  }
  .slider_section .ds_slider_sec_logo {
    left: 10px;
    top: -30px;
    max-width: 60px;
  }
  .slider_section .ds_slider_sec_coat {
    /*top: 90px;*/
  }
  .slider_section .ds_slider_title {
    margin-right: 20%;
  }
  .slider_section .ds_slider_title img {
    padding-top: 80px;
  }
  .slider_section .ds_slider_sec_fish {
    bottom: 80px;
    max-width: 220px;
  }
  .ds_bio_sec .ds_bio_text {
    padding: 0px 20px;
  }
  .ds_bio_sec .ds_bio_text .ds_bio_logo {
    margin-bottom: 30px;
    max-width: 170px;
  }
  .ds_schwimmen_sec .ds_schwimmen_text {
    padding: 0 20px;
  }
  .ds_schwimmen_sec .ds_schwimmen_fishes {
    max-width: 90%;
    left: 20px;
  }
  .ds_land_sec .ds_land_texts h2, .ds_land_sec .ds_land_texts p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ds_shops_sec .ds_shops_texts {
    margin-right: 20px;
    margin-left: 20px;
    max-width: calc(100% - 40px);
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner {
    padding: 65px 25px 30px 25px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner .ds_shops_column_header {
    padding: 13px 20px;
    font-size: 16px;
  }
  .ds_shops_sec .ds_shops_shops .ds_shops_row_mobile .ds_shops_column .ds_shops_column_inner .ds_shops_column_body .ds_shops_column_body_text {
    font-size: 13px;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops {
    height: 40px;
    width: 40px;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-next {
    right: -40px;
  }
  .ds_shops_sec .ds_shops_shops .swiper-button-shops.swiper-button-shops-prev {
    left: -40px;
  }
  .ds_uber_sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@keyframes float-up-down {
  0% {
    transform: translateY(0px);
  }
  1% {
    transform: translateY(0px);
  }
  49% {
    transform: translateY(20px);
  }
  51% {
    transform: translateY(20px);
  }
  99% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.dot-preloader-overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  top: 50%;
  transform: translatey(-50%);*/
  transition: 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.dot-preloader-overlay.d-none {
  opacity: 0;
  display: flex !important;
  pointer-events: none;
}
.dot-preloader-overlay .dot-preloader {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-preloader-overlay .dot-flashing::before, .dot-preloader-overlay .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
}
.dot-preloader-overlay .dot-flashing::before {
  left: -15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-preloader-overlay .dot-flashing::after {
  left: 15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%, 100% {
    background-color: #ffd9cf;
  }
}/*# sourceMappingURL=main.css.map */