/* Schrift Light */
@font-face {
    font-family: 'Vodafone';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/vodafone_Lt.woff') format('woff');
}

/* Schrift Regular */
@font-face {
    font-family: 'Vodafone';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/vodafone_Rg.woff') format('woff');
}

/* Schrift Bold */
@font-face {
    font-family: 'Vodafone';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/vodafone_rgbd-webfont.woff') format('woff');
}

body {
    font-family: 'Vodafone', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    height: 100vh;
    margin: 0;
    padding: 0;
}

:focus-visible {
    border: 1px solid #e60000!important;
    outline: 3px solid #ffbebe !important;
    outline-offset: 0;
    border-radius: 0;
}

small{
    line-height: 1;
    color: #777777;
    font-size: 14px;
 }

p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    margin: 4px 0 0 0;
    padding: 0 12px;
    line-height: 1.6;
}

div.box_general p {
    padding: 0;
}
form p {
    padding: 0;
}

div {
    margin-top: 8px;
}

div.survey_box {
    margin: 12px;
    width: 75%;
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
}
div.survey_box p{
    margin: 0;
    padding: 0;
}

.error {
    color: #e60000;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.2;
}

b {
    font-weight: 700;
}

h1{
    font-size: 44px;
    font-weight: 400;
    font-style: normal;
    color: #e60000;
    text-align: left;
    margin: 32px 0 8px 0;
    word-break: break-word;
    padding: 0 12px;
}

h3{
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #4a4d4e;
    text-align: left;
    margin: 24px 0 0 0;
    word-break: break-word;
    padding: 0 12px;
}
div.box_general h3 {
    padding: 0;
}

h4{
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #e60000;
    text-align: left;
    margin: 24px 0 0 0;
    word-break: break-word;
    padding: 0 12px;
}
.box_general h4{
    margin: 0;
    padding: 0;
}

h5{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #0d0d0d;
    text-align: left;
    margin: 16px 0 0 0;
    word-break: break-word;
    padding: 0 12px;
}

.box_general h5{
    padding: 0;
}

a {
    font-size: 16px;
    color: #e60000;
    text-align: center;
    letter-spacing: 0.4px;
    padding: 0 12px;
}

form a {
    padding: 0;
}

a.logo {
    padding: 0;
}

div.box_general a {
    padding: 0;
}

p a {
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #e60000;
}

label {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 12px 0 0 0;
    line-height: 1.6;
}

form {
    padding: 0 12px;
}

.box_general form {
    padding: 0;
}

textarea {
    border-radius: 1px!important;
    border: 1px solid #CCCCCC;
    resize: vertical;
    min-height: 120px;
    max-height: 400px;
    padding: 6px;
    font-family: 'Vodafone', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
}

summary {
    list-style: none;
    list-style-type: disc;
}

ul {
    padding:0;
    margin: 0;
}

li {
    font-family: 'Vodafone';
    list-style: none;
    padding:0;
    line-height: 1.6;
}

hr {
    border-top: 1px solid #CCCCCC;
}

table {
    max-width: 100%;
    color: #444444;
    border: 1px solid #444444;
    margin: 24px 12px 0 12px;
    line-height: 1.6;
}
form table {
    margin: 24px 0 0 0;
}

th {
    padding: 12px 12px 2px 12px;
}
td {
    padding: 6px 12px;
    word-break: keep-all;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFF;
    width: 18px;
    height: 18px;
    border: 2px solid #CCCCCC;
    border-radius: 100%;
    padding: 0!important;
    margin: 0 4px 0 0!important;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    vertical-align: bottom;
}

input[type="radio"]:hover {
    border: 2px solid #444444;
}

input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 1ms transform;
}

input[type="radio"]:checked {
    border: 2px solid #e60000;
}

input[type="radio"]:checked::before {
    transform: scale(1);
    background-color: #e60000;
    color: #000;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: 2px solid #CCCCCC;
    border-radius: 2px;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    padding: 0!important;
    margin: 0 4px 0 0!important;
    vertical-align: bottom;
}

input[type="checkbox"]:hover {
    border: 2px solid #444444;
}

input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 1ms transform;
    background-color: #000;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
    background-color: #FFF;
}

