/* line 1, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
html {
  height: 100%;
}

/* line 6, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
#body-wrapper .container {
  padding: 2rem 0 2rem;
}

/* line 11, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.header-fixed #body-wrapper {
  padding-top: 4rem;
}

/* line 17, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0;
}

/* line 22, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

/* line 28, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0;
}

/* line 33, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}

/* line 43, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero h1 {
  color: #242931;
  font-size: 4rem;
}

/* line 48, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero h2 {
  color: rgba(36, 41, 49, 0.8);
  font-size: 2.5rem;
}

/* line 53, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.hero-fullscreen {
  min-height: 100vh;
}

/* line 57, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.hero-large {
  min-height: 500px;
}

/* line 61, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.hero-medium {
  min-height: 400px;
}

/* line 65, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.hero-small {
  min-height: 110px;
}

/* line 69, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.hero-tiny {
  min-height: 8rem;
}

/* line 73, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.header-fixed .hero {
  background-position: 50% 0;
}

@media (max-width: 840px) {
  /* line 82, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
  .hero h1 {
    font-size: 3rem;
  }
  /* line 85, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
  .hero h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 600px) {
  /* line 91, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
  .hero h1 {
    font-size: 2rem;
  }
  /* line 94, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
  .hero h2 {
    font-size: 1.25rem;
  }
}

/* line 101, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.text-light h1 {
  color: #fff;
}

/* line 104, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}

/* line 109, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero p {
  font-size: .9rem;
  font-weight: 300;
}

/* line 114, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}

/* line 124, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* line 132, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}

/* line 136, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.overlay-light-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}

/* line 140, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 144, R:/mhm-gatow.de/user/themes/quark/scss/theme/_framework.scss */
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

/* line 67, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
html {
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  /* line 67, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}

@media screen and (min-width: 1280px) {
  /* line 67, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
  html {
    font-size: 20px;
  }
}

/* line 6, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #3a414e;
}

/* line 12, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
h1, .h1 {
  font-size: 3rem;
}

/* line 16, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
h2, .h2 {
  font-size: 1.8rem;
}

/* line 20, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
h6, .h6 {
  font-weight: 400;
}

/* line 25, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.title-center h1, .title-center h2 {
  text-align: center;
}

/* line 31, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1;
}

/* line 36, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.title-h1h2 h1 strong, .title-h1h2 h1 bold {
  font-weight: 400;
}

/* line 40, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0;
}

/* line 49, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-bottom: 50px;
  font-weight: 700;
}

/* line 55, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 60, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
img {
  max-width: 100%;
  pointer-events: none;
}

/* line 65, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.table > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

/* line 73, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto;
}

/* line 84, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
pre[class*="language-"] code {
  border-radius: inherit;
  padding: 0 !important;
  overflow-x: initial;
}

/* line 92, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
pre code:not(.hljs):not([class*="language-"]) {
  background: #f8f8f8;
}

/* line 102, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920;
}

/* line 109, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
b,
strong {
  font-weight: 700;
}

/* line 114, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.heavy {
  font-weight: 700;
}

/* line 118, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.light {
  font-weight: 200;
}

/* line 123, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.text-light {
  color: rgba(255, 255, 255, 0.8);
}

/* line 126, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}

/* line 132, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
#error {
  text-align: center;
  position: relative;
  margin-top: 5rem;
}

/* line 137, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
#error .icon {
  font-size: 50px;
}

/* line 143, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
#messages {
  margin-bottom: 1rem;
}

/* line 146, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
#messages .icon {
  font-size: 1rem;
}

/* line 152, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
ul,
ol {
  margin-left: 1.6rem;
}

/* line 156, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.6rem;
}

/* line 162, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
ul {
  list-style: disc outside;
}

/* line 166, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
ol {
  list-style: decimal outside;
}

/* line 171, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.notices {
  margin: 1.5rem 0;
}

/* line 173, R:/mhm-gatow.de/user/themes/quark/scss/theme/_typography.scss */
.notices p {
  margin: 1rem 0;
}

