@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:700&display=swap');

/* ==========================================================================
GENERAL
========================================================================== */

#ladyclick:hover {
    cursor: pointer;
}

.ladyclose:hover {
    cursor: pointer;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.7px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #ededed;
    background-color: #131416;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}

#cookies {
    display: none;
    width: 100%;
    bottom: 0;
    position: fixed;
    margin: auto;
    color: white;
    background: #002B50;
    z-index: 100000000;
    opacity: 1;
    font-size: 18px;
    line-height: 1.5;
    padding: 2em;
    border-top: 1px solid #fff;
}

#cookies .container {
    width: 1280px;
    max-width: auto;
}

.cookies_txt {
    text-align: center;
}

#cookies .col-2 {
    margin: auto;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cookies .link-datenschutz {
    text-decoration: underline;
}

p,
h5 {
    margin: 0;
    padding: 0;
    width: 90%;
    margin: auto;
    font-size: 26px;
    line-height: 1.5em;
}

p.text-intro {
    font-size: 26px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -moz-outline-style: none;
}

a.link-black {
    color: #000;
}

a.link-white:hover {
    color: var(--hellblau);
    color: #6894a8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid
}

a.link-white {
    color: #fff;
}

a.link-white:hover {
    color: var(--hellblau);
    color: #6894a8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid
}

a.link-grey {
    color: var(--hellgrau);
    color: #ddd;
}

a.link-grey:hover {
    color: var(--hellblau);
    color: #6894a8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.underline:hover {
    border-bottom: 1px solid
}

.text-intro {
    margin: auto;
    margin-top: 0;
    margin-bottom: 4em;
    width: 90%;
}

.text-slide {
    line-height: 1.2;
    margin-bottom: 2.5em;
    width: 100%;
}

.text-slide_alternate {
    line-height: 1.3;
    margin-bottom: 2.5em;
    margin-top: 1em;
    width: 100%;
}

.back-top {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
    display: none;
    opacity: 1;
    cursor: pointer;
}

.back-top img {
    width: 100%;
    height: 100%;
}

button {
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.button-slide {
    background-color: white;
    background-repeat: no-repeat;
    border: 2px solid rgb(1, 134, 72);
    color: #141010;
    font-size: 18px;
    padding: 7px 31px;
    font-weight: 600;
    border-radius: 6px;;
    margin-top: 1em;
    margin-bottom: 2em;
    cursor: pointer;
}

.button-slide:hover {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.button-nav-contact {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 2px solid #6894a8;
    color: var(--hellblau);
    color: #6894a8;
    font-size: 20px;
    padding: 3px 31px;
    margin-bottom: 6px;
}

.nav-sprachen {
    font-size: 20px;
}

.input-nav-searchbox {
    border-radius: 28px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 2px solid #bfc1bc;
    color: var(--grau);
    color: #bfc1bc;
    font-size: 20px;
    padding: 3px 31px;
}

.button-nav-search {
    text-align: left;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 2px solid #bfc1bc;
    color: #bfc1bc;
    font-size: 20px;
    padding: 3px 31px;
}

.button-nav-contact:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

li {
    list-style-type: none;
}


/* TITEL für Slides */

h1 {
    font-size: 80px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
}


/* TITEL für Section */

h2 {
    font-size: 56px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h2::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background-color: #6894a8;
    top: 37px;
    margin-left: 10px;
}


/* TITEL für full NAV */

h3 {
    font-size: 32px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 300;
}


/* TITEL für Cards */

h4 {
    font-size: 30px;
    color: #ededed;
    /*font-family: 'Roboto', sans-serif;*/
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5em;
}


/* TITEL im Body */

h5 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 700;
    margin-bottom: 3em;
}

.ladytitel {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
}


/*
h5::after {
    content: "";
    height: 2px;
    width: 10%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    background-color: #6894a8;
    top: 3em;
    left: calc(50% - 5%);
}
*/


/* TITEL im Footer */

h6 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: -1em;
    display: inline-block;
}

.titelUser {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: -1em;
    display: inline-block;
    margin-left: 17px;
}

