.current-img {
}

    .current-img img {
        object-fit: contain;
        width: 100%;
        border: solid;
    }

.gallery-imgs {
    display: flex;
    flex-direction: row;
    height: 400px;
    align-items: center;
    margin: 0px -66px;
    justify-content: space-around;
}

    .gallery-imgs img {
        margin: 0 5px;
        object-fit: contain;
        height: 100px;
        border: solid 1px;
        cursor: pointer;
    }

        .gallery-imgs img:hover {
            -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.75);
        }


.gallery-head {
    font-size: 1.6rem;
    margin: 20px auto;
    display: flex;
    max-width: 400px;
}

    .gallery-head > * {
        margin: auto 20px;
    }

    .gallery-head > i {
        cursor: pointer;
    }

.gallery-wrapper {
    display: flex;
    flex-direction: column;
}



.middle {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 1160px) {
    .middle {
        grid-row:initial;
    }
}
    @media only screen and (min-width: 660px) {
        .middle{
            display:initial;
        }
        @media only screen and (max-width: 1160px) {
            .sub-title {
                margin-top: 0 !important;
            }
        }
        .title-span {
            margin-left: 30px;
        }

        .head > img {
            width: auto !important;
        }

        .head {
            display: grid !important;
            grid-template-columns: 250px auto;
            /*            grid-template-rows: 51px 74px 166px;*/
            grid-column-gap: 20px;
        }

            .head h1 {
                margin-left: 30px;
                font-size: 48px !important;
            }

        .headInfo {
            /*            grid-template-rows: 30px 30px 30px 30px;*/
        }

        .cv {
            border-spacing: 0px 6px !important;
            border-collapse: separate;
            width: 100%;
            margin: 20px 5px 40px;
        }

            .cv th {
                font-size: 1.2rem !important;
            }
    }

    .cv {
    }

        .cv th {
            font-weight: 100;
            font-size: 25px;
            font-family: Titillium -webkit-body;
            vertical-align: top;
        }

            .cv th:last-of-type {
                float: right;
                text-align: right;
            }


        .cv tr {
            margin-bottom: 10px;
        }

    .body {
        margin-top: 30px;
    }


    .head {
        display: grid;
        grid-template-columns: 250px auto;
        grid-template-rows: 51px 74px 166px;
        grid-column-gap: 20px;
    }

        .head .sub-title {
            margin: auto 0 auto 30px;
        }

        .head > img {
            height: 100%;
            max-width: 210px;
            object-fit: contain;
            grid-row: 1 / 4;
            border-radius: 16px/15px;
        }

        .head h1 {
            font-size: 48px;
            letter-spacing: 3px;
            display: inline;
            margin-left: 30px;
        }

    .headInfo {
        display: grid;
        grid-template-rows: 30px 30px 30px 30px;
        grid-template-columns: 30px auto;
    }

        .headInfo i {
            margin: auto;
        }

        .headInfo span {
            margin: auto 5px auto;
        }

        .headInfo a {
            border: inherit;
        }


    @media only screen and (max-width: 1000px) {
        .ourPartners {
            display: flex !important;
            flex-direction: column;
        }
        .head {
            display: flex;
            flex-direction: column;
        }

            .head > img {
                width: 65vw;
                max-width: 260px;
            }

            .head h1 {
                margin-bottom: 20px;
                margin-top: 20px;
            }

        .headInfo {
            font-size: 0.8rem;
            margin: 20px 0 50px;
        }

        .cv th {
            font-size: 0.8rem;
        }
    }


.impact-item-wrapper {
    border: #8f8f8f solid;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(#797f899c, #a0abbaad);
}

    .impact-item-wrapper h1 {
        font-size: 3rem !important;
    }

    .impact-item-wrapper h3 {
        margin-bottom: 20px;
    }

    .impact-item-wrapper .buttons {
        height: 40px;
        margin-bottom: -15px;
    }

