/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2024 | 08:46:12 */
/* FARBSCHEMA

Phthalo: #00AB84;
Wald: #00664F;
Stein: #9F938F;
Sand: #E6E4E0;
Onyx: #2A2C2D;
Glut: #C84D3C;

*/

/* Firefox */
* { scrollbar-width: thin; scrollbar-color: #00AB84 #E6E4E0;}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar { width: 6px;}
*::-webkit-scrollbar-track { background: #E6E4E0;}
*::-webkit-scrollbar-thumb { background-color: #00AB84; border-radius: 20px; border: 0px solid transparent;}

::placeholder {
    color: #2A2C2D;
    opacity: 1;
    letter-spacing: 0.0405em;
}

.color_alternate ::placeholder {color: #E6E4E0 !important;}

.txt-cl-phthalo {color: #00AB84;}
.txt-cl-wald {color: #00664F;}
.txt-cl-stein {color: #9F938F;}
.txt-cl-sand {color: #E6E4E0;}
.txt-cl-onyx {color: #2A2C2D;}

.txt-xl {
    font-size: 3.75rem;
    line-height: 1.25;
    font-weight: 700;
}

p, li {
    font-weight: 300;
}

b, strong {
    font-weight: 400;
}

.h1 {
    font-family: 'Made Tommy';
    font-weight: 700;
    font-size: 5.4rem;
    line-height: 1.12;
    letter-spacing: 0.04em;
}

h2 {margin-bottom: 3rem !important}

.h2 {
    font-family: 'Made Tommy';
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

#kontakt-info h2 {margin-bottom: 0 !important}

@media screen and (min-width: 1921px) {
    p, li:not(.menu-item) {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.0205em;
    }

    body.stellenangebot li:not(.menu-item) {
        font-size: 18px;
        line-height: 1.2 !important;
        letter-spacing: 0.0205em;
    }

}

.uppercase {text-transform: uppercase;}

li {margin: 0;}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-700 {font-weight: 700;}

/* Sidemenü */

#sidemenu {
    position: fixed;
    top: 50%;
    right: 60px;
    text-align: right;
    transform: translateY(-50%);

}

/* .header_hor .w-nav.type_desktop > .w-nav-list {
    display: block !important;
} */

/* #sidemenu ul {max-width: 40px;} */
#sidemenu ul:hover {max-width: 300px;}

#sidemenu ul li{
    position: relative;
    margin-bottom: 12px;
}

#sidemenu ul li a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 19px;
    letter-spacing: 0.0305em;
    color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin-right: 0px;
    white-space: nowrap;
}


#sidemenu ul li a:hover {
    color: #2A2C2D;
    margin-right: 10px;
}

#sidemenu ul li a span{
    position: relative;
    padding-right: 20px;
}

#sidemenu ul li a::after {
    content: '';
    width: 8px;
    height: 8px;
    opacity: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #2A2C2D;
    box-shadow: 0 1px 1px -1px #2A2C2D;
    position: absolute;
    top: 50%;
    right: -20px;
    background-color: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
}

main #sidemenu ul li::before {
    background-color: transparent;
}

main #sidemenu ul li.current-menu-item > a::after {
    background-color: #2A2C2D !important;
}

.ush_menu_1 .menu-item.level_1.current-menu-item > a:not(.w-btn), .ush_menu_1 .menu-item.level_1.current-menu-ancestor > a:not(.w-btn), .ush_menu_1 .menu-item.level_1.current-page-ancestor > a:not(.w-btn),
.ush_menu_1 .menu-item.level_1 > a:not(.w-btn):focus, .no-touch .ush_menu_1 .menu-item.level_1.opened > a:not(.w-btn), .no-touch .ush_menu_1 .menu-item.level_1:hover > a:not(.w-btn) {
    color: #2A2C2D !important;
}

/* Navigation  */

.l-subheader-cell, .l-subheader.at_middle {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.l-header:not(.sticky) .l-subheader-cell {
    margin-top: 60px;
    /* margin-top: 40px; */
}

.w-nav-title {
    font-size: 20px;
    letter-spacing: 0.005em;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;

}

header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  line-height: 30px;
	display: block;
}

/* .w-nav-title:hover {
    color: #00AB84;
} */

/* header.sticky ul.w-nav-list li a .w-nav-title {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    width: 0%
} */

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  padding: 0px 20px 10px 20px;
}

.l-subheader.at_middle,
.l-header.sticky .l-subheader.at_middle {
    line-height: 50px !important;
}

header ul.w-nav-list li a .w-nav-title {
    position: relative;
}

header ul.w-nav-list li a .w-nav-title::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0px;
    left: 0;
    bottom: -5px;
    background-color: #00AB84;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}


header ul.w-nav-list li.current-menu-parent > a > .w-nav-title,
header ul.w-nav-list li.current-menu-item > a .w-nav-title,
header ul.w-nav-list li a:hover .w-nav-title {
    color: #00AB84;
}

header ul.w-nav-list li.current-menu-parent > a > .w-nav-title:after,
header ul.w-nav-list li.current-menu-item > a .w-nav-title:after,
header ul.w-nav-list li a:hover .w-nav-title:after {
    width: 100%;
}

.w-nav-list.level_1 {
    /* border-bottom: 2px solid #2A2C2D; */
    transition: all 0.3s ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.w-nav.type_desktop li:not(:first-child) ul.w-nav-list.level_2 {
    margin-left: 97px;
}

.w-nav .menu-item {
    display: inline-block;
}

.w-nav-list.level_2 {
    padding-top: 20px;
}

.w-nav-list.level_2 .menu-item {
    width: 100%;
}

.l-header:not(.sticky) .l-subheader.at_middle, .l-header.sticky .l-subheader.at_middle {
    /* line-height: 60px !important; */
    line-height: 40px !important;
}

.l-header.sticky .l-subheader.at_middle {
    background: #E6E4E0;
}

.w-image img {
    transition: 0.3s all ease;
}

.icons .w-image img {
    height: 95px;
    width: auto;
}

.icons .g-cols .vc_col-sm-3 > .vc_column-inner {
    padding-right: 0 !important
}

.icons-large .w-image img {
    height: 150px;
    margin-left: -15px;
}


header.sticky .w-nav-list.level_1 {
    width: 0%;
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 117px;
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1:first-child > a:not(.w-btn) {
    margin-left: 0px;
}

.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afr .w-nav-list.level_1 {
    box-shadow: none;
}

.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
    /* box-shadow: 0 1px 0 rgba(0, 171, 132,0.25) !important; */
    box-shadow: none !important;
}

.l-subheader.at_middle, .l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: transparent !important;
}

.l-header.sticky .l-subheader.at_middle {
    background: #E6E4E0 !important;
}

.w-nav-list.level_2 {
    margin-left: -20px;
}

/* .w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
    transform: scaleY(1) translateX(-20px) translateZ(0);
    opacity: 0;
}

.no-touch .w-nav.type_desktop.dropdown_height .menu-item:hover > .w-nav-list, .w-nav.type_desktop.dropdown_height .w-nav-anchor:focus ~ .w-nav-list, .w-nav.type_desktop.dropdown_height .menu-item.opened > .w-nav-list {
    transform: scaleY(1) translateX(-20px) translateZ(0);
    opacity: 1;
} */

header:not(.sticky) .ush_menu_1 .w-nav-list:not(.level_1) {
    background: transparent !important;
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: none;
}

.no-touch .ush_menu_1 .menu-item:not(.level_1) a {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

#header-home {
    position: relative;
}

#header-home .arrow-down {
    position: absolute;
    top: calc(50% + 33vh);
    /* top: 45vh; */
    left: calc(50% - 21px);
}

