body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

#seite {
    text-align: left;
    width: 100%;
    margin: 0;
    color: #000;
    height: 100%;
    font-size: 12px;
    border: 0;
}

footer {
    color: #acacac;
    background-color: #3a434d;
}

.social-icons svg {
    max-width: 25px;
    margin-right: 5px;
}

svg:not(:root) {
    overflow: hidden;
}

.fill-color {
    fill: #acacac;
}

footer .foo-info {
    border-left: 1px solid #707070;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.image-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section img {
    width: 100%;
    height: auto;
}

.content-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0px ;
    top: 63%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
  }

#contact_form input {
    background-color: rgb(245, 245, 245);
    border: 1px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

#contact_form textarea {
    background-color: rgb(245, 245, 245);
    border: 1px;
    padding-left: 10px;
    padding-top: 15px;
    width: 100%;
}

.contact .row>.col-lg-9:first-child,
.contact .row>.col-lg-3:first-child {
    padding-right: 0;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 5%;
}

.circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper .gallery-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper .gallery-container ul li img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gallery-container ul.mosaic-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.gallery-container ul.mosaic-gallery li {
    background-position: center center;
    background-size: cover;
    flex: auto;
    height: 15vw;
    margin: 0 0.5rem 1rem;
    max-height: 10rem;
    overflow: hidden;
}

.gallery-container ul.mosaic-gallery li img {
    height: 100%;
    opacity: 0;
}

.gallery-image-delete {
    display: none;
}

.ekko-lightbox-nav-overlay a span {
    text-align: left;
}

#ContainerFrame {
    width: 100%;
    overflow-x: auto;
    text-align: center;
    position: relative;
}

.organigramm-inner {
    display: inline-block;
    position: relative;
}

.new-container .Box {
    box-shadow: 1px 1px 5px 0px #999 !important;
    border: 1px solid #ccc !important;
}

.login-circle{
    border-radius: 50%;
    display: inline-block;
}

.login-circle-small {
    width: 12px;
    height: 12px;
    position: relative;
    top: -4px;
}

.login-circle-big {
    width: 23px;
    height: 23px;
    border-width: 1px;
    border-style: solid;
}

.footer-sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: left;
    z-index: 999;
}

.service-box .card{
    border: 0;
}

.dropdown-toggle::after {
    display: none;
}

.main-navigation li.nav-item a{
    font-size: 12px;
}

.main-navigation li.nav-item a:hover{
    background-color: transparent;
}

.contact-button {
	width: 200px;
    background-color: #0d9ed6;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 14px 6px;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: linear;
    height: 40px;
}

div.Gruppe_Label{
    border: 0 !important;
}

.Box hr, .p-hr{
    display: none !important;
}

.Box{
    text-align: left !important;
}

.custom-col {
    float: left;
    padding: 10px;
}

.post-edit-button  a img{
    min-width: 100%;
}

.aspect-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.aspect-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.field-label {
    width: 150px;
    font-weight: 500;
    padding-right: 8px;
}

.field-value {
    width: 200px;
}

.w-650{
    width: 350px;
}

.personal_material_image{
    min-width: 200px;
    width: 100%;
}

div.year_selector a {
    cursor: pointer;
    color: #0d9ed6 !important;
}

.programm-listing-rows {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-top: 10px;
}

.programm-month {
    position: sticky;
    top: -10px;
    background: white;
    z-index: 2;
    padding: 4px 8px;
    border: 0 !important;
}  

.programm-listing-rows .list-group-item{
    border: 0;
    padding: .32rem .75rem;
}

.pdf-invitation {
    width: 23px;
}

.clear{
    clear: both;
}