.team-icon {
    padding-top: 4px;
    width: 19px;
    margin-right: 6px;
}

.team-icon2 {
    padding-top: 20px;
    padding-bottom: -20px;
    line-height: 20px;
    width: 19px;
    margin-right: 6px;
    margin-bottom: -1px;
}
.team-icon3 {
    padding-top: 0px;
    padding-bottom: -20px;
    width: 19px;
    margin-right: 6px;
    margin-bottom: -1px;
}

.team-icon img {
    width: 100%;
    height: 100%;
}
.team-icon3 img {
    width: 100%;
    height: 100%;
}

/* TITEL im Footer wenig abstand */

.h7 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 400;
    margin-bottom: 0.4em;
    margin-top: 0;
}

.footer-disclaimer {
    border-top: solid 1px #575757;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 2em;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}


/*
 #section-market .li-after li::after {
  display:          inline-block;
  vertical-align:   middle;
  width:            9px;
  height:           9px;
  background-color: var(--grau);
  margin-left:     8px;
  content:          ' ';
  margin-bottom: 3px;
}

*/


/* ==========================================================================
Header and Slides
========================================================================== */

header {
    width: 100%;
    text-align: center;
}

.container-nav-full-content .abstand-15 {
    margin-top: 1.3em;
}

.abstand-1 {
    margin-top: 1em;
}

.abstand-2 {
    margin-top: 2em;
}

.abstand-3 {
    margin-top: 3em;
}

.abstand-4 {
    margin-top: 4em;
}

.abstand-5 {
    margin-top: 5em;
}

.abstand-6 {
    margin-top: 6em;
}

.abstand-7 {
    margin-top: 7em;
}

.abstand-8 {
    margin-top: 8em;
}

.abstand-adressen {
    width: 100%;
    height: 24px;
    ;
}

.caption {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.active,
.dot:hover {
    background-color: rgba(255, 255, 255, 1);
}


/* ==========================================================================
Navigation
========================================================================== */

.nav-logo,
.footer-logo {
    width: 200px;
    height: 33px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding-left: 2px;
}

.footer-logo {
    width: 150px;
    height: 25px;
}

.nav-logo img,
.footer-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

.nav-logo-top-margin {
    margin-top: 8px;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 880px;
    -webkit-text-stroke: 0.2px;
}

.nav-active {
    color: var(--hellblau);
    color: #6894a8;
    /*display: block; rausgenommen .... */
    border-bottom: 1px solid;
}

nav ul {
    list-style: none;
    margin-left: auto;
    padding: 0;
    /*background: grey;*/
    color: #fff;
}

nav ul li {
    display: inline-block;
    padding: 0 15px;
}

nav ul a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

nav ul a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

nav ul a:hover::after {
    width: 100%;
}

.icon-language::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.icon-language:hover::after {
    width: 100%;
}

.underline-effect-black::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.underline-effect-black:hover::after {
    width: 100%;
}

.icon-language {
    font-size: 16px;
    cursor: pointer;
}

.nav-ul-a-black {
    color: #000;
}

.nav-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 50px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: -7px;
}

.icon-search:hover {
    opacity: 0.7;
}

.icon-language-black,
.icon-language-black span {
    color: #000;
}

.hamburger-icon {
    cursor: pointer;
    font-size: 30px;
    margin-bottom: 2px;
    color: #fff;
    z-index: 100000!important;
    height: 50px;
    width: 40px;
}

.hamburger-icon:hover {
    color: var(--hellblau);
    color: #6894a8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hamburger-icon:hover .line {
    background-color: var(--hellblau);
    background-color: #6894a8;
}

.circle {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    position: relative;
}

.mouse {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #fff;
    z-index: auto;
}

.mouse span {
    display: block;
    margin: 6px auto;
    width: 8px;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    z-index: 10;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.arrow {
    width: 88px;
    height: 31px;
    position: relative;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 31px 44px 0 44px;
    border-color: #007bff transparent transparent transparent;
    margin-bottom: 4em;
}

.arrow.slide-home_1 {
    border-color: #426d9e transparent transparent transparent;
}

.arrow.slide-home_2 {
    border-color: #030812 transparent transparent transparent;
}

.arrow.slide-home_3 {
    border-color: #5e85a4 transparent transparent transparent;
}

.arrow.slide-home_4 {
    border-color: #030203 transparent transparent transparent;
}

.arrow.slide-home_5 {
    border-color: #1d304a transparent transparent transparent;
}

.arrow.slide-home_alt_1 {
    border-color: #063253 transparent transparent transparent;
}

footer.arrow-white .arrow {
    border-color: #f7f7f6 transparent transparent transparent;
}

footer.arrow-black .arrow {
    border-color: #000 transparent transparent transparent;
}

footer.arrow-blue .arrow {
    border-color: #001830 transparent transparent transparent;
}

footer.float-leftt .arrow {
    float: left;
}

footer.float-right .arrow {
    float: right;
}

.arrow.white {
    border-color: #fff transparent transparent transparent;
}

.arrow.black {
    border-color: #000 transparent transparent transparent;
}

.arrow.blue {
    border-color: #001830 transparent transparent transparent;
}

.arrow.green {
    border-color: #5c6331 transparent transparent transparent;
}

article {
    border: 1px solid #ccc;
    /*border-radius: 8px;*/
    border-radius: 0;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding-bottom: 1.5em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#section-market article:hover {
    -webkit-box-shadow: 0 28px 38px -10px rgba(0, 0, 0, 0.27);
    box-shadow: 0 28px 38px -10px rgba(0, 0, 0, 0.27);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    padding-bottom: 0;
}

article img {
    max-width: 100%;
    border-radius: 0 0 0 0;
}

article h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #004785;
}

.login-row {
    
}

#section-technologies article h4 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
}

