/*Theme name: babauszi*/
*, *:before, *:after {
  box-sizing: border-box; /*hogy az összes margóval együtt legyen, border-box*/
}


body {
margin: 0;
padding: 0;

font-family: 'Comfortaa', cursive;
font-size: 1.1rem;

/*color: #9398a2;*/
color: #fff;
line-height: 1.8rem;
overflow: overlay;/*ez nemtom kell-e*/

}

h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}


#hover {
  width: 100%;/*itt ki lett törölve a min-helight: 500vh mert akkor footer alatt még rakat hely maradt*/


  background-size: 100% 100%;
  /*background-repeat: no-repeat;próbaképpen, hátha így mobilon is megjeleníti*/

  overflow: hidden;
  background-image: url("backbluebig.png");

}
body::-webkit-scrollbar {
  background:transparent;
  width: 15px;

}

body::-webkit-scrollbar-thumb {
  background: /*#13555a;*/#0b3b7f;
  background-image: url("bubbleblue.png");
border-radius: 20px;
background-position: center;
background-repeat: no-repeat, no-repeat;
background-size: 100% auto;
}

body::-webkit-scrollbar-corner {
  border-radius: 20px;
    background: /*#13555a;*/#0b3b7f;

}

.center-box {
  margin: 0 auto;
  width: 1200px;
 overflow: hidden;
 padding: 30px 10px 50px 30px;
}

.button {

  position: relative;
  background:#fff;
  color: /*#13555a;*/#0b3b7f;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
text-decoration: none;
  font-size: 1.2em; /*22px volt*/
  padding: 20px 15px 15px 15px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  display: table; /* keep the background color wrapped tight */
  margin: 0px auto 0px auto; /* keep the table centered */
}

.button:hover {
color: #fff;
  background-color: #328de0;
}


h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color:#fff;
      display: table; /* keep the background color wrapped tight */
    margin: 40px auto 0px auto; /* keep the table centered */
  font-size: 2.5rem;
  letter-spacing: 3px;


}



h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  text-align: center;
    font-size: 1.5rem;
}
.content h2 {

  font-size: 0.5rem;
  color: #fff;
}

#logo {
  position: fixed;
  top: 10%;
  left: 1%;
  height: 190px;
  width: 320px;
z-index: 1;
background-image: url("logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
}

#hero {

  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}




#promo {

  position: relative;
  z-index: 1;
  margin-top: 40px;

margin-right: 20px;
margin-left: 30px;
  text-align: left;

  /*transition: 0.5s;
  transition-delay: 1s;*/

}


 #promo .varunk {
  font-size: 1.7rem;
  line-height: 2.5rem;
letter-spacing: 8px;
/*
  font-size: 0.5em;*/
  font-weight: 400;

    color: #fff;

  padding: 5px 5px;
  text-shadow: 0 5px 5px rgba(0,0,0,0);

  font-family: 'Yanone Kaffeesatz', sans-serif;

}

#promo .varunk .button {


  position: relative;
  background:#fff;
  color: /*#13555a;*/#0b3b7f;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
text-decoration: none;
  font-size: 1.2em; /*22px volt*/
  padding: 20px 15px 15px 15px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  display: table; /* keep the background color wrapped tight */
  margin: 0px auto 0px auto; /* keep the table centered */

}

.imgslider {

  height: 500px;
  width: 500px;

  background-image: url("uszoda.jpg");
  background-size: 100% 100%;

  border-radius: 50%;
/*  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);*/
  animation: changeImage 25s linear infinite;
  margin: 0 auto;


}


@keyframes changeImage{
	0% {
		background-image:  url("uszoda.jpg");
	}

  25% {
    background-image:  url("uszi7.jpg");
  }
	50% {
	background-image:  url("uszi6.jpg");
	}
  75% {
    background-image:  url("szulinap.png");
  }
	100% {
		background-image:  url("uszoda.jpg");
	}
}



/*rolunk*/
#about, #team {
  position: relative;
  display: block;

  min-height: 600px;
overflow: hidden;
padding-bottom: 40px;
/*padding-bottom: 70px;
margin-bottom: 50px;*/
}
/*kör szöveghez*/
.text {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.text p {

height: 100%;
font-size: 0.9rem;
  padding: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}
.text::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 7%;
}

