.gl-ehcverein{
margin: 0 auto;
max-width: 1720px;
padding: 15px;
}
.gl-ehcverein h2{
font-weight: 600;
font-style: italic;
color: #e30613;
font-size: 32px;
padding-bottom: 45px;
line-height: 45px;
}
.gl-ehcverein p{
color: #000;
font-size: 16px;
} .gl-ehc-mitgliedschaft{
margin: 0 auto;
max-width: 760px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 25px;
}
.gl-mitgliedschaft-cta{
border: 2px solid #e30613;
padding: 10px 15px;
color: #e30613;
font-size: 18px;
margin: 15px;
transition: 0.4s ease-in-out;
cursor: pointer;
}
.gl-mitgliedschaft-cta:hover{
color:#fff;
background-color: #e30613;
}
@media all and (max-width: 767px){
.gl-ehc-mitgliedschaft{
flex-direction: column;
}
} .h2-fuehrung{
text-align: center;
color: #e30613;
font-weight: 800;
text-transform: uppercase;
font-style: italic;
font-size: 30px;
margin: 50px 0px;
}
.h2-fuehrung-margin{
margin-top: 155px;
}
.gl-fuehrungsteam{
max-width: 1720px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.gl-fuehrungsteam-box{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 30px 40px;
}
.gl-fuehrungsteam-box img{
border-radius: 100%;
border: 3px solid #e30613;
max-width: 250px;
}
.gl-fuehrungsteam-box p{
font-weight: 600;
color: #e30613;
font-size: 21px;
line-height: 35px;
margin-top: 16px;
text-align: center;
}
.gl-fuehrungsteam-box a{
text-decoration: none;
color: #e30613;
}
.gl-vereinsfh-vorstand img, .gl-vereinsfh img{
max-width: 300px;
border-radius: 100%;
border: 5px solid #e30613;
}
.gl-vereinsfh-vorstand-1, .gl-vereinsfh-vorstand-2, .gl-vereinsfh-vorstand-3{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 50px;
}
.gl-bg-vereinsfuehrung h1{
transform: translateY(115px);
} .gl-arena-content{
max-width: 1720px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.gl-arena-content-box{
display: flex;
justify-content: center;
align-items: center;
-webkit-box-shadow: 0px 0px 15px 5px rgba(227,0,11,0.2);
box-shadow: 0px 0px 15px 5px rgba(227,0,11,0.2);
margin: 50px 0px 15px 0px;
border-radius: 20px;
}
.gl-arena-content img, .gl-arena-content ul{
margin: 25px;
}
.gl-arena-content ul{
list-style-type: none;
}
.gl-arena-content ul li{
font-size: 16px;
color: #000;
line-height: 30px;
}
.gl-arena-ort-text{
text-align: center;
font-size: 16px;
padding: 0px 15px;
color: #000;
margin-bottom: 35px;
}
.gl-arena-ort{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@media all and (max-width:540px){
.gl-arena-content-box{
flex-direction: column;
}
}