/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* albert-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/albert_sans/albert-sans-v4-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/albert_sans/albert-sans-v4-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/albert_sans/albert-sans-v4-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern//fonts/fira_sans/fira-sans-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern//fonts/fira_sans/fira-sans-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern//fonts/fira_sans/fira-sans-v18-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern//fonts/fira_sans/fira-sans-v18-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern//fonts/fira_sans/fira-sans-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #252525;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1, h2, .h2 {
  display: block;
  font-size: 45px;
  margin: 0px;
  line-heigh: 1.2;
  position: relative;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
.firstsection h1 {
  margin-bottom: 70px;
}
h2, .h2 {
  padding-bottom: 30px;
}
h2:after, .h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 65px;
  background-color: black;
  display: block;
}
h3, .h3 {
  display: block;
  font-size: 25px;
  margin: 0px 0px 20px 0px;
  line-heigh: 1.2;
  position: relative;
  font-weight: 300;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
a {
  color: #252525;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text b, .text strong {
  font-weight: 500;
}
.text a {
  color: #c90c0f;
}
.text a:hover {
  text-decoration: underline;
}
#content .text p:first-Child:first-letter {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: black;
  padding: 0px 20px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  text-decoration: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #c90c0f;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #c90c0f r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li label, .form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 50px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #c90c0f;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 10;
  background-color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.7s all;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#header .container {
  position: relative;
  height: 140px;
  transition: 0.7s all;
}
.scrolled #header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.scrolled #header .container {
  height: 85px;
}
#logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  max-width: 60%;
  height: 100%;
}
#logo img {
  height: 100%;
  display: block;
}
#mainmenu {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 15px;
}
#nav li.lvl1 a {
  display: inline-block;
  line-height: 35px;
  position: relative;
}
#nav li.lvl1 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 6px;
  background-color: black;
  opacity: 0;
  transition: 0.4s all;
}
#nav li.lvl1 a.active:after {
  opacity: 1;
  width: 100%;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: none;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilmenu_trigger {
  display: none;
  position: absolute;
  right: 2%;
  top: 10px;
  width: 50px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 6px;
  display: block;
  margin: 5px 0px;
  background-color: white;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(11px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-11px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100vh;
  z-index: 19;
  overflow: auto;
  background-color: #bebebe;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
.mobilenav #mobilemenu_container {
  right: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #000000;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 0px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #c90c0f;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 0px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  position: relative;
  padding-top: 140px;
}
#footer {
  position: relative;
  font-size: 80%;
  padding: 0px 0px 30px 0px;
  line-height: 1.3;
  color: white;
  background-color: black;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: black;
}
#footer a {
  color: inherit;
}
#footer p {
  margin-bottom: 8px;
}
#footer p:last-Child {
  margin-bottom: 0px;
}
#footer .flexcontainer {
  justify-content: flex-end;
  align-items: flex-end;
  gap: 40px;
}
#footer .flexcontainer .logo {
  width: 340px;
  max-width: 80%;
}
#footer .flexcontainer .logo img {
  display: block;
  width: 100%;
  /* transform: translateY(-17%); */
  top: -25px;
  margin-bottom: -25px;
  position: relative;
}
#footer .flexcontainer .legals {
  margin-left: auto;
  /* text-transform: uppercase; */
  text-align: right;
}
.section {
  padding: 75px 0px;
  position: relative;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #f8f8f8;
}
.accordeon .title {
  padding: 25px;
  color: #c90c0f;
  position: relative;
}
.accordeon .title .ic {
  color: #c90c0f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #bebebe;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  display: block;
  object-fit: cover;
  background-color: #bebebe;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
  border: 1px solid var(--color_boxes);
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #c90c0f;
}
.slick-dots li.slick-active button {
  background-color: #c90c0f;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.headlinebox {
  position: relative;
  margin-bottom: 50px;
}
#onepage_wrapper {
  position: relative;
}
#onepage_wrapper .section {
  padding: 100px 0px;
  position: relative;
}
#intro.section {
  padding: 0px;
}
#intro.section h1 {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  text-align: center;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 60px;
  transition: 0.6s all;
  opacity: 0;
  transform: translateX(-50%) translateY(0%);
}
#intro.section #keyvisual {
  position: relative;
  padding-bottom: 50%;
}
#intro.section #keyvisual img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.loaded #intro.section h1 {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#magazine .left {
  width: 60%;
}
#magazine .right {
  width: 40%;
}
#magazine .covers {
  display: flex;
  transform: translateX(20%);
  padding-bottom: 150px;
}
#magazine .covers img {
  width: 28%;
  position: relative;
  display: block;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.6);
  margin: 0px -8%;
  transform-origin: bottom center;
}
#magazine .covers img:nth-Child(1) {
  z-index: 4;
  transform: translateY(35%) rotate(-25deg);
}
#magazine .covers img:nth-Child(2) {
  z-index: 3;
  transform: translateY(10%) rotate(-12deg);
}
#magazine .covers img:nth-Child(3) {
  z-index: 2;
  transform: translateY(10%) rotate(12deg);
}
#magazine .covers img:nth-Child(4) {
  z-index: 1;
  transform: translateY(32%) rotate(25deg);
}
#latest .flexcontainer, #mag_list .flexcontainer {
  gap: 30px;
  display: flex;
}
#latest .flexcontainer .item, #mag_list .flexcontainer .item {
  width: 33.33%;
}
#latest .flexcontainer .item:nth-Child(2), #mag_list .flexcontainer .item:nth-Child(2) {
  transition-delay: 0.2s;
}
#latest .flexcontainer .item:nth-Child(3), #mag_list .flexcontainer .item:nth-Child(3) {
  transition-delay: 0.4s;
}
#latest .image, #mag_list .image {
  display: block;
  overflow: hidden;
}
#latest .image img, #mag_list .image img {
  display: block;
  transform: scale(1);
  transition: 0.4s all;
}
#latest .image:hover img, #mag_list .image:hover img {
  transform: scale(1.05);
}
#latest .issue, #mag_list .issue {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 500;
}
#mag_list .flexcontainer {
  flex-wrap: wrap;
}
#mag_list .flexcontainer .item {
  width: calc(25% - 25px);
  margin-bottom: 50px;
}
#news .flexcontainer, #events .flexcontainer {
  gap: 30px;
}
#news .item, #events .item {
  width: 33.33%;
}
#news .item.item:nth-Child(2), #events .item.item:nth-Child(2) {
  transition-delay: 0.2s;
}
#news .item.item:nth-Child(3), #events .item.item:nth-Child(3) {
  transition-delay: 0.4s;
}
#news .image, #events .image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
#news .image img, #events .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
  transform: scale(1);
}
#news .image:hover img, #events .image:hover img {
  transform: scale(1.04);
}
#news h3, #events h3 {
  max-width: 80%;
  min-height: 60px;
  margin-bottom: 10px;
}
#news .text, #events .text {
  font-size: 14px;
}
#news .text p:first-Child:first-letter, #events .text p:first-Child:first-letter {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
#news .date, #events .date {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 700;
}
#events .flexcontainer {
  gap: 50px;
}
#events .item {
  width: 50%;
}
#events .item.item:nth-Child(2) {
  transition-delay: 0.2s;
}
#events .item.item:nth-Child(3) {
  transition-delay: 0.4s;
}
#events .image {
  padding-bottom: 68%;
}
#ads .flexcontainer {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  gap: 30px;
}
#ads .flexcontainer > * {
  width: 33.33%;
}
#team .flexcontainer {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-start;
  gap: 30px;
}
#team .flexcontainer > * {
  width: 33.33%;
}
#team .flexcontainer .item:nth-Child(2) {
  transition-delay: 0.2s;
}
#team .flexcontainer .item:nth-Child(3) {
  transition-delay: 0.4s;
}
.divider {
  position: relative;
  margin: 2vh 0px;
  height: 20vh;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path d='M 10 0 L 0 10' fill='none' stroke='black' stroke-width='0.05' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
#prefooter {
  text-align: center;
  padding: 10px 0px 150px 0px;
}
.cta_container {
  padding-top: 40px;
  text-align: center;
}
.narrow_textbox {
  margin: auto;
  max-width: 750px;
}
.section.boxes .flexcontainer {
  flex-wrap: wrap;
  gap: 100px;
  margin: 50px auto;
  max-width: 800px;
}
.section.boxes .flexcontainer .item {
  width: calc(50% - 50px);
  box-sizing: border-box;
  margin-bottom: 50px;
}
.section.boxes .textbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.section.boxes .title {
  color: #e4013a;
  margin-bottom: 15px;
  text-transform: lowercase;
  font-size: 30px;
}
.section.boxes .icon {
  filter: invert(1);
  display: block;
  width: 80px;
  margin-right: 20px;
}
.section.gallery .gallery_slider {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.section.gallery .gallery_slider .item img {
  display: block;
  margin: auto;
  max-height: 700px;
}
.section.gallery .textbox {
  max-width: 1000px;
  margin: auto;
}
.section.gallery .slick-next, .section.gallery .slick-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 200%;
  padding: 0px;
  border-radius: 0px;
}
.section.gallery .slick-next:after, .section.gallery .slick-prev:after {
  display: none;
}
.section.gallery .slick-next:hover, .section.gallery .slick-prev:hover {
  text-decoration: none;
}
.section.gallery .slick-next {
  left: auto;
  right: 0px;
}
.section.gallery_tiles .gallery_tiles_container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
}
.section.gallery_tiles .gallery_tiles_container .item {
  position: relative;
  width: calc(25% - 10px);
  padding-bottom: 16%;
  overflow: hidden;
}
.section.gallery_tiles .gallery_tiles_container .item img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.25s all;
}
.section.gallery_tiles .gallery_tiles_container .item:hover img {
  transform: scale(1.05);
}
