

/* ---------- to be integrated in standard css ---------- */
html {
    --button-border-radius: 5px;
    --input-border-radius: 5px;
    --toggler-background: var(--color-brand) !important;
}

#main {
    min-height: 75vh;
}

.height-100vh {
	min-height: 100vh;
}

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}

/* ---------- images ---------- */
figure {
    display: flex;
    color: var(--color-text);
    font-size: 0.85em;
}

img.img--round {
    border-radius: 100%;
    border: 5px solid var(--color-brand2);
}

/* for image with caption */
.image_container {
    flex-direction: column;
}


/* ---------- fonts ---------- */
h1, .heading-h1 {
    line-height: 1.15;
}

@media screen and (min-width: 68.75em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

@media screen and (min-width: 58.75em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

@media screen and (min-width: 48em) {
h1, .heading-h1 {
    font-size: 1.7rem;
}
}

h2, .heading-h2 {
    line-height: 1.1em ;
    font-size: 1.5rem;
}

h3, .heading-h3 {
    line-height: 1em;
    font-size: 1.3rem;
}

h4, .heading-h4 {
    font-size: 2.25rem;
    color: #fff;
    hyphens: auto;
}

.ce_text h1+h2 {
    margin-top: 0;
}

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

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

.text--standard,
.text--standard h1,
.text--standard h2,
.text--standard h3,
.text--standard h4 {
   color: var(--color-brand);
}

.text--white p,
.text--white h1,
.text--white h2,
.text--white h3,
.ce_text.text--white.iconized a {
	color: #fff;
}

.text--white h2 a,
.text--white p a {
    color: #fff !important;
}

.text--uppercase h1, .text--uppercase .heading-h1,
.text--uppercase h2, .text--uppercase .heading-h2,
.text--uppercase h3, .text--uppercase .heading-h3 {
	text-transform: uppercase;
}

/* ---------- initial and intro  ---------- */
/* introtext */
.intro p {
    font-size: 1.75em;
    line-height: 1.7em;
    /*max-width: 55%;*/
    /*padding: 0 0 1em 1em;*/
}

/*.intro p:first-of-type:first-letter {
  font-size: 300%;
  line-height: 1;
  float: left;
  padding-right: .125em;
 font-family: var(--headings__font-family);
}*/


.ce_image.img--left.zertifikat {
    display: flex;
    margin-left: 5em;
}

.zertifikat figcaption.caption {
    color: var(--color-default2);
    font-family: var(--headings__font-family);
    font-size: 1.5em;
}

/* ---------- links and buttons ---------- */
.back a {
	border-color: var(--color-brand2);
    color: var(--color-brand2);
}

a.btn--highlight, span.btn--highlight, button.btn--highlight, input.btn--highlight.submit, .ce_comments .btn--highlight.submit {
    background: var(--button-highlight-bgcolor);
    color: var(--color-text);
}


/* ---------- backgrounds ---------- */
.bg--highlight {
    background: var(--color-highlight);
}

.bg--grey {
    background: #cccccc;
}


/* ---------- shadows ---------- */
.box-shadow {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}

/* ---------- other styles ---------- */

ul.list-style--fa li:before {
    color: var(--color-brand);
}

/* ---------- downloads ---------- */
.wrapper-grid__inner .ce_download, .ce_downloads {
    margin-bottom: 1rem;
    border: 1px solid var(--download-elem__border-color);
    text-align: center;
}

.download-element-wrapper {
	border:none;
}

/* ---------- footer ---------- */
#footer-pre .contact__outer > div {
	margin-bottom: 0;
}

#tns1 > .tns-item {
    padding-right: 0 !important;
}

@media screen and (max-width: 820px) {
.slider-full .headerslide__wrapper {
    height: 33vh !important;
}
}

@media screen and (max-width: 830px) {
	.wrapper-flex__inner {
    flex-direction: column !important;
	}
}

