
@font-face {
  font-family: istok;
  src: url('../fonts/istok/regular.woff2') format('woff2'),
       url('../fonts/istok/regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: istok;
  src: url('../fonts/istok/bold.woff2') format('woff2'),
       url('../fonts/istok/bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

*,
*:before, 
*:after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/** /
* {
  outline: 1px dotted rgba( 0, 0, 0, .2 );
}
/**/

html {
  font-size: 62.5%;
  line-height: 1.333em;
  min-height: 100%;
}

body {
  background-color: #000123;
  color: #333;
  font-family: istok, Arial, sans-serif;
  font-size: 1.5rem;
  min-height: 100%;
  line-height: 2.1rem;
}

/*
@media ( max-width: 767px ) {
  body {
    background-color: #001234;
  }
}
*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1.8rem;
}

h1 {
  color: #234567;
  font-size: 2.8rem;
  line-height: 2.8rem;
}

h2 {
  color: #234567;
  font-size: 2.1rem;
  line-height: 2.1rem;
}

h3 {
  color: #789abc;
  padding-top: 2rem;
}

body.home #page-title {
  display: none;
}

#page-wrapper {
  box-shadow: 0 0 .25rem rgba( 0, 0, 0, .15 );
  margin: 0 auto 2rem;
  max-width: 102.4rem;
  position: relative;
}

.page-wrapper {
  box-shadow: 0 0 .25rem rgba( 0, 0, 0, .15 );
  margin: 0 auto;
  max-width: 102.4rem;
  position: relative;
}

#logo {
  background-color: #fff;
  box-shadow: 0 0 2.5rem rgba( 0, 0, 0, .25 );
  display: block;
  padding: 0 1rem;
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 26rem;
}

@media ( max-width: 767px ) {
  #logo {
/*    top: 5.8rem;*/
    width: 18rem;
  }
}

@media ( max-width: 414px ) {
  #logo {
    right: 1rem;
/*    width: 12rem;*/
    width: 45vw;
  }
}

#logo img {
  width: 100%;
}

.navbar {
/*  background: #123456;*/
  height: 9.3rem;
}

@media ( max-width: 899px ) {
  .navbar {
    background-color: transparent;
  }
}

.navbar ul {
  list-style: none inside;
}

.navbar ul > li.aktuelles > ul,
.navbar ul li.wissenswertes > ul {
  display: none !important;
}

.navbar nav {
  display: inline-block;
  font-size: 2.1rem;
  padding: 6.1rem 2rem 1rem 2rem;
  position: relative;
}

.navbar nav > ul {
  display: flex;
  justify-content: flex-start;
}

.navbar nav > ul > li {
  padding: 0 1rem 1.1rem 0;
  position: relative;
}

@media ( min-width: 900px ) {

  .navbar nav > ul > li:nth-of-type(6),
  .navbar nav > ul > li:nth-of-type(7) {
    display: none !important;
  }

  .navbar nav > ul > li > ul {
    display: none;
    font-size: 1.8rem;
  }

  .navbar nav > ul > li:hover > ul {
    color: #234567;
    display: block;
    background-color: rgba( 0, 0, 0, .5 );
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    margin-top: 1.1rem;
    position: absolute;
    white-space: nowrap;
    min-width: 24rem;
    z-index: 10;
  }

}

.navbar a {
  color: #fff;
  display: block;
  padding: 0rem .8rem;
  text-decoration: none;
}

.navbar a:hover,
.navbar a.active {
  color: #cccccd;
}

.navbar ul ul a {
  color: #ddddde;
  padding: .8rem;
  
}

.navbar ul ul a:hover,
.navbar ul ul a.active {
  color: #fff;
}

.navbar ul ul ul li a:before {
  content: '–';
}

#navtoggle-label i:nth-of-type(2),
#navtoggle-label,
#navtoggle {
  display: none;
}

