/* BASIC PARENT OVERRIDES */
body {
    color: #001E60;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

ol {
    list-style: decimal;
}

ul {
    list-style: initial;
}

.the_content {
    max-width: 60em;
    margin: auto;
}

.the_content ol li,
.the_content ul li {
    margin-left: 1.2em;
}

.the_content a {
    color: #001E60;
}

#impressum_logo {
    max-width: 10em;
}

.badge-icon svg * {
    /*fill: #fff;*/
    fill: #001E60;
}

.style-basic .badge-icon svg * {
    fill: #001E60;
}

.multi-column.col-2 .inset {
    column-count: 2;
    column-fill: auto;
    column-gap: 2em;
}

.multi-column.col-2 .column-section-header {
    padding-bottom: 0;
}

.multi-column.col-2 h3 {
    margin-bottom: 1.25rem;
}

.multi-column.col-2 .wrapper {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-after: always;
    padding-bottom: 1.25em;
}

/* ------------------------------- STYLE BASIC ------------------------------- */

.style-basic {
    background-color: #fff;
    color: #001E60;
}

.style-basic .badge-icon {
    background-color: transparent;
}

.style-basic .section-goto-icon svg * {
    fill: #001E60;
}

.style-basic a {
    font-weight: 700;
}

/* ------------------------------- STYLE DARK ------------------------------- */

.style-dark,
.us-background-color-tint {
    background-color: #001E60;
    color: #fff;
}

.style-dark .badge-icon {
    /*background-color: #fff;
    color: #001E60;*/
}

.style-dark .badge-icon svg * {
    /*fill: #001E60;*/
    fill: #fff;
}

.style-dark .section-goto-icon svg * {
    fill: #ffffff;
}

/* ------------------------------- STYLE SUBTLE DARK ------------------------------- */

.style-subtle-dark,
.us-background-color-tint-light {
    background-color: #fff;
    color: #001E60;
    position: relative;
}

.style-subtle-dark:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    border: 2px solid #001E60;
    pointer-events: none;
}

.column-section.basic.style-subtle-dark {
    /*margin-bottom: 1.25em;*/
}

.style-subtle-dark a {
    color: #001E60;
    font-weight: 700;
    text-decoration: none;
}

.style-basic + .full-width .style-subtle-dark:before { /* first element after a basic-section */
    top: 0px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.full-width .style-subtle-dark.last-frame:before { /* first element after a basic-section */
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 0px;
}

.full-width .style-subtle-dark:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.style-subtle-dark .badge-icon {
    /*background-color: #001E60;
    color: #fff;*/
}

.style-subtle-dark .badge-icon svg * {
    /*fill: #fff;*/
    fill: #001E60;
}

.style-subtle-dark .section-goto-icon svg * {
    fill: #001E60;
}

/* ------------------------------- STYLE HIGHLIGHT ------------------------------- */

.style-highlight,
.us-background-color-markup {
    background-color: #71DBD4;
    color: #fff;
}

.style-highlight svg *,
.us-background-color-markup svg * {
    fill: #fff;
}

.style-highlight .badge-icon {
    background-color: transparent;
    /*color: #71DBD4;*/
}

.style-highlight .badge-icon svg * {
    /*fill: #71DBD4;*/
    fill: #fff;
}

.style-highlight a {
    fill: #001E60;
}

.style-highlight .section-goto-icon svg * {
    fill: #ffffff;
}

/* ------------------------------- STYLE SUBTLE HIGHLIGHT ------------------------------- */

.style-subtle-highlight,
.us-background-color-markup-light {
    background-color: #fff;
    color: #71DBD4;
    position: relative;
}

.style-subtle-highlight:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    border: 2px solid #71DBD4;
    pointer-events: none;
}

.full-width .style-subtle-highlight:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.style-subtle-highlight .badge-icon {
    /*background-color: #71DBD4;
    color: #fff;*/
}

