/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/*colors*/

/*Text*/

/*effects*/

body {
	font-family: 'Roboto', sans-serif;
	color: #333;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.map {
	z-index: 0;
	/*z-index: 1;*/
	width: 100%;
	height: 70%;
	overflow: hidden;
	/*// TODO*/
	height: 400px;
/*	margin-top: 90px;*/

/*	@keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}*/
}

/*margin-bottom: -176px;*/

@media (min-width: 800px) {

.map {
		height: 500px
}
	}

/*margin-top: 40px;*/

.map__region-icon {
		width: 50px !important;
		height: 50px !important;
/*		margin-left: -25px;
		margin-top: -25px;*/
		border-radius: 30px;
		border: 6px solid #FF5C89;
		text-align: center;
		color: #333;
		background-color: #fff;
		font-size: .8rem;
		padding-top: 10px;
		box-shadow: 0px 0px 10px 3px rgba(150,150,150,.8);
		/*transition: border .5s;*/
/*		animation: fadein .5s;*/
	}

/*margin-top: 134px;*/

.map__region-icon:hover {
		color: #D50F3C;
		padding-top: 9px;
		border: 7px solid #D50F3C;
		box-shadow: 0px 0px 10px 3px rgba(150,150,150,1);
		z-index: 10000!important;
	}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.leaflet-marker-icon, .leaflet-marker-shadow {
	-webkit-animation: fadein .5s;
	        animation: fadein .5s;
}

.leaflet-popup-close-button {
   display: none;
}

.leaflet-container a {
   color: #D50F3C!important;
}

.main-block {
	position: relative;

}

/*margin-top: 124px;*/

.main-block__title {
		font-weight: 700;
		font-size: 1.6rem;
		margin-top: 0;
		color: #D50F3C;
	}

/*color:;*/

@media (min-width: 800px) {

.main-block__title {
			font-size: 2.5rem
	}
	}

.main-block__description {
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.2rem;
		margin-top: 1.8rem;
		color: #444;
		line-height: 1.5rem;
	}

/*color: ;*/

@media (min-width: 800px) {

.main-block__description {
			margin-top: 2rem;
			font-size: 1.4rem;
			line-height: 2.1rem;
			font-weight: 300;
			color: #888
	}
	}

.main-block__image {
		max-width: 100%;
		max-height: 200px;
		display: none;
	}

@media (min-width: 800px) {

.main-block__image {
			display: block
	}
	}

.main-block__stat {
		margin-top: 4rem;
		color: #444;
		/*display: none;*/
		text-align: center;
	}

/*color: ;*/

@media (min-width: 800px) {

.main-block__stat {
			display: block
	}
	}

.main-block__stat__title {
			font-weight: 800;
			font-size: 5rem;
			color: #D50F3C;
		}

@media (min-width: 800px) {

.main-block__stat__title {
				font-size: 7rem
		}
	}

.main-block__stat__subtitle {
			font-weight: 500;
			font-size: 1.4rem;
		}

@media (min-width: 800px) {

.main-block__stat__subtitle {
				font-size: 1.8rem
		}
	}

