/* titillium-web-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/titillium-web-v17-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/titillium-web-v17-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* titillium-web-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/titillium-web-v17-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/titillium-web-v17-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* titillium-web-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/titillium-web-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* lato-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
body{
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    font-size: 18px;    
    height: 100%;
    color: #707070;
    margin: 0;
}
h1, h2{
    font-family: "Titillium Web", sans-serif;
}
h1{
    color: #DC9250;
    letter-spacing: 1.4px;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
h2{
    font-size: 35px;
    text-align: center;
    font-weight: lighter;
    margin: 0;
}
p{
  
}
.logo img{
    margin: 10px 0;
    justify-content: left;
    display: flex;
}
.center{
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 10px;
    display: grid;
    justify-content: center;
    text-align: left;
}

.center h2{
    line-height: 73px;
}
.center h1{
    line-height: 31px;
}
.punkte img{   
    width: 100%;
}
.punkte.impressum{

    /* display: flex; */
    justify-content: right;
    align-content: center;
    flex-wrap: wrap;
    background: url(Bilder/punkte.svg);
    background-repeat: no-repeat;
    height: 235px;
    background-position-x: right;
    background-color: #F8F8F8;
    text-align: center;

}
.punkte.impressum img{
   margin: 0;
}
.punkte.impressum h1{
    display: flex;
    align-items: center;
    color: #696969;
    font-size: 62px;
    font-weight: 100;
    justify-content: center;
}
.informationen{
    position: relative;
}
.informationen img{
    width: 100vw;
    height: auto;
}
.infocontainer{
    background: transparent linear-gradient(331deg, #5076A3 0%, #283B52 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    padding: 2em;
}
.infocontainer h1, .infocontainer h2{
    text-align: left;
    color: #fff;
}
.infocontainer h1{
    margin: 5px 0 40px;
}
.infocontainer h2{
    margin: 5px 0 40px;
    line-height: 60px;
}
.infocontainer h3{
    padding-top: 40px;
}
.infocontainer .grid img{
    margin: -5px 12px -5px 0;
    width: auto;

}
.infocontainer a{
    color: #fff;
    decoration: none;
    text-decoration: none;
}
.infocontainer table{
    border-collapse: collapse;
}
.infocontainer tr{
    border-bottom: 1px solid #fff;
}
.infocontainer table td{
		padding: 0.8em 0;
		width: 20%;
}
.sprechzeiten{
    padding-bottom: 80px;
}
.teamcontainer{

    text-align: center;
}

.leistungen .container{


    margin-bottom: 118px;
    }
    .leistungen li::marker{
        content: '■ ';
        color: #DC9250;
        font-size: 30px;        
    }

.teamcontainer img{
    max-width: 295px;
}
.teamcontainer .mitglied{
    max-width: 364px;
}
.team h2{
    margin-bottom: 40px;
}
.teamcontainer h3{
    color: #696969;
    font-size: 34px;
    line-height: 44px;
    font-family: "Titillium Web", sans-serif;
}
footer{
    background: transparent linear-gradient(273deg, #5076A3 0%, #283B52 100%) 0% 0% no-repeat padding-box;
opacity: 1;
margin-top: 100px;
}
footer a{
   
    color:#fff;
    font-size: 20px;
    line-height: 84px;
    text-decoration: none;
    padding-right: 20px;
}

@media only screen 
   and (min-width : 769px) {
    .infocontainer{


    }
    .center{

        display: block;
    }
    .gridz{
        display: flex;
        justify-content: space-between;
    }
    .grid{
        width: 100%;
    }
    h2{
        font-size: 48px;
    }
    .leistungen .container{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-bottom: 118px;
        }
    .teamcontainer{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        justify-content: center;
        text-align: center;
    }
    .punkte img{
        margin: -4px 0 0 150px;
        margin-bottom: 5em;
        max-width: 40vw;
    }
    .teamcontainer img{
        max-width: 364px;
    }
}

@media only screen 
   and (min-width : 1700px) {
    .infocontainer{
        max-width: 543px;
        position: absolute;
        top: 91px;
        left: 53vw;
        padding: 85px;
    }
    .gridz{
        display: block;
    }
    .grid{
        max-width: 100%;
    }
 
}