/*
    Theme Name: ks-beteiligung
    Author: sumit
    Author URI: http://sumit.xyz
    Description: Wordpress Theme
    Version: 1.0
*/
@font-face {
  font-family: aptos;
  src: url(./font/aptos.ttf);
  font-display: optional;
}
body {
	font-family: aptos !important;
}
.logos {
    width: 100%;
    display: flex;
}
.logos .image {
    width: 20%;
    display: flex;
    height: 90px;
    padding: 0 20px;
}
.logos .image img {
    width: auto;
    margin: auto;
    display: block;
    max-width: 95%;
}
.heading h1 {
    text-align: center;
    font-size: 64px;
    width: 95%;
    margin: 100px auto 100px;
    color: #000;
}
.footer_address p {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.footer_logo {
    margin-top: 150px;
    margin-bottom: 50px;
}
.footer_logo .image {
    width: 20%;
    display: flex;
    margin: auto;
}
.footer_logo .image img {
    width: auto;
    margin: auto;
    display: block;
    max-width: 95%;
    padding: 0 30px;
}

@media (max-width:767px){
.logos {
    width: 100%;
    display: block;
}
.heading h1 {
    text-align: center;
    font-size: 62px;
    width: 100%;
    margin: 100px auto 50px;
    color: #000;
    padding: 0 15px;
}
.logos .image {
    width: 50%;
    display: flex;
    height: 80px;
    margin: auto;
    padding: 0 20px;
}
.footer_logo .image {
    width: 50%;
    display: flex;
    margin: auto;
}
.footer_address p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000;
    font-weight: 500;
    padding: 0 15px;
}
.footer_logo {
    margin-top: 100px;
    margin-bottom: 50px;
}

}