@font-face {
    font-family: "Huawei Sans Light";
    src: url("../fonts/HuaweiSans-Light.woff2") format("woff2"),
        url("../fonts/HuaweiSans-Light.woff") format("woff"),
        url("../fonts/HuaweiSans-Light.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Huawei Sans";
    src: url("../fonts/HuaweiSans-Regular.woff2") format("woff2"),
        url("../fonts/HuaweiSans-Regular.woff") format("woff"),
        url("../fonts/HuaweiSans-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Huawei Sans Bold";
    src: url("../fonts/HuaweiSans-Bold.woff2") format("woff2"),
        url("../fonts/HuaweiSans-Bold.woff") format("woff"),
        url("../fonts/HuaweiSans-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Lobster Regular";
    src: url("../fonts/Lobster-Regular.woff2") format("woff2"),
        url("../fonts/Lobster-Regular.woff") format("woff"),
        url("../fonts/Lobster-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

body {
    font-size: 18px;
    font-family: "Huawei Sans";
    /* background: url('/image/huawei-xmas-2024-hg.webp') repeat-y;
    background-size: 97%;
    background-position: center -8rem;*/
}


body.datenschutz,
body.admin {
    background: url('/image/huawei-xmas-2025-bildmotiv-geschenke-header-2.webp') repeat-y !important;
    background-size: auto !important;
    background-position: center !important;
}

body.admin {
    background-size: 200% !important;
}

body.datenschutz a {
    color: #caa041;
}

@media screen and (min-width:768px) {
    body.datenschutz {
        background-size: auto !important;
    }

    body.datenschutz #impressum .container {
        width: 900px;
    }
}

body.admin {
    background-color: #fff;
}

/* huawei christmas gift */


a {
    color: white;
    text-decoration: underline;
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#header {
    height: 75px;
    width: 100%;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(224, 224, 224, 1) 50%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(224, 224, 224, 1) 50%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(224, 224, 224, 1) 50%, rgba(255, 255, 255, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    border-bottom: solid 2px #c41215;
    /* -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.6);*/
}

#header img {
    max-height: 50px;
    width: auto;
}


#bildmotiv img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

body.registration {
    background-position-y: -20rem !important;
}

body.registration form {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    body.registration form {
        margin-top: 15rem;
    }
}

#bildmotiv img {
    width: 100%;
    max-width: 100%;
    object-fit: cover !important;
    height: 350px;
    margin-top: 5rem;
}

@media screen and (min-width: 768px) {
    #bildmotiv img {
        height: auto;
        object-fit: none !important;
        margin-top: 0rem;
    }
}

#bildmotiv,
.guest.form #bildmotiv>div {
    display: flex;
    justify-content: space-evenly;
}

body.guest.form #bildmotiv img {
    height: 100vh;
    object-position: -76rem;
}

@media screen and (min-width: 768px) {
    body.guest.form #bildmotiv img {
        height: auto;
        object-position: center;
    }
}

.claim {
    font-family: "Lobster Regular";
    color: white;
    font-size: 23px;
    line-height: 120%;
    margin: 0 0 40px 0 !important;
}

@media screen and (max-width: 767px) {
    .claim {
        font-size: 20px;
        padding: 0 15px;
    }
}

#bildmotiv .whk-startseite-2,
#bildmotiv .whk-startseite-3 {
    max-width: 325px;
}

.guest.form #bildmotiv>div {
    justify-content: space-between;
}


#bildmotiv .whk-unterseite-2,
#bildmotiv .whk-unterseite-3 {
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {

    #bildmotiv .whk-unterseite-2,
    #bildmotiv .whk-unterseite-3 {
        max-width: 100px;
    }
}

#bildmotiv .whk-unterseite-3 {
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    #bildmotiv .whk-unterseite-3 {
        max-width: 125px;
    }
}

@media screen and (max-width: 991px) {
    body {
        background: url('/image/huawei-xmas-2024-hg.webp') no-repeat;
    }
}

@media screen and (max-width: 767px) {
    #header {
        position: fixed;
        text-align: center;
    }

    #header>div.container {
        margin: 0;
    }

    #content-form-index {
        margin-top: 0rem !important;
    }

    .guest .form-group,
    #content-form-index>div>div.container>div {
        padding: 0 !important;
    }

    .guest.form #content-form {
        padding: 5rem 0 !important;
    }

    .guest.startseite #bildmotiv .whk-startseite-2,
    .guest.startseite #bildmotiv .whk-startseite-3 {
        display: none;
    }
}

.guest.form #content-form {
    margin-top: -90vh;
}

