html {
    font-family: Helvetica, sans-serif;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    position: relative;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
    margin: 0px;
    min-height: 98%;
    padding-bottom: 5px;
}

.main {
    position: relative;
    width: 800px;
    margin: 0 auto;
    max-width: 96%;
}

#title_background {
    background-color: white;
    opacity: .5;
    position: absolute;
    border-radius: 20px;
}

#title {
    position: relative;
    font-size: 1.8em;
    text-shadow: 1px 1px rgb(185, 185, 185);
    text-align: center;
    color: rgb(255, 196, 0);
    opacity: 1;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 3px 3px rgb(24, 24, 24);
}

#nav_background {
    background-color: white;
    opacity: .1;
    position: absolute;
    border-radius: 20px;
}

#nav {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    color: black;
    text-shadow: 1px 1px rgb(185, 185, 185);
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 3px 3px rgb(24, 24, 24);
    margin-top: 5px;
    vertical-align: middle;
    
}

a {
    color: rgb(0, 81, 255);
    text-decoration: none;
    transition: .15s;
}

a:hover {
    color: rgb(0, 119, 255);
}

button {
    margin: 0 auto;
    background-color: rgb(0, 153, 255);
    color: white;
    outline: none;
    border: 0;
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    margin-top: 5px;
}

button:hover {
    background-color: rgb(68, 180, 255);
}

input, select, textarea {
    padding: 3px 5px;
    border: 1px solid black;
    border-radius: 3px;
    outline: 0;
    font-size: 15px;
    text-align: left;
}

textarea {
    width: 190px;
    min-height: 100px;
    resize: vertical;
}

input[type='text'], input[type='email'], input[type='date'] {
    width: 184px;
}

select {
    width: 190px;
}

input[type='number'] {
    width: 40px;
}

input:disabled, select:disabled {
    background-color: #c2c0c0;
}

#hpt_background {
    background-color: white;
    opacity: .5;
    position: absolute;
    border-radius: 20px;
}

#hpt {
    position: relative;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px rgb(185, 185, 185);
    border: 0px solid rgb(61, 61, 61);
    border-radius: 20px;
    box-shadow: 3px 3px rgb(24, 24, 24);
    opacity: 1;
    padding: 10px;
    margin-bottom: 10px;
    
}

b {
    color: black;
    font-weight: 800;
}

.leernav {
    width: 20px;
    height: 10px;
}

.flg {
    height: 20px;
    width: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: .5;
    transition: .15s;
}

.flg:hover {
    height: 18px;
    width: 27px;
    opacity: .8;
}

.flgakt {
    height: 20px;
    width: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1;
}

.leerlng {
    width: 10px;
    height: 10px;
}


#imprint_background {
    background-color: white;
    opacity: .5;
    position: absolute;
    border-radius: 20px;
}

#imprint {
    position: absolute;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px rgb(185, 185, 185);
    border: 0px solid rgb(61, 61, 61);
    border-radius: 20px;
    box-shadow: 3px 3px rgb(24, 24, 24);
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    bottom: 10px;
    right: 10px;
}