            body,
            p,
            div,
            span,
            a,
            td,
            th,
            label,
            h1,
            h2,
            input,
            select,
            button {
                color: #2d2d2d;
                font-family: "VAG Rounded Std 300", sans-serif;
            }
            
            body{
                height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }



            #email {
                color: #999;
            }
            
            table,
            tbody,
            tr,
            td {
                display: block;
            }
            
            .content-cloudPage table tbody tr td {
                margin: 10px;
            }
            
            .headerArea a {
                font-family: sans-serif;
                font-size: 16px;
                text-decoration: none;
                color: #ffffff;
            }
            
            .headerArea {
                background-color: #006ED6;
                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-color: #006ED6;
                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;
                }
            }
            
            .cloudPageMain {
                max-width: 730px;
                margin: auto;
            }
            
            .cloudPageMainHead {
                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;
            }
            
            .cloudPageMainHead h1 {
                font-size: 36px;
                font-weight: 100;
                font-family: "VAG Rounded Std 100", sans-serif;
            }
            
            .cloudPageMainHead h2 {
                font-size: 24px;
                font-weight: 100;
                font-family: "VAG Rounded Std 100", sans-serif;
            }
            
            .cloudPageMainPrefs {
                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;
            }
            
            .cloudPageMainPrefsLeft {}
            
            .cloudPageMainPrefsLeftHeadline {
                font-family: "VAG Rounded Std 300", sans-serif;
                font-size: 20px;
                font-weight: 100;
                margin-bottom: 30px;
            }
            
            .cloudPageMainPrefsLeftSelection {
                text-align: left;
            }
            
            .cloudPageMainPrefsLeftSelection label {
                font-size: 18px;
                margin-left: 15px;
                line-height: 22px;
                padding-top: 6px;
            }
            
            .cloudPageMainPrefsRight {}
            
            .cloudPageMainPrefsRight img {
                padding: 10px;
                width: 120px;
            }
            
            .cloudPageMainContactData {
                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;
            }
            
            .cloudPageMainContactDataHeadline {
                font-family: "VAG Rounded Std 300", sans-serif;
                font-size: 20px;
                font-weight: 100;
                margin-bottom: 30px;
            }
            
            .cloudPageMainContactDataFields input,
            .cloudPageMainContactDataFields 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;
            }
            
            .cloudPageMainContactDataFields input:focus,
            .cloudPageMainContactDataFields select:focus {
                border-width: 0px 0px 1px 0px;
                border-color: #006ED6;
                outline: none;
            }
            
            .mandatory {
                color: #006ED6;
                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: #006ED6;
                border: 1px solid #006ED6;
            }
            /* 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);
            }
            
            .cloudPageMainButtons {
                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;
            }
            
            .cloudPageMainUnsubHeadline {
                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: #006ED6;
                border: 1px solid #006ED6;
            }
            /* 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) {
                .cloudPageMainButtons {
                    align-items: center;
                    justify-content: center;
                }
                .cloudPageMainContactDataFields {
                    display: block;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                }
                .cloudPageMainContactDataFields,
                .inputDouble {
                    align-items: center;
                    justify-content: center;
                    display: block;
                }
                .headerLinkText {
                    display: none;
                }
                .cloudPageMainPrefsRight {
                    display: none;
                }
                .cloudPageMain {
                    margin: 0 auto;
                    padding: 0px;
                }
                .cloudPageMainHead {
                    padding: 20px 20px 20px 20px;
                }
                .cloudPageMainPrefs {
                    padding: 15px 20px 20px 20px;
                }
                .cloudPageMainContactData {
                    padding: 20px 20px 20px 20px;
                }
                .cloudPageMainContactDataFields input,
                .cloudPageMainContactDataFields 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;
                }
            }
             
            .DOIPageMainImage {
                max-width: 1000px;
                margin: 0 auto;
            }

            .birthdayPageContactData {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
            }

            #Birthday {
                font-size: 24px;
            }