/* -- colors -- */
:root {
  --color-primary-1: $color-primary-1;
}

:root {
  --color-primary-1-dark: $color-primary-1-dark;
}

:root {
  --color-primary-2: $color-primary-2;
}

/* -- fonts -- */
/* -- breakpoints -- */
/* -- widths -- */
/* -- import SCSS -- */
/*
*	_fonts.scss
*	external font files
*/
@font-face {
  font-family: "Meta Plus - Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/medik-child/_shared/fonts/meta-plus/meta-plus-roman.woff2) format("woff2"), url(/wp-content/themes/medik-child/_shared/fonts/meta-plus/meta-plus-roman.woff) format("woff");
}
@font-face {
  font-family: "Frutiger Next Pro - Medium";
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/medik-child/_shared/fonts/frutiger-next-pro/frutiger-next-pro-medium.woff2) format("woff2"), url(/wp-content/themes/medik-child/_shared/fonts/frutiger-next-pro/frutiger-next-pro-medium.woff) format("woff");
}
/*
common weight name mapping:
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal (Regular / Roman)
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)
950	Extra Black (Ultra Black)
*/
/*
*	_mixins.scss
*	some mixins
*/
@media screen and (max-width: 1280px) {
  .boxed-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

/* -- buttons -- */
/*
$track-color: #eceff1 !default;
$thumb-color: #607d8b !default;

$thumb-radius: 12px !default;
$thumb-height: 24px !default;
$thumb-width: 24px !default;
$thumb-shadow-size: 4px !default;
$thumb-shadow-blur: 4px !default;
$thumb-shadow-color: rgba(0, 0, 0, .2) !default;
$thumb-border-width: 2px !default;
$thumb-border-color: #eceff1 !default;

$track-width: 100% !default;
$track-height: 8px !default;
$track-shadow-size: 1px !default;
$track-shadow-blur: 1px !default;
$track-shadow-color: rgba(0, 0, 0, .2) !default;
$track-border-width: 2px !default;
$track-border-color: #cfd8dc !default;

$track-radius: 5px !default;
$contrast: 5% !default;

$ie-bottom-track-color: darken($track-color, $contrast) !default;
*/
[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 0.5rem 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(250.9917355372, 195.8780991736, 16.5082644628);
}
[type=range]:focus::-ms-fill-lower {
  background: #eeb704;
}
[type=range]:focus::-ms-fill-upper {
  background: rgb(250.9917355372, 195.8780991736, 16.5082644628);
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: #eeb704;
  border: 0 solid #ffd447;
  border-radius: 0;
}
[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: #4b5459;
  border: 0 solid #ffd447;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
  margin-top: -0.375rem;
}
[type=range]::-moz-range-track {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  cursor: default;
  height: 0.25rem;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #eeb704;
  border: 0 solid #ffd447;
  border-radius: 0;
  height: 0.125rem;
}
[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: #4b5459;
  border: 0 solid #ffd447;
  border-radius: 0.5rem;
  box-sizing: border-box;
  cursor: default;
  height: 1rem;
  width: 1rem;
}
[type=range]::-ms-track {
  cursor: default;
  height: 0.25rem;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 0.5rem 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: rgb(212.9214876033, 163.7169421488, 3.5785123967);
  border: 0 solid #ffd447;
  border-radius: 0;
}
[type=range]::-ms-fill-upper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: #eeb704;
  border: 0 solid #ffd447;
  border-radius: 0;
}
[type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(12.75, 12.75, 12.75, 0.2);
  background: #4b5459;
  border: 0 solid #ffd447;
  border-radius: 0.5rem;
  box-sizing: border-box;
  cursor: default;
  height: 1rem;
  width: 1rem;
  margin-top: 0.0625rem;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

/*
*	plugin: wpforms
*/
/* === general form appearance === */
/*.wpforms-container-full .wpforms-form, */
.wpforms-container.wpforms-render-modern {
  background: #f2f2f2 !important;
  padding: 3rem 3rem;
  margin: 0 auto !important;
}
.wpforms-container.wpforms-render-modern.wpforms-contactform {
  padding: 0 !important;
}
.wpforms-container.wpforms-render-modern ul li:before {
  display: none;
}
.wpforms-container.wpforms-render-modern .small label {
  font-size: 0.8rem !important;
  line-height: 120% !important;
}
.wpforms-container.wpforms-render-modern .wpforms-head-container {
  display: none;
}
.wpforms-container.wpforms-render-modern .wpforms-field {
  padding: 0.5rem 0 0.75rem 0;
}
.wpforms-container.wpforms-render-modern a {
  color: #eeb704 !important;
}
.wpforms-container.wpforms-render-modern a:hover {
  color: #4b5459 !important;
}
.wpforms-container.wpforms-render-modern h3.wpforms-field-label {
  padding: 2rem 0 0 0 !important;
  margin: 1rem 0 !important;
}
.wpforms-container.wpforms-render-modern #amm-wpf-event--datetime {
  color: #8c8c8c !important;
  font-weight: bold !important;
  margin-top: 0.9rem;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]),