.style-subtle-highlight .badge-icon svg * {
    /*fill: #fff;*/
    fill: #71DBD4;
}

.style-subtle-highlight .section-goto-icon svg * {
    fill: #71DBD4;
}

/* ------------------------------- STAGE ------------------------------- */

#stage {
    background-color: #71DBD4;
    color: #001E60;
}

#stage h1 {
    color: #001E60;
    background-color: transparent;
}

#stage .page-introduction p {
    font-size: 1.6em;
    max-width: 34em;
    margin: auto;
}

#stage .column-section .inset {
    padding: 0;
}

/* ------------------------ ADDITIONAL STYLES ------------------ */

.style-additional-bigtext .column-section-body {
    font-size: 1.1em;
}

/* ------------------------------- MISC ------------------------------- */

h1, h2, h3, h4, h5 {
    font-family: 'FrontageCondensed-Bold', sans-serif;
}

h1 {
    font-size: 3.2em;
}

a {
    color: #71DBD4;
}

footer {
    background-color: #001E60;
    color: #fff;
}

/* spinner */
.us-icon-spinner-circle {
    fill: #001E60;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.us-icon-spinner-element {
    fill: #001E60;
}

/* slideshow */

nav.unslider-nav li {
    background-color: #71DBD4;
}

/* LOGO */

#logo svg {
    height: 100%;
    width: auto;
}

#footer-logo svg {
    width: 100%;
    height: 80px;
}

#footer-logo {
    display: inline-block;
    margin-right: 0;
}

#footer-header {
    text-align: center;
}

/* NAVIGATION */

.us-menu ul li {
    margin: 0 40px 0 0;
}

.us-menu ul li a {
    font-family: 'FrontageCondensed-Bold', sans-serif;
    color: #001E60;
    padding: 0;
    font-size: 1.125rem;
    border-style: solid;
    border-width: 2px 0 2px 0;
    border-color: transparent;
}

.us-menu ul li a:hover {
    border-color: #71DBD4 transparent #71DBD4 transparent;
}

.us-menu ul li.current-menu-item a {
    border-color: #001E60 transparent #001E60 transparent;
}

#menu-footer-menu {
    display: block;
    text-align: center;
}

.scrolltop #mobile-menu-wrapper {
    top: 120px;
}

.flexbox #primary-nav {
    display: flex;
    align-items: center;
}

.flexbox #primary-nav .inset {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexbox a#burger-button {
    position: relative;
    top: 0;
}

#footer-menu ul li {
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

#footer-notes {
    margin-top: 5em;
}

#footer-notes .social_media-icon a {
    display: block;
    margin: 0em;
}

#footer-notes .social_media-icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    fill: #fff;
    float: left;
}

#footer-notes .social_media-icon svg {
    fill: #fff;
}

#footer-notes .icon { /* Customizes all icons at once */
    display: inline-block;
}

/* ######################################################################################################### */

#primary-nav,
.us-menu ul li a,
.us-action-menu-wrapper ul li a,
#logo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.scrolltop #primary-nav {
    height: 120px;
}

body.scrolltop .us-menu ul li a, body.scrolltop .us-action-menu-wrapper ul li a {
    margin-top: 40px;
}

body.scrolltop #logo {
    margin-top: 10px;
    height: 100px;
    line-height: 120px;
}

#contents {
    margin-top: 120px;
}

/* ######################################################################################################### */

.column-section-body ul {
    list-style: square;
    padding-left: 15px;
}

