table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-groups {
    display: none;
    padding-top: 15px; }
    .contao-cookiebar .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .contao-cookiebar .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .contao-cookiebar .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px; }
    .contao-cookiebar .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .contao-cookiebar .cc-detail-btn-details:hover {
      color: #717171; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/*
 * Joy-IT Theme
 *
 */

* {
  margin: 0;
  padding: 0;
  border: 0;
}

.invisible {
  display: none;
}

/* Load Fonts */
@font-face {
  font-family: 'SourceSansPro';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: 'SourceSansProBold';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/SourceSansPro-Bold.ttf');
}

@font-face {
  font-family: 'FontAwesomeRegular';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/fa-regular-400.ttf');
}

@font-face {
  font-family: 'FontAwesomeSolid';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/fa-solid-900.ttf');
}

@font-face {
  font-family: 'FontAwesomeBrand';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/fa-brands-400.ttf');
}

/* Headlines & Text */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'SourceSansProBold', Arial;
  color: #1C3C49;
  font-weight: 400;
}

h1 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

a {
  font-family: 'SourceSansProBold', Arial;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

main a {
  color: #275C6B;
}

main strong, b {
    font-family: 'SourceSansProBold', Arial;
    font-weight: 400;
}

/* General Settings */

body {
  font-family: 'SourceSansPro', 'Arial';
  font-size: 16px;
  background-color: #F4F4F4;
}

body:not(.home) #main {
  margin-top: 100px;
  transition: margin 0.35s;
}

_:-ms-fullscreen, :root body:not(.home) #main .inside {
  margin-top: 100px;
}

body:not(.home).smallNav #main:not(.home) {
  margin-top: 75px;
}


img {
  max-width: 100%;
  height: auto;
}

/* Content Elements */
#wrapper {
  overflow: hidden;
}

#main {
  overflow: hidden;
}

#main .mod_article {
  padding: 0 1.7rem;
}

#main .mod_article.first {
  padding-top: 0;
}

/* Headline */
#main .headline {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 0 -50vw 2rem -50vw;
  padding: 3rem 0 2rem 0;
}

#main .headline .inner {
  padding: 0 1.7rem;
}

#main .headline h1,
#main .headline h2,
#main .headline h3,
#main .headline h4,
#main .headline h5,
#main .headline h6 {
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: left;
  word-wrap: break-word;
}

#main .headline h1:after,
#main .headline h2:after,
#main .headline h3:after,
#main .headline h4:after,
#main .headline h5:after,
#main .headline h6:after {
  display: none;
}

#main .ce_text.flex {
  margin-top: 5rem;
}

/* Disable Page-Headline for Home-Page */
body.home #main .headline {
  display: none;
}

#main .mod_article.first #main .ce_text.first,
#main .ce_productList.first, #main .ce_productPreview.first {
  padding-top: 2rem;
}

#main .ce_text:not(.last) {
  margin-bottom: 5rem;
}

#main .ce_text p img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Tables */

#main .ce_text table * {
  display: block;
}

#main .ce_text table tr {
  margin-bottom: 1.5rem;
}

#main .ce_text table tr > td:first-of-type {
  font-size: 1.15rem;
  font-family: 'SourceSansProBold', Arial;
  text-transform: uppercase;
}

/* Header Headline Images */
#main .image_header {
  position: relative;
  min-height: 35vh;
  margin-bottom: 2rem;
  z-index: 0;
}

#main .image_header .image_container {
  margin: 0;
}

#main .image_header h1,
#main .image_header h2,
#main .image_header h3,
#main .image_header h4,
#main .image_header h5,
#main .image_header h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)
   translateY(-50%);
  z-index: 1;
  color: #FFFFFF;
  text-shadow: 3px 3px 8px #000000;
}

#main .img_container {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-position: center bottom;
}

/* Accordion */
.ce_accordion.block {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 1rem;
}

.ce_accordion .toggler {
  padding: 1rem 1.7rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #275C6B;
}

.ce_accordion .ui-accordion-header {
  position: relative;
}

.ce_accordion .ui-accordion-header:after {
  position: absolute;
  content: '\f107';
  top: 50%;
  right: 0;
  padding-right: 20px;
  font-family: "FontAwesomeSolid";
  font-weight: 600;
  color: #FFFFFF;
  transform: translateY(-50%);
}

.ce_accordion .ui-accordion-header.active:after {
    content: '\f106';
}

.ce_accordion .ui-accordion-content {
  padding: 1rem 1.7rem 0 1.7rem;
}

.ce_accordion .ui-accordion-content > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ce_accordion .ui-accordion-content > div > div {
  width: 45%;
}

/* Accordion Dark-Background */
.dark-bg .ce_accordion .toggler {
  color: #000000;
  background-color: #FFFFFF;
}

.dark-bg .ce_accordion .ui-accordion-header:after {
  color: #000000;
}

/* List Styling */
#main .ce_text ul,
#main .ce_text ol {
  position: relative;
  padding: 0 0 1rem 1rem;
}

#main .ce_text ul {
  list-style-type: none;
}

#main .ce_text ul li,
main .ce_text ol li {
  margin-bottom: 0.5rem;
}

#main .ce_text ul li:before {
  position: absolute;
  left: 0;
  content: '\f0da';
  font-family: 'FontAwesomeSolid';
  line-height: 1.4;
}

/* CE_HYPERLINK Button */
#main .mod_article .inside > .ce_hyperlink {
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  margin-bottom: 5rem;
}

#main .mod_article .inside > .ce_hyperlink a,
#main .ce_text.button-included a {
  padding: 1rem 1.8rem;
  color: #FFFFFF;
  background-color: #275C6B;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1px solid transparent;
  transition: color 0.35s, background-color 0.35s, border 0.35s;
}

#main .mod_article .inside > .ce_hyperlink:hover a {
  color: #275C6B;
  background-color: #F4F4F4;
  border: 1px solid #275C6B;
}

/* General Areas */
#main .mod_article {
  overflow: hidden;
}

