@import "/themes/base/fonts/akkurat_fontsheet.css";
/**
    *
    * Main Layout

	 Farbcodes:
	Body:Background Header:Background > Buttons:Background
	#ffffff
	Rot > Links > Buttons:hover > Arrow down
	#DA0C18
	Buttons:Border > Font
	#000000
	Buttons:Background
	#ffffff
	SubNav:Background > Iconblock Icons (rot oder dunkelgrau)
	#CE0012
	#191919
	Headings > Navigation > Text
	#222222
	Teaser > Footer > Headings > Text
	#ffffff
	Blog:Background
	#0061A127
	Referenzen:hover
	#222222BF
	LogoSlider:Background
	#F8F8F8
	Footer Background
	#0061a0

    *
**/
/* Cookiemeldung (vor config, damit die Variablen in der config überschrieben werden können)
--------------------------------------------- */
/* Fonts */
/* Headings */
/* Navigation */
/* Font Color */
/* Link Color */
/* Button Color (Teaser, etc.) */
/* Background Color */
/* Teaser */
/* Form */
/* Footerlinks */
/* Social Media Icons */
/* Text */
.hyphenate {
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}
.langswitch-container {
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 1;
}
.langswitch-container .langswitcher {
  border: none;
  padding: 0;
  color: #222222;
}
.langswitch-container .langswitcher .link {
  color: #222222;
}
.langswitch-container .langswitcher .link:hover {
  color: #da0c18;
}
.langswitch-container .langswitcher .current {
  color: #da0c18;
}
/* Navigation
-------------------------------------------- */
nav#Navigation {
  margin: 18px 0 0 0;
  text-align: right;
}
nav#Navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav#Navigation ul li {
  display: inline-block;
  padding: 0 0 4px;
  margin: 0 0 0 40px;
  position: relative;
  border-bottom: 3px solid #ffffff;
}
nav#Navigation ul li.first {
  margin: 0;
}
nav#Navigation ul li.current,
nav#Navigation ul li.section {
  border-bottom: 3px solid #da0c18;
}
nav#Navigation ul li a {
  font-family: 'Akkurat', 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222222;
  padding: 0;
  margin: 0;
}
nav#Navigation ul li a:hover,
nav#Navigation ul li a.hover {
  color: #da0c18;
}
nav#Navigation ul li .subNav {
  min-width: 345px;
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 999;
  overflow: visible !important;
}
nav#Navigation ul li .subNav.right {
  left: inherit;
  right: 0;
}
nav#Navigation ul li .subNav ul {
  width: 100%;
  padding: 20px;
  background: #333;
  text-align: left;
}
nav#Navigation ul li .subNav ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
nav#Navigation ul li .subNav ul li:hover,
nav#Navigation ul li .subNav ul li.current,
nav#Navigation ul li .subNav ul li.section {
  text-decoration: none;
  border: none;
}
nav#Navigation ul li .subNav ul li a {
  width: 100%;
  padding: 8px 0 8px 15px;
  margin: 0;
  font-family: 'Akkurat', 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  color: #f8f8f8;
}
nav#Navigation ul li .subNav ul li a:hover {
  color: #000000;
}
nav#Navigation ul li .subNav ul li a:hover,
nav#Navigation ul li .subNav ul li a.current,
nav#Navigation ul li .subNav ul li a.section {
  color: #ffffff;
}
nav#Navigation ul li .subNav ul li a:before {
  position: absolute;
  right: 10px;
  top: 25%;
  transform: translate(-25%, 0);
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: all 0.3s ease;
}
nav#Navigation ul li .subNav ul li a:hover:before {
  right: 0;
}
nav#Navigation ul li ul.thirdNavigationlvl {
  display: none;
  position: absolute;
  left: 325px;
  top: -20px;
  visibility: visible;
  background: #444;
  z-index: 9999;
}
nav#Navigation ul li ul.thirdNavigationlvl.right {
  left: inherit;
  right: 325px;
}
nav#Navigation ul li ul.thirdNavigationlvl li a {
  color: #fff;
}
nav#Navigation ul li ul.thirdNavigationlvl li a.section,
nav#Navigation ul li ul.thirdNavigationlvl li a.current {
  color: #da0c18;
}
@media only screen and (max-width: 1229px) {
  nav#Navigation ul li {
    margin: 0 0 0 20px;
  }
  nav#Navigation ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  nav#Navigation ul li .subNav {
    top: 65px;
  }
}
@media only screen and (max-width: 987px) {
  nav#Navigation {
    text-align: left;
  }
}
.mobile-nav-container {
  display: none;
  visibility: hidden;
}
.mobile-nav-container,
ul.child-nav-element {
  width: 83%;
  height: 100%;
  display: block;
  background: #888888;
  overflow: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.mobile-nav-container {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
ul.child-nav-element {
  width: 100%;
  padding: 20px 30px;
}
#mobile-nav {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  background: #888888;
  overflow: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
}
.mobile-nav-container.nav-is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.mobile-nav-block {
  width: 100%;
  position: relative;
}
.mobile-nav-block ul {
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
}
.mobile-nav-block ul.nav-is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-nav-block ul li {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.mobile-nav-block ul a {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  margin: 0;
  font-size: 1.250rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.mobile-nav-block ul a .icon-ele .normal {
  display: inline-block;
}
.mobile-nav-block ul a .icon-ele .hover {
  display: none;
}
.mobile-nav-block a,
.mobile-nav-block ul a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-nav-block a.children::before,
.mobile-nav-block a.children::after,
.mobile-nav-block a.parentback::before,
.mobile-nav-block a.parentback::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: 16px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-nav-block a.children::before,
.mobile-nav-block a.children::after {
  right: -10px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.mobile-nav-block a.parentback::before,
.mobile-nav-block a.parentback::after {
  left: -10px;
  -webkit-transform-origin: 16px 50%;
  -moz-transform-origin: 16px 50%;
  -ms-transform-origin: 16px 50%;
  -o-transform-origin: 16px 50%;
  transform-origin: 16px 50%;
}
.mobile-nav-block a.children::before,
.mobile-nav-block a.parentback::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav-block a.children::after,
.mobile-nav-block a.parentback::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mobile-nav-block ul.moves-out > li > a {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.mobile-nav-block ul li a:hover,
.mobile-nav-block ul li a.current,
.mobile-nav-block ul li a.section,
.mobile-nav-block ul li a.section:hover,
.mobile-nav-block ul li a.current:hover {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.mobile-nav-block ul > li > a.children {
  padding: 20px 25px 20px 0;
}
.mobile-nav-block ul > li > a.parentback {
  padding: 20px 0 20px 30px !important;
}
@media only screen and (max-width: 987px) {
  header {
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }
  main {
    background: #fff;
  }
  main,
  footer {
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }
  header.nav-is-visible,
  main.nav-is-visible,
  footer.nav-is-visible {
    -webkit-transform: translateX(-83%);
    -moz-transform: translateX(-83%);
    -ms-transform: translateX(-83%);
    -o-transform: translateX(-83%);
    transform: translateX(-83%);
  }
}
nav#Navigation {
  padding: 0 100px 0 0;
}
nav#Navigation ul li.current,
nav#Navigation ul li.section {
  border-bottom: 3px solid #CE0012;
}
nav#Navigation ul li .BigNavTitle {
  cursor: pointer;
}
nav#Navigation ul li .subNav.bigsubNav {
  position: fixed;
  width: 100%;
  padding: 60px 0;
  margin: 0;
  top: 119px;
  background: #CE0012;
  text-align: left;
  z-index: 1000;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block {
  max-width: 100%;
  padding: 0 10px;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block .nav-title-container {
  height: 40px;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block .nav-title-container .nav-fa {
  height: inherit;
  float: left;
  margin: 0;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block .nav-title-container .navicon {
  width: 40px;
  float: left;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block .nav-title-container .nav-title {
  height: inherit;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block .nav-title-container .nav-title h3 {
  font-size: 1.0rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0 0 55px;
  margin: 0;
  height: inherit;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a {
  color: #ffffff;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a:hover i {
  color: #0061a0 !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a:hover h3 {
  color: #FFFFFF !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a.current i {
  color: #0061a0 !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a.current i:hover {
  color: #0061a0 !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block a.current h3 {
  color: #FFFFFF !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block i {
  display: block;
  margin: 0;
  font-size: 35px;
  font-weight: 100;
  color: #FFFFFF;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul {
  padding: 0;
  background: none;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li {
  padding-left: 55px;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li:hover,
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li.current,
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li.section {
  color: #0061a0 !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a {
  font-weight: 300;
  font-size: 0.9rem;
  display: inline-block;
  line-height: 1.5;
  color: #ffffff !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a:hover,
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a.current,
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a.section {
  color: #FFFFFF !important;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a.current:before {
  font-size: 1.25rem;
  right: 0;
  transform: translate(-15%, 0) scale(0.75) rotate(180deg);
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a:before {
  font-size: 1.25rem;
  transform: translate(-15%, 0) scale(0.75) rotate(0deg);
  right: 40px;
}
nav#Navigation ul li .subNav.bigsubNav .main-nav-container .main-nav-block ul li a:hover:before {
  font-size: 1.25rem;
  right: 0;
  transform: translate(-15%, 0) scale(0.75) rotate(0deg);
}
nav#Navigation ul li .subNav ul {
  background: #CE0012;
}
nav#Navigation ul li .subNav ul li a {
  color: #ffffff;
}
nav#Navigation ul li .subNav ul li a:before {
  width: 38px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: ' ';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: url(/public/resources/themes/base/images/nav_arrow_main.svg) 10% 16px no-repeat;
  background-size: 18px 15px !important;
}
nav#Navigation ul li .subNav ul li a:hover {
  color: #ffffff;
}
nav#Navigation ul li .subNav ul li a:hover:before {
  right: 0;
  background: url(/public/resources/themes/base/images/nav_arrow_main.svg) 100% 16px no-repeat;
}
nav#Navigation ul li .subNav ul li a:hover.current:before,
nav#Navigation ul li .subNav ul li a:hover.section:before {
  background: url(/public/resources/themes/base/images/nav_arrow_main.svg) 100% 16px no-repeat;
}
nav#Navigation ul li .subNav ul li a.current,
nav#Navigation ul li .subNav ul li a.section {
  color: #eeeeee;
}
nav#Navigation ul li .subNav ul li a.current:before,
nav#Navigation ul li .subNav ul li a.section:before {
  right: 0;
  background: url(/public/resources/themes/base/images/nav_arrow_main.svg) 10% 17px no-repeat;
  transform: rotate(180deg);
}
nav#Navigation ul li .subNav.bigsubNav ul li a {
  padding-left: 0;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .bigsubNav {
    width: 100%;
    max-width: 1800px;
  }
  *::-ms-backdrop,
  .bigsubNav .main-nav-container {
    width: 100%;
    max-width: 1800px;
  }
}
#mobile-nav {
  background: #CE0012;
}
.mobile-nav-container,
ul.child-nav-element {
  background: #CE0012;
}
ul.child-nav-element {
  padding: 30px 40px 30px 35px;
}
/* Contentblock
-------------------------------------------- */
#ContentBlockContainer .contentblock {
  padding: 60px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#ContentBlockContainer .contentblock.iFrame .description,
#ContentBlockContainer .contentblock.Gallery .description,
#ContentBlockContainer .contentblock.News .description,
#ContentBlockContainer .contentblock.Event .description,
#ContentBlockContainer .contentblock.Team .description,
#ContentBlockContainer .contentblock.Donwloads .description {
  margin: 0 0 20px 0;
}
.img-right {
  flex-direction: row-reverse;
}
.iconblock {
  text-align: center;
}
.iconblock:hover .iconblock-link {
  background-color: #da0c18;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}
.iconblock a {
  color: #222222;
}
.iconblock .iconblock-img {
  width: 100%;
  margin: 0 0 20px;
}
.iconblock .iconblock-img img {
  display: inline-block;
}
.iconblock .iconblock-img.svg-icon {
  height: 64px;
  display: flex;
  justify-content: center;
}
.iconblock .iconblock-img.svg-icon img {
  display: inline-flex;
  max-width: 64px;
  max-height: 64px;
}
.iconblock .iconblock-title {
  width: 100%;
  margin: 0 0 8px;
}
.iconblock .iconblock-desc {
  width: 100%;
  padding: 0 0 30px 0;
}
.iconblock.last {
  margin: 0;
}
.iconblock .iconblock-link {
  padding: 10px 30px;
  color: #da0c18;
  display: inline-block;
}
.contentblockTable {
  width: 100%;
  margin: 60px 0 0 0;
}
.contentblockTable table tr th {
  padding: 15px 5px;
  border-bottom: 1px solid #ADADAD;
  font-size: 0.800rem;
  font-weight: 700;
  background: #E3E3E3;
}
.contentblockTable table tr th:first-child {
  padding: 15px 5px 15px 19px;
}
.contentblockTable table tr th:last-child {
  padding: 15px 19px 15px 5px;
}
.contentblockTable table tr td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #ADADAD;
  font-size: 0.800rem;
  font-weight: 400;
}
.contentblockTable table tr td:first-child {
  padding: 15px 5px 15px 19px;
}
.contentblockTable table tr td:last-child {
  padding: 15px 19px 15px 5px;
}
#Downloads {
  width: 100%;
  margin: 10px 0 0 0;
}
#Downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Downloads ul li {
  margin: 0 0 5px 0;
}
#GalleryContainer {
  width: 100%;
  margin: 14px 0 0 0;
}
.contentblock-gallery .gallery-item {
  margin: 0 0 20px 0;
}
.gallery-item {
  overflow: hidden;
}
.gallery-item a {
  overflow: hidden;
  display: block;
}
.gallery-item a:hover {
  border-bottom: none;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.isotope-container {
  width: 100%;
}
.isotope-container .grid-sizer {
  width: 25%;
}
.isotope-container .grid-item {
  width: 25%;
  position: relative;
  padding: 0 10px 20px 10px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.isotope-container .grid-item.grid-item--width2 {
  width: 50%;
}
.isotope-container .grid-item.grid-item--width1 {
  width: 25%;
}
.contentblock.TitleTextImg .container .contentblock-content.contentblock-contenttext {
  font-size: 1.2rem;
  font-weight: 300;
}
/* IconBlock
-------------------------------------------- */
.iconblock .iconblock-fa {
  margin: 0 0 20px;
}
.iconblock .iconblock-fa i {
  font-size: 113px;
}
.iconblock .iconblock-img .iconblock-logo {
  max-width: 200px;
  margin: 0 auto 20px;
}
.iconblock .iconblock-img.svg-icon {
  height: 113px;
  opacity: 1;
}
.iconblock .iconblock-img.svg-icon:hover {
  opacity: 0;
}
.iconblock .iconblock-img.svg-icon img {
  max-width: 133px;
  max-height: 113px;
}
.iconblock .iconblock-img.svg-icon img:hover {
  opacity: 0;
}
.iconblock .iconhoverblock-img {
  width: 100%;
  margin: 0 0 20px;
  z-index: 1;
}
.iconblock .iconhoverblock-img.svg-icon {
  height: 113px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.iconblock .iconhoverblock-img.svg-icon:hover {
  opacity: 1;
}
.iconblock .iconhoverblock-img.svg-icon img {
  max-width: 133px;
  max-height: 113px;
}
.iconblock .iconblock-title .iconblock-logo-title {
  font-weight: 300;
  font-size: 1.0rem;
  text-transform: unset;
}
.iconblock .iconblock-title .iconblock-logo-title-nocenter {
  font-weight: 300;
  font-size: 1.0rem;
  text-transform: unset;
  text-align: left;
}
.iconblock .iconblock-desc {
  font-size: 0.8rem;
}
.iconblock .iconblock-link {
  font-size: 0.8rem;
}
/* ReferenceBlock
-------------------------------------------- */
.ref-catlist {
  width: 100%;
  padding: 0 0 30px;
}
.ref-catlist .ref-catblock {
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ref-catlist .ref-catblock.active {
  color: #8D7943;
}
.ref-list {
  width: 100%;
}
.ref-list .grid-sizer {
  width: 25%;
}
.ref-list .grid-item {
  padding: 0 10px 20px 10px;
  position: relative;
}
.ref-list .grid-item.grid-item--width2 {
  width: 50%;
}
.ref-list .grid-item.grid-item--width1 {
  width: 25%;
}
.ref-list .ref:hover .ref-img .bg-overlay {
  opacity: 1;
}
.ref-list .ref:hover .ref-content {
  opacity: 1;
}
.ref-list .ref a {
  width: 100%;
  display: flex;
  position: relative;
}
.ref-list .ref .ref-img {
  position: relative;
}
.ref-list .ref .ref-img .bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.79);
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.ref-list .ref .ref-content {
  width: 100%;
  margin: auto 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.ref-list .ref .ref-content .ref-content-inner {
  display: inline-block;
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ref-list .ref .ref-content .ref-content-inner h3 {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 6px;
}
.ref-list .ref .ref-content .ref-content-inner p {
  font-size: 0.8rem;
  color: #fff;
}
.ref-list .ref .ref-content .ref-content-inner .fa,
.ref-list .ref .ref-content .ref-content-inner .fal {
  color: #fff;
}
.ref-details {
  padding: 0 0 60px 0;
}
.ref-details .buttoncontainer {
  display: inline-block;
}
.ref-details .nextprev-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 0 auto;
  justify-self: end;
  justify-content: flex-end;
}
.ref-details .nextprev-container .prev-member,
.ref-details .nextprev-container .next-member {
  padding: 0 10px;
}
.ref-details .nextprev-container .prev-member .innertext,
.ref-details .nextprev-container .next-member .innertext {
  display: inline-block;
  padding: 0;
}
.ref-details .nextprev-container i {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1471px) {
  .ref-list .grid-item img {
    height: 300px;
  }
  .ref-list .grid-item.grid-item--height2 img {
    height: 620px;
  }
  .ref-list .ref .ref-content .ref-content-inner h3 {
    font-size: 1rem;
  }
  .ref-list .ref .ref-content .ref-content-inner p {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 1229px) {
  .ref-catlist .ref-catblock {
    font-size: 1.2rem;
  }
  .ref-list .grid-item img {
    height: 226px;
  }
  .ref-list .grid-item.grid-item--height2 img {
    height: 472px;
  }
  .ref-list .ref .ref-content .ref-content-inner p {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 987px) {
  .ref-list .grid-item img {
    height: 167px;
  }
  .ref-list .grid-item.grid-item--height2 img {
    height: 354px;
  }
  .ref-catlist .ref-catblock {
    font-size: 1rem;
  }
  .ref-details-buttons {
    flex-direction: column-reverse;
  }
  .ref-details-buttons .nextprev-container {
    justify-content: space-between !important;
  }
  .ref-details-buttons .ref-backlink {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 745px) {
  .ref-list-container {
    padding: 0 9px;
  }
  .ref-list .grid-sizer {
    width: 50%;
  }
  .ref-list .grid-item {
    padding: 0 1px 2px 1px;
  }
  .ref-list .grid-item.grid-item--width2 {
    width: 100%;
  }
  .ref-list .grid-item.grid-item--width1 {
    width: 50%;
  }
  .ref-list .grid-item.grid-item--height2 {
    width: 100%;
  }
  .ref-list .grid-item img {
    height: auto;
  }
  .ref-list .grid-item.grid-item--height2 img {
    height: auto;
  }
  .ref-details .buttoncontainer {
    width: 100%;
  }
  .ref-details .nextprev-container .prev-member,
  .ref-details .nextprev-container .next-member {
    width: 50%;
  }
  .ref-details .nextprev-container .prev-member a,
  .ref-details .nextprev-container .next-member a {
    background: #000000;
  }
  .ref-details .nextprev-container .prev-member .innertext,
  .ref-details .nextprev-container .next-member .innertext {
    display: none !important;
  }
  .ref-details .nextprev-container i {
    font-size: 0.8rem;
    color: #fff;
  }
}
.ref-catlist .ref-catblock {
  cursor: pointer;
  font-size: 1.0rem;
}
.ref-catlist .ref-catblock.active {
  color: #da0c18 !important;
}
.ref-list .ref a:hover {
  border-bottom: none;
}
.ref-list .ref .ref-content .ref-content-inner h3 {
  font-size: 1.8rem;
  font-weight: 300;
}
.ref-list .ref .ref-content .ref-content-inner p {
  font-size: 1.0rem;
}
.ref-list-button-row {
  max-width: 410px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 10px;
}
.ref-list-button-row .ref-list-button-container {
  margin: 0;
  padding: 8px;
  border: 2px #222222 solid;
  text-align: center;
}
.ref-list-button-row .ref-list-button-container:hover {
  border: 2px #da0c18 solid;
}
.ref-list-button-row .ref-list-button-container .ref-list-button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.ref-list-button-row a {
  color: #222222;
}
.ref-list-button-row a:hover {
  color: #da0c18;
}
.ref-details .buttoncontainer {
  margin: 0;
  padding: 8px;
  border: 2px #222222 solid;
  background: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
}
.ref-details .buttoncontainer:hover {
  border: 2px #da0c18 solid;
  background: #ffffff;
}
.ref-details .buttoncontainer a {
  display: block;
  color: #222222 !important;
  border: none !important;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.ref-details .buttoncontainer a:hover {
  color: #da0c18 !important;
}
.ref-details .buttoncontainer a i {
  font-weight: 700 !important;
}
.ref-details .buttoncontainer span:hover {
  color: #da0c18 !important;
}
/* Team
-------------------------------------------- */
.team-block {
  width: 100%;
}
.team {
  margin: 0 0 60px 0;
}
.team:hover .team-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team a {
  display: inline;
  color: #222222;
}
.team-img {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.team-img img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-name {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 10px 0;
}
.team-info,
.team-email,
.team-tel {
  font-size: 0.8rem;
}
.team-info {
  margin: 0 0 10px 0;
}
.team-tel {
  font-weight: 600;
}
.team-email a {
  color: #da0c18;
}
.team-email a:hover {
  border-bottom: 1px solid #8D7943;
}
.team-detail-page .container {
  padding: 60px 0;
}
.team-detail-image img {
  max-width: 100%;
}
/* News
-------------------------------------------- */
.news-list .news {
  width: 100%;
  margin: 0 0 60px 0;
}
.news-list .news:last-child {
  margin: 0;
}
.news-list .news h2 {
  font-size: 1.500rem;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.news-list .news .date {
  font-size: 0.700rem;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 20px 0;
  color: #222222;
}
.news-list .news .description {
  margin: 0 0 20px 0;
  color: #222222;
}
.news-list .news p,
.news-list .news span {
  font-size: 0.800rem;
  font-weight: 400;
  line-height: 20px;
}
.news-list .news span {
  color: #da0c18;
}
.news-list .news .article-content {
  margin: 30px 0 0 0;
}
.news-list .news a .hidden-overflow {
  overflow: hidden;
}
.news-list .news a .hidden-overflow img {
  -webkit-transition: all 1s;
}
.news-list .news a:before {
  display: none;
}
.news-list .news a:hover {
  border-bottom: none !important;
}
.news-list .news a:hover span {
  border-bottom: 1px solid #da0c18;
}
.news-list .news a:hover .hidden-overflow img {
  transform: scale(1.1);
  overflow: hidden;
}
.articledetails .social-media-blocks {
  height: 32px;
  margin: 0;
}
.articledetails .social-media-blocks .social-media-block {
  width: 32px;
  height: 32px;
}
.articledetails .social-media-blocks .social-media-block i {
  font-size: 0.800rem;
}
@media only screen and (max-width: 745px) {
  .articledetails .container.for-buttons .social-media-blocks .social-media-block i {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 503px) {
  .articledetails .container.for-buttons {
    padding: 0 10px;
  }
  .articledetails .container.for-buttons .col {
    flex-direction: column-reverse !important;
  }
  .articledetails .container.for-buttons .buttoncontainer {
    max-width: 200px;
  }
  .articledetails .container.for-buttons .social-media-blocks {
    margin: 0 0 20px 0;
  }
}
.news-list .news {
  margin: 0 0 30px 0;
}
.news-list .news h2 {
  font-size: 1.0rem;
  margin: 0 0 4px 0;
}
.news-list .news .date {
  font-size: 0.700rem;
  font-weight: 400;
}
.news-list .news .description {
  font-size: 0.800rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list .news span {
  font-weight: 300;
}
.articledetails {
  font-size: 1.0rem;
}
.articledetails .container.for-buttons .buttoncontainer {
  margin: 0;
  padding: 4px;
  border: 2px #222222 solid;
  background: #ffffff;
  text-align: center;
}
.articledetails .container.for-buttons .buttoncontainer:hover {
  border: 2px #da0c18 solid;
}
.articledetails .container.for-buttons .buttoncontainer a {
  display: block;
  padding: 1px 10px;
  color: #222222 !important;
  border: none !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.articledetails .container.for-buttons .buttoncontainer a:hover {
  color: #da0c18 !important;
}
.articledetails .contentblock.TitleTextImg .container .row .contentblock-content.contentblock-contenttext {
  font-size: 1.0rem;
}
.art-catlist {
  width: 100%;
  padding: 0 0 30px;
}
.art-catlist .art-catblock {
  font-size: 1.0rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.art-catlist .art-catblock.active {
  color: #da0c18 !important;
}
.art-list {
  width: 100%;
}
.art-list .grid-sizer {
  width: 33.333333333333%;
}
.art-list .grid-item {
  padding: 0 10px 20px 10px;
  position: relative;
}
.art-list .grid-item.grid-item--width2 {
  width: 33.333333333333%;
}
.art-list .grid-item.grid-item--width1 {
  width: 33.333333333333%;
}
.art-list .art:hover .art-img .bg-overlay {
  opacity: 1;
}
.art-list .art:hover .art-content {
  opacity: 1;
}
.art-list .art a {
  width: 100%;
  display: flex;
  position: relative;
}
.art-list .art .art-img {
  position: relative;
}
.art-list .art .art-img .bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.79);
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.news-list-button-row {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.news-list-button-row .news-list-button-container {
  margin: 0;
  padding: 8px;
  border: 2px #222222 solid;
  text-align: center;
}
.news-list-button-row .news-list-button-container:hover {
  border: 2px #da0c18 solid;
}
.news-list-button-row .news-list-button-container .news-list-button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.news-list-button-row a {
  color: #222222;
}
.news-list-button-row a:hover {
  color: #da0c18;
}
/* Jobs
-------------------------------------------- */
.contentblock-job .jobs {
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px #dddddd solid;
}
.contentblock-job .jobs:hover {
  background: #eeeeee !important;
}
.contentblock-job .jobs .article-content {
  margin: 0;
  width: 82%;
}
.contentblock-job .jobs .article-button {
  width: 17%;
  margin: 0 0 0 1%;
}
.contentblock-job .jobs .article-button .rightcol-button {
  margin: 0;
  width: 100%;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer {
  display: inherit;
  background: #0061a0;
  border: 3px #0061a0 solid;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer span {
  display: block;
  padding: 20px 10px;
  color: #ffffff !important;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  border-bottom: none !important;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer:hover {
  background: #ffffff;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer:hover span {
  color: #0061a0 !important;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer a {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 1.0rem;
  padding: 4px 20px 8px;
}
.contentblock-job .jobs .article-button .rightcol-button .buttoncontainer a:hover {
  color: #0061a0 !important;
}
.articlejob {
  font-size: 1.0rem;
}
.articlejob .container.for-buttons .buttoncontainer {
  margin: 0;
  padding: 4px;
  border: 2px #222222 solid;
  background: #ffffff;
  text-align: right;
}
.articlejob .container.for-buttons .buttoncontainer:hover {
  border: 2px #da0c18 solid;
}
.articlejob .container.for-buttons .buttoncontainer a {
  display: block;
  padding: 1px 10px;
  color: #222222 !important;
  border: none !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.articlejob .container.for-buttons .buttoncontainer a:hover {
  color: #da0c18 !important;
}
.jobbutton {
  margin: 0;
  padding: 4px 10px;
  border: 2px #da0c18 solid;
  background: #ffffff;
  text-align: right;
  color: #da0c18 !important;
}
.jobbutton:hover {
  border: 2px #222222 solid !important;
  color: #222222 !important;
}
.jobbutton a {
  display: block;
  padding: 1px 10px;
  color: #222222 !important;
  border-bottom: none !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.jobbutton a:hover {
  color: #da0c18 !important;
  border: none !important;
  text-decoration: none;
}
.articlejob .container.for-buttons {
  padding: 0 10px 60px 10px;
  text-align: right;
  display: flex;
}
.articlejob .container.for-buttons .buttoncontainer span {
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.articlejob .container.for-buttons .buttoncontainer span:hover {
  color: #da0c18 !important;
}
.articlejob .job-rightcol {
  display: block;
  width: 100%;
}
.articlejob .job-rightcol .job-rightinner {
  padding: 10px;
  background: #eeeeee;
  border: 1px #666666 solid;
}
.articlejob .contentblock-rightcol {
  background: #eeeeee;
  padding: 20px;
  max-height: 100%;
  height: min-content;
}
.articlejob .contentblock-rightcol .rightcol-button {
  margin: 30px 0;
  width: 100%;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer {
  display: inherit;
  background: #0061a0;
  border: 3px #0061a0 solid;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer span {
  display: block;
  padding: 80px 20px;
  color: #ffffff !important;
  font-size: 1.20rem;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer:hover {
  background: #ffffff;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer:hover span {
  color: #0061a0 !important;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer a {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 1.0rem;
  padding: 4px 20px 8px;
}
.articlejob .contentblock-rightcol .rightcol-button .buttoncontainer a:hover {
  color: #0061a0 !important;
}
.close-content {
  display: block;
}
.content-close {
  display: none;
}
/* JobForm > BaseForm CSS im form.less
-------------------------------------------- */
.jobform-container.jobform-content {
  background: #ffffff;
}
.jobform-container.jobform-content .contentblock.jobform {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  margin: 0 auto;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner {
  display: flex;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner h3 {
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px 0;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent {
  margin: 0;
  padding: 0 30px 0 0;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent label {
  max-width: 100%;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent .nocaptcha {
  margin: 0 0 20px;
  padding: 30px 0 0;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent .nocaptcha .g-recaptcha {
  justify-content: left;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent .btn-toolbar {
  text-align: left;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent .readonly {
  font-size: 0.9rem;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol {
  margin: 0;
  padding: 20px;
  background: #eee;
  max-height: 100%;
  height: min-content;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button {
  margin: 0 0 10px;
  width: 100%;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button .buttoncontainer {
  display: inherit;
  background: #0061a0;
  border: 3px #0061a0 solid;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button .buttoncontainer span {
  color: white !important;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.0rem;
  padding: 5px 20px 8px;
  cursor: pointer;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button .buttoncontainer:hover {
  background: #ffffff;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button .buttoncontainer:hover span {
  color: #0061a0 !important;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer {
  display: inherit;
  background: #0061a0;
  border: 3px #0061a0 solid;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  font-weight: 400;
  color: white !important;
  font-size: 1.0rem;
  padding: 5px 20px 8px;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer:hover {
  color: #0061a0 !important;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer span {
  display: block;
  padding: 10px;
  color: #ffffff !important;
  font-size: 1.20rem;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer span a {
  font-weight: 600;
  color: #ffffff;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer span a:hover {
  color: #0061a0 !important;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer:hover {
  background: #ffffff;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .JobFormContent-rightcol .rightcol-button a.backbuttoncontainer:hover span {
  color: #0061a0 !important;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .jobform-close {
  background: #fff;
  border: 1px #0061a0 solid;
  padding: 10px 20px;
  margin: 30px 0 0;
  max-height: 100%;
  height: min-content;
  color: #0061a0;
}
.jobform-container.jobform-content .contentblock.jobform .container-inner .jobform-close:hover {
  background: #0061a0;
  color: #ffffff;
}
.open-jobform {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.jobform-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: none;
}
.jobform-displaycontent {
  opacity: 1;
  margin-top: -120px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
}
/* Events
-------------------------------------------- */
.event-container {
  margin: 0;
  padding: 0;
}
.event-container table {
  width: 100%;
  margin: 0;
}
.event-container table tr th {
  padding: 0;
  margin: 0;
  font-size: 0.800rem;
  font-weight: 700;
  cursor: pointer;
}
.event-container table tr th.date {
  width: 120px !important;
}
.event-container table tr th.name {
  width: 732px !important;
}
.event-container table tr th.place {
  width: 250px !important;
}
.event-container table tr th.price {
  width: 110px !important;
}
.event-container table tr th.buttons {
  width: 220px !important;
}
.event-container table tr th .iconsth {
  display: inline;
  position: relative;
}
.event-container table tr th .icon-caret-up {
  position: absolute;
  left: 0;
  top: 10px;
}
.event-container table tr th .icon-caret-up:before {
  content: "\f0de";
  font-family: 'Font Awesome\ 5 Pro';
}
.event-container table tr th .icon-caret-down {
  position: absolute;
  left: 10px;
  top: 0;
}
.event-container table tr th .icon-caret-down:before {
  content: "\f0dd";
  font-family: 'Font Awesome\ 5 Pro';
}
.event-container table tr th.sorting_asc .icon-caret-up {
  display: none;
}
.event-container table tr th.sorting_asc .icon-caret-down {
  display: inline;
  top: 10px;
}
.event-container table tr th.sorting_asc .icon-caret-down:before {
  content: "\f0de" !important;
}
.event-container table tr th.sorting_desc .icon-caret-up {
  display: none;
}
.event-container table tr th.sorting_desc .icon-caret-down {
  display: inline;
}
.event-container table tr th.sorting_desc .icon-caret-down:before {
  content: "\f0dd" !important;
}
.event-container table tr td {
  padding: 0;
  margin: 0;
  font-size: 0.800rem;
  line-height: 24px;
  vertical-align: baseline;
}
.event-container table tr td:first-child a {
  padding: 15px 6px 15px 14px;
}
.event-container table tr td:last-child a {
  padding: 15px 0 15px 6px;
}
.event-container table tr td.last .last-inner {
  justify-content: space-between;
}
.event-container table tr td.last .link {
  width: 48%;
  max-width: 110px;
  text-align: center;
  padding: 4px 0 3px;
  font-size: 0.700rem;
  border: 2px solid #000000 !important;
  line-height: 14px;
  background: #ffffff;
}
.event-container table tr td.last .link:hover {
  color: #da0c18;
  background: #ffffff;
  border: 2px solid #000000;
}
.event-container table tr td.dataTables_empty {
  padding: 14px 6px 14px 14px;
}
.event-container table tr td a {
  color: #222222;
  font-size: 0.800rem;
  line-height: 24px;
  padding: 15px 6px;
  display: block;
}
.event-container table tr td a:hover {
  border: none !important;
}
.event-container table tr td a br {
  line-height: 24px;
}
.event-container table thead tr {
  background: #F8F8F8;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}
.event-container table thead tr th {
  padding: 14px 6px;
}
.event-container table thead tr th:first-child {
  padding: 14px 6px 14px 14px;
}
.event-container table thead tr th:last-child {
  padding: 14px 14px 14px 6px;
}
.event-container table tbody tr {
  border-bottom: 1px solid #adadad;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.event-container table tbody tr.lang_hide,
.event-container table tbody tr.kanton_hide {
  display: none !important;
}
.event-container table tbody tr:hover {
  background: #e3e3e3;
}
.event-container table tbody tr td span {
  width: 100%;
  display: inline-block;
}
.event-container table tbody tr:hover td a,
.event-container table tbody tr:hover td b,
.event-container table tbody tr:hover td span {
  color: #da0c18;
}
.event-container .dataTables_length {
  display: none;
  visibility: hidden;
}
.event-container .dataTables_filter {
  display: none;
  visibility: hidden;
}
.event-container .dataTables_info {
  display: none;
  margin: 20px 0 0 0;
}
.event-container .dataTables_paginate {
  text-align: right;
  margin: 20px 0 0 0;
}
.event-container .dataTables_paginate span .paginate_button {
  display: inline-block;
  padding: 1px 7px 0;
  margin: 0 0 0 5px;
  text-align: center;
  color: #222222;
  background: #e5e6e5;
  cursor: pointer;
  font-size: 0.700rem;
  line-height: 22px;
}
.event-container .dataTables_paginate span .paginate_button:hover {
  border: none;
  color: #e5e6e5;
  background: #222222;
}
.event-container .dataTables_paginate span .paginate_button.current {
  color: #e5e6e5;
  background: #222222;
  cursor: inherit;
}
.event-container .dataTables_paginate .next {
  margin: 0 0 0 8px;
}
.event-container .dataTables_paginate .previous,
.event-container .dataTables_paginate .next {
  display: inline-block;
  padding: 1px 7px 0;
  background: #e5e6e5;
  cursor: pointer;
  font-size: 0.700rem;
  line-height: 22px;
  color: #222222;
}
.event-container .dataTables_paginate .previous i,
.event-container .dataTables_paginate .next i {
  font-size: 0.700rem;
  font-weight: 300;
}
.event-container .dataTables_paginate .previous:hover,
.event-container .dataTables_paginate .next:hover {
  border: none;
  color: #e5e6e5;
  background: #222222;
}
.event-container .dataTables_paginate .previous.disabled,
.event-container .dataTables_paginate .next.disabled {
  display: none;
}
.event-cat-list {
  margin: 0 0 30px;
}
.event-cat-list .event-cat-list-title {
  position: relative;
  cursor: pointer;
}
.event-cat-list .event-cat-list-title .event-cat-list-title-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.event-cat-list .event-cat-list-title .event-cat-list-title-icon .fa-plus {
  display: inline-block;
}
.event-cat-list .event-cat-list-title .event-cat-list-title-icon .fa-minus {
  display: none;
}
.event-cat-list .event-cat-list-title .event-cat-list-title-icon .fa {
  color: #da0c18;
}
.event-cat-list .event-cat-list-title.active .event-cat-list-title-icon .fa-plus {
  display: none;
}
.event-cat-list .event-cat-list-title.active .event-cat-list-title-icon .fa-minus {
  display: inline-block;
}
.event-cat-list .event-cat-list-content {
  padding-left: 0;
}
.event-cat-list .event-cat-list-content .event-cat,
.event-cat-list .event-cat-list-content .event-reset-filter {
  display: inline-block;
  margin: 0 30px 0 0;
  cursor: pointer;
  font-size: 1.5rem;
  color: #666666;
}
.event-cat-list .event-cat-list-content .event-cat:last-child,
.event-cat-list .event-cat-list-content .event-reset-filter:last-child {
  margin: 0;
}
.event-cat-list .event-cat-list-content .event-cat.active,
.event-cat-list .event-cat-list-content .event-reset-filter.active {
  color: #da0c18;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block .event-lang-filter {
  float: left;
  margin: 0 20px 0 0;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block .event-kanton-filter {
  float: left;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block .event-reset-filter-block {
  float: right;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block .event-reset-filter-block .event-reset-filter {
  float: left;
  display: inline-block;
  padding: 8px 12px;
  margin: 0 8px 8px 0;
  text-align: center;
  background: #e6e6e6;
  cursor: pointer;
}
.event-cat-list .event-cat-list-content .event-dropdown-filter-block .event-reset-filter-block .event-reset-filter:hover {
  background: #d6d6d6;
}
.event-search {
  padding-right: 0;
}
.event-search input {
  padding: 4px 20px;
}
.event-search input::-webkit-input-placeholder {
  color: #222222;
}
.add-event {
  width: 100%;
  float: left;
  padding: 16px 25px;
  margin: 40px 0 0 0;
  border: 2px solid #2e2e2e;
}
.add-event .add-event-title {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.add-event .add-event-title .add-event-title-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.add-event .add-event-title .add-event-title-icon .fa-plus {
  display: inline-block;
}
.add-event .add-event-title .add-event-title-icon .fa-minus {
  display: none;
}
.add-event .add-event-title .add-event-title-icon .fa {
  color: #da0c18;
}
.add-event .add-event-title.active .add-event-title-icon .fa-plus {
  display: none;
}
.add-event .add-event-title.active .add-event-title-icon .fa-minus {
  display: inline-block;
}
.add-event .add-event-content {
  width: 100%;
  float: left;
  display: none;
  margin: 26px 0 0 0;
}
.event-details {
  padding: 60px 0;
}
.event-details h1 {
  margin: 0 0 40px 0;
}
.event-details .event-registration {
  display: none;
}
.event-details .buttoncontainer {
  margin: 40px 0 0 0;
}
.event-details .event-content-right {
  margin: 0 0 0 auto;
}
.event-details .event-content-right .ort {
  margin: 25px 0 10px 0;
}
.event-details .event-content-right .event-button {
  margin: 40px 0 0 0;
  text-align: center;
}
.event-details .event-content-right .event-button #EventHint {
  color: #fff;
  padding: 4px 0;
}
.event-details .backlink {
  margin: 30px 0 0 0;
}
.event-details #addressMap {
  width: 100%;
  height: 250px;
}
.event-details #addressMap div {
  width: auto;
  margin: 0;
}
/* Teaser
-------------------------------------------- */
#ContentBlockContainer .contentblock.Teaser.first {
  padding-top: 0;
}
.teaser-container.fullscreen {
  width: 100%;
  height: 100vh;
  margin: -119px 0 0 0;
  position: relative;
}
.teaser-container.fullscreen .home-content-slider {
  height: 100%;
}
.teaser-container.fullscreen .home-content-slider .teaser {
  width: 100%;
  height: 100%;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-img {
  height: 100%;
  background-position: center 114px;
  background-repeat: no-repeat;
  background-size: cover;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 35px;
  color: #F8F8F8;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h1,
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h2,
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h3 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 2.400rem;
  font-weight: bold;
  color: #F8F8F8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-description {
  width: 100%;
  text-align: center;
  font-size: 2.400rem;
  font-weight: 400;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-link {
  width: 100%;
  text-align: center;
  color: #F8F8F8;
  padding: 20px 0 0 0;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-link:hover {
  text-decoration: underline;
  border: none !important;
}
.arrow-container {
  width: 80px;
  height: 100px;
  padding: 20px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.arrow-container:hover {
  cursor: pointer;
}
.arrow-container .arrow-down {
  width: 100%;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.arrow-container .arrow-down .arrow-down-image {
  width: 40px;
  height: 60px;
  display: inline-block;
  background: url(/public/resources/vendor/biwac-web-user/contentblock/images/arrow-white.svg) no-repeat top center;
  background-size: 100%;
}
.bounce {
  animation: bounce 6s ease-in-out infinite;
  animation-delay: 3s;
}
@keyframes bounce {
  0%,
  20%,
  40%,
  80%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(30px);
  }
  30% {
    transform: translateY(15px);
  }
}
.rsArrow {
  position: absolute;
  height: 158px;
  padding: 37px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  /* use "scale() to change the size of the arrows */
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.rsArrow:hover.rsArrowLeft {
  left: 10px;
}
.rsArrow:hover.rsArrowRight {
  right: 10px;
}
.rsArrow .rsArrowIcn {
  padding: 45px;
  /* defines the size of the arrow -> better use scale() with class .rsArrow */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 12px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.rsArrow .rsArrowIcn.double {
  position: absolute;
  top: 30px;
}
.rsArrow .rsArrowIcn.double.left {
  left: 45px;
}
.rsArrow .rsArrowIcn.double.right {
  left: -45px;
}
.rsArrow.rsArrowLeft {
  left: 20px;
}
.rsArrow.rsArrowLeft .rsArrowIcn {
  transform: rotate(-135deg) skew(7deg, 7deg);
}
.rsArrow.rsArrowRight {
  right: 20px;
}
.rsArrow.rsArrowRight .rsArrowIcn {
  transform: rotate(45deg) skew(7deg, 7deg);
  left: -30px;
}
#ContentBlockContainer .contentblock.Teaser.first {
  padding-top: 0;
}
.teaser-container.landscape {
  width: 100%;
  height: 600px;
  position: relative;
}
.teaser-container.landscape .landscape-content-slider {
  height: 100%;
}
.teaser-container.landscape .landscape-content-slider.noArrows .rsArrow {
  display: none !important;
}
.teaser-container.landscape .landscape-content-slider .teaser {
  width: 100%;
  height: 100%;
}
.teaser-container.landscape .landscape-content-slider .teaser .container {
  position: relative;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-img {
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.teaser-container.landscape .landscape-content-slider .teaser .textbox-right {
  position: absolute;
  right: 0;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text {
  position: absolute;
  width: 100%;
  padding: 20px;
  left: 0;
  bottom: 60px;
  color: #F8F8F8;
  background: rgba(34, 34, 34, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text h2 {
  color: #fff;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text h2.nomargin {
  margin: 0;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text .teaser-description {
  font-size: 1.200rem;
  font-weight: 300;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text .teaser-link {
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
  position: relative;
  width: auto;
  min-height: 1px;
  display: inline-block;
  color: #F8F8F8;
  padding: 7px 20px;
  border: 2px solid #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text .teaser-link:hover {
  background: #fff;
  color: #000;
}
.teaser-bottom {
  margin: 30px 0 0 0;
}
.teaser-bottom.nomargin {
  margin: 0;
}
.custom-teaser-nav {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  text-align: right;
  margin: 10px 0 0 auto;
}
.custom-teaser-nav .custom-teaser-nav-element {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin-right: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.custom-teaser-nav .custom-teaser-nav-element.teaser-active {
  background: #fff;
}
.teaser-container {
  width: 100%;
  height: 600px;
  position: relative;
}
.teaser-container .content-slider {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.teaser-container .content-slider.teaser_text_right .teaser {
  flex-direction: row-reverse;
}
.teaser-container .content-slider .teaser {
  width: 100%;
  height: 100%;
}
.teaser-container .content-slider .teaser .teaser-img {
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222222;
  /* needs to be the same as the bg-color of the teaser text */
}
.teaser-container .content-slider .teaser .teaser-text {
  display: flex;
  padding: 0 6vw;
  color: #ffffff;
  background: #222222;
  /* needs to be the same as the bg-color of the teaser itself */
}
.teaser-container .content-slider .teaser .teaser-text .inner-teaser-text {
  max-width: 585px;
  width: 100%;
}
.teaser-container .content-slider .teaser .teaser-text h2 {
  color: #ffffff;
}
.teaser-container .content-slider .teaser .teaser-text .teaser-description {
  font-weight: 300;
}
.teaser-container .content-slider .teaser .teaser-text .teaser-link {
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
  position: relative;
  width: auto;
  min-height: 1px;
  display: inline-block;
  color: #f8f8f8;
  padding: 7px 20px;
  border: 2px solid #ffffff;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaser-container .content-slider .teaser .teaser-text .teaser-link:hover {
  background: #ffffff;
  color: #000000;
}
.teaser-bottom {
  margin: 30px 0 0 0;
}
.custom-teaser-nav {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  text-align: right;
  margin: 10px 0 0 auto;
}
.custom-teaser-nav .custom-teaser-nav-element {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin-right: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.custom-teaser-nav .custom-teaser-nav-element.teaser-active {
  background: #ffffff;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text {
  top: 45%;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h1,
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h2,
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text h3 {
  font-size: 2.500rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-description {
  margin: 0 0 10px;
  font-size: 1.750rem;
  font-weight: 300;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-link {
  color: #F8F8F8;
  padding: 20px 0 0 0;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-link:hover {
  text-decoration: none;
  border: none !important;
}
.arrow-container {
  background: #DA0C18;
  height: 130px;
}
.arrow-container .arrow-down {
  color: #fff;
}
.arrow-container .arrow-down .arrow-down-image {
  background: url(/public/resources/themes/base/images/arrow-white.svg) no-repeat top center;
  background-size: 100%;
}
.rsArrow {
  height: 158px;
  padding: 37px;
  top: 51%;
  transform: translateY(-50%) scale(0.75);
  /* use "scale() to change the size of the arrows */
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.rsArrow .rsArrowIcn {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.teaser-container.landscape .landscape-content-slider .teaser .teaser-text {
  color: #F8F8F8;
  background: rgba(0, 95, 158, 0.8);
}
/* Accordeon
-------------------------------------------- */
/* Logoslider
-------------------------------------------- */
.contentblock.logoslider {
  background: #ffffff;
  padding: 60px 0 90px;
  position: relative;
}
.contentblock.logoslider h3 {
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin: 0 0 10px 0;
}
.contentblock.logoslider .logoslider-container {
  min-height: 1px;
  margin: 30px 0 0;
}
.contentblock.logoslider .owl-controls {
  margin: 20px 0 0;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.contentblock.logoslider .owl-controls .owl-pagination {
  text-align: center;
}
.contentblock.logoslider .owl-controls .owl-pagination .owl-page {
  width: 12px;
  height: 12px;
  border: 1px #222222 solid;
  border-radius: 50%;
  display: inline-block;
  margin: 4px;
  background: #ffffff;
}
.contentblock.logoslider .owl-controls .owl-pagination .owl-page.active {
  background: #222222;
}
.logos-slider {
  position: relative;
  height: auto;
}
.logos-slider .logoslider {
  min-height: auto;
  padding: 0 20px;
  margin: auto;
  display: flex;
}
.logos-slider .logoslider .logobox {
  margin: auto;
}
.logos-slider blockquote {
  font-size: 1.5rem;
  line-height: 2.75rem;
  text-align: center;
  font-style: normal;
  font-weight: 300;
}
.logos-slider blockquote:before,
.logos-slider blockquote:after {
  line-height: 2.75rem;
  margin-bottom: -5px;
}
.logos-slider .logo-firma {
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.logos-slider .logo-firma .name {
  font-weight: 700;
}
/* ContactForm > BaseForm CSS im form.less
-------------------------------------------- */
.contentblock.contactform {
  background: #ffffff url(/public/resources/themes/base/images/csa_kontakt_bg.jpg) no-repeat center center;
  padding: 120px 0 120px;
  position: relative;
}
.contentblock.contactform .container h3 {
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin: 0 0 10px 0;
}
.contentblock.contactform .container .ContactFormContent {
  margin: 30px auto 0;
  max-width: 706px;
}
/* Footer
-------------------------------------------- */
footer {
  padding: 50px 0;
  background: #0061a0 url(/public/resources/themes/base/images/Footer_BG_02.jpg) no-repeat center top;
}
footer .social-media-blocks {
  text-align: center;
  margin: 30px 0 0;
}
footer .social-media-blocks .social-media-block {
  background: #ffffff;
  color: #0061a0;
  border-radius: 1px;
  border: 2px solid #ffffff !important;
  width: 35px;
  height: 35px;
  margin: 0 7px;
}
footer .social-media-blocks .social-media-block i {
  color: #0061a0;
  font-size: 1.0rem;
}
footer .social-media-blocks .social-media-block:hover {
  background: #0061a0;
  border: 2px solid #ffffff !important;
}
.footertext {
  text-align: center;
  letter-spacing: 0;
  color: #F8F8F8;
  font-size: 1.0rem;
}
.footertext h3 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
}
.footertext .footerlogo {
  max-height: 118px;
  margin: 0 0 30px;
}
.footertext .footer-socialicons {
  margin: 50px 0 0;
}
.footertext .footer-socialicons .footersociallogos {
  padding: 0 6px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.footer-list-button-row {
  max-width: 410px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 10px;
}
.footer-list-button-row .footer-list-button-container {
  margin: 0;
  padding: 8px;
  border: 2px #ffffff solid;
  text-align: center;
}
.footer-list-button-row .footer-list-button-container:hover {
  border: 2px #ffffff solid;
  background: #ffffff;
}
.footer-list-button-row .footer-list-button-container .footer-list-button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-list-button-row a {
  color: #ffffff;
}
.footer-list-button-row a:hover {
  color: #0061a0;
}
.social-media-blocks .social-media-block {
  background: #fff;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-media-blocks .social-media-block i {
  color: #393939;
}
.social-media-blocks .social-media-block:hover {
  background: #da0c18;
  border: 2px solid #da0c18 !important;
}
.social-media-blocks .social-media-block:hover i {
  color: #ffffff;
}
.made_by_biwac .disclaimer-links a {
  padding: 10px 0;
}
/* Sitemap
-------------------------------------------- */
.sitemap-container {
  padding: 60px 0;
}
ul#Sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #adadad;
}
ul#Sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#Sitemap li a {
  display: block;
  padding: 7px 8px;
  border-bottom: 1px solid #adadad;
}
ul#Sitemap li a:hover {
  background: #adadad;
}
ul#Sitemap li ul {
  border: none;
}
ul#Sitemap li ul li a {
  margin: 0 0 0 10px;
}
ul#Sitemap li ul li ul li a {
  margin: 0 0 0 25px;
  padding: 4px 0 2px;
}
/* Suche
-------------------------------------------- */
body.Searchpage {
  padding: 0 0 60px;
  background: #000;
}
.search-icon-block {
  padding: 0 10px;
  margin: 21px 0 0 0;
}
.search-icon-block a {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.search-form {
  width: 100%;
  float: left;
  margin: 150px 0 80px 0;
}
.search-form form {
  width: 100%;
  float: left;
  display: flex;
  position: relative;
}
.search-form form fieldset {
  width: 100%;
  margin: 0;
}
.search-form form fieldset div.field {
  width: 100%;
  margin: 0;
}
.search-form form fieldset div.field label {
  display: none;
  visibility: hidden;
}
.search-form form fieldset div.field .middleColumn {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  position: inherit;
}
.search-form form fieldset div.field input {
  width: 100%;
  float: left;
  padding: 0 20px 0 0;
  border: none;
  background: none;
  font-size: 4rem;
  color: #fff;
  outline: none;
  border-bottom: 4px solid #fff;
  text-align: left;
}
.search-form form fieldset div.field input:focus::placeholder {
  color: #000;
}
.search-form form .Actions,
.search-form form .btn-toolbar {
  width: 4.7%;
  min-width: 60px;
  min-height: 82px;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #fff;
}
.search-form form .Actions button.action,
.search-form form .btn-toolbar button.action,
.search-form form .Actions input.action,
.search-form form .btn-toolbar input.action {
  width: 100%;
  height: 100%;
  min-width: inherit;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.search-form form .Actions button.action .fa,
.search-form form .btn-toolbar button.action .fa,
.search-form form .Actions input.action .fa,
.search-form form .btn-toolbar input.action .fa,
.search-form form .Actions button.action .fla,
.search-form form .btn-toolbar button.action .fla,
.search-form form .Actions input.action .fla,
.search-form form .btn-toolbar input.action .fla {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}
.search-results {
  float: left;
}
.search-results .result {
  width: 100%;
  float: left;
  margin: 0 0 12px;
}
.search-results .result a {
  font-size: 1.250rem;
  color: #fff;
}
.search-results .result a:hover {
  text-decoration: underline;
}
.search-container .container {
  position: relative;
}
.close-search {
  position: absolute;
  right: 40px;
  top: 14px;
}
.close-search a {
  color: #fff;
  font-size: 44px;
  font-weight: 300;
}
.close-search a:hover {
  color: #fff;
}
@media only screen and (max-width: 745px) {
  .search-icon-block {
    margin: -4px 0 0 0;
    font-size: 26px;
  }
  .search-form {
    margin: 120px 0 50px 0;
  }
  .search-form form fieldset div.field input {
    font-size: 2rem;
  }
  .search-form form .Actions {
    min-height: 42px;
  }
  .search-form form .Actions button.action .fa,
  .search-form form .Actions input.action .fa,
  .search-form form .Actions button.action .fla,
  .search-form form .Actions input.action .fla {
    font-size: 32px;
  }
  .search-results .result {
    margin: 0 0 20px;
  }
  .search-results .result a {
    font-size: 1rem;
  }
}
/* Cookie Note & BetterNavigator
-------------------------------------------- */
.cookie-note,
.analytics-note {
  width: 100%;
  float: right;
  padding: 18px 10px 10px;
  background: #0061a0;
  color: #fff;
  right: 0;
  left: unset;
  bottom: 0;
}
.cookie-note-text-block,
.analytics-note-text-block {
  font-size: 0.8rem;
}
.cookie-button-container .cookie-button,
.analytics-button-container .cookie-button,
.cookie-button-container .analytics-button,
.analytics-button-container .analytics-button {
  font-size: 0.8rem;
  background: #0061a0;
  border: 2px #ffffff solid;
}
.cookie-button-container .cookie-button:hover,
.analytics-button-container .cookie-button:hover,
.cookie-button-container .analytics-button:hover,
.analytics-button-container .analytics-button:hover {
  background: #ffffff;
  color: #0061a0;
}
#BetterNavigator {
  top: 119px !important;
}