@media screen and (max-width: 350px) {
	/*.wrapper-simple.ce_rsce_wrapper_simple_start {
    padding: 0.5em !important;
}*/
dl.definitionlist__list {
    font-size: 0.9em;
}
}



/* ---------- customized styles website ---------- */

/* ---------- customized styles anker ---------- */
.social_feed_element .icon img{
	right:20px;
}

.red {
	color: red;
}

.player .video_container {
	height: 85vh !important;
}

.mod_newslist.news-short {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
}

.layout_short {
    border: 1px solid;
    padding: 1em;
}

.layout_short .info {
    background: var(--color-brand);
    color: white;
    text-align: center;
}

/* ----------Element-Filter teaserbox ---------- */
.filters{
	margin-top:1rem;
	margin-bottom:2rem;
}
.filters li{
	    background-image: none;
    white-space: nowrap;
    text-decoration: none;
        display: inline-block;
}
.filters a.active{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--color-highlight);
}
.filters a{
	background: var(--button-bg);
    border-color: var(--button-bg);
    border-radius: var(--button-border-radius);
    padding: var(--button-spacing);
    border: var(--button-border-width) solid transparent;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);

}
.filters a{
	color: #fff;
	text-decoration: none;
}
/*filter flex*/
.elements-filter-wrapper{
	display:flex;
	flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2em;
    column-gap: 1em;
}
.teaserkachel__outer.ce_rsce_teaserkachel.elements-filter{
	flex-basis: calc(100% / 3 - 1em);
    min-width: 250px;
}

/* READ MORE LISTE */
.read-more-list {
  cursor: pointer;
}
.isCollapsed span {
  display: none;
}
.isCollapsed:after {
  display: block;
  content: "mehr lesen";
  font-weight: bold;
}

/* TEASERBOX MIT OVERLAY */
.overlay--content {
  position: relative;
  padding: 50px 25px;
  top: -220px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.overlay--content h3,
.overlay--content p {
  color:white;	
}

/* HEADER LOGO ABSOLUTE */

/*#header .topbar-logo .ce_image {
  position: absolute;
  left: 4rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 4rem;
}*/

#header {
  max-height: 95px;
  border-bottom: none!important;
}

/* HEADER SUCHE */

#header .mod_search {
  display:block!important;
  background:none!important;
  position: relative;
  right: 50px;
}

#header .mod_search .widget-submit button {
  border:none!important;
}

#header .mod_search input.text {
  border-top:none!important;
  border-right:none!important;
  border-bottom: 2px solid var(--color-default2)!important;
  border-left:none!important;
  text-align: center;
  border-radius: 0;
}

#header .mod_search .fa-search::before {
  color:var(--color-gray-light)!important;
}

#header .mod_search input:focus-within {
  border-bottom: 2px solid var(--color-gray-light)!important;
}

#header .mod_search input::placeholder {
  text-align: center;
}

#header .topbar-nav--new .mod_navigation ul.level_1 > li > a {
  font-size: 3rem;
  font-family:'Bebas Neue';
}

/* HEADER MOBILE */

@media screen and (max-width:1880px) {
  #header .topbar-nav--new .mod_navigation ul.level_1 > li > a {
    font-size: 2rem;
    /*padding: 0.5rem 2rem;*/
  }
}

@media screen and (max-width:1600px) {
.search-field {
    display: none;
  }
  #header .topbar-logo .ce_image {
    left: 1rem;
    top: 1rem;
  }
}

@media screen and (max-width:1240px) {
  #header .topbar-nav--new .mod_navigation ul.level_1 > li > a {
    font-size: 1.5rem;
    /*padding: 0.5rem 1rem;*/
  }
/*  .topbar-logo .ce_image img {
    height: auto;
    width: 150px;
  }*/
}

/*@media screen and (min-width:901px) {
  .topbar-logo.position--default {
    min-width: 280px;
  }
}*/

