:root {
/* Colors: */
--yellow: #FFF500;
--australia-and-new-zealand: #FF3855;
--hiig-hellrot: #EE304B;
--micronesia: #BA0822;
--polynesia: #9F0C0C;
--caribbean: #FF58B2;
--central-america: #C625A2;
--south-america: #860796;
--hiig-purpur: #941C79;
--central-asia: #FFFF9A;
--eastern-asia: #FFE760;
--hiig-sonnengelb: #FEBE10;
--southern-asia: #C79712;
--western-asia: #A77E0E;
--eastern-europe: #D6E02D;
--hiig-grün: #B0B91D;
--hiig-dunkelgrün: #859D2A;
--western-europe: #6E8611;
--eastern-africa: #46BFE0;
--middle-africa: #00A6D3;
--hiig-blau: #0084A8;
--hiig-dunkelblau: #206D86;
--western-africa: #004A5F;
--unnamed-color-707070: #707070;
--hiig-grau: #949CA1;
--grey-bg: #fafafa;
--black: #000000;
--btn-bg: #ffffff;
/*Font Sizes*/
--fs-16: clamp(1.1rem, 0.57vw + 0.83rem, 1.6rem);
--fs-18: clamp(1.3rem, 0.57vw + 1.03rem, 1.8rem);
--fs-20: clamp(1.4rem, 0.68vw + 1.07rem, 2rem);

/*Base Size*/
--fs-26: clamp(1.6rem, 1.14vw + 1.05rem, 2.6rem);
--fs-30: clamp(1.8rem, 1.36vw + 1.15rem, 3rem);;
--fs-36: clamp(2.2rem, 1.59vw + 1.44rem, 3.6rem);
--fs-logo-42: clamp(2.6rem, 1.82vw + 1.73rem, 4.2rem);
--fs-50: clamp(3.1rem, 2.16vw + 2.06rem, 5rem);
--fs-60: clamp(3.7rem, 2.61vw + 2.45rem, 6rem);;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}


/*m 12 to 21 */
body {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.39;
    background: var(--grey-bg);
}

