@charset "UTF-8";
/*!
Theme Name: HUTTER Wordpress Theme
Theme URI: http://www.hutter.net/
Author: Cortex Media GmbH
Author URI: https://cortex-media.de
Description: Theme des 2019er Redesigns von HUTTER
Version: 1.0
Text Domain: hutter
*/
/* Variables
-------------------------------------------------------------------------------*/
/* Reset Stuff
-------------------------------------------------------------------------------*/
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #273582;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #273582;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee;
}

/* make ie11 render images better*/
img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  width: 100%;
}

/* Grid
-------------------------------------------------------------------------------*/
.grid-inner, .grid-outer {
  max-width: 1140px;
  margin: 0 auto;
  /*padding: 0 0 0 1%;*/
  /*Remove the 1% ...*/
  padding: 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

.col1 {
  width: 5.5%;
}

.col2 {
  width: 14%;
}

.col3 {
  width: 22.5%;
}

.col4 {
  width: 31%;
}

.col5 {
  width: 39.5%;
}

.col6 {
  width: 48%;
}

.col7 {
  width: 56.5%;
}

.col8 {
  width: 65%;
}

.col9 {
  width: 73.5%;
}

.col10 {
  width: 82%;
}

.col11 {
  width: 90.5%;
}

.col12 {
  width: 99%;
  margin: 0;
}

/* General
-------------------------------------------------------------------------------*/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.42857143em;
  background-color: #fff;
}

strong, b {
  font-weight: 700;
}

body, select, input, textarea {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  color: #273582;
  text-decoration: none;
}

a:hover {
  color: #273582;
  text-decoration: underline;
}