#main .dark-bg {
  background-color: #275C6B;
}

#main .mod_article.dark-bg h1,
#main .mod_article.dark-bg h2,
#main .mod_article.dark-bg h3,
#main .mod_article.dark-bg h4,
#main .mod_article.dark-bg h5,
#main .mod_article.dark-bg h6,
#main .mod_article.dark-bg p,
#main .mod_article.dark-bg ul li,
#main .ce_text table {
  color: #FFFFFF;
}

#main .mod_article.dark-bg a {
  color: #FFFFFF;
  font-weight: 600;
}

/* Specific Areas */
#main #cta {
  position: relative;
  min-height: 95vh;
  padding: 0;
  background-color: #275C6B;
}

#main #cta .inside {
  height: 100%;
  padding: 1.7rem;
  color: #FFFFFF;
}

#main #cta .ce_text {
  position: static;
  padding-top: 0;
}

#main #cta .ce_text .txt_container {
  position: relative;
  margin-top: 15vh;
  text-align: center;
  z-index: 2;
}

#main #cta .ce_text h1 {
  color: #FFFFFF;
  font-size: 3rem;
  margin-bottom: 0;
}

#main #cta .ce_text h1:after {
  display: none;
}

#main #cta .ce_text p {
  margin-bottom: 0.3rem;
}

#main #cta .ce_text a {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 1.8rem;
  color: #275C6B;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1px solid transparent;
  transition: color 0.35s, background-color 0.35s, border 0.35s;
}

#main #cta .ce_text a:hover {
  color: #FFFFFF;
  background-color: #275C6B;
  border: 1px solid #FFFFFF;
}

#main #cta .ce_text .image_container {
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0;
  z-index: 0;
}

/* Product Preview */
#main .ce_productList .product,
#main .ce_productPreview .product {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}

#main .ce_productList .product.hide {
  display: none;
}

#main .ce_productList .product h1,
#main .ce_productPreview .product h1 {
  margin-bottom: 0;
  padding: 0.5rem 1.7rem;
  color: #FFFFFF;
  background-color: #275C6B;
  font-size: 1.125rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}

#main .ce_productList .product .image_container,
#main .ce_productPreview .product .image_container {
  padding: 2rem 0;
  text-align: center;
}

#main .ce_productList .product .image_container {
  margin-bottom: 0;
}

 #main .ce_productList .product img,
 #main .ce_productPreview .product img {
  width: 75%;
}

#main .ce_productList .shortdescription {
  display: flex;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 4rem 1rem 2rem 1rem;
  background-color: rgba(39, 92, 107, 0.75);
  box-sizing: border-box;
  justify-content: center;
  transition: top 0.35s;
}

#main .ce_productList .product:hover .shortdescription {
  top: 0;
}

#main .ce_productList .shortdescription p {
  font-family: 'SourceSansProBold', Arial;
  text-transform: uppercase;
  color: #FFFFFF !important;
}

#main .ce_productList .product p,
#main .ce_productPreview .product p {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

#main .image_container {
  margin-bottom: 2rem;
}

#main .ce_productList .productLink,
#main .ce_productPreview .productLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#main .ce_productList .section_container {
  margin-top: 5rem;
}

#main .ce_productList .productfilter > * {
  margin-bottom: 2rem;
}

/* Small Text */
#main .ce_text-xstext > h1 {
  background-color: #275C6B;
  color: #FFFFFF;
  padding: 0.3rem 0 0.3rem 0.7rem;
  box-sizing: border-box;
}

#main .ce_text .smalltext .image_container {
  position: relative;
}

#main .ce_text .smalltext .txt_container .blockheadline {
  display: none;
}

/* Youtube */
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Box Overview */
#main .mod_article.boxoverview .ce_text {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: transform 0.35s;
}

#main .mod_article.boxoverview .ce_text:hover {
  transform: scale(1.03);
}

#main .mod_article.boxoverview .ce_text .image_container {
  font-size: 0;
  margin-bottom: 0;
}

#main .mod_article.boxoverview .image_container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#main .mod_article.boxoverview .ce_text .txt_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  color: #FFFFFF;
  background-color: rgba(39, 92, 107, 0.8);
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  transition: top 0.35s;
  box-sizing: border-box;
}

#main .mod_article.boxoverview .ce_text:hover .txt_container {
  top: 0%;
}

#main .mod_article.boxoverview .ce_text h1,
#main .mod_article.boxoverview .ce_text h2,
#main .mod_article.boxoverview .ce_text h3,
#main .mod_article.boxoverview .ce_text h4,
#main .mod_article.boxoverview .ce_text h5,
#main .mod_article.boxoverview .ce_text h6 {
  transition: opacity 0.35s;
}

#main .mod_article.boxoverview .ce_text:hover h1,
#main .mod_article.boxoverview .ce_text:hover h2,
#main .mod_article.boxoverview .ce_text:hover h3,
#main .mod_article.boxoverview .ce_text:hover h4,
#main .mod_article.boxoverview .ce_text:hover h5,
#main .mod_article.boxoverview .ce_text:hover h6 {
  opacity: 0;
}

.mod_article.boxoverview .ce_text h1,
.mod_article.boxoverview .ce_text h2,
.mod_article.boxoverview .ce_text h3,
.mod_article.boxoverview .ce_text h4,
.mod_article.boxoverview .ce_text h5,
.mod_article.boxoverview .ce_text h6 {
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  padding: 0.7rem;
  background-color: rgba(39, 92, 107, 0.7);
  opacity: 1;
  box-sizing: border-box;
  z-index: 2;
  transition: background 0.35s, bottom 0.35s;
}

#main .mod_article.boxoverview .ce_text:hover h1,
#main .mod_article.boxoverview .ce_text:hover h2,
#main .mod_article.boxoverview .ce_text:hover h3,
#main .mod_article.boxoverview .ce_text:hover h4,
#main .mod_article.boxoverview .ce_text:hover h5,
#main .mod_article.boxoverview .ce_text:hover h6 {
  bottom: calc(100% - 50px);
  background-color: rgba(39, 92, 107, 1);
}