h1, .fs-60, h2.fs-60, h3.fs-60 {
    font-size: 60px;
    font-size: var(--fs-60);
    font-weight: bold;
    line-height: 1.2;
}
h2, .fs-50, h1.fs-50, h2.fs-50, h3.fs-50 {
    font-size: 50px;
    font-size: var(--fs-50);
    font-weight: bold;
    line-height: 1.25;
}
.fs-logo-42,
h1.fs-logo-42 {
    font-size: 42px;
    font-size: var(--fs-logo-42);
    font-weight: bold;
}
h3, .fs-36, h1.fs-36, h2.fs-36, h3.fs-36 {
    font-size: 36px;
    font-size: var(--fs-36);
    font-weight: bold;
}
h4, .fs-30, .fs-30 p, h1.fs-30, h2.fs-30, h3.fs-30, p.fs-30, .ked-button {
    font-size: 30px;
    font-size: var(--fs-30);
    font-weight: 500;
}
h4, p, ol, ul, .fs-26, h1.fs-26, h2.fs-26, h3.fs-26, textarea, input {
    font-size: 26px;
    font-size: var(--fs-26);
    font-weight: 100;
}
h5, .fs-20, .fs-20 p, h3.fs-20, p.fs-20 {
    font-size: 20px;
    font-size: var(--fs-20);
    font-weight: normal;
}
h6, .fs-18, .fs-18 p, .sidebar ol a, .sidebar ul a, label, select, .form-select .select, .form-select .options li {
    font-size: 18px;
    font-size: var(--fs-18);
    font-weight: 100;
    letter-spacing: 0.36px;
    font-weight: 100;
}
.fs-16, p.fs-16, p.description {
    font-size: 16px;
    font-size: var(--fs-16);
    font-weight: 100;
}
strong {
    font-weight: bold;
}
a, a:hover {
 transition: 0.3s; 
}
a, a:hover {
 transition: 0.3s; 
}
p {
    margin: 0 0 1.39em;
}
#logo,
#logo-mobile {
    text-indent: -9999px;
}
#logo {
    width: 120%;
    height: 4ex;
    margin-left: 0.5em;
}
#logo-mobile {
    width: 100%;
}
.ked-button {
    position: relative;
    overflow: hidden;
    border:  3px solid var(--black);
    padding: 1.3ex 4em 1.3ex 1em;
    font-weight: 600;
    letter-spacing: 0.036em;
    color: var(--black);
    background: 100% 0 / 100% no-repeat url('../images/triangel-yello.svg');
    cursor: pointer;
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
.ked-button:hover {
    background: 100% 100% / 200% no-repeat url('../images/triangel-yello.svg');
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
.ked-button.btn-add:after {
    content: '';
    position: absolute;
    right: 10%;
    height: 100%;
    width:  3rem;
    background: 50% 50% / contain no-repeat url('../images/arrow-dn.svg');
}
#phone-link {
    transform: translate(0, -100%);
    white-space: nowrap;
}
.flex-parent,
.flex-parent .ct-section-inner-wrap {
    gap: 9rem;
}
.box-shadow,
.oxel_icon_button__container,
.form-select .options {
box-shadow:
  0px 0.4px 2px rgba(0, 0, 0, 0.12),
  0px 0.9px 4.9px rgba(0, 0, 0, 0.086),
  0px 1.8px 9.3px rgba(0, 0, 0, 0.072),
  0px 3.1px 16.5px rgba(0, 0, 0, 0.06),
  0px 5.8px 30.9px rgba(0, 0, 0, 0.048),
  0px 14px 74px rgba(0, 0, 0, 0.034)
;
}
.box-shaded {
    flex: 1;
    padding: calc(1ex / 0.32);
box-shadow:
  0px 0.4px 2px rgba(0, 0, 0, 0.12),
  0px 0.9px 4.9px rgba(0, 0, 0, 0.086),
  0px 1.8px 9.3px rgba(0, 0, 0, 0.072),
  0px 3.1px 16.5px rgba(0, 0, 0, 0.06),
  0px 5.8px 30.9px rgba(0, 0, 0, 0.048),
  0px 14px 74px rgba(0, 0, 0, 0.034)
;
}
img.alignright { float: right; margin: 0 0 2em 2em; }
img.alignleft { float: left; margin: 0 2em 2em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media only screen and (max-width: 600px) {

    img.alignleft,
    .alignleft,
    img.alignright,
    .alignright {
        float: none;
        margin-right: 0;
    }

}
/*header */
header#header :is(p, a, h1, h2, h3) {
    color: var(--black);
}
header#header .oxy-header-container {
    position: relative;
}
#nav-header-row .oxy-header-left {
    width: 100%;
}
#nav-header-row :is(.oxy-header-right, .oxy-header-center) {
    display: none;
}
#header.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
    padding: 0;
}
#nav_menu .menu-item a {
    letter-spacing: 0.33ex;
}
#nav_menu.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    width: 100%;
}
#nav_menu .menu-item {
/* flex: 2 1 auto;*/
}
#nav_menu .menu-item a {
 white-space: nowrap;
} 
/*content */
.ct-inner-content section {
    margin-bottom: 10vh;
}
.ct-section-inner-wrap {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
}
.form-row,
.form-section {
    width:  100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 6em;
    margin-bottom: clamp(3.2rem, 3.18vw + 1.67rem, 6rem);
;
}
@media (max-width: 767px) {
    .form-row,
    .form-section {
        flex-direction: column;
    }
}
.form-row div:first-child {
    position: relative;
    width: 31%;
}
.form-row div:last-child {
    position: relative;
    width: 57.23684211%;
}
.form-section > div:first-child {
    width: 15%;
}
.form-section > div:last-child {
    width: 80%;
}
.form-section .form-row :is(div:first-child, div:last-child, .form-select) {
    width: 100%;
}
.form-section div:first-child > h3 {
    padding-top: 0.24em;
    margin-bottom: 1em;
}
.form-section .form-select-row,
.form-contact .form-row {
    gap: 4rem;
}
@media (max-width: 767px) {
    .form-row,
    .form-section {
        flex-direction: column;
    }
    .form-row :is(div:first-child, div:last-child),
    .form-section > div:first-child,
    .form-section > div:last-child {
        width: 100%;
    }
}
.form-row div label,
.form-select .styledSelect {
    display: block;
    width: 100%;
    padding: 2ex;
    text-transform: uppercase;
    border-top:  2px solid var(--black);
    border-bottom:  2px solid var(--black);
    margin-bottom: 2ex;
}
:is(.form-row, .form-section) div p.description {
    color: var(--unnamed-color-707070);
}
.form-row div p.description {
    padding: 0 4ex 0 2ex;
}
.form-row div textarea,
.form-row :is(input[type="text"], input[type="email"]) {
    border: 1px solid var(--unnamed-color-707070);
    padding: 2ex;
    width:  100%;
    font-weight: 200;
    color: var(--black);
}
.form-row div textarea {
    min-height: 24ex;
}
@media (max-width: 767px) {
    .form-row div textarea {
        min-height: 44ex;
    }
}
.form-select .s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.form-select .select {
    position:relative;
    height: 65px;
    height: calc(var(--fs-26) + 4ex + 4px);
    cursor:pointer;
    display:inline-block;
    color: var(--black);
}
.form-select .styledSelect {
    position:absolute;
    top:0;
    left:0;
    padding-left: 4em;
    background-color: #fff;
}
.form-select .styledSelect:before {
    position: absolute;
    content: '';
    width: var(--fs-36);
    height: var(--fs-36);
    top: 1.5ex;
    left: 2ex;
    background: center / contain no-repeat url('../images/globe.svg');
}
.form-select.cont-profitability .styledSelect:before {
    background: center / contain no-repeat url('../images/sack.svg');
}
.form-select.cont-timeframe .styledSelect:before {
    background: center / contain no-repeat url('../images/timeframe.svg');
}
.form-select.cont-target-sector .styledSelect:before {
    background: center / contain no-repeat url('../images/shelf.svg');
}
.form-select.cont-solution .styledSelect:before {
    background: center / contain no-repeat url('../images/golf.svg');
}
.form-select .styledSelect:after {
    content: '';
    width:0;
    height:0;
    border: 1rem solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top: 2.7ex;
    right: 2ex;
}
.form-select .styledSelect:active, .form-select .styledSelect.active {
    background-color:#eee;
}
.form-select .options {
    display:none;
    position:absolute;
    top: 0;
    width: 100%;
       border-top:  2px solid var(--black);
    border-bottom:  2px solid var(--black);
    left:0;
    z-index:999;
    margin:0;
    padding:0;
    list-style:none;
    background-color:white;
   /* -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);*/
}
.form-select .options li {
    padding: 2ex;
    margin: 0;
}
.form-select .options li:hover {
    background-color: var(--hiig-grau);
}
.form-contact label {
    display: none;
}
.form-submit-row {
    position: relative;
    display: block;
    justify-content: right;
    text-align: right;
}
.form-submit-row .cont-ked-button {
    display: inline-block;
    position: relative;
    right: 0;
    left: auto;
}
.form-submit-row .cont-ked-button:after {
    content: '';
    position: absolute;
    right: 5%;
    height: 100%;
    width: 18%;
    background: 50% 50% / contain no-repeat url('../images/arrow-right.svg');
}
#footer {

}