#header-home h2 {
    margin-bottom: 0 !important;
}

.top-block-element {
    position: relative;
    padding-top: 5rem!important;
}

.top-block-element::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 67.5%;
    background-color: #9F938F;
    top: -100px;
    left: 16.25%;
    z-index: 10;
}

.color_primary.top-block-element::before {
    background-color: #00AB84;
}

.overlay {
    position: relative;
}

.background-header {
    position: absolute;
    top: -6.25rem;
    left: -3.1rem;
    font-size: 9rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.0205em;
    color: rgba(159, 147, 143, 0.3);
}

.color_alternate .background-header {
    color: rgba(230, 228, 224, 0.3);
}

.leistungen h4 {
    min-height: 74px;
}

/* grüner Pfeil + mehr   <a class="link-arrow" href="#">mehr</a> */

.link-arrow {
    position: relative;
    margin-left: 150px;
    /* font-size: 1.3rem; */
    line-height: 1.25;
    letter-spacing: 0.0405em;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.link-arrow.sand {color: #E6E4E0 !important;}

.link-arrow:hover {
    color: #9F938F !important;
    margin-left: 160px;
}

.link-arrow p {
        font-weight: 400;
}

.link-arrow::before, .contact-form .submit-btn::before{
    content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: -150px;
    background-color: #00AB84;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.link-arrow::after, .contact-form .submit-btn::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: transparent;
    border-top: 2px solid #00AB84;
    border-right: 2px solid #00AB84;
    left: -30px;
    top: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translate(-100%, -50%) rotate(45deg);
}

.link-arrow.stein::before {
    background-color: #9F938F;
}

.link-arrow.stein::after {
    border-top: 2px solid #9F938F;
    border-right: 2px solid #9F938F;
}

.link-arrow.sand::before {
    background-color: #E6E4E0;
}

.link-arrow.sand::after {
    border-top: 2px solid #E6E4E0;
    border-right: 2px solid #E6E4E0;
}

.link-arrow:hover::before, .contact-form .submit-btn:hover::before {
    background-color: #9F938F;
    width: 140px;
    left: -160px;
}

.link-arrow:hover::after, .contact-form .submit-btn:hover::after {
    border-top: 2px solid #9F938F;
    border-right: 2px solid #9F938F;
    left: -20px;
}

.link-arrow.sand:hover {color: #00664F !important;}

.link-arrow.sand:hover::before {
    background-color: #00664F;
}

.link-arrow.sand:hover::after {
    border-top: 2px solid #00664F;
    border-right: 2px solid #00664F;
}

main ul {
    list-style: none;
    margin-left: 1rem;
}

main ul li {
    position: relative;
    line-height: 1.4 !important;
    margin-bottom: 10px;
}

body.single-stellenangebote li:not(.menu-item) {
    line-height: 1.6 !important;
}

main ul li:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: calc(0.7rem + 2px);
    width: 4px;
    height: 4px;
    background-color: #00AB84;
    border-radius: 50%;
    transform: translateY(-50%);
}

main .color_alternate ul li:before {background-color: #E6E4E0;}

.subheader {
    color: #00AB84;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0.0405em;
    margin-bottom: 0;
}

#projekt-links .l-section-h .vc_column_container .vc_column-inner .vc_column_container {height: 430px;}

#projekt-links .vc_col-sm-4 .vc_column-inner,
#projekt-links .vc_col-sm-8 .vc_column-inner {
    padding-left: 15%;
    padding-right: 15%;
}

#projekt-links h2 {
    padding-top: 0px;
    position: relative;
}

#projekt-links a {
    position: relative;
}

#projekt-links a::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background-color: #00AB84;
    top: 50%;
    right: -130px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#projekt-links a::after{
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	border-top: 2px solid #00AB84;
	border-right: 2px solid #00AB84;
	right: -140px;
	top: 50%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transform: translate(-100%, -50%) rotate(45deg);
}

#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:before,
#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner a:hover:before {
  width: 70px;
  right: -140px;
}

#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:after,
#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner a:hover:after {
	right: -150px;
}

#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover *,
#projekt-links a:hover {
	color: #00664F;
}

#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:before {
	background-color: #00664F;
}

#projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:after {
	border-color: #00664F;
}

@media screen and (max-width: 1660px) {
    #projekt-links a::before {
        left: 0;
        right: auto;
        top: 3.5rem;
    }

    #projekt-links a::after {
        left: 60px;
        right: auto;
        top: 3.5rem;
    }

    #projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:after,
    #projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner a:hover:after {
        left: 70px;
    }

    #projekt-links .vc_col-sm-4 .vc_column-inner, #projekt-links .vc_col-sm-8 .vc_column-inner {
      padding-left: 10%;
      padding-right: 10%;
    }
}

@media screen and (max-width: 1220px) and  (min-width: 991px) {
    #projekt-links h2, #projekt-links .h2 {
      font-size: 1.6rem !important;
    }
}

.bottom-block-element {
    margin-bottom: 10rem;
}

.icon-list .g-cols p {
    line-height: 1.25;
    letter-spacing: 0.15em;
}

.icon-list h4 {
    min-height: 3.69rem;
}

#apm h4 {min-height: 100px;}
#apm .service-block p, #stufen p {margin-bottom: 10px;}