.wpforms-container.wpforms-render-modern select,
.wpforms-container.wpforms-render-modern textarea {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: relative;
  height: unset;
  color: #f2f2f2 !important;
  font-size: 1rem !important;
  background: #4b5459 !important;
  padding: 1rem 1.75rem !important;
  border-radius: 0;
  border: 3px solid #4b5459 !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]).wpforms-field-divider h3,
.wpforms-container.wpforms-render-modern select.wpforms-field-divider h3,
.wpforms-container.wpforms-render-modern textarea.wpforms-field-divider h3 {
  font-size: 1.2rem !important;
  color: #4b5459;
  text-align: left !important;
  text-transform: uppercase;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox])::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern select::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-size: 1rem;
  color: #ffd447 !important;
  opacity: 1 !important;
  font-weight: normal;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox])::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox])::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox])::placeholder,
.wpforms-container.wpforms-render-modern select::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern select::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select::placeholder,
.wpforms-container.wpforms-render-modern textarea::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea::placeholder {
  -webkit-transition: all 0.15s linear !important;
  -moz-transition: all 0.15s linear !important;
  -ms-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-size: 1rem;
  color: #ffd447 !important;
  opacity: 1 !important;
  font-weight: normal;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover,
.wpforms-container.wpforms-render-modern select:hover,
.wpforms-container.wpforms-render-modern textarea:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*box-shadow: 0px 0px 8px rgba(0 ,0, 0, 0.1) !important;*/
  border: 3px solid #ffd447 !important;
  outline: none !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern select:hover::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern textarea:hover::-webkit-input-placeholder {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #4b5459 !important;
  opacity: 0.4 !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:focus:-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:focus::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover:focus:-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):hover::placeholder,
.wpforms-container.wpforms-render-modern select:hover::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:hover:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:hover:-moz-placeholder,
.wpforms-container.wpforms-render-modern select:hover:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern select:hover::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:hover:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:hover:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select:hover:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select:hover::placeholder,
.wpforms-container.wpforms-render-modern textarea:hover::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:hover::placeholder {
  -webkit-transition: all 0.15s linear !important;
  -moz-transition: all 0.15s linear !important;
  -ms-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #4b5459 !important;
  opacity: 0.4 !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus,
.wpforms-container.wpforms-render-modern select:focus,
.wpforms-container.wpforms-render-modern textarea:focus {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  /*box-shadow: 0px 0px 8px rgb(0 ,0, 0) !important;
  box-shadow: 0px 0px 8px rgba(0 ,0, 0, 0.2) !important;*/
  color: #4b5459 !important;
  background: #f2f2f2 !important;
  border: 3px solid #ffd447 !important;
  outline: none !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern select:focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern textarea:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #4b5459 !important;
  font-weight: normal !important;
  opacity: 0.4 !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:focus::-webkit-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:focus:-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:focus::-moz-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus:focus:-ms-input-placeholder, .wpforms-container.wpforms-render-modern input:not(input[type=checkbox]):focus::placeholder,
.wpforms-container.wpforms-render-modern select:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern select:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern select:focus::placeholder,
.wpforms-container.wpforms-render-modern textarea:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:focus::-webkit-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:focus:-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:focus::-moz-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus:focus:-ms-input-placeholder,
.wpforms-container.wpforms-render-modern textarea:focus::placeholder {
  -webkit-transition: all 0.15s linear !important;
  -moz-transition: all 0.15s linear !important;
  -ms-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #4b5459 !important;
  font-weight: normal !important;
  opacity: 0.4 !important;
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]),
.wpforms-container.wpforms-render-modern select,
.wpforms-container.wpforms-render-modern textarea {
  /*&:after {
  	content: '';
  	position: absolute;
  	top: 10px;
  	left: 10px;
  	z-index: 9999;
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: $color-black;
  }*/
}
.wpforms-container.wpforms-render-modern input:not(input[type=checkbox]) textarea,
.wpforms-container.wpforms-render-modern select textarea,
.wpforms-container.wpforms-render-modern textarea textarea {
  height: 120px !important;
}
.wpforms-container.wpforms-render-modern {
  /* input range slider */
}
.wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-number-slider {
  /* crossbrowser color settings made via _input-range.scss! */
}
.wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-number-slider input[type=range] {
  background: none !important;
  padding: 1rem 0 !important;
  border: 0 !important;
}
.wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-number-slider-hint {
  font-weight: bold;
}
.wpforms-container.wpforms-render-modern h2,
.wpforms-container.wpforms-render-modern h3,
.wpforms-container.wpforms-render-modern h4 {
  color: #4b5459 !important;
  margin: 0;
}
.wpforms-container.wpforms-render-modern .wpforms-field-label,
.wpforms-container.wpforms-render-modern .wpforms-field-label-inline {
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 160% !important;
  color: #4b5459 !important;
  margin-bottom: 0.25rem !important;
}
.wpforms-container.wpforms-render-modern .wpforms-field-label a,
.wpforms-container.wpforms-render-modern .wpforms-field-label-inline a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-text-decoration: underline 1px dotted #ffffff !important;
          text-decoration: underline 1px dotted #ffffff !important;
  text-underline-offset: 3px !important;
}
.wpforms-container.wpforms-render-modern .wpforms-field-label a:hover,
.wpforms-container.wpforms-render-modern .wpforms-field-label-inline a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-text-decoration: underline 1px dotted #4b5459 !important;
          text-decoration: underline 1px dotted #4b5459 !important;
}
.wpforms-container.wpforms-render-modern .wpforms-required-label {
  line-height: 160% !important;
  color: #4b5459 !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container {
  text-align: center;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit],
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 1px;
  background-color: #ffd447;
  padding: 0.75rem 1.5rem !important;
  border: 0;
  border-radius: 2rem !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit] a,
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit a {
  display: inline-block;
  text-decoration: none !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit] a:hover,
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit a:hover {
  text-decoration: none !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit]:hover,
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-weight: normal;
  color: #ffffff;
  background: #4b5459;
  padding: 0.75rem 1.5rem !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit]:hover span,
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit:hover span {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit],
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit {
  /*float: right !important;*/
  float: none;
  width: auto !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #4b5459 !important;
  text-transform: uppercase;
  background: #ffd447 !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 1rem auto 0 auto !important;
}
.wpforms-container.wpforms-render-modern .wpforms-submit-container button[type=submit]:hover,
.wpforms-container.wpforms-render-modern .wpforms-submit-container .wpforms-submit:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffd447 !important;
  background-color: #4b5459 !important;
  border: 0 !important;
}
.wpforms-container.wpforms-render-modern .wpforms-uploader {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ffd447;
}
.wpforms-container.wpforms-render-modern .wpforms-uploader:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #4b5459 !important;
}
.wpforms-container.wpforms-render-modern .wpforms-confirmation-container-full {
  padding: 1rem;
}
@media (max-width: 660px) {
  .wpforms-container.wpforms-render-modern .wpforms-field,
  .wpforms-container.wpforms-render-modern .wpforms-field-large {
    padding: 0.5rem 0 !important;
  }
  .wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-row,
  .wpforms-container.wpforms-render-modern .wpforms-field-large .wpforms-field-row {
    padding: 0 !important;
  }
  .wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-label,
  .wpforms-container.wpforms-render-modern .wpforms-field-large .wpforms-field-label {
    font-size: 0.75rem !important;
    line-height: 160% !important;
    margin-bottom: 0 !important;
  }
  .wpforms-container.wpforms-render-modern .wpforms-field .wpforms-field-sublabel,
  .wpforms-container.wpforms-render-modern .wpforms-field-large .wpforms-field-sublabel {
    font-size: 0.7rem !important;
  }
  .wpforms-container.wpforms-render-modern .wpforms-field .wpforms-one-half,
  .wpforms-container.wpforms-render-modern .wpforms-field-large .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .wpforms-container.wpforms-render-modern .wpforms-field .wpforms-one-half:last-child,
  .wpforms-container.wpforms-render-modern .wpforms-field-large .wpforms-one-half:last-child {
    margin-bottom: 0 !important;
  }
}

