
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin:0;
  padding:0;
  font-size:18px;
  color: rgba(0,0,0,0.8);
  font-family: 'Roboto', sans-serif;

}

.wrapper  {
  width:1250px;
  position:relative;
  z-index:10;
  margin: auto;
}

.footer-text {
  
  box-sizing: border-box;
  padding:20px 25px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.footer-text span {
  font-size:30px;
}

.pic-float {
  position: fixed;
  bottom: 0;
  right:0;
  max-width: 300px;
  width: 90%;
  cursor: pointer;
  z-index: 100;
}

.popUp {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.8);
  z-index: 120;
  top: 0;

}

.popUp-box {
  margin:50px auto 0 auto;
  width: 95%;
  max-width: 500px;
  border-radius: 4px;
  background:white;
  padding:25px 30px;
  box-sizing:border-box;
  position: relative;
}

.popUp-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;

}

.w70 {
  width: 70%;
}

.w30 {
  width: 30%;
}

.w-900 {
  width: 98%;
  max-width: 900px;
}

.zone-box {
  width: 30%;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  margin-bottom:25px;
  background-color: white;
  margin-right:15px;
}

.zone-content {
  text-align: center;
  padding:20px 25px;
}

.zone-name {
  color: white;
  padding:15px 10px;
}

#secondMap {
  width:100%;
  height: 400px;
}

.owntag {
  margin-top:40px;
  font-size:15px;
  opacity: 0.8;
  text-align: center;
}

.owntag a {
  color: inherit;
  text-decoration: none;
}

.owntag a:hover {
  text-decoration: underline;
}

@media only screen and (max-width:1280px) {
  .wrapper {
    width: 90%;
  }
}

*{
  transition: 0.3s;
}

.glide {
  position: absolute !important;
  top:0;
  right: 0;
  height: 100%;
}

.glide__track, .glide__slides {
  height: 100%;
}

.glide__slides {
  margin-top:0;
}


.cta {
  border: none;
  color: white;
  background-color: black;
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 10px;
  display:inline-block;
  cursor: pointer;
}

.transparent {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white;
}

.transparent:hover {
	background:white !important;
	color:#23966A !important;
}

.cta-service {
  color: white;
  background-color: #23966A;
  padding: 8px 22px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  cursor:pointer;
}

.text-side {
  padding:35px 0px;
  width:65%;
}

.flex {
  display:flex;
  flex-wrap:wrap;
}

.padding-zero {

}

.half {
  width:50%;
}

.m-auto {
  margin: auto;
}

.center {
  align-items:center;
}

.text-center {
  text-align: center;
}

.spaceB {
  justify-content:space-between;
}

.spaceC {
  justify-content: center;
}

.green-bg {
  background-color:#23966A;
}

.black-bg {
  background-color:black;
}

.grey-bg {
  background-color: #FBFBFB;
}

.white-color {
  color: white
}

.overlay {
  position:absolute;
  z-index:0;
  width:100%;
  height:100%;
  top:0;
  right:0;
  opacity:0.8;
}

.menu-overlay {
	position: fixed !important;
}

.cover {
  background-size:cover;
  background-position:center;
}

/* styling of menu */
.menu-slide {
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
}

.menu-right>a{
  text-decoration: none;
  color: inherit;
  padding: 0px 10px;
  border-left:2px solid rgba(0,0,0,0);
}

.menu-right>a:hover {
	border-left:2px solid #23966A;
}

.logo {
  height: 50px;
}

.section-title {
	font-size:30px;
	font-weight: bold;
}



/* end of menu */

/* styling of cover section */
.section {
  position: relative;
  padding: 100px 0px;
}

.header {
  padding: 170px 0px;
}

/* styling of intro section */
.pic {
  width: 100%;
}

/* styling of service section */
.padding {
  padding: 0px 30px;
}

.third {
  width: 30%;
}

.small-title {
	font-size:20px;
	font-weight: bold;
	color: black;
}

.contact-part {
	margin-bottom:30px;
}

.contact img {
	opacity: 0.6;
	margin-right:6px;
}

.contact-line {
	font-size:23px;
	font-weight: bold;
	margin-top:10px;
}

.fixed-bg {
	background-attachment: fixed;
	background-size: cover;
}

.promo-box {
  box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
  color:rgba(0,0,0,0.6);
  position: relative;
  padding-bottom:25px;
  margin-bottom:30px;
}

.promo-box .height {
	height:100px;
}

.out-btn {
	margin-bottom:-30px;
}

.box-img {
  background-image: url(../img/header.png);
  height: 200px;
}

/* styling of contact info section */
.icon {
  height: 30px;
}

.contact {
  color: grey;
}