/* line 1, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form {
  /** Reset some defaults for Quark Theme **/
}

/* line 2, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

/* line 7, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1.2rem;
}

/* line 13, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .form-input[type=range] {
  appearance: slider-horizontal;
}

/* line 15, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .form-input[type=range]:focus {
  box-shadow: none;
  border: none;
}

/* line 23, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .form-group:not(.form-field-toggleable) .checkboxes {
  display: inherit;
}

/* line 26, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .form-group:not(.form-field-toggleable) .checkboxes label {
  display: inherit;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  margin: inherit;
}

/* line 31, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
form .form-group:not(.form-field-toggleable) .checkboxes label:before {
  display: none;
}

/* line 42, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px;
}

/* line 46, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .form-label {
  display: none;
}

/* line 49, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .form-data {
  margin: 1rem 0;
}

/* line 52, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .form-input {
  text-align: center;
}

/* line 55, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .button-wrapper {
  text-align: right;
}

/* line 58, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .button-wrapper .form-data.rememberme {
  margin: 0;
  float: left;
}

/* line 65, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .login-form button[type="submit"] {
  background: #3085EE;
  border-color: #227ded;
  color: #fff;
}

/* line 42, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
#grav-login .login-form button[type="submit"]:focus, #grav-login .login-form button[type="submit"]:hover {
  background: #1877ec;
  border-color: #1370e3;
  color: #fff;
}

/* line 48, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
#grav-login .login-form button[type="submit"]:active, #grav-login .login-form button[type="submit"].active {
  background: #1372e7;
  border-color: #126bd9;
  color: #fff;
}

/* line 71, R:/mhm-gatow.de/user/themes/quark/scss/theme/_forms.scss */
#grav-login .twofa-form button[type="submit"]:first-child {
  background: #3085EE;
  border-color: #227ded;
  color: #fff;
  float: right;
  margin-left: 4px;
}

/* line 42, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
#grav-login .twofa-form button[type="submit"]:first-child:focus, #grav-login .twofa-form button[type="submit"]:first-child:hover {
  background: #1877ec;
  border-color: #1370e3;
  color: #fff;
}

/* line 48, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mixins.scss */
#grav-login .twofa-form button[type="submit"]:first-child:active, #grav-login .twofa-form button[type="submit"]:first-child.active {
  background: #1372e7;
  border-color: #126bd9;
  color: #fff;
}

/* line 1, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

/* line 12, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-logo svg, .mobile-logo img {
  height: 42px;
  margin-top: .7rem;
  margin-left: 1.4rem;
}

/* line 17, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-logo svg path, .mobile-logo img path {
  fill: #fff;
}

/* line 25, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}

/* line 32, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.header-fixed .mobile-menu {
  position: fixed;
}

@media (max-width: 840px) {
  /* line 25, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
  .mobile-menu {
    display: block;
  }
}

/* line 40, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  height: 24px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease, top 0.5s ease;
}

/* line 52, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container:hover {
  opacity: .7;
}

/* line 56, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container.active {
  position: fixed;
}

/* line 59, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}

/* line 63, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

/* line 68, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}

/* line 74, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container span {
  background: #3085EE;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

/* line 85, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}

/* line 89, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

/* line 96, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
}

/* line 107, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.overlay.open {
  opacity: .95;
  visibility: visible;
  height: 100%;
}

/* line 113, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* line 121, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll;
}

/* line 125, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.overlay-menu > .tree {
  text-align: left;
}

/* line 133, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu.treemenu-root {
  margin: 1rem;
}

/* line 137, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: rgba(102, 113, 137, 0.1);
}

/* line 145, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li a {
  display: block;
  margin-left: 1.2rem;
  font-size: 1rem;
}

/* line 150, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
  color: #3e8def !important;
  text-decoration: none;
}

/* line 157, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu ul {
  margin: 0 0 0 1rem;
}

/* line 161, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left;
}

/* line 169, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}

/* line 174, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default;
}

/* line 177, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li.tree-empty > .toggler:before {
  content: "\2022";
}

/* line 182, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li.tree-closed > .toggler:before {
  content: "+";
}

/* line 186, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.treemenu li.tree-opened > .toggler:before {
  content: "\2212";
}

/* line 191, R:/mhm-gatow.de/user/themes/quark/scss/theme/_mobile.scss */
.mobile-nav-open {
  overflow-y: hidden;
}

