/*!
Theme Name: kavex
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Roboto-Regular !important;
	margin: 0;
	background-color: #FFFDE2;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/kavex/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
	font-display: swap;
}
.Roboto-Regular{
	font-family:Roboto-Regular;
}

@font-face {
    font-family: DomaineRegular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/kavex/fonts/Domaine/domaine-text-regular.woff2") format("woff2");
	font-display: swap;
}
.DomaineRegular{
	font-family:DomaineRegular;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.darkRedFontColor {
	color: #461806;
}

.darkRedBackgroundColor {
	background-color: #461806;
}

.redFontColor {
	color: #9C2902;
}

.redBackgroundColor {
	background-color: #9C2902;
}

.lightRFontColor {
	color: #E9362E;
}

.lightRBackgroundColor {
	background-color: #E9362E;
}

.beigeFontColor {
	color: #FFFDE2;
}

.beigeBackgroundColor {
	background-color: #FFFDE2;
}

.beigeFontColor2 {
	color: #FFFEE7;
}

.beigeBackgroundColor2 {
	background-color: #FFFEE7;
}

.beigeFontColor3 {
	color: #F7F6DD;
}

.beigeBackgroundColor3 {
	background-color: #F7F6DD;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href, .classic_href:hover, .classic_href:focus, .classic_href:visited {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
}

.error404 #masthead .motto_wrapper, .error404 #colophon, .error404 .bottom-links {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.otgs-development-site-front-end {
    display: none !important;
}

.error404 {
    background-image: url(/wp-content/uploads/2025/04/404.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

#masthead .top_row {
	display: flex;
	align-items: center;
}

.socials_wrapper {
    display: flex;
    flex-direction: column;
}

.bottom_footer_row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_link {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.second_bottom_footer_row {
	display: flex;
	align-items: flex-end;
}

.top_hr_footer {
    margin: auto;
    background: #9C2902;
    opacity: 1;
}

.desktop .custom_col_1 {
    flex: 0 0 auto;
    width: 14%;
}

.desktop .custom_col_2 {
	flex: 0 0 auto;
    width: 8%;
}

.desktop .custom_col_3 {
    flex: 0 0 auto;
    width: 12%;
}

.desktop .custom_col_4 {
    flex: 0 0 auto;
    width: 11%;
}

.desktop .custom_col_5 {
    flex: 0 0 auto;
    width: 14%;
}

.desktop .empty_col {
	flex: 0 0 auto;
    width: 41%;
}

.mobile .mobile_footer {
	height: 217px;
}

.mobile_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_href, .phone_href > * {
    width: max-content;
    display: block;
}

.mobile .mid_col {
	display: none;
}

.mobile #masthead .top_row, .mobile #masthead .bottom_row {
    height: 70px;
    padding-left: 10px;
    padding-right: 12px;
}

.mobile .single-post .bottom_row,
.mobile .latest-updates .bottom_row.custom_bottom_row,
.mobile .page-template-template-main-builder .bottom_row.custom_bottom_row {
    height: 70px;
    padding-left: 10px;
    padding-right: 12px;
}

.mobile .motto_col {
	max-width: 90%;
	margin: auto;
}

.burger_col button {
	background-color: transparent;
	border: none;
}

.offcanvas-top {
    left: auto;
    border-bottom: none;
    background-color: #461806;
    color: #FFFEE7;
	right: 10px;
}

.modal-backdrop {
    display: none;
}

#masthead .top_row {
    z-index: 9999;
    position: relative;
}

.menu_open #toggler_open,
.menu_open #toggler_open_mbl {
	display: none;
}

#toggler_close,
#toggler_close_mbl {
	display: none;
}

.menu_open #toggler_close,
.menu_open #toggler_close_mbl {
	display: block;
}

.mobile .offcanvas-top {
    top: 69px;
    width: 100vw;
    height: calc(100vh - 70px);
	right: 0;
}

.mobile .offcanvas-top .offcanvas-body {
	padding-left: 10px;
    padding-right: 11px;
	padding-bottom: 37px;
}

.mobile .logo_img {
	height: 22.25px;
}

#menuBurger .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menuBurger .main-nav li {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #FFFEE7;
}

#menuBurger .main-nav li a {
	color: #FFFEE7;
	text-decoration: none;
}

.desktop #menu-main-menu li:last-child {
    border-bottom: none;
    height: auto !important;
}

.offcanvas-body {
    padding: 0;
    height: auto;
    overflow: hidden;
}

.mobile body {
    padding-right: 0 !important;
}

.mobile .main-nav {
    padding-top: 60px;
}

.mobile #menuBurger .main-nav li {
	height: 64px;
	border-bottom: 1px solid rgba(255, 253, 226, 0.2);
	align-items: center;
}

.mobile .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .socials_mbl_col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.error404 .bottom_row {
	display: none;
}

.error404 .offcanvas-top {
	right: 0;
}

.mobile .error404 {
    background-position: left;
}

.terms-conditions .bottom_row  {
	display: none;
}

.mobile #main {
	padding-left: 25px;
	padding-right: 25px;
}

.mobile #inner_main, .mobile .inner_main {
	padding-left: 10px;
	padding-right: 10px;
}

.terms-conditions p {
    margin-bottom: 20px;
}

.content_row {
	border-bottom: 1px solid #9C2902;
}

.terms-conditions p:last-child {
	margin-bottom: 0;
}

.content_row:last-child {
	border-bottom: 0;
	margin: 0;
	padding-bottom: 0;
}

.terms-conditions .top_footer_row {
	display: none;
}

.terms-conditions #colophon {
	margin-top: 65px;
}

.content_row:first-child {
	padding-top: 0;
}

.mobile .headline {
    padding-top: 20px;
    padding-bottom: 20px;
	border-bottom: 1px solid #9C2902;
	margin-bottom: 29px;
}

.mobile .terms-conditions #main,
.mobile .contact-us #main {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile .headline h1, .mobile .headline h1 p {
	font-size: 24px;
	line-height: 26px;
}

.mobile .content_row h4 {
	margin-bottom: 30px;
}

.mobile .content_row {
	padding-top: 30px;
	padding-bottom: 37px;
}

.mobile .content_row:last-child {
	border-bottom: 1px solid #9C2902;
}

.mobile .terms-conditions #colophon {
	margin-top: 0;
}

.contact-us .top_footer_row, .contact-us .bottom_row {
	display: none;
}

.wpcf7 label {
    color: #9C2902;
	margin-bottom: 5px;
}

.wpcf7-submit {
	padding: 0;
	background-color: transparent;
	border: none;
}

.last_form_row {
	display: flex;
	align-items: flex-end;
}

.wpcf7-text, .wpcf7-textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9C2902;
	width: 100%;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder {
	color: #C6C6C6;
}

.wpcf7-textarea {
    height: 250px;
    resize: none;
}

.mobile .wpcf7-textarea {
	border-bottom: none;
}

.wpcf7-text, .wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:visited, .wpcf7-text:hover
.wpcf7-textarea, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:visited, .wpcf7-textarea:hover {
	outline: 0;
	box-shadow: none;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    font-size: x-small;
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
}

.last_form_row {
    position: relative;
}

.desktop .fcol p {
    position: absolute;
    bottom: 6px
}

.mobile .contact-us .headline {
	border-bottom: none;
}

.mobile .contact-form-wrapper label, .mobile .contact-form-wrapper br {
    display: none;
}

.mobile .wpcf7-text {
    font-size: 24px;
    line-height: 26px;
}

.mobile .wpcf7 .row {
    margin-bottom: 30px;
}

.mobile .wpcf7-text, .mobile .wpcf7-textarea {
	padding: 0;
	padding-bottom: 5px;
}

.mobile .wpcf7-textarea {
    height: 200px;
}

.mobile .contact-us .mobile_footer {
	display: none;
}

.mobile .fcol p {
	color: #9C2902;
}

.mobile .wpcf7-submit {
    color: #9C2902;
    font-size: 24px;
    line-height: 26px;
}

.mobile .lcol {
	padding-top: 17px;
	border-top: 1px solid #9C2902;
	margin-top: 10px;
}

.mobile .wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.single-post .bottom_row:not(.display-mobile),
.page-template-template-main-builder .bottom_row:not(.custom_bottom_row),
.latest-updates .bottom_row:not(.custom_bottom_row) {
	display: none;
}

.mobile .main_content_row {
	margin-top: 30px;
	margin-bottom: 83px;
}

.single-post #main,
.page-template-template-main-builder #main,
.corporate-social-responsibility #main,
.latest-updates #main {
	padding: 0;
}

.mobile .last_form_row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.mobile form.wpcf7-form {
    width: 100%;
    overflow-x: hidden;
}

.main_header img {
	object-fit: cover;
	width: 100%;
}

.mobile .main_header img, .mobile .basic_slider,
.mobile .basic_slider video {
	height: 490px;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.mobile .swiper-button-next, .mobile .swiper-button-prev {
	width: 15px !important;
	height: 8px !important;
}

.mobile .swiper-button-prev {
    left: 23px !important;
}

.mobile .swiper-button-next {
    right: 23px !important;
}

.swiper-button-prev svg {
	transform: rotate(180deg);
}

.basic_slider video {
    width: 100%;
    object-fit: cover;
}

.basic_slider img {
	width: 100%;
    object-fit: cover;
}

.mobile #latest_updates h4 {
	margin-bottom: 45px;
}

.mobile .rel_post_block img {
	height: 296px;
}

.rel_post_block img {
	width: 100%;
	object-fit: cover;
	/* object-fit: contain; */
}