.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image {
  display: flex;
	justify-content: center;
}
.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper img {
	height: 100px;
	width: auto !important;
	object-fit: contain;
	margin: 0;
	padding: 0 0 2rem 0;
}
@media screen and (max-width: 1798px) {
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
		justify-content: space-around;
	}
}
@media screen and (min-width: 990px) and (max-width: 1798px) {

    .iso-imgs {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .iso-imgs > .wpb_column.vc_column_container > .vc_column-inner {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

	/* .iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image:nth-child(even) {flex-basis: 68%;}
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image:nth-child(odd) {flex-basis: 32%;}
     */
}

/* @media screen and (min-width: 1240px) and (max-width: 1798px) {
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {width: 80%;}
} */
@media screen and (min-width: 768px) and (max-width: 990px) {
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
		justify-content: space-between;
	}
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper img {height: 110px;}
}
@media screen and (max-width: 767px){
	.iso-imgs {margin-top: 2rem !important;}
}
@media screen and (max-width: 650px) {

	main section#leistungen.height_large {padding-top: 6rem !important;}
	main section#referenzen > .l-section-h > .g-cols .g-cols.wpb_row > div:not(:first-child) {padding-top: 1.5rem !important;}

	footer .iso-header {text-align: center;}
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image:nth-child(even) {flex-basis: 68%;}
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image:nth-child(odd) {flex-basis: 32%;}
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper img {height: 100px;}
}
@media screen and (max-width: 450px) {
	.iso-imgs > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper > .w-image {flex-basis: 100% !important;}
}

/* #iso .iso-img{
    width: 150px;
    display: inline-block;
}

#iso .iso-txt {
    width: calc(100% - 150px);
    display: inline-block;
} */
#karriere a {
    color: #9F938F;
}

#karriere span.txt-cl-phthalo a {
    color: #00AB84;
}

#karriere span.txt-cl-phthalo a:hover {
    color: #2A2C2D;
}

#karriere a:hover {
    color: #00AB84;
}

#karriere .jobs-row h2, #karriere .jobs-row .h2 {
    min-height: 10rem;
    margin-bottom: 0px !important;
}

.header-b h2 {
    font-size: 4rem;
    line-height: 1.25;
}

.caplog-list ul {
    list-style: none;
    margin-left: 0px;
}

.caplog-list ul li {
    position: relative;
    padding-left: 20px
}

.caplog-list ul li::before {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    border: 1px solid #E6E4E0;
    border-radius: 50%;
    top: 11px;
    left: 0;
}

.caplog-icon-list .vc_col-sm-4.wpb_column.vc_column_container  {
    position: relative;
    min-height: 90px;
}

.caplog-icon-list .wpb_text_column p {
    padding-left: calc(90px + 3rem);
}

.caplog-icon-list .vc_col-sm-4.wpb_column.vc_column_container::before {
    content: URL('/wp-content/uploads/2022/03/ellipse-sand.png');
    position: absolute;
    left: 1.5rem;
    top: calc(50% - 45px);
}

.w-ibanner {
    background: #00ab84;
}

/* .w-ibanner.animation_aphelia .w-ibanner-image {
    opacity: 0.15;
} */

.w-ibanner-title {
    line-height: 1.25;
    color: #E6E4E0 !important;
    letter-spacing: 0.0205em;
}

body.unternehmen .w-ibanner-title {
    font-size: 30px;
}

.w-ibanner-desc {
    color: #E6E4E0 !important;
    margin-top: 0px;
}

.w-ibanner-desc p {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15em;
    min-height: 50px;
}

body.karriere .w-ibanner-desc p {
    font-size: 25px;
    line-height: 1.25;
    min-height: 65px;
}

.w-ibanner.animation_aphelia .w-ibanner-content {
    top: auto;
    bottom: 0%;
    transform: none;
}

.w-ibanner.animation_aphelia:hover .w-ibanner-title,
.w-ibanner.animation_aphelia:hover .w-ibanner-desc{
    opacity: 1;
    transform: none;
}

.w-ibanner.animation_aphelia:hover .w-ibanner-title,
.w-ibanner.animation_aphelia:hover .w-ibanner-desc p {
    color: #00ab84 !important;
}

.w-ibanner.animation_aphelia .w-ibanner-image{
    opacity: 1;
    filter: none;
}

article.w-grid-item.mitarbeiter:last-child {min-height: 330px;}

article.w-grid-item.mitarbeiter:last-child .w-grid-item-h {
    overflow: visible;
}

article.w-grid-item.mitarbeiter:last-child img{display: none;}

article.w-grid-item.mitarbeiter:last-child .w-grid-item-h .usg_post_title_1 {
    margin-bottom: 4.5rem !important;
    font-size: 2rem !important;
}

article.w-grid-item.mitarbeiter:last-child .w-grid-item-h:hover .usg_post_title_1 {
    color: #E6E4E0 !important;
}

article.w-grid-item.mitarbeiter:last-child .usg_vwrapper_1 {
  padding: 0 8% 1.5rem 8% !important;
}

article.w-grid-item.mitarbeiter:last-child .usg_post_custom_field_1 {
    text-transform: none !important;
    opacity: 1 !important;
}

#testimonials .testimonials-txt {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

#testimonials .testimonials-author {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
}

/* KONTAKTFORMULAR START*/

.contact-form {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 0;
    padding: 0px;

}

.contact-form p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.0405em;
}

.contact-form > div {
	clear: both;
    display: block;
	width: calc(100% - 50px);
	text-align: center;
	position: relative;
    margin: 0 25px;
}

.contact-form > div.half {
  display: inline-block;
	width: 49%;
	width: calc(50% - 50px);
    margin: 0 25px;
}

.contact-form > div.float-left {
    float: left;
}

.contact-form p.label {
    text-align: left;
    padding-left: 15px;
}

.contact-form > div > span {
    position: relative;
    display: block;
}

.contact-form div.check {
	padding: 5px 0px 0px 0px;
	margin-bottom: 1px !important;
    text-align: left;
    position: relative;
}

.contact-form > div.check > span, div.check .wpcf7-checkbox label {
    position: initial;
}

.contact-form .wpcf7-list-item-label {
    font-size: 16px;
}

.contact-form div.check  > .wpcf7-form-control-wrap.privacy .wpcf7-not-valid-tip{
	top: -15px;
}

.contact-form > div > span.privacy, .contact-form > div.check > span.wpcf7-form-control-wrap {
    display: inline-block;
}

