body {
    background-color: white;
    /**/
    height: 100vh;
    margin: 0;
}

/*
body.module-login .content-padding {
    background-size: cover;
    background-position: top right;
    background-image: url('../img/PwC_primary_gradient_std_rgb.png');
);
}

body.module-login #container-wrapper, #login {
    background-color: transparent;
}
*/

.container-full {
    height: 100%;
    margin: 0 auto;
    max-width: var(--syc-column-max-width);
    padding: 0;
    width: 100%;
}
body.module-register #container-wrapper, body.module-site #container-wrapper, body.module-login #container-wrapper {
    background-color: var(--bu-white);
}

.heropromo.section {
    background-color: transparent;
}

/*
#login .login_button {
    background-color: #FD5108;
    color: #000;
}
#login .login_button:hover {
    background-color: #000;
    color: #fff;
}
*/

.brand-dropdown {
    display: inline-block;
    margin: 0;
    position: relative;
}

/* Standard-Marker entfernen */
.brand-dropdown summary {
    list-style: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 20px 5px 0; /* rechts Platz für das Icon */
    position: relative;
}

.brand-dropdown summary::-webkit-details-marker {
    display: none;
}

/* Pfeil als CSS-Hintergrundbild rechts platzieren */
.brand-dropdown summary::after {
    content: "";
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url('../img/icon-chevron-horizontal.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

/* Pfeil nach oben drehen, wenn geöffnet */
.brand-dropdown[open] summary::after {
    transform: rotate(180deg);
}
.brand-dropdown summary:hover,
.brand-dropdown[open] summary:hover{
    border-bottom: 3px solid var(--bu-black);
}
/* Unterstreichung bei geöffnetem Tab */
.brand-dropdown[open] summary {
    border-bottom: 3px solid var(--bu-orange);
}

#menuBarWrapper {
    border-bottom-color: #cbd1d6;
    border-bottom-width: 1px;
    background-color: var(--bu-white);
}

#menuBar {
    border: none;

}

#menuBar a, #menuBar a:hover {
    font-family: "PwC Helvetica Neue", arial, serif;
    font-size: 18px;
}

.explore-nav {
    min-height: 52px;
    background-color: transparent;
    display: flex;
    flex-flow: row nowrap;
    margin: auto 0 0 auto;
    max-width: 700px;
}

.explore-nav__panels {
    padding-top: 100px;
    background-color: var(--bu-white);
    font-family: 'HelveticaNeueBold', arial, serif;
    line-height: 27px;
    font-size: 1.125rem;
    font-weight: normal;
    margin-left: -15px;
}

.explore-nav__panels .only-mobile {
    display: none;
}
.explore-nav__panels ul li {
    margin-bottom: 0;
}
.explore-nav__panels ul li a {
    display: inline-block;
    width: 100%;
}
.explore-nav__panels ul li a:hover {
    padding-bottom: 0;
}
.slimheader-sublevel-slide.lv2-label {
    line-height: 26px;
    font-size: 1.375rem;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 15px;
}

.slim-header__flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 1600px;
    margin: auto;

}

.slim-header__territory-name {
    display: flex;
    flex-flow: row nowrap;
    min-height: 52px;
    margin: auto 0 0 18px;
    min-width: fit-content;

}

.slimheader-close {
    position: absolute;
    display: block;
    right: 200px;
    font-size: 1.5rem;
    top: 26px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #000;
    z-index: 6;
}

.slimheader-close::before {
    content: "\2715";
}

#logoWrapper {
    position: inherit;
    top: 0;
}

.main-header div {
    position: inherit;
}

.hero-promo .hero-promo__title-heading .highlight__inner {
    text-transform: capitalize;
    line-height: inherit;
}

.slide-bg {
    background-color: #2d2d2d;
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease-in-out
}

.slide-bg {
    background-color: #f5f7f8
}

.slim-hamburger-ico#slim-hamburger {
    position: relative;
    margin: auto 0 auto auto;
    width: 30px;
    height: 18px;

}

#slim-hamburger {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    flex;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;

}

#slim-hamburger span {
    background: #000;
}

#slim-hamburger span:nth-child(1) {
    top: 0;
}

#slim-hamburger span:nth-child(2) {
    top: 8px;
}