.text p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(
    2% 0%,
    100% 0%,
    100% 100%,
    2% 100%,
    50% 94%,
    76.6% 82.7%,
    94% 65.6%,
    100% 50%,
    94% 32.6%,
    76.6% 17.3%,
    50% 6%
  );
  shape-margin: 7%;
}
#text1,#text1b, #text2,#text2b, #text3,#text3b, #text4, #text5, #text6, #text7, #text8, #text9,
#text10, #text11, #text12, #text13, #text14, #text12b, #text12bb, #text13b, #text14b  {
  position: relative;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  border-radius: 50%;
  background-image: url("bubbleblue.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
overflow: hidden;
  /*background: rgba(255,255,255,0.1);*/

  display: block;

    justify-content: center;
    align-items: center;

    transform: translateY(0px);

    -webkit-backdrop-filter: blur( 5px );

    backdrop-filter:blur(5px);
      -webkit-filter: grayscale (50%);
      filter: grayscale (50%);
      margin-bottom: 20px;
}

.text
{
  transform: translateY(100px);
  opacity: 0;
  transition: 0.5s;

}

#text12bb .text
{
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;


}

#text1 h3, #text2 h3, #text3 h3, #text1b h3, #text2b h3, #text3b h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3,
#text8 h3, #text9 h3, #text10 h3, #text11 h3, #text13 h3, #text14 h3 {
  opacity: 1;
letter-spacing: 3px;
  position: absolute;
  top: 40%;
  left: 30%;

  font-family: 'Yanone Kaffeesatz', sans-serif;

  font-size: 1.5em;
  color: #fff;
  z-index: 1;
  text-align: center;

}
#text12 h3 {
opacity: 1;
letter-spacing: 3px;
position: absolute;
top: 40%;
left: 17%;

font-family: 'Yanone Kaffeesatz', sans-serif;

font-size: 1.5em;
color: #fff;
z-index: 1;
text-align: center;
}

#text1:hover h3, #text2:hover h3, #text3:hover h3, #text1b:hover h3, #text2b:hover h3, #text3b:hover h3, #text4:hover h3, #text5:hover h3, #text6:hover h3, #text7:hover h3,
#text8:hover h3, #text9:hover h3, #text10:hover h3, #text11:hover h3, #text12:hover h3, #text13:hover h3, #text14:hover h3 {
  opacity: 0;

}


#text1:hover, #text2:hover, #text3:hover, #text1b:hover, #text2b:hover, #text3b:hover, #text4:hover, #text5:hover, #text6:hover, #text7:hover,
#text8:hover, #text9:hover, #text10:hover, #text11:hover, #text12:hover, #text13:hover, #text14:hover, #text12b:hover,#text13b:hover,#text14b:hover, #text12bb:hover {
    background-color: #fff;
    color: /*#13555a;*/#0b3b7f;
    cursor: pointer;
}


 #text1:hover .text, #text2:hover .text, #text3:hover .text, #text1b:hover .text, #text2b:hover .text, #text3b:hover .text, #text4:hover .text,
 #text5:hover .text, #text6:hover .text, #text7:hover .text, #text8:hover .text, #text9:hover .text, #text10:hover .text , #text11:hover .text,
 #text12:hover .text, #text13:hover .text, #text14:hover .text, #text12b:hover .text, #text13b:hover .text, #text14b:hover .text
{

  transform: translateY(0px);
  opacity: 1;
}
#text1 {

  width: 570px;
  margin-left: 80px;
  height: 570px;
float: left;
	animation: float2 6s ease-in-out infinite;

}

#text1b {

  width: 500px;
  margin-left: 80px;
  height: 500px;
float: left;
	animation: float2 6s ease-in-out infinite;

}

#text1b p, #text2b p, #text3b p, #text4 p, #text5 p, #text6 p, #text7 p, #text8 p  {
font-size: 0.9rem;
}

#team #text1 h3 {
  position: absolute;
  top: 40%;
  left: 20%;}

#team #text1 p {
margin-top: 60px;
margin-left: 20px;
}


#text2 {

  width: 570px;
  margin-left: 20%;
  height: 570px;
  float: left;
  animation: float1 6s ease-in-out infinite;
}