.mod_article.boxoverview .ce_text .txt_container h1,
.mod_article.boxoverview .ce_text .txt_container h2,
.mod_article.boxoverview .ce_text .txt_container h3,
.mod_article.boxoverview .ce_text .txt_container h4,
.mod_article.boxoverview .ce_text .txt_container h5,
.mod_article.boxoverview .ce_text .txt_container h6 {
  color: #FFFFFF;
}

/*
 * Table Settings
 */
 table {
     border-collapse: collapse;
     width: 100%;
     margin-bottom: 1.7rem;
 }

 table,
 th,
 td {
     border: 0;
     text-align: center;
 }

 table tr {
     background-color: #FFFFFF;
 }

 table tr:nth-child(2n+1) {
     background-color: #C0C0C0;
 }

 table thead tr {
     color: #FFFFFF;
     font-family: 'SourceSansProBold', Arial;
     text-transform: uppercase;
 }

 table thead th {
     background-color: #275C6B;
  }

 table tr td {
     padding: 0.5rem;
 }

table thead th,
table td {
    border-left: 1px solid #F2F2F2;
}

.contao-cookiebar #cookiebar-desc {
  text-align: center;
  font-family: 'SourceSansProBold', Arial;
  text-transform: uppercase;
}

.contao-cookiebar .highlight .cc-btn {
    transition: background 0.35s, color 0.35s;
}

.contao-cookiebar .highlight .cc-btn.success {
  background: #275C6B;
  border-color: #275C6B;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
  color: #000000;
  background: #FFFFFF;
}

.contao-cookiebar .cc-btn {
  font-family: 'SourceSansPro', Arial;
}


/* Browser Overlay */
.browseroverlay {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

.ie {
  overflow: hidden !important;
}

.ie .browseroverlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 92, 107, 0.95);
  z-index: 999;
}

.ie .browseroverlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.7rem;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.ie .browseroverlay h1,
.ie .browseroverlay p {
  color: #FFFFFF;
}

.ie .mod_cms_cookie_bar {
  display: none;
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(39, 92, 107, 1);
  border-bottom: 1px solid transparent;
  z-index: 10;
  transition: height 0.35s, background-color 0.35s, border-bottom 0.35s;
}


body.home #header {
  background-color: transparent;
}

body.smallNav #header {
  height: 75px;
  background-color: rgba(39, 92, 107, 1);
}

body.home.smallNav #header {
  background-color: rgba(39, 92, 107, 0.8);
}

#header > .inside {
  position: relative;
  height: 100%;
}

#header #logo {
  position: absolute;
  top: 50%;
  left: 1.7rem;
  width: 100px;
  height: 33px;
  transform: translateY(-50%);
  background: transparent url(../../files/joy-it-theme/images/logo.png) no-repeat center center;
  background-size: contain;
  transition: width 0.35s, height 0.35s, background-image 0.35s;
  z-index: 9;
}

body.smallNav #header #logo {
  width: 80px;
  height: 26px;
}

#header #logo a {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

#header nav.mod_navigation {
  position: fixed;
  width: 100%;
  height: calc(100% - 84px);
  top: 0;
  left: -110%;
  padding-top: 4.68rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  background-color: #275C6B;
  box-shadow: 0 1px 20px #000000;
  overflow: auto;
  z-index: 0;
  box-sizing: border-box;
  max-width: 300px;
  transition: left 0.35s, top 0.35s;
}

#header nav.mod_navigation ul .inside {
  padding-top: 1rem;
  list-style-type: none;
}

#header nav.mod_navigation ul li {
  padding: 0.5rem 0 0.5rem 1.7rem;
}


#header nav.mod_navigation a {
  text-decoration: none;
  color: #F9F9F9;
}

/* Hamburger Checked - Menu Open */
#nav_opened:checked + #wrapper #header nav.mod_navigation {
  left: 0;
}

/* Level 2 Subnavigation */
#header nav.mod_navigation ul.level_2 {
  font-size: 1rem;
}

/* Expandable Nav */
  /* Arrow Hints */
#header nav.mod_navigation .subnavindicator:after {
  position: absolute;
  content: '\f106';
  color: #FFFFFF;
  margin-left: 0.5rem;
  line-height: 150%;
  font-family: "FontAwesomeSolid";
}

/* Minimize Subnavs */
#header nav.mod_navigation ul:not(.level_1){
  position: relative;
  height: 0;
  padding-top: 0; /* 1 rem */
  overflow: hidden;
}

/* Expand Subnav */
#header nav.mod_navigation .expand>ul,
#header nav.mod_navigation .trail>ul{
  height: auto;
}

#header nav.mod_navigation .expand > .subnavindicator:after,
#header nav.mod_navigation .trail > .subnavindicator:after {
  content: '\f107';
}

/* Language Module */
#header .mod_changelanguage {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 300px;
  height: 85px;
  left: -110%;
  bottom: 0;
  z-index: 5;
  background-color: #275C6B;
  transition: left 0.35s;;
}

#nav_opened:checked + #wrapper .mod_changelanguage {
  left: 0;
}

#header .mod_changelanguage ul {
  display: flex;
  width: 127px;
  list-style-type: none;
  padding: 2rem 1.7rem;
  justify-content: space-between;
}

#header .mod_changelanguage li {
  position: relative;
  width: 50px;
  height: 25px;
}

#header .mod_changelanguage li.lang-de.active {
  padding-right: 0.85rem;
}

#header .mod_changelanguage li.lang-en {
  margin-left: 0.85rem;
}

#header .mod_changelanguage li.lang-de:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
}

#header .mod_changelanguage li.lang-en {
  text-align: right;
}

#header .mod_changelanguage li a,
#header .mod_changelanguage li strong {
  font-size: 0;
}

#header .mod_changelanguage .lang-en strong:after,
#header .mod_changelanguage .lang-en a:after,
#header .mod_changelanguage .lang-de strong:after,
#header .mod_changelanguage .lang-de a:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