/* line 1, R:/mhm-gatow.de/user/themes/quark/scss/theme/_animation.scss */
.default-animation, #header, #header_static, #header .navbar-section, #header_static .navbar-section, #header .logo svg, #header .logo img, #header_static .logo svg, #header_static .logo img, .modular-features.small .feature-icon i, .modular-portfolio.small .feature-icon i, .modular-features .feature-icon, .modular-portfolio .feature-icon {
  transition: all 0.5s ease;
}

/* line 6, R:/mhm-gatow.de/user/themes/quark/scss/theme/_animation.scss */
.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
#header, #header_static {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(172, 179, 194, 0.2);
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
  color: #454d5d;
}

/* line 13, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
#header a, #header_static a {
  color: #454d5d;
}

/* line 21, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark #header:not(.scrolled), .header-dark #header_static:not(.scrolled) {
  background: #222;
  color: #fff;
}

/* line 24, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark #header:not(.scrolled) a, .header-dark #header_static:not(.scrolled) a {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 27, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark #header:not(.scrolled) a.active, .header-dark #header_static:not(.scrolled) a.active {
  color: #fff !important;
}

/* line 30, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark #header:not(.scrolled) .dropmenu ul ul a, .header-dark #header_static:not(.scrolled) .dropmenu ul ul a {
  color: #454d5d !important;
}

/* line 33, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark #header:not(.scrolled) .logo svg path, .header-dark #header:not(.scrolled) .logo svg polygon, .header-dark #header_static:not(.scrolled) .logo svg path, .header-dark #header_static:not(.scrolled) .logo svg polygon {
  fill: #fff;
}

/* line 38, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-dark.header-transparent #header:not(.scrolled), .header-dark.header-transparent #header_static:not(.scrolled) {
  background: rgba(0, 0, 0, 0.05);
}

/* line 42, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-transparent #header:not(.scrolled), .header-transparent #header_static:not(.scrolled) {
  background: rgba(255, 255, 255, 0.05);
}

/* line 47, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
#header .navbar-section, #header_static .navbar-section {
  height: 4rem;
}

@media (max-width: 840px) {
  /* line 47, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
  #header .navbar-section, #header_static .navbar-section {
    margin-right: 2rem;
  }
}

@media (max-width: 840px) {
  /* line 56, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
  #header .navbar-section.desktop-menu, #header_static .navbar-section.desktop-menu {
    display: none;
  }
}

/* line 63, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
#header .logo svg, #header .logo img, #header_static .logo svg, #header_static .logo img {
  height: 4rem;
  display: inherit;
}

/* line 72, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.header-fixed #header, .header-fixed #header_static {
  position: fixed;
  top: 0;
  z-index: 2;
}

/* line 81, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
body.header-fixed.header-animated #header.scrolled, body.header-fixed.header-animated #header_static.scrolled {
  height: 4rem;
}

/* line 84, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
body.header-fixed.header-animated #header.scrolled .navbar-section, body.header-fixed.header-animated #header_static.scrolled .navbar-section {
  height: 4rem;
}

/* line 89, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img, body.header-fixed.header-animated #header_static.scrolled .logo svg, body.header-fixed.header-animated #header_static.scrolled .logo img {
  height: 4rem;
  filter: none;
}

/* line 101, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_header.scss */
.login-status-wrapper {
  white-space: nowrap;
}

