html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
  list-style-type: none;
}


.sppb-media, .sppb-media-body {
  font-family: "cabinet_groteskregular", acumin-variable, sans-serif;
}


p
{
  /*font-family: "acumin-variable",sans-serif;*/
  font-variation-settings: 'wght' 200, 'wdth' 67.5, 'slnt' 0;
  
}
h1{
  font-size:35px;
  font-family: "cabinet_groteskregular",sans-serif;
  padding-bottom:30px;
    line-height:45px

}

h2
{
  font-size:22px;
  font-family: "cabinet_groteskregular",sans-serif;
   text-transform: none;
  color:#000;
  margin-bottom:15px;
  line-height:25px
}

h3
{
  font-size:25px;
  font-family: "cabinet_groteskregular",sans-serif;
  color:#000;
  margin-bottom:15px;
  line-height:28px
}

h5 {
  font-family: "cabinet_groteskregular",sans-serif;
  font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
  color: #BA895E;
  
}

h4{
  font-family: "cabinet_groteskregular", sans-serif;
}
h5:after {
  content: "";
  display: block;
  text-align: center;
position: absolut;
  width: 100px;
  height: 2px;
  margin-left: auto;
      margin-right: auto;
  /*right: 0px;
 left:50%;*/
 /* top: 8%;*/
  margin-top:10px;
  border-bottom: 2px solid #ba895e;
}
  
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5em;
}

ol,
ul {
    /*list-style: none;*/
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "cabinet_groteskregular",sans-serif;
    font-variation-settings: 'wght' 200, 'wdth' 67.5, 'slnt' 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;*/
     background-color: rgba(255, 255, 255, 0.32); 
  /*background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.32) 0%, rgba(19, 46, 75, 0.78) 100%);*/
    z-index: 99;
    transition: all .3s;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1900px;
    margin: 0 auto;
    padding: 5px 20px;
}

.header-menu-toggle {
    display: none;
}

.header-menu__nav {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.header-menu__nav>li {
    position: relative;
    margin: 0 20px;
}

.header-menu__nav>li:hover>.header-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.header-menu__item {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    color: #0083cb;
    padding: 20px 15px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-menu__item--has-sub::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    /* margin-left: 15px; */
    background-image: url("../images/arrow-down-sign-to-navigate.svg");
    background-size: contain;
    background-position: center;
}

.header-sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    transform: translate3d(-50%, 0, 0);
    padding: 5px 0;
    opacity: 0;
    min-width: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
}

.header-sub-menu__item {
    /* display: block;
    font-size: 18px; */
    font-weight: 300;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 20px;
	font-weight: bold;
    color: #0b4164;
    padding: 20px 15px;
    text-transform: uppercase;
}

.header-sub-menu .header-sub-menu__item {
    font-weight: 300;
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all .3s;
    display: block;
    font-size: 18px;
}

.header-sub-menu__item:hover {
    color: #a544b2;
}

.header-logo img {
    max-width: 180px;
    height: auto;
    transition: all .3s;
}

.header.is-sticky {
    background-color: rgb(212 212 212 / 90%);
    padding: 5px 0;
}

.header.is-sticky .header-logo img {
    max-width: 130px;
}

.banner {
    position: relative;
    min-height: 100vh;
}

.banner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3em;
}

.banner-tag {
    position: absolute;
    bottom: 150px;
    left: 50%;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3em;
    /*background-color: rgba(100, 20, 47, 0.6);*/
    padding: 10px 15px;
    border-radius: 3px;
    transform: translate3d(-50%, 0, 0);
}

.banner-scroll-down {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    color: #fff;
    transition: all .3s;
}

.banner-scroll-down svg {
    width: 100%;
    height: 100%;
}

.banner-scroll-down:hover {
    color: #7cb247;
}

/*#content,
.site-footer {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    max-width: 1200px;
}*/

.custom_kontaktstylemob {
    display: flex;
}

.custom_kontaktstylemob p {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        max-width: 300px;
        background-color: #F5F1E5;
        transform: translateX(-100%);
        transition: all .3s;
        padding-top: 120px;
    }
    .header-menu__nav {
        flex-flow: column;
        overflow-y: auto;
        max-height: 100%;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }
    .header-menu-toggle {
        display: block;
        position: fixed;
        top: 50px;
        right: 20px;
        width: 90px;
        height: 40px;
        background-color: #0000;
        border: 0;
        outline: none;
        z-index: 999;
        transition: all .3s;
    }
