/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Questa";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Questa Grande Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "PublicSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/PublicSans-VariableFont_wght.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "PublicSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/PublicSans-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

main {
  width: 100%;
}

.home {
  background-color: #F4F3ED;
}

figure {
  margin-bottom: 0;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 1em;
  font-family: "Questa";
  color: black;
}

h1 {
  font-size: 71px;
  margin-bottom: 0em;
  color: white;
  line-height: 1.267;
}

h2 {
  font-size: 55px;
  margin-bottom: 0.727em;
  line-height: 1.363;
}

h3 {
  font-size: 38px;
  line-height: 1.237em;
  font-weight: 400;
}

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-size: 0.85em;
  line-height: 1.43;
  margin-bottom: 0.8em;
}

li {
  font-size: 0.85em;
  line-height: 1.43;
}

.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.3s ease-in-out;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

.underline_link {
  text-decoration: none;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 0;
  background-color: transparent;
  color: #000000;
  border: 0;
  text-transform: uppercase;
  padding-right: 40px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  position: relative;
}
.underline_link:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/04/icon-right-black.svg);
  width: 20px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.3s ease-in-out;
  right: 9px;
  top: calc(50% - 7px);
}
.underline_link:hover {
  color: #000000;
  text-decoration: none;
  background: transparent;
  border: 0;
}
.underline_link:hover:after {
  right: 0;
}

button {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
}
button img {
  max-width: 21px;
}
button:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

.btn, #cookie-notice #cn-notice-buttons a, .btn_outline {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
}
.btn img, #cookie-notice #cn-notice-buttons a img, .btn_outline img {
  max-width: 21px;
}
.btn:hover, #cookie-notice #cn-notice-buttons a:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

.btn_outline {
  background-color: transparent;
  color: #AF272F;
  border: 1px solid #AF272F;
  padding-right: 27px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.btn_outline svg path {
  transition: 0.3s ease-in-out;
}
.btn_outline:hover {
  background: #AF272F;
  border: 1px solid #AF272F;
  color: white;
  text-decoration: none;
}
.btn_outline:hover svg path {
  fill: white;
}

.btn_big, .btn_big_outline {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big img, .btn_big_outline img {
  max-width: 21px;
}
.btn_big:hover, .btn_big_outline:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

.btn_big_outline {
  background-color: transparent;
  color: #AF272F;
  border: 1px solid #AF272F;
  padding-right: 27px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.btn_big_outline svg path {
  transition: 0.3s ease-in-out;
}
.btn_big_outline:hover {
  background: #AF272F;
  border: 1px solid #AF272F;
  color: white;
  text-decoration: none;
}
.btn_big_outline:hover svg path {
  fill: white;
}

.btn_small, .btn_small_outline {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small img, .btn_small_outline img {
  max-width: 21px;
}
.btn_small:hover, .btn_small_outline:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

.btn_small_outline {
  background-color: transparent;
  color: #AF272F;
  border: 1px solid #AF272F;
  padding-right: 27px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.btn_small_outline svg path {
  transition: 0.3s ease-in-out;
}
.btn_small_outline:hover {
  background: #AF272F;
  border: 1px solid #AF272F;
  color: white;
  text-decoration: none;
}
.btn_small_outline:hover svg path {
  fill: white;
}

.btn_round {
  font-size: 1.125em;
  line-height: 1;
  background: #ffdd19;
  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);
  color: #383a3e;
  text-decoration: none;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.3s 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%;
  color: #383a3e;
  transition: 0.3s 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-color: #f3f3f3;
  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: "PublicSans";
  -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 {
  height: 73px;
  font-size: 1em;
  line-height: 1;
  color: black;
  border: 1px solid #707070;
  background-color: transparent;
  cursor: auto;
  font-family: "Questa";
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
}
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: black;
}
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: black;
}

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

input[type=submit], input[type=reset] {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
}
input[type=submit] img, input[type=reset] img {
  max-width: 21px;
}
input[type=submit]:hover, input[type=reset]:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

textarea {
  padding: 20px 0em;
  font-size: 1em;
  line-height: 1;
  color: black;
  border: 1px solid #707070;
  background-color: transparent;
  height: 162px;
  font-family: "Questa";
  border-left: 0;
  border-right: 0;
  display: block;
}
textarea::-moz-placeholder {
  color: black;
}
textarea::placeholder {
  color: black;
}

select option {
  padding: 0.2em 1em;
  transition: 0.3s ease-in-out;
}
select option:hover {
  background: #f3f3f3;
}
select::-moz-placeholder {
  color: #79797a;
}
select::placeholder {
  color: #79797a;
}

input[type=file] {
  background: #f3f3f3;
  padding: 0;
  padding-right: 1em;
  position: relative;
}

input[type=file]::file-selector-button {
  padding: 18px 20px 18px 26px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #AF272F;
  color: white;
  border: 1px solid #AF272F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: 13px;
       column-gap: 13px;
  text-align: center;
  font-size: 20px;
  padding: 0.7em 1.5em;
  height: 100%;
}
input[type=file]::file-selector-button img {
  max-width: 21px;
}
input[type=file]::file-selector-button:hover {
  color: white;
  text-decoration: none;
  background: #262626;
  border-color: #262626;
}

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

/*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;
  background: #f3f3f3;
  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.3s ease-in-out;
}
.quantity_spinner .quantity_spinner_minus:hover, .quantity_spinner .quantity_spinner_plus:hover {
  background-color: #dedede;
}
.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 #dedede;
  border-left: 1px solid #dedede;
  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: "PublicSans";
}
#cookie-notice #cn-notice-buttons a {
  background: #f15b3d;
}

/*-----------respo---------------*/
@media (min-width: 1400px) {
  .main_slider .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1449px) {
  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 {
    height: 60px;
  }
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
  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 {
    height: 33px;
    font-size: 15px;
  }
  textarea {
    height: 114px;
    padding: 7px 0em;
    font-size: 15px;
  }
  .btn, .btn_outline, #cookie-notice #cn-notice-buttons a {
    font-size: 17px;
  }
}
@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;
}

.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: 1450px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1406px;
  }
}
.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;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: 0.3s ease-in-out;
  width: 100%;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  transition: 0.3s ease-in-out;
  padding: 16px 76px 16px 81px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0em 0;
  width: 100%;
  max-width: 291px;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 291px;
  transition: 0.3s ease-in-out;
}
#masthead .ds_wrapper_menu_main .navbar-brand a img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
#masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
  position: absolute;
  opacity: 0;
}
#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: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin: 0 30px;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:last-of-type {
  margin-right: 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 30px;
  text-decoration: none;
  color: black;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.3s ease-in-out;
  font-family: "Questa";
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #262626;
  border-top: 3px solid #262626;
}