#text2b {

  width: 450px;
  margin-left: 40%;
  height: 450px;
  float: left;
  animation: float1 6s ease-in-out infinite;
}
#text3 {

  width: 520px;
  margin-left: 45%;
  height: 520px;
  float: left;
	animation: float2 6s ease-in-out infinite;
}

#text3b {
  width: 400px;
  margin-right: 50px;
  height: 400px;
  float: right;
	animation: float2 6s ease-in-out infinite;
}


#text4 {

  width: 500px;
  margin-right:230px;
  height: 500px;
  float: right;
  	animation: float4 6s ease-in-out infinite;
  }
  #text4 p, #text6 p {
margin-top: 15%;
}

#text5 {

  width: 480px;
  margin-right: 130px;
  height: 480px;
    float: right;
    animation: float1 6s ease-in-out infinite;

}

#text6 {

  width: 430px;
  margin-right: 130px;
  height: 430px;
  float: left;
  	animation: float2 6s ease-in-out infinite;

}

#text7 {

  width: 480px;
  margin-right: 130px;
  height: 480px;
  float: right;
	animation: float4 6s ease-in-out infinite;
}

#text8 {

  width: 530px;
  margin-right: 130px;
  height: 530px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}
#text9 {

  width: 520px;
  margin-left: 100px;
  height: 520px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}
#text10 {

  width: 430px;
  margin-left: 45%;
  height: 430px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}
#text11 {

  width: 500px;
  margin-left: 20%;
  height: 500px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}

#text12 {

  width: 400px;
  margin-left: 20%;
  height: 400px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}

#text13 {

  width: 470px;
  margin-left: 10%;
  height: 470px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}

#text14 {

  width: 300px;
  margin-left: 20%;
  height: 300px;
  float: left;
	animation: float4 6s ease-in-out infinite;
}


#text12 .button, #text13 .button, #text14 .button {
  position: absolute;
  bottom: 15%;
  left: 40%;
  opacity: 0;
}

#text12:hover .button, #text13:hover .button, #text14:hover .button {
  position: absolute;
  bottom: 15%;
  left: 40%;
  opacity: 1;
}

#text12b {

  width: 400px;
  margin-left: 0;

  height: 400px;
  float: left;
	animation: float4 6s ease-in-out infinite;
  background-image: url("kozary.jpg");
  background-position: center;
  background-size: auto 100%;
}

#text12bb {
  width: 550px;
  margin-right: 2%;

  height: 550px;
  float: right;
  animation: float4 6s ease-in-out infinite;
  margin-bottom: 30px;
}


#text13b {

  width: 400px;
  margin-left: 0;

  height: 400px;
  float: left;
	animation: float4 6s ease-in-out infinite;
  background-image: url("kaplar.jpg");
  background-position: center;
  background-size: auto 100%;
}

#text14b {

  width: 400px;
  margin-left: 0;

  height: 400px;
  float: left;
	animation: float4 6s ease-in-out infinite;
  background-image: url("fejervari.jpg");
  background-position: center;
  background-size: auto 100%;
}
/*szolgáltatások*/
#services {
  min-height: 600px;
  padding: 30px 30px 70px 30px;
  margin-top: 50px;

}
.bubbles
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 60px 0 30px 0;

}


.container, .containerb
{
  position: relative;
  z-index: 1;
  display: flex;
}
.container .card, .containerb .card {
  position: relative;
  width: 340px;
  margin-right: 30px;
  height: 340px;

  border-radius: 50%;

  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
overflow: hidden;
  /*background: rgba(255,255,255,0.1);*/

  display: flex;
  justify-content: center;
  align-items: center;

  transform: translatey(0px);

  -webkit-backdrop-filter: blur( 5px );
  backdrop-filter:blur(5px);


}

#bubble1, #bubble1b {
  transform: translatey(0px);
	animation: float1 6s ease-in-out infinite;
  background-image: url("baby.jpg");
  background-position: center;
  background-size: auto 100%;
  opacity: 0.9;

}



@keyframes float1 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-40px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}