/* line 2, R:/mhm-gatow.de/user/themes/quark/scss/theme/_footer.scss */
body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 8, R:/mhm-gatow.de/user/themes/quark/scss/theme/_footer.scss */
body.sticky-footer #page-wrapper {
  flex: 1 0 auto;
}

/* line 13, R:/mhm-gatow.de/user/themes/quark/scss/theme/_footer.scss */
#footer {
  color: #acb3c2;
  padding: 1rem 1rem 0;
  text-align: center;
}

@media (max-width: 840px) {
  /* line 1, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
  .dropmenu {
    display: none;
  }
}

/* line 7, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex;
}

/* line 12, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li {
  position: relative;
  margin: 0;
}

/* line 16, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li a {
  text-decoration: none;
  padding: 7px 30px 7px 20px;
  display: block;
}

/* line 21, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
  color: #3085EE !important;
}

/* line 25, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li a:before {
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: -20px;
}

/* line 34, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li a:only-child {
  padding-right: 20px;
}

/* line 38, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li a:only-child:before {
  content: '';
}

/* line 45, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul li:hover > ul {
  display: block;
  visibility: visible;
}

/* line 52, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul ul li a:before {
  content: '\f105';
}

/* line 56, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul ul {
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

/* line 64, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

/* line 73, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu > ul > li {
  display: inline-block;
}

/* line 79, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu.animated ul li {
  transition: background .7s, color 0.5s;
}

/* line 83, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0);
}

/* line 88, R:/mhm-gatow.de/user/themes/quark/scss/theme/_menu.scss */
.dropmenu.animated ul ul {
  transition: transform .3s, opacity .5s;
  opacity: 0;
  transform: translateY(-10px);
}

/** Extra columns spacing **/
/* line 2, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem;
}

@media (max-width: 840px) {
  /* line 2, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
  .extra-spacing:not(.col-12), :not(.col12) > .e-content {
    padding-right: 0;
  }
}

/** Breadcrumbs styling **/
/* line 11, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

/* line 19, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#breadcrumbs i {
  display: none;
}

/* line 23, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#breadcrumbs span, #breadcrumbs a {
  padding: 0 0.5rem;
}

/* line 25, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#breadcrumbs span:first-child, #breadcrumbs a:first-child {
  padding-left: 0;
}

/* line 31, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
  color: #e7e9ed;
  content: "/";
  padding-right: 1rem;
}

/** Blog Listing **/
/* line 42, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px;
}

/* line 47, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}

/* line 53, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.blog-listing .card-footer {
  text-align: right;
}

/* line 57, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.blog-listing .blog-date {
  font-size: 13px;
}

/** Blog Item **/
/* line 67, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.content-title {
  margin-bottom: 2rem;
}

/* line 70, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.content-title h2 {
  margin-bottom: 0.5rem;
}

/* line 75, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.label {
  font-size: 12px;
  text-transform: uppercase;
}

/** Pagination **/
/* line 81, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
ul.pagination {
  justify-content: center;
}

/* line 85, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
.prev-next {
  margin-top: 4rem;
}

/** Sidebar specific tweaks **/
/* line 92, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0;
  z-index: 1;
}

/* line 97, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#sidebar ul.related-pages li {
  border-bottom: 1px solid #e7e9ed;
}

/* line 99, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#sidebar ul.related-pages li:last-child {
  border-bottom: 0;
}

/* line 106, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#sidebar ul.archives {
  list-style: none;
  margin-left: 0;
}

/* line 110, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_blog.scss */
#sidebar ul.archives .label {
  vertical-align: text-top;
}

/* line 75, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter {
  font-size: 0.9rem;
  background: #f9f2f4;
  width: 100%;
  padding-top: 2rem;
}

/* line 3, R:/mhm-gatow.de/user/themes/quark/scss/spectre/mixins/_clearfix.scss */
#mhmfooter::after {
  clear: both;
  content: "";
  display: table;
}

