html {
    font-size: 18px;
}

/* SCROLLBAR
html::-webkit-scrollbar {
    width: 11px;
}
html {
    scrollbar-width: thin;
    scrollbar-color: rgb(171, 134, 97, 0.2) #202324;
}
html::-webkit-scrollbar-track {
    background: #202324;
}
html::-webkit-scrollbar-thumb {
    background-color: rgb(171, 134, 97, 0.2);
    border-radius: 6px;
    border: 3px solid #202324;
}  */

body {
    background-color: #F8F8F8;
    font-family: myriad-pro, sans-serif;
	line-height: 28px;
    font-size: 15px;
    font-weight: 400;
}

h1 {
    font-size: 50px;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 60px;
    margin: 0;
}
h1.hashtag {
    font-size: 80px;
    font-family: lato-black, sans-serif;
    line-height: 90px;
    margin: 0;
}

h2 {
    font-size: 40px;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 48px;
    margin: 0;
}

h2.blue {
    color: #333333;
}

h3 {
    font-family: myriad-pro, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
    margin: 0;
}

h3.blue {
    color: #333333;
}

strong {
    font-weight: 700;
}

ul {
    list-style: square;
}

sub, sup {
    font-size: 50%;
}
sup {
    top: -0.7em;
}

code {
    font-size: 12px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: #333333;
    outline: none;
    transition: all linear .5s;
}

a:hover, a:active, a:focus {
    color: #fff; /* #878787; */
}

.ankerLink, #c76, #c65 {
    margin-top: -150px;
    padding-top: 150px;
}
#jobs {
    margin-top: -350px;
    padding-top: 350px;
}

.card-body p a,
.descriptionContainer a {
    color: #333333;
    text-decoration: underline;
    transition: color linear .5s;
}
.card-body p a:hover,
.descriptionContainer a:hover {
    color: #878787;
    text-decoration: underline;
}

button, button.btn {
    background-color: #3C1192;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    border: 1px solid transparent;
    width: 124px;
    height: 47px;
    transition: background-color linear .5s;
    outline: none;
    color: #FFFFFF;
    font-size: 15px;
    transition: color linear .5s;
    padding: 0;
}

button a {
    color: #FFFFFF;
    font-size: 15px;
    transition: color linear .5s;
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 47px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
button.btn:hover, button.btn:active, button.btn:focus,
button:hover, button:active, button:focus {
    background-color: #333333;
    box-shadow: 0px 3px 20px #0000001A;
    border: 1px solid #333333;
    outline: none;
    transition: color linear .5s;
}
button:hover a, button:active a, button:focus a {
    /* color: #3C1192; */
}

.normalFont {
    font-size: 18px;
    line-height: 28px;
}

.smallFont {
    font-size: 14px;
    line-height: 17px;
}

.largeFont {
    font-size: 40px;
    line-height: 50px;
}

.xLargeFont {
    font-size: 50px;
    line-height: 60px;
}

.container {
    position: relative;
    height: 100%;
}

header .headline {
    background-color: #FF7D00;
    color: #FFFFFF;
    height: 40px;
}

header .headline .contactData {
    height: 100%;
}

header .headline .container {
    display: flex;
    justify-content: space-between;
}

header .headline .contactData,
header .headline .languageContainer {
    display: inline-block;
}

header .headline p {
    display: inline-block;
    margin: 0;
}

.phone, .mail, .company {
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    line-height: 40px;
    background-size: 16px;
    padding-left: 26px;
}

.phone, .mail {
    font-weight: 400;
}

header .headline {
    font-weight: 600;
}

header .headline .company {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    margin-right: 40px;
}

header .headline .phone {
    background-image: url("../images/icons/phone-white.svg");
    margin-right: 40px;
}

header .headline .mail {
    background-image: url("../images/icons/mail-header_white.svg");
}

header .headline a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
}

header nav.navbar {
    color: #153A85;
    background-color: #FFFFFF;
    min-height: 60px;
    padding: 0;
}

#navbarNav img {
    margin-left: -17px;
}

#navbarNav, .navbar-nav.ml-auto {
    height: 100%;
}

.navbar-expand-lg .navbar-nav li {
    margin-left: 40px;
}

.navbar-expand-lg .navbar-nav li .nav-link {
    color: #878787;
    font-family: myriad-pro, sans-serif;
    padding-top: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 0;
    display: inline-block;
    line-height: 119px;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav li.isSub .nav-link {
    text-transform: none;
    color: #878787;
    line-height: 18px;
    font-size: 16px;
}

header nav .navbar-nav li.active a.nav-link, header nav .navbar-nav li:active a.nav-link, header nav .navbar-nav li:hover a.nav-link, header nav .navbar-nav li:focus a.nav-link,
header nav .navbar-nav li.active.isSub a.nav-link, header nav .navbar-nav li.isSub:active a.nav-link, header nav .navbar-nav li.isSub:hover a.nav-link, header nav .navbar-nav li.isSub:focus a.nav-link {
    color: #333333;
}

header nav .navbar-nav li.isSub a.nav-link {
    margin-top: 0px;
}

header nav .navbar-nav li.active.isSub {
    border-top: none;
}

header nav .navbar-nav li.isSub  {
    margin-left: 0px;
    margin-right: 13px;
}

header nav .sub.navbar-nav {
    position: absolute;
    top: 75px;
}

header nav .nav-item.hasSub.active {
    height: 80px;
}

.languageContainer div {
    display: inline-block;
    margin-left: 10px;
}

.languageContainer div.active {
    border-top: 4px solid #FF7D00;
}

.languageContainer div.active a, .languageContainer div:active a, .languageContainer div:focus a, .languageContainer div:hover a {
    color: #3C1192;
}
.languageContainer div a {
    font-weight: 700;
    line-height: 36px;
}

footer {
    background-color: #FF7D00;
    color: white;
    height: 326px;
    width: 100%;
    padding: 70px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

footer.yellow {
    background-color: #CADE36;
}

footer.green {
    background-color: #49ADA7;
}

footer a {
    color: white;
    font-size: 16px;
    line-height: 20px;
}

footer a:hover {
    font-weight: 700;
    border-bottom: 1px solid;
}


footer .d-flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .col-md-3, footer .col-6 {
    padding: 0;
}

footer .logo a {
    border: none;
}

footer .logo img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

footer .address {
    line-height: 28px;
    background-image: url("../images/icons/location-blau.svg");
    background-repeat: no-repeat;
    background-position: top 6px left;
    padding-left: 26px;
}

footer .phone {
    background-image: url("../images/icons/phone-blau.svg");
    margin-right: 40px;
    line-height: unset;
    background-size: 13px;
    margin-bottom: 10px;
}

footer .phone p {
    margin: 0px;
}

footer .icons a,
footer .phone a {
    border: none;
}

footer .icons a {
    margin-right: 20px;
}

footer .navi {
    display: flex;
    justify-content: flex-end;
}

footer .footerNavi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
}

footer .address a,
footer .footerNavi a {
    margin-bottom: 20px;
}

.newsletterButton {
    width: 140px;
    height: 140px;
    background-color: #3C1192;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    justify-content: center;
    transition: background-color linear .5s;
    z-index: 100;
}

.newsletterButton:hover {
    background-color: #333333;
    border: 1px solid #3C1192;
}

.newsletterButton a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.53px;
    line-height: 20px;
    transition: color linear .5s;
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}

.newsletterButton span {
    align-self: center;
}

.newsletterButton b {
    font-weight: 900;
    font-weight: normal;
}

.content {
    margin-top: 159px;
    min-height: 100px;
}