#section-management article h4 {
    margin-top: 0.2em;
}

article .text {
    padding: 1em 20px 1.5em 20px;
}

#section-technologies article {
    padding-bottom: 0.5em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#section-technologies article:hover {
    background-color: rgba(104, 148, 168, 0.1);
    -webkit-box-shadow: 0px 28px 38px -10px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 28px 38px -10px rgba(0, 0, 0, 0.27);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    border-radius: 0;
}

#section-technologies article .text {
    padding-top: 0;
    padding-bottom: 0;
}

article p {
    font-size: 22px;
}

article .text-carousel {
    padding: 2em 30px 1.5em 30px;
}

article .text>button {
    background: gray;
    border: 0;
    color: white;
    padding: 10px;
    width: 100%;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.linkedin-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.linkedin-icon:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}

.xing-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.xing-icon:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}


/* ==========================================================================
CONTENT SEITEN
========================================================================== */

.container-icons {
    width: 100%;
    margin-bottom: 3em;
}

.icons-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    margin-bottom: 1em;
    -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
}

.icons-icon img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.container-icons:hover .icons-icon img {
    margin-top: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icons-titel {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.icons-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}


/* EXPERTISE ------------------------------------------------------ */

.blue-line {
    height: 2px;
    width: 10%;
    margin: 0 auto;
    text-align: center;
    background-color: #6894a8;
    margin-bottom: 3em;
}

.fazit {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 500;
    margin-bottom: 3em;
}

.fazit-final {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 700;
    margin-bottom: 3em;
    line-height: 1.3;
}

.fazit-didyouknow {
    font-size: 36px;
    font-weight: 500;
}

#section-value .slider-container .slider-right,
#section-management .slider-container .slider-right {
    color: #fff;
    font-size: 40px;
    left: 80%;
}

#section-value .slider-container .slider-left,
#section-management .slider-container .slider-left {
    color: #fff;
    font-size: 40px;
    right: 80%;
}

#section-mission .icons-titel {
    font-weight: 300;
}

.p-kits,
.p-kits2 {
    cursor: pointer;
    border-bottom: solid 1px #004785;
    padding-bottom: 0px;
}

.p-kit-explained {
    display: none;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    background-color: rgba(5, 25, 48, 0.9);
    border-radius: 6px;
    color: #fff;
    z-index: 1000000000000;
    padding: 1em 40px;
    padding-right: 40px;
}

