@font-face {
    font-family: "muli";
    font-style: bold;
    font-weight: 100;
    src: url(https://ln.grandega-portal.de/assets/fonts/Muli/Muli-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: "muli";
    font-style: normal;
    font-weight: 200;
    src: url(https://ln.grandega-portal.de/assets/fonts/Muli/Muli-Regular.ttf) format("truetype");
}

.grandegaTitle {
    font-family: "muli";
    font-weight: 100;
    text-align: center;
    font-size: 1.6vh;
}

.grandegaTitleText {
    font-family: "muli";
    font-style: normal;
    font-weight: 200;
    text-align: center;
    font-size: 1.5vh;
}

.bigPicture {
    margin-left: 0vw;
    width: 100vw;
    height: 80vh;
    background-image: url("../img/bg_login.jpg");
    background-size: cover;
}

.homeData {
    margin-top: -30vh;
    margin-left: auto;
}

.skills_icon {
    margin-top: 3vh;
    margin-left: 5.5vw;
    margin-bottom: 2vh;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border-width: 2px;
    background: #d4af37;
    padding: 13px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
}

.skillSVG {
    width: 40px;
    height: 40px;
}

.homeDataDiv1 {
    background: rgb(127, 127, 127);
    float: left;
    width: 15vw;
    height: 35vh;
    border: none;
    color: white;
    cursor: pointer;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
}

.homeDataDiv2 {
    background: rgb(95, 95, 95);
    float: left;
    cursor: pointer;
    width: 15vw;
    height: 35vh;
    border: none;
    color: white;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
}

.homeDataDiv1:hover {
    transform: scale(1.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    background: #e6e6e6;
    transition: transform .2s;
    color: black;
}

.homeDataDiv2:hover {
    transform: scale(1.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    background: #e6e6e6;
    transition: transform .2s;
    color: black;
}

.middle {
    margin-left: auto;
    margin-right: auto;
    display: flexbox;
}

.bf_lg_1 {
    width: 50%;
    height: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
}

.loginContainer {
    height: 70vh;
    width: 30vw;
    background: white;
    border-radius: 5px;
    z-index: 100;
    position: relative;
    margin-top: -80vh;
    margin-left: 38vw;
    margin-bottom: -10vh;
    opacity: 0.93;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumb_more {
    margin-top: 2vh;
    height: 40px;
    width: 130px;
    border: solid;
    border-width: 1px;
    border-color: white;
    color: white;
    background: none;
    margin-right: 10px;
    cursor: pointer;
    margin-left: 13vw;
    margin-right: 25vw;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.registerBtn {
    height: 40px;
    width: 130px;
    border: none;
    background: none;
    margin-right: 10px;
    cursor: pointer;
}

.registerBtn:hover {
    border: solid;
    border-width: 1px;
    border-color: #d4af37;
}

.inputText {
    background: #f8f8f8;
    border-radius: 15px;
    border: none;
    line-height: 16px;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 5px;
    /*border-bottom: 1px solid #757575;*/
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.greetingText {
    font-family: "muli";
    font-weight: 100;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    margin-top: -27vh;
    margin-bottom: 5vh;
    text-align: center;
    font-size: 10vh;
    color: black;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.greetingName {
    font-family: "muli";
    font-weight: 100;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    margin-bottom: 5vh;
    text-align: center;
    font-size: 3vh;
    color: black;
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

.tabBtn {
    width: 120px;
    height: 50px;
    border: none;
    border-width: 0.3px;
    border-color: #d4af37;
    background: none;
    color: #b8b8b8;
    font-size: 18px;
    cursor: pointer;
    margin-top: -1px;
    margin-bottom: -40px;
    border-radius: 5px;
}

.tabBtn:hover {
    transition: background 0.5s;
    color: #d4af37;
}

.loginBtn {
    width: 100%;
    height: 50px;
    border: dotted;
    border-width: 1px;
    border-color: #d4af37;
    background: #ffffff;
    color: #d4af37;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

.loginBtn:hover {
    background: #d4af37;
    transition: background 0.5s;
    color: #ffffff;
}

.grandegaDot {
    color: #d4af37;
}

.logo {
    margin-top: 10vh;
    margin-left: 5vw;
    margin-bottom: 5vw;
    width: 180px;
    height: 50px;
}

.loginContent {
    margin-left: 15%;
    margin-right: 15%;
    opacity: none;
}

.register {
    color: grey;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 10pt;
}

.resetPw {
    color: grey;
    margin-top: 5px;
    font-size: 10pt;
}

.field {
    margin-bottom: 5px;
    border-radius: 0%;
}

.signUpExit {
    width: 30px;
    height: 30px;
    margin-left: 340px;
    margin-top: -40px;
    background: transparent;
}

.signUp {
    background: white;
    width: 450px;
    height: 500px;
    top: 70px;
    left: 30%;
    right: 30%;
    margin-bottom: -500px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    z-index: 80;
    position: absolute;
}

.thumb_text {
    margin-top: 14vh;
    margin-left: 13vw;
    margin-right: 4vw;
    color: white;
    font-size: 6vw;
}

.thumb_info {
    margin-left: 13vw;
    margin-right: 25vw;
    color: white;
    margin-top: 20vh;
    font-size: 1vw;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@media (min-width:1501px) and (max-width:2000px) {}

@media (min-width:1300px) and (max-width:1500px) {
    .middle {
        margin-left: 10vw;
    }
    .skills_icon {
        margin-left: 5vw;
        width: 5vw;
        height: 5vw;
    }
    .grandegaTitle {
        font-family: "muli";
        font-weight: 100;
        text-align: center;
        font-size: 2vh;
    }
    .grandegaTitleText {
        font-family: "muli";
        font-style: normal;
        font-weight: 200;
        text-align: center;
        font-size: 1.7vh;
    }
}

@media (max-width:780px) {
    .skills_icon {
        margin-top: 3vh;
        margin-left: 5.5vw;
        margin-bottom: 2vh;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        border-width: 2px;
        background: none;
        padding: 13px;
        box-shadow: none;
    }
    .containerSmall {
        margin-left: -6.5vw;
    }
    .homeDataDivSmall {
        margin-top: 50vh;
    }
    .homeDataDiv1 {
        margin-right: -30px;
        width: 100vw;
        height: 30vh;
        margin-bottom: 0px;
    }
    .homeDataDiv2 {
        margin-right: -30px;
        width: 100vw;
        height: 30vh;
        margin-bottom: 0px;
    }
    .loginContainer {
        margin-right: -0.8%;
        height: 100vh;
        width: 100vw;
        background: white;
        border-radius: 10px;
        z-index: 100;
        position: relative;
        margin-top: 0vh;
        margin-left: 8vw;
        box-shadow: none;
    }
}

div.slideContainer {
    width: 100%;
    overflow: hidden;
}

div.slideContainer h1 {
    animation: 1s slideContainer;
}

@keyframes slideContainer {
    from {
        margin-left: -100%;
        width: 100%;
    }
    to {
        margin-left: 13vw;
        width: 100%;
    }
}

.slideContainer {
    height: 100vh;
    width: 100vw;
    color: #fff;
    background: #d4af37;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .loginContainer {
        margin-right: -0.8%;
        height: 100vh;
        width: 100vw;
        background: white;
        border-radius: 10px;
        z-index: 100;
        position: relative;
        margin-top: 0vh;
        margin-left: 8vw;
        box-shadow: none;
    }
}