/** COMMON STYLES **/
/* open-sans-regular - latin */
/* open-sans-300 - latin */
/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/fonts_single/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/fonts_single/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/fonts_single/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/fonts_single/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/fonts_single/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/fonts_single/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/fonts_single/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fonts_single/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
        url('fonts/fonts_single/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/fonts_single/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body{
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    top:0;
    height: 200%;
    list-style: none;
    text-decoration: none;

}

/*Container, welcher sämtlichen Content umspannt*/
@media (min-width: 1200px) {
    .outer_container {
        justify-content: center;
        align-items: center;
        display: flex;
        width:auto;
        padding-top:100px;
    }
}

.subheadline {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding: 20px 0px;
    color: #1a2c4a;
    letter-spacing: 1px;
    margin: 20px;
    line-height: 40px;
}


/** /COMMON STYLES **/
/** LOGIN PAGE **/

form.login_form {
    width: 100%;
    max-width: 300px;
}

input[type="text"],
input[type="password"] {
    font-size: 20px;
    border: 1px solid #C4C2C2;
    width: 100%;
    line-height: 20px;
    padding:10px;
}

@media (min-width: 768px) {
    input[type="text"],
    input[type="password"] {
        margin: 0px;
    }
}

@media (min-width: 1200px) {
    input[type="text"],
    input[type="password"] {
        justify-content: center;
        line-height: 35px;
        overflow: hidden;
        padding:5px;
    }
}

.logincontainer {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 0;
    justify-content: center;
}

@media (min-width: 1200px) {
    .logincontainer {
        width: 30%;
        height: auto;
        border: 1px solid #b2b2b2;
        border-radius: 0.5%;
        padding-bottom: 40px;
    }
}

/*Header*/

.header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;

    background-color: #1a2c4a;
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
}

.bannerimg {
    width: 100px;
    height: auto;
    padding: 0;
    margin: 20px;

}

.form-element{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 20px 0;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .form-element{
        width: 100%;
        display: block;
    }
}

.form-element label{
    padding:0 0 5px 0;
    font-size: 25px;
}

@media (min-width: 1200px) {
    .form-element  label{
        display: flex;
        font-weight: 400;
    }
}

/*button "Einloggen"*/

input[type="button"],
.loginbutton {
    background-color:#b2b2b2;
    display: flex;
    align-items: center;
    width: 300px;
    color: white;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.6px;
    border: hidden;
    justify-content: center;
    font-size: 25px;
    -webkit-appearance: none;
    border-radius: 0;
    overflow: hidden;
    font-family: 'Open Sans', Arial, sans-serif !important;
    cursor: pointer;
    background-color: green;
}


@media (min-width: 768px) {
    input[type="button"],
    .loginbutton  {
        min-width: 50%;
        margin-bottom:10px;

    }
}

