h1,
h2,
h3,
h4,
h5 {
    color: #0095d4;
    font-family: "VAG Rounded Std 100", sans-serif;
    font-weight: normal;
}

body {
    font-size: 16px;
}

table,
tbody,
tr,
td {}

.content-pref table tbody tr td {
    margin: 10px;
}

.headerArea a {
    font-family: sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

.headerArea {
    background-image: url('https://image.email.playmobil.com/lib/fe2c11737364047f701d75/m/1/4ed24525-ebbe-4e9b-a9a2-499b773f81d4.png');
    background-size: contain;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    align-items: center;
    display: inline-flexbox;
}

.innerHeader {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    height: 100%;
}

.rightInnerHeader {
    vertical-align: middle;
    text-align: left;
    line-height: 26px;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    text-align: right;
    display: flex;
}

.rightInnerHeader div {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.rightInnerHeader a {
    padding-left: 20px 20px 20px 40px;
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
}

.rightInnerHeader img {
    padding-right: 5px;
    padding-left: 5px;
}

.leftInnerHeader {
    padding: 5px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.footerArea {
    background-image: url('https://image.email.playmobil.com/lib/fe2c11737364047f701d75/m/1/4ed24525-ebbe-4e9b-a9a2-499b773f81d4.png');
    background-size: contain;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.innerFooter {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    min-height: 84px;
}

.innerFooter a,
.innerFooter span,
.innerFooter td {
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    padding: 20px;
}

.left-element {
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    margin: 20px 50px 20px 0px;
}

.right-element {
    justify-content: space-evenly;
}

@media (max-width: 767px) {
    .innerFooter {
        flex-direction: column;
        align-items: stretch;
    }
}

.prefMain {
    max-width: 730px;
    margin: auto;
}

.prefMainHead {
    text-align: center;
    font-family: "VAG Rounded Std 300", sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding: 50px 50px 20px 50px;
    max-width: 730px;
    margin: 0 auto;
}

.prefMainHead h1 {
    font-size: 36px;
    font-weight: 100;
    font-family: "VAG Rounded Std 100", sans-serif;
}

.prefMainHead h2 {
    font-size: 24px;
    font-weight: 100;
    font-family: "VAG Rounded Std 100", sans-serif;
}

.prefMainPrefs {
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 15px 0px 20px 50px;
    margin-bottom: 30px;
    vertical-align: top;
    max-width: 730px;
    display: flex;
    flex-direction: row;
}

.prefMainPrefsLeft {}

.prefMainPrefsLeftHeadline {
    font-family: "VAG Rounded Std 300", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}

.prefMainPrefsLeftSelection {
    text-align: left;
}

.prefMainPrefsLeftSelection label {
    font-size: 18px;
    margin-left: 15px;
    line-height: 22px;
    padding-top: 6px;
}

.prefMainPrefsRight {}

.prefMainPrefsRight img {
    padding: 10px;
    width: 120px;
}

.prefMainContactData {
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 20px 20px 20px 50px;
    margin-bottom: 30px;
    max-width: 730px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.prefMainContactDataHeadline {
    font-family: "VAG Rounded Std 300", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}

.prefMainContactDataFields input,
.prefMainContactDataFields select {
    border-width: 0px 0px 1px 0px;
    border-color: #bdbdbd;
    border-radius: 0px;
    font-size: 16px;
    padding: 3px 5px 3px 0px;
    width: 300px;
    outline: none;
}

.prefMainContactDataFields input:focus,
.prefMainContactDataFields select:focus {
    border-width: 0px 0px 1px 0px;
    border-color: #0095D4;
    outline: none;
}

.mandatory {
    color: #0095D4;
    font-size: 18px;
}

.checkboxInput {
    margin-top: 15px;
    margin-bottom: 15px;
}

.checkboxInput input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin-right: 20px;
    background-color: #023473;
    border: 1px solid #A9A9A9;
}


/* The container */

.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmarkCheckbox {
    position: absolute;
    top: 3px;
    left: -15px;
    height: 24px;
    width: 24px;
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
    border-radius: 50%;
    font-size: 14px;
    vertical-align: middle;
    align: center;
}


/* On mouse-over, add a grey background color */

.checkboxContainer:hover input~.checkmarkCheckbox {}


/* When the checkbox is checked, add a blue background */

.checkboxContainer input:checked~.checkmarkCheckbox {
    background-color: #0095D4;
    border: 1px solid #0095D4;
}


/* Create the checkmarkCheckbox/indicator (hidden when not checked) */

.checkmarkCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmarkCheckbox when checked */

.checkboxContainer input:checked~.checkmarkCheckbox:after {
    display: block;
}


/* Style the checkmarkCheckbox/indicator */

.checkboxContainer .checkmarkCheckbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prefMainButtons {
    max-width: 730px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.buttonContainer {}

.buttonContainer img {
    position: absolute;
    right: 0px;
    top: -30px;
}

.buttonContainer button,
div.button {
    width: 260px;
    color: #ffffff;
    background-color: #DA7216;
    border: 1px solid #DA7216;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.prefMainUnsubHeadline {
    font-family: "VAG Rounded Std 300", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 10px;
}

.radioInput {
    margin-top: 15px;
    margin-bottom: 15px;
}

.radioInput input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin-right: 20px;
    background-color: #023473;
    border: 1px solid #A9A9A9;
}


/* The container */

.radioContainer {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio */

.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio */

.checkmarkradio {
    position: absolute;
    top: 3px;
    left: -15px;
    height: 24px;
    width: 24px;
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
    border-radius: 50%;
    font-size: 14px;
    vertical-align: middle;
    align: center;
}


/* On mouse-over, add a grey background color */

.radioContainer:hover input~.checkmarkradio {}


/* When the radio is checked, add a blue background */

.radioContainer input:checked~.checkmarkradio {
    background-color: #0095D4;
    border: 1px solid #0095D4;
}


/* Create the checkmarkradio/indicator (hidden when not checked) */

.checkmarkradio:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmarkradio when checked */

.radioContainer input:checked~.checkmarkradio:after {
    display: block;
}


/* Style the checkmarkradio/indicator */

.radioContainer .checkmarkradio:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul {
    list-style-image: url('https://image.email.playmobil.com/lib/fe2c11737364047f701d75/m/1/57b8f93d-dc58-463c-a3f0-8c4a49a0d3e2.png');
    list-style-position: outside;
    margin-left: 26px;
    padding-left: 0px;
}

li {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    padding-left: 9px;
    padding-bottom: 12px;
}

.inputArea {
    padding: 15px 15px 15px 0px;
}

.inputDouble {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.headerLinkText {
    color: #ffffff;
}

@media (max-width: 767px) {
    .prefMainButtons {
        align-items: center;
        justify-content: center;
    }
    .prefMainContactDataFields {
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .prefMainContactDataFields,
    .inputDouble {
        align-items: center;
        justify-content: center;
        display: block;
    }
    .headerLinkText {
        display: none;
    }
    .prefMainPrefsRight {
        display: none;
    }
    .prefMain {
        margin: 0 auto;
        padding: 0px;
    }
    .prefMainHead {
        padding: 20px 20px 20px 20px;
    }
    .prefMainPrefs {
        padding: 15px 20px 20px 20px;
    }
    .prefMainContactData {
        padding: 20px 20px 20px 20px;
    }
    .prefMainContactDataFields input,
    .prefMainContactDataFields select {
        max-width: 100%;
    }
    .innerFooter a {
        padding: 0 20px;
        display: block;
        line-height: 40px;
        text-align: center;
    }
    .left-element {
        margin: 20px 0px;
        text-align: center;
    }
    .rightInnerHeader {
        display: none;
    }
}