/**
 *  FARBEN
 *
 *  hellblau:      #9BB9E1      rgb(139, 197, 255)
 *  blau:          #4F84CA      rgb(77, 166, 255)    rgb(77, 166, 255)
 *  dunkelblau:    #3871BC      rgb(0, 113, 225)
 *  dunkelerblau:  #1C375C      rgb(0, 45, 100)
 *
 *  hellgrau:      #E6E6E7      rgb(230, 230, 231)
 *
 */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fileadmin/co_system/global/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("/fileadmin/co_system/global/fonts/roboto-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fileadmin/co_system/global/fonts/roboto-v20-latin-700.woff2") format("woff2"), url("/fileadmin/co_system/global/fonts/roboto-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("fonts/montserrat-v12-latin-regular.woff") format("woff"), url("fonts/montserrat-v12-latin-regular.ttf") format("truetype"), url("fonts/montserrat-v12-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat-v12-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v12-latin-600.woff2") format("woff2"), url("fonts/montserrat-v12-latin-600.woff") format("woff"), url("fonts/montserrat-v12-latin-600.ttf") format("truetype"), url("fonts/montserrat-v12-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/montserrat-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-v12-latin-700.woff2") format("woff2"), url("fonts/montserrat-v12-latin-700.woff") format("woff"), url("fonts/montserrat-v12-latin-700.ttf") format("truetype"), url("fonts/montserrat-v12-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* yanone-kaffeesatz-600 - latin */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("fonts/yanone-kaffeesatz-v24-latin-600.woff2") format("woff2"), url("fonts/yanone-kaffeesatz-v24-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yanone-kaffeesatz-700 - latin */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/yanone-kaffeesatz-v24-latin-700.woff2") format("woff2"), url("fonts/yanone-kaffeesatz-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pacifico-regular - latin */
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/pacifico-v22-latin-regular.woff2") format("woff2"), url("fonts/pacifico-v22-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pacifico-regular - latin */
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/pacifico-v22-latin-regular.woff2") format("woff2"), url("fonts/pacifico-v22-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-mono-one-regular - latin */
@font-face {
  font-family: "Rubik Mono One";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/rubik-mono-one-v14-latin-regular.woff2") format("woff2"), url("fonts/rubik-mono-one-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Amsi Pro AKS */
@font-face {
  font-family: "Amsi Pro AKS";
  font-style: normal;
  font-weight: normal;
  src: local(""), url("fonts/AmsiProAKSNormal-Ultra.woff2") format("woff2"), url("fonts/AmsiProAKSNormal-Ultra.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
  --color-primary: rgb(15, 113, 184);
  --color-secondary: rgb(39, 157, 45);
}

html,
body {
  font-family: "Montserrat", Arial, sans-serif;
  background-color: rgb(230, 230, 231);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: rgb(77, 166, 255);
}

h1, h2 {
  text-transform: none;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1.1rem;
}

a,
a:visited {
  color: rgb(0, 113, 225);
}

a:hover,
a:focus {
  color: rgb(123, 123, 123);
}

/* === .off-canvas === */
.off-canvas {
  background-color: rgb(15, 113, 184);
}
.off-canvas img {
  width: 24px;
  height: 24px;
  left: 20px;
  top: 7px;
  display: inline;
}
.off-canvas .ebene2 {
  z-index: 2 !important;
}
.off-canvas .ebene3 {
  z-index: 3 !important;
}
.off-canvas .ebene4 {
  z-index: 4 !important;
}
.off-canvas .lang-switch .input-group .input-group-button {
  border-radius: 0;
}
.off-canvas .search .search-button {
  border-radius: 0;
}

#offCanvasLeft .close-button:hover,
#offCanvasLeft .close-button:focus {
  color: rgb(139, 197, 255);
}

#offCanvasLeft .sideNav li:last-child,
#offCanvasLeft ul.submenu {
  border-bottom: 1px solid rgb(139, 197, 255);
}

#offCanvasLeft .sideNav li > a {
  border-top: 1px solid rgb(139, 197, 255);
}

#offCanvasLeft .submenu li > a {
  border-top: 1px solid rgb(139, 197, 255);
}