.rel_post_block h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .rel_post_block h4 {
	height: auto;
}

.single-post .content_row {
	padding-top: 0;
}

.mobile .single-post .content_row {
	padding-bottom: 0;
	border-bottom: none;
}

.mobile .single-post h5 {
	font-size: 16px;
	line-height: 21px;
}

.mobile #latest_updates h4.text-center {
	font-size: 24px;
	line-height: 26px;
}

.mobile .single-post h4 {
	font-size: 30px;
	line-height: 34px;
}

.mobile .single-post #latest_updates h4:not(.text-center) {
	font-size: 20px;
	line-height: 24px;
}

.mobile .rel_post_block {
	margin-bottom: 60px;
}

.mobile .rel_post_block:last-child {
    margin-bottom: 0;
}

.mobile #latest_updates .row {
	--bs-gutter-x: 0;
}

.mobile .terms-conditions .headline {
	margin-bottom: 0;
}

.centered_text_paragraph {
	max-width: 60%;
	margin: auto;
}

.mobile .centered_text {
	margin-top: 33px;
	margin-bottom: 65px;
}

.main_title_col h4 {
	width: 60%;
}

.mobile .text_blocks_with_main_title .inner_title,
.mobile .big_text_block .inner_title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

.box_wrapper hr {
    background-color: #9C2902;
    opacity: 1;
    margin: 0;
    margin-bottom: 10px;
}

