@charset "UTF-8";
/* Autogenerated CSS */
/* Atom SASS Basis-Farben (Sort 1000) */
/* Basis Farben, neues Atom mit niedrigerem SASS wert um zu überschreiben */
/* Basis */
/* Teaser */
/* Base Grid */
/* Header/Menü */
/* Footer */
/* Brotkrümmel */
/* Inhalt Auflistung Kalender */
/* Widget Auflistung Termine */
/* Forms */
/* Images */
/* Widget Auflistung Kalender */
/* Widget Gemeinde Collage */
/* IJT Atom Styles (Sort 100) */
/* apply a natural box layout model to all elements, but allowing components to change */
/* Farben */
/* Ende Farben */
html {
  box-sizing: border-box; }

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

html {
  padding: 0;
  margin: 0 0 0 0; }

body {
  background: #f9f6ef;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-family: 'Suisse','nak_icons','sans-serif';
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    body {
      font-weight: 300; } }
input, textarea, keygen, select, button, label.inline, label.line {
  font-family: 'Suisse','nak_icons','sans-serif';
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    input, textarea, keygen, select, button, label.inline, label.line {
      font-weight: 300; } }
h1, h2, h3, h4, h5, h6, strong, label, th {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    h1, h2, h3, h4, h5, h6, strong, label, th {
      font-weight: 400; } }
h1 {
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 4px;
  margin: 0; }

h2 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 4px 0;
  margin: 0; }

h3 {
  font-size: 21px;
  line-height: 24px;
  padding: 0 0 4px 0;
  margin: 0; }

h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 4px 0;
  margin: 0; }

h5 {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 4px 0;
  margin: 0; }

h6 {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 4px 0;
  margin: 0; }

h4.interview {
  color: #2786cf;
  font-size: 15px;
  font-weight: 400; }

.light {
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    .light {
      font-weight: 300; } }
.center {
  text-align: center; }

p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0; }

p.large {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px 0; }

p.xlarge {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 8px 0; }

p.taggin {
  font-size: 13px;
  line-height: 20px;
  margin: 2px 0;
  color: #999999; }

p.bold {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-weight: 500; }

strong {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1), (min--moz-device-pixel-ratio: 1.1) {
    strong {
      font-weight: 400; } }
small {
  padding-top: 3px;
  padding-bottom: 2px;
  line-height: 15px;
  font-size: 12px;
  display: inline-block; }

ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0; }

ol {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 8px 0; }

ol li {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 3px 16px;
  position: relative; }

ul li {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 5px 18px;
  position: relative; }

.content ul li:before {
  font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
  content: '■';
  color: #2786cf;
  width: 1em;
  margin: 0 0;
  font-size: 60%;
  position: absolute;
  left: -10px;
  top: 0;
  line-height: 21px;
  vertical-align: bottom; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0; }

img {
  max-width: 100%;
  display: block; }

a {
  color: #2786cf;
  text-decoration: none;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  transition: background 0.8s; }

a h1, a h2, a h3, a h4, a h5, a h6, a p, a img, a div {
  color: #000;
  cursor: pointer;
  border: 0 none transparent; }

a small {
  color: #999999; }

a:hover {
  text-decoration: underline; }

a:focus {
  background: rgba(39, 136, 237, 0.15); }

a.top:focus {
  background: transparent;
  outline: 0 none; }

a.border {
  border-bottom: 1px solid #2786cf; }

a.external::after,
a.external span::after,
a.external h3::after {
  content: " ";
  font-size: 12px;
  color: #999999; }

a.external:hover::after,
a.external:hover span::after,
a.external:hover h3::after {
  color: #333; }

a.noexternal::after,
a.noexternal span:after,
a.noexternal h3::after {
  content: ""; }

.text_blue {
  color: #2786cf; }

.blue {
  background-color: #2786cf; }

.transparent_blue {
  background-color: rgba(54, 125, 204, 0.75); }

.border_blue {
  border-color: #2786cf; }

.nopadding {
  padding: 0; }

/* IJT Layout Menü (Sort 100) */
.header_flash_msg {
  background: #090;
  padding: 30px 10px 10px 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

.header_flash_error {
  background: #900;
  padding: 30px 10px 10px 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

.background-gradient {
  background: #2786cf;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #1a6cb1, #5592ce 20%, #5592ce 40%, #1a6cb1);
  background: -o-linear-gradient(left, #1a6cb1, #5592ce 20%, #5592ce 40%, #1a6cb1);
  background: -moz-linear-gradient(left, #1a6cb1, #5592ce 20%, #5592ce 40%, #1a6cb1);
  background: linear-gradient(to right, #1a6cb1, #5592ce 20%, #5592ce 40%, #1a6cb1); }

header {
  padding: 0;
  height: 168px;
  background: white;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  line-height: 0;
  font-style: normal;
  transition: 300ms ease; }

header a.active {
  color: #1a6cb1 !important;
  background: rgba(39, 136, 237, 0.15); }

#header:target {
  position: absolute; }

header #logo__wrapper {
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: 300ms ease; }

header.sticky #logo__wrapper {
  height: 35px; }

div#logo__wrapper img {
  max-height: 100%;
  float: left; }

div#logo__wrapper .logo-white {
  position: absolute;
  right: 20px;
  top: 55px;
  bottom: 20px;
  float: right;
  height: 40px;
  max-width: 75px;
  width: auto; }

div#logo__wrapper .languages {
  position: absolute;
  right: 20px;
  top: 26px;
  font-weight: 500;
  font-size: 15px;
  color: #fff; }

div#logo__wrapper .languages a {
  font-weight: 400;
  color: #DDD; }

#logo__wrapper h1 {
  position: absolute;
  right: 70px;
  bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  color: #fff; }

#logo__wrapper h2 {
  position: absolute;
  right: 70px;
  bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #fff; }

div.menu__wrapper {
  position: absolute;
  height: 48px;
  bottom: 0;
  width: 100%;
  transition: border 0s;
  transition: 300ms ease;
  background: #fff; }

div.menu__wrapper nav {
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms ease;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap; }

div.menu__wrapper nav a {
  padding: 2px 24px;
  border-right: 1px solid #eee;
  color: #000;
  font-size: 16px;
  line-height: 44px;
  transition: 300ms ease;
  display: flex;
  flex: 1;
  font-weight: 400; }

div.menu__wrapper a.menu_open {
  display: none; }

div.menu__wrapper nav a:hover {
  color: #5793C9;
  transition: color 0s; }

div.menu__wrapper nav a:last-of-type {
  border-right: 0; }

div.menu__wrapper ul.mega_menu {
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  transition: 300ms ease;
  padding: 0 0 16px 0;
  margin: 0;
  border-bottom: 4px solid #2786cf;
  display: none;
  width: 100%; }

div.menu__wrapper:hover ul.mega_menu,
#header:target div.menu__wrapper ul.mega_menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

div.menu__wrapper ul.mega_menu li {
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 18px;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
  flex-flow: column;
  flex: 1;
  border-right: 1px solid #eee; }

div.menu__wrapper ul.mega_menu li:last-of-type {
  border-right: 0; }

div.menu__wrapper ul.mega_menu li a {
  color: #000;
  display: block;
  padding: 2px 24px;
  line-height: 44px; }

div.menu__wrapper ul.mega_menu li li a {
  color: #000;
  display: block;
  padding: 2px 24px;
  line-height: 28px; }

div.menu__wrapper ul.mega_menu li a:hover {
  color: #5793C9;
  transition: color 0s; }

div.menu__wrapper ul.submenu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }

div.menu__wrapper ul.submenu li {
  display: block;
  padding: 0;
  border-right: 0; }

div#toolbar {
  position: absolute;
  height: 48px;
  top: 24px;
  right: 110px;
  transition: 300ms ease; }

/* Hide close button */
#header a.close-menu-primary {
  display: none; }

#language a.close-menu-secondary {
  display: none; }

div#toolbar ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  margin-left: 24px;
  display: inline-block;
  transition: 300ms ease; }

div#toolbar ul li a {
  display: block;
  line-height: 18px;
  color: #000;
  font-size: 16px;
  transition: 300ms ease; }

header.sticky div#logo__wrapper .direct_links {
  font-weight: 500;
  font-size: 15px;
  right: 154px;
  top: 16px; }

div#logo__wrapper .direct_links {
  position: absolute;
  right: 166px;
  top: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 0px;
  font-size: 15px; }

div#logo__wrapper .direct_links a {
  font-weight: 500;
  color: #fff; }

@media screen and (max-width: 768px) {
  div#logo__wrapper .direct_links span {
    display: none; } }

/* Sticky Header */
header.sticky {
  height: 84px; }

header.sticky #logo__wrapper {
  height: 32px; }

