/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 29, 2025 */

@font-face {
    font-family: 'dm_sans9pt_italic';
    src: url('fonts/dmsans-italic-variablefont_opszwght-webfont.woff2') format('woff2'),
         url('fonts/dmsans-italic-variablefont_opszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dm_sans9pt_regular';
    src: url('fonts/dmsans-variablefont_opszwght-webfont.woff2') format('woff2'),
         url('fonts/dmsans-variablefont_opszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.dm-sans-font300 {
  font-family: 'dm_sans9pt_regular';
  font-weight: 300;
  font-style: normal;
}

.dm-sans-font600 {
  font-family: 'dm_sans9pt_regular';
  font-weight: 600;
  font-style: normal;
}

.dm-sans-font400 {
  font-family: 'dm_sans9pt_regular';
  font-weight: 400;
  font-style: normal;
}

*{
margin: 0;
padding: 0;
box-sizing: border-box;}

body {
    background-color: lightgray;
}

.container {
    width: 100vw;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    background-color: white;
}

header {
 background: url(Images/1280pp.png) no-repeat;
    width: 100%;
    height: 800px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title h1 {
    text-align: center;
    font-size: 84px;
    color: white; 
}

.title img {
    padding-top: 50px;
    width: 90px;
    align-content: center;
    text-align: center;
}

h1 span {
font-family: 'dm_sans9pt_regular';
font-weight: 400;
font-size: 84px;
text-align: center;
text-transform: uppercase;
}

h1 strong {
font-family: 'dm_sans9pt_regular';
font-weight: 600;
font-size: 200px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
}

@media (max-width: 520px) {
    .title h1 {font-size: 63px;}

    h1 span {font-size: 63px;}

    h1 strong {font-size: 150px;}
}
    
.circle {
    position: relative; /* Positionierung relativ zum Header */
    background: #E6007E;
    color: white;
    width: 236px;
    height: 236px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-10deg);
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1);
    font-family: 'dm_sans9pt_regular';
    font-weight: 900;
    font-size: 43.01px;
    text-align: center;
    margin-left: auto; /* Automatischer Abstand nach links */
}

.erwartung {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    text-align: center;
    align-items: center;
    padding: 0 8vw;
}

.erwartung h2 {
    color: #32549B;
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 70px;
}

.erwartung p {
    align-items: center;
    width: 70%;
    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.highlightsection { 
    margin: 100px auto auto 0; 
    width: 100vw;
}

.group {
    height: 380px;
    width: auto;
    background: url(Images/hands-group-1280.png)
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    margin-top:-80px;
    padding: 0 8vw;
    gap: 20px;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.highlight {
    background-color: #32549B;
    color: white;
    width: 100%;
    height: 380px;
    text-align: center;
    border-radius: 13px;
    padding: 0 25px;
}

.icon {
    margin-top: -30px;
}


.highlight h2 {
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 38.98px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

.highlight p {
    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 140%
}

#gewin-button {
    width: 240px;
    height: 52px;
    border-radius: 6.72px;
    background-color: white;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 20.16px;
    color:#32549B;
}

#preise-text {
    line-height: 150%;
}

.inspiration {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;  
    margin-left: 8vw;
    margin-right: 8vw;
}

.inspiration h2 {
    align-items: center;
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #32549B;
}

.inspiration p {
    align-self: center;
    align-content: center;
    padding-top: 40px;
    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 70%;   
}

ul {

    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
    padding-top: 40px;
    text-align: center;
}

.uldiv {
    margin: 0 auto;
}

.img-inspi-logo {
    background: url(Images/logo-band.png);
    height:372px;
    width: auto;
    opacity: 20%;
    margin-top: -153px;
    margin-bottom: -100px;}

.gewinner {
    margin-top: 100px;
}

.img-gewinner{
    height: 380px;
    width: auto;
    background: url(Images/group1280.png)
}

#gewin-headline {
    width: 100%;
    height: 100px;
    border-radius: 6.72px;
    background: #32549B;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:-50px;
}

.gewinner h2 {
    color: white;
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 40px;
}

.gewinner p {
    align-self: center;
    text-align: center;
    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 0 8vw;
    width: 70%; 
}

.gewinner strong {
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 16.13px;
    text-align: center;
    align-content: center;
    align-items: center;
    color: #32549B;
}


.gewintext {
    display: flex;
    flex-direction: column;
}

#first-phrase {
    margin-top: 50px;
}

.img-gewinner-v2 {
    height: 470px;
    width: auto;
    background: url(Images/gruppe_studenten.png);
    margin-top: 50px;
}

.sponsoren {
    width: auto;
    background: #D9D9D9;
    padding: 0 8vw;
}

.sponsoren h2{
    align-items: center;
    text-align: center;
    font-family: 'dm_sans9pt_regular';
    font-weight: 600;
    font-size: 30pxpx;
    line-height: 35px;
    color: white;
    padding: 50px 0 30px 0;
}

.flex-sponsor{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.sponsor {
    margin: 30px auto;
}


.footer {
    background: #32549B;
    display: flex;
    flex-wrap: wrap;
    color: white;
    align-content: center;
    align-self: center;
    align-items: center;
    padding: 0 8vw;;
}

.logo-ff {
    display: flex;
}

.logo-ff p{
    font-family: 'dm_sans9pt_regular';
    font-weight: 500;
    font-size: 14px;
    
}

#logotitle {
    padding: 20px;
}

#date {
    padding-top: 20px;
    margin: 5px;
}


.logo-footer img{
    width: 50px;
}

.footer h2 {
    font-family: 'dm_sans9pt_regular';
    font-weight: 700;
    font-size: 28px;
    text-align: left;
}

.footer p {
    font-family: 'dm_sans9pt_regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;

}

.logo-footer {
    width: 33%;
    min-width: 300px;
    margin: 10px auto;
}

.kontakt-footer {
    width: 33%;
    min-width: 300px;
    margin: 10px auto;
}

.recht-footer {
    width: 33%;
    min-width: 300px;
    margin: 10px auto;
}

.footer a {
    color: white;
}