/*//////////////////////////////////////////////////////////////////////////////
//                                             
//  KHG 
//	Die Katholische Hochschulgemeinde an der TUM
//  korbinianpolk@googlemail.com
//
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  BASE
//////////////////////////////////////////////////////////////////////////////*/
/*  GENERIC 
//////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html {
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 101, 189, 0.1));
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*  LAYOUT 
//////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 960px) {
  body {
    padding-top: 6.875rem;
  }
}
@media (max-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

.inside {
  position: relative;
  max-width: 74.25rem;
  margin-left: auto;
  margin-right: auto;
}

/* sticky footer*/
/*
@media (min-width: 960px) {
    #wrapper {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 6.875rem);
        #container {
            flex: 1;
        }
    }
}*/
/*  SPACING 
//////////////////////////////////////////////////////////////////////////////*/
* {
  margin: 0;
  padding: 0;
}

article, section {
  margin-bottom: 1rem;
}

/*  TYPOGRAPHY 
//////////////////////////////////////////////////////////////////////////////*/
html {
  font-size: 16px;
}
@media (max-width: 960px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1188px) {
  html {
    font-size: calc( 14px + (16 - 14) * ( (100vw - 960px) / ( 1188 - 960)));
  }
}
@media (min-width: 1188px) {
  html {
    font-size: 16px;
  }
}

body, button, input, select, textarea {
  font-size: inherit;
  line-height: 1.375;
  font-family: "Roboto", Helvetica, Arial, Helvetica;
  color: black;
}

::-moz-selection {
  color: white;
  background: #0065bd;
}

::selection {
  color: white;
  background: #0065bd;
}

#main .mod_article h1, #main .mod_article h2 {
  color: #003868;
}
#main .mod_article h3 {
  color: #0065bd;
}

small, .text-s {
  font-size: 0.8em;
}

.text-m {
  font-size: 1em;
}

.text-l {
  font-size: 1.25em;
}

h1, h2 {
  font-size: 1.953125em;
  line-height: 1.2;
}

#right h1, #right h2, #right h3 {
  font-size: 1.25em;
}

h3, h4, h5, h6, .text-xl {
  font-size: 1.5625em;
}

.text-xxl, .page-header * {
  font-size: 1.953125em;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, form, table {
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6, b, strong, em {
  font-weight: 600;
}

body, button, input, select, textarea {
  font-weight: 400;
}

strong, em {
  font-style: normal;
}

.module-m {
  font-size: 1rem;
}

.module-s, #right .teamcard .teamcard-body {
  font-size: 0.88888rem;
  line-height: 1.2rem;
}

/*  HTML TEXT ELEMENTS 
//////////////////////////////////////////////////////////////////////////////*/
pre {
  line-height: 1;
  font-size: 0.8em;
  font-family: monospace, monospace;
  white-space: pre-wrap;
}

/*	LINKS 
//////////////////////////////////////////////////////////////////////////////*/
a {
  text-decoration: none;
  color: #0065bd;
}
a:hover {
  color: #003868;
  border-color: #0065bd;
}

a[href$=".pdf"]::after {
  content: "";
  background-image: url("../../files/khg/images/icons/icon--pdf.svg");
  display: inline-block;
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

#right a[href$=".pdf"] {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  width: 100%;
}
#right a[href$=".pdf"]::after {
  position: absolute;
  right: 1rem;
  top: 0.625rem;
}

/*  LISTS 
//////////////////////////////////////////////////////////////////////////////*/
#main ul {
  margin: 0 0 1rem 1rem;
}

/*	IMAGES 
//////////////////////////////////////////////////////////////////////////////*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  padding: 1rem;
}
figcaption * + * {
  margin: 0;
}

iframe {
  max-width: 100%;
  position: relative;
}

/*	TABLES 
//////////////////////////////////////////////////////////////////////////////*/
table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 0.25rem 0.5rem;
}

/*  FORMS 
//////////////////////////////////////////////////////////////////////////////*/
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

span.mandatory {
  color: red;
}

input[type=text], input[type=email], textarea {
  font-size: 0.8em;
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}

/*  BUTTONS
//////////////////////////////////////////////////////////////////////////////*/
button, .button, .newsletter form input.submit, input[type=submit] {
  font-size: 0.8em;
  background: #003868;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}
button:hover, .button:hover, .newsletter form input.submit:hover, input[type=submit]:hover {
  background: #0065bd;
  transition: background 0.3s;
}

.button-light, .back a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  color: black;
  border-radius: 3px;
}