@media screen and (min-width: 768px) {
    .guest.form #content-form {
        margin-top: -41rem;
    }
}

.guest #content-wrapper {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
    z-index: 0;
    position: relative;

}

.guest section#content {
    position: relative;
    z-index: 0;
    color: white;
    /*min-height:400px;*/
    text-align: center;
    padding: 2.5rem 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.guest section#logincontent,
#content-form-ablauf {
    display: flex;
    justify-content: center;
    background-color: #A21416;
    border-bottom: solid 10rem #C41215;
}

#content-form-ablauf {
    padding: 0;
}

.guest section#logincontent div.loginmantel,
.guest section#logincontent div.loginlayer,
#content-form-ablauf div.loginmantel {
    width: 100%;
    background: url('/image/huawei-xmas-2025-hg-rot.webp') no-repeat center center;
    background-size: auto;
    display: flex;
    justify-content: center;
}

/*@media screen and (max-width: 425px) {
    .guest.form #content-form-ablauf div.loginmantel {
        background-size: 100%;
        background-repeat: repeat-y;
        padding: 0 15px;
    }
}*/

@media screen and (max-width: 767px) {

    .guest section#logincontent div.loginmantel,
    .guest section#logincontent div.loginlayer,
    #content-form-ablauf div.loginmantel {
        background-size: cover;
    }

    .guest.form #content-form-ablauf {
        padding: 0;
    }

    .guest.form #content-form-ablauf div.loginmantel {
        padding: 0 15px;
    }
}

.guest section#logincontent div.loginlayer {
    background: url('/image/huawei-xmas-2024-hg-layer.webp') no-repeat;
    padding: 5.5rem 0;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .guest section#logincontent div.loginlayer {
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width:767px) {
    .guest section#logincontent {
        margin-top: 0rem;
    }

    .guest.form section#bildmotiv {
        overflow: hidden;
    }
}

.guest .form-group {
    margin: 0rem 0;
    display: flex;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(230, 47, 47, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(230, 47, 47, 0.6);
}

.guest .form-group:first-child {
    margin: 2rem 0 3rem 0;
}

.guest .form-group .form-control {
    background: transparent;
    color: #666;
    border: 1px solid #000;
    background: rgb(255, 255, 255);
    background: transparent\9;
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66222222, endColorstr=#66222222);
    zoom: 1;
    text-align: center;
    border: #caa041 1px solid;
    border-radius: 1rem;
    font-size: 16px;
    padding: 2.25rem 0;
}

input::placeholder,
textarea::placeholder {
    font-size: 1.75rem !important;
    color: #999 !important;
    position: relative;
    font-family: "Huawei Sans Light";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
    /* Edge  */
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
}

@media screen and (max-width: 767px) {

    input::placeholder,
    textarea::placeholder {
        font-size: 1.25rem !important;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 1.25rem !important;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 1.25rem !important;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 1.25rem !important;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 18- */
        font-size: 1.25rem !important;
    }

    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder {
        /* Edge */
        font-size: 1.25rem !important;
    }

}

.btn-primary {
    width: auto;
    font-family: "Huawei Sans Light";
    background-color: #caa041;
    border-color: transparent !important;
    color: #fff;
    font-size: 1.75rem;
    margin: 0rem auto;
    padding: 1rem 7rem;
    border-radius: 1rem;
}


.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #ffffff !important;
    color: #caa041 !important;
}

#impressum {
    color: white;
    padding: 3rem 0;
}

#impressum h2,
#impressum p {
    margin-bottom: 3rem;
}

.guest section#footer {
    text-align: center;
    padding: 1rem;
    display: flex;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    justify-content: center;
}

.guest section#footer a {
    text-decoration: none;
    color: white;
}

.guest section#footer a:hover {
    text-decoration: underline;
}


.guest section#footer {
    background-color: #6E6E6E;
}

#christmas-gift-text {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}


#content-form-ablauf div>div.container {
    display: flex;
    justify-content: space-between;
}

.content-ablauf {
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    place-items: center;
}

@media screen and (min-width: 768px) {
    .content-ablauf {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2rem;
        row-gap: unset;
        padding: 0;
    }
}

.content-ablauf img {
    width: 100%;
}

.content-ablauf>div {
    height: 100%;
    background: white;
    max-width: 250px;
}

@media screen and (min-width: 992px) {
    .content-ablauf>div {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    #content-form-ablauf div>div.container.content-ablauf>div {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 5rem;
    }

    #content-form-ablauf div>div.container {
        flex-direction: column;
    }

    #content-form-ablauf div>div.container>div {
        max-width: 275px;
    }
}