input[type="checkbox"]:checked {
    border: 2px solid #e60000;
    background-color: #e60000;
}

.active {
    font-weight: 700 !important;
}

.break_word_none {
    word-break: keep-all;
}
.break_word_all {
    word-break: break-all;
}

.width_25 {
    width: 25%!important;
}
.width_50 {
    width: 50%!important;
}
.width_75 {
    width: 75%!important;
}
.width_100 {
    width: calc(100% - 12px);
}

.color_white {
    color: #FFFFFF!important;
}
.color_red {
    color: #e60000!important;
}
.color_green {
    color: #b7bf10!important;
}
.color_light_grey {
    color: #495057!important;
}
.color_medium_grey {
    color: #777777!important;
}

.background_color_red {
    background-color: #e10000!important;
}
.background_color_light_red {
    background-color: #ffbebe!important;
}
.background_color_light_grey {
    background-color: #F7F7F7!important;
}
.background_color_medium_grey {
    background-color: #ebebeb!important;
}

.border_red {
    border: 1px solid #e60000;
}
.border_top_red {
    border-top: 1px solid #e60000;
}
.border_bottom_red {
    border-bottom: 1px solid #e60000;
}

.border_light_grey {
    border: 1px solid #CCCCCC;
}

.border_top_medium_grey {
    border-top: 1px solid #777777;
}
.border_bottom_medium_grey {
    border-bottom: 1px solid #777777;
}

.border_none {
    border: 0!important;
}

.padding_y_8 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.padding_x_8 {
    padding-left: 8px!important;
    padding-right: 8px!important;
}
.padding_y_12 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.padding_x_12 {
    padding-left: 12px!important;
    padding-right: 12px!important;
}
.padding_y_24 {
    padding-top: 24px!important;
    padding-bottom: 12px!important;
}
.padding_x_24 {
    padding-left: 24px!important;
    padding-right: 24px!important;
}
.padding_0 {
    padding: 0;
}
.padding_top_0 {
    padding-top: 0!important;
}
.padding_right_12 {
    padding-right: 12px;
}
.padding_right_16 {
    padding-right: 16px;
}
.padding_right_24 {
    padding-right: 24px;
}
.padding_left_12 {
    padding-left: 12px;
}
.padding_left_16 {
    padding-left: 16px!important;
}
.padding_left_24 {
    padding-left: 24px;
}

.margin_0 {
    margin: 0!important;
}
.margin_y_6 {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
}
.margin_y_12 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
}
.margin_x_12 {
    margin-left: 12px!important;
    margin-right: 12px!important;
}
.margin_12 {
    margin: 12px!important;
}
.margin_bottom_12 {
    margin-bottom: 12px!important;
}
.margin_right_12 {
    margin-right: 12px!important;
}
.margin_24 {
    margin: 24px!important;
}
.margin_x_24 {
    margin-left: 24px!important;
    margin-right: 24px!important;
}
.margin_right_24 {
    margin-right: 24px!important;
}

.font_weight_bold {
    font-weight: 700!important;
}

.font_size_12 {
    font-size: 12px !important;
}
.font_size_14 {
    font-size: 14px !important;
}
.font_size_16 {
    font-size: 16px !important;
}

.text_align_center {
    text-align: center!important;
}
.text_align_right {
    text-align: right!important;
}

.vertical_align_sub {
    vertical-align: sub!important;
}

.align_items_start {
    align-items: start!important;
}

.display_inline {
    display: inline!important;
}
.display_block {
    display: block!important;
}
.display_inline_block {
    display: inline-block!important;
}
.display_none {
    display: none;
}