a:hover img.hover, a:hover div.hover {
  opacity: 0.8;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.margin-bottom-double {
  margin-bottom: 96px !important;
}

.margin-bottom-big {
  margin-bottom: 72px !important;
}

.margin-bottom {
  margin-bottom: 48px !important;
}

.margin-bottom-half {
  margin-bottom: 24px !important;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top-double {
  margin-top: 96px !important;
}

.margin-top {
  margin-top: 48px !important;
}

.margin-top-half {
  margin-top: 24px !important;
}

.no-margin-top {
  margin-top: 0;
}

.padding-right {
  padding-right: 35px;
}

.padding-right-half {
  padding-right: 12px;
}

.padding-top {
  padding-top: 48px !important;
}

.padding-bottom {
  padding-bottom: 48px !important;
}

.padding-bottom-double {
  padding-bottom: 96px !important;
}

.red {
  color: #273582;
}

.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.full-height {
  height: 100%;
}

.centered-text {
  text-align: center;
}

.text-padding-right {
  padding-right: 64px;
}

.grey_background .panel-grid-cell {
  background: #f4f4f4;
  margin-bottom: 48px;
}
.grey_background .panel-grid-cell .text-banner {
  margin-bottom: 0;
}

h1 {
  font-size: 2.4em;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 36px;
  font-weight: 700;
}

h2 {
  font-size: 1.8em;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 18px;
  font-weight: 300;
}

h1 + h2 {
  margin-top: -30px;
}

h3 {
  font-size: 1em;
  margin-bottom: 12px;
  line-height: 1.2em;
  color: #000;
  font-weight: 700;
}

p {
  margin-bottom: 1.375em;
}

.full-width {
  width: 100%;
}

ul, ol {
  margin-bottom: 1.375em;
  list-style: disc outside;
}
ul li, ol li {
  margin-left: 1em;
  margin-bottom: 1em;
}

ol {
  list-style: decimal outside;
}

.cortex-text {
  line-height: 1.75em;
}

.multi-columns {
  columns: 2 24em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  column-gap: 5%;
}

.hidden {
  display: none;
}

/* Header
-------------------------------------------------------------------------------*/
.header {
  margin: 24px 0 46px;
}
.header .grid-inner {
  display: flex;
  justify-content: space-between;
}
.header .logo-container {
  width: 244px;
}
.header .logo-container img {
  display: block;
}
.header .icons {
  text-align: right;
  padding-top: 18px;
}
.header .social-icons {
  display: flex;
  align-items: center;
}
.header .social-icons .social-icon {
  width: 36px;
  margin-right: 12px;
  display: inline-block;
}
.header .social-icons .social-icon img {
  display: block;
}
.header .social-icons .social-icon:last-child {
  margin-right: 0;
}

.searchbar-container, .mobile-search-bar {
  width: 33%;
  padding-top: 18px;
}
.searchbar-container .search-form, .mobile-search-bar .search-form {
  position: relative;
}
.searchbar-container .search-form input.search, .mobile-search-bar .search-form input.search {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  background: #fafafa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  box-shadow: inset 0 1px 1px #dadae5;
  color: #7b7b7b;
  width: 100%;
}
.searchbar-container .search-form .main-search--button, .mobile-search-bar .search-form .main-search--button {
  height: 34px;
  width: 34px;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.searchbar-container .search-form .search-button-text, .mobile-search-bar .search-form .search-button-text {
  display: none;
}

.mobile-search-bar {
  width: 100%;
  background-color: #efefef;
  padding: 16px;
  display: none;
}

.menu-hauptmenue-container, .menu-hauptmenue-englisch-container {
  display: inline-block;
}

.menu-container {
  text-align: center;
  margin-bottom: 6px;
}
.menu-container ul.menu {
  display: inline-block;
  margin: 0 auto;
}
.menu-container ul.menu li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #000;
  margin: 0;
  position: relative;
}
.menu-container ul.menu li a {
  color: #000;
  font-size: 0.9em;
  text-transform: uppercase;
  transition: text-shadow 0.3s;
}
.menu-container ul.menu li a:hover {
  text-decoration: none;
  color: #273582;
  text-shadow: 0 0 0.65px #273582, 0 0 0.65px #273582;
}
.menu-container ul.menu li.current_page_item a, .menu-container ul.menu li.current_page_parent a {
  text-decoration: none;
  color: #273582;
  text-shadow: 0 0 0.65px #273582, 0 0 0.65px #273582;
}
.menu-container ul.menu li:first-child {
  padding-left: 0;
}
.menu-container ul.menu li:last-child {
  border: 0;
  padding-right: 0;
}
.menu-container ul.sub-menu {
  display: none;
  position: absolute;
  left: -5px;
  padding-top: 7px;
  z-index: 1000;
}
.menu-container ul.sub-menu li {
  border-right: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
.menu-container ul.sub-menu li a {
  padding: 8px 24px 8px 20px;
  color: #fff !important;
  background-color: #273582;
  width: 100%;
  display: block;
}
.menu-container ul.sub-menu li a:hover {
  text-decoration: underline;
}
.menu-container ul.sub-menu li:first-child a {
  padding-top: 16px;
}
.menu-container ul.sub-menu li:last-child a {
  padding-bottom: 16px;
}
.menu-container ul.sub-menu li.current_page_item a {
  text-decoration: underline;
}

ul.menu li.empty > a {
  cursor: default;
}

ul.menu li:hover > ul.sub-menu {
  display: block;
}

.royalSlider {
  height: 422px;
  width: 108%;
  margin-left: -4%;
  margin-bottom: 32px;
  visibility: hidden;
}
.royalSlider .frontpage-slide {
  position: relative;
}

.frontpage-slide, .header-image {
  max-width: 1140px;
}
.frontpage-slide .grid-inner, .header-image .grid-inner {
  position: absolute;
  bottom: 46px;
  left: 6%;
}
.frontpage-slide .grid-inner .slider-info-box, .header-image .grid-inner .slider-info-box {
  background-color: #273582;
  padding: 12px;
  font-size: 1.3em;
  line-height: 1.6em;
  display: block;
  color: #fff;
  text-decoration: none;
  max-width: 600px;
}
.frontpage-slide .grid-inner a.slider-info-box:hover, .header-image .grid-inner a.slider-info-box:hover {
  background-color: #374ab2;
}
.frontpage-slide .grid-inner .link-indicator, .header-image .grid-inner .link-indicator {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
}

.header-image {
  position: relative;
  height: 34.386vw;
  margin-bottom: 48px;
}
.header-image .stretched-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-image .grid-inner {
  left: 4%;
}

/* Hamburger & Mobile Search
-------------------------------------------------------------------------------*/
.mobile-icons {
  display: none;
  /* Burger animation */
}
.mobile-icons .mobile-search-icon {
  height: 34px;
  width: 34px;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}
.mobile-icons .mobile-search-icon:hover {
  opacity: 0.7;
}
.mobile-icons .hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-right: 12px;
}
.mobile-icons .hamburger .is-active:hover {
  opacity: 0.7;
}
.mobile-icons .hamburger .is-active .hamburger-inner,
.mobile-icons .hamburger .is-active .hamburger-inner::before,
.mobile-icons .hamburger .is-active .hamburger-inner::after {
  background-color: #000;
}
.mobile-icons .hamburger:hover {
  opacity: 0.7;
}
.mobile-icons .hamburger-box {
  width: 40px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.mobile-icons .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.mobile-icons .hamburger-inner, .mobile-icons .hamburger-inner::before, .mobile-icons .hamburger-inner::after {
  width: 40px;
  height: 4px;
  /*background-color: #fff;
  box-shadow: $textShadow;*/
  background-color: #757575;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mobile-icons .hamburger-inner::before, .mobile-icons .hamburger-inner::after {
  content: "";
  display: block;
}
.mobile-icons .hamburger-inner::before {
  top: -10px;
}
.mobile-icons .hamburger-inner::after {
  bottom: -10px;
}
.mobile-icons .hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.mobile-icons .hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-icons .hamburger--3dx .hamburger-inner::before, .mobile-icons .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-icons .hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  box-shadow: none;
  transform: rotateY(180deg);
}
.mobile-icons .hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
  box-shadow: none;
}
.mobile-icons .hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  box-shadow: none;
}

