html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  position: relative;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF CSS RESTE ---------------------------
-----------------------------------------------
----------------------------------------------- */
/*color codes*/

:root {
  --color1: #BBE1FA;
  --color2: #3282B8;
  --color3: #0F4C75;
  --color4: #0F4C75;
  --color5: #1B262C;
}


.str {
  color: var(--color3);
  font-weight: 600;
}

.str2 {
  color: var(--color2);
  font-weight: 600;
}
/* CSS FOR THE HEADER DIV----------------------
-----------------------------------------------
-----------------------------------------------*/

.toggle_btn {
  display: none;
}

.dropdown_menu {
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0.6fr 1fr 1fr 1fr 0.3fr;
  grid-template-columns: 1fr 5fr 1fr;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  display: grid;
  transition: max-height 0.2s linear;
}

.grid-home::marker{
  display: none;
}

.grid-home, .grid-munka, .grid-kapcsolat {
  grid-column: 2;
  line-height: 40px;
  border-bottom: #EEE 1px solid;
  padding: 10px 0 0 0 ;

}

.grid-home {
  grid-row: 2;
}
.grid-munka {
  grid-row: 3;
}

.grid-kapcsolat {
  grid-row: 4;
}

.dropdown_menu a {
  color: #00adb5;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: black;
}

header {
  z-index: 100;
  height: fit-content;
  display: block;
  font-size: 25px;
}

a {
  text-decoration: none;
}

.elérhetőségek a {
  color: #fff;
}

.template a {
  color: var(--color2);
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.elérhetőségek {
  background-color: #303841;
  color: #00adb5;
}

.header-fent {
  height: 40px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between; 
  text-align: center;
  vertical-align: middle;
}

.elérhetőségek-bal {
  margin-top: auto;
  margin-bottom: auto;
}

.elérhetőségek-bal__szöveg {
  height: 20px;
}

.elérhetőségek-jobb {
  margin-top: auto;
  margin-bottom: auto;
}

.elérhetőségek-jobb__szöveg {
  display: flex;
  width: 600px;
  justify-content: space-between;
}

.template {
  background-color: #fff;
  height: 80px;
}

.header-butt {
  font-size: 20px;
  border-radius: 20px;
  border-color: var(--color2);
  background-color: var(--color2);
}

.header-butt a {
  color: #fff;
  font-size: 25px;
}

.header-lent {
  height: inherit;
  display: flex;
  align-items: center;
  max-width: 80%;
  justify-content: space-between;
  margin: auto;
  
}

.template-logo img{
  height: 70px;
}

.template-sections {
  width: 500px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;   
}

.template-tel {
  margin-top: auto;
  margin-bottom: auto;
}

.template-sections a::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #00adb5;
  display: block;
  margin: auto;
}

.template-sections a:hover::after {
  width: 100%;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .header__logo {
    font-size: 40px;
  }

  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}

/* css for the backround with image section -----------
-------------------------------------------------------
_------------------------------------------------------ */
.top__background {
  width: 40vw;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  padding-top: 200px;
  box-sizing: border-box;
}

.top__wrapper {
  border-radius: 10px;
  padding: 30px;
}

.top__background p {
  text-align: left;
  padding: 20px 40px;
}

.top__background-bot {
  display: flex;
  justify-content: space-around;
}

.top__background-bot button {
  padding: 5px 40px;
  font-size: 18px;
  border-radius: 20px;
}

.top__background-bot a {
  color: #fff;
}


.top__kapcsolat {
  background-color: var(--color3);
  border: var(--color3);
}

.hívjon-b {
  background-color: transparent;
  border: var(--color3) solid;

}

