@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/typo3conf/ext/c3local/Resources/Public/Assets/Font/source-sans-pro/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("/typo3conf/ext/c3local/Resources/Public/Assets/Font/source-sans-pro/source-sans-pro-v21-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/typo3conf/ext/c3local/Resources/Public/Assets/Font/source-sans-pro/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("/typo3conf/ext/c3local/Resources/Public/Assets/Font/source-sans-pro/source-sans-pro-v21-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.frame-default .container {
  width: 100%;
}
.frame-full .container {
  max-width: 1170px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
.container .container {
  width: 100%;
}
.container > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  background: transparent !important;
}

.grid-grow > .container > .row > * {
  flex-grow: 1;
}

.grid-collapse > .container > .row {
  margin: 0;
}
.grid-collapse > .container > .row > * {
  margin: 0;
}

.col-md-1 {
  width: calc((1 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-1 {
  width: calc((1 * 100%) / 12);
}

.col-md-2 {
  width: calc((2 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-2 {
  width: calc((2 * 100%) / 12);
}

.col-md-3 {
  width: calc((3 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-3 {
  width: calc((3 * 100%) / 12);
}

.col-md-4 {
  width: calc((4 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-4 {
  width: calc((4 * 100%) / 12);
}

.col-md-5 {
  width: calc((5 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-5 {
  width: calc((5 * 100%) / 12);
}

.col-md-6 {
  width: calc((6 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-6 {
  width: calc((6 * 100%) / 12);
}

.col-md-7 {
  width: calc((7 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-7 {
  width: calc((7 * 100%) / 12);
}

.col-md-8 {
  width: calc((8 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-8 {
  width: calc((8 * 100%) / 12);
}

.col-md-9 {
  width: calc((9 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-9 {
  width: calc((9 * 100%) / 12);
}

.col-md-10 {
  width: calc((10 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-10 {
  width: calc((10 * 100%) / 12);
}

.col-md-11 {
  width: calc((11 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-11 {
  width: calc((11 * 100%) / 12);
}

.col-md-12 {
  width: calc((12 * 100%) / 12 - 20px);
}
.grid-collapse .col-md-12 {
  width: calc((12 * 100%) / 12);
}

@media (max-width: 990px) {
  .grid-type-2col > .container > .row > .col-md-11 {
    width: calc((9 * 100%) / 12 - 20px);
  }
  .grid-type-2col > .container > .row > .col-md-10 {
    width: calc((9 * 100%) / 12 - 20px);
  }
  .grid-type-2col > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  .grid-type-2col > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-11 {
    width: calc((9 * 100%) / 12 - 0px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-10 {
    width: calc((9 * 100%) / 12 - 0px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  .grid-type-3col > .container > .row > .col-md-10 {
    width: calc((8 * 100%) / 12 - 20px);
  }
  .grid-type-3col > .container > .row > .col-md-1 {
    width: calc((2 * 100%) / 12 - 20px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-10 {
    width: calc((8 * 100%) / 12 - 0px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-1 {
    width: calc((2 * 100%) / 12 - 0px);
  }
}
@media (max-width: 768px) {
  .grid-type-2col > .container > .row > .col-md-1, .grid-type-2col > .container > .row > .col-md-2, .grid-type-2col > .container > .row > .col-md-3, .grid-type-2col > .container > .row > .col-md-4, .grid-type-2col > .container > .row > .col-md-5, .grid-type-2col > .container > .row > .col-md-6, .grid-type-2col > .container > .row > .col-md-7, .grid-type-2col > .container > .row > .col-md-8, .grid-type-2col > .container > .row > .col-md-9, .grid-type-2col > .container > .row > .col-md-10, .grid-type-2col > .container > .row > .col-md-11, .grid-type-2col > .container > .row > .col-md-12 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-1, .grid-type-2col.grid-collapse > .container > .row > .col-md-2, .grid-type-2col.grid-collapse > .container > .row > .col-md-3, .grid-type-2col.grid-collapse > .container > .row > .col-md-4, .grid-type-2col.grid-collapse > .container > .row > .col-md-5, .grid-type-2col.grid-collapse > .container > .row > .col-md-6, .grid-type-2col.grid-collapse > .container > .row > .col-md-7, .grid-type-2col.grid-collapse > .container > .row > .col-md-8, .grid-type-2col.grid-collapse > .container > .row > .col-md-9, .grid-type-2col.grid-collapse > .container > .row > .col-md-10, .grid-type-2col.grid-collapse > .container > .row > .col-md-11, .grid-type-2col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  .grid-type-3col > .container > .row > .col-md-10 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  .grid-type-3col > .container > .row > .col-md-8 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  .grid-type-3col > .container > .row > .col-md-4 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  .grid-type-3col > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  .grid-type-3col > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-10 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-8 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-4 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  .grid-type-4col > .container > .row > .col-md-3 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  .grid-type-4col.grid-collapse > .container > .row > .col-md-3 {
    width: calc((6 * 100%) / 12 - 0px);
  }
}
@media (max-width: 990px) {
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-12 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-10 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-8 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-4 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-10 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-8 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-4 {
    width: calc((6 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-2 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-1 {
    width: calc((3 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-4col > .container > .row > .col-md-3 {
    width: calc((6 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-4col.grid-collapse > .container > .row > .col-md-3 {
    width: calc((6 * 100%) / 12 - 0px);
  }
}
@media (max-width: 600px) {
  .grid-type-1col > .container > .row > .col-md-1, .grid-type-1col > .container > .row > .col-md-2, .grid-type-1col > .container > .row > .col-md-3, .grid-type-1col > .container > .row > .col-md-4, .grid-type-1col > .container > .row > .col-md-5, .grid-type-1col > .container > .row > .col-md-6, .grid-type-1col > .container > .row > .col-md-7, .grid-type-1col > .container > .row > .col-md-8, .grid-type-1col > .container > .row > .col-md-9, .grid-type-1col > .container > .row > .col-md-10, .grid-type-1col > .container > .row > .col-md-11, .grid-type-1col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  .grid-type-1col.grid-collapse > .container > .row > .col-md-1, .grid-type-1col.grid-collapse > .container > .row > .col-md-2, .grid-type-1col.grid-collapse > .container > .row > .col-md-3, .grid-type-1col.grid-collapse > .container > .row > .col-md-4, .grid-type-1col.grid-collapse > .container > .row > .col-md-5, .grid-type-1col.grid-collapse > .container > .row > .col-md-6, .grid-type-1col.grid-collapse > .container > .row > .col-md-7, .grid-type-1col.grid-collapse > .container > .row > .col-md-8, .grid-type-1col.grid-collapse > .container > .row > .col-md-9, .grid-type-1col.grid-collapse > .container > .row > .col-md-10, .grid-type-1col.grid-collapse > .container > .row > .col-md-11, .grid-type-1col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
  .grid-type-2col > .container > .row > .col-md-1, .grid-type-2col > .container > .row > .col-md-2, .grid-type-2col > .container > .row > .col-md-3, .grid-type-2col > .container > .row > .col-md-4, .grid-type-2col > .container > .row > .col-md-5, .grid-type-2col > .container > .row > .col-md-6, .grid-type-2col > .container > .row > .col-md-7, .grid-type-2col > .container > .row > .col-md-8, .grid-type-2col > .container > .row > .col-md-9, .grid-type-2col > .container > .row > .col-md-10, .grid-type-2col > .container > .row > .col-md-11, .grid-type-2col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  .grid-type-2col.grid-collapse > .container > .row > .col-md-1, .grid-type-2col.grid-collapse > .container > .row > .col-md-2, .grid-type-2col.grid-collapse > .container > .row > .col-md-3, .grid-type-2col.grid-collapse > .container > .row > .col-md-4, .grid-type-2col.grid-collapse > .container > .row > .col-md-5, .grid-type-2col.grid-collapse > .container > .row > .col-md-6, .grid-type-2col.grid-collapse > .container > .row > .col-md-7, .grid-type-2col.grid-collapse > .container > .row > .col-md-8, .grid-type-2col.grid-collapse > .container > .row > .col-md-9, .grid-type-2col.grid-collapse > .container > .row > .col-md-10, .grid-type-2col.grid-collapse > .container > .row > .col-md-11, .grid-type-2col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
  .grid-type-3col > .container > .row > .col-md-1, .grid-type-3col > .container > .row > .col-md-2, .grid-type-3col > .container > .row > .col-md-3, .grid-type-3col > .container > .row > .col-md-4, .grid-type-3col > .container > .row > .col-md-5, .grid-type-3col > .container > .row > .col-md-6, .grid-type-3col > .container > .row > .col-md-7, .grid-type-3col > .container > .row > .col-md-8, .grid-type-3col > .container > .row > .col-md-9, .grid-type-3col > .container > .row > .col-md-10, .grid-type-3col > .container > .row > .col-md-11, .grid-type-3col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  .grid-type-3col.grid-collapse > .container > .row > .col-md-1, .grid-type-3col.grid-collapse > .container > .row > .col-md-2, .grid-type-3col.grid-collapse > .container > .row > .col-md-3, .grid-type-3col.grid-collapse > .container > .row > .col-md-4, .grid-type-3col.grid-collapse > .container > .row > .col-md-5, .grid-type-3col.grid-collapse > .container > .row > .col-md-6, .grid-type-3col.grid-collapse > .container > .row > .col-md-7, .grid-type-3col.grid-collapse > .container > .row > .col-md-8, .grid-type-3col.grid-collapse > .container > .row > .col-md-9, .grid-type-3col.grid-collapse > .container > .row > .col-md-10, .grid-type-3col.grid-collapse > .container > .row > .col-md-11, .grid-type-3col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
}
@media (max-width: 768px) {
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-1col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-2col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 20px);
  }
  [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-1, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-2, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-3, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-4, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-5, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-6, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-7, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-8, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-9, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-10, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-11, [class*=grid-type-]:not(.grid-type-1col) .grid-type-3col.grid-collapse > .container > .row > .col-md-12 {
    width: calc((12 * 100%) / 12 - 0px);
  }
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  margin: 0 10px 20px;
}

main > .frame-default {
  max-width: 1170px;
  width: calc(100% - 20px * 2);
  margin-left: auto;
  margin-right: auto;
}
main > .frame-full {
  width: 100%;
}

.frame-space-before-extra-small {
  padding-top: 10px;
}

.frame-space-before-small {
  padding-top: 20px;
}

.frame-space-before-medium {
  padding-top: 40px;
}

.frame-space-before-large {
  padding-top: 60px;
}

.frame-space-before-extra-large {
  padding-top: 80px;
}

.frame-space-after-extra-small {
  padding-bottom: 10px;
}

.frame-space-after-small {
  padding-bottom: 20px;
}

.frame-space-after-medium {
  padding-bottom: 40px;
}

.frame-space-after-large {
  padding-bottom: 60px;
}

.frame-space-after-extra-large {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .frame-space-before-extra-small {
    padding-top: 5px;
  }
  .frame-space-before-small {
    padding-top: 10px;
  }
  .frame-space-before-medium {
    padding-top: 20px;
  }
  .frame-space-before-large {
    padding-top: 30px;
  }
  .frame-space-before-extra-large {
    padding-top: 40px;
  }
  .frame-space-after-extra-small {
    padding-bottom: 5px;
  }
  .frame-space-after-small {
    padding-bottom: 10px;
  }
  .frame-space-after-medium {
    padding-bottom: 20px;
  }
  .frame-space-after-large {
    padding-bottom: 30px;
  }
  .frame-space-after-extra-large {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .frame-space-before-extra-small {
    padding-top: 5px;
  }
  .frame-space-before-small {
    padding-top: 10px;
  }
  .frame-space-before-medium {
    padding-top: 20px;
  }
  .frame-space-before-large {
    padding-top: 30px;
  }
  .frame-space-before-extra-large {
    padding-top: 40px;
  }
  .frame-space-after-extra-small {
    padding-bottom: 5px;
  }
  .frame-space-after-small {
    padding-bottom: 10px;
  }
  .frame-space-after-medium {
    padding-bottom: 20px;
  }
  .frame-space-after-large {
    padding-bottom: 30px;
  }
  .frame-space-after-extra-large {
    padding-bottom: 40px;
  }
}
body {
  font-family: "Source Sans Pro", sans-serif;
}

.cookie-container-settings {
  --text-color: #fff;
  --headline-color: #fff;
  --checkbox-border-color: #fff;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-justify {
  text-align: justify;
}

body {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

a.link-button {
  font-weight: bold;
}
a.download-button {
  font-weight: bold;
}

span.js-gaOptOut {
  font-weight: bold;
}
span.js-fbOptOut {
  font-weight: bold;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: bold;
}

h1, .h1 {
  font-size: 2.9em;
  line-height: 1.35em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.35em;
}

h3, .h3 {
  font-size: 1.34em;
  line-height: 1.35em;
}

h4, .h4 {
  font-size: 1.2em;
  line-height: 1.35em;
}

h5, .h5 {
  font-size: 1.1em;
  line-height: 1em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1em;
}

.video-frame.youtube-video-frame {
  height: 0;
  position: relative;
  padding-bottom: 56.5%;
  width: var(--layout-content-width);
  max-width: 100%;
}
.video-frame.youtube-video-frame iframe.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@supports (aspect-ratio: 16/9) {
  .video-frame.youtube-video-frame {
    padding-bottom: 0;
    height: auto;
    width: 100%;
  }
  .video-frame.youtube-video-frame iframe.youtube-video {
    position: static;
    max-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border: 1px solid transparent;
  }
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}

.powermail_fieldwrap input[type=text], .powermail_fieldwrap input[type=date], .powermail_fieldwrap input[type=email], .powermail_fieldwrap input[type=numer], .powermail_fieldwrap input[type=tel], .powermail_fieldwrap select, .powermail_fieldwrap textarea {
  background: var(--background-color-form);
  color: var(--color-form);
  border-radius: var(--border-radius-form);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-color-form);
  width: 100%;
  font-size: 1em;
  padding: 10px;
}
.powermail_fieldwrap select option {
  color: #000;
}
.powermail_fieldwrap .powermail_submit {
  color: var(--color-form);
}

.menu-link {
  font-weight: 400;
}

.scroll-fade-hidden.scroll-fade-hidden {
  transform: translateY(120px);
}

.grid-type-simpleAccordion .container .row .accordion-outer-wrap h3 {
  padding-right: 30px;
  background-color: black;
}
@media (min-width: 768px) {
  .grid-type-simpleAccordion .container .row .accordion-outer-wrap h3 {
    padding-right: 60px;
  }
}
.grid-type-simpleAccordion .container .row .accordion-outer-wrap h3.ui-state-active {
  border-color: #a08b5e;
}
.grid-type-simpleAccordion .container .row .accordion-outer-wrap .ui-accordion-header-icon {
  width: 30px;
  background-image: none;
  top: 4px;
}
@media (min-width: 768px) {
  .grid-type-simpleAccordion .container .row .accordion-outer-wrap .ui-accordion-header-icon {
    width: 55px;
  }
}
.grid-type-simpleAccordion .container .row .accordion-outer-wrap .ui-accordion-content {
  background-color: black;
}

.ui-accordion-content-active {
  border-color: #a08b5e;
}

.header-banner {
  max-height: none;
}
.header-banner .banner-item {
  margin: 0 auto;
}
.header-fixed.header-mobile:not(.header-overlay) + .header-banner {
  margin-top: 0;
  padding-top: calc(var(--height-header) * 0.75);
}

.frame header h1, .frame header h2, .frame header h3, .frame header h4, .frame header h5, .frame header h6,
.frame header .h1, .frame header .h2, .frame header .h3, .frame header .h4, .frame header .h5, .frame header .h6 {
  color: #a08b5e;
}
.frame header h1::after, .frame header h2::after, .frame header h3::after, .frame header h4::after, .frame header h5::after, .frame header h6::after,
.frame header .h1::after, .frame header .h2::after, .frame header .h3::after, .frame header .h4::after, .frame header .h5::after, .frame header .h6::after {
  background-color: #4d4d4d;
}
.frame.frame-space-before-default {
  padding-top: 10px;
}
.frame.frame-space-after-default {
  padding-bottom: 10px;
}

.ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
  float: none;
  margin-left: 0;
}
.ce-textpic.ce-intext.ce-right .ce-gallery .ce-row, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-row {
  justify-content: center;
}
@media (max-width: 767px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery .image-embed-item, .ce-textpic.ce-intext.ce-left .ce-gallery .image-embed-item {
    max-height: 40vh;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
  }
}

.text-and-image-wrap > div > div > div {
  height: auto;
  min-height: var(--height-text-and-image);
}

.advanced-gallery {
  position: static;
  height: auto;
}
.advanced-gallery-wrap {
  height: auto;
  padding-bottom: 0;
}
.advanced-gallery-image-count-1 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-1 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i1 i1 i1 i1" "i1 i1 i1 i1 i1 i1";
  }
}
.advanced-gallery-image-count-2 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i2 i2" "i2 i2 i2 i2";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-2 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2";
  }
}
.advanced-gallery-image-count-3 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-3 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i1 i1 i1 i1" "i1 i1 i1 i1 i1 i1" "i2 i2 i2 i3 i3 i3" "i2 i2 i2 i3 i3 i3";
  }
}
.advanced-gallery-image-count-4 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3" "i4 i4 i5 i5";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-4 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2" "i3 i3 i4 i4 i5 i5";
  }
}
.advanced-gallery-image-count-5 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3" "i4 i4 i5 i5";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-5 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2" "i3 i3 i4 i4 i5 i5";
  }
}
.advanced-gallery-image-count-6 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3" "i4 i5 i6 i6";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-6 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2" "i3 i3 i4 i5 i6 i6" "i3 i3 i4 i5 i6 i6";
  }
}
.advanced-gallery-image-count-7 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3" "i4 i5 i7 i7" "i6 i6 i7 i7";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-7 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2" "i3 i3 i4 i5 i7 i7" "i3 i3 i6 i6 i7 i7";
  }
}
.advanced-gallery-image-count-8 {
  grid-template-areas: "i1 i1 i1 i1" "i1 i1 i1 i1" "i2 i2 i3 i3" "i2 i2 i3 i3" "i4 i5 i7 i7" "i6 i6 i7 i7" "i8 i8 i8 i8" "i8 i8 i8 i8";
}
@media (min-width: 601px) {
  .advanced-gallery-image-count-8 {
    grid-gap: 30px;
    grid-template-areas: "i1 i1 i2 i2 i2 i2" "i1 i1 i2 i2 i2 i2" "i3 i3 i4 i5 i7 i7" "i3 i3 i6 i6 i7 i7" "i8 i8 i8 i8 . ." "i8 i8 i8 i8 . .";
  }
}

.dce_review {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 1fr;
  background: var(--background-color-accent);
}
.dce_review-image {
  margin-bottom: 0;
  grid-column: 1;
}
.dce_review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dce_review-content {
  grid-column: 2;
  margin-bottom: 0;
  padding: var(--padding-layout2);
}

.dce.kompetenz {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--layout-content-padding);
}
.dce.kompetenz header h2, .dce.kompetenz header h3 {
  color: inherit;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 3em;
  font-size: 1.75em;
}
@media (max-width: 1200px) {
  .dce.kompetenz header h2, .dce.kompetenz header h3 {
    font-size: 1.5em;
  }
}
.dce.kompetenz header h2::after, .dce.kompetenz header h3::after {
  all: unset;
}
.dce.kompetenz .kompetenz-content {
  flex: 1 0 auto;
  min-height: 7.5em;
}
.dce.kompetenz.colorset-1 {
  background: var(--background-color-color1);
  color: var(--font-color-color1);
}
.dce.kompetenz.colorset-2 {
  background: var(--background-color-color2);
  color: var(--font-color-color2);
}
.dce.kompetenz.colorset-3 {
  background: var(--background-color-color3);
  color: var(--font-color-color3);
}
.dce.kompetenz.colorset-4 {
  background: var(--background-color-color4);
  color: var(--font-color-color4);
}
.dce.kompetenz.align-center {
  justify-content: center;
}
.dce.kompetenz.no-content header h2, .dce.kompetenz.no-content header h3 {
  min-height: auto;
}

.c3base-instagram-feed {
  flex-wrap: wrap;
  column-gap: var(--layout-content-padding);
  row-gap: var(--layout-content-padding);
}
.c3base-instagram-feed .c3base-instagram-item {
  flex-basis: 20%;
  min-width: 200px;
}
.c3base-instagram-feed .c3base-instagram-item + .c3base-instagram-item {
  margin-left: 0;
}

.frame-type-image {
  height: auto;
}

.news-list-item {
  position: relative;
  height: 100%;
}
.news-list-item-image {
  --image-height: 320px;
  min-height: var(--image-height);
  height: 100%;
}
.news-list-item-image::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.news-list-item-image img {
  height: 100%;
}
.news-list-item-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list-item-text .title {
  font-size: 1.5em;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .news-list-item-text .title {
    font-size: 2.1em;
  }
}
.news-list-item-text .tags {
  margin-bottom: 10px;
}
.news-list-item-text .tags .tag {
  background: #FFF;
  color: #A08B5E;
  padding: 0.25em 1.5em;
  display: inline-block;
  text-transform: uppercase;
  clip-path: polygon(1em 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
}
.news-list-item-text .tags .tag + .tag {
  margin-left: -0.5em;
}
.news-list-item-text .date {
  font-weight: 700;
  margin-bottom: auto;
}
.news-list-item-text .teaser-text {
  margin-top: auto;
}
.news-list-item-text .teaser-text .more-link {
  background: #A08B5E;
  color: #FFF;
  text-decoration: none;
  border: 0;
}

.ui-dialog[aria-describedby=modal1] {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}
.ui-dialog[aria-describedby=modal1] .ui-dialog-titlebar {
  display: none;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

#modal1 {
  background: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
  max-height: none !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #modal1 {
    flex-direction: row;
  }
}
#modal1::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  right: 0;
  background: rgb(160, 139, 94);
}
@media (min-width: 768px) {
  #modal1::before {
    left: 24px;
    right: 24px;
    top: 0;
    bottom: 0;
  }
}
#modal1 .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #FFF;
  margin: 8px 24px;
  min-height: 160px;
  min-width: 150px;
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
  #modal1 .col {
    margin: 24px 8px;
    width: 50%;
    height: 100%;
    min-width: 360px;
    min-height: 310px;
  }
}
#modal1 .h3 {
  color: #000;
  font-size: 16px;
}
@media (min-width: 640px) {
  #modal1 .h3 {
    font-size: 21px;
  }
}
#modal1 .h3::after {
  display: none;
}
#modal1 .link-button {
  background: var(--background-color-color1);
  color: var(--font-color-color1);
  border-radius: 2em;
  font-weight: bold;
  white-space: nowrap;
}
#modal1 img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  #modal1 img {
    width: 48px;
    height: 48px;
  }
}
#modal1 a {
  color: rgb(160, 139, 94);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cookie-text {
  color: #333;
}

.page-header .desktop nav {
  width: 60%;
}
.page-header .desktop .side {
  width: 20%;
}
.page-header .mobile .side.other-content {
  display: none;
}
.page-header .link-button {
  background: var(--background-color-color1);
  color: var(--font-color-color1);
  border-radius: 2em;
  font-size: 0.8rem;
}

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