/*
.wpforms-datepicker-wrap {
	position: relative;

	.wpforms-datepicker-clear {
		right: 40px !important;
	}

	&::after {
		content: "\f073";
		position: absolute;
		top: 0.25rem;
		right: 0.25rem;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		color: $color-grey-1;
		margin-right: 0.75rem;
	}
}
*/
/*
*	plugin: popup maker
*/
.pum-container.pum-scrollable .pum-content {
  overflow-y: auto !important;
  max-height: 85% !important;
}

/* -- input placeholder -- */
::-webkit-input-placeholder {
  color: #ffd447;
}
::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
:-moz-placeholder,
:focus:-moz-placeholder,
::-moz-placeholder,
:focus::-moz-placeholder,
:-ms-input-placeholder,
:focus:-ms-input-placeholder,
::placeholder {
  color: #ffd447;
}

/* -- scrollbars -- */
::-webkit-scrollbar {
  width: 12px;
  background: #ffffff;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #4b5459;
}

/* -- general -- */
.topline {
  padding-bottom: 0 !important;
}
.topline p {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 19px;
  font-size: 16px;
  color: #eeb704;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px !important;
}
.topline p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 2px;
  width: 30px;
  background-color: #eeb704;
}

.topline-yellow {
  position: relative;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 19px !important;
  font-size: 16px !important;
  color: #ffd447 !important;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
}
.topline-yellow:before {
  content: "";
  display: block;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  height: 2px !important;
  width: 30px !important;
  background-color: #ffd447 !important;
}