#bubble2, #bubble2b {
  transform: translatey(0px);
	animation: float2 6s ease-in-out infinite;
  background-image: url("gyerek.jpg");
  background-size: auto 100%;
  opacity: 0.9;
}



@keyframes float2 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(30px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}


#bubble3, #bubble3b {
  transform: translatey(0px);
	animation: float3 6s ease-in-out infinite;
  background-image: url("therapy.jpg");
  background-size: auto 100%;
  opacity: 0.9;
}



@keyframes float3 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}


#bubble4, #bubble4b {
  transform: translatey(0px);
	animation: float4 6s ease-in-out infinite;

  background-image: url("fitt.jpg");
  background-size: auto 100%;
  opacity: 0.9;
}



@keyframes float4 {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(40px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.container .card:hover, .containerb .card:hover {
  background-color: #fff;
  background-image: url("bubbleblue.png");
  cursor: pointer;

}

.container #bubble1:hover, .container #bubble2:hover, .container #bubble3:hover, .container #bubble4:hover, .containerb #bubble1b:hover, .containerb #bubble2b:hover, .containerb #bubble3b:hover, .containerb #bubble4b:hover {
  background-color: #fff;
  background-image: url("bubbleblue.png");
  cursor: pointer;
}
.container .card .content, .containerb .card .content
{

  text-align: center;
  transform: translateY(0px);
  opacity: 0;
  transition: 0.5s;
}
.container .card:hover .content
{
  transform: translateY(0px);
  opacity: 1;
  color: /*#13555a;*/#0b3b7f;

}

.container .card h3, .containerb .card h3
{
  font-family: 'Yanone Kaffeesatz', sans-serif;

  font-size: 1.5em;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 40%;
  left: 28%;
  text-align: center;
  letter-spacing: 3px;
}
 .container .card:hover h3,  .containerb .card:hover h3 {
   opacity: 0;

 }

.container .card .content p, .containerb .card .content p
{
  font-size: 0.8em;
  color: /*#13555a;;*/#0b3b7f;
  font-weight: 600;

  margin: 3px;
/*height: 100%; ezt kivéve jó lett a szöveg, a gomb is látszik wpben*/

  padding: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.containerb .card:hover .content {
  transform: translateY(200px);
  opacity: 1;
  color: /*#13555a;*/#0b3b7f;
}
.container .card .content::before, .containerb .card .content::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 7%;
}

.container .card .content p::before, .containerb .card .content p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(
    2% 0%,
    100% 0%,
    100% 100%,
    2% 100%,
    50% 94%,
    76.6% 82.7%,
    94% 65.6%,
    100% 50%,
    94% 32.6%,
    76.6% 17.3%,
    50% 6%
  );
  shape-margin: 7%;
}

.container .card .content a, .containerb .card .content a
{
  position: relative;
  display: inline-block;

  background:  /*#13555a;*/#fff;
  color:#0b3b7f;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.container .card .content a:hover, .containerb .card .content a:hover  {
  color: #fff;
  background: /*#13555a;*/#328de0;
  cursor: pointer;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

/*testimonial section*/
#testi {
  width: 80%!important;
  margin: 0 auto;
padding: 40px 0;

background: rgba(200,200,200,0.35);
/*box-shadow: 20px 20px 50px rgba(0,0,0,0.5);*/
-webkit-backdrop-filter: blur( 10px );
backdrop-filter:blur(10px);
border-radius: 10px;
position: relative;
justify-content: center;
}


.reviews-slider {
  padding: 20px 20px 60px 20px;
  position: relative;
  width: 100%;
  text-align: center;

  margin: 20px 0;
  }

  .reviews-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .reviews-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .reviews-slider ul {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }

  .reviews-slider li {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    z-index: 7;
      vertical-align: middle;
    }

  .reviews-slider li:before {
  content: none;
    }

  .next-review, .prev-review {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    border-radius: 50%;
      background:  #fff;

  }

  .next-review {
  right: 50%;
  margin-right: -60px;
  }

  .prev-review {
    left: 50%;
    margin-left: -60px;
  }





  .next-review:before {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -10px;
    margin-top: -7px;
    content:"";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #0b3b7f;
  }

  .prev-review:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
  content:"";
  width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-right:13px solid #0b3b7f;
 }