.mobile-menu {
  display: none;
  border-top: 1px solid #273582;
  border-bottom: 1px solid #273582;
}
.mobile-menu .menu-hauptmenue-container, .mobile-menu .menu-hauptmenue-englisch-container {
  display: block;
}
.mobile-menu ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-menu ul li {
  display: block;
  padding-left: 16px;
  margin: 0;
}
.mobile-menu ul li a {
  position: relative;
  color: #000;
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid #d7d7d7;
}
.mobile-menu ul li a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
.mobile-menu ul li.menu-item-has-children > a .open-sub-menu {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.3em;
  background-image: url("assets/img/plus-icon.svg");
  background-size: contain;
  background-position: center;
}
.mobile-menu ul.sub-menu {
  display: none;
}
.mobile-menu ul.sub-menu li {
  padding-left: 16px;
}
.mobile-menu ul.sub-menu li a {
  font-size: 0.9em;
}

/* Text Banner
-------------------------------------------------------------------------------*/
.text-banner, .map-banner {
  margin-bottom: 48px;
}
.text-banner .grey-content, .map-banner .grey-content {
  background-color: #f4f4f4;
  padding: 12px;
  display: block;
}
.text-banner h2, .text-banner h3, .map-banner h2, .map-banner h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 700;
}
.text-banner h3, .map-banner h3 {
  font-weight: 400;
  font-size: 1.1em;
}
.text-banner .border, .map-banner .border {
  margin: 9px 0 18px;
  border-bottom: 1px solid #2a3482;
}
.text-banner a.main-link:hover, .map-banner a.main-link:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}
.text-banner a, .map-banner a {
  color: #000;
}
.text-banner a:hover, .map-banner a:hover {
  text-decoration: underline;
}
.text-banner .text-banner-image, .map-banner .text-banner-image {
  height: 14.4vw;
  display: block;
  position: relative;
  max-height: 230px;
}
.text-banner .text-banner-image img, .map-banner .text-banner-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.text-banner .text-content, .map-banner .text-content {
  padding: 12px 18px;
}
.text-banner .text-content p:last-child, .map-banner .text-content p:last-child {
  margin-bottom: 0;
}
.text-banner ul li, .map-banner ul li {
  margin-bottom: 0.5em;
}