header.sticky #logo__wrapper h1,
header.sticky #logo__wrapper h2 {
  display: none; }

header.sticky #logo__wrapper .logo-white {
  display: none; }

header.sticky #logo__wrapper .languages {
  top: 16px;
  right: 5px; }

/* Hide Open Toggle Link */
#header:target a.open-menu-primary {
  display: none; }

/* Show Close Toggle Link */
#header:target a.close-menu-primary {
  display: block; }

#language:target a.open-menu-secondary {
  display: none; }

/* Show Close Toggle Link */
#language:target a.close-menu-secondary {
  display: block; }

div.menu__wrapper ul.lang_menu {
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  transition: 300ms ease;
  padding: 0 0 16px 0;
  margin: 0;
  border-bottom: 4px solid #2786cf;
  display: none;
  width: 100%; }

#language:target div.menu__wrapper ul.lang_menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

div.menu__wrapper ul.lang_menu li {
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 18px;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
  flex-flow: column;
  flex: 1;
  border-right: 1px solid #eee;
  color: #444; }

div.menu__wrapper ul.lang_menu li:last-of-type {
  border-right: 0; }

div.menu__wrapper ul.lang_menu li a {
  color: #000;
  display: block;
  line-height: 44px;
  font-weight: bolder; }

div.menu__wrapper ul.lang_menu li a:hover {
  color: #5793C9;
  transition: color 0s; }

@media screen and (min-width: 1024px) {
  #header .dropdown nav:last-child {
    border-right: 0 none; } }

@media screen and (max-width: 1024px) {
  header #logo__wrapper h1,
  header #logo__wrapper h2 {
    display: none; }
  header {
    height: 120px; }
  header.sticky #logo__wrapper {
    height: 32px; }
  header #logo__wrapper {
    height: 68px; }
  div#logo__wrapper .languages {
    top: 34px;
    right: 68px; }
  div#logo__wrapper .direct_links {
    right: 210px;
    top: 34px; }
  div#logo__wrapper .logo-white {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 20px;
    float: right;
    height: 48px;
    max-width: 75px;
    width: auto; } }

/* Nur noch Header ohne Menü */
@media screen and (max-width: 767px) {
  header {
    height: 68px; }
  header.sticky {
    height: 68px; }
  header.sticky #logo__wrapper {
    height: 68px; }
  div.menu__wrapper {
    height: auto; }
  div.menu__wrapper nav {
    display: none; }
  div.menu__wrapper a.menu_open {
    display: flex;
    position: absolute;
    right: 24px;
    top: 16px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    transition: 300ms ease; }
  .hide-on-mobile-gap {
    display: none; }
  .mobile-gap-1-2 {
    width: 49% !important; }
  div.breadcrumbs {
    width: 100%; }
  div#header-images {
    display: none; }
  div.menu__wrapper {
    /*top: 48px;*/ }
  header div.menu__wrapper nav {
    display: none; }
  #header:target div.menu__wrapper ul.mega_menu {
    display: block;
    padding-left: 0; }
  header.sticky div.menu__wrapper ul.mega_menu li,
  div.menu__wrapper ul.mega_menu li {
    padding: 8px 0;
    border-right: 0;
    box-sizing: border-box; }
  #language:target div.menu__wrapper ul.lang_menu {
    display: block;
    padding-left: 0; }
  div#logo__wrapper .direct_links {
    right: 82px;
    top: 22px; }
  header.sticky div#logo__wrapper .direct_links {
    right: 82px;
    top: 22px;
    font-weight: 600;
    font-size: 15px; }
  header.sticky div.menu__wrapper ul.lang_menu li,
  div.menu__wrapper ul.lang_menu li {
    padding: 2px 24px;
    border-right: 0;
    box-sizing: border-box;
    line-height: 44px; }
  div.menu__wrapper ul.submenu {
    /* padding: 16px 0; */ }
  header.sticky div.menu__wrapper ul.submenu li,
  div.menu__wrapper ul.submenu li {
    padding: 0 0 4px 0;
    display: block; }
  .toggle_menu_lang {
    position: absolute;
    right: 50px;
    top: 12px;
    width: 20px;
    height: 20px; }
  .toggle_menu_lang a.close-menu-secondary {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    font-size: 20px; }
  .toggle_menu {
    position: absolute;
    right: 0;
    top: 0; }
  .toggle_menu a {
    color: #fff;
    font-weight: 500;
    line-height: 48px;
    padding: 0 16px 16px 0;
    font-size: 24px; }
  div#logo__wrapper .languages {
    display: none; }
  header.sticky #logo__wrapper .languages {
    display: none; } }

@media screen and (max-width: 480px) {
  .hide-on-mobile {
    display: none; }
  header {
    height: 48px; }
  header.sticky {
    height: 48px; }
  header.sticky #logo__wrapper {
    height: 48px; }
  header #logo__wrapper {
    height: 48px; }
  header.sticky ul li {
    margin-left: 0; }
  header .hands {
    display: none; }
  .mobile-1-1 {
    width: 100% !important; }
  #header .dropdown nav {
    border-right: 0 none;
    border-bottom: 1px solid #eee; }
  #header .dropdown nav:last-child {
    border-bottom: 0 none; }
  div#logo__wrapper .languages {
    display: none; }
  header.sticky #logo__wrapper .languages {
    display: none; } }