footer {
  /*background-color: #d7e5e4;*/
  min-height: 500px;

  background-size: cover;
  background-repeat: no-repeat;

  padding: 20px 0;
  font-size: 16px;
  -webkit-filter: grayscale (50%);
    filter: grayscale(50%);


}

footer h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 30px 0 10px 0;
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.5rem;

}

footer h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 10px 0 10px 0;
  color: #0b3b7f;
  letter-spacing: 3px;
  font-size: 1.3rem;

}

footer p {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 800;

}

#footercard {
  margin: 80px 60px 40px 60px;

/*ez szürkével van
background: rgba( 155, 155, 155, 0.35 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;*/
/*border: 1px solid rgba( 255, 255, 255, 0.18 );*/

text-align: center;
background: rgba(200,200,200,0.5);
box-shadow: 20px 20px 50px rgba(0,0,0,0.5);


-webkit-backdrop-filter: blur( 10px );
backdrop-filter:blur(10px);
border-radius: 10px;


}

#arak, #aktualis, #rolunk, #gdpr {
  min-height: 200px;
overflow: hidden;
text-align: justify;
padding: 10px;
margin: 10px auto;
background: rgba(200,200,200,0.35);
box-shadow: 20px 20px 50px rgba(0,0,0,0.5);


-webkit-backdrop-filter: blur( 10px );
backdrop-filter:blur(10px);
border-radius: 10px;

}

#contactfooter a, #rolunk a, #gdpr a {
  text-decoration:none;
  cursor: pointer;
  color: #fff;
}

#contactfooter a:hover, #rolunk a:hover, #gdpr a:hover {
  color: #0b3b7f;
}
#endfooter {
padding-top: 10px;
/*color: #fff;*/
color: #fff;
text-align: center;
font-size: 14px;
font-weight: 800;
}

#endfooter a {

/*color: #fff;*/
color: #fff;
text-decoration: none;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
letter-spacing: 3px;

}


#contactfooter h5 a:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.facebook  {
  width: 60px;
  height: 60px;

  display: inline-block;
  background-size: cover;

background: url(img/facebook.svg) center center no-repeat;
}


#endfooter a:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#aktualis p {
  margin: 30px 30px 30px 30px;
  line-height: 2;
}

#gdpr p {
    margin: 30px 30px 30px 30px;
}
#copyright {

  margin: 10px 20px 0 20px;
  text-align: center;
}

.social ul {
  max-width: 70%;
margin: 0 auto;
overflow: hidden;
}

.social li {
display: inline;
margin-right: 10px;

}


.social li a {
width: 60px;
height: 60px;

display: inline-block;
background-size: 100% auto;
}

.social li a:hover {

}


.facebook a {
background: url(fb.svg) center center no-repeat;
}


.map {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 10px;
}

/*ide jön az oldal tetejére felugrás*/
#go-to-top {
  background:  #fff;
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;

}

#go-to-top:before {
position: absolute;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -7px;
content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #0b3b7f;
}


 input[type=checkbox] {
   position: absolute;
   cursor: pointer;

 opacity: 1;
 background: none;
 position: absolute;
 left: -10px;
 height: 14px;
 }

 input {
   height: 40px;
 }

 input, textarea {
   border: transparent;
   border-radius: 10px;

 }

 input[type="submit"] {
   background-color: #328de0;
   color: #fff;
   font-size: 16px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
   width: 180px;
   margin-top: 10px;
   border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
 }