.header-menu-toggle span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: #000;
    transition: all 0.3s;
    max-width: 50px;
}
    .header-menu-toggle span:nth-child(1) {
        top: 0;
        left: 0;
    }
    .header-menu-toggle span:nth-child(2) {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .header-menu-toggle span:nth-child(3) {
        bottom: 0;
        left: 0;
    }
    .header-sub-menu {
        position: relative;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
        background-color: #0000;
    }
    .header-logo img {
        width: 130px;
    }
    .header.open-menu .header-menu {
        transform: translateY(0);
    }
    .header.open-menu .header-menu-toggle {
        top: 60px;
        width: 30px;
        height: 20px;
    }
    .header.open-menu .header-menu-toggle span {
        height: 3px;
    }
    .header.open-menu .header-menu-toggle span:nth-child(1) {
        top: 50%;
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
    .header.open-menu .header-menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .header.open-menu .header-menu-toggle span:nth-child(3) {
        bottom: 50%;
        transform: translate3d(0, 50%, 0) rotate(-45deg);
    }
    .banner {
        min-height: 100vh;
    }
    .banner img {
        height: 100vh;
        object-fit: cover;
    }
    .banner-tag {
        bottom: 100px;
    }
    .banner-scroll-down {
        bottom: 30px;
    }
    .header-menu__item {
        padding: 0px;
    }
}

/* */

.sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    border-radius: 3px;
    color: #64142F !important;
    border: 1px solid #64142F !important;
    transition: .35s;
}

.sppb-carousel-extended-dots ul li span {
  background: #E3D056 !important;}

/*breezing Forms */

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100% !important;

}
.sppb-addon-wrapper {
    overflow: hidden;
}
/*# sourceMappingURL=style.css.map */



.weblinks_linksadjust a {

    color: #561028 ;
    font-size: 18px;
line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .site-content {
    max-width: 1420px;
    margin: 120px auto;
    padding: 5px;
}
    button.header-menu-toggle {
        color: #0b4164;
        width: 25px;
        height: 21px;
        top: 15px;
        right: 1rem;
        /* position: absolute; */
        /* transform: translate3d(0px, -50%, 0px); */
    }

    .header.is-sticky
    button.header-menu-toggle {
        top: 18px;
    }

    .header-menu-toggle span {
        background-color: #0b4164;
    }

    .header-container {
        position: relative;
    }
    .header.open-menu .header-menu-toggle {
        top: 24px;
    }
    .header.open-menu .header-menu-toggle span{
        background-color: #0b4164;
    }

    .header-sub-menu .header-sub-menu__item {
        color: #fff;
    }

    a.header-sub-menu__item {
        padding: 0px 15px;
    }

    .header-menu {
        padding-top: 68px;
    }

    .header-menu {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
#content
#eb .eb-container {
    background-color: #f5f1e5;
    box-shadow: 0px 0px 0px 0px #ffffff;
    padding-top: 112px;
    padding-bottom: 112px;
}
#content
#eb .eb-container__main {
    max-width: 1320px;
    margin: 20px auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
#content
#eb .eb-comment-editor .markItUpContainer .markItUpExpanding .markItUpEditor, #content
#eb .eb-comment-editor .markItUpFooter, #content
#eb .eb-comment-form .markItUpHeader, #content
#eb .eb-entry,#content
#eb .form-control, #content
#eb .eb-calendar-tooltips, #content
#eb .eb-calendar, #content
#eb .eb-header, #content
#eb .eb-category, #content
#eb .eb-author, #content
#eb .eb-authors-head, #content
#eb .popbox-dropdown-nav__item, #content
#eb .eb-showcases, #content
#eb .eb-post-listing .eb-post, #content
#eb .eb-post-foot, #content
#eb .eb-comment, #content
#eb .eb-comment-form, #content
#eb .eb-comments-empty, #content
#eb .eb-table-filter, #content
#eb .eb-head, #content
#eb .eb-empty,#content
#eb .popbox-dropdown, #content
#eb .o-select-group, #content
#eb .dropdown-menu {
    background-color: #0000;
    border: 0;
    padding: 0 1rem;
}
#content
#eb #fd .fd-toolbar {
    background-color: #fff;
    color: #000;
}
#content
#eb #fd .fd-toolbar__link {
    color: #000;
}
#content
#eb .eb-comment-editor .markItUpContainer {
    border: 1px solid #333 !important;
}
#content
#eb .btn-primary {
    background-color: #125c83 !important;
    color: #fff;
    border-radius: 5px;
}
#content
#eb #fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state),#content #eb #fd .fd-toolbar .is-active .fd-toolbar__submenu-link {
    color: #fff;
}
#content
#eb #fd .fd-toolbar__link:hover {
    color: #fff;
}
.eb-post-body p {
  font-size: 20px;
    line-height: 29px;
  color: #000000;
}

