/**
 *
 * Main Layout File
**/
/* Misc Styles and defaults
-------------------------------------------- */
/* Fonts */
/* Headings */
/* Navigation */
/* Font Color */
/* Link Color */
/* Button Color (Teaser, etc.) */
/* Background Color */
/* Teaser */
/* Form */
/* Footerlinks */
/* Social Media Icons */
/* Text */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: #fff;
}
img {
  border: none;
}
.page-row {
  display: table-row;
  height: 1px;
}
.page-row-expanded {
  height: 100%;
}
.no-padding {
  padding: 0;
}
.arrow {
  position: relative;
}
.arrow::before,
.arrow::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;
}
.arrow::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow.arrow-right::before,
.arrow.arrow-right::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%;
}
.arrow.arrow-left::before,
.arrow.arrow-left::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%;
}
.global_arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.login-fullwidth-container {
  padding: 60px 0;
}
.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
#BetterNavigator {
  top: 20%;
}
/* Header
-------------------------------------------- */
header {
  width: 100%;
  margin: 0;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .headercontent {
  width: 100%;
  padding: 30px 0 28px;
  position: relative;
  justify-content: space-between;
}
.nav-icon {
  width: 35px;
  height: 28px;
  float: right;
  display: none;
  position: relative;
  cursor: pointer;
}
.nav-icon span {
  width: 100%;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 13px;
  right: 0;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.nav-icon span::before,
.nav-icon span::after {
  width: 100%;
  height: 3px;
  background: #222222;
  position: absolute;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s 0.3s;
  -moz-transition: -moz-transform 0.2s 0.3s;
  transition: transform 0.2s 0.3s;
}
.nav-icon span::before {
  top: -10px;
}
.nav-icon span::after {
  top: 10px;
}
.nav-icon.nav-icon-open span {
  background: none;
}
.nav-icon.nav-icon-open span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-icon.nav-icon-open span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.langswitcher {
  margin: 0;
}
.langswitcher li {
  list-style: none;
  display: inline;
}
.langswitcher li a {
  text-transform: uppercase;
}
/* Layout
-------------------------------------------- */
main {
  width: 100%;
  padding: 0;
  margin: 119px 0 0 0;
}
#Layout {
  width: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0;
}
#Layout #Content {
  width: 100%;
}
/* Button (News, Events, etc)
----------------------------------------------- */
.buttoncontainer {
  display: inline-block;
  margin: 0;
  background: #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.buttoncontainer:hover {
  background: #ffffff;
}
.buttoncontainer a {
  display: block;
  padding: 4px 20px;
  color: #222222 !important;
  border: none !important;
  text-align: center;
}
.buttoncontainer a:hover {
  color: #fff !important;
}
.buttoncontainer span {
  display: block;
  padding: 4px 20px;
  color: #222222 !important;
  text-align: center;
  cursor: pointer;
}
.buttoncontainer span:hover {
  color: #fff !important;
}
.event-button {
  background: #000000;
}
.event-button span {
  color: #fff !important;
}
.articledetails .container.for-buttons,
.articlejob .container.for-buttons {
  padding: 0 10px 100px 10px;
}
.articledetails .container.for-buttons .buttoncontainer,
.articlejob .container.for-buttons .buttoncontainer {
  margin: 0;
}
/* Google Maps
-------------------------------------------*/
#GoogleMaps {
  width: 100%;
}
#GoogleMaps iframe {
  width: 100%;
}
.overlay {
  width: 100%;
  height: 450px;
  background: transparent;
  position: absolute;
}
.scrolloff {
  pointer-events: none;
}
#LanguageSwitcher {
  text-align: right;
}
#LanguageSwitcher ul {
  margin: 20px 0;
}
#LanguageSwitcher ul li {
  list-style: none;
  display: inline;
  border-right: 1px solid #adadad;
}
#LanguageSwitcher ul li:last-child {
  border-right: none;
}
#LanguageSwitcher ul li a {
  color: #da0c18;
}
#LanguageSwitcher ul li a.active {
  color: #222222;
  font-weight: 500;
}
/* Footer
-------------------------------------------- */
footer {
  width: 100%;
  min-height: 80px;
  padding: 60px 0 60px 0;
  margin: 0;
  background: #222222;
}
footer .social-media-blocks {
  margin-top: 0;
}
footer .social-media-blocks .social-media-block {
  background: #393939;
  color: #ffffff;
}
.footertext {
  margin: 0 0 0 auto;
}
.footertext a:hover {
  color: #da0c18;
}
.quicklinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quicklinks ul li {
  margin: 0 0 5px 0;
}
.quicklinks ul li a:hover,
.quicklinks ul li span:hover {
  color: #da0c18;
}
.social-media-blocks {
  margin: 20px 0 0 0;
}
.social-media-blocks .social-media-block {
  display: inline-block !important;
  position: relative;
  width: 43px;
  height: 43px;
  border: 2px solid #393939 !important;
  background: #393939;
  padding: 0 5px 0 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;
}
.social-media-blocks .social-media-block i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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:hover {
  background: #393939;
  border: 2px solid #ffffff !important;
}
.social-media-blocks .social-media-block:hover i {
  color: #ffffff;
}
.made_by_biwac {
  background: #DDDDDD;
}
.made_by_biwac .disclaimer-links a {
  padding: 10px 20px 10px 0;
}
.made_by_biwac .biwac-link {
  text-align: right;
}
.made_by_biwac .biwac-link a {
  padding: 10px 0 10px 20px;
}
.made_by_biwac .biwac-link.no-biwac-link-padding {
  text-align: left;
}
.made_by_biwac .biwac-link.no-biwac-link-padding a {
  padding: 10px 0 10px 0;
}
.made_by_biwac a {
  font-size: 0.800em;
  display: inline-block;
  color: #666666;
}
.made_by_biwac a:hover {
  color: #da0c18;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}