#content-form-ablauf label {
    color: #000000;
    font-weight: normal;
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
}


label p {
    margin-top: 1rem;
    text-align: center;
    color: white;
    position: relative;
    display: block;
    justify-content: center;
    width: 100%;
    padding: 0 25px;
    color: #8f9086;
}

body.registration #bildmotiv img {
    object-position: top !important;
}

body.registration .spacebetween {
    width: 60%;
}


@media screen and (max-width: 767px) {
    #content-form-ablauf label {
        min-height: 190px;
    }

    label p {
        font-size: 1.75rem;
        bottom: 0rem;
    }

    body.registration img.whk-unterseite-2 {
        margin-top: 3rem !important;
    }

    body.registration img.whk-unterseite-3 {
        margin-top: -10rem !important;
    }
}


/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
    /*outline: 5px solid #c41215;*/
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 5px solid #caa041;
}

[type=radio]:checked+img+p {
    color: #caa041;
}

label {
    font-weight: normal;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    label {
        font-size: 14px;
    }
}

.guest.form section#content-form .form-group {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 2rem 0 0 0;
}

@media screen and (max-width: 767px) {
    .guest.form section#content-form .form-group {
        margin: 0;
    }
}

.guest.form section#content-form .form-group hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.guest.form section#content-form .form-control {
    height: 25px;
}

.privacypolice input {
    width: 25px !important;
}

.guest.form section#content-form .form-group.address-group,
.guest.form section#content-form .form-group.address-group2,
.guest.form section#content-form .privacypolice {
    flex-direction: inherit !important;
    margin-top: 3rem;
}

.guest.form section#content-form .privacypolice label {
    text-align: left;
}

.guest.form section#content-form .privacypolice input.form-control {
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .guest.form section#content-form .privacypolice input.form-control {
        max-width: 50px;
    }
}

.guest.form section#content-form .privacypolice a {
    color: #c41215;
    text-decoration: underline;
    font-style: italic;
}

.desaturate {
    filter: grayscale(100%);
    /* Standard */
    -webkit-filter: grayscale(100%);
    /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate);
    /* Firefox 4-34 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Old WebKit */
}


#sendsuccess p {
    margin: 5rem 0;
    /*font-size: 2.5rem;*/
}

@media screen and (max-width: 767px) {
    #sendsuccess p {
        margin: 0 0 5rem 0;
    }
}

.guest.form section#content-form #content-form-index>div>div.container>div {
    margin: 0 auto 2rem auto;
}

h1,
h2 {
    font-family: 'vodafone_bold', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    text-align: center;
    font-family: 'vodafone_bold', Arial, sans-serif;
    color: white;
    margin-bottom: 2rem;
}



.floatleft {
    float: left;
}

.boxlr {
    width: 15%;
}

.boxmiddle {
    width: 40%;
}

.success {
    width: 45%;
    text-align: center;
}


.abort {
    width: 45%;
    text-align: center;
}

.box-index {
    width: 100%;
}

.teaser {
    font-size: 100%;
    width: 35%;
    text-align: center;
    /*
    -webkit-filter: drop-shadow(0px 2px 1px #000);
     filter: drop-shadow(0px 2px 1px #000);
	*/
}

.step2 .teaser {
    width: 57%;
}



.btn-submit {
    background-color: white;
    border-color: transparent !important;
    margin-top: 3px;
    color: #ef1900;
    max-width: 300px;
    margin: auto;
    border-radius: 0;
    font-size: 3rem;
}

.btn-submit:hover {
    border: 1px solid #590000 !important;
}

.btn-user,
.btn-primary:visited {
    background-color: #caa041;
    text-decoration: none;
}



.transparenz {
    filter: alpha(opacity=22);
    /* IE 6, 7, 8 */
    -ms-filter: "alpha(opacity = 22)";
    /* ab IE 8 zusätzlich möglich */
    opacity: .22;
    /* alle anderen Browser einschließlich IE 9 */
}


.box.box-no-top {
    padding-top: 1px;
    padding-bottom: 1px;
}

.box .form-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


.radio.radio-wide input {
    position: absolute;
    left: 25px;
}

#multistep-form .step {
    /* min-height: 350px; */
}

.admin .top-bar {
    padding: 2px 20px;
    background-color: #8e0000;
}

.admin .top-bar .logout {
    color: #fff;
}

.guest .top-bar {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 999;
}

.guest .top-bar .logout {
    color: #666;
}

