@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap');

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;}

header h2 {
  padding: 0px 0px 25px 0px;
}

article, aside, details, figcaption, figure,
header, hgroup, menu, nav, section {
  display: block;}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

#content p {
  margin: 10px 0px 10px 0px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}*/

/* Basic */

  @-ms-viewport {
    width: device-width;
  }

  html {
    box-sizing: border-box;
  }

  *, *:before, *:after {
    box-sizing: inherit;
  }

  body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }

 body, input, textarea, select {
   
  font-family: 'Comfortaa', cursive, sans-serif;
    font-weight: 400;
    color: #6E7176; 
    font-size: 14pt;
    line-height: 1.75em;
    letter-spacing: 0.025em;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #484d55;
  letter-spacing: 0.075em;
  line-height: 1.25em;
  margin-top: 10px;
  margin-bottom: 10px;
  }

 
  .headline-center {
    text-align: center;
  }
  
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     /* color: inherit;*/
      text-decoration: none;
    }
  
 h1 {    
    font-size: 22px;   
  color: #801ca2;
 }
 
  h2 {
    font-size: 19px;  
  color: #801ca2;
  }
  
  h3 {  
    font-size: 19px;    
  }
  
 h4 {  
    font-size: 17px;
  letter-spacing: 0;
  }
  
  a {
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-decoration: underline;
    color: #31adff;
  }

   #logo a {
     -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #fff;
    } 
  
  a:hover {
      text-decoration: none;
    color: #717479;
    }

  strong, b {
    font-weight: 700;
    color: #484d55;
  }

  blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
  }

  em, i {
    font-style: italic;
  }

  hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin: 2em 0 2em 0;
  }

  sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
  }

  sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
  }

  .nobr {
    white-space: nowrap;
  }

  br.clear {
    clear: both;
  }

  p, ul, ol, dl, table, blockquote, form {
    margin-bottom: 2em;
  }



/* Formular */
.form-group {
  margin-bottom: 10px;
  margin-top: 20px;
}
.form-group label, 
.form-group label span {   
  
    color: #6E7176; 
  
  }

.form-group label {
    font-weight: 400;
}



/* Container */

  .container {
    margin: 0 auto;
    max-width: 100%;
    /*width: 68em;*/
  width:1200px;
  padding: 15px;
  padding-top: 50px;
  }
  

    @media screen and (max-width: 1680px) {

      .container {
        width: 65em;
      }

    }

    @media screen and (max-width: 1280px) {

      .container {
        width: calc(100% - 100px);
      }

    }

    @media screen and (max-width: 980px) {

      .container {
        width: calc(100% - 100px);
      }

    }

    @media screen and (max-width: 736px) {

      .container {
        width: calc(100% - 40px);
      }

    }

/* Row */
 .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
   .row {
      margin-top: -50px;
      margin-left: -50px;
    }

    .row > * {
        padding: 50px 0 0 50px;
    }

    .row > * {
      box-sizing: border-box;
    }
  
  .row > .col-6 {
      width: 50%;
    }
   .row.gtr-150 {
      margin-top: -75px;
      margin-left: -75px;
    }
  
  .row > .col-left {
      width: 30%;
    }
  
  .row > .col-right {
      width: 70%;
    }
  
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }

  .row.gtr-150 > * {
    padding: 75px 0 0 35px;
  }



    @media screen and (max-width: 1680px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }      

        .row {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row > * {
            padding: 50px 0 0 50px;
          }

       
        .row.gtr-150 {
          margin-top: -75px;
          margin-left: -35px;
        }

          .row.gtr-150 > * {
            padding: 75px 0 0 35px;
          }
       
    }

    @media screen and (max-width: 1280px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }
        
        .row {
          margin-top: -35px;
          margin-left: -35px;
        }

          .row > * {
            padding: 35px 0 0 35px;
          }

       
        .row.gtr-150 {
          margin-top: -52.5px;
          margin-left: -52.5px;
        }

          .row.gtr-150 > * {
            padding: 52.5px 0 0 52.5px;
          }
        

    }

    @media screen and (max-width: 980px) {

      
    .c33l, .c33r {
      width: 100%;
      text-align: center;
    }

    .c50l, .c50r {
       width: 100%;
      text-align: center;
    }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
      overflow: visible;
    }

#features div {
    margin: 0 0 20px 0;
}

.ce-textpic .ce-gallery {  
  padding-right: 30px ;
  }
      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }
     .row > .col-12-medium {
          width: 100%;
        }

        .row > .off-12-medium {
          margin-left: 100%;
        }
    
     .row {
          margin-top: -50px;
          margin-left: -50px;
        }

          .row > * {
            padding: 50px 0 0 50px;
          }
      .row.gtr-150 {
          margin-top: -75px;
          margin-left: -35px;
        }

          .row.gtr-150 > * {
            padding: 75px 0 0 35px;
          }
   

    }

    @media screen and (max-width: 736px) {

      .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
      }

        .row > * {
          box-sizing: border-box;
        }

     .row {
          margin-top: -30px;
          margin-left: -30px;
        }

          .row > * {
            padding: 30px 0 0 30px;
          }
      
        .row.gtr-150 {
          margin-top: -45px;
          margin-left: -45px;
        }

          .row.gtr-150 > * {
            padding: 45px 0 0 45px;
          }               

    }

