/* rajdhani-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: 'Rajdhani';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rajdhani/rajdhani-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rajdhani-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: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rajdhani/rajdhani-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rajdhani-500 - 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: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rajdhani/rajdhani-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rajdhani-600 - 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: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/rajdhani/rajdhani-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rajdhani-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: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rajdhani/rajdhani-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Rajdhani", sans-serif;
    margin: 0;
    background: #2A2C31;
    color: white;
    scroll-behavior: smooth;
}
* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: rgb(253, 251, 251);
}
header {
    padding-top: 70px;
}
section > div,
header > div,
footer > div {
    max-width: 1680px;
    margin: 0 auto;
}
header > div,
footer > div {
    padding: 0 20px;
}
#bilder {
    padding: 0 20px;
}
#banner {
    text-align: center;
    border-radius: 0 0 200px 200px;
    background: #2A2C31;
    position: relative;
    z-index: 1;
    padding: 100px 20px 180px 20px;
}
#einstieg {
    text-align: center;
    border-radius: 0 0 200px 200px;
    background: #2A2C31;
    position: relative;
    z-index: 1;
    padding: 100px 20px 60px 20px;
}
#berichte {
    padding: 100px 0;
    text-align: center;
}
#logos {
    background-color: #212226;
    border-radius: 0 0 200px 200px;
    padding: 300px 40px 150px 40px;
    margin-top: -200px;
}
#logos > div{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#logos div span {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
header > div{
    display:flex ;
    justify-content: space-between;
    align-items: center;

}

header ul{
    display: flex;
    list-style-type: none;
    gap: 30px;
    font-weight:  bold;
    text-transform: uppercase;
}
.logo {
    display: flex;
    align-items: center;
    gap: 30px;
}
.logo img {
    max-width: 80px;
}
.skibidi img {
    max-width: 120px;
}
.btn{
    font-weight:  bold;
    text-transform: uppercase;
    background:#87D832;
    padding: 13px 20px;
    border-radius: 50px;
    min-width: 190px;
    display: inline-block;
    text-align: center;
}
.sigma{
    font-weight:  bold;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 30px;
    line-height: 100%;
}
.ligma{
    font-weight:  bold;
    text-transform: uppercase;
    font-size: 40px;
    color: #87D832;
    line-height: 100%;
}
.green {
    color: #87D832;
}
.smaller {
    font-size: 0.9em
}
h1,
h2{

    font-weight:  bold;
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 30px;
}

#todos > div{
    padding: 150px 0;
    text-align: center;
}
#inhalte > div {
    padding: 150px 0;
    max-width: 1024px;
    text-align: center;
}
#inhalte h3 + p {
    margin-bottom: 50px;
}
#about > div {
    text-align: center;
    padding: 100px 0;
}
footer {
    background:#212226;
}
#about {
    background:#212226;
    border-radius: 200px 200px 0 0;
}
.flex {
    margin-top: 100px;
    display: flex;
    padding: 0 100px;
    margin-bottom: 80px;

}
.flex > div {
    width: 33.33%;
    padding: 0 80px;
   
}
.skibidi{
    width: 250px;
    height: 250px;
    background: #2a2c31;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    border-radius: 100%;
}
.opacity{
    opacity: 0.5;
}
footer p{
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
h3{
    font-size: 44px;
    padding-bottom: 15px;
    margin-top: 20px;
}

p{
    font-size: 20px;
}
.flex img{
    max-width: 100%;
    height: Auto;
    margin-bottom: 50px;
}
.flex ul{
    list-style-type: none;

}
.goofy{
    margin-left: 5px;
    color:#87D832;
}

.img {
    width: 100%;
    height: auto;
}
h4{
    font-size: 30px;
}
.mt-10{
    margin-top: 50px;
}
/*MEDIA QUERIES*/
/*XXL*/
@media only screen and (min-width: 1241px){
    .flex > div {
        padding: 0 40px;
    }
}
/*XL*/
@media only screen and (max-width: 1240px){
    #logos div span img {
        height: 55px;
    }
    .flex {
        flex-wrap: wrap;
        justify-content: center;        
    }
    .flex > div {
        padding: 0 40px;
        width: 50%;
    }
    .flex > div:last-child {
        margin-top: 40px;
    }
    section {
        padding-left: 40px;
        padding-right: 40px;
    }

    h3 {
        font-size: 40px;
    }
    #todos h2{
        font-size: 60px;
    }
    h1{
        font-size: 60px;
    }
    .flex img {
         margin-bottom: 10px;
     }
}
/*LG*/
@media only screen and (max-width: 1023px){
    #berichte{
        padding: 40px 0 100px 0;
    }

    section {
        padding-left: 20px;
        padding-right: 20px;
    }
    body {
        font-size: 14px;
    }
    
    #logos div span img {
        height: 45px;
    }
    .flex {
        padding: 0 60px;
    }
    .flex > div {
        padding: 0 20px;
    }
    .flex > div:last-child {
        margin-top: 40px;
        
    }
    .bannerImg{
       width: 250px;
    }
    h2 {
        font-size: 40px;
    }

    h1{
        font-size: 50px;
    }
}
/*MD*/
@media only screen and (max-width: 767px){
    .flex img {
        margin-bottom: 0px;
    }
    #banner,
    #logos{
        border-radius: 0 0 100px 100px;
    }
    #about {
        border-radius: 100px 100px 0 0;
    }
    .sigma,
    .ligma {
        font-size: 32px;
    }
    #todos h2 {
        font-size: 50px;
    }
    p {
        font-size: 18px;
    }
    .flex {
        padding: 0
    }
    header {
        padding-top: 30px;
    }
    header .logo .btn {
        display: none;
    }
    .flex > div {
       width: 100%;
    }
    .flex > div {
        margin-top: 40px;
     
    }
    .flex > div:first-child{
        margin-top: 0;
    }
    .h2{
        font-size: 16px;
    }
    #logos div span {
        padding: 0 10px;
    }
    .logo img {
        width: 60px;
    }
    #logos > div{
        flex-wrap: wrap;
    }
    #logos div span {
        width: 33.33%
    }
    #logos > div span:nth-child(4),
    #logos > div span:nth-child(5){
        margin-top: 40px;
    }
    .flex{
        margin-bottom: 0;
    }
}
/*SM*/
@media only screen and (max-width: 640px){
    .skibidi {
        width: 220px;
        height: 220px;
    }
    .skibidi img {
        max-width: 80px;
    }
    h1,
    #todos h2{
        font-size: 44px;
    }
    header ul {
        gap: 20px;
    }
    #logos div span {
        width: 50%
    }
    #logos div span:nth-child(3) {
        width: 100%
    }
    #logos > div span:nth-child(3){
        margin-top: 40px;
    }
    p {
        font-size: 16px;
    }
    h3 {
        font-size: 34px;
    }
}
/*XS*/
@media only screen and (max-width: 480px) {
    #logos > div span:not(:nth-child(1)){
        margin-top: 30px;
    }
    #logos div span {
        width: 100%;
    }
    #logos {
        padding:300px 20px 120px 20px
    }
    .logo {
        justify-content: center;
    }
    .logo img {
        width: 45px;
    }
    header ul {
        margin-top: 10px;
        padding: 0;
        justify-content: center;
    } 
    header ul li a {
        font-size: 13px;
    }
}   
