/*
 Theme Name:   Hestia Child
 Description:  Mein Child Theme
 Author:       metaventis
 Author URI:   https://edu-sharing.com/metaventis/
 Template:     hestia
 Version:      1.0
 Text Domain:  hestia-child
*/

.navbar{
    border: none;
}

.navbar-transparent .navbar-nav>li>a{
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-header{
    display: none;
}

.navbar.hestia_left .navbar-collapse{
    margin-left: 0;
}

.page-header{
    margin-top: 0;
	min-height: 0 !important;
}

.header-filter::before{
    background-color: rgba(0,0,0,0);
}

.carousel .page-header .row{
    align-items: start;
    justify-content: flex-end;
}

.carousel h1.hestia-title, .carousel h2.title{
    text-align: left;
}
.carousel .buttons{
    margin-top: 20px;
}

.btn.btn-primary{
    transition: 0.5s ease-in-out;
}

.btn.btn-primary:hover{
    transform: scale(1.02);
    font-weight: 500;
}

.search-bar{
    text-align: left;
}

.search-bar .search-bar-search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.hestia-big-title-content .search-bar input{
    height: 46px;
    max-width: 55.3%;
    margin: 0 12px;
    margin-left: 0;
    background: #fff;
    padding: 12px;
    border-radius: 3px;
}


.search-bar i{
    margin-right: 8px;
}

.search-bar select{
    color: black;
    -webkit-appearance: button;
    margin: 4px 12px;
    margin-left: 0;
    padding: 4px 12px;
    border-radius: 3px;
}

.search-bar .form-group.is-focused .form-control {
    background: #f8f8f8 none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 49.3%; /* some wired aspect-ratio */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.description, .card-description, .footer-big {
    color: #555;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.card .card-image{
    box-shadow: none;
    height: 240px;
    display: flex;
    align-items: center;
}

.footer-big {
    padding: 0;
}

.new-footer{
    display: flex;
    justify-content: space-between;
}

.new-footer-menu {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-footer-menu li{
    margin-bottom: 12px;
}

.new-footer-menu a{
    color: #fff;
    text-align: center;
    font-size: 1em;
}

.new-footer-menu a:hover{
    color: #9c27b0;
    text-decoration: none;
    font-weight: bolder;
}


.hestia-subscribe .title{
    margin-bottom: 1em;
}

h5.subscribe-description{
    text-align: justify;
    text-align-last: center;
    line-height: 1.4;
}
.main {
    display: grid;
}
.hestia-features  {
    grid-row: 2;
}
/* hide duplicate header on frontpage */
.page-id-97 .page-header:not(.custom-header),
.hestia-blogs:not(.custom-blogs) {
	display: none !important;	
}

.hestia-blogs-title-area .hestia-title{
    color: #ffffff;
}

.hestia-blogs-title-area .description{
    color: #ffffff;
}

.hestia-features .hestia-title{
    /*color: #ffffff;*/
}

.hestia-features .description{
    /*color: #ffffff;*/
}

.new-footer-hr{
    margin: 30px 0 !important;
    border-top: 1px solid #fff;
}

.footer_logos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.custom-header-container{
    height: 6em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em 1em 2em;
}

.custom-header-container > a > img {
    width: auto;
    height: 100%;
}

.custom-header-container > a {
    width: auto;
    height: 100%;
}

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

.navbar-nav > .menu-item > a {
    color: black;
    font-size: 18px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}

.lisum-custom-footer {
    background-color: #454545;
}

.footer-lists-container {
    display: flex;
    justify-content: center;
    padding: 0 18% 0 18%;
}

.footer-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 1.5em;
}

.footer-logo-container {
    padding: 2em 0 0 2em;
}

.footer-list-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .5em;
    padding-top: 1em;
}

.left {
    grid-area: 1 / 1 / 2 / 2;
}

.center {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
}

.right {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
}

.footer-link {
    font-size: 1.5rem;
    color: white;
}

.footer-link:hover {
    color: white;
}

.footer-list-title {
    font-size: 2rem;
	color: white;
    font-weight: bold;
}
.far.fa-question-circle::before {
  background-image: url('https://oer-berlin.de/wp-content/uploads/2025/11/oer1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:555px) {
    .lisum-custom-footer .footer-lists {
        grid-template-columns: repeat(2, 1fr);
    }

    .lisum-custom-footer .footer-lists-container {
        padding: 2em;
    }

    .lisum-custom-footer .left {
        grid-area: 1 / 1 / 2 / 3;
    }

    .lisum-custom-footer .center {
        grid-area: 2 / 1 / 3 / 3;
        justify-self: left;
    }

    .lisum-custom-footer .right {
        grid-area: 3 / 1 / 4 / 3;
        justify-self: left;
    }

    .lisum-custom-footer .footer-claim {
        grid-area: 4 / 1 / 5 / 3;
    }
}


.hestia-blogs-title-area > .hestia-title .description {
    color: white;
}

.header-filter-gradient {
	background: #454545 !important;
}

.footer-claim {
    color: white;
    font-size: 1.5rem;
    grid-area: 2 / 1 / 3 / 4;
    padding-top: 1em;
}

.logo-header {
    height: 4em;
    padding: .5em 0 .5em 2em;
    border-bottom: 1px solid lightgrey;
}

.logo-header > a > img {
    width: auto;
    height: 100%;
}

#main-navigation > ul > li {
    padding-right: 2em;
}

#secondary-navigation > ul > li > a {
    color: black;
    font-size: 1.3em;
}

#secondary-navigation > ul > li {
    list-style: none !important;
}

#secondary-navigation {
    padding-left: 0 !important;
    border-top: 1px solid #fff;
    display: none;
}

.custom-menu-right {
    display: flex;
    align-items: center;
    height: 100%;
}

#menu-icon:hover {
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    #menu-icon {
        display: none;
    }
}


