/* zeile 840ff */

:root {
    --pink: #FF5A75;
    --pink-dark: #C4455A;
    --black: #272727;
    --black2: #1B1B1B;
    --lightgrey: #F2F2F2;
}
* {
    outline: none;
}

html {
    min-height: 100%;
    position: relative;
    font-size: 18px;
}
body {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--pink);
    font-size: 1rem;
    line-height: 1.35;
    color: #fff;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: var(--pink);
}
a:hover {
    color: white;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 0.5rem;
}
b, strong {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}
strong {
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6 {
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    line-height: 1.255;
}
h1 {
    font-weight: 700;
    font-size: 2.7rem;
    margin-bottom: 18px;
}
h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
h2, h3, h5, h6 {
    font-weight: 600;
}
h3 {
    font-size: 1.333rem;
    margin-bottom: 1.5rem;
}
h4 {
    font-weight: 400;
    font-size: 1rem;
}

.alert {
    align-self: flex-start;
}
.hidden {
    display: none !important;
}
blockquote {
    font-size: unset;
}
.pink {
    color: var(--pink) !important;
}
.small {
    font-size: 0.67rem;
}
.smaller {
    font-size: 0.78rem !important; /* 14px bei 18px */
}
.noscroll {
    overflow: hidden;
    /*position:fixed;
    z-index: 1;*/
}
.overflow-hidden {
    overflow: hidden !important;
}
section {
    padding-left: 9px;
    padding-right: 9px;
    min-height: 100vh;
    height: 100vh; /* nur wegen Höhe von Kind-Elementen */
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 51.6%);
}
.slightly-bigger {
    font-size: 1.0556rem;
    font-weight: 600;
}
.underlined {
    text-decoration: underline !important;
}
.white {
    color: white !important;
}
.ma-top-7vh {
    margin-top: 7vh !important;
}
.ma-top-14vh {
    margin-top: 14vh !important;
}
.ma-bottom-0 {
    margin-bottom: 0 !important;
}
.ma-bottom-03rem {
    margin-bottom: 0.3rem !important;
}
.ma-bottom-1rem {
    margin-bottom: 1rem !important;
}
.ma-bottom-1-5rem {
    margin-bottom: 1.5rem !important;
}
.ma-bottom-2rem {
    margin-bottom: 2rem !important;
}
.ma-bottom-3rem {
    margin-bottom: 3rem !important;
}
.ma-top-03rem {
    margin-top: 0.3rem !important;
}
.ma-top-1-rem {
    margin-top: 1rem !important;
}
.ma-top-2-rem {
    margin-top: 2rem !important;
}
.ma-top-3-rem {
    margin-top: 3rem !important;
}
.text-white {
    color: var(--white) !important;
}
.text-underline {
    text-decoration: underline !important;
}
.font-09-rem {
    font-size: 0.9rem;
}
.font-06-rem {
    font-size: 0.6rem;
}
.width-100 {
    width: 100%;
}
.width-90 {
    width: 90%;
}
.width-85 {
    width: 85%;
}
.wrapper-input {
    position: relative;
    margin-top: 1.778rem;
}
.input-text {
    border-radius: 3px;
    border: 1px solid white;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 16px;
    background: transparent;
    color: white;
}
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    background-color: transparent !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0 30px var(--pink) inset !important;
}
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.black-white .input-text {
    border: 1px solid black;
    color: black;
}
textarea.input-text {
    font-size: 0.8889rem;
    min-height: 100px;
}
.wrapper-input input {
    position: relative;
    z-index: 1;
}
/*.input-text:focus,
.input-text.notempty {
    border-top-color: rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}*/
.field-description {
    position: absolute;
    top: 9px;
    left: 12px;
    z-index: 0;
    white-space: nowrap;
    display: inline-block;
    padding: 4px;
    transition: top 0.1s, left 0.1s;
    opacity: 0.8;
}
.field-description.icon {
    opacity: 1;
}
.input-text:focus ~ .field-description,
.input-text.notempty ~ .field-description {
    font-size: 12px;
    top: -13px;
    left: 5px;
    z-index: 2;
    transition: top 0.1s, left 0.1s;
    background-color: var(--pink);
    opacity: 1;
}
#location-section,
#location-section .container,
#location-section .row,
#location-section .row > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.onlinelink-fields .input-text:focus ~ .field-description,
.onlinelink-fields .input-text.notempty ~ .field-description {
    background-color: transparent;
}
.input-text:focus ~ .field-description.icon,
.input-text.notempty ~ .field-description.icon {
    top: -9px;
    left: 9px;
    padding: 0;
}
.wrapper-input .field-edit {
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 0;
    display: inline-block;
    padding: 4px;
}
.amount-and-count-chars {
    font-size: 12px;
    line-height: 1.5;
}
ul.check-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.check-icon li {
    padding-left: 31px;
    position: relative;
    margin-bottom: 1rem;
}
ul.check-icon li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 19px;
    height: 15px;
    background: url("/public/images/check.svg") center center no-repeat transparent;
    background-size: contain;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