#offCanvasLeft .menu > li > a:hover,
#offCanvasLeft .menu > li > a:active,
#offCanvasLeft .menu > li > a:focus {
  background-color: rgb(139, 197, 255);
}

#offCanvasLeft .is-drilldown-submenu {
  background-color: rgb(15, 113, 184);
}

#offCanvasLeft .js-drilldown-back > a::before {
  border-color: transparent rgb(139, 197, 255) transparent transparent;
}

.title-bar {
  background: rgb(15, 113, 184);
}
.title-bar .mobile-logo {
  margin-bottom: 1rem;
}

.title-bar-right a:hover,
.title-bar-right a:active,
.title-bar-right a:focus {
  color: rgb(139, 197, 255);
}

/* --- #topRow --- */
#topRowRight a,
#topRowRight a:visited {
  color: rgb(0, 113, 225);
}

#topRowRight a:hover,
#topRowRight a:active,
#topRowRight a:focus {
  color: rgb(123, 123, 123);
}

#topRowLeft img {
  max-width: 310px;
}

/* --- #navRow --- */
#mainNav .first {
  font-weight: bold;
  max-width: 19vh;
}

#mainNav .first a.main {
  font-size: 0.98rem;
}

#mainNav .first.is-active a {
  background-color: rgb(77, 166, 255);
  color: rgb(255, 255, 255);
}

#mainNav .first a:hover,
#mainNav .first a:active {
  background-color: rgb(77, 166, 255);
}

#mainNav ul.is-dropdown-submenu {
  background: transparent url("images/bg_submenu.png") no-repeat scroll left bottom/100% auto;
}

#mainNav li.sec a:hover {
  background-color: rgb(139, 197, 255);
}

#mainNav li.cat {
  background-color: rgb(77, 166, 255);
}

#mainNav li.cat a {
  /* font-weight: normal; */
  font-weight: bold;
}

#mainNav .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #fff;
}

#mainNav ul.menu ul.submenu {
  list-style: none;
  margin-left: 0;
}

/* --- #headRow --- */
.headImage .captionInfo,
.headImage .captionInfo:visited {
  background-color: rgb(139, 197, 255);
}

.headImage a.captionInfo:focus,
.headImage a.captionInfo:active,
.headImage a.captionInfo:hover {
  background-color: rgb(77, 166, 255);
}

/* --- #breadcrumbs --- */
#breadcrumbs a {
  color: rgb(15, 113, 184);
}
#breadcrumbs .breadcrumbs {
  line-height: 1;
  margin: 0;
  margin-top: 1rem;
}
#breadcrumbs .breadcrumbs li {
  font-size: 1rem;
}

/* === main === */
main {
  background-color: rgb(230, 230, 231);
}

main .contentBox .colorHeader {
  background-color: rgb(77, 166, 255);
}

ul.subMenu li.first {
  /* font-weight: normal; */
  font-weight: bold;
}

/* --- .specialBox --- */
.specialBox .footer {
  background: rgb(139, 197, 255);
}

.specialBox .footer:last-child {
  background: transparent url("images/bg_boxFooter.png") no-repeat scroll right bottom;
}

.specialBox .footer a:active,
.specialBox .footer a:focus,
.specialBox .footer a:hover {
  color: rgb(0, 113, 225);
}

/* === footer === */
footer {
  background-color: rgb(230, 230, 231);
}

/* === #footHeadRow  === */
#footHeadRow {
  /*background: transparent url("images/bg_footer_small.png") no-repeat scroll center bottom / 100% auto;*/
  background: none;
  display: none;
}

/* === #footRow  === */
#footRow {
  background-color: rgb(15, 113, 184) !important;
}

#footRow a:hover,
#footRow a:active,
#footRow a:focus {
  color: rgb(139, 197, 255);
}

