

/***********************************************************************
 * Organization code: porscheklubben
 * Template code name: porsche
 * Last generated: 2025-09-29 12:29:44
 ***********************************************************************/


/***********************************************************************
 * Auto generated css-code for shop from settings in selected layout
 ***********************************************************************/

    .cwBody,
    .cwBody A,
    .cwBody A:hover,
    .cwBody A:visited {
        color : black;
    }
    .cwArea .regIcon,
    .cwVisibleForm,
    .cwFormCenter,
    .cwControlAreaTop,
    .cwControlAreaBottom,
    .cwInputArea,
    .cwInfoArea,
    .cwDataArea,
    .cwArea .shopSearchForm,
    .cwArea .shopSearchFormBasic,
    .cwArea .shopSearchFormAdvanced,
    .cwArea DIV.filterOptionFramed:hover,
    .cwTerms,
    .cwArea HR {
        border-color : #DADADA;
    }
    .cwArea .regIcon {
        background-color : #E8E8E8;
    }
    .cwControlAreaTop {
        background-color : #E8E8E8;
        background: -moz-linear-gradient(top, #E8E8E8 0%,#F0F0F0 43%,#F0F0F0 57%,#E8E8E8 100%);
        background: -webkit-linear-gradient(top, #E8E8E8 0%,#F0F0F0 43%,#F0F0F0 57%,#E8E8E8 100%);
        background: -o-linear-gradient(top, #E8E8E8 0%,#F0F0F0 43%,#F0F0F0 57%,#E8E8E8 100%);
        background: -ms-linear-gradient(top, #E8E8E8 0%,#F0F0F0 43%,#F0F0F0 57%,#E8E8E8 100%);
        background: linear-gradient(to bottom, #E8E8E8 0%,#F0F0F0 43%,#F0F0F0 57%,#E8E8E8 100%)
    }
    .cwControlAreaTop,
    .cwArea .shopSearchFormBasic,
    .cwArea .regIcon {
        color : black;
    }
    DIV.filterOptionFramed:hover {
        background-color : #FAFAFA;
    }
    .cwControlAreaBottom,
    .cwVisibleForm,
    .cwInfoArea,
    .cwInputArea {
        background-color : #FAFAFA;
        background: -moz-linear-gradient(left, #F4F4F4 0%,#FAFAFA 250px);
        background: -webkit-linear-gradient(left, #F4F4F4 0%,#FAFAFA 250px);
        background: -o-linear-gradient(left, #F4F4F4 0%,#FAFAFA 250px);
        background: -ms-linear-gradient(left, #F4F4F4 0%,#FAFAFA 250px);
        background: linear-gradient(to right, #F4F4F4 0%,#FAFAFA 250px)
    }
    .cwhc_Question:hover,
    .cwTerms,
    .cwArea .shopSearchFormAdvanced,
    .cwDataArea {
        background-color : #ff0000;
    }

/***********************************************************************
 * Manually added css-code in selected layout
 ***********************************************************************/

* {
    box-sizing: border-box;
}

.cwButton,
.cwArea body,
.cwArea p,
.cwArea span,
.cwArea h1,
.cwArea h2 {
    font: 14px sans-serif;
    color: #010205;
}

.cwArea input,
.cwArea textarea {
    font-size: 16px !important;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.cwArea textarea {
    resize: vertical;
    min-height: 48px;
}

.cwArea h2 {
    font-size: 20px !important;
    font-weight: bold !important;
}

.cwButton,
.cwArea input[type="button"],
.cwArea input[type="submit"] {
    -webkit-appearance: none;
    background: #2a4b6d;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 12px !important;
    text-align: center;
}

.cwButton:hover,
.cwArea input[type="button"]:hover,
.cwArea input[type="submit"]:hover,
input.cwShopNavBack:hover,
input.cwShopNavAbort:hover {
    background: #b30000;
    cursor: pointer;
}

.cwArea input[type="text"],
.cwArea input[type="password"] {
    display: block;
    font-size: 1rem;
    max-width: 100%;
    padding: 8px;
}

.cwButton:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input.cwShopNavBack:disabled,
input.cwShopNavAbort:disabled {
    opacity: .5;
}

.cwButton:disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input.cwShopNavBack:disabled:hover,
input.cwShopNavAbort:disabled:hover {
    background: #3e4146;
}

.cwInvalidDataContainer {
    border: 1px solid #cc0000;
    border-width: 1px 1px 1px 3px;
    background: none;
}

.cwInvalidDataReport {
    background: #f0f0f0;
    border: 0;
    border-left: 3px solid #cc0000;
    border-radius: 4px;
    color: #333333;
    margin: 0;
}

.cwInvalidDataReport ul {
    padding: 0;
    list-style: none;
}

.cwVisibleForm,
.cwControlAreaTop,
.cwFormCenter,
.cwInputArea,
.cwDataArea {
    background: none;
}

.cwVisibleForm,
.cwControlAreaTop,
.cwFormCenter,
.cwControlAreaBottom {
    border: 0;
}

.cwControlAreaTop {
    background: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.cwControlAreaTop input {
    margin-right: 10px;
}

.cwVerticalFields {
    font-weight: bold;
}

.cwVerticalFields input {
    font-weight: normal;
    margin-top: 4px;
}

.cwDataName {
    color: #777777;
    font-style: normal;
    opacity: 1;
    margin-bottom: 2px;
    padding: 0;
}

.cwDataValue {
    margin-bottom: 10px;
}

.cwControlAreaBottom {
    margin-top: 10px;
    padding: 10px;
    color: #999;
}




/**************************/
/***** Custom styling *****/
/**************************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

input[type="submit"] {
    width: fit-content;
}

.cwhc_SubmitButton {
    margin-top: 13rem !important;
}

.dropdown-display {
    padding: 12px !important;
    min-height: 38px;
    border-radius: 4px;
    border: 1px solid #dddddd !important;
}

.cwArea p {
    line-height: 1.5 !important;
    max-width: 95ch;
    text-wrap: pretty;
    margin-bottom: 0;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

.cwArea ul {
    margin-block-start: 8px;
    margin-block-end: 8px;
    padding-inline-start: 2em;
    max-width: 95ch;
}

.section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #ffffff !important;
    margin: 0px;
    padding: 24px 24px 16px 24px;
    outline: 1px solid #ebebeb;
    border-radius: 12px;
    box-shadow: 0px 0px 12px -6px rgb(0, 0, 0, 0.3);
}

.section-wrapper.active {
    display: flex !important;
}

.section-wrapper.active:hover {
    background: #ffffff;
}

.cwColumnWide.cwInputArea:not(:has(.section-wrapper)) {
    gap: 0px;
}

.section-nav {
    display: none;
}

.section-nav[data-visible="true"] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    margin-top: 3.5rem;
}

.nav-button-row {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.nav-next-help-row {
    position: absolute;
    top: -36px;
    color: red;
}

.cwhc_Question {
    margin: 0 !important;
    padding: 0 !important;
    clear: left;
}

.cwhc_Question.br-removed {
    display: flex;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 0px !important;
}

.cwhc_Question>div {
    padding: 0px !important;
}

.cwhc_Question>div:has(img) {
    margin-bottom: 0em !important;
    margin-top: 0em !important;
}

.cwhc_Question>p:has(span) span {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cwhc_Question>p {
    margin-bottom: 0em !important;
    margin-top: 0em !important;
}

.cwColumnWide.cwInputArea {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(100% - 1rem);
}

@media (max-width: 797px) {
    .cwColumnWide.cwInputArea {
        width: 100%;
    }
}

.cwhc_FormColumn2 {
    margin-left: 0em !important;
}

.cwhc_FormColumn12 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cwhc_MandatoryQuestionFlag {
    color: red !important;
    font-size: 24px !important;
    margin-left: 0px !important;
}

.is-heading {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

h2 {
    hyphens: auto;
}

.cwhc_Question:hover {
    background-color: #ffffff;
}

.nav-next-btn,
.nav-back-btn,
#section-toggle-btn {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    transition: background-color 0.2s ease-out;
}

.nav-next-btn:hover,
.nav-back-btn:hover,
#section-toggle-btn:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.cwhc_SubmitButton:not(:has(~ .section-wrapper.is-active):has(+ .section-wrapper.is-active)) {
    margin-top: 0rem;
}

/* END Custom styling */