/* Section/Article */

  section,
  article {
    margin: 0 0 4em 0;
  }

  section > :last-child,
  article > :last-child,
  section:last-child,
  article:last-child {
    margin-bottom: 0;
  }

  header.style1 {
    text-align: center;
    padding: 3em 0 3em 0;
  }

    header.style1 h2 {
      font-weight: 700;
      font-size: 2em;
      letter-spacing: 0.075em;
      line-height: 1.5em;
    }

    header.style1 p {
      color: #b1b4b9;
      display: block;
      margin: 1.15em 0 0 0;
      font-size: 1.3em;
      letter-spacing: 0.075em;
      line-height: 1.5em;
    }

/* Table */

  table {
    width: 100%;
  }

    table.default {
      width: 100%;
    }

      table.default tbody tr:nth-child(2n+2) {
        background: #f4f4f4;
      }

      table.default td {
        padding: 0.5em 1em 0.5em 1em;
      }

      table.default th {
        text-align: left;
        font-weight: 400;
        padding: 0.5em 1em 0.5em 1em;
      }

      table.default thead {
        background: #484d55;
        color: #fff;
      }

      table.default tfoot {
        background: #eee;
      }

/* Form */

  form label {
    display: block;
    font-weight: 300;
    color: #484d55;
    margin: 0.15em 0 0.1em 0;
  }

 
  
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form select,
  form textarea {
    -moz-transition: all .25s ease-in-out;
   
    -ms-transition: all .25s ease-in-out;
    display: block;      
    width: 100%;     
  height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #808080;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  }

    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form select:focus,
    form textarea:focus {
      background: #f8f8f8;
    border: 1px solid #801ca2;
    }

  form input[type="text"],
  form input[type="email"]
  input[type="password"] {
    line-height: 1em;
  }

  form select {
    line-height: 1em;
  }

  form textarea {
    min-height: 8em;
  width: 100%;
  }

  form ul.actions {
    margin-top: 0;
  }

  form ::-webkit-input-placeholder {
    color: #555 !important;
    font-style: italic;
    line-height: 1.35em;
  }

  form :-moz-placeholder {
    color: #555 !important;
    font-style: italic;
  }

  form ::-moz-placeholder {
    color: #555 !important;
    font-style: italic;
  }

  form :-ms-input-placeholder {
    color: #555 !important;
    font-style: italic;
  }

  form ::-moz-focus-inner {
    border: 0;
  }
  

/* Image */

  .image {
    display: inline-block;
  }

    .image img {
      display: block;
      width: 100%;
    }

    .image.fit {
      display: block;
      width: 100%;
    }

    .image.left {
      float: left;
      margin: 0 2em 2em 0;
    }

    .image.centered {
      display: block;
      margin: 0 0 2em 0;
    }

      .image.centered img {
        margin: 0 auto;
        width: auto;
      }

    .image.featured {
      display: block;
      width: 100%;
      margin: 0 0 2em 0;
    }

/* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: inline-block;
    background: #801ca2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0 2.25em 0 2.25em;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
    line-height: 4em;
  color: #fff;
  margin-top: 20px;
  background-image: linear-gradient(38deg, #801ca2 0%, #df3662 100%);
  }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
      /*background-color: #f98780;*/
    background-color: #801ca2;
    box-shadow: none;
    transform: translateY(2px);
    background-image: none;
    }

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
      font-size: 1em;
      min-width: 14em;
    }

    input[type="button"].style1,
    input[type="submit"].style1,
    input[type="reset"].style1,
    button.style1,
    .button.style1 {
      background: #e97770;
      color: #fff;
    }

      input[type="button"].style1:hover,
      input[type="submit"].style1:hover,
      input[type="reset"].style1:hover,
      button.style1:hover,
      .button.style1:hover {
        background-color: #f98780;
      }

      input[type="button"].style1:active,
      input[type="submit"].style1:active,
      input[type="reset"].style1:active,
      button.style1:active,
      .button.style1:active {
        background-color: #d96760;
      }

    input[type="button"].style2,
    input[type="submit"].style2,
    input[type="reset"].style2,
    button.style2,
    .button.style2 {
      background: none;
      color: #606167;
      box-shadow: inset 0px 0px 2px 0px #a0a1a7;
    }

      input[type="button"].style2:hover,
      input[type="submit"].style2:hover,
      input[type="reset"].style2:hover,
      button.style2:hover,
      .button.style2:hover {
        box-shadow: inset 0px 0px 2px 0px #606167;
      }

      input[type="button"].style2:active,
      input[type="submit"].style2:active,
      input[type="reset"].style2:active,
      button.style2:active,
      .button.style2:active {
        box-shadow: inset 0px 0px 2px 0px #202127;
      }

    input[type="button"].style3,
    input[type="submit"].style3,
    input[type="reset"].style3,
    button.style3,
    .button.style3 {
      background: #2f333b;
      color: #fff;
    }

      input[type="button"].style3:hover,
      input[type="submit"].style3:hover,
      input[type="reset"].style3:hover,
      button.style3:hover,
      .button.style3:hover {
        background-color: #3f434b;
      }

      input[type="button"].style3:active,
      input[type="submit"].style3:active,
      input[type="reset"].style3:active,
      button.style3:active,
      .button.style3:active {
        background-color: #1f232b;
      }

/* List */

  ul {
    list-style: disc;
    padding-left: 1em;

    text-align: left;

  }

    ul li {
      padding-left: 0.5em;
    }

    ul.style2 {
      list-style: none;
      padding-left: 0;
    }

      ul.style2 li {
        border-top: solid 1px #eee;
        padding: 1.5em 0 0 0;
        margin: 1.5em 0 0 0;
      }

        ul.style2 li:first-child {
          border-top: 0;
          padding-top: 0;
          margin-top: 0;
        }

    ul.style3 {
      list-style: none;
      padding-left: 0;
    }

      ul.style3 li {
        border-top: solid 1px #eee;
        padding: 0.5em 0 0 0;
        margin: 0.5em 0 0 0;
      }

        ul.style3 li:first-child {
          border-top: 0;
          padding-top: 0;
          margin-top: 0;
        }

  ol {
    list-style: decimal;
    padding-left: 1.25em;
  }

    ol li {
      padding-left: 0.25em;
    }

