* {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #3b3235;
  line-height: 150%;
  background: #fff;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
img {
  border: none;
}
a,
input,
button,
textarea,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none;
}
a {
  color: #c7b400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover {
  color: #000;
}
strong,
b {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.maincontainer {
  max-width: 1680px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  clear: both;
  float: none;
}
.page-row {
  display: table-row;
  height: 1px;
}
.page-row-expanded {
  height: 100%;
}
.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%;
}
header {
  width: 100%;
  float: left;
  margin: 0;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
header.offsetPage {
  box-shadow: 0 15px 33px -22px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 33px -22px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 15px 33px -22px rgba(0,0,0,0.8);
}
header.offsetPage .headercontent #Logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header.offsetPage .headercontent #Logo img {
  width: 200px;
}
header.offsetPage .headercontent #Navigation {
  margin-top: 41px;
  float: right;
}
header.offsetPage .headercontent #Navigation >ul >li >a {
  font-size: 0.8em;
  padding-bottom: 20px;
}
header.offsetPage .headercontent #Navigation >ul >li >span {
  font-size: 0.8em;
  position: relative;
  top: -7px;
}
header.offsetPage .headercontent #Navigation .subNav {
  top: 50px;
}
header .headercontent {
  width: 100%;
  float: left;
  padding: 26px 0 0px 0;
  position: relative;
}
header .headercontent #Logo {
  float: left;
  width: 233px;
  height: 117px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .headercontent #Logo 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;
  width: 100%;
}
header .headercontent .header-content-right {
  float: right;
}
header .headercontent .nav-icon {
  width: 35px;
  height: 45px;
  float: right;
  display: none;
  position: relative;
}
header .headercontent .nav-icon span {
  width: 100%;
  height: 3px;
  background: #c7b400;
  position: absolute;
  top: 26px;
  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;
}
header .headercontent .nav-icon span::before,
header .headercontent .nav-icon span::after {
  width: 100%;
  height: 3px;
  background: #c7b400;
  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;
}
header .headercontent .nav-icon span::before {
  top: -10px;
}
header .headercontent .nav-icon span::after {
  top: 10px;
}
header .headercontent .nav-icon.nav-icon-open span {
  background: none;
}
header .headercontent .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);
}
header .headercontent .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);
}
#TopImage {
  margin: 0 auto;
  width: 100%;
  max-width: 2500px;
}
#TopImage img {
  width: 100%;
}
.breadcrumbs {
  width: 100%;
  font-size: 0.75em;
  text-align: left;
  margin: 10px auto;
}
nav#Navigation {
  float: right;
  margin: 38px 0 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;
}
nav#Navigation.new {
  margin: 38px 0 0 0;
}
nav#Navigation ul {
  float: left;
  list-style: none;
  margin-bottom: 0;
}
nav#Navigation ul li {
  float: left;
  position: relative;
}
nav#Navigation ul li a {
  float: left;
  padding: 0 0 30px 0;
  margin: 0 0 0 23px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #726d6f;
  text-transform: uppercase;
  line-height: 1.428571429;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
nav#Navigation ul li a:hover,
nav#Navigation ul li a.hover {
  color: #c7b400;
}
nav#Navigation ul li a.first {
  margin: 0;
}
nav#Navigation ul li a.current,
nav#Navigation ul li a.section {
  border-bottom: 5px solid #c73447;
}
nav#Navigation ul li .line {
  color: #726d6f;
  display: inline-block;
  padding-left: 23px;
}
nav#Navigation ul li .subNav {
  min-width: 300px;
  display: none;
  position: absolute;
  top: 66px;
  left: 0px;
  z-index: 999;
  overflow: visible !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
nav#Navigation ul li .subNav ul {
  width: 100%;
  float: left;
  background: #c73447;
}
nav#Navigation ul li .subNav ul li {
  width: 100%;
}
nav#Navigation ul li .subNav ul li.last a {
  border-bottom: none;
}
nav#Navigation ul li .subNav ul li a {
  text-transform: none;
  width: 100%;
  padding: 8px 0 8px 25px;
  font-size: 0.800em;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
