/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.07.2019, 13:06:19
    Author     : Fynnian
*/
@media (max-width: 550px) {
    html {
        font-size: 0.8rem;
    }
}
.do-not-break {
  display: inline-block;
}
html {
    background-image: url("img/background.jpg");
    width: 100vw;
}
body {
    min-width: 100vw;
}
#content {
    text-align: center;
    color: darkblue;
}
#header {
    background-color: rgba(255,255,255,0.6);
    font-family: "Hind";
    border: 1px solid #bfbfe5;
    padding: 0.4rem 6rem 0.2rem 6rem;
    width: fit-content;
    margin: auto;
    line-height: 1.2rem;
    margin-top: 4.75vw;
}
#first {
    font-size: 1.5rem;
    line-height: 1.7rem;
}
#third {
    font-size: 0.8rem;
    line-height: 1rem;
}
#inner {
    margin: 5vw 0;
    font-family: "Lato";
}
.title{
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 2.3rem;
}
.text{
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 0rem 0;
}
#footer {
    position: absolute;
    bottom: 0;
    left:50%;
    width: fit-content;
}
#footer div#footer-inner {
    position: relative;
    font-family: "Hind";
    margin-bottom: 4.75vw;
    left:-50%;
    background-color: rgba(255,255,255,0.6);
    padding: 0 3rem;
    border: 1px solid #bfbfe5;
}
@media (max-width: 550px) {
    #inner{
        margin: 5vw 0;
    }
}
@media (max-width: 1000px) {
    #header {
        padding: 0.2rem 3rem;
        margin-top: 9.5vw;
        width: 70vw;
    }
    #footer div#footer-inner {
        position: relative;
        margin-bottom: 10vw;
        width: 70vw;
    }
}