@media screen and (max-width:900px) {
  #header {
    position: relative!important;
  }
  #header .topbar-inner {
    padding-top: 1em!important;
    padding-bottom: 2em !important;
  }
 /* .topbar-logo .ce_image {
    position: relative!important;
    border-bottom: 2px solid #fff!important;
    border-left: 2px solid #fff!important;
    border-top: 2px solid #fff!important;
  }
  .topbar-logo .ce_image img {
    height: auto;
    width: 100px;
  }*/
  .search-field {
    display:none;
  }
}

/* SLIDER */
/*
.ce_rsce_tiny_headerslider .headerslide__textwrapper.textwrapper--center {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.11106449415703779) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  left:inherit;
  right:inherit;
}*/

.ce_rsce_tiny_headerslider .headerslide__textwrapper.textwrapper--center {
  background: rgb(24,24,24);
  background: linear-gradient(180deg, rgba(24,24,24,0.11106449415703779) 0%, rgba(24,24,24,1) 100%);
  width: 100%;
  left:inherit;
  right:inherit;
}

.ce_rsce_tiny_headerslider .headerslide__textwrapper {
  top: 0;
  bottom: 0;
}

.ce_rsce_tiny_headerslider .headerslide__image {
  background-color: white;
}

.headerslide__title {
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-weight:bold;
}

.headerslide__text h2 {
  color: var(--color-default2)!important;
  font-size: 3rem!important;
}

/* PFEILE UND DOTS */

.ce_rsce_tiny_headerslider .tns-controls {
  padding-left: 50px;
  padding-right: 50px;
}

.ce_rsce_tiny_headerslider .tns-controls > button {
  background-color: var(--color-default);
}

.ce_rsce_tiny_headerslider .tns-controls > button {
  border-radius: 50%;
  width: 84px;
  height: 84px;
  opacity: 0.6;
  background-color:var(--color-default);
}

.ce_rsce_tiny_headerslider .tns-controls > button:hover {
  background-color:var(--color-default);
}

.ce_rsce_tiny_headerslider .tns-controls .fas {
  font-size: 3rem;
  color:white;
}

.ce_rsce_tiny_headerslider .tns-nav {
  bottom: 20%;
}

.tns-nav > button {
  border-radius:0!important;
  width:40px;
  margin:0 10px;
  background-color:var(--color-gray-light)!important;
  border: var(--color-gray-light)!important;
}

.tns-nav > button:hover, .tns-nav > button.tns-nav-active {
  background-color: var(--color-default)!important;
  border: var(--color-default)!important;
}

@media screen and (max-width:900px) { 
  .ce_rsce_tiny_headerslider .tns-controls > button {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    opacity: 0.6;
    background-color:var(--color-default);
  }
  .ce_rsce_tiny_headerslider .tns-controls .fas {
    font-size: 1rem;
    color:white;
  }
  .ce_rsce_tiny_headerslider .tns-controls {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ce_rsce_tiny_headerslider .headerslide__title {
    font-size: 2.4em!important;
  }
}

.img-border img {
  border:2px solid var(--color-default);
  padding:10px;
}

.article--full.fullwidth-padding {
  padding-left:60px!important;
  padding-right:60px!important;
}

@media screen and (max-width:900px) { 
  .fullwidth-padding .ce_rsce_wrapper_grid_new_start {
    padding-top:1rem;
  }
  .article--full.fullwidth-padding {
    padding-left: var(--grid__gutter--half)!important;
    padding-right: var(--grid__gutter--half)!important;
  }
}

.img-headline {
  position: absolute;
  z-index: 9;
  top: 320px;
  left: 100px;
  font-weight: bold;
  font-size: 6rem;
  color: var(--headings__color)!important;
  line-height: 6rem;
}

@media screen and (max-width:900px) {
  #header .topbar-logo .ce_image {
    left: 0.5rem;
    top: 0.5rem;
  }
  .img-headline {
    position: relative;
    z-index: 9;
    top: 50px;
    left: 0px;
    font-weight: bold;
    font-size: 4rem;
    color: var(--headings__color)!important;
    line-height: 4rem;
  }
}