/* Actions */

  ul.actions {
    list-style: none;
    padding-left: 0;
    margin: 3em 0 0 0;
  }

    ul.actions li {
      display: inline-block;
      margin: 0 0.75em 0 0.75em;
      padding-left: 0;
    }

      ul.actions li:first-child {
        margin-left: 0;
      }

      ul.actions li:last-child {
        margin-right: 0;
      }

    ul.actions.special {
      text-align: center;
    }

/* Feature List */

  .feature-list {
    max-width: 58em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0.75em;
  }

    .feature-list section {
      border-top: solid 1px #eee;
      padding-top: 3em;
      padding-left: 5em;
      position: relative;
    }

    @media screen and (min-width: 981px) {

      .feature-list > .row > :nth-child(-n + 2) > section {
        border-top: 0;
        padding-top: 0;
      }

    }

    .feature-list h3 {
      color: #e97770 !important;
      margin: -0.35em 0 0.75em 0;
      font-size: 1.15em;
      letter-spacing: 0.05em;
    }

      .feature-list h3:before {
        display: block;
        color: #fff;
        background: #2f333b;
        border-radius: 2.5em;
        text-align: center;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        margin-right: 0.75em;
        position: absolute;
        left: 0;
        margin-top: -0.5em;
      }

    .feature-list.small section {
      padding-left: 3.5em;
    }

    .feature-list.small h3:before {
      font-size: 0.8em;
    }

/* Icons */

  .icon {
    text-decoration: none;
    text-decoration: none;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
    }

    .icon:before {
      line-height: inherit;
      font-size: 1.25em;
    }

    .icon > .label {
      display: none;
    }

    .icon.solid:before {
      font-weight: 900;
    }

    .icon.brands:before {
      font-family: 'Font Awesome 5 Brands';
    }

/* Box */

  .box header {
    margin: 0 0 1.5em 0;
  }

    .box header.style1 {
      position: relative;
      margin: -0.5em 0 0 0;
      padding-top: 0;
    }

  .box h2 {
    margin: 0 0 0.75em 0;
    font-size: 1.15em;
    letter-spacing: 0.05em;
  }

  .box h3 {
    margin: 0 0 0.5em 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .box.post-excerpt .image.left {
    position: relative;
    top: 0.5em;
    width: 5em;
  }

  .box.post-excerpt h3, .box.post-excerpt p {
    margin-left: 7em;
  }

/* Wrapper */

  .wrapper {
    position: relative;
    padding: 1em 0 1em 0;
  }

    .wrapper .title {
      position: absolute;
      top: 0;
      left: 50%;
      text-align: center;
      text-transform: uppercase;
      display: block;
      font-weight: 700;
      letter-spacing: 0.25em;
      font-size: 0.9em;
      width: 25em;
      height: 3.25em;
      top: -3.25em;
      /*line-height: 3.25em;*/
      margin-bottom: -3.25em;
      margin-left: -12.5em;
      padding-top: 0.5em;
    }

      .wrapper .title:before {
        content: '';
        position: absolute;
        bottom: -38px;
        left: -35px;
        width: 35px;
        height: 38px;
        background: url("images/shadow.png");
      }

      .wrapper .title:after {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        content: '';
        position: absolute;
        bottom: -38px;
        right: -35px;
        width: 35px;
        height: 38px;
        background: url("images/shadow.png");
      }

    .wrapper.style1 {
      background: #e97770;
      color: #eee;
      color: rgba(255, 255, 255, 0.75);
    }

      .wrapper.style1 .title {
        background: #e97770;
        color: #fff;
      }

      .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
        color: #fff;
      }

    .wrapper.style2 {
      background: #fff;
    }

      .wrapper.style2 .title {
        background: #fff;
        color: #484d55;
      }

    .wrapper.style3 {     
    background-color: #f4f4f4;
    }

      .wrapper.style3 .title {
        background: #f3f3f3;
        color: #484d55;
      }

      .wrapper.style3 .image {
        border: solid 10px #fff;
      }

/* Page Wrapper */

  #page-wrapper > section {
    margin-bottom: 0;
  }

/* Header */

  #header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    height: 24em;
    background: url("../images/banner.jpg") center center;
    background-size: cover;
    padding: 0px 0px 0px 0px;
  }

    #header:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;   
      background: #180528;
    }

    .homepage #header {
      height: 25em;
    }

/* Logo */

  #logo {
    width: 100%;
    text-align: center;
    position: relative;
    /*top: 0.5em;*/
    padding-left: 40px;
  }

    #logo h1 {
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      font-size: 2em;
      letter-spacing: 0.25em;
   /* font-family: abril fatface*/
    }

    #logo p {
      color: #eee;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      margin: 1.25em 0 0 0;
      display: block;
      letter-spacing: 0.2em;
      font-size: 0.9em;
    }

/* Headline */
#headline {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
  /*margin-top: 145px;*/
  top: 255px;
}