.o-pagination-wrapper {
  margin-top:20px !important;
}
#eb .eb-authors-finder {
  padding-left: 40px !important;
}
.eb-content .o-select-group select,
#eb .eb-authors-finder input {
  background: #fff !important;
}
.sp-pagebuilder-row, .sppb-row {
  margin: 0px !important;
}


/* Offline */
.outer .header {
    position: relative;
    text-align: center;
    padding-bottom: 0;
}
.outer
.header img {
    height: 120px;
}
.outer
.header p {
    font-size: 14px;
    text-align: center;
    color: #0008;
}
.outer
form#form-login {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.outer
form#form-login fieldset {
    display: flex;
    flex-flow: column;
}
.outer
form#form-login
input.btn.btn-primary {
    color: #fff;
    margin: 20px 0 0;
    border: 0;
    height: 2.5rem;
    background: #000;
    border: 2px solid #000;
    transition: all .3s;
}

.outer
form#form-login
input.btn.btn-primary:hover {
    background: #1d5b81;
    border: 2px solid #1d5b81;
}

.outer
form#form-login
input {
    height: 2.5rem;
    border-radius: 0.25rem;
    outline: none;
    border: 2px solid #000;
}
.outer
form#form-login
label {
    margin-top: 20px;
    font-size: 14px;
    color: #0007;
}
.outer
.inner.well {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    height: 100vh;
  background-color:#9ab5ca;
}
.outer
.header
h1 {
    padding-bottom: 10px;
}
#fd .o-dropdown-nav__link, #fd .o-dropdown-nav__link:focus,
#content #eb #fd .fd-toolbar__link {    
    line-height: 1.5em;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #0b4164 !important;
    padding: 10px 15px;
    text-transform: uppercase;
}
#content #eb #fd .fd-toolbar__link:hover {
  color: #0b4164 !important;
}

.modal-inner-block * {
    /* font-family: "acumin-variable",sans-serif !important; */
    /* font-variation-settings: 'wght' 200, 'wdth' 67.5, 'slnt' 0; */
}
.com-users-login,
.com-users-registration {
    max-width: 1400px;
    margin: 140px auto;
    padding: 130px 70px;
}
.newsletter-form .sppb-alert-success {
    color: #0b4164 !important;
    padding: 0px !important;
}
.site-content {
  max-width: 1320px;
    margin: 120px auto;
    padding: 50px;
}


.eboxLogin input:not([type="checkbox"]), .eboxLogin form button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eboxLogin input:not([type="checkbox"]), .eboxLogin form button span,
.eboxLogin input:not([type="checkbox"]), .eboxLogin form button svg{
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
   
}
  .header .header-menu {
      display: block !important;
  }
  .header.open-menu .header-menu {
      display: block !important;
  }
  
  ul.header-menu__nav.menu {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      position: relative;
  }
  
  /*ul.header-menu__nav.menu:before{
     content: "";   
      position: absolute;
      bottom: 0px;
      left: 13px;
      width: 100px;
      height: 2px;
      background: #000;
  }*/
  
  .header-menu__nav>li {
      margin: 0;
  }
  .site-content {
    max-width: 1420px;
    margin: 120px auto;
    padding: 5px;
}
  .eb-description-details img.eb-thumb-left {
    float: none !important;
  }
}