@media screen and (max-width:600px) {
  .ce_rsce_tiny_headerslider .headerslide__title {
    font-size: 2em!important;
  }
  h1 {
    letter-spacing: 4px;
  }
  h1::before {
    display: none;
  }
}

.footer-headline {
  font-weight: bold;
  line-height: 1.2rem;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}

.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li a {
  text-decoration: none;
}

.mod_article,
.article--full.containered > .inside,
#footer-sub .inside {
  max-width: 1620px!important;
}

.article--full {
  max-width: none!important;
}

.black-hero, .black, .black-teaser {
  background-color: #181818;
}

.headerslide__title {
  color:var(--color-default2)!important;
  font-family: "Bebas Neue";
  font-size:8rem!important;
  line-height: 90%;
  text-transform: uppercase;
  letter-spacing: inherit;
}

.headerslide__title:before {
  content: inherit;
}

.black h2 {
  color:var(--color-default2);
  font-size:12rem;
  line-height: 90%;
  text-transform: uppercase;
  z-index:1;
  position: relative;
}

.black p {
  color:var(--color-default2);
  font-weight:bold;
  font-size:4rem;
  /*line-height: 120%;*/
  position: relative;
  z-index:1;
}

.black-hero p,
.werbekampagne p {
  color:var(--color-default2);
  /*font-weight:bold;*/
  /*font-size:3rem;*/
  /*line-height: 120%;*/
  position: relative;
  z-index:1;
}