.p-kit-explained2 {
    display: none;
    position: absolute;
    top: -2%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    background-color: rgba(5, 25, 48, 0.9);
    border-radius: 6px;
    color: #fff;
    z-index: 1000000000000;
    padding: 1em 40px;
    padding-right: 40px;
}

#section-mission .col-3,
#section-history .col-3 {
    border-right: 1px solid #6894a8;
    margin-top: 0;
}

#section-mission .ohnerand .col-3 {
    border-right: 0 solid #6894a8;
}

#section-mission .container-mission-text,
#section-history .container-history-text {
    text-align: left;
    width: 100%;
}

#section-mission .text-titel-gross,
#section-history .text-titel-gross {
    width: 100%;
    /*font-family: Roboto, sans-serif;*/
    font-size: 40px;
    color: #6894a8;
    opacity: 0.9;
    text-align: left;
    margin-bottom: 0.2em;
}

#section-history .text-titel-gross:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#section-mission .text-titel-gross:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#section-mission .text-titel-gross:hover+p,
#section-history .text-titel-gross:hover+p {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

#section-mission .container-mission-text p {
    width: 100%;
    /*padding-right: 40%;*/
    line-height: 1.2em;
    margin-bottom: 2.4em;
    margin-top: -0.2em;
    color: var(--hellblau);
    color: #6894a8;
    opacity: 0.9;
}

.container-history-text p {
    text-align: left;
    width: 100%;
    padding-right: 0;
    line-height: 1.2em;
    margin-bottom: 3em;
    margin-top: -0.2em;
    color: var(--hellblau);
    color: #6894a8;
    opacity: 0.9;
}

.the-hover {
    opacity: 1;
}

.text-know {
    /*font-family: Roboto, sans-serif;*/
    font-size: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
    /*  for IE  */
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: right;
}

.show-for-mobile {
    display: none;
    margin-bottom: 3em;
}

.text-know-mobile {
    /*font-family: Roboto, sans-serif;*/
    font-size: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}


/*
.linie-hor {
  position: absolute;
  left: 90px;
  top: 1312px;
  width: 240px;
  height: 1px;
  background-color: var(--hellblau);
   background-color: #6894a8;
}
.linie-hor2 {
  transform: rotate(270deg);
  position: absolute;
  left: 57px;
  top: 1344px;
  width: 66px;
  height: 1px;
  background-color: var(--hellblau);
     background-color: #6894a8;
}
*/

.text-improving {
    font-size: 38px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 600;
    margin-top: 0.8em;
}


/* SERVICES ------------------------------------------------------ */

#section-market .col-12,
#section-partner .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.balken-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section-market .prozess-balken,
#section-partner .prozess-balken {
    min-width: 700px;
    height: 80px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
}

.signpost {
    /* our rectangle */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 80px;
    background-color: var(--dunkelblau);
    background-color: #002B50;
    position: relative;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 70px;
    color: white;
    /* font-family: roboto, sans-serif; */
    font-weight: 400;
    font-size: 32px;
    margin-left: 40px;
}

.signpost:after {
    /*  our pseudo-element */
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    top: 0;
    /* stick it to top edge of the sign */
    left: 100%;
    /* push it way overto the right*/
    height: 0;
    /* we're doing this with borders remember */
    width: 0;
    border-width: 40px;
    border-style: solid;
    border-color: var(--dunkelblau);
    /* same as bg of our rectangle */
    border-color: #002B50;
    /* now we make some of theborders disappear*/
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}

.signpost:hover {
    width: 620px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#section-market .kreis-mit-zahl,
#section-partner .kreis-mit-zahl {
    left: 50%;
    margin-left: -356px;
    position: absolute;
    background-color: var(--dunkelblau);
    background-color: #002B50;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    z-index: 1;
    border: 6px solid white;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
}

#section-market .kreis-mit-zahl-zahl,
#section-partner .kreis-mit-zahl-zahl {
    position: absolute;
    height: 80px;
    width: 80px;
    color: white;
    font-family: roboto, sans-serif;
    font-size: 70px;
    top: -5px;
    left: -5px;
    -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
}