#header .mod_changelanguage .lang-en.active strong:after,
#header .mod_changelanguage .lang-en.active a:after,
#header .mod_changelanguage .lang-de.active strong:after,
#header .mod_changelanguage .lang-de.active a:after {
  width: 50px;
  height: 25px;
}

#header .mod_changelanguage .lang-de strong:after,
#header .mod_changelanguage .lang-de a:after {
  background-image: url("/files/joy-it-theme/images/de-flag.jpg");
}

#header .mod_changelanguage .lang-en strong:after,
#header .mod_changelanguage .lang-en a:after {
  background-image: url("/files/joy-it-theme/images/en-flag.jpg");
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

 #hamburger {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 84px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

#hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  top: 50%;
  left: 28px;
  margin-bottom: 2px;
  transform: translateY(-50%);
  z-index: 3;
  transition: top 0.35s;
}

#hamburger-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}

#hamburger-inner, #hamburger-inner:before, #hamburger-inner:after {
  position: absolute;
  width: 30px;
  height: 3px;
  transition-property: transform;
  background-color: rgba(255,255,255,1);
}

#hamburger-inner:before, #hamburger-inner:after {
  display: block;
  content: "";
}
#hamburger-inner:before {
  top: -10px;
  transition: top 75ms ease .12s,opacity 75ms ease;
}
#hamburger-inner:after {
  bottom: -10px;
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* Hamburger Active */
#nav_opened:checked + #wrapper #hamburger #hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg);
}

#nav_opened:checked + #wrapper #hamburger #hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

#nav_opened:checked + #wrapper #hamburger #hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg);
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

.ce_form .widget {

  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.7rem;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 2rem;
  padding: 0.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem;
  font-family: 'SourceSansPro', Arial;
  color: #666666;
  background-color: #FFFFFF;
  box-sizing: border-box;
  resize: none;
  transition: border 0.35s;
}

input:focus,
textarea:focus {
  border: 1px solid #3D8DA0;
}

.ce_form .widget-select,
.ce_productList .productfilter .filter-container {
  position: relative;
}

.ce_form .widget-select:after{
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: "FontAwesomeSolid";
}

input[type="checkbox"] {
    border: 1px solid #CCCCCC;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    float: left;
    margin-top: 3px;
}

input[type="checkbox"]:checked {
    background-image: url(../../files/joy-it-theme/images/form/check.png);
    background-size: contain;
}

.ce_form .widget-checkbox label {
    display: block;
    vertical-align: top;
    padding: 0;
    margin-left: 40px;
}

#main .ce_form .ce_text {
  margin: 0 !important;
  padding: 0 !important;
}

.ce_form p {
  text-align: left;
  margin-bottom: 0;
}

button[type=submit],
button[type=button]{
  border: 2px solid #275C6B;
  color: #FFFFFF;
  background-color: #275C6B;
  font-family: 'SourceSansProBold', Arial;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 100%;
  line-height: 2.8em;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: background-color 0.5s, color 0.5s, border 0.35s;
}

.dark-bg .ce_form button[type=submit] {
  color: #000000;
  background-color: #FFFFFF;
}

/* ProductList */
.ce_productList form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ce_productList button[type=button] {
  width: 100%;
}

/* Custom Radio Button */
.ce_productList input[type="checkbox"] {
  display: none;
}

.ce_productList label {
  position: relative;
}

.ce_productList label:before {
  content: '';
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  color: #FFFFFF;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
  transition: border 0.35s, background-color 0.35s;
}

.ce_productList label:hover:before {
  border: 1px solid #275C6B;
}

.ce_productList input[type="checkbox"]:checked + label:before {
  background-color: #275C6B;
}

.ce_productList input[type="checkbox"]:checked + label:after{
   position: absolute;
   font: 13px/1 'Open Sans', sans-serif;
   color: #FFFFFF;
   top: 2px;
   left: 13px;
   content: '\02143';
   transform: rotate(40deg);
}

/*
 * Backgrounds
 */
 #footer .socialmedia,
 #footer .disclosure {
     background-color: #275C6B
 }

 #footer .copyrightinfo {
     background-color: #1C3C49;
 }





/*
 * Font Settings
 */
#footer p {
    margin-bottom: 0;
}

#footer,
#footer a {
    color: #FFFFFF;
}

#footer .socialmedia a {
    font-family: 'FontAwesomeBrand';
    font-size: 1.2rem;
}

#footer .copyrightinfo p {
    font-size: 0.8rem;
}


/*
 * Layouts
 */

 /* Paddings */
 #footer .socialmedia .inside,
 #footer .disclosure ul,
 #footer .copyrightinfo .inside {
     padding: 1.7rem;
 }


/* Social Media Menu Layout */
#footer .socialmedia .inside {
    text-align: center;
}

#footer .socialmedia a {
    margin-right: 2rem;
}

#footer .socialmedia a:last-of-type {
    margin-right: 0;
}


/* Footer Menu Flexbox */
#footer .disclosure ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}




/*
 * Remove wrong languages
 */
 html:lang(de) #footer .en,
 html:lang(en) #footer .de {
     display: none;
 }


/*
 * Desktop View
 */
@media only all and (min-width: 1360px) {
/*
 * Layouts
 */

 #footer .socialmedia .inside,
 #footer .disclosure ul,
 #footer .copyrightinfo .inside {
     max-width: 1920px;
     margin: 0 auto;
     padding: 1rem 5rem;
 }

 /* Disclosure */
  #footer .disclosure ul {
      justify-content: center;
  }

  #footer .disclosure li {
      margin-right: 2rem;
  }

  #footer .disclosure li:last-of-type {
      margin-right: 0;
  }

/* Copyright Info */
#footer .copyrightinfo .inside {
    padding: 0.5rem 5rem;
}

