:root {
    --main: #009DE0;
    --juicy: #00b3ff;
    --main-opac-light: rgba(0, 157, 224, 0.1);
    --first: #28315e;
    --first-opac: #eaeaee;
    --second: #c41b48;
    --second-opac: #f6e9ed;
    --third: #e6b55c;
    --third-opac: #faf8f1;
    --main-opacity: rgb(0 157 224 / 70%);
   
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #F2FAFE;
  
    --fc-primary: #2C2C2C;
    --fc-light: #969696;
    --fc-dark: #000;

    --ff-primary: 'Source Sans Pro', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-regular: 400;
    --fw-bold: 700;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-700: 1.3rem;
    --fs-800: 1.8rem;
    --fs-900: 2.4rem;

    --br-primary: 20px;
  
    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
  
    --shadow: 0px 0px 14px rgb(0 0 0 / 10%); 
    --gradient: linear-gradient(30deg, #0386be, #35b9f1) ; 

    --right-white: url(/userdata/images/right-white.png);
  }

  figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.level_1 > li.level_1 {
    width: 25%;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}



.max600 {

    max-width: 600px;
}

.max500 {
    max-width: 500px;
}
h1 {
    font-size: 2rem;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

ul.level_1 > li.level_1 {
    width: 25%;
}

/* Reset */

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
	}

    @font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
	}

body {
    
    background-color: va
    r(--clr-primary-white);
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

.collection_list.hero {
    width: 100%;
    padding: 0;
    background: var(--clr-primary-light);
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 12px 20px;
    width: 100%;
    border: 1px solid #ccc;
    font-family: inherit;
    border-radius: 24px;
    background: #fff;
}

textarea#input_nachricht {
    border-radius: 24px 24px 7px 24px;
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
    border-radius: var(--br-primary);
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--main);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--main-light);
}

.collection_list.hero .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2rem;
}

.collection_content.hero__title.title.custom {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-end;
}

.collection_content.hero_teaser {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.hero_img {
    grid-area: 1 / 2 / 3 / 3;
}

.collection_content.hero_img img {
    height: 400px!important;
    object-fit: cover;
}

.collection_list.card .collection_container {
    background: #fff;
    box-shadow: #7592ba3a 0px 7px 29px 0px;
    border-radius: var(--br-primary);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--main);
    transition: 300ms;
    min-height: 480px;
}

.collection_list.card .card_img {
    height: 216px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.collection_list.card .card_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.collection_list.card .collection_container:hover {
    box-shadow: #7592ba75 0px 7px 29px 0px;
}

li.level_1.levels ul {
    display: none;
}

a {
    color: var(--main);
}

.component.copyright .textcontent:last-child {
    float: right;
}

.component.copyright .textcontent:first-child {
    float: left;
}

.collection_list.card .collection_content.title.custom {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    font-family: var(--ff-secondary);
    margin-inline: 1.5rem;
    color: var(--fc-secondary);
    margin-block-start: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_content.job-short.toHead {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_list.card .collection_container:hover .collection_content.card_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.collection_list.card .collection_content.card_teaser {
    margin-inline: 1.5rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}

div#header, .header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}



.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--main);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--main);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--main);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}

ol li, ul li {
    list-style: disc;
}

.same-height>.row {
    display: flex;
    flex-wrap: wrap;
}



div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
   z-index: 1;
   padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button {
   cursor: pointer;
}

.pop-up-button.current {
   background: var(--main);
   color: var( --clr-primary-white);
   border: 1px solid var(--main);
}

/* Navgation */

#header a {
    color: var(--fc-primary);
}

#header a:hover {
    color: var(--main);
}

lottie-player {
    margin-left: auto;
}

.header-animation {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.header-animation iframe {
    border-radius: 5px;
    overflow: hidden;
}

.next .collection_content.title.custom {
    
    font-size: 1.
    3rem;
    font-weight: 600;
    padding: 0 0 0.5rem;
}

ul.level_1 > li.level_1 {
    width: 25%;
}

.faq_nearest_search {
    display: none;
}



.collection_list.next .collection_container:before {
    content: '';
    background: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.collection_list.next .collection_container {
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 5px;
    min-height: 225px;
}

.mysyde .collection_content.title.custom {
    text-align: center;
    
    font-size: 1.
    4rem;
    font-weight: 600;
    padding-top: 13px;
}

.header-text a {
    background: var(--main);
    color: var( --clr-primary-white);
    padding: 8px 20px;
    border-radius: 500px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var( --clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

.collection_content.field-1655046812 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding-top: 1rem;
}


.collection_content.field-1655046828 {
    text-align: center;
}

.collection_content.field-1655046843 img {
    border-radius: 10px;
    height: 100%;
}

.collection_content.field-1655053570 {
    margin-right: 1rem;
    flex-shrink: 0;
    height: 40px;
}

.collection_list.bugfixes {
    width: 33.33%;
    padding: 10px;
}

.bugfixes-collection {
    padding-left: 0!important;
    margin-left: -10px!important;
}

.contactformular {
    max-width: 680px;
    margin: 0 auto;
}




/* Header Kollektion */

.collection_list.header {
    width: 100%;
}

.header-text-wrapper {
    max-width: 1440px;
    width: 1440px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
}

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

.collection_content.header-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.collection_content.header-quote-author {
    font-size: .9em;
    padding-top: 0.3em;
}

.collection_list.header .collection_container {
    height: 696px;
}

.collection_content.header-title {
    font-family: 'Raleway';
    font-size: 4em;
    font-weight: 700;
    width: 90%;
}

.collection_content.header-quote {
    padding-top: 1em;
    width: 39%;
}


/* Header Kollektion Ende */


/* Kollektion ALL */

.collection_list.all {
    width: 33.33%;
    float: left;
    padding: 20px;
}

.collection_list.all .collection_container {
    background: var( --clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 7px solid var(--accent-color);
}

.collection_list.all .collection_container:hover {
    box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.collection_content.all-img {
    height: 216px;
    position: relative;
    z-index: 0;
}

.all-text-group {
    padding: 30px;
    height: 331px;
    min-height: 331px;
    position: relative;
    background: var( --clr-primary-white);
}

.collection_content.all-title-small {
    color: #7B7B7B;
    font-size: 16px;
    padding-bottom: 0.2em;
}

.collection_content.all-title {
    font-family: 'Raleway';
    
    font-size: 25
    px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.collection_content.all-teaser {
    padding-top: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.all-wrapper {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.collection_content.all-img img {
    height: 100%!important;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}

div#footer-header {
    float: left;
    width: 100%;
}





#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 10px;
}

#header>.container:after {
    display: none;
}



.collection_list.all .collection_container:hover .collection_content.all-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

ul.level_1 > li.level_1 {
    width: 25%;
}

.collection_container.Presse.und.Publikationen .all-text-group {
    border-top: 2px solid #EDEDED;
}

.collection_container.Soziales.Engagement .collection_link {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}



.w-25 .collection_list.teamCollection,
.w-25 .collection_list.blog-multi {
    width: 25%;
    float: left;
    padding: 20px;
    border: 2px solid #80808080;
    text-align: center;
}

.border-gray {
    border: 2px solid #80808080;
}

.mg-top-30 {
    margin-top: 30px;
}

.padding-20 {
    padding: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}







/* Kollektion ALL Ende */



.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    
    margin-top: 0
    ;
    font-weight: 600;
}


.slideshow_box .s
lideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px!important;
}

.d-none {
    display: none!Important;
}

#slider img {
    height: 530px !important;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-dark);
    margin: 10px 0;
    font-family: var(--ff-heading)!important;
}

h1 {
    font-size: var(--fs-900);
    color: var(--fc-primary);
}


h2 {
    font-size: var(--fs-800);
    margin: 0;
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    

    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}

a {
    text-decoration: none;
}
a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}
/* Kollektion */

.full_preview .collection_full {
    display: block !important;
}

.collection_full.referenzen {
    display: flex !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}


/* END Kollektion */


/* Kontaktformular */

.fade {
    opacity: 1;
}

/* Level 2 Menue */

li.level_1.levels {
    position: relative;
}

#header ul.level_2 {
    display: none;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    padding: 5px 15px;
}

li.level_2 {
    margin-bottom: 5px;
}

/* Level 2 Menue */



.contactformular .form-check {
    height: 35px;
    line-height: 35px;
    clear: both;
    height: auto !important;
    line-height: 35px;
}

.contactformular .form-check input {
    display: inline-block !important;
    width: auto !important;
}

.input.select_body,
.contactformular select {
    width: 100% !important;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}


/* END Kontaktformular */


/* OWL Carousel Global */

.owl-stage-outer {
    width: 100%;
}


/* END OWL Carousel Global */


/* END Global */


/* Cookie */

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: #f2f6ff;
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #d7e0ff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    border: 1px solid #d7e0ff;
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: #e5edff;
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var( --clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}