.flex_center_all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex_center_between_x {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex_center_between_y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex_center_between_evenly_x {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.flex_center_between_evenly_y {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    margin: 12px 12px;
}

.bg_image {
    background-image: url('images/bg_vodafone.jpg');
    height: 100dvh;
    width: 100vw;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.url {
    color: #e60000;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.4px;
}
.url:hover {
    text-decoration: underline;
    color: #e60000;
}

.list_style_none {
    list-style: none;
}

.list_style_bullet {
    list-style-type: disc;
}

.faq{
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 12px;
    margin: 6px 12px;
    cursor: pointer;
}
.faq P{
    padding: 0;

}

.faq_question {
    color: #e60000;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
}


.faq_answer {
    font-size: 16px;
}

.box_start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 24px 12px;
    min-width: 336px;
    max-width: 600px;
}

.box_general {
    position: relative;
    top: 73px;
    left: 50%;
    transform: translate(-50%, -73px);
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 24px;
    margin: 60px 0;
    min-width: 400px;
    /*max-width: 400px;*/
}

.icon_registration{
    cursor: pointer;
    background-image: url('images/icon_registration.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 4px;
}

.icon_mail {
    cursor: pointer;
    background-image: url('images/icon_mail.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 4px;
}

.icon_login {
    cursor: pointer;
    background-image: url('images/icon_login.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 4px;
}

.icon_forgot_password {
    cursor: pointer;
    background-image: url('images/icon_forgot_password.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 4px;
}

.icon_burgermenu {
    cursor: pointer;
    background-image: url('images/icon_burgermenu.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin: 4px 12px 4px 4px;
}
.icon_burgermenu:hover {
    background-color: transparent;
}

.body_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
}
.body_container {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}

.nav_wrapper{
    height: 100%;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF;
}

.nav_container {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #FFF;
}

.content_wrapper {
    height: 100%;
    width: 100%;
    background-color: #FFF;
}

.content_container  {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 0 12px;
}

.footer_wrapper{
    height: 100%;
    width: 100%;
    background-color: #FFF;
}

.footer_container {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #FFF;
    min-height: 60px;
}

input[type="text"],
input[type="password"] {
    width: calc(100% - 12px);
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: 'Vodafone', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    padding: 6px!important;
}

input[type="date"] {
    width: 150px;
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: 'Vodafone', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    padding: 6px!important;
}

input[type="button"],
input[type="submit"],
button,
.btn_red {
    text-decoration: none;
    border: 0;
    background-color: #e60000;
    color: #FFF;
    border-radius: 0;
    margin: 12px 12px 0 0;
    padding: 8px 24px;
    font-size: 16px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.btn_red:hover {
    background-color: #c80000;
    color: #FFF;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled,
.btn_red:disabled {
    background-color: #CCC;
    color: #FFF;
}



@media (max-width: 800px) {
    p {
        padding: 0;
    }
    a {
        padding: 0;
    }

    form {
        padding: 0;
    }

    h1 {
        font-size: 32px;
        padding: 0;
    }
    h3 {
        font-size: 24px;
        padding: 0;
    }
    h4 {
        font-size: 24px;
        padding: 0;
    }
    h5 {
        font-size: 18px;
        padding: 0;
    }

    .nav_wrapper .nav_container {

    }
    .content_wrapper .content_container {

    }
    .footer_wrapper .footer_container{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .footer_wrapper div {
        padding: 12px 0!important;
    }

    #navbar_burger_menu {
        width: 100%;
        position: absolute;
        top: 77px;
        right:0;
        background-color: #FFF;
        box-shadow: 3px 3px 6px #00000025;
    }

    input[type="text"],
    input[type="password"] {
        width: calc(100% - 12px);
    }

    table {
        font-size: 14px;
        width: 100%;
        margin: 12px 0;
    }

    th {
        padding: 4px;
    }

    td {
        padding: 4px;
        white-space: normal;
        word-break: break-word;
    }

    .box_general {
        min-width: 312px;
    }
    .width_75, .width_50 {
        width: calc(100% - 12px)!important;
    }

    textarea.width_100 {
        width: calc(100% - 12px);
    }

    li {
        list-style: none;
        padding: 2px 0;
    }

    .icon_burgermenu {
        padding: 0;
    }

    .faq {
        margin: 6px 0;
    }

    div.survey_box {
        margin: 12px 0;
        width: 100%;
    }

    table.border_none td img {
        max-width: 288px;
        height: auto;
    }

    ul.padding_x_12 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media (max-width: 480px) {
    input[type="button"],
    input[type="submit"],
    button,
    .btn_red {
        width: 100%;
    }

    input[type="date"] {
        width: calc(100% - 12px);
    }

    table.border_none td img {
        max-width: 160px;
        height: auto;
    }
    .width_25 {
        width: calc(100% - 12px)!important;
    }
}

