body {
margin: 0;
padding: 0;
font-family: "Arial";
}

div {
box-sizing: border-box;
}

a:hover {
text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
color: #666666;
font-weight: 200;
}

#fejlec {
padding: 15px;
background: #222222;
color: #e4e4e4;
font-size: 150%;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
}

#logo {
float: left;
margin-top: -3px;
display: none/*inline*/;
width: auto;
height: 35px;
}

#daimlerCsoportkep img {
display: block;
width: 100%;
height: auto;
}

.klubok {
color: #555555;
margin: 30px;
display: grid;
gap: 35px;
grid-template-columns: auto auto auto auto;
}

.klubok a {
color: #ea3926;
}

.klubok div {
text-align: center;
background: rgba(0,0,0,0.08);
}

.klubok div img {
display: block;
margin: auto;
padding: 15px 0;
width: 85%;
height: auto;
border-radius: 50%;
}

.klubok div div {
padding: 15px;
line-height: 1.5;
background: rgba(0,0,0,0.02);
border-top: 1px solid rgba(0,0,0,0.1);
}

#lablec {
font-size: 85%;
padding: 30px 15px;
background: #222222;
color: #e4e4e4;
text-align: center;
}

#lablec a {
color: inherit;
}

#kozossegiMedia {
position: relative;
padding: 30px 15px;
padding-bottom: 20px;
background: #222222;
color: #e4e4e4;
text-align: center;
}

#kozossegiMedia:after {
content: '';
position: absolute;
bottom: 0px;
left: 25%;
width: 50%;
/*border-bottom: 1px solid rgba(255,255,255,0.15);*/
border-image: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,0.5), rgba(0,0,0,0)) 1;
border-radius: 5px; /* this doesn't work */
border-width: 1px;
border-style: solid;
padding: 5px;
border-top: none;
border-left: none;
border-right: none;
}

#kozossegiMedia img {
margin: 0 5px;
width: 40px;
height: 40px;
}

.hatterVideoKeret {
position: relative;
display: flex; 
align-items: center;
justify-content: center;
width: 100%;
overflow: hidden;
white-space: nowrap;
}

.hatterVideo {
display: block;
border: none;
width: 100%;
height: calc(100vw/1.77);
user-select: none;
pointer-events: none;
/*filter: grayscale(0.8);*/ 
scroll-snap-align: start;
}

.hatterVideoFelirat {
position: absolute;
display: flex; 
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
overflow: hidden;
white-space: nowrap;
background: #00000090;
}

#video1 {
height: 350px;
}

.feherfeketeEffekt {
filter: grayscale(1);
}

.feherSzoveg {
color: #fff;
}

#terkepKeret {
float: left; 
width: calc(100% - 500px);
padding: 0 30px;
}

#terkepKeret iframe { 
width: 100%; 
height: 600px; 
}

#facebookKeret {
float: right; 
width: 500px;
}

#facebookKeret iframe { 
width: 100%; 
height: 600px; 
}

@media only screen and (max-width: 800px) {
  h1,h2,h3,h4,h5,h6 { font-weight: normal; text-align: center; }
  .klubok { grid-template-columns: auto auto auto }
}

@media only screen and (max-width: 600px) {
  .klubok { grid-template-columns: auto auto }
  #video1 { height: 250px; }
}

@media only screen and (max-width: 400px) {
  .klubok { display: block; margin: 15px; }
  .klubok div { margin: 0px; margin-bottom: 15px; }
  #video1 { height: 180px; }
  #facebookKeret, #terkepKeret { float: none; width: 100%; }
  #terkepKeret { padding: 10px; }
}