.contact-form div.check  > .wpcf7-checkbox.privacy {
	width: 100%;
	display: block;
	/* min-height: 24px; */
}

.contact-form .privacy-text {
    width: calc(100% - 40px);
    margin: 0 25px;
}

.contact-form div.check span.wpcf7-list-item {
    margin-right: 0px;
}

.contact-form div.check p {
	display: inline-block;
	margin: 0;
	z-index: 2;
}

.contact-form div.check p a {
    color: #2A2C2D;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-form div.check p a:hover {
    color: #00664F;
    text-decoration: underline;
}

.contact-form input[type="checkbox"], .contact-form input[type="radio"] {
    margin-right: 0.3rem;
    margin-top: 4px;
}

.contact-form input[type=text], .contact-form input[type=password],
.contact-form input[type=tel], .contact-form input[type=email],.contact-form input[type=date],
.contact-form input[type=password], .contact-form textarea, .contact-form select {
	font-size: 16px !important;
	color: #00664F !important;
	margin-top: 0 !important;
	margin-bottom: 6px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
    letter-spacing: 0.0405em !important;
}

.contact-form textarea{
	min-height: 150px;
	max-height: 200px;
	min-width: 100%;
	max-width: 100%;
}

.contact-form > div.submit-btn {
    text-align: left;
}

.contact-form #mailsend {
	font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.0405em;
    border: none;
    padding: 0.8em 0 !important;
	background-color: transparent;
	color: #00ab84 !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.color_alternate .contact-form #mailsend {color: #E6E4E0 !important;}

.contact-form #mailsend:hover {
    color: #00664F !important;
}

.submit-btn {
    position: relative;
    margin-left: 175px !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.submit-btn:hover {margin-left: 185px !important;}

/* .contact-form .submit-btn::before {
    content: URL('/wp-content/uploads/2022/01/link-arrow-long.png');
    width: 121px;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 0px;
}

.color_alternate .contact-form .submit-btn::before {
    content: URL('/wp-content/uploads/2022/05/link-arrow-long-sand.svg');
} */

.no-touch button[type="submit"]:not(.w-btn):hover, .no-touch input[type="submit"]:hover {
    box-shadow: 0 0em 0 rgba(0,0,0,0.2);
    background: transparent !important;
    border-color: transparent !important;
    color: #00664F !important;
}

span.wpcf7-spinner {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    border-top: none;
    border-bottom: 2px solid #2A2C2D;
    background-color: transparent;
}

.color_alternate input.wpcf7-form-control.wpcf7-date, .color_alternate input.wpcf7-form-control.wpcf7-number, .color_alternate input.wpcf7-form-control.wpcf7-quiz, .color_alternate input.wpcf7-form-control.wpcf7-text, .color_alternate select.wpcf7-form-control.wpcf7-select, .color_alternate textarea.wpcf7-form-control.wpcf7-textarea {
  border-bottom: 2px solid #E6E4E0;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 30px 15px 0px 0px;
}

.contact-form .wpcf7-not-valid-tip {
	font-size: 16px !important;
	position: absolute;
	/* margin: -28px 10px -26px 16px; */
	color: #e54937;
	text-align: right;
	display: inline-block;
	right: 0;
    top: 20px;
}

span.wpcf7-form-control.anrede {
    margin-left: 25px;
}

.contact-form span.privacy .wpcf7-not-valid-tip {
    right: 40px;
    width: 200px;
}

div.wpcf7-response-output {
	width: 100% !important;
	max-width: 560px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	color: #3D3D3C !important;
	font-size: 13px;
	line-height: 17px;
	padding: 20px 20px !important;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type="submit"]), .w-form-checkbox, .w-form-radio {
    box-shadow: none !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	margin-top: 1px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: transparent;
}

.wpcf7 form .wpcf7-response-output, div.wpcf7-response-output {
    text-transform: none;
}

.wpcf7 form.invalid .wpcf7-response-output::before {
    display: none;
}

div.wpcf7-response-output::before {
    color: #3D3D3C;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
	display: inline-block;
}

span.wpcf7-list-item {
    display: block;
    text-align: left;
    margin-left: 0px;
    margin-right: 60px;
}

span.wpcf7-list-item {
    display: inline-block;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 10px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 0px;
    border: 2px solid #2A2C2D;
}

.color_alternate .wpcf7-checkbox input[type=checkbox] + span:before {
    border: 2px solid #E6E4E0;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
    border-radius: 15%;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2717";
    color: #00ab84;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 0px;
    visibility: hidden;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    top: 4px;
    left: 2px;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    background-color: #00ab84;
    border-radius: 15%;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block;
}

.wpcf7-checkbox.privacy input[type=checkbox] + span:before, .wpcf7-checkbox.privacy input[type=checkbox] + span:after {
    top: 50%;
    transform: translateY(-50%);
}

#privacy {
    padding: 0;
}

#privacy .wpcf7-list-item {
    margin-left: 0px;
    position: relative;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    line-height: 33px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output  {
    border-color: #00664f;
}

div.wpcf7-response-output {
    width: 100% !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #00664f !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.0405em;
    padding: 20px 20px !important;
}

/* KONTAKTFORMULAR ENDE */

.simulation p {
    padding-left: 36px;
    position: relative;
}

.simulation p::before {
    content: '';
    position: absolute;
    left: 0;
	top: 3px;
	height: calc(100% - 6px);
    width: 2px;
    background-color: #E6E4E0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.simulation p::after {
    content: '';
    position: absolute;
    left: 0;
	bottom: -35px;
    height: 2px;
    width: 0px;
    opacity: 0;
    background-color: #E6E4E0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


.txt-cl-phthalo.simulation p::before,
.phthalo.simulation p::before {
    background-color: #00ab84;
}

.txt-cl-phthalo.simulation p::after,
.phthalo.simulation p::after {
    background-color: #00ab84;
}


/* .txt-cl-phthalo.simulation p:hover::before,
.phthalo.simulation p:hover::before {
    width: 4px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
} */

.txt-cl-phthalo.simulation p:hover::before,
.phthalo.simulation p:hover::before {
    height: calc(100% + 30px);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.txt-cl-phthalo.simulation p:hover::after,
.phthalo.simulation p:hover::after {
    width: 36px;
    opacity: 1;
    transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
}

.txt-cl-phthalo.simulation p:focus::before,
.phthalo.simulation p:focus::before {
    transition-delay: 0.3s;
}

@media screen and (min-width: 768px) {
	#scada-text h4 {
			min-height: 5.5rem;
	}
}

#stellenangebote .w-tabs-section-header {
    border-bottom: 2px solid #9F938F;
    padding-top: 3rem;
}