/*ide a contact-box*/

 #contact-box {
   position: fixed;
   font-size: 12px;
   bottom: -400px;
   right: 70px;
   background: #0b3b7f;
   padding: 0px 20px;
   width: 260px;
   z-index: 100;
   height: 450px;
   transition: all 0.6s ease-in-out;
   border-radius: 10px;

 }

 #contact-box input {
   width: 100%;
   background: #fff;
   color: #0b3b7f;
   border: solid 1px #0b3b7f;
   margin: 0 0 10px 0;
   height: 30px;
   padding: 0 10px;
   box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
 }

 #contact-box textarea {
   width: 100%;
   background: #fff;
   border: transparent;
   margin-top: -40px;
   height: 80px;
   padding: 0 10px;
   box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
 }

 #contact-box input[type="submit"] {
   background: #328de0;
   color: #fff;
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
   margin-top: 10px;
   cursor: pointer;
 }


 #contact-box input[type=checkbox] {
   position: absolute;
   left: -110px;
   height: 14px;
 }

 #contact-box .wpcf7-list-item-label a {
   color: #fff;

 }

 #contact-box .wpcf7-list-item-label a:hover {
   color: #fff;
   font-weight: bold;
   text-decoration: underline;
 }

 #contact-box #radioselect, #contact-box #choose  {
   display: none;
 }

 #contact-box input, #contact-box textarea {
   border-radius: 10px;

 }



 #contact-box h4 {

     cursor: pointer;
     position: relative,
     color: #0b3b7f;
     font-family: 'Yanone Kaffeesatz', sans-serif;
     font-size: 20px;
     text-align: center;
     letter-spacing: 2px;
     margin-bottom: 0;
     margin-top: 10px;
 }

 #contact-box h4:after {
   display: inline-block;
   position: absolute;
 content: "\00d7";
 color: #fff;
 right: 50%;
 bottom: 0;

 }
 .box-open {
   bottom: 0!important;
 }


 .wpcf7-list-item-label  {
      margin-top: -20px;

 }


  .wpcf7-list-item-label a  {
       cursor: pointer;
       color: #fff;
       text-decoration: none;
font-weight: bold;
  }

  .wpcf7-list-item-label a:hover {
    color: #0b3b7f;
    font-weight: bold;
  }
 /*.wpcf7-list-item-label a:after {
   content: '';
   position: absolute;
   left: 30%;
   bottom: 0;
   transform: translateX(-50%) scaleX(0);
   -webkit-transform: translateX(-50%) scaleX(0);
   transform-origin: 50% 50%;
   -webkit-transform-origin: 50% 50%;
   width: 110%;
   height: 3px;
   background: #fff;

   transition: transform 250ms;
   -webkit-transition: transform 250ms;

 }*/
 /*.wpcf7-list-item-label a:hover:after{
   transform: translateX(-50%) scaleX(1);
   -webkit-transform: translateX(-50%) scaleX(1);
 }*/


 /*#wpcf7-f68-p45-o1:after {
   content:'';
   background: url(img/egybe.png);
   background-size: 100% 100%;
   position: absolute;
   bottom: -130px;
   left: 47%;
   width: 550px;
   height: 300px;
   opacity: 1;
   z-index: -1;
 }*/


.wpcf7-form-control #wpcf7-acceptance a {
  color: #fff;
  cursor: pointer;
}


@media only screen and (min-width: 1600px) {
  #about, #team {

  background-size: 40% auto;

  }

  #wpcf7-f68-p45-o1 {
    margin-left: 40px;

  }
}


@media only screen and (max-width: 1024px) {

    #logo {
    top: 15px;
    display: block;
  background-image: url("logo2.png");
      width: 10rem;
      height: 10rem; /*pxből ki lehet számolni mekkora legyen*/
    }

    #logo a {
      width: 5rem;
      height: 5rem;
            }

            #promo li, #promo p {
              font-size: 1.5rem;
text-align: left;
              padding: 0 5px;
            }


                       .button {

                         font-size: 1.1rem;
                         text-align: center;
                       padding: 10px 10px;
                       }

                       .imgslider {
                         width: 470px;
                         height: 470px;
                       }
          }

@media only screen and (max-width: 960px) {



          .cards, .container, .containerb, .container .card, .containerb .card, #text1, #text2, #text3, #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text13, #text12bb, #text13b, #text13bb {
            display: block;
            margin-left: auto;
            margin-right: auto;

          }

            .containerb .card .content p {
              margin-top: -180px;

            }

            .containerb .card .content a
            {
             position: fixed;
              top: 180px;
              left: 40%;

            }

            #about .button, #team .button {
           /*position: absolute;
           bottom: 5%;
           left: 45%;*/
           position: relative;
             font-size: 1.2rem;
             padding: 15px 20px 15px 20px;
           display: table;
           }

           .imgslider {
             width: 400px;
             height: 400px;
           }


           .button {

             font-size: 1.1rem;
             text-align: center;
           padding: 10px 10px;
           }
}