.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var( --clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var( --clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var( --clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}

/* Cookie-End */

/* Tabs */

.tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent,
.tabcontentSection {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.multiFormPage form .header-text-wrapper {
    display: none;
}

.multiFormPage form .collection_content.header-img {
    position: inherit;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.multiFormPage form #slider-wrapper,
.multiFormPage form .collection_list.header .collection_container {
    height: auto;
}

.multiFormPage form .form-group label.classLabel {
    text-align: center;
    font-size: 24px;
}

.multiFormPage form .iconfield .material-icons {
    font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img {
    width: 100%;
    height: 300px !important;
}

.multiFormPage form .iconfield {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

.contact-button button {
    background: var(--main);
    color: var( --clr-primary-white);
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

div#submit_button {
    display: flex;
    justify-content: center;
}

.input_collection_link_checkbox {
    cursor: pointer!important;
}

.multiFormPage form .owl-nav {
    display: none !important;
}

.img_container.img-option {
    height: 320px;
}

.form-group h2 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.faq_headline {
    margin: 0 0 1rem;
}




input.invalid {
    background-color: #ffdddd;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



.tab {
    display: none;
}

input#input_collection_link_40_value_1 {
    width: auto;
}

.kontaktanfragegruppe .input_collection_link_checkbox {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}

input#button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}



button {
    background: var(--main);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.contact-button #prevBtn {
    background: #787878!important;
}

.col-xs-12.all-dishes.all-dishes h4 {
    color: var( --clr-primary-white);
}

.col-xs-12.all-dishes.all-dishes {
    padding: 10px 20px;
    background: var(--main);
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 1rem;
    color: var( --clr-primary-white);
}

/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #04AA6D;
}


/* Multi-form end */


/* Cookie end */


/* Header */


/* Sticky Header */

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}


/* END Sticky Header */

.header-wrapper {
    position: relative;
}












#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100%!Important;
    height: 100% !important;
    object-fit: contain;
}

div#header,
#header .container {
    height: 100%;
}

div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}



.hamburger-menu {
    background: var(--main);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    color: var(--clr-primary-white);
    margin: 0;
    width: 100%;
    float: left;
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

#header .hamburger-menu li.level_1 > a {
    color: #fff;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var(--main);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}





/* Slideshow */

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
    position: relative;
}

#slider #slider-title .customer-logos .row {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    width: 100%;
    border-radius: 500px;
    box-shadow: var(--shadow);
    padding: 20px 30px;
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: calc(50% + 40px);
    width: 100%;
    color: var(--fc-primary);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}

#slider .collection_content.logo-customer img {
    max-height: 70px !important;
    object-fit: contain;
}

#slider-title .collection_list.referenzen {
    width: 100%;
}

.customer-title {
    position: absolute;
    left: 50px;
    top: -28px;
    color: var(--main);
    font-weight: 400;
    font-size: 1rem;
}

.owl-item .collection_list.referenzen {
    padding: 0;
}

/* Anker Element */

.anker-navi .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.anker-navi {
    position: relative;
    background: rgba(77, 77, 77, 0.7);
    top: 0;
    width: 100%;
    clear: both;
    font-family: calibri light !important;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 9;
    transition: 0.1s;
}

.anker-navi.sticky {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: 0
    .3s;
    font-weight: 600;
    text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
    background: #5a9c9d !important;
}

.anker-button.button {
    margin: 0 !important;
    padding: 0 !important;
    /* width: 20%; */
    width: 16.1666%;
    border-left: 1px solid var( --clr-primary-white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var( --clr-primary-white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var( --clr-primary-white);
}


/* END Anker Element */

.d-flex, .d-flex > .row {
    display: flex!important;
}

.align-items-center, .align-items-center > .row {
    align-items: center!important;
}


/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    background: url(/userdata/images/header-img.jpg);
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 70px 0 70px 0px;
}

.component.copyright a {
    padding-left: 20px;
}

.component.footer-social > .textcontent {
    max-height: 80px;
    float: left;
}

.component.footer-social {
    display: flex;
    gap: 25px;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.recaptcha-class {
    overflow: hidden;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var( --clr-primary-white);
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    color: var(--clr-primary-white);
    position: relative;
    float: left;
    width: 100%;
    background: var(--main);
}

div#privacy-policy a {
    color: var( --clr-primary-white);
}



#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}


/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
    h1 {
    font-size: 2rem;
}

}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}
h1 {
    font-size: 2rem;
}


.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.button a {
    float: left;
} 

.special-img img {
    max-height: 350px;
    object-fit: contain;
}

.slider-untertitle .container {
    display: flex;
    align-items: center;
}

.special-txt a {
    background: none;
    padding: unset;
    color: var(--main);
    box-shadow: none;
}

.special-txt a:hover {
    text-decoration: underline;
    box-shadow: none;
    color: var(--main);
}

.special-txt {
    background: #fff;
    color: var(--fc-dark);
    border-radius: 5px;
    padding: 10px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    box-shadow: var(--main);
    text-align: center;
}

h3.collection_content.function__title.title.custom {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    position: relative;
}

h3.collection_content.function__title.title.custom:after {
    content: '';
    background: var(--main);
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}

.line-after:after {
    content: '';
    background: var(--main);
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
}

.line-after {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.line-center {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.line-center:after {
    content: '';
    background: var(--main);
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.component.contactarea .textcontent:nth-child(1):after {
    content: '';
    background: var(--main);
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
}

.component.contactarea .textcontent:nth-child(1) {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.home div#content {
    padding-top: 155px;
}

.home .slider-untertitle .container, 
.home #slider-title .container {
    max-width: 1620px;
}

.header-text {
    max-width: 1024px;
    padding-right: 7%;
}

.collection_list.solutions .collection_container {
    background: #fafafa;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.collection_list.solutions .collection_container .sologo, 
.collection_list.solutions .collection_container .mini-title, 
.collection_list.solutions .collection_container .title {
    padding: 0 30px;
}

.collection_list.solutions .collection_container .title {
    padding-bottom: 25px;
}

.collection_list .collection_content.sologo {
    max-height: 80px;
    margin-top: 30px;
    float: left;
}

.collection_list .collection_content.sologo img {
    height: 100% !important;
    object-fit: contain;
    width: 100% !important;
}

.collection_list .collection_content.mini-title {
    clear: left;
}

.mini-title {
    color: var(--main);
    margin-bottom: 10px;
}

.collection_list .collection_content.sologo {
    max-height: 80px;
    margin: 30px 0 10px 0;
    float: left;
}

.collection_list.solutions:nth-child(1) .collection_container {
    background-color: var(--first-opac);
}
.collection_list.solutions:nth-child(2) .collection_container {
    background-color: var(--second-opac);
}
.collection_list.solutions:nth-child(3) .collection_container {
    background-color: var(--third-opac);
}

.collection_list.solutions:nth-child(1) .solution_img {
    border-top: 4px solid var(--first);
}
.collection_list.solutions:nth-child(2) .solution_img {
    border-top: 4px solid var(--second);
}
.collection_list.solutions:nth-child(3) .solution_img {
    border-top: 4px solid var(--third);
}

.txt-btn a {
    text-decoration: underline;
}

.txt-btn a:hover {
    color: var(--first);
    transition: 200ms;
}

.collection_list .collection_content.solution_img {
    height: 250px;
}

.collection_list.posting1 {
    width: 25%;
}

.posting1 .collection_content.card_teaser {
    display: none;
}

.collection_content.thema, .collection_content.duration {
    float: left;
    font-size: 0.9rem;
}

.collection_content.thema {
    color: var(--main);
}

.collection_content.duration {
    position: relative;
    padding-left: 30px;
}

.collection_content.duration:before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--fc-primary);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 500px;
}

.collection_list.posting1 .collection_content.card_img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #efefef;
}

.posting1-outer .posting1:nth-child(3) {
    width: 100%;
}

.posting1-outer .posting1:nth-child(3) .collection_content.card_img {
    width: 50%;
    float: left;
    margin-bottom: 0;
    flex: unset !important;
    max-height: unset;
    height: 100%;
}

.posting1-outer .collection_list.posting1:nth-child(3) .collection_container {
    background: #fff;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    float: left;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.posting1-outer .collection_list.posting1:nth-child(3) .collection_container .postin1-text-wrap {
    position: relative;
    float: right;
    width: 50%;
    padding: 30px 50px;
}

.posting1-outer .posting1:nth-child(3) .collection_content.title {
    font-size: 1.6rem;
}

.posting1-outer .posting1:nth-child(3) .collection_content.card_teaser {
    display: block;
    margin-bottom: 30px;
}

.posting1-outer .filter_display {
    display: none;
}

.nav-kachel h2 {
    color: #fff;
}

.nav-kachel .line-after {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.nav-kachel .row img {
    border-radius: 20px;
}

.nav-kachel .row .textcontent {
    height: 100%;
}

.nav-kachel .row {
    margin-bottom: 30px;
    height: 360px;
}

.customer-logos .collection_list.referenzen .collection_content {
    display: none;
}

.customer-logos .collection_list.referenzen .logo-customer, 
.customer-logos .collection_list.referenzen .collection_link {
    display: block;
}

.collection_list .customer-pv-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--clr-primary-light), transparent);
}

.home .collection_list .customer-pv-img:after {
    background: linear-gradient(0deg, #fff, transparent);
}

.collection_list .customer-pv-img {
    position: relative;
    opacity: 0.7;
    height: 210px;
}

.collection_list .collection_content.logo-customer {
    position: absolute;
    left: 50%;
    top: 105px;
    transform: translate(-50%, -50%);
    max-width: 250px;
    max-height: 100px;
    width: 100%;
    height: 100%;
}

.collection_list .collection_content.logo-customer img {
   object-fit: contain;
   width: 100% !important;
   height: 100% !important;
}

.collection_content.customer-branche {
    text-align: center;
    color: var(--main);
    margin-bottom: 10px;
    padding: 0 20px;
}

.collection_content.customer-short {
    text-align: center;
    padding: 0 30px;
}

.collection_list.referenzen .collection_container {
    background: #fff;
    padding-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.collection_list.referenzen .title {
    text-align: center;
    padding: 0 30px;
}

.customer-logos .collection_content.logo-customer {
    position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
    transform: translate(0px, 0px);
}

.customer-logos .collection_list.referenzen .collection_container {
    padding-bottom: 0;
    height: unset;
}

.component.contactarea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px 40px;
    flex-wrap: wrap;
}

div#contact-area .contactformular {
    width: calc(40% - 40px);
    margin: 0;
}

.component.contactarea .textcontent:nth-child(2) {
    text-decoration: underline;
    color: var(--main);
}

div#contact-area .container {
    max-width: 1620px;
}

.contacts-wrap, .support-wrap {
    width: calc(50% - 20px);
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 480px;
}

.component.contactarea > .textcontent {
    width: calc(50% - 40px);
}

.line-after.sub-title, 
.line-after.con-title {
    width: 100%;
    margin-bottom: 30px;
}

.support-wrap h3, .contacts-wrap h3 {
    font-size: 1.1rem;
    margin: 0;
}

