/* ---------General--------- */

html{
    scroll-behavior: smooth;
    /*Height nicht auf 100% setzen wegen landing page!*/
    /*height: 100%;*/
}

body{
    background-color: #05042E;
    max-width: 100%;
    /*Height nicht auf 100% setzen wegen landing page!*/
    /*min-height: 100%;*/
    overflow-x: hidden;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/* ---------Colors--------- */
:root {
    /*Text colors*/
    --text-one: #fff;
    --text-two: #cccbcb;
    --text-three: #000;

    /*Background colors*/
    --background-one: #000;
    --background-two: #fff;
    --background-three: rgba(225, 225, 225, 1);

    /*Border*/
    --background-four: rgba(225, 225, 225, 0.3);
}

/* ---------Fonts--------- */

a:hover{
    color: var(--text-one);
}

a{
    color: var(--text-two);
    text-decoration: none;
    transition: 0.4s;
}

h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 55px;
    color: var(--text-one);
    margin-bottom: 55px;
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: var(--text-one);
    margin-bottom: 25px;
}

h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: var(--text-one);
    margin-bottom: 15px;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: var(--text-one);
    margin-bottom: 35px;
    line-height: 150%;
}

/* ---------Header--------- */

.header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

#logo{
    width: 80px;
    /*margin-left: 20px;*/
    margin: 5px 0 0 0px;
}

.header a{
    margin: 5px 0 0 20px;
}

nav{
    margin: 27.5px 20px 0 0;
}

nav ul{
    color: var(--text-two);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
}

ul li{
    list-style: none;  
    display: inline-block;
    margin: 0 10px;
}

/* ---------Footer--------- */

footer{
    margin-top: auto;
    /*margin-bottom: 0px;*/
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    z-index: 80;
}

footer a{
    color: var(--text-two);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin: 12.5px 20px;
}

/* ---------Landing--------- */

.landing-body{
    background-image: linear-gradient(to bottom, #05042E 0%, #042E2B 50%, #022C43 100%);
}

.shapes{
    width: 100%;
    margin: 80px 0;
    z-index: 1;
}

#imgone{
    margin-top: 50px;
}

#imgthree{
    margin-bottom: 0;
}

.formDiv{
    display: flex;
    flex-direction: column;
    
    position: absolute;
    height: 50%;
    min-height: 350px;
    width: 60%;
    padding: 20px 0;
    
    z-index: 2;
    rotate: -5deg;

    border-radius: 40px;
    -webkit-backdrop-filter: blur(44px);
    backdrop-filter: blur(44px);
    box-shadow: inset 0 0 0 700px rgba(255,255,255,0.09);

    border: 1px solid rgba(225, 225, 225, 0.3);

    scroll-margin-top: 200px;
}

.formDiv h1{
    color: var(--text-one);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 100px;
    margin: auto auto 15px auto;
    padding: 0 20px;
    word-wrap: break-word;
    text-align: center;
}

.formDiv a{
    color: var(--text-two);
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    margin: 15px auto auto auto;
    padding: 0 20px;
}

#form-it{
    margin: 13% auto 0 auto;
}

#form-video{
    margin: 90% auto 0 auto;
    scroll-margin-top: 450px;
}

#form-webdesign{
    margin: 170% auto 0 auto;
    scroll-margin-top: 600px;
}

/* ---------Imprint/Privacy--------- */

.imprint{
    width: 90%;
    margin: 120px auto 50px auto;
}

/* ---------Subpages--------- */

.macpic img{
    /*margin-top: 8%;*/
    margin-bottom: 100px;
    position: relative;
	top: 0%;
	left: 50%;
	max-width: 200%;
	width: 100%;
	transform: translateX(-50%);
    z-index: 1;
}

.macpic{
    text-align: center;
}

.photo-video{
    background-color: var(--text-three);
    background-image: linear-gradient(to bottom, #000 0%, #000 50%, #022C43 100%);
}

.photo-video h1, .developing-login h1{
    position: absolute;
    height: 20px;
    width: 80%;
    left: 50%;
    margin: 12% 0 0 0;
    font-weight: 300;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.intouch{
    width: 220px;
    height: 50px;
    background-color: #2982da;
    border: none;
    border-radius: 20px;

    font-family: 'Open Sans', sans-serif;
    color: var(--text-one);
    margin-bottom: 55px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 190%;

    position: absolute;
    margin-top: 60%;
    z-index: 7;
}

.intouch:hover{
    background-color: #2068af;
}

#arrowdown{
    position: absolute;
    width: 100px;
    margin-top: 45%;
    transition: 0.4s;
}

#arrowdown:hover{
    top: 10px;
}