.cover {
	background: url(Assets/konrad-koller-HDfQ1uXmFh0-unsplash.jpg) no-repeat center;
	background-size: cover;
	height: 70vh;
	color: #fff;
	font-family: 'Bevan', serif;
	text-align: center;
	display: table;

  }

  .cover h1 {
    font-size: 40px;
    text-shadow: 2px 2px 5px #000;
    font-weight: 600;
  }

  .cover p {
    font-size: 25px;
    text-shadow: 2px 2px 5px #000;
  }

  .wrapper {
  width: 100vw;
	display: table-cell;
	vertical-align: middle;
  }

  .byline h2 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: .1rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
  }
  
  .byline h3 {
	font-size: 1.125rem;
	line-height: 1.5rem;
  }


  /* css for the rólunk section -----------------------------------------
  -----------------------------------------------------------------------
  ----------------------------------------------------------------------- */

  .rólunk__section {
    max-width: 100vw;
    padding: 30px;
    font-family:'Open Sans', sans-ser;
    font-size: 20px;
    line-height: 35px;
    color: #666;
  }
    h2 {
    display: block;
    margin-bottom: 26px;
    text-align: center;
    font-size: 40px;
  }

  .small {
    margin-bottom: 44px;
    width: 60px;
    height: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 4px solid #00adb5;
  }

  .rólunk__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }


  .rólunk__text {
    max-width: 750px;
    display: inline-block;
    padding-bottom: 30px;
  }

  .rólunk__img img {
    display: inline-block;
    width: 400px;
    border-radius: 10px;
    box-shadow: 6px 6px;
  }

  @media (max-width: 768px) {
    .rólunk__wrapper {
      display: block;
      text-align: center;
    }

    .rólunk__img img {
      width: 300px;
    }
  }

  /*css for the felhivas section--------*/

  .felhívás {
      background-color: #303841;
      height: 60px;
      color: #fff;
  
  }
  
  .felhívás-text {
      height: inherit;
      margin: auto;
      text-align: center;
      line-height: 60px;
      font-size: 23px;
  }
  
  .felhivas-tel {
      text-decoration: underline;
  }

  .felhivas__btn {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
  }
  
  .miért img {
      width: 46px;
  }
  

  /* css fot the szolgáltatásaink section -------------------------
  -----------------------------------------------------------------
  ----------------------------------------------------------------- */

  .szolgáltatásaink__section {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100vw;
    font-family:'Open Sans', sans-ser;
    font-size: 20px;
    line-height: 35px;
    color: #666;
    background-color: #ebebeb;
    padding-bottom: 150px;
  }

  .szolgáltatásaink__wrapper {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
  }

  .szolgáltatásaink__icons {
    width: 25px;
  }

  .szolgáltatásaink__allsection {
    max-width: 100vw;
    margin: 0 auto;
    text-align: center;

  }

  .szolgáltatásaink__littlesections {
    max-width: 400px;
    height: fit-content;
    padding: 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    vertical-align: text-top;
  }

  .Szolgáltatásaink__h3 {
    margin-bottom: 12px;
  }

  /* css for the home képek section------------------------------
  ---------------------------------------------------------------
  ---------------------------------------------------------------*/
  .home__képek {
    height: 540px;
    color: #fff;
    background: #303841;
    width: 100%;;
  }
  

  .home__képek title {
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 40px;
    font-size: 40px;
    font-family: 'Open Sans', sans-ser;
    line-height: 35px;
    color: #fff;

  }

  .home__képek img{
    height: 420px;
    border-radius: 15px;
    box-shadow: 6px 6px;

  }

  .home__képek-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
  }

  .home__képek p {
    max-width: 700px;
    font-family:'Open Sans', sans-ser;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    padding-left: 20px;
  }

  /* css for the separator--------------*/

