/*!
Theme Name: Media-Fox-Theme 
Author: Luca Fragner
Version: 1.0.0
*/
/* Schriftarten */
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  src: local(""), url(assets/fonts/OpenSans/OpenSans-Regular.ttf) format("woff");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 700;
  src: local(""), url(assets/fonts/OpenSans/OpenSans-Bold.ttf) format("woff");
}
@font-face {
  font-family: Qwitcher;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(assets/fonts/Schreibschrift/QwitcherGrypen-Regular.ttf) format("woff");
}
@font-face {
  font-family: Qwitcher;
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url(assets/fonts/Schreibschrift/QwitcherGrypen-Bold.ttf) format("woff");
}
@font-face {
  font-family: Bebas_Neue;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf) format("woff");
}
/* Allgemeines */
body.admin-bar #navbar {
  top: 46px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: OpenSans, Helvetica, sans-serif;
  background-color: white;
  box-sizing: border-box;
}
#projectplan {
  background-color: #eee;
  box-sizing: border-box;
}

.imagebox {
  display: flex;
  justify-content: center;
}
.citebox {
  padding: 0 10px;
}
.middle {
  text-align: center;
}
main {
  margin: 20px 0 0 0;
}
/* Icons */
.icon-pushpin2 {
  color: white;
}
.icon-telephone {
  color: white;
}
/* Farben */
.white {
  color: white;
}
/* Schriften */
h1 {
  text-align: center;
  padding: 0 10px;
  color: #e85907;
}
header.homepageheader {
  width: 100vw;
  height: 70vh;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: relative;
}
.homepageheader .text-container {
  position: absolute;
  bottom: 50%;
  display: block;
  text-align: center;
  width: 100%;
}
.homepageheader .text-container h1 {
  color: white;
  font-size: 30px;
  text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000,
    0 -18px 40px #f00, 2px 2px 2px rgba(206, 89, 55, 0.04);
}

.homepageheader .navi {
  font-size: 30px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  text-align: center;
  position: relative;
  top: 60%;
  display: flex;
  justify-content: center;
}
.homepageheader .navi a {
  margin: 0 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  font-size: 20px;
  width: calc(100% / 3);
}
.homepageheader .navi a span {
  width: 75px;
  height: 75px;
  align-self: center;
  line-height: 75px;
  border-radius: 100%;
  font-size: 50px;
  background-color: white;
  box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px,
    red 0 -18px 40px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.homepageheader .navi p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
header.elseheader h1 {
  position: relative;
  top: 30%;
  background: #ffffff75;
  display: inline-block;
  border-radius: 10px;
  line-height: 40px;
  margin: 0 20px;
}
h2 {
  text-align: center;
  padding: 0 5px;
  color: #e85907;
}
h3 {
  text-align: left;
  padding: 0 10px;
  color: #e85907;
}

.size24 {
  font-size: 24px;
}
p {
  text-align: left;
  padding: 10px;
  font-family: OpenSans, Helvetica, sans-serif;
}

main ul {
  margin: 10px 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main li {
  text-align: left;
}
main .category-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: row;
}
a {
  color: #e85907;
  text-decoration: none;
}
/* Abstände */
.margin20 {
  margin: 20px;
}
.padding20 {
  padding: 20px;
}
.padding10 {
  padding: 10px;
}
.padding10left {
  padding-left: 10px;
}
.margin10left {
  margin-left: 10px;
}
/* Textoptionen */
.nodec {
  text-decoration: none;
}
/* Icons */
.icon-pushpin2,
.icon-telephone,
.icon-envelope {
  color: #e85907;
}
/* Slider */
.slider-inf {
  width: 100%;
  position: absolute;
  height: 80%;
  text-align: center;
}
.slider-inf p {
  position: relative;
  top: 40%;
  color: white;
  text-align: center;
  background-color: black 20%;
  background-color: rgba(2, 2, 2, 0.5);
  padding: 20px;
}
.slider-inf .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
/* Header */
.elseheader {
  height: 200px;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
/* Nav-Bar */
#navbar {
  height: 100px;
  box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
}
#brand img {
  float: left;
  padding: 10px;
  height: 100px;
  width: 100px;
}
/* Navigation */
.menu-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  float: right;
}
.menu-button-burger {
  width: 50px;
  height: 6px;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(219, 140, 4, 0.2);
  transition: all 0.5s ease-in-out;
}
.menu-button-burger::before,
.menu-button-burger::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(219, 140, 4, 0.2);
  transition: all 0.5s ease-in-out;
}
.menu-button-burger::before {
  transform: translateY(-16px);
}
.menu-button-burger::after {
  transform: translateY(16px);
}
#main-nav {
  position: absolute;
  top: 100px;
  right: 0;
  width: 75%;
  height: auto;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}