/*  HELPERS 
//////////////////////////////////////////////////////////////////////////////*/
/* Debug Classes */
.grid {
  position: fixed;
  z-index: 99999;
  bottom: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.overlay {
  opacity: 0;
}

.has-debug_overlay .overlay {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 1;
}
.has-debug_overlay .overlay .row {
  width: 1188px;
  height: 2240px;
  margin: 0 auto;
  background: url("../../files/khg/images/khg-raster.svg") no-repeat;
}

/* Utility Classes */
.invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
}

.float-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

/*//////////////////////////////////////////////////////////////////////////////
//  SECTIONS
//////////////////////////////////////////////////////////////////////////////*/
/*  HEADER 
//////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 960px) {
  #header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    border-top: 1.375rem solid white;
    border-bottom: 2.75rem solid white;
    background: #0065bd;
    box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  }
  #header .inside {
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
    -ms-flex-align: center;
        align-items: center;
  }
  #header .inside .mod_navigation {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
/*  TEASER 
//////////////////////////////////////////////////////////////////////////////*/
#Teaser {
  max-width: 100%;
  min-height: 8rem;
  overflow: hidden;
}
#Teaser .ce_image {
  margin-bottom: 0;
}
#Teaser .image_container {
  max-width: 100%;
  position: relative;
  height: 22rem;
}
#Teaser img {
  position: absolute;
  left: 50%;
  height: 22rem;
  max-width: 101rem;
  transform: translateX(-50%);
}

.page-header {
  position: absolute;
  bottom: 6rem;
  left: 2rem;
  margin: 0 auto;
  background: #0065bd;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .page-header {
    bottom: 2rem;
    left: 0;
  }
}
.page-header h2 {
  padding: 0.6875rem 2rem;
}
.page-header * {
  margin: 0;
  color: white;
}
.page-header h2 + h3 {
  font-size: 1em;
  padding: 0 2rem 0.6875rem 2rem;
  display: inline-block;
  font-weight: 100;
  letter-spacing: 1px;
}

/*  MAIN 
//////////////////////////////////////////////////////////////////////////////*/
#container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#container #main {
  -ms-flex-order: 1;
      order: 1;
}
#container #right {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 640px) {
  #container #right {
    padding: 0 2rem;
  }
}
@media (min-width: 640px) {
  #container {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    max-width: 1188px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.375rem 2rem;
  }
  #container #main {
    width: 47.5rem;
    -ms-flex-order: 1;
        order: 1;
  }
  #container #right {
    width: 22.75rem;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (max-width: 640px) {
  #container {
    margin-top: -2rem;
  }
}

#main .mod_article {
  margin-bottom: 1.375rem;
  padding: 2rem 2rem;
  background: white;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .custom + #container {
    margin-top: -5.375rem;
  }
}
@media (min-width: 640px) {
  #right {
    padding: 6rem 0 1.375rem 2rem;
  }
}

/*  FOOTER 
//////////////////////////////////////////////////////////////////////////////*/
#footer a {
  color: white;
}
#footer .inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .inside > *:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: transparent;
}
#footer .inside > * {
  background: #0065bd;
  color: rgba(255, 255, 255, 0.8);
  color: #003868;
}
#footer .inside > * * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.375;
}
#footer .inside .logo-menu {
  margin-bottom: 2.75rem;
  padding: 0 2rem;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
#footer .inside .footer-col {
  padding: 1.375rem 2rem 1.375rem 2rem;
  -ms-flex: 1 1 33.33333%;
      flex: 1 1 33.33333%;
}
#footer .inside .footer-col.mod_customnav {
  padding: 1.375rem 2rem 1.375rem 2rem;
  margin-left: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  COMPONENTS
//////////////////////////////////////////////////////////////////////////////*/
/*  BRANDING 
//////////////////////////////////////////////////////////////////////////////*/
.site-logo {
  height: 3.75rem;
  padding: 1rem 2rem 0 2rem;
  background: white;
  margin-top: -1rem;
}
@media (max-width: 960px) {
  .site-logo {
    max-width: 70%;
  }
}

.ie .site-logo {
  height: auto;
}

