/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/*
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i");
*/

/*@import url("/typo3conf/ext/mhmaintemplate/Resources/Public/Css/animations.css");*/
/*@import url("/typo3conf/ext/mhmaintemplate/Resources/Public/Css/fancybox.min.css");*/
/*@import url("/typo3conf/ext/mhmaintemplate/Resources/Public/Css/font-awesome.css");*/
/*@import url("/typo3conf/ext/mhmaintemplate/Resources/Public/Css/slick.css");*/

body {
    font-size:1vw;
    line-height:1.42857143;
    color:#2c304a;
    font-weight:500;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none
   }

@media all and (max-width: 1800px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}



   html, body {
    overflow-x: hidden;
   }


     .animated {
         overflow-x: hidden;
         transform: translate(0);
     }


   html {
     line-height:1.15;
     -ms-text-size-adjust:100%;
     -webkit-text-size-adjust:100%;
     min-height: 800px;
   }
   body {
    margin:0;
    min-height: 800px;
   }
   article,
   aside,
   footer,
   header,
   nav,
   section {
    display:block
   }
   h1 {
    font-size:2em;
    margin:0.67em 0
   }
   figcaption,
   figure,
   main {
    display:block
   }
   figure {
    margin:1em 0px
   }
   hr {
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
   }
   pre {
    font-family:monospace, monospace;
    font-size:1em
   }
   a {
    background-color:transparent;
    -webkit-text-decoration-skip:objects
   }
   abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
   }
   b,
   strong {
    font-weight:inherit
   }
   b,
   strong {
    font-weight:600;
   }
   code,
   kbd,
   samp {
    font-family:monospace, monospace;
    font-size:1em
   }
   dfn {
    font-style:italic
   }
   mark {
    background-color:#ff0;
    color:#000
   }
   small {
    font-size:80%
   }
   sub,
   sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
   }
   sub {
    bottom:-0.25em
   }
   sup {
    top:-0.5em
   }
   audio,
   video {
    display:inline-block
   }
   audio:not([controls]) {
    display:none;
    height:0
   }
   img {border-style:none}
   .type-image img {
       display: block;
       max-width: 100%;
       max-height: 100%;
   }
   svg:not(:root) {
    overflow:hidden
   }
   button,
   input,
   optgroup,
   select,
   textarea {
    font-family:sans-serif;
    font-size:100%;
    line-height:1.15;
    margin:0
   }
   button,
   input {
    overflow:visible
   }
   button,
   select {
    text-transform:none
   }
   button,
   html [type="button"],
   [type="reset"],
   [type="submit"] {
    -webkit-appearance:button
   }
   button::-moz-focus-inner,
   [type="button"]::-moz-focus-inner,
   [type="reset"]::-moz-focus-inner,
   [type="submit"]::-moz-focus-inner {
    border-style:none;
    padding:0
   }
   button:-moz-focusring,
   [type="button"]:-moz-focusring,
   [type="reset"]:-moz-focusring,
   [type="submit"]:-moz-focusring {
    outline:1px dotted ButtonText
   }
   fieldset {
    padding:0.35em 0.75em 0.625em
   }
   legend {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
   }
   progress {
    display:inline-block;
    vertical-align:baseline
   }
   textarea {
    overflow:auto
   }
   [type="checkbox"],
   [type="radio"] {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
   }
   [type="number"]::-webkit-inner-spin-button,
   [type="number"]::-webkit-outer-spin-button {
    height:auto
   }
   [type="search"] {
    -webkit-appearance:textfield;
    outline-offset:-2px
   }
   [type="search"]::-webkit-search-cancel-button,
   [type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
   }
   ::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
   }
   details,
   menu {
    display:block
   }
   summary {
    display:list-item
   }
   canvas {
    display:inline-block
   }
   template {
    display:none
   }
   [hidden] {
    display:none
   }
   .blanklist {
    margin:0;
    padding:0;
    list-style:none
   }
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
    line-height:120%;
    color:#2c304a;
    /*text-transform:uppercase;*/
    font-weight:400;
    padding:10px 0 0;
    margin:0
   }

  h1,.h1 {
      font-size: 3.6vw;
      font-weight: 700;
      line-height: 4vw;
  }
  h2,.h2 {
      font-size: 3vw;
      font-weight: 700;
  }
  h3,.h3 {
      font-size: 1.5vw;
      font-weight: 700;
  }
   h4, .h4 {
    font-size:24px;
   }
   h5, .h5 {
    font-size:20px;
   }
   h1+h1,
   h1+h2,
   h1+h3,
   h1+h4,
   h1+h5,
   h2+h1,
   h2+h2,
   h2+h3,
   h2+h4,
   h2+h5,
   h3+h1,
   h3+h2,
   h3+h3,
   h3+h4,
   h3+h5,
   h4+h1,
   h4+h2,
   h4+h3,
   h4+h4,
   h4+h5,
   h5+h1,
   h5+h2,
   h5+h3,
   h5+h4,
   h5+h5 {
    padding:0
   }

   h1+.subheader,
   h2+.subheader {
       color: #2c304a;
       font-size: 24px;
   }


   h1 + .bodytext,
   h2 + .bodytext,
   h3+p,
   h3+.bodytext,
   .subheader + p,
   .subheader + .bodytext {
     padding-top:10px;
   }

   .mh-bg-blue h1,
   .mh-bg-blue h2,
   .mh-bg-blue h3,
   .mh-bg-blue h4,
   .mh-bg-blue h5,
   .mh-bg-blue h6,
   .mh-bg-blue p.subheader {
    color:#ffffff;
   }
  .grossertext {
      font-size: 1.7vw;
      font-weight: 500;
  }
   P {
    padding:0;
    margin:0
   }
   P + P {
    padding-top:10px;
   }
   /*@media all and (max-width: 1800px) {
     h1 {
      font-size:40px
     }
   }*/

   @media all and (max-width: 1020px) {
    h1, .h1 {
     font-size:30px;
     line-height: 30px;
    }
   }

   /*
   @media all and (max-width: 1800px) {
     h2 {
      font-size:28px
     }
   }
   */
   @media all and (max-width: 900px) {
    h2, .h2 {
     font-size:38px
    }
    h3, .h3 {
     font-size:34px
    }
    h4, .h4 {
     font-size:20px
    }
    h5, .h5 {
     font-size:18px
    }
   }
   @media all and (max-width: 750px) {
    h2, .h2 {
     font-size:30px
    }
    h3, .h3 {
     font-size:25px
    }
    .grossertext {
      font-size: 22px;
    }

   }
   @media all and (max-width: 470px) {
    h1, .h1 {
     font-size:30px
    }
    h2, .h2 {
     font-size:25px
    }
    h3, .h3 {
     font-size:22px
    }
   }
   @media all and (max-width: 350px) {
    h1, .h1 {
     font-size:25px
    }
    h2, .h2 {
     font-size:23px
    }
   }

   @media all and (max-width: 568px) {
     h1 + .subheader,
     h2 + .subheader,
     .h1 + .subheader,
     .h2 + .subheader {
         font-size: 22px;
     }
   }


   /************/
   /* HOMEPAGE */
   /************/



   .button,
   .buttonfull,
   button,
   input[type=submit] {
    display:inline-block;
    line-height:normal;
    white-space:nowrap;
    vertical-align:baseline;
    text-align:center;
    cursor:pointer;
    -webkit-user-drag:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-shadow: 0 15px 25px 0 rgba(30,30,30,.15);
    margin-right: 10px;
   }
   .button:focus,
   .buttonfull:focus,
   button:focus,
   input[type=submit]:focus {
    outline:none
   }
   .button::-moz-focus-inner,
   .buttonfull::-moz-focus-inner,
   button::-moz-focus-inner,
   input[type=submit]::-moz-focus-inner {
    padding:0;
    border:0
   }
   .button,
   .buttonfull,
   button,
   input[type=submit] {
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    display:inline-block;
    margin-top:20px;
    padding:12px 5vw;
    color:#2c304a;
    border:2px solid #2c304a;
    text-align:center;
    position:relative;
    overflow:hidden;
    -webkit-transition:.3s;
    transition:.3s;
    border-radius:30px;
    font-weight: 700;
   }
   .mh-font-bright .button{
       color: #ffffff;
       border: 1px solid #ffffff;
   }
   .buttonfull {
     background: #2c304a;
     color: #fff;
   }


   .button:hover,
   .buttonfull:hover,
   button:hover,
   input[type=submit]:hover {
    cursor:pointer;
    text-decoration:none;
    -webkit-box-shadow:inset 0px 0px 0px 2px #2c304a;
    box-shadow:inset 0px 0px 0px 2px #2c304a;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
   }

   .btn-small {

   }

   html {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
   }
   *,
   *:before,
   *:after {
    -webkit-box-sizing:inherit;
    box-sizing:inherit;
    outline:none
   }
   .clearL,
   .clearR,
   .clear {
    clear:both
   }
   hr {
    background:transparent;
    border:0 solid #000000;
    height:0;
    padding:0;
    margin:20px 0;
    border-bottom:1px solid #dddddd;
   }

   a {
    color:#2c304a;
    text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out
   }
   a:hover {
    color:#5f5f5f;
   }


   img {display: block;}

   .img-responsive {
       height: auto;
       max-width: 100%;
   }


   .align-center {
    text-align:center
   }
   .align-right {
    text-align:right
   }
   .align-justify {
    text-align:justify
   }
   ul {
    margin:5px 0px 10px 0
   }
   ul li {
    list-style-type:disc;
    padding:3px 0px
   }





   ol {
    margin:5px 0px 10px 0
   }
   ol li {
    list-style-type:decimal;
    padding:3px 0px
   }
   ::-moz-selection {
    background:#2c304a;
    color:#fff
   }
   ::selection {
    background:#2c304a;
    color:#fff
   }
   ::-moz-selection {
    background:#2c304a;
    color:#fff
   }








   /* TABELLEN */
   table {
       border-collapse: collapse;
       background-color: transparent;
   }
   table td {
       padding: 14px 10px;
   }
   .table-responsive {
       min-height: .01%;
       overflow-x: auto;
   }
   .contenttable {
       min-width: 100%;
   }
   .contenttable tr:nth-of-type(2n+1) {
       background-color: rgb(250,250,250);
       color: #333;
   }
   .contenttable tr:nth-of-type(2n) {
       background-color: #fff;
       color: #333;
   }



   /* POWERMAIL */
   .powermail_fieldset {
    margin:10px 0 0;
    padding:0;
    border:none
   }
   .tx-powermail textarea,
   .tx-powermail input,
   .tx-powermail button {
    resize:none;
    color:#000;
    padding:5px;
    border:1px solid #ccc;
    background:#fff
   }
   .tx-powermail h3 {
    display:none
   }
   .tx-powermail label,
   .tx-powermail legend.powermail_legend {
    display:none
   }
   .powermail_fieldwrap_type_file > label,
   .tx-powermail .checkbox label {
    display:block;
   }
   .tx-powermail .checkbox label input {
    width:auto
   }
   .tx-powermail .powermail_form .powermail_fieldwrap {
    padding:0;
    position:relative
   }
   .tx-powermail .powermail_fieldwrap input,
   .tx-powermail .powermail_fieldwrap textarea {
    width:100%;
    height: 100%;
    border:1px solid #ccc;
    padding:12px;
    -webkit-transition:background-color 0.2s ease-in-out;
    transition:background-color 0.2s ease-in-out
   }
   .tx-powermail .powermail_fieldwrap input:focus,
   .tx-powermail .powermail_fieldwrap textarea:focus {
    background-color:#eee
   }
   .tx-powermail .powermail_fieldwrap input.parsley-error,
   .tx-powermail .powermail_fieldwrap textarea.parsley-error {
    border-color:#d62447
   }
   .tx-powermail .powermail_fieldwrap textarea {
    height:100px;
    resize:vertical;
    display:block
   }

   /*.tx-powermail .powermail_fieldwrap select */
   select {
    width:100%;
    height:100%;
    background-color:#fff;
    border:1px solid #ccc;
    color:#5f5f5f;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;


    background-image: url(../Icons/selectarrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    padding-left: 15px;
   }
   .tx-powermail .powermail_fieldwrap_type_date input {
    color:#5f5f5f
   }
   .tx-powermail .powermail_fieldwrap_type_check input,
   .tx-powermail .powermail_fieldwrap_type_radio input {
    margin:0 5px 0 3px
   }
   .tx-powermail .powermail_fieldwrap_type_check label,
   .tx-powermail .powermail_fieldwrap_type_radio label {
    position:relative;
    top:1px;
    cursor:pointer
   }
   .tx-powermail .checkbox.parsley-error {
    border-left:2px solid #d62447;
    padding-left:10px
   }
   .tx-powermail .powermail_fieldwrap_type_submit {
    padding:0px;
    margin:5px 0 10px;
    text-align:right
   }
   .tx-powermail .powermail_fieldwrap_type_submit input {
    width:auto;
    color:#2c304a;
    cursor:pointer;
    padding:13px 30px;
    margin-top:0;
    background:none;
    border:1px solid #2c304a
   }
   .tx-powermail .powermail_fieldwrap_type_submit input:hover {
    -webkit-box-shadow:inset 0px 0px 0px 2px #2c304a;
    box-shadow:inset 0px 0px 0px 2px #2c304a
   }
   .tx-powermail span.mandatory {
    color:#d62447
   }
   .tx-powermail .powermail_fieldwrap_type_text {
    font-size:12px;
    color:#555
   }
   .tx-powermail .powermail_fieldwrap_type_text.layout1 {
    font-size:12px;
    color:#2c304a;
    font-style:italic
   }
   .tx-powermail ul.parsley-errors-list {
    list-style:none;
    position:absolute;
    bottom:5px;
    right:2px;
    margin:0;
    padding:0;
    font-size:11px;
    color:#fff;
    background:#d62447
   }
   .tx-powermail ul.parsley-errors-list li {
    padding:3px 10px 2px;
    list-style:none
   }
   .tx-powermail .powermail_fieldwrap_textarea .parsley-errors-list {
    bottom:11px
   }
   .tx-powermail .powermail_fieldwrap_datenschutzerklrung .powermail_field_error_container {
    text-align:right
   }
   .tx-powermail .powermail_fieldwrap_datenschutzerklrung .parsley-errors-list {
    position:static;
    display:inline-block
   }
   .tx-powermail .powermail_fieldwrap_datenschutzerklrung input {
    width:auto
   }
   .tx-powermail .powermail_create dt {
    padding:2px 0;
    font-weight:bold;
    float:left;
    clear:both;
    margin-right:2%;
    width:28%
   }
   .tx-powermail .powermail_create dd {
    float:left;
    width:70%;
    padding:2px 0
   }

   input[type=text],
   textarea,
   input[type=submit],
   input[type=reset],
   input[type=password],
   input[type=email],
   button {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
   }
   input:-webkit-autofill,
   textarea:-webkit-autofill {
    -webkit-box-shadow:0 0 0 1000px #fff inset;
    -webkit-text-fill-color:#000
   }
   ::-webkit-input-placeholder {
    color:#5f5f5f
   }
   :-moz-placeholder {
    opacity:1;
    color:#5f5f5f
   }
   ::-moz-placeholder {
    opacity:1;
    color:#5f5f5f
   }
   :-ms-input-placeholder {
    color:#5f5f5f
   }


     .powermail_fieldwrap {display:inline-block; width:100%;}

     .powermail_fieldwrap.powermail_fieldwrap_type_select > div,
     .powermail_fieldwrap.powermail_fieldwrap_type_input > div {
       margin-right: 10px;
       height: 50px;
       margin-bottom: 10px;
     }

     .powermail_fieldwrap.powermail_fieldwrap_type_textarea > div {
       margin-right: 10px;
       margin-bottom: 10px;
     }


     .powermail_field .checkbox .powermail_checkbox,
     .powermail_field .radio .powermail_radio {
         width: 16px;
         height: 16px;
         border: 1px solid #fff;
         border-radius: 0px;
         background: none;
         padding: 0;
         margin-bottom: -2px;
         outline: 2px solid #2c304a;

         -webkit-appearance: none;
         -moz-appearance: none;
         appearance: none;
     }
     .powermail_field .checkbox .powermail_checkbox:checked,
     .powermail_field .radio .powermail_radio:checked {
         background: #2c304a;
     }


    .powermail_fieldwrap_type_file .powermail_field .powermail_file {
        cursor: pointer;
        width: calc(100% - 10px);
        border: 2px dashed #2c304a;
        padding: 16px;
        background: rgba(250,250,250,0.9);
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .powermail_fieldwrap_uploadhelp {
      margin-bottom: 20px;
    }

   /* POWERMAIL */



   .ce-header,
   .ce-bodytext,
   .ce-gallery {
       padding-left: 4vw;
       padding-right: 4vw;
   }
   .ce-bodytext .ce-header {
       padding-left: 0;
       padding-right: 0;
   }


   /* TEXTMEDIA */
    .item.mh-itemlayout-4 {
        max-width: 2000px;
        width: 70%;
        margin: 0 auto;
    }
   .item.mh-itemlayout-0,
   .item.mh-itemlayout-5 {
       max-width: 2400px;
       width: 80%;
       margin: 0 auto;
   }

   .item.mh-itemlayout-6 {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    @media all and (max-width: 1200px) {
      .item.mh-itemlayout-6 {
           padding-left: 4vw;
           padding-right: 4vw;
       }
       .item.mh-itemlayout-6 .ce-bodytext {
          padding-left: 4vw;
          padding-right: 4vw;
      }
    }

   .item.mh-itemlayout-7 {
       max-width: 100%;
       margin: 0 auto;
   }



   .pt-extra-small {padding-top: 1em;}
   .pt-small {padding-top: 2em;}
   .pt-medium {padding-top: 3em;}
   .pt-large {padding-top: 5em;}
   .pt-extra-large {padding-top: 10em;}
   .pt-extra-large-15 {padding-top: 15em;}
   .pt-extra-large-2 {padding-top: 20em;}

   .pb-extra-small {padding-bottom: 1em;}
   .pb-small {padding-bottom: 2em;}
   .pb-medium {padding-bottom: 3em;}
   .pb-large {padding-bottom: 5em;}
   .pb-extra-large {padding-bottom: 10em;}
   .pb-extra-large-15 {padding-bottom: 15em;}
   .pb-extra-large-2 {padding-bottom: 20em;}



    .mh-pl-1 { padding-left: 1rem; }
    .mh-pr-1 { padding-right: 1rem; }
    .mh-pt-1 { padding-top: 1rem; }
    .mh-clearfix { clear: both; }

    @media all and (max-width: 1200px) {

         .pt-extra-small {padding-top: 1em;}
         .pt-small {padding-top: 1em;}
         .pt-medium {padding-top: 2em;}
         .pt-large {padding-top: 3em;}
         .pt-extra-large {padding-top: 5em;}
         .pt-extra-large-15 {padding-top: 7em;}
         .pt-extra-large-2 {padding-top: 10em;}

         .pb-extra-small {padding-bottom: 1em;}
         .pb-small {padding-bottom: 1em;}
         .pb-medium {padding-bottom: 2em;}
         .pb-large {padding-bottom: 3em;}
         .pb-extra-large {padding-bottom: 5em;}
         .pb-extra-large-15 {padding-bottom: 7em;}
         .pb-extra-large-2 {padding-bottom: 10em;}


    }


   .video-embed-item {
     display: block;
     border:none;
   }
   .video-embed video {
     display: block;
     max-width: 100%;
   }



   .align-left,
   .ce-headline-left {text-align: left;}

   .align-center,
   .ce-headline-center {text-align: center;}

   .align-right,
   .ce-headline-right {text-align: right;}

   /* BACKGROUNDS */
   .mh-bg-white {
       background-color: #ffffff;
       color: #2c304a;
   }
   .mh-bg-blue {
       background-color: #2c304a;
       color: #fff;
   }
   .mh-text-blue {
       color: #2c304a;
   }
   .mh-text-white {
       color: #ffffff;
   }

   .mh-bg-linear-gradient-1 {
     background-image: linear-gradient(80deg,#636aff,#4da1ff 50%,#3fdadb);
   }
   .mh-bg-linear-gradient-2 {
     background-image: linear-gradient(120deg,#522552,#c1135c);
   }
   .mh-bg-linear-gradient-3 {
     background-image: linear-gradient(145deg,#001820 0,#000b22 100%);
   }

   .mh-bg-blue h1,
   .mh-bg-blue h2,
   .mh-bg-blue h3,
   .mh-bg-blue h4,
   .mh-bg-blue h5,
   .mh-bg-blue h6,

   .mh-bg-base h1,
   .mh-bg-base h2,
   .mh-bg-base h3,
   .mh-bg-base h4,
   .mh-bg-base h5,
   .mh-bg-base h6,

   .mh-box-blue h1,
   .mh-box-blue h2,
   .mh-box-blue h3,
   .mh-box-blue h4,
   .mh-box-blue h5,
   .mh-box-blue h6,

   .mh-box-base h1,
   .mh-box-base h2,
   .mh-box-base h3,
   .mh-box-base h4,
   .mh-box-base h5,
   .mh-box-base h6 {
     color: #fff;
   }


   .mh-bg-gray {
       background-color: #ededed;
   }
   .mh-bg-graydark {
       background-color: #353535;
       color: #fff;
   }
   .mh-box-graydark,
   .mh-box-red {
     color: #fff;
   }

   .mh-bg-blue .button,
   .mh-box-red .button,
   .mh-bg-base .button,
   .mh-box-base .button {
     color: #fff;
     border: 1px solid #fff;
     text-decoration: none;
     font-weight: 500;
   }
   .mh-font-white {
     color: #fff;
   }
   .mh-bg-blue .buttonfull,
   .mh-box-red .buttonfull {
     background-color: #fff;
     color: #2c304a;
     border: 1px solid #2c304a;
     text-decoration: none;
     font-weight: 500;
   }

   .mh-bg-base a,
   .mh-box-base a,
   .mh-bg-blue a,
   .mh-box-red a {
       color: #ffffff;
       font-weight: 800;
       text-decoration: underline;
   }

   .mh-box-white > .item, .mh-box-gray > .item, .mh-box-graydark > .item , .mh-box-red > .item, .mh-box-base > .item {padding: 2vw;}

   .mh-box-white > .item {background-color: #ffffff;}
   .mh-box-gray > .item {background-color: #f6f6f6;}


   .item.mh-font-bright, .item.mh-font-bright .subheader {color: #ffffff;}
   .item.mh-font-dark, .item.mh-font-dark .subheader {color: #5f5f5f;}

   .item.mh-font-bright .headline {color: #ffffff;}
   .item.mh-font-dark .headline {color: #2c304a;}


   .mh-box-graydark > .item {background-color: #353535;}
   .mh-box-red > .item {background-color: #2c304a; color: #ffffff;}

   .mh-box-white > .item.pb-extra-small, .mh-box-gray > .item.pb-extra-small, .mh-box-graydark > .item.pb-extra-small, .mh-box-red > .item.pb-extra-small, .mh-box-base > .item.pb-extra-small {margin-bottom: 1em;}
   .mh-box-white > .item.pb-small, .mh-box-gray > .item.pb-small, .mh-box-graydark > .item.pb-small, .mh-box-red > .item.pb-small, .mh-box-base > .item.pb-small {margin-bottom: 2em;}
   .mh-box-white > .item.pb-medium, .mh-box-gray > .item.pb-medium, .mh-box-graydark > .item.pb-medium, .mh-box-red > .item.pb-medium, .mh-box-base > .item.pb-medium {margin-bottom: 3em;}
   .mh-box-white > .item.pb-large, .mh-box-gray > .item.pb-large, .mh-box-graydark > .item.pb-large, .mh-box-red > .item.pb-large, .mh-box-base > .item.pb-large {margin-bottom: 6em;}
   .mh-box-white > .item.pb-extra-large, .mh-box-gray > .item.pb-extra-large, .mh-box-graydark > .item.pb-extra-large, .mh-box-red > .item.pb-extra-large, .mh-box-base > .item.pb-extra-large {margin-bottom: 10em;}
   .mh-box-white > .item.pb-extra-large-15, .mh-box-gray > .item.pb-extra-large-15, .mh-box-graydark > .item.pb-extra-large-15, .mh-box-red > .item.pb-extra-large-15, .mh-box-base > .item.pb-extra-large-15 {margin-bottom: 15em;}
   .mh-box-white > .item.pb-extra-large-2, .mh-box-gray > .item.pb-extra-large-2, .mh-box-graydark > .item.pb-extra-large-2 , .mh-box-red > .item.pb-extra-large-2 , .mh-box-base > .item.pb-extra-large-2 {margin-bottom: 20em;}


   .mh-box-white > .item.pt-extra-small, .mh-box-gray > .item.pt-extra-small, .mh-box-graydark > .item.pt-extra-small , .mh-box-red > .item.pt-extra-small, .mh-box-base > .item.pt-extra-small { margin-top: 1em;}
   .mh-box-white > .item.pt-small, .mh-box-gray > .item.pt-small, .mh-box-graydark > .item.pt-small , .mh-box-red > .item.pt-small, .mh-box-base > .item.pt-small { margin-top: 2em;}
   .mh-box-white > .item.pt-medium, .mh-box-gray > .item.pt-medium, .mh-box-graydark > .item.pt-medium , .mh-box-red > .item.pt-medium, .mh-box-base > .item.pt-medium { margin-top: 3em;}
   .mh-box-white > .item.pt-large, .mh-box-gray > .item.pt-large, .mh-box-graydark > .item.pt-large , .mh-box-red > .item.pt-large, .mh-box-base > .item.pt-large { margin-top: 6em;}
   .mh-box-white > .item.pt-extra-large, .mh-box-gray > .item.pt-extra-large, .mh-box-graydark > .item.pt-extra-large , .mh-box-red > .item.pt-extra-large, .mh-box-base > .item.pt-extra-large { margin-top: 10em;}
   .mh-box-white > .item.pt-extra-large-15, .mh-box-gray > .item.pt-extra-large-15, .mh-box-graydark > .item.pt-extra-large-15 , .mh-box-red > .item.pt-extra-large-15, .mh-box-base > .item.pt-extra-large-15 { margin-top: 15em;}
   .mh-box-white > .item.pt-extra-large-2, .mh-box-gray > .item.pt-extra-large-2, .mh-box-graydark > .item.pt-extra-large-2 , .mh-box-red > .item.pt-extra-large-2, .mh-box-base > .item.pt-extra-large-2 { margin-top: 20em;}

   .o-hidden {
       overflow: hidden;
   }
   .float-left {
       float: left;
   }
   .float-right {
       float: right;
   }


.bodytext ul {
    margin-left: 0;
    padding-left: 28px;
}
.bodytext li {
    list-style: none;
    position: relative;
}
.bodytext li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 9px;
    background: #2c304a;
}



   /* BREDCRUMB */
   .breadcrumb {
       margin: 0;
       padding: 4px 10px;
   }
   .breadcrumb-item {
       display: inline-block;
   }
   .breadcrumb-item .fa {
     padding: 0 6px;
   }



   /* NAVIGATION */
   .level1 {
       display: inline-block;
       vertical-align: top;
   }
   .la1 {
       padding: 10px;
   }


   /* MAIN NAVIGATION */
   #headerNav {

   }
   #headerNavKontakt {
       background: #eee;
       text-align: right;
       font-size: 12px;
       padding: 4px 14px;
       height: 34px;
   }
#logo {
    float: left;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.6s;
}
#logo img {
    height: 100px;
    display: block;
    transition: 0.6s;
}
   #mainNav {
       float: right;
   }




/************/
/* HOMEPAGE */
/************/

   .tx-om-cookie-consent {
     padding: 0 4vw;
   }
   .tx-om-cookie-consent th {
        padding: 10px;
    }
   .tx-om-cookie-consent th,
   .tx-om-cookie-consent td {
        text-align: left !important;
        vertical-align: top;
    }
body {
  background: #fff;
}

@media all and (min-width: 1025px) {
  .desktop-hidden {
    display:none!important;
  }
  .desktop-show {
    display:block!important;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .tablet-hidden {
    display:none!important;
  }
  .tablet-show {
    display:block!important;
  }
}
@media all and (max-width: 768px) {
  .mobile-hidden {
    display:none!important;
  }
  .mobile-show {
    display:block!important;
  }
}


.breadcrumb-section {
    position: absolute;
    bottom:0;
    background: rgba(44, 48, 74,0.8);
    width: 60%;
}
.breadcrumb-section a {
    color: #fff;
}

@media all and (max-width: 1200px) {
  .breadcrumb-section {
      margin-top: 0px;
      background: rgba(44, 48, 74,1);
      width: 50%;
  }
}
@media all and (max-width: 768px) {
  .breadcrumb-section {
      width: 100%;
  }
}

.breadcrumb-item.last i {
    display: none;
}
#mainHeader {

    /*box-shadow: 0 0 20px -6px rgba(0,0,0,.36);*/
    position: fixed;
    z-index: 999;

    top: 0;
    left: 0;
    width: 100%;
}
#menueOpener {
    display: none;
}
.mh-contwrap {
    margin-top: 140px;
}
ul.ullevel1 > li > ul {
    display: none;
}


#mainHeader ul,
#mainHeader li {
    padding:0;
    margin:0;
}
.level2:hover a,
.level2.act a {
    background: #2c304a;
    color: #fff;
}





#headerTop {
    padding: 6px;
    margin-top: 0;
    transition: 0.3s;
    border-bottom: 1px solid #eee;
}
.showtotop #headerTop {
  margin-top: -34px;
}

#socialMediaLinksTop {
    padding-top: 2px;
}
#socialMediaLinksTop img {
    height: 16px;
}


ul.ullevel1 li.level1.act,
ul.ullevel1 li.level1:hover {
  background:#2c304a;
}

ul.ullevel1 li.level1.act > a,
ul.ullevel1 li.level1:hover > a {
    color: #fff;
}


    @media all and (min-width: 1201px) {

      .showtotop #logo img {
          height: 50px;
      }
      .showtotop #logo {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .showtotop .ullevel1 > li > a {
          margin-top: 6px;
          transition: 0.3s;
      }

        .ullevel1 > li > a {
            margin-top:6px;
            padding-top: 15px;
            display: block;
            font-size: 20px;
            padding-left: 20px;
            padding-right: 20px;
            color: #555;
        }

        li.level1 {
          transition: 0.3s;
        }

        ul.ullevel1 > li:hover > ul {
            display: block;
        }
        ul.ullevel1 li {
            list-style: none;
            display: inline-block;
            position: relative;
        }
        ul.subNav {
            position: absolute;
            background: #fff;
            box-shadow: 0 0 20px -6px rgba(0,0,0,.36);
        }
        ul.subNav li a {
            display: block;
            font-size: 18px;
            padding: 8px 10px;
            padding-left: 30px;
            border-bottom: 1px solid #ddd;
            width: 250px;
            text-align: left;
        }
    }
    @media all and (max-width: 1200px) {
        #logo {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        #logo img {
            height: 60px;
        }
        .mh-contwrap {
            margin-top: 80px;
        }

        #mainFooter,
        .mh-contwrap {
            transform: translateX(0px);
        }

        .menueactive #mainFooter,
        .menueactive .mh-contwrap {
            transform: translateX(-100px);
        }


    }





