html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
}

body * {
    font-family: Arial, Verdana, sans-serif;
}

.container {
    width: 100%;
    max-width: 1552px;
}

header > a {
    display: inline-block;
    margin: 11px 62px;
}

header .header-img {
    background: #ffffff url("../images/vw/header.png") top center no-repeat;
    width: 100%;
    height: 471px;
}

header .logo-img {
    background: #ffffff url("../images/vw/logo.png") top center no-repeat;
    width: 100%;
    height: 93px;
    margin: 70px 0;
}

.content {
    background-color: #ffffff;
    margin: 0 auto 50px auto;
    max-width: 1188px;
}

.content > .row {
    margin: 0;
}

.main {
    width: 782px;
    margin: 0 32px 0 0;
    padding: 0 0 0 70px;
}

.short-main {
    margin: 0 32px 50px 0;
}

.sidebar {
    width: 374px;
    margin: 0;
    padding: 0;
}

.sidebar > div {
    margin-right: 22px;
}

.sidebar .invite {
    background-color: #ffffff;
    color: #001e50;
    border: 1px solid #d8dde0;
    margin-top: -15px;
}

.sidebar .invite h3, .small-invite h3 {
    color: #3a424e;
    font-size: 42px;
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.small-invite h3 {
    font-size: 37px;
    margin: 0;
    line-height: 100px;
}

.sidebar .invite p, .small-invite p {
    margin-bottom: 45px;
    text-transform: uppercase;
    color: #90959d;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.sidebar .date {
    background-color: #00b0f0;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 20px 0 20px 0;
    text-align: center;
}

.small-date {
    display: flex;
    flex-direction: row;
    background-color: #00b0f0 !important;
    color: #ffffff !important;
    text-align: center;
}

.small-date img {
    flex: 0;
    min-width: 51px;
    max-width: 51px;
    height: 41px;
    align-self: center;
    margin: 0 10px;
}

.small-date > div {
    flex: 1;
    align-self: center;
    padding-right: 10px;
}

.small-date p {
    font-weight: bold;
}

.small-date a {
    color: #ffffff;
    font-style: italic;
}

.fixed-header .date {
    height: 87px;
    background-color: #ffffff;
    padding-top: 22px;
    width: 374px;
    float: right;
}

.sidebar .date div, .fixed-header .date div {
}

.sidebar .date img, .fixed-header .date img {
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block;
}

.sidebar .date p, .fixed-header .date p {
    margin: 2px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.sidebar .date a, .fixed-header .date a {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 -2px 0;
    font-style: italic;
}

.sidebar .location {
    background-color: #4e88a5;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 25px;
}

.sidebar .location img {
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block;
}

.sidebar .location div {
    float: left;
}

.sidebar .location div.clear {
    float: none;
    clear: both;
}

.sidebar .location p {
    margin: -2px 0 -2px 0;
    font-size: 18px;
}

.sidebar .location p:first-child {
    text-transform: uppercase;
}

.sidebar .location a {
    color: #ffffff;
    opacity: 0.4;
    font-size: 14px;
    font-weight: bold;
}

.sidebar .carousel-control img {
    margin-top: 118px;
}

.sidebar .carousel {
    margin-bottom: 20px;
}

.map-container {
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.map-container > .clear {
    float: none;
    clear: both;
}

.map-container .close {
    color: #000000;
    opacity: 0.5;
    border: 2px solid #aaaaaa;
    border-radius: 3px;
    background-color: #aaaaaa;
    height: 22px;
    margin-bottom: 4px;
}

.map-container .close:hover {
    opacity: 1;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 700px;
    width: 1000px;
}

.mapouter iframe {
    width: 100%;
    height: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none;
    height: 700px;
    width: 1000px;
}

.main > * {
}

.form-errors ul {
    list-style: none;
    padding: 0;
}

.form-errors li {
    color: #e4002c;
}

.main h1 {
    color: #001e50;
    font-size: 42px;
    margin: 50px 30px 170px 0px;
}

.main h1 span {
    font-weight: bold;
}

.main .scroll-down {
    float: right;
    margin: 30px 32px 0 70px;
    color: #000000;
    text-align: right;
}

.main .scroll-down span {
    text-transform: uppercase;
    font-size: 14px;
}

.main .scroll-down img {
    margin-top: 30px;
}

.main .description p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-right: 0;
    text-align: left;
}

.main .description p a {
    color: #c6aa72;
}

.main .description h2 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.main .description .details {
    background-color: #ffffff;
    color: #000000;
    padding: 0px;
    margin-bottom: 22px;
}

.main .description .details h2 {
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 3px;
}

.main .description .details p {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 20px;
}

.main .description .details p:last-child {
    margin-top: 20px;
}

.main .description table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    font-size: 16px;
}

.main .description table th {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    width: 20%;
    color: #000000;
    line-height: 24px;
    padding: 3px 0px;
}

.main .description table th span {
    color: #000000;
}

.main .description table td {
    vertical-align: top;
    text-align: left;
    width: 85%;
    color: #000000;
    line-height: 24px;
    padding: 3px 0px;
}

.main .description .sign {
    margin-top: 25px;
}

.main .description .cards {
    margin-bottom: 50px;
    display: flex;
}

.main .description .cards .card {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-right: 20px;
    flex: 1;
    color: #000000;
}

.main .description div .card:last-child {
    margin-right: 0;
}

.form {
    background-color: #dfe4e8;
    color: #4b525c;
    font-size: 18px;
    line-height: 24px;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 43px 74px 38px 43px;
}

.main .description .form h2 {
    font-size: 42px;
    color: #001e50;
    margin: 0 0 25px 0;
    font-weight: normal;
}

.form input, .form textarea, .form select {
    border: 0;
    max-width: 462px;
    flex: 1;
    display: inline-block;
    padding: 0px 10px;
}

.form textarea {
    padding: 5px 10px;
}

.form input, .form select {
    height: 51px;
}

.form textarea {
    height: 90px;
}

.form select {
    width: 100%;
}

.form label {
    display: inline-block;
    flex: 1;
    max-width: 133px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
}

.form label.required:after {
    content: '*';
}

.with-help .checkbox {
    margin-bottom: 0;
}

.form label.checkbox {
    width: 625px;
    max-width: none;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main .description .form p {
    font-size: 16px;
}

.form p.help {
    color: #000000;
    margin: 0;
}

.form button[type="submit"] {
    background-color: #001e50;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: 0;
    margin: 30px auto 0 auto;
    line-height: 50px;
    padding: 0px 30px;
    display: block;
    border-radius: 30px;
}

.form .form-name > div,
.form .form-email > div,
.form .form-phone > div,
.form .form-number-of-guests > div,
.form .form-notes > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 18px;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #b6bfc5;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #bfbfbf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0 0 18px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox > a {
    color: #000000;
    text-decoration: none;
}

.spin-container {
    max-height: 39px;
}

.spin-container span {
    font-weight: bold;
    display: block;
    width: 17px;
    text-align: center;
    line-height: 19px;
}

.spin-container .spin-up, .spin-container .spin-down {
    display: block;
    width: 17px;
    height: 10px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}

.spin-container .spin-up img, .spin-container .spin-down img {
    display: block;
    width: 17px;
    height: 10px;
    margin: 0;
    padding: 0;
}

.main > p:first-child {
    margin-top: 100px;
}
.main > p {
    font-size: 20px;
    font-weight: bold;
    color: #c6aa72;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer {
    color: #b6bfc5;
    font-size: 14px;
    line-height: 22px;
}

.content.footer {
    color: #b6bfc5;
    padding: 20px 80px 20px 70px;
    text-align: left;
    margin-bottom: 0;
}

.content.footer a {
    color: #00b0f0;
    text-decoration: none;
}

footer p {
    margin-bottom: 20px;
}

footer .logos {
    margin: 50px 0;
    text-align: center;
}

footer .logos img {
    display: inline-block;
}

footer .logos .vw {
    margin-right: 23px;
}

footer .logos .audi {
    margin-right: 18px;
}

footer .logos .seat {
    margin-right: 20px;
}

footer .logos .cupra {
    margin-right: 20px;
}

footer .logos .skoda {
    margin-right: 28px;
}

footer .logos .haszon {
    margin-right: 11px;
}

footer .logos .clearfix {
    display: none;
}

.small-screens {
    display: none;
    flex-direction: row;
}

.small-invite {
    flex: 1;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #dde1e4;
}

.small-date {
    flex: 1;
    height: 100px;
    background-color: #00b0f0;
}

.small-screens > div:first-child {
    margin-right: 10px;
}

.small-screens > div:last-child {
    margin-left: 10px;
}

@media screen and (max-width: 1234px) {
    .content > .row {
        display: flex;
        flex-direction: row;
    }

    .main {
        flex: 1;
        min-width: 300px;
    }

    .sidebar {
        flex: 1;
        min-width: 374px;
        max-width: 374px;
    }

    .main .description p {
        margin-right: 0px;
        text-align: justify;
    }

    header .logo-img {
        width: 100%;
        overflow: hidden;
        background-position-x: -180px;
    }


    header .header-img {
/*        width: 100%;
        overflow: hidden;
        background-position-x: -180px;*/
    }

    .main .scroll-down {
        margin-top: 0;
    }

    .sidebar #slideshow {
        display: none;
    }

    .sidebar .map {
    }

    .sidebar .date {
        padding-left: 10px;
    }

    .sidebar .date img {
        margin-left: 0;
    }

    .sidebar .location {
        margin-bottom: 40px;
        padding-left: 70px;
    }

    .sidebar .location img {
        margin-left: 0;
    }

    .mapouter {
        width: 700px;
        height: 400px;
    }

    .gmap_canvas {
        overflow: hidden;
        background: none;
        width: 700px;
        height: 400px;
    }

    footer .logos img {
        margin: 10px 20px !important;
    }

    .footer .logos .half {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .form label.checkbox {
        width: auto;
        box-sizing: border-box;
    }

    .form {
        padding: 40px;
    }

}

@media screen and (max-width: 1023px) {
    .main, .sidebar {
        width: 100%;
    }

    .content > .row {
        display: block;
    }

    .main > h1 {
        margin-right: 0px;
    }

    .main {
        padding-right: 70px;
    }

    .form input, .form textarea, .form select {
        width: 100%
    }

    .form select {
        overflow: hidden;
    }

    .small-screens {
        display: flex;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .mapouter {
        width: 500px;
        height: 300px;
    }

    .gmap_canvas {
        overflow: hidden;
        background: none;
        width: 500px;
        height: 300px;
    }

    .main {
        padding: 0;
    }

    .content.footer {
        padding: 20px;
    }
}

@media screen and (max-width: 630px) {
    .small-screens {
        display: block;
    }

    .small-screens > * {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width: 660px) {
    footer .logos .half {
        display: none !important;
    }

    footer .logos .third {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .form .form-name > div,
    .form .form-email > div,
    .form .form-phone > div,
    .form .form-number-of-guests > div,
    .form .form-notes > div {
        display: block;
    }

    .form label, .form input, .form textarea {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .main {
        min-width: 290px;
    }

    .main h1, .main .description .form h2 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .form {
        padding: 15px;
    }

    .main .description .details {
        padding: 15px;
    }

    header .header-img {
        display: none;
/*        background-position-x: -238px;
        background-position-y: 0px;
        height: 100px;*/
    }

    .content {
        margin-bottom: 15px;
    }

    .form button[type="submit"] {
        border-radius: 50px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.guest-name-show {
    display: block;
}

.guest-name-hide {
    display: none;
}

.thank-you-content, .denied-content {
    margin-bottom: 0;
}

.thank-you {
    margin-top: 50px;
}

.thank-you .form {
    padding: 43px 60px 38px 43px;
}

.thank-you .thank-you-buttons {
    width: 100%;
    margin-top: 62px;
}

.thank-you .thank-you-buttons a {
    width: 48%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
}

.thank-you .thank-you-buttons a:first-child {
    background-color: #001e50;
    margin-right: 4%;
}

.thank-you .thank-you-buttons a:last-child {
    background-color: #a4a9ae;
}

.footer h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}