.box_wrapper .inner_title {
	max-width: 70%;
}

.mwidth70 {
	max-width: 60%;
}

.mobile .box_wrapper {
	padding-bottom: 66px;
}

.corporate-social-responsibility #colophon {
    margin-top: 0;
}

.text_blocks_with_main_title .inner_title,
.big_text_block .inner_title {
    min-height: auto;
}

.mobile .centered_text_paragraph {
    max-width: 100%;
}

.mobile .text_blocks_with_main_title .main_title_col * {
    text-align: center;
    max-width: 100%;
    width: 100%;
	margin-bottom: 40px;
}

.mobile .text_blocks_with_main_title .main_title_col h4 {
	font-size: 30px;
	line-height: 34px;
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mobile .text_blocks_with_main_title .inner_title br,
.mobile .big_text_block .inner_title br {
    display: none;
}

.mobile .box_wrapper:last-child {
    padding-bottom: 85px;
}

.mobile .text_blocks_with_main_title .row {
    --bs-gutter-x: 0;
}

.mobile .box_wrapper hr.display-mobile {
    margin-bottom: 17px;
	max-width: 70%;
}

.text_blocks_with_main_title:last-child .box_wrapper:last-child {
    padding-bottom: 0;
}

#category-filters {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.mobile #category-filters {
    margin-top: 33px;
    margin-bottom: 46px;
    flex-direction: column;
}

#load-more {
    margin: auto;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
}

.latest-updates .rel_post_block:first-child,
.latest-updates .rel_post_block:nth-child(2),
.latest-updates .rel_post_block:nth-child(3) {
    margin-top: 0;
}

.mobile #load-more {
	margin-top: 34px;
}

.mobile #load-more h4 {
	font-size: 24px;
	line-height: 26px;
}

.filter_li:last-child span.comma {
    display: none;
}

.mobile .filter_li {
	padding-right: 0.78vw;
}

.filter_li {
	color: 	#D5D3AD;
	cursor: pointer;
	transition: all .3s ease;
}

.filter_li.active {
	color: #000000;
}

.filter_li:hover {
	color: #000000; 
	transition: all .3s ease;
}

.mobile .latest-updates #filtered-posts h5 {
	font-size: 16px;
	line-height: 21px;
}

.mobile .latest-updates #filtered-posts h4 {
	font-size: 20px;
	line-height: 24px;
}

.mobile #filtered-posts.row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.mobile .filter_li {
    padding-right: 0;
    margin-bottom: 5px;
}

.mobile .filter_li .comma {
	display: none;
}

.centered_text p {
    margin-bottom: 20px;
}

.centered_text p:last-child {
    margin-bottom: 0;
}

.mobile .big_text_block img {
	width: 100%;
	height: 490px;
	margin-top: 14px;
	margin-bottom: 25px;
	object-fit: cover;
}

.tagline_with_description a {
	text-decoration: none;
	color: #E9362E;
}

.our-company #colophon {
    margin-top: 0;
}

.mobile .big_text_block .box_wrapper {
	padding-bottom: 27px;
}

.mobile .big_text_block .box_wrapper:first-child {
	margin-top: 65px;
}

