main {
  margin: 119px 0 0 0;
}
.hyphenate {
  hyphens: unset;
  -ms-hyphens: unset;
  -moz-hyphens: unset;
  -webkit-hyphens: unset;
}
input::placeholder {
  color: #999999 !important;
}
.Actions button.action:hover,
.Actions input.action:hover {
  border: 2px solid #0055A3;
}
header .headercontent {
  padding: 33px 0 32px;
}
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;
}
nav#Navigation ul li.first {
  margin: 0;
}
nav#Navigation ul li.current,
nav#Navigation ul li.section {
  border-bottom: 3px solid #8D7943;
}
nav#Navigation ul li a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #0055A3;
  padding: 0;
  margin: 0;
}
nav#Navigation ul li a:hover,
nav#Navigation ul li a.hover {
  color: #333333;
}
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;
}
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: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 2.333;
  color: #333333;
}
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: #0055A3;
}
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: #0055A3;
}
@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: #888;
  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: #888;
  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 ul {
  text-transform: uppercase;
}
nav#Navigation ul li.current,
nav#Navigation ul li.section {
  border-bottom: 3px solid #0055A3;
}
nav#Navigation ul li a {
  font-size: 1.0rem;
  font-weight: 400;
}
nav#Navigation ul li .subNav {
  top: 69px;
}
nav#Navigation ul li .subNav.right {
  left: inherit;
  right: 0;
}
nav#Navigation ul li .subNav ul {
  width: 100%;
  text-align: left;
  background: #E3E3E3;
  padding: 20px;
}
nav#Navigation ul li .subNav ul li {
  width: 100%;
  padding: 0;
  margin: 0;
}
nav#Navigation ul li .subNav ul li a {
  width: 100%;
  display: inline-block;
  padding: 0 38px 0 11px;
  margin: 0 0 4px;
  text-transform: none;
  position: relative;
}
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('/themes/base/images/nav-arrow-black.svg') 10% 8px no-repeat;
  background-size: 18px 15px !important;
}
nav#Navigation ul li .subNav ul li a:hover:before {
  right: 0;
  background: url('/themes/base/images/nav-arrow-black.svg') 100% 8px no-repeat;
}
nav#Navigation ul li .subNav ul li a:hover.current,
nav#Navigation ul li .subNav ul li a:hover.section {
  border: none;
}
nav#Navigation ul li .subNav ul li a:hover.current:before,
nav#Navigation ul li .subNav ul li a:hover.section:before {
  background: url('/themes/base/images/nav-arrow-black.svg') 100% 8px no-repeat;
}
nav#Navigation ul li .subNav ul li a.current,
nav#Navigation ul li .subNav ul li a.section {
  border-bottom: none;
}
nav#Navigation ul li .subNav ul li a.current:before,
nav#Navigation ul li .subNav ul li a.section:before {
  right: 0;
  background: url('/themes/base/images/nav-arrow-active.svg') 100% 8px no-repeat;
}
#mobile-nav {
  background: #0055A3;
  padding: 0;
}
.mobile-nav-container,
ul.child-nav-element {
  background: #0055A3;
}
#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: #0055A3;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}
.iconblock a {
  color: #222;
}
.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: #0055A3;
  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%;
}
.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: #222;
}
.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: #0055A3;
}
.team-email a:hover {
  border-bottom: 1px solid #8D7943;
}
.team-detail-page .container {
  padding: 60px 0;
}
.team-detail-image img {
  max-width: 100%;
}
.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: #222;
}
.news-list .news .description {
  margin: 0 0 20px 0;
  color: #222;
}
.news-list .news p,
.news-list .news span {
  font-size: 0.800rem;
  font-weight: 400;
  line-height: 20px;
}
.news-list .news span {
  color: #0055A3;
}
.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 #0055A3;
}
.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;
  }
}
.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 #000 !important;
  line-height: 14px;
  background: #fff;
}
.event-container table tr td.last .link:hover {
  color: #fff;
  background: #0055A3;
  border: 2px solid #000;
}
.event-container table tr td.dataTables_empty {
  padding: 14px 6px 14px 14px;
}
.event-container table tr td a {
  color: #222;
  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: ;
}
.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: #222;
  background: #e5e6e5;
  cursor: pointer;
  font-size: 0.700rem;
  line-height: 22px;
}
.event-container .dataTables_paginate span .paginate_button:hover {
  border: none;
  color: #e5e6e5;
  background: #222;
}
.event-container .dataTables_paginate span .paginate_button.current {
  color: #e5e6e5;
  background: #222;
  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: #222;
}
.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: #222;
}
.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: ;
}
.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: #0055A3;
}
.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: #222;
}
.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: ;
}
.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;
}
#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(/biwac_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);
  -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;
  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 .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 .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 !important;
  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;
}
.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: #222;
}
.teaser-container .content-slider .teaser .teaser-text {
  display: flex;
  padding: 0 6vw;
  color: #fff;
  background: #222;
}
.teaser-container .content-slider .teaser .teaser-text .inner-teaser-text {
  max-width: 585px;
  width: 100%;
}
.teaser-container .content-slider .teaser .teaser-text h2 {
  color: #fff;
}
.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 #fff !important;
  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: #fff;
  color: #000;
}
.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 #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 .content-slider .teaser .teaser-img {
  background-position: center center;
}
.teaser-container .content-slider .teaser .teaser-text {
  color: #222222;
  font-size: 0.9rem;
  background: url(/themes/base/images/teaser_bg_wide.jpg) left top repeat-y;
}
.teaser-container .content-slider .teaser .teaser-text h2 {
  margin: 0 0 15px;
  color: #222222;
  font-size: 2.0rem;
  line-height: 1.0;
}
.teaser-container .content-slider .teaser .teaser-text .teaser-description {
  font-weight: 300;
  color: #222222;
}
.teaser-container .content-slider .teaser .teaser-text .teaser-link {
  text-decoration: none;
  font-weight: 300;
}
.teaser-bottom {
  margin: 0;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-img {
  background-position: center 112px;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text {
  background: #eeeeee;
  top: unset;
  height: 240px;
  padding: 35px 35px 20px;
  color: #000000;
  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 {
  font-size: 2.000rem;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  -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 {
  font-size: 2.000rem;
  font-weight: 300;
  line-height: 1.3;
}
.teaser-container.fullscreen .home-content-slider .teaser .teaser-text .teaser-link {
  color: #222222;
}
.brotec-home-container {
  max-width: none;
}
.arrow-container {
  background: none;
  width: 80px;
  height: 80px;
  padding: 15px;
}
.arrow-container .arrow-down {
  color: #0055A3;
  -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 {
  background: url(/biwac_contentblock/images/arrow_blau.svg) no-repeat top center;
}
.btlContainer {
  background-color: #E3E3E3;
}
.BildTitelLinkBlock .contentblockContent .img-button-container {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-flow: wrap;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button {
  text-align: center;
  position: relative;
  background: #0055A3;
  padding: 0;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title-noimage {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 56px;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title-noimage .img-button-title-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  float: left;
  color: #FFFFFF;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title-noimage .img-button-title-inner h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title-noimage .img-button-title-inner p {
  font-size: 16px;
  margin: 0;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title-noimage .img-button-title-inner p.img-button-readmore {
  margin-top: 20px;
  font-weight: bold;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title .img-button-title-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  resize: vertical;
  float: left;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title .img-button-title-inner h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 20px 0 0 20px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title .img-button-title-inner p {
  font-size: 16px;
  margin: 0;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title .img-button-title-inner p.img-button-readmore {
  margin-top: 20px;
  font-weight: bold;
}
.BildTitelLinkBlock .contentblockContent .img-button-container .img-button .img-button-title .img-button-title-inner:hover h3 {
  margin: 30px 0 0 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.BildTitelLinkBlock .contentblockContent .img-button-container a {
  width: 100%;
  float: left;
}
.BildTitelLinkBlock .contentblockContent .img-button-container a img {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s;
  width: 100%;
  max-width: 200%;
}
.BildTitelLinkBlock .contentblockContent .img-button-container a:hover {
  background: rgba(0,84,163,0.9);
}
.BildTitelLinkBlock .contentblockContent .img-button-container a:hover img {
  mix-blend-mode: multiply;
  opacity: 0.75;
}
.BildTitelLinkBlock .contentblockContent .img-button-container a:hover .img-button-title:hover {
  opacity: 1;
}
.BildTitelLinkBlock .contentblockContent .link-container {
  width: 100%;
  float: left;
  text-align: center;
  padding: 35px 0;
}
.BildTitelLinkBlock .contentblockContent .link-container .link {
  border: 3px solid #fff;
  font-size: 1.563em;
  color: #fff;
  padding: 10px 74px;
  display: inline-block;
}
.BildTitelLinkBlock .contentblockContent .link-container .link:hover {
  background: #fff;
  color: #0055A3;
}
footer {
  background: url(/themes/base/images/teaser_bg_wide.jpg) center top repeat-y;
}
.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;
}
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%;
}
.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 {
  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 .Actions 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 .Actions button.action .fla,
.search-form form .Actions input.action .fa,
.search-form form .Actions 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 button.action .fla,
  .search-form form .Actions input.action .fa,
  .search-form form .Actions input.action .fla {
    font-size: 32px;
  }
  .search-results .result {
    margin: 0 0 20px;
  }
  .search-results .result a {
    font-size: 1rem;
  }
}