/*
 * Font Settings
 */
 #footer .copyrightinfo .inside {
     text-align: center;
 }

}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 500px) {

  /* General Styling */
  #main .ce_text {
    position: relative;
    margin-bottom: 0;
  }

  #main .ce_text h1,
  #main .ce_text h2,
  #main .ce_text h3,
  #main .ce_text h4,
  #main .ce_text h5,
  #main .ce_text h6 {
    text-align: left;
    width: 100%;
  }
/*
  #main .ce_text .txt_container {
    width: 45%;
  }

  #main .ce_text .image_container {
    width: 50%;
    text-align: right;
  }
*/
  #main .ce_text .image_container img,
  #main .ce_productList .product img,
  #main .ce_productPreview .product img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  /* Table */
  #main .ce_text table tr {
    display: table-row;
  }

  #main .ce_text table tr td {
    display: table-cell;
    vertical-align: top;
    padding: 1rem 0.5rem;
  }

  #main .ce_text table tr td:first-of-type {
    padding-left: 0;
    border-right: 1px solid #FFFFFF;
  }

  #main .ce_text table tr td:last-of-type {
    padding-right: 0;
  }

  /* Table Border */
  #main .ce_text table {
  border-collapse: collapse;
  }

  #main .ce_text table td {
    border-right: 1px solid #000000;
  }

  #main .dark-bg .ce_text table td {
    border-right: 1px solid #FFFFFF;;
  }

  #main .ce_text table tr:first-child td {
    border-top: 0;
  }

  #main .ce_text table tr td:first-child {
    border-left: 0;
  }

  #main .ce_text table tr:last-child td {
    border-bottom: 0;
  }

  #main .ce_text table tr td:last-child {
    border-right: 0;
  }

  /* Accordion */
  .ce_accordion .ui-accordion-content > div > div {
    width: 21%;
  }

  /* Content Areas */

    /* CTA */
    #main #cta {
      min-height: 80vh;
    }

    #main #cta .ce_text .txt_container {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }

    #main #cta .ce_text .image_container {
      text-align: center;
      z-index: 1;
    }

    #main #cta .ce_text .image_container img {
      height: 100%;
      width: auto;
      max-height: none;
      max-width: none;
    }

    /* Product Preview */
  #main .ce_productList .productcontainer,
  #main .ce_productPreview .productcontainer {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%;
    margin-bottom: 2rem;
  }

  #main .ce_productPreview .productcontainer {
    padding: 5rem 0;
  }

  _:-ms-input-placeholder,
  :root #main .ce_productPreview .productcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  _:-ms-input-placeholder,
  :root #main .ce_productList .productcontainer  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #main .ce_productList h1,
  #main .ce_productPreview h1 {
    width: 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  #main .ce_productList .product,
  #main .ce_productPreview .product {
    width: 100%;
    margin-top: 3.4rem;
    margin-bottom: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  _:-ms-fullscreen,
  :root #main .productPreview .product {
    width: 45%;
  }

  _:-ms-fullscreen,
  :root #main .ce_productList .product {
    width: 45%;
  }


  #main .ce_productPreview .product .image_container,
  #main .ce_productList .product .image_container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #main .ce_productPreview .product img,
  #main .ce_productList .product img {
    height: 190px !important;
    width: auto !important;
  }

  _:-ms-fullscreen,
  :root #main .ce_productPreview .product img {
    width: 100% !important;
    height: auto !important;
  }

  _:-ms-fullscreen,
  :root #main .ce_productList .product img  {
    width: 100% !important;
    height: auto !important;
  }

  /* Product Headline */
  #main .headline {
    position: relative;
  }

  #main .headline:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: transparent url(../../files/joy-it-theme/images/wires-tablet.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: repeat-x;
  }

  #main .headline h1 {
    font-size: 2rem;
  }

  #main .headline {
    margin-bottom: 4rem;
    padding: 8rem 0 2rem 0;
  }

  /* Small Text */
  #main .ce_text .smalltext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 5rem 0;
  }

    /* Smalltext without image */
  #main .ce_text .smalltext.no-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  #main .ce_text .smalltext.no-img .txt_container {
    -ms-flex-item-align: left;
        -ms-grid-row-align: left;
        align-self: left;
  }

  #main .ce_text .smalltext.no-img .txt_container .inner {
    margin: 0;
  }

    /* Regular Smalltext*/
  #main .ce_text .smalltext .txt_container {
    width: 100%;
    text-align: justify;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: flex-start;
  }

  #main .ce_text .smalltext .txt_container .blockheadline {
    display: block;
    background-color: #275C6B;
    color: #FFFFFF;
    padding: 0.3rem 0 0.3rem 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #main .ce_text.xstext > h1 {
    display: none;
  }

  #main .ce_text .smalltext .txt_container .inner > *:not(h1) {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  #main .ce_text .smalltext h1 {
    text-align: left;
  }

  #main .ce_text .smalltext .image_container {
    width: 50%;
    max-width: 37.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  /* Box Overview */
  #main .boxoverview .inside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #main .boxoverview .ce_text {
    width: 47.5%;
  }

  #main .boxoverview .image_container {
    width: 100%;
  }

  #main .boxoverview .txt_container {
    display: none;
  }


  /*
   * Grid View
   */
   .mod_article.grid .inside {
       display: grid;
       grid-template-columns: 47.5% 47.5%;
       column-gap: 5%;
   }

   #main .mod_article.grid .ce_text {
       margin-bottom: 2rem;
   }

   .mod_article.grid .txt_container {
       width: 100% !important;
   }

   #main .mod_article.grid .ce_text .image_container {
       width: 100%;
   }

   #main .mod_article.grid .ce_text .image_container img {
       width: 100%;
       height: 300px;
       object-fit: cover;
   }

}

@media only all and (min-width: 900px) {
  #main .ce_productPreview .productcontainer, #main .ce_productList .productcontainer {
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
  }

  _:-ms-fullscreen,
  :root #main .ce_productPreview .product {
    width: 30%;
  }

  _:-ms-fullscreen,
  :root #main .ce_productList .product {
    width: 30%;
  }

  #main .ce_productList h1,
  #main .ce_productPreview h1 {
    grid-column: span 3;
  }

  /*
   * Grid View
   */
   .mod_article.grid .inside {
       grid-template-columns: 30% 30% 30%;
   }


}