.site-title-and-subtitle {
  padding: 0.6875rem 2rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
}
@media (max-width: 960px) {
  .site-title-and-subtitle {
    background: white;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .site-title-and-subtitle {
    position: absolute;
  }
}

.site-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
}

.site-subtitle {
  font-weight: 100;
}

@media (max-width: 960px) {
  .site-banner {
    padding-top: 1rem;
    background: white;
    box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  }
}
/*  NAVIGATION 
//////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 960px) {
  #header .mod_navigation .level_1 {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #header .mod_navigation .level_1 > li {
    position: relative;
  }
  #header .mod_navigation .level_1 > li > a,
#header .mod_navigation .level_1 > li.active strong {
    line-height: 2.75rem;
    font-weight: inherit;
  }
  #header .mod_navigation .level_1 li a,
#header .mod_navigation .level_1 li.active {
    display: block;
    padding: 0 1rem;
  }
  #header .mod_navigation .level_1 li,
#header .mod_navigation .level_1 a {
    color: white;
  }
  #header .mod_navigation .level_1 li.active,
#header .mod_navigation .level_1 li:hover {
    background: #003868;
  }
  #header .mod_navigation .level_2 {
    position: absolute;
    left: 0;
    display: none;
    width: 240px;
    box-shadow: 2px 2px 0 rgba(0, 56, 104, 0.2);
    padding: 0.85rem 0;
    background: #003868;
  }
  #header .mod_navigation .level_2 li {
    background: #003868;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    position: relative;
  }
  #header .mod_navigation .level_2 li:hover {
    background: #0065bd;
  }
  #header .mod_navigation .level_3 {
    position: absolute;
    left: 240px;
    top: 0;
    width: 240px;
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1600px) {
  #header .mod_navigation .level_3 {
    left: -240px;
  }
}
@media (min-width: 960px) {
  #header .mod_navigation .level_1 .submenu:hover .level_2 {
    display: block;
  }
}
@media (min-width: 960px) {
  #header .mod_navigation .level_2 .submenu:hover .level_3 {
    display: block;
  }
}
@media (min-width: 960px) {
  #header .mod_navigation .level_1 .submenu {
    padding-right: 1rem;
  }
}
@media (min-width: 960px) {
  #header .mod_navigation .level_2 .submenu {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  #header .mod_navigation .level_1 > .submenu:after {
    position: absolute;
    top: 0.35rem;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background: url(../../files/khg/images/icons/fa/caret-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
  }
}
#right .mod_navigation {
  background: white;
  padding: 2rem;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}

.toggle {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  z-index: 1;
  border: none;
  color: white;
  background: #0065bd;
}
@media (min-width: 960px) {
  .toggle {
    display: none;
  }
}

@media (max-width: 960px) {
  #header .mod_navigation {
    display: none;
    z-index: 2;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 1.75rem;
  }
  #header .mod_navigation.is-visible {
    display: block;
  }
  #header .mod_navigation a,
#header .mod_navigation span.active {
    display: block;
    padding: 0 2rem;
  }
  #header .mod_navigation .level_1 > li > a {
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
/*  HAMBURGER ICON
//////////////////////////////////////////////////////////////////////////////////////////////// */
.hamburger {
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  padding: 2px 15px 6px 8px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #fff;
}
.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: "";
}
.hamburger-inner::before {
  top: -4px;
}
.hamburger-inner::after {
  bottom: -4px;
}

.hamburger--collapse .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.1s;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--collapse .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner::after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-90deg);
}

/*  COLORBOX
//////////////////////////////////////////////////////////////////////////////*/
#colorbox {
  box-shadow: 0 0 100px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  color: white;
  bottom: 1em;
  left: 1em;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxCurrent {
  display: none !important;
}

#cboxPrevious {
  top: 50%;
  top: calc(50% - 16px);
  left: 0;
  transform: translateX(-1em);
}

#cboxNext {
  top: 50%;
  top: calc(50% - 16px);
  right: 0;
  transform: translateX(1em);
}

#cboxClose {
  top: 0;
  right: 0;
  transform: translate(1em, -50%);
}

#colorbox button {
  border-radius: 0;
  background: black;
}