/*white text*/
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main {
  border-color: transparent;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a {
  color: white;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover {
  color: white;
  border-top: 3px solid white;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg {
  fill: white;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active {
  background: #383a3e;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  color: white;
}
.home #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span {
  background: white;
}

#masthead.smallHeader {
  background: white;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
  max-width: 150px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a img.ds_logo_white {
  opacity: 0;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
  opacity: 1;
}

body:not(.home) #masthead {
  background: white;
}
body:not(.home) #masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_white {
  opacity: 0;
}
body:not(.home) #masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
  opacity: 1;
}

body.page-template-default #masthead {
  background: white;
}
body.page-template-default #masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
  opacity: 1 !important;
}
body.page-template-default #masthead .ds_wrapper_menu_main .navbar-toggler span {
  background-color: black;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  #masthead {
    background-color: transparent !important;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
    opacity: 0 !important;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a img.ds_logo_white {
    opacity: 1 !important;
  }
  #masthead.smallHeader {
    background-color: white !important;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a img.ds_logo_black {
    opacity: 1 !important;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a img.ds_logo_white {
    opacity: 0 !important;
  }
  #masthead.smallHeader .navbar-toggler span {
    background-color: black;
  }
  #masthead .ds_wrapper_menu_main {
    border-bottom: 0;
  }
  #masthead .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    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);
  }
  #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%;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #EDEDED;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 1em 0.1em;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #383a3e !important;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: #f5f5f5;
  }
  #masthead .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .navbar-toggler {
    height: 22px;
    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: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span {
    background-color: black;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1449px) {
  #masthead .ds_wrapper_menu_main {
    padding: 16px 50px 16px 50px;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 200px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    margin: 0 30px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    margin: 0 20px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
}
@media (max-width: 767px) {
  #masthead .ds_wrapper_menu_main {
    padding: 14px 30px 14px 24px;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 141px;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_popup {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1000;
}
.ds_popup.hide {
  animation: hide 0.5s ease 0s 1 normal forwards;
}
.ds_popup .ds_popup_wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  max-width: 620px;
  width: 100%;
  padding: 20px 30px 30px;
  overflow: hidden;
}
.ds_popup .ds_popup_wrapper .ds_popup_close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ds_popup .ds_popup_wrapper .ds_popup_close span {
  width: 100%;
  height: 2px;
  background-color: #AF272F;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.ds_popup .ds_popup_wrapper .ds_popup_close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ds_popup .ds_popup_wrapper .ds_popup_close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ds_popup .ds_popup_wrapper .ds_popup_neues {
  position: absolute;
  left: -172px;
  bottom: 157px;
  transform: rotate(-90deg);
  font-size: 154px;
  font-weight: bold;
  color: #F4F3ED;
  font-family: "Questa";
  line-height: 1;
  text-transform: uppercase;
  z-index: -1;
}
.ds_popup .ds_popup_wrapper h2 {
  max-width: calc(100% - 100px);
}
.ds_popup .ds_popup_wrapper h2, .ds_popup .ds_popup_wrapper h2 > p {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.21;
  color: #AF272F;
  margin-bottom: 0.526em;
}
.ds_popup .ds_popup_wrapper p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 1em;
  font-weight: 300;
}
.ds_popup .ds_popup_wrapper figure {
  margin-left: auto;
  max-width: 442px;
}

.ds_ig_popup {
  position: fixed;
  right: 0;
  bottom: 15px;
  border-radius: 60px 0 0 60px;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  background-color: white;
  text-decoration: none !important;
  transform: translateX(155px);
  z-index: 10;
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.ds_ig_popup.ds_show {
  transform: translateX(0px);
}
.ds_ig_popup figure {
  max-width: 98px;
  border-radius: 98px;
  overflow: hidden;
  border: 2px solid white;
  position: relative;
}
.ds_ig_popup figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/01/instagram-seeklogo.com_.svg);
  background-size: 35px 35px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ds_ig_popup figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_ig_popup figure:hover:before {
  opacity: 1;
}
.ds_ig_popup p {
  color: #AF272F;
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Questa";
  max-width: 140px;
  font-size: 24px;
}

.ds_press_modal {
  padding-top: 50px;
  position: fixed;
  z-index: 11111111;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.ds_press_modal .container {
  height: 100%;
}
.ds_press_modal .ds_press_Swiper {
  height: 100%;
  width: 100%;
}
.ds_press_modal .ds_press_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.ds_press_modal .ds_press_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 63px;
}
.ds_press_modal .ds_press_header h2 {
  color: white;
  font-size: 55px;
  line-height: 1.36;
  margin-bottom: 0;
}
.ds_press_modal .ds_press_header .ds_press_close {
  margin-top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 500;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.ds_press_modal .ds_press_header .ds_press_close span {
  background-color: white;
  border-radius: 2px;
  height: 2px;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
}
.ds_press_modal .ds_press_header .ds_press_close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ds_press_modal .ds_press_header .ds_press_close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ds_press_modal .ds_press_header .ds_press_close:hover {
  transform: scale(1.2);
}
.ds_press_modal .ds_press_body {
  height: 100%;
  max-width: 60vw;
}
.ds_press_modal .ds_press_body .ds_press_body_slide {
  display: flex;
  flex-direction: column;
}
.ds_press_modal .ds_press_body .ds_press_body_slide > *:not(.ds_press_meta) {
  height: calc(100% - 100px);
}
.ds_press_modal .ds_press_body .ds_press_body_slide .ds_frame_dl_btn {
  height: auto !important;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ds_press_modal .ds_press_body figure {
  width: 100%;
  text-align: center;
}
.ds_press_modal .ds_press_body figure img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.ds_press_modal .ds_press_body embed, .ds_press_modal .ds_press_body object {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  display: block;
}
.ds_press_modal .ds_press_body video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: black;
}
.ds_press_modal .ds_press_body .ds_press_meta {
  text-align: center;
  margin-top: auto;
}
.ds_press_modal .ds_press_body .ds_press_meta h4 {
  font-family: "PublicSans";
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 6px;
  font-style: italic;
  color: white;
}
.ds_press_modal .ds_press_body .ds_press_meta h3 {
  font-family: "PublicSans";
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
}
.ds_press_modal .ds_press_footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.ds_press_modal .ds_press_footer .ds_press_prevnext {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  color: white;
  font-style: italic;
  cursor: pointer;
  min-width: 210px;
  font-size: 20px;
  font-family: "Questa";
}
.ds_press_modal .ds_press_footer .ds_press_prevnext.ds_press_prevnext_next {
  text-align: right;
  justify-content: flex-end;
}
.ds_press_modal .ds_press_footer .ds_press_prevnext.inactive {
  opacity: 0;
  pointer-events: none;
}
.ds_press_modal .ds_press_footer .ds_press_prevnext img {
  max-width: 55px;
  width: 100%;
}

footer {
  padding-top: 120px;
  background-color: #D7D3CB;
}
footer .ds_kontakt_figure {
  display: none;
}
footer .ds_footer_email {
  padding: 0 12px;
  text-align: right;
}
footer .ds_footer_email a {
  color: white;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.24;
  font-family: "Questa";
  text-decoration: none;
  letter-spacing: 2.755px;
}
footer .ds_footer_email a:hover {
  text-decoration: underline;
}
footer .ds_footer_wrapper {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  margin-bottom: 36px;
}
footer .ds_footer_wrapper .ds_footer_left {
  padding: 11px 30px 0 132px;
  position: relative;
}
footer .ds_footer_wrapper .ds_footer_left ul {
  list-style-type: none;
}
footer .ds_footer_wrapper .ds_footer_left ul li a {
  font-size: 29px;
  line-height: 1.448;
  color: white;
  font-family: "Questa";
  text-transform: uppercase;
  text-decoration: none;
}
footer .ds_footer_wrapper .ds_footer_left ul li a:hover {
  text-decoration: underline;
}
footer .ds_footer_wrapper .ds_footer_left .footer_ig {
  max-width: 32px;
  max-height: 32px;
  margin-top: 16px;
  display: block;
}
footer .ds_footer_wrapper .ds_footer_left .footer_ig svg {
  width: 100%;
  height: auto;
  display: block;
}
footer .ds_footer_wrapper .ds_footer_right_imgs {
  display: flex;
  max-width: calc(100% - 500px);
}
footer .ds_footer_wrapper .ds_footer_right_imgs figure {
  border: 5px solid #D7D3CB;
  max-width: 20%;
}
footer .ds_footer_wrapper .ds_footer_right_imgs figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .ds_footer_copyright {
  border-top: 5px solid white;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 33px;
  padding-left: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85em;
  line-height: 1.2;
  color: white;
}
footer .ds_footer_copyright p {
  margin-bottom: 0;
  font-size: 1em;
}
footer .ds_footer_copyright a {
  color: white;
  text-decoration: none;
}
footer .ds_footer_copyright a:hover {
  color: white;
  text-decoration: underline;
}

@keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1449px) {
  footer {
    padding-top: 70px;
  }
  footer .ds_footer_email a {
    font-size: 24px;
  }
  footer .ds_footer_wrapper .ds_footer_menu ul li a {
    font-size: 24px;
  }
  footer .ds_footer_wrapper .ds_footer_right_imgs figure {
    height: 220px;
  }
  footer .ds_footer_copyright p,
  footer .ds_footer_copyright,
  footer .ds_footer_copyright a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .ds_press_modal .ds_press_body embed, .ds_press_modal .ds_press_body object {
    max-width: 80%;
  }
  footer {
    padding-top: 70px;
  }
  footer .ds_footer_wrapper .ds_footer_left {
    padding: 11px 30px 0 72px;
  }
  footer .ds_footer_wrapper .ds_footer_right_imgs {
    max-width: calc(100% - 300px);
  }
  footer .ds_footer_copyright {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ds_press_modal .ds_press_Swiper {
    padding-bottom: 32px;
  }
  .ds_press_modal .ds_press_header {
    margin-bottom: 20px;
  }
  .ds_press_modal .ds_press_header h2 {
    font-size: 40px;
    max-width: calc(100% - 50px);
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
  .ds_press_modal .ds_press_header .ds_popup_close {
    margin-top: 0;
  }
  .ds_press_modal .ds_press_body .ds_press_body_slide > *:not(.ds_press_meta) {
    height: calc(100% - 100px);
  }
  .ds_press_modal .ds_press_body video {
    max-width: 100%;
  }
  .ds_press_modal .ds_press_body .ds_press_meta {
    width: 100%;
  }
  .ds_press_modal .ds_press_footer {
    flex-wrap: wrap;
    row-gap: 16px;
    padding-top: 12px;
    z-index: 1;
  }
  .ds_popup .ds_popup_wrapper {
    max-width: 353px;
    padding: 20px 20px 20px;
  }
  .ds_popup .ds_popup_wrapper .ds_popup_close {
    right: 20px;
    top: 20px;
  }
  .ds_popup .ds_popup_wrapper .ds_popup_neues {
    left: -161px;
    bottom: 138px;
    transform: rotate(-90deg);
    font-size: 137px;
    font-weight: bold;
    color: #F4F3ED;
    font-family: "Questa";
    line-height: 1;
    text-transform: uppercase;
    z-index: -1;
  }
  .ds_popup .ds_popup_wrapper h2 {
    max-width: calc(100% - 25px);
  }
  .ds_popup .ds_popup_wrapper h2, .ds_popup .ds_popup_wrapper h2 > p {
    font-size: 24px;
    line-height: 1.25;
  }
  .ds_popup .ds_popup_wrapper p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 1em;
    font-weight: 300;
  }
  .ds_popup .ds_popup_wrapper figure {
    margin-left: auto;
    max-width: 442px;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  footer .ds_footer_wrapper {
    order: -1;
  }
  footer .ds_footer_wrapper .ds_footer_right_imgs {
    display: none;
  }
  footer .ds_footer_wrapper .ds_footer_left {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .ds_footer_email {
    text-align: left;
    padding: 0 30px 10px;
  }
  footer .ds_footer_copyright {
    flex-direction: column;
    padding: 13px 30px;
    align-items: flex-start;
    row-gap: 5px;
  }
}
@media (max-width: 767px) {
  .ds_footer_sec {
    position: relative;
    padding-top: 97px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .ds_footer_sec .ds_kontakt_figure {
    display: block;
    position: absolute;
    width: 677px;
    height: auto;
    left: 0;
    top: -167px;
    pointer-events: none;
  }
  .ds_footer_sec .ds_footer_wrapper {
    margin-bottom: 30px;
  }
  .ds_footer_sec .ds_footer_wrapper .ds_footer_menu ul li a {
    font-size: 17px;
    line-height: 1.412;
  }
  .ds_footer_sec .ds_footer_email a {
    font-size: 17px;
    letter-spacing: 1.615px;
  }
  .ds_footer_sec .ds_footer_copyright p, .ds_footer_sec .ds_footer_copyright .ds_footer_links, .ds_footer_sec .ds_footer_copyright a {
    font-size: 12px;
    line-height: 1.167;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 4em;
    padding-bottom: 3em;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 2em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
    margin-bottom: 1em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
    margin-bottom: 0;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
    font-size: 1em;
  }
  footer .ds_footer_bottom_line {
    font-size: 1.125em;
    margin-top: 2em;
    border-top: 1px solid #323232;
    padding-top: 2em;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
  }
  .ds_press_modal {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .ds_press_modal .ds_press_header {
    margin-bottom: 15px;
  }
  .ds_press_modal .ds_press_body {
    max-width: 80vw;
  }
  .ds_press_modal .ds_press_body .ds_press_meta h4 {
    font-size: 16px;
  }
  .ds_press_modal .ds_press_body .ds_press_meta h3 {
    font-size: 22px;
  }
  .ds_press_modal .ds_press_footer .ds_press_prevnext {
    min-width: 130px;
    max-width: 150px;
    font-size: 16px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .ds_press_modal .ds_press_footer .ds_press_prevnext img {
    max-width: 32px;
  }
}
/*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 {
  background: #383a3e;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s 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 {
  background: #505359;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #383a3e;
}

.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 .req-input {
  color: #f15b3d;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: 37px;
}
.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.invalid .wpcf7-response-output {
  background: #f15b3d;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #a4c442;
}
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #f15b3d;
}
.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 {
  background: #cfcfcf;
  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 #dedede;
  padding: 0.3em 0.5em;
}
.size_guide_modal table tbody tr:first-child td {
  background: #f3f3f3;
}
.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 #383a3e;
  border-radius: 0.25em;
  background: #f3f3f3;
  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 #383a3e;
  border-right: 3px solid #383a3e;
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  transition: border-color 0.3s ease;
}
input[type=checkbox]:checked:before {
  content: "";
  background: #383a3e;
}
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 #383a3e;
  border-radius: 50%;
  background: #f3f3f3;
  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;
  background: #383a3e;
  opacity: 0.2;
  border-radius: 50%;
  transition: background 0.3s ease;
}
input[type=radio]:checked:before {
  content: "";
  background: #383a3e;
}
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----------------------------------*/
.ds_slider_sec {
  padding-bottom: 89px;
  padding-left: 76px;
  padding-right: 137px;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.ds_slider_sec .ds_slider_wrapper {
  max-width: 1200px;
}
.ds_slider_sec .ds_slider_wrapper h1 {
  color: white;
}

@media only screen and (min-width: 1450px) {
  .ds_slider_sec .ds_slider_wrapper h1 {
    font-size: 62px;
  }
}
.ds_slider_mobile_text {
  display: none;
}

.ds_about_sec {
  padding-top: 66px;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.ds_about_sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76.2vw;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/04/Shadow-min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ds_about_sec .ds_about_wrapper {
  display: flex;
  align-items: flex-start;
}
.ds_about_sec .ds_about_wrapper img {
  margin-top: 89px;
  display: block;
}
.ds_about_sec .ds_about_wrapper img:first-of-type {
  max-width: 364px;
}
.ds_about_sec .ds_about_wrapper img:last-of-type {
  max-width: 284px;
}
.ds_about_sec .ds_about_wrapper .ds_about_texts {
  max-width: calc(100% - 364px - 284px - 200px);
  margin-left: auto;
  margin-right: auto;
}
.ds_about_sec .ds_about_wrapper .ds_about_texts p {
  font-weight: 300;
}

.ds_book_sec {
  padding-top: 106px;
  margin-bottom: -120px;
}
.ds_book_sec .container .ds_book_wrapper {
  display: flex;
  align-items: flex-start;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts {
  padding-top: 162px;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts h2 {
  font-size: 72px;
  line-height: 1.042;
  padding-bottom: 39px;
  margin-bottom: 39px;
  position: relative;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 223px;
  background-color: #AF272F;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts p {
  font-weight: 300;
  line-height: 1.52;
  color: #000000;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts p:first-of-type {
  margin-bottom: 40px;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_texts a {
  margin-top: 98px;
}
.ds_book_sec .container .ds_book_wrapper .ds_book_img {
  transform: rotate(17deg);
  max-width: 520px;
}

.ds_journal_sec {
  background: white;
  padding-top: 219px;
  padding-bottom: 163px;
}
.ds_journal_sec .container {
  position: relative;
}
.ds_journal_sec .container h2 {
  transform: rotate(-90deg);
  font-size: 157px;
  font-weight: bold;
  line-height: 1.248;
  color: #F4F3ED;
  position: absolute;
  text-transform: uppercase;
  left: -420px;
  top: 160px;
  margin-bottom: 0;
}
.ds_journal_sec .container .row {
  margin: 0 -74px;
}
.ds_journal_sec .container .row .ds_journal_col {
  padding: 0 74px;
  margin-bottom: 50px;
}
.ds_journal_sec .container .row .ds_journal_col figure {
  margin-bottom: 29px;
}
.ds_journal_sec .container .row .ds_journal_col figure img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_journal_sec .container .row .ds_journal_col h3 {
  margin-bottom: 45px;
}
.ds_journal_sec .container .row .ds_journal_col h3 a {
  text-decoration: none;
}
.ds_journal_sec .container .row .ds_journal_col h3 a:hover {
  text-decoration: underline;
}
.ds_journal_sec .container .ds_journal_btn_wrapper {
  margin-top: 70px;
  text-align: center;
}
.ds_quote_sec {
  padding-top: 230px;
  padding-bottom: 230px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.ds_quote_sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
}
.ds_quote_sec h2 {
  position: relative;
  z-index: 1;
  color: white;
  margin: 0 auto;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  max-width: 1000px;
  font-size: 39px;
  line-height: 1.25;
  max-width: 850px;
}

.ds_press_sec {
  background: #F4F3ED;
  padding-top: 120px;
  padding-bottom: 120px;
}
.ds_press_sec .container {
  position: relative;
}
.ds_press_sec .container h2 {
  transform: rotate(-90deg);
  font-size: 157px;
  font-weight: bold;
  line-height: 1.248;
  color: #F4F3ED;
  position: absolute;
  text-transform: uppercase;
  left: -61px;
  top: 78px;
  color: white;
  margin-bottom: 0;
}
.ds_press_sec .container .ds_press_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 60px;
       column-gap: 60px;
  max-width: 870px;
  margin: 0 auto;
}
.ds_press_sec .container .ds_press_wrapper .ds_post_cat {
  text-decoration: none;
  cursor: pointer;
}
.ds_press_sec .container .ds_press_wrapper .ds_post_cat:hover {
  text-decoration: underline;
}
.ds_press_sec .container .ds_press_wrapper .ds_post_cat figure {
  margin-bottom: 30px;
}
.ds_press_sec .container .ds_press_wrapper .ds_post_cat figure img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_press_sec .container .ds_press_wrapper .ds_post_cat h3 {
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 1.23;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.ds_kontakt_sec {
  padding-top: 162px;
  padding-bottom: 77px;
  position: relative;
  background-color: #D7D3CB;
}
.ds_kontakt_sec .ds_kontakt_figure_shadow {
  position: absolute;
  width: 100%;
  height: 1500px;
  top: 0px;
  left: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ds_kontakt_sec .ds_kontakt_figure_shadow img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_kontakt_sec .ds_kontakt_figure {
  right: -240px;
  top: -308px;
  position: absolute;
  pointer-events: none;
}
.ds_kontakt_sec .ds_kontakt_wrapper {
  max-width: 710px;
  position: relative;
}
.ds_kontakt_sec .ds_kontakt_wrapper h2 {
  font-size: 62px;
  font-weight: 500;
  margin-bottom: 47px;
}
.ds_kontakt_sec .ds_kontakt_wrapper > p {
  max-width: 466px;
  margin-bottom: 47px;
  font-weight: 300;
  font-family: "Questa";
  color: black;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .wpcf7-form-control-wrap {
  display: block;
}
.ds_kontakt_sec .ds_kontakt_wrapper form br {
  display: none;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper {
  position: relative;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper:before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 80px;
  height: 20px;
  background-image: url(/wp-content/uploads/2023/04/Path-67.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper .wpcf7-spinner {
  display: none;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper:hover:before {
  right: 0;
}
.ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_send {
  padding: 0;
  font-style: italic;
  color: black;
  padding-right: 134px;
  border: 0;
  font-family: "Questa";
  text-transform: unset;
  font-size: 28px;
  font-weight: 500;
  background-color: transparent !important;
}

.ds_ubermich_sec {
  padding-top: 222px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 495px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ds_ubermich_sec .ds_ubermich_wrapper {
  max-width: 50%;
  background-color: rgba(255, 255, 255, 0.67);
  padding: 35px 28px;
}
.ds_ubermich_sec .ds_ubermich_wrapper p {
  color: black;
  font-family: "Questa";
  font-size: 19px;
  line-height: 1.43;
  font-style: italic;
  margin-bottom: 0.8em;
}
.ds_ubermich_sec .ds_ubermich_wrapper p:last-of-type {
  margin-bottom: 0;
}

.ds_buch_sec {
  min-height: 517px;
  background-size: cover;
  background-position: center;
}
.ds_buch_sec.ds_buch_sec_mobile {
  display: none;
}

.ds_buch_content_sec {
  padding-top: 172px;
  padding-bottom: 184px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ds_buch_content_sec .ds_buch_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 150px);
  margin: 0 auto;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_figure {
  max-width: 400px;
  width: 100%;
  padding-top: 34px;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_figure img {
  transform: rotate(1deg);
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text {
  max-width: 688px;
  width: 100%;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2 {
  font-size: 64px;
  line-height: 1.042;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2:before {
  content: "";
  width: 223px;
  height: 3px;
  background-color: #AF272F;
  left: 0;
  position: absolute;
  bottom: 0;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p {
  font-size: 19px;
  line-height: 1.43;
  font-weight: 300;
  margin-bottom: 17px;
}
.ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p:last-of-type {
  margin-bottom: 0;
}

.ds_pages_sec {
  padding-top: 40px;
  padding-bottom: 0;
}
.ds_pages_sec .container {
  position: relative;
}
.ds_pages_sec .container .swiper-button {
  top: 64px;
  font-size: 20px;
  line-height: 1.35;
  font-style: italic;
  color: black;
  font-family: "Questa";
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.ds_pages_sec .container .swiper-button.swiper-button-prev {
  width: 206px;
}
.ds_pages_sec .container .swiper-button.swiper-button-prev img {
  margin-left: 10px;
}
.ds_pages_sec .container .swiper-button.swiper-button-next, .ds_pages_sec .container .swiper-container .swiper-button.swiper-button-prev, .swiper-container .ds_pages_sec .container .swiper-button.swiper-button-prev {
  width: 196px;
}
.ds_pages_sec .container .swiper-button.swiper-button-next img, .ds_pages_sec .container .swiper-container .swiper-button.swiper-button-prev img, .swiper-container .ds_pages_sec .container .swiper-button.swiper-button-prev img {
  margin-right: 10px;
}
.ds_pages_sec .container .swiper-button:hover.swiper-button-prev img {
  margin-left: 0px;
}
.ds_pages_sec .container .swiper-button:hover.swiper-button-next img, .ds_pages_sec .container .swiper-container .swiper-button.swiper-button-prev:hover img, .swiper-container .ds_pages_sec .container .swiper-button.swiper-button-prev:hover img {
  margin-right: 0px;
}
.ds_pages_sec .container .swiper-button img {
  width: 55px;
  transition: 0.3s ease-in-out;
}
.ds_pages_sec .container .swiper-button:after {
  display: none;
}
.ds_pages_sec .ds_swiper_sec {
  max-width: 1127px;
  margin: 0 auto;
}
.ds_pages_sec .ds_swiper_sec .ds_swiper_buch {
  padding-top: 112px;
}
.ds_pages_sec .ds_swiper_sec .ds_swiper_buch_respo {
  padding-top: 112px;
  display: none;
  max-width: 450px;
}

.ds_buchladen_sec {
  background-color: #F4F3ED;
  padding-top: 60px;
  padding-bottom: 157px;
}
.ds_buchladen_sec h2 {
  max-width: 762px;
  margin: 0 auto 123px;
  text-align: center;
  font-size: 48px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}
.ds_buchladen_sec h2 strong {
  font-weight: 500;
}
.ds_buchladen_sec h2 strong:first-of-type {
  font-size: 59px;
}
.ds_buchladen_sec h2 strong:last-of-type {
  font-size: 63px;
}
.ds_buchladen_sec .ds_buchladen_wrapper {
  max-width: 1186px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(1) {
  max-width: 322px;
}
.ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(2) {
  max-width: 322px;
}
.ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(3) {
  max-width: 276px;
}

.ds_journal_place_sec {
  min-height: 460px;
  padding-top: 202px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ds_journal_place_sec h1 {
  color: white;
  opacity: 0.71;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 165px;
  line-height: 1.248;
}
.ds_journal_place_sec.ds_journal_place_sec_desktop {
  display: block;
}
.ds_journal_place_sec.ds_journal_place_sec_mobile {
  display: none;
  background-position: left;
}

.ds_posts_sec {
  padding-top: 44px;
  background-color: #F4F3ED;
  padding-bottom: 112px;
}
.ds_posts_sec .ds_posts_cats {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 60px;
}
.ds_posts_sec .ds_posts_cats .ds_tag {
  font-size: 21px;
  line-height: 1.428;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
}
.ds_posts_sec .ds_posts_cats .ds_tag.ds_tag_active {
  text-decoration: underline;
}
.ds_posts_sec .ds_blog_content {
  display: flex;
  flex-direction: column;
  row-gap: 124px;
}
.ds_posts_sec .ds_blog_content .ds_blog_post {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.ds_posts_sec .ds_blog_content .ds_blog_post:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
  max-width: 583px;
  width: 100%;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto img {
  height: 643px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text {
  max-width: 600px;
  width: 100%;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
  font-size: 52px;
  line-height: 1.038;
  margin-bottom: 40px;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 a {
  text-decoration: none;
  color: black;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 a:hover {
  text-decoration: underline;
}
.ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text p {
  font-size: 21px;
  line-height: 1.54;
  margin-bottom: 40px;
  color: black;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav {
  justify-content: space-between;
  padding-top: 40px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button {
  padding: 0;
  line-height: 1.35;
  border-radius: 0;
  background-color: transparent;
  color: black;
  border: 0;
  text-decoration: none;
  text-transform: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
  font-family: "Questa" !important;
  font-style: italic;
  font-weight: 400;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button img {
  max-width: 55px;
  transition: 0.3s ease-in-out;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_left {
  width: 206px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_left img {
  margin-left: 10px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_right {
  width: 196px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_right img {
  margin-right: 10px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button:hover.ds_main_content_lop_nav_left img {
  margin-left: 0px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button:hover.ds_main_content_lop_nav_right img {
  margin-right: 0px;
}
.ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_unavailable {
  pointer-events: none;
  opacity: 0.5;
}

.ds_journal_content_sec.ds_journal_poem {
  text-align: left;
  padding-top: 133px;
}
.ds_journal_content_sec.ds_journal_poem h2 {
  max-width: 448px;
  margin: 0 auto 109px;
  font-size: 52px;
  line-height: 1.27;
}
.ds_journal_content_sec.ds_journal_poem .ds_journal_content_wrapper {
  margin: 0 auto;
  max-width: 448px;
}
.ds_journal_content_sec.ds_journal_poem .ds_journal_content_wrapper p {
  font-size: 20px;
  line-height: 1.43;
  color: black;
  font-weight: 300;
  margin-bottom: 1.3em;
}
.ds_journal_content_sec.ds_journal_article {
  padding-top: 121px;
}
.ds_journal_content_sec.ds_journal_article .container > figure {
  display: none;
}
.ds_journal_content_sec.ds_journal_article .container > p {
  font-size: 21px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 40px;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 106px;
  row-gap: 50px;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 52px;
       column-gap: 52px;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box:nth-child(even) {
  flex-direction: row-reverse;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box figure {
  max-width: 447px;
  width: 100%;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box figure img {
  width: 100%;
  height: auto;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts {
  max-width: calc(100% - 500px);
  width: 100%;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts * {
  line-height: 1.43;
  margin-bottom: 1.43em;
}
.ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts ul, .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts ol {
  margin-left: 1em;
  margin-bottom: 1.43em;
}
.ds_journal_content_sec .ds_journal_prevnext {
  display: flex;
  align-items: center;
  margin-top: 106px;
  margin-bottom: 109px;
}
.ds_journal_content_sec .ds_journal_prevnext a {
  padding: 0;
  line-height: 1.35;
  border-radius: 0;
  background-color: transparent;
  color: black;
  border: 0;
  text-decoration: none;
  text-transform: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
  font-family: "Questa" !important;
  font-style: italic;
  font-weight: 400;
}
.ds_journal_content_sec .ds_journal_prevnext a.prev {
  width: 206px;
  margin-right: auto;
}
.ds_journal_content_sec .ds_journal_prevnext a.prev img {
  margin-left: 10px;
}
.ds_journal_content_sec .ds_journal_prevnext a.next {
  width: 196px;
  margin-left: auto;
}
.ds_journal_content_sec .ds_journal_prevnext a.next img {
  margin-right: 10px;
}
.ds_journal_content_sec .ds_journal_prevnext a img {
  max-width: 55px;
  transition: 0.3s ease-in-out;
}
.ds_journal_content_sec .ds_journal_prevnext a:hover.prev img {
  margin-left: 0px;
}
.ds_journal_content_sec .ds_journal_prevnext a:hover.next img {
  margin-right: 0px;
}
.ds_journal_content_sec .ds_journal_prevnext a.ds_main_content_lop_nav_unavailable {
  pointer-events: none;
  opacity: 0.5;
}

.single-page {
  padding-top: 150px;
  padding-bottom: 160px;
}
.single-page .entry-content {
  max-width: 800px;
  margin: 0 auto;
}
.single-page .entry-content h2 {
  padding-top: 1.8em;
  margin-bottom: 0.4em;
}
.single-page .entry-content p {
  font-weight: 300;
}
.single-page .entry-content p a {
  transition: 0.3s ease-in-out;
}
.single-page .entry-content p a:hover {
  color: #a40723;
}

/*====================RESPO==============================*/
@media (max-width: 1449px) {
  .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts li {
    font-size: 16px;
  }
  .btn, .btn_outline, #cookie-notice #cn-notice-buttons a {
    font-size: 16px;
  }
  .ds_slider_sec {
    padding-top: 295px;
    padding-bottom: 89px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .ds_slider_sec .ds_slider_wrapper h1 {
    font-size: 52px;
  }
  .ds_about_sec:before {
    width: 100%;
    height: 100%;
  }
  .ds_about_sec .ds_about_wrapper .ds_about_texts {
    max-width: calc(100% - 264px - 214px - 160px);
  }
  .ds_about_sec .ds_about_wrapper .ds_about_texts h2 {
    font-size: 46px;
    line-height: 1.042;
  }
  .ds_about_sec .ds_about_wrapper .ds_about_texts p {
    font-size: 16px;
    line-height: 1.43;
    margin-bottom: 0.8em;
  }
  .ds_about_sec .ds_about_wrapper img:first-of-type {
    max-width: 264px;
  }
  .ds_about_sec .ds_about_wrapper img:last-of-type {
    max-width: 214px;
  }
  .ds_book_sec {
    margin-bottom: -80px;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts {
    padding-top: 130px;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts h2 {
    font-size: 52px;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_img {
    max-width: 500px;
    margin-left: auto;
  }
  .ds_journal_sec {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .ds_journal_sec .container {
    max-width: 900px;
  }
  .ds_journal_sec .container h2 {
    font-size: 120px;
    left: -320px;
    top: 120px;
  }
  .ds_journal_sec .container .row {
    margin: 0 -30px;
  }
  .ds_journal_sec .container .row .ds_journal_col {
    padding: 0px 30px;
  }
  .ds_journal_sec .container .row .ds_journal_col figure img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .ds_press_sec .container h2 {
    left: -160px;
    font-size: 130px;
  }
  .ds_kontakt_sec {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper {
    max-width: 500px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper > h2 {
    font-size: 52px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper > p {
    max-width: 340px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper .ds_btn_send {
    font-size: 22px;
    padding-right: 104px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper:before {
    width: 50px;
  }
  .ds_kontakt_sec .ds_kontakt_figure {
    max-width: 1100px;
    right: -240px;
  }
  .ds_buch_content_sec .ds_buch_wrapper {
    max-width: 100%;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
    max-width: 483px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text {
    max-width: 500px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_figure {
    max-width: 380px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2 {
    font-size: 58px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p {
    font-size: 17px;
    margin-bottom: 24px;
  }
  .ds_pages_sec .ds_swiper_sec {
    max-width: 800px;
  }
  .ds_buchladen_sec h2 {
    font-size: 38px;
  }
  .ds_buchladen_sec h2 strong:first-of-type {
    font-size: 49px;
  }
  .ds_buchladen_sec h2 strong:last-of-type {
    font-size: 53px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper {
    max-width: 950px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(1) {
    max-width: 262px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(2) {
    max-width: 262px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(3) {
    max-width: 216px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
    max-width: 400px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto img {
    height: 450px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
    font-size: 42px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .ds_about_sec .ds_about_wrapper .ds_about_texts {
    max-width: calc(100% - 200px - 170px - 100px);
  }
  .ds_about_sec .ds_about_wrapper img:first-of-type {
    max-width: 200px;
  }
  .ds_about_sec .ds_about_wrapper img:last-of-type {
    max-width: 170px;
  }
  .ds_book_sec {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_img {
    max-width: 400px;
  }
  .ds_journal_sec .container .row {
    margin: 0 -40px;
  }
  .ds_journal_sec .container .row .ds_journal_col {
    padding: 0 40px;
  }
  .ds_quote_sec {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ds_kontakt_sec {
    padding-bottom: 10px;
  }
  .ds_buch_content_sec {
    padding-bottom: 172px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2 {
    font-size: 48px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p {
    font-size: 16px;
  }
  .ds_pages_sec {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .ds_buchladen_sec {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(1) {
    max-width: 222px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(2) {
    max-width: 222px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(3) {
    max-width: 176px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
    max-width: 423px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text {
    max-width: 440px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
    font-size: 46px;
    line-height: 1.042;
  }
  .ds_press_sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ds_press_sec .container h2 {
    left: -206px;
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .ds_book_sec {
    padding-bottom: 0px;
  }
  .ds_book_sec .container .ds_book_wrapper {
    flex-direction: column-reverse;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_img {
    max-width: 300px;
    align-self: center;
    margin-right: auto;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts {
    padding-top: 0;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts a {
    margin-top: 20px;
  }
  .ds_journal_sec {
    padding-top: 90px;
    padding-bottom: 163px;
  }
  .ds_journal_sec .container h2 {
    transform: unset;
    position: unset;
    left: 0;
    top: 0;
    font-size: 72px;
    margin-bottom: 20px;
  }
  .ds_journal_sec .container .row .ds_journal_col:nth-child(3) {
    display: none;
  }
  .ds_quote_sec {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .ds_kontakt_sec {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: white;
  }
  .ds_ubermich_sec {
    padding-bottom: 200px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2 {
    font-size: 52px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p {
    font-size: 18px;
  }
  .ds_buch_sec {
    min-height: 240px;
    background-position: left center;
  }
  .ds_buch_sec.ds_buch_sec_desktop {
    display: none;
  }
  .ds_buch_sec.ds_buch_sec_mobile {
    display: block;
  }
  .ds_buch_content_sec {
    padding-top: 72px;
    padding-bottom: 9px;
    background-color: #F4F3ED;
    background-image: unset !important;
  }
  .ds_buch_content_sec .ds_buch_wrapper {
    flex-direction: column-reverse;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_figure {
    max-width: 300px;
    align-self: center;
  }
  .ds_buchladen_sec {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .ds_buchladen_sec h2 {
    font-size: 28px;
    max-width: 500px;
    margin-bottom: 42px;
  }
  .ds_buchladen_sec h2 strong:first-of-type {
    font-size: 38px;
  }
  .ds_buchladen_sec h2 strong:last-of-type {
    font-size: 43px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(1) {
    max-width: 202px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(2) {
    max-width: 202px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(3) {
    max-width: 156px;
  }
  .ds_journal_place_sec {
    min-height: 240px;
    padding-top: 140px;
  }
  .ds_journal_place_sec h1 {
    font-size: 49px;
  }
  .ds_journal_place_sec.ds_journal_place_sec_desktop {
    display: none;
  }
  .ds_journal_place_sec.ds_journal_place_sec_mobile {
    display: block;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post {
    flex-direction: column;
    row-gap: 60px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post:nth-of-type(odd) {
    flex-direction: column;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
    font-size: 37px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text p {
    font-size: 18px;
  }
  .ds_journal_content_sec.ds_journal_article {
    padding-top: 44px;
  }
  .ds_journal_content_sec.ds_journal_article .container figure {
    max-width: 425px;
    margin-bottom: 60px;
    display: block;
  }
  .ds_journal_content_sec.ds_journal_article .container > p {
    margin-bottom: 80px;
  }
  .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box {
    flex-direction: column;
  }
  .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box:nth-child(even) {
    flex-direction: column;
  }
  .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper .ds_journal_box .ds_journal_texts {
    max-width: unset;
  }
  .ds_journal_content_sec.ds_journal_poem {
    padding-top: 52px;
  }
  .ds_journal_content_sec.ds_journal_poem .container h2 {
    margin-bottom: 60px;
  }
  .ds_journal_content_sec.ds_journal_poem .container .ds_journal_content_wrapper p {
    font-size: 20px;
  }
  .ds_press_sec .container h2 {
    position: unset;
    transform: unset;
    font-size: 100px;
  }
  .ds_press_sec .container .ds_press_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .ds_slider_sec {
    padding-top: 295px;
    padding-bottom: 85px;
  }
  .ds_slider_sec .ds_slider_wrapper h1 {
    display: none;
  }
  .ds_slider_mobile_text {
    display: block;
  }
  .ds_slider_mobile_text h1 {
    padding: 27px 30px 24px;
    background-color: #F4F3ED;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.22;
    font-family: "Questa";
    color: #000000;
  }
  .ds_slider_mobile_text.ds_text_ubermich {
    background-color: white;
    padding: 40px 30px 15px;
  }
  .ds_slider_mobile_text.ds_text_ubermich p {
    font-size: 19px;
    line-height: 1.43;
    margin-bottom: 0.8em;
    color: #000000;
    font-family: "Questa";
    font-style: italic;
  }
  .ds_about_sec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ds_about_sec:before {
    height: 895px;
    top: 352px;
  }
  .ds_about_sec .ds_about_wrapper {
    flex-direction: column;
  }
  .ds_about_sec .ds_about_wrapper img:first-of-type {
    max-width: 100%;
    height: 352px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-top: 0;
  }
  .ds_about_sec .ds_about_wrapper img:last-of-type {
    display: none;
  }
  .ds_about_sec .ds_about_wrapper .ds_about_texts {
    padding: 30px 0 40px;
    max-width: calc(100% - 60px);
  }
  .ds_gif_sec img {
    height: 434px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 55%;
       object-position: 55%;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts h2 {
    font-size: 6.9vw;
    line-height: 1.22;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts .ds_book_text p {
    font-size: 17px;
    line-height: 1.412;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts .ds_book_text p:first-of-type {
    margin-bottom: 25px;
  }
  .ds_journal_sec {
    padding-top: 58px;
    padding-bottom: 61px;
  }
  .ds_journal_sec .container .row .ds_journal_col {
    margin-bottom: 30px;
  }
  .ds_journal_sec .container .row .ds_journal_col figure {
    margin-bottom: 61px;
  }
  .ds_journal_sec .container .row .ds_journal_col h3 {
    margin-bottom: 20px;
  }
  .ds_journal_sec .container .row .ds_journal_col h3 a {
    font-size: 27px;
    line-height: 1.22;
  }
  .ds_journal_sec .container .ds_journal_btn_wrapper {
    margin-top: 0px;
    text-align: left;
  }
  .ds_journal_sec .container .row .ds_journal_col:nth-child(2) {
    display: none;
  }
  .ds_quote_sec {
    padding-top: 97px;
    padding-bottom: 96px;
  }
  .ds_quote_sec h2 {
    font-size: 23px;
    line-height: 1.217;
    max-width: 200px;
    margin: 0 auto;
  }
  .ds_kontakt_sec {
    padding-top: 60px;
  }
  .ds_kontakt_sec .ds_kontakt_figure {
    display: none;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper h2 {
    font-size: 28px;
    line-height: 1.214;
    margin-bottom: 10px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper > p {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper:before {
    max-width: 36px;
    top: calc(50% - 4px);
    height: 10px;
  }
  .ds_kontakt_sec .ds_kontakt_wrapper form .ds_btn_wrapper .ds_btn_send {
    font-size: 15px;
    padding-right: 54px;
  }
  .ds_ubermich_sec {
    padding-top: 240px;
    padding-bottom: 0;
  }
  .ds_ubermich_sec .ds_ubermich_wrapper {
    display: none;
  }
  .ds_buch_content_sec {
    padding-top: 42px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text h2 {
    font-size: 27px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_text p {
    font-size: 17px;
  }
  .ds_buch_content_sec .ds_buch_wrapper .ds_buch_col.ds_buch_col_figure {
    max-width: 202px;
  }
  .ds_pages_sec .container .swiper-button {
    font-size: 16px;
  }
  .ds_pages_sec .container .swiper-button img {
    width: 27px;
  }
  .ds_pages_sec .container .swiper-button.swiper-button-prev {
    width: 149px;
  }
  .ds_pages_sec .container .swiper-button.swiper-button-next, .ds_pages_sec .container .swiper-container .swiper-button.swiper-button-prev, .swiper-container .ds_pages_sec .container .swiper-button.swiper-button-prev {
    width: 131px;
  }
  .ds_pages_sec .ds_swiper_sec .ds_swiper_buch {
    display: none;
  }
  .ds_pages_sec .ds_swiper_sec .ds_swiper_buch_respo {
    display: block;
  }
  .ds_buchladen_sec h2 {
    font-size: 20px;
  }
  .ds_buchladen_sec h2 strong:first-of-type {
    font-size: 25px;
  }
  .ds_buchladen_sec h2 strong:last-of-type {
    font-size: 27px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper {
    flex-direction: column;
    row-gap: 65px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(1) {
    max-width: 175px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(2) {
    max-width: 175px;
  }
  .ds_buchladen_sec .ds_buchladen_wrapper figure:nth-of-type(3) {
    max-width: 150px;
  }
  .ds_posts_sec {
    padding-bottom: 31px;
  }
  .ds_posts_sec .ds_blog_content {
    row-gap: 45px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
    max-width: 323px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text {
    max-width: 323px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
    font-size: 27px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text p {
    font-size: 17px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav {
    padding-top: 55px;
  }
  .ds_journal_content_sec.ds_journal_article .container .ds_journal_content_wrapper {
    margin-bottom: 50px;
  }
  .ds_journal_content_sec.ds_journal_article .container > p {
    font-size: inherit;
  }
  .ds_journal_content_sec .ds_journal_prevnext {
    margin-top: 50px;
    margin-bottom: 31px;
  }
  .ds_journal_content_sec.ds_journal_poem .container h2 {
    margin-bottom: 33px;
    font-size: 2em;
  }
  .ds_journal_content_sec.ds_journal_poem .container .ds_journal_content_wrapper p {
    font-size: inherit;
  }
  .single-page {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .ds_book_sec {
    padding-top: 45px;
    background-color: white;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_img {
    max-width: 166px;
    margin-bottom: -20px;
  }
  .ds_book_sec .container .ds_book_wrapper .ds_book_texts h2 {
    font-size: 7.5vw;
  }
  .ds_journal_sec .container h2 {
    font-size: min(19vw, 72px);
  }
  .ds_ubermich_sec {
    background-size: 200%;
    background-position: center top -70px;
  }
  .ds_posts_sec {
    padding-top: 31px;
  }
  .ds_posts_sec .ds_posts_cats {
    margin-bottom: 31px;
  }
  .ds_posts_sec .ds_posts_cats .ds_tag {
    font-size: 17px;
  }
  .ds_posts_sec .ds_blog_content {
    row-gap: 45px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto {
    max-width: 323px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_blog_foto img {
    height: 350px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text {
    max-width: 323px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text h3 {
    font-size: 27px;
  }
  .ds_posts_sec .ds_blog_content .ds_blog_post .ds_post_text p {
    font-size: 17px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav {
    padding-top: 55px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button {
    font-size: 15px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_left {
    width: 140px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button.ds_main_content_lop_nav_right {
    width: 130px;
  }
  .ds_posts_sec .ds_blog_content .ds_main_content_lop_nav button img {
    width: 24px;
  }
  .ds_journal_content_sec .ds_journal_prevnext a {
    font-size: 15px;
  }
  .ds_journal_content_sec .ds_journal_prevnext a.prev {
    width: 140px;
  }
  .ds_journal_content_sec .ds_journal_prevnext a.next {
    width: 130px;
  }
  .ds_journal_content_sec .ds_journal_prevnext a img {
    width: 24px;
  }
  .ds_press_sec {
    padding-top: 20px;
  }
  .ds_press_sec .container h2 {
    font-size: 72px;
  }
  .ds_press_sec .container .ds_swiper_btns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ds_press_sec .container .ds_swiper_btns .swiper-button {
    position: unset;
    color: black;
    top: 64px;
    line-height: 1.35;
    font-style: italic;
    font-family: "Questa";
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    width: 142px;
  }
  .ds_press_sec .container .ds_swiper_btns .swiper-button:after {
    display: none;
  }
  .ds_press_sec .container .ds_swiper_btns .swiper-button img {
    margin-right: 10px;
    width: 26px;
    transition: 0.3s ease-in-out;
  }
  .ds_press_sec .container .ds_swiper_btns .swiper-button:hover img {
    margin-right: 0;
  }
  .ds_press_sec .container .ds_press_wrapper {
    display: flex;
    gap: 0;
  }
  .ds_press_sec .container .ds_press_wrapper .ds_post_cat figure img {
    height: 360px;
  }
}
@media only screen and (min-width: 576px) {
  .ds_swiper_btns {
    display: none !important;
  }
  .ds_swiper_btns .swiper-button {
    position: unset;
    color: white;
  }
}
@media only screen and (max-width: 399px) {
  .single-page .entry-content h2 {
    font-size: 1.75em;
  }
}
.dot-preloader-overlay, .ds_modal_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.3s ease-in-out;
  transition-delay: 0.2s;
}
.dot-preloader-overlay.d-none, .ds_modal_overlay.d-none {
  opacity: 0;
  display: flex !important;
  pointer-events: none;
}
.dot-preloader-overlay .dot-preloader, .ds_modal_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, .ds_modal_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, .ds_modal_overlay .dot-flashing::before, .ds_modal_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, .ds_modal_overlay .dot-flashing::before {
  left: -15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-preloader-overlay .dot-flashing::after, .ds_modal_overlay .dot-flashing::after {
  left: 15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

.ds_modal_overlay {
  background: unset;
  background-color: rgba(0, 0, 0, 0.7);
}

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