2023-04-25 12:05:23 +02:00
|
|
|
|
2023-04-25 12:13:46 +02:00
|
|
|
#content_all {
|
|
|
|
position: relative;
|
|
|
|
top:200vh;
|
|
|
|
padding-top: 100px;
|
|
|
|
background: url('/img/bg_content.png');
|
|
|
|
background-size: cover;
|
|
|
|
color: #FFFDFC;
|
|
|
|
}
|
|
|
|
#content_all .columns{
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 80vw;
|
|
|
|
}
|
|
|
|
#content_all .text{
|
|
|
|
padding-top: 1vh;
|
|
|
|
padding-left: 80px;
|
|
|
|
}
|
|
|
|
#content_all .color-emphasis{
|
|
|
|
color: #1E33DA;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-04-25 12:05:23 +02:00
|
|
|
#content-1 h2,
|
|
|
|
#content-2 h2,
|
|
|
|
#content-3 h2,
|
|
|
|
#content-4 h2 {
|
|
|
|
margin-left: 10vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content{
|
2023-04-25 12:13:46 +02:00
|
|
|
|
2023-04-25 12:05:23 +02:00
|
|
|
height: 200px;
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
#content .first {
|
|
|
|
|
|
|
|
width: 1680px;
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 95%;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: 0.2em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
color: #E77064;
|
|
|
|
|
|
|
|
backdrop-filter: blur(5px);
|
|
|
|
|
|
|
|
flex: none;
|
|
|
|
order: 0;
|
|
|
|
flex-grow: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
#content .second{
|
|
|
|
margin-bottom: 100px;
|
|
|
|
|
|
|
|
width: 1680px;
|
|
|
|
height: 170px;
|
|
|
|
|
|
|
|
font-family: 'GT Walsheim Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 230px;
|
|
|
|
line-height: 65px;
|
|
|
|
text-align: center;
|
|
|
|
color: rgba(255, 255, 255, 0.35);
|
|
|
|
backdrop-filter: blur(5px);
|
|
|
|
flex: none;
|
|
|
|
order: 1;
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|