html {
    font-size: 16px !important;
}

body {
    font-size: 1rem !important;
}

.intl-tel-input {
	width:100%;
}
.int-tel.form-item{
	overflow: visible;
}

/****Committee****/
.f-committee {
    overflow: visible !important;
}

.f-committee .f-list-item {
    margin-bottom: 1.5rem;
}

.f-committee .f-list-item-container .f-list-item-teaser-image img {
    /*background: linear-gradient(45deg, #f1a72d 0%, #fbe38e 33%, #e80b2d 66%, #000000 100%);*/
    padding: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 250px;
}
.f-committee .f-list-item-container .f-list-item-title {
    width: 100%;
	color: black;
	font-size: 14px;
    text-align:center;
	margin-top: 0.5rem;
	padding:10px;
	background: linear-gradient(90deg, #fbe38e 0%, #f1a72d 100%);
	height: fit-content;
	border-radius:20px;
}

.f-committee .f-list-item-container .f-list-item-title a {
  display: flex;
  flex-direction: column;
}
.f-committee .f-list-item-container .f-list-item-title #f-list-node-fullname {
	font-weight:600;
	display: block;
	font-size: 20px;
	order: 0;
}
.f-committee .f-list-item-container .f-list-item-title #f-list-node-27988 {
	display: block;
	font-size: 18px;
	order: 1;
}
.f-committee .f-list-item-container .f-list-item-title #f-list-node-26970 {
	display: block;
	order: 2;
	font-style: italic;
}
.f-committee .f-list-item-container .f-list-item-title #f-list-node-26968{
	font-style: italic;
	order: 3;
}

.f-committee .f-list-item-container {
    position: relative;
    padding: 0.5rem;
}

.f-committee .f-list-item-container .f-list-item-teaser-image {
    width: 100%;
    text-align: center;
}

.f-committee .f-list-item-container .f-list-item-teaser-image img {
    padding: 0.3rem;
    object-position: top;
}

/****Home****/
.col-count.fCountText.fCountHrs {
    display: none;
}

.col-count.fCountText.fCountMin {
    display: none;
}

.col-count.fCountText.fCountSec {
    display: none;
}

.f-countdown .fModuleTitle h3 {
    height: 55px;
	text-decoration: underline;
	font-size: 17px;
}

.f-countdown {
    background-image: none !important;
	background-color: var(--brand-color-theme-1);
    height: 150px;
}

.f-countdown .f-module-content>.row h4 {
	font-size: 3rem;
}

#f-messages .item {
    background-color: #484f54 !important;
    padding-top:1.3%;
}

.f-supported-by li .ItemfinnerGallery img {
    height: 7rem; 
    width: 100%;
	max-width: 9rem;
}

.f-supported-by li#fModule--fGalleryItem-270089 .ItemfinnerGallery img {
    max-width: 11rem;
}

.f-new-dates .fModuleTitle h3 {
    color: white;
}

.dates-box {
	background-color: #f1a72dbf;
    color: white;
    padding: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px 0 30px 0;
	height: 100%;
	align-content: center;
}

/***Menu***/
@media (max-width: 991.9px) {
    .main-menu nav .fMenu li>a {
        color: var(--brand-color-theme-4) !important;
    }
}

@media (max-width: 991.9px) {
    .main-menu .fMenu li.has-submenu>a::after {
        color: var(--brand-color-theme-4) !important;
    }
}

@media (max-width: 991.9px) {
    .main-menu nav .fMenu {
        background: var(--brand-color-theme-1);
    }
}

@media (max-width: 991.9px) {
    .fMenu li.has-submenu ul li a {
        background: #fff;
    }
}

@media (min-width: 991.9px) {
    .main-menu .fMenu>li.has-submenu ul>li>a {
        background-color: var(--brand-color-theme-1);
    }
}

/*Home Banner*/
@media (max-width: 575px) {
    .f-banner .ItemfinnerGallery .theme-1 {
        max-width: none !important;
        width: 320px !important;
    }
}


.form-item-type-buttons,
.buttons {
  display: flex;
}

 #fullscreenOverlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
  }

  #fullscreenOverlay img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform;
    cursor: grab;
    transform-origin: center center;
  }

  #closeFullscreenBtn {
    position: fixed;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 4px;
    font-size: 18px;
    padding: 6px 12px;
    cursor: pointer;
    z-index: 10000;
  }

@media (max-width: 1199px) {
    .f-logo-header .ItemfinnerGallery {
        padding-left: 20px;
    }
	.main-menu {
		padding-right: 20px;
	}
}

footer#fFooter .f-social-footer ul.social li:nth-child(3) a {
    background: #0077b5 !important;
}

a.fButton::after {
    background-color: unset;
}