.guest #multistep-form .step {
    width: 100%;
    float: left;
}

.guest #logo-vodafone {
    position: fixed;
    display: block;
    width: 100%;
    top: 5px;
    z-index: 99;
}

.guest #logo-vodafone img {
    max-width: 40vw;
}



.guest section {
    position: relative;
    z-index: 0;
}

.guest section.container-fluid,
.guest #content-wrapper {
    padding: 0px;
}


.guest.form section#content,
.guest.form section#content-form #content-form-index,
.guest.form section#content-form #content-form-ablauf {
    min-height: unset;
    margin-bottom: 2px;
}

.guest section#content h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    .guest section#content h1 {
        font-size: 2.5rem;
    }
}

.guest section#content p {
    font-size: 2.5rem;
    padding: 0 10vw;
}

@media screen and (max-width: 991px) {
    .guest section#content p {
        font-size: 2.25rem;
    }
}

.guest section#content #DateCountdown {
    margin-top: 2rem;
}

@media screen and (min-width: 992px) {
    .guest section#content #DateCountdown {
        width: 700px;
        margin: auto;
    }
}


.guest section#content #countdown .time_circles>div>span,
.guest section#content #countdown .time_circles>div>h4 {
    font-family: 'vodafone_rgregular', Arial, sans-serif !important;
    line-height: 4rem !important;
}

@media screen and (max-width: 767px) {

    .guest section#content #countdown .time_circles>div>span,
    .guest section#content #countdown .time_circles>div>h4 {
        line-height: 3rem !important;
    }
}

.guest section#content #countdown .time_circles>div>span {
    font-size: 5rem !important;
    margin-top: 0.2em !important;
}

.guest section#content #countdown .time_circles>div>h4 {
    font-size: 1.5rem !important;
}

@media screen and (max-width: 767px) {
    .guest section#content #countdown .time_circles>div>h4 {
        margin-top: 2rem;
    }

    .guest section#content #DateCountdown .time_circles {
        margin-bottom: 3rem;
    }

    .guest section#content #countdown .time_circles>div>span {
        font-size: 3rem !important;
        margin-top: 0.15em !important;
    }
}



.guest.form section#content-form #content-form-ablauf>div.row>div.container ul {
    padding: 0 2rem;
}

.guest.form section#content-form #content-form-ablauf>div.row>div.container ul li {
    font-size: 2.2rem;
    line-height: 110%;
    font-family: 'vodafone_rgregular', Arial, sans-serif;
    margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    .guest.form section#content-form #content-form-ablauf>div.row>div.container ul li {
        font-size: 2rem;
        margin-left: 15px;
    }
}

.guest.form section#content-form div#sendsuccess {
    padding: 4rem;
    color: white !important;
    min-height: 375px;
    text-align: center;
}


.guest.form section#content-form div#sendsuccess>div.row>div.container>div {
    max-width: 700px;
    margin: auto;
}

.guest.form section#content-form #content-form-ablauf div.row>div.container {
    color: white;
    padding: 2rem 0 3rem 0;
    max-width: 900px;
}

@media screen and (max-width: 767px) {
    .guest.form section#content-form #content-form-ablauf div.row>div.container {
        padding: 2rem 0 0rem 0;
    }
}

.guest.form section#content-form #content-form-ablauf div.row>div.container h2 {
    font-family: 'vodafone_bold', Arial, sans-serif;
    text-align: center;
    font-size: 3rem;
}

@media screen and (max-width: 991px) {
    .guest.form section#content-form #content-form-ablauf div.row>div.container h2 {
        font-size: 2.5rem;
    }
}

.guest.form section#content-form #content-form-ablauf div.row>div.container h2,
.guest.form section#content-form #content-form-ablauf div.row>div.container ul li {
    margin-bottom: 2rem;
}

.guest #multistep-form .directions .submit-i {
    background-color: transparent;
    /*color: #5c5c5c !important;*/
}

.guest #multistep-form .directions .next:hover,
.guest #multistep-form .directions .prev:hover,
.guest #multistep-form .directions button:hover i {
    background-color: #5c5c5c;
    color: #fff;
    text-decoration: none;
}

.guest #multistep-form .directions .submit:hover {
    background-color: transparent !important;
}


/*
.guest #multistep-form .step .next{
    opacity: 0;
}
*/

.guest #multistep-form .directions .next i,
.guest #multistep-form .directions .prev i,
.guest #multistep-form .directions button i {
    font-size: 20px;
    margin-top: 3px;
    color: #5c5c5c;
    margin-left: 3px;
}



