@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

html, body { height: 100vh; }

body {
    color: #FFFFFF;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#logo {
    max-width: 800px;
}

#form-container{
    max-width: 800px;
} 

.g-recaptcha {
    margin: 0 0 30px 0;
}

#recaptcha {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 !important;
}

.button {
    background-color: #009FE3 !important;
    width: 100%;
    height: 70px;
    margin: 10px 0 0 0;
}

.back {
    color: #fff !important;
    background-color: #1E3682;
    display: block;
    width: 130px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    height: 30px;
    line-height: 33px;
    font-weight: 600;
}

footer {
    background-color: #009FE3 !important;
    padding: 6rem 3rem 3rem 3rem !important;
}

footer p {
    color: #fff!important;
}

footer .columns {
    max-width: 1200px;
    margin: 0 auto;
}


footer a {
    line-height: 60px;
}

#adress {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -90%);
        margin: 0 auto !important;
        line-height: 20px;
    }

#mediacy-col p {
    text-align: center;
    line-height: 20px;
}

#mediacy-logo {
    width: 156px;
    display: block;
    margin: 0 auto !important;
    
}

h1 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300 !important;
    color: #1E3682 !important;
    font-size: 1.8em !important;
}

h2, h3, p {
    color: #1E3682;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
    font-size: 1.5em;
    font-weight: 600 !important;
}

h3 {
    font-size: 1em;
    font-weight: 600 !important;
    margin: 10px 0 0 0;
}

a {
    color: #fff;
    display: block;
    text-align: center;
} 

#success-message h2, #success-message a {
    text-align: center;
}

#success-message a {
    color: #1E3682;
    margin: 30px 0 0 0;
    text-decoration: underline;
}

#success-message a:hover {
    color: #009FE3;
}

.strong {
    font-weight: 600;
}

@media screen and (max-width: 819px) and (min-width: 769px) {
    #strasse {
        letter-spacing: -0.6px;
    }
}

@media screen and (min-width:768px) {
    #button-col {
        position: relative;
    }


    .button {
        background-color: #009FE3 !important;
        margin: 10px 0;
        float: right;
        height: 70px;
        width: 300px;
    }
    
    #adress {
        position: relative;
        transform: translate(-50%, 0%); 
    }
    
    footer {
        padding: 3rem 3rem !important;
    }
    
    footer .column {
        padding: 0;
    }
    
    h1 {
        font-size: 2.3em !important;
    }
}