#stellenangebote h3.w-tabs-section-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #9F938F;
    letter-spacing: 0.02em;
}

#stellenangebote .w-tabs-section.active h3.w-tabs-section-title {
    color: #00ab84;
}

#vorteile * {position: unset}

#vorteile .vorteile-inner-col {
    position: relative;
}

#vorteile .vorteile-beschreibung {
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 0;
    padding-left: 1.5rem;
    z-index: 5;
}

#vorteile .benefits {
    cursor: pointer;
}

#vorteile .vorteile-intro-txt {
    opacity: 1;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    z-index: 10;
}

#vorteile.isHovered .vorteile-intro-txt{
    opacity: 0;
}


/* #vorteile .benefits:hover .post_title {
    font-weight: 500 !important;
} */

#vorteile .benefits .vorteile-beschreibung span{
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#vorteile .benefits.isOpen .vorteile-beschreibung span{
    opacity: 1;
}

#vorteile .benefits.isOpen .post_title {
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
}

#vorteile .layout_1657 .benefits.isOpen .usg_hwrapper_1 {
    opacity: 1;
}

.no-touch .w-tabs.remove_indents > div > div > .w-tabs-section-header:hover,
.no-touch .w-tabs.remove_indents > div > div > .w-tabs-section-header:focus {
  background: transparent;
}

.pdf-download {
    position: relative;
    padding-left: 50px;
    color: #00ab84;
    letter-spacing: 0.0405em;
}

.pdf-download::before {
    content: URL('/wp-content/uploads/2022/04/icon-pdf.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

#partner img {
    max-height: 70px;
    max-width: 200px;
}


/* FOOTER */

#page-footer {
    background-color: #00664F;
    color: #E6E4E0;
}

#page-footer #footer-top {
    padding-top: 130px;
    padding-bottom: 100px;
}

#page-footer a {
    color: #E6E4E0;
}

#page-footer a:hover {
    color: #00AB84;
}

#page-footer .footer-header {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.0405em;
    font-weight: 400;
    margin-bottom: 55px;
}

#page-footer .footer-txt {
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: 0.0405em;
    font-weight: 700;
}

/* #page-footer .col-logo img {
    height: 50px;
} */

@media screen and (max-width: 767px) {
    #page-footer .col-logo img {
        height: 50px;
    }

    #header-home h1 {
        margin-left: 15px;
    }

    #header-home h2 {
        margin-right: 15px;
    }
}

@media screen and (max-width: 470px) {
	main section:first-child .wpb_text_column h1 {
        font-size: 2.2rem !important;
    }
}

.forschung img{
    width: 90px;
}

.iso9001 img{
    width: 80px;
    margin-left: 20px;
}

.kritis img{
    width: 140px;
}

.allianz img{
    width: 231px;
}

#page-footer #footer-bottom {
    padding-top: 0px;
    padding-bottom: 10px;
}

#page-footer #footer-bottom ul {
    list-style: none;
    margin-left: 0;
}

#page-footer #footer-bottom ul li {
    display: inline-block;
    margin-right: 80px;
}

#page-footer #footer-bottom .copyright {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.0405em;
}

body.privacy h1, body.privacy h2, body.privacy h3, body.privacy h4,
body.imprint h1, body.imprint h2, body.imprint h3, body.imprint h4 {
    color: #9F938F;
}

/* COOKIE NOTICE */

#moove_gdpr_cookie_info_bar {
    bottom: 30px;
    left:calc(100% - 445px);
    width: 400px;
    min-height: 250px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: #E6E4E0;
    border-top: none;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 30px 30px 30px 45px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 300;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 0;
    padding-left: 0;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 18px;
    line-height: 1.6px;
    color: #00AB84;
    background-color: transparent;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0px;
    padding: 20px 0px;
    margin: 20px 50px 0 0;
    letter-spacing: 0.0405;
    cursor: pointer;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    box-shadow: none;
    opacity: 1;
    color: #00AB84;
    background-color: transparent;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    color: #9F938F;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
    box-shadow: none;
    opacity: 1;
    color: #9F938F;
    background-color: transparent;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    background: #e6e4e0;
    box-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
    color: var(--color-content-heading);
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-weight: 300;
    color: var(--color-content-text);
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    margin: 8px;
    text-decoration: none;
    border-radius: 150px;
    color: #9F938F;
    padding: 15px 10px;
    transition: all .3s ease;
    border: none;
    min-width: 160px;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.0405em;
    background-color: transparent;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
    background-color: transparent;
    color: #00ab84;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
    background-color: #e6e4e0;
}


@media screen and (min-width: 760px) {
	main section#leistungen .g-cols.wpb_row >.wpb_column.vc_column_container > .vc_column-inner {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

@media screen and (min-width: 1921px) {
    .contact-form .wpcf7-list-item-label, .contact-form p {
        font-size: 18px;
    }

    .contact-form input[type=text], .contact-form input[type=password],
    .contact-form input[type=tel], .contact-form input[type=email],.contact-form input[type=date],
    .contact-form input[type=password], .contact-form textarea, .contact-form select {
    	font-size: 18px !important;
    }
}

@media screen and (max-width: 1920px) {
    h1, .h1 {font-size: 4rem !important;}
    h2, .h2 {font-size: 2rem !important;}
    .header-b h2, .txt-xl {font-size: 3rem !important;}

    #sidemenu {
        right: 2.5rem;
        padding-right: 20px;
    }

    .top-block-element::before {
        height: 60px;
        top: -60px;
    }

    .background-header {
        top: -4.5rem;
        left: -2rem;
        font-size: 7rem;
    }

    .icons .w-image img {
        height: 70px;
        width: auto;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
        font-size: 16px;
    }

    article.w-grid-item.mitarbeiter:not(:last-child) .w-grid-item-h .usg_post_title_1,
    .w-ibanner-title {
        font-size: 22px !important;
    }

    article.w-grid-item.mitarbeiter:not(:last-child) .usg_post_custom_field_1,
    .w-ibanner-desc p {
        font-size: 14px !important;
    }

    #testimonials .testimonials-txt {
        font-size: 1.275rem;
    }

    main ul li::before {
        top: 0.7rem;
    }
}

