.pagehero-1 {
    width: 100%;
    height: calc(220px + (var(--spacer)) * 2);

  
   background-size: cover;
    background-position: center;
    transform: scale(1.15);}
    footer {background: rgba(248, 250, 252, 1);}
    .contacthero-1 {
        width: 100%;
        height: calc(220px + (var(--spacer)) * 2);
        /*background:linear-gradient(135deg, rgb(10, 10, 19, .2) 0%, rgba(40, 116, 252, .6) 100%), url(../img/kapcsolat-o.jpg);*/
        background-image:url(../img/kapcsolat-o.jpg);

       background-size: cover;
        background-position: center;
        transform: scale(1.15);}


    .fadeInh {
    -webkit-animation: fadeInh;
    animation: fadeInh;
    -webkit-animation-duration: 2s;
    animation-duration: 2;
    animation-timing-function: cubic-bezier(.31,.11,.12,.99);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInh {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  transform: scale(1.0);
}
}

.big-hero-h {
    z-index: 6;
    line-height: 61px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    text-shadow: 3px 4px 16px rgb(10 17 25 / 46%);

    will-change: transform;
    left: 0;
}

.hero-text-h {
    /* max-width: 1180px; */
    margin: auto;
    position: absolute;
    top: 50%;
    width: var(--content-width);
    left: 50%;
    transform: translate(-50%, -50%);
}


.text-in-y-z {
    -webkit-animation: text-in-y-z;
    animation: text-in-y-z;
    -webkit-animation-duration: 1.4s;
    animation-delay: 1200ms;
    animation-duration: 1.4s;
    animation-timing-function: cubic-bezier(.31,.11,.12,.99);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (max-width: 1500px) {
    .hero-text-h {
        width: calc(100% - 180px);
    }
}

@keyframes text-in-y-z {
  0% {
    opacity: 0;
    transform: rotate(0.1deg) translateY(40%);
  }
  
  100% {
    opacity: 1;
  }
}

.content-page .lines {display:block; margin: auto; padding:34px; margin-left:-34px; margin-right:-34px; padding-top:1.3em;padding-bottom: 1.3em;}

.hero-container-h {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    background:black;
}

.content-page {max-width:790px; width:var(--content-width); margin:auto; }
.content-page p, .content-page ol {font-size:18px; margin-bottom:1.4em; }

.content-page br {
    display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 1.4em;
}

.content-page ol li {
    font-size: 18px;
    line-height: 1.5;
    color: var(--afontcolor);
}

.first-letter {
/*  -webkit-initial-letter: 2 1;
          initial-letter: 2 1;*/
          font-size:300%;
          line-height:.3333em;
  color: var(--demmlergreen);
  font-weight: 600;
  margin-right:1px;
}

.content-page {padding-top:var(--spacer);}
.content-page h2 {margin-bottom:25px; margin-top:2em; font-size: 25px;}

.content-page .recom a {      background-color: #284b63cc;
    background-color: #284b63f0;
    border: none;
    color: white;

    padding: 7px 20px;
    text-align: center;
    text-decoration: none;

    margin: 0;
    margin-right:8px;
    transition: background-color .3s ease, color .3s ease;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;}
.content-page a:hover {background-color: var(--demmlerorange); color:#000;}
.recom {margin-top:3.3em; margin-bottom:var(--spacer);}


@media screen and (min-width: 1890px) {
    .content-page {padding-top:90px;}
}

@media screen and (max-width: 1023px) {
.content-page {max-width:630px;}}

@media screen and (max-width: 762px) {
    .content-page .lines {
    padding: 18px;
    margin-left: -18px;
    margin-right: -18px;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    background-position: -100% !important;
    background-image:  linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(148,187,233,.28) 50%);

}
.big-hero-h {font-size:32px;}
.content-page p, .content-page ol, .content-page ol li {font-size:17px;}
.content-page h2 {font-size:23px;}
.hero-text-h {
        width: var(--content-width);
    }
    .content-page .recom a {
        margin-right: 8px;
    margin-left: auto;
    margin-bottom: 15px;
    display: inline-block;
    }
}

@media screen and (max-width: 560px) {
    .content-page p, .content-page ol,.content-page ol li {font-size:16px; line-height: 1.5;}
    .content-page {
    padding-top: calc(var(--spacer) - 16px);
}
.content-page h2 {line-height: 1.3;}
.big-hero-h {font-size:28px;}
.pagehero-1 {height: 310px;}
.contacthero-1 {height: 310px;}
.content-page .lines {
    padding: 3%;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;


}
.first-letter {
    font-size: 200%;
    line-height: .5em;
}
}
.content-page strong {font-weight:600;}
.content-page b {font-weight:800;}