.contentHeader {
    height: 780px;
}

.contentBody {
    z-index: 1;
    position: relative;
    background-color: #F8F8F8;
    border-top: 10px solid #FF7D00;
}

.yellow .contentBody {
    border-top: 10px solid #CADE36;
}

.green .contentBody {
    border-top: 10px solid #49ADA7;
}

.contentHeader .carousel-inner {
    position: fixed;
    z-index: 0;
    max-height: 780px;
}

.contentHeader .carousel-indicators {
    position: absolute;
    max-height: 780px;
    top: 0;
    margin: 0;
    z-index: 1000;
}

.carousel, .carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.posTop .carousel-item img {
    object-position: top;
}
.posCenter .carousel-item img {
    object-position: center;
}
.posBottom .carousel-item img {
    object-position: bottom;
}

.overlayContainer {
    position: absolute;
    width: 100%;
    top: 0;
}

.overlayContainer .text {
    margin-top: 120px;
    width: 50%;
}

.imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desc {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.overlayContainer .logo {
    margin-top: 40px;
}

.overlayContainer.onlyHeader,
.overlayContainer.careerheader {
    height: 100%;
}

.onlyHeader .d-flex,
.careerheader .d-flex {
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}

.careerheaderContainer {
    height: 185px;
    background-color: #FF7D00;
    width: 100%;
}

.careerheaderContainer h1,
.careerheaderContainer p {
    color: #FFF;
    margin: 0;
}

.careerheaderContainer .container {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
}

.careerheaderContainer button {
    margin-top: 20px;
}

.overlayContainer .headerBox {
    background-color: #FF7D00;
    padding: 0px 75px;
    height: 140px;
    display: inline-block;
    margin-bottom: -10px;
}

.yellow .overlayContainer .headerBox {
    background-color: #CADE36;
}

.green .overlayContainer .headerBox {
    background-color: #49ADA7;
}

.overlayContainer.onlyHeader h1 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 140px;
}

.products div:first-child {
    background-color: #FFFFFF;
}

div.bg {
    background-image: url("../images/bgimages/background-dreieck-weiss.svg");
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: top center;
    min-height: 200px;
    padding-bottom: 240px;
}

