html{
  font-style: normal;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #000000;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #eec042;
}

.section-title-black{
text-align: center;
padding-bottom: 30px;
}

.section-title-black h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000000;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    padding: 5px 0;
    border-bottom: 2px solid #eec042;
    background-color: black;
  }
  #header .container{
    max-width: 1000px;
  }
  #header.header-scrolled {
    border-color: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  }
  #header .logo {
    margin-right: 40%;
  }
  #header .logo img {
    max-height: 40px;
  }
  @media (max-width: 1000px) {
    #header .logo {
      margin-right: 10%;
    }
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
  .navbar ul {
    margin: 0;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    color: #eec042;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus{
    color: #ffffff;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    background: #2487ce;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #3194db;

  }
  @media all and (max-width: 800px) {
    .navbar {
      justify-content: space-around;
    }
  }
  
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #eec042;
}

@media (max-width: 500px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  padding: 20px 0;
  background-color: #eec042;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2487ce;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("assets/Görgőzés.jpg");
    background-position: center;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
  }

  #hero:before {
    content: "";
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero .container {
    padding-top: 80px;
  }

  #hero img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  #hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 200px;
    color: #fff;
    background: #eec042;
  }
  #hero .btn-get-started:hover {
    background: #000000;
  }

  @media (min-width: 900px) {
    #hero {
      background-attachment: fixed;
    }

  }
  @media (max-height: 560px) {
    #hero {
      height: auto;
    }
    
    #hero img {
      width: 70%;
    }
  }

  @media (max-width: 765px) {    
    #hero img {
      width: 90%;
    }
  }
  @media (max-width: 100px) {
    #hero {
      height: auto;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }
  
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.about {
  background-color: black;
  color: #eec042;
}

.about .container{
  width: 65%;
}

.about div{
  padding: 15px;
}
.about p{
  font-size: 12px;
  text-align: center;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 650px) {
  .about p{
    font-size:24px;
  }
}


/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
#list {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("assets/logo_t.png");
  background-position: center;
  background-size: 100px;
  background-color: black;
  background-repeat: repeat;
  animation: infinite 5s linear infinite;
}

@keyframes infinite{
  0%{
    background-position: 0% 0;
  }
  100%{
    background-position: 0% 95px;
  }
}

#list:before {
  content: "";
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#list .container {
  padding-top: 80px;
}

#list .column {
  float: center;
  width: 40%;
  margin: auto;
  margin-top: 0%;
}

#list .row{
  margin: 0%;
  padding: 0%;
  height: auto;
}

#list .row:after {
  content: "";
  display: table;
  clear: both;
}

#list .box{
  width: 700px;
  height: 1230px;
  border-radius: 10%;
  color: #c0c0c0;
  text-align: center;
  padding: 20px;
  border: 2px solid #eec042;
  background: rgb(0, 0, 0);
}

#list table{
  width: 100%;
  height: 100%;
  border: 0px;
  border-color: transparent;
}

.tg  {border-collapse:collapse;border-spacing:0;vertical-align: middle;height: 100%;}
.tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:18px;
       overflow:hidden;padding:5px 5px;word-break:normal;}

.tg .title{
  font-size:60px;
  text-align:center;
  vertical-align:center
}
.tg .subtitle{color:#c0c0c0;
  font-size:26px;
  text-align:center;
  vertical-align:center
}

.tg .dummy{
  text-align:left;
  vertical-align:center
}

.tg .category{
  color:#c0c0c0;
  text-align:center;
  vertical-align:center
}

.tg .list{
  border-bottom:1px;
  border-bottom-color:rgb(43, 43, 41);
  text-align:center;
  vertical-align:center;
  border-style: solid;
}

.tg .list-left{
  border-bottom:1px;
  border-bottom-color: rgb(43, 43, 41);
  border-style: solid;
  color:#c0c0c0;
  text-align:left;
  vertical-align:center;
}

.tg .price{
  border-bottom:1px;
  border-bottom-color: rgb(43, 43, 41);
  border-style: solid;
  color:#eec042;
  text-align:center;
  vertical-align:center;
}

.tg .bottom{
  font-size: 12px;
}

@media (min-width: 300px) {
  #list {
    background-attachment: fixed;
  }
}
@media (max-height: 700px) {
  #list {
    height: auto;
  }

}
@media (max-width: 1412px) {
  #list {
    height: auto;
  }
  #list .box{
    margin-top: 20px;;
  }
}

@media screen and (min-width: 2100px){
  
  #list .box{
    width: auto;
    height: 2100px;
  }

  .tg .title{
    font-size:120px;
  }

  .tg .subtitle{
    font-size:60px;
  }

  .tg .bottom{
    font-size: 20px;
  }


  .tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:35px;
    overflow:hidden;padding:5px 5px;word-break:normal;}
}