@supports not (grid-column-gap: 5%) {
  #main .ce_productList .productcontainer,
  #main .ce_productPreview .productcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #main .ce_productList .productcontainer .product,
  #main .ce_productPreview .productcontainer .product {
    width: 30%;
  }
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 500px) {
  .ce_productList #searchInput,
  .ce_productList button[type=button] {
    width: 45%;
  }

  .ce_productList .filter-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ce_productList .filter-container h3 {
    width: 100%;
  }

  .ce_productList .filter-container .option {
    width: 30%;
  }
}

/*
 * Joy-IT Theme
 *
 */


@media only all and (min-width: 1360px) {

  #main .mod_article {
    margin-bottom: 5rem;
    padding: 0;
  }

  #main .mod_article .inside {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }

  #main .mod_article.first .inside {
    padding-top: 0;
  }

  #main .ce_headline,
  #main .ce_text > h1 {
    margin-bottom: 4rem;
  }

  #main .ce_headline:after,
  #main .ce_text > h1:after {
    width: 10%;
  }

  /* Content */

  #main .ce_text:not(.xstext) {
    max-width: 1200px;
  }

  /* Spacer */
  .bg .inside {
    padding: 3rem 5rem !important;
  }

  /* Flex */

  #main .ce_text.flex {
    display: flex;
    max-width: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #main .ce_text.flex .image_container {
    width: 30%;
  }

  #main .ce_text.flex .txt_container {
    width: 50%;
  }

    /* CTA */
    #main #cta {
      position: relative;
      max-width: none;
      min-height: 90vh;
    }

    #main #cta:after {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100px;
      bottom: 0;
      left: 0;
      background: transparent url(../../files/joy-it-theme/images/wires.png);
      background-size: contain;
      background-position: bottom left;
      background-repeat: repeat-x;
    }

    #main #cta .inside {
      max-width: none;
    }

    #main #cta .ce_text {
      left: 0;
    }

    #main #cta .ce_text .txt_container {
      position: absolute;
      top: 50%;
      left: 0;
      width: 65%;
      max-width: 1920px;
      margin-top: 0;
      padding-left: 5rem;
      transform: translateY(-50%);
      text-align: left;
      box-sizing: border-box;
    }

    #main #cta .ce_text h1 {
      font-size: 5rem;
      text-align: left;
    }

    #main #cta .ce_text p {
      font-size: 1.75rem;
    }

    #main #cta .ce_text .image_container {
      position: absolute;
      width: 35%;
      height: 85%;
      left: auto;
      right: 0;
    }

    #main #cta .ce_text .image_container img {
      height: 100%;
      width: auto;
    }

    /* Product Preview */
    #main .ce_productList.first, #main .ce_productPreview.first .productcontainer{
      padding-top: 0;
    }

    #main .ce_productList .overview {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    #main .ce_productList .productfilter {
      width: 20%;
    }

    #main .ce_productList .productcontainer:not(.recommendations) {
      width: 75%;
    }

    #main .ce_productPreview .product, #main .ce_productList .product {
      box-shadow: 1px 1px 5px 0px transparent;
      transition: box-shadow 0.35s, transform 0.35s;
    }

    _:-ms-fullscreen,
    :root #main .ce_productPreview .product {
      width: 22%;
    }

    _:-ms-fullscreen,
    :root #main .ce_productList .product {
      width: 22%;
    }

    #main .ce_productPreview .product:hover,
    #main .ce_productList .product:hover {
      transform: scale(1.03);
      box-shadow: 1px 1px 5px 0px #C7C7C7;
    }

    #main .ce_productList .productfilter {
      margin-top: 3.4rem;
    }

    #main .ce_productList .productfilter #search-filter {
      display: block;
    }

    #main .ce_productList .productfilter #search-filter > * {
      width: 100%;
    }

    #main .ce_productList .image_container, #main .ce_productList .image_container a {
      display: table;
    }

    #main .ce_productList .image_container a {
        position: relative;
    }

    #main .ce_productList .image_container a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 10%;
      transition: opacity 0.5s;
    }

    #main .ce_productList .image_container a:after {
      content: '\f00e';
      position: absolute;
      top: 50%;
      left: 50%;
      color: #FFFFFF;
      font-size: 30px;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      font-family: "FontAwesomeSolid";
      font-weight: 900;
      transition: opacity 0.5s;
    }

    #main .ce_productList .image_container a:hover:before, #main .ce_productList .image_container a:hover:after {
      opacity: 1;
    }

    /* Header Images */
    #main .image_header {
      min-height: 420px;
      margin-bottom: 5rem;
    }

    #main .img_container {
      background-attachment: fixed;
    }

    /* Accordion */
    .ce_accordion.block {
      width: 100%;
      max-width: 1200px;
      left: auto;
      right: auto;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 5rem;
    }

    .ce_accordion .ui-accordion-content > div > div {
      width: 17%;
    }

    .ce_accordion .ui-accordion-content .ce_hyperlink {
      transform: scale(1);
      transition: transform 0.35s;
    }

    .ce_accordion .ui-accordion-content .ce_hyperlink:hover {
      transform: scale(1.1);
    }

    /* Table */
    #main .ce_text table tr td:last-child {
      padding-left: 3rem;
    }

    /* Headline */
    #main .headline {
      padding: 8rem 0 2rem 0;
      z-index: 1;
    }

    #main .headline:after {
      background: transparent url(../../files/joy-it-theme/images/wires.png);
    }

    #main .headline .inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 5rem;
      box-sizing: border-box;
    }

    #main .headline h1 {
      display: inline;
      font-size: 2rem;
      background-color: rgba(39,92,107,0.5);
      z-index: 2;
    }

    /* Small Text */
    #main .ce_text .smalltext .txt_container {
      width: 50%;
    }

    #main .ce_text .smalltext .txt_container .inner {
      max-width: 30rem;
      margin: 0 auto;
      text-align: justify;
    }

    /* Contactblock */
    #main .contactblock .ce_text {
      padding-top: 0 !important;
    }

    /* Box Overview */
    #main .boxoverview .inside {
      display: grid;
      grid-template-columns: 32% 32% 32%;
      grid-column-gap: 2%
    }

    #main .boxoverview .ce_text,
    #main .boxoverview .ce_text .image_container {
      width: 100%;
    }

    #main .boxoverview .txt_container {
      display: flex;
      align-items: center;
    }

    #main .mod_article.boxoverview .ce_text:hover h1,
    .mod_article.boxoverview .ce_text:hover h2,
    .mod_article.boxoverview .ce_text:hover h3,
    .mod_article.boxoverview .ce_text:hover h4,
    .mod_article.boxoverview .ce_text:hover h5,
    .mod_article.boxoverview .ce_text:hover h6{
      background-color: rgba(39, 92, 107, 1);
    }
}

