@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     omegalaborkft.hu       --------------------*/
/*--------------------     elerhetosegeink.css    --------------------*/
/*--------------------     version: 1.0.0         --------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     Generator: WebProgger.hu  -----------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/


.webp .elerhetosegeink_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/dolgozzunk-egyutt-omega-labor-kft.webp'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}

.no-webp .elerhetosegeink_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/dolgozzunk-egyutt-omega-labor-kft.jpg'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}

.elerhetosegeink_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;
}

.elerhetosegeink_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;
}

.elerhetosegeink_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);
}

.elerhetosegeink_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);
}

.elerhetosegeink_col_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    
    background: #F5F5F5;
}

.elerhetosegeink_col_inner {
    position: relative;
    display: grid;
    
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(85px, auto);
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.elerhetosegeink_col_box {
    position: relative;
    display: block;
    
    float: left;
    
    width: 100%;
    height: auto;
    
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
}

.elerhetosegeink_col_box img {
    position: absolute;
    display: block;
    
    float: left;

    width: 40px;
    height: 40px;
    
    margin: 0px;
    padding: 7px;
    
    border-radius: 50%;
    border: 2px solid #707070;
}

.elerhetosegeink_col_box p.sor1 {
    position: relative;
    display: block;
    
    float: left;

    width: 80%;
    height: auto;
    
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 70px;
    margin-right: 0px;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1em;
    color: #707070;
    text-decoration: none;
    text-align: left;
}

.elerhetosegeink_col_box p.sor2 {
    position: relative;
    display: block;
    
    float: left;

    width: 80%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 70px;
    margin-right: 0px;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #D2363C;
    text-decoration: none;
    text-align: left;

    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;
}

.elerhetosegeink_col_box p.sor2 a { 
    color: #D2363C;
    
    margin: 0px;
    padding: 0px;
}

.elerhetosegeink_col_box p.sor2 a:hover {
    color: #DB5E62;
    text-decoration: underline;
}

.elerhetosegeink_col_box p.sor2_alap {
    position: relative;
    display: block;
    
    float: left;

    width: 80%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 70px;
    margin-right: 0px;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #707070;
    text-decoration: none;
    text-align: left;

    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: default;
}

.elerhetosegeink_content_row {
    position: relative;
    display: block;
    
    float: left;
    
    width: 100%;
    height: 100%;
    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
}

.elerhetosegeink_content_inner {
    position: relative;
    display: table;
    
    width: 90%;
    height: 100%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
}

.elerhetosegeink_content_col_6 {
    position: relative;
    display: table;
    
    float: left;
    
    width: 80%;
    height: auto;
    
    margin: 0px;
    padding: 0px;    
}

.elerhetosegeink_content_col_6qr {
    position: relative;
    display: table;
    
    float: left;
    
    width: 10%;
    height: auto;
    
    margin: 0px;
    padding: 0px;  
}

.elerhetosegeink_content_box_left {
    position: relative;
    display: table;
    
    float: none;
    
    width: 85%;
    height: auto;
    
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 30px;
    padding-bottom: 30px;
    
    border-radius: 10px;
    background: #EFEFEF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
}

.elerhetosegeink_content_box_left_content {
    position: relative;
    display: table;
    
    float: none;
    
    width: 90%;
    height: auto;
    
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
}

.elerhetosegeink_content_box_left_content h1, h2, h3, h4 {
    position: relative;
    display: table;
    
    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em;
    color: #525252;
    text-decoration: none;
    text-align: center;
}

.elerhetosegeink_content_box_left_content p {
    position: relative;
    display: table;
    
    width: 100%;
    height: auto;
    
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #525252;
    text-decoration: none;
    text-align: center;
}

.elerhetosegeink_content_box_left_content a {
    color: #d2363c;
    font-weight: 400;
    text-align: left;

    cursor: pointer;

    -webkit-transition: background 0.25s, border 0.25s, color 0.30s;
	transition: background 0.25s, border 0.25s, color 0.30s;

	-moz-transition: background 0.25s, border 0.25s, color 0.30s;
	-o-transition: background 0.25s, border 0.25s, color 0.30s;
    
     word-break: break-all;
}

.elerhetosegeink_content_box_left_content a:hover {
    color: #D2363C;
    text-decoration: underline;
}

.elerhetosegeink_content_triangle_top1 {
    position: absolute;
    display: table;
    
    top: 0;
    left: 0;
    
    width: 99%;
    height: 50px;
    
    margin-top: 0px;
    
    border-top-left-radius: 10px;
    background: #d2363c;
    
    -webkit-clip-path: polygon(100% 0,0 0,0 100%);
    clip-path: polygon(100% 0,0 0,0 100%);
}

.elerhetosegeink_content_triangle_bottom1 {
    position: absolute;
    display: table;
    
    bottom: 0;
    right: 0;
    
    width: 99%;
    height: 50px;
    
    margin-top: -10px;
    
    border-bottom-right-radius: 10px;
    background: #d2363c;
    
    -webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
    clip-path: polygon(100% 0,0 100%,100% 100%);
}

.elerhetosegeink_content_box_right {
    position: relative;
    display: table;
    
    float: none;
    
    width: 85%;
    max-width: 450px;
    height: auto;
    
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 30px;
    padding-bottom: 30px;
}

.elerhetosegeink_content_box_right img {
    position: relative;
    display: table;
    
    float: none;
    
    width: 160px;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
}




/*----- ha kisebb mint 950px -----*/
@media screen and (max-width: 950px) {  


.elerhetosegeink_col_box p.sor1 {
    font-size: 1em;
}

.elerhetosegeink_col_box p.sor2 {
    font-size: 0.9em;
}

.elerhetosegeink_col_box p.sor2_alap {
    font-size: 0.9em;
}
    
.elerhetosegeink_content_col_6 {
    position: relative;
    display: table;
    
    float: left;
    
    width: 65%;
    height: auto;
    
    margin: 0px;
    padding: 0px;    
}

.elerhetosegeink_content_col_6qr {
    position: relative;
    display: table;
    
    float: left;
    
    width: 35%;
    height: auto;
    
    margin: 0px;
    padding: 0px;  
}
    
}