nav#Navigation ul li .subNav ul li a:hover {
  background: #c7b400;
}
nav#Navigation ul li ul.thirdNavigationlvl {
  display: none;
  position: absolute;
  left: 300px;
  visibility: visible;
  background: #D2364B;
  z-index: 9999;
}
nav#Navigation ul li ul.thirdNavigationlvl.navLinks {
  left: inherit;
  right: 300px;
}
nav#Navigation ul li ul.thirdNavigationlvl li a {
  color: #fff;
}
.mobile-nav-container {
  display: none;
  visibility: hidden;
}
.mobile-nav-container,
ul.child-nav-element {
  width: 83%;
  height: 100%;
  display: block;
  background: #323232;
  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: #323232;
  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%;
  float: left;
  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%;
  float: left;
  padding: 20px 0;
  margin: 0;
  font-size: 1em;
  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;
}
main {
  width: 100%;
  float: left;
  margin: 182px 0 0;
}
#Layout {
  width: 100%;
  min-height: 620px;
  float: left;
  padding: 0;
  margin: 0;
  background: #fff;
}
.HomePage #Layout {
  background: none;
}
#Layout #Content {
  width: 100%;
  float: left;
  margin-top: 60px;
}
#ContentBlockContainer {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
#ContentBlockContainer .contentblock {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#ContentBlockContainer .contentblock.first {
  padding-top: 0;
}
#ContentBlockContainer .contentblock.Weiss {
  color: #f0e7d6;
}
#ContentBlockContainer .contentblock.Weiss * {
  color: #f0e7d6;
}
.HomePage #ContentBlockContainer .contentblock.Teaser {
  padding-top: 0;
}
.HomePage #ContentBlockContainer .contentblock.Teaser .maincontainer {
  max-width: 2500px;
  padding: 0;
}
#ContentBlockContainer .contentblock .contentblockContent {
  width: 100%;
  float: left;
}
#ContentBlockContainer .contentblock .contentblockContent .contentblockImg {
  float: left;
  display: block;
  margin: 0 2% 8px 0;
}
#ContentBlockContainer .contentblock .contentblockContent.iconrows3 .iconblock {
  width: 32.3%;
  margin: 0 1.55% 0 0;
}
#ContentBlockContainer .contentblock .contentblockTable {
  width: 100%;
  float: left;
  margin: 24px 0 0 0;
}
#ContentBlockContainer .contentblock .contentblockTable table tr th {
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid #c73447;
}
#ContentBlockContainer .contentblock .contentblockTable table tr td {
  padding: 5px;
  border-bottom: 1px solid #c73447;
}
#ContentBlockContainer .contentblock .contentblockGallery {
  margin: 50px 0 0 0;
}
#ContentBlockContainer .contentblock .contentblockTeam {
  margin: 150px 0 0 0;
}
#ContentBlockContainer .contentblock .contentblockNews {
  margin: 50px 0 0 0;
}
#ContentBlockContainer .contentblock .contentblockEvent {
  margin: 50px 0 0 0;
}
#ContentBlockContainer .contentblock.twoColumnText .contentblockContent {
  width: 47.5%;
}
#ContentBlockContainer .contentblock.twoColumnText .secondcontentblockContent {
  margin: 0 0 0 5%;
}
#ContentBlockContainer .contentblock.Iconblock .maincontainer {
  max-width: 2500px;
  padding: 0;
}
#ContentBlockContainer .contentblock.Iconblock .contentblockContent {
  display: flex;
  justify-content: stretch;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock {
  flex-grow: 0;
  width: 20%;
  text-align: center;
  background: #c7b400;
  padding: 47px 22px;
  color: #f0e7d6;
  -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.Iconblock .iconblock:hover,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
  background: #f0e7d6;
  color: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover a,
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover span,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover a,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover span {
  color: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover .iconblock-img svg path,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover .iconblock-img svg path {
  fill: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover .iconblock-title,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover .iconblock-title {
  color: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover .iconblock-title h3,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover .iconblock-title h3 {
  color: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock:hover .iconblock-desc p,
#ContentBlockContainer .contentblock.Iconblock .iconblock.even:hover .iconblock-desc p {
  color: #3b3235;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock.even {
  background: #b7a601;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock a {
  color: #f0e7d6;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock .iconblock-img {
  width: 100%;
  float: left;
  margin: 0 0 8px;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock .iconblock-img img {
  display: inline-block;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock .iconblock-img svg {
  width: 43px;
  height: 43px;
  -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.Iconblock .iconblock .iconblock-img svg path {
  fill: #f0e7d6;
  display: block;
  -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.Iconblock .iconblock .iconblock-title {
  width: 100%;
  float: left;
  margin: 0 0 0px;
  text-transform: uppercase;
  color: #f0e7d6;
  -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.Iconblock .iconblock .iconblock-title h3 {
  font-size: 0.9em;
  margin: 0 0 0 0;
  color: #f0e7d6;
  -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.Iconblock .iconblock .iconblock-desc {
  width: 100%;
  float: left;
  font-size: 1em;
  -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.Iconblock .iconblock .iconblock-desc p {
  font-size: 0.8em;
  color: #f0e7d6;
  -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.Iconblock .iconblock .iconblock-link {
  color: #f0e7d6;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 0.8em;
}
#ContentBlockContainer .contentblock.Iconblock .iconblock.last {
  margin: 0;
}
#ContentBlockContainer .contentblock.News .allnewsLink {
  text-align: center;
  color: #f0e7d6;
  display: block;
  width: 31.875%;
  margin: 60px auto 100px auto;
  -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.News .allnewsLink:hover a {
  background: #c7b400;
}
#ContentBlockContainer .contentblock.News .allnewsLink a {
  padding: 25px;
  display: block;
  width: 100%;
  background: #c73447;
  text-transform: uppercase;
  color: #f0e7d6;
  font-size: 1.200em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contentblock_buttons {
  width: 100%;
  display: block;
  margin-top: 70px;
  margin-left: -10px;
  float: 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;
}
.TeamPage .contentblock_buttons,
.KompetenzKategoriePage .contentblock_buttons {
  margin-top: 0;
  margin-bottom: 70px;
}
.contentblock_buttons .button_element {
  text-align: center;
  color: #f0e7d6;
  display: block;
  width: 31.875%;
  float: left;
  margin: 10px;
}
.contentblock_buttons .button_element:hover a {
  background: #c7b400;
}
.contentblock_buttons .button_element a {
  padding: 23px;
  display: block;
  width: 100%;
  background: #c73447;
  text-transform: uppercase;
  color: #f0e7d6;
  font-size: 1.200em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contentblock_buttons .button_element .button_title {
  color: #f0e7d6;
  font-size: 0.70em;
}
.refcatlist {
  width: 100%;
  float: left;
}
.refcatlist .refcatblock {
  padding: 10px 23px;
  display: block;
  background: #a4aeb0;
  float: left;
  margin: 0 10px 10px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.refcatlist .refcatblock:hover,
.refcatlist .refcatblock.activeFilter {
  background: #c7b400;
  cursor: pointer;
}
.reflist {
  width: 100%;
  float: left;
}
.reflist .refcat {
  display: none;
}
.contentblockLeft {
  width: 31.875%;
  float: left;
  padding-right: 2.1875%;
}
.contentblockRight {
  width: 65.9375%;
  float: right;
}
#TeaserContainer {
  position: relative;
}
#TeaserContainer #Teaser .teaser .teaserImg {
  position: relative;
}
#TeaserContainer #Teaser .teaser .teaserText {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40.08%;
  height: 100%;
  margin: 0px 0 0 0;
  background: rgba(255,255,255,0.73);
}
#TeaserContainer #Teaser .teaser .teaserText .teaserTextInner {
  font-weight: bold;
  font-size: 1.600em;
  line-height: 150%;
  max-width: 66%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#TeaserContainer #Teaser .teaser .teaserText .teaserTextInner .teaserPerson {
  color: #c73447;
  font-size: 0.750em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#TeaserContainer #Teaser .teaser .teaserText h1 {
  font-size: 2em;
  padding: 0;
  margin: 0 0 40px;
}
#TeaserContainer #Teaser .teaser .teaserText .teaserLink {
  margin: 30px 0 0 0;
  padding: 0px 20px;
  display: inline-block;
  background: #c73447;
  text-transform: uppercase;
  color: #f0e7d6;
  font-size: 0.450em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#TeaserContainer #Teaser .teaser .teaserText .teaserLink:hover {
  background: #c7b400;
}
.openingTimesHomeContainer {
  position: absolute;
  right: 0;
  top: 0;
}
.openingTimesHomeContainer .openingTimesClock {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c7b400;
  color: #f0e7d6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.openingTimesHomeContainer .openingTimesClock svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 42px;
  height: 39px;
}
.openingTimesHomeContainer .openingTimesClock svg .st2 {
  fill: #fff;
}
.openingTimesHomeContainer .openingTimesClock:hover {
  cursor: pointer;
}
.openingTimesHomeContainer .openingTimesClock:hover svg {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.openingTimesBigBox {
  width: 510px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  visibility: hidden;
  background: #c7b400;
  padding: 40px 33px;
  font-size: 0.800em;
  color: #f0e7d6;
  text-align: center;
  z-index: 100;
}
.openingTimesBigBox.open {
  visibility: visible;
}
.openingTimesBigBox h3 {
  margin-top: 0;
}
.closeBox {
  position: absolute;
  top: 40px;
  right: 33px;
}
.closeBox svg {
  width: 17px;
  height: 17px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.closeBox svg #X .st2 {
  fill: #fff;
}
.closeBox:hover {
  cursor: pointer;
}
.closeBox:hover svg {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#Downloads {
  width: 100%;
  float: left;
  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%;
  float: left;
  margin: 14px 0 0 0;
}
.Gallery {
  list-style: none;
  float: left;
  width: 100%;
}
.Gallery:not(.contentblock) {
  margin: 70px 0 0 0 !important;
}
.Gallery .galleryItem {
  float: left;
  margin: 0 10px 10px 0;
}
.Gallery .galleryItem.last {
  margin: 0 0 10px 0;
}
.Gallery .galleryItem img {
  float: left;
}
.Gallery .galleryItem:before {
  font-family: Arial;
  content: '';
  margin: 0;
}
.pswp {
  z-index: 999999999;
}
.contentblockAccordion .accordionElement {
  border-bottom: 2px solid #c73447;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contentblockAccordion .accordionElement:hover .listTitle {
  color: #c7b400;
}
.contentblockAccordion .accordionElement:first-child .listTitle {
  padding-top: 0;
}
.contentblockAccordion .accordionElement:first-child .listTitle .innericon {
  top: 10px;
}
.contentblockAccordion .accordionElement .listTitle {
  color: #444545;
  padding: 20px 40px 20px 0;
  font-weight: bold;
  font-size: 1.200em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contentblockAccordion .accordionElement .listTitle:hover {
  cursor: pointer;
}
.contentblockAccordion .accordionElement .listTitle.open .innericon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contentblockAccordion .accordionElement .listTitle .innericon {
  height: 27px;
  width: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contentblockAccordion .accordionElement .listContent {
  display: none;
  margin-bottom: 34px;
}
.contentblockAccordion .accordionElement .listContent p {
  margin-bottom: 0;
}
#Team {
  width: 100%;
  float: left;
  overflow: visible;
}
.Kompetenz #Team {
  margin-bottom: 70px;
}
#Team .noCarousel {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#Team .noCarousel .team {
  flex-grow: 0;
  flex-basis: 375px;
}
#Team .noCarousel .team.fourth {
  margin-right: 0;
}
#Team .team {
  width: 23.5%;
  float: left;
  margin: 50px 2% 24px 0;
  border: 2px solid #f0e7d6;
  padding: 20px;
  text-align: left;
  overflow: visible;
  -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 .team.last {
  margin-right: 0;
}
#Team .team:hover {
  border: 2px solid #c73447;
}
#Team .team .teamimg {
  width: 100%;
  float: left;
  margin: 0px 0 8px 0;
}
#Team .team .teamimg img {
  display: inline-block;
}
#Team .team .teamimg .teamimg_placeholder {
  height: 332px;
  width: 300px;
}
#Team .team h3 {
  font-size: 0.720em;
  margin: 0 0 5px 0;
  color: #c73447;
  text-transform: uppercase;
  font-weight: 700;
}
#Team .team .teamInfo {
  width: 100%;
  float: left;
  font-size: 0.640em;
  font-weight: bold;
}
.stage-info-block {
  display: none;
}
.teamName {
  margin-top: 20px !important;
}
.teamDetails {
  margin-bottom: 70px;
}
.cv_button {
  display: inline-block;
  margin: 30px 15px 0 0;
  padding: 10px 20px;
  background: #c73447;
  text-transform: uppercase;
  color: #f0e7d6 !important;
  font-size: 0.75em !important;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cv_button:hover {
  background: #c7b400;
}
.flickity-page-dots {
  display: none;
}
.flickity-prev-next-button {
  background: none;
  height: 75px;
  width: 75px;
  border-radius: inherit;
  margin-top: -38px;
  top: 66%;
}
.flickity-prev-next-button:hover {
  background: none;
}
.flickity-prev-next-button:hover svg path {
  fill: #000 !important;
}
.flickity-prev-next-button svg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.flickity-prev-next-button svg path {
  fill: #f0e7d6 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.flickity-prev-next-button.previous {
  left: -120px;
}
.flickity-prev-next-button.next {
  right: -120px;
}
#NewsList {
  display: flex;
  float: none;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#NewsList.articleHolder .news {
  margin-bottom: 35px;
}
#NewsList .news {
  background: #eeeeec;
  margin-right: 35px;
  flex-grow: 0;
  flex-basis: 510px;
  color: #3b3235;
  padding: 30px 20px;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#NewsList .news.last,
#NewsList .news.third {
  margin-right: 0;
}
#NewsList .news:hover {
  background: #dfdfdd;
}
#NewsList .news * {
  color: #3b3235;
}
#NewsList .news .newsDate {
  font-size: 0.800em;
  text-transform: uppercase;
}
#NewsList .news h2 {
  font-size: 1em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #3b3235;
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#NewsList .news .referenceArticle,
#NewsList .news .newsTeam {
  line-height: normal;
}
#NewsList .news .referenceArticle a,
#NewsList .news .referenceArticle span,
#NewsList .news .newsTeam a,
#NewsList .news .newsTeam span {
  font-size: 0.600em;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}