.nav-menu {
  list-style: none;
  color: white;
}
.nav-menu li a {
  text-decoration: none;
  color: white;
  font-size: 25px;
}
.nav-menu li {
  background-color: #000000bd;
  line-height: 50px;
  list-style: none;
}
ul.sub-menu li {
  background: none;
  text-align: left;
}

.cta {
  background: linear-gradient(
    159deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(232, 89, 7, 1) 100%
  );
}
.cta > a {
  color: #f2b407 !important;
}
.nav-menu .current-menu-item a {
  color: #e85907;
}
.current-menu-item .sub-menu a {
  color: white;
}
/* Dropdown Button */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > .dropdown-ar-container {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 0;
}
.menu-item-has-children > .dropdown-ar-container .dropdown-ar {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: inline-block;
}
.menu-item-has-children > .dropdown-ar-container .dropdown-ar::after,
.menu-item-has-children > .dropdown-ar-container .dropdown-ar::before {
  content: "";
  position: absolute;
  top: 23px;
  width: 20px;
  height: 4px;
  background-color: #fff;
  transition: 144ms ease;
}
.menu-item-has-children > .dropdown-ar-container .dropdown-ar::after {
  left: 9px;
  transform: rotate(45deg);
}
.menu-item-has-children > .dropdown-ar-container .dropdown-ar::before {
  right: 9px;
  transform: rotate(-45deg);
}
.menu-item-has-children > .dropdown-ar-container.pressed .dropdown-ar::before {
  width: 16px;
  right: 9px;
  transform: rotate(0deg);
}
.menu-item-has-children > .dropdown-ar-container.pressed .dropdown-ar::after {
  width: 16px;
  left: 9px;
  transform: rotate(0deg);
}
.offen {
  opacity: 1;
  display: block;
  transition: all 1.5s ease;
}
.geschlossen {
  opacity: 0;
  display: none;
}

/* Sub-Menu */
.sub-menu {
  display: none;
}
.sub-menu li {
  border: none;
}
.sub-menu li a {
  color: white;
  padding-left: 20px;
}
/* Animation */
.menu-button.open .menu-button-burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-button.open .menu-button-burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-button.open .menu-button-burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

/* Footer */
footer {
  height: auto;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}
footer #kontakt a {
  color: white;
}
footer .middle p {
  text-align: center;
}
#kontakt a.hoverorange:hover {
  color: rgba(232, 89, 7, 1);
}
footer span.line {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 5%;
  background-color: white;
  margin: 10px 0;
}
span.line {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 5%;
  background-color: black;
  margin: 10px 0;
}

