/* head */

    /* tags */
title {
}

/* header*/

header {
    padding: 0 20px 20px 20px;
}

header img {
    float: left;
}

header h1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

header p{
}

    /* classes */
.header-top {

}

.header-content {
    display: flex;
    justify-content: space-between;
}



/* main */
main {
    padding: 5px 20px 20px 20px;
}

iframe {
    width: 100%;
    border-style: groove;
    min-height: 250px;
}

iframe.customer {
    min-height: 500px; !important;
}

/* Ausgabe */
#result-area-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#result-area-button {
    color: white;
    background-color: red;
    border-color: red;
    margin-bottom: 10px;
    width: 100px;
    font-weight: bold;
}

#result-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#result-area-title {
    font-size: 20px;
    font-weight: bolder;
}

#result-area-content {
    font-size: 0.75rem;
    font-weight: bolder;
    min-width: 97%;
    width: 100%;
    min-height: 90%;
    height: 500px;
    resize: vertical;
}

/* Footer */
footer {
    padding: 5px 20px 20px 20px;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
}

.footer-left {
    width: 20%;
}

.footer-middle {
    width: 60%;
    display: flex;
    justify-content: center;
}

.footer-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

/* Settings */

#settings-background {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#settings-form {
    display: flex;
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: white;
    align-content: space-around;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
}

#settings-form-label {
    font-size: large;
    font-weight: bold;
}

#settings-form-content {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
}

#settings-form-content-textarea {
    width: 100%;
    height: 100%;
    resize: none;
}
