/*
 _
| |
| |  __   _  _  _|_  ,
|/  /  \_/ |/ |  |  / \_
|__/\__/   |  |_/|_/ \/
|\
|/

*/
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/IBMPlexSerif-Italic.eot');
  src: url('../fonts/IBMPlexSerif-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSerif-Italic.woff2') format('woff2'), url('../fonts/IBMPlexSerif-Italic.woff') format('woff'), url('../fonts/IBMPlexSerif-Italic.ttf') format('truetype'), url('../fonts/IBMPlexSerif-Italic.svg#IBMPlexSerif-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/IBMPlexSerif-Regular.eot');
  src: url('../fonts/IBMPlexSerif-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSerif-Regular.woff2') format('woff2'), url('../fonts/IBMPlexSerif-Regular.woff') format('woff'), url('../fonts/IBMPlexSerif-Regular.ttf') format('truetype'), url('../fonts/IBMPlexSerif-Regular.svg#IBMPlexSerif-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  background-color: #2B313C;
  color: #2B313C;
  min-height: 100%;
  width: 100%;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  letter-spacing: 0.5px;
  text-underline-offset: 4px;
}
input,
textarea {
  outline: none;
  border: none;
  border-radius: 0px;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#scrollTop {
  cursor: pointer;
  width: 30px;
  height: 30px;
  left: 100%;
  margin-right: 20px;
  bottom: 10px;
  color: #fff;
  z-index: 50;
  background-color: transparent;
  position: sticky;
}
#scrollTop:hover #arrowLeft,
#scrollTop:hover #arrowRight {
  background-color: #a6c3ff;
}
@media only screen and (min-width: 641px) {
  #scrollTop {
    margin-right: 40px;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
}
#scrollTop #arrowLeft {
  position: absolute;
  height: 6px;
  width: 20px;
  background-color: #2B313C;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 641px) {
  #scrollTop #arrowLeft {
    height: 8px;
    width: 28px;
  }
}
#scrollTop #arrowRight {
  position: absolute;
  height: 6px;
  width: 20px;
  background-color: #2B313C;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media only screen and (min-width: 641px) {
  #scrollTop #arrowRight {
    height: 8px;
    width: 28px;
    margin-left: 14px;
  }
}
#intro {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 500;
  cursor: pointer;
}
#intro .content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#intro .content p {
  margin: 0;
  padding: 0;
}
#intro .content .intro {
  font-size: 0.9rem;
  letter-spacing: 0.9px;
  line-height: 1.4;
  padding: 20px;
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  #intro .content .intro {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  #intro .content .intro {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 901px) {
  #intro .content .intro {
    font-size: 1.9rem;
    letter-spacing: 1.9px;
  }
}
#intro .content .intro .tracked {
  letter-spacing: 3px;
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  #intro .content .intro .tracked {
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  #intro .content .intro .tracked {
    letter-spacing: 6px;
  }
}
@media only screen and (min-width: 901px) {
  #intro .content .intro .tracked {
    letter-spacing: 8px;
  }
}
#main {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
#main header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  top: 0;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  z-index: 200;
  background-color: #ffffff;
  color: #a6c3ff;
}
#main header .space {
  left: 20px;
  width: 50px;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #main header .space {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 700px) {
  #main header .space {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main header .space {
    margin-left: 40px;
  }
}
#main header #lang {
  position: absolute;
  display: none;
  left: 30px;
  top: 21px;
  font-size: 16px;
  z-index: 10;
  color: #000;
}
@media only screen and (min-width: 441px) and (max-width: 640px) {
  #main header #lang {
    top: 21px;
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  #main header #lang {
    top: 30px;
    display: block;
  }
}
#main header #lang a {
  color: #000;
  text-decoration: none;
}
#main header #lang a:hover {
  text-decoration: underline;
}
#main header #logo {
  position: relative;
  padding-top: 18px;
  width: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 641px) {
  #main header #logo {
    padding-top: 28px;
  }
}
#main header #logo a {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  line-height: 1.4;
  letter-spacing: 3px;
  color: #000;
  text-decoration: none;
  font-family: "IBM Plex Serif";
  text-align: center;
}
#main header #logo a:hover {
  color: #000;
  text-decoration: none;
}
#main header #logo a span {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  #main header #logo a span {
    font-size: 20px;
  }
}
#main header #logo a img {
  width: 100px;
  height: 100px;
  border: none;
}
@media only screen and (min-width: 641px) {
  #main header #logo a img {
    width: 120px;
    height: 120px;
  }
}
#main header nav {
  position: absolute;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  margin: 0;
  right: 0px;
}
@media only screen and (min-width: 381px) and (max-width: 640px) {
  #main header nav {
    top: 60px;
  }
}
@media only screen and (min-width: 641px) {
  #main header nav {
    top: 80px;
  }
}
#main header nav ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
#main header nav ul li {
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  color: #000;
  font-size: 25px;
  letter-spacing: 0.8px;
  margin-right: 0px;
  padding-right: 0px;
  font-family: "IBM Plex Serif";
  letter-spacing: 2px;
}
@media only screen and (min-width: 301px) and (max-width: 640px) {
  #main header nav ul li {
    font-size: 25px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 641px) {
  #main header nav ul li {
    font-size: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main header nav ul li a {
  text-decoration: none;
  color: #2B313C;
}
#main header nav ul li a:hover {
  color: #a6c3ff;
}
#main header #nav-icon {
  display: none;
}
#main header #nav-icon:checked ~ nav {
  display: block;
}
#main header .nav-icon-label {
  font-size: 40px;
  cursor: pointer;
  margin-right: 20px;
  color: #a6c3ff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #main header .nav-icon-label {
    margin-right: 30px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 700px) {
  #main header .nav-icon-label {
    margin-right: 30px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 701px) {
  #main header .nav-icon-label {
    margin-right: 40px;
    font-size: 70px;
  }
}
#main header .nav-icon-label:hover {
  color: #2B313C;
}
#main #menuIcon {
  display: none;
}
#main #menuIcon:checked ~ nav {
  display: block;
}
#main #menuIcon:checked ~ .menuIconLabel .menuIconImage:before {
  transform: translateY(7px) rotate(135deg);
}
#main #menuIcon:checked ~ .menuIconLabel .menuIconImage:after {
  transform: translateY(-7px) rotate(-135deg);
}
#main #menuIcon:checked ~ .menuIconLabel .menuIconImage span {
  transform: scale(0);
}
#main .menuIconLabel {
  cursor: pointer;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 300;
}
@media only screen and (min-width: 401px) and (max-width: 640px) {
  #main .menuIconLabel {
    top: 18px;
    right: 30px;
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  #main .menuIconLabel {
    top: 25px;
    right: 30px;
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  #main .menuIconLabel {
    top: 25px;
    right: 30px;
    display: block;
  }
}
#main .menuIconLabel span {
  display: block;
}
#main .menuIconLabel .menuIconImage {
  display: block;
  width: 25px;
}
#main .menuIconLabel .menuIconImage:after,
#main .menuIconLabel .menuIconImage:before,
#main .menuIconLabel .menuIconImage span {
  background-color: #000000;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
