.em {
--default-color: #202020;
--rebo-color-gold: #E5B048;
--rebo-color-dark: #313335;
--rebo-color-light: #FFFFFF;
--rebo-color-grey: #707070;
--rebo-em-font-size-text: 16px;
--rebo-em-font-size-button: 16px;
--rebo-em-font-size-topheading: 16px;
--rebo-em-font-size-heading: 22px;
}
#rebo-calendar .rebo-em-events-list-grouped h2 {
display: flex;
justify-content: space-between;
font-size: var( --rebo-em-font-size-heading );
font-weight: 500;
white-space: nowrap;
padding: 50px 0 10px;
}
#rebo-calendar .rebo-em-events-list-grouped h2:after {
content: ' ';
width: 90%;
border: 0px solid var( --rebo-color-gold );
flex: 0 1 100%;
border-top-width: 2px;
margin: 12px 0 0 20px;
}
#rebo-calendar .rebo-em-list-event {
display: grid;
grid-template-columns: 60% 40%;
grid-template-rows: fit-content fit-content fit-content fit-content;
grid-column-gap: 0px;
grid-row-gap: 0px;
border: 0;
box-shadow: inherit;
padding: 0;
margin-bottom: 20px;
}
.rebo-em-list-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.rebo-em-list-item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.rebo-em-list-item:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.rebo-em-list-item:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
.rebo-em-list-item:nth-child(5) { grid-area: 1 / 2 / 5 / 3; padding-left: 10px; } #rebo-calendar .rebo-em-list-meta {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
height: fit-content;
}
#rebo-calendar .rebo-em-list-meta > div {
display: block;
grid-template-columns: inherit;
min-width: inherit !important;
flex: 0 1 100%;
font-size: var( --rebo-em-font-size-topheading );
line-height: 1.5;
font-weight: 400;
}
#rebo-calendar .rebo-em-list-meta .rebo-em-list-date {
font-weight: 600;
}
#rebo-calendar .rebo-em-list-meta .rebo-em-list-category a {
color: var( --rebo-color-gold );
}
#rebo-calendar .rebo-em-list-meta a {
color: #202020;
font-style: inherit !important;
text-decoration: inherit !important;
text-underline-offset: inherit;
}
#rebo-calendar .rebo-em-list-meta .rebo-em-list-target {
color: #313335;
font-weight: bold;
}
#rebo-calendar .rebo-em-list-meta ul {
line-height: inherit;
}
#rebo-calendar .rebo-em-list-title h3 {
padding: 10px 5px 15px 0;
}
#rebo-calendar .rebo-em-list-title h3 a {
color: #202020 !important;
font-size: var( --rebo-em-font-size-heading );
font-weight: 600 !important;
line-height: 1.25; 
letter-spacing: normal;
word-break: break-word;
}
#rebo-calendar .rebo-em-list-desc {
font-size: var( --rebo-em-font-size-text );
font-weight: 400;
line-height: 1.8;
margin-bottom: 10px;
padding-right: 10px;
}
#rebo-calendar .rebo-em-list-buttons {
display: flex;
justify-content: flex-end;
height: fit-content;
}
#rebo-calendar .rebo-em-list-buttons .em-item-actions {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
gap: 5px;
padding: 0 30px 0 0;
}
#rebo-calendar .em-item-actions a.button,
#rebo-em-single a.button,
#rebo-em-single input.em-button.em-booking-submit,
#rebo-em-single .em-login-form .em-login-buttons button,
#rebo-em-single .em-booking-form .em-booking-submit,
#rebo-em-single .em-waitlist-form .em-booking-submit {
font-size: var( --rebo-em-font-size-button );
font-weight: 500;
color: var(--rebo-color-dark);
background-color: var(--rebo-color-light);
line-height: 1.7em;
border: 2px solid var(--rebo-color-gold);
border-radius: 10px;
padding: 10px 1em;
text-transform: uppercase;
white-space: nowrap;
}
#rebo-calendar .em-item-actions a.button {
margin-left: 12px;
}
#rebo-calendar  a.button:hover,
#rebo-em-single a.button:hover,
#rebo-em-single input.em-button.em-booking-submit:hover,
#rebo-em-single .em-login-form .em-login-buttons button:hover,
#rebo-em-single .em-booking-form .em-booking-submit:hover,
#rebo-em-single .em-waitlist-form .em-booking-submit:hover {
color: var(--rebo-color-light) !important;
letter-spacing: 1px;
margin-left: 0 !important;
background-color: var(--rebo-color-gold);
} @media (max-width: 767px) {
.em {
--rebo-em-font-size-text: 15px;
}
#rebo-calendar .rebo-em-list-event {
display: grid;
grid-template-columns: 100%;
grid-template-rows: fit-content fit-content fit-content fit-content fit-content;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.rebo-em-list-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.rebo-em-list-item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.rebo-em-list-item:nth-child(3) { grid-area: 4 / 1 / 5 / 2; }
.rebo-em-list-item:nth-child(4) { grid-area: 5 / 1 / 6 / 2; }
.rebo-em-list-item:nth-child(5) { grid-area: 3 / 1 / 4 / 2; padding-left: 0; }
#rebo-calendar .rebo-em-list-event .em-item-meta .em-item-meta-line.rebo-em-event-date,
#rebo-calendar .rebo-em-list-event .em-item-meta-line.rebo-em-event-categories,
#rebo-calendar .rebo-em-list-event h3.em-item-title a {
font-size: 18px;
}
#rebo-calendar .rebo-em-list-desc {
line-height: 24px;
}
#rebo-calendar .rebo-em-list-buttons {
font-size: 14px;
}
} .single-event #main-content .container:before {
display: none !important;
}
.single-event #left-area {
padding: inherit !important;
width: 100% !important;
}
#rebo-em-single {
font-weight: 400;
display: grid;
grid-template-columns: 60% 40%;
grid-template-rows: repeat(3, auto);
grid-column-gap: 5%;
grid-row-gap: 0px;
}
#rebo-em-single > section:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
#rebo-em-single > section:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
#rebo-em-single > section:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }
#rebo-em-single > section:nth-child(4) { grid-area: 3 / 1 / 4 / 3; }
.rebo-em-single-content,
.rebo-em-single-content p {
font-size: var( --rebo-em-font-size-text );
font-weight: 400;
}
.rebo-em-single-content-name {
margin-top: 20px;
}
.rebo-em-single-content h2 {
margin-bottom: 20px;
}
.rebo-em-single-content-text,
.rebo-em-single-content .rebo-em-single-text-wrapper {
padding: 0 0 20px;
}
.rebo-em-single-content-button,
.rebo-em-event-bookings-meta {
display: flex;
}
.rebo-em-single-info h2 {
margin-bottom: 20px;
}
.rebo-em-single-info .em-icon {
min-width: 24px;
}
.rebo-em-single-info > div > div {
margin-bottom: 10px;
}
.rebo-em-single-content-referent-name {
font-weight: 600;
}
.rebo-em-single-info-zielgruppe__heading {
display: flex;
align-items: center;
}
.rebo-em-single-info-zielgruppe__icon {
color: gray;
font-size: 24px;
padding-right: 7px;
}
.rebo-em-single h1,
.rebo-em-single h2,
.rebo-em-single h3,
.rebo-em-single h4 {
line-height: 1.5;
padding-bottom: 0;
}
.rebo-em-single h2 {
font-size: 22px;
font-weight: 700;
}
#rebo-em-single .rebo-em-single-info h2 {
font-size: 28px;
font-weight: normal;
}
#rebo-em-single .rebo-em-single-info,
#rebo-em-single .rebo-em-single-info h3 {
font-size: var( --rebo-em-font-size-text );
line-height: 2;
padding-bottom: 0;
}
#rebo-em-single .rebo-em-single-info h3 {
font-weight: 700;
}
.rebo-em-single-info-referent-image img {
max-width: 250px;
width: 100%;
height: auto;
}
.rebo-em-single-anmeldung {
margin-top: 50px;
}
.rebo-em-single-anmeldung h2 {
font-size: 30px;
font-weight: 600;
}
.rebo-em-single-anmeldung .em-event-booking-form > a {
color: var(--rebo-color-gold);
padding-left: 5px;
}
#rebo-em-single .em-login {
margin: 30px 0 50px;
}
#rebo-em-single .em-login-trigger {
font-style: normal;
}
#rebo-em-single .em-login-trigger a {
color: var(--rebo-color-gold);
} #rebo-em-single h3.em-booking-section-title,
#rebo-em-single h3.em-booking-section-title,
#rebo-em-single .em-tickets.em-tickets-single {
display: none;
}
#rebo-em-single .em-booking-form,
#rebo-em-single .em-waitlist-form {
border: 0;
}
#rebo-em-single .em-booking-form-details,
#rebo-em-single .em-booking-form-payment {
margin: 0;
}
#rebo-em-single .em-booking-form-details .em-login-trigger {
display: none !important;
}
#rebo-em-single .em-login-form .em-login-buttons button {
margin-right: 8px;
}
#rebo-em-single .em-login-form .em-login-buttons button:hover {
margin-right: 0;
}
#rebo-em-single .em-login-form label {
font-weight: 400;
}
#rebo-em-single .em-login-form .em-login-meta {
display: flex;
align-items: center;
}
#rebo-em-single .em-login-form .em-login-rememberme,
#rebo-em-single .em-login-form input[name=rememberme] {
display: none;
}
#rebo-em-single .em-login-form .em-login-links a {
color: var(--rebo-color-gold);
}
#rebo-em-single .em-login-form p,
#rebo-em-single .em-booking-form p,
#rebo-em-single .em-waitlist-form p {
display: flex !important;
align-items: center;
padding-bottom: 15px;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-group.input-textarea {
align-items: flex-start;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-group.input-textarea label {
padding-top: 6px;
}
#rebo-em-single .rebo-em-single-anmeldung p:not(.input-checkbox) label {
display: block;
max-width: 220px;
width: 100%;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-checkbox label {
padding-left: 56px;
text-indent: -38px;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-checkbox label a {
color: var(--rebo-color-gold);
}
#rebo-em-single .rebo-em-single-anmeldung p input:not(input[type=checkbox]),
#rebo-em-single .rebo-em-single-anmeldung p textarea {
display: block;
font-size: var(--rebo-em-font-size-text);
max-width: 500px;
width: 100%;
padding: 7px;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-checkbox input {
position: relative;
top: 10px;
left: -20px;
width: 25px;
height: 25px;
appearance: none;
border: 1px solid #bbb;
}
#rebo-em-single .rebo-em-single-anmeldung p.input-checkbox input:checked {
background-color: var(--rebo-color-gold);
background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjIwNyA0Ljc5M2ExIDEgMCAwIDEgMCAxLjQxNGwtNSA1YTEgMSAwIDAgMS0xLjQxNCAwbC0yLTJhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDYuNSA5LjA4Nmw0LjI5My00LjI5M2ExIDEgMCAwIDEgMS40MTQgMHonLz48L3N2Zz4=);
}
#rebo-em-single .rebo-em-single-anmeldung p textarea {
height: 128px;
margin-bottom: 30px;
}
#rebo-em-single .em-booking-buttons {
margin-top: 30px;
}
#rebo-em-single input.em-button.em-booking-submit {
width: auto !important;
background-color: #FFF0;
cursor: pointer;
} @media (max-width: 767px) {
#rebo-em-single {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
#rebo-em-single > section:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
#rebo-em-single > section:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
#rebo-em-single > section:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
#rebo-em-single > section:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
#rebo-em-single .rebo-em-single-anmeldung p {
flex-wrap: wrap;
}
#rebo-em-single .rebo-em-single-anmeldung p > label,
#rebo-em-single .rebo-em-single-anmeldung p > input {
width: 100% !important;
}
#rebo-em-single .em-booking-buttons {
text-align: center;
}
#rebo-em-single .em-login-actions {
flex-direction: column;
}
#rebo-em-single .em-login-buttons {
min-width: inherit;
max-width: inherit;
}
#rebo-em-single .em-login-buttons button {
width: auto;
}
}html {
scroll-padding-top: 80px;
}
#footer-bottom {
padding:1.2rem 0 0;
}
.dt-footer-credentials, .dt-legal-footer-menu {
padding-bottom:1.2rem;
}
.dt-footer-credentials a {
display: inline-block;
} @media (min-width:1200px) {
.dt-footer-credentials, .dt-legal-footer-menu {
display: inline-block;
width: auto;
}    
.dt-footer-credentials {
float: left;
}
.dt-legal-footer-menu {
float: right;
} 
} .dt-legal-footer-menu li {
display: inline-block;
padding:0 .5rem;
position: relative;
line-height: 1rem;
margin-left:-4px;
}
.dt-legal-footer-menu li:first-child {
padding-left:0;
margin-left:0;
}
.dt-legal-footer-menu li:last-child {
padding-right: 0;
}
.dt-legal-footer-menu li:after {
content: "";
width: 1px; height:1rem;
background: #555;
position: absolute;
right: 0; top: 0;
}
.dt-legal-footer-menu li:last-child:after {
display: none;
} @media screen and (min-width: 981px) {
#page-container .sub-menu, #page-container .sub-menu a {
width: auto!important;
}
#page-container .sub-menu a {
white-space: nowrap;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignleft a:before {
content: 'Ältere Beiträge';
visibility: visible;
padding-left: 40px;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignleft a {
visibility: collapse;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignright a:before {
content: 'Neuere Beiträge';
visibility: visible;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignright a {
visibility: collapse;
}
}
.preheading {
font-family: 'Noto Sans TC';
font-size: 18px;
text-transform: uppercase;
color: #18632B; 
margin-bottom: 0.25rem;
font-weight: 700;
line-height: 1.4;
} #top-menu > li {
border-right: 1px solid #ffffff; padding-right: 15px; margin-right: 15px; }
#top-menu > li:last-child {
border-right: none; } @media (max-width: 980px){
.dt-no-menu-collapse.et_pb_menu .et_pb_menu__menu,
.dt-no-menu-collapse.et_pb_fullwidth_menu .et_pb_menu__menu {
display: block;
}
.dt-no-menu-collapse.et_pb_menu .et_mobile_nav_menu,
.dt-no-menu-collapse.et_pb_fullwidth_menu .et_mobile_nav_menu {
display: none;
}
} .et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
} .sg-embed{
padding-top:30px;
border-radius: 16px;
overflow: hidden; background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
} .sg-embed__frame{
width: 100%;
border: 0;
display: block; height: clamp(500px, 85vh, 650px);
} @media (max-width: 980px){
.sg-embed__frame{
padding:10px;
height: 92vh;
}
}html {
scroll-padding-top: 80px;
}
#footer-bottom {
padding:1.2rem 0 0;
}
.dt-footer-credentials, .dt-legal-footer-menu {
padding-bottom:1.2rem;
}
.dt-footer-credentials a {
display: inline-block;
} @media (min-width:1200px) {
.dt-footer-credentials, .dt-legal-footer-menu {
display: inline-block;
width: auto;
}    
.dt-footer-credentials {
float: left;
}
.dt-legal-footer-menu {
float: right;
} 
} .dt-legal-footer-menu li {
display: inline-block;
padding:0 .5rem;
position: relative;
line-height: 1rem;
margin-left:-4px;
}
.dt-legal-footer-menu li:first-child {
padding-left:0;
margin-left:0;
}
.dt-legal-footer-menu li:last-child {
padding-right: 0;
}
.dt-legal-footer-menu li:after {
content: "";
width: 1px; height:1rem;
background: #555;
position: absolute;
right: 0; top: 0;
}
.dt-legal-footer-menu li:last-child:after {
display: none;
} @media screen and (min-width: 981px) {
#page-container .sub-menu, #page-container .sub-menu a {
width: auto!important;
}
#page-container .sub-menu a {
white-space: nowrap;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignleft a:before {
content: 'Ältere Beiträge';
visibility: visible;
padding-left: 40px;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignleft a {
visibility: collapse;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignright a:before {
content: 'Neuere Beiträge';
visibility: visible;
}
.et_pb_section.et_pb_section_2.canvas-blog-1.canvas-light.et_section_regular > .alignright a {
visibility: collapse;
}
}
.preheading {
font-family: 'Noto Sans TC';
font-size: 18px;
text-transform: uppercase;
color: #18632B; 
margin-bottom: 0.25rem;
font-weight: 700;
line-height: 1.4;
} #top-menu > li {
border-right: 1px solid #ffffff; padding-right: 15px; margin-right: 15px; }
#top-menu > li:last-child {
border-right: none; } @media (max-width: 980px){
.dt-no-menu-collapse.et_pb_menu .et_pb_menu__menu,
.dt-no-menu-collapse.et_pb_fullwidth_menu .et_pb_menu__menu {
display: block;
}
.dt-no-menu-collapse.et_pb_menu .et_mobile_nav_menu,
.dt-no-menu-collapse.et_pb_fullwidth_menu .et_mobile_nav_menu {
display: none;
}
} .et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
} .sg-embed{
padding-top:30px;
border-radius: 16px;
overflow: hidden; background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
} .sg-embed__frame{
width: 100%;
border: 0;
display: block; height: clamp(500px, 85vh, 650px);
} @media (max-width: 980px){
.sg-embed__frame{
padding:10px;
height: 92vh;
}
}