@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     omegalaborkft.hu       --------------------*/
/*--------------------     referenciaink.css      --------------------*/
/*--------------------     version: 1.0.0         --------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     Generator: WebProgger.hu  -----------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/


.webp .referenciaink_slide_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 400px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/referenciaink-omega-labor-kft.webp'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}

.no-webp .referenciaink_slide_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 400px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/referenciaink-omega-labor-kft.jpg'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}

.referenciaink_slide_inner {
    position: relative;
    display: table;
    
    width: 100%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    background: rgba(0,0,0,0.4);
    z-index: -1;
}

.referenciaink_slide_column {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
}

.referenciaink_slide_column h1 {
    position: absolute;
    display: inline;
    
    top: -50px;
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 45px;
    
    margin: auto;
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.1em;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.referenciaink_slide_column p {
    position: absolute;
    display: inline;
    
    top: 50px;
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 30px;
    
    margin: auto;
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    color: #EFEFEF;
    text-decoration: none;
    text-align: center;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.referenciaink_content_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background: #FFFFFF;
}

.referenciaink_content_inner {
    position: relative;
    display: table;

    width: 90%;
    max-width: 1920px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
	text-align: left;   
}

.referenciaink_content_breadcrumb_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.referenciaink_content_breadcrumb_inner {
    position: relative;
    display: table;

    width: 100%;
    max-width: 1920px;
    height: 100%;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    padding: 0px;
	text-align: left; 
}

.referenciaink_content_breadcrumb_inner a {
    position: relative;
    display: table;

    float: left;
    
    width: auto;
    height: auto;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style:normal;
	font-size: 1.1em;
    color: #707070;

    text-align: center;
    text-decoration: none;
    text-transform: none;
    
    transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -webkit-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -moz-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -o-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    
    cursor: pointer;
}

.referenciaink_content_breadcrumb_inner a:hover {
    color: #D64A4F;
}

.referenciaink_content_breadcrumb_inner a:first-child {
    margin-left: 0px;
}

.referenciaink_content_breadcrumb_inner a.active:first-child {
    font-weight: 700;
    margin-left: 0px;
    color: #D64A4F;
}

.referenciaink_content_breadcrumb_inner a.active {
    font-weight: 700;
    margin-left: 30px;
    color: #D64A4F;
}

.referenciaink_grid {
    position: relative;
    display: grid;
    
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    grid-auto-rows: minmax(85px, auto);
    
    width: 100%;
    height: auto;
    
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.referenciaink_box {
    position: relative;
    display: block;
    
    float: left;
    
    width: 100%;
    height: 450px;
    
    margin-top: 15px;
    margin-bottom: 35px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    
    border-radius: 10px;
    
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
    
    overflow: hidden;
}

.referenciaink_box img {
    position: absolute;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    object-fit: cover;
    z-index: 0;
}

.referenciaink_box_inner {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.referenciaink_box_bottom {
    position: absolute;
    display: table;
    
    bottom: 0px;
    
    width: 100%;
    height: 100px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
}

.referenciaink_box_bottom h3 {
    position: relative;
    display: table;

    width: 95%;
    height: auto;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style:normal;
	font-size: 1.3em;
    color: #FFF;

    text-align: left;
    text-decoration: none;
    text-transform: none;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.referenciaink_box_bottom h4 {
    position: relative;
    display: table;

    width: 95%;
    height: auto;

    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-style:normal;
	font-size: 0.9em;
    color: #D2363C;

    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.referenciaink_box_bottom p {
    position: relative;
    display: table;

    width: 80%;
    height: auto;

    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 2.5%;
    margin-right: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size: 1em;
    color: #FFF;

    text-align: left;
    text-decoration: none;
    text-transform: none;
    
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
}

.referenciaink_box_btn {
    position: absolute;
    display: table;
    
    right: 50px;
    bottom: 0px;
    top: 0px;
    
    width: 40px;
    height: 40px;
    
    margin: auto;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    
    border-radius: 50%;
    background: #D2363C url('../img/arrow-right.png') center center no-repeat;
    background-size: 40px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
    color: #FFFFFF;
    
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    
    transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -webkit-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -moz-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    -o-transition: color 0.5s, background 0.25s, box-shadow 0.25s;
    
    cursor: pointer;
}

.referenciaink_box_btn:hover {
    background: #D64A4F url('../img/arrow-right.png') center center no-repeat;
    background-size: 40px;
    box-shadow: 0px 5px 20px rgba(40, 40, 40, 0.6);
}

.referenciaink_box_btn:active {
    background: #D64A4F url('../img/arrow-right.png') center center no-repeat;
    background-size: 40px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
}

.nincs_referencia {
    position: relative;
    display: table;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    
    color: #525252;
}



   
/*----- ha kisebb mint 750px -----*/
@media screen and (max-width: 750px) {
    
.referenciaink_box_bottom p {
    width: 70%;
}
    
}

 

/*----- ha kisebb mint 600px -----*/
@media screen and (max-width: 600px) {
    
.webp .referenciaink_slide_row {
    height: 330px;
}

.no-webp .referenciaink_slide_row {
    height: 330px;
}       
  
.referenciaink_slide_column h1 {
    top: -30px;
    font-size: 1.5em;
}

.referenciaink_slide_column p {
    top: 50px;
    left: 0px;
    right: 0px;
    width: 85%;
    font-size: 1em;
}             

.referenciaink_content_breadcrumb_inner a {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
}

.referenciaink_content_breadcrumb_inner a:first-child {
    margin-left: 0px;
}

.referenciaink_content_breadcrumb_inner a.active:first-child {
    margin-left: 0px;
}

.referenciaink_content_breadcrumb_inner a.active {
    margin-left: 0px;
}   
    
.referenciaink_box_bottom {
    height: auto;
    margin-bottom: 30px;
}    
    
.referenciaink_box_bottom h3 {
    width: 85%;
}
    
.referenciaink_box_bottom h4 {
    width: 85%;
}

.referenciaink_box_bottom p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}    
    
.referenciaink_box_btn {
    position: relative;
    
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7%;
    margin-right: 0px;
}    
    
}



/*----- ha kisebb mint 400px -----*/
@media screen and (max-width: 400px) {  
    
.referenciaink_slide_column h1 {
    font-size: 1.4em;
}
    
}