@charset "UTF-8";
/*
Theme Name: Moalgredel
Author: Maik Paulus <work@maikpaulus.com>
Author URI: https://www.maikpaulus.com
Description: Specific theme layout for Birgit von Molkte Innenarchitekur
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moalgredel
*/
/* ---------------------------------- */
/*            1. COLORS               */
/* ---------------------------------- */
/* ---------------------------------- */
/*            1. SIZES                */
/* ---------------------------------- */
@font-face {
  font-family: 'Friendly Schoolmates';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/moalgredel/fonts/friendly-schoolmates-regular.woff") format("woff"); }

@font-face {
  font-family: 'Friendly Schoolmates';
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/moalgredel/fonts/friendly-schoolmates-italic.woff") format("woff"); }

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0 !important; }

h1 {
  font-family: 'Friendly Schoolmates';
  font-size: 2em;
  color: #3aa935; }

h2 {
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #000; }

h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.1em;
  color: #3aa935; }

h4 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0;
  color: #000; }

main {
  color: #444;
  padding: 1em 0.5em; }
  main p {
    margin-bottom: 0.5em; }
  main p:last-of-type {
    margin-bottom: 0; }
  main a {
    color: #3aa935;
    transition: color .5s; }
    main a:hover {
      color: #95c11e;
      text-decoration: underline; }
  main p.action-button > a {
    background-color: #3aa935;
    color: white;
    border-radius: 2px;
    padding: 0.5em 1em;
    transition: background-color .5s, color .5s;
    text-decoration: none; }
    main p.action-button > a:hover {
      background-color: #000; }

@media print, screen and (min-width: 40rem) {
  main {
    padding: 2.5em 1em; }
  h1 {
    font-size: 2.5em; }
  h2 {
    font-size: 1.35em;
    margin-bottom: 0.15rem; }
  h3 {
    font-size: 1.2rem;
    margin-bottom: 0.15rem; } }

.max-width {
  max-width: 80rem;
  margin: 0 auto; }

header {
  width: 100%;
  height: 38.2%;
  position: relative; }
  header.home {
    height: 100%; }
  header a {
    color: #000;
    transition: color 0.5s; }
    header a:hover {
      color: #3aa935; }
  header .header-bar {
    width: 100%;
    position: absolute;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    height: 3.75em; }
    header .header-bar .max-width {
      padding: 0 0.5em;
      display: flex;
      height: 100%;
      justify-content: space-between;
      align-items: center; }
    @media only screen and (min-width: 40rem) {
      header .header-bar .max-width {
        padding: 0 1em; } }
    header .header-bar .logo {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .header-bar .logo img {
        width: 3em;
        height: 3em; }
      header .header-bar .logo span {
        font-family: 'Friendly Schoolmates';
        display: inline-block;
        padding-left: 0.5em;
        font-size: 1.5em; }
  header .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  header .slogan {
    text-align: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    bottom: 4rem;
    padding: 1em 0.5em; }
    header .slogan .headline {
      font-family: 'Friendly Schoolmates';
      font-size: 2rem; }
    header .slogan p {
      margin-bottom: 0; }
  @media only screen and (min-width: 64rem) {
    header .slogan {
      text-align: left;
      padding: 1em 1em 1em 8.5em;
      border-radius: 5px 0 0 5px;
      bottom: 5em;
      right: 0;
      width: 50%;
      background-image: url("/wp-content/themes/moalgredel/images/moalgredel.png");
      background-size: auto 65%;
      background-repeat: no-repeat;
      background-position: 1em center; }
      header .slogan .headline {
        font-size: 2.5rem; } }
  header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1); }

header ul.main-menu {
  margin: 0;
  list-style-type: none; }
  header ul.main-menu li {
    float: left;
    margin-left: 1.5em; }
    header ul.main-menu li:first-child {
      margin-left: 0; }
    header ul.main-menu li a  {
      color: #000; }
    header ul.main-menu li.action-button a {
      background-color: #3aa935;
      color: white;
      border-radius: 2px;
      padding: 0.5em 1em;
      transition: background-color .5s, color .5s; }
      header ul.main-menu li.action-button a:hover {
        background-color: #000;
        color: white; }

header .mobile-navigation-button {
  width: 1.75em;
  height: 3.75rem;
  position: relative;
  right: 0;
  cursor: pointer; }
  header .mobile-navigation-button span {
    display: block;
    position: absolute;
    height: .25rem;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out,top .25s ease-in-out, opacity .25s, background-color .25s;
    -moz-transition: transform .25s ease-in-out,top .25s ease-in-out, opacity .25s, background-color .25s;
    -o-transition: transform .25s ease-in-out,top .25s ease-in-out, opacity .25s, background-color .25s;
    transition: transform .25s ease-in-out,top .25s ease-in-out, opacity .25s, background-color .25s; }
    header .mobile-navigation-button span:nth-child(1) {
      top: 1.3rem; }
    header .mobile-navigation-button span:nth-child(2) {
      top: 1.8rem; }
    header .mobile-navigation-button span:nth-child(3) {
      top: 2.3rem; }
  header .mobile-navigation-button[data-enabled="true"] span {
    background-color: rgba(58, 169, 53, 0.95); }
    header .mobile-navigation-button[data-enabled="true"] span:nth-child(1) {
      top: 1.8rem;
      transform: rotate(135deg); }
    header .mobile-navigation-button[data-enabled="true"] span:nth-child(2) {
      opacity: 0; }
    header .mobile-navigation-button[data-enabled="true"] span:nth-child(3) {
      top: 1.8rem;
      transform: rotate(-135deg); }

header .sidebar-navigation {
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 3.75em;
  background: rgba(58, 169, 53, 0.95);
  height: 100%;
  padding: 2rem;
  transition: right 0.5s;
  box-shadow: 0px 0px 6px 1px #666; }
  header .sidebar-navigation[data-enabled="true"] {
    right: 0; }
  header .sidebar-navigation .nav-header {
    text-align: center;
    color: white;
    font-family: 'Friendly Schoolmates';
    font-size: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid white; }
    header .sidebar-navigation .nav-header img {
      width: 3em;
      height: auto; }
  header .sidebar-navigation .alternate-color {
    color: #000; }
  header .sidebar-navigation > ul {
    font-size: 1.25em;
    padding: 0 1rem 1rem;
    margin: 0 0 1rem; }
    header .sidebar-navigation > ul li {
      font-size: 0.9em;
      list-style-type: none; }
      header .sidebar-navigation > ul li a {
        color: white; }
      header .sidebar-navigation > ul li.action-button {
        margin-top: 1.5rem; }
        header .sidebar-navigation > ul li.action-button a {
          background-color: white;
          color: #3aa935;
          border-radius: 2px;
          padding: 0.5em 1em;
          transition: background-color .5s, color .5s; }
          header .sidebar-navigation > ul li.action-button a:hover {
            background-color: #000;
            color: white; }
    header .sidebar-navigation > ul ul {
      margin-bottom: 1em; }

footer ul.footer-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.9rem; }
  footer ul.footer-menu li {
    float: left;
    margin: 0 0.15em; }
    footer ul.footer-menu li.social + li:not(.social) {
      margin-left: 0.5em; }
    footer ul.footer-menu li.social a span {
      display: none; }
    footer ul.footer-menu li.social.pinterest a i.fab:before {
      content: "\f0d2"; }
    footer ul.footer-menu li.social.instagram a i.fab:before {
      content: "\f16d"; }
    footer ul.footer-menu li.social.facebook a i.fab:before {
      content: "\f09a"; }
    footer ul.footer-menu li a {
      color: #3aa935;
      transition: color 0.5s; }
      footer ul.footer-menu li a:hover {
        color: #000; }
      footer ul.footer-menu li a i::before {
        background-color: #3aa935;
        display: inline-block;
        padding: 0.25em;
        font-size: 1.25em;
        color: #fff;
        transition: background-color 0.5s;
        border-radius: 2px; }
      footer ul.footer-menu li a i:hover::before {
        background-color: #000; }
    footer ul.footer-menu li:not(.social) {
      font-size: 0.9em; }
      footer ul.footer-menu li:not(.social) a {
        text-decoration: underline; }
      footer ul.footer-menu li:not(.social) + li.social {
        margin-left: 0.5em; }

.wpcf7-form br {
  display: none; }

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  border-radius: 2px;
  margin: 0.25em 0 0;
  box-shadow: none;
  position: relative; }

.wpcf7-form input[aria-required="true"]::after {
  content: "*";
  position: absolute;
  right: 0;
  top: 0; }

.wpcf7-form select option {
  color: #cacaca !important; }

.wpcf7-form input[type="submit"] {
  background-color: #3aa935;
  border-radius: 2px;
  display: inline-block;
  margin: 0.15em 0 0;
  cursor: pointer;
  user-select: none;
  color: white;
  border-radius: 2px;
  border: 0;
  padding: 0.5em 1em;
  transition: background-color .5s, color .5s; }

.wpcf7-form input[type="submit"]:hover {
  background-color: #000; }

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: red; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75em;
  color: red;
  position: absolute;
  bottom: -1.25rem;
  right: 0; }

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block; }

.screen-reader-response {
  display: none; }

.required {
  font-size: 0.75rem; }

.wpcf7 form .wpcf7-response-output {
  border-radius: 2px;
  padding: 0.5rem;
  margin: 1em 0 !important;
  display: none; }
  .wpcf7 form .wpcf7-response-output ul {
    display: none; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  display: block;
  background: #aaf5aa; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red !important;
  background: rgba(255, 0, 0, 0.2);
  display: block; }

footer {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #3aa935;
  padding: 1em 0.5em; }
  footer .company {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center; }
    footer .company > img {
      width: 7.5em; }
  footer .copyright {
    font-size: 0.9em;
    width: 100%;
    margin: 1.5rem 0 0;
    text-align: center; }

@media screen and (min-width: 40rem) {
  footer {
    padding: 2em 0.5em; } }
