:root {
  
    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;
  
    --fc-primary: #2C2C2C;
    --fc-dark: #000;

    --ff-primary: 'Roboto', 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.875rem;
    --fs-800: 1.9rem;
    --fs-900: 3rem;

    --br-primary: 15px;
    --br-button: 8px;
  
    --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 / 15%); 

    --height-header: 60px;
    --fc-nav: #000000;
    --p-button: 10px 15px;
    --clr-border: #000000;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;

}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.collection_list.col25 {
    width: calc(25% - 15px);
}

.collection_list.col50 {
    width: calc(50% - 10px);
}

.collection_list.col100 {
    width: calc(100% - 10px);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

/* 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;
  overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
  }

/* 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;
}


* {
scrollbar-width: thin;
scrollbar-color: #cccccc #ffffff00;
}

*::-webkit-scrollbar {
width: 7px;
}

*::-webkit-scrollbar-track {
background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
background-color: #cccccc;
border-radius: 10px;
border: 0px solid #ffffff00;
}



/* 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;
  }
}

/* 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-image: url('/userdata/02_Kollektionen/strukur.jpg');
    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;
}
header {
    max-height: 140px;
    height: 140px;
    background: var(--bg-header);
    z-index: 100 !important;
    position: fixed !important;
    width: 100% !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.8), 0 -7px 34px 0 rgba(0, 0, 0, 0.8) !important;
    transition: max-height 0.6s ease-in-out, background-color 0.6s ease-in-out, border-bottom 0.6s ease-in-out;
    top: 0px;
    border-bottom: 7px solid #0B559A !important;
}

header.scrolled {
    background-color: #ffffff;
    max-height: 80px;
    height: 80px;
}

header .logo_left {
    transition: opacity 0.6s ease, width 0.6s ease, top 0.6s ease, padding-left 0.6s ease, background 0.6s ease, border-bottom 0.6s ease, border-right 0.6s ease, border-left 0.6s ease, margin-left 0.6s ease;
}

header .imgcontent img {
    transition: all 0.6s ease;
    position: absolute;
    top: 0%;
    transform: translate(-18.8%, -73%);
    z-index: 2;
}

header.scrolled .imgcontent img {
    width: 70px; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
header .container::after {
    content: "";
    width: 290px;
    background-color: #fff;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -80px;
    left: 38px;
    height: 80px;
    border-left: 7px solid #0B559A;
    border-bottom: 7px solid #0B559A;
    border-right: 7px solid #0B559A;
    transition-duration: 300ms;
}
header.scrolled .container::after {
    opacity: 0;
    transition-duration: 300ms;
}
.logo_left {
    width: 290px;
    max-width: 330px;
    float: left;
    padding-left: 36px;
    padding-top: 5px;
    position: absolute;
    z-index: 100;
    top: 133px;
    height: 80px;
    /* background: #fff; */
    max-height: 202px;
    /* transition: opacity 0.6s ease, top 0.6s ease, width 0.6s ease, padding-left 0.6s ease, background 0.6s ease, border-bottom 0.6s ease, border-right 0.6s ease, border-left 0.6s ease, margin-left 0.6s ease; */
    /* border-bottom: 7px rgb(0, 85, 154) solid; */
    /* border-right: 7px rgb(0, 85, 154) solid; */
    /* border-left: 7px rgb(0, 85, 154) solid; */
    margin-left: 45px;
    left: 0;
}

header.scrolled .logo_left {
    width: 0px;
    max-width: 330px;
    float: left;
    padding-left: 36px;
    padding-top: 5px;
    position: absolute;
    z-index: 100;
    top: 0px;
    height: 80px;
    background: none;
    max-height: 202px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-left: 15px;
    left: 0;
    /* transition: opacity 0.6s ease, top 0.6s ease, width 0.6s ease, padding-left 0.6s ease, background 0.6s ease, border-bottom 0.6s ease, border-right 0.6s ease, border-left 0.6s ease, margin-left 0.6s ease; */
}

header img {
    width: 276px !important;
    max-width: 300px !important;
    transition: width 0.6s ease-in-out, top 0.6s ease-in-out;
    position: fixed;
    top: 10px;
    left: 52px;
    opacity: 100%;
}

header.scrolled img {
    width: 100px !important; 
}

header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transition: height 0.6s ease-in-out;
    margin-right: 150px;
}

header nav ul.level_1 li a,
header nav ul.level_1 li a:visited {
    padding: 30px 40px;
    font-size: 17px;
    color: #003866;
    text-align: center;
    line-height: 2.6em;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}

header nav ul.level_1 ul.level_2 li a,
header nav ul.level_1 ul.level_2 li a:visited {
    padding: 1px 40px; 
    font-size: 17px;
    color: #003866;
    text-align: center;
    line-height: 2.6em;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}

header nav ul.level_1 li a:hover, 
header nav ul.level_1 li a:active {
    color: #0B559A;
}

header nav ul.level_1 li a {
    line-height: 3em !important;
    display: inline-block;
}

nav a {
    text-decoration: none;
    color: var(--fc-nav);
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}


.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, input.button, .component.button_navigation a, .contactformular #button {
    background: rgb(0, 85, 154);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    padding-bottom: 0px;
    padding-top: 0px;
    margin-right: 0px !important;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
    margin: 4px 0% 5% 0% !important;
    -webkit-appearance: none;
    float: RIGHT;
    -webkit-border-radius: 0px !important;
    width: 200px;
    height: auto;
    line-height: 2.2em;
    margin: 7px 0% 0% 0%;
    transition: 0.2s ease-in-out;
}


button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--primary-accent);
    outline-offset: 2px;
}

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

input, select, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #777;
    font-family: inherit;
    border-radius: 0;
}

input[type="checkbox"] {
    width: auto;
}

.owl-item img {
    height: 450px!Important;
    width: 100%!Important;
    border-radius: var(--br-primary);
}
.owl-item {
scale: 1;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}
/* .mz-image-stage figure img {
    max-height: unset !important;
    max-width: unset !important;
    object-fit: contain;
} */
figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--primary-accent);
    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(--primary-accent);
    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(--primary-accent);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--primary-accent-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;
}

div#overlaycrumb.collection input {
    max-width: 50%;
}

.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(--primary-accent);
    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;
}


a {
    color: var(--primary-accent);
}

.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_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: inline-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;
}



#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(--primary-accent);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--primary-accent);
}

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(--primary-accent);
    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;
}

.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: none;
}

div#content,
.main-screen {
    padding: 5rem 0 ;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: #ffffff;
}


.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(--primary-accent);
   color: var( --clr-primary-white);
   border: 1px solid var(--primary-accent);
}

.faq_nearest_search {
    display: none;
}

.header-text a {
    background: var(--primary-accent);
    color: var( --clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    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;
}

/* Header Kollektion */

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

div#footer-header {
    float: left;
    width: 100%;
    padding-top: 30px;
}

#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 1px;
}

#header>.container:after {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}


.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;
}

.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 .slideshow_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: 600px !important;
    position: relative;
    display: inline;
    max-width: 1920px !important;
    width: 100%;
    min-width: 1640.72px;
    margin-top: 110px;
    clip-path: inset(0 0 60px 0); /* Adjust the value (50px) as needed to crop the bottom */
}

/* 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: #fff;
}


h2 {
    font-size: var(--fs-800);
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}


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;
}


.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}


.modal.success .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl-stage{
    display: flex!important;
}

 .owl-stage-outer {
    width: 100%;
}

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;
}


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;
}


.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



button:hover {
    opacity: 0.8;
}

div#submit_button {
    width: auto;
    margin: 1rem 0;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    object-fit: contain;
    max-width: calc(var(--height-header) * 1.5);
}



.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    background: rgb(0, 85, 154);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100%;
    left: 0;
    display: none;
    z-index: 100;
    padding-top: 20px;
}



#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
    ext-transform: uppercase; 
    font-weight: bold;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#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;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: #0B559A !important;
    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;
}

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: var(--fc-white);
    text-align: center;
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 50%;
    width: 100%;
    color: var(--clr-primary-white);
    padding: 20px 0;
    transform: translateY(50%);
    z-index: 1;
}


#footer {
    clear: both;
    padding: 70px 0 25px 0;
    background: var(--primary-accent);
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}
#privacy-policy .container .component .textcontent {
    text-align: center!important;
    width: 100%;
}
.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: none;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


#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;
    position: relative;
    float: left;
    width: 100%;
    background-color: rgba(0, 85, 154, 0.8);
    color: var(--fc-white) ;
}

div#privacy-policy a {
    color: inherit;
}





#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-1 .textcontent a:hover,
.footer-2 .textcontent a:hover,
.footer-3 .textcontent a:hover,
.footer-4 .textcontent a:hover {
    color: #003866;
    text-decoration: none; 
}

.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;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.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;
}

.g-recaptcha iframe {
    border-radius: 0;
}

@font-face {
	font-family: 'Roboto';
    font-weight: 400;
	src: url('/layout/frontend/fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto';
    font-weight: 700;
	src: url('/layout/frontend/fonts/Roboto-Black.ttf');
}

/* Cookie */

div#cookiewarnung {
    position: fixed;
    bottom: 0;
    background: #2d2d2d;
    color: #fff;
    z-index: 99999999;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor:pointer;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7px;
}

div#cookie-config {
    display:none;
    left:-100%;
    transition: 1s;
}
div#cookie-config.show {
    display:block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e2e2e2;;
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
}

#cookie-config .cookie-config-close {
    background: #2d2d2d;
    color:#fff;
    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 rgb(0, 85, 154);
    content: '';
    right: 20px;
    top: 19px;
    transition: .1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}


.cookie-config-options {
    background: #fff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: #fff;
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #2d2d2d;
    cursor: pointer;
    margin: 20px 15px;
    color: #fff;
}

.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 {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
}


.cookie_conflict .cookie-accept {
    border: 1px solid #f07474;
}

/* Cookie end */



#slider {
    width: 100%;
    height: 350px;
}

/* Box Settings */ 

h3.kacheltext {
	margin-top: 0px;
    color: #fff;
	background: url(../img/brush.png) -4px -75px no-repeat;
    background-size: 104% !important;
    max-width: 467px;
    margin: auto;
}

.kacheltext a {
    color: #fff !important;
    text-decoration: none;
}

.drittel {
    position: relative;
    min-height: 1px;
    padding: 40px;
    width: 33.33% !important;
    Float: left;
    overflow: hidden;
}

.group-white, .group-white-full {
    background-color: #fff;
	margin-top: 50px;
}

.wrapper {

}

.wrapper:hover {
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.13),0 5px 17px 0 rgba(0,0,0,0.13) !important;;	
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding: 15px;
    width:  25% !important;
    Float: left;
    overflow: hidden;

}

.col-xs-12 img {


}
#menu_2 ul.level_2 {
    float: left;
}

 ul li:hover .level_2 {
	transition: 0.9s ease-in-out;
}
 .level_2 {
 transition: 0.3s ease-in-out;
}
#header .sticky {
	height: 80px;
   	max-height: 61px;
	background: rgba(255, 255, 255, 0.85);
}



.collection_full.referenzen .collection_content.beschreibung {
    float: left;
    padding: 0px 0px 60px 0px;
    width: 80%;
}


#menu_2 li.level_1 a:hover {
    color: #5586c6 !important;
}

.collection_content.img {
    width: 30%;
  float:left;
}