.collection_list.support h3 {
    margin-top: 0;
}

.collection_list.support {
    width: calc(50% - 20px);
    padding: 0 20px 0 0;
    margin: 0 20px 30px 0;
}

.collection_list.support:nth-child(even) {
    border-right: 2px solid var(--main);
}

.collection_list.support:last-child {
    border: none;
}

.form-group.firstname, 
.form-group.lastname, 
.form-group.mail, 
.form-group.phone {
    width: calc(50% - 7px);
}

form#contactformular_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection_list.contacts {
    width: 100%;
    padding: 0 0 30px 0;
}

.collection_list.contacts .collection_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.collection_content.contact-icon {
    width: 32px;
}

.contactinfo-wrap {
    width: calc(100% - 52px);
}

.footer-1-outer, .footer-2-outer, .footer-3-outer, .footer-4-outer, .footer-5-outer {
    padding: 0;
}

div#footer .collection_list.solutions .solution_img,
div#footer .collection_list.solutions .sologo {
  display: none;
}

#footer .collection_list.solutions {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

#footer .collection_list.solutions .collection_container {
    background: none;
    border-radius: 0px;
    box-shadow: none;
}

#header_hover .collection_list.solutions .collection_container {
    box-shadow: none;
}

#footer .collection_list.solutions .title {
  display: none;
}

#footer .collection_list.solutions .mini-title {
    color: var(--fc-primary);
    padding-left: 0;
    margin: 0;
}

.footer-2-outer {
    width: 100%;
    float: left;
}

#footer .collection_content.nav-shorts {
    display: block;
    color: var(--fc-light);
}

.collection_full .collection_content.sologo {
    display: none;
}

.beratung.full_preview div#slider,
.solutions.full_preview div#slider {
    background: rgb(0 157 224 / 4% );
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.beratung.full_preview div#slider,
.solutions.full_preview div#slider {
    background: rgb(0 157 224 / 4% );
}

.beratung.full_preview div#slider .textcontent,
.solutions.full_preview div#slider .textcontent {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    position: relative;
    min-width: 60%;
}

.solutions.full_preview .back_to_overview, .solutions.full_preview button#backButton {
    display: none;
}

.beratung.full_preview div#slider .textcontent:after,
.solutions.full_preview div#slider .textcontent:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(249 251 254), rgb(0 157 224 / 0% ));
    z-index: 1;
}

.full_preview #slider-wrapper .toSliderbox {
    box-shadow: var(--shadow);
    border-radius: 20px;
    overflow: hidden;
}

.einleitung-txt-wrap {
    width: 50%;
    float: left;
}

.placeholder {
    display: none;
}

.img50er {
    
    width: 50%;

    max-width: 600px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    float: left;
}

.einleitung-img {
    float: right;
    position: sticky;
    top: 100px;
}

.collection_content.to2.challanges {
    width: 50%;
    float: left;
}

.full_preview.solutions #content .container,
.full_preview.solutions #area-3 .container,
.full_preview.solutions #area-2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.collection_full.solutions .collection_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.collection_content.issue-title.line-after {
    width: 100%;
}

.collection_content.issue-img.img50er {
    height: 400px;
}

.collection_list.issue-coll {
    width: 100%;
}

.collection_content.issue-desc {
    display: none;
}

.collection_list.issue-coll .issue-desc.active {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection_list.issue-coll .issue-desc {
    margin-bottom: 20px;
}

h3.collection_content.issue-coll__title.title.custom {
    cursor: pointer;
    color: #B6BFC3;
}

h3.collection_content.issue-coll__title.title.custom.active {
    color: var(--fc-dark);
}

.collection_list.issue-coll .collection_container {
    border-left: 2px solid var(--main);
    padding-left: 20px;
}

.collection_list.product .collection_link a {
    position: relative;
    float: left;
    opacity: 1;
    border-radius: 500px;
    border: 1px solid #fff;
    padding: 9px 20px 8px 20px;
    float: left;
    width: auto;
    margin-top: 30px;
    transition: 200ms;
}

.collection_list.product .collection_link a:hover {
    background: #fff;
    color: var(--main);
    transition: 200ms;
}

.collection_list.product {
    width: 100%;
}

.collection_content.pv-pro {
    float: left;
    width: 100%;
}

.collection_content.pro-logo1, .collection_content.pro-logo2 {
    width: 160px;
    float: left;
}

.collection_content.pro-logo1 {
    /* margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #fff; */
    filter: brightness(500);
}

.collection_content.issue-desc.active {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection_content.pro-logo2 {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.collection_content.pro-desc {
    clear: both;
}

.collection_full.product .collection_container {
    position: relative;
    float: left;
    width: 100%;
}

.collection_list.product .collection_container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.collection_list.product {
    background: url(/userdata/images/blue-bg.jpg);
    border-radius: 30px;
    padding: 60px 0px 60px 60px;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.collection_list.product h2,
.collection_list.product h3,
.collection_list.product,
.collection_list.product a {
    color: #fff;
}

.collection_content.pro-img {
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    border-left: 5px solid #000;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    right: -40px;
    position: relative;
}

h3.collection_content.addon__title {
    float: left;
}

h3.collection_content.addon__title,
.pro-text-wrap h3 {
    margin-top: 30px;
    float: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pro-text-wrap h3:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}

.collection_list.addon .collection_container {
    display: flex;
    flex-direction: column;
}

h3.collection_content.addon__title:after {
    content: '';
    background: var(--main);
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}

.pro-text-wrap li {
    margin-bottom: 15px;
    list-style: url(/userdata/images/check.svg);
}

.collection_content.func-list li {
    margin-bottom: 10px;
    list-style: url(/userdata/images/check-black.svg);
}

.pro-text-wrap {
    width: 50%;
}

.collection_content.add-title-coll.to3.line-after {
    margin-top: 30px;
}

.collection_content.addons-coll .collection_list.addon {
    padding: 0;
    width: calc(33.33333% - 16px);
}

.collection_content.addons-coll {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    justify-content: space-between;
}

.collection_list.addon .collection_container {
    background: #fff;
    padding: 20px 20px 40px 20px;
    border-radius: 15px;
    height: 100%;
}

.collection_list .collection_content.add-data {
    margin-top: 15px;
}

.collection_list.addon ul {
    padding-left: 20px;
}

.collection_content.add-logo {
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--clr-primary-light);
    max-height: 50px;
    max-width: 160px;
    padding: 5px;
}

.collection_content.func-logo img,
.collection_content.add-logo img {
    object-fit: contain;
}

.collection_content.func-logo,
.collection_content.add-logo {
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--clr-primary-light);
    height: 50px;
    width: 140px;
    padding: 8px 20px;
}

.collection_content.func-logo {
    right: -10px;
}

.collection_list.addon h3.collection_content.addon__title {
    margin-top: 20px;
}

.owl-nav.disabled {
    display: none;
}

.footer-below {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.footer-icons {
    width: 40%;
    float: left;
}

.component.seo-footer {
    width: 65%;
    float: left;
    padding-right: 60px;
}

.footer-icons {
    width: 25%;
    float: left;
    padding-left: 60px;
    border-left: 2px solid var(--main);
}

.component.footer-social img {
    height: 30px !important;
}

.footer-icons .component.logo {
    padding-bottom: 20px;
}

.products .slider-untertitle.content-selector {
    text-align: center;
}

.products .slider-untertitle .container {
    display: block;
}

.products .header-text {
    max-width: 100%;
    padding-right: 0%;
}

.products .header-text .line-after:after {
    left: 50%;
    transform: translateX(-50%);
}

.products.full_preview .back_to_overview {
    display: none;
}

.slider-untertitle .container #backButton {
    z-index: 1;
    position: absolute;
    top: -45px;
    left: 0;
}

.header-text .row {
    position: relative;
}

.products.full_preview .collection_content.pro-img {
    max-width: 1000px;
    margin: 0 auto;
    top: -150px;
    right: 0;
    border-right: 5px solid #000;
    border-radius: 20px;
}

.products.full_preview .header-txt {
    max-width: 1000px;
    margin: 0 auto;
}

.products.full_preview .collection_content.pro-logo1, 
.products.full_preview .collection_content.pro-logo2, 
.products.full_preview .collection_content.pro-desc {
    display: none;
}

.prod-desc-wrap {
    width: 50%;
    float: left;
}

.collection_full.product .collection_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products.full_preview div#content {
    padding-top: 0;
}

.collection_content.pro-desc-img {
    width: 50%;
    
    float: righ
    t;
    max-width: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.collection_list.function {
    width: 25%;
    margin-bottom: 20px;
}

.collection_list.function .collection_container {
    background: var(--clr-primary-light);
    border-radius: 20px;
    padding: 30px;
}

ul {
    padding-left: 20px;
}

.solutions.full_preview .collection_list.referenzen .collection_container {
    background: var(--clr-primary-light);
}

.line-after.add-title {
    margin-top: 40px;
}

.button a {
    margin-top: 30px;
    color: #fff;
    background: var(--gradient);
    padding: 9px 30px 8px 30px;
    border-radius: 50px;
}

.form-group.form-check.datenschutz {
    font-size: 0.9rem;
    line-height: 1.8;
}

.beratung div#area-2,
.solutions.full_preview div#area-6 {
    background: url(/userdata/images/header-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.solutions.full_preview div#area-6 .container {
    display: flex;
    align-items: center;
}

.collection_list h3.collection_content.solutions__title.title.custom {
    height: 80px;
}

.component.sol-nav .collection_content {
    display: none;
}

.collection_content.nav-shorts {
    display: none;
}

.component.sol-nav .collection_content.nav-shorts,
.component.sol-nav .collection_content.mini-title {
    display: block;
}

div#header {
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 1;
    float: left;
    background: #fff;
}

div#header_hover {
    position: absolute;
    left: 0;
    top: calc(0% + 1px);
    background: #fff;
    width: 100%;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 7%);
    padding: 40px 0;
    transition: 200ms;
    opacity: 0;
    z-index: 0;
    display: none;
}