.btn {
	background-color: #D50F3C;
	color: #fff;
	text-decoration: none;
	padding: .75rem 1.2rem;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.row {

	margin-left: 0px!important;
}

.row::after{
		content: "";
		clear: both;
		display: table;
	}

/*creates an empty content after the content of .row*/

@media (min-width: 800px) {
		.row__2 {
			float: left;
			width: 16.66%;
		}

		.row__3 {
			float: left;
			width: 25%;
		}


		.row__4 {
			float: left;
			width: 33.33%;
		}

		.row__5 {
			float: left;
			width: 41.16%;
		}

		.row__6 {
			float: left;
			width: 50%;
		}

		.row__8 {
			float: left;
			width: 66.66%;
		}
	}

.row--gutters {
		margin-right: -65px!important;
	}

@media (min-width: 800px) {

.row--gutters {
			margin-right: -40px!important
	}
	}

.row--gutters > div {
		padding-right: 65px;
	}

@media (min-width: 800px) {

.row--gutters > div {
			padding-right: 40px
	}
	}

.wrapper {
	padding-right: 25px;
	padding-left: 25px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media (min-width: 800px) {

.wrapper {
		padding-right: 40px;
		padding-left: 40px
}
	}

.page-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width: 800px) {

.page-section {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
}
	}

.header {
	z-index: 3;
	top: 0;
	width: 100%;
	position: fixed;
}

.navigation-bar {
	background-color: #fff;
	padding: 38px 0;
	min-height: 50px;
	height: 94px;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-webkit-transition: 0.2s;
	transition: 0.2s;

}

@media (min-width: 800px) {

.navigation-bar {
		height: 94px

}
	}

.navigation-bar__menu-icon {
		position: relative;
		float: left;
		cursor: pointer;
		grid-area: hamburger;
		width: 21px;
		height: 19px;
	}

.navigation-bar__menu-icon::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 21px;
			height: 3px;
			background-color: #444;
			-webkit-transform-origin: 0 0;
			        transform-origin: 0 0;
			-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition: transform .3s ease-out;
			transition: transform .3s ease-out, -webkit-transform .3s ease-out;
		}

.navigation-bar__menu-icon__middle {
			position: absolute;
			top: 8px;
			left: 0;
			width: 21px;
			height: 3px;
			background-color: #444;
			-webkit-transition: all .3s ease-out;
			transition: all .3s ease-out;
			-webkit-transform-origin: 0 50%;
			        transform-origin: 0 50%;
		}

.navigation-bar__menu-icon::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 21px;
			height: 3px;
			background-color: #444;
			-webkit-transform-origin: 0 100%;
			        transform-origin: 0 100%;
			-webkit-transition: -webkit-transform .3s ease-out;
			transition: -webkit-transform .3s ease-out;
			transition: transform .3s ease-out;
			transition: transform .3s ease-out, -webkit-transform .3s ease-out;
		}

@media (min-width: 800px) {

.navigation-bar__menu-icon {
			display: none
	}
	}

.navigation-bar__menu-icon--close-x::before {
		 	-webkit-transform: rotate(45deg) scaleX(1.18);
		 	        transform: rotate(45deg) scaleX(1.18);
		}

.navigation-bar__menu-icon--close-x .navigation-bar__menu-icon__middle {
			opacity: 0;
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
		}

.navigation-bar__menu-icon--close-x::after {
		 	-webkit-transform: rotate(-45deg) scaleX(1.18);
		 	        transform: rotate(-45deg) scaleX(1.18);
		 	translateY: (1px);
		}

@media (min-width: 800px) {

.navigation-bar__menu-content {
			float: right;
			margin-right: -10px
	}
	}

