@font-face {
    font-family: 'Poppins';
    src: url('./../fonts/Poppins-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('./../fonts/Poppins-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('./../fonts/Poppins-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('./../fonts/Poppins-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-ExtraLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Raleway';
    src: url('./../fonts/Raleway-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
  }
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
}
body {
    color: #00000a;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}
p {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    word-spacing: 1px;
    margin: 0;
}
h3 {
    font-size: 2.3rem;
}
h6 {
    font-size: 1.6rem;
}
img {
    width: 100%;
    height: auto;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
    margin-bottom: 80px;
}
.section-head h4 {
    position: relative;
    padding: 0 0 0 15px;
    line-height: 1;
    border-left: 1px solid #eee;
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: 700;
}
.section-head h4:before {
    content: '';
    width: 1px;
    height: 35px;
    background: orange;
    position: absolute;
    left: -1px;
    bottom: 0;
}
.section-head h4 span {
    font-weight: 200;
    padding-bottom: 5px;
}
.bg-gray {
    background: #f7f7f7;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.section-padding {
    padding: 100px 0;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
  }
  h4 {
    font-size: 30px;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 9999999999999;
  }
  .loading .middle {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
  }
  @keyframes lds-ellipsis3 {
    0% { transform: scale(1); }
    100% { transform: scale(0); }
  }
  @keyframes lds-ellipsis2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(19px, 0); }
  }
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
}
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: black;
    letter-spacing: .5px;
    margin: 15px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navbar .navbar-nav .active {
    color: orange !important;
}
.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.nav-scroll .icon-bar {
    color: #222;
}
.nav-scroll .navbar-nav .nav-link {
    color: #222;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111;
}
.logo {
    padding: 15px 0;
    width: 70px;
}
.header {
    min-height: 100vh;
    overflow: hidden;
    background: white;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h3 {
    font-weight: 200;
    letter-spacing: 3px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    color: black;
}
.header .caption h1 {
    margin: 10px 0;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: black;
}
.header .caption h1 b {
    color: orange;
}
.header .caption p {
    font-size: 16px;
    color: black;
    word-spacing: 2px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.header .arrow {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.hero .extra-text {
    font-weight: 200;
    margin-bottom: 25px;
}
.hero .extra-text span {
    font-weight: 700;
}
.hero .item {
    background: #fff;
    text-align: center;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
}
.hero .item .icon {
    font-size: 50px;
    margin-bottom: 15px;
    color: orange;
}
.hero .item h6 {
    margin-bottom: 15px;
}
.hero .mission p {
    margin-bottom: 30px;
}
.hero .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: orange;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.hero .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: black;
}
.hero .portrait-image {
    border-radius: 100%;
    max-height: 300px;
    width: auto;
}
.hero .image-wrapper {
    text-align: end;
}
.services .item {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
    background: white;
    height: 100%;
}
.services .item .icon {
    margin-bottom: 15px;
    color: orange;
}
.services .item svg path {
    fill: orange
}
.services .item h6 {
    margin-bottom: 15px;
}


.information {
    padding: 130px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.information .item {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
}
.information .item h6 {
    color: black;
    margin-bottom: 5px;
}
.information .info .item:last-child {
    margin-bottom: 0;
}
.information .info .item .icon {
    font-size: 45px;
    float: left;
}
.information .info .item .icon path {
	fill: orange;
}
.information .info .item .cont p {
    color: black;
}
.information .info .item .cont a {
    color: black;
}
.information .info {
    height: 100%;
}
.information .item {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
footer {
    padding: 80px 0;
}
footer p,
footer a {
    color: black;
}
footer a:hover {
    color: orange;
}
.mobile {
    display: none;
}
.no-mobile {
    display: block;
}
.imprint {
    margin-top: 180px;
    margin-bottom: 60px;
}
.imprint h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.imprint ul, .imprint ol {
    margin: 0 0 15px 0;
    padding: 0;
}
.imprint ul {
    list-style: disc;
}
.imprint ol {
    list-style: decimal;
}
.imprint li {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    word-spacing: 1px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #f7f7f7;
        text-align: center;
        padding: 10px 0;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: orange !important;
    }
    .header .caption h2 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 50px;
    }
    .header .caption p {
        font-size: 16px;
        color: grey;
    }
    .information .info {
        margin-bottom: 30px;
    }
    .information {
        padding-bottom: 50px;
    }
    .no-mobile {
        display: none;
    }
    .mobile {
        display: block;
    }
    .nav-scroll {
        padding: 0 ;
    }
}
@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .nav-scroll {
        padding: 0 15px;
    }
    .header .caption h3 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 30px;
    }
    .hero .image-wrapper {
        text-align: center;
    }
}