div#header:hover div#header_hover {
    top: calc(100% + 1px);
    transition: 200ms;
    opacity: 1;
    display: block;
}

.component.sol-nav {
    width: 25%;
    float: left;
}

.sol-nav ul.level_1 {
    width: 50%;
}

.component.sol-nav .collection_list {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

.sol-nav .collection_list.solutions .collection_container {
    border-radius: 0 !important;
    background: none;
}

.sol-nav .collection_content.mini-title.toTitle {
    padding: 0;
}

.sol-nav .collection_content.mini-title.toTitle {
    color: var(--fc-dark);
    margin: 0;
}

.sol-nav .collection_content.nav-shorts {
    color: var(--fc-light);
}

#header-hover ul.level_2 {
    display: block !important;
}

#header #header_hover ul.level_2 {
    display: block !important;
    position: relative;
    float: left;
    left: unset;
    top: unset;
    bottom: unset;
    padding: 0;
}

#header_hover li.level_1.levels a {
    float: left;
    width: 100%;
}

#header_hover li.level_1.levels {
    position: relative;
    float: left;
    display: block;
}

#header_hover li.level_2 a, #header_hover li.level_1 a {
    margin-bottom: 15px;
}

#header_hover ul.level_2 a p.level_2_title {
    color: var(--fc-dark) !important;
    font-weight: 400;
}

#header_hover ul.level_2 a:hover p.level_2_title {
    color: var(--main) !important;
}

#header_hover li.level_1 a {
    font-weight: 600;
}

.nav_description {
    font-weight: 400;
    color: var(--fc-light)
}

.component.sol-nav li {
    list-style: none;
    margin-bottom: 15px;
}

.collection_list.header-notice {
    padding: 0;
}

.component.note {
    width: 25%;
    float: left;
}

div#header_hover ul.level_1 {
    float: left;
    width: 50%;
}

.collection_list.header-notice {
    width: 100%;
}

.collection_content.notice-mini-title {
    color: var(--fc-light);
}

.collection_content.notice-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.collection_content.note-title, .collection_content.notice-mini-title {
    padding-right: 40px;
}

.collection_list.header-notice:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 7px;
    background: url('/userdata/images/right-blue.png');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;   
    transition:  0.3s ;
}

.collection_content.loc-link:hover a:after,
.collection_list.jobs .collection_container:hover:after,
.collection_list.advice .collection_container:hover:after,
.collection_list.header-notice:hover:after {
    animation: hoverAnimation 0.5s alternate infinite;
    transition:  0.3s ;
}

@keyframes hoverAnimation {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(10px);
    }

}

.collection_list.advice .collection_container:hover img {
    scale: 1.1;
    transition: 200ms;
}

.beratung #content .container {
    margin-top: -150px;
    display: flex;
    flex-wrap: wrap;
}

.collection_list.advice .collection_container img {
    scale: 1.0;
    transition: 200ms;
}

#footer li.level_1 {
    float: left;
}

#footer ul.level_1 {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#footer ul.level_2 {
    display: block;
    background: none;
    padding: 0;
    position: relative;
    top: unset;
}

#footer a p,
#footer a {
    color: var(--fc-dark) !important;
    transition: 200ms;
}

#footer a p:hover,
#footer a:hover {
  color: var(--main) !important; 
  transition: 200ms;
}

.footer-2-outer u
l.level_1 > .level_1 {
    font-weight: 600;
}

.footer-2-outer ul.level_1 .level_2 {
    font-weight: 400;
}

.footer-1-outer a
 {
    font-weight: 600;
}

.glide {
    position: sticky;
    top: 140px;
}

.unternehmen #content, .unternehmen #area-3 {
    display: flex;
}

.unternehmen.referenzen #content {
    display: block;
}

.collection_list.history {
    width: 100%;
    padding: 0;
}

.collection_content.histo-img {
    width: 82%;
}

.collection_content.histo-year {
    font-size: 2.6rem;
}

.histo-txt-wrap {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    right: 0;
    bottom: 15px;
    max-width: 400px;
    box-shadow: var(--shadow);
}

.collection_content.histo-img:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    background: var(--main);
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.collection_content.histo-img {
    position: relative;
}

.collection_content.histo-year {
    margin-top: 20px;
}

.collection_content.histo-img:before {
    position: absolute;
    content: '';
    background: var(--main);
    width: 100%;
    left: 340px;
    top: 50%;
    height: 6px;
    z-index: -1;
}

.histo-owl .owl-item:last-child .collection_content.histo-img:before {
    background: linear-gradient(90deg, var(--main), var(--main), var(--main), var(--main), transparent);
}

.histo-owl .owl-item {
    scale: 1;
}

.histo-owl .owl-item img {
    height: 400px !important;
}

.shadow img {
    border-radius: 20px;
    
    box-shadow:
     var(--shadow);
    max-width: 600px;
}

.fll {
    float: left !important;
}

.flr {
    float: right !important;
}

.dark-bg .collection_list.referenzen .collection_container {
    background: var(--clr-primary-light);
}

.news-ov-group .row {
    display: flex;
    flex-wrap: wrap;
}

.full_preview .slider-untertitle .button.mt30 {
    display: none;
}

.back_to_overview {
    display: none;
}

button#backButton {
    background: none;
    color: var(--main);
    position: absolute;
    top: -50px;
    padding: 0;
    text-decoration: underline;
    z-index: 1;
}

.unsere-news .collection_list.posting1 .collection_content.card_teaser {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}


.solutions #slider img,
.impressum #slider img, 
.datenschutz #slider img, 
.bedingungen #slider img, 
.methodik #slider img, 
.unternehmen #slider img, 
.softwareloesungen #slider img, 
.beratung #slider img, 
.stellenangebote #slider img, 
.registry #slider img, 
.unsere-news #slider img, 
.verbaende #slider img, 
.partner #slider img {
    height: 430px !important;
}

.solutions #slider-wrapper div.slider-untertitle,
.impressum #slider-wrapper div.slider-untertitle,
.datenschutz #slider-wrapper div.slider-untertitle,
.bedingungen #slider-wrapper div.slider-untertitle,
.methodik #slider-wrapper div.slider-untertitle,
.unternehmen #slider-wrapper div.slider-untertitle,
.stellenangebote #slider-wrapper div.slider-untertitle,
.verbaende #slider-wrapper div.slider-untertitle,
.unsere-news #slider-wrapper div.slider-untertitle {
    bottom: calc(50% + 0px);
}

.collection_list.bond {
    padding: 3%;
}

.collection_list.advice .collection_container:after {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: url(/userdata/images/right-blue.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.collection_content.bond-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.collection_content.area {
    text-align: center;
    margin: 0px 0 30px 0;
}

.collection_list.bond .collection_container .bond-logo img,
.collection_list.bond-14 .collection_container .bond-logo img {
    padding: 40px;
    transition: 200ms;
    scale: 1;
    object-fit: contain;
}

.collection_list.bond .collection_container:hover .bond-logo img,
.collection_list.bond-14 .collection_container:hover .bond-logo img {
    transition: 200ms;
    scale: 1.1;
}

.verbaende #content, .partner #content {
    padding-top: 30px;
}

.collection_list.bond .collection_container,
.collection_list.bond-14 .collection_container {
    padding: 20px;
    background: var(--clr-primary-light);
    border-radius: 20px;
}

.collection_list.bond .collection_container {
    height: 180px;
}
.collection_list.bond-14 .collection_container {
    height: 250px;
}

.filter_display {
    width: 100%;
}

.form-group.form-check.privacy {
    font-size: 0.9rem;
    line-height: 1.8;
}

.form-group.form-check.option1, .form-group.form-check.option2, .form-group.form-check.option3, .form-group.form-check.option4 {
    width: 50%;
    float: left;
    display: block;
    position: relative;
    clear: unset;
    padding: 0px 15px 5px 15px;
}

h2.hint {
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 20px;
    color: var(--main);
    margin-bottom: 15px;
}

form#contactformular_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hidden-rounds {
    border-radius: 20px;
    overflow: hidden;
}

.reg
-txt .row {

    max-width: 600px;
}

.collection_content.note-link a {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.datenschutz .header-text .row,
.impressum .header-text .row,
.bedingungen .header-text .row,
.methodik .header-text .row,
.stellenangebote .header-text .row,
.unternehmen .header-text .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.datenschutz .header-text,
.impressum .header-text,
.bedingungen .header-text,
.methodik .header-text,
.stellenangebote .header-text,
.unternehmen .header-text {
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.datenschutz .header-text .button .textcontent,
.impressum .header-text .button .textcontent,
.bedingungen .header-text .button .textcontent,
.methodik .header-text .button .textcontent,
.stellenangebote .header-text .button .textcontent,
.unternehmen .header-text .button .textcontent {
    justify-content: center;
    display: flex;
}

.bss.unternehmen.unternehmen div#area-3 .line-after:after {
    background-color: #fff;
}

.bss.unternehmen.unternehmen div#area-3 {
    background: var(--gradient);
    color: #fff;
}

.bss.unternehmen.unternehmen div#area-3 .dl-section h2 {
    color: #fff;
}

.dl-
section {

    max-width: 600px;
}

.logo-white {
    max-width: 206px;
    filter: brightness(500);
}

.dl-section-r {
    background: #fff;
    color: var(--fc-dark);
    padding: 50px 50px 35px 50px;
    border-radius: 20px;
}

.dl-section-r li {
    margin-bottom: 15px;
    list-style: url(/userdata/images/blue-check.svg);
}

.bss.unternehmen.unternehmen div#area-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dl-section-r ul {
    padding-left: 27px;
}

.jobs .dl-section {
    position: sticky;
    top: 100px;
}

.collection_list.jobs {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ececec;
    padding: 30px 0 0px 0;
    margin-bottom: 0px;
}

.collection_full.jobs li {
    list-style: disc;
    margin-bottom: 10px;
}