@media (min-width: 922px) {
    input[type="button"],
    .loginbutton  {
        padding:10px;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    input[type="button"],
    .loginbutton  {
        width: 100%;
        border: 2px solid white;
        transition: 0.2s;
        font-weight: 400;
        text-align: center;
        justify-content: center;
        display: flex;
        margin:10px 0 0px 0;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .loginbutton:hover {
        background-color:#b2b2b2;
        color: black;
        border: 1px solid black;
        transition: 0.2s;
        transition-timing-function: ease-in-out;
    }
}

/*Fehlermeldung Login #1*/
.form-element_error {
    color: #f00;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-weight: 400;
    padding: 2px 0 0px 0;
}

/** /LOGIN PAGE **/

/** INNER **/

.container_outer {
    max-width: 1400px;
    margin: auto;
}

/** Window Status #2**/

.container_status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 25px 5px 25px;
}

@media (min-width: 768px) {
    .container_status {
        margin: 10px 90px 5px 90px;
    }
}

.header_status {
    display:flex;
    position: relative;
    background-color: #1a2c4a;
    margin: 0 0 30px 0;
    width: auto;
}

.inner_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links_outer {
    flex-direction: row;
    display: flex;
}

@media (min-width: 768px) {
    .inner_header {
        width: 80%;
        margin: auto;
    }
}

@media (min-width: 922px) {
    .inner_header {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .header_status{
        padding: 0 20px 0 10px;
    }
}

/* AHHHHHHHHHHHHHHHHHHHHH */
.bannerimg1 {
    width: 100px;
    height: auto;
    padding: 10px;
    margin: 20px;
}

.logout_item {
    height:auto;
    align-items: center;
    width: 100%;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .logout_item {
        padding-left: 25px;
        padding-right: 0px;
    }
}

.logout{
    text-decoration: none;
    color: white;
    justify-content: right;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    position: relative;
    float: right;
}

@media (min-width: 1200px) {
    .logout{
        font-weight:400;
    }
}

@media (min-width: 1200px) {
    .logout:hover{
        text-decoration: underline;
        transition: 0.2s;
    }
}

/*Header________________________________________________________________________*/

/*Horizontale Anzeige____________________________________________________________*/

.liste_hori {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
    overflow: hidden;
}

.liste_hori ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.liste_hori ul li::before,
.liste_hori ul li::after {
    content: " ";
    background-color: #b2b2b2;
    width: 1000%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -1000%;
    z-index: 1;
}

@media (min-width: 768px) {
    .liste_hori ul li::before,
    .liste_hori ul li::after {
        width: 2000%;
    }
}

@media (min-width: 1200px) {
    .liste_hori ul li::before,
    .liste_hori ul li::after {
        width: 8000%;
        left: -5000%;
        overflow: hidden;
    }
}

.liste_hori ul li::after {
    content: " ";
    left: 0;
    right: -1000%;
    float: left;
}

.liste_hori ul li  {
    float: left;
    margin: 0 10px;
    position: relative;
}

@media (min-width: 768px) {
    .liste_hori ul li  {
        margin: 0 20px;
    }
}

@media (min-width: 1200px) {
    .liste_hori ul li  {
        margin: 0 30px;
    }
}

.liste_hori ul li a {
    padding: 0;
    background: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
    color: #1a2c4a;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #1a2c4a;
}

@media (min-width: 768px) {
    .liste_hori ul li a {
        text-decoration: none;
        padding: 0 10px 0 10px;
        font-size:25px;
        color:#1a2c4a;
        font-weight: 400;
        width: 20px;
        height: auto;
    }
}

.liste_hori ul .act a {
    background-color: #1a2c4a;
    color: white;
}

/*Horizontae Anzeige___________________________________________________________*/

.pr_emergency {
    color:#1a2c4a;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 30px 0 0px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .pr_emergency {
        font-size: 40px;
        font-weight: 400;
    }
}

@media (min-width: 922px) {
    .pr_emergency {
        font-size: 40px;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .pr_emergency {
        font-size: 40px;
        font-weight: 400;
    }
}

.status {
    justify-content: center;
    text-align: center;
    width: auto;
    display: block;

}

@media (min-width: 922px) {
    .status {
        display: flex;
        flex-direction: column;
    }
}

.status_headline {
    font-size: 30px;
    font-weight: 400;
    line-height: 1px;
    padding: 10px;
    color:#1a2c4a;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
    .status_headline {
        font-size: 34px;
        margin: 20px 0;
    }
}

/*Inhalt: "Erklärung"*/
.status_text_container .status_text h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/*Es wird nur eine der beiden Status angezeigt, stets am Platz des oberen*/
.item_status {
    width:300px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    align-items: center;
}

.item_status.act h3 {
    background-color: #800;
}

@media (min-width: 768px) {
    .item_status  {
        height: auto;
        justify-content: center;
        font-size: 25px;
    }
}

@media (min-width: 922px) {
    .item_status  {
        display: flex;
        width:400px;
    }
}

@media (min-width: 1200px) {
    .item_status  {
        width: 600px;
    }
}

.item_status h3 {
    display: flex;
    color: white;
    margin:2px 0 2px 0;
    font-weight: 500;
    background-color: #7da895;
    font-size: 25px;
    border: 1px solid white;
    justify-content: center;
    position: relative;
    height: 56px;
    align-items: center;
}

@media (min-width: 768px) {
    .item_status h3{
        letter-spacing: 2px;
        text-align: center;
    }
}

@media (min-width: 922px) {
    .item_status h3{
        width: 600px;
    }
}

.inactive_button h3 {
    color: #fff;
    background-color: #a87d7d;
    border: red;
    margin: 0;
    font-size: 25px;
}

/*Erklärung + Text darunter*/
.status_text_container {
    text-align: center;
    margin: 10px 20px 20px 20px;
    font-size:20px;
    width: auto;
    height: auto;
}

@media (min-width: 922px) {
    .status_text_container {
        hyphens: auto;
    }
}

@media (min-width: 1200px) {
    .status_text_container {
        margin:10px 0 25px 0;
    }
}

/*Überschrift*/
.status_text h3 {
    padding: 10px;
    color:#1a2c4a;
    letter-spacing: 1px;

}

@media (min-width: 1200px) {
    .status_text h3 {
        line-height: 1px;
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 400;
    }
}

.prio_activate {
    font-size: 30px;
    font-weight: 400;
    line-height: 1px;
    padding: 15px;
    margin:5px 0 0px 0;
    color:#1a2c4a;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .prio_activate {
        font-size: 40px;
        margin:10px 0;
        font-weight: 400;
    }
}

.button_container {
    width:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .button_container {
        flex-direction: row;
        width: auto;
        margin-top: 10px;
    }
}

@media (min-width: 922px) {
    .button_container {
        height: auto;
        flex-direction: row;
        align-items: baseline;
    }
}

input.activate_button {
    background-color: #b2b2b2;
    height: 60px;
    text-align: center;
    font-size: 25px;
    padding: 0;
    font-weight: 400;
    display:flex;
    margin-bottom: 10px;
    border: 1px solid white;
}

@media (min-width: 922px) {
    input.activate_button {
        transition: 0.2s;
        margin: 0 10px 0 10px;
    }
}

@media (min-width: 1200px) {
    input.activate_button:hover {
        background-color: #b2b2b2;
        color: #1a2c4a;
        transition: 0.1s;
        border: 2px solid #1a2c4a;
    }
}

input.deactivate_button {
    height: 60px;
    text-align: center;
    float: right;
    font-size: 25px;
    font-weight: 400;
    order: 1;
    border: 1px solid white;
    margin-bottom: 10px;
    width: auto;
}

/* AHHHHHHHHHHHHHHHHHHHHH */
@media (min-width: 922px) {
    input.deactivate_button {
        background-color: #990000;
        padding: 0;
        width: 250px;
        order: 0;
    }
}

@media (min-width: 1200px) {
    input.deactivate_button:hover {
        background-color: #b2b2b2;
        color: #1a2c4a;
        transition: 0.1s;
        font-size: 25px;
        border: 2px solid #1a2c4a;
    }
}

input.reactivate_button {
    height: 60px;
    background-color: #b2b2b2;
    float: left;
    font-size: 25px;
    padding: 0;
    font-weight: 400;
    order: 3;
    border: 1px solid white;
}

@media (min-width: 922px) {
    input.reactivate_button {
        transition: 0.2s;
        margin: 0 10px 0 10px;

    }
}

@media (min-width: 1200px) {
    input.reactivate_button:hover {
        background-color: #b2b2b2;
        color: #1a2c4a;
        transition: 0.1s;
        border: 2px solid #1a2c4a;
    }
}

/*Window Status #2 Ende____________________________________________________________*/


/*Window Bilder #3_________________________________________________________________*/

.outer_container_bilder {
    flex-direction: column;
    text-align: center;
}

.outer_container_bilder h2 {
    color:#1a2c4a;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .outer_container_bilder h2{
        font-size: 40px;
    }
}

