@charset "UTF-8";
h1 {
    padding-bottom: 1rem;
}
a.anchor {
    visibility:hidden;
    display: block;
    position: relative;
    top: -10rem;
}

.verlauf {
    clip-path: inset(0 0 0 0);
   /*clip: rect(0,auto,auto,0);*/
}
.startverlauf {
    clip-path: inset(0 0 0 0);
    /*clip: rect(0,auto,auto,0);*/
}

.verlauf:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--var-dunkelblau);
    /*background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey) 80%);*/
    background-size: 100% 60%;
    background-attachment: fixed;
}
.startverlauf:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--var-dunkelblau);
    /*background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey) 80%);*/
    background-size: cover;
    background-attachment: fixed;
}
.navbar {
    padding: .5rem 1rem 0;
    width: 100%;
    z-index: 50;
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    align-items: flex-start;
}
.navbar li {
    font-size: 2.8rem;
}
.navbar-header {
    width: 100%;
}
.navbar-brand {
    width: 35%;
    max-width: 35%;
    min-width: 15%;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 2%;
    transition-property: width;
    transition-delay: 20ms;
    transition-duration: 600ms;
}
.navbar-toggler {
    color: var(--var-hellblau);
    border: none;
    background: none;
    margin-top: 7%;
    margin-right: 8%;
    width: 3.5rem;
    height: 3rem;
    padding: 0;
}
.icon-bar {
    display: block;
    width: 100%;
    height: 13%;
    border-radius: 0;
    margin: 2px 0;
    transition: all 0.5s;
    background: var(--var-hellblau);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(-45deg);
    transform-origin: 101% 50%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 25% 0;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(45deg);
    transform-origin: 101% 50%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=1);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}