/* === #copyRow  === */
#copyRow {
  background-color: rgb(0, 113, 225);
}

#copyRow .institution {
  color: rgb(139, 197, 255);
}

#copyRow a:hover,
#copyRow a:active,
#copyRow a:focus {
  color: rgb(139, 197, 255);
}

/* === ======================== === */
/* --- button --- */
.button {
  background-color: rgb(0, 113, 225);
}

.button:focus,
.button:hover {
  background-color: rgb(77, 166, 255);
}

/* === ======================== === */
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: 0;
}

table tbody td, table tbody th {
  padding: 0;
}

table tbody, table tfoot, table thead {
  background-color: #fff;
  border: 0;
}

table tbody tr:nth-child(2n), table tbody th:nth-child(2n) {
  background-color: #fff;
}

table td, table th {
  vertical-align: top;
}

table td.align-right, table th.align-right {
  text-align: right;
}

.specialBox {
  margin-top: 0;
  margin-bottom: 0;
}

.specialBox .title {
  background-color: transparent;
}
.specialBox .title h2, .specialBox .title .h2 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  .specialBox .title h2, .specialBox .title .h2 {
    font-size: 1.8rem;
  }
}

.specialBox .title h2 {
  color: rgb(15, 113, 184);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Amsi Pro AKS", "Times New Roman", serif;
  font-weight: 400;
  color: rgb(15, 113, 184);
}

h4, h5, h6, .h4, .h5, .h6 {
  font-family: "Montserrat", Arial, sans-serif;
}

h1, h2, .h1, .h2 {
  text-transform: none;
}

h1, .h1 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 1.6rem;
  }
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.15rem;
}

h6, .h6 {
  font-size: 1.1rem;
}

.hyphens-auto {
  hyphens: auto !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.logo img {
  max-width: 240px;
}

.mobile-logo img {
  max-width: 220px;
}

.button {
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  background-color: rgb(15, 113, 184);
}
.button a {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  background-color: transparent;
}
.button a.Extern {
  background-color: transparent !important;
}
.button.green-btn {
  background-color: rgb(39, 157, 45);
}
.button.green-btn:hover, .button.green-btn:focus {
  background-color: rgba(39, 157, 45, 0.8);
}
.button.red-btn {
  background-color: rgb(227, 0, 25);
}
.button.red-btn:hover, .button.red-btn:focus {
  background-color: rgba(227, 0, 25, 0.8);
}
.button.white-blue-btn {
  color: rgb(64, 164, 216);
  background-color: rgb(255, 255, 255);
}
.button.white-blue-btn:hover, .button.white-blue-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(64, 164, 216);
}
.button.booking-btn {
  color: rgb(64, 164, 216);
  background-color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 0 1rem;
  border-radius: 0.1875rem;
  height: 2.25rem;
}
.button.booking-btn:hover, .button.booking-btn:focus {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(64, 164, 216);
}

@media only screen and (min-width: 80em) {
  .lang-switch ul.language-menu li {
    font-size: 0.9rem !important;
  }
}
.lang-switch ul.language-menu li span, .lang-switch ul.language-menu li a {
  background: none;
  color: rgb(255, 255, 255);
  padding: 0 0.5rem;
  display: inline-block;
}
.lang-switch ul.language-menu li a:hover, .lang-switch ul.language-menu li a:focus {
  color: rgb(227, 0, 25);
}
.lang-switch ul.language-menu li.active {
  display: table-cell;
}
.lang-switch ul.language-menu li .head-flag {
  width: 36px;
  height: auto;
  margin-left: 1.5rem;
}