#contactformular_23 .input {
    width: 75%;
    float: left;
    margin: 10px 0% 0% 0%;
}

#contactformular_23 .label {
    width: 25%;
    float: left;
    margin: 10px 0% 0% 0%;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 6px;
    margin-top: 17px;
    margin-bottom: 9px;
    color: #636667;
}

#contactformular_23 button, select {
    text-transform: none;
    width: 100%;
	    height: 30px;
}

#contactformular_23 #button {
    margin: 44px 10% 5% 0% !important;
}


.col-xs-12:hover .col-xs-13 {
	background: #000;

}

.col-xs-12:hover .col-xs-13 {

}

.beschreibungsbox {
	width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    position: relative;
    z-index: 100;
    padding-top: 35px;
    padding-bottom: 85px;
	
}


.col-xs-13 {
    position: relative;
    min-height: 1px;
    padding: 10px 15px;
    width: 100% !important;
    overflow: hidden;
    background-size: 100%;
    height: 230px;

}

.col-xs-13:hover {
    background: #000;


}

.col-xs-13:hover {


}


ul {
    line-height: 1.3em;
    font-weight: 300;
	
}



.collection_content.datum a {
    text-decoration: none;
    font-size: 12px;
    color: #888;
}

.collection_content.datum {
    text-decoration: none;
    padding: 6px 10px 0px 15px;
    line-height: 1;
    width: 66%;
    float: left;
    margin: 0 0 -10px 0;
}

.collection_content.Bulletpoints a {
    text-decoration: none;
}

.collection_content.Bulletpoints {
    width: 66%;
    padding: 20px;
    float: left;
}

.collection_content.Bulletpoints a {
	display: block;
	}

.collection_content.bild {
    width: 100%;
    float: left;
	margin-bottom: -9px;    
	max-width: 433px;
}

.col-xs-12 img:hover {
	opacity: 0.1;

}
.unternehmen .col-xs-12 img:hover {
	opacity: 1!important;

}
.collection_full .collection_wrapper:hover {
	transform: perspective(900px) rotateY(0deg) rotatex(0deg) !important;
    transition: 0.3s ease-in-out;
}

#menu_2 ul.level_2 {
    background: rgb(0, 85, 154);
    width: 100%;
    margin-left: -25%;
    TOP: 91px;
}

.collection_full .collection_wrapper:hover .collection_content.col_txt, .collection_full .collection_wrapper .collection_content.col_txt {
    text-align: left;
    transition: 0.3s ease-in-out;
}

.collection_full .collection_wrapper:hover .col_txt,  .collection_full .collection_wrapper .col_txt{
    min-height: 88px;
    transition: 0.3s ease-in-out;
    margin-top: 24px;
    background-color: rgba(0, 84, 154, 0.0);
    font-size: 42px;
    line-height: 1em;
    color: #003866;
}


.col-xs-12 h4 {
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	margin-top: -9px !important;
	font-weight:300;

}
.collection_full.referenzen .collection_content.col_img {
	display: none;
	}

.collection_list.referenzen .collection_content.col_img img {
	width: 100%
	}

#kontakt #slide {
	height: 506px !important;
	
}


#impressum #slide {
	height: 506px !important;
	
}


#datenschutz #slide {
	height: 506px !important;
	
}

.col-xs-12:hover img {
    opacity: 1;
}
	
.col-xs-12 a {
    text-decoration: none;
}	
	
.textarea_left {
	width: 65%;
	float: left;
	padding-right: 40px;
	padding-left: 45px;
}

.textarea_right {
	width: 35%;
	float: left;
	padding-left: 40px;
}

.textarea_full {
    width: 100%;
    float: left;
    padding-left: 45px;
    padding-bottom: 20px;
    padding-right: 45px;
}	
	

.dropdown {
	width: 122px;
    height: 54px;
    position: fixed;
    right: 0px;
    background-color: blue;
    max-width: 0px;
}	


#container_box_2 {
	background-color: #000;
    border-top: 1px solid #dcdcdc;
	border-bottom : 1px solid #dcdcdc;
	padding-top: 12px;
    padding-bottom: 25px;
	clear:both;
	float: left;
    width: 100%;
	margin-top: 40px;
		
}

.col-xs-12 img {
    width: 100% !important;
	max-width: 447px !important;
}
.unternehmen .col-xs-12 img {
    width: 100% !important;
	max-width: 100% !important;
    margin-top: 130px;
}

.calltoaction {
    width: 122px;
    height: 54px;
    position: fixed;
    right: 0px;
    padding: 9px;
	background-color: rgba(0,0,0,0.7);
	z-index: 202;
	
}

.breite {
	width: 100%;
	max-width: 1360px;
	margin: auto;
	padding:1px 30px;	
}

.call_left {
	width: 60%;
	float: left;
	margin-top: 18px;
	
}

.call_right {
	width: 40%;
	float: left;
	padding: 25px;	
}



.footer_container {
	background-colour: #000;
	height: 140px;
	}
.component.kontakt_aufnehmen .collection_list.ansprechpartner {
    width: 50% !important;
}

.component.kontakt_aufnehmen {
	float: left;
	background: #fff;
	
}

/* General Settings */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #003866;
}


#slide {
    height: 676px;
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
	z-index: 1;
    position: relative;
}


body.menu-active {
	position:fixed;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	overflow:hidden;	
}


#logo img:hover {
    opacity: 0.5;
}

#logo img {
  max-width: none !important;
  transition: 0.5s ease-in-out;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

#collapse_menu_frame {
    width: 20%;
    margin-left: 79%;

}

#container_box {
	padding-top: 40px;
	
	}



.textcontent {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.collection_content.bild img {
	width: 100%;
}

.collection_content.collection_hover img {
    transition: 0.5s ease-in-out;
}

.contactformular #button {
    -webkit-appearance: none;
    float: RIGHT;
    -webkit-border-radius: 0px !important;
	}

#content_11 img {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#content_11 .collection_list.academy .collection_content.Vorschaubild img {
	margin-top: 35px !important;
    margin-bottom: 0px !important;

}


#content_11 .collection_list.aktuelles .collection_content.Vorschaubild img {
	margin-top: 0px !important;
    margin-bottom: 0px !important;

}

#content_11 .collection_list.recruiting .collection_content.Vorschaubild img {
	margin-top: 0px !important;
    margin-bottom: 0px !important;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:visited {
    color: #fff;
}

.collection_list .collection_content.Vorschaubild img {
	margin-top: 0px !important;
    margin-bottom: 0px !important;

}
.button_contact:hover {
	 background-color: #424f55;
	
	
}


.button_contact {
    height: 30px;
    background-color: #000;
    display: block;
    text-decoration: none;
    padding: 0 20px;
    line-height: 2.2em;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
    margin: 5px 0 0;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

.col_txt a, a:visited {
	text-decoration: none;
}

.col_hover a, a:visited {
	font-weight: bold !important;
}

#container_2 {
	min-width: 320px;
    background: #fff;
    position: relative;
    float: left;
	width: 100%;
}

#content_contact_img img {
	width: 100%;
	max-width: 87px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.collection_full.aktuelles .collection_full .collection_content.titel {
	width: 100% !important;
	
	
	}
	
.collection_full.aktuelles .collection_content.datum {
    text-decoration: none;
    padding: 6px 10px 0px 15px;
    line-height: 1;
    width: 100%;
    float: left;
    margin: 0 0 21px 0;
}

.collection_full.aktuelles .collection_content.Text {
	padding-left: 15px;
	float: left;
	padding-bottom: 40px;
	
}
	
.collection_full.recruiting .collection_content.summary {
	
	display: none !important;
}




#content_contact_txt a {
    text-decoration: none;
}

#overlay {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#ffffff;
	opacity:0.7;
	z-index:21;
	display:none;
}

#overlay.active {
	display:block;
}

#content_two {
    padding-bottom: 0px;
    margin-bottom: -5px;
	margin-top: -100px;

}

#menu_2 ul li a:hover {
    color: #5586c6;
}

#kontakt #content_two {
    padding-bottom: 26px;
    margin-bottom: 0px;
	margin-top: 0px;

}


#impressum #content_two {
    padding-bottom: 26px;
    margin-bottom: 0px;
	margin-top: 0px;

}

.collection_register:hover {
    color: #fff;
    background-color: #990000;
		transition: 0.3s ease-in-out;
}

#datenschutz #content_two {
    padding-bottom: 26px;
    margin-bottom: 0px;
	margin-top: 0px;

}

.textarea_half {
	width: 50%;
	padding-left: 45px !important;
	padding-bottom: 20px;
	padding-right: 45px !important;
	float: left;
	}

#content {
	margin: 0px auto 0 auto;

}

#content_full {
	width: 100%;
    background: #fff;
    float: left;
    padding: 30px 0px;
}

#content_full {
	width: 100%;
    background: #fff;
    float: left;
    padding: 50px 0px 50px 0px;
	background-image:  url(../img/strukur.jpg);
	background-size: 100%;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.8),0 3px 31px 0 rgba(0,0,0,0.8) !important;
    position: relative;
    z-index: 10;
}


#startseite #content_full {
    padding: 90px 0px 20px 0px;
}


#content {     
	float: left;
    width: 100%;
    z-index: 20;
    position: relative;
}
.area {
	max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
	padding-left: 35px;
    padding-right: 35px;
	
}

.col_menu_4 {
	background-color: #000;
}

.container {
	max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
}



#menu_2 .level_2:last-child {
	border-bottom: 0px solid #fff !important;
}

#menu_4 {
	padding: 3px 0px 3px 22%;
	color: rgb(0, 85, 154);
	font-size: 11px !important;
	opacity: 0.7;
}

#menu_4 a {
	color: #999;
	text-decoration:none;
}

#menu_3 a {
	color: #000;
	text-decoration: none;
	padding-left: 5%;
}

#content_contact_txt a:hover {
	color: #fff !important;
	
}

#menu_3 .level_1 {
    display: inherit;
    padding-left: 0% !important;
    border-bottom: 1px solid #fff;
	line-height: 3em;
    background-color: #000;
	margin-top: 0 !important;
}

#menu_3 .level_2 {
    display: inherit;
    padding-left: 0% !important;
	border-bottom: 2px solid #fff;
    background-color: #000;
	line-height: 3em;

}

#menu_3 .level_3 {
    display: inherit;
    padding-left: 0% !important;
    border-top: 1px solid #000;
    background-color: #Fff;
	line-height: 3em;
}

#menu_3 li.level_2:last-child {
	border-bottom: 0px !important;
}

#menu_3 ul li.level_3 {
	margin: 0px 0px 0px 4%;
}

#menu_3 ul li.level_2 a {
	margin: 0px 0px 0px 4%;
}

#unternehmen .kacheln_full img {
	width: 46% !important;
	
}

.collection_content.preis a {
    text-decoration: none;
    color: #003866 !important;
    font-size: 23px;
    text-align: right;
    width: 100%;
    display: block;
}

.collection_content.preistxt a {
    color: #003866 !important;
    text-decoration: none;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    text-align: right;
    display: block;
    height: 39px;

}



#maschinenverleih .collection_list.referenzen {
    height: 250px !important;
}

.collection_full.referenzen .collection_content.preis {
	text-align: right;
    font-size: 30px;
}

.collection_full.referenzen .collection_content.preistxt {
    text-align: right;
    float: right;
    width: 100%;
	padding: 10px 15px 20px 10px;
}