.collection_list.jobs .collection_container:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background: url(/userdata/images/right-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.collection_full.advice .collection_container,
.collection_full.jobs .collection_container {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    width: 65%;
    float: left;
}

.collection_full.jobs .side-box {
    border: none;
    border-radius: 0px;
    padding: 0;
    background: none;
}

.side-box {
    width: 30%;
    float: right;
    position: sticky;
    top: 100px;
}

.stellenangebote.full_preview .slider-untertitle .button {
    display: block;
}

.collection_content.contact-img-advice,
.collection_content.img-contact {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.collection_content.contact-info, 
.collection_content.person-contact, 
.collection_content.person-contact-title {
    float: right;
    width: calc(100% - 130px);
    transform: translateY(4px);
}

.collection_full.advice .side-box {
    background: none;
    border: none;
    padding: 0;
}

.collection_content.person-contact {
    font-size: 1.6rem;
    margin-bottom: -5px;
}

.stellenangebote div#content .container {
    display: flex;
}

.collection_content.person-contact-title {
    margin-bottom: 7px;
    color: var(--main);
    font-size: 1.2rem;
}

.collection_content.contact-info a {
    color: var(--fc-dark);
}

.job-location {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1rem;
    background-color: var(--main);
    padding: 6px 20px 4px;
    border-radius: 500px;
    color: var(--clr-primary-white);
    font-weight: var(--fw-400);
    z-index: 1;
}

.collection_content.job-task, .collection_content.job-expection {
    margin-bottom: 30px;
}

h2.line-after {
    position: relative;
    float: left;
    width: 100%;
}

h2.line-after:after {
    left: 0;
}

div#contact-area,
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

.collection_content.job-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.collection_list.jobs .collection_content.job-img {
    width: 300px;
    float: left;
    margin-right: 30px;
    height: 180px;
}

.job-pre-txt {
    float: right;
    width: calc(100% - 330px);
    padding-bottom: 30px;
}

.collection_list .job-location {
    left: 0;
    right: unset;
    top: 0;
    border-radius: 20px 0 20px 0;
    max-width: 270px;
}

.collection_list.jobs .collection_container {
    position: relative;
    float: left;    
}

.collection_list.jobs .collection_container img {
    transition: 200ms;
}

.collection_list.jobs .collection_container:hover img {
    scale: 1.1;
    transition: 200ms;
}

.collection_list.jobs:last-child {
    border-bottom: none;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form h2.title {
    width: 100%;
    margin-bottom: 10px;
}

textarea#input_nachricht {
    max-width: 100%;
}

.collection_list.locations .collection_container,
.collection_list.advice .collection_container {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.collection_list.locations .title,
.collection_list.advice .title {
    padding: 30px 30px 0 25px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection_list.locations .collection_content.location-img,
.collection_list.advice .collection_content.advice-img {
    border-top: 4px solid var(--main);
    height: 200px;
}

.collection_content.street {
    padding: 25px 25px 0px 25px;
    font-size: 1.4rem;
}

.collection_list.locations .collection_content.loc-contact {
    padding: 5px 25px 25px 25px;
}

.collection_list.advice .collection_content.advice-short {
    padding: 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 70px;
}

.collection_content.advice-img {
    overflow: hidden;
}

.jobs .filter_display {
    padding: 0;
}

h3.collection_content.locations__title.title.custom {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    bottom: 25px;
    margin: 0;
    text-shadow: 0 0 10px rgb(0 0 0 /100%);
    z-index: 1;
    pointer-events: none;
}

.jobs a.button_filter.o-filter {
    background: #fff;
}

.beratung.full_preview #content .container {
    margin-top: 0;
    display: flex;
}

.collection_content.advice-desc, .collection_content.advice-desc-txt {
    margin-bottom: 30px;
}

.collection_content.location-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgb(0 0 0 / 45%), transparent);
    z-index: 0;
}

.collection_full.posting1 .collection_content.date {
    
    color: var(--
    main);
    font-weight: 600;
    position: relative;
    float: left;
    padding-right: 20px;
}

.collection_full.posting1 .collection_content.card_text {
    float: left;
    margin-top: 30px;
}

.unsere-news.unternehmen.full_preview .header-text .row {
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
}

.unsere-news.unternehmen.full_preview .header-text {
    max-width: 900px;
    text-align: left;
    margin: 0;
    padding: 0 100px 0 0;
}

.unsere-news.unternehmen.full_preview .header-text .line-center:after {
    left: 40px;
}

.collection_list.posting1 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}

.softwareloesungen #content .container {
    margin-top: -150px;
}


.products.full_preview .collection_list.addon .collection_container {
    background: #fff;
    height: 100%;
}

.products.full_preview .collection_list.function .collection_container {
    height: 100%;
}

.products.full_preview .collection_content.addons-pro {
    display: flex;
    flex-wrap: wrap;
}

.products.full_preview .collection_content.addons-pro .collection_list {
    margin-bottom: 30px;
}

.products.full_preview .collection_content.prod-func-coll {
    display: flex;
    flex-wrap: wrap;
}

.histo-owl .owl-nav {
    float: left;
    padding-left: 15px;
}

.collection_full .collection_content.ref-desc, 
.collection_full.posting1 .collection_content.card_text {
    width: 70%;
    float: left;
    margin: 0;
}

.collection_full .collection_content.date.toBox, 
.collection_full .collection_content.thema.toBox, 
.collection_full .collection_content.duration.toBox {
    clear: left;
    margin-bottom: 25px;
    padding-left: 80px;
}

.collection_full  .collection_content.duration:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(/userdata/images/stopper.svg);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collection_full .collection_content.thema.toBox:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(/userdata/images/info.svg);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collection_full .collection_content.date.toBox:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(/userdata/images/calendar.svg);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collection_full.posting1 .collection_content.toBox {
    position: relative;
    font-size: 1rem;
}

.collection_full .side-box {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 25px 20px 25px 20px;
    position: sticky;
    top: 100px;
    background: var(--clr-primary-light);
}

.unsere-news.full_preview div#content .posting1 {
    display: flex !important;
}

.referenzen.full_preview div#content .container {
    display: flex;
}

ul.level_1 > li.level_1 {
    width: 25%;
}

.beratung div#area-2 .container, .solutions.full_preview div#area-6 .container {
    display: flex;
    align-items: center;
}

.ref-img1, .ref-img2, .ref-img3 {
    border-radius: 20px;
    overflow: hidden;
}

.component.fernwartung a {
    background: var(--gradient);
    color: #fff !important;
    padding: 9px 30px;
    border-radius: 500px;
}

#header_2 ul.level_1 > li.level_1 {
    width: auto;
}

div#header_hover ul.level_1 {
    float: left;
    width: 75%;
    padding-right: 30px !important;
}

.collection_content.bond-logo {
    height: 150px;
}

.sure-step a {
    background: var(--gradient);
    color: #fff;
    padding: 100px 30px 30px 30px;
    float: left;
    border-radius: 20px;
    font-size: 1.2rem;
    max-width: 330px;
    text-align: center;
}

.collection_list.bedingungen .filegallery_content_file:after,   
.sure-step a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 30px;
    background: url(/userdata/images/download.svg);
    width: 60px;
    height: 60px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
}

.sure-step {
    position: relative;
}

.collection_list.bedingungen {
    background: var(--gradient);
    color: #fff;
    padding: 90px 30px 30px 30px;
    float: left;
    border-radius: 20px;
    font-size: 1.2rem;
    max-width: 330px;
    text-align: center;
}

.collection_list.bedingungen h3 {
    color: #fff;
}

.bedingungen div#area-2 .container {
    display: flex;
    justify-content: space-between;
}

.collection_list.bedingungen a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection_list.bedingungen .collection_container {
    position: unset;
}

#header .component.contact-btn {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#header .component.contact-btn a {
    background: var(--gradient);
    color: #fff;
    padding: 8px 20px 8px 40px;
    border-radius: 500px;
    position: relative;
    font-size: 0.9rem;
}

#header .component.contact-btn .textcontent:nth-child(1) a:after {
    content: '';
    background: url(/userdata/images/43_25_mail.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(500);
}

#header .component.contact-btn .textcontent:nth-child(2) a:after {
    content: '';
    background: url(/userdata/images/42_25_phone.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(500);
}

.referenzen.full_preview div#area-2 .container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 30px;
}

.side-box .customer-pv-img {
    border-radius: 0px;
    width: calc(100% + 40px);
    float: left;
    right: 20px;
    position: relative;
    top: -25px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.collection_content.pdf-upload-news {
    float: left;
    clear: both;
}

.unsere-news.full_preview .slider-untertitle .container {
    justify-content: space-between;
}

.unsere-news .collection_full .side-box {
    border: 1px solid #eee;
    background: none;
}

.collection_content.location {
    padding: 0 25px;
    font-size: 1.4rem;
}

.referenzen .collection_list.referenzen .collection_container {
    background: var(--clr-primary-light);
}

.posting1-outer {
    display: flex;
    float: left;
    flex-wrap: wrap;
}

.collection_list.posting1 {
    margin-bottom: 10px;
}

.collection_content.card_img {
    flex: 1;
}

.posting1 .collection_container {
    display: flex;
    flex-direction: column;
}

.collection_list .collection_content.card_img {
    height: 210px;
}

.collection_list .collection_content.card_img img {
    height: 210px !important;
}

.collection_full.posting1 .collection_container {
    display: block;
    flex-direction: unset;
}

div#header_2 > .level_1 .levels:hover .level_2 {
    display: none;
}

#header .hamburger-menu li.level_1 {
    border-bottom: 1px solid var(--clr-primary-white);
    width: 100%;
}

#header .hamburger-menu li.level_1 a {
    padding: 11px 20px;
    float: left;
}

li.level_1.levels.active ul.level_2 {
    display: block !important;
    position: relative;
    float: left;
    width: 100%;
    background: var(--clr-primary-light);
}

li.level_1.levels:after {
    content: '';
    background: var(--right-white);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
    width: 15px;
    height: 15px;
    transform: translateY(0%) rotate(90deg);
    transition: 200ms;
}