#main hr {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
#main .hr-top {
  position: relative;
  border-bottom: solid 1px #ffffff;
  margin-top: 60px;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #main .hr-top {
    margin-top: 80px;
  }
}
#main hr.px1 {
  border-bottom: 1px solid #2B313C;
}
#main hr.px2 {
  border-bottom: 2px solid #2B313C;
}
#main hr.px3 {
  border-bottom: 3px solid #2B313C;
}
#main #title {
  position: relative;
  color: #2B313C;
  width: 100%;
}
#main #title hr.px1 {
  margin-left: 20px;
  margin-right: 40px;
  border-bottom: 1px solid #2B313C;
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  #main #title hr.px1 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #main #title hr.px1 {
    margin-left: 30px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 701px) {
  #main #title hr.px1 {
    margin-left: 40px;
    margin-right: 80px;
  }
}
#main #title table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 270px;
}
#main #title table .centered {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  width: auto;
  text-align: center;
}
#main #title table .centered p {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  letter-spacing: 0.8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main #title table .right {
  vertical-align: middle;
  width: 14px;
  padding-right: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #title table .right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #title table .right {
    padding-right: 40px;
  }
}
#main #title table .right img {
  display: none;
  height: 210px;
  width: 14px;
}
@media only screen and (min-width: 601px) {
  #main #title table .right img {
    display: block;
  }
}
#main #title div.name {
  text-align: center;
}
#main #popup {
  display: none;
  position: fixed;
  margin: auto;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60px;
  max-width: 1400px;
  overflow-y: auto;
  z-index: 100;
}
@media only screen and (min-width: 641px) {
  #main #popup {
    top: 80px;
  }
}
#main #popup .wrapper {
  margin-top: 50px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  #main #popup .wrapper {
    width: 75%;
  }
}
#main #popup .wrapper #popup-content {
  padding-left: 20px;
}
#main #popup .wrapper #popup-content .text {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-underline-offset: 4px;
}
#main #popup .wrapper #popup-content .text em {
  letter-spacing: 1.5px;
}
#main #popup .wrapper #popup-content .text ul {
  margin: 0;
  padding: 0;
  padding-left: 0.8em;
  padding-bottom: 0.5em;
  line-height: 1.4;
}
#main #popup .wrapper #popup-content .text ul li {
  list-style-type: none;
}
#main #popup .wrapper #popup-content .text ul li:before {
  margin-left: -0.8em;
  content: "_ ";
}
#main #popup .wrapper #popup-content .text ul li p {
  display: inline;
  margin: 0;
  padding: 0;
}
#main #popup .wrapper #popup-content .text ul li a {
  color: #2B313C;
  text-decoration: none;
}
#main #popup .wrapper #popup-content .text ul li a:hover {
  color: #a6c3ff;
}
#main #popup .wrapper #popup-content p {
  margin: 0;
  padding: 0;
  padding-bottom: 1.4rem;
  color: #2B313C;
}
#main #popup .wrapper #popup-content p a {
  text-decoration: none;
  color: #2B313C;
}
#main #popup .wrapper #popup-content p a:hover {
  color: #a6c3ff;
}
#main #popup .wrapper #popup-content p.small {
  font-size: 0.85rem;
  line-height: 1.4;
  padding-bottom: 1.4rem;
  letter-spacing: 0.4px;
  text-underline-offset: 4px;
}
#main #popup .wrapper #popup-content p.small em {
  letter-spacing: 0.8px;
}
#main #popup .wrapper #popup-content p.regular {
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 1.4rem;
  letter-spacing: 0.5px;
  text-underline-offset: 4px;
}
#main #popup .wrapper #popup-content p.regular em {
  letter-spacing: 1.2px;
}
#main #popup .wrapper #popup-content p.large {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  letter-spacing: 0.6px;
  text-underline-offset: 6px;
}
@media only screen and (min-width: 861px) and (max-width: 1000px) {
  #main #popup .wrapper #popup-content p.large {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1001px) {
  #main #popup .wrapper #popup-content p.large {
    font-size: 1.9rem;
    line-height: 1.4;
    letter-spacing: 0.8px;
  }
}
#main #popup .wrapper #popup-content p.large em {
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  #main #popup .wrapper #popup-content p.large em {
    letter-spacing: 1.8px;
  }
}
@media only screen and (min-width: 701px) {
  #main #popup .wrapper #popup-content p.large em {
    letter-spacing: 2px;
  }
}
#main #popup .wrapper #popup-content span.large {
  font-size: 2em;
  line-height: 0.5;
}
#main #popup .wrapper #popup-content span.blue {
  color: #ffffff;
  background-color: #2B313C;
  padding: 0 5px;
}
#main #popup .wrapper #popup-content span.blue a {
  text-decoration: none;
  background-color: #2B313C;
  color: #ffffff;
}
#main #popup .wrapper #popup-content span.white {
  color: #ffffff;
  padding: 0 5px;
}
#main #popup .wrapper #popup-content span.white a {
  text-decoration: none;
  color: #ffffff;
}
#main #popup .wrapper #popup-content span.nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #popup .wrapper #popup-content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #popup .wrapper #popup-content {
    padding-left: 40px;
  }
}
#main #popup .wrapper #popup-close {
  cursor: pointer;
  margin-top: 50px;
  padding-bottom: 150px;
  margin-right: 10px;
}
#main #popup .wrapper #popup-close .cross {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
#main #popup .wrapper #popup-close .cross:before,
#main #popup .wrapper #popup-close .cross:after {
  position: absolute;
  content: ' ';
  height: 48px;
  width: 8px;
  background-color: #2B313C;
}
#main #popup .wrapper #popup-close .cross:before {
  transform: rotate(45deg);
}
#main #popup .wrapper #popup-close .cross:after {
  transform: rotate(-45deg);
}
#main #popup .wrapper #popup-close:hover .cross:before,
#main #popup .wrapper #popup-close:hover .cross:after {
  background-color: #2B313C;
}
#main #content {
  flex-grow: 1;
  column-count: 1;
  position: relative;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  background-color: #ffffff;
  color: #2B313C;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content {
    margin-left: 40px;
    margin-right: 40px;
  }
}
#main #content hr {
  margin-bottom: 20px;
}
#main #content .animate {
  transform: translateY(100px);
}
#main #content #login {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  #main #content #login {
    width: 50%;
  }
}
@media only screen and (min-width: 801px) {
  #main #content #login {
    width: 33.3%;
  }
}
#main #content #login input {
  font-size: 1.1rem;
  letter-spacing: 0.6px;
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  #main #content #login input {
    font-size: 1.31rem;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content #login input {
    font-size: 1.41rem;
    letter-spacing: 0.8px;
  }
}
#main #content #login .loginName input {
  border: none;
  outline: none;
  resize: none;
  background: none;
  border-bottom: 1px solid #2B313C;
  padding: 5px 0px;
}
#main #content #login .loginPassword {
  margin-top: 15px;
}
#main #content #login .loginPassword input {
  border: none;
  outline: none;
  resize: none;
  background: none;
  border-bottom: 1px solid #2B313C;
  padding: 5px 0px;
}
#main #content #login .loginSubmit {
  margin-top: 30px;
}
#main #content #login .loginSubmit input {
  border: none;
  outline: none;
  resize: none;
  background: none;
  background-color: #2B313C;
  color: #ffffff;
  padding: 5px 8px;
  width: auto;
  cursor: pointer;
}
#main #content #sitemap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main #content #sitemap input,
#main #content #sitemap label {
  display: none;
}
#main #content #sitemap li {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 1.31rem;
  line-height: 1.55;
  letter-spacing: 0.7px;
  text-underline-offset: 6px;
  border-top: 1px solid #2B313C;
}
#main #content #sitemap li p {
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  background-color: #2B313C;
}
#main #content #sitemap li a {
  text-decoration: none;
}
#main #content #sitemap li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#main #content #sitemap li ul li {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-underline-offset: 4px;
}
#main #content #sitemap li ul li p {
  background: none;
  color: #2B313C;
}
#main #content #sitemap li ul li a {
  text-decoration: none;
}
#main #content #sitemap li ul li a:hover p {
  color: #2B313C;
}
#main #content .text {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-underline-offset: 4px;
}
#main #content .text em {
  letter-spacing: 1.5px;
}
#main #content .text ul {
  margin: 0;
  padding: 0;
  padding-left: 0.8em;
  padding-bottom: 0.5em;
  line-height: 1.4;
}
#main #content .text ul li {
  list-style-type: none;
}
#main #content .text ul li:before {
  margin-left: -0.8em;
  content: "_ ";
}
#main #content .text ul li p {
  display: inline;
  margin: 0;
  padding: 0;
}
#main #content .text ul li a {
  color: #2B313C;
  text-decoration: none;
}
#main #content .text ul li a:hover {
  color: #a6c3ff;
}
#main #content p {
  margin: 0;
  padding: 0;
  padding-bottom: 1.4rem;
  color: #2B313C;
}
#main #content p a {
  text-decoration: none;
  color: #2B313C;
}
#main #content p a:hover {
  color: #a6c3ff;
}
#main #content p.small {
  font-size: 0.85rem;
  line-height: 1.4;
  padding-bottom: 1.4rem;
  letter-spacing: 0.4px;
  text-underline-offset: 4px;
}
#main #content p.small em {
  letter-spacing: 0.8px;
}
#main #content p.regular {
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 1.4rem;
  letter-spacing: 0.5px;
  text-underline-offset: 4px;
}
#main #content p.regular em {
  letter-spacing: 1.2px;
}
#main #content p.large {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  letter-spacing: 0.6px;
  text-underline-offset: 6px;
}
@media only screen and (min-width: 861px) and (max-width: 1000px) {
  #main #content p.large {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1001px) {
  #main #content p.large {
    font-size: 1.9rem;
    line-height: 1.4;
    letter-spacing: 0.8px;
  }
}
#main #content p.large em {
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  #main #content p.large em {
    letter-spacing: 1.8px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content p.large em {
    letter-spacing: 2px;
  }
}
#main #content span.large {
  font-size: 2em;
  line-height: 0.5;
}
#main #content span.blue {
  color: #ffffff;
  background-color: #2B313C;
  padding: 0 5px;
}
#main #content span.blue a {
  text-decoration: none;
  background-color: #2B313C;
  color: #ffffff;
}
#main #content span.white {
  color: #ffffff;
  padding: 0 5px;
}
#main #content span.white a {
  text-decoration: none;
  color: #ffffff;
}
#main #content span.nowrap {
  white-space: nowrap;
}
#main #content .columns_1_narrow {
  column-count: 1;
  width: 95%;
}
@media only screen and (min-width: 601px) {
  #main #content .columns_1_narrow {
    width: 65%;
  }
}
#main #content .columns_1 {
  column-count: 1;
}
#main #content .columns_2 {
  column-count: 1;
  column-gap: 40px;
  margin-right: 0px;
}
@media only screen and (min-width: 401px) and (max-width: 520px) {
  #main #content .columns_2 {
    column-gap: 60px;
    column-count: 1;
  }
}
@media only screen and (min-width: 521px) and (max-width: 600px) {
  #main #content .columns_2 {
    column-gap: 60px;
    column-count: 2;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #main #content .columns_2 {
    column-gap: 60px;
    column-count: 2;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .columns_2 {
    column-gap: 80px;
    column-count: 2;
  }
}
#main #content .columns_3 {
  column-count: 1;
  column-gap: 20px;
  margin-right: 0px;
}
@media only screen and (min-width: 401px) and (max-width: 520px) {
  #main #content .columns_3 {
    column-gap: 30px;
    column-count: 1;
  }
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  #main #content .columns_3 {
    column-gap: 60px;
    column-count: 2;
  }
}
@media only screen and (min-width: 801px) {
  #main #content .columns_3 {
    column-gap: 40px;
    column-count: 3;
  }
}
#main #content .columns_2_fixed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#main #content .columns_2_fixed .col1 {
  box-sizing: border-box;
  flex: 2 100%;
}
@media only screen and (min-width: 521px) and (max-width: 700px) {
  #main #content .columns_2_fixed .col1 {
    flex: 1;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .columns_2_fixed .col1 {
    flex: 1;
    padding-right: 40px;
  }
}
#main #content .columns_2_fixed .col2 {
  box-sizing: border-box;
  flex: 2 100%;
}
@media only screen and (min-width: 521px) and (max-width: 700px) {
  #main #content .columns_2_fixed .col2 {
    flex: 1;
    padding-left: 0;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .columns_2_fixed .col2 {
    flex: 1;
    padding-left: 40px;
  }
}
#main #content .columns_2_fixed .data_check {
  margin-top: 3em;
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
#main #content .columns_2_fixed .data_check a {
  color: #000;
}
#main #content .columns_2_fixed .hidden {
  display: none;
}
#main #content .columns_2_fixed #warningInp,
#main #content .columns_2_fixed #warningData {
  color: #cc0000;
}
#main #content .columns_2_fixed #sendBtn {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #000;
  padding: 6px 18px;
  cursor: pointer;
}
#main #content .columns_2_fixed #sendBtn:hover {
  background-color: #000;
  color: #fff;
}
#main #content .columns_2_fixed .select {
  width: 92%;
  margin-top: 3em;
  padding: 4%;
  border: 1px solid #000;
}
#main #content .columns_2_fixed .select select.f_course {
  width: 100%;
  border: none;
  background: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 1em;
  outline: none;
  color: #000;
  -webkit-appearance: none;
}
#main #content .columns_2_fixed .select select.f_course option {
  background: none;
  -webkit-appearance: none;
}
#main #content .columns_2_fixed input.f_text {
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  padding-top: 1.5em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: none;
  font-family: "IBM Plex Serif";
  font-weight: normal;
  font-size: 1em;
}
#main #content .columns_2_fixed input[type=checkbox] {
  display: none;
}
#main #content .columns_2_fixed input[type=checkbox] + label:before {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  border-radius: 13px;
  border: 1px solid #000;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 6px;
}
#main #content .columns_2_fixed input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #000;
  border: 1px solid #000;
}
#main #content .table table {
  width: 100% !important;
  border: none;
  border-top: 1px solid #333;
  border-collapse: collapse;
}
#main #content .table table tr {
  border-bottom: 1px solid #333;
}
#main #content .table table tr td {
  border: none;
  width: auto !important;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: block;
}
@media only screen and (min-width: 601px) {
  #main #content .table table tr td {
    display: table-cell;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
#main #content .table table tr td a {
  text-decoration: none;
  color: #2B313C;
}
#main #content .table table tr td a:hover {
  color: #2B313C;
}
#main #content .table table tr td:first-child {
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1.2px;
  color: #2B313C;
  padding-top: 0.8em;
}
#main #content .table table tr td:first-child a {
  text-decoration: none;
  color: #2B313C;
}
#main #content .table table tr td:last-child {
  padding-bottom: 0.8em;
}
@media only screen and (min-width: 601px) {
  #main #content .table table tr td:last-child {
    padding-bottom: 0.8em;
  }
}
#main #content .svg {
  width: 100%;
}
#main #content .svg-1200 {
  width: 100%;
}
@media only screen and (min-width: 1301px) {
  #main #content .svg-1200 {
    margin: auto;
    width: 1200px;
  }
}
#main #content .svg-1100 {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  #main #content .svg-1100 {
    margin: auto;
    width: 1100px;
  }
}
#main #content .svg-1000 {
  width: 100%;
}
@media only screen and (min-width: 1101px) {
  #main #content .svg-1000 {
    margin: auto;
    width: 1000px;
  }
}
#main #content .svg-900 {
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  #main #content .svg-900 {
    margin: auto;
    width: 900px;
  }
}
#main #content .svg-800 {
  width: 100%;
}
@media only screen and (min-width: 901px) {
  #main #content .svg-800 {
    margin: auto;
    width: 800px;
  }
}
#main #content .svg-700 {
  width: 100%;
}
@media only screen and (min-width: 801px) {
  #main #content .svg-700 {
    margin: auto;
    width: 700px;
  }
}
#main #content .svg-600 {
  width: 100%;
}
@media only screen and (min-width: 701px) {
  #main #content .svg-600 {
    margin: auto;
    width: 600px;
  }
}
#main #content .svg-500 {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  #main #content .svg-500 {
    margin: auto;
    width: 500px;
  }
}
#main #content .image-text {
  position: absolute;
  line-height: 1.4;
  top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-text {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .image-text {
    margin-left: 40px;
  }
}
#main #content .image-text p {
  margin: 0;
  padding: 0;
}
#main #content .image-text a {
  text-decoration: none;
  color: #2B313C;
}
#main #content .image-text a:hover {
  color: #2B313C;
}
#main #content .image-text.bottom {
  top: auto;
  bottom: 0;
}
#main #content .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main #content .text-image-bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 861px) {
  #main #content .text-image-bg {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#main #content .text-image-bg .image {
  flex: 2 100%;
}
@media only screen and (min-width: 861px) {
  #main #content .text-image-bg .image {
    flex: 1;
  }
}
#main #content .text-image-bg .image img {
  width: 100%;
}
#main #content .text-image-bg .image .image-text {
  display: none;
}
#main #content .text-image-bg .text {
  flex: 2 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F1F1;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -5px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .text-image-bg .text {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
    margin-top: -40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .text-image-bg .text {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 861px) {
  #main #content .text-image-bg .text {
    flex: 1;
    margin: 0;
    padding: 0;
  }
}
#main #content .text-image-bg .text p {
  display: block;
}
#main #content .text-image-bg .text p a:hover {
  color: #000;
}
@media only screen and (min-width: 641px) and (max-width: 860px) {
  #main #content .text-image-bg .text p.large {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 861px) and (max-width: 1000px) {
  #main #content .text-image-bg .text p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1001px) {
  #main #content .text-image-bg .text p.large {
    font-size: 1.9rem;
  }
}
#main #content .image-cols1 {
  position: relative;
  background-color: #ffffff;
  margin-top: -1px;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 0;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .image-cols1 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#main #content .image-cols1 .image1 {
  width: 100%;
  text-align: center;
}
#main #content .image-cols1 .image1 img {
  width: 100%;
}
#main #content .image-cols1 .width-80 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-80 img {
    width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-80 img {
    width: 90%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-80 img {
    width: 80%;
  }
}
#main #content .image-cols1 .width-70 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-70 img {
    width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-70 img {
    width: 80%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-70 img {
    width: 70%;
  }
}
#main #content .image-cols1 .width-60 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-60 img {
    width: 90%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-60 img {
    width: 70%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-60 img {
    width: 60%;
  }
}
#main #content .image-cols1 .width-50 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-50 img {
    width: 80%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-50 img {
    width: 60%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-50 img {
    width: 50%;
  }
}
#main #content .image-cols1 .width-40 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-40 img {
    width: 70%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-40 img {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-40 img {
    width: 40%;
  }
}
#main #content .image-cols1 .width-30 img {
  width: 100%;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols1 .width-30 img {
    width: 60%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  #main #content .image-cols1 .width-30 img {
    width: 40%;
  }
}
@media only screen and (min-width: 901px) {
  #main #content .image-cols1 .width-30 img {
    width: 30%;
  }
}
#main #content .image-cols2 {
  position: relative;
  margin-top: -1px;
  background-color: #ffffff;
  line-height: 0;
}
#main #content .image-cols2 .wrapper {
  position: relative;
}
#main #content .image-cols2 .text-column {
  line-height: 1.4;
  margin: 20px;
  z-index: 10;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols2 .text-column {
    margin: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .image-cols2 .text-column {
    margin: 40px;
  }
}
#main #content .image-cols2 .image1,
#main #content .image-cols2 .image2 {
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 521px) {
  #main #content .image-cols2 .image1,
  #main #content .image-cols2 .image2 {
    float: left;
    width: 50%;
  }
}
#main #content .image-cols2 img {
  width: 100%;
}
@media screen and (min-width: 521px) {
  #main #content .image-cols2 .width-50 img {
    width: 50%;
    padding-top: 25%;
  }
  #main #content .image-cols2 .width-60 img {
    width: 60%;
    padding-top: 20%;
  }
  #main #content .image-cols2 .width-70 img {
    width: 70%;
    padding-top: 15%;
  }
  #main #content .image-cols2 .width-80 img {
    width: 80%;
    padding-top: 10%;
  }
}
#main #content .image-cols3 {
  position: relative;
  margin-top: -1px;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 0;
  text-align: left;
  background-color: #ffffff;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #content .image-cols3 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #content .image-cols3 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#main #content .image-cols3 .image1 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (min-width: 521px) and (max-width: 760px) {
  #main #content .image-cols3 .image1 {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 761px) {
  #main #content .image-cols3 .image1 {
    float: left;
    width: 33.3333%;
  }
}
#main #content .image-cols3 .image2 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (min-width: 521px) and (max-width: 760px) {
  #main #content .image-cols3 .image2 {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 761px) {
  #main #content .image-cols3 .image2 {
    float: left;
    width: 33.3333%;
  }
}
#main #content .image-cols3 .image3 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (min-width: 521px) and (max-width: 760px) {
  #main #content .image-cols3 .image3 {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 761px) {
  #main #content .image-cols3 .image3 {
    float: right;
    width: 33.3333%;
  }
}
#main #content .image-cols3 .image3:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #content .image-cols3 img {
  width: 100%;
}
#main #content .contacts {
  font-size: 17px;
}
#main #content .contacts .category {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #2B313C;
}
@media only screen and (min-width: 801px) {
  #main #content .contacts .category {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#main #content .contacts .category:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #content .contacts .category .catCheckbox {
  display: none;
}
#main #content .contacts .category .catCheckbox:checked ~ .catContacts {
  display: block;
}
#main #content .contacts .category .catLabel {
  display: block;
  color: #2B313C;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1.41em;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0.5px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 1201px) {
  #main #content .contacts .category .catLabel {
    float: left;
    width: 33.333%;
    font-size: 1em;
    font-style: italic;
    letter-spacing: 1px;
  }
}
#main #content .contacts .category .catContacts {
  display: none;
}
@media only screen and (min-width: 1201px) {
  #main #content .contacts .category .catContacts {
    float: right;
    width: 66.666%;
  }
}
@media only screen and (min-width: 801px) {
  #main #content .contacts .category .catContacts {
    display: block;
  }
}
#main #content .contacts .category .catContacts .contact p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
#main #content .contacts .category .catContacts .contact:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #content .contacts .category .catContacts .contact .name {
  color: #2B313C;
}
@media only screen and (min-width: 801px) {
  #main #content .contacts .category .catContacts .contact .name {
    float: left;
    width: 50%;
  }
}
#main #content .contacts .category .catContacts .contact .name a {
  color: #2B313C;
  text-decoration: none;
}
#main #content .contacts .category .catContacts .contact .description {
  padding-bottom: 20px;
}
@media only screen and (min-width: 801px) {
  #main #content .contacts .category .catContacts .contact .description {
    float: right;
    width: 50%;
    padding: 0;
  }
}
#main #content .events {
  font-size: 17px;
}
#main #content .events .category {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #2B313C;
}
@media only screen and (min-width: 801px) {
  #main #content .events .category {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#main #content .events .category:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #content .events .category .catCheckbox {
  display: none;
}
#main #content .events .category .catCheckbox:checked ~ .catEvents {
  display: block;
}
#main #content .events .category .catLabel {
  display: block;
  color: #2B313C;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1.41em;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0.5px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 1201px) {
  #main #content .events .category .catLabel {
    float: left;
    width: 33.333%;
    font-size: 1em;
    font-style: italic;
    letter-spacing: 1px;
  }
}
#main #content .events .category .catEvents {
  display: none;
}
@media only screen and (min-width: 1201px) {
  #main #content .events .category .catEvents {
    float: right;
    width: 66.666%;
  }
}
@media only screen and (min-width: 801px) {
  #main #content .events .category .catEvents {
    display: block;
  }
}
#main #content .events .category .catEvents .event p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
#main #content .events .category .catEvents .event:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main #content .events .category .catEvents .event .date {
  color: #2B313C;
}
@media only screen and (min-width: 801px) {
  #main #content .events .category .catEvents .event .date {
    float: left;
    width: 50%;
  }
}
#main #content .events .category .catEvents .event .date .dayString {
  display: inline-block;
  width: 35px;
}
#main #content .events .category .catEvents .event .description {
  padding-bottom: 20px;
}
@media only screen and (min-width: 801px) {
  #main #content .events .category .catEvents .event .description {
    float: right;
    width: 50%;
    padding: 0;
  }
}
#main #content .teachers {
  padding-top: 40px;
  font-size: 17px;
  line-height: 1.6;
}
#main #content .teachers hr {
  height: 10px;
}
#main #content .teachers .character {
  position: absolute;
  padding-top: 2px;
}
#main #content .teachers .character p {
  color: #2B313C;
}
#main #content .teachers .teacher {
  margin-left: 40px;
}
#main #content .teachers .teacher p {
  display: inline-block;
  margin: 0;
  padding: 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#main #content .teachers .teacher p a {
  color: #2B313C;
}
#main #content .teachers .teacher .name {
  color: #2B313C;
}
#main #content .teachers .teacher .image {
  display: none;
}
#main #content .teachers .teacher .image img {
  width: 100%;
}
#main #content .mehr-erfahren {
  margin-top: 50px;
  padding-top: 5px;
  border-top: 1px solid #2B313C;
}
#main #content .mehr-erfahren hr {
  border-bottom: 1px solid #2B313C;
  margin-top: -50px;
}
#main #content .mehr-erfahren a {
  text-decoration: none;
}
#main #content .mehr-erfahren .title {
  text-align: center;
  margin-right: 0px;
  padding-top: 10px;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #main #content .mehr-erfahren .title {
    margin-right: 60px;
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  #main #content .mehr-erfahren .title {
    margin-right: 125px;
    float: left;
  }
}
#main #content .mehr-erfahren .title p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
@media only screen and (min-width: 801px) {
  #main #content .mehr-erfahren .title p {
    padding-bottom: 0;
  }
}
#main #content .mehr-erfahren .title p:hover {
  color: #2B313C;
}
#main #content .mehr-erfahren .icons {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  #main #content .mehr-erfahren .icons {
    display: inline-block;
  }
}
#main #content .mehr-erfahren .icons .icon {
  display: inline-block;
  width: 60px;
  margin-right: 30px;
  text-align: center;
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main #content .mehr-erfahren .icons .icon {
    margin-right: 40px;
    width: 70px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
  #main #content .mehr-erfahren .icons .icon {
    margin-right: 40px;
    width: 70px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #main #content .mehr-erfahren .icons .icon {
    margin-right: 60px;
    width: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  #main #content .mehr-erfahren .icons .icon {
    margin-right: 80px;
    width: 70px;
  }
}
#main #content .mehr-erfahren .icons .icon:last-child {
  margin-right: 0;
}
#main #content .mehr-erfahren .icons .icon:hover p {
  color: #2B313C;
}
#main #content .mehr-erfahren .icons .icon p {
  padding-top: 10px;
}
#main #content .mehr-erfahren .icons .icon img {
  width: 100%;
}
#main #nav {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main #nav {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main #nav {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 851px) {
  #main #nav {
    display: block;
    border: none;
    padding-right: 150px;
  }
}
#main #nav li {
  list-style-type: none;
  margin-top: 0.2rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 851px) {
  #main #nav li {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 851px) {
  #main #nav li:hover ul {
    display: block;
  }
}
#main #nav li p.navigation {
  margin: 0;
  font-size: 1.31rem;
  line-height: 1.55;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 4px;
  letter-spacing: 0.7px;
  text-underline-offset: 6px;
}
@media only screen and (min-width: 851px) {
  #main #nav li p.navigation {
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 4px;
    padding-left: 15px;
    letter-spacing: 0.5px;
    text-underline-offset: 4px;
  }
}
#main #nav li a {
  text-decoration: none;
  color: #2B313C;
}
#main #nav li a:hover p {
  color: #2B313C;
}
#main #nav li a.active {
  color: #2B313C;
}
#main #nav li .itemOpen {
  cursor: pointer;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.55;
  font-size: 1.31rem;
}
@media only screen and (min-width: 851px) {
  #main #nav li .itemOpen {
    line-height: 1.4;
    font-size: 1rem;
  }
}
#main #nav li .itemOpenCheckbox {
  display: none;
}
@media only screen and (max-width: 850px) {
  #main #nav li .itemOpenCheckbox:checked ~ ul {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #main #nav li .itemOpenCheckbox:checked ~ .itemOpen {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
#main #nav li ul {
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 851px) {
  #main #nav li ul {
    position: absolute;
    background-color: #fff;
    border: 1px solid #2B313C;
    padding-top: 10px;
    padding-bottom: 6px;
    z-index: 2;
  }
}
#main #nav li ul li {
  float: none;
  display: block;
  margin: 0;
  padding-left: 0px;
  padding-right: 45px;
}
#main #nav li ul li p {
  padding: 0;
}
#main #nav li ul li a:hover p {
  color: #2B313C;
}
#main footer {
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #ffffff;
  color: #2B313C;
  padding-bottom: 30px;
  border-top: 1px solid #2B313C;
  font-family: "IBM Plex Serif";
}
@media only screen and (min-width: 401px) and (max-width: 700px) {
  #main footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 701px) {
  #main footer {
    margin-left: 40px;
    margin-right: 40px;
  }
}
#main footer .footer-column {
  flex: 1;
  padding: 20px 0px;
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
#main footer .footer-column a {
  text-decoration: none;
  color: #2B313C;
}
#main footer .footer-column a:hover {
  color: #a6c3ff;
}
#main footer .footer-column p {
  margin: 0;
  padding: 0;
}
#main footer .footer-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #2B313C;
}
#main footer .footer-column .logout {
  margin-top: 25px;
}
#main footer .footer-column .logout input {
  cursor: pointer;
  border: none;
  background: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  background-color: #2B313C;
  padding: 3px 5px;
  border-radius: 0px;
}
#main footer .footer-column.contact {
  flex: 2 100%;
  font-size: 0.85rem;
  color: #2B313C;
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  #main footer .footer-column.contact {
    padding-left: 60px;
    flex: 1;
  }
}
@media only screen and (min-width: 801px) {
  #main footer .footer-column.contact {
    padding-left: 40px;
    flex: 1;
  }
}
#main footer .footer-column.media {
  flex: 2 100%;
  font-size: 0.85rem;
  color: #2B313C;
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
  #main footer .footer-column.media {
    padding-left: 0;
    flex: 2 100%;
  }
}
@media only screen and (min-width: 801px) {
  #main footer .footer-column.media {
    padding-left: 40px;
    flex: 1;
  }
}
/*# sourceMappingURL=styles.css.map */