.collection_list.referenzen .collection_content.col_img img {
    /* width: 100%; */
    min-width: 370px;
    min-height: 204px;
}


.button {
    background-color: rgb(0, 85, 154);
	text-align: center;
    line-height: 2.5em;
    height: 41px;
    float: left;
    width: 100%;
	color: #fff;    
	transition: 0.3s ease-in-out;
	
}

.collection_content.preis {
    text-decoration: none;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 20px;
}

.button a {
    text-decoration: none;
	display:block;
}


.collection_list.referenzen .collection_wrapper:hover .button {
	color: #fff;
	background-color:#990000;
	margin-top: -5px;

	
}

.component call_to_action {
	background-color: #000;
	
	}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-family: 'Roboto', sans-serif;
    font-size: 66px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px;
    color: rgb(0, 85, 154); }

h1 {
	font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px;
    color: rgb(0, 85, 154);
}


h2 {
	font-family: 'Roboto', sans-serif;  font-size: 35px;
	font-weight: 400;
	line-height: 48px;
	margin-top: 24px;
	margin-bottom: 24px;
	color: rgb(0, 85, 154); }

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 9px;
    color:#003866;}

h4 {
	font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #003866; }

h5 {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-top: 5px;
    margin-bottom: 0px;
	color: #003866; 
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 51px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 2px 2px 7px #000000;
}




p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 22px;
}

#startseite #background {
	background-image:  url(../img/strukur.jpg);
	
	
}

#startseite .kacheln_full h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 3px;
    margin-bottom: 9px;
    color: #636667;
}
	
	
#startseite .kacheln_full {
    background: rgba(255, 255, 255, .9);
    min-height: 45px;
    margin-bottom: 54px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    width: 100%;
    max-width: 1360px;
    padding: 23px 0px;
    margin-top: 25px;
}

p a {
	color: #000 !important;
	line-height: 1.5em;
    font-weight: normal !important;
	text-decoration: underline;
	
}

.collection_full .collection_content.bild {
	display: none;	
	
}

.collection_full .collection_content.summary {
	display: none;	
	
}

.collection_full .collection_content.titel{
	
	border-bottom: 0px solid #dcdcdc;
    border-top: 0px solid #dcdcdc;
	font-size: 30px;
	font-weight: 300;    
	height: auto;
	width: 70%;
	float: left;
}

.collection_full .kunden_logo {
    float: right;
    padding: 20px;
    width: 20%;
    text-align: center;
	    min-height: 62px;
}

.collection_full .collection_content.collection_hover {
    display: none;
}

.collection_content.beschreibung {
	float: left;
    padding: 0px 15px 60px 15px;
    width: 70%;	
}

.collection_content.kunden_logo img {
    max-height: 150px !important;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collection_content.youtubte_content {
	padding: 15px;
}

#gallery_49 img {
    padding: 0px 15px !important;
}

.collection_content.referenz_gallery {
    float: left;
    padding: 10px 0px;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
}

.call_left h2 {
	color: #fff !important;
	
}

.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}



hr {
    border: 0;
    padding: 10px 0px 15px 0px;
    background-image: url(../img/line_horizontal.png);
    background-repeat: repeat-x;
    background-position: left center;
}

.label {
    width: 20%;
    float: left;
    margin: 10px 0% 0% 0%;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 9px;
    color: #636667;


}

.label label {
	width: 0%;
	height: 30px;
}

.input {
	width: 100%;
	float: left;
	margin: 10px 0% 0% 0%;
}

.input input {
    width: 100%;
    height: 30px;
    border: 1px #888 solid;
    padding-left: 10px;
    color: #777;
}

.input input.checkbox {
	max-width: 20px;
	display: block;
	margin: 0 auto;
}

.input textarea {
	width: 100%;
    min-height: 100px;
    border: 1px #888 solid;
}



/* Submit Button settings */

.register_button {
	background-color: #aaa;
	width: 200px;
	height: auto;
	text-align: center;
	line-height: 2.2em;
	border: none;
	color: #fff !important;
	margin: 7px 0% 0% 0%;
	border-radius: 0px !important;
	-webkit-appearance: none;	
}


#button {
	background-color: rgb(0, 85, 154);
	width: 200px;
	height: auto;
	text-align: center;
	line-height: 2.2em;
	border: none;
	color: #ffffff;
	margin: 7px 0% 0% 0%;	
	transition: 0.2s ease-in-out;
}

#button  a {
	color: #006791;
	text-decoration:none;
	display:block;
	width: 100%;
	padding: 1px 0;

}

.col_img {
    margin: auto;
    width: 100%;
    min-height: 142px;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
	overflow: hidden;
    height: 204px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);

}

.kacheln:hover .col_img, .collection_wrapper:hover .col_img {
    margin-top: 55px;
    transition: 0.3s ease-in-out;
}

.kacheln:hover .col_txt a, .collection_wrapper:hover .col_txt a{
 	color: #fff !important;
}

.kacheln .col_txt a, .collection_wrapper .col_txt a{
 	color: #003866 !important;
	display: block;
	padding: 20px 40px;
}

#bauleistung .kacheln .col_txt a, .collection_wrapper .col_txt a{
	display: block;
	padding: 20px 0px;
}



.kacheln:hover .col_txt, .collection_wrapper:hover .col_txt {
	min-height: 208px;
    transition: 0.3s ease-in-out;
    margin-top: -207px;
    background-color: rgba(0, 84, 154, 0.8);
    font-size: 22px;
    line-height: 8em;
	color: #fff;
}

.collection_list.referenzen .col_img img {
	min-width: 0px;
}




.col_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	min-width: 412px;
}


.col_txt {
    text-align: center;
    font-size: 22px;
    color: #003866;
    z-index: 50;
    line-height: 1em;
    position: relative;
    margin-top: 0px;
    min-height: 50px;
    transition: 0.3s ease-in-out;
}


a#zoom-63 {
    width: 32%;
}


/* more Button Settings */

.more_button {
	padding: 10px 0% 10px 0%;
	font-size: 13px;
}

.more_button:before {
	content: ">";
	padding: 0% 2% 0% 0%;
	color: rgb(0, 85, 154);
	font-size: 12px;
}

.back_to_overview a {
    font-size: 13px;
	background-color: rgba(0, 84, 154, 0.8);
    padding: 9px 15px 9px 15px;
    line-height: 1em;
    text-decoration: none;
    border-radius: 0px;
}

.back_to_overview:before {
	content: "<";
	padding: 0% 10px 0% 0%;
	color: rgb(0, 85, 154);
	font-size: 12px;
}

.col-xs-13 a {
    display: block;
}

.collection_full .collection_content.button {
	display: none;
}

.collection_register {
    background: rgb(0, 85, 154);
    border: none;
    height: 37px;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
    float: left;
}

.collection_register h2 {
	line-height: 1em;
	margin: 0 !important;
}

.collection_register h2 a {
	color: #fff !important;
	text-decoration: none;
	display: block;
	font-size: 20px;
}


.collection_register:hover h2 a {
	color: #101010;
}

/* Auflistung Settings */


.textcontent ul li a {
	color: #000;
	text-decoration: none;
}

.textcontent ul li a:hover {
	color: rgb(0, 85, 154);
}


/* Erfolgsmeldung Formulare */
.successbox {
	background: #009900;
    color: #fff;
    height: 30px;
    line-height: 2em;
    padding: 0 10px;
}

/* Collection_Content MargicThum Settings */
.collection_content .MagicThumb  {
	margin: 10px 2% 10px 2%;
	width: auto;
	float: left;
	border: 5px #e1e1e1 solid;
}

.collection_content .MagicThumb:first-child {
	margin: 10px 2% 10px 0%;
}

.collection_content .MagicThumb img {
	display: block;
}




/* Contactformular Settings */
.contactformular {
	width: 100%;
}

.contactformular table {
	width: 90%;
}

.collection_list.referenzen {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.5% 20px;
    text-align: center;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
    transition: transform 0.3s ease-in-out;
    height: 290px;
}

.collection_list.referenzen .col_img{
    margin: auto;
    width: 100%;
    height: 190px !important;
    min-height: 142px;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
    position: relative;
    z-index: 2;
}


#maschinenverleih .collection_list.referenzen .col_txt{
    float: left;
    width: 68%;
	padding-left: 40px;
}



.collection_list.referenzen .col_txt {
    color: #003866;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: relative;
    width: 100%;
    transition: margin-top 0.5s ease-in-out, background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    text-align: center;
}
.collection_list.referenzen:hover .col_txt {
    min-height: auto;
    transition: 0.3s ease-in-out;
    margin-top: -190px;
    background-color: rgba(0, 84, 154, 0.8);
    font-size: 22px;
    color: #fff;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#maschinenverleih .collection_content.summary a{
	padding: 20px 0px 20px 40px;
}

.collection_content.summary a{
	padding: 20px 0px 20px 40px;
}

.collection_content.preistxt {
    float: left;
    width: 28%;
}

.collection_list.referenzen .summary{
	float: left;
    text-decoration: none;
    line-height: 1.9em;
    font-weight: 300;
    display: block;
    color: #003866 !important;
    width: 40%;
    padding: 20px 0px 20px 40px;
}

.collection_list.referenzen .preis {
    padding: 20px 20px 10px 40px;
    float: left;
    width: 28%;
}
	
.collection_list.referenzen .button {
	float: right;
	width: 200px;
	    margin-top: 4px;
		    transition: 0.3s ease-in-out;
}

.collection_full .collection_content.button:hover {
    color: #fff;
    background-color: #990000;
}



.collection_full .referenzen .preis	{
	text-decoration: none;
    padding: 10px 15px;
    width: auto;
    font-size: 30px;
    float: right;
}


#referenzen .collection_list.referenzen > .collection_wrapper {
    background: rgba(255, 255, 255, 0.5);
}

.collection_list.referenzen > .collection_wrapper {
        background: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	    height: 204px;
    overflow: hidden;
	    width: 100%;
}

.collection_list.referenzen > .collection_wrapper:hover {
    transform: perspective(2084px) rotateY(20deg) rotatex(7deg);
    transition: 0.3s ease-in-out;
}

.collection_list.referenzen > .collection_wrapper:hover .col_img {
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.collection_list.referenzen > .collection_wrapper:hover .col_txt {
    text-align: left;
	min-height: 0;
    transition: 0.3s ease-in-out;
    margin-top: 0px;
    background-color: rgba(0, 84, 154, 0.8);
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
}

/* Header Settings */

.collection_list.Leistungen .col_txt {
    height: 49px;
    float: left;
    width: 100%;
    top: -43px;
}

.kacheln {
	width: 32% !important;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
	transition: 0.3s ease-in-out;
	height: 285px;
	
	
}


.kacheln:hover, .collection_wrapper:hover {
    transform: perspective(900px) rotateY(20deg) rotatex(7deg);
    transition: 0.3s ease-in-out;

}


.collection_wrapper:hover .collection_content.col_txt {
    text-align: center;
	transition: 0.3s ease-in-out;
}



.kacheln a {
	display: block;
	width: 100%;


}

.kacheln_full {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    min-height: 120px;
    margin-bottom: 1%;
    margin-left: 15px;
    margin-right: 15px;
	float: left;
	width: 100%;
    max-width: 1360px;
	box-shadow: 0 0px 6px 0 rgba(0,0,0,0.13),0 1px 6px 0 rgba(0,0,0,0.13) !important;

}

.collection_full.aktuelles {
    background: rgba(255, 255, 255, .9);
    background-color: white;
    padding: 40px;
    margin-left: 15px;
    width: 100%;
}


.kacheln h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #444;
}