.tpl-body.com_easyblog
.site-content {
    max-width: 100%;
  	padding-left: 0;
  padding-right: 0;
}
.com_eventbooking .btn-primary
{
  background-color: #125c83;
}
.eb-event-title {
    font-family: "cabinet_groteskregular",sans-serif;
    text-transform: none;
    font-weight: 700;
}
.eb-event-title:hover {
    color: #6c3cae;
}

  .eb-event-date {
    background-image: none!important;
    border-radius: 100%;
    font-family: inherit;
    height: 35px !important;;
    width: 100% !important;
   padding:0px !important;;
    color: #0b4164;
    text-align: left !important;;
}
    .eb-event-layout-content {
      min-height:420px;
    }
    .btn-primary{
      background-color: #0b4164;
    color: #FFFFFF;
          border: none;
    }
    .btn-primary:hover,.btn-primary:active {
    background-color: rgba(11, 65, 100, 0.8);
    color: #FFFFFF;
}
.splide__pagination {
  padding: 10px 1em !important; 
}

#eb-event-page .eb-speaker-container .eb-speaker-avatar img,
#eb-event-page .eb-speaker-container .eb-speaker-avatar img.rounded-circle {
    width: 100%;
    max-width: 100%;
    box-shadow: unset;
    border: 0;
    padding: 0;
  	border-radius:4px !important;
}

#eb-event-page h1 {
   
    font-family: 'calluna', serif;
    text-transform: none;
    color: #0b4164;
    margin-bottom: 5px;
    line-height: 25px;
    padding: 0px;
}
.eb-speaker-container .eb-speaker-title {
  text-align:left !important;;
  font-size: 100% !important;;
}
#eb-event-page .eb-speaker-container .eb-speaker-name {
    font-size: 25px;
    text-align: left;
    letter-spacing: 1.25px;
    line-height: 1;
    
    margin-top: 15px;
    margin-bottom: 10px;
}
#eb-event-page #eb-speakers-list .eb-speaker-container p {
    text-align: left;
    font-size: 14pt;
    font-weight: 300;
}

/*  more custom css  */

#eb-event-page #eb-event-details {
    border: 0;
}

#eb-event-page .eb-box-heading {
    border: 0;
    background-color: #fff;
}

#eb-event-page h1.eb-page-heading {
    font-size: 22px;
    font-weight: bold;
    /* color: #157c8e; */
    text-decoration: none;
    font-family: adrianna, sans-serif;
}

#eb-event-page h1.eb-page-heading a {
    /* color: #157c8e; */
}

#eb-event-page .eb-register-buttons-bottom .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fff0;
    color: #0b4164;
    margin: 0;
}

#eb-event-page .eb-register-buttons-bottom .btn-primary {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #0b4164;
    border-color: #0b4164;
    font-family: "cabinet_groteskregular", Helvetica, Arial, sans-serif;
}


.eb-taskbar li {
    margin-top: .5em;
    margin-bottom: .5em;
}

.eb-taskbar > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#eb-event-page .eb-register-buttons-bottom .btn
span.caret {
    display: none;
}


.tingle-modal-box iframe {
    height: 780px;
}


@media screen and (max-width: 768px) {
  .tingle-modal-box iframe {
      height: 835px;
  }
}

.eb-save-to-calendar-buttons .btn .caret {
    display: none;
}


/* end more custom css */

.header-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121fa ;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    max-width: 100%;
}
header.header.open-menu .header-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.header-menu__nav {
    display: flex;
    flex-flow: column;
    text-align: center;
    padding-top: 0px;
}
.header-sub-menu__item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    margin-left: 30px;
    font-weight: 500;
    color: #fff;
    padding: 0.5rem 0;
    margin: 0 !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.header-menu-toggle {
    display: block !important;
    position: relative;
    z-index: 10;
}
.header-menu-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 10%;
    height: 26px;
    background-color: #0000;
    border: 0;
    outline: none;
    z-index: 999;
    transition: all 0.3s;
}
.header-menu-toggle span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: #a544b2;
    transition: all 0.3s;
    max-width: 50px;
}
.header.is-sticky .header-menu-toggle {
    top: 15px;
}
.header-menu-toggle span:nth-child(1) {
    top: 0;
    left: 0;
}
.header-menu-toggle span:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-menu-toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
}
.header.open-menu .header-menu-toggle span:nth-child(3) {
    bottom: 50%;
    transform: translate3d(0, 50%, 0) rotate(-45deg);
}
.header.open-menu .header-menu-toggle span:nth-child(2) {
    opacity: 0;
}
.header.open-menu .header-menu-toggle span:nth-child(1) {
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.sppb-addon-content {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 200, 'wdth' 67.5, 'slnt' 0;
}
.sppb-addon-content ol,
.sppb-addon-content ul {
    list-style: auto;
    padding: 0 0 0 1.5rem;
}
.sppb-addon-content ol li,
.sppb-addon-content ul li {
    padding: 0.25rem 0;
}
.sppb-addon-content strong,
.sppb-addon-content b{
    font-weight: bold;
}

.eb-event-item-grid-default-layout .eb-event-main-category {

  background-color: #ba895e!important;
  font-size: 16px!important;

}

.eb-event-item-grid-default-layout .eb-event-thumb-container:before {
    content: "";
    display: block;
    padding-top: 50%;
    width: 100%;
}

.eb-event-item-grid-default-layout .eb-event-thumb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: bottom;
}

