/*!
Theme Name: Tier Mediziner
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tier-mediziner
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.

Tier Mediziner 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:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Grid
# Header
	## Slider
	## Breadcrumbs
# Footer
--------------------------------------------------------------*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --grey-color: #707070;
  --grey-color-hover: #000;
  --main-color: #cb2258;
  --title-color: #3e3e3f;
  --text-color: #6b6b6b;
  --grey-bg: #7e7e7e;
  --yellow-color: #eeff77;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

button:focus,
a:focus {
  outline: 0;
}

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

#content {
  min-height: 50vh;
}

/* Visual composer edit-link */
footer.entry-footer {
  display: none;
}

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.34;
}

h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0.67em 0;
  color: var(--main-color);
}

@media (max-width: 768px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 30px;
  margin: 0.67em 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

p {
  margin-bottom: 1.5em;
  color: var(--text-color);
  font-weight: 300;
}

@media (max-width: 768px) {
  p {
    font-size: 17px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ul {
  list-style: none; /* Remove default bullets */
}

.site-content ul {
  padding-left: 0;
}

.site-content ul li {
  padding-left: 20px;
  position: relative;
}

.site-content ul li::before {
  content: "";
  color: var(--main-color);
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

ol {
  list-style: decimal;
}

li {
  font-weight: 300;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--grey-color);
}

a:visited {
  color: var(--grey-color);
}

a:hover,
a:focus,
a:active {
  color: var(--grey-color-hover);
}

a:hover,
a:active {
  outline: 0;
}

footer a:visited,
footer a {
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
  margin-left: 38px;
}

@media (max-width: 1160px) {
  .main-navigation li {
    margin-left: 15px;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .main-navigation a {
    font-size: 19px;
  }
}

.menu-primary-container > ul#primary-menu > li > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.menu-primary-container > ul#primary-menu > li.current-menu-item > a:after,
.menu-primary-container > ul#primary-menu > li:hover > a:after {
  opacity: 1;
}

.main-navigation ul ul {
  background: #fff;
  float: left;
  position: absolute;
  top: calc(100% + 17px);
  left: -999em;
  z-index: 99999;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 30px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: column;
}

.main-navigation ul ul.sub-menu::after {
  content: "";
  width: 100%;
  height: 17px;
  position: absolute;
  top: -17px;
  left: 0;
  display: block;
}

.main-navigation ul ul.sub-menu > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 2px;
  height: 100%;
  background: var(--main-color);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.main-navigation ul ul.sub-menu > li:hover > a:after,
.main-navigation ul ul.sub-menu > li.current-menu-item > a:after {
  opacity: 1;
}

.main-navigation ul ul.sub-menu li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 177px;
  font-size: 21px;
  text-transform: none;
}

.menu-toggle {
  display: none;
}

.menu-toggle.is-active {
  position: absolute;
  top: 75px;
  right: 20px;
}

.main-navigation .menu {
  display: flex;
}

@media (min-width: 992px) {
  .main-navigation #primary-menu > li > a {
    white-space: nowrap;
  }

  .main-navigation #primary-menu > li {
    position: relative;
  }

  .main-navigation #primary-menu > li.menu-item-has-children {
    margin-right: 25px;
    display: block;
  }

  .main-navigation #primary-menu > li > .menu-arrow {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: -25px;
    margin: auto;
    width: 25px;
    height: 15px;
    background: url(img/arrow-down.svg);
    background-size: 62%;
    background-position: right;
    background-repeat: no-repeat;
    transition: all 0.35s linear;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari prior 9.0 */
    transform: rotate(0deg); /* Standard syntax */
    cursor: pointer;
  }

  .main-navigation
    #primary-menu
    > li.menu-item-has-children.active-menu-item
    > ul {
    left: auto;
  }
}

@media (max-width: 991px) {
  .menu-arrow {
    display: none;
  }

  .menu-primary-container > ul#primary-menu > li.current-menu-item > a:after {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  #content {
    padding-top: 0;
  }

  .main-navigation {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background: #fff;
    left: 0;
    padding: 50px 20px;
    width: 100%;
    max-height: 100vh;
    overflow: scroll;
  }

  .main-navigation ul ul {
    background: #fff;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 20px;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .menu-menu-1-container {
    width: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }

  .main-navigation li {
    padding: 0;
    margin: 0;
  }

  .main-navigation a,
  .main-navigation ul ul a {
    font-size: 16px;
    padding: 8px 0;
  }

  .main-navigation ul {
    flex-direction: column;
    padding-top: 15px;
    justify-content: flex-start;
    width: 100%;
  }

  .main-navigation ul > li.current-menu-item > a {
    background: #fff;
    color: var(--main-color);
  }
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.menu-item-description {
  display: block;
  font-size: 15px;
  color: #aaaaaa;
}