#logo_content.sticky #menu_2 ul.level_1 {
    margin-top: 0px;
    top: 4px;
    transition: 0.3s ease-in-out;
	max-height: 70px;
}


#logo_content.sticky #menu_2 ul.level_2 {
    TOP: 57px;
}

#logo_content.sticky #logo_left .logo_big {
    left: 50px !important;
}

#logo_content.sticky #logo_left {
	max-height: 0px;
	max-width: 150px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding-top: 0px;
    top: 61px;
}
#logo_left img {
    width: 276px !important;
    max-width: 300px !important;
    transition: 0.3s ease-in-out;
    position: fixed;
    top: 10px;
    left: 52px;
    opacity: 100%;

}



#background {
	position: absolute;
    z-index: -555;
    overflow: hidden;
    width: 100%;
    top: 590px
		
}

#logo_content.sticky #logo_left .logo_big, #logo_content #logo_left .logo_small {
    opacity: 0;
    left: 42px;
    width: 297px !important;
}


#logo_content.sticky #logo_left .logo_small {
	display: block;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#logo_left{
    width: 290px;
	max-width: 330px;
    float: left;
    padding-left: 36px;
    padding-top: 5px;
    POSITION: absolute;
    Z-INDEX: 100;
    top: 133px;
    height: 80px;
    background: #fff;
    max-height: 202px;
    transition: 0.3s ease-in-out;
    border-bottom: 7px rgb(0, 85, 154) solid;
    border-right: 7px rgb(0, 85, 154) solid;
    border-left: 7px rgb(0, 85, 154) solid;
    margin-left: 45px;

}

#logo_right{
	width: 287px;
    float: right;
    padding-right: 36px;
    padding-top: 5px;
}


#header {
	background: #000;
	height: 77px;
	margin: 0 0 10px 0;
	display: none;

}

#header_1 {
	max-width: 1360px;
	margin: auto;
	max-height: 77px;
}



#header_2 .textcontent img {
	display: block;
	margin: 0 auto;
}

/* Menu Settings */

#logo {
    margin-left: -150px;
    z-index: 3;
    position: relative;
    top: 55px;
    left: 50%;
    right: 50%;
	width: 300px;
}

.col_hover h1 {
	font-size: 16px !important;
	
}
	
#menu_frame {
	position: RELATIVE;
    width: 100%;
    z-index: 1;
    height: 141px;
    overflow: hidden;
    padding: 47px 0;
    top: 0px;
	transition: 0.3s ease-in-out; 
}


#menu {
	margin: auto;
}

#menu_2 {
	width: 100%;
	margin: 0 auto;
}

#menu_2 ul {
	width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    text-align: center;


}


#menu_2 ul.level_1 li a {
    line-height: 3em !important;
    display: block;
    display: inline;
}

#menu_2 ul.level_1 {
    padding-left: 25%;
    max-height: 98px;
    height: 98px;
    top: 42px;
    transition: 0.3s ease-in-out;
}

#menu_2 ul li {
	display: inline;
	width: auto;
	overflow: hidden;
}

a.calltoaction:hover .blender {
    max-width: 622px !important;
}

.strichdaten {
    color: #fff;
    position: absolute;
    right: 69px;
    top: 52px;
    float: right;
    width: 341px;
}


.strichdaten p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 22px;
    margin-top: -6px !important;
}


.strichdaten h4 {
	    color: #fff !important;
	
	}

.blender {
    width: 800px;
    text-align: right;
    max-width: 0px;
    overflow: hidden;
    float: right;
    position: relative;
    margin-top: -113px;
    height: 230px;

}
#menu_2 ul li.level_2 a {
    line-height: 2.4em !important;
}


#menu_2 ul li a, #menu_2 ul li a:visited { 
    color:#003866;
    text-align: center;
    line-height: 2.6em;
    text-decoration: none;
    padding: 0px 40px 0px 40px;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	    transition: 0.5s ease-in-out;
}
.collection_list.ansprechpartner {
    width: 100%;
}

.collection_list.ansprechpartner .collection_content.img {
    width: 27%;
    float: left;
    overflow: hidden;
    height: 172px;
}
.collection_list.ansprechpartner .collection_content.img img{
	width: 100%;
}



.collection_content.name {
    display: block;
    width: 70%;
    float: left;
    padding: 15px 0px 8px 20px;
}
.collection_content.zustaendig {
    padding: 0px 0px 10px 20px;
    float: left;
	width: 70%;
}
.collection_content.daten {
	padding: 0px 0px 8px 20px;
    float: left;
	width: 70%;
}

.collection_content.name {
    font-size: 25px;
}

#menu_3 li.level_1 {
	font-size: 15px;
	
}

#menu_3 li.level_2 {
	font-size: 13px;
}

#menu_3 .level_2 .activ-tree {
	padding: 10px;
	}

#menu_3 li.level_3 {
	font-size: 12px;	
}

#content_subnavi{
    width: 22%;
	float: left;
	padding-right: 10px;
}
#content_main {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

#menu_3 ul {
	list-style: none;
	
}

#menu_3 ul li a.active {
		color: rgb(0, 85, 154);
	
}


/* Banner Full Settings*/
#gadget_2 {
	overflow:hidden; 
	max-height: 400px; 
	text-align: center
}

#gadget_2 .banner_full {
	width: 100%; 
	height: 0; 
	padding-bottom: 24%; 
	position: relative;
}

#gadget_2 .textcontent {
	background-repeat: no-repeat; 
	height:100%; width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-position: center center; 
	background-size: cover;
}

/* Content Settings */



/* Content Right Settings */

#frame {
	overflow: hidden;
		
}

.googlemaps_content img {
   max-width: none !important;
   height: auto !important; 
}

.googlemaps_content {
    width: 100% !important;

}


.contact_box {
    position: absolute;
    background: #fff;
    left: 72%;
    width: 258px;
    padding: 20px 30px;
    z-index: 10;
    height: 309px;
    margin-top: 7px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.13),0 2px 4px 0 rgba(0,0,0,0.13) !important; 
	

}

.contact_box:hover {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.13),0 5px 17px 0 rgba(0,0,0,0.13) !important;
    transition: 0.5s ease-in-out;
    color: #fff;
    background: rgba(016,043,066,0.9);
}



#content_2 {
 width: 100%;

}

#content_2 .textcontent:nth-child(3) {
	margin: 67px 0% 0% 0%;
	display: none;
}

#content_2 .textcontent:nth-child(4) {
	display: none;
}

/* Content Col_1 Settings */



#content_4 h2 {
	font-size: 16px;
	font-weight: normal;
	color: rgb(0, 85, 154);
}

.collection_list.events {
	padding: 20px 10px 20px 10px;
	min-height: 120px;
	border-bottom: 1px #B7B7AE solid;
	cursor: pointer;
}

#content_1 .collection_list.events {
	min-height: 80px;
}


.collection_list.events:first-child {
	margin: 0%;
}
/*
.collection_list.events .collection_content.titel {
	padding: 0% 0% 10px 0%;
}*/

.collection_content.titel a {
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
	line-height: 1em;
	}

.collection_list.events .collection_content.titel a {
	display: block;
	color: rgb(0, 85, 154);
	text-decoration: none;
	font-size: 18px;
	font-family: 'DroidSerief-Regular', sans-serife;
}

.collection_list.events .collection_content.summary a {
	color: #000;
	text-decoration: none;
	display: block;
	min-height: 67px;
}

#content_1 .collection_list.events .collection_content.summary a {
	min-height: 37px;
}

.collection_full.events {
	padding: 20px 0% 20px 0%;
}

.collection_full.events .collection_content.titel {
	font-size: 18px;
	color: rgb(0, 85, 154);
	font-family: 'DroidSerief-Regular', sans-serife;
}

.collection_full.events .collection_content.summary {
	padding: 20px 0% 20px 0%;
	font-family: 'DroidSans-Bold', sans-serife;
}

/* Content Col_2 Settings */
/*#content_5 {
    width: 32.6%;
    float: left;
    margin: 0% 0% 10px 10px;
	background-color: #000;
	
}*/



#content_5 h2 {
	font-size: 16px;
	font-weight: normal;
	color: rgb(0, 85, 154);
}



#content_6 .textcontent:nth-child(2) {
	border: none;
	padding: 0%;
	min-height: 0px;
}

#content_6 .textcontent:nth-child(2) a {
	display: inline;
}

#content_6 h2 {
	font-size: 16px;
	font-weight: normal;
	color: rgb(0, 85, 154);
}

.become_member_headline h1 {
	margin: 5px 0% 0% 0%;
	padding: 0% 0% 10px 0%;
	font-size: 25px;
	font-weight: normal;
	color: rgb(0, 85, 154);
}

.become_member_content {
    min-height: 88px;
    padding: 10px 10px 0px 10px;
    cursor: pointer;
}


.become_member_content a {
	color: #000;
	text-decoration: none;
	display: block;
	min-height: 89px;
}

.become_member_content a:hover {
	text-decoration: none;
}

#content_2 .become_member_headline h1 {
	margin: 20px 0% 0% 0%;
	padding: 0% 0% 20px 0%;
}

.donate_headline h1 {
	margin: 20px 0% 0% 0%;
	padding: 0% 0% 20px 0%;
	font-size: 25px;
	font-weight: normal;
	color: rgb(0, 85, 154);
	border-bottom: 1px #B7B7AE solid;
}

.donate_content {
	min-height: 120px;
	padding: 20px 10px 0% 10px;
	border-bottom: 1px #b7b7ae solid;
	cursor: pointer;
}

.donate_content:hover {
	background-color: #e1e1e1;
}

.donate_content a {
	color: #000;
	text-decoration: none;
	display: block;
	min-height: 99px;
}

.donate_content a:hover {
	text-decoration: none;
}

#content_11 {
	float: left;
    width: 100%;
	padding: 0 5px;
}



#content_contact {
	float: left;
    width: 100%;
	height: 140px;
	margin-bottom: 10px;
	padding: 0 5px;
}



.mss-caption {
	opacity:1;
}


.mss-caption span {
	width: 100%;
padding: 5px 50px 5px 40px;
    background: rgb(0, 85, 154);
    height: auto;
    right: auto;
    right: 0;
    background-color: rgba(0, 84, 154, 0.8);
    min-width: 300px;
}



.mss-headline {
	color: #fff;
    font-size: 31px;
    line-height: 1.5em;
	font-weight: 300 !Important;
}

.mss-text {
	color: #fff;	
	font-size:20px;
	line-height:30px;
}

/* Spalten 4-6 Settings*/

.collection_content {
	margin: 0 0 0 0;
}

.collection_content.Vorschaubild {
	float:left;
	margin: 0 !important;
	width: 18%;
	overflow: hidden;
	max-width: 100px;
	
}



.collection_content.Vorschaubild img{
	width: 100%;
	min-height: 140px;
	min-width: 100px !important;
}

.collection_content.titel a{
	font-weight: 300 !important;
}