#masthead {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.mobile #content {
	padding-top: 70px;
}

.mobile .page-template-template-main-builder .row {
	--bs-gutter-x: 0;
}

.big_text_block .box_wrapper .inner_title {
    max-width: 80%;
}

.big_text_block h2 {
    max-width: 70%;
    margin: auto;
}

.mobile .big_text_block {
	padding-top: 60px;
	padding-bottom: 71px;
}

.big_text_block,
.timeline,
.headlines_blocks,
.tagline_with_description {
	border-top: 1px solid #9C2902;
}

.desktop .big_text_block .box_wrapper:last-child,
.desktop .big_text_block .box_wrapper:nth-last-child(2),
.desktop .big_text_block .box_wrapper:nth-last-child(3),
.desktop .big_text_block .box_wrapper:nth-last-child(4),
.desktop .timeline .box_wrapper:last-child,
.desktop .timeline .box_wrapper:nth-last-child(2),
.desktop .timeline .box_wrapper:nth-last-child(3) {
	padding-bottom: 0;
}

.mobile .timeline {
    padding-top: 60px;
    padding-bottom: 90px;
}

.mobile .year_row,
.mobile .headlines_row {
	padding-top: 60px;
}

.mobile .max_w_col {
    padding-left: 10px;
    padding-right: 10px;
}

.year_row p,
.headlines_blocks .centered_text_paragraph p {
    margin-bottom: 20px;
}

.year_row p:last-child,
.headlines_blocks .centered_text_paragraph p:last-child {
    margin-bottom: 0;
}

.headlines_row .box_wrapper {
    border-right: 1px solid #9C2902;
}

.mobile .headlines_row .box_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 0;
	border-right: none;
    border-bottom: 1px solid #9C2902;
}

.mobile .headlines_blocks {
    padding-top: 60px;
    padding-bottom: 0;
}

.mobile .tagline_with_description {
	padding-top: 180px;
	padding-bottom: 140px;
	border-top: none;
}

.headlines_blocks .box_wrapper:not(:first-child):nth-child(6n),
.headlines_blocks_3_per_row .box_wrapper:not(:first-child):nth-child(3n) {
    border-right: none;
}

.headlines_row .box_wrapper {
	margin-bottom: 35px;
}

.headlines_row .box_wrapper .headlines {
    max-width: 87%;
    margin: auto;
}

.mobile .year_row h2, .mobile .year_row h2 p {
	font-size: 24px;
	line-height: 26px;
}

.mobile .year_row h4, .mobile .year_row h4 p {
	font-size: 18px;
	line-height: 21px;
}

.mobile .timeline .box_wrapper {
	padding-bottom: 46px;
}

.mobile .timeline .box_wrapper:last-child {
    padding-bottom: 0;
}

.mobile .headlines_row {
	padding-top: 70px;
}

.mobile .headlines_blocks h2 br {
    display: none;
}

.mobile .headlines_row .box_wrapper .headlines {
    font-size: 24px;
    line-height: 28px;
}

.mobile .tagline_with_description .centered_text_paragraph,
.mobile .tagline_with_description .centered_text_paragraph p {
	font-size: 18px;
	line-height: 21px;
}

.mobile .big_text_block h2 br {
    display: none;
}

.mobile .call_to_action {
	padding-bottom: 60px;
}

.mobile .inner_latest_updates {
	padding-bottom: 30px;
}

.mobile .home #colophon {
	margin-top: 0;
}

.mobile .selected_pages {
    padding-top: 126px;
    padding-bottom: 49px;
    border-top: none;
}

.mobile .selected_pages .row {
	--bs-gutter-x: 0;
}

.selected_pages img {
	width: 100%;
	object-fit: cover;
}

.mobile .selected_pages img {
	height: 490px;
}

.selected_pages {
	border-top: 1px solid #9C2902;
	border-bottom: 1px solid #9C2902;
}

.mobile .home .latest_updates {
	padding-top: 60px;
}

.mobile .mwidth70 {
    max-width: 100%;
    text-align: center;
}

.mobile .call_to_action svg,
.mobile #latest_updates svg,
.mobile .selected_pages svg {
    width: 40px !important;
    height: 40px !important;
}

.mobile .selected_pages svg {
    margin: auto;
    display: block;
}

.mobile .selected_pages img {
	margin-bottom: 65px;
}

.mobile .home #latest_updates h5 {
	font-size: 16px;
	line-height: 21px;
}

.mobile .home #latest_updates h4 {
	font-size: 18px;
	line-height: 22px;
}

.mobile .home #latest_updates h2 {
    max-width: 90%;
    margin: auto;
}

.mobile .headlines_blocks_3_per_row {
	padding-top: 60px;
	padding-bottom: 57px;
}

