/*** Allgemeines ***/
* {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    color: #484747;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    color: #95a5a6;
    border-bottom: 2px solid #212121;
}

.clearfloat {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textcenter {
    text-align: center;
}

.flex-box {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

input[type=text],
input[type=password] {
    float: right;
    padding: 5px;
    margin: 2px;
}

lable {
    float: left;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #ecf0f1;
    border-radius: 3em;
    border: none;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    float: right;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #4CAF50;
}

@media only screen and (min-width: 1px) {
    .col-s-1-12 {
        width: 8.33%
    }

    .col-s-2-12 {
        width: 16.66%
    }

    .col-s-3-12 {
        width: 25%
    }

    .col-s-4-12 {
        width: 33.33%
    }

    .col-s-5-12 {
        width: 41.66%
    }

    .col-s-6-12 {
        width: 50%
    }

    .col-s-7-12 {
        width: 58.33%
    }

    .col-s-8-12 {
        width: 66.66%
    }

    .col-s-9-12 {
        width: 75%
    }

    .col-s-10-12 {
        width: 83.33%
    }

    .col-s-11-12 {
        width: 91.66%
    }

    .col-s-12-12 {
        width: 100%
    }
}

@media only screen and (min-width: 830px) {
    .col-1-12 {
        width: 8.33%
    }

    .col-2-12 {
        width: 16.66%
    }

    .col-3-12 {
        width: 25%
    }

    .col-4-12 {
        width: 33.33%
    }

    .col-5-12 {
        width: 41.66%
    }

    .col-6-12 {
        width: 50%
    }

    .col-7-12 {
        width: 58.33%
    }

    .col-8-12 {
        width: 66.66%
    }

    .col-9-12 {
        width: 75%
    }

    .col-10-12 {
        width: 83.33%
    }

    .col-11-12 {
        width: 91.66%
    }

    .col-12-12 {
        width: 100%
    }
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

#button-dark {
    background-color: #bdc3c7;
}

#button-dark:hover {
    background-color: #4CAF50;
}

.center {
    text-align: center;
    padding: 10px;
}

/* Damit die einzelnen Zeilen sich aufeinander liegen */
.row::after {
    clear: both;
    content: "";
    display: table;
}

/*** Navigation Bar ***/

.navbar {
    height: 80px;
    background-image: url(img/banner.webp);
    background-size: cover;
}

.nav {
    margin-top: 30px;
}

ol.nav li a {
    font-weight: 800;
}

.nav li {
    list-style: none;
    display: inline;
    margin-right: 20px;
}

.fas.fa-book {
    margin: 17px;
    font-size: 40px;
}

/*** Header ***/

.header {
    background-color: #bdc3c7;
    height: 100px;
}

.headline {
    font-family: 'Caladea', serif;
    font-size: 200%;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 50px;
    float: left;
    float: top;
}

/*** Content ***/

.container {
    margin: auto;
    clear: both;
    background-color: #ecf0f1;
}

.contentContainer {
    padding: 40px;
    text-align: center;
    font-size: 150%;
    word-wrap: break-word;
}

.side_menu {
    border-right: solid gray 1px;
    word-wrap: break-word;
    height: 600px;
}

.side_menu > ul {
    list-style: none;
}

.side_menu > ul > li {
    padding: 15px;
    font-size: 80%;
    display: block;
}

.side_menu ul li:hover {
    background-color: #bdc3c7;
    color: white;
    cursor: pointer;
}

[id*="menu-"] {
    visibility: hidden;
}

th {
    background-color: #bdc3c7;
    padding-left: 5px;
}

table,
td {
    border: 1px solid #9f9f9f;
    border-collapse: collapse;
    text-align: left;
    padding: 5px;
    background-color: #F5F5F5;
}

.tabelle {
    box-shadow: 5px -5px #F5F5F5;
}

.category-box {
    width: 200px;
    height: 250px;
    float: left;
    margin: 10px;

}

.category-headline {
    padding: 14px;
}

.img-link {
    border: solid #bdc3c7;
    height: 205px;
    width: 202px;
    box-shadow: 5px -5px #F5F5F5;
}

.img-link:hover {
    border: none;
    box-shadow: none;
}

.default-form {
    padding: 20px;
    text-align: left;
}

form.default-form lable,
form.default-form input,
form.default-form Textarea {
    padding: 10px;
    margin: 10px;
    float: none;
}

Textarea {
    height: 200px;
    width: 100%;
}

/*** Footer ***/
.footer li {
    display: inline;
    margin: 15px;
}

.footer {
    text-align: center;
    padding-top: 20px;
}

/*** Impressum ***/

.contributor {
    height: 200px;
    width: 450px;
    border: solid black 2px;
    border-radius: 2em;
    padding: 15px;
    background-color: #bdc3c7;
    line-height: 2.5em;
    float: left;
    margin: 15px;
    text-align: left;
}

.attribute {
    font-weight: 600;
    font-size: 150%;
    text-decoration: underline;
}

/*** Registration ***/
.registrierung {
    height: auto;
    width: 350px;
    border: solid black 2px;
    border-radius: 2em;
    padding: 15px;
    background-color: #bdc3c7;
    line-height: 2.5em;
    float: left;
    margin: 15px 0px 15px 0px;
    text-align: left;
}

form {
    margin: 10px;
}

.box-headline {
    text-align: center;
    font-weight: 600;
    font-size: 120%;
    padding-bottom: 5px;
}

/*** Login ***/
.login {
    height: auto;
    width: 350px;
    border: solid black 2px;
    border-radius: 2em;
    padding: 15px;
    background-color: #bdc3c7;
    line-height: 2.5em;
    float: left;
    margin: 15px;
    text-align: left;
}

/*** Individuals **/

#home {
    font-size: 150%;
    font-weight: 800;
}

#home:hover {
    color: #95a5a6;
}

#navigationlist {
    font-family: 'Chelsea Market', cursive;
}

.content-headline {
    padding: 10px;
    text-decoration: underline;
    text-align: center;
}

#place-to-be {
    width: 100%;
    background-size: cover;
}

/*** Media-querries ***/

@media only screen and (min-width: 830px) {
    .nav li {
        display: inline;
    }

    li a {
        font-size: 150%;
    }

}