.collection_content.titel {
	text-decoration: none;
    font-size: 20px;
    padding: 5px 15px 9px 15px;
    line-height: 1.5;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.collection_full.recruiting .collection_content.titel {

	padding: 2% 3% 2% 5% ;



}

.collection_content.col_txt {
    text-align: left;
    transition: background-color 0.5s ease-in-out;
}

.collection_content.summary {
    text-decoration: none;
    float: left;
    width: 100%;
    font-size: 15px;
}

.collection_content.summary a {
    text-decoration: none;
    line-height: 1.9em;
    font-weight: 300;
	display: block;
		color: #003866 !important;
}

.collection_list.recruiting .collection_content.summary a {
 	line-height: 1.6em ;
}
	

#content_7 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    max-height: 140px;
    overflow: hidden;
	display:none;
	
}

.leistung_dropdown {
    text-align: center;
}


/* Aktuelles */

.collection_list {
    width: 33.33%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    float: left;
}

.collection_list > .collection_wrapper {
	overflow:hidden;
	    transition: 0.3s ease-in-out;

		
}

ul, menu, dir {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 25px;
}



.collection_content.img img {
    min-height: 170px;
    min-width: 136px;
}




.profilbild {
    float: left;
    width: 80px;
	padding-top: -3px !important;
}

.profillink {
    height: 75px;
    padding: 0px 0px 0px 120px;
    text-decoration: none;
	
}

/* Box Settings */
#box {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1200px;
	padding: 0% 10px 0% 10px;
}

/* Box left Settings */
#box_1 {
	width: 67%;
	float: left;
	margin: 0% 10px 0% 0%;
	overflow:hidden; 
	max-height: 130px; 
	text-align: center
}

#box_1 .component {
	width: 95%; 
	height: 0; 
	padding-bottom: 17%; 
	position: relative;
}

#box_1 .textcontent {
	background-repeat: no-repeat; 
	height:100%; 
	width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-position: center center; 
	background-size: cover;
}

/* Box left Settings */
#box_2 {
	width: 32%;
	float: left;
}

#box_2 img {
	max-width: 100%;
	height: auto;
}

/* Footer Settings */
#footer {
    padding-top: 50px;
    width: 100%;
    float: left;
    height: 150px;
    color: #fff !important;
    background-image: url(../img/strukur.jpg);
    background-color: rgba(0, 85, 154, 0.8);

}


.register_button:hover {
	Background: #555 !important;		
}



#footer > .footer_container {
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 85, 154, 0.8);
    height: 200px;
}

/* Footer Left Settings */
#footer_1 {
	margin-bottom:20px;
	margin: auto;

}

#footer_1 .level_2 {
	padding: none !important;	
	text-transform: uppercase;

}

#footer_1 ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align: center;
}

#footer_1 ul li {
	width: auto;
	padding: 0% 2% 0% 2%;
	display: inline;
}

.zweidrittel {
	 width: 66%;
    float: left;
}

#footer_1 ul li a, #footer_1 ul li a:visited {
    color: #fff;
    text-align: center;
    line-height: 3.6em;
    text-decoration: none;
    padding: 16px 0% 9px 0%;
    font-size: 13px;
    font-weight: 400;
}

#footer_1 ul li a:hover {
    color: #003866;
}
.component.footer_line {
    font-size: 13px;
    font-weight: 300;
    padding-top: 30px;

}



#footer_3 {
	padding: 0 10px 0 10px;
    margin: auto;

}

.collection_content.collection_hover {
        position: relative;
}

.collection_content.collection_hover img{
    opacity: 0;
	position: absolute;
}

.collection_list > .collection_wrapper:hover .collection_content.bild img {
    opacity: 0.2;
}

.collection_list > .collection_wrapper:hover .collection_content.collection_hover img {
    opacity: 1 !important;
    transition: 0.5s ease-in-out;
}


/* Footer Right Settings */
#footer_2 {
	Padding: 30px;
    text-align: center;
}


#collapse_menu  {
	display: none;
}

#menu_2 .level_2 {
    overflow: hidden;
    max-height: 7px;
    transition: 0.3s ease-in-out;
}

#menu_2 .level_2 a {
    color: #fff !important;
  font-weight: 400 !important;
	font-size: 17px;
}

.col_wrapper {
	background-color: #000;
}

.clearfloat {
	clear:both;
}

.MagicSlideshow {
    max-height: 595PX;
    HEIGHT: 595PX;
	}

/* Support-Login */
.last_pixelbox {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 5px 10px 5px;
}




.collection_content.summary {
    overflow: hidden;

}

.collection_full.aktuelles .collection_content.summary
{
	
	height: auto;
	overflow: visible;
	display: none;

}

.collection_full.academy .collection_content.titel {
	
	padding: 2% 3% 1% 5%;
}

	#menu_2 ul li a, #menu_2 ul li a:visited {

    padding: 30px 40px 30px 40px;
    font-size: 17px;

}

/*-------------------------------------------*/

.kahl_grp {
    display: inline-block;
    vertical-align: top;
    width: 30%; 
    margin: 0 1.5% 20px;
    text-align: center; 
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
    transition: transform 0.3s ease-in-out;
    height: 290px;

    
}

.kahl_img {
    margin: auto;
    width: 100%;
    height: 190px!important;
    min-height: 142px;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.kahl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.kahl_text {
    color: blue;
    z-index: 50;
}
.kahl_grp:hover .kahl_text a {
    min-height: auto;
    transition: 0.3s ease-in-out;
    margin-top: -210px;
    background-color: rgba(0, 84, 154, 0.8);
    font-size: 22px;
    line-height: 8em;
    color: #fff;
}
.kahl_text a {
    color: #003866 !important;
    display: block;
    padding: 10px 40px;
    text-decoration: none;
    z-index: 50;
    transition: margin-top 0.5s ease-in-out, background-color 0.5s ease-in-out, font-size 0.5s ease-in-out, line-height 0.5s ease-in-out, color 0.5s ease-in-out;
}
.kahl_grp:hover, .collection_wrapper:hover {
    transform: perspective(900px) rotateY(20deg) rotatex(7deg);
    transition: 0.3s ease-in-out;
}
.kahl_img,
.kahl_text {
    position: relative;
    z-index: 2; 
}
.kahl_grp:hover .kahl_text a {
    position: relative; 
    z-index: 3; 
    color: white!important;
}
#area-9 {
    background: #ffffff;
}
#slider {
    position: relative;
    width: 100%;
}

.imgcontent img {
    width: 100%;
    height: auto;
}

.header-title {
    position: absolute;
    bottom: 65px;
    width: 100%;
    background-color: rgba(0, 84, 154, 0.8)!important;
    background: rgb(0, 85, 154);
    text-align: left; 
    padding: 5px 50px 5px 40px;
    box-sizing: border-box;
    min-width: 300px;
}

.header-title .textcontent h1 {
    color: #fff;
    margin: 0;
    font-size: 31px; 
    font-weight: 300;
}
/*  referenzen ____________________________________________________*/

.referenzen:hover, .collection_wrapper:hover {
    transform: perspective(2084px) rotateY(20deg) rotatex(7deg);
    transition: 0.4s ease-in-out;
}
.referenzen_wrapper{
    width: 100%;
}
.referenzen, .collection_wrapper {
    transition: transform 0.5s ease-in-out; 
}
.referenzen a.button {
    display: none;
}

.standstrahlen div#content, .main-screen {
    padding-top: 0px;
}
.ansprechpartner_wrapper {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.collection_content.name .textcontent{
    font-size: 25px;
    color: #003866!important;
}
.collection_content.zustaendig .textcontent{
    color: #003866;
}
.collection_content.daten .textcontent{
    color: #003866;
}
.ansprechpartner_wrapper:hover {
    background-color: rgba(0, 85, 154, 0.8);
    color: #fff;
    transform: perspective(900px) rotateY(20deg) rotatex(7deg); 
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.ansprechpartner_wrapper:hover .textcontent,
.ansprechpartner_wrapper:hover .collection_content.name .textcontent,
.ansprechpartner_wrapper:hover .collection_content.zustaendig .textcontent,
.ansprechpartner_wrapper:hover .collection_content.daten .textcontent {
    color: #fff!important; /* Change text color to white on hover */
}
.ansprechpartner_wrapper img {
    opacity: 1 !important;
}
.standstrahlen #area-2 .textcontent ul {
    list-style-type: disc; 
    padding-left: 20px;
    width: 68% !important;
    padding-left: 40px;
}
.referenzen_wrapper .collection_content.col_txt .textcontent {
    color: #003866;
    display: block;
    padding: 20px 0px;
}
.full_preview .referenzen_wrapper .collection_content.col_txt .textcontent {
    color: #003866!important;
    display: block;
    padding: 20px 0px;
    margin-bottom: 10px;
    word-wrap: break-word; 
    white-space: normal; 
    overflow-wrap: break-word; 
}

.referenzen:hover .collection_content.col_txt .textcontent {
    color: #ffffff;
    padding: 25px 0px;
}
body.referenzen_s.full_preview  .referenzen:hover .collection_content.col_txt .textcontent {
    color: #ffffff;
    padding: 20px 0px;
}
.wohnbau div#content, .main-screen {
    padding-top: 0px;
}
.ausenarbeiten div#content, .main-screen {
    padding-top: 0px;
}
#area-3 {

    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.8), 0 3px 31px 0 rgba(0, 0, 0, 0.8) !important;
}
.tiefbau div#content, .main-screen {
    padding-top: 0px;
}
.umbau div#content, .main-screen {
    padding-top: 0px;
}
.putzarbeiten div#content, .main-screen {
    padding-top: 0px;
}
.hochbau div#content, .main-screen {
    padding-top: 0px;
}
.denkmalschutz div#content, .main-screen {
    padding-top: 0px;
}
.estricharbeiten div#content, .main-screen {
    padding-top: 0px;
}
.erdarbeiten div#content, .main-screen {
    padding-top: 0px;
}
.unternehmen div#content, .main-screen {
    padding-top: 0px;
}
.kontakt div#content, .main-screen {
    padding-top: 0px;
}
#header_3 {
    display: none;
}
#footer .row.seo {
    display: flex;
    justify-content: space-between;
}
.footer-1, .footer-2, .footer-3, .footer-4 {
    box-sizing: border-box;
}
.full_preview .referenzen:hover, 
.full_preview .collection_wrapper:hover {
    transform: none;
    transition: none;
}
.full_preview .referenzen_wrapper {
    background: none;
    box-shadow: none;
    height: 104px;
    overflow: hidden;
    width: 100%;
}

.full_preview .referenzen_wrapper:hover,
.full_preview .collection_wrapper:hover {
    transform: none;
    transition: none;
}

.full_preview .referenzen_wrapper:hover .collection_content.col_txt {
    background-color: inherit;
}

.full_preview .referenzen_wrapper:hover .collection_content.col_txt .textcontent {
    color: inherit;
    padding: 20px 0px;
}
.full_preview .collection_content.col_txt {
    min-height: 88px;
    transition: 0.3s ease-in-out;
    margin-top: 24px;
    background-color: rgba(0, 84, 154, 0.0);
    font-size: 42px;
    line-height: 1em;
    color: #003866;
}
.full_preview .collection_wrapper .collection_content.col_txt {
    text-align: left;
    transition: 0.3s ease-in-out;
}
button#backButton {
    display: none;
}
.owl-carousel .owl-item img {
    opacity: 1 !important;
    max-height: 250px !important;
    border-radius: 0px !important;
}

.collection_content.referenz_gallery {
    width: 100%;
    float: left;
}