.btn a {
  margin: 20px;
  color: white;
  background-color: white;
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  padding: 7px;
  color: black;
  text-decoration: none;
}
.btn a:hover {
  background: linear-gradient(
    159deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(232, 89, 7, 1) 100%
  );
  color: white;
  font-size: 24px;
  border: 1px solid white;
}
.logo {
  display: inline-block;
  margin: 20px;
  padding: 20px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px,
    red 0 -18px 40px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px,
    red 0 -18px 40px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
footer img {
  width: 70px;
}
#footer-nav ul {
  list-style: none;
}
#footer-nav li a {
  text-align: center;
  color: white;
  text-decoration: none;
}
#footer-nav li a:hover {
  color: #e85907;
}
#footer-nav li {
  margin: 10px 0;
}
.copyright {
  height: 10px;
}
.copyright p {
  text-align: right;
  line-height: 5px;
  color: white;
  margin-top: -25px;
  font-size: 10px;
}
.ueberschrift {
  font-family: Qwitcher, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
}
footer .text-aria p {
  font-family: qwitcher;
  font-size: 32px;
  text-align: center;
}
/* Section Projektplanung */
#projectplan h2 {
  text-align: left;
}
#projectplan .project .project-row {
  font-family: Bebas_Neue, Helvetica, sans-serif;
  font-size: 60px;
  color: black;
}
#projectplan,
#persönliches {
  overflow: hidden;
  width: 100%;
}
/* Section Responsive */
#responsive {
  margin-top: 20px;
  text-align: center;
  background-color: #eee;
}
#responsive div.phone {
  height: 550px;
  border: 3px solid black;
  margin: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 12px 12px 22px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 12px 22px 13px rgba(0, 0, 0, 0.5);
}
#responsive div.phone .mobilesite {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: top;
}
#responsive div.phone .mobilesite div {
  position: relative;
  border: 3px solid;
  border-radius: 10px;
  width: 20%;
  height: 11px;
  left: 40%;
  top: 1%;
  z-index: 10;
  background-color: black;
}
#responsive div.pc {
  height: 200px;
  border: solid 3px black;
  margin: 35px 10px 120px;
  -webkit-box-shadow: 12px 12px 22px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 12px 22px 13px rgba(0, 0, 0, 0.5);
}
#responsive div.pcsite {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#responsive div.pc div.pc-middle {
  position: relative;
  border: 3px solid black;
  height: 63px;
  width: 10%;
  background-color: #5e5e5e;
  left: 45%;
  -webkit-box-shadow: 31px 12px 22px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 31px 12px 22px 0px rgba(0, 0, 0, 0.5);
}
#responsive div.pc div.pc-down {
  position: relative;
  border: 3px solid black;
  top: -2%;
  height: 20px;
  width: 40%;
  left: 30%;
  background-color: #2e2e2e;
  border-radius: 10px;
}
/* Section Persönliches */
#persönliches {
  background-color: white;
  padding: 20px 0;
}
#persönliches .imagebox .personalimg {
  border-radius: 50%;
  border: 3px solid #000;
  box-shadow: 12px 12px 22px 13px rgba(0, 0, 0, 0.5);
}
/* Pakete */
.paket {
  text-align: center;
  margin: 20px;
}
.packalone {
  border: 3px solid;
  border-radius: 25px;
  border-top: none;
  margin: 0 0 20px 0;
  box-shadow: 5px 7px 13px 2px #000000;
}
.paket .packname {
  border: 3px solid;
  line-height: 50px;
  background: #e85907;
  z-index: 9;
  border-radius: 20px;
  margin: 0 -10px;
}
.paket .packname .icon-box2 {
  font-size: 16px;
  line-height: 50px;
}
.paket .packname .packheadline {
  display: inline-block;
  line-height: 50px;
}
.paket .packdescription {
  border-bottom: 3px solid;
  border-top: none;
  margin-top: -20px;
  padding-top: 20px;
}
.paket .packdescription p {
  text-align: center;
}
.paket .packlisting {
  background: #eee;
  border-bottom: 3px solid;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.paket .packlisting ul {
  list-style: inside square;
  text-align: left;
}
.paket .pricing {
  background: #ff450045;
  border-bottom: 3px solid;
}
.paket .pricing p {
  text-align: center;
}
.paket .stars {
  border-top: none;
  color: #ffe600;
  line-height: 30px;
}

/*--------*/
/* Blöcke */
/*--------*/

/* Block Info */
.block-info {
  height: auto;
}
.block-info .image {
  position: relative;
  width: 50%;
  height: 100%;
  left: 5%;
  margin: 10px 0;
}

.block-info .text {
  position: relative;
  background-color: rgba(2, 2, 2, 0.5);
  display: inline-block;
  margin: -80px 20px 10px 50px;
  color: white;
  padding: 10px;
  padding: 10px;
}
.block-info .text h3 {
  color: white;
  padding: 0;
}
/* Block Teaser */
.teaser-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  flex-direction: column;
  align-items: center;
}
.teaser-container .teaser {
  width: 90%;
}
.teaser-elements {
  background-color: #eee;
  position: relative;
  border: 2px solid black;
  box-shadow: 5px 10px 22px 2px #000000;
  margin: 20px;
  min-height: 350px;
  max-height: 370px;
}
.teaser-elements a {
  color: black;
  text-decoration: none;
}
.teaser-elements .teaser-text h2 {
  text-align: center;
  padding: 5px 5px;
  color: #e85907;
}
.teaser-elements:hover {
  top: -15px;
}
.teaser-elements .teaser-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.teaser-elements .teaser-text p {
  text-align: center;
}

/*
  //////////////////////////////
 //////////// Blog ////////////
//////////////////////////////
*/
.blog a,
.category a {
  list-style: none;
  color: black;
  text-decoration: none;
}

.cat-item a,
.cat-item-all a {
  border: 2px solid;
  border-radius: 10px;
  padding: 3px;
}
.singlepost-section {
  background-color: #eee;
}
/* Archive */
.category-nav {
  text-align: center;
  margin: 20px 0;
}
.category-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.category-nav ul li {
  padding: 0 10px 0 0;
}
/* Post Loop */
.blog-item {
  display: flex;
  flex-flow: column;
  border: 3px solid;
  margin: 20px;
}
.blog-item img {
  width: 100%;
  height: auto;
}
.blog-description {
  text-align: center;
  margin-top: -5px;
  border-top: 3px solid;
  background: #e85907;
}
.blog-description .meta {
  padding-right: 10px;
}
.blog-description .category {
  padding-left: 10px;
}
/* Single Post */
.post-meta {
  text-align: center;
}
.post-navigation {
  text-align: center;
  margin: 10px;
}
.post-navigation a {
  text-decoration: none;
  border: 2px solid;
  border-radius: 20px;
  padding: 2px;
  color: black;
}
.nav-previous {
  display: inline-block;
  padding-right: 10px;
}
.nav-next {
  display: inline-block;
  padding-left: 10px;
}
/* Kontaktformular */
main div.wpforms-container {
  margin: 10px 20px;
}
main div.wpforms-submit-container {
  text-align: center;
}
/* hCaptcha */