#top-section {
    background-color: var(--black);
}
.type-21 #top-section,
.type-22 #top-section,
.type-23 #top-section {
    height: unset;
}
.circles {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.type-11 .circles {
    height: 100%;
}
.background-circles {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.background-circles::before,
.background-circles::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
}
#top-circles::before {
    background-color: rgba(140,140,140,0.1);
    left: 50%;
    transform: translateX(-50%);
    width: 300%;
    height: 0;
    bottom: 65vh;
    padding-top: 300%;
}
#top-circles::after {
    background-color: rgba(0,0,0,0.15);
    left: calc(100vw - 1.3 * 50vw);
    width: 110vh;
    height: 0;
    bottom: 0;
    padding-top: 110vh;
}
#main-circles {
    top: 100vh;
}
#main-circles::before {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.5;
    left: 120%;
    height: 180vw;
    width: 180vw;
    top: -220px;
    transform: translateX(-50%);
}
#main-circles::after {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    left: 20px;
    height: 180vw;
    width: 180vw;
    top: 60vh;
}
#name-circles {
    top: 200vh;
}
#name-circles::before {
    content: "";
    position: absolute;
    display: block;
    height: 210vw;
    border-radius: 50%;
}
#name-circles::before {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    right: 50px;
    width: 210vw;
    top: 0px;
}
#date-circles {
    top: 300vh;
}
#date-circles::before {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    left: 100px;
    top: -35vw;
    height: 250vw;
    width: 250vw;
}
#date-circles::after {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    right: 20px;
    top: 30vh;
    height: 160vw;
    width: 160vw;
}
#location-circles {
    top: 400vh;
}
#location-circles::before {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    right: 100px;
    top: 0;
    height: 300vw;
    width: 300vw;
}
#location-circles::after {
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.3;
    left: 50vw;
    top: 60vh;
    height: 200vw;
    width: 200vw;
}
.container.top-container {
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.top-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.logo-invitu {
    margin-top: 23px;
    width: 80px;
}
#mainnavigation-overlay {
    top: 0;
    height: 100vh;
}
#mainnavigation-overlay .overlay-inner {
    z-index: 8;
}
#mainnavigation-overlay .logo-invitu {
    margin-top: 6px;
}
.btn.main-color {
    background-color: var(--pink);
    border-color: var(--pink);
}
.btn.bottom {
    position: absolute;
    bottom: 30px;
    left: 24px;
    width: calc(100% - 48px);
    z-index: 4;
}
.main-navi-label {
    cursor: pointer;
    margin-top: 17px;
    width: 28px;
    position: relative;
}
.main-navi-label span {
    display: block;
    background-color: white;
    height: 2px;
    margin: 8px 0;
    transition: all 0.4s;
    position: relative;
}
.main-navi-checkbox:checked ~ #top-section .main-navi-label span  {
    background-color: #ddd;
}
.main-navi-checkbox:checked ~ #top-section .main-navi-label span.first  {
    transform: rotate(45deg);
    top: 9px;
}
.main-navi-checkbox:checked ~ #top-section .main-navi-label span.middle  {
    opacity: 0;
}
.main-navi-checkbox:checked ~ #top-section .main-navi-label span.last  {
    transform: rotate(-45deg);
    top: -11px;
}
.main-navi-checkbox {
    display: none;
}
.main-navigation ul {
    list-style: none;
    padding-left: 64px;
    margin: 0;
}
.main-navigation .tablet-column {
    display: none;
}
.main-navigation a {
    color: var(--black2);
    font-size: 1.55rem;
    line-height: 1.8;
}
.main-navigation a.active {
    color: var(--pink);
    text-decoration: none;
}
.main-navigation a:hover {
    text-decoration: underline;
    color: var(--black);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    position: relative !important;
    transform: none !important;
    will-change: unset !important;
    padding-left: 10px !important;
    float: none;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    border: none;
}
.main-navigation .dropdown-menu {
    margin-top: -12px;
}
.main-navigation ul ul a {
    font-size: 1.11rem;
    line-height: 2;
}
.top-content {
    padding-top: 6vh;
}
.btn.btn-primary {
    color: #fff;
    background-color: var(--pink);
    border-color: var(--pink);
    font-weight: 600;
    padding: 1.0rem 1.9rem 1.1rem;
    border-radius: 0.2rem;
}
.top-content .btn-primary {
    margin-top: 8vh;
}
.btn.btn-primary::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(/public/images/arrow-down-white.svg) center center no-repeat transparent;
    background-size: contain;
    margin-left: 4px;
    position: relative;
    top: 2px;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--pink-dark);
    border-color: var(--pink-dark);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.top-content .small {
    margin-top: 2rem;
}