header {
  height: initial;
  z-index: 30;
}
header #header-top {
  background: rgb(15, 113, 184);
}
header #header-top .logo {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
header #header-top .menus {
  position: relative;
}
header #header-top .lang-switch ul.language-menu li:not(:first-child)::before {
  content: "|";
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 62.5em) {
  header #header-top .lang-switch .submit, header #header-top .lang-switch .input-group-field {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1023px) {
  header #header-top .lang-switch .input-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  header #header-top .lang-switch .input-group .input-group {
    display: flex;
  }
  header #header-top .lang-switch .input-group .input-group .button {
    display: block;
    width: auto;
    border-radius: 0;
  }
}
header #header-top .lang-switch .search-form-group .button {
  border-radius: 0;
}
header #header-top #mainNav {
  margin-top: 14px;
}
header #header-top #mainNav > ul {
  float: right;
}
header #header-top #mainNav > ul .dropdown-pane {
  z-index: 15;
  width: 100%;
}
header #header-top #mainNav > ul li.first .sub {
  margin-top: 25px;
}
header #header-top #mainNav > ul li.first.is-dropdown-submenu-parent.opens-right.is-active a {
  border-color: rgb(255, 255, 255);
}
header #header-top #mainNav > ul > li.is-dropdown-submenu-parent > a::after {
  border: none;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub {
  z-index: 30;
  padding: 0;
  background-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  border: 2px solid rgba(15, 113, 184, 0.4) !important;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub .is-dropdown-submenu-parent.opens-right > a::after {
  right: -20px;
  border-color: transparent transparent transparent rgb(105, 105, 104);
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub .is-dropdown-submenu-parent.opens-left > a::after {
  right: -20px;
  border-color: transparent rgb(105, 105, 104) transparent transparent;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li {
  background-color: rgb(255, 255, 255);
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li ul {
  top: 1px;
  background: rgb(255, 255, 255);
  padding-bottom: 0;
  border: 2px solid rgba(15, 113, 184, 0.4) !important;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li ul a {
  font-weight: normal;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li a {
  color: rgb(105, 105, 104);
  background-color: rgb(255, 255, 255);
  line-height: 1.5;
  padding: 0.5rem;
  border: 0;
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li:hover, header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li:focus {
  background-color: rgba(15, 113, 184, 0.1);
}
header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li:hover a, header #header-top #mainNav > ul ul.is-dropdown-submenu.first-sub li:focus a {
  color: rgb(15, 113, 184);
  background-color: rgba(15, 113, 184, 0.1);
}
header #header-top #mainNav > ul li {
  max-width: initial !important;
}
header #header-top #mainNav > ul li a {
  letter-spacing: 0.075em;
  font-size: 0.875rem !important;
  color: rgb(255, 255, 255);
  font-weight: normal;
  height: initial !important;
  position: relative;
  white-space: nowrap;
  border-top: 2px solid transparent;
  padding: 0.2rem 0 0 0;
  background-color: transparent !important;
  margin-right: 2rem;
}
header #header-top #mainNav > ul li a:hover, header #header-top #mainNav > ul li a:active, header #header-top #mainNav > ul li a:focus {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
}
header #header-top #mainNav > ul li a img {
  width: 24px;
  height: 24px;
  left: 20px;
  top: 7px;
  display: inline;
}
header #header-top #mainNav > ul li a span {
  display: inline;
}
@media only screen and (min-width: 62.5em) {
  header #header-top #mainNav > ul li a {
    font-size: 0.9rem !important;
  }
  header #header-top #mainNav > ul li a img {
    width: 30px;
    height: 30px;
    left: 14px;
    top: 5px;
  }
}
header #topRowRight a {
  color: white !important;
}

#slider-container {
  position: relative;
  max-height: 58.662vh;
}
#slider-container figure {
  margin: 0;
}
#slider-container figure img {
  width: 100%;
  max-height: 58.662vh;
  object-fit: cover;
}
#slider-container .slide-caption {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  max-width: 800px;
}
#slider-container .slide-caption > * {
  color: #fff;
  font-family: "Pacifico", serif;
  font-weight: 400;
  font-size: 3rem;
  text-transform: none !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#slider-container .slide-caption a {
  color: rgb(255, 255, 255);
}
#slider-container .slide-caption a:hover, #slider-container .slide-caption a:focus, #slider-container .slide-caption a:active {
  text-shadow: 0 0 6px rgb(64, 164, 216);
}
@media only screen and (min-width: 64em) {
  #slider-container .slide-caption {
    top: 110px;
  }
  #slider-container .slide-caption > * {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 85.375em) {
  #slider-container .slide-caption > * {
    font-size: 4rem;
  }
}