body {
  background: #e0ebf6;
  background-image: url(/static/themes/nak/images/hintergrund.png);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100vw; }

@media screen and (max-width: 768px) {
  #main {
    padding-top: 120px !important; } }

@media screen and (max-width: 480px) {
  #main {
    padding-top: 56px !important; } }

/* Inhalt Auflistung Kalender (Sort 2) */
.west_content_calendar .monthunderline {
  border-bottom: solid 3px;
  border-color: #5793C9;
  margin-bottom: 9px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  clear: both; }

.west_content_calendar p {
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px; }

.west_content_calendar .day {
  border-top: 1px solid #eee;
  padding: 3px 0; }

.west_content_calendar small {
  font-size: 12px;
  color: #9EA1A6; }

.west_content_calendar .day .holiday {
  color: #666; }

.west_content_calendar .day .devineservice {
  color: #666; }

.grid_padding_calendar {
  width: 100%; }

@media print {
  .west_content_calendar {
    padding: 0 !important; }
  .west_content_calendar .monthunderline {
    padding-top: 20px; }
  .west_content_calendar .grid_padding, .west_content_calendar .app_register .filter form, .app_register .filter .west_content_calendar form, .west_content_calendar .app_register .app_grid, .app_register .west_content_calendar .app_grid {
    padding: 0 !important; } }

/* Inhalte im Layout A (Sort 1) */
.force_height {
  min-height: 50px; }

/* Datenbank Aktuelles/Meldungen (Sort 1) */
.database_news_gallery_padding {
  padding: 0 4px 4px 0; }
  @media screen and (max-width: 767px) {
    .database_news_gallery_padding {
      padding: 0 0 4px 0; } }
.database_news_gallery_padding img {
  transition: all .1s ease-in-out;
  z-index: 9; }

.database_news_gallery_padding img:hover {
  transform: scale(1.1); }

.database_news_caption {
  position: relative;
  top: -32px;
  font-size: 12px;
  margin: 12px 8px;
  line-height: 16px; }
  @media screen and (max-width: 1023px) {
    .database_news_caption {
      display: none; } }
.database_news_full h4 {
  padding: 8px 0 12px 0; }

.database_news_intro {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
  @media (min--moz-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
.mobile_title {
  display: none; }

@media screen and (max-width: 767px) {
  .teaser_db_news {
    margin-bottom: 0px !important;
    background: #fff; }
  .teaser_db_news .teaser_overlay {
    position: relative;
    background: #fff;
    bottom: 16px; }
  .teaser_db_news .teaser_decoration, .teaser_db_news .teaser_decoration_16 {
    background-color: #fff;
    margin-right: 0px;
    padding: 18px 12px 8px 12px;
    color: #000;
    line-height: 28px;
    font-style: inherit;
    font-size: 24px;
    display: block;
    font-weight: 500; } }

/* Inhalt Textblock (Optional Bild/Dokument) (Sort 1) */
.text_block img {
  width: 100%; }

.text_block_hidden {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.50; }

.text_block span.atom_media_subtitle {
  margin: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 200; }

/* 2017 Atom Media/Bild (CMS) (Sort 1) */
.atom_media img.icon {
  object-fit: contain; }

.atom_media {
  position: relative;
  height: 0; }

.atom_media_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.atom_media_wrapper img {
  max-width: none;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.atom_media_unlock_height {
  height: 100%; }

.atom_media_format_1_1 {
  padding-bottom: 100%; }

.atom_media_format_2_1 {
  padding-bottom: 50%; }

.atom_media_format_3_1 {
  padding-bottom: 33%; }

.atom_media_format_4_1 {
  padding-bottom: 25%; }

.atom_media_format_10_1 {
  padding-bottom: 10%; }

.atom_media_format_3_2 {
  padding-bottom: 66.67%; }

.atom_media_format_2_3 {
  padding-bottom: 150%; }

.atom_media_format_4_3 {
  padding-bottom: 75%; }

.atom_media_format_3_4 {
  padding-bottom: 133.33%; }

.atom_media_format_210_297 {
  padding-bottom: 141.43%; }

@media screen and (max-width: 767px) {
  .atom_media_mobile_format_1_1 {
    padding-bottom: 100%; }
  .atom_media_mobile_format_2_1 {
    padding-bottom: 50%; }
  .atom_media_mobile_format_3_1 {
    padding-bottom: 33%; }
  .atom_media_mobile_format_4_1 {
    padding-bottom: 25%; }
  .atom_media_mobile_format_10_1 {
    padding-bottom: 10%; }
  .atom_media_mobile_format_3_2 {
    padding-bottom: 66.67%; }
  .atom_media_mobile_format_2_3 {
    padding-bottom: 150%; }
  .atom_media_mobile_format_4_3 {
    padding-bottom: 75%; }
  .atom_media_mobile_format_3_4 {
    padding-bottom: 133.33%; }
  .atom_media_mobile_format_210_297 {
    padding-bottom: 141.43%; } }

span.atom_media_subtitle {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  padding: 4px 16px;
  top: 100%; }

.download_link {
  font-size: 12px;
  text-align: center;
  line-height: 18px; }

/* Layout Container (Sort 1) */
#main {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 168px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    #main {
      padding-top: 120px; } }
.warning {
  padding: 20px;
  color: #fff;
  background: #900;
  font-weight: 400; }

.warning a {
  color: #fff;
  text-decoration: underline; }

#cookie-law {
  width: 100%;
  background: #FFF;
  margin: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1001;
  bottom: 0px; }

#cookie-law p {
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #000;
  margin: 0; }

#cookie-law p span {
  background: #2786cf;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
  line-height: 20px;
  margin: 0 10px; }

/* Inhalt Widget-Bereich (Sort 1) */
.grid_admin {
  min-height: 300px; }

/* 2017 Atom Youtube/Vimeo (Sort 1) */
.youtube-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden; }

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_iframe a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 4fr 1fr; }

.video_iframe a span.youtube_link_top {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
  align-self: start;
  z-index: 10; }

.video_iframe a span.youtube_link_bottom {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #fff;
  align-self: end;
  z-index: 10; }

.video_iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 1 / 1;
  grid-row: 1 / 4;
  z-index: 9; }

/* Inhalt Kontaktformular (Sort 1) */
.cookie_settings_captcha_form {
  display: none; }

.content_contact label.inline input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  display: inline; }

.content_contact label {
  display: block;
  font-weight: 400;
  padding-top: 8px; }

