:root {
    --IKI-Purple: #970C90;
    --IKI-Purple_200: #C680C2;
    --IKI-Yellow: #F7B81C;
    --IKI-Yellow-300: #F3DA9C;
    --IKI-Yellow-200: #FDF1D2;
    --IKI-Dark-Purple: #330A2E;
    --IKI-Dark-Purple_400: #A595A3;
    --IKI-Dark-Purple_300: #C2B5C0;
    --IKI-Dark-Purple_200: #E7E5E7;
    --bg-grey: #F2F2F2;
    --IKI-Anthrazit: #525252;
    --gradient-dark-Purple: #330A2E;
	
	--sds-size-depth-0:0px;
	--sds-size-depth-400:10px;
	--sds-size-depth-800:40px;
	--sds-size-depth-negative-200:-10px;
	--sds-color-black-400:#000000;
}

body{
    padding-top:110px;
    background-color: var(--bg-grey) !important;
    overflow-x: hidden;
}
#content{
    min-height: 600px;
}
section{
    padding:60px 0;
}
footer{
    background-color: var(--IKI-Dark-Purple);
}
footer .bottombar{
    padding-top: 48px;
    padding-bottom: 48px;
}
footer .bottombar p{
    margin-bottom:0;
}
footer .bottombar .footerlink{
    padding-right: 5px;
    position: relative;
}
footer .bottombar .footerlink + .footerlink{
    padding-left: 5px;
}
footer .bottombar .footerlink + .footerlink:before{
    content:"";
    border:1px solid var(--IKI-Dark-Purple_400);
    border-width: 1px 1px 0 0;
    position:absolute; 
    left:0px; 
    top:5px; 
    height:16px;
}
@media (max-width: 991px) {
    .nopad-lmd{
        padding: 0 !important;
    }
    .btn{
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1170px;
    }
}
.row{
    min-width: 100%;
    width: -moz-available;
}
.column-align-c{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn{
    display: inline-flex;
    height: 48px;
    padding: 12px 24px 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    text-align: center;
    font-family: "Open Sauce One";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}
.btn.btn-primary,
.btn.btn_primary{
    color:#ffffff;
    background: var(--IKI-Yellow, #F7B81C);
    border-color: transparent;
}
.btn.btn-primary:hover,
.btn.btn_primary:hover{
    background: var(--IKI-Purple, #970C90);
}
.btn.btn-secondary,
.btn.btn_secondary{
    color:#525252;
    border: 2px solid var(--IKI-Purple_200, #C680C2);
    margin-right: 16px;
}
.btn.btn-secondary:hover,
.btn.btn_secondary:hover{
    color:#ffffff;
    background: var(--IKI-Purple_200, #C680C2);
}
footer .btn.btn_secondary{
    color:#ffffff;
    border: 2px solid var(--IKI-Yellow, #F7B81C);
}
footer .btn.btn_secondary:hover{
    background: var(--IKI-Yellow, #F7B81C);
}
.hc-1 .contentheader,
.shc-1 .contentsubheader {
	color:var(--IKI-Purple, #970C90) !important;
}

.keyvisual h1{
    margin-bottom:24px;
}
.keyvisual .subline{
    margin-bottom:32px;
}
.keyvisual .btnline{
    margin-top:32px;
}
.keyvisual .btn_primary{
    margin-right: 32px;
}
a.link_arrow{
    padding-right: 20px;
    position: relative;
}
a.link_arrow::after {
    content: '';
    width: 19px;
    height: 11px;
    background-image: url("../Icons/parrow-right.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    display: block;
    top: 7px;
}
.keyvisual .image-embed-item{
    width: 100%;
    height: auto;
}
.news{
    margin-top: 48px;
}


nav a{
    color: var(--IKI-Anthrazit, #525252);
}
nav a.current{
    color: var(--IKI-Purple, #970C90);
}

.anchorjumplink {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	display: block !important;
}

a.anchorjumplink,
span.anchorjumplink {
	display: block !important;
	position: relative;
	scroll-padding-top: 80px;
	top: -80px;
}
footer{
    padding-top:120px;
}

form > h2{
    display: none;
}
form .form-label{
    display: none;
}
form .row{
    margin-left:0;
    margin-right:0;
}
form .row .col-6:first-child{
    padding-left: 0;
}
form .row .col-6:last-child{
    padding-right: 0;
}
input.form-control{
    margin-bottom: 24px;
}
textarea.form-control{
    margin-bottom: 24px;
    min-height: 136px;
}
input.form-control, textarea.form-control{
    padding: 12px 16px;
    border-radius: 0;
}
form .btn-toolbar{
    margin-top: 15px;
    margin-right: 0;
    justify-content: end;
}

#language_menu{
    display: inline-block;
    margin-right: 32px;
    padding-left: 0;
    margin-bottom: 0;
}
#language_menu li{
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    position: relative;
}

#language_menu li + li{
    padding-left: 5px;
}
#language_menu li + li:before{
    content:"";
    border:1px solid var(--IKI-Dark-Purple_400);
    border-width: 1px 1px 0 0;
    position:absolute; 
    left:0px; 
    top:5px; 
    height:16px;
}



footer .contact-employee .employee-img{
    display: inline-block;
    vertical-align: middle;
}
footer .contact-employee .employee-data{
    display: inline-block;
    padding-left: 16px;
    vertical-align: middle;
}
footer .contact-email{
    margin-top: 24px;
}
footer .contact-other{
    margin-top: 64px;
}
footer .contact-email,
footer .contact-phone {
    padding-left: 28px;
    position: relative;
}
footer .contact-email a,
footer .contact-phone a{
    color:#ffffff;
}
footer .contact-email:before,
footer .contact-phone:before {
    content: '';
    width: 16px;
    display: block;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 7px;
}
footer .contact-email:before{
    background-image: url("../Icons/icon _mail.svg");
}
footer .contact-phone:before{
    background-image: url("../Icons/icon_phone.svg");
}
footer .contact-name{
    color:#ffffff;
}
footer .footer-address{
    color:#ffffff;
}
footer .contact-text{
    margin-bottom: 54px;
}
footer .footer-contact-header{
    margin-bottom: 24px;
}

.form-check{
    padding-left: 0;
}
.form-check [type="checkbox"]{
    border-radius: 2px;
    border: 2px solid var(--IKI-Dark-Purple_300, #C2B5C0);
    margin-right: 16px;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
}
.form-check [type="checkbox"]:checked:before{
    content: '';
    width: 18px;
    height: 9px;
    display: block;
    position: absolute;
    border-left: 2px solid var(--IKI-Dark-Purple_300, #C2B5C0);
    border-bottom: 2px solid var(--IKI-Dark-Purple_300, #C2B5C0);
    transform: rotate(-45deg);
}

.background-lineup-left{
    background-image: url("../Icons/lineup.svg");
    background-repeat: no-repeat;
    background-size: 120px;
}
.background-lineup-right{
    background-image: url("../Icons/lineup-left.svg");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 100%;
}
@media (min-width: 992px) {
    .background-lineup-left{
        background-size: 280px;
    }
    .background-lineup-right{
        background-size: 280px;
    }
    .desktop-row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}
    .desktop-row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}
    
    .desktop-row{
        min-width: 100%;
        width: -moz-available;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y)) !important;
        margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
        margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
    }
    .desktop-row>.col-md-9 {
        width: 75%;
    }
    .desktop-row>.col-md-8 {
        width: 66%;
    }
    .desktop-row>.col-md-6 {
        width: 50%;
    }
    .desktop-row>.col-md-4 {
        width: 33%;
    }
    .desktop-row>.col-md-3 {
        width: 25%;
    }
}

.overlay-text figure{
    position: relative;
}
.overlay-text figure img{
    width: 100%;
    height: auto;
}
.overlay-text figure .image-overlay{
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
    background-color: #2222225D;
}
.frame-layout-100 .ce-outer, .frame-layout-100 .ce-inner{
	width: 100%;
}
.overlay-text figure figcaption{
    width: 100%;
	min-width: max-content;
	display: inline-block;
    color: #fff;
    padding: 5px;
}
.overlay-text figure figcaption a{
    color: #fff;
}
.overlay-text figure figcaption p:last-child{
    margin-bottom:0;
}

.contact-employee .employee-img{
    border-radius: 50px;
    overflow: hidden;
}