li.level_1.levels.active:after {
    background: var(--right-white);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(0%) rotate(-90deg);
    transition: 200ms;
}

li.level_1.levels:hover:after {
    cursor: pointer;
}

#header .hamburger-menu li.level_2 a {
    padding: 8px 5px;
}

.collection_content.ref-upload.button {
    float: left;
    clear: both;
}

.referenzen div#content {
    padding-top: 30px !important;
}
.referenzen.full_preview div#content {
    padding-top: 70px !important;
}

.collection_content.loc-link a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    background: rgb(0 157 224 / 0%);
    width: 100%;
    cursor: pointer;
    transition: 200ms;
}

.collection_content.loc-link a:hover {
    background: rgb(0 157 224 / 70%);
    transition: 200ms;
}

.collection_content.loc-link a:after {
    position: absolute;
    bottom: 38px;
    right: 30px;
    height: 20px;
    width: 20px;
    background: var(--right-white);
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.customer-logos .filter_display {
    display: none;
}

.home .txt-btn {
    position: absolute;
    right: 10px;
}

.cs-cometogether {
    width: calc(60% - 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
}

#footer li.level_1.levels:after {
    display: none;
}

.solutions.full_preview div#slider-title {
    display: none;
}

.collection_list.issue-coll {
    padding-top: 0;
}

.glide {
    padding-left: 40px;
}

.collection_list h3.collection_content.advice__title.title.custom {
    height: 84px;
}

.histo-owl .owl-stage-outer {
    overflow: visible !important;
    float: left;
}

.dl-section-r .contactformular {
    width: 100%;
}

#header_hover ul.level_2 a.active_tree p.level_2_title {
    font-weight: 600;
}

.collection_full.jobs .collection_container {
    padding-top: 80px;
}

.collection_list.addon li {
    list-style: url(/userdata/images/check-black.svg);
    margin-bottom: 5px;
}

.moth-btn {
    margin-top: 30px;
    color: var(--main);
    text-decoration: underline;
    cursor: pointer;
}

.moth-btn:hover {
    color: var(--first);
}

.moth {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.moth.active {
    -webkit-line-clamp: unset;
    display: block;
    -webkit-box-orient: unset;
}

#header li, #footer li {
    list-style: none !important;
}

.slideshow-generierer .owl-item .owl-carousel-item {
    border-radius: 20px;
}

.collection_content.prod-slider .owl-nav {
    justify-content: center !important;
    display: flex !important;
}

.slideshow_box .slideshow_content {
    width: 100%;
    height: 100%;
    position: relative;
}

.slideshow_box .owl-carousel-item {
    margin-bottom: 140px;
    position: relative;
}

.slideshow_box .slideshow-generierer .slideshow_content .slideshow_content_inner {
    top: 100%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.slideshow_box .slideshow-generierer .slideshow_content .slideshow_headline {
    font-size: 1.4rem;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.slideshow-generierer .center .slideshow_content_inner {
    opacity: 1;
    transition: 300ms;
}

.slideshow-generierer .slideshow_content_inner {
    opacity: 0;
    transition: 300ms;
}

.slideshow-generierer .owl-nav {
    position: absolute;
    bottom: 60px;
    width: 100%;
    gap: 60%;
}

.products.full_preview #area-2 {
    padding-bottom: 0;
}

.slideshow_box .slideshow-generierer .owl-carousel-item.animated {
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s;
    height: 480px;
}

.collection_list.referenzen.show .collection_content.customer-short.toHead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer-logos .collection_content.customer-short.toHead {
    display: none !important;
}

.referenzen.unternehmen #area-2 {
    display: none !important;
}

.referenzen.unternehmen.full_preview #area-2 {
    display: block !important;
}

/* .collection_list.product .collection_container > div {
    display: none;
}

.pro-text-wrap, .collection_content.pro-img {
    display: block !important;
} */

.pup-black {
    background: #0000009e;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 800;
    display: none;
}

.pup-wrap h2 {
    color: var(--fc-dark) !important;
    font-size: 1.4rem;
}

.collection_content.pup-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

.collection_content.pro-head-txt {
    text-align: center;
    margin-bottom: 60px;
}

.collection_content.prod-high-title.line-center.pup {
    margin-top: 60px;
    float: left;
    clear: both;
    width: 100%;
}

.prod-desc-wrap {
    padding-right: 60px;
}

.pup-wrap {
    position: fixed;
    background: #fff;
    padding: 50px;
    border-radius: 30px 0px 0px 30px;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    overflow: hidden scroll;
    width: calc(100% - 60px);
    z-index: 999;
    height: calc(100% - 100px);
    color: #000;
    box-shadow: var(--shadow);
    max-width: 1200px;
}

.pup-black:after {
    content: 'x';
    position: absolute;
    right: 30px;
    top: 80px;
    scale: 1.45 1;
    line-height: 1;
    font-size: 1.2rem;
    cursor: pointer;
}

.pup-black.active {
    display: block;
}

div#pup-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 11px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: rgb(255 255 255 / 0%);
    cursor: pointer;
}

div#pup-btn:hover {
    background: rgb(255 255 255 / 6%);
}

.collection_content.prod-slider.pup {
    width: calc(100% + 100px);
    left: -50px;
    position: relative;
}

.prod-slider .owl-item {
    border: 1px solid #eee;
    border-radius: 20px;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .pup-wrap {
    scrollbar-width: auto;
    scrollbar-color: var(--main) #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .pup-wrap::-webkit-scrollbar {
    width: 13px;
  }

  .pup-wrap::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .pup-wrap::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  .solutions.full_preview .collection_list.function .collection_container {
    background: var(--clr-primary-light);
}

.collection_content.funktionen-coll {
    display: flex;
    flex-wrap: wrap;
}

.collection_content.funktionen-coll .collection_container {
    height: 100%;
}

.collection_content.prod-slider.pup .owl-carousel-item {
    background-size: contain;
}

.collection_content.pro-desc {
    margin-bottom: 60px;
} 

.collection_content.addons-coll .addon:nth-child(1), .collection_content.addons-coll .addon:nth-child(2), .collection_content.addons-coll .addon:nth-child(3) {
    display: block !important;
}

.collection_content.addons-coll .addon {
    display: none;
}

.collection_content.addons-coll .addon.active {
    display: block;
}



.collection_content.funktionen-coll .function:nth-child(1), 
.collection_content.funktionen-coll .function:nth-child(2), 
.collection_content.funktionen-coll .function:nth-child(3), 
.collection_content.funktionen-coll .function:nth-child(4) {
    display: block !important;
}

.collection_content.funktionen-coll .function {
    display: none;
}

.collection_content.funktionen-coll .function.active {
    display: block;
}

.toggle-button {
    background: var(--main);
    color: #fff;
    border-radius: 500px;
    padding: 8px 20px;
    cursor: pointer;
    float: left;
}

.toggle-button:hover {
    background: var(--juicy);
}

.toggle-button-wrap {
    width: 100%;
}

.more-button {
    color: var(--main);
    position: absolute;
    left: 20px;
    bottom: -30px;
    cursor: pointer;
}

.collection_content.issue-desc.active.open {
    -webkit-line-clamp: unset;
}

.slideshow_content_inner {
    max-width: 700px;
}

.referenzen.full_preview .collection_content.customer-branche {
    margin-top: 10px;
}

.referenzen.full_preview .collection_content.ref-upload.button {
    clear: unset;
}

.posting1-outer .posting1:nth-child(3) .collection_content.card_img img {
    height: 100% !important;
}

.referenzen.full_preview .side-box {
    width: calc(30% - 40px);
    margin-left: 40px;
    float: right;
}

.unternehmen div#area-2 {
    overflow-x: hidden;
}

label[for="accept_cookies"],
label[for="accept_reject_cookies"],
label[for="accept_config_cookies"],
label[for="accept_maps"],
label[for="accept_recaptcha"],
label[for="accept_youtube"],
label[for="accept_lottiefiles"],
label[for="accept_typekit"] {
    display: none;
}

.collection_full.solutions {
    max-width: 100%;
}

.collection_content.f-label {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--main-opac-light);
    padding: 8px 12px;
    left: -40px;
}

.collection_content.f-label:empty {
    display: none;
}

/* Responsiv */


@media(max-width:1600px) {

    div#contact-area .contactformular {
        width: calc(50% - 40px);
    }

    .beratung.full_preview div#slider, .solutions.full_preview div#slider {
        opacity: 0.3;
    }

    .cs-cometogether {
        width: calc(50% - 0px);
        flex-direction: column;
    }

    .contacts-wrap, .support-wrap {
        width: 100%;
        margin-bottom: 40px;
        height: auto;
    }


} /*END 1600*/

@media(max-width:1450px) {
    .header-animation iframe {
        width: 510px;
    }

    div#header_hover {
        padding-bottom: 70px;
    }

    .pup-black:after {
        right: 10px;
    }
    
} /*END 1450px*/
    