.owl-carousel .owl-item img {
    max-width: 350px !important;
}
.owl-carousel .owl-item a.MagicZoom {
    padding: 3px !important;
}
.owl-carousel .owl-item a.MagicZoom {
    padding: 2 !important;
}
.mz-expand .mz-image-stage > figure {
    width: auto!important;
    object-fit: contain!important;
}
.hamburger-menu a {
    padding: 20px 0 20px 0 !important;
    display: block;
    font-weight: bold !important;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}
#header .hamburger-menu a {
    padding: 20px 20px !important;
    display: block;
    ext-transform: uppercase; 
    font-weight: bold; 
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#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;
}
.hamburger-menu ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    gap: 15px;
    align-items: center; 
    width: 100%; 
}
.hamburger-menu .level_1 {
    border-bottom: 1px solid #fff;
    background-color: rgb(0, 85, 154);
    width: 100%; 
    text-align: center!important; 
}
.hamburger-menu .level_2 {
    display: block !important; 
    opacity: 1 !important; 
    visibility: visible !important; 
    transform: none !important; 
    position: static !important; 
    background-color: white !important;
}
.referenzen:hover .referenzen_wrapper .button{
    background-color: #990000;
    margin-top: -10px!important;
}
li.level_1.levels {
    position: relative;
}

ul.level_2 {
    position: absolute;
    left: -800px;
    top: 90px;
    width: 2000px;
    height: 40px;
    z-index: 1;
    background: rgb(0, 85, 154);
    border-radius: 0;
    display: none;
    align-items: center;
    justify-content: flex-start;
    padding-left: 800px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.hamburger-menu ul.level_2 {
    position: static;
    width: auto;
    height: auto;
    background: white !important; 
    display: block; 
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    margin: 0;
    list-style: none;
    opacity: 1; 
}

ul.level_2 li.level_2 {
    margin: 0 5px;
    list-style: none;
}
.hamburger-menu ul.level_2 li.level_2 {
    margin: 0 5px;
    list-style: none;
    border-bottom: 1px solid  rgb(0, 85, 154); 
    width: 100%; 
    padding-bottom: 5px; 
}

ul.level_2 a p.level_2_title {
    color: #ffffff !important;
    display: flex;
    align-items: center;
}
.hamburger-menu ul.level_2 a p.level_2_title {
    color: rgb(0, 85, 154) !important; 
}

ul.level_2 a:hover p.level_2_title {
    color: #5586c6 !important; 
}

li.level_1.levels > ul.level_2 {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.level_2:hover {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.level_2 .nav_description_wrapper p.level_2_title {
    margin: 0;
    display: inline;
    transition: color 0.5s ease;
}

li.level_2 {
    margin-bottom: 5px;
}

.impressum a {
    color: #ffffff;
}
.impressum #content a {
    color: rgb(0, 85, 154);
}

.collection_list.stellen {
    height: 250px;
    width: 100%;
}
.stellen_wrapper {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    height: 204px;
    overflow: hidden;
    width: 100%;
}
.collection_content.col_img_stellen {
    width: 32%;
    float: left;
    min-height: 142px;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: 204px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.collection_content.col_img_stellen img {
    min-width: 370px!important;
    min-height: 204px!important;
    height: 100%!important;
}
.jobs .col_txt_stellen {
    float: left;
    width: 68%;
    padding-left: 40px;
    font-size: 22px;
    color: #003866;
    z-index: 50;
    line-height: 1em;
    position: relative;
    margin-top: 0px;
    min-height: 50px;
    transition: 0.3s ease-in-out;
}
.referenzen_s .col_txt_stellen {
    text-align: center;
    font-size: 22px;
    color: #003866;
    z-index: 50;
    line-height: 1em;
    position: relative;
    margin-top: 0px;
    min-height: 50px;
    transition: 0.3s ease-in-out;
}
.collection_content.col_txt_stellen a {
    color: #003866 !important;
    display: block;
    padding: 20px 0px;
}
.col_txt_stellen a, a:visited {
    text-decoration: none;
}
.collection_content.summary_stellen {
    float: left;
    width: 40%;
    overflow: hidden;
    text-decoration: none;
    float: left;
    font-size: 15px;
    padding-left: 40px;
    font-weight: 300;
    padding-top: 20px;
}
.collection_list.stellen:hover {
    transform: perspective(2084px) rotateY(20deg) rotatex(7deg);
    transition: 0.3s ease-in-out;
}
.collection_list.stellen:hover .col_txt_stellen {
    text-align: left;
    min-height: 0;
    transition: 0.3s ease-in-out;
    margin-top: 0px;
    background-color: rgba(0, 84, 154, 0.8);
    font-size: 22px;
    line-height: 1.5em;
    color: #fff!important;
}
.collection_list.stellen:hover .col_txt_stellen a {
    color: #fff!important;
}
.jobs.full_preview .collection_content.col_img_stellen{
    display: none;
}
.jobs.full_preview .stellen_wrapper {
    background: none;
    box-shadow: none;
}
.jobs.full_preview .summary_stellen {
    display: none;
}
.jobs.full_preview .stellen_wrapper .col_txt_stellen {
    min-height: 88px;
    transition: 0.3s ease-in-out;
    margin-top: 24px;
    background-color: rgba(0, 84, 154, 0.0);
    font-size: 42px;
    line-height: 1em;
    padding-left: 0px;
    color: #003866;
}
.jobs.full_preview .stellen_wrapper {
     height: auto; 
}

.schedule-desktop {
    display: table;
}

.schedule-mobile {
    display: none;
}

.jobs .collection_content.summary {
    display: none;
}
.unternehmen .collection_list.ansprechpartner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(20% - 16px);
}

.unternehmen .collection_list.ansprechpartner .collection_container {
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unternehmen .collection_list.ansprechpartner .collection_content.img {
    width: 100%;
    height: 200px; 
    overflow: hidden;
    text-align: center;
}

.unternehmen .collection_list.ansprechpartner .collection_content.img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.unternehmen .collection_list.ansprechpartner .collection_content.name,
.unternehmen .collection_list.ansprechpartner .collection_content.zustaendig,
.unternehmen .collection_list.ansprechpartner .collection_content.daten {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.unternehmen .collection_list.ansprechpartner .collection_content.name .textcontent {
    font-size: 22px;
    color: #003866;
    font-weight: bold;
}

.unternehmen .collection_list.ansprechpartner .collection_content.zustaendig .textcontent,
.unternehmen .collection_list.ansprechpartner .collection_content.daten {
    color: #003866;
    font-size: 16px; 
}
.home .collection_list.ansprechpartner .ansprechpartner_wrapper:hover .collection_content.daten {
    color: #fff;
}
.home .collection_list.ansprechpartner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(20% - 16px);
}

.home .collection_list.ansprechpartner .collection_container {
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home .collection_list.ansprechpartner .collection_content.img {
    width: 100%;
    height: 200px; 
    overflow: hidden;
    text-align: center;
}

.home .collection_list.ansprechpartner .collection_content.img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.home .collection_list.ansprechpartner .collection_content.name,
.home .collection_list.ansprechpartner .collection_content.zustaendig,
.home .collection_list.ansprechpartner .collection_content.daten {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.home .collection_list.ansprechpartner .collection_content.name .textcontent {
    font-size: 22px;
    color: #003866;
    font-weight: bold;
}

.home .collection_list.ansprechpartner .collection_content.zustaendig .textcontent,
.home .collection_list.ansprechpartner .collection_content.daten {
    color: #003866;
    font-size: 16px; 
}
.home .collection_list.ansprechpartner .ansprechpartner_wrapper:hover .collection_content.daten {
    color: #fff;
}



/*   Responsiv____________________________________________________*/
@media (max-width: 1280px) {
    .unternehmen .collection_list.ansprechpartner {
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
        width: calc(33.333% - 20px); 
    }

    .unternehmen .collection_list.ansprechpartner .collection_container {
        margin: 10px; 
        width: 210px;
    }

    .unternehmen .collection_list.ansprechpartner .collection_content.img {
        width: 100%;
        height: 200px; 
    }

    .unternehmen .collection_list.ansprechpartner .collection_content.name,
    .unternehmen .collection_list.ansprechpartner .collection_content.zustaendig,
    .unternehmen .collection_list.ansprechpartner .collection_content.daten {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .home .collection_list.ansprechpartner {
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
        width: calc(33.333% - 20px); 
    }

    .home .collection_list.ansprechpartner .collection_container {
        margin: 10px; 
        width: 210px;
    }

    .home .collection_list.ansprechpartner .collection_content.img {
        width: 100%;
        height: 200px; 
    }

    .home .collection_list.ansprechpartner .collection_content.name,
    .home .collection_list.ansprechpartner .collection_content.zustaendig,
    .home .collection_list.ansprechpartner .collection_content.daten {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width: 430px) {
    .schedule-desktop {
        display: none;
    }

    .schedule-mobile {
        display: table;
    }
}
/* Breakpoints */
@media(max-width:1490px){
    header nav ul.level_1 li a, 
header nav ul.level_1 li a:visited {
    padding: 10px 5px!important;
}
header > .container {
    margin-right: 30px!important;
}
}
@media(max-width:1249px){
    header img {
        width: 186px !important;
        max-width: 216px !important;
        position: relative !important;
    }
    header .container::after{
        display: none;
    }
    header .imgcontent img {
        transform: translate(0%, 0%);
        top: -125px;
        left: -30px;
    }
    header {
        transition: opacity 0.5s ease, visibility 0.5s ease; 
    }
    
    header.scrolled {
        opacity: 0;
        visibility: hidden;
    }
    header.scrolled .imgcontent img {
       display: none;
    
    }
    .kahl_grp {
        width: 44% !important;
        margin-left: 4%;
        margin-bottom: 3%;
    }
    .referenzen:hover .referenzen_wrapper .button{
        background-color: #990000;
        margin-top:0px!important;
    }
}
@media (max-width: 1200px) {
    .collection_list.referenzen {
        width: 45%; 
        margin-left: 2.5%; 
        margin-right: 2.5%;
    }
    .unternehmen .col-xs-12 img {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 50px;
    }

}
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding: 15px;
    width: 100% !important;
    Float: left;
    overflow: hidden;
}
@media (max-width: 991px) {
    .kahl_grp {
        width: 100%;
    }
    .collection_content.preis a {
        font-size: 18px;
    }
    .collection_content.preistxt {
        float: left;
        width: auto;
    }
    .collection_list.referenzen .summary {
        padding: 20px 0px 20px 10px;
        font-size: 11px;
    }
    .collection_content.preistxt a {
        padding: 0px 0px 0px 10px!important;
        }
  }
@media(max-width:940px){
    #slider img {
        height: 400px !important;
        max-width: 1000px !important;
        min-width: 1240px;
        margin-top: 110px;
    }
}
@media(max-width:740px){
    #slider img {
        height: 400px !important;
        max-width: 1000px !important;
        min-width: 1000px;
        left: -200px;
        margin-top: 110px;
    }
    .collection_list.stellen {
        width: 100%!important;
        height: auto;
        overflow: hidden;
        height: 470px !important;
        padding: 15px;
        float: left;
    }
    .collection_list.stellen .col_img_stellen {
        width: 100% !important;
        float: left;
        height: 100%;
    }
    .col_img_stellen {
        height: auto;
    }
    .collection_content.summary_stellen {
         width: 100%;
         margin-bottom: 20px;
    }
    .jobs .col_txt_stellen {
        width: 100%;
    }
    .stellen_wrapper {
        height: auto!important; 
    }
    .collection_list.referenzen:hover .col_txt {
        min-height: auto;
        transition: 0.3s ease-in-out;
        margin-top: -190px;
        background-color: rgba(0, 84, 154, 0.8);
        font-size: 22px;
        color: #fff;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -210px;
        margin-bottom: 0px!important;
    }
    .kahl_grp {
        width: 100% !important;
        margin-left: 0%;
        height: auto;
        margin-bottom: 30px;
        padding: 0px 30px;
    }
    .collection_list.referenzen {
        width: 50%;
        overflow: hidden;
        padding: 15px;
        float: left;
    }
    .full_preview .referenzen_wrapper {
        height: auto;
    }
    .collection_list.referenzen > .collection_wrapper {
        min-height: 420px;
    }
    .collection_list > .collection_wrapper {
        float: left;
        height: auto !important;
        background: rgba(255, 255, 255, .9);
        color: rgb(0, 85, 154);
    }
    .collection_list.referenzen .col_img {
        width: 100% !important;
        float: left;
        max-height: 400px;
        margin-bottom: 20px;
    }
    #maschinenverleih .collection_list.referenzen .col_txt {
        float: left;
        width: 100%;
    }
    #maschinenverleih .collection_wrapper .col_txt a {
        display: block;
        padding: 20px 20px;
    }
    #maschinenverleih .collection_list.referenzen .summary {
        float: left;
        width: 100%;
    }
    #maschinenverleih .collection_content.summary a {
        padding: 10px 10px 10px 20px;
        height: 120px;
    }
    #maschinenverleih .collection_list.referenzen .preis {
        padding: 10px 10px 10px 10px;
        float: left;
        width: 100%;
    }
    #maschinenverleih .collection_list.referenzen .preistxt {
        padding: 10px 10px 10px 10px;
        float: left;
        width: 100%;
    }
    #maschinenverleih .collection_content.preistxt a {
        padding: 0px 0px 0px 0px;
        height: 20px;
    }
    #maschinenverleih .collection_list.referenzen .button {
        width: 100%;
    }
    .referenzen_wrapper {
     height: AUTO; 

    }
    .collection_list.referenzen .col_txt{
        width: 100% !important;
    }
    .collection_list.referenzen .preis {
        float: right!important;
        white-space: nowrap !important;
    }
    .collection_list.referenzen .button {
        width: 100%!important;
        margin-top: 8px!important;
    }
    .collection_content.preis a {
        font-size: 25px!important;
    }
    .collection_content.preistxt {
        float: right!important;
    }
    .collection_content.preistxt a {
        padding: 0px 20px 0px 0px!important;
        }
    .collection_list.referenzen .preis {
            padding: 20px 20px 10px 0px!important;
            float: left;
            width: 28%;
        }

}
@media(max-width:570px){
    .header-title .textcontent h1 {
        font-size: 24px;
    }
    .collection_list.referenzen .col_img {
        width: 100% !important;
        float: left;
        max-height: 300px;
    }
}
@media(max-width:430px){
    #slider img {
        height: 300px !important;
        max-width: 1000px !important;
        min-width: 800px;
        margin-top: 110px;
    }
    .logo_left{
        padding-left: 0!important;
    }
    .full_preview .referenzen_wrapper .collection_content.col_txt .textcontent {
        font-size: 30px;
    }
    .collection_list.referenzen .preis {
        padding: 20px 20px 10px 0px!important;
        left: -10px;
        float: left;
        width: 28%;
    }
}
@media(max-width:375px){
    h1 {
        font-size: 30px;
    }
    .collection_list.referenzen .col_img {
        width: 100% !important;
        float: left;
        max-height: 200px;
    }
}


