/*
Theme Name: OrthoPred Kft.
Theme URI: http://orthopred.com
Description: Default template of the OrthoPred website.
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-blue: #1b2b42;
	--color-blue-a20: rgba(27 43 66 / 20%);
	--color-light-blue: #effafd;
	--color-turquoise: #21b1d4;
	--color-text: #5b6775;
	--color-text-light: #828fa0;
	--color-dark-text: #222222;
	--color-silver-line: #e9e9e9;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 19px; font-weight: 400; color: var(--color-text); line-height: 30px; background: #666; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden; }

textarea, input, select, button { font-family: 'DM Sans', sans-serif; font-size: 18px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { width: 100%; margin: 30px 0; border-top: 5px solid #cacdd4; clear: both; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red, .acf-required { color: #e22632; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Animation */
.anim { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 50px; padding: 0 30px; font-size: 20px !important; font-weight: 500; text-decoration: none !important; text-align: center; color: white !important; line-height: 50px; background: var(--color-turquoise); display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background: var(--color-blue); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: #ccc !important; background-color: #ddd; }

.button.button_white_hover:hover { color: var(--color-blue) !important; background-color: white; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #534741; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #e22632; position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #e22632; position: relative; display: block; content: ''; }


/*
----------------
	FANCYBOX
----------------
*/
.team_bio_fancybox.fancybox-content { max-width: 800px; padding: 0 !important; display: flex; }
.team_bio_fancybox.fancybox-content .team_bio_wrap { max-width: 800px; height: 480px; display: flex; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_left { width: 50%; background-color: var(--color-blue); background-repeat: no-repeat; background-position: center; background-size: cover; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right { width: 50%; padding: 20px; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right .wrap_right_header { height: 70px; display: flex; align-items: center; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right .wrap_right_header h3 { font-size: 24px; font-weight: 700; color: var(--color-turquoise); line-height: 100%; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right .wrap_right_content { height: calc(100% - 70px); font-size: 18px; overflow: auto; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right .wrap_right_content p { margin-bottom: 20px; }
.team_bio_fancybox.fancybox-content .team_bio_wrap .wrap_right .wrap_right_content :last-child { margin-bottom: 0; }


/*
---------------
	WEBSITE
---------------
*/
#website { max-width: 2000px; margin: auto; background: white; overflow-x: hidden; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 105px; bottom: 0; padding: 50px; font-size: 18px; background: rgba(240 240 240 / 80%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu .rwd_menu_wrap { width: 400px; height: 100%; right: -100%; top: 0; padding-bottom: 30px; background: var(--color-blue); position: absolute; overflow-y: auto; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; border-top: 1px solid rgba(255 255 255 / 10%); list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu ul.primary_menu li a { padding: 15px 10px 15px 25px; font-size: 24px; font-weight: 700; color: white; line-height: 1; display: block; position: relative; }
#rwd_menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.primary_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: #313131; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: 16px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { background: white; display: none; }
#rwd_menu ul.primary_menu li ul li { border-bottom-color: #eee; }
#rwd_menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 0 15px 25px; font-size: 17px; color: #333 !important; line-height: 20px; opacity: 100% !important; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 15px; padding: 0 25px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: white; line-height: 1; display: block; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

/* LI animation */
#rwd_menu ul li a { left: 10px; position: relative; opacity: 0%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#rwd_menu ul > li.fly-in-out > a { left: 0; opacity: 100%; }

/* Button */
#rwd_menu .button_wrapper { padding: 0 25px; position: relative; z-index: 0; opacity: 0; }
#rwd_menu .button { width: auto !important; padding: 0 !important; text-align: center; background: #2e2e2e; display: block; }
#rwd_menu .button:before { background: #2e2e2e; }

body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }
body.rwd_menu__opened #rwd_menu .button_wrapper { opacity: 1; }


/*
--------------
	HEADER
--------------
*/
#header { height: 105px; border-top: 5px solid var(--color-turquoise); }
#header .inner { height: 100%; }

/* Logo */
#header .logo { left: 0; position: absolute; }
#header .logo img { width: auto; height: 40px; display: block; }

/* Menu and language chooser */
#header .menu__language_chooser { height: 100%; right: 0; top: 0; display: flex; flex-wrap: wrap; align-items: center; align-content: center; position: absolute; }
#header .menu__language_chooser ul.menu { display: flex; flex-wrap: wrap; list-style: none; }
#header .menu__language_chooser ul.menu li { margin-left: 30px; display: flex; align-items: center; position: relative; }
#header .menu__language_chooser ul.menu li:first-child { margin-left: 0; }
#header .menu__language_chooser ul.menu li a { font-size: 20px; font-weight: 500; color: var(--color-dark-text); line-height: 100%; }
#header .menu__language_chooser ul.menu li.contact a { height: 50px; padding: 0 30px; color: white; background: var(--color-turquoise); line-height: 50px; }
#header .menu__language_chooser ul.menu li.contact a:hover { background: var(--color-blue); }

#header .menu__language_chooser ul.menu li.menu-item-has-children { padding-right: 15px; }
#header .menu__language_chooser ul.menu li.menu-item-has-children:after { width: 6px; height: 6px; right: 0; top: calc(50% - 3px); background: var(--color-turquoise); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#header .menu__language_chooser ul.menu li.current_page_item:before, 
#header .menu__language_chooser ul.menu li.current_page_ancestor:before { width: 0; height: 0; left: 50%; top: -26px; margin-left: -9px; border-style: solid; border-width: 8px 9px 0 9px; border-color: var(--color-turquoise) transparent transparent transparent; position: absolute; content: ''; }

#header .menu__language_chooser ul li ul { width: fit-content; left: 0; top: 100%; background: white; border: 1px solid var(--color-silver-line); display: block; position: absolute; visibility: hidden; opacity: 0%; z-index: 99; }
#header .menu__language_chooser ul li ul li { margin-left: 0 !important; border-bottom: 1px solid var(--color-silver-line); display: block !important; }
#header .menu__language_chooser ul li ul li:last-child { border-bottom: none; }
#header .menu__language_chooser ul li ul li:before { display: none !important; }
#header .menu__language_chooser ul li ul li a { padding: 20px; font-size: 16px !important; line-height: 20px; display: block; }
#header .menu__language_chooser ul li ul li a:hover { text-decoration: underline; }
#header .menu__language_chooser ul li:hover ul { visibility: visible; opacity: 100%; }

/* Language chooser */
#header ul.language-chooser { width: 50px; height: 50px; margin-left: 10px; border: 1px solid #ddd; position: relative; list-style: none; }
#header ul.language-chooser:hover { border-color: var(--color-turquoise); }
#header ul.language-chooser li { width: 100%; height: 100%; }
#header ul.language-chooser li.active { display: none; }
#header ul.language-chooser li a { height: 100%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0 0 0 / 5%); }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; border: 1px solid #ddd; position: absolute; cursor: pointer; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 15px; top: 50%; background: var(--color-blue); display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 30px; height: 2px; background: var(--color-blue); position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }


/*
--------------
	SLIDER
--------------
*/
#slider_wrap { position: relative; z-index: 2; }
#slider_wrap .slick-slider, 
#slider_wrap .slick-list, 
#slider_wrap .slick-track { height: 100%; }
#slider_wrap .slick-slide { max-height: 700px; min-height: 250px; position: relative; }
#slider_wrap .slick-slide:before { padding-top: 40%; display: block; content: ''; }

#slider_wrap .slick-slide .image { left: 50px; top: 0; right: 50px; bottom: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; z-index: 1; }

#slider_wrap .slick-slide .caption { width: 100%; max-width: 700px; left: -700px; bottom: 0; padding: 50px; background: var(--color-blue); position: absolute; z-index: 2; }
#slider_wrap .slick-slide .caption .subtitle { margin-bottom: 30px; font-size: 16px; font-weight: 500; color: var(--color-turquoise); line-height: 100%; letter-spacing: 3px; }
#slider_wrap .slick-slide .caption .text { font-size: 30px; font-weight: 700; color: white; line-height: 120%; }
#slider_wrap .slick-slide .caption .read_more { width: 60px; height: 60px; margin-top: 20px; background: url(images/icon_arrow_right_white.svg) no-repeat center; background-size: 20px auto; border: 2px solid white; display: block; }
#slider_wrap .slick-slide .caption .read_more:hover { border-color: var(--color-turquoise); }
#slider_wrap .slick-slide.slick-active .caption { left: 0; }

/* Controls */
#slider_wrap .controls { left: 700px; bottom: 39px; display: flex; align-content: center; position: absolute; }
#slider_wrap .controls button { width: 60px; height: 60px; margin-left: 1px; background: var(--color-turquoise) url(images/icon_arrow_left_white.svg) no-repeat center; background-size: 20px auto; cursor: pointer; }
#slider_wrap .controls button.next_slide { background-image: url(images/icon_arrow_right_white.svg); }
#slider_wrap .controls button:hover { background-color: var(--color-blue); }
#slider_wrap .controls .count { margin-left: 20px; font-size: 16px; font-weight: 500; color: white; line-height: 50px; }


/*
---------------
	PRODUCT
---------------
*/
#product { margin-top: -200px; padding: 270px 0 70px; background: #effafd; position: relative; z-index: 1; }
#product:before { width: 700px; height: 350px; top: 0; right: -350px; background-color: #e0f5fa; border-radius: 0 0 350px 350px; position: absolute; content: ''; }
#product:after { width: 450px; height: 290px; top: -70px; right: 0; background: url(images/dot.png) repeat left top; position: absolute; content: ''; opacity: 20%; }

#product .product_wrap { display: flex; flex-wrap: wrap; }

#product .product_wrap .wrap_left { width: 50%; padding: 0 50px 0 0; }
#product .product_wrap .wrap_left .product_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#product .product_wrap .wrap_left .product_text { margin: 30px 0; }
#product .product_wrap .wrap_left .action_button { margin: 30px 0; }

#product .product_wrap .wrap_right { width: 50%; position: relative; }
#product .product_wrap .wrap_right img { width: 100%; height: auto; display: block; box-shadow: 35px 45px 35px rgba(0 0 0 / 15%); }


/*
---------------
	SCIENCE
---------------
*/
#science { padding: 70px 0; background: white; border-top: 1px solid #d9e5ea; position: relative; z-index: 1; }
#science .science_title { margin: 30px 0; font-size: 60px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#science .science_text { max-width: 600px; margin: 30px auto; }

#science .benefits_title { margin: 50px 0; font-size: 25px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#science .benefits_wrap { margin: 30px 0; display: flex; flex-wrap: wrap; justify-content: center; }
#science .benefits_wrap .item { width: 33.3333333333%; position: relative; }
#science .benefits_wrap .item:nth-child(2) { box-shadow: 35px 45px 35px rgba(0 0 0 / 15%); }
#science .benefits_wrap .item:before { padding-top: 100%; display: block; content: ''; }
#science .benefits_wrap .item .text_wrap { width: 100%; height: 100%; left: 0; top: 0; padding-top: 100px; display: flex; flex-wrap: wrap; align-content: start; justify-content: center; position: absolute; }
#science .benefits_wrap .item .text_wrap img { width: auto; height: 80px; margin-bottom: 50px; display: block; }
#science .benefits_wrap .item .text_wrap .count { width: 60px; height: 60px; right: 20px; top: 20px; text-align: center; color: white; line-height: 60px; background: var(--color-turquoise); position: absolute; }
#science .benefits_wrap .item .text_wrap .text { padding: 0 50px; text-align: center; font-size: 25px; font-weight: 700; color: var(--color-blue); line-height: 30px; }

#science :first-child { margin-top: 0; }


/*
----------------------------
	CLINICAL INTEGRATION
----------------------------
*/
#clinical_integration { padding: 100px 0; background: #effafd; border-top: 1px solid #d9e5ea; }
#clinical_integration .clinical_integration_wrap { display: flex; flex-wrap: wrap; align-items: center; }
#clinical_integration .clinical_integration_wrap .wrap_left { width: 50%; position: relative; }
#clinical_integration .clinical_integration_wrap .wrap_left .image { background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; }
#clinical_integration .clinical_integration_wrap .wrap_left .image.image_1 { width: 80%; height: 100%; right: 0; top: 0; z-index: 1; }
#clinical_integration .clinical_integration_wrap .wrap_left .image.image_2 { width: 60%; left: 0; bottom: 0; z-index: 2; }
#clinical_integration .clinical_integration_wrap .wrap_left .image.image_2:before { padding-top: 100%; display: block; content: ''; }
#clinical_integration .clinical_integration_wrap .wrap_left .image .has_additional_info { width: 30px; height: 30px; right: 0; bottom: 0; text-align: center; color: white; line-height: 30px; background: var(--color-turquoise); position: absolute; }
#clinical_integration .clinical_integration_wrap .wrap_left img { width: 100%; height: auto; display: block; box-shadow: 35px 45px 35px rgba(0 0 0 / 15%); }

#clinical_integration .clinical_integration_wrap .wrap_right { width: 50%; padding-left: 100px; }
#clinical_integration .clinical_integration_wrap .wrap_right .clinical_integration_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#clinical_integration .clinical_integration_wrap .wrap_right .clinical_integration_text { margin: 30px 0; }
#clinical_integration .clinical_integration_wrap .wrap_right .additional_info { margin: 30px 0; padding-top: 30px; border-top: 1px solid #d9e5ea; }
#clinical_integration .clinical_integration_wrap .wrap_right .additional_info span { color: var(--color-turquoise); }
#clinical_integration .clinical_integration_wrap .wrap_right .additional_info strong { color: var(--color-blue); }
#clinical_integration .clinical_integration_wrap .wrap_right .action_button { margin: 30px 0; }


/*
------------
	TEAM
------------
*/
#team { padding-bottom: 100px; }
#team .inner { padding-top: 100px; border-top: 1px solid var(--color-silver-line); }
#team .inner:before { width: 700px; height: 350px; top: 0; left: 0; background-color: #e0f5fa; border-radius: 0 0 350px 350px; position: absolute; content: ''; z-index: -1; }
#team .team_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#team .team_text { max-width: 600px; margin: 30px auto; }

.team_wrap { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; }
.team_wrap .team { width: calc(25% - 20px); margin: 20px 10px 0; background: var(--color-blue); }
.team_wrap .team:nth-child(-n+4) { margin-top: 0; }
.team_wrap .team .thumbnail { display: block; }
.team_wrap .team .thumbnail img { width: 100%; height: auto; display: block; }

.team_wrap .team .entry { padding: 20px 20px 20px 30px; position: relative; }
.team_wrap .team .entry h3 { font-size: 20px !important; font-weight: 700; color: white !important; line-height: 120%; }
.team_wrap .team .entry h3 a { text-decoration: none !important; color: white !important; }
.team_wrap .team .entry .post { font-size: 16px; font-weight: 500; color: var(--color-turquoise); line-height: 120%; }
.team_wrap .team .entry .linkedin { width: 20px; height: 20px; top: 30px; right: 20px; background: url(images/icon_linkedin_white.svg) no-repeat center; background-size: auto 20px; position: absolute; }


/*
------------
	NEWS
------------
*/
#news { padding: 100px 0; }
/*#news .inner { padding-top: 100px; border-top: 1px solid var(--color-silver-line); }*/
/*#news .inner:before { width: 700px; height: 350px; top: 0; left: 0; background-color: #e0f5fa; border-radius: 0 0 350px 350px; position: absolute; content: ''; z-index: -1; }*/
#news .news_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; color: var(--color-blue); line-height: 100%; }

.news_wrap { margin-left: -20px; margin-right: -20px; display: flex; flex-wrap: wrap; }
.news_wrap .news { width: calc(33.3333333333% - 40px); margin: 40px 20px 0; border: 1px solid var(--color-silver-line); position: relative; }
.news_wrap .news:nth-child(-n+3) { margin-top: 0; }
.news_wrap .news .thumbnail { margin-left: -1px; margin-top: -1px; margin-right: -1px; border-top: 5px solid var(--color-turquoise); display: block; position: relative; }
.news_wrap .news .thumbnail img { width: auto; height: 70px; display: block; }
.news_wrap .news .thumbnail .datetime { width: fit-content; height: 30px; right: 0; bottom: 0; padding: 0 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: white; line-height: 30px; background: var(--color-turquoise); position: absolute; }

.news_wrap .news .entry { padding: 20px 20px 60px; }
.news_wrap .news .entry h3 { margin-bottom: 10px !important; font-weight: 700; color: var(--color-blue); }
.news_wrap .news .entry h3 a { font-size: 20px; text-decoration: none !important; color: var(--color-blue) !important; line-height: 100%; }
.news_wrap .news .entry .excerpt { font-size: 16px; line-height: 25px; }
.news_wrap .news .entry .excerpt p { margin-bottom: 0 !important; }
.news_wrap .news .entry a.read_more { left: 20px; bottom: 30px; font-size: 14px; font-weight: 900; text-decoration: none !important; color: var(--color-blue) !important; line-height: 100%; position: absolute; }
.news_wrap .news .entry a.read_more:hover { text-decoration: underline !important; }


/*
----------------
	PARTNERS
----------------
*/
#partners { background: var(--color-blue); }
#partners .partners_wrap { display: flex; flex-wrap: wrap; }
#partners .partners_wrap .wrap_left { width: 50%; padding-top: 70px; padding-right: 70px; padding-bottom: 70px; padding-left: calc((100% - 1280px) /2); position: relative; z-index: 0; overflow: hidden; }
#partners .partners_wrap .wrap_left:before { width: 500px; height: 250px; bottom: 0; right: -250px; background-color: rgba(255 255 255 / 5%); border-radius: 350px 350px 0 0; position: absolute; content: ''; z-index: -1; }
#partners .partners_wrap .wrap_left:after { width: 150px; height: 150px; bottom: 0; right: 0; background: url(images/dot_white.png) repeat left top; position: absolute; content: ''; z-index: -1; opacity: 10%; }
#partners .partners_wrap .wrap_left .partners_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; color: white; line-height: 100%; }
#partners .partners_wrap .wrap_left .partners_text { color: #a2b8da; }
#partners .partners_wrap .wrap_left .partners_text a { text-decoration: underline; color: var(--color-turquoise) !important; }
#partners .partners_wrap .wrap_left .partners_text a:hover { color: white !important; }
#partners .partners_wrap .wrap_left .action_button { margin-top: 20px; }

#partners .partners_wrap .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }

.partners_page_wrap { display: flex; flex-wrap: wrap; }
.partners_page_wrap a { width: 33.3333333333%; height: 200px; display: flex; flex-wrap: wrap; align-items: center; align-content: center; border: 1px solid white; }
.partners_page_wrap a:hover { border-color: var(--color-silver-line); }
.partners_page_wrap a img { width: auto; max-width: 80%; height: auto; max-height: 80px; margin: 0 auto 30px; display: block; }
.partners_page_wrap a h4 { width: 100%; font-size: 14px; font-weight: 700; text-align: center; color: var(--color-blue); }


/* 
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 300px; font-size: 15px; font-weight: 700; color: white; line-height: 20px; background-color: var(--color-blue); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#before_content .before_content_wrap { height: 100%; display: flex; flex-wrap: wrap; }
#before_content .before_content_wrap .wrap_left { width: 50%; padding-left: calc((100% - 1280px) /2); padding-right: 50px; display: flex; flex-wrap: wrap; align-content: center; align-items: center; position: relative; z-index: 0; overflow: hidden; }
#before_content .before_content_wrap .wrap_left:before { width: 400px; height: 200px; bottom: 0; right: -200px; background-color: rgba(255 255 255 / 5%); border-radius: 350px 350px 0 0; position: absolute; content: ''; z-index: -1; }
#before_content .before_content_wrap .wrap_left:after { width: 150px; height: 150px; bottom: 0; right: 0; background: url(images/dot_white.png) repeat left top; position: absolute; content: ''; z-index: -1; opacity: 10%; }
#before_content .before_content_wrap .wrap_left h1 { width: 100%; font-size: 40px; font-weight: 700; color: white; line-height: 100%; }
#before_content .before_content_wrap .wrap_left .datetime { font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-turquoise); }
#before_content .before_content_wrap .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }

#before_content .rank-math-breadcrumb { margin-bottom: 20px; font-size: 16px; font-weight: 700; color: white; }
#before_content .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: var(--color-turquoise); }
#before_content .rank-math-breadcrumb a:hover { color: white; }


/*
---------------
	CONTENT
---------------
*/
#content { padding: 50px 0; }
body.page-template-contact #content { padding: 0; }

#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-turquoise); line-height: 100%; }

#content p { margin-bottom: 30px; }
#content a { text-decoration: underline; color: var(--color-blue); }
#content a:hover { color: var(--color-dark-text); }

#content ul { margin-bottom: 30px; margin-left: 50px; }
#content ol { margin-bottom: 30px; margin-left: 50px; list-style: decimal; }

/* Contact */
#content .contact_wrap { display: flex; flex-wrap: wrap; }
#content .contact_wrap .wrap_left { width: 50%; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) /2); }
#content .contact_wrap .wrap_left .meta { padding: 10px 0; border-top: 1px solid #eee; }
#content .contact_wrap .wrap_left .meta:last-child { border-bottom: 1px solid #eee; }
#content .contact_wrap .wrap_right { width: 50%; padding-top: 50px; padding-left: 50px; padding-bottom: 50px; padding-right: calc((100% - 1280px) /2); background: #effafd; position: relative; }
#content .contact_wrap .wrap_right #map { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }

#map { width: 100%; height: 500px; }

#content a.download { margin-bottom: 10px; padding: 16px 60px 16px 190px; font-weight: 700; text-decoration: none !important; color: #222 !important; word-break: break-all; line-height: 20px; background: var(--color-light-blue); display: block; position: relative; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#content a.download:before { height: 100%; left: 0; top: 0; padding: 20px 30px 10px 70px; font-size: 13px; font-weight: 700; color: white; line-height: 14px; background: var(--color-turquoise) url(images/icon_download_white.svg) no-repeat 30px 15px; background-size: 24px auto; position: absolute; content: 'DOWNLOAD'; }
#content a.download:after { right: 20px; top: 50%; font-size: 13px; font-weight: 700; color: #000; line-height: 14px; position: absolute; opacity: 0.5; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#content a.download.pdf:after { content: 'PDF'; }
#content a.download.xls:after { content: 'XLS'; }
#content a.download.doc:after, #content a.download.docx:after { content: 'DOC'; }
#content a.download + br { display: none; }

#content a.download:hover { color: white !important; background: var(--color-blue); }
#content a.download:hover:after { color: white; }


/*
--------------
	FOOTER
--------------
*/
#footer { font-size: 18px; line-height: 25px; border-top: 1px solid var(--color-silver-line); position: relative; }
#footer h3 { margin-bottom: 30px; font-size: 20px; font-weight: 700; color: var(--color-blue); line-height: 100%; }
#footer img { width: auto; height: 40px; display: block; }
body.home #footer { border-top: none; }

/* Footer top */
#footer .footer_top { padding: 100px; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; }
#footer .footer_top .footer_top_wrap .wrap_left { width: 50%; display: flex; flex-wrap: wrap; align-items: space-between; }
#footer .footer_top .footer_top_wrap .wrap_left .contact { width: 100%; }
#footer .footer_top .footer_top_wrap .wrap_left .address { width: 100%; margin-bottom: 20px; }
#footer .footer_top .footer_top_wrap .wrap_right { width: 50%; }
#footer .footer_top .footer_top_wrap .wrap_right .menus_wrap { display: flex; flex-wrap: wrap; }
#footer .footer_top .footer_top_wrap .wrap_right .menus_wrap ul { width: 50%; list-style: none; }
#footer .footer_top .footer_top_wrap .wrap_right .menus_wrap ul li a { color: var(--color-text-light); line-height: 30px; display: inline-block; }
#footer .footer_top .footer_top_wrap .wrap_right .menus_wrap ul li a:hover { text-decoration: underline; color: var(--color-dark-text); }

/* Footer bottom */
#footer .footer_bottom { padding: 30px 0; border-top: 1px solid var(--color-silver-line); border-bottom: 5px solid var(--color-blue); }
#footer .footer_bottom .footer_bottom_wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left { display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left a { margin-right: 20px; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left a:last-child { margin-right: 0; }

#footer .footer_bottom .footer_bottom_wrap .wrap_right { font-size: 16px; display: flex; flex-wrap: wrap; }
#footer .footer_bottom .footer_bottom_wrap .wrap_right .sep { margin: 0 10px; }


/*
--------------------
	SOCIAL MEDIA
--------------------
*/
.social_media { margin-top: 20px; display: flex; align-items: end; }
.social_media a { width: 40px; height: 40px; margin-right: 10px; font-size: 0; background-color: var(--color-turquoise); background-repeat: no-repeat; background-position: center; background-size: auto 20px; display: block; }
.social_media a:hover { background-color: var(--color-blue); }
.social_media a.facebook { background-image: url(images/icon_facebook_white.svg); }
.social_media a.instagram { background-image: url(images/icon_instagram_white.svg); }
.social_media a.youtube { background-image: url(images/icon_youtube_white.svg); }
.social_media a.linkedin { background-image: url(images/icon_linkedin_white.svg); }


/*
----------------------
	SZÉCHENYI 2020
----------------------
*/
#szechenyi2020 { right: 0; bottom: 0; position: absolute; z-index: 10; }
#szechenyi2020 img { width: auto; height: 150px; display: block; }
#szechenyi2020 .szechenyi2020_close { width: 30px; height: 30px; right: 20px; top: -10px; font-size: 14px; background: white; border: 1px solid var(--color-silver-line); display: flex; align-items: center; justify-content: center; position: absolute; }
#szechenyi2020 .szechenyi2020_close:hover { border-color: var(--color-turquoise); }


/*
------------------
	COOKIE BAR
------------------
*/
#cookie-law-info-bar { font-size: 14px; line-height: 20px; }
#cookie-law-info-bar .cli_settings_button { font-weight: 700; text-decoration: underline; }


/*
------------
	FORM
------------
*/
.wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7-form h3 { margin: 20px 0; font-size: 24px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; }
.wpcf7-form p { width: 100%; }

.form-row { margin-bottom: 20px; position: relative; }
.form-row.form-row-first { width: calc(50% - 10px); }
.form-row.form-row-last { width: calc(50% - 10px); }
.form-row.form-row-wide { width: 100%; }

.form-row br { display: none !important; }
.form-row label { width: 100%; margin-bottom: 5px; font-size: 15px; font-weight: 900; color: #383838; line-height: 20px; display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=number] { width: 100%; height: 50px; padding-left: 10px; font-size: 18px; background: white; border: 1px solid #ddd; outline: 3px solid transparent; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=number]:focus { border-color: var(--color-blue); outline-color: var(--color-blue-a20); }

.form-row textarea { min-height: 150px; padding: 10px; resize: vertical; }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1440px) { 
	
	/* HEADER: Menu and language chooser */
	#header .menu__language_chooser ul.menu li { margin-left: 20px; }
	#header .menu__language_chooser ul.menu li a { font-size: 19px; }
	
	/* SLIDER */
	#slider_wrap .slick-slide:before { padding-top: 50%; }
	#slider_wrap .slick-slide .image { left: 0; right: 0; }
	
	#slider_wrap .slick-slide .caption .text { font-size: 30px; }
}

@media only screen and (max-width: 1280px) { 

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Menu and language chooser */
	#header .menu__language_chooser { right: 20px; }
	#header .menu__language_chooser ul.menu li a { font-size: 18px; }
	#header .menu__language_chooser ul.menu li.current_page_item:before { top: -26px; }
	
	/* SLIDER */
	#slider_wrap .slick-slide .caption { padding: 30px; }
	
	/* PRODUCT */
	#product .product_wrap .wrap_left .product_title { font-size: 50px; }
	
	/* SCIENCE */
	#science .science_title { font-size: 50px; }
	#science .benefits_wrap .item .text_wrap { padding-top: 70px; }
	#science .benefits_wrap .item .text_wrap .text { padding: 0 20px; font-size: 20px; }
	
	/* CLINICAL INTEGRATION */
	#clinical_integration .clinical_integration_wrap .wrap_right { width: 50%; padding-left: 50px; }	
	#clinical_integration .clinical_integration_wrap .wrap_right .clinical_integration_title { font-size: 50px; }
	
	/* TEAM */
	#team .team_title { font-size: 50px; }
	.team_wrap .team .entry { padding: 20px 50px 20px 20px; position: relative; }
	
	/* NEWS */
	#news .news_title { font-size: 50px; }
	.news_wrap { margin-left: -10px; margin-right: -10px; }
	.news_wrap .news { width: calc(33.3333333333% - 20px); margin: 40px 10px 0; }
	.news_wrap .news h3 { padding: 20px; font-size: 20px; }
	.news_wrap .news .read_more { left: 20px; }
	
	/* PARTNERS */
	#partners .partners_wrap .wrap_left { padding-left: 20px; }
	#partners .partners_wrap .wrap_left .partners_title { font-size: 50px; }
	
	/* BEFORE CONTENT */
	#before_content .before_content_wrap .wrap_left { padding-left: 20px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { padding-left: 20px; }
	#content .contact_wrap .wrap_right { padding-right: 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* Display: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER: Menu and language chooser */
	#header .menu__language_chooser { right: 100px; }
	
	/* SLIDER */
	#slider_wrap .slick-slide:before { padding-top: 40%; display: block; content: ''; }
	#slider_wrap .slick-slide .image { bottom: 0; }

	#slider_wrap .slick-slide .caption { max-width: inherit; height: 100%; bottom: 0; text-align: center; background: rgba(27 43 66 / 80%); display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
	#slider_wrap .slick-slide .caption .subtitle { width: 100%; margin-bottom: 20px; }
	#slider_wrap .slick-slide .caption .text { font-size: 3vw; }
	#slider_wrap .slick-slide .caption .read_more { margin-left: auto; margin-right: auto; }
	
	/* PRODUCT */
	#product { margin-top: 0; padding: 70px 0; }
	#product:after { width: 220px; height: 150px; top: 0; }

	#product .product_wrap .wrap_left { width: 100%; padding: 0 0 30px 0; text-align: center; }
	#product .product_wrap .wrap_left .product_title { font-size: 40px; }
	#product .product_wrap .wrap_right { width: 100%; }
	
	/* SCIENCE */
	#science .science_title { font-size: 40px; }
	
	#science .benefits_wrap .item:before { display: none; }
	#science .benefits_wrap .item .text_wrap { width: auto; height: auto; left: auto; top: auto; padding-bottom: 20px; position: relative; }
	#science .benefits_wrap .item .text_wrap img { height: 60px; margin-bottom: 30px; }
	#science .benefits_wrap .item .text_wrap .count { width: 40px; height: 40px; line-height: 40px; }
	#science .benefits_wrap .item .text_wrap .text { font-size: 18px; line-height: 25px; }
	
	/* CLINICAL INTEGRATION */
	#clinical_integration { padding: 70px 0; }
	
	#clinical_integration .clinical_integration_wrap .wrap_left { width: 100%; order: 2; }
	#clinical_integration .clinical_integration_wrap .wrap_left .image { position: relative; }
	#clinical_integration .clinical_integration_wrap .wrap_left .image.image_1 { width: calc(100% - 20px); left: 20px; right: auto; top: auto; }
	#clinical_integration .clinical_integration_wrap .wrap_left .image.image_1:before { padding-top: 50%; display: block; content: ''; }
	#clinical_integration .clinical_integration_wrap .wrap_left .image.image_2 { width: 30%; bottom: -30px; position: absolute; }

	#clinical_integration .clinical_integration_wrap .wrap_right { width: 100%; padding: 0 0 30px 0; order: 1; }
	#clinical_integration .clinical_integration_wrap .wrap_right .clinical_integration_title { margin-top: 0; font-size: 40px; }

	/* TEAM */
	#team { padding-bottom: 70px; }
	#team .inner { padding-top: 70px; }
	#team .team_title { font-size: 40px; }
	
	.team_wrap .team { width: calc(33.3333333333% - 20px); }
	.team_wrap .team:nth-child(4) { margin-top: 20px; }
	
	/* NEWS */
	#news { padding: 70px 0; }
	/*#news .inner { padding-top: 70px; }*/
	#news .news_title { font-size: 40px; }
	
	/* PARTNERS */
	#partners .partners_wrap .wrap_left .partners_title { font-size: 40px; }
	
	/* BEFORE CONTENT */
	#before_content { height: auto; }
	#before_content .before_content_wrap .wrap_left { width: 100%; padding: 30px 20px; }
	#before_content .before_content_wrap .wrap_left h1 { font-size: 35px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#content .contact_wrap .wrap_right { width: 100%; padding: 50px 20px; }
	
	#map { height: 400px; }
}

@media only screen and (max-width: 768px) { 

	/* SLIDER */
	#slider_wrap .slick-slide .caption .text { font-size: 4vw; }
	
	/* PRODUCT */
	#product { padding: 50px 0; }
	#product .product_wrap .wrap_left .product_title { font-size: 30px; }
	
	/* SCIENCE */
	#science { padding: 50px 0; }
	#science .science_title { font-size: 30px; }
	
	/* CLINICAL INTEGRATION */
	#clinical_integration { padding: 50px 0; }
	#clinical_integration .clinical_integration_wrap .wrap_right .clinical_integration_title { font-size: 30px; }

	/* TEAM */
	#team { padding-bottom: 50px; }
	#team .inner { padding-top: 50px; }
	#team .team_title { font-size: 30px; }
	
	/* NEWS */
	#news { padding: 50px 0; }
	#news .inner { padding-top: 50px; }
	#news .news_title { font-size: 30px; }
	
	.news_wrap .news { width: calc(50% - 20px); }
	.news_wrap .news:nth-child(2) { box-shadow: none; }
	.news_wrap .news:nth-child(3) { margin-top: 40px; }
	
	body.home .news_wrap .news:nth-child(3) { display: none; }
	
	/* PARTNERS */
	#partners .partners_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#partners .partners_wrap .wrap_left .partners_title { font-size: 30px; }
	#partners .partners_wrap .wrap_right { width: 100%; }
	#partners .partners_wrap .wrap_right:before { padding-top: 50%; display: block; content: ''; }
	
	.partners_page_wrap a { width: 50%; }
	
	/* BEFORE CONTENT */
	#before_content .before_content_wrap .wrap_left h1 { font-size: 30px; }
	
	/* CONTENT: Contact */
	#map { height: 300px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; margin-bottom: 50px; }
	#footer .footer_top .footer_top_wrap .wrap_right { width: 100%; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap .wrap_left { width: 100%; margin-bottom: 20px; justify-content: center; }
	#footer .footer_bottom .footer_bottom_wrap .wrap_left a { margin: 20px; }
	#footer .footer_bottom .footer_bottom_wrap .wrap_left img { margin: auto; }
	#footer .footer_bottom .footer_bottom_wrap .wrap_right { width: 100%; justify-content: center; }
	
	/* SZÉCHENYI 2020 */
	#szechenyi2020 img { height: 100px; }
}

@media only screen and (max-width: 640px) { 

	/* SLIDER */
	#slider_wrap .slick-slide .caption .text { font-size: 5vw; }

	/* SCIENCE */
	#science .benefits_wrap { max-width: 480px; margin: 30px auto; }
	#science .benefits_wrap .item { width: 100%; }
	#science .benefits_wrap .item .text_wrap { padding-top: 50px; padding-bottom: 50px; }
	#science .benefits_wrap .item .text_wrap img { height: 60px; margin-bottom: 30px; }
	#science .benefits_wrap .item .text_wrap .text { width: 100%; }
	
	/* CLINICAL INTEGRATION */
	#clinical_integration { padding: 50px 0; }
	
	.team_wrap .team { width: calc(50% - 20px); }
	.team_wrap .team:nth-child(3) { margin-top: 20px; }
	.team_wrap .team .entry h3 { font-size: 20px; }
	
	/* NEWS */
	.news_wrap { margin-left: 0; margin-right: 0; }
	.news_wrap .news { width: 100%; margin: 40px 0 0; }
	.news_wrap .news:nth-child(2) { margin-top: 40px; }

	.news_wrap .news h3 { padding: 20px 0; font-size: 25px; }
	.news_wrap .news .read_more { left: 0; }
	
	/* CONTENT: Download */
	#content a.download { margin-bottom: 10px; padding: 14px 20px 14px 80px; font-weight: 700; text-decoration: none !important; color: #222 !important; line-height: 20px; background: var(--color-light-blue); display: block; position: relative; overflow: hidden; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
	#content a.download:before { width: 60px; padding: 0; background-position: center; content: ''; }
	#content a.download:after { right: auto; top: auto; display: block; position: relative; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media only screen and (max-width: 480px) { 

	/* DEFAULT */
	img.alignleft, 
	img.alignright { width: 50%; height: auto; }

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); }
	
	/* SLIDER */
	#slider_wrap .slick-slide .caption .subtitle { margin-bottom: 10px; }
	
	/* TEAM */
	.team_wrap { margin-left: 0; margin-right: 0; }
	.team_wrap .team { width: 100%; margin: 20px 0 0; }
	.team_wrap .team:nth-child(2) { margin-top: 20px; }
	
	/* CONTENT: Contact */
	#map { height: 200px; }
}

@media only screen and (max-width: 375px) { 

	/* PARTNERS */
	.partners_page_wrap a { width: 100%; }

	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_right .menus_wrap ul { width: 100%; }
}