#headline_title {
  display: inline-block;
    /*top: 285px;
    display: inline-block;*/
    font-weight: 700;
    /* text-transform: uppercase; */
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    letter-spacing: 0.25em;
}

 /* styles for mobile version smaller than 480px; (iPhone) */
 @media (max-width: 480px) {   

  #headline {   
    top: 175px;
  }
  
  .lg-actions button.lg-prev,
  .lg-actions button.lg-next {
    max-width: 40px !important;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  
  .lg-actions .lg-prev {
    left: 10px;
  }

}
 /* default iPad screens */
 @media ((max-width: 720px) and (min-width: 481px) ) {    

  #headline {    
    top: 175px;
  }
  
  .lg-actions button.lg-prev,
  .lg-actions button.lg-next {
    max-width: 40px !important;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  
  .lg-actions .lg-prev {
    left: 10px;
  }
}

/* Navi */

  #nav {
    position: absolute;
    display: block;
    top: 2.5em;
    left: 0;
    width: 100%;
    text-align: center;
  }

    #nav > ul {
      display: inline-block;
      border-radius: 0.35em;
      /*box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);*/
      box-shadow: inset 0px 0px 1px 1px #801ca2;
      padding: 0 1.5em 0 1.5em;
    }

      #nav > ul > li {
        display: inline-block;
        text-align: center;
        padding: 0 1.5em 0 1.5em;
      }

        #nav > ul > li > ul {
          /*display: none;*/
          display: inline;
          /*padding: 0px;*/
          position: absolute;
          visibility: hidden;
        }

        #nav > ul > li > a, #nav > ul > li > span {
          display: block;
          color: #eee;
          color: rgba(255, 255, 255, 0.75);
          text-transform: uppercase;
          text-decoration: none;
          font-size: 0.7em;
          letter-spacing: 0.25em;
          height: 5em;
          line-height: 5em;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
          outline: 0;
        }

        #nav > ul > li:hover > a {
          /*color: #fff;*/
          color: #801ca2;
        }
        
        #nav ul li:hover > ul
        {
          visibility: visible;
        }

        #nav > ul > li.active > a, #nav > ul > li.active > span {
          color: #fff;
        }


  
  .dropdown, .dropdown2 {    
  background-color: rgba(51, 18, 81, 0.93);
    padding: 1.25em 1em 1.25em 1em;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
    min-width: 12em;
    text-align: left;
    margin-top: -1.25em;
    
    list-style: none;
    margin-top: -1px;
    margin-left: -50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  
    user-select: none;
    position: absolute;
    z-index: 1000;
    /*left: 280.359px;
    top: 51.3281px;*/
    opacity: 1;
    /* display: none; */

    }

  .dropdown2 {
    margin-left: 2px;
  }
  
    .dropdown a, .dropdown2 a  {
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      display: block;
      color: #eee;
      color: rgba(255, 255, 255, 0.75);
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0.7em;
      letter-spacing: 0.25em;
      border-top: solid 1px rgba(255, 255, 255, 0.15);
      line-height: 3em;
    }

    .dropdown li, .dropdown2 li {
      padding-left: 0;
    }

      .dropdown li:first-child a, .dropdown2 li:first-child a  {
        border-top: 0;
      }

      .dropdown li:hover > a, .dropdown2 li:hover > a {
        /*color: #fff;*/
        color: #801ca2;
      }

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


/* Intro */

  #intro {
    padding-bottom: 0px;
    text-align: center;
  }

    #intro p.style1 {
      font-size: 1.5em;
      letter-spacing: 0.075em;
    }

    #intro p.style2 {
      font-weight: 700;
      color: #fff;
      border-radius: 0.35em;
      box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
      font-size: 2.75em;
      letter-spacing: 0.075em;
      line-height: 1.35em;
      padding: 1em 0 1em 0;
      margin-bottom: 1em;
    }

      #intro p.style2 a {
        color: inherit;
        text-decoration: none;
      }

    #intro p.style3 {
      font-size: 1.1em;
      width: 48em;
      margin: 0 auto;
    }

/* Features */

  #features header.style1 {
    padding-bottom: 5em;
  }

  #features ul.actions {
    margin-top: 5em;
  }

/* Highlights */

  #highlights .highlight {
    text-align: center;
  }

    #highlights .highlight h3 {
      color: #e97770;
      margin: 0 0 0.75em 0;
      font-size: 1.15em;
      letter-spacing: 0.05em;
    }

/* Main */

/* Footer */

  #footer {
  display: block;
    padding:0.01em 16px;
    background: #180528;   
    color: rgba(255, 255, 255, 0.5);
    text-align: center !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b, #footer a {
      color: #fff;
    }

    #footer hr {
      border-top-color: #333;
      border-top-color: rgba(255, 255, 255, 0.05);
    }

    #footer form input[type="text"],
    #footer form input[type="email"],
    #footer form input[type="password"],
    #footer form select,
    #footer form textarea {
      background: #ccc;
      box-shadow: none;
    margin-bottom: 36px;
    }

      #footer form input[type="text"]:focus,
      #footer form input[type="email"]:focus,
      #footer form input[type="password"]:focus,
      #footer form select:focus,
      #footer form textarea:focus {
        background: #fff;
      }

    #footer input[type="button"],
    #footer input[type="submit"],
    #footer input[type="reset"],
    #footer button,
    #footer .button {
      color: #fff;
      box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
    }

      #footer input[type="button"]:hover,
      #footer input[type="submit"]:hover,
      #footer input[type="reset"]:hover,
      #footer button:hover,
      #footer .button:hover {
        color: #fff;
        box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
      }

      #footer input[type="button"]:active,
      #footer input[type="submit"]:active,
      #footer input[type="reset"]:active,
      #footer button:active,
      #footer .button:active {
        box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
      }

      #footer input[type="button"].style2:active,
      #footer input[type="submit"].style2:active,
      #footer input[type="reset"].style2:active,
      #footer button.style2:active,
      #footer .button.style2:active {
        box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
      }

    #footer .title {
        background: #180528; 
    color: #eee;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;  
    /*box-shadow: inset 0px 0px 1px 1px #791b99;*/
    /*border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;*/
    }

  
  

