/*!
Theme Name: tzconsulting
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: AeonikPro-Regular !important;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/* 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: AeonikPro-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/tzconsulting/fonts/AeonikPro/AeonikPro-Regular.woff2") format("woff2");
}
.AeonikPro-Regular {
	font-family: AeonikPro-Regular;
}

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

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

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


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

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	    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:active, .classic_href:focus {
	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 {
	width: 100%;
	height: 100vh;
}

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

.mobile #masthead, .mobile .offcanvas-header {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile #colophon {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

#colophon {
	border-top: 1px solid #000000;
}

#masthead .menu, #colophon .menu, .offcanvas .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead .menu li a, #colophon .menu li a, .offcanvas .menu li a {
	text-decoration: none;
}

.menu li a {
	color: #070707;
}

#masthead .menu li a, .offcanvas .menu li a {
	text-transform: uppercase;
}

#colophon .menu li a {
	font-family: AeonikPro-Medium;
}

#masthead .menu {
    display: flex;
    margin-left: auto;
    justify-content: space-between;
}

.current_page_item {
	/* font-family: AeonikPro-Bold; */
	font-weight: bold;
}

#offcanvasTop {
	width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
	border: none;
}

.menu_toggler {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

.mobile .menu_toggler * {
    width: 30px;
    height: 30px;
}

.btn-close {
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-left: auto;
    background-size: 30px;
}

.modal-backdrop.show {
	display: none;
}

.mobile #colophon img {
	width: 7.29vw;
}

.mobile #menu-footer-menu {
	padding-top: 25px;
}

.mobile #colophon img {
    width: 100px;
    margin-bottom: 30px;
}

.error404 #masthead {
	display: none;
}

.mobile .main_wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.mobile .cookies-policy .main_wrap {
	margin-bottom: 50px;
}

.mobile .main_title_big {
    padding-top: 49px;
    padding-bottom: 45px;
}

.mobile .info_row {
    padding-top: 100px;
    padding-bottom: 147px;
}

.wpcf7 label {
	font-family: AeonikPro-Medium;
	text-align: center;
	color: #9C9C9C;
	width: 100%;
}

.mobile .wpcf7 label {
	margin-bottom: 15px;	
}

.mobile .wpcf7-text {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .top_form_row .wpcf7-text {
	margin-bottom: 25px;
}

.mobile .bottom_form_row .wpcf7-text {
	margin-bottom: 25px;
}

.wpcf7-text {
	background-color: #F3F3F3;
	border: 1px solid #000000;
	border-radius: 100px;
}

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

.mobile .wpcf7-textarea {
	height: 260px;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 30px;
}

.wpcf7-textarea {
	width: 100%;
	background-color: #F3F3F3;
	border: 1px solid #000000;
	resize: none;
}

.wpcf7-submit {
	color: #000000;
    background: transparent;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
	font-family: AeonikPro-Medium;
}

.mobile .wpcf7-submit {
	margin-top: 20px;
}

.wpcf7-response-output {
    background: transparent;
    border: none !important;
    text-align: center;
}

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

.mobile .wpcf7-not-valid-tip {
	margin-top: 33px;
}

.mobile .header img {
	/* height: calc(100vh - 76px); */
}

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

.mobile .header {
	margin-bottom: 50px;
}

.mobile .form_wrap {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mobile .form_wrap .title {
	margin-bottom: 50px;
}

#accordion button {
	background-color: transparent;
	border: none;
}

.accordion-item.accordion_header {
    border: none;
    padding: 0;
}

.accordion-button {
    padding-top: 0;
	padding-left: 6px;
	padding-right: 6px;
}

#accordion button,
#accordion button:hover,
#accordion button:focus,
#accordion button:active,
#accordion button:visited {
	color: #000000;
	outline: 0;
	box-shadow: none;
}

.accordion_header {
	border-bottom: 1px solid #000000 !important;
}

.accordion-button::after {
    background-image: url(/wp-content/themes/tzconsulting/images/icon.svg) !important;
}

.mobile .accordion-button::after {
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/tzconsulting/images/icon.svg) !important;
    background-size: 10px;
}

.mobile .faq h5.big {
	font-size: 20px;
}