.text-banner .images-container .text-banner-image {
  float: left;
  padding-right: 3%;
  border-right: 16px solid #fff;
}

#gmap-canvas {
  height: 14.4vw;
  width: 100%;
  display: block;
  margin-bottom: 18px;
  max-height: 230px;
}

.appointments .appointment-teaser {
  margin-bottom: 16px;
}
.appointments .appointment-teaser .date {
  font-size: 0.9em;
}
.appointments .appointment-teaser .title {
  font-weight: bold;
  line-height: 1.1em;
}
.appointments .appointment {
  margin-bottom: 48px;
}
.appointments .appointment .date {
  font-size: 0.9em;
}
.appointments .appointment .title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 16px;
}
.appointments .appointment .description, .appointments .appointment .place, .appointments .appointment .time-details, .appointments .appointment .more-link {
  font-size: 0.9em;
}
.appointments .appointment .place {
  margin-bottom: 16px;
}
.appointments .appointment .time-details p {
  margin-bottom: 0.7em;
}

/* Blaue Tabelle
-------------------------------------------------------------------------------*/
.blue-table {
  background-color: #2a3482;
  padding: 14px 18px 14px 50px;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.blue-table h2 {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 24px;
}
.blue-table table td {
  font-size: 1.2em;
  padding: 3px 36px 3px 0;
}
.blue-table table tr:last-child td {
  padding-bottom: 0;
}

/* Bilder Laufband
-------------------------------------------------------------------------------*/
.picture-marquee {
  height: 240px;
  margin-bottom: 48px;
  position: relative;
}
.picture-marquee .slick-arrow {
  width: 44px;
  height: 64px;
  background-color: #e3e3e3;
  /*-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);*/
}
.picture-marquee .slick-arrow:hover {
  background-color: #d7d7d7;
}
.picture-marquee .slick-prev {
  left: -44px;
  /*-webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);*/
}
.picture-marquee .slick-prev:before, .picture-marquee .slick-next:before {
  background: url("assets/img/arrows.png");
  background-size: 22px 22px;
  background-position: 0 0;
  content: " ";
  height: 22px;
  width: 11px;
  margin: 0 auto;
  display: block;
}
.picture-marquee .slick-next {
  right: -44px;
}
.picture-marquee .slick-next:before {
  background-position: 11px 0;
}
.picture-marquee .picture {
  text-align: center;
  padding: 16px;
  /*margin-top: 50%;
  transform: translateY(-50%);*/
}
.picture-marquee .picture a {
  margin-bottom: 16px;
}

/* Bildergalerie
-------------------------------------------------------------------------------*/
.image-galleries {
  margin-top: 48px;
}
.image-galleries .galeries {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.image-galleries .gallery-teaser {
  width: 22.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.image-galleries .gallery-teaser h3 {
  font-size: 1.15em;
}
.image-galleries .gallery-teaser .teaser-image {
  height: 12.96vw;
  background-size: cover;
  background-position: center;
  display: block;
}
.image-galleries .gallery-teaser:nth-child(4n) {
  margin-right: 0;
}
.image-galleries .gallery-teaser:hover img {
  opacity: 0.8;
}

.back-link-container {
  margin-top: 48px;
}
.back-link-container a {
  text-transform: uppercase;
  font-size: 1.2em;
}

/* Formulare
-------------------------------------------------------------------------------*/
.form {
  font-family: "Roboto Condensed", sans-serif !important;
}
.form label, .form .label {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: block;
}
.form h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 24px;
  margin-top: 48px;
}
.form input[type=text], .form input[type=email], .form textarea {
  font-size: 1.2em;
  border-radius: 0;
  border: 1px solid #000;
  padding: 5px 13px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  width: 87%;
  -webkit-appearance: none;
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form textarea::placeholder {
  font-size: 1em;
  font-weight: 300;
  color: #000;
}
.form input[type=checkbox], .form input[type=radio] {
  vertical-align: middle;
  margin-right: 8px;
}
.form select {
  font-size: 1.2em;
  border-radius: 0;
  border: 1px solid #000;
  padding: 5px 13px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  width: 87%;
}
.form .form-item {
  margin-bottom: 24px;
}

/* Footer
-------------------------------------------------------------------------------*/
.footer {
  margin-top: 64px;
  margin-bottom: 64px;
}
.footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-col {
  background-color: #f4f4f4;
  width: 22.5%;
  margin-right: 3%;
}
.footer .footer-col h3 {
  background-color: #918b93;
  font-weight: 400;
  font-size: 1.25em;
  padding: 6px 8px;
  margin-bottom: 0;
  color: #fff;
}
.footer .footer-col .content-inner {
  padding: 16px 8px 32px 8px;
}
.footer .footer-col a {
  color: #000;
  text-decoration: none;
}
.footer .footer-col a:hover {
  text-decoration: underline;
}
.footer .footer-col ul li {
  margin-bottom: 0.2em;
}
.footer .footer-col.last {
  margin-right: 0;
}
.footer .phone {
  margin-bottom: 1.175em;
  font-weight: 700;
  font-size: 1.23em;
  display: inline-block;
}

/* Timeline
-------------------------------------------------------------------------------*/
.timeline .entry {
  margin-bottom: 24px;
}
.timeline .image {
  margin-top: 24px;
}
.timeline .year {
  font-weight: bold;
}

/* Timeline
-------------------------------------------------------------------------------*/
/*.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.gallery-box {
    margin-bottom: $margin-bottom/2;
    border: 1px solid $background-mid-grey;
    padding: 5px;
    width: 31%;
}*/
.image-gallery-container {
  margin-top: 48px;
}

.grid-sizer, .grid-item {
  width: 31.7%;
}

.gutter-sizer {
  width: 0.9%;
}

.grid-item img {
  display: block;
  margin-bottom: 0.9vw;
}

/* Newsübersicht
-------------------------------------------------------------------------------*/
.news-overview {
  display: flex;
  flex-wrap: wrap;
}
.news-overview .news-tile {
  width: 30.5%;
  margin-bottom: 24px;
  font-size: 0.9em;
  margin-right: 3%;
}
.news-overview .news-tile .news-image {
  position: relative;
  height: 250px;
  margin-bottom: 16px;
}
.news-overview .news-tile .news-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  top: 50%;
  left: 50%;
}
.news-overview .news-tile .title {
  font-weight: 700;
  margin-bottom: 16px;
}
.news-overview .news-tile .date {
  margin-bottom: 12px;
}
.news-overview .news-tile:nth-child(3n) {
  margin-right: 0;
}
.news-overview .news-tile .more {
  margin-top: 24px;
}

/* Download Lists
-------------------------------------------------------------------------------*/
.download-lists .list {
  margin-bottom: 24px;
}

/* Language Switcher
-------------------------------------------------------------------------------*/
.language-switcher {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.language-switcher .language {
  display: inline-block;
  margin-right: 8px;
}
.language-switcher .language img {
  display: block;
}
.language-switcher .language:last-child {
  margin-right: 0;
}

.mobile-menu .language-switcher {
  float: none;
  display: block;
  margin: 16px 0;
  text-align: center;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media screen and (min-width: 1680px) {
  .grid-outer {
    max-width: 1600px;
  }

  .royalSlider {
    height: 422px;
  }
}
@media screen and (min-width: 1140px) {
  .header-image {
    height: 392px;
  }
}
@media screen and (max-width: 1230px) {
  .royalSlider {
    width: 100%;
    margin-left: 0;
    height: 29.1vw;
  }
}
@media screen and (max-width: 1180px) {
  .grid-inner {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .text-banner .text-banner-image {
    height: 360px;
  }

  #gmap-canvas {
    height: 360px;
  }
}
@media screen and (max-width: 900px) {
  /* Masonry
  -------------------------------------*/
  .grid-item, .grid-sizer {
    width: 48.2%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-icons {
    display: inline-block;
    margin-bottom: 16px;
  }

  .menu-container, .searchbar-container {
    display: none;
  }

  .footer .footer-col {
    width: 48.5%;
    margin-bottom: 24px;
  }
  .footer .footer-col:nth-child(2n) {
    margin-right: 0;
  }

  .header-image {
    margin-bottom: 132px;
  }
  .header-image .grid-inner {
    left: 0;
    bottom: -61px;
    width: 100%;
  }
  .header-image .grid-inner .slider-info-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .header {
    margin: 16px 0;
  }
  .header .icons {
    padding-top: 0;
  }

  /*.royalSlider {
      height: 50vw;
  }*/
  .frontpage-slide .grid-inner .slider-info-box {
    font-size: 1em;
    max-width: 80%;
    margin-left: 24px;
    padding: 8px;
  }

  .header-image {
    margin-bottom: 82px;
  }
  .header-image .grid-inner {
    bottom: -48px;
  }
  .header-image .grid-inner .slider-info-box {
    font-size: 1em;
  }

  .logo-container img {
    width: 144px;
  }

  .footer .footer-col {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer .footer-col:nth-child(n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .grid-item, .grid-sizer {
    width: 99.1%;
  }
}
.button.blue, input[type=submit] {
  border: 0;
  background: #273582;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
}
.button.blue:hover, input[type=submit]:hover {
  background: #4a528c;
  text-decoration: none;
}
.button.blue.small, input[type=submit].small {
  font-size: 1em;
  padding: 8px 16px;
}

.assortment {
  display: flex;
  flex-wrap: wrap;
}
.assortment .product-tile {
  max-width: 30.5%;
  width: 30.5%;
  margin: 0 1.41% 48px;
  display: flex;
  flex-direction: column;
}
.assortment .product-tile h3 {
  font-size: 1.25em;
}
.assortment .product-tile .short-text {
  margin-bottom: 24px;
}
.assortment .product-tile .product-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 8px;
}
.assortment .product-tile .product-image img {
  max-height: 100%;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.assortment .product-tile .game-facts {
  margin-top: auto;
  font-size: 0.9em;
}
.assortment .product-tile .game-facts .fact-row {
  margin-bottom: 8px;
}
.assortment .product-tile .game-facts .icon-container {
  width: 52px;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
}
.assortment .product-tile .game-facts .icon {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

#game-finder {
  background-color: #e7e7e7;
  padding: 24px;
  margin-bottom: 48px;
}
#game-finder .fields {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#game-finder .fields label {
  display: block;
  font-weight: 700;
}
#game-finder .fields .form-field {
  max-width: 34%;
  padding-right: 2.5rem;
  margin-bottom: 16px;
}
#game-finder .fields .form-field:last-child {
  padding-right: 0;
}
#game-finder .fields .form-field input {
  margin-right: 0.75rem;
}
#game-finder .fields input, #game-finder .fields select {
  font-size: 1.1em;
  padding: 7px;
}
#game-finder input[type=submit], #game-finder button {
  border: 0;
  background: #273582;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  padding: 12px 24px;
}
#game-finder input[type=submit]:hover, #game-finder button:hover {
  background: #4a528c;
}
#game-finder .search-field {
  width: 50%;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
}
.product-details .product-infos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-details .product-infos .info-row {
  width: 50%;
}
.product-details .product-infos .info-row .info-title {
  color: #7b7b7b;
}
.product-details .text-content {
  width: 54%;
  margin-right: 3%;
}
.product-details .text-content .description {
  padding-right: 16px;
}
.product-details .images {
  width: 43%;
}
.product-details .game-facts {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  /*.icon-container {
      width: 52px;
      margin-right: 8px;
      text-align: center;
      display: inline-block;
  }*/
}
.product-details .game-facts .fact-row {
  margin-bottom: 24px;
  width: 50%;
  min-width: 50%;
}
.product-details .game-facts .icon {
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
}

