body{
  color: #3d3d3d;
}

#head{
  background-image: url(../img/header.jpg);
  color:white;
  height: 300px;  
  background-attachment: fixed; 
  background-repeat: no-repeat; 
  background-size: cover;
  
}

ul {
  list-style: none;
  
}

li{
  line-height: 90%;
}

#lista{
  font-size: 1.8em;
}
  
ul li::before {
  content: "\2022";
  color: #397eb7;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  display: inline-block;
  font-size: 160%
}

#cardHead{
  font-size: 1.8em;
  font-weight: bold;
  margin-top:2em;
  color:#397eb7;
}

.bck-gray{
  background: #e3e3e3;
}

.megoldkeret{
  padding: 20px;
  background: #f6f6f6;
  background: linear-gradient(to top, #f6f6f6 65%, #397eb7 35%);
  padding-top: 4em;
  padding-bottom: 2em;
  
}

.megoldCard{
  background: #e3e3e3;
  color: #397eb7;
  font-size: 1.7em;
  padding:10px 0px 20px 0px;
  font-weight: bold;
  border:none;
  border-radius:0px;
}

.megoldCardTitle
{
  text-transform: uppercase;
  color: #3d3d3d;
  padding: 20px 0px;
  font-size: 1.2em;
}

.padding-30{
  padding:30px 0;
}

.margin-10{
  margin:50px 0;

}

.oli{
  font-size:2.8em;
  font-weight: bold;
  padding-top:40px;
}

.introcontainer{
  background: #f6f6f6
}

.shadow-right{
  -webkit-box-shadow: 30px 40px 0px -15px rgba(57,126,183,1);
  -moz-box-shadow: 30px 40px 0px -15px rgba(57,126,183,1);
  box-shadow: 30px 40px 0px -15px rgba(57,126,183,1);
}

.shadow-left{
  -webkit-box-shadow: -30px 40px 0px -15px rgba(57,126,183,1);
  -moz-box-shadow: -30px 40px 0px -15px rgba(57,126,183,1);
  box-shadow: -30px 40px 0px -15px rgba(57,126,183,1);
}


.card{
  border:none;
  border-radius:0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.margin-auto{
  margin: auto;
}

img{
  width:100%
}

.package {
  width:360px;
  border: 1px solid white;
  font-weight:600;
  color: #fff;
  display:inline-block;
  width:300px;
  padding: 0.4em 1em;
  font-size: 2em;
}

.price {
  margin-top:-70px;
  width:300px;
  background: #fff;
  padding: 0.7em 1em;
  font-size: 1.6em;
  font-weight:400;
  color: #6b6b6b;
  display:inline-block;
  -webkit-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
}

.blue {
  background: #397eb7;
  padding-top:40px;
  padding-bottom:120px;
}

.comment {
   
  padding-top:70px;
  padding-bottom:120px;
}

.rendszer{
  font-size: 1.4em;
  font-style: italic;
}

.bck-blue{
  background: #397eb7;
}

.kerje{
  color: white;
  font-size:2em;
}

.erdekelbtn{
  background-color: #013A6B;
  background-image: linear-gradient(-20deg, #013A6B 50%, #397eb7 51%);
  color: #fff;
  border-radius:30px;
  padding: 10px 16px;
  border:none;
  font-size: 2em;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
  box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
  -webkit-transition: background-image 1s ;
  transition: background-image 1s ;
}


.erdekelbtn:active {
  background-image: linear-gradient(-20deg, #013A6B 100%, #397eb7 1%);
  -webkit-transition: background-image 1s ;
  transition: background-image 1s ;
 
}



.elkuldbtn{
  background-color: #013A6B;
  
  background-image: linear-gradient(-20deg, #bdbdbd 50%, #f6f6f6 51%);
  color: #3d3d3d;
  border-radius:25px;
  padding: 10px 16px;
  border:none;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
  box-shadow: 0px 15px 20px 2px rgba(0,0,0,0.74);
}

.elkuldbtn:active {
  background-image: linear-gradient(-20deg, #bdbdbd 100%, #f6f6f6 1%);;
  -webkit-transition: background-image 1s ;
  transition: background-image 1s ;
 
}

.marginminus{
  margin-top:-38px;
}

.formerr{
  min-height:25px;
  margin-bottom:10px;
  color: white;
  border-radius:10px;
}

.hiba{
  background: crimson;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
  box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
}

.checkszoveg{
  color:white;
  
}

.checkszoveg a{
  color:white;
  text-decoration: underline;
}

.sikertelenreg{
  min-height:25px;
  margin-bottom:10px;
  color: white;
  border-radius:10px;
  background: crimson;
  -webkit-box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
  box-shadow: 0px 4px 20px 2px rgba(0,0,0,0.74);
}

.sikeresreg{
  margin-bottom:80px;
  margin-top:10px;
  color: white;
  font-size: 1.5em;
}

#tajekoztat{
	background-color:white;
	color:#013A6B;
	border-radius:5px;
	font-weight:bolder;
	text-decoration: none;
}

#tajekoztat:hover{
	background-color:#013A6B;
	color:white;
	border-radius:5px;
	font-weight:bolder;
	text-decoration: none;
}

/*Modal*/

/*modal image*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media (min-width: 576px) { 
  
}

@media (min-width: 768px) { 

  #cardHead{
    font-size: 2.8em;
  }
  .oli{
    font-size:3.8em;
  }

  .tm-intro-text{
    font-size: 1.4em;
  }
  
}


@media (min-width: 992px) {  
  #lista{
    font-size: 2em;
  }

  .rendszer{
    font-size: 1.6em;
  }

  .kerje{
    color: white;
    font-size:2.8em;
  }

  .tm-intro-text{
    font-size: 1.2em;
  }

  #head{
    background-image: url(../img/header.webp);
    color:white;
    height: 400px;
    width: 100%;  
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position:0px -350px; 
  }

}


@media (min-width: 1200px) { 
  

}