.event-categories {
    max-width: 100%;
    overflow: auto;
}
.event-categories a {
    color: var(--black);
    opacity: 0.4;
    display: inline-block;
    margin-right: 21px;
}
.event-categories a:hover,
.event-categories a.active {
    color: white;
    opacity: 1;
    border-bottom: 1px solid white;
    text-decoration: none;
}
.event-items-wrapper {
    margin: 2rem 0;
}
.event-category {
    display: flex;
    width: 100%;
    margin: 0 -15px;
    flex-wrap: wrap;
    transition: all 1s ease;
    opacity: 0;
    z-index: 1;
    height: 0;
    position: relative;
    overflow: hidden;
}
.event-category.active {
    opacity: 1;
    z-index: 2;
    height: auto;
}
.event-type-item {
    text-align: center;
    width: 28vw;
    padding: 0.8rem 15px;
}
.event-type-item label {
    width: 21vw;
    height: 21vw;
    background: var(--pink-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.event-type-item label::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 21vw;
    height: 21vw;
    background: var(--dark);
    opacity: 0.2;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.event-category input:checked + label,
.event-type-item label:hover {
    background: white;
}
.event-category input:checked + label svg path,
.event-type-item label:hover svg path {
    fill: var(--pink);
}
.event-type-item svg {
    width: 52%;
    height: auto;
}
.event-type-item .event-type-title {
    font-size: 13px;
    line-height: 1.6;
}
.go-down {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 75px;
    left: calc(50% - 32px);
    border-radius: 50%;
    background: url("/public/images/arrow-down-bottom-white.svg") center center no-repeat var(--black);
    background-size: 21px 18px;
    cursor: pointer;
    z-index: 4;
}

.ma-top-name-section {
    margin-top: 20vh;
}
#name-section .eventtype-image svg {
    width: 84px;
    height: auto;
}
/* strange....*/
.eventtype-image svg + svg {
    display: none;
}

.ma-top-8vh {
    margin-top: 8vh;
}
.wait-for-eventname,
.wait-for-eventdatestart {
    opacity: 0;
    transition: all 0.4s ease;
}
.wait-for-eventname.active,
.wait-for-eventdatestart.active {
    opacity: 1;
}
.overlay {
    background-color: white;
    z-index: 7;
    position: fixed;
    height: 100vh;
    left: 110vw;
    top: 0;
    width: 100vw;
    transition: left 0.3s ease;
    padding: 100px 0 95px 0;
    overflow: hidden;
    color: var(--black);
    -webkit-overflow-scrolling:touch;
}
.overlay.open {
    left: 0;
    transition: left 0.3s ease;
}
.main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay {
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    transition: left 0.3s ease;
}
.main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay .overlay-header,
.main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay .overlay-footer {
    left: 0;
}
.overlay-header,
.overlay-footer {
    position: fixed;
    left: 110vw;
    transition: left 0.3s ease;
    width: 100%;
    background: white;
    z-index: 8;
}
.open .overlay-header,
.open .overlay-footer {
    left: 0;
    transition: left 0.3s ease;
}
.overlay-header {
    top: 0;
    padding: 23px 23px 0;
}
.overlay-footer {
    bottom: 0;
    padding: 23px;
    display: flex;
}
calendar-overlay h2 {
    color: black;
}
.close-overlay {
    display: block;
    position: absolute;
    right: 10px;
    top: 19px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.close-overlay::before,
.close-overlay::after {
    position: absolute;
    content: "";
    display: block;
    background: black;
    width: 28px;
    height: 1px;
    right: 7px;
    top: 20px;
    transform: rotate(45deg);
}
.close-overlay::after {
    transform: rotate(-45deg);
}
.calendar-overlay .row {
    margin: 0;
}
.overlay-inner {
    overflow: auto;
    position: relative;
    margin: 0;
    padding: 12px 23px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.jqyc-year-chooser {
    position: fixed;
    background: white;
    z-index: 3;
    margin-top: -15px !important;
    width: calc(100% - 46px);
}
.jqyc-year-chooser .col {
    padding-left: 12px;
    padding-right: 12px;
}
.jqyc-months {
    margin-top: 100px !important;
}
.jqyc-header {
    color: black;
}
.jqyc-year-chooser > .jqyc-year {
    color: var(--pink-dark);
}
.jqyc > .border-bottom {
    border-bottom: none !important;
}
.jqyc > .border-top {
    border-top: none !important;
}
.calendar-overlay .btn.btn-primary {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0px 0 6px;
    line-height: 32px;
}
.calendar-overlay .btn.btn-primary::after {
    content: none;
}
.calendar-overlay .jqyc-th {
    font-weight: 400;
    color: var(--pink);
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: none;
}
.jqyc-not-empty-td.jqyc-td {
    cursor: pointer;
}
.jqyc-not-empty-td.past-date {
    color: #bcbcbc;
}
.notiOS .jqyc-not-empty-td.past-date:hover::before,
.jqyc-not-empty-td.chosen.past-date::before {
    content: none;
    cursor: default;
}
.jqyc-not-empty-td:hover,
.jqyc-not-empty-td.chosen {
    background-color: transparent;
    color: #FFF;
}
/*.notiOS .jqyc-not-empty-td.past-date:hover,*/
.jqyc-not-empty-td.past-date.chosen {
    color: #bcbcbc;
    cursor: default;
}
.table-sm td, .table-sm th {
    padding: .6rem .3rem;
}
.jqyc-not-empty-td {
    position: relative;
}
.notiOS .jqyc-not-empty-td:hover::before,
.jqyc-not-empty-td.chosen::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    display: block;
    background: var(--pink);
    border-radius: 50%;
    top: calc(50% - 18px);
    left: calc(50% - 20px);
}
.jqyc-prev-year {
    background: url("/public/images/jqyc-prev-year.svg") center center no-repeat var(--pink);
    background-size: 100%;
}
.jqyc-next-year {
    background: url("/public/images/jqyc-next-year.svg") center center no-repeat var(--pink);
    background-size: 100%;
}
.jqyc-year-chooser small {
    cursor: pointer;
}
.dark-button {
    display: block;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 11px;
    text-align: center;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 3px;
}
.calendar-back,
.calendar-save {
    margin: 5px;
}
.calendar-back {
    background-color: white;
    color: black;
    border: 1px solid #000000;
}
.copy-of-time-picker-start,
.copy-of-time-picker-end {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.copy-of-time-picker-start input[type='time'],
.copy-of-time-picker-end input[type='time'] {
    display: none;
}
.calendar-overlay label {
    display: block;
    width: 100%;
    text-align: center;
}
.calendar-overlay .whole-day .swiper-slide,
.calendar-overlay .whole-day .vizor::before {
    opacity: 0.2;
    color: var(--black) !important;
    pointer-events: none;
}
.eventdate,
.eventtime {
    padding-left: 46px;
}
.date-option-chooser {
    display: none;
    text-decoration: underline;
}
.date-option-custom-ending {
    display: none;
}
.same-day-tag {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    z-index: 2;
}

.radio-col + .content-col {
    display: block;
    margin-bottom: 0.5rem;
}
.overlay-inner .radio-col {
    width: 10%;
}
.overlay-inner .content-col {
    width: 90%;
}
#location-overlay .overlay-inner .content-col {
    width: 100%;
}
.black-white .overlay-inner .content-col {
    width: 100%;
}
.overlay-inner .content-col input {
    border: 1px solid var(--black);
    margin-bottom: 32px;
    color: var(--black);
}
.black-white .overlay-inner .content-col input {
    margin-bottom: 0;
}
/*
.black-white .overlay-inner .input-text:focus,
.black-white .overlay-inner .input-text.notempty {
    border-top-color: rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}
*/
.additional-field-info {
    font-size: 0.667rem;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.overlay-inner .content-col .amount-and-count-chars {
    margin-bottom: 0.7rem;
}
.amount-and-count-chars.attention {
    color: var(--pink-dark);
}
.overlay .amount-and-count-chars.attention {
    color: var(--pink);
}
#contact-section .smaller {
    margin-top: 30px;
    margin-bottom: 50px;
}
.onlinelink-fields {
    position: relative;
}
.onlinelink-fields input {
    padding-left: 44px;
}
.onlinelink-fields .field-description {
    background-color: unset;
}
.onlinelink-fields .input-text:focus ~ .field-description.icon,
.onlinelink-fields .input-text.notempty ~ .field-description.icon {
    top: 9px;
    left: 12px;
    padding: 4px;
    font-size: unset;
}
.black-white .input-text:focus ~ .field-description,
.black-white .input-text.notempty ~ .field-description {
    background-color: var(--white);
}
.takepart {
    display: none;
}
.date-option-chooser,
.location-option-chooser {
    margin-top: 1.778rem;
    cursor: pointer;
    position: relative;
    z-index: 3;

    display: none;

}
#location-option-overlay .content-col {
    width: 100%;
}
.input-text[name="locationnotes"] {
    border-color: var(--black);
    color: var(--black);
    min-height: 6rem;
    font-size: 0.889rem;
}
#checkemail.error {
    background: url("/public/images/exclamation.svg") no-repeat center center transparent;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 15px;
}
.error-email {
    opacity: 0;
}
.error-email.error {
    opacity: 1;
}
.registerform-feedback-error {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 8;
    opacity: 0.9;
}
.close-feedback-error {
    position: absolute;
    right: 24px;
    z-index: 10;
    color: #721c24;
    font-size: 20px;
    top: -4px;
    cursor: pointer;
}
.google-result-wrapper {
    position: relative;
}
.address-results {
    position: absolute;
    z-index: 10;
    background: white;
    top: 48px;
    padding: 5px;
    left: 0;
    border: 1px solid black;
    border-top: none;
    width: 100%;
}
.address-results-starter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -38px;
    width: 44px;
    height: 33px;
}
.address-results-starter::before, .address-results-starter::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 12px;
    height: 1.5px;
    background: black;
    transform: rotate(45deg);
}
.address-results-starter::after {
    transform: rotate(-45deg);
    right: 12px;
}
.address-results:empty {
    opacity: 0;
}
.address-results-link {
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    border-top: 1px solid #C5C5C5;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 0.7rem;
    line-height: 1;
    color: var(--black);
}
.address-results-link:hover {
    color: var(--pink);
    background-color: rgba(0,0,0,0.2);
    border-radius: 2px;
}
#thankyou-overlay .overlay-inner {
    display: block;
}