.navigation-bar__logo img {
		position: absolute;
		top: 0;
		height: 65px;
		margin-top: 16px;
		padding: .5em 0;
		left:50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		cursor:pointer;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

@media (min-width: 800px) {

.navigation-bar__logo img {
			margin-left: 0;
			margin-right: .75em;
			left: auto;
			-webkit-transform: translateX(0);
			        transform: translateX(0)
	}
	}

.navigation-bar__menu {
		display: none;
		background-color: #fff;
		margin-top: 60px;
	}

.navigation-bar__menu ul {
			margin: 0;
			padding: 0;

			/*creates an empty content after the content of .row*/
		}

.navigation-bar__menu ul::after{
		content: "";
		clear: both;
		display: table;
	}

.navigation-bar__menu li {
			list-style: none;
			padding: 10px 0;
			border-top: 1px solid #dddddd;
		}

.navigation-bar__menu a {
			color: #333;
			text-decoration: none!important;
			font-weight: 300;
			padding: 21px 0;
		}

.navigation-bar__menu a:hover {
			text-decoration: none!important;
			color: #D50F3C;
			font-weight: 400;
		}

@media (min-width: 800px) {

.navigation-bar__menu {
			display: block;
			margin: 0
	}

			.navigation-bar__menu li {
				float: left;
				padding: 0;
				padding-right: 20px;
				border: 0px solid #fff;
			}

			.navigation-bar__menu .navigation-bar__menu-element--lang {
				padding-right: 10px;
			}

			.navigation-bar__menu a {
				text-decoration: none!important;
				padding: 0;
			}
	}

.footer {
	background-color: #eeeeee;
}

.footer__widgets {
		padding: 3rem 0;
	}

.footer__image {
		/*// TODO*/
		width: 60px;
	}

@media (min-width: 800px) {

.footer__image {
			width: 120px
	}
	}

.footer__title {
		font-weight: 400;
		font-size: 1rem;
		color: #333;
		margin-bottom: .8rem;
		margin-top: 2.5rem;
		text-transform: uppercase;
	}

@media (min-width: 800px) {

.footer__title {
			margin-top: 0
	}
	}

.footer__text {
		color: #333;
		font-weight: 100;
		font-size: 1rem;
		margin-bottom: .5rem;
		line-height: 1.325rem;
	}

.footer__text--bold {
			font-weight: 300;
		}

.footer__text--link {
			color: #555;
			font-weight: 300;
			text-decoration: none;
			/*margin-bottom: .3rem;*/
		}

.footer__text--link:hover {
			color: #D50F3C;
			cursor: pointer;
			font-weight: 300;
		}

.footer__bottom {
	    padding: 1.5em 0;
	    border-top: 1px solid #ccc;
	    font-size: .9rem;
	    font-weight: 100;
	}

@media (min-width: 800px) {
	    .footer__bottom--link {
		    	float: right;
		    }
	}

.footer__banner {
		height: 80px!important;
		margin-top: 0px!important;
	}

@media (min-width: 800px) {

.footer__banner {
			height: 80px!important;
			margin-top: 94px!important
	}
	}

.search-bar {
	z-index: 2;
	background-color: #D50F3C;
	/*height: 40px;*/
	/*top: 50px;*/
	/*top: 94px;*/
	width: 100%;
	/*position: absolute;*/
}

.search {
	float: none;
	width: 100%;
	display: block;
	padding: 6px 0px;
}

.search__button {
		background: #ddd;
		font-size: 17px;
		cursor: pointer;
		width: 10%;
	}

.search__button:hover {
 		background: #ccc;
	}

.search__input {
		max-width: 100%;
		/*width: 80%;*/

		/*@mixin atSmall {*/
			width: 88%;
	}

/*}*/

.search__input__label {

		}

.search__input__option {

		}

.search__input__option:focus {
			background-color: #D50F3C;
		}

.search__input:focus {
		outline: none;
	}

.search__button, .search__input {
		border: none;
		margin: 0;
		padding: 4px 6px;
		border-radius: 5px;
	}

@media (min-width: 800px) {

.search {
		width: auto;
		float: right
		/*width: 40%;*/
		/*max-width: 50%;*/
}

		.search__input {
			width: 400px;
			/*width: 80%;*/
		}

		.search__button {
			width: auto;
		}

		.search__button, .search__input {
/*			width: auto;*/
			padding: 4px 14px;
		}
	}

.select2-results__option.select2-results__option--highlighted {
	background-color: #D50F3C!important;
}

.select2-container--default.select2-search--dropdown.select2-search__field:focus {
	outline: none!important;
}

.select2-search--dropdown {
	outline: none!important;
}

[type="search"] {
	outline-offset: 0px;
}

/*.wrap.select2-selection--single {
    height: 100%;
}*/

/*.select2-selection__rendered {
    word-wrap: break-word!important;
    text-overflow: inherit!important;
    white-space: normal!important;
}*/

.select2-dropdown {
	z-index: 1!important;
}

/*
.select2-dropdown.select2-dropdown--below {
	max-width: 100%;

	@mixin atMedium {
		width: 50%;
	}
}*/

.main-image {
	z-index: -2;
	width: 100%;
	height: 30%;
	/*// TODO*/
	height: 130px;
	/*margin-top: 50px;*/
	margin-top: 94px;
	overflow: hidden;
	/*background-color: lightgrey;*/

	box-shadow:
        inset 0px 11px 8px -10px #999,
        inset 0px -11px 8px -10px #999;
}

@media (min-width: 800px) {

.main-image {
		height: 200px
}
	}

.main-image__content {
		z-index: -10;
		width: 100%;
		min-height: 100%;
		opacity: .5;
		filter: alpha(opacity=50);
	}

.form {
  margin-bottom: 40px;
}

.form__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 40px;
  }