@media only all and (min-width: 1500px) {
    /**
   * Product Containers
   */

  #main .ce_productPreview .productcontainer,
  #main .ce_productList .productcontainer.recommendations {
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-column-gap: 2.5%;
  }

  #main .ce_productPreview h1,
  #main .ce_productList .productcontainer.recommendations h1  {
    grid-column: span 5;
  }

  #main .ce_productList .productcontainer {
    grid-template-columns: 22% 22% 22% 22%;
    grid-column-gap: 4%;
  }

  #main .ce_productList h1 {
    grid-column: span 4;
  }

  _:-ms-fullscreen,
  :root #main .ce_productPreview .product {
    width: 18%;
  }

  _:-ms-fullscreen,
  :root #main .ce_productList .product {
    width: 22%;
  }
}

@media only all and (min-width: 1620px) {
  /**
   * Box Overview
  */
  #main .boxoverview .inside {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%
  }

  /*
   * Grid View
   */
   .mod_article.grid .inside {
       grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
       grid-column-gap: 2%
   }
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1360px) {

  body.home #header {
    height: 75px;
    background-color: rgba(39, 92, 107, 0.8);
  }

  #header > .inside {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }

  #header #logo {
    left: 5rem;
  }

}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1360px) {

  #hamburger {
    display: none;
  }

  #header nav.mod_navigation {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: auto;
    right: 160px;
    padding: inherit;
    font-family: 'SourceSansProBold', Arial;
    font-size: 1.15rem;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
    max-width: none;
    transition: height 0.35s, line-height 0.35s;
  }

  body.smallNav #header nav.mod_navigation {
    height: 75px;
  }

  #header nav.mod_navigation a {
    cursor: pointer;
  }

  #header nav.mod_navigation ul.level_1 {
    display: flex;
    position: relative;
    max-width: 1920px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    justify-content: flex-end;
  }

  #header nav.mod_navigation .subnavindicator:after {
    display: none;
  }

  #header nav.mod_navigation ul li {
    display: flex;
    height: 100%;
    padding: 0;
    list-style-type: none;
    align-items: center;
  }

  #header nav.mod_navigation ul.level_1 > li {
    position: relative;
    margin-left: 1.7rem;
  }

  #header nav.mod_navigation .subnavindicator {
    cursor: default;
  }

  #header nav.mod_navigation ul.level_1 > li:after {
    position: absolute;
    content: ' ';
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0;
    transition: left 0.35s, right 0.35s, opacity 0.35s;
  }

  body.smallNav #header nav.mod_navigation ul.level_1 > li:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
  }

    /* Disable Impressum & Datenschutz */
  #header nav.mod_navigation .datenschutz,
  #header nav.mod_navigation .impressum {
    display: none;
  }

  /* Level 2 Subnavigation */

  #header nav.mod_navigation ul.level_2 {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0px;
    display: block;
    padding: 0;
    background-color: #FFFFFF;
    border-bottom: 0px solid #EFEFEF;
    opacity: 0;
    overflow: hidden;
    transition: top 0.35s, max-height 0.35s, opacity 0.35s, padding 0.35s, border 0.35s;
    z-index: 1;
  }

  body.smallNav #header nav.mod_navigation ul.level_2,
  body.home #header nav.mod_navigation ul.level_2 {
    top: 75px;
  }

  #header nav.mod_navigation ul.level_2 {
    display: flex;
    margin: 0 auto;
    padding: 0 1.7rem;
    box-sizing: border-box;
    flex-flow: row nowrap;
  }

  #header nav.mod_navigation ul.level_2:before,
  #header nav.mod_navigation ul.level_2:after {
    content: '';
    margin: auto;
  }

  #header nav.mod_navigation ul.level_2 li {
    height: auto;
  }

  #header nav.mod_navigation ul.level_2 a {
    font-size: 1.1rem;
    color: #000000;
  }

  #header nav.mod_navigation ul.level_2 > li.active > strong {
    font-size: 1.1rem;
    color: #000000;
  }

  #header nav.mod_navigation ul.level_1 > li:hover ul.level_2 {
    opacity: 1;
    max-height: 700px;
    padding: 2rem 0;
    border-bottom: 1px solid #EFEFEF;
    box-sizing: border-box;
  }

  #header nav.mod_navigation ul.level_2 li:not(.submenu) a:hover {
    text-decoration: underline;
  }

  #header nav.mod_navigation ul.level_2 > li {
    margin-left: 1.7rem;
    margin-bottom: 0;
    line-height: normal;
  }

  #header nav.mod_navigation ul.level_2 > li.last {
    margin-bottom: 0;
  }

  /* Level 3 Subnavigation */
  #header nav.mod_navigation ul.level_3 {
    display: block;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  #header nav.mod_navigation ul.level_3 > li {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
    line-height: 2rem;
  }

  #header nav.mod_navigation ul.level_3 a {
    font-size: 1rem;
    font-weight: 400;
    color: #888888;
  }

  #header nav.mod_navigation ul.level_3 li.active strong {
    color: #888888 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
  }

  /* Language Module */
  #header .mod_changelanguage {
    position: absolute;
    display: flex;
    width: auto;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    padding: inherit;
    padding-left: 0;
    align-items: center;
    background-color: transparent;
    transition: top 0.35s;
    box-sizing: border-box;
  }

  #nav_opened:checked + #wrapper .mod_changelanguage {
      left: auto;
  }

  #header .mod_changelanguage ul {
    position: relative;
    width: auto;
    right: 0;
    padding: 0;
  }


}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1360px) {

  #main .contactblock .inside > .ce_text {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
  }

  #main .contactblock .ce_text .txt_container {
    width: 100%;
  }

  #main .contactblock .ce_form {
    position: relative;
    width: 45%;
    display: inline-block;
  }

  .ce_form .widget-submit {
    display: inline-block;
  }

  textarea {
    height: 100%;
  }

  button[type=submit]:hover, button[type=button]:hover {
    color: #275C6B;
    background-color: transparent;
  }

  .ce_form .txt_container {
    width: 100% !important;
  }

  .ce_productList input {
    width: auto;
  }

  .ce_productList button[type=button] {
    width: 49%;
  }

  .ce_productList .filter-container {
    display: block;
  }

  .ce_productList .filter-container .option {
    width: 100%;
    margin-bottom: 0.5rem;
  }

}