@media only screen and (min-width: 1081px) {
	
}

@media only screen  and (min-width: 0px) and (max-width: 1080px) {

.kacheln:hover, .collection_wrapper:hover {
    transform: none !important;
    transition: 0.0s ease-in-out !important;

}
	
.kacheln:hover .col_img, .collection_wrapper:hover .col_img {
    margin-top: 0px !important;
    transition: 0.3s ease-in-out;
}
.kacheln:hover .col_txt, .collection_wrapper:hover .col_txt {
    min-height: 0px !important;
    transition: 0.3s ease-in-out;
    margin-top: 0px !important;
    background-color: rgba(0, 84, 154, 0) !important;
    font-size: 22px;
    line-height: 1em;
    color: #fff;
}
	.kacheln:hover .col_txt a, .collection_wrapper:hover .col_txt a {
    color: #003866 !important;
}
	#referenzen .collection_list.referenzen > .collection_wrapper {
    background: rgba(255, 255, 255, 1);
}
	
	#kontakt .slidershow iframe {
    margin-top: 0px !important;
}
	
	.collection_list.referenzen > .collection_wrapper {
	min-height: 420px;
}

	
	#maschinenverleih .collection_list.referenzen {
    height: 640px !important;
}
	

		#maschinenverleih .collection_list.referenzen .preis {
    padding: 10px 10px 10px 10px;
    float: left;
    width: 100%;
}
	
	#maschinenverleih .collection_list.referenzen .preistxt {
    padding: 10px 10px 10px 10px;
    float: left;
    width: 100%;
}
	
	#maschinenverleih.collection_list.referenzen .collection_wrapper:hover .button {
   	widows: 100%;
}
	
#logo_left {
    width: 40%;
    max-width: none;
    padding-left: 0px;
    padding-top: 5px;
    POSITION: absolute;
    Z-INDEX: 100;
    top: 0px;
    height: 210px;
    background: none;
    max-height: 202px;
    transition: 0.3s ease-in-out;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-left: 0px;

}
#logo_content {

	border-bottom: 7px rgb(0, 85, 154) solid;
}

.col-xs-12 img {
    max-width:  none !important;
}




#collapse_menu {
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 3.4em;
	background-image:  url(../img/menu.svg);
	background-repeat: no-repeat;
	background-position: right;
	height: 55px;
}



.contactformular {
    width: 100%;
}

#menu_4 {
    padding: 3px 0px 3px 10px;
}



.mss-slide > img.mss-slide-img {
		vertical-align: top;
		max-height: 100% !important;
	}
	

#content_main {
	width: 100% !important;
	}


#content_11 {
	 width: 100%;	
}

#menu_2 li.level_2 a {
font-size: 16px !important;
 	
}

#menu_2 li.level_3 a {
font-size: 13px !important;
 	
}

#menu_2 ul li a, #menu_2 ul li a:visited {
	line-height: 3em;
	padding: 0 0 0 0 !important;

}

#menu_2 .level_1 {
    display: inherit;
    padding-left: 0% !important;
    border-bottom: 1px solid #fff;
	background-color: rgb(0, 85, 154);
}

#menu_2 .level_2 {
	display: inherit;
    padding-left: 0% !important;
    border-bottom: 1px solid #000;
}

#menu_2 .level_3 {
	display: inherit;
    padding-left: 0% !important;
    border-top: 1px solid #000;
	background-color: #fff;
}

#menu_2 .active_tree {
	    color: rgb(0, 85, 154) !important;

}


#menu_2 ul li {
    display: list-item;
	text-align: center;
}

#menu_2 {
    display: none;
	width: 100%;
	float: none;
	padding-right: 0%;
	overflow-y: scroll;
}

#menu_2 ul li a{
	font-size: 20px;
}


#menu_3 ul li {
	font-size: 10px;
}

#menu ul li.level_3 {
    margin: 0px 0px 0px 0%;
}

#menu ul li.level_2 a {
    margin: 0px 0px 0px 0%;
}


#menu_3 {

    margin: 0% 10px 0 10px !important;
}

.col_hover {
    width: 50% !important;

}

.content_kacheln {
    width: 100% !important;

}

#content_contact {
	width: 100% !important;
}


#content_2 {
    width: 100%;
	padding: 0;
	
}

#menu_3 {
    width: 24%;
	height: 0px;
    overflow: hidden;
	
}


#content_5, #content_6, #content_8, #content_9, #content_10   {
  	margin: 0% 0% 10px 0%;
}

#collapse_menu {
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 3.4em;
	background-image:  url(../img/menu.svg);
	background-repeat: no-repeat;
	background-position: right;
	height: 47px;
}

#header {
	display: none;
}

.box_height {
	min-height: 10px !important;
	margin-bottom: 10px !important;
	
}

.box_height_2 {
	min-height: 10px !important;
	margin-bottom: 10px !important;
	
}

#footer_2 {
	position:static;
	text-align:center;
}

}
@media only screen  and (min-width: 750px) and (max-width: 1080px) {
	
#logo_content {
    width: 100%;
    height: 200px;
    max-height: 200px;
    background: rgba(255, 255, 255, 1);
}	
	
#maschinenverleih .collection_list.referenzen .col_txt {
    padding-left: 0px;
}
	
.collection_list.referenzen .col_txt {
    padding-left: 0px;
}

.kacheln {
        width: 48.333% !important;
}
	
	
.col-xs-12 {
    width: 50% !important;
}

.mss-slide > img.mss-slide-img {
    margin-left: -578px;
}
	
#bauleistung .mss-slide > img.mss-slide-img {
    margin-left: 0px;
}

.textarea_half {
    width: 50%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 0px; 
    float: left;
}

.collection_list {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    float: left;
}

.pinselbild {
	display:none;
	
	}


.calltoaction {
    top: 0px;
	display: none;
}

#menu_frame {
	margin-top: 0px;
}

#slider {
    height: 250px;
}


#slider img {
    max-width: 122% !important;
    margin-left: -205px;
    margin-top: 80px;
}

#slider {
    overflow: hidden;
}

#logo {
    top: 69px;

}
.drittel {

    padding: 20px;
    width: 100% !important;

}



.collection_content.bild {
	max-width: 100% !important;
}


}
@media only screen  and (min-width: 0px) and (max-width: 1080px) {

	h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 9px;
    color: #003866;
}
	
	#logo_content {
		position: relative;
	}
	

	
	#maschinenverleih .collection_list.referenzen .col_txt {
    float: left;
    width: 100%;
}
	
	.collection_list.referenzen .col_txt {
	padding-left: 10px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

	#maschinenverleih .collection_content.summary a {
    padding: 10px 10px 10px 20px;
	height: 120px;
}
	.collection_content.summary a {
    padding: 10px 10px 10px 20px;
	height: 120px;
}
		#maschinenverleih .collection_wrapper .col_txt a {

    display: block;
    padding: 20px 20px;
}
	.collection_wrapper .col_txt a {

    display: block;
    padding: 20px 20px;
}
		#maschinenverleih .collection_list.referenzen .summary {
    float: left;
    width: 100%;
}
	
	#maschinenverleih .collection_list.referenzen .button   {
		width: 	100%;
		
	}
	collection_list.referenzen .button   {
		width: 	100%;
		
	}
	
	#maschinenverleih .collection_content.preistxt a {

    padding: 0px 0px 0px 0px;
	height: 20px;

}
	.collection_content.preistxt a {

    padding: 0px 0px 0px 0px;
	height: 20px;

}
	
	
	.kacheln {
    width: 44% !important;
    margin-left: 4%;
    margin-bottom: 3%;
}
	
	#footer > .footer_container {
    height: 260px;
}