.form__subtitle {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 100;
    color: #444;
  }

.form__title-container {
    margin: 30px 0;
    text-align: center;
  }

.form__content {
    text-align: center;
  }

@media (min-width: 800px) {

.form__content__text {
        padding-left: 5rem;
        padding-right: 5rem
    }
	}

@media (min-width: 1200px) {

.form__content__text {
        padding-left: 10rem;
        padding-right: 10rem
    }
	}

.form__map {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

.form__text {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    color: #888;
    margin-bottom: 40px;
    margin-top: 10px;
  }

.form__text--strong {
      color: #444;
    }

.form__text--highlighted {
      color: #D50F3C;
    }

.form__label {
    text-transform: uppercase;
    font-weight: 700;
    color: #D50F3C;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

.form__input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
  }

.form__input:focus {
    background-color: #fef9fa;
    outline: none !important;
    border: 1px solid #D50F3C;
    box-shadow: 0 0 3px #D50F3C;
  }

.form__btn {
    width: 100%;
    margin-top: 0;
  }

/*;arge-hero*/

.large-hero {
  opacity: .9;
  position: fixed;
  /*z-index: 1;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: url($image);*/
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 100%;
  -webkit-animation: fadeIn ease 1.2s;
          animation: fadeIn ease 1.2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:.9;
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:.9;
  }
}

.large-hero:before {
  /*content: '';*/
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
}

/*museum-content*/

.museum {
  min-height: 100px;
  background-color: white;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 10px 0;
  /*position: absolute;*/
  z-index: 1;
}

/*margin-top: 400px;*/

.museum__title {
    font-size: 2rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 30px;
  }