@media (max-width: 1249px) {

    .collection_content.pro-img {
        margin-bottom: 80px;
    }

    .collection_content.pro-desc {
        margin-bottom: 0px;
    }

    .slideshow_headline_inner {
        font-size: 1.2rem;
    }

    .unsere-news.full_preview .collection_content.card_text {
        width: 100%;
        padding-right: 0;
        max-width: 900px;
        margin-top: 30px;
    }

    .new-f-img img {
        border: 5px solid #000;
        border-radius: 20px;
    }

    .new-f-img:before {
        height: 6px;
        top: -3px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        margin-left: unset;
        height: 300px!important;
        width: 300px!important;
    }

    div#header, #header .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    div#header_1,
    #header_2,
    #header_3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
        #cookie-bar>p {
            line-height: 20px;
    }

    h3.collection_content.solutions__title.title.custom {
        font-size: 1rem;
        height: 45px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .posting1-outer .posting1:nth-child(3) .collection_content.card_img {
        height: 100%;
    }

    h3.collection_content.posting1__title.title.custom {
        font-size: var(--fs-body);
        min-height: unset;
        -webkit-line-clamp: 3;
    }

    .posting1-outer .posting1:nth-child(3) .collection_content.title {
        font-size: 1.2rem;
        min-height: unset;
    }

    .collection_list.posting1 {
        width: 50%;
    }

    .nav-kachel .row {
        margin-bottom: 30px;
        height: 200px;
    }

    .nav-kachel {
        width: 50% !important;
    }

    .nav-kachel h2 {
        font-size: var(--fs-700);
    }

    .nav-kachel .line-after {
        bottom: 30px;
        left: 30px;
    }

    #footer ul.level_1 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    #footer li.level_1 {
        width: 33%;
        margin-bottom: 30px;    
        padding-right: 20px;
    }

    .component.copyright {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    div#privacy-policy {
        text-align: center !important;
    }

    .component.copyright .textcontent {
        gap: 10px;
        display: flex;
        justify-content: center;
    }

    .component.copyright .textcontent a {
        padding: 0;
    }
    
    .collection_list.product .collection_container {
        flex-direction: column;
        gap: 60px;
        width: 100%;
    }

    .pro-text-wrap {
        width: 100%;
    }

    .collection_list.product {
        padding: 40px;
    }

    .collection_content.addons-coll .collection_list.addon {
        width: calc(50% - 10px);
    }

    .products.full_preview .collection_content.pro-img {
        margin-bottom: -100px;
    }

    .collection_list.function {
        width: 33.33333%;
    }

    .sure-step {
        float: left !important;
        margin-top: 30px;
    }

    .collection_list.advice {
        width: 50%;
    }

    .collection_full.advice {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .collection_full.advice .collection_container, .collection_full.jobs .collection_container {
        width: 100%;
    }

    .side-box {
        width: 100%;
        position: relative !important;
        top: unset !important;
        padding: 20px 5px !important;
        max-width: 500px;
        float: left;
    }

    .collection_full .collection_content.duration.toBox {
        margin-bottom: 0 !important;
    }

    div#content, .main-screen {
        padding: 3rem 0;
    }

    .collection_content.person-contact {
        font-size: 1.4rem;
        margin-bottom: 0px;
    }
    
    .collection_content.contact-img-advice, .collection_content.img-contact {
        width: 80px;
        height: 80px;
    }

    .collection_content.contact-info, .collection_content.person-contact, .collection_content.person-contact-title {
        width: calc(100% - 90px);
    }

    .glide.shadow .flr {
        float: left !important;
    }

    .glide.shadow {
        padding: 30px 15px;
    }

    .collection_list.locations {
        width: 50%;
    }

    .unsere-news .collection_list.posting1 {
        width: 33.33333%;
    }

    .reg-txt {
        margin-bottom: 30px;
    }

    .unsere-news.full_preview .slider-untertitle .container .header-text, 
    .unsere-news.full_preview .slider-untertitle .container .toSlidebox {
        width: 50%;
    }

    .unsere-news.full_preview .slider-untertitle .container .toSlidebox {
        max-width: 500px;
    }

    .slideshow_box .slideshow-generierer .owl-carousel-item.animated {
        height: 400px;
    }

} /*END 1249px*/


@media(max-width:1120px) {
    .header-animation {
        justify-content: start;
    }


} /*END 1120px*/

@media only screen and (max-width: 1024px) {

    .collection_list.product .collection_container {
        gap: 20px;
    }

    .header-text {
        padding-right: 0%;
    }

    .collection_list {
        width: 50%;
    }
    .anker-navi .container {
        padding: 0 !important;
    }

    .new-f-img img {
        border: 3px solid #000;
        border-radius: 12px;
    }

    .new-f-img:before {
        width: 50px;
        height: 4px;
        top: -2px;

    }

    .slider-untertitle .container {
        flex-direction: column;
    }

    #slider img {
        height: 800px !important;
    }

    .special-img img {
        max-height: 200px;
        margin-top: 50px;
    }
    
    div#contact-area .contactformular {
        width: 100%;
        margin-bottom: 30px;
    }

    .cs-cometogether {
        width: 100%;
        flex-direction: row;
    }

    .contacts-wrap, .support-wrap {
        width: calc(50% - 20px);
    }

    .contact-flex {
        flex-direction: column;
    }

    .collection_full.solutions .collection_container {
        flex-direction: column;
    }

    .einleitung-txt-wrap, .collection_content.img50er.einleitung-img {
        width: 100%;
    }

    .full_preview.solutions #content .container,
    .full_preview.solutions #area-3 .container, 
    .full_preview.solutions #area-2 .container {
        flex-direction: column;
    }

    .img50er {
        width: 100%;
        height: auto !important;
    }

    .challanges {
        width: 100% !important;
    }

    .beratung div#area-2 .container, .solutions.full_preview div#area-6 .container {
        flex-direction: column;
    }

    .products.full_preview #slider img {
        height: 400px !important;
    }

    .products.full_preview #slider-wrapper div.slider-untertitle {
        bottom: calc(55% + 40px);
    }

    .slider-untertitle .container #backButton {
        position: relative;
        top: unset;
        bottom: unset;
    }

    .collection_full.product .collection_container {
        flex-direction: column;
    }

    .collection_content.pro-desc-img {
        width: 100%;
        margin-top: 30px;
    }
    
    .prod-desc-wrap {
        width: 100%;
        float: left;
    }

    .products.full_preview .collection_content.pro-img {
        margin-bottom: -50px;
        top: -50px;
    }
 
    .collection_list.function {
        width: 50%;
    }

    .histo-txt-wrap {
        position: relative;
        
        margin-top:
         20px;
        max-width: 600px;
    }

    .collection_content.histo-year {
        padding-left: 15px;
        font-size: 2rem;
    }
    .bss.unternehmen.unternehmen div#area-3 .container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .jobs .dl-section {
        position: relative;
        top: unset;
    }

    .unsere-news .collection_list.posting1 {
        width: 50%;
    }

    .unsere-news.full_preview .slider-untertitle .container .header-text, 
    .unsere-news.full_preview .slider-untertitle .container .toSlidebox {
        width: 100%;
        padding: 0;
    }

    .unsere-news.full_preview .slider-untertitle .container {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .unsere-news.full_preview button#backButton {
        top: 15px;
    }

    .prod-desc-wrap {
        margin-bottom: 30px;
        text-align: center;
    }

    .prod-desc-wrap {
        padding: 0;
    }

    .collection_content.pro-desc-title.line-after.pup {
        padding-bottom: 25px;
    }

    .collection_content.pro-desc-img.pup {
        margin: 0 auto;
    }

    .collection_content.pro-desc-title.line-after.pup:after {
        transform: translateX(-50%);
    }

    .slideshow_box .slideshow-generierer .owl-carousel-item.animated {
        height: 330px;
    }

    .slideshow_headline_inner {
        font-size: 1.1rem;
    }

    .softwareloesungen #content .container {
        margin-top: 0;
    }

} /*END 1024px*/

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
    .anker-navi.sticky {
        position: relative !important;
    }

    .cs-cometogether {
        flex-direction: column;
    }

    .contacts-wrap, .support-wrap {
        width: 100%;
    }

    .component.seo-footer {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .footer-icons {
        margin: 0 auto;
        border-left: none;
        padding: 20px 0 0 0;
        text-align: center;
        width: 250px;
    }

    .footer-below {
        width: 100%;
        float: left;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-top: 30px;
        border-top: 2px solid var(--main);
    }
    
    .component.footer-social {
        justify-content: center;
    }

    .component.seo-footer .textcontent {
        text-align: justify;
    }

} /*END 992px*/
    
@media (max-width: 768px) {

    .slideshow_headline_inner {
        font-size: 1rem;
    }

    .collection_list.solutions {
        width: 100%;
    }

    #slider #slider-title .customer-logos .row {
        border-radius: 10px;
        padding: 10px;
    }

    h3.collection_content.solutions__title.title.custom {
        height: auto;
    }

    #cookie-bar {
        text-align: center;
    }
    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .faq_group_container .faq_question_box {
        padding: 5px 34px 8px 15px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-f-text {
        padding: 0 0 30px;
    }

    .highlight-group {
        border-bottom: 1px solid var( --clr-primary-white);
    }

    .highlight-group.odd .row {
        flex-direction: column-reverse;
    }

    .row {
        flex-wrap: wrap;
    }

    .collection_list.bugfixes {
        width: 50%;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
            width: 100%!Important;
    }

    .col-xs-12.willkommen.d-flex.align-items-center {
        padding: 0;
    }
    #slider div#slider-title {
        padding: 0 0px;
    }
    .anker-button.button {
        width: 100%;
        border-bottom: 1px solid var( --clr-primary-white);
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-sitemap li.level_1 {
        width: 50%;
        margin-bottom: 30px;
    }
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .seo .footer-2 {
        padding: 0;
    }
    #privacy-policy .footer-1 {
        text-align: center !important;
    }
    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .component.privacy_policy {
        padding: 20px 0 0 0;
    }
    div#cookiewarnung {
        font-size: 13px !important;
    }

    .customer-title {
        left: 5px;
    }

    #slider .collection_content.logo-customer img {
        max-height: 50px !important;
    }

    .customer-title {
        font-size: 0.9rem;
    }

    .posting1-outer .posting1:nth-child(3) .collection_content.card_img {
        width: 100%;
        height: auto;
    }
    
    .posting1-outer .collection_list.posting1:nth-child(3) .collection_container .postin1-text-wrap {
        width: 100%;
        padding: 20px;
    }

    .nav-kachel .row {
        height: 200px;
    }

    .nav-kachel {
        width: 100% !important;
    }
    
    #footer li.level_1 {
        width: 50%;
    }

    .collection_content.addons-coll .collection_list.addon {
        width: 100%;
    }

    input, select, textarea {
        padding: 8px 20px;
    }

    .collection_list.advice {
        width: 100%;
        padding: 15px 0;
    }   

    .collection_list h3.collection_content.advice__title.title.custom {
        height: auto;
    }

    .glide.shadow {
        padding: 30px 5px;
    }

    .histo-owl .owl-item img {
        height: 300px !important;
    }

    .collection_content.histo-img:before {
        left: 150px;
    }
    
    .dl-section-r {
        padding: 30px;
    }

    .collection_list.locations {
        width: 100%;
        padding: 15px 5px;
    }

    .collection_content.street {
        font-size: 1.2rem;
    }

    .collection_container.Kassel {
        display: flex;
        flex-direction: column;
    }
    
    .collection_list.jobs .job-pre-txt {
        width: 100%;
    }

    .collection_list.jobs .collection_content.job-img {
        margin: 0 0 5px 0;
    }

    .slideshow_box .slideshow-generierer .owl-carousel-item.animated {
        height: 250px;
    }

    .slideshow-generierer .owl-nav {
        gap: 78%;
    }

    .owl-prev img, .owl-next img {
        width: 30px !important;
    }

    .collection_full .collection_content.ref-desc, 
    .collection_full.posting1 .collection_content.card_text {
        width: 100%;
    }

    .referenzen.full_preview .side-box {
        width: 100%;
        margin-left: 0;
        float: left;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .collection_full.referenzen .collection_container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }


    .collection_full .collection_content.ref-desc h2.line-after:after, 
    .collection_full.posting1 .collection_content.card_text h2.line-after:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .collection_content.customer-short,
    .collection_list.referenzen .title {
        padding: 0px 15px;
    }


} /*END 768px*/