.stage.empty {
  height: 120px;
}

.image-preview-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.image-preview-boxes .image-preview {
  width: 29.8%;
  margin: 0 1.76% 16px;
  border: 1px solid #7b7b7b;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.image-preview-boxes .image-preview img {
  display: block;
}
.image-preview-boxes .image-preview:hover {
  opacity: 0.8;
}

.download-images .image-preview-boxes .image-preview {
  width: 16.44%;
  margin: 0 1.76% 16px;
}

/* Markenübersicht
-------------------------------------------------------------------------------*/
.brand-overview, .category-overview {
  display: flex;
  flex-wrap: wrap;
}
.brand-overview .brand-tile, .brand-overview .category-tile, .category-overview .brand-tile, .category-overview .category-tile {
  display: flex;
  width: 16.5%;
  margin: 0 1.41% 24px;
  text-align: center;
  text-decoration: none;
  flex-wrap: wrap;
  flex-direction: column;
}
.brand-overview .brand-tile .brand-image, .brand-overview .brand-tile .category-image, .brand-overview .category-tile .brand-image, .brand-overview .category-tile .category-image, .category-overview .brand-tile .brand-image, .category-overview .brand-tile .category-image, .category-overview .category-tile .brand-image, .category-overview .category-tile .category-image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  flex: 1 0 auto;
  margin-bottom: 24px;
}
.brand-overview .brand-tile .brand-image img, .brand-overview .brand-tile .category-image img, .brand-overview .category-tile .brand-image img, .brand-overview .category-tile .category-image img, .category-overview .brand-tile .brand-image img, .category-overview .brand-tile .category-image img, .category-overview .category-tile .brand-image img, .category-overview .category-tile .category-image img {
  max-width: 85%;
}
.brand-overview .brand-tile:hover, .brand-overview .category-tile:hover, .category-overview .brand-tile:hover, .category-overview .category-tile:hover {
  opacity: 0.8;
}
.brand-overview .brand-tile h3, .brand-overview .category-tile h3, .category-overview .brand-tile h3, .category-overview .category-tile h3 {
  width: 100%;
}
.brand-overview .category-tile.no-image, .category-overview .category-tile.no-image {
  position: relative;
}
.brand-overview .category-tile.no-image .category-image, .category-overview .category-tile.no-image .category-image {
  padding-bottom: 56%;
  margin-bottom: 24px;
}
.brand-overview .category-tile.no-image h3, .category-overview .category-tile.no-image h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5em;
  background: #fff;
  padding: 0;
}
.brand-overview .category-tile .category-image, .category-overview .category-tile .category-image {
  padding-bottom: 65%;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.brand-overview .category-tile h3, .category-overview .category-tile h3 {
  background: #e7e7e7;
  padding: 12px;
  display: block;
}

/* Vertreter
-------------------------------------------------------------------------------*/
.representer-heading {
  font-size: 1.25em;
}

.representers {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.representers .representer {
  width: 18.5%;
  font-size: 0.9em;
  margin-right: 1.5%;
  margin-bottom: 24px;
}
.representers .representer .image-container {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 500ms ease;
  margin-bottom: 16px;
}
.representers .representer .image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  min-height: 100%;
}
.representers .representer .image-container:hover img {
  width: 100%;
}

/* FAQ
-------------------------------------------------------------------------------*/
.faq-container .faq {
  margin-bottom: 48px;
}
.faq-container .faq .question, .faq-container .faq .question p {
  font-weight: 700;
}

/* Product Marquee
-------------------------------------------------------------------------------*/
.picture-marquee .picture {
  display: flex !important;
  flex-wrap: wrap;
  height: 333px;
  justify-content: space-around;
}
.picture-marquee .picture a {
  width: 100%;
}
.picture-marquee .picture img {
  max-height: 253px;
  width: auto;
}
.picture-marquee .picture h3 {
  align-self: flex-end;
}

/* Ajax Loader
-------------------------------------------------------------------------------*/
.ajax-loader {
  position: relative;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  display: none;
}

.ajax-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 12px;
  background: #fff;
  animation: ajax-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.ajax-loader div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.ajax-loader div:nth-child(2) {
  left: 24px;
  animation-delay: -0.12s;
}

.ajax-loader div:nth-child(3) {
  left: 42px;
}

@keyframes ajax-loader {
  0% {
    top: 6px;
    height: 48px;
  }
  50%, 100% {
    top: 16px;
    height: 24px;
  }
}
.ajax-loader.dark div {
  background-color: #7b7b7b;
}

/* Select2 Styling
-------------------------------------------------------------------------------*/
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  background: #fafafa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  color: #7b7b7b;
}