.outer_container_bilder p {
    font-size: 18px;
}

@media (min-width: 768px) {
    .choose_img{
        font-size: 20px;
    }
}

@media (min-width: 922px) {
    .image_container {
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content: center;
        width: auto;
    }
}

input[type="radio"] {
    width: auto;
    background: transparent;
    border: none;
    transform: scale(1);
    display: none;
    margin: 10px;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:checked + img.image_item {
    border: 5px solid #1a2c4a;
    border-radius: 0;
}

.image_container label  {
    flex-basis: 50%;
    max-width: 50%;
}

@media (min-width:922px) {
    .image_container label {
        flex-basis: 35%;
    }
}

@media (min-width:1200px) {
    .image_container label {
        flex-basis: 10%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.image_item {
    width: 300px;
    height: auto;
    border: 5px solid transparent;
    margin:5px;
}

@media (min-width: 768px) {
    .image_item {
        width: 350px;
        margin:5px;
    }
}

@media (min-width: 922px) {
    .image_item {
        width: 385px;
        margin:5px;
    }
}

@media (min-width: 1200px) {
    .image_item {
        width: 325px;
        margin: 0px 5px;
    }
}

@media (min-width:1200px) {
    .image_item:hover {
        border: 5px solid #1a2c4a;
        border-radius: 1px;
        cursor: pointer;
    }
}

.upload_button_container {
    display: flex;
    justify-content: center;
}

.upload_button_container .upload_button {
    display: flex;
    background-color: #1a2c4a;
    width: 300px;
    height:60px;
    border-radius: 1px;
    min-width: unset;
    font-weight: 500;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 25px;
    justify-content: center;
    letter-spacing: 0.6;
    border: 2px solid #1a2c4a;
}

.upload_button_container .upload_button:hover {
    background-color:#b2b2b2;
    color: #1a2c4a;
    border: 2px solid #1a2c4a;
    transition: 0.1s;
    cursor: pointer;
}


.upload_text{
    font-size: 18px;
    font-weight:400;
    color: #7a7a7a;
    text-align: center;
    margin:10px;
}

@media (min-width:768px) {
    .upload_text {
        margin-top: 0px;
    }
}

@media (min-width:922px) {
    .upload_text {
        margin-top: 10px;
    }
}

@media(min-width:1200px) {
    h6 {
        padding-top: 10px;
    }
}

p {
    font-size:18px;
    margin:20px 0;
    width: auto;

}

/*__________FOOTER + Next-Button_______________________*/

.next_button_container {
    display: flex;
    /*background-color: #1a2c4a;*/
    height: 80px;
    margin-top: 60px;
    bottom:0;
}

@media (min-width: 922px) {
    .next_button_container {
        justify-content: center;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .next_button_container {
        position: absolute;
        left: 0;
        right: 0;
        min-width:100%;
    }
}

.next_button_container .next_button {
    background-color: #b2b2b2;
    width: 300px;
    height: auto;
    display: flex;
    margin: auto;
    font-weight: 400;
    border: 2px solid #b2b2b2;

    ;
}

.next_button_container .next_button:hover {
    background-color: #b2b2b2;
    transition:0.1s;
    border: 2px solid #fff;
    color:#1a2c3b;
    border-radius:0.1px;
}

@media (min-width:768px) {
    .next_button_container .next_button {
        width:300px;
        height: auto;
        min-width: unset;
        margin: auto;
        border: hidden;
    }
}

@media (min-width:922px) {
    .next_button_container .next_button {
        width: 300px;
        height: auto;
        min-width: unset;
    }
}

.inner_button_container {
    width: 100%;
    max-width: 1400px;
    display:flex;
}

/*__________FOOTER + Next-Button_______________________*/

/*__________FOOTER_Bottom_Seite3 + Next-Button_______________________*/

@media (max-width:768px) {
    .next_button_container_bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;

    }
}


.next_button_container_bottom {
    display: flex;
    /*background-color: #1a2c4a;*/
    height: auto;
    margin: 20px 0;
    bottom:0;
    justify-content: center;
    align-items: center;

}

@media (min-width: 922px) {
    .next_button_container_bottom{
        margin: 40px auto;
    }
}

@media (min-width: 1200px) {
    .next_button_container_bottom {
        position: relative;
        left: 0;
        right: 0;
        min-width:100%;
    }
}

.next_button_container_bottom .prev_button_bottom,
.next_button_container_bottom .next_button_bottom {
    background-color: #1a2c4a;
    width: 300px;
    height: auto;
    display: flex;
    font-weight: 500;
    border: 2px solid #1a2c4a;
    margin-left: 10px;

}

@media (max-width:768px) {
    .next_button_container_bottom .prev_button_bottom,
    .next_button_container_bottom .next_button_bottom {
        min-width: unset;
        margin: auto;
        margin: 10px 0;
        justify-content: center;

    }
}

.next_button_container_bottom .prev_button_bottom:hover,
.next_button_container_bottom .next_button_bottom:hover {
    background-color: #b2b2b2;
    transition:0.1s;
    border: 2px solid #1a2c4a;
    color:#1a2c3b;
    border-radius:0.1px;
}


inner_button_container_bottom {
    width: 100%;
    max-width: 1400px;
    display:flex;
    justify-content: center;
}

/*__________FOOTER_Bottom_Seite3 + Next-Button_______________________*/

/*Window Bilder #3 Ende____________________________________________________________*/

/*Window Text #4 Anfang_____________________________________________________________*/

.text_choice_outer_container
{
    margin-top: 30px;
    height: auto;
    width: auto;
    text-align: center;
}

.text_choice_outer_container p {
    margin: auto;
    font-size: 18px;
}

.text_choice_outer_container h2 {
    color:#1a2c4a;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .text_choice_outer_container h2  {
        font-size: 40px;
    }
}

input.radiobutton_text {
    display: inline-flex;
    align-items: center;
    padding: 9px;
    border: 2px solid #1a2c4a;
    border-radius: 100%;
    background: #fff;
    appearance: none;
    margin: 0;
    /*    box-shadow: */
    transition: 0.2s;
}

input.radiobutton_text:checked {
    background: #1a2c4a;
    transition: 0.2s;
}

label.vorgefertigertext1 {
    width:100%;
    justify-content:center;
    display: inline-flex;
}

.predefinded_text_container {
    text-align: left;
    height: auto;
    justify-content: center;
    margin-bottom: 50px;
}

@media (min-width:1200px){
    .predefinded_text_container {
        margin-bottom: 75px;
    }
}

@media (min-width:1200px){
    .flexrow_1200 {
        display: flex;
        flex-direction: row;
    }
}

.zebra_background {
    background-color: #e8e8e8;
}

.flexrow_1200.act{
    box-shadow: inset 0px 0px 0px 5px #1a2c4a;
}

@media (min-width:1200px){
    .predefinded_text_container {
        border: 0.5px solid #1a2c4a;
    }
}

.headline_textchoice {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1px;
    padding: 20px 0px;
    color:#1a2c4a;
    letter-spacing: 1px;
    margin:20px;
}

.vorgefertigertext1{
    font-size: 20px;
    display: flex;
    padding: 10px 0;
}

.lang {
    font-size: 18px;
    font-weight: 700;
    color:#1a2c4a;
    justify-content: flex-end;
    padding-left: 40px;
    margin: 0;
}

.text_auswahl_div {
    margin:10px 20px;
    text-align: left;
}

@media (min-width: 1200px) {
    .text_auswahl_div {
        margin: 20px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .text_auswahl_div:hover {
        cursor: pointer;
    }
}

.text_auswahl_div .h3  {
    display:inline-flex;
    font-size: 20px;
    font-weight: 400;
    color:#1a2c4a;
    text-align: right;
    margin: 0 0 0px 10px;
}

@media (min-width: 768px) {
    .text_auswahl_div .h3  {
        font-size: 30px;
        width: 70%;
    }
}

.text_auswahl_div .text {
    text-align: left;
    hyphens: auto;
    font-size: 18px;
    display: flex;
    margin-left: 40px;
}

.selfdefined_text_container {
    justify-content: center;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

@media (min-width:1200px){
    .selfdefined_text_container {
        background-color: #e8e8e8;
    }
}

.selfdefined_text_container h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin:30px 0 30px 0;
    color:#1a2c4a;
    letter-spacing: 1px;
}

.text_choice_container {
    display: block;
    width:100%;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
}

.textarea_container {
    width: 100%;
    display: flex;
}

.texttool {
    margin:25px auto;
    display:inline-flex;
    flex-direction: column;
}

@media(min-width:768px) {
    .texttool {
        width: auto;
        margin:20px;
        font-size:16px;
    }
}


/*AHHHHHHHHHHHH */
#selfdefined_text_headline {
    width:auto;
    margin-bottom:10px;
    color: Grey;
    border: 1px solid #C4C2C2;
}

#selfdefined_text_headline:focus {
    border-radius: 0px;
    outline: 1px solid #1a2c4b;
}

input.selfdefined_text_headline {
    width:auto;
    margin-bottom:10px;
    color: Grey;
    border: 1px solid #C4C2C2;
}

input.selfdefined_text_headline:focus {
    border-radius: 0px;
    outline: 1px solid #1a2c4b;
}
/*________________________________________________*/

textarea {
    display: flex;
    height: 150px;
    background-color: white;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: black;
    width: 350px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #C4C2C2;
    margin: auto;
}

@media(min-width:768px) {
    textarea {
        font-size: 18px;
        width: 700px;
        justify-content: center;
    }
}

@media(min-width:922px) {
    textarea {
        width: 900px;
    }
}

@media (min-width:1200px) {
    textarea {
        -moz-appearance:none;
        font-size: 20px;
        display: inline;
        width:600px;
        flex-direction: row;
    }
}

textarea:focus {
    outline:0px none transparent;
    border-radius: 0px;
    outline:0.5px solid #1a2c4b;
}

.border_text {
    content: " ";
    line-height: 40px;
    border: 0.5px solid #1a2c4b;
}

.submit_button {
    background-color: #1a2c4a;
    width: 300px;
    height: auto;
    margin: 30px;
    border-radius: 2px;
    min-width: unset;
    font-weight: 500;
    color: white;
    font-size: 25px;
    padding: 20px 0;
    letter-spacing: 0.6px;
    font-family: 'Open Sans', Arial, sans-serif !important;
    cursor: pointer;
    margin: 10px 0 20px 0;
}

.h3_center  {
    display:inline-flex;
    font-size: 25px;
    font-weight: 500;
    width:100%;
    color:#1a2c4a;
    text-align: center;
    justify-content: center;
}

/*Window Text #4 Ende_____________________________________________________________*/

/*Window Timing #5 Anfang_____________________________________________________________*/

.timing_choice_outer_container {
    text-align: center;
    flex-direction: column;
    margin: 0 10px
}

@media (min-width:768px) {
    .timing_choice_outer_container {
        padding: 0 20px;
    }
}

@media (min-width:1200px) {
    .timing_choice_outer_container {
        width: auto;
        justify-content: center;
        min-width:60%;
        display: flex;
    }
}

.timing_choice_outer_container h2 {
    font-size: 40px;
    font-weight: 400;
    margin:20px 0;
    color:#1a2c4a;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width:1200px) {
    .timing_choice_outer_container h2 {
        font-size: 40px;
        font-weight: 400;
    }
}

.timing_choice_inner_container {
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    margin-bottom: 50px;
}

@media (min-width:1200px) {
    .timing_choice_inner_container {
        display:flex;
        margin-top:0;
    }
}

.timing_choice_inner_container h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1px;
    padding: 15px;
    margin:10px 0 10px 0;
    color:#1a2c4a;
    letter-spacing: 1px;
}