/*	TERMINE 
//////////////////////////////////////////////////////////////////////////////*/
/*	CALENDAR 
//////////////////////////////////////////////////////////////////////////////*/
.calendar {
  margin: 1rem 0;
  border-spacing: 2px;
  border-collapse: separate;
  position: relative;
}
.calendar .label span {
  display: none;
}
.calendar td, .calendar th {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% / 7);
}
.calendar .empty, .calendar .head, .calendar .label {
  background: rgba(255, 255, 255, 0.3);
}
.calendar td.today {
  outline: 2px solid;
}
.calendar td.active {
  background: #0065bd;
  color: white;
  font-weight: 600;
  position: relative;
}
.calendar td.active:hover, .calendar td.active.hover {
  background: #003868;
}
.calendar td.active:hover .events, .calendar td.active.hover .events {
  display: block;
}
.calendar td.active .events {
  display: none;
  position: absolute;
  width: 200px;
  left: -75px;
  margin-bottom: -2px;
  text-align: center;
  z-index: 200;
}
.calendar td.active .events .event {
  background: white;
  padding: 0.5rem;
  margin-bottom: 0 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.calendar td.active .events .event:last-of-type {
  border-bottom: none;
}

/*  NEWSLETTER 
//////////////////////////////////////////////////////////////////////////////*/
.newsletter form .formbody {
  background: white;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 2rem 2rem;
}
.newsletter form label {
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 0.25rem 0.5rem;
  margin-top: -0.5rem;
}
.newsletter form input.submit {
  width: 100%;
}

/*	LOGOMENU 
//////////////////////////////////////////////////////////////////////////////*/
.logo-menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2rem;
  list-style: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logo-menu li {
  padding: 0.5rem 1rem;
}
.logo-menu li img {
  max-height: 2.75rem;
  transition: filter 0.35s, opacity 0.35s;
  opacity: 0.6;
  filter: grayscale(100%);
}
.logo-menu li img:hover {
  transition: filter 0.15s, opacity 0.5s;
  opacity: 1;
  filter: grayscale(0%);
}

/*	CONTACTFORM 
//////////////////////////////////////////////////////////////////////////////*/
.contactform .formbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.contactform .formbody .widget label {
  padding: 0.25rem 0.5rem;
}
.contactform .formbody .widget-text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.contactform .formbody .contactform-subject, .contactform .formbody .contactform-message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

/*  TEAMCARD 
//////////////////////////////////////////////////////////////////////////////*/
.mod_randomImage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

#right .teamcard {
  background: white;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  max-width: 256px;
}
#right .teamcard .teamcard-body {
  text-align: center;
  padding: 1rem;
}

#main .teamcard {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (max-width: 960px) {
  #main .teamcard {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#main .teamcard figure {
  -ms-flex: 1;
      flex: 1;
}
#main .teamcard .teamcard-body {
  -ms-flex: 2;
      flex: 2;
  padding: 0 1rem;
}
@media (max-width: 960px) {
  #main .teamcard .teamcard-body {
    padding: 1rem 0;
  }
}
#main .teamcard .teamcard-name {
  margin: 0;
}
#main .teamcard .teamcard-position {
  margin: 0;
  font-size: 1.25em;
}

.teamcard-big .ce_text {
  overflow: hidden;
}
@media (min-width: 960px) {
  .teamcard-big figure {
    float: right;
    width: 33.333%;
    margin: 0 0 1rem 1rem;
  }
}

/*  EVENTLIST 
//////////////////////////////////////////////////////////////////////////////*/
.mod_eventlist .event--teaser:not(:last-of-type) {
  margin-bottom: 2rem;
}
.mod_eventlist .event__title > h1,
.mod_eventlist .event__title > h2,
.mod_eventlist .event__title > h3,
.mod_eventlist .event__title > h4,
.mod_eventlist .event__title > h5,
.mod_eventlist .event__title > h6 {
  font-size: 1.5625em;
  margin-bottom: 1rem;
}
.mod_eventlist .event__header {
  margin-bottom: 1rem;
}
.mod_eventlist .event__dates .time::before {
  content: ", ";
}

.mod_eventlist .event {
  margin-bottom: 2rem;
}
.mod_eventlist .event .event-header {
  margin-bottom: 1rem;
}
.mod_eventlist .event .event-header .event-title {
  font-size: 1.5625em;
  margin-bottom: 0;
}
.mod_eventlist .event .event-header .event-date {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.event-list {
  margin: 0 0 0 1rem !important;
}

.event-meta {
  margin: 2rem 0;
}
.event-meta * + * {
  margin-bottom: 0;
}

#right .mod_eventlist .event {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8em;
}
#right .mod_eventlist .event .date {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
#right .mod_eventlist .event a {
  font-weight: 600;
  font-size: 1.25em;
}