/* Pagination
-------------------------------------------------------------------------------*/
.pagination {
  margin: 72px 0 24px;
}
.pagination .page-numbers {
  border: 0;
  background: #273582;
  color: #fff;
  font-size: 1em;
  padding: 8px 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
}
.pagination .page-numbers.current {
  cursor: auto;
  background: #918b93;
}
.pagination .page-numbers.current:hover {
  background: #918b93;
}
.pagination .page-numbers:hover {
  background: #4a528c;
  text-decoration: none;
  color: #fff;
}

/* Multiple Downloads
-------------------------------------------------------------------------------*/
.button.start-download-button {
  display: none;
}

#download-multiple-selection {
  margin-bottom: 48px;
}
#download-multiple-selection .selected-file {
  margin-bottom: 24px;
  font-weight: bold;
}
#download-multiple-selection .selected-file .delete-selection {
  width: 20px;
  margin-left: 12px;
  vertical-align: middle;
  cursor: pointer;
}
#download-multiple-selection .selected-file .delete-selection:hover {
  opacity: 0.8;
}

.download-started {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 1.25em;
  display: none;
}

/* Media Queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .stage.empty {
    height: 32px;
  }

  .news-overview {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .assortment .product-tile {
    width: 47%;
    max-width: 47%;
  }

  .stage.empty {
    display: none;
  }

  #game-finder .fields .form-field {
    max-width: 50%;
  }
  #game-finder .fields .search-field {
    max-width: 100%;
    width: 100%;
  }

  .product-details .text-content, .product-details .images {
    margin-right: 0;
    width: 100%;
  }
  .product-details .images {
    margin-bottom: 48px;
  }

  .representers .representer {
    width: 30.5%;
    margin-right: 1.5%;
  }
  .representers .representer .image-container {
    height: auto;
    padding-bottom: 100%;
  }
  .representers .representer .image-container img {
    width: 100%;
  }
  .representers .representer:nth-child(3n) {
    margin-right: 0;
  }

  .news-overview .news-tile {
    width: 47.5%;
  }
  .news-overview .news-tile:nth-child(2n) {
    margin-right: 0;
  }
  .news-overview .news-tile:nth-child(3n) {
    margin-right: 3%;
  }

  .picture-marquee .slick-arrow {
    width: 32px;
    height: 48px;
  }

  .picture-marquee .slick-next {
    right: 0;
    top: auto;
    bottom: -44px;
  }

  .picture-marquee .slick-prev {
    left: 0;
    top: auto;
    bottom: -44px;
  }
}
@media screen and (max-width: 630px) {
  .assortment .product-tile {
    width: 96%;
    max-width: 96%;
  }

  #game-finder .fields {
    font-size: 0.9em;
  }
  #game-finder .fields .form-field {
    max-width: 50%;
    width: 50%;
  }
  #game-finder .fields .form-field input, #game-finder .fields .form-field select {
    font-size: 0.9em;
  }
  #game-finder .fields .form-field:first-child, #game-finder .fields .form-field:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }

  .news-overview .news-tile {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 96px;
  }

  .product-details .game-facts {
    margin-left: 12px;
  }
  .product-details .margin-bottom {
    margin-bottom: 24px !important;
  }

  .representers .representer {
    width: 47.5%;
    margin-right: 1.5% !important;
  }
  .representers .representer:nth-child(2n) {
    margin-right: 0 !important;
  }

  .brand-overview .brand-tile, .brand-overview .category-tile, .category-overview .brand-tile, .category-overview .category-tile {
    width: 47%;
  }
  .brand-overview .brand-tile .brand-image img, .brand-overview .brand-tile .category-image img, .brand-overview .category-tile .brand-image img, .brand-overview .category-tile .category-image img, .category-overview .brand-tile .brand-image img, .category-overview .brand-tile .category-image img, .category-overview .category-tile .brand-image img, .category-overview .category-tile .category-image img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
