/*
Theme Name: gregermax multimedia
Theme URI: https://greger.me
Author: Maximilian Greger
Author URI: https://greger.me
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gregermax
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:root {
  --fk-black: #000;
  --fk-white: #fff;
  --fk-grey: #ECEFF1;
}

::-moz-selection {
  background-color: #fff;
  color: var(--fk-black);
}

::selection {
  background-color: #fff;
  color: var(--fk-black);
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "GeneralSans-Variable", sans-serif;
  font-size: 20px;
  background-color: var(--fk-black);
  color: var(--fk-white);
}

p,
small {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
p:last-child,
small:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

h1,
.font-size-h1,
h2,
.font-size-h2 {
  font-family: "Anton";
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}
h1:not(:last-child),
.font-size-h1:not(:last-child),
h2:not(:last-child),
.font-size-h2:not(:last-child) {
  margin-bottom: 1em;
}

h1,
.font-size-h1 {
  font-size: 5rem;
}

h2,
.font-size-h2 {
  font-size: 2rem;
}

@media screen and (max-width: 450px) {
  h1,
  .font-size-h1 {
    font-size: 3rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.btn {
  display: flex;
  line-height: 1.5;
}
.btn a {
  background-color: var(--fk-black);
  color: var(--fk-white);
  text-decoration: none;
  display: block;
  padding: 0.5rem 1.25rem;
  border-radius: 99px;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
  border: 1px solid currentColor;
}
.btn a:hover {
  transform: scale(1.1);
  z-index: 5;
  background-color: var(--fk-white);
  color: var(--fk-black);
}
.btn.hidden {
  opacity: 0;
  transform: translateX(30px);
}

.site__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  z-index: 50;
  padding: 2rem 2rem 0 2rem;
  display: flex;
  justify-content: flex-end;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
.site__header.back {
  justify-content: space-between;
}
.site__header .btn {
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
}
.site__header .btn a {
  color: var(--fk-black);
  background-color: var(--fk-white);
}
.site__header .btn a:hover {
  background-color: var(--fk-black);
  color: var(--fk-white);
}
.site__header .btn:nth-child(1) {
  transition-delay: 0.1s;
}
.site__header__navigation {
  display: flex;
  align-items: center;
}

.site__burger,
.site__back {
  display: block;
  border: none;
  background-color: var(--fk-white);
  color: var(--fk-black);
  width: 48px;
  height: 48px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
  border: 1px solid currentColor;
}
.site__burger span,
.site__back span {
  display: block;
  background-color: currentColor;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  position: absolute;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
}
.site__burger span:first-child,
.site__back span:first-child {
  top: calc(42% - 1px);
}
.site__burger span:last-child,
.site__back span:last-child {
  top: calc(58% - 1px);
}
.site__burger:hover,
.site__back:hover {
  transform: scale(1.1);
  background-color: var(--fk-black);
  color: var(--fk-white);
}
.site__burger:hover svg,
.site__back:hover svg {
  fill: currentColor;
}
.site__burger.active span:first-child,
.site__back.active span:first-child {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
}
.site__burger.active span:last-child,
.site__back.active span:last-child {
  transform: translateX(-50%) rotate(-45deg);
  top: 50%;
}

@media screen and (max-width: 425px) {
  body {
    font-size: 16px;
  }
  .btn a {
    padding: 0.5rem 1.25rem;
  }
  .site__burger,
  .site__back {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 375px) {
  .btn a {
    padding: 0.5rem 0.7rem;
  }
}
.block__hero {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  height: 50vh;
  position: relative;
  margin-bottom: clamp(100px, 40vw, 300px);
}
.block__hero.small {
  height: 40rem;
}
.block__hero.small .block__hero__logo {
  width: 300px;
}
.block__hero__logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 50vw;
  max-width: 400px;
}
.block__hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.block__hero__image.mobile {
  display: none;
}
.block__hero__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 2rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.block__hero__content__open {
  font-size: inherit;
  font-family: inherit;
  color: var(--fk-black);
  background-color: var(--fk-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 99px;
  border: 1px solid currentColor;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
  cursor: pointer;
  line-height: 1.5;
}
.block__hero__content__open:hover {
  transform: scale(1.1);
  z-index: 5;
  background-color: var(--fk-black);
  color: var(--fk-white);
  border-color: var(--fk-white);
}
.block__hero__content__open__light {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  flex: 0 0 auto;
}
.block__hero__content__open__light.open {
  background-color: #4CAF50;
}
.block__hero__content__open__light.open-soon {
  background-color: #FF9800;
}
.block__hero__content__open__light.closed {
  background-color: #F44336;
}
.block__hero .btn a {
  color: var(--fk-black);
  background-color: var(--fk-white);
}
.block__hero .btn a:hover {
  background-color: var(--fk-black);
  color: var(--fk-white);
}

@media screen and (max-width: 1024px) {
  .block__hero {
    height: 70vh;
  }
  .block__hero__content {
    bottom: inherit;
    top: 47px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .block__hero__content__open {
    margin-bottom: -1px;
  }
  .block__hero__image.mobile {
    display: block;
  }
  .block__hero__image.desktop {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .block__hero__content {
    top: 41px;
  }
}
.content__section {
  width: 1100px;
  max-width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

.block__columns {
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

:not(.has-background) + .block__columns,
.has-background + .block__columns:not(.has-background) {
  margin: 5rem auto 0 auto;
}

.outline {
  color: var(--fk-black);
  background-color: var(--fk-black);
  text-shadow: -1px -1px 0 var(--fk-white), 1px -1px 0 var(--fk-white), -1px 1px 0 var(--fk-white), 1px 1px 0 var(--fk-white);
}

.block__text-img {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
.block__text-img.background-dark {
  background-color: var(--fk-black);
  color: var(--fk-white);
}
.block__text-img.background-light {
  background-color: #263238;
}
.block__text-img.background-light .btn a {
  background-color: #263238;
}
.block__text-img.background-light .btn a:hover {
  background-color: var(--fk-white);
}
.block__text-img__wrapper {
  display: flex;
}
.block__text-img__wrapper:not(.reverse) .block__text-img__image img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block__text-img__wrapper.reverse {
  justify-content: flex-end;
}
.block__text-img__wrapper.reverse .block__text-img__image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.block__text-img__text {
  flex: 1 1 20rem;
  padding: 5rem;
  max-width: 550px;
}
.block__text-img__text .btn {
  margin-top: 2rem;
}
.block__text-img__image {
  width: 60%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.block__text-img__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:not(.has-background) + .block__text-img,
.has-background + .block__text-img:not(.has-background),
.block__text-img + .block__text-img {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .block__text-img__text {
    padding: 5rem 2rem;
    max-width: 100%;
  }
  .block__text-img__wrapper .block__text-img__image {
    position: relative;
    width: 100%;
    height: auto;
  }
  .block__text-img__wrapper .block__text-img__image img {
    position: relative;
    aspect-ratio: 1/1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .block__text-img__wrapper:not(.reverse) {
    flex-direction: column;
  }
  .block__text-img__wrapper.reverse {
    flex-direction: column-reverse;
  }
  .block__text-img + .block__text-img {
    margin: 0;
  }
}
.site__footer {
  font-size: 0.7rem;
  margin-top: 5rem;
  border-top: 1px solid currentColor;
}
.site__footer__wrapper {
  padding: 2rem 0;
}

.block__offers__columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}
.block__offers__column {
  border: 1px solid currentColor;
  padding: 10rem 2rem 2rem 2rem;
  margin-top: 5rem;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.block__offers__column__image {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 12rem;
  width: auto;
}
.block__offers__column .btn {
  justify-content: center;
}
.block__offers .price {
  line-height: 1;
}
.block__offers .price small {
  font-size: 0.8rem;
  line-height: 1;
}
.block__offers .btn {
  margin-top: 2rem;
}
.block__offers__row {
  border: 1px solid currentColor;
  padding: 2rem;
  border-radius: 20px;
  margin-top: 2rem;
  display: flex;
  gap: 5rem;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.block__offers__row__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 20rem;
}
.block__offers__row__image {
  flex: 1 1 15rem;
  height: auto;
  width: 300px;
}

:not(.has-background) + .block__offers,
.has-background + .block__offers:not(.has-background) {
  margin: 5rem auto 0 auto;
}

.strech {
  flex-grow: 1;
}

.block__text h1,
.block__text h2,
.block__text h3,
.block__text h4,
.block__text h5,
.block__text h6 {
  margin: 1.5em 0 1em;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.block__text h1 {
  font-size: 3rem;
}
.block__text h2 {
  font-size: 2rem;
}
.block__text img.aligncenter {
  margin: 5rem auto;
}
.block__text ul,
.block__text ol {
  margin-left: 1.5rem;
}
.block__text ul li:not(:last-child),
.block__text ol li:not(:last-child) {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

:not(.has-background) + .block__text,
.has-background + .block__text:not(.has-background) {
  margin: 5rem auto 0 auto;
}

.modalbox {
  position: fixed;
  color: var(--fk-black);
  top: 50%;
  left: 50%;
  background-color: var(--fk-white);
  padding: 2rem;
  z-index: 50;
  border-radius: 20px;
  transform: translate(-50%, -50%) scale(0.9);
  border: 1px solid var(--fk-black);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
}
.modalbox.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.modalbox__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modalbox__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
}
.modalbox__overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.modalbox table {
  border-collapse: collapse;
  white-space: nowrap;
}
.modalbox td:not(:first-child):not(:last-child) {
  padding: 1rem 0.5rem;
}
.modalbox td:first-child {
  padding: 1rem 0;
}
.modalbox td:last-child {
  padding: 1rem 0;
}
.modalbox tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.modalbox tr:first-child td {
  padding-top: 0 !important;
}
.modalbox tr:last-child td {
  padding-bottom: 0 !important;
}

.wpcf7-form label {
  display: block;
  border: 1px solid currentColor;
  padding: 1rem;
  border-radius: 10px;
}
.wpcf7-form label input,
.wpcf7-form label textarea,
.wpcf7-form label select {
  display: block;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  font-weight: 600;
  margin-top: 1rem;
  max-width: 100%;
  background-color: transparent;
  color: currentColor;
}
.wpcf7-form label input:focus,
.wpcf7-form label textarea:focus,
.wpcf7-form label select:focus {
  outline: none;
}
.wpcf7-form > label,
.wpcf7-form > .wpcf7-form-control-wrap,
.wpcf7-form > * {
  margin-bottom: 1rem;
  display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.wpcf7-form input[type=submit] {
  background-color: var(--fk-black);
  color: var(--fk-white);
  text-decoration: none;
  display: block;
  padding: 0.5rem 1.25rem;
  border-radius: 99px;
  transition: 0.2s cubic-bezier(0.73, 2.05, 0.47, 1);
  border: 1px solid currentColor;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}
.wpcf7-form input[type=submit]:hover {
  transform: scale(1.1);
  z-index: 5;
  background-color: var(--fk-white);
  color: var(--fk-black);
}
.wpcf7-form .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 1rem;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  gap: 1rem;
  align-items: center;
  line-height: 1.3;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label input {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.wpcf7-form .wpcf7-group {
  margin-bottom: 1rem;
}
.wpcf7-form .wpcf7-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.wpcf7-form label.order {
  display: flex;
}
.wpcf7-form label.order input {
  width: 1.5rem;
  margin-top: 0;
  border-bottom: 1px solid var(--fk-black);
  padding: 0;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}/*# sourceMappingURL=style.css.map */