.navbar-nav {
    padding-bottom: 2rem;
}
.nav-item {
    text-align: right;
    padding-right: 7%;
}
.nav-item a:hover {
    color: #fff;
}
.normal {
    border-right: 5px solid transparent;
}
.current {
    border-right: 5px solid #fff;
}
.neos-contentcollection {
    width:100%;
    height:100%;
}
.teaser {
    width: 100%;
    height: 100%;
}
.teaser .neos-contentcollection {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.teaser .neos-nodetypes-image {
    display: none;
    z-index: 10;
}
.teaser .neos-nodetypes-headline {
    z-index: 20;
}
.teaser .neos-nodetypes-text {
    z-index: 20;
    flex: 0 0 auto;
    -webkit-animation-name: fadeUp;
    -webkit-animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeUp;
    animation-duration: 700ms;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: translateY(3rem);
    opacity: 0;
}
.teaserklein {
    height: 35%;
    margin-top: 42%;
}
.teaser-background {
    background-size: 0%;
    height: 100%;
}
.teaser-background .neos-contentcollection {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scrolldown {
    font-size: 1.8rem;
    color: var(--var-hellblau);
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-animation-name: fadeUpScroll, scrolljump;
    -webkit-animation-duration: 1400ms, 500ms;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-direction: normal, alternate;
    -webkit-animation-timing-function: ease, cubic-bezier(0, 0, 0.2, 1);
    -webkit-animation-delay: 1s, 2.5s;
    -webkit-animation-fill-mode: forwards, none; 
    animation-name: fadeUpScroll, scrolljump;
    animation-duration: 1400ms, 500ms;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, alternate;
    animation-timing-function: ease, cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 1s, 2.5s;
    animation-fill-mode: forwards, none; 
    opacity: 0;
}
.animationstop {
    -webkit-animation-name: none;
    animation-name: none;
    opacity: 1;
}
.scrolldown > span {
    background-color: #fff;
    color: var(--var-grey-accent);
    border-radius: 3rem;
    padding: 0.3rem 1.5rem;
    margin-bottom: 1rem;
}
.scrolldown > img {
    width: 2.5rem;
}

/* Ab hier beginnen die normalen Inhaltselemente */
.content {
    background-color: #FFF;
    z-index: 1;
    padding-top: 2rem;
}
h3 {
    padding: 2rem 0;
}
h4 {
    margin: 0 10%;
    padding: 0 0 2rem 0;
}
.table td {
    padding: 0.5rem 2rem 0.5rem 0;
    border: none;
}
.container {
    width: 80%;
    margin: 0 10% 4%;
}
.columns-50-50, .columns-33-66, .columns-75-25, .columns-25-75, .columns-33-33-33, .columns-25-25-25-25 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.columns-50-50_reverse {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.columns-66-33 {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}
.columns-50-50 > .column, .columns-50-50_reverse > .column, .columns-66-33 > .column, .columns-33-66 > .column, .columns-25-25-25-25 > .column, .columns-25-75 > .column, .columns-75-25 > .column, .columns-33-33-33 > .column {
    width: 100%;
}
.columns-25-75 > .column:first-of-type {
    display: none;
}
.columns-75-25 > .column:last-of-type {
    display: none;
}
.columns-50-50_reverse .neos-nodetypes-text > div > p {
    text-align: left !important;
}
.mehrerfahren {
    padding: 2rem 0;
}
.mehrerfahren a {
    font-size: 1.8rem;
}
.mehrerfahren .neos-nodetypes-text {
    margin-top: 1rem;
    padding: 0;
}
.rosa {
    background-color: var(--var-dunkelblau);
    margin-bottom: 5rem;
}
.rosa h5 a {
    font-size: inherit;
    color: var(--var-hellblau);
}
.rosa a {
    color: var(--var-hellblau);
}
.rosa p {
    color: var(--var-hellblau);
}
.rosa h3 {
    color: var(--var-hellblau);
}
.rosa h1 {  /* H1 sollte im rosa Ding normalerweise nicht vorkommen, wird hier zum Button gemacht */
    font-size: 1.6rem;
    font-family: roboto;
    font-weight: 500;
    border-color: #fff;
    border-radius: 5rem;
    background-color: #fff;
    color: var(--var-grey-accent);
    padding: 1rem 3rem;
    text-transform: none;
    margin: 1rem 10% 3rem;
    display: inline-block;
}
.rosa h1 a {
    color: var(--var-grey-accent);
}
.container .container { /* bei verschachtelten Containern hat der innere die volle Breite und keinen Margin */
    width: 100%;
    margin: 0;
}
.fremdlogo {
    width: 49%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5rem;
}
.fremdlogo > figure {
    width:60%;
    margin: 0 0 1rem;
}
.neos-nodetypes-image {
    margin-bottom: 4%;
}
.neos-nodetypes-textwithimage h3 {
    padding-top: 2rem;
    padding-bottom: 0;
}
.neos-nodetypes-textwithimage h4 {
    padding: 0;
    margin: 0;
}
.gallerie .neos-contentcollection {
    perspective: 250rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallerie .neos-nodetypes-textwithimage {
    width: 49%;
    margin-bottom: 2%;
    position: relative;
    transition: transform 0.5s ease-in-out;
    transition-delay: 150ms;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
}
.gallerie .neos-nodetypes-textwithimage > figure, .gallerie .neos-nodetypes-textwithimage > div {
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg); /*workaround für Firefox */
    flex: 1 0 100%;
}
.gallerie .neos-nodetypes-textwithimage > div {
    transform: translateX(-100%) rotateY(180deg);
}
.gallerie .neos-nodetypes-textwithimage:hover {
    transform: rotateY(180deg);
}
/*.neos-nodetypes-html {
    height: 100%;
}*/
.content > .neos-contentcollection > .neos-nodetypes-image:last-of-type {
    margin-bottom: 0;
}
/* FOOTER */
footer .content {
    background-color: transparent;
}
/* Animationen */
@keyframes scrolljump {
    0% {bottom: 5%;}
    100% {bottom: 8%}
}

@keyframes fadeUp {
    0% { opacity:0;
         -webkit-transform: translateY(30px); 
         transform: translateY(30px); }
    100% { opacity: 1; 
           -webkit-transform: none;
           transform: none; }
}

@keyframes fadeUpScroll {
    0% { opacity:0;
         -webkit-transform: translate3D(-50%,3rem,0); 
         transform: translate3D(-50%,3rem,0); }
    100% { opacity: 1; 
           -webkit-transform: translate3D(-50%,0,0);
           transform: translate3D(-50%,0,0); }
}

@keyframes fadeZoom {
    0% { opacity: 0;
         -webkit-transform: scale3d(1.10,1.10,0);
         transform: scale3d(1.10,1.10,0); }
    100% { opacity: 1;
           -webkit-transform: none;
           transform: none; }
}
/* ab iPad hoch */
@media (min-width: 768px) {
    .verlauf:before {
        background-color: var(--var-dunkelblau);
        /*background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey) 80%);
        background-size: 100% 60%;
        background-attachment: fixed;*/
    }
    .startverlauf:before {
        background-color: var(--var-dunkelblau);
       /*  background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey) 80%);
        background-size: 100% 60%;
        background-attachment: fixed;*/
    }
    .navbar-brand {
        width: 20%;
        max-width: 20%;
        min-width: 10%;
    }
    .navbar-toggler {
        height: 3.7rem;
        width: 4.5rem;
    }
    .teaser .neos-nodetypes-image {
        display: block;
        position: absolute;
        height: auto;
        bottom: -1rem;
        margin-bottom: 0;
        animation: fadeZoom 1400ms ease 1s 1 forwards;
        opacity: 0;
        transform: scale3d(1.10,1.10,0);
    }
    .teaser .neos-nodetypes-image:nth-of-type(1) {
        width: 33%;
        right: 5%;
        bottom: -4%;
        z-index: 4;
        /*animation: fadeZoom 700ms ease 1.7s 1 forwards;*/
    }
    .teaser .neos-nodetypes-image:nth-of-type(2) {
        width: 19%;
        right: -5%;
        bottom: 31%;
        z-index: 3;
        /*animation: fadeZoom 1400ms ease 1s 1 forwards;*/
    }
    .teaser .neos-nodetypes-image:nth-of-type(3) {
        width: 28%;
        left: 14%;
        bottom: -4%;
        z-index: 2;
        /*animation: fadeZoom 900ms ease 1.5s 1 forwards;*/
    }
    .teaser .neos-nodetypes-image:nth-of-type(4) {
        width: 21%;
        left: -6%;
        bottom: 23%;
        z-index: 1;
        /*animation: fadeZoom 1100ms ease 1.3s 1 forwards;*/
    }
    .teaserklein {
        margin-top: 15%;
    }

    /* Ab hier beginnen die normalen Inhaltselemente */
    .content {
        padding-top: 5rem;
    }
    h3 {
        padding: 0 0 2rem 0;
    }
    h4 {
        padding: 0 5rem 5rem 5rem;
    }
    .columns-50-50, .columns-50-50_reverse, .columns-66-33, .columns-33-66, .columns-25-75, .columns-75-25, .columns-33-33-33 {
        flex-direction: row;
    }
    .columns-25-25-25-25 {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .columns-50-50 > .column, .columns-50-50_reverse > .column {
        width: 49%;
        margin-right: 1%;
    }
    .columns-50-50 > .column:last-of-type, .columns-50-50_reverse > .column:last-of-type {
        margin-right: 0;
        margin-left: 1%;
    }
    .columns-66-33 > .column {
        width: 65%;
        margin-right: 1%;
    }
    .columns-66-33 > .column:last-of-type {
        width: 32%;
        margin-left: 1%;
        margin-right: 0;
    }
    .columns-33-66 > .column {
        width: 32%;
        margin-right: 1%;
    }
    .columns-33-66 > .column:last-of-type {
        width: 65%;
        margin-left: 1%;
        margin-right: 0;
    }
    .columns-33-33-33 > .column {
        width:33%;
    }
    .columns-33-33-33 > .column:nth-of-type(2) {
        margin-left: 1.333333333%;
        margin-right: 1.333333333%;
    }
    .columns-25-25-25-25 > .column {
        width: 49%;
        margin-right: 1%;
    }
    .columns-25-25-25-25 > .column:nth-of-type(2) {
        width: 49%;
        margin-left: 1%;
        margin-right: 0;
    }
    .columns-25-25-25-25 > .column:last-of-type {
        width: 49%;
        margin-left: 1%;
        margin-right: 0;
    }
    .columns-50-50_reverse .neos-nodetypes-text > div > p {
        text-align: right !important;
    }
    .rosa {
        padding-top: 2rem;
    }
    .rosa h1 {
        margin: 2rem 25%;
        display: inherit;
    }
    .neos-nodetypes-text {
        padding: 0 2rem 2rem 2rem;
    }
    .mehrerfahren {
        padding: 2rem;
    }
    .fremdlogo {
        width: 33%;
    }
    .gallerie .neos-nodetypes-textwithimage {
        width: 32%;
    }
}


/* ab iPad quer (bootstrap: 992px)*/
@media (min-width: 992px) {
    .verlauf {
        background-color: var(--var-dunkelblau);
        /*background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey));
        background-size: 100% 50%;
        background-attachment: fixed;*/
        clip-path: unset;
    }
    .startverlauf {
        background-color: var(--var-dunkelblau);
        /*background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey));
        background-size: cover;
        background-attachment: fixed;*/
        clip-path: unset;
    }
    .verlauf:before {
        content: none;
    }
    .startverlauf:before {
        content: none;
    }
    .navbar {
        font-size: 1.5rem;
        justify-content: space-between;
        background-color: var(--var-dunkeblau);
        /*background-image: none;*/
    } 
    .navbar-small {
        background-color: var(--var-dunkelblau);
        /*background-color: unset;
        background-image: linear-gradient(180deg,var(--var-darkblue), var(--var-grey));*/
    }
    .navbar-brand {
        margin-top: 2%;
        margin-left: 3%;
        margin-bottom: 0%;
        min-width: 7%;
        max-width: 15%;
        width: 15%;
        transition-property: margin-top, margin-left;
        transition-delay: 20ms;
        transition-duration: 500ms;
    }
    .brand-small {
        margin-top: 0.5%!important;
        margin-left: 1%!important;
        transition-property: margin-top, margin-left;
        transition-delay: 20ms;
        transition-duration: 500ms;
    }
    #mainmenu {
        flex-basis: 72rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .navbar-nav {
        width: 100%;
        padding-top: 4rem;
        transition: padding-top;
        transition-delay: 20ms;
        transition-duration: 500ms;
    }
    .nav-small {
        padding-top: 3rem!important;
        transition: padding-top;
        transition-delay: 20ms;
        transition-duration: 500ms;
    }
    .nav-item {
        white-space: nowrap;
        margin-right: 4%;
        padding-right: 0;
    }
    .nav-item a {
        font-size: 1.6rem;
    }
    .nav-item a:hover{
        border-bottom: 3px solid #fff;
    }
    .normal {
        border-right: none;
        border-bottom: none;
    }
    .current {
        border-right:none;
        border-bottom: 3px solid var(--var-hellblau);
    }
    .teaserklein {
        margin-top: 0;
        padding-top: 2%;
        height: 50%;
    }
    .teaser-background {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 100%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(1) {
        width: 27%;
        right: 0%;
        bottom: -4%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(2) {
        width: 14%;
        right: -4%;
        bottom: 48%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(3) {
        width: 23%;
        left: 7%;
        bottom: -6%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(4) {
        width: 15%;
        left: -5%;
        bottom: 38%;
    }
    /* Ab hier beginnen die normalen Inhaltselemente */
    .rosa h1 {
        font-size: 1.8rem;
    }
    h3 {
        margin-top: 0;
    }
    .columns-25-25-25-25 {
        flex-wrap: nowrap;
    }
    .columns-75-25 {
        align-items: stretch;
    }
    .columns-25-25-25-25 > .column {
        width: 24%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .columns-25-25-25-25 > .column:nth-of-type(2) {
        width: 24%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .columns-25-25-25-25 > .column:first-of-type {
        margin-left: 0;
    }
    .columns-25-25-25-25 > .column:last-of-type {
        width: 24%;
        margin-right: 0;
    }
    .columns-25-75 > .column:first-of-type {
        display: block;
        width: 24%;
        margin-right: 1%;
    }
    .columns-25-75 > .column:last-of-type {
        width: 73%;
        margin-left: 2%;
    }
    .columns-75-25 > .column:first-of-type {
        width: 73%;
        margin-right: 2%;
        height: auto;
    }
    .columns-75-25 > .column:last-of-type {
        display: block;
        width: 24%;
        margin-left:1%;
        height: auto;
    }
    .columns-75-25 > .column:last-of-type figure img {
        object-fit: cover;
        width: auto;
    }
    .gallerie .neos-contentcollection {
        perspective: 10000rem;
        display: flex;
        flex-wrap: wrap;
    }
    .gallerie .neos-nodetypes-textwithimage {
        width: 24%;
        margin-bottom: 1%;
    }
    .neos-nodetypes-image figure {
        overflow:hidden;
    }
    .neos-nodetypes-textwithimage figure {
        overflow:hidden;
    }
    .columns-50-50 .neos-nodetypes-image figure img, .columns-50-50 .neos-nodetypes-textwithimage figure img,  .columns-50-50_reverse .neos-nodetypes-image figure img, .columns-50-50_reverse .neos-nodetypes-textwithimage figure img,.columns-33-66 .neos-nodetypes-image figure img, .columns-66-33 .neos-nodetypes-image figure img, .columns-33-33-33 .neos-nodetypes-image figure img {
        transform: none;
        transition: transform 0.3s linear;
    }
    .columns-50-50 .neos-nodetypes-image figure img:hover, .columns-50-50 .neos-nodetypes-textwithimage figure img:hover, .columns-50-50_reverse .neos-nodetypes-image figure img, .columns-50-50_reverse .neos-nodetypes-textwithimage figure img, .columns-33-66 .neos-nodetypes-image figure img:hover, .columns-66-33 .neos-nodetypes-image figure img:hover, .columns-33-33-33 .neos-nodetypes-image figure img:hover {
        transform: scale(1.02);
    }
}

/* Desktop (bootstrap: ab 1200px)*/
@media (min-width: 1200px) {
    .teaser .neos-nodetypes-image:nth-of-type(1) {
        width: 25%;
        right: 0%;
        bottom: -7%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(2) {
        width: 12%;
        right: -3%;
        bottom: 48%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(3) {
        width: 19%;
        left: 7%;
        bottom: -5%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(4) {
        width: 13%;
        left: -4%;
        bottom: 28%;
    }
    .rosa h1 {
        width: 32rem;
        float: right;
        margin: -7rem 0 0 0;
    }
    .columns-33-66, .columns-66-33 {
        justify-content: center;
        margin-bottom: 2%;
    }
    .columns-33-66 > .column:first-of-type {
        flex: 0 1 25%;
    }
    .columns-33-66 > .column:last-of-type {
        flex: 0 0 65%;
    }
    .columns-66-33 > .column:first-of-type {
        flex: 0 0 65%;
    }
    .columns-66-33 > .column:last-of-type {
        flex: 0 1 25%;
    }
}
@media (min-width: 1600px) { 
    .verlauf {
        background-size: 100% 45%;
    }
    .navbar-brand {
        min-width: 4%;
        max-width: 14%;
        width: 14%;
    }
    #mainmenu {
        flex-basis: 120rem;
    }
    .nav-small {
        padding-top: 4rem!important;
    }
    .nav-item {
        margin-right: 5%;
    }
    .nav-item a {
        font-size: 1.8rem;
    }
    .teaserklein {
        padding-top: 1%;
        height: 45%;
    }
   /* .teaser-background {
        background-position: 95% 100%;
    } */
    .teaser .neos-nodetypes-image:nth-of-type(1) {
        width: 21%;
        right: 5%;
        bottom: -8%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(2) {
        width: 10%;
        right: -3%;
        bottom: 46%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(3) {
        width: 15%;
        left: 13%;
        bottom: -6%;
    }
    .teaser .neos-nodetypes-image:nth-of-type(4) {
        width: 12%;
        left: -3%;
        bottom: 27%;
    }
    h3 {
        padding: 2rem 0;
    }
    .rosa h1 {
        width: 35rem;
    }
}

/* 4K */
@media (min-width: 2800px) {
    .navbar {
        font-size: 2.8rem;
    }
    .navbar-brand {
        min-width: 3%;
        max-width: 13%;
        width: 13%;
    }
    #mainmenu {
        flex-basis: 250rem;
    }
    /*.teaser .neos-nodetypes-image:nth-of-type(1) {
        width: 20%;
        height: 64%;
        right: 50px;
        bottom: -50px;
    }
    .teaser .neos-nodetypes-image:nth-of-type(2) {
        width: 9%;
        height: 30%;
        right: -50px;
        top: 260px;
    }
    .teaser .neos-nodetypes-image:nth-of-type(3) {
        width: 15%;
        height: 53%;
        left: 240px;
        bottom: -50px;
    }
    .teaser .neos-nodetypes-image:nth-of-type(4) {
        width: 12%;
        height: 38%;
        left: -80px;
        top: 350px;
    }*/
}