@media ( max-width: 899px ) {
  
  #navtoggle-label {
    display: inline-block;
/*    outline: 1px dotted green;*/
    position: fixed;
    right: 2rem;
    text-align: right;
    top: 1rem;
    width: calc( 100% - 2rem );
    z-index: 11;
  }
  
  #navtoggle-label i {
    color: #fff;
    cursor: pointer;
  }
  
  .navbar {}
  
  .navbar nav {
/*    background-color: #001234;*/
    background-color: #000123;
    display: block;
    max-height: 100vh;
    min-height: 4rem;
/*    outline: 1px dotted red;*/
    padding: 1rem 0 0 2rem;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    z-index: 10;
  }
  
  .navbar nav ul {
/*    outline: 1px dotted blue;*/
  }
  
  .navbar nav ul li {
    height: 2.1rem;
/*    outline: 1px dotted green;*/
    overflow: hidden;
    padding-bottom: 0;
  }
  
  .navbar nav ul li a {
    padding: 0;
  }
  
  .navbar nav ul li,
  .navbar nav ul li a:not(.active) {
    display: none;
  }
  
  .navbar nav ul li.active,
  .navbar nav ul li.active-child {
    display: block;
  }
  
  .navbar nav ul {
    display: inline-block;
  }
  
  .navbar nav [type=checkbox]:checked ~ ul li {
    display: block;
    height: auto;
  }
  
  .navbar nav [type=checkbox]:checked ~ ul li a {
    display: block;
    padding-bottom: 1.6rem;
  }
  
  .navbar nav [type=checkbox]:checked ~ #navtoggle-label {
    width: auto;
    /*
    height: calc( 100% - 4rem );
    width: calc( 100% - 20rem );
    */
  }
  
  .navbar nav [type=checkbox]:checked ~ #navtoggle-label i:nth-of-type(1) {
    display: none;
  }
  
  .navbar nav [type=checkbox]:checked ~ #navtoggle-label i:nth-of-type(2) {
    display: inline-block;
  }
  
}

@media ( max-width: 499px ) {
  #navtoggle-label {
    right: 1rem;
  }

  .navbar nav {
    padding-left: 1rem;
  }

  .navbar nav ul li a {
    font-size: 1.4rem;
  }
}


#hero {
  background-image: linear-gradient( 45deg, #001234, #234567 );
  min-height: 16rem;
/*  padding-bottom: 2rem;*/
  width: 100%;
}

#hero img {
  display: block;
  width: 100%;
}

/*
@media( max-width: 1024px ) {
  #hero img {
    height: 20.2rem;
    margin-left: calc( ( 100vw - 1024px ) / 2 );
    width: auto;
  }
}
*/

#body-wrapper {
  background-color: #fff;
  min-height: 48rem;
  padding: 2rem;
}

@media ( max-width: 499px ) {
  #body-wrapper {
    padding: 2rem 1rem;
  }
}

#body-wrapper li {
  list-style: none inside;
  margin-bottom: 1rem;
  margin-left: 1.6rem;
  position: relative;
}

#body-wrapper li:before {
  content: '•';
  font-size: 2.4rem;
  display: inline-block;
  left: -1.6rem;
  position: absolute;
}

#body-wrapper a {
  color: #234567;
}

#footer {
/*  background: #123456;*/
  border-bottom: .3rem solid #234567;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin-bottom: 2rem;
}

@media ( max-width: 899px ) {
  #footer {
    background-color: transparent;
    border-bottom: none;
    position: relative;
  }
}

#footer a {
  color: #fff;
}

#footer .container {
  display: flex;
  justify-content: space-between;
/*  margin-left: -1rem;*/
  padding: 1rem;
/*  padding: 1rem 0;*/
/*  width: calc( 100% + 2rem );*/
}

@media ( max-width: 899px ) {
  #footer:after {
    border-bottom: .3rem solid #234567;
    content: '';
    display: block;
    left: 2rem;
    position: absolute;
    right: 2rem;
    width: calc( 100vw - 4rem );
  }
}

#footer .box {
/*  outline: 1px dotted green;*/
  padding: 1rem;
  position: relative;
  width: 33.3%;
  
}

@media ( max-width: 699px ) {
  #footer .container {
    display: block;
  }
  
  #footer .box {
    width: 100%;
  }
}

/*
#footer .box:not(:first-of-type):before {
  background-color: #789abc;
  content: '';
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  width: .1rem;
}
*/

#footer .box img {
  width: 100%;
}

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

#footer nav a.active {
  color: #789abc;
}

#footer nav > ul > li {
  display: none;
}

#footer nav > ul > li:nth-of-type(n+6) {
  display: block;
}

#footer a.cta {
  background-color: #fff;
  border-radius: .4rem;
  color: #012345;
  cursor: pointer;
  display: block;
  line-height: 2.9rem;
  margin: 0 2rem 0 0;
  text-align: center;
  text-decoration: none;
  padding: .4rem;
  width: 100%;
}

#footer a.cta:hover {
  background-color: #789abc;
  color: #fff;
}


form {
/*  width: 100%;*/
}

button,
input,
textarea {
  font-family: 'primary', Arial, sans-serif;
}

form label {
/*  display: block;*/
}

.form-group {
  margin-bottom: 1.6rem;
}

textarea,
input[type=email],
input[type=text] {
/*  background-color: #234567;*/
  border: 0;
  border-bottom: .1rem solid #789abc;
/*  border-radius: .4rem;*/
  color: #012345;
  font-size: 1.6rem;
  padding: .8rem;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text][readonly=readonly] {
  border-color: transparent;
}

textarea {
  height: 16rem;
}

