/* Content */
.content-header {

    width: 80%;
    height: 40px;
    padding: 10px;
    margin: auto;
    background-color: #57b4f3;
}

.content-header p{
    font-size: 20px;
    font-weight: bold;
}

.content-form {
    width: 80%;
    margin-top: 5px;
    display:flex;
    justify-content: flex-start;
}

.content-form p {
    display:flex;
    margin-top: 10px;
    justify-content: flex-start;
}

.content-form input, .content-form select {
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
}

.content-tabelle {
    width: 80%;
    margin: auto;
    margin-top: 5px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f3f3f3;

}
.content-tabelle50 {
    width: 50%;
    margin: auto;
    margin-top: 5px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f3f3f3;

}
.content-tabelle .zelle {
    width:75%;
    border-right: 3px solid white;
}
.content-tabelle .zelle1 {
    width:50%;
    border-right: 3px solid white;
}
.content-tabelle .zelle25 {
    width:25%;
    border-right: 3px solid white;
}
.zelle50 {
    width:50%;
    border-right: 3px solid white;
}
.content-submit {
    display: flex;
    height: 50px;

}
.content-submit p {
    margin-top: auto;
    margin-bottom: auto;

}
.content-submit input {

    align-items: center;
    margin-left: 20px;
}

.content-button {
    background-color: #608CCA;
    width: 150px;
    height: 80px;
    overflow: hidden;
    margin: 5px;
    font-size: 14px;
    padding: 10px 6px 6px 10px;
    background-image: url(/images/box_arrow_right.png);
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    flex: 1 0 21%;
}
.content-button a{
    color: white;
}
.content-area {
    width: 80%;
    display: flex;
}
.content-block {
    width: 80%;
    margin: auto;
}

.content-area-button {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}