.column-section-body li {
    padding: 5px 0;
    page-break-after: always;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column-section-icon .badge-icon svg {
    height: 100%;
    width: auto;
}

/* ######################################################################################################### */
/* ####################################### CUSTOM NEW STYLES ############################################### */
/* ######################################################################################################### */

.section-header {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-header-icon .badge-icon {
    display: inline-block;
}

h1,
.section-header h2 {
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}

.no_underline .section-header h2 {
    background-color: transparent;
}

.section-header:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 0px;
    top: auto;
    bottom: 34px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #001E60;
    z-index: 0;
}

.no_underline .section-header:after {
    display: none;
}

/* ######################################################################################################### */

.column-section.style-basic + .column-section {
    margin-top: 30px;
}

.column-section-icon .badge-icon {
    width: auto;
    height: 100px;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: inherit;
}

.column-section-header {
    padding-bottom: 20px;
}

.column-section-footer {
    text-align: left;
    border-top: none;
    padding-top: 20px;
}

.three-column .column-section-footer {
    text-align: left;
}

.three-column .column-section.basic .column-section-footer a {
    margin-left: 0;
    margin-right: 10px;
}

.two-column .column-section-icon {
    text-align: left;
}

.full-width.two-column .column.first,
.full-width.two-column .column.first .column-section-icon,
.full-width.two-column .column.first .column-section-footer {
    text-align: right;
}

section > .inset {
    padding: 60px 30px;
}

.two-column.full-width .column .column-section.basic > .inset {
    padding: 60px;
}

.full-width .column-section.style-basic > .inset {
    padding: 60px;
}

.column-section.image + .column-section.basic > .inset {
    padding-top: 30px;
}

.unslider-arrow svg * {
    fill: #fff;
}

/* ----------------------------- NEWS SECTION ----------------------------- */

.news-section {
    background-color: #71DBD4;
    color: #fff;
}

.news-section > .inset {
    position: relative;
    display: block;
}

.news-section-header {
    position: absolute;
    top: 60px;
    left: 30px;
    bottom: 60px;
    width: 150px;
}

.news-section-body {
    position: relative;
    margin-left: 210px;
    min-height: 150px;
}

.news-section-header h2 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5rem;
    display: block;
    width: 10rem;
    height: 10rem;
    text-align: center;
    line-height: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0.125rem solid #fff;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 5rem;
    font-size: 2.3rem;
}

.news-section a {
    color: #001E60;
}

.news-section-item {
    border-bottom-color: #fff;
}

/* ######################################################################################################### */
/* ################################### INDIVIDUAL GENERATED STYLES ######################################### */
/* ######################################################################################################### */

.column-section.landing-page-introduction > .inset {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

.column-section.basic .column-section-footer a,
a.button-style {
    display: inline-block;
    line-height: 1.2em;
    padding: 0.5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    /* margin-left: 10px; */
}

.column-section.basic.style-highlight .column-section-footer a,
.column-section.basic.style-subtle-highlight .column-section-footer a,
.column-section.basic.style-highlight a.button-style,
.column-section.basic.style-subtle-highlight a.button-style {
    background-color: #001E60;
    color: #fff;
}

.column-section.basic.style-basic .column-section-footer a,
.column-section.basic.style-dark .column-section-footer a,
.column-section.basic.style-subtle-dark .column-section-footer a,
.column-section.basic.style-basic a.button-style,
.column-section.basic.style-dark a.button-style,
.column-section.basic.style-subtle-dark a.button-style {
    background-color: #71DBD4;
    color: #fff;
}

.column-section.basic.style-basic .column-section-footer a:hover,
.column-section.basic.style-dark .column-section-footer a:hover,
.column-section.basic.style-subtle-dark .column-section-footer a:hover,
.column-section.basic.style-basic a.button-style:hover,
.column-section.basic.style-dark a.button-style:hover,
.column-section.basic.style-subtle-dark a.button-style:hover {
    color: #001E60;
}

/*.vg-start-location .column-section.image .column-section-body {
	min-height: 600px !important;
}*/

/*.vg-start-location .column-section-icon {
	margin-top: 50px;
}*/

section#more_features-1 > .inset {
    padding-bottom: 0;
}

.more_features .column-section.basic.style-basic.style-additional-centered.goto-false {
    max-width: 23em;
    margin: auto;
}