@media all and (max-width: 9200px) {

        /* MENUE */
        #menueOpener {
            position: absolute;
            display:block;
            right: 5vw;
            top: 28px;
            height: 48px;
            width: 44px;
        }

        #menueOpener span {
            transition: .3s;
        }

        #menueOpener span:nth-child(2),
        #menueOpener span:nth-child(3),
        #menueOpener span:nth-child(4) {
            width: 44px;
            height: 3px;
            background: #2c304a;
            display: block;
            margin-bottom: 8px;
        }

        #menueOpener span:nth-child(1) {
            display: none;
            position: absolute;
            left: -58px;
            font-size: 16px;
            top: -9px;
            color: #333;
            font-weight: 500;
        }

        #menueOpener span:nth-child(2) {
            margin-left: 0;
            width: 44px;
        }
        .menueactive #menueOpener span:nth-child(2) {
            margin-left: 0;
            width: 44px;
            transform: rotate(45deg);
            margin-top: 10px;
            background: #2c304a;
        }

        #menueOpener span:nth-child(3) {
            margin-right: 8px;
        }
        .menueactive #menueOpener span:nth-child(3) {
            margin-left: 22px;
            width: 0;
        }

        #menueOpener span:nth-child(4) {
            margin-bottom: 0;
        }
        .menueactive #menueOpener span:nth-child(4) {
            margin-bottom: 0;
            transform: rotate(-45deg);
            margin-top: -22px;
            background: #2c304a;
        }


        #menu {
            display: block;
            position: fixed;
            background: #fff;
            margin-top: 34px;
            width: 300px;
            right: 0;
            box-shadow: 0 0 20px -6px rgba(0,0,0,.36);
            transition: .3s;
            transform: translateX(100%);
            bottom: 0;
            top: 46px;
            overflow-y: scroll;
        }
        .menueactive #menu {
            transform: translateX(0);
        }

        .mh-contwrap {
              -webkit-transition: all .3s ease-in-out;
              -moz-transition: all .3s ease-in-out;
              -o-transition: all .3s ease-in-out;
              -ms-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
        }
        .menueactive .mh-contwrap {
            transform: translateX(-200px);
        }

        ul.ullevel1 li {
            display: block;
            padding: 0;
            position: relative;
        }
        ul.ullevel1 li a {
            text-align: left;
            display: block;
            padding-left: 30px;
            border-bottom: 1px solid #eee;
        }

        .has-sub .subopen {
            position: absolute;
            right: 6px;
            top: 2px;
            width: 40px;
            text-align: center;
            height: 40px;
            cursor: pointer;
        }

        ul.ullevel1 > li > ul {
            display: block;
            position: relative;
            overflow: hidden;
            max-height: 0;
            transition: .5s;
        }
        ul.ullevel1 > li.showsub > ul {
            max-height: 800px;
        }
        ul.ullevel1 > li > i > span {
            height: 2px;
            background: #2c304a;
            width: 12px;
            display: block;
            position: absolute;
            top: 20px;
            transition: .3s;
        }

        ul.ullevel1 > li > i > span:nth-child(1) {
            transform: rotate(45deg);
            left: 10px;
        }
        ul.ullevel1 > li.showsub > i > span:nth-child(1) {
            transform: rotate(-45deg);
        }


        ul.ullevel1 > li > i > span:nth-child(2) {
            transform: rotate(-45deg);
            left: 18px;
        }
        ul.ullevel1 > li.showsub > i > span:nth-child(2) {
            transform: rotate(45deg);
        }

        ul.ullevel1 .subNav a {
            font-size: 15px;
            padding: 4px;
            padding-left: 40px;
        }
        /* MENUE */

    }

    @media all and (min-width: 1201px) and (max-width: 1401px) {
      #logo img {
          height: 50px;
      }
      #logo {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .ullevel1 > li > a {
          padding-top: 24px;
          padding-bottom: 12px;
      }
    }