@media (min-width:1200px) {
    .headline_timing h3 {
        font-size: 30px;
    }
}

.every_site {
    font-size:20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
    margin:20px 10px 20px 10px;
    border: 3px solid #C4C2C2;
    width: auto;
    height:auto;
    background-color: #f8f9fa;
}

@media (min-width:768px) {
    .every_site {
        padding: 25px;
        margin: 5px 10px;
    }
}

@media (min-width:1200px) {
    .every_site  {
        border: 5px solid #C4C2C2;
        padding:10px;
        width:50%;
    }
}

.every_site:hover {
    cursor: pointer;
}

@media (min-width:1200px) {
    .every_site h3  {
        font-size:30px;
    }
}

@media (min-width:1200px) {
    .label_only_home {
        display: flex;
        justify-content: flex-end;
    }
}

.only_home {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:10px;
    border: 3px solid #C4C2C2;
    width: auto;
    height:auto;
    padding: 10px;
    background-color: #f8f9fa;

}

@media (min-width:768px) {
    .only_home {
        padding: 25px;
        margin: 5px 0px;
    }
}

@media (min-width:1200px) {
    .only_home {
        border: 5px solid #C4C2C2;
        padding:10px;
        width:50%;

    }
}

.only_home:hover {
    cursor: pointer;
}