/* Copyright */

/* XLarge */

  @media screen and (max-width: 1680px) {

    /* Basic */

      body, input, textarea, select {
        font-size: 12pt;
      }
    
  .tx-jfmulticontent-pi1 div.ce-textpic {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  }

/* Large */

  @media screen and (max-width: 1280px) {

    /* Basic */

      body, input, select, textarea {
        font-size: 11pt;
        line-height: 1.5em;
        letter-spacing: 0.015em;
      }

    /* Wrapper */

     /* .wrapper {
        padding: 4em 0 5em 0;
      }*/

    /* Logo */

      #logo {
        margin-top: -0.5em !important;
      }

        #logo h1 {
          font-size: 1.75em;
        }

    /* Intro */

      #intro {
        padding-bottom: 0px;
      }

        #intro p.style1 {
          font-size: 1.25em;
        }

        #intro p.style2 {
          font-size: 2.25em;
        }

    /* Footer */

      #footer {
       /*padding-bottom: 9em;*/
      }

        #footer header.style1 {
          padding-bottom: 4em;
          margin-bottom: 4em;
          border-bottom: solid 1px rgba(255, 255, 255, 0.05);
        }

    /* Copyright */

      #copyright {
        padding-top: 4em;
        margin-top: 4em;
      }

  .tx-jfmulticontent-pi1 div.ce-textpic {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }
  }

/* Medium */

  #navPanel, #titleBar {
    display: none;
  }

  @media screen and (max-width: 980px) {

    /* Section/Article */

      header br {
        display: none;
      }

    /* Form */

      form ul.actions {
        text-align: center;
      }

    /* Feature List */

      .feature-list {
        max-width: 40em;
      }

        .feature-list section {
          padding-top: 4em;
        }

        .feature-list > .row > :first-child > section {
          border-top: 0;
          padding-top: 0;
        }

    /* Nav */

      #nav {
        display: none;
      }
    
    #navi_left {   
    display: none !important;
    }

    /* Logo */

      #logo {
        top: 0;
      }

    /* Intro */

      #intro p.style3 {
        width: auto;
      }

    /* Highlights */

      #highlights .highlight {
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
      }

    /* Footer */

      #footer .feature-list {
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        padding-top: 4em;
      }
    
     
  .tx-jfmulticontent-pi1 div.ce-textpic {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 24px !important;    
   }

  }

    @media screen and (max-width: 980px) and (min-width: 737px) {

        #footer .feature-list > .row > :nth-child(2) > section {
          border-top: 0;
          padding-top: 0;
        }

    }

  @media screen and (max-width: 980px) {

    /* Nav */

      #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
      }

      #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: none;
      }

        #titleBar .title {
          display: none;
        }

        #titleBar .toggle {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 60px;
          height: 44px;
        }

          #titleBar .toggle:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
          }

          #titleBar .toggle:before {
            -moz-transition: all .15s ease-in-out;
            -webkit-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            text-decoration: none;
            content: '\f0c9';
            font-size: 14px;
            position: absolute;
            top: 6px;
            left: 6px;
            display: block;
            width: 54px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            color: rgba(255, 255, 255, 0.75);
            background-color: rgba(92, 95, 103, 0.5);
            border-radius: 0.25em;
          }

          #titleBar .toggle:active:before {
            background-color: rgba(92, 95, 103, 0.75);
          }

      #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-329px);
        -webkit-transform: translateX(-329px);
        -ms-transform: translateX(-329px);
        transform: translateX(-329px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 329px;
        z-index: 10002;      
        box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #180528;
    box-shadow: inset -3px 0px 4px 0px #801ca2;
      }

        #navPanel .link {
          display: block;
          color: rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          text-decoration: none;
          font-size: 0.85em;
          letter-spacing: 0.15em;
          text-decoration: none;
          /*height: 44px;*/
      height: auto;
          line-height: 44px;
          border-top: solid 1px rgba(255, 255, 255, 0.05);
          margin: 0 15px 0 15px;
        }

          #navPanel .link:first-child {
            border-top: 0;
          }

        #navPanel .indent-1 {
          display: inline-block;
          width: 1em;
        }

        #navPanel .indent-2 {
          display: inline-block;
          width: 2em;
        }

        #navPanel .indent-3 {
          display: inline-block;
          width: 3em;
        }

        #navPanel .indent-4 {
          display: inline-block;
          width: 4em;
        }

        #navPanel .indent-5 {
          display: inline-block;
          width: 5em;
        }

        #navPanel .depth-0 {
          color: #fff;
        }
    
    #navPanel .depth-1:before {    
      top: 8px;
      font-size: 11px;
      content: "\f105";
      /*pfeil down: ;*/
      /*position: absolute;*/
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome;
      padding-left: 10px;
    }
    #navPanel .depth-2:before {    
      top: 8px;
      font-size: 11px;
      content: "\f101";
      /*pfeil down: ;*/
      /*position: absolute;*/
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome;
      padding-left: 20px;
    }

      body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
      }

      body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
      }

      body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }
    
  

  }