.hidden {
  display: none;
}


footer table td {
    padding: 4px;
}
footer .contenttable tr:nth-of-type(2n),
footer .contenttable tr:nth-of-type(2n+1) {
  background: transparent;
}

#footerShareContentInner li {
    display: inline-block;
}
#footerShareContentInner li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;

    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
}

#footerShareContentInner li:hover a {
  border: 1px solid #2c304a;
}
.footerShare img {
    max-height: 12px;
    max-width: 12px;
    display: inline-block;
}



#socialMediaLinks {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
#socialMediaLinks a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #2c304a;
    text-align: center;
    border-radius: 20px;
    padding: 8px;
    margin-left: 2px;
    margin-right: 2px;
}
#socialMediaLinks a img {
    display: inline-block;
    max-width: 20px;
    max-height: 20px;
}

    .button::after,
    .buttonfull::after {
        content: "\f054";
        padding-left: 16px;
        font: normal normal normal 16px/1 FontAwesome;
    }



    #mainFooter .mainFooternav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mainFooter .mainFooternav a {
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 10px;
    }
    #mainFooter .mainFooternav p {
        padding:0;
    }



    #mainFooter .footernavtop {
        padding-top: 50px;
        padding-bottom: 50px;
    }
.footerlogo {
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}
    .footerlogo a {
        display: inline-block;
    }
    .footerlogo img {
        height: 90px;
    }
    .footernavwrap {
        display: flex;
        flex-wrap: wrap;
    }
    .footernavitem-text p {
        padding-top: 0;
    }
    .footernavitem-1 ul,
    .footernavitem-1 li,
    .footernavitem-2 ul,
    .footernavitem-2 li,
    .footernavitem-3 ul,
    .footernavitem-3 li {
        padding:0;
        margin:0;
        list-style-type: none;
    }

    .footernavwrap > * {
        padding-bottom: 20px;
    }
    .footernavitem-1 {width: 33.3333%;}
    .footernavitem-2 {width: 33.3333%;}
    .footernavitem-3 {width: 33.3333%;}
    .footernavitem-4 {width: 33.3333%;}
    .footernavitem-icon img {width: 3vw;}

   @media all and (max-width: 1600px) {
    .footernavitem-1 {width: 33.3333%;}
    .footernavitem-2 {width: 33.3333%;}
    .footernavitem-3 {width: 33.3333%;}
    .footernavitem-4 {width: 33.3333%;}
    .footernavitem-icon img {width: 3vw;}
   }
   @media all and (max-width: 1200px) {
    .footernavitem-icon img {width: 6vw;}
   }
   @media all and (max-width: 1000px) {
    .footernavitem-1 {width: 100%;}
    .footernavitem-2 {width: 100%;}
    .footernavitem-3 {width: 100%;}
    .footernavitem-4 {width: 100%;}
    .footernavwrap > * {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    #mainFooter .footernavtop {
      padding-left: 8vw;
      padding-right: 8vw;
    }
   }

    @media all and (max-width: 768px) {
      .mainFooternav .float-left,
      .mainFooternav .float-right {
        float: none;
        width: 100%;
        text-align: center;
      }
      #mainFooter .mainFooternav a {
        display:inline-block;
        padding-bottom: 10px;
      }
    }

    .footernavitem-icon {
        padding-right: 10px;
    }
    .footernavitem-icon,
    .footernavitem-text {
        display: inline-block;
        vertical-align: top;
    }
    .copy p {
      font-size: 14px;
    }

#totop {
    opacity: 0;
    transition: 0.3s;

    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #2c304a;
    background-image: url("/typo3conf/ext/mhmaintemplate/Resources/Public/Icons/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    transform: rotate(-90deg) translatex(-20px);
}
.showtotop #totop {
  opacity: 1;
  transform: rotate(-90deg) translatex(0px);
}