/* -- headlines -- */
h2 {
  font-size: 40px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #4b575f !important;
}

/* -- links -- */
a {
  color: #eeb704;
}
a:hover {
  color: #4b5459;
}

#primary a:not(a.vc_btn3):not(rs-slides a) {
  color: #eeb704 !important;
}
#primary a:not(a.vc_btn3):not(rs-slides a):hover {
  color: #4b5459 !important;
}

/* -- buttons -- */
.btn,
.button,
.elementor-button {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: inline-block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 1px;
  background-color: #ffd447;
  padding: 0.75rem 1.5rem !important;
  border: 0;
  border-radius: 2rem !important;
}
.btn a,
.button a,
.elementor-button a {
  display: inline-block;
  text-decoration: none !important;
}
.btn a:hover,
.button a:hover,
.elementor-button a:hover {
  text-decoration: none !important;
}
.btn:hover,
.button:hover,
.elementor-button:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-weight: normal;
  color: #ffffff;
  background: #4b5459;
  padding: 0.75rem 1.5rem !important;
}
.btn:hover span,
.button:hover span,
.elementor-button:hover span {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  color: #ffffff;
}

.btn-margin-right {
  margin-right: 2rem;
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 0 !important;
}

/* -- plugins: wp forms -- */
.wpforms-container ul {
  list-style-type: none !important;
  padding-left: 0.25rem;
}