/*styling of contact form */
.form {
  width: 50%;
  padding: 15px 20px;
  font-size: 18px;
  margin: 10px 0px;
  color:black;
  border:none;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.05);
}

input, textarea {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;

}

textarea {
	min-height:200px;
	max-height:250px;
	max-width: 50%;
	min-width: 50%;
}


/* styling of footer */
.footer {
  padding: 50px 0px;
}

.footer-menu {

}

.footer-menu>a {
  color: inherit;
  text-decoration: none;

  display: block;
  margin-top:15px;
}

.footer-menu a:hover {
  font-weight: bold;
}

.tags {
  opacity: 0.6;
  margin:25px 0px;
  display: inline-block;
}

/* styling of service container */
.service-box {
  box-shadow: 0 0px 16px rgba(0,0,0,0.1);
  width:48%;
  margin-bottom:30px;
  color:rgba(0,0,0,0.6);
}

.service-img {
  background-image: url(../img/header.png);
  width: 35%;
}


/* styling of rent img  */
.rent-img {
  box-shadow:0px 0px 16px rgba(0,0,0,0.1);
  width: 90%;
  height: 300px;
}

.rent-box {
  margin-top:35px;
}

.full-side-pic {
  height: 100%;
  position: absolute;
  top: 0;
}

.toLeft {
  left:0;
}

.pic-half {
  height:600px;
}

.sub-text {
  opacity: 0.8;
}

.highlight-text-cont {
  padding-left:30px;
  border-left:3px solid rgba(255,255,255,0.7);
  font-size:45px;
  font-weight: bold;
}

.toRight {
  right:0;
}

#menu-icon {
  display: none;
  width: 50px;
}

.mob-menu-cont {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  color: white;
  display: none;
}

#menu-close {
  font-size:50px;
  color:white;
}

.mob-menu-cont ul {
  list-style-type: none;
  position: relative;
  z-index: 5;

}

.mob-menu-cont ul li {
  padding:20px 0px;
  font-size:30px;
}

.mob-menu-cont a {
  color: inherit;
  text-decoration: none;

}

.error-msg, .suc-msg {
	display:none;
}

.info-div {
  width: 100%;
  box-sizing: border-box;
  padding:20px 25px;
  border-left:2px solid #23966A;
  background:white;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  
}

/*reszp rész*/

@media only screen and (max-width:1080px) {

  .zone-box {
    width: 100%;
  }

	.footer .flex {
		flex-direction: column;
	}

	.w70 {
		width: 100%;
	}

	.footer-text {
		padding:0;
	}

	.w30 {
		width: 100%;
		margin-top:30px;
	}

   .desk-menu {
    display: none;
   }

   #menu-icon {
    display:block;
   }

   .header .half {
    width: 100%;
   }

   .flex-reverse {
    flex-direction: column-reverse;
   }

   .flex-reverse .half {
    width: 100%;
   }

   .flex-reverse .padding {
    padding:0;
   }

   .pic {
    width: 70%;
    margin:auto;
    display: block;
   }

   .third {
    width:48%;
   }

   .promo-box {
    margin-bottom:35px;
   }

   .form {
    width: 70%;
   }

   textarea {
     width:70%;
     max-width: 70%;
     min-width: 70%;
   }


   .footer-menu {
    flex-direction: column;

   }

   .footer-menu a {
    margin-bottom:25px;
    font-size:25px;
   }


   .flex-stop {
    flex-direction: column;
   }

   .flex-stop .half {
    width:100%;
   }

   .highlight-text-cont {
    font-size:35px;
   }

   .pic-half {
    height: 400px
   }

   .service-box {
   	display:block;
   }

   .service-img, .text-side {
   		width:100%;
   }

   .text-side {
   	padding:25px 0px;
   }

   .service-img {
   	height:150px;
   }

   .full-side-pic {
   	position: relative;
   	height: 250px;
   }

   .flex-stop .padding {
   	padding:0;
   }

}

@media only screen and (max-width:750px) {

  .header {
    padding:100px 0px !important;
  }

  .third {
    width:100%;
  }

  .section {
    padding:60px 0px;
  }

  .form {
    width: 100%;
  }

  textarea {
     width:100%;
     max-width: 100%;
     min-width: 100%;
   }

  .footer-menu a {
    margin-bottom:35px;
    
   }

   .highlight-text-cont {
    font-size:30px;
   }

   .service-box {
   	width:100%;
   }



}


@media only screen and (max-width:420px) {

  .header h1 {
    font-size:28px;
  }

  .promo-box {
    margin-bottom:40px;
  }

  .out-btn {
    margin-bottom:-45px;
  }

  .highlight-text-cont {
    font-size:25px;
   }

    .pic-half {
    height: 300px
   }

}

/* table cuccos */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom:30px;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}