/* line 81, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter a {
  color: #9A9898;
}

/* line 84, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter h4 {
  margin-top: 0;
  text-align: left;
  color: #9A9898;
}

/* line 90, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter hr {
  border-color: rgba(154, 152, 152, 0.5);
}

@supports not (flex-wrap: wrap) {
  /* line 109, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-items {
    overflow: hidden;
  }
}

/* line 3, R:/mhm-gatow.de/user/themes/quark/scss/spectre/mixins/_clearfix.scss */
#mhmfooter .mhmfooter-items::after {
  clear: both;
  content: "";
  display: table;
}

/* line 118, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-module {
  display: block;
  float: left;
  width: 25%;
  vertical-align: top;
  padding-right: 2rem;
}

/* line 119, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-module.large {
  width: 50%;
}

@media (max-width: 800px) {
  /* line 119, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-module.large {
    width: 33%;
  }
}

@media (max-width: 800px) {
  /* line 118, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-module {
    margin-top: 1rem;
    width: 33%;
  }
}

@media (max-width: 480px) {
  /* line 118, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-module {
    margin-top: 1rem;
    width: 100% !important;
    float: none;
  }
}

/* line 3, R:/mhm-gatow.de/user/themes/quark/scss/spectre/mixins/_clearfix.scss */
#mhmfooter .mhmfooter-module span::after {
  clear: both;
  content: "";
  display: table;
}

/* line 142, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-module strong {
  color: #fff;
}

/* line 146, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .logo {
  border-bottom: 0 none;
  width: 50%;
  color: #fff;
}

/* line 3, R:/mhm-gatow.de/user/themes/quark/scss/spectre/mixins/_clearfix.scss */
#mhmfooter .logo::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 800px) {
  /* line 146, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .logo {
    width: 75%;
  }
}

/* line 155, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-modules {
  display: block;
  padding-bottom: 1.5rem;
}

/* line 3, R:/mhm-gatow.de/user/themes/quark/scss/spectre/mixins/_clearfix.scss */
#mhmfooter .mhmfooter-modules::after {
  clear: both;
  content: "";
  display: table;
}

/* line 160, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-social {
  width: 33%;
  font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  display: inline-block;
  float: left;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  /* line 160, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-social {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 1rem;
  }
}

/* line 173, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-social ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 179, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-social ul.social-icons li {
  display: inline-block;
}

/* line 182, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-social ul.social-icons li:after {
  content: " ";
  margin: 0 0.5rem;
  display: inline-block;
}

/* line 188, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-social ul.social-icons li:last-child:after {
  display: none;
}

/* line 195, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-bwlogo {
  width: 33%;
  display: inline-block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

@media (max-width: 480px) {
  /* line 195, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-bwlogo {
    width: 100%;
    float: none;
    text-align: left;
  }
}

/* line 208, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-menu {
  float: right;
  display: inline-block;
  width: 33%;
  text-align: right;
  text-transform: uppercase;
  font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.7rem;
}

@media (max-width: 480px) {
  /* line 208, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
  #mhmfooter .mhmfooter-menu {
    width: 100%;
    float: none;
    text-align: left;
  }
}

/* line 221, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 226, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-menu ul li {
  display: inline-block;
}

/* line 228, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-menu ul li:after {
  content: "/";
  margin: 0 0.5rem;
  display: inline-block;
}

/* line 234, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .mhmfooter-menu ul li:last-child:after {
  display: none;
}

/* line 242, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .newsletter input {
  display: inline-block;
  height: 2.5rem;
  border: 0 none;
}

/* line 247, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .newsletter input[type=text] {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 251, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_custom.scss */
#mhmfooter .newsletter input[type=submit] {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0 1.2rem;
  vertical-align: top;
}