.text {
    font-size: 16px;
    hyphens: auto;
    text-align:center;
    margin:0 5px 20px 5px;
    width: auto;
}

@media (min-width:768px) {
    .text {
        margin-bottom: 10px;
    }
}


@media (min-width:1200px) {
    .text {
        font-size: 18px;
    }
}

input[type="button"] {
    display: flex;
    background-color: #1a2c4a;
    border-radius:1px;
    justify-content: center;
    align-items: center;
    width:100%;
    padding:10px;
}

input.activate_button_live {
    background-color: #800;
}

@media (min-width:1200px) {
    .activate_button_timing:hover {
        background-color: #C4C2C2;
        color: #fff;
        border: 2px solid #fff;
        transition: 0.1s;
    }
}

/*active klasse style für grey-out*/

@media (min-width:1200px) {
    activate_button_timing {
        background-color: red;
        display: flex;
        width: auto;
        width: auto;
        background-color: #1a2c4a;
    }
}



.radiobutton_view:checked+label div {
    border: 5px solid #1a2c4a;
    cursor: pointer;
}


/*Window Timing #5 Ende_____________________________________________________________*/


/*Window Summary #6 Start_____________________________________________________________*/


.outer_container_summary {
    text-align: center;
    justify-content: center;
    display:flex;
    flex-direction:column;
}