/* Mobile menu */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.grid {
  display: flex;
  justify-content: space-between;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 15px;
}

.grid-no-flex {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-selected-thumbnail {
  border-width: 2px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
  padding-top: 18px;
  padding-bottom: 17px;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 21;
}

#masthead .grid {
  align-items: flex-end;
}

img.custom-logo {
  transition: all 0.35s linear;
}

#masthead .grid {
  position: relative;
}

@media (min-width: 768px) {
  .moved-header #masthead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .moved-header img.custom-logo {
    max-width: 180px;
  }

  .ncf_exposed.moved-header #masthead {
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  #masthead {
    padding-top: 2px;
  }

  #masthead .grid {
    padding-top: 90px;
  }
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.sp-bottom-thumbnails {
  margin-top: 4px;
  position: absolute !important;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: -20px !important;
  max-width: 1328px !important;
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  /* display: none; */
}

.sp-thumbnail-container {
  border-radius: 10px !important;
  border: 2px solid #707070;
}

.sp-thumbnails {
  margin-right: 20px;
}

.sp-full-screen-button.sp-fade-full-screen {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-bottom-thumbnails {
    position: relative !important;
    bottom: 20px !important;
  }

  .sp-bottom-thumbnails .sp-thumbnail-container {
    max-width: 40px;
    max-height: 40px;
  }

  .sp-thumbnails {
    max-height: 40px;
  }
}
.slider-banner {
  width: 1905px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.slider-pro + span {
  background: var(--yellow-color);
  bottom: 35px;
  display: inline-block;
  position: absolute;
  z-index: 21;
  min-width: 27%;
  text-align: right;
  padding: 17px 19px;
  font-size: 30px;
  color: var(--main-color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 500;
  height: 80px;
}

@media (max-width: 1125px) {
  .slider-pro + span {
    max-width: 32%;
  }
}

@media (max-width: 992px) {
  .slider-pro + span {
    z-index: 1;
    margin-top: 40px;
    background: transparent;
    width: auto;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 0;
    height: auto;
    max-width: none;
    position: relative;
  }
}

@media (max-width: 768px) {
  .slider-pro + span {
    font-size: 17px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    bottom: auto;
  }
}

.slider-pro + span a {
  text-decoration: none;
  color: var(--main-color);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  padding-top: 20px;
  background: var(--main-color);
}

footer .grid {
  flex-wrap: wrap;
}

footer .grid section {
  flex: 1;
}

@media (max-width: 992px) {
  footer .grid section {
    flex: 1 1 50%;
  }
}

@media (max-width: 768px) {
  footer .grid section {
    flex: 1 1 100%;
  }
}

footer .grid section + section {
  padding-left: 30px;
}

@media (max-width: 992px) {
  footer .grid section:nth-child(odd) {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  footer .grid section + section {
    padding-left: 0;
  }
}

footer p {
  margin: 0;
}

.footer-widgets-wrapper {
  background: var(--grey-bg);
}

.footer-widgets {
  color: #fff;
  padding-bottom: 40px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4 {
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  margin-top: 35px;
}

.footer-widgets p {
  color: #fff;
}

.footer-widgets h1::before,
.footer-widgets h2::before,
.footer-widgets h3::before,
.footer-widgets h4::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #fff;
  bottom: -19px;
  left: 0;
}

.footer-widgets section:first-child .textwidget {
  display: flex;
  flex-direction: column;
}

.footer-widgets section:first-child img {
  margin-right: 12px;
  width: 80px;
  min-width: 80px;
  height: auto;
}

footer .site-info {
  background: var(--yellow-color);
  text-align: center;
}

footer .site-info p {
  color: var(--grey-bg);
  padding: 8px 15px 7px;
  font-size: 17px;
}

.vc-hoverbox-block {
  background-position: top !important;
}

.hamburger {
  padding: 0;
  margin: 0 0 5px 20px;
  z-index: 9999999;
}

.hamburget:focus {
  outline: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: var(--main-color);
}

.hamburger-box {
  width: 35px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--main-color);
}

.header_contacts {
  position: absolute;
  top: 20px;
  right: 0;
  background: #fff;
  padding-right: 15px;
}

.header_contacts a {
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.header_contacts a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(img/telephone.svg);
  background-size: contain;
}

.header_contacts .button::before {
	content: none;
	background: none;
}

.moved-header .header_contacts {
  display: none;
}

@media (max-width: 767px) {
  .moved-header .header_contacts {
    display: block;
  }

  .header_contacts {
    left: 0;
    text-align: center;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 13px;
  }
}