@media screen and (max-width: 700px){
  #list table{
    width: auto;
    height: auto;
    border-color: transparent;
    font-size: 14px;
  }
  
  #list .box{
    width: 500px;
    height: auto;
  }

  .tg .title{
    font-size:50px;
  }

  .tg .subtitle{
    font-size:22px;
  }

  .tg .bottom{
    font-size: 10px;
  }

  .tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
    overflow:hidden;padding:5px 5px;word-break:normal;}
}

@media screen and (max-width: 500px){
  #list table{
    width: auto;
    height: auto;
    border-color: transparent;
    font-size: 10px;
  }
  
  #list .box{
    width: 400px;
  }

  .tg .title{
    font-size:40px;
  }

  .tg .subtitle{
    font-size:16px;
  }

  .tg .bottom{
    font-size: 8px;
  }


  .tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:16px;
    overflow:hidden;padding:5px 5px;word-break:normal;}
}

@media screen and (max-width: 400px){
  #list .box{
    width: 320px;
  }

  .tg .title{
    font-size:35px;
  }

  .tg .subtitle{
    font-size:14px;
  }

  .tg .bottom{
    font-size: 6px;
  }


  .tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;
    overflow:hidden;padding:5px 5px;word-break:normal;}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact{
    background-color: #eec042;
}

  .contact .info {
    margin-top: 40px;
    margin-left: 20%;
    width: 50%;
    background: #eec042;
  }
  .contact .info i {
    font-size: 20px;
    color: #2487ce;
    float: left;
    width: 44px;
    height: 44px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
  }
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
  }
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }

  .contact .email{
   cursor: pointer;
  }
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #2487ce;
    color: #dfc243;
  }
  .contact table{
    width: 100%;
    padding: 20px;
    border-color: transparent;
    border: 0px;
    margin-top: 40px;
  }

  @media screen and (min-width: 768px){
    .contact table{
      width: 500px;
    }

    
  }

  @media screen and (max-width: 767px){
    .contact .info{
     width: 250px !important;
    }

    .contact .info-container{
      flex: auto;
    }

    .contact .info {
      width: 80%;
    }
  }

  @media screen and (max-width: 991px){
    .contact .info {
      width: 80%;
    }
  }

  .tg  {border-collapse:collapse;border-spacing:0;}
  .contact .tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:20px;
    overflow:hidden;padding:5px 5px;word-break:normal;}
  .tg th{border-color:transparent;;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
    font-weight:normal;overflow:hidden;padding:5px 5px;word-break:normal;}
  .tg .tg-spl2{border-color:transparent;font-style:italic;font-weight:bold;text-align:center;vertical-align:top}
  .tg .tg-vqdg{border-color:transparent;font-size:24px;font-weight:bold;text-align:center;vertical-align:top}
  .tg .tg-wp8o{border-color:transparent;text-align:center;vertical-align:top}
  .tg .tg-mqa1{border-color:transparent;font-weight:bold;text-align:center;vertical-align:top}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ce2424;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #dd3e3e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Impresszum
--------------------------------------------------------------*/

.impresszum{
  background-color: #eec042;
  margin: auto;
  position: relative;
  height: 20px;
}

.impresszum .center {
  display: inline-block;
  padding: 0.5em 1.7em;
  margin: 0 0.1em 0.1em 0;
  border: 0.16em solid rgb(255, 255, 255);
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.253);
  text-align: center;
  transition: all 0.2s;
  background-color: transparent;
  
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center:hover {
  color: black;
  background-color: rgb(255, 255, 255);
}

#myModal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#myModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  padding-top: 0%;
  border: 1px solid #888;
  width: 350px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
#myModal .close {
  color: #aaa;
  font-size: 28px;
  text-align: right;
  font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 300px) {
  #myModal .modal-content{
    width: auto;
  }
}

#formModal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: w; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 50%; /* Full height */
   /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: hidden;
}

/* Modal Content/Box */
#formModal .form-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  padding-top: 0%;
  border: 1px solid #888;
  width: 450px; 

}

/* The Close Button */
#formModal .formclose {
  color: #aaa;
  font-size: 28px;
  text-align: right;
  font-weight: bold;
}

#formModal .formclose:hover,
#formModal .formclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 300px) {
  .modal-content{
    width: auto;
  }
}

 
/* Style inputs with type="text", select elements and textareas */
#formModal input[type=text],input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  overflow: auto;
  resize: none;
}

/* Style the submit button with a specific background color etc */
#formModal input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
#formModal input[type=submit]:hover {
  background-color: #45a049;
}

#formModal span{
  width: 100%;
}

@media screen and (max-width: 450px) {
  #formModal .form-content{
    width: 300px;
  }
}