.tpl-body.com_eventbooking header.header {
    background-color: rgba(29,77,116,0.9);
}
.tpl-body.com_eventbooking header.header .header-menu-toggle {
  top: 34px;
}
.tpl-body.com_eventbooking .header.is-sticky .header-menu-toggle {
  top: 13px;
}

.eb-event-item-grid-default-layout {
  background-color: #fff !important;
}

#eb-event-page h3, #eb-event-page h1 {
  font-family: "acumin-variable",sans-serif!important;
}

.eb-event-item-grid-default-layout {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  margin-bottom: 0 !important;
}
.eb-events-grid-items .eb-events-grid-row-1 {
    margin-bottom: 30px;
}
.eb-event-item-grid-default-layout>div.eb-event-title-container {
    flex: 1;
}
@media screen and (min-width: 768px) {
form#eb_search_form {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem
}
form#eb_search_form
.row.form-group.form-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
form#eb_search_form
.row.form-group.form-row:first-of-type {
    flex: 1;
}
form#eb_search_form
.row.form-group.form-row:first-of-type
.col-md-9.eb-form-control {
    width: 100%;
}
}


form#eb_search_form
.row.form-group.form-row {
    margin-bottom: 10px;
}
form#eb_search_form
.form-actions {
    margin-bottom: 10px;
}

.splide__track--draggable {
    padding-bottom: 50px;
}

.eb-events-grid-items {
    padding-bottom: 20px;
}

ul.event-cus-bottom li {
    margin: 0px 5px;
}

div.mod-languages a {
    color: white !important;
}

div.mod-languages ul li.lang-active {
    background-color: #49494982 !important;
}

div.mod-languages ul {
       margin-left: -169% !important;
        margin-top: 14px !important;
    	/*max-width: 144px;*/
      	display: flex;
}
div.mod-languages li {
    margin-left: -5px !important;
}

@media screen and (max-width: 1024px)
button.header-menu-toggle {
    width: 25px;
    top: 47px !important;
    right: 1rem;
}

#language_picker_des_209{
  display:none
}

@media screen and (max-width: 1024px){
div.mod-languages ul {
	margin-left: -60% !important;
    margin-top: 7px !important;
    max-width: 144px;
}
}

@media screen and (max-width: 1024px){
#language_picker_des_209{
  display:none;
}

  .eb-events-grid-items {
    padding-bottom: 20px;
  display:flex;
  flex-direction:column;
  }
  .eb-event-item-grid-default-layout {
      width: 590px;
}

}
.eb-event-title {
    font-family: panchangbold;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
      text-decoration: none;
}

.eb-taskbar li {
  margin: 3px !important;
}
.eb-event-item-grid-default-layout {
  height: auto !important;
}

.eb-event-item-grid-default-layout {
  box-shadow: 0px 5px 5px 0px rgba(6,10,20,.08) !important;}


/* Phoca button */
.phc .pd-float a{
    
    color: black;
    font-family: "cabinet_groteskregular", acumin-variable, sans-serif;
    border-style: solid;
    border: black solid 1px;
    padding:11px 18px;
    border-radius:5px;
}

.phc{
    margin-top:19px;
    margin-bottom:20px;
}


.acym_module_form input {
    border-radius: 5px;
    width: 174px;
}