/* Über uns */

.button { background: var(--pink); border: 2px solid var(--pink); }
.button:hover { color: var(--pink); }

.spitzmarke { color: var(--pink); }



#container-standort { background: rgb(0,0,0,.6) url(../images/kontakt.jpg) no-repeat scroll center top; position: relative; padding: 70px 0px; margin-bottom: 80px; }
#container-standort h1 { color: #ffffff; }
#standort { padding: 0px 20px; }

#container-standort::before { content: ""; position: absolute; top: -1px; background: url(../images/spickel-ol.svg) no-repeat scroll center top; height: 156px; z-index: 0; width: 100%; }
#container-standort::after { content: ""; position: absolute; bottom: -1px; background: url(../images/spickel-ul.svg) no-repeat scroll center bottom; height: 156px; z-index: 0; width: 100%; }


.newsflash-text img { width: auto; }


.mod-articlesnews__item { padding: 30px 30px 20px 30px;}


@media(min-width:550px)
{
    #standort { padding: 0px 30px; }
}



@media(min-width:800px)
{
    .items-leading .item-image { padding: 65px 0px 0px 0px; }

    #container-standort { padding: 80px 0px 100px 0px; margin-bottom: 100px; }
    #standort { margin: 0px auto; width: 700px; padding: 0px; }
}





@media(min-width:1100px)
{
    #container-standort { padding: 110px 0px 130px 0px; }
    .items-leading .item-image { padding: 70px 0px 0px 0px; }

    #standort { width: 1000px; }
}



@media(min-width:1400px)
{
    #container-standort { padding: 150px 0px 170px 0px; }
    #standort { width: 1300px; }
}


@media(min-width:1700px)
{
    #standort { width: 1600px; }
}