#section-market .col-2 {
    /*width: 206px;*/
}

.kreis-anfang:before {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    height: 100px;
    width: 1px;
    color: var(--hellblau);
    background-color: var(--hellblau);
    color: #6894a8;
    background-color: #6894a8;
    top: -80px;
    left: 104px;
}

.kreis-anfang:after {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #6894a8;
    background-color: white;
    top: -90px;
    left: 84px;
}

.kreis-ende {
    width: 200px;
    height: 200px;
    background-color: transparent;
}

.kreis-ende:after {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #6894a8;
    background-color: white;
    top: 30px;
    left: 85px;
}

#section-market .kreis-mit-zahl-verlauf {
    background-color: var(--dunkelblau);
    background-color: #002B50;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    z-index: 1;
    border: 6px solid white;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
}

#section-market .kreis-mit-zahl-verlauf.nach-rechts:after {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    left: 144px;
    top: 40px;
    height: 1px;
    /* we're doing this with borders remember */
    width: 100px;
    color: var(--hellblau);
    background-color: var(--hellblau);
    color: #6894a8;
    background-color: #6894a8;
}

#section-market .kreis-mit-zahl-verlauf:before {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    left: 105px;
    top: 80px;
    height: 90%;
    /* we're doing this with borders remember */
    width: 1px;
    color: var(--hellblau);
    background-color: var(--hellblau);
    color: #6894a8;
    background-color: #6894a8;
}

#section-market .kreis-mit-zahl-verlauf.nach-links:after {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    left: -20px;
    top: 40px;
    height: 1px;
    /* we're doing this with borders remember */
    width: 82px;
    color: var(--hellblau);
    background-color: var(--hellblau);
    color: #6894a8;
    background-color: #6894a8;
}

#section-market .kreis-mit-zahl-zahl.verlauf {
    left: 63px;
    top: 0;
}

.article-services {
    padding-bottom: 0;
    height: auto;
}

.article-services img {
    width: 100%;
    height: 220px;
    border-radius: 0 0 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -5px;
}

.article-services .text h3 {
    margin-top: 0.4em;
    margin-bottom: 0;
}

.article-services .text {
    padding: 0 20px 1.5em 20px;
    font-size: 19px;
}

.article-services p {
    margin-left: 0;
    width: 100%;
    line-height: 1.4em;
}

#section-market ul,
#section-technologies ul {
    font-size: 19px;
    list-style-type: none;
    margin-left: -37px;
    margin-top: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

#section-market li,
#section-technologies li {
    margin-bottom: 8px;
    line-height: 1.3em;
}

#section-market li::before,
#section-technologies li::before {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background-color: var(--grau);
    background-color: #bfc1bc;
    margin-right: 8px;
    content: ' ';
    margin-bottom: 0.1em;
}

#section-market article h4 {
    margin-top: 0.7em;
}


/* TECHNOLOGIES ------------------------------------------------------ */


/* PARTNERSHIP ------------------------------------------------------ */

