/*
Theme Name: maxfive WordPress Theme
Author: Manuel Szecsenyi
Autor URI: https://marginleft.at/
Description: Official Theme | For Support or questions feel free to contact me via manuel@marginleft.at
Text Domain: maxfive
Version: 1.0
*/
html,
body:not(.wp-admin) {
  scroll-behavior: smooth;
  min-height: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}

/**
 * Handles all font related css
*/
@font-face {
  font-family: "TabletGothic";
  src: url("./fonts/TabletGothic-Regular.eot");
  src: url("./fonts/TabletGothic-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/TabletGothic-Regular.woff2") format("woff2"), url("./fonts/TabletGothic-Regular.woff") format("woff"), url("./fonts/TabletGothic-Regular.svg#TabletGothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TabletGothic";
  src: url("./fonts/TabletGothic-Bold.eot");
  src: url("./fonts/TabletGothic-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/TabletGothic-Bold.woff2") format("woff2"), url("./fonts/TabletGothic-Bold.woff") format("woff"), url("./fonts/TabletGothic-Bold.svg#TabletGothic") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TabletGothic";
  src: url("./fonts/TabletGothic-Light.eot");
  src: url("./fonts/TabletGothic-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/TabletGothic-Light.woff2") format("woff2"), url("./fonts/TabletGothic-Light.woff") format("woff"), url("./fonts/TabletGothic-Light.svg#TabletGothic") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bree Serif";
  src: url("./fonts/Bree_Serif-Regular.eot");
  src: url("./fonts/Bree_Serif-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Bree_Serif-Regular.woff2") format("woff2"), url("./fonts/Bree_Serif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bree Serif";
  src: url("./fonts/Bree_Serif-Italic.eot");
  src: url("./fonts/Bree_Serif-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/Bree_Serif-Italic.woff2") format("woff2"), url("./fonts/Bree_Serif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bree Serif";
  src: url("./fonts/Bree_Serif-Bold.eot");
  src: url("./fonts/Bree_Serif-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Bree_Serif-Bold.woff2") format("woff2"), url("./fonts/Bree_Serif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bree Serif";
  src: url("./fonts/Bree_Serif-Bold_Italic.eot");
  src: url("./fonts/Bree_Serif-Bold_Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/Bree_Serif-Bold_Italic.woff2") format("woff2"), url("./fonts/Bree_Serif-Bold_Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
:root {
  font-size: 14px;
}

body {
  font-family: TabletGothic, sans-serif;
  word-break: break-word;
  font-weight: 300;
}

body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
.block-editor__container h1,
.block-editor__container h2,
.block-editor__container h3 {
  font-style: normal;
}
body:not(.wp-admin) h1 small,
body:not(.wp-admin) h2 small,
body:not(.wp-admin) h3 small,
.block-editor__container h1 small,
.block-editor__container h2 small,
.block-editor__container h3 small {
  font-size: 55%;
  line-height: 1;
  display: block;
  margin-top: 15px;
  text-transform: none !important;
}
body:not(.wp-admin) a,
.block-editor__container a {
  transition: 0.3s;
}
body:not(.wp-admin) a:hover,
.block-editor__container a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: 600;
}

/**
 * Utilities
 */
/**
 * Text utilities
 */
.text-primary {
  color: #black !important;
}

/**
 * Container utilities
 */
.has-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer h2 {
  display: inline-block;
}
footer hr {
  opacity: 1;
}
footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_info_holder {
  padding-top: 120px;
}
@media (max-width: 1500px) {
  .footer_info_holder {
    padding-top: 80px;
  }
}
.footer_info_holder .container.pr-0 {
  max-width: 100%;
  padding: 0 0 0 calc((100% - 1460px) / 2);
}
@media (max-width: 1500px) {
  .footer_info_holder .container.pr-0 {
    padding-left: 7%;
  }
}
@media (max-width: 1440px) {
  .footer_info_holder .container.pr-0 {
    padding-left: 5%;
  }
}
@media (max-width: 1400px) {
  .footer_info_holder .container.pr-0 {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .footer_info_holder .container.pr-0 {
    padding: 0 30px;
  }
}

/* wp-admin bar fix */
.admin-bar nav.nav {
  top: 32px;
}

nav.nav {
  width: 100vw;
  top: 0;
  left: 0;
}
nav.nav .logo svg {
  width: 150px;
  fill: #e60046;
}
@media only screen and (max-width: 1024px) {
  nav.nav .logo svg {
    fill: #fff;
  }
}
nav.nav .container {
  display: flex;
  align-items: center;
}
nav.nav .menu-container ul {
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
nav.nav .menu-container a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
nav.nav .menu-container a:hover {
  border-bottom: 2px solid white;
}

.position-relative {
  position: relative;
}

html,
body {
  overflow-x: hidden;
  overflow: visible;
}

.has-black-color a {
  color: black !important;
}

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