/* Small */

  @media screen and (max-width: 736px) {

    /* Basic */

   

      h2, h3, h4, h5, h6 {
        font-size: 1.2em;
        letter-spacing: 0.05em;
        margin: 0 0 1em 0;
      }

      hr {
        margin: 1em 0 1em 0;
      }

    /* Section/Article */


      section, article {
        clear: both;
      }

      header br {
        display: none;
      }

      header.style1 {
        padding: 0 0 1em 0;
      }

        header.style1 h2 {
          font-size: 1.5em;
          letter-spacing: 0.075em;
          line-height: 1.25em;
        }

        header.style1 p {
          font-size: 1em;
          letter-spacing: 0;
          display: block;
          margin: 0;
        }

    /* Button */

      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      button,
      .button {
        display: block;
        width: 100%;
        font-size: 1em;
        max-width: 30em;
        margin: 0 auto;
      }

    /* Actions */

      ul.actions {
        margin: 2em 0 0 0;
      }

        ul.actions li {
          margin: 15px 0 0 0;
          display: block;
        }

          ul.actions li:first-child {
            margin-top: 0;
          }

    /* Feature List */

      .feature-list section {
        padding-top: 2em;
        padding-left: 4em;
      }

      .feature-list h3:before {
        font-size: 0.9em;
      }

    /* Box */

      .box.post-excerpt .image.left {
        position: relative;
        top: 0.25em;
        width: 25%;
        margin: 0;
      }

      .box.post-excerpt h3, .box.post-excerpt p {
        margin-left: 32.5%;
      }

    /* Wrapper */

      .wrapper {
        padding: 3em 0 6em 0;
      }

        .wrapper .title {
          font-size: 0.9em;
          width: 18em;
          height: 2.5em;
          top: -2.5em;
          line-height: 2.5em;
          margin-bottom: -2.5em;
          margin-left: -9em;
          padding-top: 0.5em;
        }

          .wrapper .title:before, .wrapper .title:after {
            height: 15px;
            bottom: -15px;
            background-size: 100% 100%;
          }

    /* Header */

      #header {
        height: 17em;
      }

        .homepage #header {
          height: 20em;
        }

    /* Logo */

      #logo {
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
    padding-left: 70px;
      }

        #logo h1 {
          font-size: 1.5em;
          letter-spacing: 0.2em;
        }

        #logo p {
          margin: 1.25em 0 0 0;
          display: block;
          letter-spacing: 0.2em;
          font-size: 0.9em;
        }

    /* Intro */

      #intro {
        text-align: center;
        padding-right: 2em;
        padding-left: 2em;
        padding-bottom: 0px;
        margin: 0 auto;
      }

        #intro p.style1 {
          margin-bottom: 1.5em;
        }

        #intro p.style2 {
          font-size: 1.5em;
          letter-spacing: 0.05em;
          line-height: 1.25em;
          padding: 1.25em;
        }

    /* Features */

      #features header.style1 {
        padding-bottom: 4em;
      }

      #features ul.actions {
        margin-top: 4em;
      }

    /* Content */

      #content {
        padding: 0 0 2em 0;
      }

        #content header.style1 {
          padding-bottom: 2.5em;
        }

   

    /* Copyright */

      #copyright {
        padding-top: 0;
        margin-top: 4em;
        border-top: 0;
      }

        #copyright ul {
          padding: 1em 2em;
          width: 100%;
        }

          #copyright ul li {
            display: block;
            margin: 0.5em 0 0 0;
            border-left: 0;
            padding: 0;
          }

            #copyright ul li:first-child {
              margin-top: 0;
            }


  }
  

  
  p.text-center{
  text-align: center;  
  }
  
 


a:hover {
    text-decoration: none;
    outline: none;
}


section#main .tx-jfmulticontent-pi1 div.frame-type-textpic:hover,
section#highlights .tx-jfmulticontent-pi1 div.frame-type-textpic:hover {  
    box-shadow: 2px 2px 10px #df3662;
}
  

section#main .tx-jfmulticontent-pi1 div.frame-type-textpic,
section#highlights .tx-jfmulticontent-pi1 div.frame-type-textpic{
    
  max-width: 90%;
  box-shadow: 2px 2px 10px #1F224333;
  border: 0;
  margin: 20px 0px 20px 0px;
  border-radius: 30px;
  overflow: hidden;
  padding: 15px;
  /*color: #31104E;*/
  text-align: center;
  font-size: 13px;
  line-height: 1.7em;
  background: #ffffff !important;
  margin-left: 15px;
  height: 420px;
}

section#highlights .tx-jfmulticontent-pi1 div.frame-type-textpic{  
   height: auto;
}

section#main .tx-jfmulticontent-pi1 .ui-tabs div.frame-type-textpic:hover,
section#highlights .tx-jfmulticontent-pi1 .ui-tabs div.frame-type-textpic:hover{  
    box-shadow: none !important;
}
section#main .tx-jfmulticontent-pi1 .ui-tabs div.frame-type-textpic,
section#highlights .tx-jfmulticontent-pi1 .ui-tabs div.frame-type-textpic {
  box-shadow: none !important;
  border:0;
  height: auto;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-panel{
  height:auto !important;
  font-size: 12px;
}

section#highlights .tx-jfmulticontent-pi1 ul {
    list-style: none;
  }
section#main #c96 .tx-jfmulticontent-pi1 div.frame-type-textpic,
section#main #c100 .tx-jfmulticontent-pi1 div.frame-type-textpic,
section#main #c104 .tx-jfmulticontent-pi1 div.frame-type-textpic,
section#main #c120 .tx-jfmulticontent-pi1 div.frame-type-textpic
{
  height: 390px;
}