#NewsList .news .referenceArticle a:hover,
#NewsList .news .newsTeam a:hover {
  color: #c73447;
}
#NewsList .news .newsDesc {
  margin-top: 45px;
  font-size: 0.800em;
}
#NewsList .news .newsReadMore {
  font-size: 0.800em;
  text-decoration: underline;
}
#EventContainer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#EventContainer table {
  width: 100%;
  margin: 0;
}
#EventContainer table tr th {
  font-weight: normal;
  cursor: pointer;
}
#EventContainer table tr th .iconsth {
  display: inline;
  position: relative;
}
#EventContainer table tr th .icon-caret-up {
  position: absolute;
  left: 0;
  top: -4px;
}
#EventContainer table tr th .icon-caret-down {
  position: absolute;
  left: 0;
  top: 4px;
}
#EventContainer table tr th.headerSortDown .icon-caret-down {
  display: inline;
  top: 0;
}
#EventContainer table tr th.headerSortDown .icon-caret-up {
  display: none;
}
#EventContainer table tr th.headerSortUp .icon-caret-up {
  display: inline;
  top: 0;
}
#EventContainer table tr th.headerSortUp .icon-caret-down {
  display: none;
}
#EventContainer table tr td a {
  width: 100%;
  float: left;
  display: block;
}
.eventdetailcontent {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
.eventdetailcontent .eventDateDetail {
  width: 100%;
  float: left;
  margin: 0 0 12px 0;
}
.buttoncontainer {
  float: left;
  margin: 8px 0 0 0;
  background: #c73447;
  -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: #c7b400;
}
.buttoncontainer a {
  float: left;
  display: block;
  padding: 4px 6px;
  color: #fff !important;
}
.buttoncontainer a:hover {
  color: #fff !important;
}
.buttoncontainer span {
  float: left;
  display: block;
  padding: 4px 6px;
  color: #fff !important;
}
.buttoncontainer span:hover {
  color: #fff !important;
}
.buttoncontainer.right {
  float: right;
}
ul#Sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c73447;
}
ul#Sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#Sitemap li a {
  padding: 7px 3px;
  font-size: 1.143em;
  border-bottom: 1px solid #c73447;
  display: block;
}
ul#Sitemap li a:hover {
  color: #000;
  background: #eee;
}
ul#Sitemap li ul {
  border-top: 0px none;
}
ul#Sitemap li ul li a {
  margin: 0 0 0 10px;
  font-size: 0.875em;
}
ul#Sitemap li ul li ul li a {
  margin: 0 0 0 25px;
  padding: 4px 0 2px;
  font-size: 0.857em;
}
.search-button-block {
  width: 100%;
  max-width: 250px;
  float: right;
  margin: 20px 0 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;
}
.search-button-block a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #726d6f;
  align-items: center;
  border-bottom: 1px solid #726d6f;
  padding: 0 10px 10px;
  line-height: 100%;
  text-decoration: none;
}
.search-button-block a:hover {
  color: #c7b400;
  border-bottom: 1px solid #c7b400;
}
body.Searchpage {
  padding: 0 0 60px;
  background: #c7b400;
}
.search-container .container {
  position: relative;
}
.close-search {
  position: absolute;
  right: 47px;
  top: 14px;
}
.close-search a {
  color: #fff;
  font-size: 44px;
  font-weight: 300;
}
.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 .middleColumn {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  position: inherit;
}
.search-form form fieldset div.field .middleColumn input {
  width: 100%;
  float: left;
  padding: 0 20px;
  border: none;
  background: none;
  font-size: 3.636em;
  line-height: 100%;
  color: #fff;
  outline: none;
  border-bottom: 4px solid #fff;
  text-align: left;
}
.search-form form fieldset div.field .middleColumn input::placeholder {
  color: #fff !important;
}
.search-form form .Actions {
  width: auto;
  min-width: 60px;
  min-height: 82px;
  margin: 0;
  padding: 0 20px 0 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-form form .Actions img {
  max-width: 60px;
}
#Query {
  margin: 0 0 10px 0;
}
#SearchResults {
  width: 100%;
}
#SearchResults h3 {
  margin: 0 0 10px 0;
}
#SearchResults p {
  color: #ffffff;
}
#SearchResults .result {
  width: 100%;
  float: left;
  margin: 0 0 12px;
}
#SearchResults .result a {
  font-size: 1.250em;
  color: #fff;
}
#SearchResults .result a:hover {
  text-decoration: underline;
}
#SearchResults .result span {
  float: right;
  font-size: 1.071em;
  color: #fff;
}
#SearchResults .result span:hover {
  text-decoration: underline;
}
.autocompletesearch-results ul li:hover {
  color: #c7b400;
}
#PageNumbers {
  width: 100%;
  float: left;
  margin: 0;
}
#PageNumbers .pageNumbers {
  width: 80%;
  float: left;
}
#PageNumbers .pageNumbers div {
  width: 22px;
  height: 22px;
  float: left;
  border-radius: 3px 3px 3px 3px;
  margin: 0 6px 0 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #c73447;
}
#PageNumbers .pageNumbers a {
  width: 22px;
  height: 22px;
  float: left;
  border-radius: 3px 3px 3px 3px;
  margin: 0 6px 0 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #a1daf4;
}
#PageNumbers .pageNumbers a:hover {
  background: #c73447;
}
#PageNumbers .pagingNavigation {
  width: 20%;
  float: left;
}
#PageNumbers .pagingNavigation a {
  float: right;
  display: block;
  background: #c73447;
  border-radius: 3px 3px 3px 3px;
  padding: 2px 9px 2px 10px;
}
#PageNumbers .pagingNavigation a.prev {
  margin: 0 6px 0 0;
  color: #fff;
}
#PageNumbers .pagingNavigation a.next {
  color: #fff;
}
#PageNumbers .pagingNavigation a i {
  color: #fff;
}
#PageNumbers .pagingNavigation .nextDiv {
  width: 22px;
  height: 22px;
  float: right;
  background: #c7b400;
  border-radius: 3px 3px 3px 3px;
}
#PageNumbers .pagingNavigation .prevDiv {
  width: 22px;
  height: 22px;
  float: right;
  margin: 0 6px 0 0;
}
#GoogleMaps {
  width: 100%;
  float: left;
}
#GoogleMaps iframe {
  width: 100%;
  float: left;
}
.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
}
.scrolloff {
  pointer-events: none;
}
#MapContactBlock {
  position: relative;
  clear: both;
  max-width: 2500px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: url("../images/karte-izz.jpg") no-repeat center center;
  background-size: cover;
}
#MapContactBlock .innercontainer {
  float: left;
  clear: both;
}
#MapContactBlock #ContactOverlay {
  top: 0;
  max-width: 510px;
  width: 100%;
  padding: 70px 32px;
  background: #c7b400;
  color: #f0e7d6;
  text-align: center;
  font-size: 0.800em;
}
#MapContactBlock #ContactOverlay .openingTimesFooter {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.250em;
}
#MapContactBlock iframe {
  width: 100%;
}
.openingtimesContainer.typography {
  color: #f0e7d6;
}
.openingtimesContainer.typography * {
  color: #f0e7d6;
}
.openingtimesContainer.typography svg {
  width: 45px;
  height: 45px;
}
.openingtimesContainer.typography svg path {
  display: block;
  fill: #f0e7d6;
}
.openingtimestel {
  margin-top: 50px;
}
.openingTimesHomeContainer .typography .openingtimestel {
  margin-top: 20px;
}
.openingTimesHomeContainer .typography .oeffnungszeiten_hinweistext {
  display: none;
}
.openingTimesHomeContainer .typography .telefonnummer_gross {
  margin-top: 10px;
}
.openingTimesHomeContainer .typography .telefonnummer_gross a {
  color: #f0e7d6;
  font-size: 30px !important;
  font-weight: bold;
}
footer {
  width: 100%;
  min-height: 150px;
  float: left;
  padding: 0;
  margin: 0;
  background: #c73447;
}
footer .innerfooter {
  width: 100%;
  min-height: 44px;
  float: left;
  padding: 90px 0% 25px 0%;
  margin: 0;
  color: #fff !important;
  font-size: 0.800em;
  background: url(../images/footer_bubbles.png) bottom right no-repeat #c73447;
}
footer .innerfooter .footertext {
  width: 100%;
  float: left;
}
footer .innerfooter .footertext h4 {
  font-weight: normal;
  font-size: 1.250em;
  margin-top: 0;
  margin-bottom: 30px;
}
footer .innerfooter #QuickLinksContainer {
  float: right;
  margin-top: -50px;
}
footer .innerfooter #QuickLinksContainer .quicklinks {
  float: left;
  margin: 0 5% 0 0;
}
footer .innerfooter #QuickLinksContainer .quicklinks.last {
  margin: 0;
}
footer .innerfooter #QuickLinksContainer .quicklinks ul {
  list-style: none;
  float: left;
}
footer .innerfooter #QuickLinksContainer .quicklinks ul li {
  margin: 0 0 5px 0;
  display: inline-block;
}
footer .innerfooter #QuickLinksContainer .quicklinks ul li a {
  text-decoration: underline;
}
footer .innerfooter #QuickLinksContainer .quicklinks ul li a,
footer .innerfooter #QuickLinksContainer .quicklinks ul li span {
  color: #f0e7d6;
  text-transform: uppercase;
  padding-right: 5px;
}
footer .innerfooter #QuickLinksContainer .quicklinks ul li a:hover,
footer .innerfooter #QuickLinksContainer .quicklinks ul li span:hover {
  color: #c7b400;
}
footer .innerfooter #QuickLinksContainer .quicklinks .lastChanged {
  float: left;
  padding-left: 5px;
  text-transform: uppercase;
}
.footer_logos {
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  padding: 13px 0;
}
.footer_logos .hon {
  display: inline-block;
  margin: 10px 15px 0;
}
.footer_logos .lehrbetrieb {
  float: right;
}
.footer_logos .hin {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
.more_info_text,
.small_link {
  font-size: 0.8em !important;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}
.img-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
}
.img-overlay.hidden-pop-up {
  display: none;
  visibility: hidden;
}
.img-pop-up-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
}
.img-pop-up-box.hidden-pop-up {
  display: none;
  visibility: hidden;
}
.img-pop-up-box .img-pop-up-box-content {
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  padding: 30px;
  color: #3b3235;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.img-pop-up-box .img-pop-up-box-content p {
  margin: 0 0 20px 0;
}
.img-pop-up-box .img-pop-up-box-content a {
  color: #c73447;
}
.img-pop-up-box .img-pop-up-box-content .pop-up-buttons {
  display: flex;
  justify-content: space-between;
}
.img-pop-up-box .img-pop-up-box-content .pop-up-button a {
  max-width: 280px;
  display: inline-block;
  padding: 6px 25px 6px;
  margin: 0;
  background: #c73447;
  color: #fff;
  text-align: center;
}
.img-pop-up-box .img-pop-up-box-content .pop-up-button a:hover {
  background: #000;
}
.img-pop-up-box .img-pop-up-box-content .pop-up-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pseudo-form {
  margin: 40px 0 0 0;
}
.pseudo-form .form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pseudo-form .form-container .pseudo-password-submit input {
  font-size: 22px;
}
.pseudo-form .form-container .pseudo-password-inputs .pseudo-password-input {
  padding: 9px;
  border: 1px solid #3b3235;
  width: 100%;
  max-width: 50%;
}