@media screen and (max-width: 1660px) {

    article.w-grid-item.mitarbeiter:not(:last-child) .w-grid-item-h .usg_post_title_1,
    .w-ibanner-title {
        font-size: 20px !important;
    }

    article.w-grid-item.mitarbeiter:not(:last-child) .usg_post_custom_field_1,
    .w-ibanner-desc p {
      font-size: 12px !important;
    }

    article.w-grid-item.mitarbeiter:last-child .w-grid-item-h .usg_post_title_1 {
        font-size: 1.5rem !important;
        margin-bottom: 3rem !important;
    }

    #leistungen .vc_col-lg-offset-2 {
        margin-left: 10%;
    }

    #leistungen  .vc_col-lg-8 {
        width: 80%;
    }

    #page-footer .footer-txt {
        font-size: 1.5rem;
    }
}
/*
@media screen and (max-width: 1920px) and (min-width: 1551px){
    #header-home .vc_col-lg-4 {
        width: 40%;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1441px){
    #header-home .vc_col-lg-4 {
        width: 50%;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1201px){
    #header-home .vc_col-lg-4 {
        width: 40%;
    }
} */

@media screen and (max-width: 1440px) {
    h1, .h1 {font-size: 3rem !important;}

    .top-block-element::before {
        height: 45px;
        top: -45px;
    }

    #leistungen .vc_col-lg-offset-2 {
        margin-left: 0%;
    }

    #leistungen  .vc_col-lg-8 {
        width: 100%;
    }

    .karriere-sep {height: 0 !important;}

    .background-header {
        top: -4.5rem;
        left: -1.5rem;
        font-size: 7rem;
    }

    #vorteile-container .layout_1657 .usg_post_title_1 {
        font-size: 14px !important;
    }

    #vorteile-container .layout_1657 .post_image {
        margin-right: 15px;
    }

    #vorteile-container #us_grid_1 .w-grid-item {
        padding: 1.5rem 0.75rem;
    }

    #page-footer #footer-top {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #page-footer .footer-txt {
        font-size: 1.25rem;
    }

    .iso9001 img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1400px) {
    .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
        margin-left: 77px;
    }
}

@media screen and (max-width: 1200px) {
    h1, .h1 {font-size: 3.5rem !important;}

    .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
        margin-left: 37px;
    }

    .w-nav.type_desktop li:not(:first-child) ul.w-nav-list.level_2 {
        margin-left: 17px;
    }

    .top-block-element::before {
        height: 50px;
        top: -50px;
        width: calc(100% - 5rem);
        left: 2.15rem
    }
    article.w-grid-item.mitarbeiter:not(:last-child) .w-grid-item-h .usg_post_title_1,
    .w-ibanner-title {
        font-size: 26px !important;
    }

    article.w-grid-item.mitarbeiter:not(:last-child) .usg_post_custom_field_1,
    .w-ibanner-desc p {
      font-size: 16px !important;
    }

    #leistungen .g-cols.wpb_row.via_flex, #karriere .g-cols.wpb_row.via_flex {
        display: block;
    }

    #leistungen .vc_col-sm-6 {
        min-height: 540px;
    }

    #karriere .vc_col-sm-6 {
        min-height: 250px;
    }

    #page-footer #footer-top {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    #page-footer .col-info {
        margin: 1rem 0px 50px 0px;
    }

    #page-footer .col-info .align_right{
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {

    .ush_menu_1 .w-nav-control {
        position: relative;
        z-index: 100;
    }

    #sidemenu {
        display: none;
    }

    .w-nav .menu-item {
        width: calc(100% - 20px);
    }

    .bottom-block-element {
        margin-bottom: 5rem;
    }

    .l-subheader.at_middle .w-dropdown-list,
    .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
        background: #e6e4e0 !important;
    }

    .w-nav-list.level_1 {
        padding-top: 20% !important;
    }

    .w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
        padding: 0.4rem;
    }

    .w-nav-list.level_2 {
        margin-left: 0px;
    }

    .w-nav.type_mobile.m_align_none .menu-item-has-children > .w-nav-anchor .w-nav-arrow, .w-nav.type_mobile.m_align_center .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
        float: right;
    }
}
@media screen and (max-width: 900px) {
    .w-nav .menu-item {
      width: 100%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        margin-left: 15px;
    }

    #header-home h2 {
        margin-right: 15px;
    }

    h2, .header-b h2, .txt-xl {
        font-size: 2rem
    }

    h4 {
        font-size: 1.25rem;
    }

    .header-b h2, .txt-xl {
        font-size: 2rem !important;
    }

    h2 {margin-bottom: 1rem !important;}

    .h2 {
        font-size: 1.5rem !important;
    }

    #projekt-links .vc_col-sm-4 .vc_column-inner,
    #projekt-links .vc_col-sm-8 .vc_column-inner {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #stellenangebote h3.w-tabs-section-title {
        font-size: 1.75rem;}

    .top-block-element {padding-top: 2rem !important;}

    .top-block-element::before {
        height: 30px;
        width: calc(100% - 3rem);
        top: -30px;
        left: 1.5rem;
    }

    .l-section.height_huge {
        padding-top: 6vmax;
        padding-bottom: 6vmax;
    }

    .background-header {
        left: -2rem;
    }

    .leistungen h4 {
        min-height: auto;
    }

    .background-header {
        font-size: 5rem;
        top: -2.9rem;
        left: -1rem;
    }

    #projekt-links .l-section-h .vc_column_container .vc_column-inner .vc_column_container {
        height: 200px;
    }

    /* #projekt-links a::before {
        left: 0;
        right: auto;
        top: 3.5rem;
    }

    #projekt-links a::after {
        left: 60px;
        right: auto;
        top: 3.5rem;
    }

    #projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner:hover a:after,
    #projekt-links .g-cols .g-cols > .wpb_column.vc_column_container > .vc_column-inner a:hover:after {
        left: 70px;
    } */

    #leistungen .vc_col-sm-6, #karriere .vc_col-sm-6 {
        min-height: auto;
    }

    #karriere.l-section.height_large {
        padding-top: 0 !important;
    }

    #karriere h2, #karriere .h2 {
        text-align: left !important;
    }

    #karriere .jobs-row h2 {

        min-height: auto;
        max-width: 100%;
        font-size: 1.5rem !important;
    }

    .bottom-block-element {
        margin-bottom: 3rem;
    }

    .leistungs-icon {
        width: 30%;
        margin: 0 auto;
    }

    #testimonials .vc_col-sm-12.vc_column_container .g-cols .vc_col-sm-6:last-child {
        margin-top: 60px;
    }

    #engagement .w-image {
        text-align: center;
        padding-bottom: 1rem;
    }

    #page-footer .align_right {
        text-align: center;
        padding-top: 40px;
        border-top: 1px solid rgba(230, 228, 224, 0.3);
    }

    #page-footer #footer-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #page-footer #footer-bottom ul li{
        display: block;
        text-align: center;
        margin-right: 0px;
    }

    .copyright {
        text-align: center !important;
    }

    span.wpcf7-form-control.anrede {
        margin-left: 0px;
    }

    span.wpcf7-form-control.anrede span {
        width: 100%;
    }

    .contact-form > div.half {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    /* .contact-form > div.half:nth-child(odd) {
        width: calc(50% - 15px);
        margin: 0 0 0 15px;
    }

    .contact-form > div.half:nth-child(even) {
        width: calc(50% - 15px);
        margin: 0 15px 0 0;
    } */

    .contact-form > div {
        width: 100%;
        margin: 0px;
    }

    .iso-logos {
        margin-top: 50px !important;
    }

    .iso-logos .w-image {
        text-align: center !important;
    }

    .iso-logos .kritis {
        margin-top: 60px;
    }

    #moove_gdpr_cookie_info_bar {
        bottom: 0px;
        left: 0;
        width: 100%;
        min-height: 250px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        margin: 40px 30px 0 0;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button {
        margin: 40px 0px 0 0;
    }

    #page-footer .footer-header {
        margin-bottom: 0.5rem;
    }

    #page-footer  .wpb_text_column:not(:last-child) {
        margin-bottom: 0
    }

    .iso-logos .kritis {
        margin-top: 0;
    }

}