.logo img {
  max-width: 240px;
}

.mobile-logo img {
  max-width: 220px;
}

main {
  background-color: rgb(255, 255, 255);
}
main, main #mainRow {
  min-height: 0;
}
main p:last-child, main #mainRow p:last-child {
  margin-bottom: 20px;
}

.section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  max-width: 75rem;
  margin: 0 auto;
  background-size: cover;
}
.section.fullwidth {
  max-width: 100%;
}
.section.bgNoBorder {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.bgNoBorder .tiles {
  margin-top: 0 !important;
}
@media only screen and (min-width: 40em) {
  .section.align-middle .row.geContent {
    display: flex;
    align-items: center;
  }
}
.section.bgRed, .section.bgBlue {
  background-color: rgb(227, 0, 25);
  width: 100%;
  max-width: 100%;
}
.section.bgRed > .row, .section.bgBlue > .row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.section.bgRed > .row p, .section.bgRed > .row a, .section.bgRed > .row li, .section.bgBlue > .row p, .section.bgBlue > .row a, .section.bgBlue > .row li {
  color: rgb(255, 255, 255);
}
.section.bgBlue {
  background-color: rgb(15, 113, 184);
}

.bgBlue {
  background-color: rgb(15, 113, 184);
  padding: 0.9375rem 0.9375rem 0.46875rem 0.9375rem;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.specialBox .footer:last-child {
  background: url("images/bg_boxFooter.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  float: left;
  width: 100%;
}
footer #footRow {
  padding-top: 3.75rem;
  background-color: rgb(64, 164, 216);
  text-align: center;
}
footer #footRow a:hover, footer #footRow a:active, footer #footRow a:focus {
  color: rgba(255, 255, 255, 0.8);
}
footer #footRow .footer-address {
  margin-bottom: 5rem;
}
footer #footRow .footer-address p {
  line-height: 2;
}
@media only screen and (max-width: 639px) {
  footer #footRow .footer-address p.float-left, footer #footRow .footer-address p.float-right {
    float: none !important;
  }
}
footer #footRow .footer-address strong {
  font-size: 1.25rem;
}
footer #footRow .footer-social-links {
  margin-bottom: 2rem;
}
footer #footRow .footer-social-links h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", Arial, sans-serif;
}
footer #footRow .footer-social-links p {
  font-size: 1.25rem;
}
footer #footRow .footer-social-links .social-links {
  display: inline-block;
}
footer #footRow .footer-social-links .social-links li {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  footer #footRow .footer-social-links .social-links li:not(:last-child) {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  footer #footRow .footer-social-links .social-links li:not(:last-child) {
    padding-right: 3rem;
  }
}
footer #footRow .footer-social-links .social-links a {
  padding: 0.8rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: normal;
  margin-left: 0;
}
footer #footRow .footer-social-links .social-links a::before {
  font-family: "FontAwesome";
  padding-right: 1rem;
}
footer #footRow .footer-social-links .social-links .facebook-rectangle a {
  background-color: #3b5998;
}
footer #footRow .footer-social-links .social-links .facebook-rectangle a::before {
  content: "\f09a";
}
footer #footRow .footer-social-links .social-links .twitter-rectangle a {
  background-color: #1da1f2;
}
footer #footRow .footer-social-links .social-links .twitter-rectangle a::before {
  content: "\f099";
}
footer #footRow .footer-social-links .social-links .google-plus-rectangle a {
  background-color: #db4437;
}
footer #footRow .footer-social-links .social-links .google-plus-rectangle a::before {
  content: "\f0d5";
}
footer #footRow .footer-social-links .social-links .instagram-rectangle a {
  background-color: #7d3fd1;
}
footer #footRow .footer-social-links .social-links .instagram-rectangle a::before {
  content: "\f16d";
}
footer #footRow .footer-partner-links .menu {
  display: inline-block;
}
footer #footRow .footer-partner-links .menu img {
  max-width: 45px;
  height: auto;
}
footer #copyRow {
  background-color: rgb(15, 113, 184);
  font-size: 1rem;
}
footer #copyRow .institution {
  color: rgb(255, 255, 255);
}
footer #copyRow a:hover, footer #copyRow a:active, footer #copyRow a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.co-msk.co-teaser-boxes .co-teaser-boxes__box__title {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__box__image {
  transition: 0.2s linear transform;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__box__image__wrapper {
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in-out box-shadow;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__box__image__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: 0.2s ease-in-out background-color;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider {
  position: relative;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider .slick-list {
  margin: 0 -1rem;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider .slick-prev, .co-msk.co-teaser-boxes .co-teaser-boxes__slider .slick-next {
  background-color: rgb(64, 164, 216);
  position: absolute;
  top: 9rem;
  z-index: 1;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider .slick-prev {
  left: 0;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider .slick-next {
  right: 0;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__slider .co-teaser-boxes__slide {
  padding-left: 1rem;
  padding-right: 1rem;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__link {
  color: rgb(105, 105, 104);
}
.co-msk.co-teaser-boxes .co-teaser-boxes__link:hover .co-teaser-boxes__box__image, .co-msk.co-teaser-boxes .co-teaser-boxes__link:focus .co-teaser-boxes__box__image, .co-msk.co-teaser-boxes .co-teaser-boxes__link:active .co-teaser-boxes__box__image {
  transform: scale(1.1);
}
.co-msk.co-teaser-boxes .co-teaser-boxes__link:hover .co-teaser-boxes__box__image__wrapper, .co-msk.co-teaser-boxes .co-teaser-boxes__link:focus .co-teaser-boxes__box__image__wrapper, .co-msk.co-teaser-boxes .co-teaser-boxes__link:active .co-teaser-boxes__box__image__wrapper {
  box-shadow: 0 -0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.3);
}
.co-msk.co-teaser-boxes .co-teaser-boxes__link:hover .co-teaser-boxes__box__image__wrapper::after, .co-msk.co-teaser-boxes .co-teaser-boxes__link:focus .co-teaser-boxes__box__image__wrapper::after, .co-msk.co-teaser-boxes .co-teaser-boxes__link:active .co-teaser-boxes__box__image__wrapper::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.co-msk.co-teaser-boxes .co-teaser-boxes__icon-boxes .icon-teaserbox__wrapper {
  background-color: rgb(255, 255, 255);
}
.co-msk.co-teaser-boxes .co-teaser-boxes__icon-boxes .icon-teaserbox__image-wrapper {
  max-width: 90px;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__icon-boxes .icon-teaserbox__title {
  font-size: 1.125rem;
  font-weight: 700;
}
.co-msk.co-teaser-boxes .co-teaser-boxes__icon-boxes .icon-teaserbox__text > * {
  color: rgb(96, 96, 96);
}
.co-msk.co-big-teaser-boxes .co-big-teaser-boxes__wrapper {
  background-color: rgb(245, 245, 245);
}
.co-msk.co-big-teaser-boxes .co-big-teaser-boxes__image {
  width: 100%;
}
.co-msk.co-big-teaser-boxes .co-big-teaser-boxes__text {
  font-size: 1rem;
}
.co-msk.co-grid-images .co-grid-images__item {
  position: relative;
}
.co-msk.co-grid-images .co-grid-images__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.co-msk.co-grid-images .co-grid-images__item__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: rgb(255, 255, 255);
  background-color: transparent;
  transition: 0.2s ease-in-out background-color;
}
.co-msk.co-grid-images .co-grid-images__item__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.co-msk.co-grid-images .co-grid-images__item__text {
  color: transparent;
  font-size: 0.9rem;
  transition: 0.2s ease-in-out color, 0.2s ease-in-out transform;
  transform: translateY(1rem);
}
.co-msk.co-grid-images .co-grid-images__item:hover .co-grid-images__item__text-wrapper, .co-msk.co-grid-images .co-grid-images__item:focus .co-grid-images__item__text-wrapper, .co-msk.co-grid-images .co-grid-images__item:active .co-grid-images__item__text-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
.co-msk.co-grid-images .co-grid-images__item:hover .co-grid-images__item__text, .co-msk.co-grid-images .co-grid-images__item:focus .co-grid-images__item__text, .co-msk.co-grid-images .co-grid-images__item:active .co-grid-images__item__text {
  color: rgb(255, 255, 255);
  transform: translateY(0);
}
.co-msk.co-grid-images .co-grid-images__grid {
  display: grid;
  gap: 0.5rem;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item {
  background-color: turquoise;
  position: relative;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-1 {
  grid-area: item-1;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-2 {
  grid-area: item-2;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-3 {
  grid-area: item-3;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-4 {
  grid-area: item-4;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-5 {
  grid-area: item-5;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-6 {
  grid-area: item-6;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-7 {
  grid-area: item-7;
}
.co-msk.co-grid-images .co-grid-images__grid .co-grid-images__item.item-8 {
  grid-area: item-8;
}
.co-msk.co-grid-images .co-grid-images__grid.grid-symmetrical {
  grid-template-areas: "item-1 item-2 item-2 item-3 item-3 item-4" "item-5 item-2 item-2 item-3 item-3 item-6";
}
.co-msk.co-grid-images .co-grid-images__grid.grid-z-layout {
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "item-1 item-2 item-2" "item-3 item-3 item-3" "item-3 item-3 item-3" "item-4 item-4 item-5" "item-4 item-4 item-7" "item-8 item-6 item-6";
  /* min-width 1024px, large screens */
}
@media only screen and (min-width: 64em) {
  .co-msk.co-grid-images .co-grid-images__grid.grid-z-layout {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "item-1 item-2 item-2 item-3 item-3 item-3" "item-4 item-4 item-5 item-3 item-3 item-3" "item-4 item-4 item-6 item-6 item-7 item-8";
  }
}
@media only screen and (min-width: 64em) {
  .co-msk.co-cta .section {
    padding-bottom: 3rem !important;
  }
}
.co-msk.co-cta .co-cta__wrapper {
  background-color: rgb(15, 113, 184);
  color: rgb(255, 255, 255);
}
.co-msk.co-cta .co-cta__wrapper a {
  color: rgb(255, 255, 255);
}
.co-msk.co-cta .co-cta__text p:last-child {
  margin-bottom: 0 !important;
}

.news a:visited.button {
  color: rgb(255, 255, 255);
}
.news__slider__title {
  font-size: 1.3rem;
  font-weight: 700;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio-1x1 {
  --bs-aspect-ratio: calc(1 / 1 * 100%);
}
.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}
.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.h-100 {
  height: 100% !important;
}

.accordion .accordion-title {
  color: rgb(15, 113, 184);
}
.accordion .accordion-title::before {
  content: "\f107";
  font-weight: 700;
  color: rgb(15, 113, 184);
  font-family: "FontAwesome";
}

/*----- MEDIAQUERIES BEGIN -----*/
/* Define mobile styles */
/* min-width 640px, medium screens */
@media only screen and (min-width: 40em) {
  #footHeadRow {
    /*background: transparent url("images/bg_footer_medium.png") no-repeat scroll center bottom / 100% auto;*/
    background: none;
    display: none;
  }
}
/* min-width 1024px, large screens */
/* min-width 1440px, xlarge screens */
@media only screen and (min-width: 90em) {
  #footHeadRow {
    /*background: transparent url("images/bg_footer_large.png") no-repeat scroll center bottom / 100% auto;*/
    background: none;
    display: none;
  }
}
/* min-width 1920px, xxlarge screens */
/*----- MEDIAQUERIES END   -----*/

/*# sourceMappingURL=styles.css.map */
