/*
Theme Name: mitfranz&freude
Theme URI: 
Author: Loan Pham Duc
Author URI: https://loanphamduc.de
Version: 1.0
Text Domain: mfuf
*/
/****************
* Schriften
****************/
@font-face {
  font-family: 'archiaregular';
  src: url('fonts/archia-regular-webfont.eot');
  src: url('fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/archia-regular-webfont.woff2') format('woff2'), url('fonts/archia-regular-webfont.woff') format('woff'), url('fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelablack';
  src: url('fonts/novela-black-webfont.eot');
  src: url('fonts/novela-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-black-webfont.woff2') format('woff2'), url('fonts/novela-black-webfont.woff') format('woff'), url('fonts/novela-black-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelablack_italic';
  src: url('fonts/novela-blackitalic-webfont.eot');
  src: url('fonts/novela-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-blackitalic-webfont.woff2') format('woff2'), url('fonts/novela-blackitalic-webfont.woff') format('woff'), url('fonts/novela-blackitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelabold';
  src: url('fonts/novela-bold-webfont.eot');
  src: url('fonts/novela-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-bold-webfont.woff2') format('woff2'), url('fonts/novela-bold-webfont.woff') format('woff'), url('fonts/novela-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelabold_italic';
  src: url('fonts/novela-bolditalic-webfont.eot');
  src: url('fonts/novela-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-bolditalic-webfont.woff2') format('woff2'), url('fonts/novela-bolditalic-webfont.woff') format('woff'), url('fonts/novela-bolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noveladisplay_italic';
  src: url('fonts/novela-displayitalic-webfont.eot');
  src: url('fonts/novela-displayitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-displayitalic-webfont.woff2') format('woff2'), url('fonts/novela-displayitalic-webfont.woff') format('woff'), url('fonts/novela-displayitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noveladisplay_regular';
  src: url('fonts/novela-displayregular-webfont.eot');
  src: url('fonts/novela-displayregular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-displayregular-webfont.woff2') format('woff2'), url('fonts/novela-displayregular-webfont.woff') format('woff'), url('fonts/novela-displayregular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelaregular';
  src: url('fonts/novela-regular-webfont.eot');
  src: url('fonts/novela-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-regular-webfont.woff2') format('woff2'), url('fonts/novela-regular-webfont.woff') format('woff'), url('fonts/novela-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelaregular_italic';
  src: url('fonts/novela-regularitalic-webfont.eot');
  src: url('fonts/novela-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-regularitalic-webfont.woff2') format('woff2'), url('fonts/novela-regularitalic-webfont.woff') format('woff'), url('fonts/novela-regularitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelasemibold';
  src: url('fonts/novela-semibold-webfont.eot');
  src: url('fonts/novela-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-semibold-webfont.woff2') format('woff2'), url('fonts/novela-semibold-webfont.woff') format('woff'), url('fonts/novela-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novelasemibold_italic';
  src: url('fonts/novela-semibolditalic-webfont.eot');
  src: url('fonts/novela-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/novela-semibolditalic-webfont.woff2') format('woff2'), url('fonts/novela-semibolditalic-webfont.woff') format('woff'), url('fonts/novela-semibolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/****************
* Farben
****************/
/****************
* Icons
****************/
/****************
* Funktionen
****************/
.flex-container-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: 0;
}
.flex-container-nowrap::-webkit-scrollbar {
  display: none !important;
}
.flex-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box_shadow {
  -webkit-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
}
.box_shadow_klein {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.box_shadow_lang {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
.bg-img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img-contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/****************
* Schriftgrößen
****************/
.font-size-15 {
  font-size: 15px;
  line-height: 21px;
}
/****************
* Wiederkehrende Überschriften
****************/
/****************
* Allgemein
****************/
body {
  overflow-x: hidden;
  color: #000;
  min-height: 800px;
  font-family: 'archiaregular', sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 500px) {
  body {
    font-size: 26px;
  }
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0 10px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.font-novela {
  font-family: 'noveladisplay_regular', sans-serif;
}
.small-text {
  font-size: 20px;
}
.elementor-widget.icon-heart {
  margin: 20px 0 70px;
}
.elementor-widget.icon-heart img {
  width: 57px !important;
  height: auto;
}
@media (max-width: 500px) {
  .elementor-widget.icon-heart {
    margin-top: 10px;
  }
}
a {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
header {
  background-color: #000;
  color: #fff;
  font-family: 'noveladisplay_regular', sans-serif;
  font-size: 30px;
  padding: 20px 20px 22px 20px;
}
@media (max-width: 500px) {
  header {
    font-size: 24px;
  }
}
header:after {
  content: "";
  display: block;
  position: absolute;
  background: #000 url('images/icon-heart-white.svg') no-repeat;
  width: 47px;
  height: 35px;
  background-size: contain;
  top: 50%;
  margin-top: -20px;
  right: 50px;
}
@media (max-width: 1140px) {
  header:after {
    right: 20px;
  }
}
@media (max-width: 500px) {
  header:after {
    width: 37px;
    height: 25px;
    margin-top: -15px;
  }
}
header p {
  margin: 0;
  line-height: 100%;
}
header h2 {
  font-size: 28px;
}
@media (max-width: 500px) {
  header h2 {
    font-size: 24px;
  }
}
#container-beige {
  padding: 160px 20px 160px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1800px) {
  #container-beige {
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #container-beige {
    padding: 110px 20px 60px;
  }
}
#container-beige #logo {
  margin: 0 100px 100px;
}
@media (max-width: 1140px) {
  #container-beige #logo {
    margin-right: 0;
    margin-left: 0;
  }
}
footer {
  text-align: right;
  font-size: 15px;
  margin-top: 100px;
}
@media (max-width: 1140px) {
  footer {
    margin-right: 20px;
  }
}