@media only screen and (max-width: 820px) {
  body {

  font-size: 1rem;
}


h2 {
  font-size: 2.1rem;
}

h3 {
    font-size: 1.4rem;
}


#hero .content h1 {
  font-size: 2rem;
}

  #promo li, #promo p {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 0 5px;
  }
/*.cards, .container, .containerb, .container .card, .containerb .card, #text1, #text2, #text3, #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13b, #text13bb {
  display: block;
}*/

.container .card, .containerb .card,  {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 500px;*/

}

.container .card .content p, .containerb .card .content p {
  padding-top: 20px;
}

/*#text1, #text2, #text3, #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 600px;
}*/

 #about .button, #team .button {
/*position: absolute;
bottom: 5%;
left: 45%;*/
position: relative;
  font-size: 1.2rem;
  padding: 15px 20px 15px 20px;
display: table;
}


    #text14bb p {
      font-size: 0.75rem;
    }


    #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13bb {

      margin-left: 0;
      margin-right: 0;
      width: 550px;
      height: 550px;
      font-size: 0.8rem;
      justify-content: center;
    }

    #wpcf7-f68-p45-o1 {
      margin-left: 20px;

    }
}



@media only screen and (max-width: 601px) {


#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13bb {

  margin-left: 0;
  margin-right: 0;
  width: 550px;
  height: 550px;
  font-size: 0.8rem;
  justify-content: center;
}
@media only screen and (min-width: 450px) and (max-width: 550px) {


    #text1, #text2, #text3, #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13, #text13bb {

      margin-left: 0;
      margin-right: 0;
      width: 480px;
      height: 480px;

      float: none;
      justify-content: center;

    }

    #text1 p, #text3 p, #text1b p, #text2 p, #text2b p, #text3b p, #text4 p, #text5 p, #text6 p, #text7 p, #text8 p, #text9 p, #text11 p, #text12 p, #text12bb p, #text13 p  {
    font-size: 0.7rem;
    }

  }

@media only screen and (min-width: 400px) and (max-width: 449px) {

.imgslider {
  width: 300px;
  height: 300px;
}


.button {
width: 80%;
  font-size: 1.1rem;
  text-align: center;
padding: 10px 10px;
}
  .container .card .content p{
    padding-top: 10px;
    padding-left: 10px;
      font-size: 0.7rem;

  }

  .containerb .card .content p {
    margin-top: -180px;
      font-size: 0.7rem;
  }

  .containerb .card .content a
  {
   position: fixed;
    top: 180px;
    left: 10%;

  }



  #text12:hover .button, #text13:hover .button, #text14:hover .button {
    position: absolute;
    bottom: 10%;
    left: 35%;
    opacity: 1;
    display: table;
    width: 30%;
  }

/*  #text1, #text2,  #text3, #text4, #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb {

    margin-left: 0;
    margin-right: 0;
    width: 390px;
    height: 390px;
    font-size: 0.7rem;
    float: none;
    justify-content: center;
  }*/


      #text1, #text2, #text3, #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13, #text13bb {

        margin-left: 0;
        margin-right: 0;
        width: 410px;
        height: 410px;
        font-size: 0.7rem;
        float: none;
        justify-content: center;

      }

      #text12bb {

        margin-left: 0;
        margin-right: 0;
        width: 410px;
        height: 415px;
        float: none;
        justify-content: center;

      }
#text12bb p {
  font-size: 0.55rem;
}

          #text1 p, #text3 p, #text1b p, #text2 p, #text2b p, #text3b p, #text4 p, #text5 p, #text6 p, #text7 p, #text8 p, #text9 p, #text11 p, #text12 p, #text13 p  {
          font-size: 0.5rem;
          }




}

@media only screen and (max-width: 312px) {



    #text12:hover .button, #text13:hover .button, #text14:hover .button {
      position: absolute;
      bottom: 10%;
      left: 30%;
      opacity: 1;
      display: table;
      width: 30%;
    }

  }