.museum__subtitle {
    font-size: .9rem;
    font-weight: 300;
    color: #D50F3C;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

.museum__section {
    margin-top: 40px;
    margin-bottom: 40px;

  }

@media (min-width: 800px) {

.museum__section {
      margin-top: 60px;
      margin-bottom: 60px

  }
	}

.museum__section__title {
      font-size: 1.4rem;
      font-weight: 700;
      color: #555;
    }

.museum__section__title__icon {
        width: 1.2rem;
        vertical-align: middle;
      }

/*cursor: pointer;*/

.museum__section__title__icon__popup {
          /*display: none;*/
          color: #444;
          border-top: solid 1px #444;
          /*padding:10px;*/
          padding-bottom:10px;
          padding-top: 20px;
          line-height: 1.6rem;
        }

.museum__section__title__icon__popup--link {
            color: #D50F3C!important;
            cursor: pointer;
          }

.museum__section__text {
      margin-top: 10px;
      font-weight: 300;
      line-height: 1.6;
      color: #444;
    }

.museum__section__text--strong {
        font-weight: 300;
      }

.museum__section__text--link {
        color: #D50F3C!important;
        cursor: pointer;
      }

.museum__section__line {
      border-top: 1px solid #dddddd;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 20px;
    }

@media (min-width: 800px) {

.museum__section__line {
        width: 25%
    }
	}

.museum__section__footer {
      margin-top: 10px;
      font-weight: 100;
      color: #444;
      font-style: italic;
      font-size: .9rem;
    }

.stat {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 2rem;
}

@media (min-width: 530px) {

.stat {
      width: 32%
}
	}

@media (min-width: 800px) {

.stat {
      width: 24%
}
	}

@media (min-width: 1200px) {

.stat {
      width: 19%
}
	}

.stat__icon {
      width: 100%;
      padding-left: 3rem;
      padding-right: 3rem;
    }

@media (min-width: 530px) {

.stat__icon {
      padding-left: 2.8rem;
      padding-right: 2.8rem
    }
	}

@media (min-width: 800px) {

.stat__icon {
      padding-left: 2rem;
      padding-right: 2rem
    }
	}

@media (min-width: 1200px) {

.stat__icon {
        padding-left: 2rem;
        padding-right: 2rem
    }
	}

.stat__title {
      display: block;
      font-size: 1rem;
      -webkit-margin-before: 1em;
              margin-block-start: 1em;
      -webkit-margin-after: 1em;
              margin-block-end: 1em;
      -webkit-margin-start: 0px;
              margin-inline-start: 0px;
      -webkit-margin-end: 0px;
              margin-inline-end: 0px;
      font-weight: 500;
      color: #444;
      text-align: center;
    }

@media (min-width: 800px) {

.stat__title {
        font-size: 1rem
    }
	}

@media (min-width: 1200px) {

.stat__title {
        font-size: 1.17rem
    }
	}

.stat__title--link {
        color: #D50F3C!important;
        /*color: $secondaryTextColor;*/
        text-decoration: none;
      }

.stat__title--link:hover {
        color: #FF5C89!important;
        cursor: pointer;
        text-decoration: none;
      }

.gallery {
  /*line-height: 0;*/
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
/*  display:grid;
  grid-gap:0px;
  grid-template-columns:repeat(1, 1fr);
  grid-auto-flow: dense;*/
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery__element {
    overflow: hidden;
  }

.gallery__element:hover .gallery__element--image {
      opacity: .8;
    }

.gallery__element--image {
      width: 100%;
      height: auto;
      padding: 5px;
      opacity: 1;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }

.gallery__element--video {
      width: 100%;
      height: 100%;
      padding: 5px;
      border: none;
      opacity: 1;
      z-index: 100000000!important;
    }

@media (min-width: 530px) {

.gallery {
    /*grid-template-columns:repeat(2, 1fr);*/
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2
}
	}

@media (min-width: 800px) {

.gallery {
    /*grid-template-columns:repeat(3, 1fr);*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3
}
	}

@media (min-width: 1200px) {

.gallery {
    /*grid-template-columns:repeat(4, 1fr);*/
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4
}
	}

.info__section__title {
			padding: 10px 0;
			font-weight: 500;
			color: #D50F3C;
		}

.info__section__title--season {
				cursor: pointer;
				-webkit-user-select: none;
				   -moz-user-select: none;
				    -ms-user-select: none;
				        user-select: none;
			}

.info__section__title__arrow {
				border: solid #333;
				border-width: 0 2px 2px 0;
				display: inline-block;
				padding: 3px;
				margin-right: .5rem;
				vertical-align: middle;
				float: right;
			}

.info__section__title__arrow--hidden {
					display: none;
				}

.info__section__title__arrow--up {
				    -webkit-transform: rotate(-135deg);
				            transform: rotate(-135deg);
				}

.info__section__title__arrow--down {
				    -webkit-transform: rotate(45deg);
				            transform: rotate(45deg);
				}

.info__section__subtitle {
		    font-size: .8rem;
		    font-weight: 500;
		    color: #333;
		    text-transform: uppercase;
		    padding: 10px 0;
		}

.info__section__text {
			font-size: .8rem;
			padding-bottom: 20px;
			font-weight: 300;
		}

.info__section__text--strong {
				font-weight: 500;
			}

.info__section__text--link {
				text-decoration: none;
				color: #D50F3C;
			}

.info__section__text--link:hover {
				cursor: pointer;
				color: #D50F3C;
			}

.info__section__btn {
			font-size: .8rem;
			padding: .75rem 1.2rem;
			margin-bottom: .5rem;
		}

.info__section__content {
			display: none;
			margin-top: .5rem;
		}

.list {

	margin-top: 80px;
	margin-bottom: 80px;
}

.list__title {
	    padding-top: 1.5rem;
	    padding-bottom: .5rem;
		font-size: 1.5rem;
		font-weight: 500;
		margin: 0;
		color: #555;
	}

@media (min-width: 800px) {

.list__title {
			font-size: 2rem;
		    font-weight: 700
	}
	}

.list__line {
		border-top: 1px solid #dddddd;
		width: 100%;
		margin-bottom: 1.5rem;
    }

@media (min-width: 800px) {

.list__line {
			width: 25%
    }
	}

.list__section {
		margin-bottom: .5rem;
		border-bottom: 1px solid #aaa;
	}

.list__section__title {
			font-weight: 500;
			/*margin: 0 0 1rem;*/
			font-size: 1.2rem;
			color: #555;
		}

@media (min-width: 800px) {

.list__section__title {
				font-size: 1.5rem;
			    font-weight: 500
		}
	}

.list__section__list {
			list-style: none;
		}

.list__section__element {
			line-height: 1.2em;
			margin-bottom: .25em;
			color: #555;
			font-size: 1rem;
			font-weight: 300;
			letter-spacing: .01rem;

		}

@media (min-width: 800px) {

.list__section__element {
				font-size: 1.1rem;
				margin-bottom: .3em

		}
	}

.list__section__element__link {
				text-decoration: none;
				color: #555;
			}

.list__section__element__link:hover {
				color: #D50F3C;
				cursor: pointer;
				font-weight: 300;
			}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;

  /*display: flex;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;

}

@media (min-width: 800px) {

.modal {
    padding-top: 80px;
    padding-bottom: 80px

}
	}

.modal__title {

    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    margin-top: 0;
  }

@media (min-width: 800px) {

.modal__title {
      font-size: 1.2rem
  }
	}

.modal__section__title {

      font-size: 1rem;
      font-weight: 500;
      color: #555;
      font-style: italic;
    }

.modal__section__title--link {
        color: #D50F3C!important;
        cursor: pointer;
      }

.modal__section__text {
      margin-top: 10px;
      margin-bottom: 30px;
      font-weight: 300;
      line-height: 1.6;
      font-size: .9rem;
      color: #444;

    }

.modal__section__text--strong {
        font-weight: 500;
      }

.modal__section__text--focus {
        text-decoration: underline;
      }

.modal__section__text--link {
        color: #D50F3C!important;
        cursor: pointer;
      }

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 90%!important;
  max-height: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  padding: 10px 25px;

  -webkit-box-flex: 1;

          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* for Firefox */
  min-height: 0;
}

@media (min-width: 530px) {

.modal-content {
    padding: 10px 30px;
    width: 80%!important
}
	}

@media (min-width: 800px) {

.modal-content {
    padding: 10px 30px;
    width: 70%!important
}
	}

@media (min-width: 1200px) {

.modal-content {
    padding: 10px 30px;
    width: 60%!important
}
	}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-header {
  margin-bottom: 5px;
}

.modal-body {
  max-height: 90%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  overflow: auto!important;
  /* for Firefox */
  min-height: 0;
  margin-bottom: 40px;
  padding-right: 15px;
  /*inset 0px 11px 8px -10px #CCC*/
  box-shadow: inset 0px -11px 8px -10px #CCC;
  padding-bottom: 30px;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

body.modal-open {
    overflow: hidden!important;
}

.accordion {
  background-color: white;
  /*color: #444;*/
  cursor: pointer;
  padding: 18px;
  padding-left: 0px;
  padding-bottom: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.active, .accordion:hover {
  color: #D50F3C;
  /*background-color: #eee;*/
}

.accordion:focus {
  outline: none!important;
}

.accordion:after {
  content: '\2039';
  /*color: #777;*/
  /*font-weight: bold;*/
  float: right;
  margin-left: 5px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  /*transform-origin: 50% 50%;*/
  font-size: 2rem;
  padding-bottom: 5px;
}

.active:after {
  content: "\2039";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /*transform-origin: 50% 50%;*/
  font-size: 2rem;
}

.panel {
  /*padding: 0 18px;*/
  padding-top: .5rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  margin: 0 0 1rem;
}

.slider {
    width: 100%;
    height: 160px;
    margin: 30px auto;
  }

/*background-color: grey;*/

@media (min-width: 530px) {

.slider {
      height: 200px
  }
	}

@media (min-width: 1200px) {

.slider {
      height: 280px
  }
	}

.slick-slide {
    margin: 0px 15px;
  }

.slick-slide img, .slick-slide .video {
    height: 160px;
  }

@media (min-width: 530px) {

.slick-slide img, .slick-slide .video {
      height: 200px
  }
	}

@media (min-width: 1200px) {

.slick-slide img, .slick-slide .video {
      /*grid-template-columns:repeat(4, 1fr);*/
      height: 280px
  }
	}

.slick-slide .video {
    width: 220px;
  }

@media (min-width: 530px) {

.slick-slide .video {
      width: 300px
  }
	}

@media (min-width: 1200px) {

.slick-slide .video {
      /*grid-template-columns:repeat(4, 1fr);*/
      width: 480px
  }
	}

.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 1;
  }

.slick-slide:hover {
      opacity: .8;
    }

.slick-active {
    opacity: 1;
  }

.slick-current {
    opacity: 1;
  }

.slick-dots li button {
    width: .6rem!important;
    height: .6rem!important;
    border-radius: 50%;
    background: #dddddd!important;
  }

.slick-dots li button:hover, .slick-dots li button:focus {
      background: #aaa!important;
    }

@media (min-width: 800px) {

.slick-dots li button {
      width: .8rem!important;
      height: .8rem!important
  }
	}

.slick-dots li.slick-active button {
    background: #aaa!important;
  }

.slick-dots {
    bottom: -50px!important;
  }

@media (max-width: 800px) {
    .slick-dots {
      display: none!important;
    }
  }

.article {

	margin-top: 80px;
	margin-bottom: 80px;
	line-height: 1.5rem;
	color: #555;

}

.article__title {
	    padding-top: 1.5rem;
	    padding-bottom: .5rem;
		font-size: 1.5rem;
		font-weight: 500;
		margin: 0;
		margin-bottom: 2rem;
		color: #555;
	}

@media (min-width: 800px) {

.article__title {
			font-size: 2rem;
		    font-weight: 900
	}
	}

.article__subtitle {
		font-weight: 500;
		font-size: 1.1rem;
	}

@media (min-width: 800px) {

.article__subtitle {
			font-size: 1.2rem
	}
	}

.article__text {
		font-weight: 300;
		margin-bottom: 2rem;
		font-size: 1rem;
	}

@media (min-width: 800px) {

.article__text {
			font-size: 1.1rem
	}
	}

.article__text--strong {
			font-weight: 700;
		}

.article__heading-title {
		margin: 0;
		margin-bottom: 1rem;
		font-weight: 700;

		font-size: 1.3rem;
	}

@media (min-width: 800px) {

.article__heading-title {
			font-size: 1.5rem
	}
	}

.article__heading-2 {
		margin: 0;
		margin-bottom: 1rem;
		font-weight: 700;

		font-size: 1.2rem;
	}

@media (min-width: 800px) {

.article__heading-2 {
			font-size: 1.3rem
	}
	}

.statistics {
  text-align: center;
  margin-top: 3rem;
  color: #D50F3C;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

@media (min-width: 800px) {

.statistics {
    font-size: 1.8rem
}
	}

@media (min-width: 1200px) {

.statistics {
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-size: 2rem
}
	}

.statistic {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;

    width: 100%;
}

@media (min-width: 800px) {

.statistic {
      /*width: 48%;*/
      width: 32%
}
	}

@media (min-width: 1200px) {

.statistic {
      margin-left: 2rem;
      /*width: 45%;*/
      width: 30%
}
	}

.statistic__icon {
      /*width: 80%;*/
      display: block;
      margin-left: auto!important;
      margin-right: auto!important;
      max-width: 40%;
    }

@media (min-width: 800px) {

.statistic__icon {
        max-width: 50%
    }
	}

@media (min-width: 1200px) {

.statistic__icon {
        max-width: 40%
    }
	}

.statistic__number {
      font-size: 2.4rem;
      font-weight: 700;
      color: #D50F3C;
      text-align: center;
      margin-left: auto!important;
      margin-right: auto!important;
    }

@media (min-width: 800px) {

.statistic__number {
        font-size: 2.4rem
    }
	}

@media (min-width: 1200px) {

.statistic__number {
        font-size: 3.4rem
    }
	}

.statistic__title {
      display: block;
      font-size: 1.1rem;
      -webkit-margin-before: 1em;
              margin-block-start: 1em;
      -webkit-margin-after: 1em;
              margin-block-end: 1em;
      -webkit-margin-start: 0px;
              margin-inline-start: 0px;
      -webkit-margin-end: 0px;
              margin-inline-end: 0px;
      margin-top: 0;
      font-weight: 500;
      color: #444;
      text-align: center;
      margin-left: auto!important;
      margin-right: auto!important;

    }

@media (min-width: 800px) {

.statistic__title {
        font-size: 1.2rem

    }
	}

@media (min-width: 1200px) {

.statistic__title {
        font-size: 1.4rem

    }
	}

.small-list {

	margin-top: 1rem;
	margin-bottom: 1.2rem;
}

.small-list__title {
	    padding-top: 1.5rem;
	    padding-bottom: .5rem;
		font-size: 1.2rem;
		font-weight: 500;
		margin: 0;
		color: #555;
	}

@media (min-width: 800px) {

.small-list__title {
			font-size: 1.4rem;
		    font-weight: 700
	}
	}

.small-list__line {
		border-top: 1px solid #dddddd;
		width: 100%;
		margin-bottom: 1.5rem;
    }

@media (min-width: 800px) {

.small-list__line {
			width: 25%
    }
	}

.small-list__section {
		padding-bottom: .5rem;
		margin-bottom: .8rem;
		border-bottom: 1px solid #aaa;
	}

.small-list__section__title {
			padding-top: 0;
			/*height: 1rem;*/
			line-height: 1rem;
			font-weight: 500;
			/*margin: 0 0 1rem;*/
			font-size: 1rem;
			color: #555;
		}

@media (min-width: 800px) {

.small-list__section__title {
				font-size: 1.1rem;
			    font-weight: 500
		}
	}

.small-list__section__list {
			list-style: none;
		}

.small-list__section__element {
			line-height: 1.2em;
			margin-bottom: .25em;
			color: #555;
			font-size: .9rem;
			font-weight: 300;
			letter-spacing: .01rem;

			padding-top: .5rem!important;
			margin: 0!important;

		}

@media (min-width: 800px) {

.small-list__section__element {
				font-size: 1.1rem;
				margin-bottom: .3em

		}
	}

.small-list__section__element__link {
				text-decoration: none;
				color: #555;
			}

.small-list__section__element__link:hover {
				color: #D50F3C;
				cursor: pointer;
				font-weight: 300;
			}