.refdivs{
    width: 80%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.refdivs img{
    max-width: 50%;
}

.refdivs h2{
    margin: auto 35px;
}

#canphotos{
    margin-top: 150px;
}

#afphotoshop{
    flex-direction: row-reverse;
    text-align: right;
}

#davinci{
    margin-bottom: 150px;
}

.contactme{
    align-items: center;
    text-align: center;
    margin-bottom: 100px;
}

.contactme h1{
    position: relative;
    margin: 0;
    text-align: center;
    margin-bottom: 45px;
}

.contactme img{
    width: 500px;
}

.contactme h2{
    margin-top: 25px;
}

.contactme a{
    color: var(--text-two);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin: 12.5px 20px;
}

.contactme a:hover{
    color: var(--text-one);
}


/* ---------Developing--------- */
.developing-login{
    background-color: var(--background-one);
}

.developing-login h1{
    margin-top: 10%;
}

#glow{
    /*Enable for glow1 background pic:*/
    /*margin-top: 12%;*/
    position: fixed;
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.login{
    position: relative;
    width: 400px;
    height: 300px;
    margin-top: 10%;
    rotate: 0deg;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    display: flex;
    justify-content: center;
}

.login h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 40px;
}

.login button {
    background-color: var(--background-two);
    border: none;
    border-radius: 40px;
    
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: var(--text-three);
    
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    margin-top: 30px;

    transition: 0.5s;
}

.login button:hover{
    background-color: var(--background-three);
}

.login input{
    background-color: transparent;
    border: 2px solid var(--background-four);
    border-radius: 40px;

    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: var(--background-three);

    padding: 13px 20px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}

.loginErrors{
    background-color: #de0a0a;
    border: none;
    border-radius: 40px;

    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: var(--text-three);

    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
}

.loginErrors p{
    margin: 0;
}

.form-action-login{
    display: flex;
    justify-content: space-between;
}

#form-signup{
    height: 550px;
    margin-top: 13%;
}

#signupTitle{
    margin-top: 7%;
}

#logoutbutton {
    background-color: var(--background-two);
    border: none;
    border-radius: 20px;
    
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: var(--background-one);
    
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;

    transition: 0.5s;
}

#logoutbutton:hover{
    background-color: var(--background-three);
}

.notfoundpage{
    position: absolute;
    height: 20px;
    width: 80%;
    left: 50%;
    margin: 10% 0 0 0;
    font-weight: 300;
    transform: translate(-50%, -50%);
    z-index: 2;
    z-index: 3;
}


.settings-content svg,
.settings-content i{
    margin: auto 5px;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 15px;
    transition: 0.3s;
}

.settings-content svg:hover,
.settings-content i:hover{
    background-color: var(--background-four);
}

/*--- Cookies ---*/

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cookie-consent button {
    background: #fff;
    color: #000;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.cookie-consent p{
    margin-bottom: 0;
}


/* ---------Responsive--------- */

@media only screen and (max-width: 1100px) 
{
    .formDiv{
        width: 80%;
        min-height: 300px;
        /*margin-top: 20px;*/
    }

    #form-video{
        margin-top: 70%;
    }

    #form-webdesign{
        margin-top: 140%;
    }
}

@media only screen and (max-width: 850px) 
{
    .formDiv h1{
        font-size: 50px;
    }

    .formDiv a{
        font-size: 25px;
    }
    
    .formDiv{
        min-height: 200px;
        height: min-content;
        padding: 50px 0;
    }

    #form-it{
        margin-top: 150px;
    }

    #form-video{
        margin-top: 650px;
    }

    #form-webdesign{
        margin-top: 1200px;
    }

    .formDiv a{
        break-inside: auto;
        text-align: center;
    }

    #imgone{
        margin-top: 200px;
    }

    #imgtwo{
        margin-top: 300px;
    }

    #imgthree{
        margin-top: 250px;
        margin-bottom: 300px;
    }

    nav{
        display: none;
    }


    .macpic img{
        margin-top: 150px;
    }

    .photo-video h1{
        margin-top: 130px;
        line-height: 150%;
    }

    #arrowdown{
        margin-top: 70%;
    }

    .refdivs{
        flex-direction: column;
        justify-content: center;
    }
    
    .refdivs h2{
        text-align: center;
    }

    .refdivs img{
        margin: 20px auto;
        max-width: 90%;
        width: 500px;
    }

    #afphotoshop{
        flex-direction: column;
        text-align: center;
    }

    .contactme img{
        max-width: 90%;
    }

    .login{
        margin-top: 30%;
    }
}

@media only screen and (max-width: 550px)
{
    .macpic img{
        margin-top: 280px;
    }

    #arrowdown{
        margin-top: 550px;
    }

    .login{
        margin-top: 40%;
    }
}