body {
    padding-left: 100px;
    padding-right: 100px;
    background-color: rgb(225, 223, 223);
    font-family: 'Noto Sans', sans-serif;
}
body.darkmode{
    color: rgb(20, 20, 20);
}
h1{
    color: rgb(0, 0, 0);
}
h1.darkmode{
    color: rgb(131, 131, 112);
}

.background {
    background-color:white;
    padding: 18px;
    border-radius: 8px;
}
.background.darkmode{
    color: rgb(43, 43, 43);
}

.mobile-trigger,
.header_links_mobile {
    display: none;
}

.header, .header_links_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_links {
    padding-right: 30px;
    padding: 3px;
}

.header_image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 50% 45%;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 12px;
}

.header_image_sample_pictures {
    width: 99%;
    height: 600px;
    object-fit: cover;
    object-position: 50% 45%;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 12px;
}

#wasserzeichen {
    display: flex;
    justify-content: right;
    margin-top: -27px;
    margin-right: 4px;
    color: aliceblue;
}

.leftcolumn {
    float: left;
    width: 50%;
}

.rightcolumn {
    float: left;
    width: 50%;

}

.header_image_landscape {
    width: 99%;
    height: 600px;
    object-fit: cover;
    object-position: 50% 45%;
    border-radius: 8px;
}

.picture_50_right-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 50% 45%;
    border-radius: 8px;
}

.plain-text {
    color: black;
    padding-left: 18px;
    margin-top: -1px;
}
.plain-text.darkmode{
    color: rgb(233, 233, 233);
}

.centertext {
    display: flex;
    justify-content: center;
}

.header_links a {
    color: rgb(22, 143, 20);
    text-decoration: none;
    margin-left: 19px;
    padding: 2px;
}

.header_links_mobile a {
    color: rgb(22, 143, 20);
    text-decoration: none;
    background-color: rgb(233, 233, 233);
    border-radius: 8px;
    margin-left: 10px;
    line-height: 2.1;
    padding: 3px;
}

.header_links a:hover,
.header_links_mobile a:hover {
    background-color: rgb(233, 233, 233);
    border-radius: 8px;

}

.row:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    text-align: center;
}

footer a {
    text-decoration: none;
    color: rgb(22, 143, 20);
    padding: 3px;
}
footer a:hover{
    background-color: #e6e6e6;
    border-radius: 8px;
    padding: 3px;
}
footer a:hover.darkmode{
    color: rgb(70, 70, 70);
}

#copyrightfeature:hover {
    background-color: none;
    cursor: crosshair;
}
/* Für den Dark-mode der Index seite */

.header_links_1 a:hover,
.header_links_mobile_1 a:hover{
    background-color: rgb(70, 70, 70);
}




/*Contact.html*/
.form {
    width: 700px;
    height: 527px;
    background: #e6e6e6;
    border-radius: 8px;
    margin: calc(50vh - 220px) auto;
    box-shadow: 0 0 40px -10px #000;
    padding: 20px 30px;
    box-sizing: border-box;

}

input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 2px solid #bebed2
}

input:focus {
    border-bottom: 2px solid #78788c
}

p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a
}

button {
    float: right;
    padding: 8px 12px;
    margin: 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #78788c;
    background: 0;
    color: #5a5a6e;
    cursor: pointer;
    transition: all .3s
}

button:hover {
    background: #78788c;
    color: #fff
}

textarea {
    height: 17em;
    width: 48em;
}

#watermark {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    font-size: xx-small;
    margin-left: 560px;
    margin-top: 65px;
}
#fileupload{
   height: 100px;
   width: 400px;
   display: flex;
   justify-content: center;
}

/* index layout*/
@media screen and (max-width: 530px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .header {
        justify-content: center;
    }

    .header_links {
        display: none;
    }

    .header_links_mobile {
        display: none;
    }

    .mobile-trigger {
        display: block;
    }

    .leftcolumn,
    .rightcolumn {
        width: 100%;
        padding: 0;
    }

    .form {
        width: 270px;
        height: 600px;
        background: #e6e6e6;
        border-radius: 8px;
        margin: calc(50vh - 220px) auto;
        box-shadow: 0 0 40px -10px #000;
        padding: 20px 30px;
        box-sizing: border-box;
    
    }
    
    input {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: none;
        outline: none;
        resize: none;
        border: 0;
        font-family: 'Montserrat', sans-serif;
        transition: all .3s;
        border-bottom: 2px solid #bebed2
    }
    
    input:focus {
        border-bottom: 2px solid #78788c
    }
    
    p:before {
        content: attr(type);
        display: block;
        margin: 28px 0 0;
        font-size: 14px;
        color: #5a5a5a
    }
    
    button {
        float: right;
        padding: 8px 12px;
        margin: 8px 0 0;
        font-family: 'Montserrat', sans-serif;
        border: 2px solid #78788c;
        background: 0;
        color: #5a5a6e;
        cursor: pointer;
        transition: all .3s
    }
    
    button:hover {
        background: #78788c;
        color: #fff
    }
    #textcontainer{
         height: 20em;
        width: 16em;
    }
    /*textarea {
       
    }*/
    
    #watermark {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        font-size: xx-small;
        margin-left: 65px;
        margin-top: 65px;
    }

}

@media screen and (min-width: 531px) {
    .header_links_mobile {
        display: none;
    }
}


@media (max-width: 800px) {
    textarea {
        height: 13em;
        width: 32em;
    }
}

@media (max-width: 600px) {
    textarea {
        height: 13em;
        width: 25em;
    }
}

@media (max-width: 400px) {
    textarea {
        height: 13em;
        width: 22em;
    }
}