/******************** ALLGEMEINES ***************************************************/
/*  07.05.2020  */

/* --- Browser Reset/Defaults --- */
html,
body {
    font-size: 100%;
    color: #4d4d4d;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

    font-family: 'Roboto Condensed', sans-serif;
}

div, span, p, a, img {
    box-sizing: border-box;
  }

a {
    text-decoration: none;
}

a {
    color: #22586e;
    outline: 0 !important;
    text-decoration: none !important;
}
a:hover {
    color: #3dafb5;
}
a.link-wrapper:focus,
a.link-wrapper:active,
a.link-wrapper:hover {
    text-decoration: none;
}
a.link-wrapper p {
    color: #000;
}

/******************** HEADER ***************************************************/

.delta_header_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    position: relative;
}

.HIDE_HEADER_FOOTER .delta_header_container {
    display: none;
}

.delta_header_container div {
    box-sizing: border-box;
}

.delta_header {
    height: 110px;
    background-color: white;
    font-size: 16px;
    border: none;
    background: transparent url("../img/header-bg.jpg") no-repeat scroll 0 0;
}

.delta_header_text {
    color: #488298;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 7px;
    overflow: auto;
}

.delta_header_text_title {
    float: left;
    font-weight: bold;
}

.delta_header_text_slogan {
    font-weight: normal;
}

.delta_header_text_slogan.delta_DESKTOP {
    display: block;
    float: left;
    padding-left: 7px;
}

.delta_header_text_slogan.delta_SMALL {
    display: none;
    clear: both;
    font-size: 11pt;
    padding-top: 4px;
}

@media (max-width: 720px) {
    .delta_header_text_slogan.delta_DESKTOP {
        display: none;
    }
    .delta_header_text_slogan.delta_SMALL {
        display: block;
    }
}

.delta_header_darkblue_stripe {
    clear: both;
    height: 7px;
    background-color: #66c0ba;
}

@media (max-width: 400px) {
    .delta_claim_text {
        font-size: 13px;
    }
}

/* --- LOGO--- */
.delta_logo_container {
    height: 80px;
    position: absolute;
    top: 22px;
    left: 30px;
}

.delta_logo_container img {
    height: auto;
    width: 200px;
}

@media (max-width: 600px) {
    .delta_header {
        height: 80px;
    }

    .delta_logo_container {
        left: 20px;
    }

    .delta_tools_logo img {
        width: 110px;
        margin-top: 0;
        margin-left: 20px;
    }
}

/******************** FOOTER ***************************************************/
.delta_footer_wrapper {
    background-color: white;
    height: 40px;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
}

.HIDE_HEADER_FOOTER .delta_footer_wrapper {
    display: none;
}

.delta_footer_stripe {
    background-color: #66c0ba;
    height: 7px;
}

.delta_footer {
    color: black;
    background-color: white;
    min-height: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    overflow: auto;
}

.delta_footer_link_liste {
    color: black;
    font-size: 14px;
    float: left;
}

.delta_footer_link_liste a {
    color: black;
    padding-right: 10px;
}

.delta_copyright {
    float: right;
}

@media (max-width: 700px) {
    .delta_copyright {
        padding-top: 6px;
        float: left;
    }
}

@media (max-width: 600px) {
    .delta_footer_wrapper {
        height: 65px;
    }
    .delta_footer {
        min-height: 45px;
    }
}

@media (max-width: 400px) {
    .delta_footer_wrapper {
        height: 95px;
    }
    .delta_footer {
        min-height: 75px;
    }
}

/******************** BODY ***************************************************/
.delta_body {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

@media (max-width: 600px) {
    .delta_body {
        padding-bottom: 75px;
    }
}

.delta_tool_container {
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-top: 30px;
}

@media (max-width: 620px) {
    .delta_tool_container {
        padding-top: 20px;
    }
}

@media (max-width: 450px) {
    .delta_tool_container {
        background-size: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 400px) {
    .delta_body {
        padding-bottom: 105px;
    }
}

/********************* Message Box *********************/
.delta_msg_box {
    display: none;
    position: fixed;
    background-color: #d3d9e9;
    top: 30%;
    left: 20%;
    right: 20%;

    min-height: 50px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 20px;

    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 999;

    cursor: default;
}

.MSG_BOX_SHOW {
    display: block;
}

@media (max-width: 600px) {
    .delta_msg_box {
        background-position: 10px 11px;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 10px;

        top: 15%;
        left: 5%;
        right: 5%;
    }
}