#slide {
    height: 676px;
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
    z-index: 1;
    position: relative;
}


#logo_left img {
    width: 186px !important;
    max-width: 216px !important;
}

img.logo_big {
    position: relative !important;
}

#logo_content.sticky #logo_left .logo_big, #logo_content #logo_left .logo_small {
    opacity: 1;
    left: 42px;
    width: 297px !important;
}


#logo_left .logo_small {
	display: none;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#logo_content.sticky #logo_left .logo_small {
    display: none;
}


#slide {
    margin-top: 0;
}


.mss-caption span {
    background-color: rgba(0, 84, 154, 1);
}

#menu_2 ul li:hover .level_2 {
	max-height: none;
    TOP: 0px;
    transition: 0.5s ease-in-out;
}

#menu_2 .level_2 a {
    color: rgb(0, 85, 154) !important;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
}

#menu_2 .level_2 {
    max-height: none;
}

#menu_2 ul.level_2 {
    background: #fff;
    width: 100%;
    margin-left: 00%;
    TOP: auto;
	position: relative;
}

#menu_2 ul.level_1 {
    padding-left: 25%;
    max-height: none;
    height: auto;
    transition: 0.3s ease-in-out;
	margin-top: 17px;
}

.collection_list > .collection_wrapper {
    float: left;
    height: auto !important;
    background: rgba(255, 255, 255, .9);
	color: rgb(0, 85, 154);
}


.collection_list > .collection_wrapper a {

}


.kacheln_full {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    min-height: 120px;
    margin-bottom: 1%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 100%;
    max-width: 1360px;
    margin-top: 15px;
}

.component.background {    
	
	width: 1000px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -500px;
}

.textarea_full {
    margin-left: 0px; 
    margin-right: 0px;

}


#background img {
    max-width: 1110px !Important;
    position: relative;
	left: -5%;
}

#logo_content {
    width: 100%;
    height: 150px;
    max-height: 150px;
    background: rgba(255, 255, 255, 1);
}

#logo_content.sticky #logo_left {
    max-width: none;

}

#menu_frame {
	padding: 0px 0;
    top: 90px;
    z-index: 200;
}


.sticky #menu_frame {
    top: 0px;
}





.sticky #menu_frame {
    padding: 6px 0;
    height: 61px;
}

	


.col_img {
    height: auto;
}


.pinselbild {
	display:none;
	
	}


.calltoaction {
    top: 0px;
	display: none;
}

#menu_frame {
	margin-top: 0px;
	height: auto;
	overflow: visible;
}

#slider {
    height: 250px;
}



#logo {
    top: 69px;

}
.drittel {

    padding: 20px;
    width: 100% !important;

}
.textarea_full {
    padding: 20px;
	
}

#footer_1 ul li {
    width: auto;
    padding: 0% 2% 0% 2%;
    display: list-item;
}
#footer_2 {
	display: none;
	
}
#container_box {
   padding-top: 0px; 
} 
form#contactformular_21 {
    padding: 20px;
}

#footer {
    height: 330px;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

.call_left {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.textarea_left {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}


.textarea_right {
    width: 100%;
    float: left;
    padding-left: 0;
}

.collection_content.bild {
    max-width: 100%;
}

.collection_content.bild img {
    width: 100%;
}

.button_contact {
    width: 100%;

}

	
	
.collection_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    float: left;
}

.textarea_half {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px; 
    float: left;
}

.call_right {
    width: 100%;
    float: left;
    padding: 5px 0px 25px 0;
}

.contactformular #button {
    margin: 29px 0% 0% 0% !important;
}

#button {

    width: 100%;
   
}

.label {
    width: 100% !important;
    border-top: 0px #dcdcdc solid !important; 
    border-bottom: 0px #dcdcdc solid !important; 
	padding-left: 0px !important;
	    font-size: 17px !important;
}

.input {
    width: 100%;
    float: left;
    margin: 10px 0% 0% 0%;
}	

.contact_box {
    position: relative;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 10;
    height: 309px;
    margin-top: 0;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.13),0 2px 4px 0 rgba(0,0,0,0.13) !important;
    margin-bottom: 11px;
}

.contactformular table {
    width: 100%;
}
	
	
	


.mss-headline {
        font-size: 36px;

}


	
.col-xs-12 {
    width: 100% !important;
}


#content_contact_txt a {
	font-size: 10px !important;
	}

#content_11 {
	 width: 100%;	
}

#menu_2 li.level_2 a {
font-size: 16px !important;
 	
}

#menu_2 li.level_3 a {
font-size: 13px !important;
 	
}

#menu_2 ul li a, #menu_2 ul li a:visited {
	line-height: 3em;
	padding: 0 0 0 0 !important;
	color: #fff;

}

#menu_2 .level_2 {
	display: inherit;
    padding-left: 0% !important;
}


#menu_2 .active_tree {
	    color: rgb(0, 85, 154) !important;

}
#menu_2 ul li {
    display: list-item;
	text-align: center;
}

#menu_2 {
    display: none;
	width: 100%;
	float: none;
	padding-right: 0%;
	max-height:100%;
	overflow-y:scroll;
}

#menu_2 ul li a{
	font-size: 20px;
}



#menu_3 ul li {
	font-size: 10px;
}

#collapse_menu {
    display: block;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 3.4em;
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-position: right;
    height: 48px;
}

#header {
	display: none;
}

	.mss-slider .mss-text {
    font-size: 17px !important;
}
.zitat {
        display: none;
}	

.zitat h3 {
    font-size: 21px !important;    font-size: 42px;
    height: 120px;
}	



	
	
}

@media only screen and (max-width: 750px) {
	
.collection_content.zustaendig {
    padding: 0px 0px 18px 15px;
    float: left;
    width: 60%;
}

.collection_content.daten {
    padding: 0px 0px 14px 10px;
    float: left;
    width: 60%;
	font-size: 11px;
    line-height: 1.5;
}
.collection_content.name {
    display: block;
    width: 60%;
    float: left;
    padding: 15px 0px 15px 10px;
}
	.beschreibungsbox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: left;
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 85px;
}
.collection_content.img {
    width: 40% !important
		;
    float: left;
    overflow: hidden;
    /* height: 172px; */
}	
	
.collection_list.referenzen {
    width: 100% !important; 
    margin-left: 0px;
    margin-right: 0px;
}
	
	
	.textarea_half {
		padding-right: 10px !important; 
	    padding-left: 10px !important;
}
	
	
	#maschinenverleih .collection_list.referenzen {
    width: 100%;
}
	
		#maschinenverleih.textarea_full {
    padding: 0px;
}
	
.component.kontakt_aufnehmen .textarea_full {
    padding: 10px;
}
	.area {
    padding-left: 0px;
    padding-right: 0px;
}

	.kacheln {
    width: 100% !important;
    margin-left: 0%;
    height: auto;
    margin-bottom: 30px;
		    padding: 0px 30px;
}
	.mss-headline {
    font-size: 30px;
}
	
.mss-slide > img.mss-slide-img {
    position: relative;
    display: inline;
    max-width: 1920px !important;
    width: 80%;
    min-width: 852.72px;
    margin-left: -290px;
}

	.mss-caption {
	
	bottom: 296px;
	
}
	
	#slide {
    height: 400px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
	#bauleistung .mss-slide > img.mss-slide-img {

    margin-left: 0px;
}
	.kacheln:hover .col_txt, .collection_wrapper:hover .col_txt {
    min-height: 207px;
    transition: 0.3s ease-in-out;
    margin-top: -229px;
    background-color: rgba(0, 84, 154, 0.8);
    color: #fff;
}

	.mss-caption span {
    width: 100%;
    background: rgb(0, 85, 154);
    height: auto;
    right: auto;
    text-align: center;
    right: 0;
    background-color: rgba(0, 84, 154, 0.8);
    min-width: 300px;
}

.mss-headline {
    font-size: 24px;
    line-height: 2em;
	
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: rgb(0, 85, 154);
}

.collection_content.name {
    font-size: 18px;
}	
.unternehmen .collection_list.ansprechpartner {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
    width: calc(50% - 10px);
}

.unternehmen .collection_list.ansprechpartner .collection_container {
    margin: 10px; 
    width: 210px;
}

.unternehmen .collection_list.ansprechpartner .collection_content.img {
    width: 100%;
    height: 200px; 
}

.unternehmen .collection_list.ansprechpartner .collection_content.name,
.unternehmen .collection_list.ansprechpartner .collection_content.zustaendig,
.unternehmen .collection_list.ansprechpartner .collection_content.daten {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.home .collection_content.img {
    width: 100% !important;
}
.home .collection_list.ansprechpartner {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
    width: calc(50% - 10px);
}

.home .collection_list.ansprechpartner .collection_container {
    margin: 10px; 
    width: 210px;
}

.home .collection_list.ansprechpartner .collection_content.img {
    width: 100%;
    height: 200px; 
}

.home .collection_list.ansprechpartner .collection_content.name,
.home .collection_list.ansprechpartner .collection_content.zustaendig,
.home .collection_list.ansprechpartner .collection_content.daten {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.home .collection_content.img {
    width: 100% !important;
}
}

 
@media (max-width: 1249px) {



    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;
        }
} /*END 1249px*/

@media only screen and (max-width: 449px) {
	
    .unternehmen .collection_list.ansprechpartner {
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
        width: 100%;
    }
    
    .unternehmen .collection_list.ansprechpartner .collection_container {
        margin: 10px; 
        width: 210px;
    }
    
    .unternehmen .collection_list.ansprechpartner .collection_content.img {
        width: 100%;
        height: 200px; 
    }
    
    .unternehmen .collection_list.ansprechpartner .collection_content.name,
    .unternehmen .collection_list.ansprechpartner .collection_content.zustaendig,
    .unternehmen .collection_list.ansprechpartner .collection_content.daten {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .unternehmen .collection_content.img {
        width: 100% !important;
    }

    .home .collection_list.ansprechpartner {
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
        width: 100%;
    }
    
    .home .collection_list.ansprechpartner .collection_container {
        margin: 10px; 
        width: 210px;
    }
    
    .home .collection_list.ansprechpartner .collection_content.img {
        width: 100%;
        height: 200px; 
    }
    
    .home .collection_list.ansprechpartner .collection_content.name,
    .home .collection_list.ansprechpartner .collection_content.zustaendig,
    .home .collection_list.ansprechpartner .collection_content.daten {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .home .collection_content.img {
        width: 100% !important;
    }
    }
@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }
} /*END 1024px*/

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: auto;
    }
} /*END 992px*/
    
@media (max-width: 768px) {
    .component.copyright {
        display: flex;
        flex-direction: column;
    }

    #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;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #slider div#slider-title {
        padding: 0 20px;
    }
    #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,
    div#privacy-policy {
        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;
    }



} /*END 768px*/

@media (max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

} /*END 600px*/

@media (max-width: 500px) {

    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px!important;
    }

    .container {
        min-width: 250px;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }
    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
} /*END 500px*/
   

    
@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    
            .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) {

    .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;
            }
        
            .col-lg-6 {
                width: 50% !important;
            }
        
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1300px;
        }
}

/* jan  */

.referenzen a.button {
    display: block;
    opacity: 0;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}


body.jobs.full_preview video{
    display: block !important;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 60px;
}
/* jan  */

.recaptcha-class iframe {
    width: 100%;
    float: left;
    height: auto !important;
}