/* line 1, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.sc-notice > div:before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: '\f05a';
  left: 10px;
}

/* line 11, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.sc-notice.corona > div:first-child {
  border-top: 30px solid #F0B37E;
  background: #FFF2DB;
}

/* line 16, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.sc-notice.corona > div:first-child:after {
  content: 'Information zu Covid-19';
}

/* line 21, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-hero #to-start {
  bottom: 3.5rem;
}

/* line 26, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.parallax-body {
  background-attachment: fixed;
}

@media (max-width: 480px) {
  /* line 26, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
  .parallax-body {
    background-attachment: scroll;
  }
}

/* line 36, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text h1, .modular-text h2 {
  text-align: center;
}

/* line 41, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}

/* line 49, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text .frame-box {
  padding: 3rem 0;
}

/* line 52, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text .frame-box > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 62, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-sidebar h1, .modular-sidebar h2 {
  text-align: center;
}

/* line 66, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-sidebar .sidebar-item {
  padding: 0 2rem;
}

/* line 71, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features, .modular-portfolio {
  text-align: center;
}

/* line 75, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.offset-box .frame-box, .modular-portfolio.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}

/* line 85, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.small .columns, .modular-portfolio.small .columns {
  margin-top: -1rem;
}

/* line 90, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.small .column:hover .feature-icon i, .modular-portfolio.small .column:hover .feature-icon i {
  color: #3085EE;
}

/* line 95, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.small .feature-icon, .modular-portfolio.small .feature-icon {
  display: block;
  justify-content: left;
}

/* line 100, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.small .feature-icon i, .modular-portfolio.small .feature-icon i {
  position: relative;
  display: inherit;
  font-size: 70px;
  margin: 0 auto 1rem;
  transform: none;
  left: auto;
  top: auto;
  color: #acb3c2;
}

/* line 112, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features.small .feature-icon h6, .modular-portfolio.small .feature-icon h6 {
  text-transform: none;
}

/* line 118, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .frame-box, .modular-portfolio .frame-box {
  padding: 3rem 0;
}

/* line 121, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .frame-box > p, .modular-portfolio .frame-box > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 128, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .column, .modular-portfolio .column, .modular-sidebar .column {
  padding: 1rem;
}

.modular-sidebar .column h3 {
	margin-top: 0;
}

/* line 132, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .column:hover .feature-icon, .modular-portfolio .column:hover .feature-icon {
  color: #acb3c2;
}

/* line 134, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .column:hover .feature-icon h6, .modular-portfolio .column:hover .feature-icon h6 {
  color: #3085EE;
}

/* line 138, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .column:hover .feature-content, .modular-portfolio .column:hover .feature-content {
  color: #667189;
}

/* line 144, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .feature-icon, .modular-portfolio .feature-icon {
  font-size: 130px;
  height: 100px;
  color: #e7e9ed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}

/* line 155, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .feature-icon i, .modular-portfolio .feature-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 162, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .feature-icon h6, .modular-portfolio .feature-icon h6 {
  background: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #667189;
}

/* line 174, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-features .feature-content, .modular-portfolio .feature-content {
  color: #acb3c2;
}

/* line 179, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text {
  /*padding-top: 4rem;*/
  padding-bottom: 4rem;
}

/* line 183, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
.modular-text .columns.left {
  flex-direction: row-reverse;
}

/* line 188, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

/* line 193, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

/* line 200, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  background: rgba(254, 209, 54, 0.7);
  /* Fallback when no plugin support */
  background: rgba(207, 224, 173, 0.7);
}

/* line 212, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

/* line 216, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

/* line 227, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

/* line 231, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

/* line 236, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 0.7rem;
  max-width: 400px;
  text-align: center;
  background-color: #f7f7f7;
}

/* line 244, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  height: 3rem;
  font-size: 1rem;
  text-transform: none;
}

/* line 251, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.7rem;
  font-style: italic;
}

/* line 258, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
#portfolio * {
  z-index: auto;
}

@media (min-width: 767px) {
  /* line 263, R:/mhm-gatow.de/user/themes/mhmbw/scss/theme/_onepage.scss */
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

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