section#main .tx-jfmulticontent-pi1 div.frame-type-textpic  h2 {
  padding: 0px 0px 15px 0px;
}

section#main .tx-jfmulticontent-pi1 div.frame-type-textpic h2 a,
section#main .tx-jfmulticontent-pi1 div.frame-type-textpic a{
  color: #df3662;

}

section#main .tx-jfmulticontent-pi1 div.frame-type-textpic h2 a:hover,
section#main .tx-jfmulticontent-pi1 div.frame-type-textpic a:hover{
  
  color: #31104E;

}

.subcl{
  /*padding: 0 15px 0 0;*/
  padding: 0px !important;
}

.subcr {
  /*  padding: 0 0 0 1em;*/
  padding: 0px !important;
}

.tx-jfmulticontent-pi1 .ce-textpic{
   /* overflow: visible;*/
}

.detail_button,
a.detail_button {    
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #180528;
    background-image: linear-gradient(38deg, #801ca2 0%, #df3662 100%); 
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  /*-ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;*/
  user-select: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  color: #fff;
  border-radius: 3px;
}

.detail_button:hover, a.detail_button:hover {
    text-decoration: none;
    background-image: linear-gradient(38deg, #df3662 0%, #801ca2 100%); 
 
}


a.detail_button::after{    
    top: 8px;
    /* right: 60px; */
    font-size: 11px;  
   
    content:"\f0da"; //pfeil rechts 
    
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 10px;
}

.detail_button.big,
a.detail_button.big {    
    padding: 15px 25px;
  }

.form-check input[type="radio"] {
  display: inline;
}

#c56 {
  /*color: #801ca2;*/
}

/******* SUBNAVI ********/
  
#navi_left{
    display: block;
}

#navi_left > ul{      
    width: 100%;
    -webkit-box-shadow: -1px 2px 8px -2px rgba(0,0,0,0.3);
    box-shadow: -1px 2px 8px -2px rgba(0,0,0,0.3);  
    margin:0px 0px 0px 0px;
    padding:0px;        
    display: inline-block;
    border-top: solid 2px #801ca2;
    border-bottom: solid 2px #687074;
 
    }
              
    #navi_left ul li {    
    border-bottom: 0;
    width: 100%;
    border-top: 1px solid;
    border-color: #eeeeee;
    padding-top: 5px;
    
    border-radius: 0;
    float: left;     
    background-color: #ffffff;
    list-style: none;
    position: relative;
   
}
 
 #navi_left ul li a {
    font-size: 14px;
    font-weight:bold;
    color:#687074;
    text-decoration:none;
    width:200px;
    display:block;
    line-height: 30px;
     padding-left: 20px;
     
}

#navi_left li.active a {
    color: #801ca2;
}

#navi_left li.active ul li a {
    color: #687074;
}

#navi_left li a:hover,
#navi_left li ul li a:hover,
#navi_left li ul li ul li a:hover{
  color:#801ca2;
}

/* zweite Ebene Navi Links */
li ul.second li {
  /*background-color: #f6f6f6; */
}

ul.navi_left li ul.second{
  display:none;
}

ul.navi_left li:hover ul.second,
ul.navi_left li.active ul.second,
ul.navi_left li.current ul.second {
  display:block;
}



li ul.second li{
  border-bottom:0;    
  border-top:1px solid;
  border-color:#cccccc;
  border-color:#eeeeee;
  padding-top:5px;
}

li ul.second li a{
   padding-left: 5px;
}

li ul.third li a{
    padding-left: 60px;
}

ul.navi_left li.active a {
  color: #df3662;
}

ul.navi_left li.current a.Acurrent,
.parent-left.current a {
  color: #df3662 !important;
}

 ul.navi_left li.active ul li a {
  color: #666;
 }

li.parent-left > a:after{    
    top: 8px;
    /* right: 60px; */
    font-size: 11px;
    content: "\f0d7"; /*pfeil down */
    /* content:"\f0da"; //pfeil rechts */
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 10px;
}

#main p.rootline {
  font-size: 9px;
  padding-right: 2px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
#main p.rootline a {
  display: inline-block;
}



.tx-jfmulticontent-pi1 {
  margin-bottom: 55px;
  
}
.tx-jfmulticontent-pi1 h2 {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.15em;
}

.ui-widget-header { border: 1px solid #cccccc; background: none;  }

/* Normaler Zustand von Tab */
.ui-state-default .ui-corner-top {
    border: 1px solid #EDEDED;     
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
   
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #7c828d;
    text-decoration: none;
}

/* Aktive Tabs */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #df3662;       
    background: #ffffff;
    font-weight: bold;
    color: #df3662;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {  
    text-decoration: none;
  color: #df3662;
}

.ui-state-default .ui-corner-top .ui-tabs-active .ui-state-active{
   color: #df3662;
    text-decoration: none;
}

/* tabs hover */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
  border: 1px solid #df3662; 
  background: none; 
  font-weight: bold; 
  color: #c77405; 
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #df3662; text-decoration: none; }

.ui-widget-content {
   font-family: 'Comfortaa', cursive, sans-serif;
  font-weight: 400;
  color: #6E7176;
  
    border: 1px solid #dddddd;  
    background: none;
    /*color: #333333;*/
}

.ui-tabs .ui-tabs-nav li {
  font-size: 12px;
   color: #6B6B6B;
}

.btn {
  font-size: 10px;
}

/*
.col-md-6 {
  width: 100%;
  
}

.col-md-pull-6 {
    right: 0%;
}
*/

 .filter-green{
        filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
    }
  
