@charset "utf-8";

@font-face {
    font-family: 'dmbrandbold';
    src: url('../misc/fonts/DMBrand/dmbrand-bold-webfont.eot');
    src: url('../misc/fonts/DMBrand/dmbrand-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/DMBrand/dmbrand-bold-webfont.woff2') format('woff2'),
    url('../misc/fonts/DMBrand/dmbrand-bold-webfont.woff') format('woff'),
    url('../misc/fonts/DMBrand/dmbrand-bold-webfont.ttf') format('truetype'),
    url('../misc/fonts/DMBrand/dmbrand-bold-webfont.svg#dmbrandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dmbrandlight';
    src: url('../misc/fonts/DMBrand/dmbrand-light-webfont.eot');
    src: url('../misc/fonts/DMBrand/dmbrand-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/DMBrand/dmbrand-light-webfont.woff2') format('woff2'),
    url('../misc/fonts/DMBrand/dmbrand-light-webfont.woff') format('woff'),
    url('../misc/fonts/DMBrand/dmbrand-light-webfont.ttf') format('truetype'),
    url('../misc/fonts/DMBrand/dmbrand-light-webfont.svg#dmbrandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dmbrandmedium';
    src: url('../misc/fonts/DMBrand/dmbrand-medium-webfont.eot');
    src: url('../misc/fonts/DMBrand/dmbrand-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/DMBrand/dmbrand-medium-webfont.woff2') format('woff2'),
    url('../misc/fonts/DMBrand/dmbrand-medium-webfont.woff') format('woff'),
    url('../misc/fonts/DMBrand/dmbrand-medium-webfont.ttf') format('truetype'),
    url('../misc/fonts/DMBrand/dmbrand-medium-webfont.svg#dmbrandmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dmbrandregular';
    src: url('../misc/fonts/DMBrand/dmbrand-regular-webfont.eot');
    src: url('../misc/fonts/DMBrand/dmbrand-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../misc/fonts/DMBrand/dmbrand-regular-webfont.woff2') format('woff2'),
    url('../misc/fonts/DMBrand/dmbrand-regular-webfont.woff') format('woff'),
    url('../misc/fonts/DMBrand/dmbrand-regular-webfont.ttf') format('truetype'),
    url('../misc/fonts/DMBrand/dmbrand-regular-webfont.svg#dmbrandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: dmbrandregular, Sans-Serif;
    color: #525260;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: dmbrandlight;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

p {
    margin: 0;
}

strong {
    font-weight: bold;
}

.cel-submit {
    padding: 10px 40px;
    background-color: #ff6469;
    border: 1px solid #ff6469;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #FFFFFF;
    cursor: pointer;
}

.cel-submit:hover {
    background-color: #BA353A;
    border: 1px solid #BA353A;
}

.cel-reset {
    padding: 10px 40px;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}

.cel-reset:hover {
    background-color: #FFFFFF;
    border: 1px solid rgba(150, 150, 150, 0.7);
    color: rgba(150, 150, 150, 0.7);
}

input, select, textarea {
    font-size: 18px;
    line-height: 18px;
    font-family: dmbrandregular, Sans-Serif;
    padding: 13px 2.25%;
    border: 1px solid rgba(150, 150, 150, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    background: transparent;
}

textarea {
    resize: none;
    width: 95%;
}

select:required:invalid {
    color: rgba(150, 150, 150, 0.6);
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #525260;
}

#banner {
    background: url('../gfx/banner_5c.png') no-repeat;
    background-size: 100% auto;
    padding-top: 500px;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

#warnings {
    color: #D1051E;
}

#content {
    max-width: 800px;
    margin: 0 auto;
}

#left-content {
    width: 50%;
    float: left;
    padding-top: 0;
    height: 700px;
}

#right-content {
    width: 50%;
    float: right;
    padding-top: 0;
    height: 700px;
}

#location, #event {
    margin: 20px 0;
}

.necessary_field {
    color: #D1051E;
}

.cel-button-wrapper {
    width: 100%;
}

.cel-buttons-left, .cel-buttons-right {
    width: 50%;
    float: left;
}

.cel-button-wrapper input {
    display: block;
    margin: 0 auto;
}

.cel-formfield {
    margin: 20px 0;
    width: 100%;
}

.cel-formfield:first-child {
    margin-top: 0;
}

::-webkit-input-placeholder { font-size: 18px; line-height: 18px; color: rgba(150, 150, 150, 0.6); opacity: 1; }
::-moz-placeholder { font-size: 18px; color: rgba(150, 150, 150, 0.6); opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { font-size: 18px; color: rgba(150, 150, 150, 0.6); opacity: 1; } /* ie */
input:-moz-placeholder { font-size: 18px; line-height: 18px; color: rgba(150, 150, 150, 0.6); opacity: 1; }

#participant_salutation {
    width: 25%;
    margin-right: 5%;
}

#participant_title {
    width: 65%;
}