@media only screen and (min-width: 200px) and (max-width: 300px) {

  .container .card, .containerb .card  {

  height: 280px!important;

    width: 280px!important;
    margin: 0;
  }

  /*#about, #team {

  margin-left: -20px;

  }*/


  .button {
margin-left: 35%;
    width: 40%!important;
  }

  #text12:hover .button, #text13:hover .button, #text14:hover .button {
    position: absolute;
    bottom: 10%;
    left: -10%;
    opacity: 1;
    display: table;
    width: 20%;
  }


  #text12bb {

    margin-left: 0;
    margin-right: 0;
    width: 350px;
    height: 350px;
    float: none;
    justify-content: center;

  }
#text12bb p {
font-size: 0.45rem;
}


}


@media only screen and (min-width: 200px) and (max-width: 400px) {

  .container .card .content p{
    padding-top: 10px;
    padding-left: 10px;
      font-size: 0.7rem;

  }

  .containerb .card .content p {
    margin-top: -180px;
      font-size: 0.7rem;
  }

  .containerb .card .content a
  {
   position: fixed;
    top: 180px;
    left: 5%;
    width: 10%;

  }

  #text1b, #text2, #text3 {
    margin-left: -20px;
    margin-right: 0;
    width: 350px;
    height: 350px;
    font-size: 0.7rem;
    float: none;
    justify-content: center;
  }




    #text4,  #text5, #text6, #text7, #text1b, #text2b, #text3b, #text8, #text9, #text10, #text11, #text12, #text12b, #text12bb, #text13, #text13b, #text14b, #text13bb {

        margin-left: 0;
        margin-right: 0;
        width: 350px;
        height: 350px;
        font-size: 0.7rem;
        float: none;
        justify-content: center;

      }

      #text12bb {

        margin-left: 0;
        margin-right: 0;
        width: 358px;
        height: 358px;
        float: none;
        justify-content: center;

      }
#text12bb p {
  font-size: 0.4rem;
}

          #text1 p, #text3 p, #text1b p, #text2 p, #text2b p, #text3b p, #text4 p, #text5 p, #text6 p, #text7 p, #text8 p, #text9 p, #text11 p, #text12 p, #text13 p  {
          font-size: 0.45rem;
          }
          .wpcf7 #wpcf7-f68-p45-o1 {
            margin-left: 100px;
          }



}



@media only screen and (max-width: 450px) {
  #rolunk p, #rolunk ul li,  #aktualis p, #arak ul li, #arak p {
      margin: 5px;
      padding: 5px;
    font-size: 0.8rem;
  }

  .reviews-slider li {
    font-size: 0.8rem;
  }
  .wpcf7-list-item-label a, #gdpr a, #rolunk a  {

       color: #fff;
       text-decoration: underline;
}

#gdpr p, #gdpr ul li {

    margin:20px;
    padding: 20px;
    font-size: 0.8rem;

  }
  #hover {

  background-size: 120% 100%;
  /*background: #0b3b7f;*/

  }
#hero .content h1 {

  font-size: 1.4rem;


}


#promo {


  margin-top: 80px;

margin-left: 20px;


}
#promo li, #promo p {
  font-size: 1.3rem;
line-height: 2rem;
  }

h2 {
  font-size: 1.8rem;
}



.imgslider {
  width: 250px;
height: 250px;
}

#footercard {
  margin: 50px 30px 30px 30px;
}
#herocard {
  margin: 50px 30px 30px 30px;
}


body::-webkit-scrollbar {
  background: transparent;
  width: 10px;

}
#wpcf7-f68-p45-o1 {
  margin-left: 20px;
  font-size: 0.8rem;
}


}


@media only screen and (max-width: 361px) {
#services {
  padding: 20px 20px;
}


#hero .content h1 {
  font-size: 1.1rem;

}

#promo li, #promo p{
  font-size: 1.1rem;

  }

  #hero .content .button, #about .button, #team .button {
  width: 60%;

  padding: 5px 5px;
  margin-bottom: 40px;
  }


  #herocard {
    margin: 30px 10px 30px 0px;
  }

footer p  {
  font-size: 0.8rem;
}

 #aktualis p, #rolunk p, #rolunk ul li, #arak ul li, #arak p {
    margin: 5px;
    padding: 5px;
  font-size: 0.7rem;
}
#gdpr p, #gdpr ul li {
  margin: 10%;
  font-size: 0.7rem;
}


}