section.more_features .column-section-icon {
    margin-bottom: -1.5em;
}

section.more_features h2 {
    margin-bottom: .2em;
}

section.more_features .column-section.basic.style-basic .column-section-header {
    padding-bottom: .8em;
}

section.more_features .column-section.basic.style-basic .column-section-footer {
    margin-top: 0.3em;
    padding-top: 0em;
}

section.more_features .column-section.basic.style-basic .column-section-footer a.goto-link {
    /*background-color: transparent;
    color: #71DBD4;*/
    line-height: 1.3em;
    padding: .5em;
    width: 100%;
    margin-top: .8em;
}

.location-map svg {
    width: 100%;
    height: 45em;
}

.kontakt {
    text-align: center;
}

.kontakt .section-header {
    padding-top: 3em;
    padding-bottom: 0em;
    margin-bottom: -1.2em;
}

.kontakt .section-header-icon {
    margin-bottom: 1.5em;
}

.kontakt .badge-icon svg {
    width: 4em;
}

.kontakt.two-column.full-width .column .column-section.basic {
    min-height: auto !important;
}

.kontakt.two-column.full-width .column.column_one .column-section.basic > .inset {
    padding-right: 15px;
    padding-top: 0;
}

.kontakt.two-column.full-width .column.column_two .column-section.basic > .inset {
    padding-left: 15px;
    padding-top: 0;
}

.kontakt .column_two .column-section-body p {
    max-width: 16em;
}

.kontakt .column-section.contact-data a {
    font-weight: bold;
    color: #001E60;
}

/**/

section.vg-title-section > .inset {
    padding-bottom: 0px;
}

section.vg-title-section + section > .inset,
section.vg-title-section + section.two-column.full-width .column .column-section.basic > .inset {
    padding-top: 0px;
}

section.vg-title-section + section:not(.full-width) > .inset {
    padding-top: 20px;
}

section.vg-title-section h2 {
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}

section.vg-title-section .column-section-header {
    position: relative;
}

section.vg-title-section .column-section-header:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #001E60;
    z-index: 0;
}

section.vg-title-section .style-dark h2 {
    background-color: #001E60;
}

section.vg-title-section .style-dark .column-section-header:after {
    background-color: #fff;
}

/**/

.column-section.vg-centered > .inset {
    text-align: center;
}

/* ----------------------------- CONTACT PAGE ----------------------------- */

.contact-section {
    text-align: center;
}

.contact-section .inset {
    max-width: 58em;
}

.contact-section.two-column .column-section-icon {
    text-align: center;
}

/* ----------------------------- LOCATIONS --------------------------------- */
section#weitere-raeume .column-section-header {
    padding-bottom: 0em;
}

section#weitere-raeume .column-section.image {
    margin-bottom: 0em;
}

section#weitere-raeume .section-header-icon .badge-icon {
    height: 6.25em;
}

section#weitere-raeume .section-header-icon .badge-icon svg {
    height: 100%;
}

/* ----------------------------- GALLERY-PAGE ------------------------------ */
.thumbnail-gallery-item:nth-child(5n+1),
.thumbnail-gallery-item:nth-child(5n+2),
.thumbnail-gallery-item:nth-child(5n+3),
.thumbnail-gallery-item:nth-child(5n+4) {
    margin: 0 30px 30px 0;
}

.thumbnail-gallery-item:nth-child(5n) {
    margin: 0 0 30px 0;
}

.thumbnail-gallery-item {
    width: calc(20% - 24px);
}

.expand-image-icon, .expand-image-button {
    margin: 5%;
}

/* ----------------------------- INFOS ------------------------------ */

form,
#mc_embed_signup form {
    font-family: 'Roboto', sans-serif;
    text-align: left;
}


form input:not(.button),
form textarea,
#mc_embed_signup input.email {
    border: 1px solid #001E60;
    border-radius: 3px !important;
}