.partner-height {
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-partner-contract {
    background-color: #002443;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 56, 1)), to(rgba(0, 30, 56, 0.3))), url('../img/bg-partner-contract.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-contract.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-contract.jpg');
    background-image: linear-gradient(to bottom, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-contract.jpg');
    background-size: cover;
    color: white;
    background-position: center center;
}

.bg-partner-legal {
    background-color: #002443;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 56, 1)), to(rgba(0, 30, 56, 0.3))), url('../img/bg-partner-legal.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-legal.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-legal.jpg');
    background-image: linear-gradient(to bottom, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-legal.jpg');
    background-size: cover;
    color: white;
}

.bg-partner-investor {
    background-color: #002443;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 56, 1)), to(rgba(0, 30, 56, 0.3))), url('../img/bg-partner-investor.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-investor.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-investor.jpg');
    background-image: linear-gradient(to bottom, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-investor.jpg');
    background-size: cover;
    color: white;
}

.bg-partner-consultant {
    background-color: #002443;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 56, 1)), to(rgba(0, 30, 56, 0.3))), url('../img/bg-partner-consultant.jpg');
    background-image: -webkit-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-consultant.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-consultant.jpg');
    background-image: linear-gradient(to bottom, rgba(0, 30, 56, 1), rgba(0, 30, 56, 0.3)), url('../img/bg-partner-consultant.jpg');
    background-size: cover;
    color: white;
}

.kreis-partner {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid #6894a8;
}

.kreis-partner:after {
    /*  our pseudo-element */
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    top: 0;
    /* stick it to top edge of the sign */
    left: 50%;
    /* push it way overto the right*/
    height: 95%;
    width: 1px;
    background-color: var(--hellblau);
    background-color: #6894a8;
    z-index: -1;
}

.article-partner {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    margin-right: auto;
    width: 75%;
}

.article-partner .text {
    font-size: 26px;
    padding: 0;
    margin: 0;
}

.article-partner p {
    margin-left: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.col-2-partner {
    width: 4%;
}

.col-5-partner {
    width: 48%;
    margin: 0;
    padding: 0;
    margin-top: -0.4em;
    padding-left: 20px;
    padding-right: 20px;
}


/* ABOUT US ------------------------------------------------------ */

.container-history-text p.no-bottom-margin {
    margin-bottom: 0;
}

.container-history-text p:hover,
#section-mission .container-mission-text p:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#section-history .col-3 {
    width: 22%
}

#section-history .col-9 {
    width: 78%
}

.special-focus .icons-icon.special,
.icons-icon.special {
    width: 100%;
    padding-top: 18px;
}

.special-focus .special-sterile,
.special-sterile {
    width: 146px;
    height: 50px;
    margin: auto;
}

.mgmt-foto {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
}

.mgmt-foto img {
    width: 100%;
    height: 100%;
}

#section-management article .text-carousel {
    padding: 1em 20px 1.5em 20px;
    font-size: 18px;
}

#section-management .mgmt-subtitel {
    font-weight: 600;
}

#section-management .slider-container {
    width: 360px;
    height: 550px;
}

#section-management .slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 550px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#section-management .slider-container .slider-right {
    color: #000;
}

#section-management .slider-container .slider-left {
    color: #000;
}

#section-management article .text-carousel h3 {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

#section-loc-muntelier .container-full.size {
    height: 950px;
    background-color: #002443;
    background-image: url('../img/loc_muntelier_1920.jpg');
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    background-position: center top;
    color: white;
}

#section-loc-yverdon .container-full.size {
    height: 900px;
    background-color: #002443;
    background-image: url('../img/loc_yverdon_1920.jpg');
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    background-position: center top;
    color: white;
}

#section-loc-germany .container-full.size {
    height: 950px;
    background-color: #002443;
    background-image: url('../img/loc_germany_1920.jpg');
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    background-position: center top;
    color: white;
}

@media only screen and (min-width: 1920px) {
    #section-loc-muntelier .container-full.size {
        height: 1150px;
        background-image: url('../img/loc_muntelier_3200.jpg');
    }
    #section-loc-germany .container-full.size {
        height: 1150px;
        background-image: url('../img/loc_germany_3200.jpg');
    }
    #section-loc-yverdon .container-full.size {
        height: 1150px;
        background-image: url('../img/loc_yverdon_3200.jpg');
    }
}

@media only screen and (max-width: 1600px) {
    #section-loc-muntelier .container-full.size {
        height: 850px;
        background-image: url('../img/loc_muntelier_1600.jpg');
    }
    #section-loc-germany .container-full.size {
        height: 850px;
        background-image: url('../img/loc_germany_1600.jpg');
    }
    #section-loc-yverdon .container-full.size {
        height: 850px;
        background-image: url('../img/loc_yverdon_1600.jpg');
    }
}

@media only screen and (max-width: 1280px) {
    #section-loc-muntelier .container-full.size {
        height: 633px;
        background-image: url('../img/loc_muntelier_1280.jpg');
    }
    #section-loc-germany .container-full.size {
        height: 633px;
        background-image: url('../img/loc_germany_1280.jpg');
    }
    #section-loc-yverdon .container-full.size {
        height: 633px;
        background-image: url('../img/loc_yverdon_1280.jpg');
    }
}

