
@font-face {
  font-family: "Barlow-Regular";
  src: url("./fonts/Barlow.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Barlow.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Barlow.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Barlow.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Barlow.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Barlow.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


body.site {
    border-top: 0 !important;
    padding-bottom:15px;
}
body.site {
    font-family: 'Barlow-Regular', sans-serif;
    font-display: auto;
    font-size: 19px;
    line-height: 26px;
    padding: 15px 0 0 0;
    color:#333;
}
.body .container {
    padding: 0 20px;
    border: 0px;
    box-shadow: none;
}
.container {
    max-width: 1150px;
}
/*p {
    margin: 0 0 22px;
}*/
.brand {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.item-page.startseite {
    padding-top: 22px;
    background: #f9f9f8
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Barlow-Regular', sans-serif;
    font-display: auto;
    font-weight: normal;
}
h1 {
    color: #952456;
    font-size: 30px;
}
h2 {font-weight:bold}
.item-page.startseite h1 {
    font-weight: 100;
    font-size: 50px;
    line-height: 60px;
}
.item-page.startseite h2 {
    font-weight: 100;
    font-size: 40px;
    margin-top: 30px;
    line-height: 40px;
}
.page-header {
    padding-bottom: 0px;
    margin: 50px 0 0px;
    border-bottom: 0;
}
.footer.top {
    margin-top: 64px;
}
.footer {
    background: #ad495b;
    color: #eee;
    margin: 20px 0;
}
.custom.footer_info {
    display: block;
    width: 50%;
    float: left;
    margin-top: 4%;
    font-size: 23px;
    line-height: 27px;
}
.custom.footer_portrait {
    float: right;}

#footer li {
    float: left;
    margin-right: 20px;
}
#footer li a {
    color: #666;
}
.moduletable.footer_menu {
    margin-top: -30px;
    padding-bottom: 12px;
}


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

@media screen and (max-width:767px) {
.footer, .footer_menu {
    padding: 0 20px;
}
.custom.footer_portrait {
    width: 100%;
    text-align: center;
}
    .custom.footer_info {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
}