.mobile .accordion_header {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.mobile .programs .first_section,
.mobile .programs .third_section,
.mobile .programs .second_section,
.mobile .single-program .first_section,
.mobile .single-program .third_section,
.mobile .single-program .second_section {
	margin-bottom: 50px;
}

.mobile .home .first_section,
.mobile .home .third_section,
.mobile .home .second_section {
	margin-bottom: 50px;
}

.mobile .second_section .row {
	margin-bottom: 50px;
	padding-bottom: 25px;
}

.mobile .img_col img {
	width: 100%;
	height: 100%;
}

.mobile .programs .third_section,
.mobile .single-program .third_section {
	margin-top: 90px;
	padding-top: 50px;
}

.programs .third_section,
.single-program .third_section,
.home .third_section {
	border-top: 1px solid #000000;
}

.rhombus_btn {
	content: "";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhombus_btn h6 {
    position: absolute;
}

.rhombus_btn::after {
	content: "";
    transform: rotate(45deg);
    border: 1px solid #000;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

.rhombus_btn, .rhombus_btn:hover, .rhombus_btn:active, .rhombus_btn:focus {
	color: #000000;
}

.mobile .svg_btn img {
    width: 180px;
    display: block;
    margin: auto;
}

.mobile .programs .second_section h4 p,
.mobile .programs .third_section h4 p,
.mobile .single-program .second_section h4 p,
.mobile .single-program .third_section h4 p{
	text-align: center;
}

.mobile .rhombus_btn::after {
	width: 100px;
	height: 100px;
}

.home .first_section img,
.home .third_section img {
	width: 100%;
}

.mobile .home .third_section {
	padding-top: 25px;
}

.home .third_section img {
    height: 100%;
    object-fit: cover;
}

.mobile .imgs_row {
	height: auto;
}

.home .first_section {
    border-top: 1px solid #000000;
}

.first_row {
	border-bottom: 1px solid #000000;
}

.border-right {
	border-right: 1px solid #000000;
}

.first_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.second_img {
	height: 65%;
    width: 100%;
    object-fit: cover;
}

.secondary_text {
	height: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.mobile .home .first_section .rhombus_btn {
	margin-top: 6.7vw;
}

.imgs_row .col-12 {
	height: 100%;
}

.mobile .boxes_wrap {
    height: 42vh;
    margin-bottom: 40px;
}

.gray_wrap {
	background-color: #bcbec0;
}

.mobile .gray_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxes_wrap .img_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.boxes_wrap {
	position: relative;
}

.boxes_wrap .hidden_wrap {
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
	left: 12px;
    background: #ffffff73;
	padding: 12px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.boxes_wrap:hover .hidden_wrap {
	opacity: 1;
	transition: all .3s ease;
}

.boxes_wrap:hover .gray_wrap {
	opacity: 0;
	transition: all .3s ease;
}

/* HOVERS */
.menu li a,
#colophon a,
.error404 .classic_href {
	position: relative !important;
	text-decoration: none !important;
}

.menu li a,
#colophon a,
.error404 .classic_href {
    background-image: linear-gradient(transparent 0%, transparent 90%, #000000 80%, #000000 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 53% !important;
    background-position-x: right !important;
    transition: background-size 0.4s !important;
    width: fit-content;
    display: block;
    background-position-y: bottom !important;
	line-height: normal;
}

.menu li a:hover,
#colophon a:hover,
.error404 .classic_href:hover {
    background-size: 100% 53% !important;
    background-position-x: left !important;
}

.error404 .classic_href {
    margin: auto;
}

body {
	overflow-x: hidden;
}

.offcanvas .menu li a {
    line-height: 55px;
	text-decoration: none !important;
	background-image: none !important;
}

.mobile .first_row.left {
    border-right: 0;
}

.mobile .home .third_section img {
    margin-top: 25px;
}

.mobile .secondary_text {
    min-height: 100px;
}

.mobile .home .first_section .rhombus_btn {
    margin-top: 70px;
    margin-bottom: 50px;
}

.offcanvas-body nav, .offcanvas-body nav *:not(li) {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile .offcanvas .menu {
    margin-top: -80px;
}

.mobile .main_logo {
	width: 60px;
}

.desktop .gray_wrap {
    width: 100%;
}

.desktop .mwidth80 {
	max-width: 80%;
}

.desktop .mwidth60 {
	max-width: 60%;
}

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

.desktop .dalign {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

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

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

.mobile .programs .second_section h3,
.mobile .single-program .second_section h3 {
    text-align: center;
}

.desktop .img_col img {
	object-fit: cover;
}

.contact #masthead {
    border-bottom: 1px solid #000000;
}

.kuka_panel *, .kuka_accordion {
	color: #000000 !important;
}

.mobile #masthead {
	background-color: #ffffff;
    position: fixed;
    width: 100%;
	z-index: 99;
	border-bottom: 1px solid #000000;
}

.mobile #main {
	padding-top: 77px;
}

.mobile .home .first_section {
	border-top: none;
}

.mobile .cookies-policy #main, .mobile .careers #main {
	padding-top: 105px;
}

.careers .content_row a {
	color: #000000;
}

.mobile .gray_wrap {
    min-height: 112px;
}

.single-program .first_section h5 {
	max-width: 70%;
	margin: auto;
}

.mobile .single-program .first_section h5 {
	max-width: 100%;
}

.mobile .single-program .first_section h5, .mobile .single-program .first_section h5 p {
	font-size: 22px;
}

.single-program .second_section ul li {
    width: max-content;
    text-align: center;
    margin: auto;
}

.desktop .single-program .second_section ul {
	margin: 0;
	padding: 0;
}

.mobile .single-program .second_section ul li {
    width: max-content;
    text-align: left;
    margin: 0;
}

.mobile .single-program .second_section ul li {
    max-width: 90%;
}

.mobile .first_img {
	display: none;
}

.home .second_section .row {
    margin-bottom: 0;
    padding-bottom: 0;
}

#colophon .current_page_item {
    font-weight: normal;
}

.mobile .wpcf7-textarea {
	padding-top: 9.5px;
	padding-bottom: 9.5px;
}

.careers hr, .cookies-policy hr {
	opacity: 1;
	background-color: #000;
}

.careers .main_row_inner_wrapper:last-child .row_hr_wrap, .cookies-policy .main_row_inner_wrapper:last-child .row_hr_wrap {
	display: none !important;
}

#menu-footer-menu li {
    margin-bottom: 10px;
}

.mobile #menu-footer-menu li {
    margin-bottom: 5px;
}

#kuka_preferences-re-cookies {
    display: none !important;
}