button[type=reset],
button[type=submit] {
  background-color: #123456;
  border-radius: 0;
/*  box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding: .8rem;
}

button[type=reset] {
  background-color: #666;

}

select {
  background: #234567 url(../images/ui/chevron-white.png) no-repeat right center;
/*  background-size: 19px 11px;*/
  border-radius: .4rem;
  box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
  color: #fff;
  cursor: pointer;
  font-family: 'primary', Arial, sans-serif;
  font-size: 1.6rem;
  padding: .4rem 2.3rem .4rem .8rem;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.toast.toast-success {
  color: #090;
}

form fieldset {
  margin-bottom: 2rem;
  border-bottom: .1rem solid #00aeef;;
  padding-bottom: 2rem;
}

form fieldset legend {
  color: #789abc;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.form-label-wrapper {
/*  display: inline-block;*/
  display: none;
  vertical-align: top;
  width: 17rem;
}

.form-data {
  display: inline-block;
/*  width: calc( 100% - 18rem );*/
  width: 100%;
}

@media ( max-width: 599px ) {
  .form-label-wrapper {
    display: block;
    width: 100%;
  }

  .form-data {
    display: block;
    width: 100%;
  }
}

/*.form-group .checkboxes,*/
.form-group .checkbox,
.form-group .radio {
  display: inline-block;
}

.colgrp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.col:nth-of-type(1) {
  width: 100%;
}

.latest {
  background-color: #eeeeef;
  padding: 1rem 2rem;
}

@media ( min-width: 768px ) {
  .latest {
    margin-left: 2rem;
    margin-top: -6.1rem;
    min-width: 26rem;
    width: 26rem;
  }
}

.latest h2 {
  margin-bottom: 1rem;
}

.latest h2 a i {
  display: none;
}

.latest .article {
  border-top: .1rem solid #789abc;
  margin-top: 1rem;
  padding-top: 1rem;
}

.latest a {
  text-decoration: none;
}

.latest a:hover {
  text-decoration: underline;
}

@media ( max-width: 767px ) {
  .colgrp {
    flex-direction: column;
  }
  .latest {
    order: -1;
  }
  .latest {
    height: 4.1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    overflow: hidden;
  }
  .latest h2 a i {
    display: inline-block;
  }
}

.subnav {}

.subnav a {}

.col img {
  max-width: 100%;
}

.modular-row {
  padding-bottom: 4rem;
}

strong {
  color: #900;
}


.col:first-of-type > p:first-of-type {

}

/*.default-template*/
.col:first-of-type > p:first-of-type:first-letter {
  color: #900;
/*  float: left;*/
/*  font-size: 4.5rem;*/
  font-size: 3.2rem;
  font-weight: bold;
/*  margin: 1rem .5rem 1rem 0;*/
  margin: .1rem .2rem -.1rem -.2rem;
}

body.wissenswertes article,
body.aktuelles article {
  border-top: .1rem solid #789abc;
  margin-top: 1rem;
  padding-top: 1rem;
}

a.btn {
  background-color: #001234;
  border-radius: .2rem;
  color: #fff !important;
  padding: .2rem .8rem;
  text-decoration: none;
}

a.btn:hover {
  background-color: #123456;
}

.container .col ul {
  margin-bottom: 1.8rem;
}

.container hr {
  border-top: .1rem solid #789abc;
  height: 0;
  margin: 0;
  padding: 1.8rem 0 0;
}

.container hr + h3 {
/*  outline: 1px dotted green;*/
  padding-top: 0;
  
}


#wissenswertes {
/*  border: .1rem solid #789abc;*/
  background-color: #eeeeef;
  margin-top: 2rem;
  padding: 0 1rem 1rem 1rem;
}

#wissenswertes ul {
  display: flex;
  flex-wrap: wrap;
}

#wissenswertes ul li {
/*  outline: 1px dotted green;*/
  width: calc( 33.33% - 2rem );
}

@media ( max-width: 899px ) {
  #wissenswertes ul li {
    width: calc( 50% - 2rem );
  }
}

@media ( max-width: 413px ) {
  #wissenswertes ul li {
    width: calc( 100% - 2rem );
  }
}


#wissenswertes ul li:before {
  color: #900;
  content: '▪︎';
}

.modular-form {
  padding-bottom: 2rem;
}

/* BEGIN COOKIEBANNER */

#cookiebanner {
	background-color: rgba( 0, 0, 0, .8 );
	color: #fff;
	font-size: 11px;
	left: 0;
	padding: 8px 8px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 20000;
}

@media ( max-width: 1279px ) {
	#cookiebanner {
		bottom: 0;
		top: auto;
	}
}

#cookiebanner p {
	color: #fff;
	margin-bottom: 8px;
}

#cookiebanner a {
	color: #ccc;
	text-decoration: underline;
}

#cookiebanner a.btn {
	background-color: #06a;
	border-radius: 4px;
	color: #fff;
	padding: 4px 12px;
	text-decoration: none;
	white-space: nowrap;
}

/* END COOKIEBANNER */