@media only screen and (max-width: 1080px) {
    #section-loc-muntelier .container-full.size {
        height: 528px;
        background-image: url('../img/loc_muntelier_1080.jpg');
    }
    #section-loc-germany .container-full.size {
        height: 600px;
        background-image: url('../img/loc_germany_1080.jpg');
    }
    #section-loc-yverdon .container-full.size {
        height: 528px;
        background-image: url('../img/loc_yverdon_1080.jpg');
    }
}

@media only screen and (max-width: 768px) {
    #section-loc-yverdon .container-full.size {
        height: 528px;
        background-image: url('../img/loc_yverdon_768.jpg');
    }
}

.text-loc-ort {
    font-size: 34px;
    font-weight: 700;
}

.text-loc-ort:before {
    content: "";
    /* required */
    position: absolute;
    background-image: url('../img/location-pin.png');
    z-index: 10000000000000000;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.text-loc-ort:hover {
    opacity: 0.9;
    -webkit-transition: 0.5;
    -o-transition: 0.5;
    transition: 0.5;
}

.text-loc-adresse {
    font-size: 26px;
    line-height: 1.3;
}

.titel-joboffer {
    font-size: 34px;
    font-weight: 600;
}

.job-container {
    width: 100%;
    height: 58px;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: white;
    margin-bottom: 0.2em;
    padding-right: 10px;
}

.job-container:hover {
    background-color: rgba(0, 71, 133, 0.05);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.job-container:before {
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    top: 2px;
    /* stick it to top edge of the sign */
    left: 20px;
    /* push it way overto the right*/
    height: 56px;
    width: 10px;
    background-color: var(--blau);
    background-color: #004785;
}

.titel-job {
    padding-left: 30px;
    margin-top: 14px;
    font-weight: 400;
}

.ort-job {
    margin-top: 14px;
}

.ort-job:before {
    display: block;
    content: "";
    /* required */
    position: absolute;
    /* takes the 'cap' out off flow */
    top: 13px;
    /* stick it to top edge of the sign */
    left: -20px;
    /* push it way overto the right*/
    height: 27px;
    width: 26px;
    background-color: var(--blau);
    background-color: #004785;
    background: url('../img/map-marker.png');
    opacity: 0.5;
    background-size: 27px 26px;
}

.ort-job img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

#section-contact .container-full.telefon {
    height: 960px;
    background-color: #002443;
    background-image: url('../img/bg_telefon.jpg');
    background-size: cover;
    color: white;
}

#section-contact #ajax-contact {
    width: 100%;
}

.contact-form-bg {
    background-color: #1e2d44;
}

input,
textarea {
    border-radius: 6px;
    border: 2px solid white;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    padding: 0.8em;
    color: white;
    margin-bottom: 0.5em;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1;
}

label {
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 0.3em;
}

.contact-form-bg button {
    margin-top: 1em;
}

#form-messages {
    display: none;
    margin-top: -2em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1em;
    border-radius: 6px;
    z-index: 10000000000000;
}