#colophon {
	position: relative;
}

.designer_logo {
    display: flex;
}

.designer_logo a {
	color: #000;
}

.mobile .designer_logo {
    padding-top: 40px;
}

.boxes_wrap .hidden_wrap, .boxes_wrap .hidden_wrap h4 {
    width: 97%;
    justify-content: flex-start;
}

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

@media (min-width: 320px) {
	h1, h1 p,
	h2, h2 p {
		font-size: 28px;
	}
	
	h2.big, h2.big p {
		font-size: 15.6vw;
	}

	h2.small {
		font-size: 25px;
	}
	
	h3, h3 p {
		font-size: 22px;
	}
	
	h3.big, h3.big p {
		font-size: 60px;
	}
	
	h4, h4 p {
		font-size: 20px;
	}
	
	h4.big, h4.big p {
		font-size: 4.68vw;
	}
	
	h5, h5 p, .wpcf7 label, .wpcf7-submit {
		font-size: 20px;
	}
	
	h5.big, h5.big p, #masthead .menu li a, .basic_btn, .offcanvas .menu li a {
		font-size: 30px;
	}
	
	h6, h6 p, #colophon .menu li a {
		font-size: 18px;
	}
	
	p {
		font-size: 18px;
	}

	#colophon img {
		width: 100px;
	}
}

