@font-face {
  font-family: 'FedraSansAltPro-Light';
  src: url('/fileadmin/FontFiles/FedraSansAltPro-Demi.woff2') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FedraSansAltPro-Demi';
  src: url('/fileadmin/FontFiles/FedraSansAltPro-Light.woff2') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'FedraSansAltPro-Light', sans-serif;
}


#header {
    background-color: black;
}

#footer.footer--classic {
    background: #6c6c6c;
}

#footer.footer--classic .bg-color-default {
    background: #6c6c6c;
}
/* Minified Chat Container Styles */
.minifiedChat-container .ebot-input-textarea {
    width: 300px;
    height: 100%;
    color: white;
    background-color: transparent;
    border: 1px solid #6f6d6d;
    border-radius: 10px;
    opacity: 1;
    padding: 10px;
    font-size: 1rem;
    padding-right: 65px;
}

hr {
    background: rgb(0 0 0);
}

.minifiedChat-container #result {
    display: block;
    overflow-y: scroll;
}

.minifiedChat-container #chatForm {
    background-color: transparent;
    height: 100%;
}

.minifiedChat-container .effie-message {
    color: #BDBDBD;
    background-color: rgba(200, 200, 200, 0.18);
    display: block;
}

.minifiedChat-container .effie-message .loading {
    font-size: 2rem;
    line-height: 1rem;
}

.minifiedChat-container #minifiedChat {
    position: absolute;
    left: -398px;
    top: 78px;
    display: none;
    height: 65vh;
    width: 500px;
    border-radius: 10px;
    border: solid 1px #BDBDBD80;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(18, 18, 18, 0.5);
}

@media (max-width: 991.98px) {
  .minifiedChat-container #minifiedChat {
    position: fixed;
    left: 2%;
    top: 120px;
    height: 80%;
    width: 96%;
  }
}


.minifiedChat-container #minifiedChatShowButton {
    cursor: pointer;
}

.minifiedChat-container .effie-thumbnail {
    display: inline;
}

.minifiedChat-container #submitButton {
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

/* Mobile Responsive Styles for Minified Chat */
@media (max-width: 768px) {
    .minifiedChat-container img.effie-thumbnail {
        width: 35px;
        height: 35px;
    }

    .minifiedChat-container img.user-thumbnail {
        width: 35px;
        height: 35px;
    }

    .minifiedChat-container #submitButton {
        width: 35px;
        height: 35px;
    }
}

/* General Button Styles */
#minifiedChatShowButton {
    cursor: pointer;
}

/* Waiting Animation Styles */
#waitingAnimation {
    display: none;
}

.loading .one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0s;
    animation: dot 1.3s infinite;
    animation-delay: 0s;
}

.loading .two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.loading .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 1.4rem;
}
.social-icons li a i {
    font-size: 20px;
}

.text-decoration-none {
    text-decoration: none;
}

section.section {
    margin: 0px;
}

.frame-type-form_formframework .overflow-hidden {
    display: none;
}

.submenu-page-item {
    border: 1px solid #4a4a4a;
}

.submenu-page-item div.p-3 {
    background-color: #4a4a4a;
}

.header_slider-main .headline-slidertext {
    font-weight: 600 !important;
    font-size: 3rem !important;
    line-height: 4rem;
}


/* Temp footer fix - Later we want a custom partial to have copyright AND just menu */
#footer > .container {
    display: none;
}

/* Removing default styles from karma */
h3 {
    text-transform: unset !important;
    margin-bottom: 1rem !important;
}

/* Footer nav style */
.footer-copyright #sub-menu ul li a:hover {
    color: #7AB800 !important;
}

/* Breaking bootstrap's container class to match the typo3 indentation */
.header_slider-main .container {
    margin-left: 15%;
    margin-right: 15%;
}
@media (max-width: 600px) {
    .header_slider-main .container {
        margin-left: 8%;
        margin-right: 8%;
    }
    .header_slider-main .headline-slidertext {
        font-weight: 600 !important;
        font-size: 2.5rem !important;
        line-height: 3.5rem;
    }
}

.header_slider-main .col-lg-6 {
    padding: 0px;
}

/* Giving some kind of reponsiveness to table elements */

@media (max-width: 600px) {
  table.contenttable, .contenttable thead, .contenttable tbody, .contenttable th, .contenttable td, .contenttable tr {
    display: block;
  }

  .contenttable thead {
    display: none;
  }

  .contenttable td {
    position: relative;
    padding: unset !important;
    
  }

  .contenttable tr {
    padding: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .contenttable td::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }

  /* Making tables scrollable */
    figure.table {
        overflow: scroll !important;
    }
}

/* Karma Gallery background color */
.thumb-info
 {
    background-color: #00000000;
}

/* Karma's gallery content element disableing the plus sign */
.thumb-info:hover {
    all: unset;
    pointer-events: none;
}
.thumb-info-action-icon {
    display: none !important;
}

/* Fixing karma bulletpoints for text and image content element */
.ce-intext.ce-left ul {
    padding-left: 2rem;
}

.thumb-info:hover {
    all: unset;
    pointer-events: unset !important;
}

.post-date {
    display: none;
}

.post-image > img {
    max-height: 580px;
    object-fit: cover;
}

/* Glossary styling */
#glossarListCustom {
    list-style-type: none;
}

#glossarListCustom-nav {
    padding-bottom: 30px;
}
/* Blog list */
/* Featured Blog entries image size and responsive designs */
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-list .portfolio-item {
    max-width: 324px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .portfolio-list .portfolio-item {
    max-width: 280px;
  }
}
@media (min-width: 1280px) {
  .portfolio-list .portfolio-item {
    max-width: 340px;
  }
}

.blogimage.blogimage--featured {
    max-width: 340px;
}

@media (max-width: 768px) {
  .blog-title-custom {
    font-size: calc(1.2rem + 1.5vw);
  }
}

/* Blog Authors Styling */
.post-authors {
    margin-top: 10px;
}

.author-info {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 5px;
}

.author-avatar {
    margin-right: 8px;
    border: 2px solid #ddd;
}

.author-name {
    font-weight: 500;
    color: #333;
}

article.post-large h2 {
    margin-bottom: 15px;
}