.impressum {
    display: flex;
    flex-direction: column;
    height: 75vh;
    justify-content: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px #fafafa inset !important;
    background-color: #fafafa !important;
    background-clip: content-box !important;
    color: var(--black) !important;
    -webkit-text-fill-color: var(--black) !important;
}

/* timepicker */
.picker {
    position: relative;
    width: 350px;
    overflow: hidden;
    margin: 1rem auto 0;
    padding: 0 30px;
}
.swiper-container {
    width: 80px;
    height: 288px;
    float: left;
    margin: 0 30px;
}
.tphours {
    margin-left: 40px;
}
.swiper-slide {
    text-align: center;
    font-size: 96px;
    opacity: 1;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    transition: opacity 0.3s ease;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.swiper-slide-prev,
.swiper-slide-next {
    cursor: pointer;
}
.swiper-slide-active {
    color: var(--pink);
}
.vizor {
    height: 70px;
    position: absolute;
    top: 50%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 62px;
}
.vizor:before {
    content: ':';
    color: var(--pink);
    display: inline-block;
    line-height: inherit;
    height: 100%;
    position:absolute;
    top: 0;
    transform: translateX(-50%);
    left: 151px;
}
/*
.arrows .swiper-container:after,
.arrows .swiper-container:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    opacity: 0.5;
}
.arrows .swiper-container:before {
    top: 0.5rem;
    border-top-width: 0;
    border-bottom-color: currentColor;
}
.arrows .swiper-container:after {
    bottom: 0.5rem;
    border-bottom-width: 0;
    border-top-color: currentColor;
}
*/
@media (max-width: 400px) {
    .ma-top-name-section {
        margin-top: 15vh;
    }
    #contact-section {
        max-height: 800px;
        min-height: unset;
    }
}
@media (min-width: 767px) {
    h1 {
        font-size: 3.55rem;
    }
    .top-content {
        padding-top: 30vh;
        text-align: center;
    }
    .type-21 .top-content,
    .type-22 .top-content,
    .type-23 .top-content {
        padding-top: 10vh;
        text-align: left;
    }
    .top-content .width-85 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .top-content .btn-primary {
        margin-top: 5vh;
        padding: 0.7rem 1.9rem 0.8rem;
    }
    .top-content .small {
        margin-top: 1.5rem;
    }
    #top-circles::before {
        left: 17%;
        width: 142%;
        bottom: 17vh;
        padding-top: 142%;
    }
    #top-circles::after {
        left: calc(100vw - 1.1 * 50vw);
        width: 80vh;
        bottom: -10vh;
        padding-top: 80vh;
    }
    #mainnavigation-overlay .overlay-header,
    #mainnavigation-overlay .overlay-inner {
        width: 93%;
    }
    #mainnavigation-overlay .overlay-inner {
        padding-top: 9vh;
    }
    #mainnavigation-overlay .close-overlay {
        right: 23px;
    }
    .main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay .overlay-header {
        left: 3.5%;
    }
    #mainnavigation-overlay .overlay-footer {
        width: 406px;
    }
    .main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay .overlay-footer {
        left: calc(50vw - 203px);
    }
    #mainnavigation-overlay .main-navigation {
        width: 100%;
    }
    #mainnavigation-overlay .main-navigation > ul {
        flex-direction: row;
        padding-left: 0;
    }
    .main-navigation .tablet-column {
        display: block;
        width: 33.33%;
    }
    .main-navigation .dropdown-menu {
        display: block;
        padding-left: 0 !important;
        margin-top: -4px;
    }
    #top-section .btn.bottom,
    .type-22 .btn.dark-button {
        position: unset;
        width: 33.33%;
        margin-left: calc(50vw - 354px);
        margin-top: 3vh;
    }
    .type-22 .btn.dark-button {
        margin-left: 0;
    }
    .nav-link.dropdown-toggle {
        pointer-events: none;
    }
    .navbar-nav > .order-3 {
        order: 5;
    }
    .navbar-nav li li .nav-link {
        padding: 0;
    }
    .event-type-item {
        width: 22vw;
    }
    .event-type-item label,
    .event-type-item label::before {
        width: 19vw;
        height: 19vw;
    }
    .event-type-item label::before {
        left: 4px;
        top: 4px;
    }
    .ma-top-name-section {
        margin-top: 28vh;
    }
    #main-section h2 {
        text-align: center;
        margin-top: 15vh !important;
    }
    .slightly-bigger {
        font-size: 1.3rem;
    }
    .event-type-item .event-type-title {
        font-size: 18px;
        line-height: 2.6;
    }
    #name-section .container,
    #date-section .container,
    #location-section .container,
    #contact-section .container,
    .jqyc {
        max-width: 436px;
        margin: 0 auto;
    }
    .copy-of-time-picker-start input[type="time"],
    .copy-of-time-picker-end input[type="time"] {
        width: 436px;
    }
    #name-section .eventtype-image svg,
    #date-section .passt img,
    #location-section .passt img {
        width: 55px;
    }
    .eventtype-image,
    .passt {
        float: left;
        margin-right: 17px;
        margin-top: 22px;
    }
    #contact-section .passt {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
    #name-section h2,
    #date-section h2,
    #location-section h2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .overlay h2 {
        text-align: center;
    }
    .overlay-header,
    .overlay-footer {
        width: 406px;
    }
    .open .overlay-header,
    .open .overlay-footer {
        left: calc(50vw - 203px);
    }
    #date-option-overlay h2 {
        font-size: 1.33rem;
    }
    .overlay-inner {
        width: 406px;
        margin: auto;
    }
    .close-overlay {
        right: calc(238px - 50vw);
    }
    .overlay-footer {
        padding: 23px 23px 32px;
    }
    #calendar .col-md-4,
    #calendar .col-lg-3,
    #calendar .col-xl-3,
    #calendar-end .col-md-4,
    #calendar-end .col-lg-3,
    #calendar-end .col-xl-3,
    #calendar-deadline .col-md-4,
    #calendar-deadline .col-lg-3,
    #calendar-deadline .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jqyc-year-chooser {
        width: 367px;
    }
}
@media (min-width: 992px) {
    .top-header {
        position: absolute;
        top: 0;
        left: calc(480px - 50vw);
        padding-left: 24px;
        padding-right: 26px;
        z-index: 7;
        width: 100vw;
    }
    .type-11 .top-header {
        left: calc(471px - 50vw);
        padding-left: 40px;
    }
    #main-section h2 {
        text-align: center;
        margin-top: 10vh !important;
    }
    .main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay {
        left: 66vw;
        width: 34vw;
    }
    #mainnavigation-overlay .overlay-header {
        position: absolute;
    }
    #mainnavigation-overlay .overlay-inner {
        padding-top: 0;
    }
    #mainnavigation-overlay .overlay-footer {
        position: absolute;
        width: 100%;
    }
    .main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay .overlay-footer {
        left: 0;
    }
    .main-navigation .tablet-column {
        display: none;
    }
    #mainnavigation-overlay .main-navigation > ul {
        flex-direction: column;
    }
    .main-navigation .order-1,
    .main-navigation .order-2,
    .main-navigation .order-3,
    .main-navigation .order-4,
    .main-navigation .order-5 {
        order: unset;
    }
    .container.top-container {
        height: 100%;
    }
    .row.top-row {
        height: 100%;
    }
    .top-col {
        display: flex;
        align-items: center;
    }
    .top-content {
        padding-top: 0;
    }
    #top-section .btn.bottom {
        margin-left: calc(50vw - 474px);
    }
    .type-22 .btn.dark-button {
        width: 66.66%;
    }
    .event-type-item {
        width: 20vw;
    }
    .event-type-item label,
    .event-type-item label::before {
        width: 18vw;
        height: 18vw;
    }
    .event-items-wrapper {
        width: 85vw;
        margin: 1rem auto;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 24px;
    }
    .top-header {
        left: calc(570px - 50vw);
    }
    .type-11 .top-header {
        left: calc(561px - 50vw);
    }
    .main-navi-checkbox:checked ~ #top-section #mainnavigation-overlay {
        text-align: left;
    }
    section {
        text-align: center;
    }
    #top-section .btn.bottom {
        margin-left: calc(50vw - 564px);
    }
    .event-type-item {
        width: 280px;
        padding: 1rem 42px;
        position: relative;
    }
    .event-type-item label,
    .event-type-item label::before {
        width: 196px;
        height: 196px;
    }
    .event-items-wrapper {
        width: 1124px;
    }
    .event-type-item .event-type-title {
        position: absolute;
        left: 50%;
        bottom: 34px;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .event-category input:checked ~ .event-type-title,
    .event-type-item label:hover ~ .event-type-title {
        color: var(--pink);
    }
    #name-section h2,
    #date-section h2,
    #location-section h2 {
        margin-bottom: 12px !important;
    }
    #name-section .eventtype-image svg,
    #date-section .passt img,
    #location-section .passt img {
        width: 80px;
    }
    .same-day-tag {
        font-size: 1rem;
    }
    .eventtype-image, .passt {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .field-description {
        font-size: 18px;
        top: 13px;
    }
    .wrapper-input {
        margin-top: 1.4rem;
    }
    .overlay {
        font-size: 18px;
    }
    .overlay h5 {
        font-size: 0.9rem;
    }
    .content-col {
        text-align: left;
    }
    #thankyou-overlay .overlay-inner {
        display: block;
    }
    .profil-image-holder {
        width: 260px;
        height: 260px;
        left: calc(50% - 130px);
        bottom: -130px;
    }
}
@media (max-height: 600px) {
    section {
        height: auto;
        min-height: 520px;
    }
    .go-down {
        display: none;
    }
    .width-85 {
        width: 95%;
    }
    .overlay.input-focus {
        padding-top: 0 !important;
    }
    .overlay.input-focus .overlay-header {
        display: none !important;
    }
}
