.gl-camp-preise{
padding: 50px 0px;
margin: 0 auto;
max-width: 1720px;
display: flex;
justify-content: center;
align-items: center;
}
.gl-camp-preise img{
transition: 0.4s ease-in-out;
}
.gl-camp-preise img:hover{
transform: scale(1.2);
} .gl-camp-programm{
padding: 100px 0px;
margin: 0 auto;
max-width: 1720px;
}
.gl-camp-programm h2{
text-align: center;
text-transform: uppercase;
font-style: italic;
font-weight: 800;
font-size: 35px;
color: #e30613;
padding-bottom: 25px;
}
.gl-camp-programm-box-wrapper{
display: flex;
justify-content: center;
align-items: baseline;
flex-wrap: wrap;
}
.gl-camp-programm-box{
max-width: 420px;
margin: 40px;
}
.gl-camp-programm-box span{
color: #e30613;
font-weight: 600;
font-size: 21px;
}
.gl-camp-programm-box p, .gl-camp-programm-box ul li{
font-size: 16px;
color: #000;
} .gl-sommercamp-faq{
margin: 0 auto;
max-width: 1720px;
}
.gl-sommercamp-faq h3{
text-align: center;
text-transform: uppercase;
font-style: italic;
font-weight: 800;
font-size: 35px;
color: #e30613;
padding-bottom: 25px;
}
.gl-sommercamp-dropdown{
max-width: 1250px;
margin: 0 auto;
padding: 0px 15px;
}
.gl-sommercamp-dropdown-text{
font-size: 21px;
padding: 15px;
background-color: #e30613;
color: #fff;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
margin: 25px 0px;
cursor: pointer;
}
.gl-sommercamp-dropdown-text svg{
fill :#fff;
}
.gl-sommercamp-dropdown-content{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 25px 0px;
display: none;
}
.gl-sommercamp-dropdown-content ul li{
font-size: 16px;
color: #000;
}
.gl-sommercamp-no-bullet{
list-style-type: none;
}
.gl-sommercamp-no-bullet a{
color: #e30613;
}
.gl-sommercamp-video{
max-width: 1280px;
margin: 0 auto;
padding-bottom: 100px;
}
.gl-camp-thumbs{
display: flex;
justify-content: center;
align-items: center;
max-width: 1720px;
flex-wrap: wrap;
}
.gl-camp-thumbs-content{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
font-size: 16px;
color: #000;
max-width: 750px;
flex-wrap: wrap;
margin: 10px 25px;
}
.gl-camp-thumbs-content svg{
fill: #e30613;
width: 80px;
height: 80px;
margin: 50px 0px 30px 0px;
}
.gl-camp-thumbs-content span{
color: #e30613;
} .gl-kidshockey-txtv2{
text-align: center;
font-size: 16px;
color: #000;
}
.gl-kidshockey-headline{
text-align: center;
text-transform: uppercase;
font-style: italic;
font-weight: 800;
font-size: 35px;
color: #e30613;
margin: 50px 0px 50px 0px;
}
.gl-kidshockey-spacer{
display: none;
}
@media all and (max-width:543px){
.gl-kidshockey-spacer{
display: block;
}
.gl-kidshockey-cta2{
margin: 0px;
}
}
@media all and (max-width:420px){
.gl-kidshockey-headline{
font-size: 25px;
}
}