
/* Roboto */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v48-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v48-latin-500.woff2') format('woff2'),
       url('../fonts/roboto-v48-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v48-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-v48-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/roboto-v48-latin-900.woff2') format('woff2'),
       url('../fonts/roboto-v48-latin-900.woff') format('woff');
}

/* Bizarre */

@font-face {
  font-family: "Bizarre Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bizarre-medium-webfont.woff2") format("woff2"), url("../fonts/bizarre-medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Bizarre SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bizarre-semibold-webfont.woff2") format("woff2"), url("../fonts/bizarre-semibold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Bizarre Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bizarre-bold-webfont.woff2") format("woff2"), url("../fonts/bizarre-bold-webfont.woff") format("woff");
}

/* Work Sans */

@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v19-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/work-sans-v19-latin-900.woff2') format('woff2');
}

/* Instrument */

/* instrument-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/instrument-serif-v4-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}

/* Mailerlite Newsletter Form Corrections */

.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent !important;
}

.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 600px !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  margin-top: 1.25rem !important;
  margin-bottom: 1.5rem !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  margin-top: 1rem;
  border: 1px solid rgba(17, 23, 69, 0.2);
  border-radius: 0.5rem;
  background: white;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody h4 {
  font-size: 1.25rem !important;
  color: #111745 !important;
  font-weight: 500 !important;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-weight: 400 !important;
  color: #111745 !important;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
    gap: 1rem 0 !important;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: auto !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  max-width: max-content !important;
}

.horizontal-fields {
  width: 100%;
}

/* SM */
@media (min-width: 640px) {
  .-wobble-bobble {
    background-image: url("../img/wobble-bobble-thingie.png") !important;
    background-position: 0 3rem;
  }
}

.-wobble-bobble {
  background-image: none;
}

.-blur-sm {
  filter: blur(0.1rem);
}

.-blur-md {
  filter: blur(0.25rem);
}

.-blur-lg {
  filter: blur(0.5rem);
}

.-blur-xl {
  filter: blur(1rem);
}

.-imprint p {
  margin-bottom: 1rem !important;
}

/*
  CSS Spinner
*/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Swiper - https://swiperjs.com/ */

.swiper-wrapper {
  transition-timing-function: linear!important;
}