.separator {
  width: 0;
  height: 0;
  border-right: 98vw solid transparent;
  border-bottom: 150px solid #303841;
  margin-top: -150px;
  overflow: hidden;
}


  /* css for he weboldalfajták section --------------------------
  ---------------------------------------------------------------
  --------------------------------------------------------------- */

  .weboldalfajták__section {
    background-color: #f7f9f8;
    max-width: 100vw;
    padding: 60px  30px;
  }

  .weboldalfajták__img {
    width: 200px;
    border-radius: 50%;
  }

  .weboldalfajták__wrapper {
    margin: 0px auto;
    text-align: center;
    font-family:'Open Sans', sans-ser;
  }

  .weboldalfajták__allsection {
    display: inline-block;
    margin-top: 50px;
  }

  .weboldalfajták__littlesection {
    width: 250px;
    height: 480px;
    display: inline-block;
    vertical-align: text-top;
    background-color: #ebebeb;
    padding: 30px;
    margin: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
  }

  .weboldalfajták__littlesection h3 {
    margin-top: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }

  .weboldalfajták__littlesection p {
    font-size: 20px;
    line-height: 25px;
    color: #666;
  }
  
  .weboldalfajták__littlesection:hover {
    transform: translate(0, -30px);
    transition:  0.5s ease-out;
  }

  /* css for the facebook section --------------------------
  ----------------------------------------------------------
  ---------------------------------------------------------- */

  .facebook-section {
    background-color: #f7f9f8;
    padding: 70px 20px 90px;
  }

  .facebook-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .facebook-text {
    flex: 1;
    color: #1b262c;
  }

  .facebook-text p {
    font-size: 20px;
    line-height: 32px;
    color: #666;
    margin-top: 15px;
  }

  .facebook-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    padding: 12px 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0f4c75 0%, #00adb5 100%);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  }

  .facebook-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 0.95;
  }

  .facebook-embed {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .facebook-embed iframe {
    width: 100%;
    max-width: 500px;
    min-height: 420px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  
  .facebook-embed img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
  }

  @media (max-width: 1000px) {
    .facebook-wrapper {
      flex-direction: column;
      text-align: center;
    }

    .facebook-text p {
      margin-left: auto;
      margin-right: auto;
      max-width: 700px;
    }
  }

  @media (max-width: 600px) {
    .facebook-section {
      padding: 50px 20px 70px;
    }

    .facebook-text p {
      font-size: 18px;
      line-height: 28px;
    }
  }

  @media (max-width: 768px) {
    .weboldalfajták__littlesection {
      width: 200px;
    }
    .weboldalfajták__littlesection p {
      font-size: 17px;
      font-weight: 600;
    }

  }

  /* css for the footer section -------------------------
  -------------------------------------------------------
  -------------------------------------------------------*/

  footer {
    height: fit-content;
    background-color: #303841;
    color: #fff;
    align-items: center;
    font-family:'Open Sans', sans-ser;
  }

  .footer__wrapper {
    width: 80vw;
    margin: 0 auto;
    padding: 30px 0 17px;
    justify-content: space-between;
    display: flex;
  }

  footer a {
    color: #fff;
  }

  footer a:hover {
    color: #00adb5;
  }

  .footer__left {
    font-size: 20px;
  }

  .footer__left h4 {
    font-weight: 600;
    font-size: 25px;
    padding: 3px;
  }

  .footer__right li{
    display: inline-block;
    padding: 15px 30px 0;
    font-size: 20px;
  }

  @media (max-width: 1250px){
    .elérhetőségek {
        display: none;
    }
    header {
        height: 70px;
    }
    .template-logo img {
      height: 60px;
    }

    .template a {
        font-size: 19px;
    }

    .template-sections {
        width: 300px;
    }

    .top__background-bot button {
      padding: 5px 10px;
    }

    .top__background-bot a {
      font-size: 15px;
    }

    .cover p {
      font-size: 15px;
    }
  }

  @media (max-width: 1000px) {

    .cover p {
      font-size: 22px;
      padding: 20px 0 40px;
      font-weight: 600;
    }

    .top__background {
      width: 50%;
    }

    .top__background-bot {
      display: block;
    }

    .top__background-bot button {
      padding: 10px 50px;
    }

    .top__background {
      background-color: #303841;
      padding-top: 100px;
      color: #f6efef;
    }

    .top__background-bot a {
      font-size: 20px;
    }

    .top__kapcsolat {
      background-color: #00adb5;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
      font-size: 20px;
    }

    .hívjon-b {
      background-color: #00adb5;
      border: #00adb5;
    }
  }

  @media (max-width: 768px) {

    .template-sections {
      display: none;
    }

    .home__div {
      display: flex;
      justify-content: center;
    }

    .template-tel {
      display: none;
    }

    .footer__left {
      font-size: 15px;
    }

    .footer__right {
      text-align: center;
    }

    .footer__right li {
      padding: 11px 20px;
      font: 15px  ;
    }

    .footer__wrapper {
      padding: 10px 0 0;
    }

    .home__képek {
      height: 800px;
    }

    .home__képek-wrapper {
      display: block;
    }

    .wrapper__p {
      padding-top: 30px;
    }

    .home__képek p {
      text-align: center;
      margin: 0 auto;
    }

    .open {
      display: grid;
      overflow: auto;
      max-height: 1000px;
      transition: max-height 0.2s linear;
    }

    .toggle_btn {
      display: block;
      position: relative;
      height: 20px;
      top: 5px;
    }
    
  }

  @media (max-width: 650px) {
    .felhívás {
      height: 90px;
    }

    .felhívás-text {
      line-height: 40px;
    }
    .top__background {
      margin-left: auto;
      margin-right: auto;
      background-color: #30384186;
      width: 320px;
    }
  }

  @media (max-width: 440px) {

    .rólunk__img img {
      width: 260px;
    }

    h2 {
      font-size: 30px;
    }

    header {
      height: 60px;
  }

  .elérhetőségek {
      display: none;
  }

  .template {
      height: 60px;
  }

  .template-sections{
      display: none;
  }

  .template-tel {
      display: none;
  }

  .template img, .template-logo {
      height: 60px;
  }
    footer {
      height: 305px;

    }
    
    .footer__wrapper {
      text-align: center;
      display: block;
    }

    .footer__right {
      margin-top: 30px;
      width: 100%;
    }

    .footer__left {
      width: 100%;
    }

    .footer__right ul li{
      display: block;
      margin: 15px 0;
      font-size: 20px;
      border-top: 1px solid #666;
    }

    h1 {
      font-size: 30px;
    }

    .home__képek {
      height: 880px;
    }

    .home__képek-wrapper {
      display: block;
    }

    .wrapper__p {
      padding-top: 30px;
    }

    .home__képek p {
      text-align: left;
      max-width: 80vw;
      font-size: 18px;
      line-height: 23px;
      margin: 0 auto;
    }

    .home__képek img {
      height: 200px;
    }

    .home__képek title {
      line-height: 45px;
    }
  }