form .button,
form input.btn,
#mc_embed_signup .button {
    background-color: #71DBD4 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 2px !important;
    border: none !important;
}

.column-section.style-subtle-dark form input.btn {
    background-color: #001E60 !important;
}

.column-section.style-subtle-dark form input.btn:hover {
    color: #71DBD4 !important;
}

#mc_embed_signup .button {
    margin-left: 1em;
}

form .button:hover,
form input.btn:hover,
#mc_embed_signup .button:hover {
    background-color: #71DBD4 !important;
    color: #001E60 !important;
}

form .intl-tel-input {
    display: block;
}

#mc_embed_signup_scroll p {
    margin-bottom: 0.8em;
}

/* ######################################################################################################### */
/* ########################################### MEDIA QUERIES ############################################### */
/* ######################################################################################################### */

@media only screen and (max-width: 990px) {
    h2 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 900px) {

    section:not(.full-width) .column-section.basic {
        margin-bottom: 60px;
    }

    .full-width.two-column .column.first,
    .full-width.two-column .column.first .column-section-icon,
    .full-width.two-column .column.first .column-section-footer,
    .full-width.two-column .column,
    .two-column .column-section-icon,
    .two-column .column-section-footer {
        text-align: center;
    }

    .full-width .style-subtle-dark.last-frame:before {
        bottom: 20px;
    }

    section.full-width .column-section.image .column-section-body {
        min-height: 24em;
    }

    /*-------------- REVERSE SPECIFIC SECTIONS FOR MOBILE USE -----------*/
    .flexbox section.vg-start-kleinersaal .section-columns,
    .flexbox section.vg-start-tief-im-greifswald .section-columns {
        display: flex;
        flex-direction: column-reverse;
    }

    /* ------------ GALLERY-PAGE --------------*/
    .thumbnail-gallery-item:nth-child(3n+1),
    .thumbnail-gallery-item:nth-child(3n+2) {
        margin: 0 30px 30px 0;
    }

    .thumbnail-gallery-item:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    .thumbnail-gallery-item {
        width: calc(33.33333% - 24px);
    }

}

@media only screen and (max-width: 768px) {
    #mc_embed_signup .button {
        margin-left: 0em;
    }
}

@media only screen and (max-width: 756px) {
    nav #burger-button {
        display: block;
    }

    nav .us-menu,
    .us-action-menu-wrapper {
        display: none;
    }

    body.menu #mobile-menu-wrapper {
        display: block;
    }

    body.menu {
        overflow: hidden;
    }

    .flexbox #primary-nav .inset {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 700px) {

    h1 {
        font-size: 3em;
    }

    .us-central-logo-navigation #logo {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-section-header h2 {
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    .news-section-header {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .news-section-body {
        margin-left: 0;
        min-height: 0;
    }

    .multi-column.col-2 .inset {
        column-count: 1;
        column-fill: auto;
    }
}

@media only screen and (max-width: 500px) {

    h1 {
        font-size: 2.5em;
    }

    /* ------------ GALLERY-PAGE --------------*/
    .thumbnail-gallery-item:nth-child(1n),
    .thumbnail-gallery-item:nth-child(1n+1) {
        margin: 0 0 30px 0;
    }

    .thumbnail-gallery-item {
        width: calc(100%);
    }

}

@media only screen and (max-width: 384px) {
    nav.us-central-logo-navigation {
        text-align: left;
    }

    #footer-notes {
        text-align: center;
    }

    #footer-notes {
        margin-top: 1em;
    }

    #footer-notes .social_media-icon {
        margin-bottom: 1em;
        float: none;
    }

}

@media only screen and (max-width: 1000px) and (min-width: 850px) {
    section#weddings.three-column > .inset > .section-columns > .column {
        width: 25%;
        padding: 0 40px 0 0;
    }

    section#weddings.three-column > .inset > .section-columns > .column.first {
        width: 50%;
    }
}