.black-teaser h1 {
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-teaser h2 {
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-contact h1 {
  text-shadow: 1px 1px 5px #000000;
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-example h1 {
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-example h2 {
  color:var(--color-default2);
  font-weight:bold;
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.green-example h2 {
  font-weight:bold;
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.beige-example h2 {
  font-weight:bold;
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.beige-example p {
  color:var(--color-brand);
}

.black-example h3 {
  color:var(--color-default2);
  font-weight:bold;
  font-size:6rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-production h1 {
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-production h2 {
  color:var(--color-default2);
  font-weight:bold;
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-products h1 {
  font-size:12rem;
  color:var(--color-default2);
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-products h2 {
  color:var(--color-default2);
  font-weight:bold;
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-products h3 {
  color:var(--color-default2);
  font-size:6rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-hero h2 {
  text-shadow: 1px 1px 5px #000000;
  color:var(--color-default2);
  font-size:12rem;
  line-height: 90%;
  z-index:1;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; /* Fügt horizontalen Innenabstand hinzu */
  box-sizing: border-box; /* Stellt sicher, dass Padding in die Breite einbezogen wird */
}

.black-contact h2 {
  color:var(--color-default2);
  font-size:8rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.black-hero h3 {
  hyphens: auto;
  text-shadow: 1px 1px 5px #000000;
  color:var(--color-default2);
  font-size:6rem;
  line-height: 90%;
  z-index:1;
  position: relative;
}

.ce_text_teaserbox {
  background-color: transparent!important;
}

.ce_text_teaserbox h3 {
  color: var(--color-default2);
  font-size:6rem;
  z-index:1;
  position: relative;
}

.ce_text_teaserbox p {
  color: white;
  font-size:1.25rem;
}

.ce_text_teaserbox p {
  color: white;
}

@media screen and (max-width:1600px) {
  .headerslide__text h2 {
    font-size: 2rem !important;
  }
  .black-teaser h1,
  .black-production h1,
  .black-products h1,
  .black-example h1,
  .black-contact h1 {
    font-size:7rem!important;
  }
  .black-teaser h2,
  .black-products h2,
  .black-production h2,
  .black-contact h2,
  .black-example h2,
  .beige-example h2,
  .green-example h2,
  .headerslide__title {
    font-size:4rem!important;
  }
  .black h2 {
    font-size: 4rem!important;
  }
 /* .black-hero p,
  .werbekampagne p,
  .black p {
    font-size: 2rem!important;
  }*/
  .black-hero h3,
  .black-example h3,
  .black-products h3,
  .ce_text_teaserbox h3 {
    font-size:3rem!important;
  }
  .black-contact .ce_rsce_wrapper_grid_new_start,
  .black-example .ce_rsce_wrapper_grid_new_start,
  .black-products .ce_rsce_wrapper_grid_new_start,
  .black-production .ce_rsce_wrapper_grid_new_start {
    padding-top:3rem!important;
  }
}

@media screen and (max-width:900px) {
  .tablet-arrow-smaller img {
     max-width: 300px!important;
  }
  .tablet-padding-bottom {
    padding-bottom:4rem;
  }
  .tablet-padding-top {
    padding-top:4rem;
  }
  .tablet-display {
    display:none;
  }
  .tablet-padding-none {
    padding-top:0!important;
  }
}

@media screen and (max-width:600px) {
  .black-teaser h1,
  .black-production h1,
  .black-products h1,
  .black-example h1,
  .black-contact h1 {
    font-size:4rem!important;
  }
  .black-teaser h2,
  .black-products h2,
  .black-production h2,
  .black-contact h2,
  .black-example h2,
  .beige-example h2,
  .green-example h2,
  .headerslide__title {
    font-size:3rem!important;
  }
  .mobile-display {
    display: none!important;
  }
  .tablet-display {
    display: block!important;
  }
  .mobile-padding {
    padding-top: 4rem!important;
  }
  .mobile-arrow-smaller img {
     max-width: 200px!important;
  }
  .mobile-padding-bottom {
    padding-bottom:4rem;
  }
  .mobile-padding-top {
    padding-top:0!important;
  }
}
.bg-green {
  background-color: var(--color-brand);
}

.bg-beige {
  background-color: var(--color-default2);
}



input {
  background-color: transparent!important;
  color: var(--color-default2);
  font-size: 1.25rem;
}

input::placeholder {
  color: var(--color-default2);
  font-size: 1.25rem;
}

.formbody input.text,
.formbody .textarea {
  border-top:none!important;
  border-right:none!important;
  border-bottom: 2px solid var(--color-default2)!important;
  border-left:none!important;
  text-align: left;
  background-color: transparent!important;
  color: var(--color-default2);
  font-size: 1.25rem;
  padding: 0.5rem 0;
  border-radius: 0;
}

.formbody label {
  font-size: 1.25rem;
}

p {
  font-size: 1.25rem;
}

.img-right {
  float: right;
}

.img-left {
  float: left;
}

.btn--primary, .ce_form .submit {
  position:relative;
  z-index:1;
  background-color: transparent!important;
  border:none!important;
  padding: 2.5rem 1rem 0rem 1rem !important;
  font-size: 2.5rem;
  transition: 0.5s;
  transform: rotate(-2deg);
  margin-left: 20px;
  font-family:'Bebas Neue'!important;
  color:#181818!important;
}

.btn--primary:hover, .ce_form .submit:hover {
  transform: rotate(0deg);
  transform: scale(1.2);
  margin-left: 40px;
}

.btn--primary::before, .ce_form .submit::before {
  /* Highlight color */
  background-color: var(--color-highlight);
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 65%;
  left: -2px;
  bottom: 0;
  z-index: -1;
}

/*#footer-pre {
  color: var(--footer-pre__color);
}*/

.footer-headline.headline-highlight {
  font-family:'Bebas Neue'!important;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}

.footer-headline.headline-highlight {
  width: max-content;
}

.footer-headline.headline-highlight::before {
  /* Highlight color */
  background-color:  var(--color-brand);
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 80%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.rotate-img-7deg {
  transform: rotate(7deg);
}

.rotate-img--7deg {
  transform: rotate(-7deg);
}

.static-btn {
  position:fixed!important;
  top:25vh;
  right:0;
  z-index:999!important;
}

.static-btn .btn--primary {
  padding: 3.5rem 1rem 0rem 1rem !important;
  font-size: 3rem;
  margin-left: 20px;
}

.static-btn .btn--primary:hover {
  transform: rotate(0deg);
  transform: scale(1.1);
}

@media screen and (max-width:1600px) {
  .static-btn {
    top:16vh;
  }
  .static-btn .btn--primary {
    padding: 2.5rem 1rem 0rem 1rem !important;
    font-size: 2rem;
    margin-left: 20px;
}
}

@media screen and (max-width:900px) {
  .static-btn {
    position:absolute!important;
    top:6vh;
    right:0;
    z-index:99;
  }
  .static-btn .btn--primary {
    padding: 1.5rem 1rem 0rem 1rem !important;
    font-size: 1.5rem;
    margin-left: 20px;
  }
  #footer-pre .wrapper-grid__inner {
    row-gap: 3em!important;
  }
  .px-3.green-padding {
    padding-left: var(--grid__gutter--half)!important;
    padding-right: var(--grid__gutter--half)!important;
    padding-top: var(--grid__gutter--half)!important;
    padding-bottom: var(--grid__gutter--half)!important;
  }
}

@media screen and (max-width:700px) {
  .static-btn .btn--primary {
    display:none!important;
  }
}

@media screen and (max-width:600px) {
  .btn--primary {
    font-size:2rem!important;
  }
  
  p {
    font-size: 1em;
  }
}

#header .small .topbar-logo .ce_image {
  width:100px;
  left:1rem;
  top:1rem;
  height: auto;
  transition: .35s;
}

#header .topbar-inner {
  padding-bottom: 0;
}

#header .topbar-logo .ce_image,
#header .topbar-inner {
  transition: .35s;
}

#header .topbar-inner.small {
 /* padding-top: 2em;*/
  transition: .35s;
}

.topbar-nav--new .mod_navigation ul.level_1 li {
  top: -20px;
}

.mobile_menu .inner {
  background-color: var(--color-page-background)!important;
}

.mobmen__nav .mod_navigation ul li a {
  color: #fff;
  font-family: 'Bebas Neue'!important;
  font-size:2rem;
  text-align: center;
}

.mobmen__nav .mod_navigation ul li a:hover,
.mobmen__nav .mod_navigation ul li a.active {
  background-color: var(--color-page-background)!important;
}

.mod_navigation ul li.agenturen {
  display:none;
}

.mobmen__nav .mod_navigation ul li.agenturen {
  display:block!important;
}

.quickies-wrapper .quick-item i {
  color: var(--button-to-top-color);
  background-color: var(--color-highlight)!important;
  border-radius: 0!important;
}

#footer-pre .wrapper-simple__inner img {
  margin:inherit!important;
}

.text-page h1, .text-page h2, .text-page h3, .text-page h4:not(#footer h4) {
  color:var(--color-default2)!important;
}

.mod_article .mod_search .widget-submit {
  display:none;
}

.mod_article .mod_search .search_default h3 {
  font-size: 3rem!important;
}

.mod_article .mod_search .search_default {
  margin-bottom:2rem;
}

.ce_accordion {
  margin-bottom: 1rem!important;
}

.ce_accordion .toggler {
  font-size: var(--toggler-font-size);
  cursor: pointer;
  background-color: var(--color-highlight) !important;
  padding: var(--accordion-padding);
  transition:
250ms ease-in-out;
}

.ce_accordion .toggler button {
  background-color: var(--color-highlight) !important;
  border:none;
  font-size: 2.5rem!important;
  text-align:left!important;
  font-family:"Bebas Neue"!important;
  line-height: 100%;
}

.ce_accordion .accordion {
  padding: var(--accordion-padding);
  background: var(--color-page-background)!important;
}

.ce_accordion .accordion p {
  font-weight: inherit!important;
  font-size: 1.25rem!important;
  line-height: 120%!important;
  color:white!important;
}

#footer-pre .social-media i.fa-instagram {
  font-size:2.2rem;
  margin-right:0.5rem;
}

#footer-pre .social-media i.fa-facebook {
  font-size:2rem;
}

#footer-sub .inside p {
  font-size:18px;
}