/* Media Querys */
/* IPad mini */
@media screen and (min-width: 768px) {
  .block-info {
    position: relative;
    height: 350px;
  }
  .block-info .image {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 5%;
    margin: 10px 0;
  }
  .block-info .image img {
    width: 100%;
  }
  .block-info .text {
    position: absolute;
    background-color: rgba(2, 2, 2, 0.5);
    display: inline-block;
    color: white;
    padding: 10px;
    right: 5%;
    width: 50%;
    bottom: 5%;
  }
  .teaser-container {
    flex-direction: row;
  }
  .teaser-container .teaser {
    width: calc(100% / 3);
  }
  #responsive div.phone {
    height: 900px;
    margin: 20px 165px;
  }
  #responsive div.pc {
    height: 330px;
  }
  #responsive div.pc {
    margin: 35px 25px 120px;
  }
  .paket {
    margin: 20px 20%;
  }
  .blog-item {
    margin: 20px 20%;
  }
}

/* Screen */
@media screen and (min-width: 1025px) {
  #gutenberg {
    margin: 0 60px;
  }
  header.homepageheader {
    height: 85vh;
  }
  header.homepageheader .text-container h1 {
    font-size: 60px;
  }
  #navbar {
    box-shadow: none;
  }
  #main-nav {
    height: 100px;
    z-index: 9999;
    display: block;
    opacity: 1;
    display: inline-block;
    top: 0;
    width: 100%;
    max-width: calc(100% - 120px);
  }
  #brand {
    display: inline-block;
  }
  .menu-button {
    display: none;
  }
  .nav-menu {
    list-style: none;
    display: flex;
    /*flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-end;
    position: absolute;
    color: black;
    width: 100%;
    height: 100px;
    z-index: -1;
  }
  .nav-menu li {
    background-color: white;
    line-height: 100px;
    list-style: none;
    color: black;
    position: relative;
    padding: 0 10px;
  }
  .nav-menu li a {
    color: black;
  }
  .dropdown-ar-container {
    display: none;
  }
  .sub-menu {
    display: none;
    background-color: #000000bd;
    z-index: 9999;
    position: absolute;
  }
  .sub-menu li {
    line-height: 50px;
  }
  .sub-menu li a {
    color: white;
    display: block;
    padding: 0 20px;
  }
  .menu-item-has-children .sub-menu {
    margin-top: -4px;
  }
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .menu-item-has-children .sub-menu li a:hover {
    color: #e85907;
  }
  .cta {
    background: white;
  }
  .cta > a {
    background: linear-gradient(
      159deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(232, 89, 7, 1) 100%
    );
    padding: 10px;
    border-radius: 20px;
    margin: 0 5px 0 0;
  }
  .homepageheader .navi {
    height: 180px;
  }
  .homepageheader .navi a {
    width: 150px;
  }
  .homepageheader .navi p {
    font-size: 25px;
  }
  .homepageheader .navi a span:hover {
    font-size: 55px;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  header.elseheader h1 {
    position: relative;
    top: 30%;
    background: #ffffff75;
    display: inline-block;
    border-radius: 10px;
    height: 85px;
    line-height: 85px;
  }
  footer {
    height: auto;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
  footer span.line {
    width: 100%;
  }
  .copyright {
    height: 10px;
  }
  .copyright p {
    text-align: right;
    padding: 0;
    margin-top: -17px;
    font-size: 12px;
    color: white;
  }
  #projectplan h2,
  #projectplan .project .project-row,
  #projectplan .project .project-headline,
  #projectplan .project .project-text {
    text-align: center;
  }
  #persönliches {
    display: flex;
    justify-content: center;
  }
  #persönliches .pers {
    width: 20%;
  }
  #responsive h3,
  #responsive p {
    text-align: center;
    padding: 0 20%;
  }
  #responsive div.phone {
    height: 800px;
    margin: 46px 315px;
  }
  #responsive div.pc {
    height: 545px;
    margin: 30px 350px 110px;
  }
  .paket {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .packalone {
    margin: 20px 40px;
    width: calc(100% / 3);
  }
}