@media screen and (max-width: 600px) {
    h1, .h1 {font-size: 2.125rem !important;}

    .widgettitle, h4 {
        letter-spacing: 0.0405em !important;
        margin-bottom: 0px;
    }

    h4 {
        font-weight: 400 !important;
    }

    /* .contact-form .submit-btn::before {
        content: '';
        width: 0;
    }

    .submit-btn {
        padding-left: 0px;
    } */

    .background-header {
        font-size: 5rem;
        top: -3rem;
        left: -1rem;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0;
    }

    #projekt-links h2 {font-size: 1.5rem !important;}

    #projekt-links .vc_col-sm-4 .vc_column-inner, #projekt-links .vc_col-sm-8 .vc_column-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .link-arrow {margin-left: 100px;}

    .link-arrow:hover {margin-left: 110px;}

    .link-arrow::before {
        width: 70px;
        left: -100px;
    }

    .link-arrow:hover::before {
        width: 80px;
    }

    .link-arrow:hover::before, .contact-form .submit-btn:hover::before {
        left: -110px;
    }

    .link-arrow:hover::after, .contact-form .submit-btn:hover::after {
        left: -30px;
    }

    #interview .layout_1663 .link-arrow:hover::after {
        left: -20px;
    }
}

@media screen and (max-width: 420px) {
    h1, .h1 {font-size: 26px !important;}
    h2, .h2 {font-size: 1.5rem !important;}
    h4, .h4 {font-size: 1.125rem !important;}

    #projekt-links h2, #karriere .jobs-row h2 {font-size: 1.25rem !important;}

    .background-header {
        top: -3.25rem;
    }

    #stellenangebote h3.w-tabs-section-title {
        font-size: 1.25rem;
    }
}



.no-touch .w-tabs-section-header:hover .w-tabs-section-title,
.no-touch .w-tabs-section-header:hover {
    background: transparent;
}

/* KARRIERE SEITE */

#feedback h2 {
    margin-bottom: 1.5rem !important;
}

#feedback img {
	height: 90px;
	width: auto;
	max-width: none;
}

.type_carousel article {
    margin-bottom: 20px;
}

.type_carousel p {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.15em;
}

.color_alternate .type_carousel .owl-dot span {
    color: transparent;
    background: transparent;
    border: 2px solid #e6e4e0;
}

.color_alternate .type_carousel .owl-dot.active span {
    background: #e6e4e0 !important;
}

.type_carousel .owl-dot span {
    background: #e6e4e0;
    width: 12px;
    height: 12px;
    margin: 0 20px;
}

#interview .vc_column-inner .vc_col-sm-4:nth-child(1) .w-ibanner:hover .w-ibanner-image {
    background-image: URL('/wp-content/uploads/2022/12/karriere-interview-ailleen.jpg') !important;
}

#interview .vc_column-inner .vc_col-sm-4:nth-child(2) .w-ibanner:hover .w-ibanner-image {
    background-image: URL('/wp-content/uploads/2022/12/karriere-interview-sven.jpg') !important;
}

#interview .vc_column-inner .vc_col-sm-4:nth-child(3) .w-ibanner:hover .w-ibanner-image {
    background-image: URL('/wp-content/uploads/2022/12/karriere-interview-tim.jpg') !important;
}

#jobs .w-tabs.accordion > div > .w-tabs-section {
    display: block;
    width: 100%;
    margin-right: 2rem;
    margin-bottom: 0rem;
    border-left: 2px solid transparent !important;
    border-bottom: 2px solid #9F938F !important;
    vertical-align: top;
}

#jobs .w-tabs-section-title {
    color: #9F938F;
    font-size: 26px;
    letter-spacing: 0.0405em;
}

.layout_1663 .w-grid-item .link-arrow {
    text-align: left !important;
}

.layout_1663 .w-grid-item:hover .usg_post_title_1,
.layout_1663 .w-grid-item:hover .usg_post_custom_field_2,
.layout_1663 .w-grid-item:hover .link-arrow {
    color: #00AB84 !important;
}


.layout_1663 .w-grid-item:hover .link-arrow.sand::after {
    border-top: 2px solid #00AB84;
    border-right: 2px solid #00AB84;
}

.layout_1663 .w-grid-item:hover .link-arrow.sand::before {
  background-color: #00AB84;
}

.layout_1663 .w-grid-item:hover .link-arrow:hover {
    color: #9F938F !important;
}

.layout_1663 .w-grid-item .link-arrow.sand:hover::after {
    border-top: 2px solid #9F938F;
    border-right: 2px solid #9F938F;
}

.layout_1663 .w-grid-item .link-arrow.sand:hover::before {
  background-color: #9F938F;
}

#jobs .job-info {
    margin-left: 150px;
}

