@import "assets/css/dp_cookieconsent.css";
@font-face {
  font-family: "Nimbus Sans W05 Regular";
  src: url("/assets/templates/codekit/assets/fonts/nimbus/6543b8c8-ac9f-4279-8c4b-aa8dbef5f37c.woff2") format("woff2"), url("/assets/templates/codekit/assets/fonts/nimbus/7730269b-18af-4227-9382-a3fbe67fa54d.woff") format("woff");
}
@font-face {
  font-family: 'icons';
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?w99epp');
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?w99epp#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/icons/icons.ttf?w99epp') format('truetype'), url('/assets/templates/codekit/assets/fonts/icons/icons.woff?w99epp') format('woff'), url('/assets/templates/codekit/assets/fonts/icons/icons.svg?w99epp#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* material-icons-round-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/google-icons/material-icons-round-v108-latin-regular.woff2') format('woff2');
}
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  /*@media @m-small {
		max-width: @bpM - 1px;
	}

	@media @m-medium {
		max-width: @bpL - 1px;
	}

	@media @m-large {
		max-width: @bpXL - 1px;
	}

	@media @m-x-large {
		max-width: @bpXXL - 1px;
	}

	@media @m-x-x-large {
		max-width: @bpMax - 1px;
	}

	@media @m-max {
		max-width: @bpMax;
	}*/
}
.container-narrow {
  max-width: 1400px;
}
.container {
  max-width: 1145px;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.row-two {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.2%;
  }
}
@media (min-width: 768px) {
  .row-one-two > .grid-item:first-child {
    width: 33.2%;
  }
}
@media (min-width: 768px) {
  .row-one-two > .grid-item:last-child {
    width: 66.4%;
  }
}
.row-three-quarter {
  justify-content: flex-start;
}
.row-three-quarter > .grid-item {
  width: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*::selection {
		background: @yellowLight;
	}
	::-moz-selection {
		background: @yellowLight;
	}*/
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #7d653f;
  min-height: 100%;
  text-rendering: optimizeLegibility !important;
  background-color: #fbd163;
}
a,
button,
input {
  text-decoration: none;
  color: #7d653f;
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #fbd163;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #fbd163;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #fbd163;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #fbd163;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  img {
    margin-bottom: 0;
  }
}
strong,
b {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1,
h2,
h3 {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
h2 {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
h3 {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
address,
p {
  margin-bottom: 10px;
}
p + h2 {
  margin-top: 25px;
}
.image__wrapper {
  position: relative;
  /*
		avoid page reflow jumps
		https://github.com/aFarkas/lazysizes#tip-specifying-image-dimensions-minimizing-reflows-and-avoiding-page-jumps
	*/
}
.image__wrapper::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* emotion image ratio: 16:5 */
  /* 16:5 = 31.25% = calc(5 / 16 * 100%) */
  padding-bottom: 31.25%;
}
.image__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.vh {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pause:before {
  content: "\e901";
}
.icon-stop:before {
  content: "\e902";
}
.icon-play:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e986";
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fbd163;
  content: "\2022";
  font-size: 1em;
}
.rich table,
#tinymce table {
  width: 100%;
}
.rich table th,
#tinymce table th {
  text-align: left;
  vertical-align: top;
}
.rich table td,
#tinymce table td {
  text-align: left;
  vertical-align: top;
  padding-right: 15px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a,
#tinymce a {
  text-decoration: underline;
}
.mod-accordion {
  margin-top: 40px;
  border-bottom: 1px solid #fbd163;
  margin-bottom: 25px;
}
.mod-accordion:focus-within {
  border-color: #fbd163;
}
.accordion__trigger::-moz-focus-inner {
  border: 0;
}
.accordion__title {
  display: block;
  outline: none;
  border-top: 1px solid #fbd163;
  margin-bottom: 0;
  border-color: #fbd163;
  color: #fbd163;
}
.accordion__trigger {
  border: none;
  display: block;
  font: inherit;
  margin: 0;
  padding: 20px 40px 20px 10px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.accordion__trigger:hover {
  color: #7d653f;
  background-color: #fbd163;
}
.accordion__trigger:focus .accordion__icon,
.accordion__trigger:hover .accordion__icon {
  border-color: #fbd163;
}
.accordion__trigger[aria-expanded="true"] .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__trigger.active {
  background: #fbd163;
  color: #7d653f;
}
.accordion__icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 25px;
}
.accordion__panel {
  margin: 0;
  padding: 20px 10px;
}
.accordion__panel[hidden] {
  display: none;
}
.cc-window .dp--cookie-check {
  border: 0;
  border-radius: 0;
  justify-content: space-evenly;
}
.cc-window .dp--cookie-check .dp-form-control {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100% / 3;
}
.cc-window .dp--cookie-check .dp-form-control label {
  padding: 0;
}
.cc-window .dp--cookie-check .dp-form-control label:first-child {
  padding-left: 0;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label {
  position: absolute;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label::before {
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"]:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.cc-compliance .cc-btn {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #dadada;
}
.cc-compliance .cc-btn:last-child {
  border-right: none;
}
.cc-compliance .cc-btn.cc-allow-all {
  border-right: none;
}
.dp--overlay {
  text-align: left;
}
.dp--overlay .dp--overlay-inner {
  max-width: 450px;
}
.dp--overlay .dp--overlay-description {
  font-size: 13px;
  line-height: 1.4;
}
.dp--overlay .db--overlay-submit {
  margin-left: 0;
  font-size: 16px;
}
.mod-content .row {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mod-content .row {
    margin-bottom: 60px;
  }
}
.mod-content .content_media {
  margin-bottom: 0;
}
.mod-gallery {
  overflow: hidden;
  margin: 0 -20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mod-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .mod-gallery .gallery-item {
    width: 50%;
  }
}
.mod-gallery .gallery-item .label {
  margin-top: 10px;
}
.mod-gallery a {
  display: block;
  position: relative;
}
.mod-gallery a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-gallery a:hover:before,
.mod-gallery a:focus:before,
.mod-gallery a:active:before {
  background: transparent;
}
.mod-gallery img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.l-header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.l-search {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .l-search {
    float: right;
    width: 250px;
    margin-top: -8px;
    margin-left: 20px;
  }
}
.l-main {
  text-align: left;
  width: 100%;
}
.l-main .container {
  padding-top: 50px;
  background: #fff;
  max-width: 1125px;
}
.l-main a {
  color: #7d653f;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-main a:hover {
  color: #fbd163;
}
@media (min-width: 768px) {
  .l-content {
    padding-bottom: 0;
  }
}
.l-footer {
  text-align: left;
}
.mod-logo {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mod-logo {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.mod-logo a.logo__link {
  display: inline-block;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 2px;
  background-color: transparent;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mod-logo a.logo__link {
    /* display: block;  <— entfernen! */
    margin-top: 10px;
    padding-left: 0;
  }
}
.mod-logo a.logo__link img {
  display: block;
  width: clamp(140px, 30vw, 260px);
  margin: 0;
  margin-bottom: -20px;
}
@media (min-width: 576px) {
  .mod-logo a.logo__link img {
    margin-bottom: -25px;
  }
}
@media (min-width: 768px) {
  .mod-logo a.logo__link img {
    margin-bottom: -35px;
  }
}
/*
.mod-logo {
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	text-align: center;

	a.logo__link {
		display: inline-block;
		.font-size-l();
		letter-spacing: 2px;
		margin-top: 0;
		background-color: @white;

		@media @m-medium {
			display: block;
			margin-top: 5px;
			padding-left: 10px;
			background-color: rgba(255, 255, 255, .8);
		}

		img {
			width: 30%;
			margin-bottom: 0;
			margin-top: 10px;

			@media @m-large {
				margin-bottom: -35px;
			}
		}
	}
}
*/
.mod-header {
  width: 100%;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mod-header .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1125px;
}
.header__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  height: 200px;
  border-bottom: 5px solid #7d653f;
  background-image: url('/assets/resources/Bilder/Emotion/header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .header__wrapper {
    display: block;
    height: 0;
    padding-bottom: 27%;
    margin: 0;
  }
}
.header__nav-trigger {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 32px;
  color: #7d653f;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #fbd163;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav-trigger .material-icons-round {
  font-size: 34px;
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #7d653f;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .header__nav {
    position: static;
    height: auto;
    width: auto;
    flex-grow: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: #7d653f;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #fbd163;
}
.mod-footer {
  display: block;
  width: 100%;
  color: #fff;
}
.mod-footer .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1125px;
}
.mod-footer .footer_wrapper {
  padding: 30px 10px;
  background: #7d653f;
}
@media (min-width: 768px) {
  .mod-footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
  }
}
.mod-footer .footer_wrapper p {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mod-footer .footer_wrapper p {
    margin-bottom: 0;
  }
}
.mod-footer .footer__link {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-footer .footer__link:hover,
.mod-footer .footer__link:focus,
.mod-footer .footer__link:active {
  color: #fbd163;
}
.mod-footer .footer__legal {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mod-footer .footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
}
.mod-footer .footer__legal-item.active .footer__legal-link {
  color: #fff;
}
.mod-footer .footer__legal-link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-footer .footer__legal-link:hover,
.mod-footer .footer__legal-link:focus,
.mod-footer .footer__legal-link:active,
.active .mod-footer .footer__legal-link {
  color: #fbd163;
}
@media (min-width: 768px) {
  .mod-footer .footer__legal-link {
    white-space: normal;
    color: #fff;
    border-bottom: 0;
    padding: 3px 0;
  }
}
.mod-form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .mod-form {
    margin-bottom: 0;
  }
}
.mod-form .row {
  margin-bottom: 0;
}
.form__wrapper {
  display: flex;
}
.form__nickname {
  position: absolute;
  left: -9999999px;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 25px;
  line-height: 1;
  color: #7d653f;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea {
  width: 100%;
  height: 60px;
  padding: 15px 25px 25px;
  border: 1px solid #fbd163;
  color: #7d653f;
  background: #fff;
  box-shadow: inset 0 4px 4px -4px rgba(42, 49, 51, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus {
  border-color: #fbd163;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label {
  opacity: 0.85;
  -webkit-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  -ms-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  background: #fbd163;
  color: #000;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #7d653f;
  background: #fbd163;
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__button--arrow {
  position: relative;
  padding-left: 50px;
  -webkit-transition: padding-left 300ms ease;
  transition: padding-left 300ms ease;
}
.form__button--arrow svg {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -10px;
  top: 19px;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
.form__button--arrow svg .icon__arrow--line,
.form__button--arrow svg .icon__arrow--tip {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear;
}
.form__button--arrow svg .icon__arrow--line {
  stroke-dashoffset: 30px;
  stroke-dasharray: 54px;
  -webkit-transition: stroke-dashoffset 300ms ease;
  transition: stroke-dashoffset 300ms ease;
}
.form__button--arrow:hover,
.form__button--arrow:focus,
.form__button--arrow:active {
  padding-left: 60px;
}
.form__button--arrow:hover svg,
.form__button--arrow:focus svg,
.form__button--arrow:active svg {
  left: 0;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line,
.form__button--arrow:hover svg .icon__arrow--tip,
.form__button--arrow:focus svg .icon__arrow--tip,
.form__button--arrow:active svg .icon__arrow--tip {
  stroke: #fff;
}
.form__button--arrow:hover svg .icon__arrow--line,
.form__button--arrow:focus svg .icon__arrow--line,
.form__button--arrow:active svg .icon__arrow--line {
  stroke-dashoffset: 20px;
}
.form__legend {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
  align-items: center;
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #fbd163;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  /*-webkit-appearance: none;
	appearance: none;*/
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #fbd163;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #fbd163;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #fbd163;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 8px 0 0;
  cursor: pointer;
  line-height: unset;
  color: #fbd163;
}
.form__info {
  font-size: 12px;
  line-height: 1.2;
}
.form__alert-error {
  padding: 20px 20px 10px;
  background: red;
  color: #fff;
}
.form__error {
  padding-top: 5px;
  color: red;
}
.mod-nav-main {
  order: 2;
  padding: 0 10px 50px 10px;
  display: none;
}
@media (min-width: 768px) {
  .mod-nav-main {
    display: block;
  }
}
.skin-nav-main-mobile {
  display: block;
}
@media (min-width: 768px) {
  .skin-nav-main-mobile {
    display: none;
  }
}
.nav-main__items {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .nav-main__items {
    padding: 0;
  }
}
.nav-main__item {
  display: block;
  font-weight: normal;
  border-top: 1px solid #7d653f;
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
  }
  .is-scrolled .nav-main__item.active .nav-main__link:after {
    -webkit-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .nav-main__item.nav-main__item--big {
    position: unset;
  }
  .nav-main__item:last-child {
    border-bottom: 1px solid #7d653f;
  }
}
.nav-main__item--parent.active {
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .nav-main__item--parent:hover li,
  .nav-main__item--parent:focus li,
  .nav-main__item--parent.active li {
    font-weight: normal;
  }
  .nav-main__item--parent .nav-main__link:hover,
  .nav-main__item--parent .nav-main__link:focus,
  .nav-main__item--parent .nav-main__link.active .nav-main__item--parent .nav-main__link {
    font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .nav-main__item--parent .nav-main__link:hover:after,
  .nav-main__item--parent .nav-main__link:focus:after,
  .nav-main__item--parent .nav-main__link.active .nav-main__item--parent .nav-main__link:after {
    width: 50%;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  .nav-main__item--parent .nav-main__link:before {
    display: block;
    content: attr(title);
    font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.nav-main__flyout {
  z-index: 20;
  display: flex;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  flex-direction: column;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #7d653f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    left: 0;
    right: unset;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: unset;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .nav-main__item--big .nav-main__flyout {
    width: 100%;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  order: 1;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav-main__buttons .nav-main__back {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  width: 32px;
  background: #7d653f;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #fbd163;
  background: #7d653f;
}
@media (min-width: 768px) {
  .nav-main__back,
  .nav-main__close {
    color: #7d653f;
    background: transparent;
    cursor: pointer;
  }
  .nav-main__back:hover,
  .nav-main__close:hover,
  .nav-main__back:focus,
  .nav-main__close:focus,
  .nav-main__back:active,
  .nav-main__close:active {
    color: #fbd163;
    background: transparent;
  }
}
a.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 50px 6px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*white-space: nowrap;
	overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: normal;
  overflow: visible;
}
a.nav-main__link:hover,
a.nav-main__link:focus,
a.nav-main__link:active,
.active a.nav-main__link {
  color: #fbd163;
}
@media (min-width: 768px) {
  a.nav-main__link {
    color: #d09905;
    border-bottom: 0;
    padding: 8px 5px 4px;
  }
  a.nav-main__link:hover,
  a.nav-main__link:focus,
  a.nav-main__link:active,
  .active a.nav-main__link,
  .state-nav-main-level--active a.nav-main__link {
    color: #7d653f;
  }
  a.nav-main__link:hover:after,
  a.nav-main__link:focus:after,
  a.nav-main__link:active:after,
  .active a.nav-main__link:after,
  .state-nav-main-level--active a.nav-main__link:after {
    width: 50%;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active,
.nav-main__link-level.active {
  color: #fbd163;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: none;
    padding: 0;
  }
  .nav-main__link-level.active {
    color: #fbd163;
  }
}
@media (min-width: 1200px) {
  .nav-main__link-level {
    padding: 10px 30px;
  }
}
.search__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.search__search-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.search__input {
  padding: 0 15px;
  height: 45px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .search__input {
    text-align: left;
  }
}
.search__button {
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.search__button i {
  font-size: 35px;
  line-height: 1.2;
}
.mod-search-results {
  margin-top: 50px;
}
.search-results__info {
  margin-bottom: 20px;
}
.search-results__item {
  margin-bottom: 20px;
}
.search-results__topic {
  margin-bottom: 10px;
  font-family: "Nimbus Sans W05 Regular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.events__year--section {
  position: relative;
}
@media (min-width: 768px) {
  .events__year--section {
    padding: 10px 0 0 60px;
    background: url(/assets/templates/codekit/assets/img/lines-ext.png) left top no-repeat;
  }
}
.events__year--title {
  position: absolute;
  width: 60px;
}
.events__list {
  padding-left: 60px;
}
.events__item {
  overflow: hidden;
  margin-bottom: 20px;
}
.events__item--date {
  float: left;
  width: 120px;
}
.events__item--infos {
  overflow: hidden;
}
