@charset "utf-8";
/* CSS Document */

.btn-szamlak         {color: #d5d5d6; border: solid 1px #d5d5d6; padding: 10px; font-size: 18px; background: rgba(0,0,0,0);}
.btn-szamlak:hover   {color: #d5d5d6; border: solid 1px #d5d5d6; padding: 10px; font-size: 18px; background: rgba(0,0,0,0);}
.aktivgomb                 {color: #037080!important; border: solid 1px #037080!important;}
.aktivgomb:hover                 {color: #037080!important; border: solid 1px #037080!important;}
.szamlak_cont            {width: 100%; height: 1080px; overflow: hidden; display: relative;}
.szamlak_mozgo           {width: 100%; height: 1080px;  position: relative; }
.szamlak_box{
    width: 23%; 
    height: 1080px;
    border: none;
    border-radius: 10px;
    top: 0px;
    position: absolute;
}
.szamlak_box5 {left: 0%; top: 0%; background: #ffffff;}
.szamlak_box1 {left: 20%; top: 0%; background: #e5f0f2;}
.szamlak_box2 {left: 40%; top: 0%; background: #fff0a6;}
.szamlak_box3 {left: 60%; top: 0%; background: #d3d9f4;}
.szamlak_box4 {left: 80%; top: 0%; background: #67d0ab;}
.cella_box1	  {height: 70px; vertical-align: middle; display: table-cell; align-items: center;}
.cella_box2	  {height: 70px; vertical-align: middle; display: table-cell;}
.ikonok		  {margin-left: 35%;}
.szamlak_kep{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.szamlak_textbox{
    padding: 20px;
}
.szamlak_head1{
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: 400;
}
.szamlak_head2{
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 400;
}

.card-header{
	border-bottom: 3px solid rgba(0,0,0,.125);
}

.szamlak_alja{
    position: absolute;
    bottom: 20px;
	width: 100%;
	text-align: center;
}

.szamlak_alja2{
    vertical-align: bottom;	
	text-align: center;
	margin-top: calc(92% + 20px);
}

.szamlak_alja3{
    vertical-align: bottom;	
	text-align: center;
	margin-top: calc(130% + 20px);
}

.szamlak_link{color: #037080!important; text-decoration: none;}

.sarga_ul {
	list-style: url("images/check-solid.png");
	background: #ffffff;
}

.szamlak_contener{
  height: 1150px;
  width:calc(100% -5px);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
	margin-bottom: 5px;
}

.szamlak_swipe {
	width: 220px;
	height: 100%;
	display: inline-block;
	margin-right: 20px;
	background: #ffffff;
	white-space: normal;
	vertical-align: top;
	border-radius: 15px;
	border: solid 1px #d5d5d6;
	
}

.szamlak_swipe:first-child {
	background: #e5f0f2;
}

.szamlak_swipe:nth-child(2) {
	background: #fff0a6;
}
.szamlak_swipe:nth-child(3) {
	background: #d3d9f4;
}
.szamlak_swipe:nth-child(4) {
	background: #67d0ab;
}

/* medium devices (laptop,tablet, 768px to 1199) */
@media all and (min-width: 768px) and (max-width: 1199px) {
	.szamlak_cont            {width: 100%; height: 1300px; overflow: hidden; display: relative;}
	.szamlak_mozgo           {width: 100%; height: 1300px;  position: relative; }
	.szamlak_box{
    width: 23%; 
    height: 1300px;
    border: none;;
    border-radius: 10px;
    top: 0px;
    position: absolute;
	}
}


/* Small devices (mobil, 576px and down) */
@media all and (min-width: 100px) and (max-width: 768px) {
.szamlak_cont            {width: 100%; height: 800px; overflow: hidden; display: relative;}
.szamlak_mozgo           {width: 100%; height: 800px;  position: relative; }
.szamlak_box{
    width: 80%; 
    height: 800px; 
    background: #FFFFFF; 
    border: solid 1px #d5d5d6;
    border-radius: 10px;
    top: 0px;
    position: absolute;
}
.szamlak_box1 {left: 0%; top: 0%; background: #e5f0f2;}
.szamlak_box2 {left: 90%; top: 0%; background: #fff0a6;}
.szamlak_box3 {left: 180%; top: 0%;background: #d3d9f4;}
.szamlak_box4 {left: 270%; top: 0%; background: #67d0ab;}

}