.container{
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 400px;
}

h1{
    font-size: 56px;
    margin-bottom: 30px;
}

p{
    font-size: 24px;
}

.header_image_row::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}

.logo_image_column {
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.munv_image_column {
    float: right;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

@media (max-width: 350px)
{
    .logo_image_column, .munv_image_column {
        width: 100%;
        height: 100%;
    }
}

.it_nrw_logo {
    border: 0;
    padding: 5px;
    min-width: 100px;
    max-width: 210px;
    display: inherit;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
    width: 50%;
}

.header_img {
    width: 80%;
    min-width: 100px;
    max-width: 270px;
    display: inherit;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
}

.float-right {
    float: right;
}

.padding-50 {
    padding: 50px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.block {
    display: block;
}

.farbleiste_div {
    text-align: right;
    height: 8px;
    width: 100%;
    background-color: rgb(0, 158, 224);
    margin-bottom: 0;
    overflow: hidden;
}

.farbleiste_img {
    border: 0 none;
    height: 8px;
    width: 145px;
    display: block;
    float: right;
}

.color_red{
    color: red;
}

.copyright{
    font-style: italic;
    font-size: 90%;
    color: #595959;
    text-align: right;
}