/*-----------General---------------*/
:root {
    /*----------  global variables  -------------------*/
    --mainnav-height: 80px;
    --footer-height: 200px;
    --color-blueYonder: rgb(85,121,184);
    --color-davysGray: rgb(74,74,74);
    --color-silverChalice: rgb(176,176,176);
    --color-jet: rgb(54,54,54);
}


html, body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    color: white;
}


button {
    white-space: nowrap;
    background-color: white;
    color: var(--color-blueYonder);
    border: 0;
    border-radius: 3px;
    padding: 15px 30px 15px 30px;
    margin:auto;
}

    button:hover {
        background-image: linear-gradient(white, rgb(220,220,220));
    }

    button:active {
        background-image: linear-gradient(rgb(220,220,220), rgb(180,180,180));
    }

    button:focus {
        outline: none;
    }

    button a {
        color: inherit !important;
        border: 0;
    }

button.smaller {
    padding: 6px 25px 6px 25px;
}

p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8em;
}

address {
    line-height: 30px;
}

input {
    border-radius: 3px;
}

    input[type=text] {
        border: none;
        border-radius: 3px;
    }
textarea {
    border: none;
    border-radius: 3px;
}

h1 {
    color: white;
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
}

h2 {
    color: rgb(74,74,74);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    font-family: 'Titillium Web', sans-serif;
}

h3 {
    color: var(--color-silverChalice);
    font-weight: 600;
    font-size: 15.25px;
    line-height: 1.55em;
    font-family: 'Titillium Web', sans-serif;
}
.img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}


.h3-white {
    color: white;
}

.h2-blue {
    color: var(--color-blueYonder);
}

.content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.content-alignLeft {
    max-width: 600px;
}

.top {
    margin-top: 80px;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}


a {
    color: white !important;
    border-bottom: solid 0.1px;
}

    a:hover {
        text-decoration: none !important;
    }

.parallax {
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.parallax-content {
    background-color: var(--color-blueYonder);
}

.horizontalLine {
    height: 1px;
    border-bottom: 1px solid;
    border-color: lightslategray;
}



.wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 100vw;
    min-height: 100vh;
    background-color: white;
    overflow-x: hidden;
    padding: 0 10px;
}

@media only screen and (min-width:1100px) {
    h1 {
        font-size: 91px!important;
    }
    .parallax {
        background-attachment: fixed;
    }

}
@media only screen and (min-width:600px){

    .wrapper {
        width: calc(100vw - 20px);
        padding: 0 0px;
        background-color: var(--color-blueYonder);
    }

    h1 {
        font-size: 70px;
    }
    .top {
        width: 70%;
    }

    body {
        margin: 0 auto;
    }
}



/*Animation*/
.spin {
    animation: spin 1s infinite cubic-bezier(0.37, 0.57, 1, 1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fadeIn {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeOut {
    animation: fadeOut 1s;
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% { 
        opacity: 0
    }
}




.underDevelopement {
    height: 170px;
    border: solid yellow;
    width: 500px;
    background-color: orange;
    box-shadow: black 5px 5px;
    display: flex;
/*    position: absolute;*/
    top: 90px;
    right: 30px;
    justify-content: center;
    flex-direction: column;
}

    .underDevelopement span {
        color: black;
        text-align: center;
        font-size: 40px;
    }



.overlay {
    position: fixed;
    display: flex;
    height: 100%;
    width: 20px;
    top: 0;
    right: 10px;
    background-color: transparent;
    z-index: 2;
    align-items: center;
}

    .overlay > div {
        height: 100px;
    }

        .overlay > div > div {
            display: grid;
            grid-template-rows: auto auto auto auto;
        }



/*--------------  navigation dots  ---------------------*/
.fullCircle {
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
}

.emptyCircle {
    border: white 1px solid;
    height: 10px;
    width: 10px;
    margin: 5px;
    border-radius: 50%;
}





/*-----------------  Login  -----------------*/
.login-div {
    display: table-cell;
    vertical-align: middle;
}

.login-span {
    border-style: solid;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    color: rgb(85,121,184);
}






.imprint-bottom {
    margin-top: 50px;
    text-align: center;
}









.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}



a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: row;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }