@charset "UTF-8";
@font-face {
  font-family: Cobassi;
  src: url(../assets/fonts/COBAISSI.ttf);
}
@font-face {
  font-family: Engel;
  src: url(../assets/fonts/ENGEL-MEDIUM.ttf);
}
@font-face {
  font-family: EngelLight;
  src: url(../assets/fonts/Roboto-Light.ttf);
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: none;
  border-color: #949494;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button.no-style {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  text-align: left;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button.no-style::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

button:focus {
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: "icons";
  src: url("../assets/fonts/icons/fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icons", serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote::before {
  content: "";
}

.icon-search::before {
  content: "";
}

.icon-share::before {
  content: "";
}

.icon-track-order::before {
  content: "";
}

.icon-arrow::before {
  content: "";
}

.icon-delete::before {
  content: "";
}

.icon-menu::before {
  content: "";
}

.icon-next::before {
  content: "";
}

.nav-bar {
  height: 70px;
  background-color: #e7e7e7;
  z-index: 200;
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 24px #777676;
}
@media only screen and (max-width: 768px) {
  .nav-bar--mobile-drop {
    min-height: calc(100vh + 70px);
    position: fixed;
    top: 0;
    overflow-y: scroll;
    height: fit-content;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-bar {
    position: fixed;
    top: 0%;
  }
}
.nav-bar__list {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.nav-bar__list .nav-logo-container {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__list .nav-logo-container {
    width: 20%;
    background-color: #e7e7e7;
  }
}
.nav-bar__list .nav-logo-container__link-home {
  width: 60%;
  height: 70px;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__list .nav-logo-container__link-home {
    width: 80%;
  }
}
.nav-bar__list .nav-logo-container__logo {
  height: 70px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav-bar__list .nav-logo-container__logo {
    width: 80%;
    padding: 0 5%;
  }
}
.nav-bar__list .nav-logo-container__menu {
  background: transparent;
  border: none;
  padding: 0;
  width: 20%;
  cursor: pointer;
}
.nav-bar__list .nav-logo-container__menu i {
  font-size: 25px;
  color: #777676;
}
.nav-bar__list .nav-logo-container__menu--active {
  background-color: #949494;
}
.nav-bar__list .nav-item-container {
  display: none;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__list .nav-item-container {
    display: flex;
    width: 80%;
  }
}
.nav-bar__list .nav-item-container__item {
  display: none;
  text-align: center;
  font: normal 16px/1.625 "EngelLight";
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.nav-bar__list .nav-item-container__item:first-child {
  margin-left: 10%;
}
.nav-bar__list .nav-item-container__item--gap {
  visibility: hidden;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__list .nav-item-container__item {
    display: flex;
    width: 14.5%;
    background-color: #e7e7e7;
  }
}
.nav-bar__list .nav-item-container__item--mobile {
  display: flex;
}
.nav-bar__list .nav-item-container__item .nav-item-link {
  color: black;
  text-decoration: none;
}
.nav-bar__list .nav-item-container__item .nav-item-link:hover {
  color: #a5a4a4;
}
.nav-bar__list .nav-item-container__item--langauges {
  justify-content: space-evenly;
  border: none;
  border-left: 1px solid white;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__list .nav-item-container__item--langauges {
    width: 10%;
    margin-left: auto;
  }
}
.nav-bar__list .nav-item-container__item .nav-item-lang {
  color: black;
  text-decoration: none;
}
.nav-bar__list .nav-item-container__item .nav-item-lang--selected {
  border-bottom: 3px solid #777676;
}
.nav-bar__dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e7e7e7;
  padding: 5%;
  border-top: 1px solid #ffffff;
  opacity: 0.95;
  position: absolute;
  z-index: 200;
  width: 90%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__dropdown {
    padding: 0;
    width: 30%;
    border: none;
    border-left: 1px solid #777676;
    margin-left: -1px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-bar__dropdown .nav-dropdown-item {
    padding: 0.5em 2em;
  }
}
.nav-bar__dropdown .nav-dropdown-item__link {
  font: normal 24px/2 "EngelLight";
  color: black;
  font-size: 19px;
  cursor: pointer;
}
.nav-bar__dropdown .nav-dropdown-item__link::after {
  display: block;
  content: "";
  border-bottom: solid 3px #949494;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  width: 30%;
}
.nav-bar__dropdown .nav-dropdown-item__link--active::after {
  transform: scaleX(1);
}
.nav-bar__dropdown .nav-dropdown-item__link:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
@media only screen and (min-width: 1280px) {
  .nav-bar__dropdown .nav-dropdown-item--hidden {
    display: none;
  }
}
.nav-bar__dropdown--shown {
  transform: scaleY(1);
}
.nav-bar--hide {
  animation-name: moveUpMobile;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  top: -70px;
}
.nav-bar--show {
  animation-name: moveDownMobile;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  top: 0;
}

@keyframes moveUp {
  from {
    top: 5%;
  }
  to {
    top: -70px;
  }
}
@keyframes moveUpMobile {
  from {
    top: 0%;
  }
  to {
    top: -70px;
  }
}
@keyframes moveDown {
  from {
    top: -8%;
  }
  to {
    top: 5%;
  }
}
@keyframes moveDownMobile {
  from {
    top: -8%;
  }
  to {
    top: 0;
  }
}
@keyframes moveRight {
  from {
    right: 1em;
  }
  to {
    right: -10em;
  }
}
@keyframes moveLeft {
  from {
    right: -10em;
  }
  to {
    right: 1em;
  }
}
.side-nav {
  position: fixed;
  width: 250px;
  height: 650px;
  z-index: 100;
  top: 50%;
  transform: translate(0%, -50%);
  right: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.side-nav--hidden {
  animation-name: moveRight;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  right: -10em;
}
.side-nav--shown {
  animation-name: moveLeft;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  right: 1em;
}
.side-nav a {
  margin-bottom: 1em;
  height: 35px;
  z-index: 1;
}
.side-nav .header-box_container {
  display: flex;
  width: 70%;
  height: 100%;
  flex-direction: column;
  margin-right: -4em;
  margin-top: 1em;
}
.side-nav .header-box_container .header-box {
  width: 90%;
  height: 100%;
  background: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 14px/1 "Cobassi";
  color: #777676;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #777676;
  text-align: center;
  padding: 0.1em 0.5em;
}
.side-nav .header-box_container .header-box--active {
  background: #777676;
  color: white;
  width: 100%;
  margin-left: -1em;
  transition: 0.5s;
}
@media only screen and (max-width: 1400px) {
  .side-nav .header-box_container .header-box {
    font-size: 12px;
  }
}
.side-nav__lines {
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.side-nav__lines .line-container {
  width: 1%;
  height: 100%;
}
.side-nav__lines .line-container .line {
  height: 100%;
  width: 100%;
  background: #777676;
  margin: 0;
}
@media only screen and (max-width: 1650px) {
  .side-nav {
    display: none;
  }
}

fade {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 0.4%;
  height: 50px;
  background-image: linear-gradient(to bottom, #777676, black 100%);
}

fadeTop {
  position: absolute;
  top: -50px;
  display: block;
  width: 0.4%;
  height: 50px;
  background-image: linear-gradient(to top, #777676, black 100%);
}

.lang-alert {
  position: fixed;
  display: none;
  z-index: 300;
  overflow: hidden;
  width: 115vw;
  height: 100%;
  backdrop-filter: blur(8px);
}
.lang-alert--shown {
  display: block;
}
.lang-alert--bug {
  display: block !important;
  z-index: 301 !important;
}

.quote-alert {
  background-color: rgba(0, 0, 0, 0.4);
  display: none !important;
  position: fixed !important;
  z-index: 300 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 9em 7em !important;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .quote-alert {
    padding: 7em 5em !important;
  }
}
@media only screen and (max-width: 768px) {
  .quote-alert {
    padding: 5em 3em !important;
    width: 60%;
  }
}
.quote-alert--shown {
  display: block !important;
}
.quote-alert--bug {
  display: block !important;
  z-index: 302 !important;
  transform: translate(-50%, -50%) !important;
}

.quote.quote-alert::after {
  display: none;
}
.quote.quote-alert::before {
  display: none;
}

.button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5em;
}
@media only screen and (max-width: 768px) {
  .button-container {
    padding-top: 2em;
  }
}
.button-container .button {
  min-width: 30%;
  width: fit-content;
  width: -moz-max-content;
  background: white;
  color: #777676;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1em;
  border: 2px solid rgba(119, 118, 118, 0.9);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .button-container .button {
    min-width: 20%;
  }
}
.button-container .button:hover {
  background: #777676;
  color: white;
  border: 2px solid white;
  transition: 0.5s;
}
.button-container .button--ok {
  margin: auto;
}

.sub-links-cont {
  flex-direction: column;
  padding-left: 1em;
  font: normal 24px/2 "EngelLight";
  font-size: 18px;
  display: flex;
  height: auto;
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 1s ease-out;
}
.sub-links-cont .sub-link {
  color: black;
}
.sub-links-cont--shown {
  max-height: 500px;
  transition: max-height 1s ease-in;
}

.price-vat {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .price-vat {
    display: none;
  }
}
.price-vat--mobile {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .price-vat--mobile {
    display: none;
  }
}

.configurator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 1em;
  box-shadow: 15px 15px 35px #777676;
}
@media only screen and (max-width: 768px) {
  .configurator {
    margin-top: 6em;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .configurator {
    padding: 2em 3em;
  }
}
@media only screen and (min-width: 1280px) {
  .configurator {
    max-width: 85%;
    margin: 10% auto 0 auto;
    padding: 3em 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .configurator {
    max-width: 70%;
    margin: 10% auto 0 auto;
  }
}
.configurator-step img {
  width: 100%;
}
.configurator-content {
  width: 100%;
}
.configurator-content__heading {
  font-size: 28px;
  font-family: Engel;
  color: #777676;
  text-transform: uppercase;
  margin: 1em 0;
  width: 100%;
}
.configurator-content__promp {
  margin-bottom: 1em;
  font: normal 18px/1.88 "EngelLight";
}
.configurator-content__description {
  margin: 1em 0;
  padding: 0 1em;
  font: normal 18px/1.88 "EngelLight";
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .configurator-content__description {
    margin: 1em 0;
    padding: 0;
  }
}
.configurator-content__guitar-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .configurator-content__guitar-list {
    gap: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .configurator-content__guitar-list {
    gap: 0;
  }
}
.configurator-content__guitar-list .guitar-list__item {
  cursor: pointer;
  flex: 1 50%;
  max-width: 50%;
  position: relative;
  margin: 1em 0 2em 0;
}
@media only screen and (min-width: 576px) {
  .configurator-content__guitar-list .guitar-list__item {
    flex: 1 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-content__guitar-list .guitar-list__item {
    flex: 1 30%;
    min-width: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .configurator-content__guitar-list .guitar-list__item {
    flex: 1;
    min-width: 0;
  }
}
.configurator-content__guitar-list .guitar-list__item-image img {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
  .configurator-content__guitar-list .guitar-list__item-image img {
    width: 60%;
  }
}
.configurator-content__guitar-list .guitar-list__item-text {
  background: #777676;
  font: 400 18px/1.5 Cobassi;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.2em;
  display: flex;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: 15px 15px 35px #777676;
}
@media only screen and (min-width: 768px) {
  .configurator-content__guitar-list .guitar-list__item-text {
    width: 60%;
  }
}
.configurator-content__carousel {
  margin: 1em;
}
@media only screen and (min-width: 1280px) {
  .configurator-content__carousel {
    width: 45%;
    margin: 2em 0;
  }
}
.configurator-content__carousel .section-carousel {
  margin: 0;
}
.configurator-content__carousel .template-section {
  margin-top: 0;
}
.configurator-content__carousel .carousel-entry__image {
  width: 100%;
}
.configurator-content__carousel .carousel-entry__image img {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form {
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
  }
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__main {
    width: 45%;
    margin: 0 5%;
  }
}
.configurator-content .guitar-config-form__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__item {
    width: 70%;
    margin: 1em 0;
  }
}
.configurator-content .guitar-config-form__item-label {
  font: normal 18px/1.88 "EngelLight";
  flex: 1 40%;
}
.configurator-content .guitar-config-form__item-input {
  flex: 1 50%;
  width: 100%;
  font: normal 18px/1.88 "EngelLight";
}
.configurator-content .guitar-config-form__item-input select {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .configurator-content .guitar-config-form__item-input {
    align-self: flex-start;
  }
}
.configurator-content .guitar-config-form__item .other-input {
  margin-top: 1em;
  width: 100%;
}
.configurator-content .guitar-config-form__options {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 14px;
  font: normal 18px/1.88 "EngelLight";
}
@media only screen and (max-width: 768px) {
  .configurator-content .guitar-config-form__options {
    justify-content: center;
  }
}
.configurator-content .guitar-config-form__options input {
  border-radius: 5px;
  border-width: 1px;
  padding: 0 1.5em 0 0.5em;
}
.configurator-content .guitar-config-form__options input::placeholder {
  font-size: 16px;
}
.configurator-content .guitar-config-form__options-item {
  flex: 1 30%;
  width: 100%;
  max-width: 30%;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .configurator-content .guitar-config-form__options-item {
    margin-right: 1.5em;
  }
}
.configurator-content .guitar-config-form__options-item .other-input {
  margin-top: 0.5em;
  width: 76%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.configurator-content .guitar-config-form__options-item--checkbox {
  width: 100%;
  flex: 1 40%;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__options-item--checkbox {
    flex: 1 30%;
    max-width: 30%;
  }
}
.configurator-content .guitar-config-form__options-item textarea {
  border: 2px solid #949494;
  border-radius: 4px;
  padding: 0.5em;
  margin-top: 1em;
  color: #4f4f4f;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__options-item textarea {
    width: 40%;
  }
}
.configurator-content .guitar-config-form__options-item textarea:focus {
  border-color: #777676;
  outline: none;
}
.configurator-content .guitar-config-form__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0em;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__submit {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    gap: 2em;
  }
}
.configurator-content .guitar-config-form__submit-checkbox {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  position: relative;
  font: normal 18px/1.88 "EngelLight";
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__submit-checkbox {
    max-width: 25%;
  }
}
.configurator-content .guitar-config-form__submit-button {
  cursor: pointer;
  background: #777676;
  border: none;
  padding: 1em 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Cobassi;
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__submit-button {
    flex-direction: row;
    width: fit-content;
    padding: 1em 5em;
  }
}
.configurator-content .guitar-config-form__submit-back {
  cursor: pointer;
  background: #777676;
  border: none;
  padding: 1em 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Cobassi;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  min-width: unset;
}
@media only screen and (max-width: 1280px) {
  .configurator-content .guitar-config-form__submit-back {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .configurator-content .guitar-config-form__submit-back {
    margin-right: unset;
    width: 15%;
  }
}
@media only screen and (max-width: 576px) {
  .configurator-content .guitar-config-form__submit-back {
    width: 8%;
  }
}
@media only screen and (min-width: 1280px) {
  .configurator-content .guitar-config-form__submit-back {
    flex-direction: row;
    width: fit-content;
    padding: 1em 5em;
  }
}
.configurator .guitar-service-form {
  padding: 0;
  padding-top: 1em;
}
.configurator .guitar-service-form__inputs {
  width: 100% !important;
  min-width: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  width: 40%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .configurator .guitar-service-form__inputs {
    justify-content: center;
  }
}
.configurator .guitar-service-form__inputs .js-select {
  width: unset;
}
.configurator .guitar-service-form__button-cont {
  margin-top: 2em;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .configurator .guitar-service-form__button-cont {
    display: flex;
    justify-content: space-between;
  }
}
.configurator .guitar-service-form__button-cont .send-button {
  display: flex;
  justify-content: center;
  width: 25%;
  min-width: unset;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .configurator .guitar-service-form__button-cont .send-button {
    margin-bottom: 1em;
    width: fit-content;
    width: -moz-max-content;
  }
}

.section-carousel--fullscreen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(148, 148, 148, 0.8);
  height: 200vh;
  overflow: hidden;
}
.section-carousel--fullscreen--show {
  display: block;
  z-index: 300;
  margin-top: -20vh !important;
  position: fixed;
}
.section-carousel--fullscreen .carousel-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}
.section-carousel--fullscreen .carousel-container--conf {
  height: 85%;
}
.section-carousel--fullscreen .section-carousel__close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
.section-carousel--fullscreen .glide__bullets {
  z-index: 400;
}
.section-carousel--fullscreen .glide__bullets .glide__bullet {
  background-color: white !important;
}

.no-scroll {
  overflow: hidden;
}

.glide__arrow--next {
  position: absolute;
  top: 50%;
  right: 1em;
}
.glide__arrow--prev {
  position: absolute;
  top: 50%;
  left: 1em;
}

.conf-footer {
  position: absolute;
  bottom: -25%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.conf-body {
  min-height: 91.5vh;
  background: url(../assets/img/wood-grain-pattern2-02.png);
}
@media only screen and (max-width: 768px) {
  .conf-body {
    min-height: 137vh;
  }
}
.conf-body .request-attendance-form__message {
  flex: unset;
}

.special-request {
  margin-top: 1em;
}

.hidden {
  display: none;
}

.js-select {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .js-select {
    width: 110%;
  }
}
.js-select--disabled {
  border-color: gray;
  color: gray;
  cursor: not-allowed;
}

.checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 2rem;
}
.checkbox--disabled {
  color: #949494;
  opacity: 0.9;
}

.checkbox__control {
  display: inline-grid;
  width: 20px;
  height: 20px;
  color: #777676;
  border: 1px solid #777676;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform-origin: bottom left;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
  align-content: center;
}
.checkbox__input > * {
  grid-area: checkbox;
  align-items: center;
  padding: 2px;
}
.checkbox__input input {
  opacity: 0;
  width: 0.5em;
  height: 0.5em;
}
.checkbox__input input:checked + .checkbox__control svg {
  transform: translateY(20%) scale(1.4);
  -webkit-transform: translateY(20%) scale(1.4);
  -moz-transform: translateY(20%) scale(1.4);
  -ms-transform: translateY(20%) scale(1.4);
  -o-transform: translateY(20%) scale(1.4);
}
.checkbox__input input:disabled + .checkbox__control {
  background: #e6e6e6;
}

.checkbox__label {
  font-size: 14px;
  line-height: 1.5;
  margin: auto 0;
}
.checkbox__label a {
  color: #777676;
}

.quote {
  background: rgba(119, 118, 118, 0.92);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: Cobassi;
  color: #ffffff;
  padding: 5em 2em;
  position: relative;
  z-index: 10;
  box-shadow: 15px 15px 34px #3a3b3c;
}
@media only screen and (min-width: 768px) {
  .quote {
    max-width: 25%;
    max-height: fit-content;
    height: -moz-max-content;
  }
}
.quote--small {
  margin-top: -20% !important;
}
@media only screen and (max-width: 768px) {
  .quote--small {
    margin-top: 0% !important;
  }
}
.quote--buy {
  margin-left: 1em !important;
}
.quote::after {
  content: "";
  position: absolute;
  display: block;
  font-family: "icons";
  top: 3%;
  right: 3%;
}
.quote::before {
  content: "";
  position: absolute;
  font-family: "icons";
  bottom: 3%;
  left: 3%;
}
.quote__text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .quote__text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .quote__text {
    font-size: 20px;
  }
}
.quote__text .body-quote-text {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .quote__text .body-quote-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .quote__text .body-quote-text {
    font-size: 16px;
  }
}
.quote__title {
  font-size: 14px;
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
  text-align: right;
}
@media only screen and (min-width: 1280px) {
  .quote__title {
    font-size: 18px;
  }
}

.link-carousel .quote {
  margin-top: -11em !important;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 2s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 2s;
  -webkit-animation-name: grow;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: grow;
  -moz-animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  transition-property: -moz-transform;
  transition-duration: 2s;
  animation-name: grow;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.link-carousel .quote__text:hover {
  text-decoration: underline;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes grow {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
.how-to-buy {
  padding-bottom: 0 !important;
}

.contact {
  padding-bottom: 0em !important;
}

.local-papers {
  padding-bottom: 0em !important;
}

.fair-magazine {
  padding-bottom: 0em !important;
  margin-top: 35em;
}

.section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s;
  display: flex;
  flex-direction: column;
  color: #231f1d;
  font: normal 18px/1.625 "EngelLight";
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 25em;
  }
}
.section .section-content {
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) {
  .section .section-content {
    opacity: 0.96;
  }
}
.section-image {
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .section-image {
    opacity: 0;
    flex: 1 100%;
    display: flex;
  }
}
.section-image img {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section-image img {
    height: 100vh;
    width: auto;
    margin: 0 auto;
  }
}
.section-background {
  line-height: 0;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-background {
    flex: 1 100%;
    box-shadow: 15px 15px 34px black;
  }
}
.section-background video {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-background video {
    margin-top: 4em;
  }
}
.section-quote {
  flex: 1 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-quote {
    flex: 1 50%;
    height: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-top: -45%;
  }
}
.section-content {
  background: #ffffff;
  padding: 3em 2em;
  height: fit-content;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-content {
    flex: 1 50%;
    max-width: 50%;
    margin-top: -30%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    box-shadow: 15px 15px 35px #777676;
  }
  .section-content--short {
    margin-top: -20%;
  }
}
.section-content__heading {
  color: #242323;
  font: normal 28px/1.4 "Cobassi";
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1280px) {
  .section-content__heading {
    font: normal 36px/1 "Cobassi";
  }
}
.section-content__text a {
  color: #231f1d;
  text-decoration: underline;
}
.section-carousel {
  flex: 1;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-carousel {
    margin-top: 4em;
  }
}
.section-carousel--space-bottom {
  margin-bottom: 90em;
}
.section-carousel .glide__arrow {
  border: none;
  background: #777676;
  border-radius: 0;
  box-shadow: 7px 8px 15px #464646;
}
.section-carousel .glide__arrow:hover {
  background-color: transparent !important;
  color: #777676 !important;
  box-shadow: none;
}
.section-carousel .glide__arrow:hover .icon-next {
  color: #777676;
}
.section-carousel .glide__arrow .icon-next {
  font-size: 45px;
  color: white;
}
.section-carousel .glide__arrow .icon-next--right::before {
  transform: rotate(180deg);
  display: block;
}

.section:last-of-type .section-content {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  height: auto;
  margin-top: -50%;
  margin-left: 3em;
  max-width: 660px;
  padding: 2em 0 0 0;
  flex-direction: column;
}
.section:last-of-type .section-content__text:nth-of-type(3) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section:last-of-type .section-content {
    min-width: 100vw;
    margin: 0;
  }
  .section:last-of-type .section-content__text:nth-of-type(3) {
    display: block;
    padding: 1em 1.5em;
    font: normal 16px/1.625 "EngelLight";
  }
  .section:last-of-type .section-content__text:nth-of-type(2) {
    display: none;
  }
}
.section:last-of-type .section-content__details {
  padding: 0 1.5em;
}
.section:last-of-type .section-content__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section:last-of-type .section-content__text-title {
  font-weight: bold;
}
.section:last-of-type .section-content .guitar-service-form {
  justify-content: center;
  align-items: center;
}
.section:last-of-type .section-content .guitar-service-form .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
  gap: 1em;
  width: 100%;
}
.section:last-of-type .section-content .guitar-service-form .country-wrapper {
  min-width: 46%;
}
@media only screen and (max-width: 768px) {
  .section:last-of-type .section-content .guitar-service-form .country-wrapper {
    min-width: 96%;
  }
}
.section:last-of-type .section-content .guitar-service-form .country-wrapper input {
  min-width: 100%;
}
.section:last-of-type .section-content .guitar-service-form-type-wrapper {
  min-width: 46%;
  padding: 0 0.4em;
}
@media only screen and (max-width: 768px) {
  .section:last-of-type .section-content .guitar-service-form-type-wrapper {
    width: 100%;
  }
}
.section:last-of-type .section-content .guitar-service-form-type-wrapper input[type=radio][name=service-type] {
  min-width: auto;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .section:last-of-type .section-content .guitar-service-form-type-wrapper input[type=radio][name=service-type] {
    width: auto;
  }
}
.section:last-of-type .section-content .guitar-service-form-type-wrapper label, .section:last-of-type .section-content .guitar-service-form-type-wrapper legend {
  font-size: 14px;
  color: #4f4f4f;
}
.section:last-of-type .section-content .guitar-service-form select {
  min-width: 46%;
}
.section:last-of-type .section-content .guitar-service-form input {
  min-width: 46%;
}
.section:last-of-type .section-content .guitar-service-form .mandatory-fields {
  align-self: flex-start;
  min-width: 99%;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit {
  display: flex;
  min-width: 99%;
  height: 20%;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit-checkbox {
  min-width: 30%;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit-checkbox .checkbox {
  width: 100%;
  margin: 0;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit-checkbox .checkbox__input {
  align-self: flex-start;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit-button {
  min-width: 30%;
  cursor: pointer;
  border: 5px solid #777676;
  margin-bottom: 1em;
}
.section:last-of-type .section-content .guitar-service-form .guitar-config-form__submit-button:hover {
  background: transparent;
  color: #777676;
}
.section:last-of-type .section-content__message {
  font: normal 28px/1 "Cobassi";
  color: #777676;
  padding-left: 0.8em;
  padding-top: 1em;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  filter: grayscale(90%);
}

.section-content--small {
  min-height: unset !important;
  margin-top: -10% !important;
}

.events .section-content--short {
  margin-top: -40%;
}
@media only screen and (max-width: 768px) {
  .events .section-content--short {
    margin-top: 0;
  }
}

.secondary-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

.bullet-list-cont {
  margin-left: 3em;
}

.bolded-text {
  font-weight: 900;
  color: black;
}

.inner-page #how-buy {
  margin-top: 40em;
}
@media only screen and (max-width: 768px) {
  .inner-page #how-buy {
    margin-top: 0em;
  }
}
.inner-page .how-to-buy {
  display: none;
}
.inner-page .how-to-buy--shown {
  display: flex;
}
.inner-page .how-to-buy .section-image img {
  height: 73vh !important;
  width: auto !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .inner-page .how-to-buy .section-image img {
    width: 100vw !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-page .how-to-buy .section-image img {
    margin-bottom: 5em;
  }
}
.inner-page .how-to-buy .section-quote {
  margin-right: 0em !important;
  margin-top: -25em !important;
}
@media only screen and (max-width: 1280px) {
  .inner-page .how-to-buy .section-quote {
    margin-left: 2em !important;
    margin-top: -50em !important;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .how-to-buy .section-quote {
    min-width: 81%;
    margin: 0em auto 0 auto !important;
  }
}
@media only screen and (max-width: 576px) {
  .inner-page .how-to-buy .section-quote {
    min-width: 70%;
  }
}
.inner-page .how-to-buy .section-content {
  margin-top: -38em !important;
}
@media only screen and (max-width: 1280px) {
  .inner-page .how-to-buy .section-content {
    margin-top: -4em !important;
    margin-bottom: 3em !important;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .how-to-buy .section-content {
    margin: 0 auto !important;
    min-width: 81%;
    display: unset;
  }
  .inner-page .how-to-buy .section-content__text {
    display: block;
  }
  .inner-page .how-to-buy .section-content__text .pdf-links-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .inner-page .how-to-buy .section-content__text .pdf-links-container a {
    display: flex;
    justify-content: center;
  }
  .inner-page .how-to-buy .section-content__text .pdf-links-container a .pdf-link-image {
    margin-right: 0;
  }
}
.inner-page .impressum {
  padding-bottom: 0em !important;
}
.inner-page .section {
  padding-bottom: 80em;
}
.inner-page .section#worth-reading {
  padding-bottom: 50em;
  padding-top: 55em;
}
@media only screen and (max-width: 768px) {
  .inner-page .section {
    padding-bottom: 40em;
  }
}
.inner-page .section--media {
  padding-bottom: 50em;
}
.inner-page .section--quoteless {
  padding-bottom: 45em;
}
@media only screen and (min-width: 768px) {
  .inner-page .section:first-of-type {
    margin-top: 55em;
  }
  .inner-page .section:first-of-type#worth-reading {
    margin: 0;
  }
}
.inner-page .section .section-image img {
  width: 100vw;
  height: auto;
  display: none;
}
.inner-page .section:not(:first-child) .section-quote {
  max-width: 30%;
  margin-left: 2em;
  margin-right: 0em;
}
@media only screen and (max-width: 1280px) {
  .inner-page .section:not(:first-child) .section-quote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .section:not(:first-child) .section-quote {
    min-width: 81%;
    margin: -3em auto 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .inner-page .section:not(:first-child) .section-quote {
    min-width: 70%;
  }
}
.inner-page .section:not(:first-child) .section-content {
  margin: -20em auto 0 auto;
  height: fit-content;
  width: 70%;
  padding: 2em;
  margin-bottom: 5em;
}
.inner-page .section:not(:first-child) .section-content--media {
  margin-top: 10em !important;
}
.inner-page .section:not(:first-child) .section-content--short {
  margin-top: -12em;
}
@media only screen and (min-width: 1280px) {
  .inner-page .section:not(:first-child) .section-content--left {
    margin-top: 0em !important;
    margin-left: 5em !important;
    margin-bottom: 8em !important;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-page .section:not(:first-child) .section-content--right {
    margin-top: 0em !important;
    margin-right: 6em !important;
    margin-bottom: 12.5em !important;
  }
}
.inner-page .section:not(:first-child) .section-content__text .pdf-link-image {
  margin-right: 6.5em;
}
.inner-page .section:not(:first-child) .section-content--large {
  max-width: 50%;
  margin-right: 3em;
}
@media only screen and (max-width: 1400px) {
  .inner-page .section:not(:first-child) .section-content--large {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .section:not(:first-child) .section-content {
    margin: 0 auto;
    min-width: 81%;
  }
  .inner-page .section:not(:first-child) .section-content__text {
    display: block;
  }
  .inner-page .section:not(:first-child) .section-content__text .pdf-links-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .inner-page .section:not(:first-child) .section-content__text .pdf-links-container a {
    display: flex;
    justify-content: center;
  }
  .inner-page .section:not(:first-child) .section-content__text .pdf-links-container a .pdf-link-image {
    margin-right: 0;
  }
}
.inner-page .section:first-of-type .section-content {
  margin: -50em 0 0 5em;
  height: fit-content;
  height: -moz-max-content;
  padding: 2em;
  min-height: unset;
}
@media only screen and (max-width: 1400px) {
  .inner-page .section:first-of-type .section-content {
    margin: -20em auto -2em auto;
    min-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .section:first-of-type .section-content {
    margin: 0;
    margin-top: 4em;
  }
  .inner-page .section:first-of-type .section-content--space-top {
    margin-top: 5em !important;
  }
}
.inner-page .section:first-of-type .section-quote {
  width: fit-content;
  height: fit-content;
  margin-top: -6%;
  margin-left: -5em;
  min-width: 30%;
  margin-bottom: 10em;
}
@media only screen and (max-width: 1400px) {
  .inner-page .section:first-of-type .section-quote {
    margin: 0 0em 5em 25em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .section:first-of-type .section-quote {
    max-width: 81%;
    margin: 0 auto;
  }
}
.inner-page .section:first-of-type .section-quote--long {
  margin-top: -25em;
}
@media only screen and (max-width: 1400px) {
  .inner-page .section:first-of-type .section-quote--long {
    margin: 0 0em 5em 25em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .inner-page .section:first-of-type .section-quote--long {
    max-width: 81%;
    margin: 0 auto;
  }
}
.inner-page .section-quote {
  margin-top: -40%;
}

.section-guitar-carousel {
  position: relative;
  width: 40%;
  background: white;
  display: flex;
  justify-content: space-around;
  padding: 2em;
  padding-bottom: 3em;
  height: fit-content;
  margin-top: -18em;
  margin-left: 5em;
  margin-bottom: 10em;
  border: 1.5px solid #777676;
  box-shadow: 15px 15px 35px #777676;
  border-bottom: none;
}
.section-guitar-carousel--quoteless {
  margin-top: -5em;
  margin-left: 25em;
}
@media only screen and (max-width: 1280px) {
  .section-guitar-carousel {
    width: 40%;
    margin: -10em auto 5em auto;
    font: 400 14px/1.5 "EngelLight";
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel {
    width: 85%;
    margin: 0 auto;
    font: 400 14px/1.5 "EngelLight";
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section-guitar-carousel .section-carousel {
  width: 45%;
  min-width: unset;
  margin-top: 0em;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel .section-carousel {
    width: 100%;
  }
}
.section-guitar-carousel .section-carousel .template-section {
  margin-top: 0;
}
.section-guitar-carousel .section-carousel .template-section .carousel-template__slide .slide__content-guitars-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-guitar-carousel .section-carousel .carousel-template__slide {
  width: 100%;
}
.section-guitar-carousel .section-carousel .section-videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-guitar-carousel__collapsible {
  position: absolute;
  bottom: 1%;
  cursor: pointer;
  font: normal 18px/1.88 "EngelLight";
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel__collapsible {
    font: 400 14px/1.5 "EngelLight";
  }
}
.section-guitar-carousel__info {
  border: 1.5px solid #777676;
  border-top: none;
  background: white;
  position: absolute;
  height: 0px;
  padding: 0px;
  top: 100%;
  width: 90%;
  box-shadow: 15px 15px 20px -3px #777676;
  padding: 5%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  font: normal 18px/1.88 "EngelLight";
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel__info {
    font: 400 14px/1.5 "EngelLight";
  }
}
.section-guitar-carousel__info--active {
  height: fit-content;
  height: -moz-max-content;
  transform: scaleY(1);
}
.section-guitar-carousel__info a {
  text-decoration: underline;
  color: #777676;
}
.section-guitar-carousel__data {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel__data {
    width: 90%;
  }
}
.section-guitar-carousel__data .header {
  font: normal 36px/1 "Cobassi";
  color: #777676;
  margin-bottom: 5em;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel__data .header {
    margin-left: 1.6em;
  }
}
.section-guitar-carousel__data .text-info {
  margin: 1.5em 0;
}
.section-guitar-carousel__data .guitar-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font: normal 18px/1.88 "EngelLight";
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .section-guitar-carousel__data .guitar-data {
    font: 400 14px/1.5 "EngelLight";
  }
}
.section-guitar-carousel__data .guitar-data__data {
  text-align: right;
  width: 60%;
  padding-left: 1em;
}
.section-guitar-carousel__data .guitar-data__attribute {
  width: 40%;
}
.section-guitar-carousel .request-button {
  font: normal 18px/1 "Cobassi";
  color: white;
  background: #777676;
  text-align: center;
  padding: 0.7em 0.5em;
  cursor: pointer;
  margin-top: 1em;
}

#local-papers .section-content {
  min-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3em;
}
#local-papers .section-content__heading {
  width: 100%;
  margin: 0;
}
#local-papers .section-content__heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2em 0;
}

.audio-content {
  margin-top: 2em;
}

.soundclound-audio {
  margin-top: 2em;
}
.soundclound-audio--opinions {
  width: 40%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .soundclound-audio--opinions {
    width: 100%;
  }
}

.impressum .section-content {
  margin: -52em auto 0 auto !important;
}
@media only screen and (max-width: 1280px) {
  .impressum .section-content {
    margin: -40em auto 0 auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .impressum .section-content {
    margin: 0 auto !important;
  }
}
.impressum .section-content__text {
  display: flex !important;
}

.controller {
  width: 79%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 12em auto 4em auto;
  background: white;
  font-size: 14px;
  color: #777676;
  border: 5px solid #777676;
  box-shadow: 15px 15px 34px black;
}
@media only screen and (max-width: 1400px) {
  .controller {
    width: 98%;
    margin: 12em auto 12em auto;
  }
}
@media only screen and (max-width: 1280px) {
  .controller {
    font-size: 12px;
    flex-wrap: wrap;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .controller {
    width: 98%;
    margin: 10em auto 12em auto;
  }
}
.controller .step {
  height: 100%;
  width: 16.6%;
  border-right: 5px solid #777676;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: white;
}
@media only screen and (max-width: 1280px) {
  .controller .step {
    flex: 1 30%;
    border: 5px solid #777676;
  }
  .controller .step--border-right {
    border-right: none;
  }
  .controller .step--border-bottom {
    border-bottom: none;
  }
}
.controller .step:last-of-type {
  border: none;
}
@media only screen and (max-width: 1280px) {
  .controller .step:last-of-type {
    border: 5px solid #777676;
  }
}
.controller .step--clicked {
  background: #777676;
  color: white;
}

.how-buy-body .glide__arrow {
  position: fixed;
  background: #777676;
  color: white;
  font-size: 20px;
}
.how-buy-body .glide__arrow--left {
  left: 1em !important;
  color: white;
}
.how-buy-body .glide__arrow--right {
  right: 1em !important;
  transform: rotate(180deg);
}
.how-buy-body .glide__arrow .icon-next {
  color: white;
}
.how-buy-body .glide__arrow:hover {
  background: white !important;
}
.how-buy-body .glide__arrow:hover .icon-next {
  color: #777676;
}

.youtube-iframe-opinions {
  width: 40%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .youtube-iframe-opinions {
    width: 100%;
  }
}

.youtube-iframe-instruments {
  width: 90%;
  aspect-ratio: 16/9;
  margin-bottom: 1em;
}

.carousel-indexes {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 15px 15px 34px black;
}
.carousel-indexes__index {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  overflow-wrap: break-word;
  border: 5px solid #777676;
  flex: 1;
  text-align: center;
  font-family: Cobassi;
  font-size: 12px;
  color: #777676;
  height: 50px;
  cursor: pointer;
  background: white;
}
.carousel-indexes__index:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.carousel-indexes__index--selected {
  background: #777676;
  color: #ffffff;
}

.template-section {
  margin-top: 1em;
  margin-bottom: 4em;
  display: none;
}
.template-section--selected {
  display: block;
}
.template-section .carousel-template {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template__slide {
    height: auto;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .template-section .carousel-template__slide:nth-child(even) .quote {
    left: 4em !important;
    right: auto !important;
  }
}
.template-section .carousel-template__slide .slide__image-quote__container {
  height: 100%;
  position: relative;
}
.template-section .carousel-template__slide .slide__image-quote__container .slide__image {
  display: flex;
  justify-content: center;
}
.template-section .carousel-template__slide .slide__image-quote__container .slide__image img {
  width: auto;
  width: 350px;
  height: 350px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template__slide .slide__image-quote__container .slide__image img {
    width: 70%;
    height: auto;
  }
}
.template-section .carousel-template__slide .slide__image-quote__container .slide__quote .quote {
  display: flex;
  position: relative;
  height: fit-content;
  width: 300px;
  margin: 0 auto;
  bottom: auto;
  font-size: 16px;
  margin-top: -100px;
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template__slide .slide__image-quote__container .slide__quote .quote {
    width: 500px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1280px) {
  .template-section .carousel-template__slide .slide__image-quote__container .slide__quote .quote {
    width: 400px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .template-section .carousel-template__slide .slide__image-quote__container .slide__quote .quote--large {
    top: 32% !important;
  }
  .template-section .carousel-template__slide .slide__image-quote__container .slide__quote .quote .quote__text {
    font-size: 22px;
  }
}
.template-section .carousel-template__slide .slide__content {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template__slide .slide__content {
    width: 370px !important;
  }
  .template-section .carousel-template__slide .slide__content--event {
    width: auto !important;
  }
  .template-section .carousel-template__slide .slide__content-guitars.conf-carousel {
    width: 100% !important;
  }
}
.template-section .carousel-template__slide .slide__content-container {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .template-section .carousel-template__slide .slide__content-container {
    border: 2px solid #777676;
  }
}
@media only screen and (min-width: 1280px) {
  .template-section .carousel-template__slide .slide__content-container {
    height: 100%;
  }
}
.template-section .carousel-template__slide .slide__content-container--small {
  max-width: 290px;
  height: 500px;
}
.template-section .carousel-template__slide .slide__content-image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 230px;
}
@media only screen and (min-width: 1400px) {
  .template-section .carousel-template__slide .slide__content-image {
    min-height: 230px;
  }
}
.template-section .carousel-template__slide .slide__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-section .carousel-template__slide .slide__content-text__date {
  font-size: 16px;
  color: #4f4f4f;
}
.template-section .carousel-template__slide .slide__content-text__heading {
  color: #777676;
  font-family: Cobassi;
  margin: 0.5em 0;
  transition: 0.3s;
}
.template-section .carousel-template__slide .slide__content-text__heading:hover {
  color: rgba(119, 118, 118, 0.9);
}
.template-section .carousel-template__slide .slide__content-text__description {
  margin: 1em 0;
  font: normal 18px/1.625 "EngelLight";
  color: #231f1d;
}
.template-section .carousel-template__slide .slide__content-text__description a {
  color: black;
  text-decoration: underline;
}
.template-section .carousel-template__slide .slide__content-button {
  font: 400 18px/1.5 "Cobassi";
  color: #777676;
  border: 4px solid #777676;
  padding: 0.5em 1em;
  width: fit-content;
  margin: 0.5em 0 0.5em auto;
  cursor: pointer;
  margin-top: auto;
}
.template-section .carousel-template__slide .slide__content-button:hover {
  background-color: #777676;
  color: #ffffff;
}
.template-section .carousel-template__slide .slide__content-guitars {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  display: flex;
}
.template-section .carousel-template__slide .slide__content-guitars-image {
  flex: 1 100%;
  height: 300px;
}
@media only screen and (max-width: 1400px) {
  .template-section .carousel-template__slide .slide__content-guitars-image {
    height: 350px;
  }
}
.template-section .carousel-template__slide .slide__content-guitars-image img {
  object-fit: contain;
  width: 100%;
  height: 300px;
}
.template-section .carousel-template__slide .slide__content-guitars-text {
  flex: 1 50%;
  padding: 0 1em;
  font-size: 16px;
  height: 300px;
  display: flex;
  align-items: center;
}
.template-section .carousel-template__slide .slide__content-guitars-type {
  width: 100%;
  background: rgba(119, 118, 118, 0.9);
  border: 5px solid #777676;
  padding: 0.5em;
  text-align: center;
  color: #ffffff;
  font-family: Cobassi;
  font-size: 20px;
  height: fit-content;
}
.template-section .carousel-template__slide .slide__content-guitars-type:hover {
  background-color: #777676;
}
.template-section .carousel-template__slide .slide__content .slide__content-guitars-link {
  width: 100%;
}
.template-section .glide__bullets {
  bottom: -40px;
  display: flex;
  flex-wrap: wrap;
}
.template-section .glide__bullets--long {
  bottom: -60px;
}
.template-section .glide__bullets .glide__bullet {
  background-color: rgba(119, 118, 118, 0.9);
  margin-bottom: 2px;
}
.template-section .glide__bullet:hover,
.template-section .glide__bullet:focus {
  border-color: rgba(119, 118, 118, 0.9);
}
.template-section .glide__bullet--active {
  border-color: #777676;
}

.glide__arrow--left {
  border-color: #777676 !important;
  color: #777676 !important;
  left: -2em !important;
  padding: 12px 12px 9px 12px !important;
}
.glide__arrow--left:hover {
  color: white !important;
  background: rgba(119, 118, 118, 0.9) !important;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .glide__arrow--left {
    display: none !important;
  }
}

.glide__arrow--right {
  border-color: #777676 !important;
  color: #777676 !important;
  right: -2em !important;
  padding: 12px 12px 9px 12px !important;
}
@media only screen and (max-width: 1280px) {
  .glide__arrow--right {
    right: -1em !important;
  }
}
.glide__arrow--right:hover {
  color: white !important;
  background: rgba(119, 118, 118, 0.9) !important;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .glide__arrow--right {
    display: none !important;
  }
}

.conf-carousel {
  height: 100% !important;
}
.conf-carousel .slide__content-guitars {
  max-width: 1000px !important;
}
.conf-carousel .glide__arrows {
  font-size: 50px;
}

.slide__content-guitars.conf-carousel {
  width: 100% !important;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Cobassi";
}

select {
  background-color: #ffffff;
  border: 2px solid #949494;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.3em;
  color: #777676;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
}
@media only screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}

select[size] {
  appearance: list-menu;
  display: inline-block;
  height: attr(size, em);
}

input:focus,
select:focus {
  border-color: #777676;
  outline: none;
}

input[type=text],
input[type=radio],
input[type=checkbox],
input[type=email],
input[type=phone],
input[type=date],
input[type=time] {
  border: 2px solid #949494;
  border-radius: 4px;
  padding: 0.4em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 14px;
  color: #4f4f4f;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  input[type=text],
input[type=radio],
input[type=checkbox],
input[type=email],
input[type=phone],
input[type=date],
input[type=time] {
    width: 100%;
  }
}

input[type=submit] {
  background: #777676;
  border: none;
  padding: 1em 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Cobassi;
  width: 100%;
}

.guitar-service-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 1em;
}
.guitar-service-form * {
  min-width: 40%;
}

.agb-bg {
  background: url(../assets/img/instruments_bg.jpg);
  position: relative;
  background-attachment: fixed;
}

body {
  position: relative;
  background-attachment: fixed;
}
body .marketplace-body {
  background: url(../assets/img/marketplace_bg.jpg);
}

.how-buy-body {
  min-height: 117vh;
}

@media only screen and (min-width: 768px) {
  .how-buy-footer {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 1em;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .content {
    width: 30%;
    padding: 2.5em;
  }
}
.content__heading {
  font: 400 28px/1.5 "Engel";
  color: #777676;
  margin: 0.5em 0;
}
.content__text {
  font: 400 14px/1.5 "EngelLight";
  margin-bottom: 0.5em;
}
.content__button {
  border: 5px solid #777676;
  background: #ffffff;
  font: 400 18px/1.5 "Cobassi";
  color: #777676;
  padding: 0.5em 1em;
  width: fit-content;
  margin: 2em auto 0 auto;
  cursor: pointer;
  transition: 0.3s;
  width: -moz-max-content;
}
.content__button--cancel {
  color: white;
  background: #dfdddb;
  border-color: #dfdddb;
  margin-left: auto;
}
.content__button--cancel:hover {
  background: white !important;
  color: #dfdddb !important;
}
.content__button:hover {
  background: #777676;
  color: #ffffff;
}
.content .icon-delete--right {
  position: absolute;
  top: 5%;
  right: 3%;
  color: #777676;
  font-size: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .content .icon-delete--right {
    font-size: 20px;
    top: 2%;
  }
}

.form-background {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 300;
  display: none;
  justify-content: center;
  align-items: center;
}
.form-background .content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form-background .content {
    padding-top: 14em;
  }
  .form-background .content--AT {
    padding-top: 12em;
  }
}
@media only screen and (min-width: 1280px) {
  .form-background .content {
    width: 30%;
    padding: 2.5em;
  }
}
.form-background .content__heading {
  font: 400 28px/1.5 "Engel";
  color: #777676;
  margin: 0.5em 0;
}
.form-background .content__text {
  font: 400 14px/1.5 "EngelLight";
  margin-bottom: 0.5em;
}
.form-background .content__button {
  border: 5px solid #777676;
  background: #ffffff;
  font: 400 18px/1.5 "Cobassi";
  color: #777676;
  padding: 0.5em 1em;
  width: fit-content;
  margin: 2em auto 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .form-background .content__button {
    min-width: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .form-background .content__button {
    min-width: 257px;
  }
}
.form-background .content__button--cancel {
  color: white;
  background: #777676;
  border-color: #777676;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .form-background .content__button--cancel {
    min-width: 257px;
  }
}
.form-background .content__button--cancel:hover {
  background: white !important;
  color: #dfdddb !important;
}
.form-background .content__button:hover {
  background: #777676;
  color: #ffffff;
}
.form-background .content .icon-delete--right {
  position: absolute;
  top: 5%;
  right: 3%;
  color: #777676;
  font-size: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .form-background .content .icon-delete--right {
    font-size: 20px;
    top: 2%;
  }
}
.form-background--shown {
  display: flex !important;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}

.request-attendance-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0.5em;
  justify-content: space-between;
  margin-top: 2em;
}
.request-attendance-form__input {
  flex: 1 45%;
}
.request-attendance-form__message {
  flex: 1 100%;
  height: 100px;
}
.request-attendance-form input[type=checkbox] {
  margin-right: 0.5em;
}
.request-attendance-form label, .request-attendance-form .mandatory-fields {
  font-size: 14px;
  color: #4f4f4f;
}
.request-attendance-form .mandatory-fields {
  width: 100%;
}

footer {
  background: #dfdddb;
}

.footer-content {
  display: flex;
  flex-direction: column;
  font: 400 20px/2 "EngelLight";
  padding: 2em;
}
@media only screen and (min-width: 1280px) {
  .footer-content {
    flex-direction: row;
    padding: 2em 5em;
    gap: 4em;
  }
}
.footer-content a {
  color: #231f1d;
}
@media only screen and (min-width: 1280px) {
  .footer-content a:last-of-type {
    margin-left: auto;
  }
}

.cookie-banner-container {
  position: fixed;
  background-color: rgba(35, 31, 29, 0.6);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  display: none;
  justify-content: center;
  align-items: center;
}

.cookie-banner {
  left: 0;
  bottom: -100%;
  background: #fff;
  color: #231f1d;
  padding: 2rem 2rem;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  font-family: "EngelLight";
  z-index: 9999;
  width: 30%;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: 15px 15px 35px #777676;
}

.cookie-banner-container.active {
  display: flex;
}

.cookie-banner h1 {
  width: 100%;
  font-size: 24px;
  color: #242323;
}

.cookie-banner a {
  color: #242323;
  text-decoration: underline;
}

.cookie-banner .cookie-checkbox-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.cookie-banner .cookie-button-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
}

.cookie-banner .cookie-button-row button {
  width: 30%;
  height: 100%;
}

.cookie-btn {
  font: 400 18px/1.5 "Cobassi";
  color: #777676;
  border: 4px solid #777676;
  padding: 0.5em 1em;
  width: fit-content;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .cookie-banner {
    width: 80vw;
    height: 60vh;
  }

  .cookie-banner .cookie-button-row {
    flex-direction: column;
  }

  .cookie-banner .cookie-button-row button {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1048px) {
  .cookie-banner {
    width: 50vw;
    height: 40vh;
  }

  .cookie-banner .cookie-button-row {
    flex-direction: column;
  }

  .cookie-banner .cookie-button-row button {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1048px) {
  .cookie-banner {
    min-height: 350px;
    width: 50vw;
    height: 40vh;
  }

  .cookie-banner .cookie-button-row {
    flex-direction: column;
  }

  .cookie-banner .cookie-button-row button {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