.cards .event {
  background: white;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 2rem 2rem;
}
.cards #main .mod_article {
  margin-bottom: 1.375rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

/*  EVENTREADER event_full--neu.html5
//////////////////////////////////////////////////////////////////////////////*/
.mod_eventreader .event .event__category a {
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.1);
  color: black;
  padding: 0.2rem 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: -0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.mod_eventreader .event .event__category a:hover {
  background: #0065bd;
  color: white;
  transition: all 300ms;
}
.mod_eventreader .event .event__header {
  margin-bottom: 1rem;
}
.mod_eventreader .event .event__header .event__date .next-date {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event.bygone .next-date-text,
.event.bygone .next-date,
.event.bygone .all-events {
  display: none !important;
}

.event.recurring--one-time .next-date-text {
  display: none;
}

.event.duration--multiple-days .next-date {
  display: none !important;
}
.event.duration--multiple-days .multiple-dates {
  display: none;
}
.event.duration--multiple-days .next-date-text {
  display: none;
}

.multiple-dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.multiple-dates .time {
  margin-left: 0;
}
.event--full .multiple-irregular-dates {
  -ms-flex-direction: column;
      flex-direction: column;
}

.exception-dates ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
}
.exception-dates ul li:not(:last-of-type)::after {
  content: ", ";
}

/*  TOOLTIPS 
//////////////////////////////////////////////////////////////////////////////*/
a.tooltip {
  position: relative;
  text-decoration: none;
}

a.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 350%;
  left: 0;
  background: #0065bd;
  padding: 0.5rem 1rem;
  color: white;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

a.tooltip:hover:after {
  bottom: 300%;
}

a.tooltip:hover:after {
  opacity: 1;
}

/*  FACEBOOK WIDGET 
//////////////////////////////////////////////////////////////////////////////*/
.fb-page {
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}

/*  SOCIAL MEDIA
//////////////////////////////////////////////////////////////////////////////*/
.social-media {
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.social-media a img {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px) {
  #right .social-media {
    smargin-top: -5rem;
  }
}

/*	INHALTSELEMENTE 
//////////////////////////////////////////////////////////////////////////////*/
.ce_text .image_container {
  margin-bottom: 1em;
}

.ce_image {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2em;
}

.ce_gallery {
  margin-bottom: 1em;
}
.ce_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.ce_gallery ul li figure {
  padding: 0.5rem;
}
.ce_gallery ul li figure:hover img {
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}
.ce_gallery .cols_3 li {
  width: 33.3333%;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_1 li {
  width: 100%;
}
.ce_gallery .cols_4 li {
  width: 25%;
}
.ce_gallery .cols_5 li {
  width: 20%;
}

.ce_dlh_googlemaps {
  margin-bottom: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.dlh_googlemap {
  width: 100%;
  height: 400px;
}

.more, .back {
  margin-bottom: 0;
}

/*  INFOBOXES 
//////////////////////////////////////////////////////////////////////////////*/
.sticky {
  background: white;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
}
.sticky.hinweis {
  background: #003868;
}
.sticky.hinweis a {
  text-decoration: underline;
}
.sticky.hinweis * {
  color: white !important;
}
.sticky.hinweis .cta {
  float: right;
  background: #0065bd;
  padding: 1rem 2rem;
  font-weight: 600;
  box-shadow: 3px 3px 0.1px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

/*  PAGINATION
//////////////////////////////////////////////////////////////////////////////*/
.pagination ul {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0 !important;
  padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  VIEWS
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  TEMP
//////////////////////////////////////////////////////////////////////////////*/
#right .block,
#right .fb-page {
  margin-bottom: 2.75rem;
}
#right h1,
#right h2,
#right h3 {
  text-align: center;
}

#wrapper {
  overflow-x: hidden;
  max-width: 100%;
}

.mehrtaegig .time {
  display: none;
}

.seperator--until {
  margin-left: -0.25rem;
}

del {
  text-decoration: none;
}

#wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: calc(100vh - 6.875rem);
}
#wrapper #container {
  -ms-flex: 1;
      flex: 1;
}

time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

