#ext-topmenu {
	display: none;
}

#ext-header-logo-right img {
	margin-top: 20px;
}

#ext-menu-breadcrumb {
	display: none;
}

#ext-menu-line {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: var(--sitecolor);
    margin: 13px 0 0 0;
}

#ext-content-middle hr {
	width: 100%;
}
#ext-menu-dropdown-items,
#ext-menu-dropdown {
	width: 100%;
}

#ext-content-middle .fullscreenParent {
    height: calc(100vh - 300px);
}

#bilatAiHr {
	margin: 0 auto;
	max-width: 960px;
	height: 1px;
    border: 0;
    border-top: 2px solid var(--sitecolor);
}

#bilat-footer {
    margin: 80px auto 0 auto;
    padding: 0;
    max-width: 960px;
    z-index: 4;
    display: flex;
    justify-content: space-between; 

    text-align: center;
}

#bilat-footer > .bilat-footer-column{
    padding: 30px;
    flex-grow:1;
    flex-basis: 0;
    padding-top: 110px;
    background-image: url(../../Images/BilaAI/BilAI-Web-Supported-by.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50px;
  }

#bilat-footer > .bilat-footer-column.bilat-footer-socialIcons{
    background-image: url(../../Images/BilaAI/BilAI-Web-Social-Media.svg);
}

#bilat-footer > .bilat-footer-column.bilat-footer-contact{
    background-image: url(../../Images/BilaAI/BilAI-Web-Kontakt.svg);
}

  .bilat-footer-socialIcons img {
  	width: 20%;
  	display: inline-block;
  }

#c658471 .csc-textpic-center-outer,
#c658471 .csc-textpic-center-inner {
	width: 100%;
}

#c658471 .csc-textpic-imagerow {
	display: flex;
	justify-content: space-between; 
}

#c658471 .csc-textpic-imagecolumn {
    flex-grow:1;
    flex-basis: 0;

}

#ext-content-middle #c658471 figure {
	margin: 0 auto;
}

#c658471 figcaption {
	text-align: center;
}

#c658471 figure {
    margin: 0px auto;
}
#c658501 .ext-content-middle-header h1,
#c39983 .linkToTop {
    display: none;
}


#c658501 .bodytext h1 {
    display: block;
}

button.accordion-institute {
    font-size: 16px;
}

.bilat-footer-socialIcons a:hover {
    background-color: transparent;
}

.ext-menu-dropdown-arrow-icon path {
    stroke: #333333 !important;
}

#ext-content-middle a.bilat-button {
    padding: 10px 20px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    width: 170px;
    background-color: var(--sitecolor);
    text-align: center;
    border-bottom: 0px transparent;
    position: relative;
}

#ext-content-middle .ext_news_alternating_wrap .csc-textpic {
    display: flex;
    column-gap: 35px;
    flex-wrap:wrap;
    flex-wrap: nowrap;
    max-width: 960px;
}

.fullwidth #ext-content-middle .ext_news_alternating_wrap figure img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 960px) {
    #c493384, #c658492 {
        float: left;
    }

    #ext-content-middle .ext_news_alternating_wrap figure {
        margin: 0 auto;
        display: block;
    }

    #ext-content #ext-content-middle-bbox .fullscreenParent {
        height: calc(100vh - 220px);
    }

    .fullscreenParent .mdl_fullscreen_slider .text_wrapper {
        height: 280px;
    }
}

@media (max-width:740px) {
    #bilat-footer {
       flex-direction: column;
    }
}

@media (max-width:640px) {
    #ext-content-middle .ext_news_alternating_wrap .csc-textpic-text {
        width: 100%;
        margin: 10px 0px;
        padding: 0px;
    }

    #ext-content #ext-content-middle .csc-textpic:not(.csc-nowrap) .csc-textpic-imagewrap {
        width: 100%;
        margin-right: 0px;
    }

    #ext-content-middle .ext_news_alternating_wrap .imageRight figure {
        float: none;
    }

    #ext-content-middle .ext_news_alternating_wrap .imageRight .csc-textpic-text {
        width: 100%;
        order: 2;
    }

    #ext-content-middle .ext_news_alternating_wrap .imageRight .csc-textpic-imagewrap {
        width: 100%;
        order: 1;
    }

    #ext-content-middle .ext_news_alternating_wrap .csc-textpic {
        flex-wrap: wrap;
    }

    .ext_news_alternating_wrap .csc-textpic-imagewrap .newsLinie {
        display: none;
    }

    #c493384, #c658492 {
        float: none;
    }

}