.headlines_blocks_3_per_row {
	border-top: 1px solid #9C2902;
}

.mobile .headlines_blocks_3_per_row .headlines_row .box_wrapper {
	margin-bottom: 60px;
	border-bottom: none;
}

.products-and-services #colophon {
	margin-top: 0;
}

.mobile .services_filters {
	padding-top: 51px;
	padding-bottom: 5px;
}

.services_filters {
	border-top: 1px solid #9C2902;
}

.desktop .products-and-services .big_text_block .box_wrapper {
	padding-bottom: 0;
}

.rel_service_block img {
	width: 100%;
	object-fit: cover;
}

.mobile .rel_service_block img {
    height: 294px;
}

.mobile .top_row_serv {
	padding-bottom: 0;
	padding-top: 25px;
}

.mobile .rel_service_block {
	padding-bottom: 0;
}

.rel_service_block:last-child {
    padding-bottom: 0;
}

.information_serv_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.information_serv_col .row {
    height: 100%;
    border-top: 1px solid #9C2902;
}

.mobile .information_serv_col .row {
    border: honeydew;
    padding-top: 0;
    padding-bottom: 30px;
}

.information_serv_col .row:last-child {
    border-bottom: 1px solid #9C2902;
}

.mwidth80 {
	max-width: 80%;
}

.mobile .headlines_blocks_3_per_row .headlines_row {
    padding-top: 60px;
}

.mobile .headlines_row .box_wrapper .headlines {
	max-width: 100%;
}

.mobile .headlines_blocks_3_per_row .headlines_row .box_wrapper:last-child {
    margin-bottom: 0;
}

.mobile .rel_service_block .top_row_serv h2 {
	font-size: 24px;
	line-height: 26px;
}

.mobile .rel_service_block .top_row_serv h4,
.mobile .rel_service_block .top_row_serv h4 p {
	font-size: 16px;
	line-height: 21px;
}

.mobile .products-and-services .big_text_block:last-child {
	padding-bottom: 0;
}

.mobile .information_serv_col .row:last-child {
	border-bottom: none;
}

.mobile .services_filters #category-filters {
    display: none;
}

.mobile .big_text_block_accordion_on_mobile .box_wrapper:first-child {
	margin-top: 42px;
}

.mobile .accordion-button:not(.collapsed), .mobile .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: inherit;
    padding: 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .accordion-body {
    padding: 0;
    padding-top: 30px;
	padding-bottom: 34px;
}

.mobile .accordion .accordion-button h4 {
	margin-bottom: 0;
}

.mobile .big_text_block_accordion_on_mobile .box_wrapper {
	padding-bottom: 0;
}

.mobile .big_text_block_accordion_on_mobile {
	border-bottom: none;
}

.mobile .accordion-button {
    border-top: 1px solid #9C2902 !important;
}

.mobile .big_text_block_accordion_on_mobile h2 {
    max-width: 80%;
}

.mobile .accordion-button::after {
    background-image: url('/wp-content/themes/kavex/images/plus.svg');
    width: 30px;
    height: 30px;
    background-size: contain;
	cursor: pointer;
}

.mobile .accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/themes/kavex/images/minus.svg');
	transform: none !important;
}

.mobile .rel_service_block .box_wrapper:last-child {
	padding-bottom: 0;
}

.mobile .rel_service_block .accordion-button {
    border: none !important;
    border-bottom: 1px solid #9C2902 !important;
    min-height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.mobile .rel_service_block .accordion-button::after {
    background-image: url('/wp-content/themes/kavex/images/up.svg');
    width: 30px;
    height: 30px;
    background-size: contain;
	cursor: pointer;
	transform: rotate(-180deg) !important;
}

.mobile .accordion-button:not(.collapsed)::after {
	transform: none !important;
}

.mobile #filtered-services .top_row_serv {
	padding-top: 100px;
}

.mobile .rel_service_block:first-child .top_row_serv {
    padding-top: 25px !important;
}

.rel_service_block:last-child .accordion-button {
    border-bottom: none !important;
}

.hunderline h2 {
	transition: all .3s ease;
}

.hunderline h2:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	text-decoration-skip-ink: none;
	transition: all .3s ease;
}

.kuka_panel p, .kuka_accordion .kuka_category-description, .kuka_accordion span,
#load-more, #load-more > * {
	color: #000 !important;
}

.mobile .kuka_modal-content {
	height: calc(var(--vh, 1vh) * 100);
}

.wpcf7-text {
	border-radius: 0;
}

.mobile .wpcf7-textarea {
	font-size: 24px;
    line-height: 26px;
}

.mobile .offcanvas-top {
	height: calc((var(--vh, 1vh) * 100) - 69px);
}