@media(max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .collection_content.pro-img {
        right: -10px;
        width: calc(100% + 20px);
    }

    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .collection_content.field-1655053570 {
        min-width: 47px;
    }

    .bugfixes-collection {
        padding-left: 0!important;
        margin-left: 0px!important;
        padding-right: 0!important;
    }

    .collection_list.bugfixes {
        width: 100%;
    }

    .vergleich {
        height: 360px!important;
    }
    .pb-5 {
        padding-bottom: 1rem!important;
    }

    .twentytwenty-container {
        height: 360px!important;
    }
    .header-animation iframe {
        width: 100%;
        height: 230px;
    }

    #slider-wrapper div.slider-untertitle {
        bottom: unset;
        top: 0;
        transform: unset;
    }

    .collection_content.thema, .collection_content.duration {
        font-size: 0.7rem;
    }

    .collection_list.product {
        padding: 30px;
    }

    .collection_list.function {
        width: 100%;
    }

    .histo-owl .owl-item img {
        height: 250px !important;
    }

    .histo-txt-wrap {
        padding: 20px;
    }

    .unsere-news .collection_list.posting1 {
        width: 100%;
    }

    a.button_filter.a-filter,
    a.button_filter.o-filter {
        padding: 6px 15px;
    }

    .filter_display {
        gap: 5px;
    }

    .solutions #slider img, .impressum #slider img, .datenschutz #slider img, .bedingungen #slider img, .methodik #slider img, .unternehmen #slider img, .softwareloesungen #slider img, .beratung #slider img, .stellenangebote #slider img, .registry #slider img, .unsere-news #slider img, .verbaende #slider img, .partner #slider img {
        height: 480px !important;
    }

    .header-txt {
        font-size: 0.95rem;
    }

} /*END 600px*/

@media only screen and (max-width: 480px) {

    
    .referenzen #slider img {
        height: 520px !important;
    }

    .header-txt {
        font-size: 0.9rem;
    }

    .slideshow_text_inner {
        font-size: 0.9rem;
    }

    .owl-prev img, .owl-next img {
        width: 20px !important;
    }

    .unsere-news.full_preview #slider-wrapper .toSliderbox, 
    .unsere-news.full_preview #slider-wrapper #slider {
        height: 280px;
    }

    .histo-owl .owl-item img {
        height: 180px !important;
    }

    #footer li.level_1 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    body#body {
        font-size: 0.9rem;
    }

    .new-f-img img {
        border: 2px solid #000;
        border-radius: 10px;
    }

    .new-f-img:before {
        width: 32px;
        height: 3px;
        top: -1px;
    }
    div#content, .main-screen {
        padding: 30px 0 !important;
    }
    .home div#content {
        padding: 100px 0 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }
    .vergleich {
        height: 260px!important;
    }

    .container {
        min-width: 250px;
    }

    .twentytwenty-container {
        height: 260px!important;
    }

    div#slider-wrapper {
        height: auto !important;
    }


    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
    h2 {
        margin-top: 0px;
    }

    .special-img img {
        max-height: 180px;
    }

    .component.fernwartung a {
        background: var(--gradient);
        color: #fff !important;
        padding: 7px 15px;
        border-radius: 500px;
    }

    .collection_list.support:nth-child(even) {
        border-right: 2px solid var(--main);
    }

    .collection_list.support {
        width: 50%;
        padding: 0;
        padding-right: 5px;
        margin: 0;
        margin-bottom: 10px;
    }

    .contacts-wrap, .support-wrap {
        padding: 25px;
    }

    .support-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .collection_list.support:nth-child(even) {
        border-right: none;
    }
    .collection_list.support:nth-child(even) {
        border-right: none;
    }

    :root {
        --fs-700: 1.2rem;
    }

    .beratung #content .container {
        margin-top: -100px;
    }

    .collection_list.jobs .collection_content.job-img {
        width: 100%;
        max-width: 400px;
    }

    .form-group.firstname, .form-group.lastname, .form-group.mail, .form-group.phone {
        width: 100%;
        padding: 7px 0;
    }

    .form-group.form-check.option1, .form-group.form-check.option2, .form-group.form-check.option3, .form-group.form-check.option4 {
        width: 100%;
    }

    .full_preview #slider-wrapper .toSliderbox {
        position: absolute;
        width: 100%;
        object-fit: cover;
        z-index: -1;
        background: #fff;
        opacity: 0.1;
        height: 430px;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .unsere-news.full_preview div#slider img {
        opacity: 0;
    }

    .pup-black:after {
        top: 60px;
    }

    .pup-wrap { 
        top: calc(50% + 30px);
        width: calc(100% - 0px);
        height: calc(100% - 110px);
        padding: 20px;
    }

    .collection_content.prod-slider.pup {
        width: calc(100% + 40px);
        left: -20px;
    }
    
    .collection_list.advice .collection_content.advice-short {
        min-height: 63px;
    }

    .header-text .line-center {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }

    .header-text .button a {
        margin-top: 10px;
    }

    h1 {
        font-size: 1.3rem;
    }

    

} /*END 480px*/
   
 
@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
        .w-25 .collection_list.teamCollection,
        .w-25 .collection_list.blog-multi {
            width: 100%;
            float: left;
            padding: 20px;
            border: 2px solid #80808080;
            text-align: center;
        }
            .col-sm-1,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9 {
                float: left;
            }
            .col-sm-12 {
                width: 100%;
            }
            .col-sm-11 {
                width: 91.66666667%;
            }
            .col-sm-10 {
                width: 83.33333333%;
            }
            .col-sm-9 {
                width: 75%;
            }
            .col-sm-8 {
                width: 66.66666667%;
            }
            .col-sm-7 {
                width: 58.33333333%;
            }
            .col-sm-6 {
                width: 50%;
            }
            .col-sm-5 {
                width: 41.66666667%;
            }
            .col-sm-4 {
                width: 33.33333333%;
            }
            .col-sm-3 {
                width: 25%;
            }
            .col-sm-2 {
                width: 16.66666667%;
            }
            .col-sm-1 {
                width: 8.33333333%;
            }
            .col-sm-pull-12 {
                right: 100%;
            }
            .col-sm-pull-11 {
                right: 91.66666667%;
            }
            .col-sm-pull-10 {
                right: 83.33333333%;
            }
            .col-sm-pull-9 {
                right: 75%;
            }
            .col-sm-pull-8 {
                right: 66.66666667%;
            }
            .col-sm-pull-7 {
                right: 58.33333333%;
            }
            .col-sm-pull-6 {
                right: 50%;
            }
            .col-sm-pull-5 {
                right: 41.66666667%;
            }
            .col-sm-pull-4 {
                right: 33.33333333%;
            }
            .col-sm-pull-3 {
                right: 25%;
            }
            .col-sm-pull-2 {
                right: 16.66666667%;
            }
            .col-sm-pull-1 {
                right: 8.33333333%;
            }
            .col-sm-pull-0 {
                right: auto;
            }
            .col-sm-push-12 {
                left: 100%;
            }
            .col-sm-push-11 {
                left: 91.66666667%;
            }
            .col-sm-push-10 {
                left: 83.33333333%;
            }
            .col-sm-push-9 {
                left: 75%;
            }
            .col-sm-push-8 {
                left: 66.66666667%;
            }
            .col-sm-push-7 {
                left: 58.33333333%;
            }
            .col-sm-push-6 {
                left: 50%;
            }
            .col-sm-push-5 {
                left: 41.66666667%;
            }
            .col-sm-push-4 {
                left: 33.33333333%;
            }
            .col-sm-push-3 {
                left: 25%;
            }
            .col-sm-push-2 {
                left: 16.66666667%;
            }
            .col-sm-push-1 {
                left: 8.33333333%;
            }
            .col-sm-push-0 {
                left: auto;
            }
            .col-sm-offset-12 {
                margin-left: 100%;
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }
            .col-sm-offset-9 {
                margin-left: 75%;
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }
            .col-sm-offset-6 {
                margin-left: 50%;
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }
            .col-sm-offset-3 {
                margin-left: 25%;
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }
            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

@media (min-width: 992px) {

    .w-25 .collection_list.teamCollection {
        width: 25%;
        float: left;
        padding: 20px;
    }

    .container {
        max-width: 970px;
    }
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0;
        }
    }

@media (min-width: 1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0;
        }
        .container {
            max-width: 1420px;
        }
    
        #header .container {
            max-width: 1640px;
        }
    
        }

@media (min-width: 1500px) {
        .container {
            h1 {
    font-size: 2rem;
}

            max-width: 1300px;
        }
}



    