@media (min-width: 992px) {
    
    #accordion .accordion-collapse p {
    max-width: 80%;
    } 

	h1, h1 p,
	h2, h2 p {
		font-size: 2.6vw;
	}
	
	h2.big, h2.big p {
		font-size: 15.6vw;
	}

	h2.small {
		font-size: 2.86vw;
	}
	
	h3, h3 p {
		font-size: 1.66vw;
	}
	
	h3.big, h3.big p {
		font-size: 5.72vw;
	}
	
	h4, h4 p {
		font-size: max(1.43vw, 12px);
	}
	
	h4.big, h4.big p {
		font-size: 2.34vw;
	}
	
	h5, h5 p, .wpcf7 label, .wpcf7-submit {
		font-size: max(1.3vw, 12px);
	}
	
	h5.big, h5.big p, #masthead .menu li a, .basic_btn, .offcanvas .menu li a {
		font-size: 1.25vw;
	}
	
	h6, h6 p, #colophon .menu li a {
		font-size: max(0.93vw, 12px);
	}
	
	p {
		font-size: max(0.93vw, 12px);
	}

	.content_row ul li {
		font-size: max(1.3vw, 12px);
	}

	#masthead {
		padding-top: 2.5vw;
		padding-bottom: 2.5vw;
		padding-left: 3.12vw;
		padding-right: 3.12vw;
	}

	#colophon {
		padding-top: 4.06vw;
		/* padding-bottom: 5.2vw; */
		padding-bottom: 2.08vw;
		padding-left: 2.29vw;
		padding-right: 4.58vw;
	}

	.designer_logo {
		padding-top: 3.1vw;
	}

	#masthead .menu {
		width: 46.9vw;
	}

	.main_wrap {
		padding-left: 5.93vw;
		padding-right: 5.93vw;
	}

	.cookies-policy .main_wrap {
		margin-bottom: 7.81vw;
	}

	.main_title_big {
		padding-top: 5.2vw;
		padding-bottom: 6.25vw;
	}

	.info_row {
		padding-top: 13.02vw;
		padding-bottom: 13.02vw;
	}

	.wpcf7 label {
		margin-bottom: 0.78vw;	
	}

	.wpcf7-text {
		width: 100%;
		height: 3.12vw;
		padding-left: 1.56vw;
		padding-right: 1.56vw;
	}

	.top_form_row .wpcf7-text {
		margin-bottom: 2.6vw;
	}
	
	.bottom_form_row .wpcf7-text {
		margin-bottom: 2.6vw;
	}

	.wpcf7-textarea {
		height: 14.06vw;
		padding-left: 1.56vw;
		padding-right: 1.56vw;
		border-radius: 2.6vw;
	}

	.wpcf7-submit {
		margin-top: 2.08vw;
	}

	.wpcf7-not-valid-tip {
		margin-top: 2.6vw;
	}

	.header img {
		height: calc(100vh - 7.18vw);
	}

	.header {
		margin-bottom: 5.2vw;
	}

	.form_wrap {
		margin-top: 7.8vw;
		margin-bottom: 7.8vw;
	}

	.form_wrap .title {
		margin-bottom: 3.12vw;
	}

	.accordion_header {
		margin-bottom: 2.08vw;
		padding-bottom: 0.78vw;
	}

	.programs .first_section,
	.programs .third_section,
	.programs .second_section,
	.single-program .first_section,
	.single-program .third_section,
	.single-program .second_section {
		margin-bottom: 7.81vw;
	}

	.home .first_section,
	.home .third_section,
	.home .second_section {
		margin-bottom: 7.81vw;
	}

	.second_section .row {
		margin-bottom: 3.12vw;
		padding-bottom: 3.12vw;
	}

	.img_col img {
		width: 100%;
		max-height: 31.2vw;
	}
	
	.programs .third_section,
	.single-program .third_section {
		padding-top: 5.2vw;
	}

	.rhombus_btn::after {
		width: 6.25vw;
		height: 6.25vw;
	}

	.home .third_section {
		padding-top: 2.6vw;
	}

	.imgs_row {
		height: 24.11vw;
	}

	.home .first_section .rhombus_btn {
		margin-top: 6.7vw;
	}

	.boxes_wrap {
		height: 26.04vw;
		margin-bottom: 2.6vw;
	}

	.gray_wrap {
		padding-top: 1.04vw;
		padding-bottom: 0.78vw;
		padding-left: 0.52vw;
		padding-right: 0.52vw;
	}

	.main_logo {
		width: 5.2vw;
	}

	.svg_btn img {
		width: 13.02vw;
	}

	.wpcf7 {
		max-width: 59.89vw;
		margin: auto;
	}
	
	.faq .main_wrap {
		padding-left: 14.79vw;
		padding-right: 14.79vw;
	}

	.accordion-button::after {
		width: 1.04vw;
		height: 1.04vw;
		background-size: 1.04vw;
	}

	.gray_wrap {
		min-height: 8.59vw;
	}

	.wpcf7-textarea {
		padding-top: 1.01vw;
		padding-bottom: 1.01vw;
	}
}