#us_grid_3 .w-grid-item:not(:last-child) {
  margin-bottom: 0rem !important;
}

body.single-interviews #header-banner h2 {
    margin-bottom: 10px !important;
}

body.single-interviews #header {
    height: 85vh;
}

body.single-stellenangebote #aufgabenfeld h2 {
    min-height: 150px;
}

.txt-bottom {
    position: absolute;
    bottom: 0;
}

body.single-interviews .reveal {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

body.single-interviews .reveal.active {
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width: 1920px) {

    #interview .layout_1663 .usg_post_title_1 {
        font-size: 40px !important;
    }

    #interview .layout_1663 .usg_post_custom_field_2 {
        font-size: 18px !important;
        min-height: 45px !important;
        margin-bottom: 0px !important;
    }

    #interview .layout_1663 .w-btn-label {
        font-size: 16px !important;
    }

    #jobs .w-tabs-section-title, .type_carousel p {
        font-size: 20px;
    }

    body.single-stellenangebote #aufgabenfeld h2 {
        min-height: 120px;
    }
}

@media screen and (max-width: 1640px) {
    #vorteile-container .layout_1657 .usg_post_title_1 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1440px) {

    #interview .layout_1663 .usg_post_title_1 {
        font-size: 30px !important;
    }

    #interview .layout_1663 .usg_post_custom_field_2 {
        font-size: 15px !important;
        min-height: 35px !important;
        margin-bottom: 0px !important;
    }

    #interview .layout_1663 .w-btn-label {
        font-size: 16px !important;
    }

    #interview .layout_1663 .link-arrow {
        margin-left: 100px;
    }

    #interview .layout_1663 .link-arrow::before {
        width: 70px;
        left: -100px;
    }

    #interview .layout_1663 .link-arrow:hover::before {
        width: 80px;
    }

    #jobs .w-tabs-section-title, .type_carousel p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    body.single-interviews .g-cols.via_flex.valign_middle > div > .vc_column-inner,
    body.single-interviews .g-cols.via_grid.valign_middle > .vc_column_container {
      justify-content: end;
    }

    body.single-interviews .navigation {
        padding-bottom: 80px;
    }

    .post_navigation.layout_simple .post_navigation-item-title {
        display: block;
    }
}


@media screen and (max-width: 900px) {
    #jobs .w-tabs-section-title, .type_carousel p {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    #vorteile * {
        position: initial;
    }

    #vorteile .vorteile-beschreibung {
        position: initial;
    }

    #vorteile .vorteile-beschreibung {
        height: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    #vorteile article.isOpen .vorteile-beschreibung {
        height: auto;
        margin-top: 20px;
    }

    .txt-bottom {
        position: initial;
    }

    body.single-stellenangebote #aufgabenfeld h2 {
        min-height: auto;
    }

    body.single-stellenangebote #bewerbung {
        text-align: center;
    }

    #footer-top, #feedback, #footer-top .w-image.align_left {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #vorteile-container #us_grid_1 .w-grid-item {
      padding: 0;
    }

    #jobs .job-info {
        margin-left: 100px;
    }

    body.single-interviews .navigation {
        padding-bottom: 50px;
    }

}



/* Leistungspakete Modulboxen */


.modul-boxes-wrap > .wpb_column.vc_column_container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.modul-boxes-wrap > .wpb_column.vc_column_container > .vc_column-inner,
.modul-boxes-wrap > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper,
.modul-box {
	height: 100%;
}
.modul-boxes-wrap > .wpb_column.vc_column_container > .vc_column-inner {
	padding-left: 1vw !important;
	padding-right: 1vw !important;
}

.modul-box {
	border: 2px solid #00AB84;
	padding: 4rem 2rem 3rem 2rem;
	overflow: hidden;
}
.modul-box * {
	color: #00AB84;
}

.modul-box .w-separator {margin: 0;}

.modul-box .w-image img {
 max-width: 153px;
}
.modul-box .w-image:first-child {
	margin-bottom: 3rem;
}
.modul-box .w-text {
	margin-bottom: 2.5rem;
}

.modul-box .w-iconbox.iconpos_right {
	justify-content: space-between;
	padding: 1.5rem 0;
	margin: 0;
}

.modul-box.grey {
	border-color: #9F938F;
}
.modul-box.grey * {
	color: #9F938F;
}


.modul-box-tabs {
	border: 2px solid #00AB84;
	padding: 4rem 0 3rem 0;	
}


.modul-box-tabs .modul-box {
	border: none;
	padding-top: 0;
}

.modul-box-tabs .w-tabs-list .w-tabs-item {
  width: 33.34%;
  border-width: 0 0 3px 0 !important;
	padding: 0 0 7rem 0;
	text-align: center;
	background: none !important;
	transition: none !important;
}
.modul-box-tabs .w-tabs-list .w-tabs-item.active {
	border-color: #9F938F !important;
	
}

.modul-box-tabs .w-tabs-list .w-tabs-item img {
	min-width: 60px;
	max-width: 80px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.modul-box-tabs .w-tabs-list .w-tabs-item.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modul-box-tabs .w-tabs-list-h {
	justify-content: space-between;
	padding: 0;
  border-bottom: 1px solid gray;
  margin: 0 2rem;	
}
.modul-box-tabs .w-tabs-section-content {
	padding-top: 0;
	margin-top: -3rem;
}

.modul-box-tabs .w-tabs-section-content .w-text {
	z-index: 5;
  position: absolute;
	width: calc(100% - 4rem);
	margin-top: -4rem;
}

.modul-box-tabs .w-tabs-item .w-tabs-item-title {
	font-size: 11px;
	display: block;
  text-align: center;	
	margin-top: -12px;
}
.modul-box-tabs  .w-tabs-item.active .w-tabs-item-title {opacity: 0;}

@media screen and (max-width: 988px) {
	.modul-boxes-wrap > .wpb_column.vc_column_container {
		width: 50%;
		margin-bottom: 2.5vw !important;
	}
}


@media screen and (min-width: 760px) {
	.modul-box-tabs {display: none !important;}
	.modul-boxes-wrap {display: flex !important;}
}

@media screen and (max-width: 759px) {
	.modul-boxes-wrap {display: none !important;}
	.modul-box-tabs {display: block !important;}
}

@media screen and (max-width: 460px) {
    .modul-box-tabs .w-tabs-list .w-tabs-item img {
        min-width: 45px;
        max-width: 60px;
    }
}