/* --------------------------------------------------------------------------------- */
/* Media (Webflow) */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* Browser */
/* --------------------------------------------------------------------------------- */
/* IE10+ specific styles go here */
/* --------------------------------------------------------------------------------- */
/* Schriftarten */
/* --------------------------------------------------------------------------------- */
body {
  font-family: sans-serif;
  font-size: 13px;
  color: #fff;
  margin: 0;
  background-color: #909090;
  background-color: #000; }
  body * {
    box-sizing: border-box; }
  body h1 {
    color: #09fba7; }
  body #pagewrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
  body div#mobilenavigation_builder {
    display: none; }
  body div#mobilenavigation {
    border-left: 1px solid #09fba7;
    background-color: #909090; }
    body div#mobilenavigation .mm-panels {
      font-size: 14px;
      border-color: #09fba7;
      background-color: #000;
      color: #09fba7; }
      body div#mobilenavigation .mm-panels a {
        color: #09fba7; }
    body div#mobilenavigation .mm-navbar {
      border-top: 1px solid #09fba7;
      background-color: #000; }
      body div#mobilenavigation .mm-navbar .mm-btn::after, body div#mobilenavigation .mm-navbar .mm-btn::before {
        border-color: #09fba7; }
    body div#mobilenavigation .mm-listview {
      background-color: #000; }
      body div#mobilenavigation .mm-listview .mm-btn_next::after {
        border-color: #09fba7; }
    body div#mobilenavigation .mm-listitem::after {
      left: 0px; }
    body div#mobilenavigation #mmenu-closelink .hamburger-inner, body div#mobilenavigation #mmenu-closelink .hamburger-inner:before, body div#mobilenavigation #mmenu-closelink .hamburger-inner:after {
      background-color: #09fba7; }
  body div#mobile_hamburger_icon {
    display: none;
    float: right; }
    body div#mobile_hamburger_icon .hamburger-inner, body div#mobile_hamburger_icon .hamburger-inner:before, body div#mobile_hamburger_icon .hamburger-inner:after {
      background-color: #09fba7; }
  body header .mnb-logo {
    margin-top: 10px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-sizing: border-box;
    border: 8px solid #202020;
    border: 8px solid #909090; }
    body header .desktop_navigation .nav-level-1 {
      padding: 10px 10px 13px 10px;
      margin: 0px; }
      body header .desktop_navigation .nav-item-1 {
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
        text-decoration: none;
        display: inline-block;
        line-height: normal;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: bold;
        text-transform: none;
        border: none;
        border-radius: 6px;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        /*background-color: #3c3c3c;*/
        background-color: #404040;
        color: #09fba7;
        margin-top: 0px;
        padding: 5px 35px;
        height: 30px;
        width: auto;
        margin-right: 10px; }
        body header .desktop_navigation .nav-item-1 a {
          color: #09fba7;
          text-decoration: none; }
  body .main {
    float: left;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    border: 8px solid #202020;
    border: 8px solid #909090; }
    body .main .main_content {
      padding-left: 20px;
      padding-right: 20px; }
      body .main .main_content div.content_full {
        width: 100%;
        padding-bottom: 20px;
        overflow: hidden; }
      body .main .main_content div.content_left {
        float: left;
        width: 70%;
        overflow: hidden;
        padding-right: 10px; }
      body .main .main_content div.content_right {
        float: right;
        width: 29%;
        overflow: hidden; }
      body .main .main_content img {
        height: auto; }
    body .main div.tx-powermail fieldset.powermail_fieldset {
      border: 0px;
      padding: 0px; }
      body .main div.tx-powermail div.powermail_fieldwrap label {
        display: block;
        margin-bottom: 5px;
        font-weight: 400; }
        body .main div.tx-powermail div.powermail_fieldwrap .powermail_input, body .main div.tx-powermail div.powermail_fieldwrap .powermail_textarea {
          width: 70%;
          padding: 5px;
          border: 1px solid #909090;
          background-color: #202020;
          color: #fff;
          font-family: sans-serif; }
          @media only screen and (max-width: 767px) {
  body .main div.tx-powermail div.powermail_fieldwrap .powermail_input, body .main div.tx-powermail div.powermail_fieldwrap .powermail_textarea {
    width: 100%; } }
        body .main div.tx-powermail div.powermail_fieldwrap .powermail_input::placeholder, body .main div.tx-powermail div.powermail_fieldwrap .powermail_textarea::placeholder {
          color: #09fba7; }
        body .main div.tx-powermail div.powermail_fieldwrap .powermail_input {
          height: 32px; }
        body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio {
          width: 70%;
          overflow: hidden;
          margin-bottom: 10px;
          font-family: sans-serif; }
          @media only screen and (max-width: 767px) {
  body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio {
    width: 100%; } }
          body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check > div, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio > div {
            border: 1px solid #bbb;
            padding: 10px 10px 0px 10px;
            overflow: hidden; }
          body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check .checkbox label, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label, body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check .radio label, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio .radio label {
            display: flex;
            align-items: baseline;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.428571429; }
            body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check .checkbox label input, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox label input, body .main div.tx-powermail div.powermail_fieldwrap .powermail_fieldwrap_type_check .radio label input, body .main div.tx-powermail div.powermail_fieldwrap.powermail_fieldwrap_type_radio .radio label input {
              width: 50px;
              float: left; }
        body .main div.tx-powermail div.powermail_fieldwrap input, body .main div.tx-powermail div.powermail_fieldwrap textarea {
          display: block;
          margin-bottom: 10px;
          font-family: sans-serif;
          font-size: 14px;
          line-height: 1.428571429;
          vertical-align: middle;
          border: 1px solid #ccc; }
        body .main div.tx-powermail div.powermail_fieldwrap input:focus, body .main div.tx-powermail div.powermail_fieldwrap textarea:focus {
          border-color: #09fba7; }
        body .main div.tx-powermail div.powermail_fieldwrap input[type="submit"] {
          font-family: sans-serif;
          background-color: #09fba7;
          border: none;
          padding: 9px 15px;
          color: #000;
          text-decoration: none;
          cursor: pointer;
          border-radius: 0;
          -webkit-transition: background-color 200ms ease;
          transition: background-color 200ms ease; }
        body .main div.tx-powermail div.powermail_fieldwrap input[type="submit"]:hover {
          background-color: #6afcc9; }
  body .footer {
    background-color: #3c3c3c;
    widht: 100%;
    color: #09fba7;
    border-top: 2px solid #909090;
    overflow: hidden; }
    body .footer a {
      color: #09fba7;
      text-decoration: none; }
    body .footer header {
      display: none; }
    body .footer p {
      margin: 4px; }
    body .footer .container-12.w-row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      box-sizing: border-box;
      padding-left: 25px;
      padding-right: 25px; }
      @media only screen and (max-width: 767px) {
  body .footer .container-12.w-row {
    display: block; } }
    body .footer .grid-12, body .footer .grid-6, body .footer .grid-4 {
      /*float: left;*/
      text-align: center;
      padding: 0px; }
      @media only screen and (max-width: 767px) {
  body .footer .grid-12, body .footer .grid-6, body .footer .grid-4 {
    float: left;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  body div#mobile_hamburger_icon {
    display: inline-block; }
    body header .desktop_navigation {
      display: none; }
    body #pagewrap {
      width: 100%;
      padding: 0px 4px 4px 4px; }
    body .desktop_navigation .nav-level-1 {
      padding-top: 0px; }
      body .desktop_navigation .nav-item-1 {
        margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  body div.ce-textpic div.ce-gallery {
    width: 100%; }
    body div.ce-textpic div.ce-bodytext {
      width: 100%; } }



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body img {
    -ms-interpolation-mode: bicubic; } }