/*
 * Mobile Slider
 */
.mobile-slider {

}

#main .mod_article.slider {
  margin-bottom: 0;
  padding: 0;
}

.slider {
  max-width: 100%;
  margin: 0px auto;
  background: #000000;
  overflow: hidden;
}

#main .slider > .inside {
  height: 85vh;
}

.slider .ce_text {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.slider .ce_text.mobile {
  display: block;
}

.slider .slider_image {
  background-color: #275C6B;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider .slider_text {
  width: 100%;
  color: #009FC0;
  font-size: 14px;
  font-weight: 200;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 100px;
  box-sizing: border-box;
  padding: 10px;
}

.slider_text h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.slider_text p {
  font-size: 1.2rem;
}

@media only all and (min-width: 1150px) {
  #main .slider > .inside {
    max-width: none;
    background: transparent;
    overflow: hidden;
    display: flex;
    margin-left: -80px;
    margin-right: -330px;
    padding: 0;
  }

  .slider .ce_text {
    display: block;
    max-width: none !important;
    flex: 1;
    transform: skew(-20deg);
    overflow: hidden;
    position: relative;
    left: -120px;
    opacity: 1;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.5);
    transition: flex 0.9s;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
  }

  .slider .ce_text:hover {
    flex: 4;
  }

  .slider .slider_image {
    display: flex;
    align-items: center;
    justify-content: center;
    left: -16vh;
    right: -16vh;
    transform: skew(20deg);
  }

  .slider .slider_image > a {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .slider .ce_text a {
    transition: background-color 0.35s;
  }

  .slider:hover .ce_text a {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .slider .ce_text:hover a {
    background-color: transparent;
  }

  .slider .slider_text {
    margin: 0;
    opacity: 0;
    transition: opacity 0.9s;
  }

  .slider .ce_text:hover .slider_text {
    color: #009FC0;
    font-size: 50px;
    opacity: 1;
  }

  .slider_text .inside {
    max-width: 760px !important;
    margin: 0 auto;
  }

  .slider_text h1 {
    font-size: 4rem;
    margin-bottom: 0;
  }

  .slider_text p {
    font-size: 1.2rem;
  }

  .encircle {
    width:60px;
    height:60px;
    border-radius:60px;
    border: solid 2px white;
    position: fixed;
    bottom: 25px;
    left: 50%;
  }

  .arrow {
    margin: 0 auto;
    margin-top: 13px;
    width: 30px;
    height: 30px;
    background-image: url("../../files/joy-it-theme/images/arrow.svg");
    background-size: contain;
  }


}

/* Hide desktop-slider */
#main .mod_article.slider {
  display: none;
}

/*
 * Mobile slider
 */

#main .mod_article.slider-mobile {
  display: block;
  padding: 0;
}

#main .mod_article.slider-mobile .inside {
  padding: 0;
}

#main .mod_article.slider-mobile .ce_text {
  width: 100%;
  height: 40vh;
  min-height: 320px;
  max-width: none;
  margin-bottom: 0;
}

#main .mod_article.slider-mobile .slider_image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
}

#main .mod_article.slider-mobile .slider_text {
  position: absolute;
  width: 100%;
  bottom: 10%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding-left: 1.7rem;
}

#main .mod_article.slider-mobile h1 {
  font-size: 2rem;
  margin-bottom: 0;
}

#main .mod_article.slider-mobile p {
  color: #009FC0;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  text-shadow: 0px 0px 8px #ffffff;
}

#main .mod_article.slider-mobile a {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 0;
  left: 0;
}

/*
 * Slider Controls
 */
#main .mod_article.slider-mobile .ce_sliderStart {
  position: relative;
}

#main .mod_article.slider-mobile .ce_sliderStart .slider-control {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

#main .mod_article.slider-mobile .slider-menu b {
  color: #FFFFFF;
  font-size: 40px;
  margin-right: 10px;
}

#main .mod_article.slider-mobile .slider-menu b.active {
  color: #275C6B;
}

#main .mod_article.slider-mobile .slider-control .slider-prev,
#main .mod_article.slider-mobile .slider-control .slider-next {
  display: none;
}

@media only all and (min-width: 800px) {
  #main .mod_article.slider-mobile .ce_text {
    height: 60vh;
  }
}

@media only all and (min-width: 1100px) {
  #main .mod_article.slider-mobile .ce_text {
    height: 80vh;
  }
}

@media only all and (min-width: 1360px) {
  #main .mod_article.slider-mobile {
    display: none;
  }

  #main .mod_article.slider {
    display: block;
  }
}