.mobile #masthead .burger_col button,
.mobile #masthead .burger_col button:hover,
.mobile #masthead .burger_col button:focus,
.mobile #masthead .burger_col button:visited,
.mobile #masthead .burger_col button:active,
.mobile #toggler_open_mbl,
.mobile #toggler_open_mbl:hover,
.mobile #toggler_open_mbl:focus,
.mobile #toggler_open_mbl:visited,
.mobile #toggler_open_mbl:active {
	outline: 0;
	box-shadow: none;
}

#menuBurger .main-nav li a {
	font-family: DomaineRegular;
}

#category-filters {
    font-family: DomaineRegular;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-submit {
    font-family: DomaineRegular;
	font-weight: 400;
}

#kuka_preferences-re-cookies {
	left: auto;
	right: 1em;
}

.rel_post_block a:hover h4 {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 2px;
}

.fw400 {
	font-weight: 400;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 30px;
		line-height: 34px;
	}

	h2, h2 p, .wpcf7-submit {
		font-size: 30px;
		line-height: 34px;
	}

	h3, h3 p, #menuBurger .main-nav li a {
		font-size: 24px;
		line-height: 26px;
	}

	h4, h4 p, .wpcf7-text, .wpcf7-textarea {
		font-size: 32px;
		line-height: 37px;
	}

	h5, h5 p {
		font-size: 18px;
		line-height: 24px;
	}

	h6, h6 p {
		font-size: 14px;
		line-height: 18px;
	}

	p, .wpcf7 form .wpcf7-response-output {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 992px) and (max-height: 740px) {
	.mobile #menuBurger .main-nav li {
		height: 44px;
	}

	.mobile .main-nav {
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 3.33vw;
		line-height: 3.64vw;
	}

	h2, h2 p, .wpcf7-submit {
		font-size: 3.33vw;
		line-height: 3.64vw;
	}

	h3, h3 p, #menuBurger .main-nav li a {
		font-size: 2.08vw;
		line-height: 3.85vw;
	}

	h4, h4 p, .wpcf7-text, .wpcf7-textarea {
		font-size: 1.66vw;
		line-height: 1.92vw;
	}

	h5, h5 p {
		font-size: 0.93vw;
		line-height: 1.25vw;
	}

	h6, h6 p {
		font-size: 0.72vw;
		line-height: 1.04vw;
	}

	p, .wpcf7 form .wpcf7-response-output {
		font-size: 1.04vw;
		line-height: 1.35vw;
	}

	#masthead .top_row, #masthead .bottom_row {
		height: 4.68vw;
		padding-left: 0.98vw;
		padding-right: 1.14vw;
	}

	.bottom_row {
		height: 4.68vw;
		padding-left: 0.98vw;
		padding-right: 1.14vw;
	}

	.bottom_footer_row {
		height: 14.8vw;
		padding-top: 2.34vw;
		padding-left: 2.34vw;
		padding-bottom: 2.08vw;
	}

	#colophon {
		margin-top: 10.41vw;
	}

	.top_footer_row_inner {
		padding-top: 3.9vw;
		padding-bottom: 3.12vw;
	}
	
	.top_hr_footer {
		width: calc(100% - 4.6vw);
	}

	.offcanvas-top {
		top: 4.68vw;
		width: 41.5vw;
		height: 34.63vw;
		padding-left: 1.82vw;
		padding-right: 3.28vw;
		padding-bottom: 4.16vw;
	}

	.logo_img {
		height: 1.49vw;
	}

	.symbol_img {
		height: 3.2vw;
	}

	.desktop #menu-main-menu li:last-child {
		padding-top: 9.89vw;
	}

	.error404 .error-404 {
		height: calc(100vh - 4.68vw);
	}

	#main, #inner_main, .inner_main {
		padding-left: 2.6vw;
		padding-right: 2.6vw;
	}
	
	.headline {
		padding-top: 2.44vw;
		padding-bottom: 7.44vw;
	}

	.content_row {
		padding-top: 1.56vw;
		padding-bottom: 1.56vw;
	}

	.contact-us #colophon {
		margin-top: 2.81vw;
	}

	.contact-us .headline {
		padding-bottom: 3.12vw;
	}

	.last_form_row {
		padding-top: 2.6vw;
	}

	.wpcf7-text {
		margin-bottom: 1.56vw;
	}

	.wpcf7 form .wpcf7-response-output {
		margin-top: 2.18vw;
	}

	.main_content_row {
		margin-top: 3.125vw;
		margin-bottom: 9.375vw;
	}

	.main_header img {
		height: calc(100vh - 4.68vw);
	}

	.latest-updates .main_header img,
	.corporate-social-responsibility .main_header img,
	.corporate-social-responsibility .main_header video,
	.page-template-template-main-builder .main_header img,
	.page-template-template-main-builder .main_header video {
		height: calc(100vh - 90px);
	}

	.swiper-button-next, .swiper-button-prev {
		width: 2.6vw !important;
		height: 2.6vw !important;
	}

	.swiper-button-prev {
		left: 2.6vw !important;
	}

	.swiper-button-next {
		right: 2.6vw !important;
	}

	.basic_slider video {
		height: calc(100vh - 4.68vw);
	}

	#latest_updates h4 {
		margin-bottom: 3.12vw;
	}

	.rel_post_block img {
		height: 22.91vw;
	}

	.rel_post_block h4 {
		height: 5.78vw;
	}

	.centered_text {
		margin-top: 3.12vw;
		margin-bottom: 5.72vw;
	}

	.text_blocks_with_main_title .inner_title,
	.big_text_block .inner_title {
		margin-bottom: 2.23vw;
	}

	.box_wrapper {
		padding-bottom: 9.37vw;
	}

	.text_blocks_with_main_title .inner_title,
	.big_text_block .inner_title {
		min-height: 3.85vw;
	}

	#category-filters {
		margin-top: 4.68vw;
		margin-bottom: 4.68vw;
		max-width: 61.45vw;
	}

	.latest-updates .rel_post_block {
		margin-top: 5.88vw;
	}

	#load-more {
		margin-top: 2.6vw;
	}

	.filter_li {
		padding-right: 0.78vw;
	}

	.big_text_block img {
		height: 35vw;
		margin-top: 2.13vw;
		margin-bottom: 2.29vw;
	}

	.big_text_block .box_wrapper {
		margin-top: 5.72vw;
	}

	#content {
		padding-top: 4.68vw;
	}

	.big_text_block {
		padding-top: 4.47vw;
		padding-bottom: 12.6vw;
	}

	.timeline {
		padding-top: 4.58vw;
		padding-bottom: 11.92vw;
	}

	.year_row, .headlines_row {
		padding-top: 5.72vw;
	}

	.max_w_col {
		padding-left: 2.86vw;
		padding-right: 2.86vw;
	}

	.headlines_row .box_wrapper {
		padding-top: 2.03vw;
		padding-bottom: 2.44vw;
	}

	.headlines_blocks {
		padding-top: 4.47vw;
		padding-bottom: 10.6vw;
	}

	.tagline_with_description {
		padding-top: 8.9vw;
		padding-bottom: 8.9vw;
	}

	.call_to_action {
		padding-bottom: 8.48vw;
	}

	.inner_latest_updates {
		padding-bottom: 3.83vw;
	}

	.home #colophon {
		margin-top: 10.41vw;
	}

	.selected_pages {
		padding-top: 1.77vw;
		padding-bottom: 10.41vw;
	}

	.selected_pages img {
		height: 34.5vw;
	}

	.home .latest_updates {
		padding-top: 1.82vw;
	}

	.headlines_blocks_3_per_row {
		padding-top: 4.63vw;
		padding-bottom: 3.28vw;
	}

	.headlines_blocks_3_per_row .headlines_row .box_wrapper {
		margin-bottom: 3.85vw;
	}

	.services_filters {
		padding-top: 4.47vw;
		padding-bottom: 12.5vw;
	}

	.rel_service_block img {
		height: 37.18vw;
	}

	.top_row_serv {
		padding-bottom: 6.35vw;
	}

	.rel_service_block {
		padding-bottom: 12.4vw;
	}

	.information_serv_col .row {
		padding-top: 1.04vw;
		padding-bottom: 1.04vw;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 64px;
		line-height: 70px;
	}

	h2, h2 p, .wpcf7-submit {
		font-size: 64px;
		line-height: 70px;
	}

	h3, h3 p, #menuBurger .main-nav li a {
		font-size: 40px;
		line-height: 74px;
	}

	h4, h4 p, .wpcf7-text, .wpcf7-textarea {
		font-size: 32px;
		line-height: 37px;
	}

	h5, h5 p {
		font-size: 18px;
		line-height: 24px;
	}

	h6, h6 p {
		font-size: 14px;
		line-height: 20px;
	}

	p, .wpcf7 form .wpcf7-response-output {
		font-size: 20px;
		line-height: 26px;
	}

	#masthead .top_row, #masthead .bottom_row {
		height: 90px;
		padding-left: 19px;
		padding-right: 22px;
	}

	.bottom_row {
		height: 90px;
		padding-left: 19px;
		padding-right: 22px;
	}

	.bottom_footer_row {
		height: 285px;
		padding-top: 45px;
		padding-left: 45px;
		padding-bottom: 40px;
	}

	#colophon {
		margin-top: 200px;
	}

	.top_footer_row_inner {
		padding-top: 75px;
		padding-bottom: 60px;
	}

	.top_hr_footer {
		width: calc(100% - 90px);
	}

	.offcanvas-top {
		top: 90px;
		width: 797px;
		height: 665px;
		padding-left: 35px;
		padding-right: 63px;
		padding-bottom: 80px;
	}

	.logo_img {
		height: 27.88px;
	}

	.symbol_img {
		height: 62.79px;
	}

	#menuBurger .main-nav li {
		height: 85px;
	}

	.desktop #menu-main-menu li:last-child {
		padding-top: 190px;
	}

	.error404 .error-404 {
		height: calc(100vh - 90px);
	}

	#main, #inner_main, .inner_main {
		padding-left: 50px;
		padding-right: 50px;
	}

	.headline {
		padding-top: 47px;
		padding-bottom: 143px;
	}

	.content_row {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contact-us #colophon {
		margin-top: 54px;
	}

	.contact-us .headline {
		padding-bottom: 60px;
	}

	.last_form_row {
		padding-top: 50px;
	}

	.wpcf7-text {
		margin-bottom: 30px;
	}

	.wpcf7 form .wpcf7-response-output {
		margin-top: 42px;
	}

	.main_content_row {
		margin-top: 60px;
		margin-bottom: 180px;
	}

	.main_header img {
		height: calc(100vh - 90px);
	}

	.latest-updates .main_header img,
	.corporate-social-responsibility .main_header img,
	.corporate-social-responsibility .main_header video,
	.page-template-template-main-builder .main_header img,
	.page-template-template-main-builder .main_header video {
		height: calc(100vh - 180px);
	}

	.swiper-button-next, .swiper-button-prev {
		width: 50px !important;
		height: 50px !important;
	}

	.swiper-button-prev {
		left: 50px !important;
	}

	.swiper-button-next {
		right: 50px !important;
	}

	.basic_slider video {
		height: calc(100vh - 90px);
	}

	#latest_updates h4 {
		margin-bottom: 60px;
	}

	.rel_post_block img {
		height: 440px;
	}

	.rel_post_block h4 {
		height: 111px;
	}

	.centered_text {
		margin-top: 60px;
		margin-bottom: 110px;
	}

	.text_blocks_with_main_title .inner_title,
	.big_text_block .inner_title {
		margin-bottom: 43px;
	}

	.box_wrapper {
		padding-bottom: 180px;
	}

	.text_blocks_with_main_title .inner_title,
	.big_text_block .inner_title {
		min-height: 74px;
	}

	#category-filters {
		margin-top: 90px;
		margin-bottom: 90px;
		max-width: 1180px;
	}

	.latest-updates .rel_post_block {
		margin-top: 113px;
	}

	#load-more {
		margin-top: 50px;
	}

	.filter_li {
		padding-right: 15px;
	}

	.big_text_block img {
		height: 672px;
		margin-top: 41px;
		margin-bottom: 44px;
	}

	.big_text_block .box_wrapper {
		margin-top: 110px;
	}

	#content {
		padding-top: 90px;
	}

	.big_text_block {
		padding-top: 86px;
		padding-bottom: 242px;
	}

	.timeline {
		padding-top: 88px;
		padding-bottom: 229px;
	}

	.year_row, .headlines_row {
		padding-top: 110px;
	}

	.max_w_col {
		padding-left: 55px;
		padding-right: 55px;
	}

	.headlines_row .box_wrapper {
		padding-top: 39px;
		padding-bottom: 47px;
	}

	.headlines_blocks {
		padding-top: 86px;
		padding-bottom: 204px;
	}

	.tagline_with_description {
		padding-top: 171px;
		padding-bottom: 171px;
	}

	.call_to_action {
		padding-bottom: 163px;
	}

	.inner_latest_updates {
		padding-bottom: 73.7px;
	}

	.home #colophon {
		margin-top: 200px;
	}

	.selected_pages {
		padding-top: 34px;
		padding-bottom: 200px;
	}

	.selected_pages img {
		height: 663px;
	}

	.home .latest_updates {
		padding-top: 35px;
	}

	.headlines_blocks_3_per_row {
		padding-top: 89px;
		padding-bottom: 63px;
	}

	.headlines_blocks_3_per_row .headlines_row .box_wrapper {
		margin-bottom: 74px;
	}

	.services_filters {
		padding-top: 86px;
		padding-bottom: 240px;
	}

	.rel_service_block img {
		height: 714px;
	}

	.top_row_serv {
		padding-bottom: 122px;
	}

	.rel_service_block {
		padding-bottom: 238px;
	}

	.information_serv_col .row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1921px) {
	.home .selected_pages .mwidth70 {
		max-width: 590px;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/