ul#index {
	padding-left: 0;
	list-style-type: none;
}
#message {
	height: 10em;		 /* em = current font size */
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background-color: var(--primary);
	padding: 0px 4px;
	margin: 4px;
	border-radius: 4px;
}


.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.bootstrap-tagsinput .tag {
	display: inline-block;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

article {
    display: flex;
    min-width: 450px;
    min-height: 128px;
    /*padding: 20px 40px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 20px;
    margin: 32px;
    
    border: 3px solid var(--primary);
	border-radius: 16px;
	box-shadow: 10px 10px 0px -1px #F43054;
}
main {
    padding: 3rem 90px;
}
@media (max-width: 576px) {
    .expertise-card {
        min-width: 75vw;
        padding: 20px 20px;
    }
    article {
        max-width: unset;
        min-width: unset;
        margin: auto;
        width: calc(100% - 32px);
    }
    main {
        padding: 16px;
        width: calc(100% - 32px);
    }
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--dark);
}
article > * {
    margin-left: 16px;
    margin-right: 16px;
    color: #000;
}

article > img {
    margin-left: 0px;
    margin-right: 0px;
}
article  li,
article  p {
    color: #000;
}
article .block {
    padding: 16px;
    margin: 16px;
    background: var(--secondary);
    
}
article > hr {
    width: 100%;
}
.header-image {
	width: 150px;
	height: auto;
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -18px;
	/*border-top-right-radius: 16px;
    border-top-left-radius: 16px;*/
}
.teaser  {
    padding: 0px;
    position: relative;
    /*max-width: 800px;*/
    height: 450px;
    min-height: 100px;
    min-width: 55%;
    max-width: unset;
    margin-top: 16px;
    margin-bottom: 16px;
    /*display: inline-table;*/
}
.teaser > img {
	width: 100%;
	border-radius: 16px;
	top: 0px;
	position: relative;
	object-fit: cover;
	max-width: inherit;
	max-height: inherit;
	height: inherit;
	object-fit: cover;
}

.teaser > div {
	background-color: #000D;
	padding: 32px;
	color: var(--light);
	z-index: 1;
    height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	justify-content: center;
	position: absolute;
	top: 0px;
    bottom: 0px;
}

@media (max-width: 576px) {
    .teaser  {
        max-height: 800px;
        min-height: 700px;
    }
}


.side-left,
.side-right {
    flex: 0 0 auto;
    width: 25%;
    margin: 64px auto;
}
.side-right {
    order: 12;
}

@media (max-width: 576px) {
    .side-left,
    .side-right  {
        margin-top: 64px !important;
        width: 50%;
        order: -1 !important;
        margin: 20px auto;
    }
}

#fr-logo {
	display: none;
}


/* Full image view*/

#image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-container {
    overflow: hidden;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    height: auto;
}

.image-container.active img {
    opacity: 0.5;
}

#image-modal {
	display: none;
	position: fixed;
	z-index: 1010;
	left: -20px;
	top: 0;
	width: calc(100% + 20px);
	height: 100%;
	overflow: auto;
	background-color: #FFFC;
	right: 0px;
}
.modal-content img {
    max-width: unset;

}
.modal-content {
	margin: auto;
	display: block;
	max-height: calc(100% - 75px);
	/* max-width: 700px; */
	width: auto;
	border: 3px solid var(--primary);
	border-radius: 16px;
	text-align: center;
	box-shadow: 10px 10px 0px -1px #F43054;
	max-width: 90vw !important;
    z-index: 1011;
    transform: translateX(-5%);
}

.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 30px;  
    width: 44px;
    text-align: center;
    z-index: 1012;
    
}

.close:hover,
.close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

#image-navigation {
    text-align: center;
    margin-top: 10px;
}

#image-navigation button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#image-navigation button:hover {
    
}

#image-navigation button:disabled {
    opacity: 0.5;
    cursor: default;
}
.chevron-left, .chevron-right {
    border: none;
    padding: 0;
    font-size: 24px; /* Adjust size as needed */
    color: #333; /* Adjust color as needed */
    cursor: pointer;
}
.chevron-left i, .chevron-right i {
    margin: 0;
    padding: 0;
}

.chevron-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translateY(-50%);
    z-index: 1012;
    
}

.chevron-right {
    position: absolute;
    bottom: 0px;
	right: 10px;
    transform: translateY(-50%);
    z-index: 1012;
    
}