@media (min-width: 1920px) {
	h1, h1 p,
	h2, h2 p {
		font-size: 50px;
	}
	
	h2.big, h2.big p {
		font-size: 300px;
	}

	h2.small {
		font-size: 55px;
	}
	
	h3, h3 p {
		font-size: 32px;
	}
	
	h3.big, h3.big p {
		font-size: 110px;
	}
	
	h4, h4 p {
		font-size: 27.5px;
	}
	
	h4.big, h4.big p {
		font-size: 45px;
	}
	
	h5, h5 p, .wpcf7 label, .wpcf7-submit {
		font-size: 25px;
	}
	
	h5.big, h5.big p, #masthead .menu li a, .basic_btn, .offcanvas .menu li a {
		font-size: 24px;
	}
	
	h6, h6 p, #colophon .menu li a {
		font-size: 18px;
	}
	
	p {
		font-size: 18px;
	}

	.content_row ul li {
		font-size: 25px;
	}

	#masthead {
		padding-top: 48px;
		padding-bottom: 48px;
		padding-left: 60px;
		padding-right: 60px;
	}

	#colophon {
		padding-top: 78px;
		/* padding-bottom: 100px; */
		padding-bottom: 40px;
		padding-left: 44px;
		padding-right: 88px;
	}

	.designer_logo {
		padding-top: 60px;
	}

	#masthead .menu {
		width: 902px;
	}

	#colophon img {
		width: 140px;
	}

	.main_wrap {
		padding-left: 114px;
		padding-right: 114px;
	}

	.cookies-policy .main_wrap {
		margin-bottom: 150px;
	}

	.main_title_big {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.info_row {
		padding-top: 250px;
		padding-bottom: 250px;
	}

	.wpcf7 label {
		margin-bottom: 15px;	
	}

	.wpcf7-text {
		width: 100%;
		height: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.top_form_row .wpcf7-text {
		margin-bottom: 50px;
	}

	.bottom_form_row .wpcf7-text {
		margin-bottom: 50px;
	}

	.wpcf7-textarea {
		height: 270px;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 50px;
	}

	.wpcf7-submit {
		margin-top: 40px;
	}

	.wpcf7-not-valid-tip {
		margin-top: 50px;
	}

	.header img {
		height: calc(100vh - 138px);
	}

	.header {
		margin-bottom: 100px;
	}

	.form_wrap {
		margin-top: 150px;
		margin-bottom: 150px;
	}

	.form_wrap .title {
		margin-bottom: 60px;
	}

	.accordion_header {
		margin-bottom: 40px;
		padding-bottom: 15px;
	}

	.programs .first_section,
	.programs .third_section,
	.programs .second_section,
	.single-program .first_section,
	.single-program .third_section,
	.single-program .second_section {
		margin-bottom: 150px;
	}

	.home .first_section,
	.home .third_section,
	.home .second_section {
		margin-bottom: 150px;
	}

	.second_section .row {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

	.img_col img {
		width: 100%;
		max-height: 600px;
	}

	.programs .third_section,
	.single-program .third_section {
		padding-top: 100px;
	}

	.rhombus_btn::after {
		width: 120px;
		height: 120px;
	}

	.home .third_section {
		padding-top: 50px;
	}

	.imgs_row {
		height: 463px;
	}

	.home .first_section .rhombus_btn {
		margin-top: 130px;
	}

	.boxes_wrap {
		height: 500px;
		margin-bottom: 50px;
	}

	.gray_wrap {
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.main_logo {
		width: 100px;
	}

	.svg_btn img {
		width: 250px;
	}

	.wpcf7 {
		max-width: 1150px;
		margin: auto;
	}

	.faq .main_wrap {
		padding-left: 284px;
		padding-right: 284px;
	}

	.accordion-button::after {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}

	.gray_wrap {
		min-height: 165px;
	}

	.wpcf7-textarea {
		padding-top: 19.5px;
		padding-bottom: 19.5px;
	}
}

@media (min-width: 1921px) {
	.imgs_row {
		height: 24.11vw;
	}

	.boxes_wrap {
		height: 26.04vw;
		margin-bottom: 2.6vw;
	}

	h2.small {
		font-size: 70px;
	}
	
	#accordion .accordion-collapse p {
    max-width: 65%;
    }
}

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