#slim-hamburger span:nth-child(3) {
    top: 16px;
}

#slim-hamburger.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#slim-hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#slim-hamburger.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#slim-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #464646;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


    .slide-bg.fade-in {
        opacity: .55;
        height: 100vh;
        z-index: 5;
    }


.username {
    border: 1px solid #7d7d7d !important;
}

#logo_pwc {
    text-indent: -9999em;

    width: 72px;
    height: 55px;

    margin-right: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;

    background-image: url("/themes/PwC/img/logo1.svg");
    margin: 25px 3px 14px 0;
    flex-shrink: 0;
    display: flex;
}

.content-padding {
    font-size: 1rem;
    line-height: 1.7em;
}

a.button-big.right.active {
    /*background-color: #e0301e;*/
}

.step-by-step-icon.active .icon {
    /*background-color: #e0301e;*/
}

.text-component .btn {
    text-shadow: none;
    box-shadow: none;
}

.btn.btn--primary.btn--transparent {
    margin-right: 20px;
}

.btn.btn--primary.btn--transparent.active {
    background: #7d7d7d !important;
    border: 1px solid #7d7d7d !important;
    color: #ffffff !important;
}

.header a:hover, a:focus {
    background-color: transparent
}

#footer .collectionv2-component.ng-scope {
    padding: 0;
}

#footer .collectionv2-component .collection__heading-divider {
    margin: 0 0 6px 0;
}

#footer {
    background-color: transparent;
    color: #ffffff;
    height: initial;
    padding: 0;
}

#footer ul li a {
    color: #ffffff;
}

.pwc-forms .control--checkbox input:checked ~ .control__indicator {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    background: url("components-colors/images/forms-icons/icon-tick.png") no-repeat scroll #49494b;
    background: url("components-colors/images/forms-icons/icon-tick.svg") no-repeat scroll #49494b;
    background-position: center;
    background-size: 15px 15px;
}

.pwc-forms
.control--checkbox
input:not([disabled]):focus
~ .control__indicator {
    outline: 1px dotted #212121;
    outline: -webkit-focus-ring-color auto 5px;
}

.pwc-forms
.control--checkbox:hover
input:not([disabled]):checked
~ .control__indicator {
    background: url("components-colors/images/forms-icons/icon-tick.png") no-repeat scroll #49494b;
    background: url("components-colors/images/forms-icons/icon-tick.svg") no-repeat scroll #49494b;
    background-position: center;
    background-size: 15px 15px;
}

form {
    margin-top: 40px;
}

form .content-padding {
    padding: 0;
}

form .pwc-text {
    font-family: "PwC ITC Charter", Georgia, Serif;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: normal;
    display: block;
    text-align: left;
    font-size: 1.3rem;
    border-bottom: 2px solid #e0301e;
    margin-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 32px !important;
}

form label.checkbox,
form label.radio {
    color: #3f3f3f;
    position: relative;
    margin-top: 5px;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-size: 1.2em;
    line-height: 1rem;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
}

form label.radio {
    line-height: 1.4rem;
}

form .customcheckbox,
form .customradio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

form .customcheckbox {
    border-radius: 2px;
}

form input[type="radio"],
form .customradio:active,
form input:checked ~ .customradio {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    background: url(/themes/PwC/img/icon-radio.svg) no-repeat scroll #49494b;
    background-position: center;
    background-size: 15px 15px;
}

form input[type="radio"]:active,
form .customcheckbox:active,
form input:checked ~ .customcheckbox {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    background: url(/themes/PwC/img/icon-tick.svg) no-repeat scroll #49494b;
    background-position: center;
    background-size: 15px 15px;
}

form input[type="checkbox"],
form input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#content-step-by-step .bar {
    /*background: #ffffff;*/
}

#content-step-by-step .bar_done {
    /*background-color: #e0301e;*/
}

.step-by-step-icon.done .icon {
    /* background-color: #e0301e !important;*/
    /* color: #fff;*/

}

.step-by-step-icon.done a {
    /*color: #fff;*/
}

#content-step-by-step {
    /*  background-color: #2d2d2d;*/
    /* border: none;*/
    /*  height: 110px;*/
    /* margin-bottom: 14px; */
    /* padding: 10px;*/
    /* position: relative;*/
}