.effect-over:hover {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.effect-over:hover img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.next-container {
    width: 100%;
    height: 160px;
    -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: white;
    margin-bottom: 0.2em;
}

.next-container:hover {
    background-color: rgba(0, 71, 133, 0.05);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.next-container img {
    height: 120px;
    margin-top: 0.3em;
}

#section-next .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}


/* ==========================================================================
Animation Elements
    ========================================================================== */

.module,
.module-down {
    position: relative;
    opacity: 0;
    /*visibility: hidden;*/
}

.come-in {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: come-in 1s ease forwards;
    animation: come-in 1s ease forwards;
}


/* options
            /*.come-in:nth-of-type(2) {
              animation-duration: 1.5s;
            }*/


/*.come-in:nth-of-type(3n+0) {
              animation-duration: 2s;
            }
            */

.come-in:nth-of-type(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.come-in:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.come-in:nth-of-type(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.come-in:nth-of-type(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.come-in:nth-of-type(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.come-in:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.come-in:nth-of-type(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.come-in:nth-of-type(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.come-in:nth-of-type(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@media only screen and (max-width: 768px) {
    .come-in {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
        -webkit-animation: come-in .6s ease forwards;
        animation: come-in .6s ease forwards;
    }
    .come-in:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(2) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(3) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(4) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(5) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(6) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(7) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(8) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
    .come-in:nth-of-type(9) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}


/*
            .come-in::nth-of-type(2) {
              animation-duration: 5s;
            }
            */

.already-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes come-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes come-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes come-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes come-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.come-down {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation: come-down 0.5s ease forwards;
    animation: come-down 0.5s ease forwards;
    opacity: 1;
}


/* ==========================================================================
Animation Elements
========================================================================== */

#engineering:before,
#prototyping:before,
#validation:before,
#manufacturing:before,
#assembly:before,
#packaging:before,
#distribution:before {
    background-color: red;
    display: block;
    content: " ";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
    pointer-events: none;
}

#lady {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 2000 !important;
    background-color: rgb(18, 10, 26);
    display: none;
    overflow: hidden;
}

.ladycontent {
    width: 89%;
    height: 85%;
    margin: auto;
    border: solid 2px rgb(39, 18, 43);
    text-align: center;
}

#ladyclick {
    cursor: pointer;
}

.ladyclose {
    cursor: pointer;
}

.ladycontent img {
    height: 100%;
    width: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .ladycontent img {
        width: 100%;
        height: auto;
    }
}

.red {
    background-color: #1f0e17;
}
.red2 {
    background-color: #28131e;
}

.reddark {
    background-color: #10070c;
}
.reddark2 {
    background-color: #15090f;
}

.green {
    background-color: #0b1b11;
}

.thegrey {
    color: #666666;
}

.lightgrey {
    background-color: #0f0f14;
}

.grey {
    background-color:  #0d0d11;
}

.diff {
    -width: 32px;
    height: 100%;
    font-size: 11px;
    padding-top: 2px;
    margin-bottom: 0;
    -margin-left: 4px;
    padding-right: 4px;
}

.col-small {
    width: 4.16666%;
    margin-top: 5px;
}

.small {
    font-size: 10px;
}

.medium {
    margin-top: 3px;
    text-align: right;
    justify-content: center;
    font-size: 14px;
}

.grey_rang {
    color:#666666;
    margin-top: 0px;
    text-align: right;
    justify-content: center;
    font-size: 11px;
}


    
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    touch-action: none;
  }
  
  #columns {
    list-style-type: none;
    width: 90%;
    margin: 0;
    padding: 0;
    box-sizing: auto;
  }
  
.container-rang {
    display: flex;
    justify-content: space-between;
}

  #columns_rang {
    list-style-type: none;
    width: 10%;
    margin: 0;
    padding: 0;
    box-sizing: auto;
  }

.column_rang {
    height: 31px;
    margin-bottom: 0.3em;
    margin-top: 4px;

}

.rang-beschrieb {
    margin-top: 10px;
    margin-bottom: 0.5em;;
}

  .column {
    width: 75%;
    -padding-bottom: 5px;
    -padding-top: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: move;
    margin-bottom: 0.3em;
  }
  .column header {
    height: 35px;
    width: 100%;
    color: black;
    background-color: #ccc;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    border: 2px solid #666666;
  }
  

  .column.over {
    border-top: 2px solid blue;
  }
  
  .button-slide {
    display: none;
  }

  input, textarea {
    padding: 0.4em;

  }

  .displayupdate {
    color: #a83268;
  }

  .dasbild {
   

    top: -56px;
    left: 20px;
    margin-right: 20px;
   width: 30px;
   height: auto;
   display: block;
   max-width:40px;
   max-height:30px;
   width: auto;
   height: auto;

  }

  li {
    width: 100%;
margin-top: -20px;
display: inline-flex;
  }

  .speichern {
    width: 100%;
    height: 100vh;
    background: #002B50;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position:absolute;
    z-index: 10000;
    display: none;
  }