.product {
    width: 44%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product:nth-child(2) {
    margin-left: 5%;
    margin-right: 2%;
}

.product .imgContainer {
    height: 520px;
}

.imgContainer img {
    object-position: bottom;
}

.product h1 {
    height: 120px;
}

.product h2 {
    margin-top: 40px;
}

.innerContainer div.bgCircle {
   background-image: url("../images/bgimages/background-white-circle.svg");
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position: right bottom;
}

.applications {
    padding-top: 40px;
}

.applications h2 {
    text-align: center;
}

.applications .desc {
    margin-top: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.applications button {
    margin-bottom: 175px;
}

.advantages {
    flex-wrap: wrap;
    margin-bottom: 75px;
    justify-content: space-between;
}

.advantage {
    flex: 0 0 48%;
    margin-bottom: 4%;
    align-items: flex-end;
}

.advantage .txtContainer,
.advantage .imgContainer {
    flex: 0 0 50%;
    max-width: 50%;
}

.advantage .imgContainer img {
    object-fit: cover;
}

.advantage .txtContainer {
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    min-height: 190px;
    display: flex;
    align-items: center;
    max-height: 100%;
}

.advantage .txtContainer p {
    padding: 0 30px;
}

.centerButton {
    display: flex;
    justify-content: center;
}

.newsCareers {
    padding-top: 75px;
}

.newsCareers .col-12.col-md-4 {
    padding-right: 65px;
    padding-top: 50px;
}

.newsCareers h2 {
    line-height: 46px;
}

.newsCareers h2:nth-child(2) {
    margin-bottom: 30px;
}

.newsCareers p {
    margin-bottom: 50px;
}

.news {
    margin-bottom: 150px;
}

.moreNews .news {
    margin-bottom: unset;
    padding-bottom: 150px;
}

.news p {
    margin-bottom: 30px;
    color: #333333;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .news .news-list-view .article:hover p {
    -webkit-line-clamp: 6;
}

.news .news-list-view a {
    color: #333333;
}

.news .news-list-view {
    display: flex;
    flex-wrap: wrap;
}

.news .news-list-view .article {
    flex: 0 0 50%;
    display: flex;
    height: 625px;
}

.news-img-wrap {
    width: 100%;
    height: 40%;
}

.news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-img-wrap .no-media-element img {
    object-fit: contain;
}

.news h3,
.news h3 a {
    color: #333333;
    font-size: 22px;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
}

.moreNews .news h3,
.moreNews .news h3 a {
    color: #878787;
    font-weight: 700;
}

.moreNews .news .article:hover h3 {
    color: #333333;
}

.news h3 {
    margin-bottom: 20px;
    height: 60px;
}

.news .news-list-view .article:nth-child(1) {
    padding: 0px 15px 15px 0px;
    justify-content: flex-end;
}
.news .news-list-view .article:nth-child(2) {
    padding: 0px 0px 15px 15px;
}
.news .news-list-view .article:nth-child(3) {
    padding: 15px 15px 0px 0px;
    justify-content: flex-end;
}
.news .news-list-view .article:nth-child(4) {
    padding: 15px 0px 0px 15px;
}

.news .news-list-view .article .innerArticle {
    box-shadow: 0px 20px 20px #C5C3F926;
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    height: 560px;
    align-self: flex-end;
}

.news .news-list-view .article:nth-child(3) .innerArticle {
    align-self: flex-start;
}
.news .news-list-view .article:nth-child(4) .innerArticle {
    align-self: flex-start;
}

.news .news-list-view .article:hover {
    cursor: pointer;
}

.news .news-list-view .article:hover .innerArticle {
    width: 100%;
    height: 610px;
    box-shadow: 0px 20px 20px #00000026;
}

.news .news-txt-wrap {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
}

.news-list-date {
    color: #969CA2;
    font-size: 14px;
    line-height: 26px;
}

.news .news-list-view .teaser-text {
    margin-bottom: 30px;
    min-height: 140px;
}

.indruction div.bgColor {
    background-color: #FFFFFF;
}

.indruction .appProdIndruction {
    padding-top: 195px;
}

.indruction h1 {
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    margin-bottom: 130px;
    font-size: 80px;
    line-height: 90px;
}

.indruction h1 strong {
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
}

.indruction h1 {
    margin-bottom: 130px;
}

.appProdIndruction .imgTxtContainer.pos1 {
    margin-top: -50px;
}

.appProdIndruction .d-flex.flex-row {
    justify-content: space-between;
}

.appProdIndruction .imgTxtContainer.pos99,
.appProdIndruction .imgTxtContainer.pos1,
.appProdIndruction .imgTxtContainer.pos2 {
    margin-bottom: 130px;
}

.imgTxtContainer.pos1 .col-12.col-md-6 {
    padding: 0;
}

.appProdIndruction .imgTxtContainer.pos1 div.col-12:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appProdIndruction .imgTxtContainer.pos1 h1 {
    margin-bottom: 0;
}

.appProdIndruction .imgTxtContainer.pos1 h1 {
    margin-top: 50px;
}

.appProdIndruction .imgTxtContainer.pos2 h1 {
    margin-bottom: 80px;
}

.appProdIndruction .description {
    font-size: 40px;
    line-height: 48px;
}

.appProdIndruction .imgTxtContainer.pos1 .description {
    margin-bottom: 10px;
}

.appProdIndruction .imgTxtContainer.pos99 .description,
.appProdIndruction .imgTxtContainer.pos2 .description {
    width: 60%;
}

.appProdIndruction .imgTxtContainer.pos2 .imgContainer {
    align-self: flex-end;
    margin-top: 60px;
}

.indruction .point {
    margin-bottom: 65px;
    padding-left: 70px;
    padding-right: 65px;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    min-height: 50px;
    background-size: 45px;
}

.indruction .point .innerpoint {
    align-self: center;
    font-size: 22px;
    line-height: 30px;
    color: #878787;
}

.indruction .videoContainer {
    margin-bottom: 230px;
}

.tabContainer {
    padding-top: 130px;
    padding-bottom: 230px;
}

.blue {
    color: #333333;
}

.red {
    color: #333333;
}

.tabContainer h1, .tabContainer h2 {
    width: 78%;
}
.tabContainer h1.sub, .tabContainer h2.sub {
    width: 100%;
}

.tabContainer .card-header strong {
    width: 100%;
    display: inline-block;
    text-transform: none;
}

.tabContainer .card-header button,
.tabContainer .card-header strong {
    font-weight: 700;
}

.tabContainer .card-header.collapsed button,
.tabContainer .card-header.collapsed strong {
    font-weight: 400;
    color: #3C1192;
}

.card .cardHeaders {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 170px;
}

/* no animation for tabs*/
.collapsing {
    transition: none !important;
}

.accordion {
    margin-top: 95px;
    display: flex;
    box-shadow: 0px 3px 20px #C5C3F91A;
}

.card {
    border: none;
    border-radius: 0;
    width: 100%;
}

.cardBodies, .cardBodies .collapse, .cardBodies .card-body, .card-body .row {
    height: 100%;
}

.cardBodies {
    background-color: #FFFFFF;
}

.card-header {
    border: none;
    padding: 0;
    height: 170px;
}

.card-header:first-child {
    padding-right: 20px;
    padding-left: 0px;
}

.card-header:nth-child(2) {
    padding-right: 10px;
    padding-left: 20px;
}

.card-header:last-child {
    padding-left: 20px;
    padding-right: 0px;
}
.card-header.onlyOne {
    padding-right: 50%;
    padding-left: 0;
}

.card-header.collapsed {
    padding-bottom: 30px;
}

.card-header button {
    border: none;
    background-color: white;
    color: #333333;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 30px;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: -0.22px;
    text-transform: none;
}

.card-header.collapsed button {
    padding-bottom: 0px;
}

..tabContainer .card-header.collapsed button,
.tabContainer .card-header.collapsed button strong {
    color: #3C1192;
    font-weight: 400;
}

.card-header button:hover {
    color: #333333;
}

.card-body {
    padding: 0;
}

.card-body a {
    color: #878787;
}
.card-body a:hover,.card-body a:active,.card-body a:focus {
    color: #333333;
}

.card-body .descriptionContainer {
    padding: 90px 30px;
}

.card-body .col-12 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.card-body .col-md-8 {
    padding-right: 15px;
}

.card-body .col-md-4 {
    padding-left: 15px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body .col-md-4 a {
    color: #333333;
    text-decoration: none;
}

.card-body .col-md-4 .file a .filedata {
    color: #878787;
}

.card-body .imageContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.card-body .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-body .col-12 .imageContainer img {
    object-fit: cover;
    object-position: bottom;
}

.card-body .imageContainer.smallLeft img, .card-body .imageContainer.smallCenter img, .card-body .imageContainer.smallRight img {
    width: 65%;
    margin-bottom: 40px;
    object-fit: contain;
    object-position: top;
    height: auto;
}

.card-body .imageContainer.smallRight,
.card-body .imageContainer.smallCenter,
.card-body .imageContainer.smallLeft {
    padding-top: 90px;
    padding-right: 30px;
}

.card-body .imageContainer.smallRight {
    align-items: flex-end;
}
.card-body .imageContainer.smallCenter {
    align-items: flex-start;
}
.card-body .imageContainer.smallLeft {
    align-items: center;
}

.card-body .files {
    padding: 0 40px 70px 40px;
    position: relative;
}

.file {
    height: 50px;
    width: 100%;
}

.file a {
    display: flex;
    height: 44px;
    justify-content: flex-start;
    align-items: center;
}

.file .icon {
    display: inline;
    min-height: 55px;
    width: 42px;
}

.card-body .col-md-4 .files {
    padding: 70px 0px 0px 0px;
    position: relative;
}

.card-body .col-md-4 .file {
    height: 90px;
    box-shadow: 0px 3px 20px rgba(197, 195, 249, 0.1);
}

.card-body .col-md-4 .file a {
    height: 100%;
}

.card-body .col-md-4 .file .icon {
    padding-left: 35px;
    width: 77px;
}

.card-body a, .card-body a:hover,
.file a, .file a:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.file .icon img {
    position: absolute;
    max-height: 55px;
}

.file a:hover .icon img:nth-child(1),
.file a .icon img:nth-child(2) {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.file a:hover .icon img:nth-child(2) {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.file .filedata {
    display: flex;
    flex-direction: column;
    padding-left: 55px;
}

.uppercase {
    text-transform: uppercase;
}

.card-body strong {
    font-weight: 700;
}

.card-body .imageContainer.fullHeight img {
    object-fit: cover;
}

.card-body .distributors {
    padding: 15px 40px 20px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-body .distributors .distributorHeadline {
    font-weight: 700;
    font-size: 18px;
    flex: 0 0 100%;
    line-height: 28px;
    margin-bottom: 50px;
}

.card-body .distributors .distributor {
    padding: 0;
    flex: 0 0 23%;
    max-width: 23%;
}

.card-body .distributors  .distributor a {
    color: #DE3E3F;
    text-decoration: none;
}

.card-body .distributor .imageContainer img {
    max-height: 65px;
    object-fit: contain;
    object-position: left bottom;
    max-width: 150px;
}

.card-body .distributor .descContainer {
    margin-top: 30px;
}

.imageContainer.fullHeight {
    height: 100%;
}

.contentSlider {
    margin-top: 140px;
    padding-bottom: 230px;
}

.contentSlider h2 {
    margin-bottom: 50px;
}

.contentSlider .carousel-inner {
    background-color: #FFFFFF;
}

.contentSlider .carousel-inner.blueBorder {
    background-color: #FFFFFF;
    border-bottom: 12px solid #FF7D00;
}

.contentSlider .carousel {
    margin-top: 100px;
    box-shadow: 0px 3px 20px #C5C3F91A;
}

a.carousel-control-next, a.carousel-control-prev {
    width: 60px;
    background: transparent;
    opacity: 1;
}

div.carousel-control-next-bg:focus, div.carousel-control-next-bg:hover, div.carousel-control-prev-bg:focus, div.carousel-control-prev-bg:hover {
    opacity: 0.39;
}

div.carousel-control-next, div.carousel-control-prev {
    width: 60px;
    opacity: 1;
    height: 100%;
}

div.carousel-control-next-bg, div.carousel-control-prev-bg {
    width: 60px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 0.39;
    height: 100%;
}

.contentSlider .carousel-control-next-icon,
.contentSlider .carousel-control-prev-icon {
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
}

.carousel-item.itemLayout1 {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 60px;
    padding-bottom: 190px;
    height: 950px;
}

.carousel-item.itemLayout3 .inner-carousel-item {
    padding-left: 100px;
    padding-right: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.carousel-item.itemLayout3 .row.career {
    min-height: 60%;
    padding-top: 95px;
    padding-bottom: 70px;
}

.contentSlider .carousel-control-next-icon {
    border-width: 18.5px 0 18.5px 32px;
    border-color: transparent transparent transparent #F0F0F0;
}

.contentSlider .carousel-control-prev-icon {
    border-width: 18.5px 32px 18.5px 0;
    border-color: transparent #F0F0F0 transparent transparent;
}

.contentSlider .carousel-control-next:hover  .carousel-control-next-icon {
    border-color: transparent transparent transparent #D5D5D5;
}

.contentSlider .carousel-control-prev:hover .carousel-control-prev-icon {
    border-color: transparent #D5D5D5 transparent transparent;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

.contentSlider .carousel-indicators li {
    border-radius: 100px;
    background-color: #878787;
    border: 1px solid #878787;
    width: 18px;
    height: 5px;
}

.contentSlider .carousel-indicators li.active,
.contentSlider .carousel-indicators li:hover,
.contentSlider .carousel-indicators li:focus,
.contentSlider .carousel-indicators li:active {
    background: #333333 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    opacity: 1;
}

.contentSlider .carousel-indicators {
    margin-bottom: 60px;
    margin-top: 100px;
}

.contentSlider .header {
    font-size: 22px;
    line-height: 30px;
    color: #DE3E3F;
}

.itemLayout1 .header {
    padding-top: 33px;
}

.contentSlider .subheader {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-family: myriad-pro, sans-serif;
    font-weight: 900;
    margin-bottom: 40px;
}

.contentSlider .images .imgContainer {
    width: 100%;
    margin-top: 88px;
}

.contentSlider .col-md-8 {
    padding-left: 0;
    padding-right: 10px;
}

.contentSlider .col-md-4 {
    padding-right: 0;
    padding-left: 10px;
}

.contentSlider h3,
.career h3 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contentSlider .posLeft {
    text-align: left;
}
.contentSlider .posCenter {
    text-align: center;
}
.contentSlider .posRight {
    text-align: right;
}

.contentSlider h2.posCenter {
    line-height: 48px;
}

.carousel-indicators.underSlider {
    bottom: -70px;
    margin-top: 0;
    margin-bottom: 0;
}

.contentSlider .itemLayout3 h2 {
    margin-bottom: 20px;
    line-height: 48px;
}

.contentSlider .itemLayout3 .subheader {
    font-size: 22px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 60px;
}

.contentSlider .itemLayout3 .row.quotes {
    margin-left: -100px;
    margin-right: -100px;
    background-color: #3C1192;
    color: #FFFFFF;
    height: 40%;
}

.row.quotes.imgPosLeft {
    flex-direction: row-reverse;
}
.row.quotes.imgPosRight {
    flex-direction: row;
}

.contentSlider .itemLayout3 .row.quotes.imgPosRight .quotesContainer {
    padding: 50px 30px 40px 100px;
}
.contentSlider .itemLayout3 .row.quotes.imgPosLeft .quotesContainer {
    padding: 50px 100px 40px 30px;
}
.contentSlider .itemLayout3 .row.quotes .quotesContainer.noImage {
    padding: 50px 100px 40px 100px;
}

.contentSlider .itemLayout3 .row.quotes .quotesContainer p {
    line-height: 24px;
}

.contentSlider .itemLayout3 .row.quotes .quotesContainer .name {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
}

.contentSlider .itemLayout3 .row.quotes .imgContainer {
    padding: 0;
}

.contentSlider .itemLayout3 .row.quotes .imgContainer img {
    object-fit: cover;
    object-position: center;
}

.appProducts .header {
    border-bottom: 10px solid #FF7D00;
}

.appProducts .header .headerBox {
    background-color: #FF7D00;
    padding: 0px 45px;
    height: 126px;
    display: inline-block;
    margin-bottom: -10px;
}

.appProducts.yellow .header .headerBox {
    background-color: #CADE36;
}

.appProducts.yellow .header {
    border-bottom: 10px solid #CADE36;
}

.appProducts.green .header .headerBox {
    background-color: #49ADA7;
}

.appProducts.green .header {
    border-bottom: 10px solid #49ADA7;
}

.appProducts .header .headerBox h2 {
    color: #FFFFFF;
    line-height: 126px;
}

.appProducts .productContent {
    background-color: #FFFFFF;
    padding-top: 90px;
    padding-bottom: 90px;
}

.appProducts .productContent p {
    margin-top: 30px;
    margin-bottom: 90px;
    width: 70%;
}

.productContent .col-md-6:first-child {
    padding-top: 40px;
}

.boxes3.row {
    padding: 0 15px 230px 15px;
}

.boxes3 .box .innerContent {
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 0px 20px 20px #C5C3F926;
}
.boxes3 .box1 .innerContent {
    background-color: transparent;
}

.boxes3 .box.box1 {
    padding-left: 0px;
    padding-right: 20px;
}
.boxes3 .box.box2 {
    padding-left: 10px;
    padding-right: 10px;
}
.boxes3 .box.box3 {
    padding-left: 20px;
    padding-right: 0px;
}

.boxes3 .files {
    height: 100%;
}

.boxes3 a, .boxes3 a:hover,
.boxes3 .file a, .boxes3 .file:hover a {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxes3 .oneFile .icon img {
    position: absolute;
    max-height: 55px;
    width: calc(100% - 20px);
}

.boxes3 a:hover .icon img:nth-child(1),
.boxes3 a .icon img:nth-child(2) {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.boxes3 a:hover .icon img:nth-child(2) {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.file.oneFile, .file.oneFile a {
    height: 100%;
    display: block;
}

.file.oneFile a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.file.oneFile .icon {
    width: 100%;
    padding-top: 26%;
}

.file.oneFile .title {
    color: #878787;
    font-size: 22px;
    line-height: 54px;
    padding-top: 38px;
    text-align: center;
}

.file.oneFile .fileFormat {
    color: #878787;
    line-height: 26px;
    padding-bottom: 45px;
    text-align: center;
}

.file:hover .fileFormat, .file:hover .title,
.boxes3 .box .innerContent:hover h3, .boxes3 .box .innerContent:hover p {
   color: #333333;
}

.box .imgContainer {
    height: 65%;
    max-height: 246px;
}

.box .imgContainer img {
    object-fit: cover;
}

.boxes3 .contentContainer {
    padding: 20px;
}

.boxes3 .contentContainer h3 {
    font-size: 22px;
    line-height: 54px;
    margin: 0;
    padding-bottom: 10px;
}

.boxes3 .contentContainer p {
    line-height: 24px;
    margin: 0;
    padding-bottom: 20px;
}

.boxes3 .contentContainer h3,
.boxes3 .contentContainer p {
    color: #878787;
    text-align: center;
}

.files.moreFiles {
    display: flex;
    flex-direction: column;
}

.files .file {
    background-color: #FFFFFF;
}
.files.moreFiles .file {
    flex: 0 0 50%;
}

.files.moreFiles .file:first-child {
    margin-bottom: 1.5px;
}
.files.moreFiles .file:last-child {
   margin-top: 1.5px;
}

.files.moreFiles .file .filedata {
    color: #878787;
}

.files .file .filedata .title {
    font-size: 22px;
    font-weight: 700;
}

.files.moreFiles .file a {
    color: #878787;
    height: 100%;
    display: flex;
    padding: 40px;
}

.files.moreFiles .file a:hover,
.files.moreFiles .filea:hover .filedata {
    color: #333333;
}

.contact .row {
    justify-content: space-between;
}

.contact .contentBody {
    padding-top: 130px;
    padding-bottom: 150px;
}

.contact  .frame-type-form_formframework h2 {
    color: #333333;
    margin-bottom: 70px;
}

.contact .col-12:last-child {
    margin-top: 166px;
}
.contact.download .col-12:last-child,
.contact.withoutHeader .col-12:last-child {
    margin-top: 120px;
}

.legalTexts .col-12.col-md-6:last-child {
    margin-top: 0;
}

.form-group {
    margin-bottom: 1.11rem;
}

.input {
    position: relative;
}

.form-control {
    height: 50px;
    padding: 0 22px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: transparent;
}

textarea.form-control {
    height: 200px;
    padding-top: 15px;
    line-height: 20px;
    margin-bottom: 1.67rem;
}

.form-control::placeholder {
    color: #878787;
    opacity: 1;
}

input[type="checkbox"], input[type="radio"] {
    border: 1px solid #333333;
    width: 30px;
    height: 30px;
    margin-right: 18px;
}


.actions {
    margin-bottom: 70px;
}

.form-control:focus {
    color: #153A85;
    background-color: #fff;
    border-color: #153A85;
    outline: 0;
    box-shadow: 0px 3px 6px #00000029;
}

/* STYLE Select-Field BEGIN*/
form .input select.s-hidden {
    visibility:hidden;
    padding-right:10px;
    border: none;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
}
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 21px;
    text-transform: none;
    line-height: 50px;
    background-color: #fff;
}
.styledSelect::after {
    display: inline-block;
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    right: 21px;
    bottom: 18px;
    transform: rotate(45deg);
    border-right: 2.5px solid #153A85;
    border-bottom: 2.5px solid #153A85;
}

.styledSelect:hover::after {
    background-image: url('../images/icons/icon-arrow-dropdown-white.svg');
}

.styledSelect:active, .styledSelect.active {
    background-color: #FFF;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 10px 0;
    list-style: none;
    border-top: none;
    background-color: #FFF;
    overflow-y: hidden;
    border-bottom: 1px solid #153A85;
    box-shadow: 0px 3px 6px #00000029;
}
.options li {
    margin: 0 0;
    padding: 0 20px;
    line-height: 50px;
    font-style: italic;
}
.options li:hover {
    text-decoration: underline;
}
.select .options::-webkit-scrollbar {
    width: 11px;
}
.select .options {
    scrollbar-width: thin;
    scrollbar-color: #153A85 rgb(171, 134, 97, 0.2) ;
}
.select .options::-webkit-scrollbar-track {
    background: rgb(171, 134, 97, 0.2);
}
.select .options::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 6px;
    border: 3px solid rgb(171, 134, 97, 0.2);
}
/* STYLE Select-Field END*/

/* STYLE Checkbox-Field BEGIN*/
.form-check {
    padding-left: 0;
    margin-top: 1.67rem;
}

.checkbox label {
    line-height: 17px;
    font-size: 14px;
    max-width: 670px;
    display: block;
    position: relative;
    padding-left: 48px;
    padding-top: 0;
    margin-bottom: 70px;
    cursor: pointer;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
}

.form-check-label a,
.form-check-label a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.form-check-label a:hover {
    color: #878787;
}

.newsletter .checkbox label, .newsletter .form-check-label a, .newsletter .form-check-label a:hover {
    color: #FFF;
}

.checkbox .inputs-list .form-check:last-child label {
    margin-bottom: 0;
}
.checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #153A85;
}

input[type=checkbox].error + span + span {
    border:2px solid #DE3E3F;  border:2px solid #DE3E3F;
}

input[type=checkbox].error + span {
        font-weight: bold;
}

.container input:checked ~ .checkmark {
    background-color: #FFF;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark::after {
    left: 11px;
    top: 3px;
    width: 7px;
    height: 19px;
    border: solid #153A85;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* STYLE Checkbox-Field END*/

.form-group.has-error .checkbox label,
textarea.form-control.error {
    margin-bottom: 0;
}
textarea.form-control.error + span {
    margin-bottom: 1.67rem;
    display: inline-block;
}

.form-group.has-error .checkbox label {
    margin-bottom: 0;
}

.checkbox span.error {
    margin-bottom: 70px;
    display: inline-block;
    padding-left: 48px;
}

.checkbox span.error#pp_errortext {
    display: none;
}

.info4field:hover {
    cursor: help;
}

.infoButton {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 0px;
    background-color: #333333;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.info4field:hover .infoButton {
    background-color: #DE3E3F;
}

.info4field {
    position: absolute;
    right: 0;
    top: 0;
}

.infoImage {
    box-shadow: 11px 10px 40px #00000059;
    position: absolute;
    right: 26px;
    z-index: 10;
    top: 1px;
    display: none;
}

.info4field:hover .infoImage {
    display: block;
}

.infoImage img {
    width: 330px;
    height: auto;
}

.contact .fax,
.contact .phone {
    padding: 0;
    line-height: 26px;
}

.contact .fax br, .contact .fax p, .contact .fax a,
.contact .phone br, .contact .phone p, .contact .phone a {
    color: #333333;
    line-height: 26px;
}

.contact .fax p {
    margin-bottom: 3rem;
}

.contact .icons {
    margin-bottom: 20px;
}

.contact .icons a {
    margin-right: 25px;
}

.contact .boxes {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
}

.contact .box {
    margin-bottom:20px;
    width: 100%;
    max-width: 270px;
    min-height: 275px;
}

.contact .file.oneFile .title {
    padding: 30px;
    line-height: 26px;
}

.contact .box .innerContent {
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 0px 20px 20px #C5C3F926;
}

.contact .file.oneFile .icon {
    padding-top: 18%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.file.oneFile .icon .iconContainer {
    width: 100%;
    height: 43px;
    display: flex;
    justify-content: center;
}

.contact .file .fileFormat {
    padding-bottom: 25px;
    padding-top: 16px;
}

.contact .box {
    margin-bottom:20px;
    width: 100%;
    max-width: 270px;
    min-height: 275px;
}

.box.txtBox {
    margin-top: 30px;
    min-height: unset;
    margin-bottom: 125px;
}

.download .contentBody .frame-type-text a {
    color: #878787;
    text-decoration: underline;
}

.download .contentBody .frame-type-text p {
    margin-bottom: 120px;
}

.download label {
    margin-bottom: 20px;
}

.download input {
    width: 470px;
    height: 50px;
    line-height: 50px;
    background-color: white;
    border: 1px solid #FFF;
    padding: 0 22px;
}

.download input[type="submit"] {  /*
    background-color: transparent;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    width: 175px;
    height: 60px;
    transition: background-color linear .5s;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: color linear .5s;
    margin-top: 50px;
    margin-bottom: 105px;
    */
    background-color: #3C1192;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    border: 1px solid transparent;
    width: 124px;
    height: 47px;
    transition: background-color linear .5s;
    outline: none;
    color: #FFFFFF;
    font-size: 15px;
    transition: color linear .5s;
    padding: 0;
    line-height: 46px;
    margin-top: 50px;
    margin-bottom: 105px;
}

.download input[type="submit"]:hover {
    background-color: #333333;
    box-shadow: 0px 3px 20px #0000001A;
    border: 1px solid #333333;
    outline: none;
    transition: color linear .5s;
}
      /*
.download input[type="submit"]:hover, .download input[type="submit"]:active, .download input[type="submit"]:focus {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    outline: none;
    transition: color linear .5s;
}   */

.download header {
    margin-bottom: 70px;
}

.downloadsContent .headerline {
    margin-bottom: 30px;
}

.downloadsContent:first-of-type .headerline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.downloadsContent .logoutButton {
    display: none;
}
.downloadsContent:first-of-type .logoutButton {
    display: block;
}
/*
.downloadsContent .headerline button {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}


.downloadsContent .headerline button:hover {
    background-color: white;
    border-color: transparent;
    color: #153A85;
}
*/

.downloadsContent  .downloadsDesc {
    margin-bottom: 54px;
}

.downloadsContent  .downloadsDesc strong {
    font-weight: 700;
}

.downloadsContent .files {
    background-color: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.downloadsContent .file {
    height: 86px;
    width: 100%;
    margin-bottom: 10px;
}
.downloadsContent .file.widthDesc {
    height: auto;
}

.downloadsContent .file a {
    height: 100%;
    color: #3C1192;
    font-size: 22px;
    font-weight: 700;
}

.downloadsContent .file:hover a {
    color: #DE3E3F;
}

.downloadsContent .file .filedata {
    display: flex;
    flex-direction: row;
    padding-left: 32px;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    line-height: 86px;
    height: 100%;
}

.downloadsContent .file.widthDesc .filedata {
    line-height: unset;
    padding-top: 30px;
    padding-bottom: 20px;
}

.downloadsContent .file.widthDesc .description p {
    font-size: 18px;
}

.description p {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.appProdIndruction .description p {
    font-weight: 300;
}

.downloadsContent .file.widthDesc .filedata .fileTxt {
    max-width: 70%;
}

.downloadsContent .file .fileFormat {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.downloadsContent .file .icon {
    padding-left: 20px;
    width: 69px;
    position: relative;
}

.downloadsContent .file .icon img {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.downloadsContent {
    margin-bottom: 90px;
}

.downloadsContent:last-child {
    margin-bottom: 200px;
}

.aboutUsIntro h2 {
    margin-bottom: 70px;
    padding-top: 120px;
}

.aboutUsIntro .linkContainer {
    margin-bottom: 153px;
}

.aboutUsIntro .descriptionContainer {
    max-width: 72%;
}

.aboutUsMilestones h3 {
    font-size: 22px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 200;
}

.aboutUsMilestones .descriptionContainer {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 150px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.aboutUsMilestones .imageContainer {
   margin-bottom: 200px;
}
.aboutUsMilestones .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.aboutUsMilestones .imageContainer img:nth-child(1) {
    display: block;
}
.aboutUsMilestones .imageContainer img:nth-child(2), .aboutUsMilestones .imageContainer img:nth-child(3)  {
   display: none;
}
@media only screen and (max-width: 767.98px) {
.aboutUsMilestones .imageContainer img:nth-child(2) {
    display: block;
}
.aboutUsMilestones .imageContainer img:nth-child(1), .aboutUsMilestones .imageContainer img:nth-child(3)  {
    display: none;
}
}

@media only screen and (max-width: 575.98px) {
.aboutUsMilestones .imageContainer img:nth-child(3) {
    display: block;
}
.aboutUsMilestones .imageContainer img:nth-child(1), .aboutUsMilestones .imageContainer img:nth-child(2)  {
    display: none;
}
}

.aboutUs .team .teamIntro {
    padding-top: 175px;
}

.aboutUs .team .teamIntro {
    padding-top: 175px;
    justify-content: space-between;
    padding-bottom: 220px;
}

.aboutUs .team .teamIntro h2,
.partners h2 {
    letter-spacing: 0.4px;
}

.teamIntro .col-12.col-md-6:first-child {
    padding-right: 1%;
}

.teamIntro .col-12.col-md-6:last-child {
    padding-left: 5%;
    justify-content: flex-end;
    display: flex;
}

.teamIntro .descriptionContainer,
.partners .descriptionContainer {
    max-width: 470px;
    padding-top: 10px;
}

.managers .manager {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.managers .manager.even {
   margin-left: 300px;
}

.manager .imageBlock {
    margin-right: 130px;
}

.manager .textBlock {
    max-width: 470px;
}

.managers .manager .postion {
    margin-bottom: 30px;
}

.partners {
    margin-top: 15px;
    padding-bottom: 245px;
}

.partners h2 {
    margin-bottom: 50px;
}

.partners .descriptionContainer {
    margin-bottom: 170px;
    font-size: 40px;
    line-height: 48px;
    max-width: 870px;
    letter-spacing: -0.4px;
}

.partnersImageContainer {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.partners .partner {
    max-width: 191px;
    flex: 0 0 18%;
    margin-bottom: 2.5%;
}

.partners .partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partners .partner:nth-child(1), .partners .partner:nth-child(6), .partners .partner:nth-child(11), .partners .partner:nth-child(16), .partners .partner:nth-child(21) {
    margin-left: 0%;
    margin-right: 2%;
}
.partners .partner:nth-child(2), .partners .partner:nth-child(7), .partners .partner:nth-child(12), .partners .partner:nth-child(17), .partners .partner:nth-child(22) {
    margin-left: 0.5%;
    margin-right: 1.5%;
}
.partners .partner:nth-child(3), .partners .partner:nth-child(8), .partners .partner:nth-child(13), .partners .partner:nth-child(18), .partners .partner:nth-child(23) {
    margin-left: 1%;
    margin-right: 1%;
}
.partners .partner:nth-child(4), .partners .partner:nth-child(9), .partners .partner:nth-child(14), .partners .partner:nth-child(19), .partners .partner:nth-child(24) {
    margin-left: 1.5%;
    margin-right: 0.5%;
}
.partners .partner:nth-child(5), .partners .partner:nth-child(10), .partners .partner:nth-child(15), .partners .partner:nth-child(20), .partners .partner:nth-child(25) {
    margin-left: 2%;
    margin-right: 0%;
}

@media only screen and (max-width: 767.98px) {
.partners .partner {
    max-width: 191px;
    flex: 0 0 23%;
    margin-bottom: 2.6667%;
}

.partners .partner:nth-child(1), .partners .partner:nth-child(5), .partners .partner:nth-child(9), .partners .partner:nth-child(13), .partners .partner:nth-child(17), .partners .partner:nth-child(21), .partners .partner:nth-child(25) {
    margin-left: 0%;
    margin-right: 2%;
}
.partners .partner:nth-child(2), .partners .partner:nth-child(6), .partners .partner:nth-child(10), .partners .partner:nth-child(14), .partners .partner:nth-child(18), .partners .partner:nth-child(22) {
    margin-left: 0.6667%;
    margin-right: 1.333%;
}
.partners .partner:nth-child(3), .partners .partner:nth-child(7), .partners .partner:nth-child(11), .partners .partner:nth-child(15), .partners .partner:nth-child(19), .partners .partner:nth-child(23) {
    margin-left: 1.333%;
    margin-right: 0.6667%;
}
.partners .partner:nth-child(4), .partners .partner:nth-child(8), .partners .partner:nth-child(12), .partners .partner:nth-child(16), .partners .partner:nth-child(20), .partners .partner:nth-child(24) {
    margin-left: 2%;
    margin-right: 0%;
}
}

@media only screen and (max-width: 575.98px) {
.partners .partner {
    max-width: 191px;
    flex: 0 0 31.333%;
    margin-bottom: 2.6667%;
}

.partners .partner:nth-child(1), .partners .partner:nth-child(4), .partners .partner:nth-child(7), .partners .partner:nth-child(10), .partners .partner:nth-child(13), .partners .partner:nth-child(16), .partners .partner:nth-child(19), .partners .partner:nth-child(22), .partners .partner:nth-child(25) {
    margin-left: 0%;
    margin-right: 2%;
}
.partners .partner:nth-child(2), .partners .partner:nth-child(5), .partners .partner:nth-child(8), .partners .partner:nth-child(11), .partners .partner:nth-child(14), .partners .partner:nth-child(17), .partners .partner:nth-child(20), .partners .partner:nth-child(23) {
    margin-left: 1%;
    margin-right: 1%;
}
.partners .partner:nth-child(3), .partners .partner:nth-child(6), .partners .partner:nth-child(9), .partners .partner:nth-child(12), .partners .partner:nth-child(15), .partners .partner:nth-child(18), .partners .partner:nth-child(21), .partners .partner:nth-child(24) {
    margin-left: 2%;
    margin-right: 0%;
}
}

.newsletter {
    border-top: 10px solid #FF7D00;
    background-color: #FF7D00;
    padding-bottom: 136px;
}

.newsletter form {
    max-width: 580px;
}

.newsletter .headline {
    color: #FFFFFF;
    margin-top: 120px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.newsletter h1 {
    color: #FFF;
    margin-top: 34px;
    margin-bottom: 75px;
    font-size: 40px;
    line-height: 48px;
}

.newsletter input {
    width: 570px;
}

.newsletter select {
    width: 570px;
    height: 50px;
    padding: 0 22px;
    color: #153A85;
}

.career .txtBox {
    margin-top: 120px;
    margin-bottom: 50px;
}

.career .benefits {
    text-align: center;
    margin-bottom: 270px;
    margin-top: 110px;
}

.career .benefits h1 {
    margin-bottom: 70px;
    font-weight: 200;
}

.career .benefits .txtBlock {
    margin-bottom: 90px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.career .benefits .benefitBoxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.career .benefits .benefitBox {
    margin-bottom: 30px;
    max-width: 25%;
    flex: 0 0 25%;
    height: 272px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.career .benefits .benefitBox:first-child, .career .benefits .benefitBox:nth-child(5), .career .benefits .benefitBox:nth-child(9) {
    padding-left: 0;
    padding-right: 22.5px;
}

.career .benefits .benefitBox:nth-child(2), .career .benefits .benefitBox:nth-child(6), .career .benefits .benefitBox:nth-child(10)  {
    padding-left: 7.5px;
    padding-right: 15px;
}

.career .benefits .benefitBox:nth-child(3), .career .benefits .benefitBox:nth-child(7), .career .benefits .benefitBox:nth-child(11) {
    padding-left: 15px;
    padding-right: 7.5px;
}

.career .benefits .benefitBox:nth-child(4), .career .benefits .benefitBox:nth-child(8), .career .benefits .benefitBox:nth-child(12) {
    padding-right: 0;
    padding-left: 22.5px;
}

.career .benefits .innerBox {
    background-color: #FFF;
}

.career .benefits .benefitBox p {
    height: 92px;
    margin: 0;
    padding: 0px 47px 30px 47px;
}

.career .benefits .benefitBox .imageContainer {
    margin: 0;
    padding: 30px 75px 20px 75px;
    width: 100%;
    height: 180px;
}

.career .benefits .benefitBox .imageContainer img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media only screen and (max-width: 1199.98px) {
.career .benefits .benefitBox p {
    padding: 0px 20px 30px 20px;
}
}

@media only screen and (max-width: 991.98px) {
.career .benefits .benefitBox {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 20px;
}

.career .benefits .benefitBox:first-child, .career .benefits .benefitBox:nth-child(4), .career .benefits .benefitBox:nth-child(7), .career .benefits .benefitBox:nth-child(10) {
    padding-left: 0;
    padding-right: 13.333px;
}

.career .benefits .benefitBox:nth-child(2), .career .benefits .benefitBox:nth-child(5), .career .benefits .benefitBox:nth-child(8), .career .benefits .benefitBox:nth-child(11) {
    padding-left: 6.667px;
    padding-right: 6.667px;
}

.career .benefits .benefitBox:nth-child(3), .career .benefits .benefitBox:nth-child(6), .career .benefits .benefitBox:nth-child(9), .career .benefits .benefitBox:nth-child(12) {
    padding-left: 13.333px;
    padding-right: 0;
}
}

@media only screen and (max-width: 767.98px) {
.career .benefits .benefitBox {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
}

.career .benefits .benefitBox:first-child, .career .benefits .benefitBox:nth-child(3), .career .benefits .benefitBox:nth-child(5), .career .benefits .benefitBox:nth-child(7), .career .benefits .benefitBox:nth-child(9), .career .benefits .benefitBox:nth-child(11) {
    padding-left: 0px;
    padding-right: 10px;
}

.career .benefits .benefitBox:nth-child(2), .career .benefits .benefitBox:nth-child(4), .career .benefits .benefitBox:nth-child(6), .career .benefits .benefitBox:nth-child(8), .career .benefits .benefitBox:nth-child(10), .career .benefits .benefitBox:nth-child(12) {
    padding-left: 10px;
    padding-right: 0px;
}
}

@media only screen and (max-width: 575.98px) {
.career .benefits .benefitBox {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
}

.career .benefits .benefitBox:first-child, .career .benefits .benefitBox:nth-child(3), .career .benefits .benefitBox:nth-child(5), .career .benefits .benefitBox:nth-child(7), .career .benefits .benefitBox:nth-child(9), .career .benefits .benefitBox:nth-child(11) {
    padding-left: 0px;
    padding-right: 5px;
}

.career .benefits .benefitBox:nth-child(2), .career .benefits .benefitBox:nth-child(4), .career .benefits .benefitBox:nth-child(6), .career .benefits .benefitBox:nth-child(8), .career .benefits .benefitBox:nth-child(10), .career .benefits .benefitBox:nth-child(12) {
    padding-left: 5px;
    padding-right: 0px;
}
}

.content.career .jobs {
    background-image: url("../images/bgimages/backgroundimage-career.png");
    background-repeat: no-repeat;
    background-position: bottom left 50vw;
    min-height: 1820px;
}

.jobs header {
    margin-bottom: 100px;
}

.jobs .tx-softgardenjobs ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 121px;
}

.jobs .tx-softgardenjobs .categories li  {
    margin-bottom: 50px;
}

.jobs .tx-softgardenjobs .joblist li {
    background-color: #FFF;
    margin-bottom: 10px;
    min-height: 86px;
    box-shadow: 0px 20px 20px #C5C3F926;
}

.jobs header h2 {
    font-size: 22px;
    line-height: 80px;
}

.jobs .tx-softgardenjobs a {
    color: #878787;
    font-size: 22px;
}

.jobs .tx-softgardenjobs a:hover, .jobs .tx-softgardenjobs li.active a {
    color: #333333;
}

.jobs .tx-softgardenjobs .categories a {
    border-bottom: 2px solid transparent;
}

.jobs .tx-softgardenjobs .categories li.active a,
.jobs .tx-softgardenjobs .categories a:hover {
    padding-bottom: 7px;
    border-bottom: 2px solid #333333;
    font-weight: 700;
}

.jobs .tx-softgardenjobs .joblist a,
.jobs .tx-softgardenjobs .joblist span {
    color: #3C1192;
    line-height: 26px;
    font-weight: 700;
    width: 100%;
    min-height: 86px;
    display: flex;
    padding: 30px 35px;
    align-items: center;
}

.jobs .tx-softgardenjobs .joblist a:hover {
    color: #333333;
}

.joblist nav {
    display: none;
}

section.teamwork {
    position: relative;
    margin-top: 70px;
    background-image: url("../images/bgimages/background-white-circle-career.svg");
    background-repeat: no-repeat;
    background-position: top -263px left;
}

.teamwork .contentSlider {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.teamwork .contentSlider:first-child {
    padding-top: 160px;
}

.teamwork .whiteBg {
    position: absolute;
    height: 1333px;
    width: 100%;
    background-color: #FFF;
}

.careerAboutUs {
    position: relative;
    margin-top: 70px;
    min-height: 2000px;
}

.careerAboutUs .blueRedBg {
    position: absolute;
    height: 1500px;
    width: 100%;
    background: transparent linear-gradient(180deg, #FF7D00 0%, #3C1192 100%) 0% 0% no-repeat padding-box;
}

.careerAboutUs .blueRedBgImage {
    position: absolute;
    width: 100%;
    background-image: url("../images/bgimages/background-about-us.svg");
    background-repeat: no-repeat;
    background-position: top -305px left 700px;
    min-height: 2100px;
}

.careerAboutusContainer {
    color: #FFF;
    display: flex;
    flex-direction: row;
    padding-top: 170px;
    margin-bottom: 220px;
}

.careerAboutusContainer h2,
.careerAboutusContainer h3 {
   color: #FFF;
}

.careerAboutusContainer h3 {
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
}

.careerAboutusContainer h2 {
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    font-weight: 200;
}


.careerAboutusContainer .leftCol {
    display: flex;
    flex-direction: column;
    width: 30%;
    border-right: 1px solid #FFF;
}

.careerAboutusContainer .rightCol {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.careerAboutusContainer .leftCol div:first-child,
.careerAboutusContainer .leftCol div:nth-child(2),
.careerAboutusContainer .rightCol div:first-child {
   border-bottom: 1px solid #FFF;
}

.careerAboutusContainer .leftCol div {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 100px;
    padding-left: 50px;
}

.careerAboutusContainer .rightCol div {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 50px;
}

.careerAboutusContainer button a {
    color: #FFF;
}

section.applyNow {
    background-color: #FF7D00;
    border-top: 10px solid #FF7D00;
}

.careerApply {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 60px 0;
    align-items: flex-end;
}

.careerApply h1 {
    color: #FFF;
    font-size: 40px;
    line-height: 48px;
}

.linkContainer {
    display: inline-block;
    margin-right: 35px;
    margin-top: 35px;
}

.linkContainer2 button {
    width: 100px;
}
.linkContainer2 button a {
    line-height: 56px;
}

.linkContainer2 a img {
    vertical-align: baseline;
}

.linkContainer2 {
    vertical-align: -4px;
}

.careerAboutusContainer .linkContainer button:hover a {
    color: #FFF;
}

.careerApply .linkContainer button:hover a {
    color: #FFF;
}

.careerBoxes .infoBox {
    display: flex;
    background-color: #FFF;
    max-width: 970px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.careerBoxes .infoBox:last-child {
    margin-bottom: 200px;
}

.careerBoxes .infoBox .textCol {
    padding: 60px 50px;
}

.careerBoxes .infoBox .textCol h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 70px;
}
.careerBoxes .infoBox .textCol h2 {
    font-size: 22px;
    line-height: 48px;
}

.careerBoxes .infoBox .imageContainer {
    max-width: 370px;
    flex: 0 0 38%;
}
.careerBoxes .infoBox .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.careerBoxes .infoBox .imageContainer.fullSize img {
    object-fit: cover;
}
.careerBoxes .infoBox .imageContainer.leftPos img {
    object-position: left;
}
.careerBoxes .infoBox .imageContainer.rightPos img {
    object-position: right;
}

.tx-newsletter2go .message {
    margin-top: 154px;
}

.tx-newsletter2go .message h1 {
    color: #FFF;
}

.withoutHeader .overlayContainer.onlyHeader {
    padding-top: 140px;
}

.withoutHeader .contentHeader {
    height: 300px;
}

.withoutHeader .contentBody {
    padding-top: 30px;
    border: none;
    padding-bottom: 180px;
}

.withoutHeader button:hover {
    border-color: #DE3E3F;
}

.withoutHeader button:hover a {
    color: #DE3E3F;
}

.legalTexts h2,
.formConfirmation h2 {
    line-height: 48px;
    margin-bottom: 70px;
}

.formConfirmation p {
    font-size: 18px;
}

.legalTexts .col-md-8 a {
    text-decoration: underline;
    color: #153A85;
}
.legalTexts .col-md-8 a:hover {
    color: #DE3E3F;
}

.formConfirmation .linkContainer {
    margin-top: 55px;
}

.newsdetails .leftCol {
    padding-left: 0;
}

.newsdetails .headline {
    margin-top: 120px;
    padding-left: 0;
}

.newsdetails h2 {
    letter-spacing: -0.4px;
    line-height: 48px;
    margin-bottom: 100px;
    font-weight: 200;
}

.newsdetails .textContainer {
    margin-top: 25px;
}

.newsdetails .textContainer .leftCol.col-md-7 {
    padding: 0 120px 0 0;

}

.newsdetails .news p {
    overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.newsdetails .teaser-text {
    margin-bottom: 30px;
}

.newsdetails .textContainer .rightCol.col-md-5 {
    padding: 0;
}

.newsdetails .news {
    margin-bottom: 0px;
}

.moreNews {
    background-color: #F8F8F8;
    height: 100%;
    width: 100%;
    z-index: 10000;
    position: relative;
}

.newsdetails .moreNews  .news {
    padding-bottom: 270px;
}

.moreNews header h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    padding: 140px 0 120px 0;
}

.moreNews .news .news-list-view {
    flex-direction: column;
    justify-content: center;
}

.moreNews .news .news-list-view .article {
    justify-content: center;
    padding: 15px 0;
    height: unset;
    width: 100%;
}

.moreNews .news .news-list-view .article .innerArticle {
    height: 240px;
    width: 980px;
    padding: 15px;
    background-color: transparent;
    box-shadow: none;
}

.moreNews .news .news-list-view .article:hover .innerArticle {
    background-color: #fff;
    box-shadow: 0px 20px 20px #C5C3F926;
}

.moreNews .news .news-list-view a {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.moreNews .news-img-wrap {
    max-width: 270px;
    height: 100%;
    min-width: 270px;
}

.moreNews .news-txt-wrap {
    padding: 0 30px;
    height: 100%;
}

.moreNews .news h3 {
    height: auto;
}

.moreNews .news .news-list-view .teaser-text {
    height: auto;
    min-height: unset;
    max-height: 77px;
}

.newsdetails .moreNews .news p,
.news .news-list-view .article:hover p {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .news-list-view .article:hover p,
.news .news-list-view .article:hover h3,
.moreNews .news .article:hover h3,
.moreNews .news p {
   color: #878787;
}

.moreNews .news .article:hover h3,
.moreNews .news .article:hover p,
.moreNews .news .article:hover .news-list-date {
    color: #333333;
}

.frame-space-before-small {
    padding-top: 130px;
}

input.error, textarea.error, .formGroupGender.has-error .styledSelect {
    border: 2px solid #DE3E3F;
    color: #DE3E3F;
}
.form-control.error::placeholder, .download input.error::placeholder {
    color: #DE3E3F;
    opacity: 1;
}
span.error {
    color: #DE3E3F;
    font-size: 18px;
    padding: 10px 22px 22px;
    display: inline-block;
}

.home .product .textContainer h2 {
    margin-top: 0;
}

.home .product .textContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
}

.home .product {
     justify-content: flex-start;
}

.txtBox.largeFont {
    font-weight: 200;
}