@media (min-width:1200px) {
    .outer_container_summary {
        display:inline;
    }
}

.headline_summary {
    color: #1a2c4a;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight:400;
    margin: 20px 0;
    text-transform: uppercase;
}

@media (min-width:922px) {
    .headline_summary {
        font-size:40px;
    }
}

@media (min-width:1200px) {
    .inner_container_summary{
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
}

#summary_explanation {
    margin: 10px 15px;
    font-size: 18px;
}

/*@media (min-width:768px) {
    #summary_explanation{
        margin: 0 15px 20px 15px;
    }
}*/

.summary_de h3 {
    color: #1a2c4a;
    font-size:20px;
    font-weight: 400;
}

@media(min-width:1200px){
    .summary_de h3 {
        color: #1a2c4a;
        font-size:30px;
        margin:5px 5px 10px 5px;
        display: flex;
        flex-direction: column;
    }
}

.summary_de {
    margin: 10px;
    border: 1px solid #b2b2b2;
    padding: 10px;
    width: auto;
}

@media (min-width:768px) {
    .summary_de {
        width:70%;
        height: auto;
        display:flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .summary_de {
        display:inline-flex;
        width:40%;
        flex-direction: column;
        margin: 0 5px;
    }
}

.image_item_summary {
    width: 100%;
    margin-bottom:15px;
}

@media (min-width:768px) {
    .image_item_summary {
        width: auto;
        height:450px;
        margin-bottom:15px;
        display:inline-flex;
    }
}

@media (min-width:1200px) {
    .image_item_summary {
        height:250px;
    }
}

.text_summary {
    text-align: justify;
    hyphens: auto;
    vertical-align: middle;
}

@media (min-width:768px) {
    .text_summary {
        padding:0;
    }
}

@media (min-width:1200px) {
    .text_summary {
        width:auto;
        font-size:18px;
        margin:0;
        text-align: center;
    }
}

.border_bottom {
    border-bottom: 1px solid #b2b2b2;
    width: 100%;
    padding-top: 30px;
}

.summary_de .timing_summary_de {
    background-color: #b2b2b2;
    color:#1a2c4a;
    padding:10px;
    font-weight: 400;
    border:1px solid grey;
    font-size:20px;
    margin-bottom: 15px;
}


@media (min-width:1200px) {
    .summary_de .timing_summary_de {
        margin:0;
        display:flex;
        width: auto;
        font-size:25px;
        margin-top:20px;
    }
}

@media (min-width:1200px) {
    input[type="button"],.activate_button_summary {
        display:flex;
        border:hidden;
        border: 2px solid transparent;
    }
}

.continuous_line {
    border-top: 2px solid #b2b2b2;
    margin-top:40px;
    width: auto;
}

.summary_en {
    margin: 10px;
    border: 0.5px solid #b2b2b2;
    padding: 10px;
    width: auto;
    margin-top:30px;
}

@media (min-width:768px) {
    .summary_en {
        width:70%;
        height: auto;
        border: 1px solid #b2b2b2;
        display:flex;
        flex-direction: column;
        margin: auto;
    }
}

@media (min-width:1200px) {
    .summary_en {
        width:40%;
        margin: 0 5px;
    }
}

.summary_en h3 {
    color: #1a2c4a;
    font-size:20px;
    font-weight: 400;
}

@media(min-width:1200px){
    .summary_en h3 {
        font-size:30px;
        margin:5px;
        display:flex;
        flex-direction: column;
        margin:5px 5px 10px 5px;
    }
}
.summary_en .timing_summary_en
{
    background-color: #b2b2b2;
    color:#1a2c4a;
    padding:10px;
    font-weight: 400;
    border:1px solid grey;
    font-size:20px;
    margin-top:20px;
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    .summary_en .timing_summary_en {
        margin:0;
        font-size: 25px;
        margin-top:20px;
    }
}

@media (min-width:1200px) {
    .live_button_container{
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        margin: 20px 0 20px 0;
        align-items: center;
    }
}

.live_button_container h4{
    margin: 0 5px;
    font-size:20px;
    font-weight: 400;
    text-align: center;
    color: #1a2c4a;
    margin: 25px 50px;
}

@media (min-width:1200px) {
    .live_button_container h4{
        font-size:18px;
    }
}

.live_button {
    display:flex;
    height:150px;
    font-size:600px;
    justify-content: center;
}

#live_button {
    padding: 0 40px;
    width: auto;
    height:75px;
    font-size:20px;
    letter-spacing: 1px;
    border:none;
    text-transform: uppercase;
    justify-content: center;
    margin:auto;
}

