@font-face {
font-family: 'Made Tommy';
src: url(//www.proplus.ch/wp-content/uploads/fonts/madetommy.woff2) format('woff2'),
url(//www.proplus.ch/wp-content/uploads/fonts/madetommy.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Made Tommy';
src: url(//www.proplus.ch/wp-content/uploads/fonts/madetommy-bold.woff2) format('woff2'),
url(//www.proplus.ch/wp-content/uploads/fonts/madetommy-bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
} :root {
--cl-primary: #E64153 ;
--cl-text: #0A0A0A;
--cl-background: #F0F0F0;
--cl-grey: #AAA;
--cl-hover: #DCB8B8;
--cl-white: #FFFFFF ;
}  * { scrollbar-width: thin; scrollbar-color: var(--cl-primary) var(--cl-background);} *::-webkit-scrollbar { width: 6px;}
*::-webkit-scrollbar-track { background: var(--cl-background);}
*::-webkit-scrollbar-thumb { background-color: var(--cl-primary); border-radius: 20px; border: 0px solid transparent;}
body {
font-family: 'Made Tommy';
font-weight: 400;
max-width: 2560px;
}
.l-subheader-h,
.l-section-h {
max-width: calc(100% - 10vw) !important;
}
p, a, li, td {
font-size: clamp(14px, 3vw, 18px) !important;
}
@media screen and (min-width: 1921px) {
p, a, li, td {
font-size: 22px !important;
}
}
p, h1, h2, h3, h4 {
text-wrap: balance;
}
p {
text-wrap: pretty;
}
h1, .h1, h2, .h2 {
font-size: clamp(30px, 3vw, 70px) !important;
margin-bottom: 3rem !important;
}
h3, .h3 {
font-size: clamp(25px, 3vw, 40px) !important;
}
.fw-400 {font-weight: 400;}
.fw-700 {font-weight: 700;}
.txt-cl-primary, .txt-cl-primary * {
color: var(--cl-primary);
}
table {
width: fit-content;
}
td {
padding: 0 2rem 0 0;
border-bottom: none;
}
ul {
margin-left: 1.5rem;
}
.l-subheader.at_middle .l-subheader-h {position: relative;}
.l-subheader.at_middle .l-subheader-h:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 1px;
background-color: var(--cl-primary);
font-size: 0;
line-height: 0;
padding: 0;
margin: 0;
width: 100%;
max-width: 0;
overflow: hidden;
-webkit-transition: all 2.0s linear;
transition: all 2.0s linear;
}
body.loaded .l-subheader.at_middle .l-subheader-h:after{max-width: 100%;}
.w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
min-width: 42% !important;
background: var(--cl-primary) !important;
color: #fff !important;
padding: 1rem 3rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.ush_menu_1 .w-nav-icon > div {
border-width: 1px !important;
}
.no-touch .ush_menu_1 .w-nav-item.level_1:not(:first-child) {
margin-top: 4rem;
}
.no-touch .ush_menu_1 .w-nav-item.level_1 a:not(.w-btn) {
font-size: clamp(40px, 3vw, 70px) !important;
line-height: 1.2;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.no-touch .ush_menu_1 .w-nav-item.level_1:hover > a:not(.w-btn) {
color: var(--cl-hover) !important;
}
.w-nav-control.active {
z-index: 100;
position: relative; 
}
.w-nav-control.active .w-nav-icon > div::before,
.w-nav-control.active .w-nav-icon > div::after {
border-bottom: 2px solid var(--cl-white) !important;
opacity: 1 !important;
}
.w-nav-control.active .w-nav-icon.style_hamburger_1 > div::after {
top: 1px;
} .us-btn-style_1 {
font-size: clamp(20px, 3vw, 24px) !important;
padding: 0 0 0 4.5rem  !important;
}
.w-btn.us-btn-style_3 {
display:inline-block;
max-width: none;
width: auto;
font-size: inherit;
padding: 0;
text-align: center;
}
.arrow-left {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.arrow-left::before,
.arrow-left::after {
content: ''; 
position: absolute;
top: 50%; 
left: 0;
transform: translateY(-50%);
background-color: var(--cl-text);
height: 2px;
width: 45px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.arrow-left::after {
border-right: 2px solid var(--cl-text);
border-top: 2px solid var(--cl-text);
height: 10px;
width: 10px;
transform: translate(-100%, -50%) rotate(45deg);
background-color: transparent;
left: 45px;
}
.arrow-left:hover {
padding-left: 6.5rem !important;
}
.arrow-left:hover::before {
width: calc(45px + 2rem);
background-color: var(--cl-primary);
}
.arrow-left:hover::after {
left: calc(45px + 2rem);
border-right: 2px solid var(--cl-primary);
border-top: 2px solid var(--cl-primary);
}
section.color_alternate .arrow-left::before {
background: #fff !important; 
}
section.color_alternate .arrow-left::after {
border-right: 2px solid #fff;
border-top: 2px solid #fff;
}
section.color_alternate .us-btn-style_1 {
color: #fff !important; 
}
section.color_alternate .arrow-left:hover::before {
background: #000 !important; 
}
section.color_alternate .arrow-left:hover::after {
border-right: 2px solid #000;
border-top: 2px solid #000;
}
section.color_alternate .us-btn-style_1:hover  {
color: #000 !important; 
}
#referenzen .ref-list .vc_col-md-1\/5,
#referenzen .ref-list .vc_col-lg-3 {
padding: 1.5rem;
border-right: 1px solid #fff;
}
#referenzen .ref-list .vc_col-md-1\/5:last-child,
#referenzen .ref-list .vc_col-lg-3:last-child {
border: none;
}
#referenzen img {
height: 50px;
margin-bottom: 3rem;
}
#referenzen p {
padding: 0 2rem;
}
#team h3 {
font-weight: 400;
}
section.map-form {
padding-left: 0;
margin: 0;
}
section.map-form .l-section-h {
max-width: calc(100% - 5vw) !important;
margin-left: 0;
padding-left: 0;
}
section.map-form .w-map {
height: calc(100vh - var(--header-sticky-height));
height: calc(100svh - var(--header-sticky-height));
}  
section.map-form .w-map a {
font-size: 10px !important;
}
section.map-form .vc_col-lg-5 .vc_column-inner {
padding-left: 6rem !important;
}
body.leistungen section.map-form,
body.unternehmen section.map-form {
margin: 0 0 6rem 0;
} footer#page-footer .footer-bottom p, footer a, footer .footer-bottom li {
color: var(--cl-grey);
} footer .w-menu.layout_ver .menu > li.menu-item {
margin: 0;
} footer .w-menu.layout_ver .menu > li.menu-item > a:hover,
footer .w-menu.layout_ver .menu > li.menu-item.current-menu-item > a {
color: var(--cl-primary);
}
@media screen and (max-width: 1023px) {
footer#page-footer .map-form .g-cols > .wpb_column.stretched {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
}
@media screen and (max-width: 600px) {
#referenzen-list .wpb_wrapper > .w-hwrapper > .w-vwrapper .w-image {
width: 150px;
}
footer#page-footer .map-form .g-cols > .wpb_column.stretched {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
} .img-wrapper {
position: relative;
padding-left: 1.5rem;
}
.bg-img, .front-img {
position: absolute;
top: 50%; 
left: 0%;
transform: translateY(-50%);
width: 100%;
-webkit-transition: all 1.5s ease;
transition: all 1.5s ease;
}
.bg-img.upside-down {
transform: translateY(-50%) scale(-1);
}
.img-wrapper:hover .front-img {
transform: translateY(-53%) scale(1.06);
}
.img-wrapper:hover .front-img.upside-down {
transform: translateY(-47%) scale(1.06);
}
.img-wrapper:hover .front-img.wanderer { animation: walking 3s ease forwards;
}
@keyframes walking{
0% {transform: translate(0%, -50%);}
20% {transform: translate(3%, -49%);}
40% {transform: translate(5%, -46%);}
60% {transform: translate(8%, -45%);}
80% {transform: translate(9%, -42%);}
100% {transform: translate(10%, -40%);}
} .img-with-bg-square {
position: relative;
}
.img-with-bg-square:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 75%;
height: 90%;
background-color: var(--cl-primary);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.img-with-bg-square img {
z-index: 10;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
transform-origin: bottom center;
}
.img-with-bg-square:hover::after {
width: 78%;
height: 87%;
}
.img-with-bg-square:hover img {
transform: scale(1.04);
}
@media screen and (max-width: 1440px){  
.l-subheader-h, .l-section-h {
max-width: 100% !important;
}
#referenzen p {
padding: 0;
}
}
@media screen and (max-width: 1024px){  
.img-wrapper {
height: 60vh;
height: 60svh;
padding-left: 1rem;
padding-right: 1rem;
}
section.map-form {
padding-right: 0;
}
section.map-form .l-section-h {
max-width: 100% !important;
}
section.map-form {
margin: 0;
}
section.map-form .vc_col-lg-5 .vc_column-inner {
padding: 0 4rem !important;
}
#referenzen .ref-list .vc_col-md-1\/5:nth-child(3n) {
border: none;
}
}
@media screen and (max-width: 900px) {
.l-subheader {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
}
@media screen and (max-width: 767px){  
#referenzen .ref-list .vc_col-md-1\/5 {
border-right: none;
border-bottom: 1px solid #fff !important;
padding: 3rem 0;
margin: 0 1.5rem;
}
#referenzen .ref-list .vc_col-md-1\/5:last-child {
border: none !important;
}
}
@media screen and (max-width: 600px) {
.l-subheader {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
section.map-form .vc_col-lg-5 .vc_column-inner {
padding: 0 3rem !important;
}
} #benefits .benefits-list .vc_column-inner > .wpb_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -4rem 0 -2rem; 
padding-top: 2rem;
}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper {
justify-content: flex-start;
align-items: center;
flex-direction: row;
gap: 5rem;
margin: 3rem 4rem;	
flex: 1 0 calc(50% - 8rem);
}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper > .w-image {
flex: 1.5;
max-height: 90px;
max-width: 90px;
}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper > .wpb_text_column {
flex: 5;
max-width: calc(600px - 6rem);
}
@media screen and (max-width: 1680px){  
#benefits .benefits-list .vc_column-inner > .wpb_wrapper {margin: 0;}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper > .w-image {flex: 1.5;}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper {
margin: 2rem 0 2rem 0;	
max-width: calc(50% - 2rem);
flex: 1 0 50%;
}
}
@media screen and (max-width: 899px){  
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper > .w-image {flex: 0.8;}
#benefits .benefits-list .vc_column-inner > .wpb_wrapper > .w-hwrapper {
gap: 2rem;
max-width: none;
flex: 1 0 100%;
}	
} @media screen and (min-width: 1025px) {
#referenzen-list .vc_col-sm-6:first-child {
padding-right: 2rem;
}
#referenzen-list .vc_col-sm-6:last-child {
padding-left: 2rem;
} 
}
#referenzen-list .wpb_wrapper {
min-height: 100%;
}
#referenzen-list .wpb_wrapper > .w-hwrapper {
padding-bottom: 4rem;
padding-top: 4rem;
border-bottom: 1px solid #fff;
min-height: 100%;
}
#referenzen-list .wpb_wrapper > .w-hwrapper > .w-vwrapper {
margin-right: 6rem;
min-width: 220px;
}
#referenzen-list .wpb_wrapper > .w-hwrapper > .w-vwrapper .w-image {
height: 70px;
width: auto;
}
#referenzen-list .g-cols.wpb_row:last-child .wpb_wrapper > .w-hwrapper {
margin-bottom: 0rem;
padding-bottom: 0rem;
border-bottom: none;
}
@media screen and (max-width: 767px) {
#referenzen-list .wpb_wrapper > .w-hwrapper > .w-vwrapper {
margin-right: 0;
display: flex;
}  
} body.datenschutz h2, body.impressum h2 {
font-size: clamp(26px, 3vw, 36px) !important;
}
body.datenschutz h3, body.impressum h3 {
font-size: clamp(22px, 3vw, 32px) !important;
font-weight: 400;
}
body.datenschutz section li::marker, body.impressum section li::marker  {
color: var(--cl-primary);
} :-webkit-input-placeholder {opacity: 0.6; color: var(--color-alt-content-text);}
:-moz-placeholder {opacity: 0.6;color: var(--color-alt-content-text);}
:-ms-input-placeholder {opacity: 0.6;color: var(--alt-color-content-text);}
:-moz-placeholder {opacity: 0.6;color: var(--color-alt-content-text);}
input:focus:-webkit-input-placeholder {opacity: 0.3; color: var(--color-alt-content-text);}
input:focus:-moz-placeholder {opacity: 0.3;color: var(--color-alt-content-text);}
input:focus:-ms-input-placeholder {opacity: 0.3;color: var(--color-alt-content-text);}
input:focus:-moz-placeholder {opacity: 0.3;color: var(--color-alt-content-text);}
.cf7form {
display: block;
width: 100%;
max-width: 1000px;
margin: 0 auto;
font-size: 0;
}
.cf7form > div {
clear: both;
display: block;
width: 100%;
margin: 0;
text-align: left;
position: relative;
}
.cf7form > div.half {
display: inline-block;
width: 48%;
width: calc(50% - 1rem);
vertical-align: top;
}
.cf7form > div.mgn {
margin-left: 2rem;
}
.cf7form > div:not(.half) + div,
.cf7form > div.nomgn {margin-left: 0 !important;}
.cf7form > div.label {
margin-top: 3rem;
text-transform: uppercase;
}
.cf7form > div.label, .cf7form > div.label * {
font-weight: 400 !important;
}
.cf7form .wpcf7-form-control-wrap {margin-top: 1.2rem;}
input:focus, input:focus + .w-form-checkbox, textarea:focus, select:focus, .select2-container--focus .select2-selection {
box-shadow: none;
}
.cf7form input[type="checkbox"], .cf7form input[type="radio"]{
margin-right: 0.5rem;
margin-top: 4px;
box-shadow: none !important;
}
.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .cf7form textarea, .cf7form select {
font-family: 'Made TOmmy';
font-weight: 400;
font-size: clamp(14px, 3vw, 20px) !important;
line-height: 1.65 !important;
letter-spacing: 0;
color: var(--color-alt-content-text) !important;
margin: 0 !important;
margin-bottom: 1px !important;
padding: 0;
background-color: transparent !important;
border: none;
border-bottom: 1px solid var(--color-alt-content-text) !important;
border-radius: 0;
box-shadow: none;
-webkit-transition: none;
transition: none;
}
.cf7form textarea{
height: 80px;
min-height: 80px !important;
max-height: 400px;
min-width: 100%;
max-width: 100%;
background-color: transparent !important;
color: var(--color-alt-content-text) !important;
resize: vertical !important;
}
.cf7form select {
outline: none !important;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
border: none !important;
border-bottom: 1px solid var(--color-alt-content-text) !important;
margin: 0 !important;
padding-right: 2.5rem;
}
.cf7form select option{
color: var(--color-alt-content-text) !important;
background-color: var(--color-alt-content-bg) !important;
}
.cf7form select option:disabled {
color: var(--color-alt-content-text);
opacity: 0.6 !important;
}
.cf7form select:focus option:disabled {
opacity: 0.3 !important;
}
.cf7form select option {
color: var(--color-content-text) !important;
background: var(--color-content-primary) !important;
}
.g-cols.vc_row > .wpb_column.vc_column_container:last-child .cf7form select option {
color: var(--color-alt-content-text) !important;
background: var(--color-content-secondary) !important;
}
.cf7form .select > span{
position: relative;
cursor:pointer;
}
.cf7form .select span:after {
content: "\f078";
position: absolute;
z-index: 1;
right: 0;
top: 50%;
font-family: fontawesome;
background: transparent;
padding: 0 0 10px 0;
margin: 0;
width: 25px;
pointer-events: none;
transform: translateY(-50%);
}
.cf7form .select span select:-ms-expand {
display: none;
}
.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover, .cf7form select:hover, .cf7form textarea:hover,
.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, .cf7form select:focus, .cf7form textarea:focus {
box-shadow: none !important;
border: none !important;
border-bottom: 2px solid var(--color-alt-content-text) !important;
min-height: calc(var(--inputs-height) + 1px);
margin-bottom: 0 !important;
}
.cf7form .select:hover span:after {
top: calc(50% - 1px);
}
.cf7form .select:focus > span:before,
.cf7form .select:hover > span:before {
height: 98%;
height: calc(100% - 2px);
}
.cf7form :not(.check) a {color: var(--cl-grey);}
.cf7form :not(.check) a:hover {color: var(--color-alt-content-text);}
.cf7form .check {
margin: 2rem 0 1rem 0;
}
.cf7form .check > span.wpcf7-form-control-wrap {
width: 40px;
float: left;
}
.cf7form .check > p a {
color: #f0f0f0;
}
.cf7form .check p, .cf7form .check a {
font-size: 14px !important;
}
.cf7form .check > p a:hover {
color: var(--color-alt-content-text);
}
.cf7form .check span.wpcf7-form-control{
display: flex;
flex-wrap: wrap;
flex-flow: column;
}
.cf7form .check span.wpcf7-form-control-wrap span.wpcf7-list-item{
position: relative;
display: flex;
flex: 1;
margin-right: 2rem;
margin-bottom: 1rem;
}
.cf7form .check input[type="checkbox"] + span.wpcf7-list-item-label,
.cf7form .check input[type="radio"] + span.wpcf7-list-item-label {
cursor: pointer;
position: relative;
}
.cf7form .check input[type="checkbox"],
.cf7form .check input[type="radio"] {
height: 22px;
width: 22px;
margin-top: 0;
margin-right: 1rem;
}
.cf7form .check .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.cf7form .check input[type="checkbox"],
.cf7form .check input[type="radio"] {
position: relative;
background-color: transparent;
}
.cf7form .check input[type="checkbox"]:before,
.cf7form .check input[type="radio"]:before {
visibility: hidden;
display: none;
}
.cf7form .check input[type="checkbox"] + span.wpcf7-list-item-label:before,
.cf7form .check input[type="radio"] + span.wpcf7-list-item-label:before {
content: '';
display: block;
height: 20px;
width: 20px;
margin: 0;
border-radius: 0;
border: 1px solid var(--color-alt-content-text);
background: transparent;
padding: 0;
position: absolute;
top: 50%;
left: calc(-22px - 1rem);
z-index: 0;
visibility: visible;
pointer-events: none;
transform: translateY(-50%);
}
.cf7form .check input[type="checkbox"]:checked + span.wpcf7-list-item-label:before,
.cf7form .check input[type="radio"]:checked + span.wpcf7-list-item-label:before {
content: '';
display: block;
border-color: var(--color-alt-content-link-hover);
background-color: var(--color-alt-content-link-hover); }
.cf7form .wpcf7-form-control-wrap{
position: relative;
}
.cf7form .wpcf7-form-control-wrap + label {
margin-top: 0.15rem;
display: block;	
}
.cf7form .wpcf7-not-valid-tip {
font-size: 12px;
line-height: 16px;
position: absolute;
right: 10px;
bottom: 2px;
color: var(--cl-grey);
font-weight: bold;
}
.cf7form .check > span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
position: absolute;
right: 0;
bottom: 0;
height: 20px;
width: 100px;
text-align: right;
padding-right: 20px;
padding-top: 10px;
}
.cf7form .kc_captcha .wpcf7-not-valid-tip {
bottom: -20px;
}
div.wpcf7-response-output {
width: 100%;
max-width: 1000px;
margin: 1rem auto !important;
border: 1px solid var(--color-alt-content-text) !important;
border-radius: 0;
color: var(--color-alt-content-text);
background-color: transparent;
padding: 1rem !important;
}
.cf7form .ajax-loader{
position: absolute;
display: block;
left: 50%;
top: 55px;
margin-left: 76px;
}
.cf7form .wpcf7-spinner {
display: flex;
position: absolute;
top: 50%;
right: 3%;
margin: 0;
z-index: 5;
background-color: #fff;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cf7form a {font-weight: 500;}
.cf7form a:hover {color: var(--color-content-link-hover);}
.cf7form > div.submit{padding: 3rem 0 0 0; text-align: center;}
.cf7form > div.submit .w-btn {width: 100%;}
.cf7form > div.notice { padding: 1rem 0 0 0;}
.cf7form > div.mandatory {padding: 2rem 0; font-size: 80%;}
.cf7form > div.mandatory * { font-size: 80%;}
body .cf7form input[type="submit"].mailsend {
z-index: 5;
width: auto !important;
text-align: center;
padding: 1rem 3rem;
line-height: 1.6rem !important;
border-radius: 0px !important;
border-width: 1px !important;
}
.cf7form > div.half.captcha {
width: 58%;
width: calc(60% - 1rem);
}
.cf7form > div.half.submit {
width: 38%;
width: calc(40% - 1rem);
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border: none;
padding: 0;
text-align: left;
gap: 1rem;
}
.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
border: 1px solid var(--color-alt-content-text);
color: var(--color-alt-content-text);
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
background-color: transparent;
padding: 2px 10px 4px 6px;
margin-left: 8px;
white-space: nowrap;
font-weight: 600;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image > .cf7ic_instructions {
display: flex;
flex-direction: row;	
font-size: 14px !important;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image > label {
-webkit-transform: scale(1.7);
transform: scale(1.7);
}
.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 0;
overflow: hidden;
background: var(--color-content-text);
height: 18px;
}
.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: var(--cl-main);
display: block;
font-size: 13px;
text-align: right;
color: #fff;
height: 100%;
width: 0;
line-height: 19px;
padding: 0 10px;
}
.dnd-upload-status .dnd-upload-details .name {
color: var(--color-content-text);
}
.dnd-upload-status .dnd-upload-details .name em {
color: var(--color-content-text);
font-weight: 100;
}
.cf7form .wpcf7-spinner {
display: none;
}
@media screen and (max-width: 600px) {
.ush_menu_1 .w-nav-item.level_1 a:not(.w-btn) {
font-size: clamp(30px, 3vw, 40px) !important;
line-height: 1.2;
}
.w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
min-width: 100% !important;
}
.cf7form > div.half {
width: 100% !important;
margin-left: 0 !important;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image {
max-width: 350px;
flex-wrap: wrap;
justify-content: flex-start;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions {
width: 100%;
}
#kontakt-info .w-hwrapper {
margin-left: 8vw;
}
#kontakt-info .w-hwrapper > :not(:last-child) {
margin-right: 3rem;
}
#kontakt-info .us_custom_82b03d39 {
max-width: 50px !important;
}
#page-footer .menu > li {
margin: 0 !important;
}
body.datenschutz h2, body.impressum h2 {
margin-bottom: 1rem !important;
}
} .codedropz-upload-wrapper{
margin-top: 2.5rem;
}
.codedropz-upload-inner {
display: block;
text-align: left;
}
.codedropz-upload-inner > div:not(.codedropz-btn-wrap),
.codedropz-upload-inner > span:not(.codedropz-btn-wrap) {
padding-right: 5px;
}