/****** Footer Menü *********/
#footer .footer-menu {
    /*height: 3.25em;
    padding-top: 4.5em;*/
    
}

 /* Footer */

@media (max-width: 480px) {   
  #footer .footer-menu {
    padding-top: 0.5em;
  }

}

@media (min-width: 481px) and (max-width: 736px) {
  
}

.footer-menu #nav-footer {
    /*position: absolute;
    display: block;    
    left: 0;
    width: 100%;
    text-align: center;*/
}

.footer-menu #nav-footer > ul {
    display: inline-block;   
  padding: 0;
}

.footer-menu #nav-footer ul > li:first-child {
    /*margin-left: 10px;*/
  padding-left: 0;
}

.footer-menu #nav-footer > ul > li {
    display: inline-block;
    text-align: center;
    /*padding: 0 1.5em 0 1.5em;*/
}

.footer-menu #nav-footer > ul > li {
    padding-left: 1.5em;
}

.footer-menu #nav-footer > ul > li > a {
    display: block;
    color: #eee;   
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.27em;
   /* height: 5em;
    line-height: 5em;*/
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    outline: 0;
}



    #footer header.style1 {
      padding-bottom: 6em;
      margin-bottom: 6em;
      border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    }

      #footer header.style1 h2 {
        color: #fff;
      }

      #footer header.style1 .p {
        color: inherit;
      }

    #footer .feature-list {
      max-width: 100%;
    }

      #footer .feature-list section {
        border-top-color: rgba(255, 255, 255, 0.05);
      }

      #footer .feature-list h3:before {
        background: #3d4249;
      }

/* SOCIAL MEDIA ICONS */
#footer .social-media {    
    /*position: absolute;   
    text-align: center;
    display: block;    
    width: 100%;
    left: 0;
  */
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

#footer .social-media-icon_container {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin-bottom: 18px;
  display: inline-block;
}

.social-media-icon_container:not(:last-of-type) {
    margin-right: 15px;
}



.social-media-icon_container::before {
    background: -o-linear-gradient(50deg, #801ca2 0%, #2d0c4a 100%);
    background: linear-gradient(40deg, #801ca2 0%, #2d0c4a 100%);
    height: 3.0625rem;
    width: 3.0625rem;
}


.social-media-icon_container::after {
    width: 2.6875rem;
    height: 43px;
    background-color: #180528;
    z-index: 1;
  background-image: -o-linear-gradient(52deg, #801ca2 0%, #df3662 100%);
    background-image: linear-gradient(38deg, #801ca2 0%, #df3662 100%);
}
.social-media-icon_container::after, 
.social-media-icon_container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}


.social-media-icon_container:hover::after {
  background: #801ca2;

}

.social-media-icon_container a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
}

.social-media-icon_container img {
  margin-top: 12px;
}


.social-media-icon svg, 
.social-media-icon img {
    height: 1.6rem;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    fill: currentColor;
}
.social-media-icon_container a {
    color: #fff;
}

/************** SLICK slider ******************/
.slick-slide
{
width: 148px;
}

/*ul.dropdown li:first-child  a::after,
ul.dropdown li > a::after {
    top: 8px;
    right: 5px;
    font-size: 11px;
    content: "\f107";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}*/

/*@media screen and (max-width: 980px)
#navPanel .link:first-child {
    border-top: 0;
}
@media screen and (max-width: 980px)
#navPanel .depth-2 {
    
    top: 8px;
    font-size: 11px;
    content: "\f0d7";
    //pfeil down: ;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 10px;
}
*/

.four { width: 33.33333% }
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;  
}
.row {
  width: 980px;
  min-width: 768px;
  max-width: 100%;
  margin: 0 auto;
}

.row .offer {
  padding-left: 5px;
  margin-top: 20px;
}

.row .offerbox {
  padding: 30px 20px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  hyphens: auto;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
  /*text-align: center;*/
  font-size: 14px;
  /*height: 1378px;*/
  height: auto;
}
.offerbox.hero-product {
  border-color: #801ca2;
  border-width: 3px;
  position: relative;
  top: -20px;
  background: #df3662;
  background-color: rgb(247, 217, 225, 0.3);
  color: #000;
}
.offerbox {
  padding: 30px 20px 40px;
  border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-width: 1px;
  border-radius: 5px;
  position: relative;
  hyphens: auto;
}

div.offerbox ul {
  text-align: left !important;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.offerbox li.check:before{    
    font-size: 14px;
  content: "\f058";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 10px;
  color: #801ca2;
}

.offerbox li.cross:before{    
    font-size: 14px;
  content: "\f057";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 10px;
  color: #df3662;
}

li.check:before{    
  font-size: 14px;
  content: "\f058";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 10px;
  color: #801ca2;
}

li.cross:before{    
    font-size: 14px;
  content: "\f057";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 10px;
  color: #df3662;
}
/************************************************************************************
MAX-WITH 480
*************************************************************************************/
@media only screen and (max-width: 601px) { 
  
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both }
  .offerbox.hero-product { 
  top: 0px;
  }
  .row .offerbox {
    height: auto;
  }
    
}

header h2, header h3, .offerbox h4 {
  text-align: center;
}

.bg_color_grau {
    background-color: #eeeeee;
  }
  
 #highlights #c291 {
   background-color: #f4f4f4;
 }
 
 .wrapper.style3 .image {
  border: 0;
}

.ce-column {
    margin-right: 30px;
}
.ce-column:last-child {
    margin-right: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 30px;
}