.guest #multistep-form .directions button i {
    padding-top: 3px;
    padding-left: 2px;
}

.guest #multistep-form .directions button div {
    margin-top: 5px;
    margin-left: 3px;
}

.guest #multistep-form .directions button:hover div {
    color: #fff;
    text-decoration: none;
}

.guest #multistep-form .directions .prev i {
    margin-left: 0px;
}

.guest #multistep-form .directions .next i:hover,
.guest #multistep-form .directions .prev i:hover,
.guest #multistep-form .directions .next:hover i,
.guest #multistep-form .directions .prev:hover i,
.guest #multistep-form .directions button:hover i {
    color: #fff;
}

.guest #multistep-form .directions .next .font-continue,
.guest #multistep-form .directions .prev .font-continue,
.guest #multistep-form .directions .next .font-back,
.guest #multistep-form .directions .prev .font-back {
    margin-left: -6px;
    margin-top: 8px;
    color: #5c5c5c;
}

.guest #multistep-form .directions .next .font-back,
.guest #multistep-form .directions .prev .font-back {
    margin-left: -8px;
}


.guest .slick-slide {
    outline: none;
}

#claim {
    margin-bottom: 2rem;
}

#claim p {
    text-align: center;
}

#claim .img-claim {
    /*-webkit-filter: drop-shadow(5px 5px 5px #000);
     filter: drop-shadow(5px 5px 5px #000);
	*/
    margin-bottom: 20px;
    margin: auto auto 20px auto;
}

@media screen and (max-width: 991px) {
    .guest .form-group {
        width: 100%;
        padding: 0 2rem;
    }
}

.radio {
    text-align: left !important;
    padding-left: 25px;
}


/*.guest .has-error .form-control { background:transparent; color:#ffffff; border: 1px solid #a94442; }*/

.guest .has-success {
    position: relative;
}

.guest .has-success:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #666;
    position: absolute;
    right: 9px;
    bottom: 9px;
    top: 9px;
}

.guest .has-success .aditional-message {
    display: none;
}

.guest .form-control:focus {
    border-color: #eb2823;
}

.guest textarea.form-control {
    background-color: rgba(255, 255, 255, 1);
    !important;
}

.guest .aditional-message {
    color: #4b5564;
}

#flexContainer {
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#flexContainer .fbox {
    padding: 4px;
}

#flexContainer div.fbox {
    width: 100%;
}


.text-danger {
    color: #FF0505;
}

.directions button {
    width: 65px !important;
    height: 60px !important;
}


/* ältere Chrome und Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .teaser {
        width: 37%;
    }
}

@media (max-width: 1024px) {
    .guest #content-header {
        margin-top: 0px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .btn-primary {
        margin-top: 15px;
    }
}

@media (max-width: 1023px) {

    .guest section#logincontent div.vodafone-box-1 {
        border-bottom: 3px solid white;
    }

    .guest section#logincontent div.vodafone-box-2 {
        border-left: 0px solid white;
    }
}


@media (max-width: 767px) {

    .guest section#logincontent div.vodafone-box-2 {
        border-left: 0px solid white;
        border-right: 0px solid white;
        border-bottom: 3px solid white;
    }

}



.text-danger {
    background: red;
    color: white !important;
    padding: 1rem;
}

.select-control {
    width: 100%;
    padding: 1rem;
    border: 0;
    text-align: center;
    color: #666;
}

.vodafone-box-3 a,
#content-form-ablauf a {
    color: white;
}

#content-form ul li {
    text-align: center;
}

div.plz {
    width: 28%;
    float: left;
    margin-right: 2%;
}

div.country {
    width: 70%;
    float: left;
}

div.adress {
    width: 65%;
    float: left;
    margin-right: 2%;
}

div.hnr {
    width: 33%;
    float: left;
}


.admin-export {
    display: flex;
    justify-content: space-between;
}

.admin-export a {
    width: 30%;
}

.admin-export a i {
    margin-right: 1rem;
}

.center {
    text-align: center;
}

.small {
    font-size: 1.5rem;
}

.headset {
    clear: both;
}

.danger-label {
    text-align: center !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2rem 0 0 auto !important;
}

.color-white {
    color: white;
}

.color-red {
    color: #C41215;
    font-weight: bold;
}

.color-gray {
    color: #6E6E6E;
    font-weight: bold;
}

hr {
    border-top: 1px solid #333;
}

@media screen and (max-width: 767px) {

    .startseite p.claim,
    .startseite .form-control {
        margin: 0 3rem 10px 3rem;
    }
}

.spacebetween {
    width: 40%;
}