.container-topbar {
    margin-right: 20px;
}

h1, h2, h3, h4 {
  color: #003c8c;
}

.willkommen {
    width: 100%;
    height: 450px;
    background: url(../images/fussballbuben.jpg);
}

.willkommentext {
    position: absolute;
    top: 200px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 12px;
    padding-left: 12px;
}

#maximenuck145 {
    background-color: Gainsboro;
    border: none;
    padding-left: 0px;
    box-sizing: border-box;
}

div#maximenuck145 ul.maximenuck {
    padding-left: 0px;
}

li.maximenuck.level1 {
    font-size: 16px;
    line-height: 14px;

}

li.maximenuck.level1 a {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

ul.maximenuck li.level1.parent > a:after,
ul.maximenuck li.level1.parent li.parent > a:after {
    display: none !important;
}

li.maximenuck.level1 > a {
    color: black;
    padding: 10px 12px 10px 12px;
    margin: 0 2px 0 0;

    text-decoration: none;
}

#maximenuck145 li > a:hover,
#maximenuck145 li > a:focus {
    text-decoration: none;
    background-color: #003c8cff;
    color: white;
}

.maxidrop-main {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.maxidrop-main a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}


body {
    background-image: linear-gradient(lightgrey, dimgrey);
}

.container_rl {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.metamenu a {
    color: black !important;
}

.container-header {
    position: relative;
    z-index: 10;
    background-color: white !important;
    background-image: none;

}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/* startseite*/

.logosabteilungen.flexbox {
    display: flex;
    justify-content: space-around;
    grid-gap: 2px;
}

.logosabteilungen {
    margin-bottom: 25px;
}

.mod-articlesnews__item {
    display: inline-block;
    margin-bottom: 30px;
}

.mod-articlesnews__item figure {
  margin: 0 12px 12px 0;
  /*
  display: inline;
    
    float: left;*/
}

figure.item-image img {
    max-width: 350px;
}

.com-content-article__body > h2 {
    margin-bottom: 15px;
}

/*Footer*/

#mod-custom110 {
    width: 100%;
}

.logoboxfooter {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

}

.logoboxfooter img {
    width: 150px;
    height: auto;

}

.container-footer .grid-child {
    display: flex;
    flex-direction: column;

}

#footermenu {
    float: right;
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}

#footermenu li {
    margin-right: 25px;
}

#mod-custom110 {
    margin-top: 25px;
}

.footer {
    background-color: #003c8cff;
    background-image: none;
}

.ph-top {
    display: none;
}

.ph-subheader {
    background: white !important;
    border: none !important;
    padding-left: 0 !important;
}

.page-header {
    margin-top: 25px;
}

h3 {
    margin-top: 15px;
    font-weight: 500;
}

main img {
    margin: 5px;
}


/*navi seite*/
.servicespalte li.active.deeper {
    background-color: #ccc;
    padding-left: 5px;
}

.servicespalte li.active > a {
    font-weight: 700;
}

.logosfooter {
    width: 100%;
}

#body #body {
    background-image: none;
}

div.acym_form div.onefield,
p.acysubbuttons {
    margin-top: 25px;
}

.acym__users__creation__fields__title {
    font-weight: bold;
}

.mod-articlesnews p {
}

.mod-finder__search.input-group {
    flex-wrap:nowrap
}

.mod-finder__search.input-group .awesomplete input {
    border-bottom-right-radius: 0;
    border-top-right-radius:0
}

.mod-finder__search.input-group button {
    align-items: center;
    display:flex
}

.mod-finder__search.input-group button .icon-search {
    -webkit-margin-end: .2em;
    margin-inline-end:.2em;
}

.mod-finder__search button {
  margin-top:10px;
}

.cf-checkbox-group label.cf-label {
  margin-left: 15px !important;
}

#searchForm > div.form-limit {
    display: none;
}

.badge {
    background-color: cadetblue;
}

@media screen and (max-width: 700px) {

    figure.newsflash-image img,
    div.com-content-category-blog__items.blog-items figure img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

}

@media screen and (min-width: 700px) {

    figure.newsflash-image img,
    div.com-content-category-blog__items.blog-items figure img {
        width: 150px;
        height: auto;
        margin-left:0;
    }
  

}