.content_contact .error {
  font-weight: 500;
  color: #900; }

.content_contact input {
  width: 70%; }

.content_contact textarea {
  width: 100%; }

.content_contact button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

/* Inhalt Überschrift  (Sort 1) */
.teaser_headline {
  margin: 24px 0; }

/* Inhalt Sitemap (Sort 1) */
.sitemap ul {
  list-style: none; }

.sitemap li a {
  text-decoration: none;
  color: #444; }

/* Widget Youtube/Vimeo (Sort 1) */
.widget_youtube {
  position: relative;
  padding-bottom: 56.25% !important;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background: #000; }

.widget_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px; }

/* 2017 Atom Pager (Sort 1) */
.pager {
  text-align: center; }

.pager strong,
.pager span,
.pager a {
  display: inline-block;
  padding: 8px; }

/* Datenbank Termin (Sort 1) */
@media screen and (max-width: 767px) {
  .teaser_db_appointment {
    margin-bottom: 0px !important;
    background: #fff; }
  .teaser_db_appointment .teaser_overlay {
    position: relative;
    background: #fff;
    bottom: 16px; }
  .teaser_db_appointment .teaser_title {
    margin-right: 0px;
    padding: 18px 12px 8px 12px;
    color: #000;
    line-height: 28px;
    font-style: inherit;
    font-size: 24px;
    display: block;
    font-weight: 500; }
  .teaser_db_appointment .transparent_blue {
    background-color: #fff; } }

/* 2017 Datenbank Kampagne (Sort 1) */
.database_news_gallery_padding {
  padding: 0 4px 4px 0; }
  @media screen and (max-width: 767px) {
    .database_news_gallery_padding {
      padding: 0 0 4px 0; } }
.database_news_intro {
  font-weight: 500; }
  @media (-webkit-min-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
  @media (min--moz-device-pixel-ratio: 1.1) {
    .database_news_intro {
      font-weight: 400; } }
/* IJT Layout Footer (Sort 1) */
footer {
  min-height: 10px;
  margin: 0;
  width: 100%;
  color: #fff;
  background-image: url("/static/themes/nak/images/background-footer.png");
  background-position: center center;
  background-color: #1a6cb1;
  background-repeat: no-repeat; }

footer a {
  color: #fff;
  text-decoration: underline; }

.footer__credits {
  text-align: center; }

footer em {
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block; }

footer ul {
  margin: 0;
  padding: 0;
  padding-bottom: 9px; }

footer ul li {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  display: inline-block; }

footer ul li a {
  font-size: 12px; }

footer ul.social {
  margin: 0;
  padding: 0;
  padding-bottom: 9px; }

footer ul.social li {
  font-size: 12px;
  line-height: 26px;
  margin: 0 0 0 2px;
  text-align: center; }

footer ul.social li a {
  font-size: 14px;
  text-decoration: none; }

footer a.external::after {
  content: "" !important; }

/* IJT Widget Termine (Sort 1) */
.widget_events .day {
  border-top: 1px solid #EEE;
  padding: 8px 0 0  0; }

p.widget_events_date {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 80%;
  line-height: 18px;
  padding: 3px 0; }

p.widget_events_title {
  padding: 3px 0 0 0;
  line-height: 18px; }

/* IJT Widget Facebook (Sort 1) */
.widget_facebook {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000; }

.widget_facebook__title {
  font-size: 14px;
  line-height: 20px; }

.widget_facebook__content {
  padding: 8px; }

.widget_facebook__bar {
  background: #b4afaa;
  color: #fff;
  line-height: 24px;
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.widget_facebook__bar a {
  color: #fff;
  padding: 0 4px; }

.widget_facebook__likes {
  padding-left: 8px; }

/* IJT Atom Styles Grid  (Sort 1) */
/* Define Columns for col_grid */
.col_grid_top_margin {
  margin-top: 8px; }

@media screen and (min-width: 1024px) {
  .grid, .app_register {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 0;
    margin: -24px 0 24px -24px; }
  .grid_wrap {
    flex-flow: row wrap; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_desktop_1 {
    -ms-flex: 0 1 1%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 1%; }
  .col_grid_desktop_5 {
    -ms-flex: 0 1 5%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 5%; }
  .col_grid_desktop_10, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3 {
    -ms-flex: 0 1 10%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 10%; }
  .col_grid_desktop_15, .app_register .app_wrapper .app_grid .col5 {
    -ms-flex: 0 1 15%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 15%; }
  .col_grid_desktop_20 {
    -ms-flex: 0 1 20%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 20%; }
  .col_grid_desktop_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item, .app_register .app_wrapper .app_grid .col2 {
    -ms-flex: 0 1 25%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 25%; }
  .col_grid_desktop_30 {
    -ms-flex: 0 1 30%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%; }
  .col_grid_desktop_35 {
    -ms-flex: 0 1 35%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 35%; }
  .col_grid_desktop_40, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 0 1 40%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 40%; }
  .col_grid_desktop_45 {
    -ms-flex: 0 1 45%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 45%; }
  .col_grid_desktop_50 {
    -ms-flex: 0 1 50%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%; }
  .col_grid_desktop_55 {
    -ms-flex: 0 1 55%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 55%; }
  .col_grid_desktop_60 {
    -ms-flex: 0 1 60%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 60%; }
  .col_grid_desktop_65 {
    -ms-flex: 0 1 65%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 65%; }
  .col_grid_desktop_70 {
    -ms-flex: 0 1 70%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 70%; }
  .col_grid_desktop_75 {
    -ms-flex: 0 1 75%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 75%; }
  .col_grid_desktop_80 {
    -ms-flex: 0 1 80%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 80%; }
  .col_grid_desktop_85 {
    -ms-flex: 0 1 85%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 85%; }
  .col_grid_desktop_90 {
    -ms-flex: 0 1 90%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 90%; }
  .col_grid_desktop_95 {
    -ms-flex: 0 1 95%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 95%; }
  .col_grid_desktop_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line {
    -ms-flex: 0 1 100%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%; }
  .col_grid_desktop_33 {
    -ms-flex: 0 1 33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%; }
  .col_grid_desktop_66 {
    -ms-flex: 0 1 66%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 66%; }
  .col_grid_desktop_99 {
    -ms-flex: 0 1 99%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 99%; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 24px 0 0 24px;
    box-sizing: border-box;
    display: block; }
  .grid_desktop_quarter {
    max-width: calc(25% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%; }
  .grid_desktop_third {
    max-width: calc(75% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%; }
  .grid_desktop_full, .app_register .filter, .app_register .app_wrapper {
    max-width: calc(100% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%; }
  .grid_desktop_half {
    max-width: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
  a.grid_desktop_extra_margin,
  div.grid_desktop_extra_margin {
    margin: 24px 16.66% 0 16.66%;
    flex: 1 0 100px; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 24px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 24px; }
  .hide_on_desktop {
    display: none !important; }
  .grid_desktop_quarter {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 24px); }
  .grid_desktop_third {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(75% - 24px); }
  .grid_desktop_full, .app_register .filter, .app_register .app_wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 24px); }
  .grid_desktop_half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 24px); } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .grid, .app_register {
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    padding: 8px 16px;
    margin: -16px 0 0 -16px;
    justify-content: center; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 16px 0 0 16px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_tablet_1 {
    -ms-flex: 1 1 1%;
    flex: 1 1 1%; }
  .col_grid_tablet_5 {
    -ms-flex: 1 1 5%;
    flex: 1 1 5%; }
  .col_grid_tablet_10, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3 {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%; }
  .col_grid_tablet_15, .app_register .app_wrapper .app_grid .col5 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
  .col_grid_tablet_20 {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  .col_grid_tablet_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item, .app_register .app_wrapper .app_grid .col2 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .col_grid_tablet_30 {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
  .col_grid_tablet_35 {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%; }
  .col_grid_tablet_40, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%; }
  .col_grid_tablet_45 {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%; }
  .col_grid_tablet_50 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .col_grid_tablet_55 {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%; }
  .col_grid_tablet_60 {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%; }
  .col_grid_tablet_65 {
    -ms-flex: 1 1 65%;
    flex: 1 1 65%; }
  .col_grid_tablet_70 {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
  .col_grid_tablet_75 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%; }
  .col_grid_tablet_80 {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%; }
  .col_grid_tablet_85 {
    -ms-flex: 1 1 85%;
    flex: 1 1 85%; }
  .col_grid_tablet_90 {
    -ms-flex: 1 1 90%;
    flex: 1 1 90%; }
  .col_grid_tablet_95 {
    -ms-flex: 1 1 95%;
    flex: 1 1 95%; }
  .col_grid_tablet_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .col_grid_tablet_33 {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .col_grid_tablet_66 {
    -ms-flex: 1 1 66%;
    flex: 1 1 66%; }
  .col_grid_tablet_99 {
    -ms-flex: 1 1 99%;
    flex: 1 1 99%; }
  .grid_tablet_full, .app_register .filter, .app_register .app_wrapper {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 16px); }
  .grid_tablet_half {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 16px); }
  .grid_tablet_quarter {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 16px); }
  .grid_tablet_third {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(75% - 16px); }
  a.grid_tablet_extra_margin,
  div.grid_tablet_extra_margin {
    margin: 16px 10% 0 10%;
    flex: 1 0 100px; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 16px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 16px; }
  .hide_on_tablet {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .grid, .app_register {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0 0;
    justify-content: center; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 8px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    display: -ms-flexbox;
    -js-display: flex;
    display: flexbox;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box; }
  .col_grid_bottom_margin {
    margin-bottom: 4px; }
  .col_grid_smartphone_1 {
    -ms-flex: 1 1 1%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1%; }
  .col_grid_smartphone_5 {
    -ms-flex: 1 1 5%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 5%; }
  .col_grid_smartphone_10 {
    -ms-flex: 1 1 10%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 10%; }
  .col_grid_smartphone_15 {
    -ms-flex: 1 1 15%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15%; }
  .col_grid_smartphone_20 {
    -ms-flex: 1 1 20%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%; }
  .col_grid_smartphone_25, .app_register .app_wrapper .app_grid .app_table_column, .app_register .filter .filter_item {
    -ms-flex: 1 1 25%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%; }
  .col_grid_smartphone_30 {
    -ms-flex: 1 1 30%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30%; }
  .col_grid_smartphone_35 {
    -ms-flex: 1 1 35%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35%; }
  .col_grid_smartphone_40 {
    -ms-flex: 1 1 40%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%; }
  .col_grid_smartphone_45 {
    -ms-flex: 1 1 45%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%; }
  .col_grid_smartphone_50 {
    -ms-flex: 1 1 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%; }
  .col_grid_smartphone_55 {
    -ms-flex: 1 1 55%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 55%; }
  .col_grid_smartphone_60 {
    -ms-flex: 1 1 60%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%; }
  .col_grid_smartphone_65 {
    -ms-flex: 1 1 65%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 65%; }
  .col_grid_smartphone_70 {
    -ms-flex: 1 1 70%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%; }
  .col_grid_smartphone_75 {
    -ms-flex: 1 1 75%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%; }
  .col_grid_smartphone_80 {
    -ms-flex: 1 1 80%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 80%; }
  .col_grid_smartphone_85 {
    -ms-flex: 1 1 85%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 85%; }
  .col_grid_smartphone_90 {
    -ms-flex: 1 1 90%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 90%; }
  .col_grid_smartphone_95 {
    -ms-flex: 1 1 95%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 95%; }
  .col_grid_smartphone_100, .app_register .app_wrapper .app_grid .flash, .app_register .app_wrapper .app_grid .app_content, .app_register .app_wrapper .app_grid .separator_line, .app_register .app_wrapper .app_grid .col5, .app_register .app_wrapper .app_grid .col4, .app_register .app_wrapper .app_grid .col3, .app_register .app_wrapper .app_grid .col2, .app_register .app_wrapper .app_grid .col1 {
    -ms-flex: 1 1 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%; }
  .col_grid_smartphone_33 {
    -ms-flex: 1 1 33%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33%; }
  .col_grid_smartphone_66 {
    -ms-flex: 1 1 66%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66%; }
  .col_grid_smartphone_99 {
    -ms-flex: 1 1 99%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 99%; }
  .grid_smartphone_full, .app_register .filter, .app_register .app_wrapper {
    flex: 0 1 100%; }
  .grid_smartphone_half {
    flex: 1 1 50%; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 12px;
    width: inherit; }
  .grid_small_padding {
    padding: 0 8px;
    width: inherit; }
  .grid_bottom_margin {
    margin-bottom: 8px; }
  a.grid_desktop_extra_margin,
  div.grid_desktop_extra_margin {
    margin: 8px;
    flex: 1 0 100; }
  .grid_negative_offset {
    margin-top: -48px; }
  .desktop_hide {
    display: block; }
  .tablet_hide {
    display: block; }
  .hide_on_smartphone {
    display: none !important; } }

@media print {
  .grid, .app_register {
    display: block;
    padding: 8px 16px;
    margin: -16px 0 0 -16px;
    justify-content: center;
    clear: both;
    width: 100%; }
  .grid > a, .app_register > a,
  .grid > div,
  .app_register > div {
    padding: 0;
    background: #fff;
    margin: 16px 0 0 16px;
    box-sizing: border-box; }
  .col_grid, .app_register .filter .filter_row, .app_register .app_grid {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 100%; }
  .col_grid_bottom_margin {
    margin-bottom: 8px; }
  .col_grid_print_1 {
    float: left;
    width: 1%; }
  .col_grid_print_5 {
    float: left;
    width: 5%; }
  .col_grid_print_10 {
    float: left;
    width: 10%; }
  .col_grid_print_15 {
    float: left;
    width: 15%; }
  .col_grid_print_20 {
    float: left;
    width: 20%; }
  .col_grid_print_25 {
    float: left;
    width: 25%; }
  .col_grid_print_30 {
    float: left;
    width: 30%; }
  .col_grid_print_35 {
    float: left;
    width: 35%; }
  .col_grid_print_40 {
    float: left;
    width: 40%; }
  .col_grid_print_45 {
    float: left;
    width: 45%; }
  .col_grid_print_50 {
    float: left;
    width: 50%; }
  .col_grid_print_55 {
    float: left;
    width: 55%; }
  .col_grid_print_60 {
    float: left;
    width: 60%; }
  .col_grid_print_65 {
    float: left;
    width: 65%; }
  .col_grid_print_70 {
    float: left;
    width: 70%; }
  .col_grid_print_75 {
    float: left;
    width: 75%; }
  .col_grid_print_80 {
    float: left;
    width: 80%; }
  .col_grid_print_85 {
    float: left;
    width: 85%; }
  .col_grid_print_90 {
    float: left;
    width: 90%; }
  .col_grid_print_95 {
    float: left;
    width: 95%; }
  .col_grid_print_100 {
    float: left;
    width: 100%; }
  .col_grid_print_33 {
    float: left;
    width: 33%; }
  .col_grid_print_66 {
    float: left;
    width: 66%; }
  .col_grid_print_99 {
    float: left;
    width: 99%; }
  .grid_print_full {
    width: calc(100% - 16px); }
  .grid_print_half {
    float: left;
    width: calc(50% - 16px); }
  .grid_print_quarter {
    float: left;
    width: calc(25% - 16px); }
  .grid_print_third {
    float: left;
    width: calc(75% - 16px); }
  a.grid_print_extra_margin,
  div.grid_print_extra_margin {
    margin: 16px 10% 0 10%; }
  .grid_padding, .app_register .filter form, .app_register .app_grid {
    padding: 16px; }
  .grid_small_padding {
    padding: 0 8px; }
  .grid_bottom_margin {
    margin-bottom: 16px; }
  .hide_on_print {
    display: none !important; } }

/* Teaser Styles */
.teaser {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 24px; }
  @media screen and (max-width: 1023px) {
    .teaser {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .teaser {
      margin-bottom: 16px; } }
.teaser_no_background {
  height: 150px; }

.teaser_overlay {
  position: absolute;
  bottom: 48px;
  z-index: 2;
  left: 0;
  right: 0; }

.teaser_decoration, .teaser_decoration_16 {
  color: #fff;
  padding: 16px;
  font-style: italic;
  font-weight: 300;
  margin-right: 24px;
  display: inline;
  font-size: 48px;
  line-height: 80px;
  background-color: rgba(54, 125, 204, 0.75);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-left: 10%;
  margin-top: 15px;
  padding-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media screen and (max-width: 1023px) {
    .teaser_decoration, .teaser_decoration_16 {
      padding-left: 24px;
      font-size: 28px;
      line-height: 50px; } }
  @media screen and (max-width: 767px) {
    .teaser_decoration, .teaser_decoration_16 {
      padding-left: 16px;
      font-size: 21px;
      line-height: 40px; } }
.teaser_decoration_16 {
  padding-left: 16%; }
  @media screen and (max-width: 1023px) {
    .teaser_decoration_16 {
      padding-left: 11%; } }
  @media screen and (max-width: 767px) {
    .teaser_decoration_16 {
      padding-left: 16px; } }
@supports (-ms-ime-align: auto) {
  .teaser_decoration, .teaser_decoration_16 {
    display: inline-block; }
  .teaser_decoration_16 {
    display: inline-block; } }

.teaser_overlay_no_content {
  bottom: 16px; }
  @media screen and (max-width: 767px) {
    .teaser_overlay_no_content {
      bottom: 8px; } }
.teaser_spacer {
  flex: 0 0 16%; }
  @media screen and (max-width: 1023px) {
    .teaser_spacer {
      flex: 0 0 24px; } }
  @media screen and (max-width: 767px) {
    .teaser_spacer {
      flex: 0 0  16px; } }
.teaser_spacer_10 {
  flex: 0 0 10%; }
  @media screen and (max-width: 1023px) {
    .teaser_spacer_10 {
      flex: 0 0 24px; } }
  @media screen and (max-width: 767px) {
    .teaser_spacer_10 {
      flex: 0 0  16px; } }
.teaser_line {
  margin-top: 8px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.teaser_title h1,
h1 .teaser_title {
  color: #fff;
  padding: 16px;
  font-style: italic;
  font-weight: 300;
  margin-right: 24px;
  display: inline-block;
  font-size: 48px; }
  @media screen and (max-width: 1023px) {
    .teaser_title h1,
    h1 .teaser_title {
      font-size: 28px;
      padding: 8px; } }
  @media screen and (max-width: 767px) {
    .teaser_title h1,
    h1 .teaser_title {
      font-size: 18px;
      padding: 4px; } }
h1 .teaser_title {
  padding-right: 40px;
  margin-right: 0; }
  @media screen and (max-width: 1023px) {
    h1 .teaser_title {
      padding-right: 32px; } }
  @media screen and (max-width: 767px) {
    h1 .teaser_title {
      padding-right: 28px; } }
.teaser_content {
  margin-top: -48px;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 767px) {
    .teaser_content {
      margin-top: -24x; } }
.teaser_content div {
  margin-top: 0; }

/* classes for every screen width */
.grid_transparent {
  background: transparent !important; }

.grid_white, .app_register .app_grid {
  background: #fff !important; }

.wrap, .app_register .filter .filter_row, .app_register .app_grid {
  flex-flow: row wrap; }

.col_grid_reverse {
  flex-direction: row-reverse; }

.grid_negative_offset {
  margin-top: -48px;
  z-index: 15; }

/* IJT Inhalt Rubriken Teaser (Sort 1) */
.top {
  display: inline-block;
  font-weight: 300;
  padding: 0 8px;
  font-size: 15px;
  padding-top: 200px;
  margin-top: -200px; }

/* IJT Atom Fonts Style Raleway (Sort 1) */
@font-face {
  font-family: "Suisse";
  src: url("fonts/raleway/raleway-light.eot");
  src: url("fonts/raleway/raleway-light.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-light.woff") format("woff"), url("fonts/raleway/raleway-light.ttf") format("truetype"), url("fonts/raleway/raleway-light.svg#ralewaylight") format("svg");
  font-weight: 200; }

@font-face {
  font-family: "Suisse";
  src: url("fonts/raleway/raleway-regular.eot");
  src: url("fonts/raleway/raleway-regular.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-regular.woff") format("woff"), url("fonts/raleway/raleway-regular.ttf") format("truetype"), url("fonts/raleway/raleway-regular.svg#ralewayregular") format("svg");
  font-weight: 300; }

@font-face {
  font-family: "Suisse";
  src: url("fonts/raleway/raleway-medium.eot");
  src: url("fonts/raleway/raleway-medium.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-medium.woff") format("woff"), url("fonts/raleway/raleway-medium.ttf") format("truetype"), url("fonts/raleway/raleway-medium.svg#ralewaymedium") format("svg");
  font-weight: 400; }

@font-face {
  font-family: "Suisse";
  src: url("fonts/raleway/raleway-bold.eot");
  src: url("fonts/raleway/raleway-bold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-bold.woff") format("woff"), url("fonts/raleway/raleway-bold.ttf") format("truetype"), url("fonts/raleway/raleway-bold.svg#ralewaymedium") format("svg");
  font-weight: 500; }

@font-face {
  font-family: 'nak_icons';
  src: url("fonts/nak_icons.eot?7cpqmr?");
  src: url("fonts/nak_icons.eot?7cpqmr#iefix?") format("embedded-opentype"), url("fonts/nak_icons.ttf?7cpqmr?2018060601") format("truetype"), url("fonts/nak_icons.woff?7cpqmr?2018060601") format("woff"), url("fonts/nak_icons.svg?7cpqmr#nord?2018060601") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+e900-eaff; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'nak_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* IJT Atom Slider Styles (Sort 1) */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("./bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("./bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("./bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      top: 25%; } }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .85;
  color: #2786cf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1023px) {
    .slick-prev:before,
    .slick-next:before {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .slick-prev:before,
    .slick-next:before {
      font-size: 20px; } }
.slick-prev {
  left: 24px; }

[dir='rtl'] .slick-prev {
  right: 24px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 24px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 24px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  top: 72%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 24px;
  line-height: 0;
  font-size: 0; }
  @media screen and (max-width: 1199px) {
    .slick-dots {
      display: none !important; } }
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 32x;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  font-size: 0; }

.slick-dots li:before {
  content: "" !important; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #2786cf; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li.slick-active button {
  background: #2786cf;
  border: 1px solid #2786cf; }

/* IJT Atom Print Styles (Sort 1) */
@media print {
  div#menu__wrapper {
    display: none; }
  header h1 {
    top: 60px; }
  header h2 {
    top: 78px; }
  #main {
    padding-top: 120px; }
  img {
    page-break-inside: avoid; }
  .transparent_blue {
    background: #2786cf;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2786cf', endColorstr='#2786cf')"; }
  body {
    -webkit-print-color-adjust: exact; }
  @page {
    size: 210mm 297mm;
    /* landscape */
    margin: 20mm 10mm; } }

/* IJT Inhalt Downloads (Sort 1) */
.ijt_downloads .label {
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 2px 10px 4px 10px;
  background: #666666;
  line-height: 24px; }

.ijt_downloads h3 {
  padding: 24px; }

.ijt_downloads h3 a {
  display: inline-block; }

.ijt_downloads .label strong {
  font-weight: 500; }

.ijt_downloads .label small {
  font-weight: 300; }

.ijt_downloads a {
  position: relative;
  display: block; }

.ijt_downloads a:hover {
  text-decoration: none; }

.ijt_downloads a:hover .label {
  background: #555; }

/* Inhalt Suche (Sort 1) */
.content_search p.help {
  padding-top: 5px;
  font-size: 13px; }

.content_search input {
  padding: 2px 3px; }

.content_search img {
  padding-right: 8px; }

.content_search a {
  color: #000;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block; }

.content_search a:hover {
  text-decoration: none; }

.content_search h3 em {
  font-weight: 300;
  font-style: normal; }

.flex-box {
  display: flex; }

.flex-grow {
  flex-grow: 1; }

.flex-fixed {
  flex-shrink: 0;
  flex-grow: 0; }

mark.first {
  background-color: #ddd;
  display: inline-block;
  padding: 1px 3px; }

button {
  padding: 4px 16px;
  background-color: #2786cf;
  color: #fff;
  font-weight: 400;
  border: 0 none; }

/* 2017 Widget  Werbebanner (Sort 1) */
.banner_advertisment {
  width: 100%;
  height: 100%; }

/* Atom Brotkrümmel (Sort 1) */
ol.breadcrumbs {
  list-style: none;
  margin: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
  padding: 0 8px; }

@media screen and (max-width: 767px) {
  ol.breadcrumbs {
    position: relative; } }

ol.breadcrumbs li {
  display: inline;
  font-size: 12px;
  margin: 0 0;
  padding: 0px; }

ol.breadcrumbs li a {
  font-size: inherit;
  color: #666; }

ol.breadcrumbs li strong {
  font-size: inherit;
  font-weight: 400;
  color: #666; }

/* Atom Termin Sequenz Info (Sort 1) */
ul.atom_sequence_info .changed {
  color: #900; }

ul.atom_sequence_info .canceled {
  text-decoration: line-through; }

/* Widget Newsletter Formular (Sort 1) */
.newsletter_form label.inline input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  display: inline; }

.newsletter_form label {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 10px;
  padding: 0; }

.newsletter_form .error {
  font-weight: 500;
  color: #900;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0; }

.newsletter_form input.full {
  display: block;
  width: 80%; }

.newsletter_form input.half {
  float: left;
  width: 50%; }

.newsletter_form textarea {
  width: 100%; }

.newsletter_form button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

.newsletter_form .flash_msg {
  background: #090;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

.newsletter_form .flash_error {
  background: #900;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

/* Widget Instagram (Sort 1) */
.ijt_widget_instagram .container {
  display: block;
  height: 100%; }

.ijt_widget_instagram h3 {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  float: left;
  padding-top: 4px; }

.ijt_widget_instagram img.account {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px; }

.ijt_widget_instagram .instagram_logo {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  color: #ccc;
  margin-right: 4px; }

.ijt_widget_instagram .instagram_logo em {
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block; }

.ijt_widget_instagram .clear {
  clear: both; }

.ijt_widget_instagram .title {
  display: block;
  height: 10%;
  max-height: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  flex-basis: 35px; }

.ijt_widget_instagram .image {
  display: block;
  width: 100%;
  height: 85%;
  max-height: 85%; }

.ijt_widget_instagram .image img {
  width: 120%;
  height: 100%;
  object-fit: cover; }

.ijt_widget_instagram .footer {
  flex-basis: 20px;
  height: 5%;
  max-height: 20px;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
  align-self: flex-end; }

.ijt_widget_instagram .footer small {
  line-height: 12px;
  color: #aaa;
  padding: 0;
  margin: 0;
  display: block; }

/* Loginformular IJT (Sort 1) */
.login_form input {
  width: 300px;
  max-width: 80%;
  display: block; }

.login_form button {
  margin-top: 20px; }

/* Inhalt Auflistung Meldungen Raster (Sort 1) */
.sub_grid_force_image {
  max-height: 188px !important;
  overflow: hidden; }

.sub_grid_margin_topleft {
  margin: 0px 24px 24px 0px;
  max-width: calc(50% - 12px); }

.sub_grid_margin_topright {
  margin: 0px 0px 24px 0px;
  max-width: calc(50% - 12px); }

.sub_grid_margin_bottomleft {
  margin: 0px 24px 0px 0px;
  max-width: calc(50% - 12px); }

.sub_grid_margin_bottomright {
  margin: 0px 0px 0px 0px;
  max-width: calc(50% - 12px); }

@media screen and (max-width: 767px) {
  .sub_grid_margin_topleft {
    margin: 0px 0px 16px 0px;
    max-width: 100%; }
  .sub_grid_margin_topright {
    margin: 0px 0px 16px 0px;
    max-width: 100%; }
  .sub_grid_margin_bottomleft {
    margin: 0px 0px 16px 0px;
    max-width: 100%; }
  .sub_grid_margin_bottomright {
    margin: 0px 0px 0px 0px;
    max-width: 100%; } }

/* Inhalt Rubrikenwolke (Sort 1) */
div.tagcloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 110%; }

div.tagcloud .tag {
  margin: 5px 0 0 8px;
  padding: 4px;
  background-color: #fff;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0; }

/* Inhalt Auflistung Veranstaltungen mit Filter (Sort 1) */
.maxw {
  width: 95%; }

h3 span {
  color: #999; }

/* Auflistung Notfälle (Sort 1) */
.emergency_marking {
  color: #B00; }

.emergency_marking_bold {
  font-weight: 900; }

.emergency_marking_box {
  border: 1px solid #900;
  margin-top: 54px !important; }

.emergency_marking_container:not(:last-child) {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc; }

.emergency_marking_container:not(:first-child) {
  margin-top: 6px; }

/* Widget Auflistung Meldungen (Sort 1) */
.news_block {
  padding: 24px 24px 4px 24px !important; }

/* Inhalt Bilder (Sort 1) */
.css_grid_3 {
  display: grid;
  /* display: inline-grid;*/
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }
  @media screen and (max-width: 767px) {
    .css_grid_3 {
      grid-gap: 12px; } }
  @media screen and (max-width: 480px) {
    .css_grid_3 {
      grid-template-columns: 1fr; } }
.css_grid_3 div {
  grid-row: auto / span 1; }

/* Inhalt Login Internbereich (Sort 1) */
.intern_login input[type=email],
.intern_login input[type=text],
.intern_login input[type=password] {
  width: 100%;
  height: 32px;
  margin-bottom: 16px; }

.intern_login button {
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

.intern_login .info_msg,
.intern_login .error_msg,
.intern_login .status_msg {
  padding: 20px;
  color: #FFF;
  font-weight: 200;
  font-size: 15px;
  line-height: 150%;
  margin: 4px; }

.intern_login .info_msg::empty,
.intern_login .error_msg::empty,
.intern_login .status_msg::empty {
  margin: 0; }

.intern_login .status_msg {
  background: #519951; }

.intern_login .error_msg {
  background: #900; }

.intern_login .info_msg {
  background: #227A11; }

/* Styles Modul Register (Sort 1) */
.app_register {
  flex-direction: row !important;
  flex-wrap: wrap !important; }

.app_register .app_wrapper .app_grid .separator_line .line {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #C2C0C0;
  margin: 1em 0; }

.app_register .app_wrapper .app_grid .app_empty {
  display: none; }

.app_register .filter .filter_item select {
  width: auto !important; }

.app_register .filter span {
  border: 1px solid #C2C0C0;
  padding: 13px 20px;
  cursor: pointer;
  background-color: #5793C9;
  color: #fff; }

.app_register .filter span.value_button {
  display: none; }

.app_register .app_wrapper .app_grid .form_button {
  background-color: #5793C9;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  height: 50px;
  width: 137px;
  border: 1px solid #C2C0C0;
  padding: 13px 20px;
  cursor: pointer; }

.app_register .app_wrapper .form_button > span {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400; }

.app_register .app_wrapper .app_grid ul {
  padding-left: 20px;
  list-style: none; }

.app_register .app_wrapper .app_grid ul li {
  list-style: square;
  list-style-position: outside;
  display: list-item;
  text-align: -webkit-match-parent; }

.app_register .app_wrapper .app_grid ul li::before {
  content: ""; }

.app_register .app_wrapper .app_grid .formular {
  display: block;
  position: relative;
  margin: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.app_register .app_wrapper .app_grid .input_block {
  margin-bottom: 40px; }

.app_register .app_wrapper .app_grid .input_block > div {
  margin-bottom: 10px; }

.app_register .app_wrapper .app_grid input[type=text] {
  width: calc(75% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #757576;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  border: 1px solid #E4E3D9;
  height: 50px; }

.app_register .app_wrapper .app_grid select {
  width: calc(75% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  height: 50px; }

.app_register .app_wrapper .app_grid label {
  width: calc(16.666% - 28px);
  margin: 0 14px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  min-width: 185px; }

.app_register span.error {
  color: #900; }

.app_register h3 {
  margin-top: 24px; }

/* Inhalt Modul-Ziel (Sort 1) */
.auflistung_seminare {
  padding: 0;
  background: #fff;
  margin: 24px 0 0 0px;
  box-sizing: border-box;
  display: block; }

@media screen and (min-width: 1024px) {
  .auflistung_seminare {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 24px); } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .auflistung_seminare {
    margin: 16px 0 0 0px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px); } }

@media screen and (max-width: 767px) {
  .auflistung_seminare {
    margin: 8px 0 0 0;
    flex: 0 1 100%;
    max-width: 100%; } }

/* Widget Anmeldung Newsletter (Sort 1) */
.newsletter_form label.inline input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  display: inline; }

.newsletter_form label {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 10px;
  padding: 0; }

.newsletter_form .error {
  font-weight: 500;
  color: #900;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0; }

.newsletter_form input.full {
  display: block;
  width: 100%; }

.newsletter_form input.half {
  float: left;
  width: 50%; }

.newsletter_form textarea {
  width: 100%; }

.newsletter_form button {
  margin: 16px 0;
  border: 0 none;
  padding: 8px 24px;
  background: #5793C9;
  color: #fff; }

.newsletter_form .flash_msg {
  background: #090;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

.newsletter_form .flash_error {
  background: #900;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 9px;
  width: 100%; }

/* Inhalt Ansprechpartner (Sort 1) */
.text_block img {
  width: 100%; }

.text_block_hidden {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.50; }

.text_block span.atom_media_subtitle {
  margin: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 200; }

/* Atom Cookie Einstellungen (Sort 1) */
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal button {
    padding: 4px 16px;
    background-color: #2786cf;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal a.button {
    padding: 4px 16px;
    background-color: #2786cf;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal a.button_gray {
    padding: 4px 16px;
    background-color: #999;
    color: #fff;
    font-weight: 400;
    border: 0 none;
    font-size: 17px; }
  .modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    z-index: 10000; }
  .modal-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  .modal-container {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    overflow: auto;
    max-height: 80vh; }
  .modal-close {
    cursor: pointer; }
  .modal a {
    cursor: pointer; }
  .modal .off {
    display: none; }
  .modal-extended {
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    overflow: auto;
    max-height: 80vh; }
  .modal-bar {
    display: flex; }
    .modal-bar .space {
      flex-grow: 1; }
  .modal-bar-top {
    margin-top: 2em; }
  .modal-bar-bottom {
    margin-bottom: 2em; }
  .modal-row {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    flex-wrap: wrap;
    align-items: center; }
    .modal-row .space {
      flex-grow: 1; }
  .modal-settings {
    margin-bottom: 1em; }
  .modal .modal-row span.hidden_text {
    display: none;
    flex-basis: 100%;
    font-size: 80%;
    line-height: 120%;
    padding-left: 1.8em; }
  .modal input.text_input {
    display: none; }
  .modal input.text_input:checked + span {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: -1.5em; }
  .modal input.text_input:checked + span + .hidden_text {
    display: block; }
  .modal label {
    cursor: pointer;
    position: relative; }
