/*
 * 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.woff');
}

@font-face {
  font-family: 'FontAwesomeSolid';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/fa-solid-900.woff');
}

@font-face {
  font-family: 'FontAwesomeBrand';
  font-display: swap;
  src: url('../../files/joy-it-theme/fonts/fa-brands-400.woff');
}

/* Headlines & Text */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: 'SourceSansProBold', Arial;
  color: #1C3C49;
}

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-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

#main a {
  color: #275C6B;
}

/* 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;
}

/* 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: '\f105';
  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 {
  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 .ce_text .txt_container {
  position: absolute;
  width: 100%;
  height: 80%;
  top: -100%;
  left: 0;
  color: #FFFFFF;
  background-color: rgba(39, 92, 107, 0.8);
  padding: 1.4rem 0.7rem 0.7rem 0.7rem;
  transition: top 0.35s;
  box-sizing: border-box;
}

#main .mod_article.boxoverview .ce_text:hover .txt_container {
  top: 20%;
}

.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;
}

/* 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: #275C6B;
  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: #275C6B;
  border-bottom: 1px solid #204c58;
}

#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;
  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%;
  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 span, #header .mod_changelanguage li strong {
  font-size: 0;
}

#header .mod_changelanguage .lang-en strong:after, #header .mod_changelanguage .lang-en span:after,
#header .mod_changelanguage .lang-de strong:after, #header .mod_changelanguage .lang-de span: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 span:after,
#header .mod_changelanguage .lang-de.active strong:after, #header .mod_changelanguage .lang-de.active span:after {
  width: 50px;
  height: 25px;
}

#header .mod_changelanguage .lang-de strong:after, #header .mod_changelanguage .lang-de span:after {
  background-image: url("/files/joy-it-theme/images/de-flag.jpg");
}

#header .mod_changelanguage .lang-en strong:after, #header .mod_changelanguage .lang-en span: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;
  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);
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

#footer {
  background-color: #275C6B;
}

#footer .inside {
  color: #FFFFFF;
  padding: 1.7rem;
  font-size: 1rem;
}

#footer nav {
  display: none;
}

#footer p {
  font-family: 'SourceSansProBold', Arial;
  margin-bottom: 1rem;
  font-size: 1rem;
}

#footer .small p {
  font-size: 0.7rem;
}

html:lang(de) #footer .small.en {
  display: none;
}

html:lang(en) #footer .small.de {
  display: none;
}

/*
 * 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 {
    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: 0;
    text-align: left;
  }

}

@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;
  }
}

@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%;
  }
}

@media only all and (min-width: 500px) {

}

/*
 * 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: 1150px) {

  #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;
  }

    /* 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: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 */
    .mod_article.boxoverview .inside {
      display: grid;
      grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
      grid-column-gap: 2%
    }

    #main .mod_article.boxoverview .ce_text .image_container {
      width: 100%;
    }

    .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) {
  #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%;
  }
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1150px) {

  #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: 1150px) {

  #hamburger {
    display: none;
  }

  #header nav.mod_navigation {
    position: fixed;
    width: 100%;
    height: 100px;
    line-height: 100px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-family: 'SourceSansProBold', Arial;
    font-size: 1.15rem;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
    transition: height 0.35s, line-height 0.35s;
  }

  body.smallNav #header nav.mod_navigation {
    height: 75px;
    line-height: 75px;
  }

  #header nav.mod_navigation a {
    cursor: pointer;
  }

  #header nav.mod_navigation ul.level_1 {
    display: flex;
    position: absolute;
    max-width: 1920px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 14.7rem 0 5rem;
    box-sizing: border-box;
    justify-content: flex-end;
  }

  #header nav.mod_navigation .subnavindicator:after {
    display: none;
  }

  #header nav.mod_navigation ul li {
    height: 100%;
    padding: 0;
    list-style-type: none;
  }

  #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 {
    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: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    top: 37.5px;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    padding-right: 5rem;
    background-color: transparent;
    transition: top 0.35s;
    box-sizing: border-box;
  }

  body.smallNav #header .mod_changelanguage {
    top: 25px;
  }

  #header .mod_changelanguage ul {
    position: absolute;
    width: auto;
    right: 0;
    padding: 0;
  }


}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1150px) {

  #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 {
    max-width: 12rem;
  }

  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;
  }

}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1150px) {

  #footer .inside {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 1.7rem 5rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
  }

  #footer:before {
    content: ' ';
    width: 100%;
    height: 200px;
  }

  #footer .footerinfo {
    margin-bottom: 0;
  }

  #footer .footerinfo .small p {
    margin-bottom: 0;
  }

  /* Footer Navigation */
  #footer nav {
    display: block;
  }

  #footer nav ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
  }

  #footer nav ul li:not(.first) {
    margin-left: 1.7rem;
  }

  #footer nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'SourceSansProBold', Arial;
  }

  #footer .mod_changelanguage ul {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  #footer .mod_changelanguage ul li {
    width: 200px;
    margin: 0.5rem 0;
    text-align: right;
  }

  #footer .mod_changelanguage ul li strong, #footer .mod_changelanguage ul li span {
    position: relative;
  }

  #footer .mod_changelanguage .lang-de {
    margin-bottom: 0;
  }

  /* Social Media */
  #footer nav .facebook a:after {
    content: '\f39e';
    font-family: "FontAwesomeBrand";
  }

  #footer nav .youtube a:after {
    content: '\f167';
    font-family: "FontAwesomeBrand";
  }

  #footer nav .facebook span, #footer nav .youtube span {
    font-size: 0;
  }

  html:lang(en) #footer .disclosure-de {
    display: none;
  }

  html:lang(de) #footer .disclosure-en {
    display: none;
  }

}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */

.mod_cms_cookie_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #275C6B;
  border-top: 1px solid #204c58;
  z-index: 999;
}

.mod_cms_cookie_bar form .info {
  padding: 1.7rem 1.7rem 0 1.7rem;
}

.mod_cms_cookie_bar form .info p {
  color: #FFFFFF;
}

.mod_cms_cookie_bar form .info a {
  color: #FFFFFF;
  font-weight: 600;
}

.mod_cms_cookie_bar form button[value=accept] {
  background-color: #60C388;
  color: #FFFFFF;
  border-color: #60C388;
}

.mod_cms_cookie_bar form button[value=reject] {
  background-color: #A80C0C;
  border-color: #A80C0C;
}

/* Language Settings */
.mod_cms_cookie_bar .ce_text {
  padding: 0;
}

html:lang(en) .mod_cms_cookie_bar .dataprivacy.de {
 display: none;
}

html:lang(de) .mod_cms_cookie_bar .dataprivacy.en {
display: none;
}

/*
 * Joy-IT Theme
 *
 * (c) Jens Schwalenberg
 */


@media only all and (min-width: 1150px) {

  .mod_cms_cookie_bar form {
    max-width: 1920px;
    margin: 0 auto;
    padding: 1rem 5rem;
    box-sizing: border-box;
  }

  .mod_cms_cookie_bar form .formbody {
    display: flex;
    align-items: center;
  }

  .mod_cms_cookie_bar form .info {
    max-width: 45%;
    padding: 0;
  }

  .mod_cms_cookie_bar form .info p {
    margin: 0;
  }

  .mod_cms_cookie_bar .widget-submit {
    display: flex;
    width: 100%;
  }

  .mod_cms_cookie_bar form button[value=accept]:hover {
    color: #60C388;
    background-color: #275C6B;
  }

  .mod_cms_cookie_bar form button[value=reject]:hover {
    color: #A80C0C;
    background-color: #275C6B;
  }

}