#participant_firstname, #participant_lastname {
    width: 42.5%;
}

#participant_firstname {
    margin-right: 5%;
}

#participant_email {
    width: 95%;
}

select::-ms-expand {
    display: none;
}

#participant_phone_country_code {
    width: 15%;
    margin-right: 5%;
}

#participant_phone_area_code {
    width: 25%;
    margin-right: 5%;
}

#participant_phone_number {
    width: 35%;
}

#participant_number {
    width: 20%;
}

.group-booking .cel-input-wrapper {
    display: inline;
    width: 20%;
}

.group {
    float: right;
    display: inline;
    width: 70%;
    margin: 10px 0;
}

.end {
    margin-top: 50px;
    margin-bottom: 150px;
    width: 100%;
}

.end input {
    display: block;
    margin: 0 auto;
}

.cel-input-inner-wrapper {
    display: inline;
    position: relative;
}

.cel-input-inner-wrapper input:valid + .placeholder {
    display: none;
}

.cel-input-inner-wrapper select:valid + .placeholder {
    display: none;
}

.cel-input-inner-wrapper .placeholder {
    position: absolute;
    top: 0;
    left: 4.25%;
    z-index: -1;
    color: rgba(150, 150, 150, 0.6);
}

.cel-input-inner-wrapper .placeholder::before {
    content: attr(data-placeholder);
    font-size: 18px;
    line-height: 18px;
    color: rgba(150, 150, 150, 0.6);
}

.cel-input-inner-wrapper .placeholder::after {
    content: " *";
    color: #D1051E;
}

.cel-error {
    border-color: #D1051E;
    color: #D1051E;
}

.cel-error input:valid {
    color: #D1051E;
}

#error {
    padding: 0 10px;
}

@media only screen and (max-width: 1200px) {
    #banner {
        margin-bottom: 0px;
        background: url('../gfx/banner_4c.png') no-repeat;
        background-size: 100% auto;
        -moz-background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 39.42% /* (img-height / img-width * container-width) */
    }
}

@media only screen and (max-width: 959px) {
    #banner {
        margin-bottom: 0px;
        background: url('../gfx/banner_3c.png') no-repeat;
        background-size: 100% auto;
        -moz-background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 37.32% /* (img-height / img-width * container-width) */
    }
}

@media only screen and (max-width: 800px){
    #left-content {
        float: none;
        display: block;
        margin: 0 5%;
        height: inherit;
        width: 90%;
    }

    #right-content {
        float: none;
        display: block;
        margin: 0 5%;
        height: 700px;
        width: 90%;
    }
}

@media only screen and (max-width: 719px) {
    #banner {
        margin-bottom: 0px;
        background: url('../gfx/banner_2c.png') no-repeat;
        background-size: 100% auto;
        -moz-background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 39.37% /* (img-height / img-width * container-width) */
    }
}



@media only screen and (max-width: 450px) {
    span {
        font-size: 15px;
    }

    #participant_salutation {
        width: 25%;
        margin-right: 2.5%;
    }

    #participant_title {
        width: 60.25%;
    }

    #participant_firstname, #participant_lastname {
        width: 40%;
    }

    #participant_firstname {
        margin-right: 2.5%;
    }

    #participant_email {
        width: 89%;
    }

    #participant_phone_country_code {
        width: 15%;
        margin-right: 5%;
    }

    #participant_phone_area_code {
        width: 20%;
        margin-right: 5%;
    }

    #participant_phone_number {
        width: 33%;
    }

    #participant_number {
        width: 15%;
    }

    #participant_remark {
        width: 88%;
    }

    .group-booking .cel-input-wrapper {
        display: inline;
        width: 20%;
    }

    .cel-submit, .cel-reset {
        padding: 10px 20px;
    }


}
@media only screen and (max-width: 374px) {
    #banner {
        margin-bottom: 0px;
        background: url('../gfx/banner_1c.png') no-repeat;
        background-size: 100% auto;
        -moz-background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: 81.29% /* (img-height / img-width * container-width) */
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

@media only screen and (max-width: 324px) {
    .group {
        margin: 0;
    }
}
.cel-cookies {background-color: white;position: fixed; bottom: 0; left: 0; right: 0; text-align: center; }
.cel-cookies .alert { margin-bottom: 0; }
.close {float: right; font-size: 21px; font-weight: bold; line-height: 1; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20);}