/*----- ha kisebb mint 860px -----*/
@media screen and (max-width: 860px) {  
    
.elerhetosegeink_col_box img {
    position: relative;
    display: block;
    
    float: none;
    
    width: 40px;
    height: 40px;
    
    margin: auto;
    padding: 7px;
    
    border-radius: 50%;
    border: 2px solid #707070;
}    
    
.elerhetosegeink_col_box p.sor1 {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    font-size: 1em;
    text-align: center;
}

.elerhetosegeink_col_box p.sor2 {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    font-size: 0.9em;
    text-decoration: none;
    text-align: center;
}

.elerhetosegeink_col_box p.sor2_alap {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    
    font-size: 0.9em;
    text-align: center;
}    
    
.elerhetosegeink_content_col_6 {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: auto;
    
    margin: 0px;
    padding: 0px;    
}

.elerhetosegeink_content_col_6qr {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: auto;
    
    margin: 0px;
    padding: 0px;  
}
    
}



/*----- ha kisebb mint 700px -----*/
@media screen and (max-width: 700px) {  

.elerhetosegeink_col_inner {
    position: relative;
    display: grid;
    
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(85px, auto);
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
} 
    
.elerhetosegeink_col_box p.sor1 {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    font-size: 1.1em;
    text-align: center;
}

.elerhetosegeink_col_box p.sor2 {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
}

.elerhetosegeink_col_box p.sor2_alap {
    position: relative;
    display: block;
    
    float: left;

    width: 100%;
    height: auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
    padding: 0px;
    
    font-size: 1em;
    text-align: center;
}        

}



/*---- ha kisebb mint 600px és LANDSCAPE ----*/
@media screen and (max-width: 600px) and (orientation:landscape) {   
 
.webp .elerhetosegeink_slide_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 200px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/dolgozzunk-egyutt-omega-labor-kft.webp'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}

.no-webp .elerhetosegeink_slide_row {
    position: relative;
    display: table;
    
    float: left;
    
    width: 100%;
    height: 200px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    padding: 0px;
    
    background-image: url('../img/dolgozzunk-egyutt-omega-labor-kft.jpg'); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    
    z-index: 1;
}
       
}



/*----- ha kisebb mint 600px -----*/
@media screen and (max-width: 600px) {  
 
.webp .elerhetosegeink_slide_row {
    height: 330px;
}

.no-webp .elerhetosegeink_slide_row {
    height: 330px;
}

.elerhetosegeink_slide_column h1 {
    top: -30px;
    font-size: 1.5em;
}

.elerhetosegeink_slide_column p {
    top: 50px;
    left: 0px;
    right: 0px;
    width: 85%;
    font-size: 1em;
}
    
.elerhetosegeink_content_box_right {
    position: relative;
    display: table;
    
    float: none;
    
    width: 85%;
    max-width: 450px;
    height: auto;
    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 30px;
    padding-bottom: 30px;
} 
    
}



/*----- ha kisebb mint 400px -----*/
@media screen and (max-width: 400px) {  
    
.elerhetosegeink_slide_column h1 {
    font-size: 1.4em;
}

.elerhetosegeink_slide_column p {
    font-size: 0.9em;
} 
 
.elerhetosegeink_content_box_left_content h1, h2, h3, h4 {
    font-size: 1em;
}   
    
}