.Vsmall {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 10px;
}

.step-by-step-icon .icon {
    /*background-color: #fff !important;*/
    font-size: 18pt;
    font-weight: bold;
    line-height: 40px;
}

.step-by-step-icon.active .icon {
    /*background-color: #e0301e !important;*/
}

.step-by-step-icon.active {
    /* color: #fff;*/
}

.form-group.has-error {
    display: flex;
    flex-direction: column;

    .control-label,
    .formInputPhoneLabel.error {
        order: 1;
    }

    .intl-tel-input,
    .form-control {
        order: 3;
    }

    .help-block {
        order: 2;
    }
}

.form-control,
form select,
form textarea,
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="date"],
.intl-tel-input input,
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
    margin-bottom: 30px;
    display: block;
    resize: vertical;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    text-align: left;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-size: 1.142rem;
    height: auto;
    line-height: 1.5em;
    width: 100%;
    border-radius: 0;
    color: #2d2d2d;
    padding: 10px 20px;
    border: 1px solid #7d7d7d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    line-height: normal;
    padding: 12.5px 33px 12.5px 20px;
}

intl-tel-input input, .intl-tel-input input[type="text"], .intl-tel-input input[type="tel"] {
    padding-right: 36px;
    padding-left: 52px !important;
}

.intl-tel-input {

    display: block;
}

form textarea {
    min-height: 160px;
}

form label {
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: normal;
    display: block;
    text-align: left;
}

/* form .center {
        width: 50%;
    } */

/* */

#content-bottom-button-area {
    /* border-top: 2px solid #e0301e;*/
    border: none;
    background: transparent;
}

#login .login_button,
#content-bottom-button-area .button,
#content-bottom-button-area .button:link,
#content-bottom-button-area .button:hover,
#content-bottom-button-area .button:focus,
#content-bottom-button-area .button:first-child {
    *margin-left: 0;

    border-radius: 0;

    display: inline-block;
    padding: 14px 22px;
    font-size: 1rem;
    line-height: 1.14em;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    max-width: 64ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
    box-shadow: none;
    text-transform: initial;
    background: var(--bu-orange);
    border: 1px solid var(--bu-orange);
    height: initial;
    color: var(--bu-white);
    margin-right: 0;
    margin-left: 20px;

}

#login .login_button:hover,
#content-bottom-button-area .button:hover,
#content-bottom-button-area .prev.button:hover {
    background: var(--bu-black) !important;
    border: 1px solid var(--bu-black);
    color: #fff;
}


#content-bottom-button-area .prev.button {
    background: var(--bu-white) !important;
    border: 1px solid var(--bu-black);
    color: var(--bu-black);
}

#login .login_button {
    display: block;
    margin: 0 auto;
    clear: both;
}

#footer ul li a:hover {
    color: #e0301e;
    text-decoration: initial;
}


.explore-nav__tab-links > ul {
    background-color: transparent;
    white-space: nowrap;
    position: relative;
    text-align: left;
    margin: 0;
    list-style: none;
    padding-left: 0;
}


.content-padding .center {
    text-align: left;
}

div[style*="display:inline-block;/*zoom: 1 ;*/"] {
    padding: none;
    min-width: 50%;
}

form select {
    background: #fff url(/themes/PwC/img/icon-chevron-horizontal.png) right 15px center no-repeat;
    background-size: 15px 15px;
    height: auto;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-: none;
}

select {
    background: url(/themes/PwC/img/icon-chevron-horizontal.svg) no-repeat #fff 98% 50% !important;
    background-color: rgb(255, 255, 255);
    background-image: url("/themes/PwC/img/icon-chevron-horizontal.svg");
    background-size: 15px 15px !important;
}
@media (max-width: 767px) {
    #menuBar {
        height: 82px;
    }
}
@media (max-width: 992px) {
    div[style*="display:inline-block;/*zoom: 1 ;*/"] {
        width: 100%;
    }

    .slimheader-close {
        display: none;
    }

    .explore-nav {
        display: none;
    }

    #slim-hamburger {
        display: initial;
    }

    .explore-nav__panels .only-mobile {
        display: inherit;
    }
}

@media (max-width: 1200px) {
    .explore-nav {
        max-width: 500px;
    }
}