@media (min-width: 922px) {
    #live_button {
        min-width:50%;
        max-width: 50px;
        display:flex;
    }
}

@media (min-width: 1200px) {
    #live_button {
        font-size:25px;
        transition: 0.2s;
    }
}

#live_button:hover {
    border: 5px solid #2b2b2b;

}

/*Window Summary #6 Ende_____________________________________________________________*/

/** /INNER **/


/*Window Admin-Panel Anfang_____________________________________________________________*/

.user_list .headline {
    font-size: 30px;
    color: #1a2c4b;
    padding: 0 auto;
}

.login_list .headline {
    font-size: 30px;
    color: #1a2c4b;
    padding: 0 auto;
}

.create_user_outer {
    padding: 10px;
    width: 300px;
}

.create_user_outer a {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.newuserbtn {
    background-color: #1a2c4b;
    margin: 20px 0;
    border: 1px solid #1a2c4b;
    border-radius: 1%;
}

.newuserbtn:hover {
    background-color: grey;
}

.table_admin {
    background-color: #b2b2b2;
    width: 100%;
    min-width: 600px;
    border: 5px solid #fff;
}

.user_list th {
    background-color: #1a2c4b;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    width: 100%;
    width: 500px;
    padding: 20px 0;
    font-weight: 500;

}

.user_list td {
    background-color: #e8e8e8;
    padding: 5px;
    text-align: center;
    table-layout:fixed;
    font-size:18px;

}

.login_list td {
    font-size: 20px;
    padding: 5px 50px;
    font-weight: 500;


}

.table_outer {
    overflow-x: scroll;
}


/*Window Admin-Panel Ende_____________________________________________________________*/



/* HISTORY PANEL */

.history_leadtext {
    margin-bottom: 50px;
}

.history_intro {
    text-align: center;
    font-size: 18px;
    margin: 0 25px;
}

.radiobutton_history:checked+label div {
    border: 5px solid #1a2c4a;
    cursor: pointer;
    background-color: #e8e8e8;
}


@media (min-width: 922px) {
    .history_item {
        cursor: pointer;
    }
}

.userid_item_container {
    border: 5px solid #fff;
}

@media (min-width: 922px) {
    .userid_item_container {
        justify-content: center;
        display:flex;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .userid_item_container tbody {
        display:flex;
        justify-content: center;
    }
}

.history_designation {
    color: #1a2c4b;
    margin: 0;
    width: auto;
}

.history_date_name {
    padding-bottom: 15px;
    width: 33%;
    font-size: 19px;

}

@media (min-width: 1200px) {
    .history_date_name {
        color: black;
        width: auto;
    }
}

.history_item th {
    font-weight: 500;
}

.history_date_start {
    padding-bottom: 15px;
    color: green;
    width: 33%;
}

@media (min-width: 1200px) {
    .history_date_start {
        width: auto;
    }
}

.history_date_end {
    color: red;
    width: 33%;
}

@media (min-width: 1200px) {
    .history_date_end{
        padding-bottom: 15px;
        width: auto;
    }
}

.name {
    height: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    color:#1a2c4b;
    font-size: 17px;
    border-bottom: 3px solid #1a2c4b;
    width: 100%;
    padding: 10px 0 10px 0;
    color: black;

}

@media (min-width: 1200px) {
    .name {
        height: 350px;
        flex-direction: column;
        border-right: 3px solid #1a2c4b;
        text-align: right;
        padding-right: 20px;
        border-bottom: none;
    }
}

.history_img_tr {
    display:flex;
    align-items: center;
    justify-content: center;
}

.history_image {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .history_image {
        width: auto;
        height: 250px;
        margin-left: 10px;
    }
}

.only_headline {
    font-weight: bold;
    font-size: 17px;
}

@media (min-width: 1200px) {
    .text_de {
        padding-left: 33px;
    }
}

.headline_text {
    display: flex;
    text-align: center;
    margin:20px 10px;
    font-size: 17px;
    text-align: left;
}

@media (min-width: 922px) {
    .headline_text {
        height: auto;
        /*        font-size: 17px;*/
    }
}

@media (min-width: 1200px) {
    .headline_text {
        font-size: 16px;
        width: 100%;
    }
}

.horizontal_line {
    background-color: #8e8e8e;
    width: 90%;
    line-height: 80%;
    height: 1px;
    margin: 30px auto;


}
@media (min-width: 922px) {
    .horizontal_line {
        /*        background-color: #8e8e8e;*/
        width: 100%;
        /*        height: 1px;
                line-height: 80%;*/

    }
}
