/*
Author: Robert Drost, Richard Stickel
*/

@font-face {
  font-family: 'Helvetica';
  src: url('../Fonts/3B2396_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../Fonts/3B2396_3_0.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../Fonts/3B2396_0_0.ttf') format('truetype');
  font-weight:300;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../Fonts/3B2396_2_0.ttf') format('truetype');
  font-style: italic;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: normal;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  padding: 80px 0 0 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: normal;
  font-size:18px;
  line-height:1.4;
  color:#333333;
}


/* COLORS --------------------------------------------------------------------------------------------------------------------------------------------------------- */
.color-petrol {
  background-color:#778692;
  color:#fff;
}
.color-white {
  background-color:#FFFFFF;
}
.color-lightblue {
  background-color:#E4EDED;
}
.color-orange {
  background-color:#77b094;
  color:#fff;
}
.color-darkblue {
  background-color:#627686;
}

/* BASICS --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* text */
h1, h2, h3, h4 {
  color:#36545F;
  font-weight: normal;
  hyphens: auto;
}
h1 {
  font-size:30px;
  font-family:'Helvetica';
  font-weight: 300;
  margin: 0 0 10px 0;
  line-height: 1.3em;
}
h4 {
  margin:15px 0 5px 0;
}
.introtext {
  color:#36545F;
  font-family:'Helvetica';
  font-style:italic;
  font-size: 20px;
}
a {
  text-decoration: none;
  color:#77b094;
}
a:hover {
  opacity: 0.8;
}
p {
  margin: 0 0 20px;
  hyphens: auto;
}
i {
  font-family:'Helvetica';
  font-style:italic;
}
b, strong {
  font-family:'Helvetica';
  font-weight: bold;
}
.clear {
  clear:both;
}
/* lists */
ul {
  margin:0;
  padding:0;
  list-style-type: none;
  text-align: left;
}
/* images */
figure{
  margin: 0 0 10px;
  display: block;
}
.figure_portrait{
  width: 220px;
  margin: 0 auto;
}
picture {
  display: block;
}
figcaption {
  display: inline-block;
  padding: 11px 15px 7px;
  font-size: 16px;
  position: relative;
}
.source{
  font-family:'Helvetica';
  font-style:italic;
  color:#999999;
  font-size: 14px;
  padding: 0 12px 0;
}
img, svg{
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  image-rendering: auto;
}
a img:hover {
  opacity: 0.8;
}

/* popups */

.lightbox {
  height:100%;
  width:100%;
  position: fixed;
  z-index:11;
  display:none;
  top:0;
  background-color: rgba(0,0,0,0.8);
}
.lightbox .close-btn {
  position: absolute;
  top:0;
  right:0;
  display:block;
}
.popup {
  width:90%;
  left:5%;
  top:10%;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  z-index:20;
  position: fixed;
  overflow-y: scroll;
  height:80%;
}
body.lightbox-active {
  overflow-y:hidden;
}


#lightbox-image-inner {
  background-size: contain;
  width: 80%;
  height: calc(100% - 130px);
  margin: 0 10%;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 40px;
}
#lightbox-image figcaption, #lightbox-image .source {
  width: 100%;
  text-align: center;
}
#lightbox-image figcaption {
  color: #fff;
}


/* forms */
form {
  padding:30px 30px 40px 30px;
}
.frame-type-login form {
  padding:30px 0 40px 0;
}
form label {
  display:inline-block;
  margin:10px 0;
  width:100%;
  font-size: 12px;
  text-align: left;
}
form label input, form label textarea, .frame-type-login form input {
  margin:5px 0 0 0;
  background-color:#f2f2f2;
  width:100%;
  padding:10px 12px;
  border:2px solid #e0e0e0;
  font-size: 18px;
  font-family: 'Helvetica';
}

.frame-type-login form input {
  background-color:#fff;
}
form .primary-btn, .frame-type-login input[type=submit] {
  border:none;
  width:auto;
  font-size: 18px;
}


/* BUTTONS --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* basic buttons */
.center-btns {
  text-align: center;
  width:100%;
  display:inline-block;
}
.center-btns .icon-btn-right{
  float:none;
}
.primary-btn, .secondary-btn, .tertiary-btn, .frame-type-login input[type=submit] {
  padding:6px 20px 7px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin:0 10px;
  background-color:#77b094;
  color:#fff;
  height:100%;
  cursor:pointer;
  display: inline-block;
}
.frame-type-login input[type=submit] {
  margin:30px 0 20px 0;
}
.secondary-btn {
  background-color:transparent;
  box-shadow:inset 0px 0px 0px 2px #77b094;
  color:#77b094;
}
.tertiary-btn {
  background-color:transparent;
  color:#77b094;
  padding:5px 0;
}
.primary-btn:hover, .secondary-btn:hover, .tertiary-btn:hover {
  opacity: 0.8;
}

.cta-buttons-event {
  margin-bottom: 20px;
  text-align: center;
}
.cta-buttons-event .primary-btn{
  margin: 0 auto 10px auto;
  display:table;
}
/* icon buttons */
.icon-btn::before {
  content:'';
  height:15px;
  width:15px;
  margin:5px 10px 10px 0;
  float:left;
  background-size:contain;
  background-repeat: no-repeat;
}
.icon-btn-right {
  height:auto;
  float:right;
  margin-left: 20px;
  margin-right:0;
}
.icon-btn-right::before {
  float:right;
  margin:6px 0 0 5px;
}
.icon-test::before {
  background-image:url('../Images/icon-test.svg');
}
.icon-more::before {
  background-image:url('../Images/icon-arrow-right-orange.svg');
}
.icon-anmelden::before {
  background-image:url('../Images/icon-check.svg');
}
.icon-calendar::before {
  background-image:url('../Images/icon-calendar.svg');
}
.icon-calendar.active::before {
  background-image:url('../Images/icon-calendar-dark.svg');
}
.icon-share::before {
  background-image:url('../Images/icon-share.svg');
}
.icon-share.active::before {
  background-image:url('../Images/icon-share-dark.svg');
}
.icon-email::before {
  background-image:url('../Images/icon-email.svg');
}
.icon-facebook::before {
  background-image:url('../Images/icon-facebook.svg');
}
.icon-twitter::before {
  background-image:url('../Images/icon-twitter.svg');
}
.icon-copy::before {
  background-image:url('../Images/icon-copy.svg');
}
.icon-print::before {
  background-image:url('../Images/icon-print.svg');
}
/* navigation buttons */
.main-cta {
  display:none;
}
.search-btn, .burger-btn, .close-btn {
  width:60px;
  height:80px;
  float:right;
  cursor:pointer;
  background-size:30px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.search-btn  {
  background-position: 20px center;
}
.close-btn {
  display:none;
  position: absolute;
  top:0;
  right:0;
  background-image:url("../Images/icon-big-close.svg");
}
.search-btn {
  background-image:url("../Images/icon-big-search.svg");
}
.burger-btn {
  background-image:url("../Images/icon-big-burger.svg");
}
.burger-btn.active {
  background-image:none;
}

.back-to-top-btn {
  width:40px;
  height:40px;
  border:2px solid #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor:pointer;
  background-image:url('../Images/icon-arrow-up-white.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  display:none;
}
.back-to-top-btn:hover {
  background-color:rgba(255,255,255,0.2);
}
.back-to-top-btn::before {
  margin:10px 0;
}

/* HEADER --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* header basics */
header.color-petrol {
  width:100%;
  height:80px;
  position: fixed;
  z-index: 10;
  top: 0;
}
#printlogo{
  display: none;
}
.logo {
  float: left;
  padding: 11px 0 10px 20px;
}
.logo:hover {
  opacity: 0.8;
}
.logo img {
  height:58px;
  width:auto;
}

/* header searchbar*/
header nav, .searchbar {
  position: fixed;
  top:80px;
  width:100%;
  z-index:10;
  display:none;
  left:0;
  height: calc(100% - 100px);
  overflow: scroll;
  z-index:101;
}
.searchbar {
  height:60px;
  overflow: hidden;
}
.searchbar input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.searchbar input[type="text"] {
  width:calc(100% - 70px);
  height:100%;
  border:none;
  display: block;
  float:left;
  padding:10px 20px;
  font-size: 18px;
}
.searchbar input[type="submit"] {
  width:70px;
  height:100%;
  float:right;
  cursor:pointer;
  border:none;
  background-color:#fff;
  background-image:url("../Images/icon-big-search-petrol.svg");
  background-size:20px;
  background-position: center;
  background-repeat: no-repeat;
}

/* header navigation */
header nav ul{
  background-color: #778692;
}
nav ul li {
  padding:0;
  border-bottom:2px solid #677b8a;
  position: relative;
}
header nav > ul > li:first-child {
  border-top: 2px solid #677b8a;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  padding: 24px 20px 20px 20px;
  color: #fff;
  display: block;
  text-decoration: none;
}
nav ul li a:hover {
  background-color: #677b8a;
}

/* second level list*/
header nav ul ul {
  border-top: 2px solid #677b8a;
  background-color: #027B8C;
  z-index: 1;
  display: none;
}
header nav ul ul li {
  border-bottom: 2px solid #778692;
}
header nav ul ul li a {
  padding-left: 40px;
}

header nav .mobilemenuarrow{
  display: block;
  width:70px;
  height: 60px;
  background-image:url("../Images/icon-big-arrow-down-white.svg");
  background-size:24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:5px;
  right:0;
  cursor:pointer;
  transition: 0.5s;
}
header nav .mobilemenuarrow.active {
  transform: rotate(180deg);
}


/* Important Information Banner */
.infobanner {
  background-color: #0d7696;
  padding: 18px 20px 16px;
  text-align: center;
  font-size: 16px;
}
.infobanner a{
  color: #333333;
  text-decoration: underline;
}


/* ARTICLE --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* article basics */
article {
}
article .content{
  padding: 15px;
}
article .content ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  list-style-type:disc;
}
article .content ul li {
  margin-bottom: 10px;
}

/* article navigation */
article nav ul li{
  cursor: pointer;
  border-bottom:2px solid #f2f2f2;
  background-color: #fff;
}
article nav ul ul{
  display: none;
}
article nav ul li a{
  color: #778692;
}
article nav ul li a:hover {
  background-color: #f2f6f6;
}
article nav ul li.active a{
  font-family: 'Helvetica';
  font-weight: bold;
}
article nav > ul {
  overflow: hidden;
}
article nav > ul > li:first-child{
  display:block;
  position: relative;
}
article nav > ul > li:first-child::after{
  content:'';
  display: block;
  width:70px;
  height: 60px;
  background-image:url("../Images/icon-big-arrow-down-petrol.svg");
  background-size:24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:5px;
  right:0;
  cursor:pointer;
  transition: 0.5s;
}
article nav > ul > li.menuopen::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* article sections */
section {
}
.sectiontitle{
  margin:30px 0 20px 0;
  text-align: left;
  font-size: 25px;
  font-family:'Helvetica';
  font-weight:400;
}
.teaserbox {
  margin-bottom:30px;
  text-align: left;
}
section p {
  text-align: left;
}
.teaserbox .text {
  padding:20px;
}
.teaserbox .text .teaserbox-title {
  font-size: 25px;
}
.teaserbox .text .teaserbox-title a{
  color: #333;
  line-height: 1.3em;
  margin-bottom: 10px;
  display: block;
}
.teaserbox .meta {
  display:table;
  font-size:15px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin:0 0 5px 0;
}
.teaserbox .center-btns {
  padding:20px 0;
  margin-top:30px;
}
.teaserbox-book {
  padding:30px 0;
}
.teaserbox-book .teaserbox-title {
  display:table;
  margin:0 0 10px 0;
}
.teaserbox-book .book-title {
  display:table;
  font-family: 'Helvetica';
  font-weight: bold;
  margin:0;
}
.teaserbox-book .book-author {
  display:table;
  margin:0 0 10px 0;
  font-size: 15px;
}
.teaserbox-book .book-cover-wrapper {
  float:left;
  padding:30px 0 0 0;
  width:100%;
}
.teaserbox-book .book-cover {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  padding:30px;
  float:left;
  margin-left: 50%;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  transform: translateX(-55%);
}
.teaserbox-book .book-cover img{
  height:250px;
  width:auto;
  z-index:1;
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  outline: 1px solid transparent;
  -webkit-box-shadow: 5px 0px 0px -3px rgba(255,255,255,1), 10px 0px 0px -4px rgba(245,245,245,1), 15px 0px 0px -5px rgba(255,255,255,1), 20px 0px 0px -6px rgba(245,245,245,1), 25px 0px 0px -7px rgba(255,255,255,1), 28px 0px 0px -6px rgba(150,150,150,1);
  -moz-box-shadow: 5px 0px 0px -3px rgba(255,255,255,1), 10px 0px 0px -4px rgba(245,245,245,1), 15px 0px 0px -5px rgba(255,255,255,1), 20px 0px 0px -6px rgba(245,245,245,1), 25px 0px 0px -7px rgba(255,255,255,1), 28px 0px 0px -6px rgba(150,150,150,1);
  box-shadow: 5px 0px 0px -3px rgba(255,255,255,1), 10px 0px 0px -4px rgba(245,245,245,1), 15px 0px 0px -5px rgba(255,255,255,1), 20px 0px 0px -6px rgba(245,245,245,1), 25px 0px 0px -7px rgba(255,255,255,1), 28px 0px 0px -6px rgba(150,150,150,1);
}
.teaserbox-book .book-shadow {
  width:100%;
  height:40px;
  background-color:#f2f2f2;
  border-radius: 50%;
  z-index:-1;
  position: absolute;
  bottom:10px;
  left:20px;
}
.teaserbox-book .text {
  width:100%;
  float:left;
}

.teaserbox-interview {
  position: relative;
  padding:0 20px 0 0;
}
.teaserbox-interview-right {
  padding:0 0 0 20px;
}
.teaserbox-interview .interview-portrait {
  width:100px;
  height:100px;
  border-radius: 50%;
  float:right;
  overflow: hidden;
  margin-top:-20px;
  margin-right:-20px;
  position: relative;
}
.teaserbox-interview-right .interview-portrait{
  float:left;
  margin-left:-20px;
}
.teaserbox-interview .text {
  padding: 30px;
  color: #36545F;
  position: relative;
}
.teaserbox-interview .text .center-btns{
  padding: 0;
  margin:0;
}
.teaserbox-interview .text p {
  text-align: center;
  margin:0 0 5px 0;
  font-size: 20px;
}
.teaserbox-interview .text::after {
  content:'';
  display: block;
  height:20px;
  width:20px;
  position: absolute;
  bottom:-20px;
  right:90px;
  background-image:url('../Images/interview-corner.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.teaserbox-interview-right .text::after {
  right:auto;
  left:90px;
  transform: rotate(270deg);
}
.teaserbox-interview .text p::before, .teaserbox-interview .text p::after {
  content:'„';
  display: block;
  position: absolute;
  font-size: 30px;
  height:30px;
  width:30px;
  left:0;
  top:calc(50% - 30px);
  text-align: center;
}
.teaserbox-interview .text p::after {
  content:'“';
  left:auto;
  right:0;
}
.teaserbox-interview .meta {
  right:120px;
  text-align: right;
  font-family: 'Helvetica';
  font-weight: 400;
  bottom: 10px;
  position: absolute;
}
.teaserbox-interview-right .meta {
  left:120px;
  right:auto;
  text-align: left;
}

#events .teaserbox .date {
  text-align: left;
  display: inline-block;
  padding:10px;
}
.teaserbox-quer .date{
  padding:11px 20px 8px;
  display:inline-block;
}
.teaserbox-quer .date span {
  display:inline-block;
  font-size: 18px;
  width:auto;
}

#welcome, #welcome .teaserbox {
  margin:0;
}
#news .teaserbox {
  border-bottom:2px solid #f2f2f2;
  margin:0;
}
#news .teaserbox:last-of-type {
  border-bottom:none;
  margin-bottom:30px;
}


#singlepage {
  text-align: left;
}
#singlepage h2 {
  padding:0 20px;
}
#singlepage p {
  padding:0 20px;
}

article .content > .date {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 15px;
  color: #36545F;
  margin: 3px 0 15px;
  display: block;
}
article .content > .date span {
  display:inline-block;
}
/* dropdown-btn content */
.dropdown-btn-wrapper {
  display:inline-block;
}
article .content ul.dropdown-content {
  list-style-type: none;
  padding:0;
  display: none;
  position: absolute;
  top:auto;
  left:15px;
  width:calc(100% - 30px);
  height: auto;
  overflow: hidden;
}
article .content ul.dropdown-content li {
  cursor: pointer;
  border-bottom: 2px solid #f2f2f2;
  background-color: #fff;
  margin:0;
}
article .content ul.dropdown-content li a.tertiary-btn {
  hyphens: auto;
  font-family: 'Helvetica';
}
.dropdown-btn.active {
  color:#36545F;
}
.dropdown-content li a{
  padding: 24px 20px 20px 20px;
  color:#778692;
  display: block;
  text-decoration: none;
}
.dropdown-content li a:hover {
  background-color: #f2f6f6;
}
.dropdown-content .tertiary-btn {
  margin:0;
}


.list-publication .teaserbox {
  background-color: #fff;
}
.list-publication .teaserbox-quer img {
  width: 160px;
  margin: 0 auto;
  clear: both;
  display: block;
  padding-top: 20px;
}

/* Filter */
#filter {
  font-family: 'Helvetica',
  font-weight: bold; Arial, sans-serif;
  margin: 35px 0 20px;
  font-size: 15px;
}
#filtertitle {
  margin-bottom: 10px;
}
#filterlist {
  overflow: hidden;
}
.filter-btn {
  color: #778692;
  border: 2px solid #778692;
  border-radius: 30px;
  padding: 5px 20px 5px;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 14px;
  cursor: pointer;
}
.filter-btn:hover {
  opacity: 0.8;
}
.filter-btn.active {
  background-color: #778692;
  color: #fff;
}



#materials .secondary-btn {
  margin-bottom: 20px;
}

.anmelden-form {
  display:none;
}
.anmelden-form h2{
  margin-bottom:5px;
}
.anmelden-form .required-message {
  font-size:12px;
  margin:10px 0;
}
.anmelden-form #datenschutz input,
.anmelden-form #agb input {
  width:auto;
  float:left;
  margin:0 10px 0 0;
}
.anmelden-form #datenschutz > span,
.anmelden-form #agb > span {
  width:calc(100% - 30px);
  float:left;
  line-height:12px;
}
.anmelden-form #datenschutz span a,
.anmelden-form #abg span a {
  text-decoration: underline;
}

article .news-related-files ul{
  list-style-type: none;
}
article .news-related-files ul li:before{
  content:'';
  height:15px;
  width:15px;
  margin:5px 10px 10px 0;
  float:left;
  background-size:contain;
  background-repeat: no-repeat;
  background-image:url('../Images/icon-file.svg');
}

article .page-navigation ul{
  list-style-type: none;
  margin:10px 0 30px 0;
  padding:0;
}

article .page-navigation ul li{
  display:inline-block;
  width:50px;
  height:50px;
  background-color:#fff;
  margin:0 10px 0 0;
  line-height: 10px;
  font-size: 20px;
  cursor:pointer;
  text-align: center;
}
article .page-navigation ul li.current{
  line-height: 50px;
}
article .page-navigation ul li.next, article .page-navigation ul li.previous{
  width:auto;
}
article .page-navigation ul li a{
  width: 100%;
  display: block;
  height: 100%;
  padding: 20px;
}
article .page-navigation ul li:hover{
  background-color:#f2f6f6;
}


/* RELATED CONTENT ------------------------------------------------------------------------------------------------------------------------------------------------ */

.related-content {
  background-color: #D0E4E6;
  padding: 10px 15px 30px;
}
.related-content-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.related-content .secondary-btn {
  box-shadow:inset 0px 0px 0px 2px #089;
  color:#089;
  margin: 0 20px 20px 0;
}



/* FOOTER --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* footer basics */
footer {
  font-size:15px;
  letter-spacing: 0.03em;
}
footer .content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 15px;
}

/* footer navigation */
footer ul {

}
footer ul li{
  margin-bottom:20px;
  font-family: 'Helvetica';
  font-weight: bold;
  padding:3px 0;
  border:none;
  width:auto;
}
footer ul > li > ul > li{
  margin-bottom:0;
  font-family: 'Helvetica';
  font-weight: 300;
}
footer ul li a:hover{
  opacity: 0.5;
  background-color:transparent;
}
footer ul li a{
  color:#fff;
  padding:0;
}
footer .secondary-btn {
  box-shadow:inset 0px 0px 0px 2px #fff;
  color:#fff;
  margin:0;
}
footer .container-fluid .container-fluid {
  padding:0;
}
/* footer logoblock */
footer .logoblock {
  text-align: left;
  padding:50px 0 80px 0;
}
footer .logoblock a{
  float:left;
}
footer .logoblock img{
  height:40px;
  margin:10px 0;
  width:auto;
}







/* Cookie Banner */
.cookie-banner {
  background-color: #0d7696;
  padding: 20px;
  position: fixed;
  bottom: 0;
  font-size: 15px;
}
.cookie-banner-close {
  background-image: url("../Images/icon-big-close-black.svg");
  width: 34px;
  height: 34px;
  float: right;
  margin: 0 0 20px 20px;
  cursor: pointer;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.cookie-banner .secondary-btn {
  color: #333;
  box-shadow: inset 0px 0px 0px 2px #333;
  margin: 0;
}
.cookie-banner p {
  margin-bottom: 15px;
}


.submenu .mob-container {
  padding:25px 25px 30px 18px;
  margin-bottom:15px;
  background-color:#627686;
  color:#fff;
}
.content .submenu h2 {
  color:#fff;
  font-weight:bold;
  font-style:normal;
  background-color:#627686;
  padding:25px 18px 20px 18px;
  margin:0px;
}
.content .submenu a {
  color:#fff;
  font-style:italic;
}
.figure_fullleft {
  background-color:#627686;
  color:#fff;
  margin-bottom:25px;
}
.figure_fullleft figcaption {
  padding:17px;
}
.imageorient-26 .text-right {
  margin-bottom: 50px;
}
.three-cols .column {
  width:33%;
  float:left;
  box-sizing:border-box;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:30px;
}
.three-cols .column:first-child {
  padding-left:0px;
  padding-right:30px;
}
.three-cols .column:last-child {
  padding-left:30px;
  padding-right:0px;
}
.three-cols p {
  margin:0 0 8px;
}
.three-cols:after {
  content:'';
  clear:both;
  display:block;
}


/* MEDIA QUERIES --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* min-width 600 */
@media only screen and (min-width: 600px) {

  h1 {
    font-size:38px;
    line-height: 1.4em;
  }

  .figure_right {
    width: calc(50% + 15px);
    float: right;
    padding-left: 30px;
  }
  .figure_left {
    width: calc(50% + 15px);
    float: left;
    padding-right: 30px;
  }
  .figure_portrait {
    width: 220px;
  }

  .figure_right img, .figure_left img{
    cursor: pointer;
  }


  /* buttons*/
  .cta-buttons-event {
    text-align: left;
  }
  .cta-buttons-event .primary-btn{
    margin:5px 20px 0 0;
    display:inline-block;
  }

  /* dropdown-content */
  article .content ul.dropdown-content {
    margin-left: -10px;
    left:auto;
    width:auto;
  }

  /* Filter */
  #filtertitle {
    float: left;
    margin-right: 15px;
    line-height: 44px;
  }

  .list-publication .teaserbox-quer img {
    width: 200px;
  }

  /* interviews */
  .teaserbox-interview {
    padding:0 80px 0 0;
  }
  .teaserbox-interview-right {
    padding:0 0 0 80px;
  }
  .teaserbox-interview .interview-portrait {
    width:150px;
    height:150px;
    margin-right:-40px;
  }
  .teaserbox-interview-right .interview-portrait{
    margin-left:-40px;
  }
  .teaserbox-interview .text {
    padding: 100px;
  }
  .teaserbox-interview .text p {
    font-size: 30px;
  }
  .teaserbox-interview .text::after {
    height:50px;
    width:50px;
    bottom:-50px;
    right:120px;
  }
  .teaserbox-interview-right .text::after {
    left:120px;
  }
  .teaserbox-interview .text p::before, .teaserbox-interview .text p::after {
    font-size: 50px;
    height:100px;
    width:100px;
    top:calc(50% - 50px);
  }
  .teaserbox-interview .meta {
    right:200px;
    bottom: 20px;
  }
  .teaserbox-interview-right .meta {
    left:200px;
  }
  .cookie-banner-close {
    margin-bottom: 0;
  }
  .cookie-banner p {
    float: left;
    width: calc(100% - 220px);
    margin-bottom: 0;
  }
  .cookie-banner .secondary-btn {
    float: right;
    margin: inherit;
  }

}

/* min-width 768 */
@media only screen and (min-width: 768px) {


  #events .teaserbox img, .teaserbox-quer img {
    width:40%;
    float:right;
    margin: 0 0 30px 30px;
  }

  article .content, footer .content{
    padding: 40px;
  }

  .list-publication .teaserbox-quer img {
    margin: 0 0 30px 30px;
    padding: 0;
  }

  .related-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .related-content .teaserbox-quer{
    background-color: #fff;
  }
  #related-list img {
    float: left;
    margin: 0 0 30px 0;
  }
  #related-list .teaserbox .text {
    width: calc(60% - 10px);
    float: right;
  }
  footer .logoblock .footer-fa-logo {
    height:60px;
  }
}

/* min-width 990 */
@media only screen and (min-width: 1260px) {
  body {
    padding: 0;
  }
  .infobanner {
    font-size: 18px;
  }
  /* basics */
  .introtext {
    font-size: 23px;
  }
  .lightbox .close-btn {
    top:10px;
    right:10px;
  }
  .popup {
    width:60%;
    left:20%;
  }
  .logo{
    padding: 20px 0 10px 20px;
  }
  .logo img {
    height:68px;
  }
  /* buttons */
  .main-cta {
    box-shadow:inset 0px 0px 0px 2px #fff;
    color:#fff;
    float:right;
    height:auto;
    margin: 20px 30px 0 0;
    display:block;
  }
  .header-btn-wrapper {
    position: relative;
    float:right;
    width:auto;
  }
  .searchbar {
    position: relative;
    top:auto;
    float:right;
    margin:20px 10px 0 0;
    width:300px;
    height:40px;
  }
  .close-btn {
    position: relative;
    height:80px;
    background-position: 20px center;
    margin-right:20px;
  }
  /* header */
  header.color-petrol {
    height: 138px;
    position: relative;
  }
  .burger-btn {
    display: none!important;
  }
  .search-btn {
    height: 80px;
    margin-right: 20px;
  }
  header nav {
    display: block !important;
    text-align: center;
    position: relative;
    top: auto;
    clear: both;
    float: none;
    width: 100%;
    overflow: visible;
    height:40px;
  }
  header nav.fixed {
    position: fixed;
    top: 0px;
    background-color: #089;
    height: 40px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.06);
  }
  header nav ul {
    display: inline-block;
    margin: 0 auto;
    float: none;
    background-color: transparent;
  }
  header nav ul li {
    display: inline-block;
    border: 0;
    padding: 0 18px;
    float: left;
    position: relative;
  }
  header nav > ul > li:first-child {
    border-top: 0;
  }
  header nav > ul > li > a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
    letter-spacing: 0.07em;
    font-size: 17px;
    padding: 10px 0 5px 0;
    line-height: 25px;
  }
  header nav > ul > li > a:hover {
    background-color: transparent;
    opacity: 0.8;
  }
  header nav > ul > li.active > a {
    border-bottom: 5px solid #77b094;
  }
  .mobilemenuarrow {
    display: none !important;
  }


  /* dropdown navigation desktop */
  header nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -2px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 0;
  }
  header nav ul li:hover > ul {
    display: block;
  }
  header nav ul ul li {
    border-bottom: 2px solid #f2f2f2;
    padding: 0;
    float: none;
    display: block;
  }
  header nav > ul > li > ul > li > a {
    padding: 24px 35px 20px 20px;
    color: #778692;
    min-width: 180px;
  }
  header nav > ul > li > ul > li > a:hover {
    background-color: #f2f6f6;
  }

  /* article */
  article {
    top: auto;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
  }
  article aside {
    float: left;
    width: 320px;
  }
  article nav ul ul{
    display: block!important;
  }
  article nav ul ul,  article nav ul li {
    display: block;
  }
  article nav > ul > li:first-child {
    display: none;
  }
  article .content {
    padding: 0 0 50px 50px;
    overflow: hidden;
    width: auto;
  }
  body.home article .content{
    padding:0 0 50px 0;
  }
  .column-left {
    padding:0 20px 20px 0;
    width:50%;
    float:left;
  }
  .column-right {
    padding:0 0 20px 20px;
    float:right;
    width:50%;
  }


  /* Filter */
  #filter {
    font-size: 17px;
  }

  /* article content and sections */
  .sectiontitle{
    margin:10px 0;
    text-align: left;
  }
  #events .teaserbox .date {
    width:100px;
    float:left;
    padding:20px 10px;
    text-align: center;
  }
  body.home #events .teaserbox .teasercontent {
    float: left;
    width: calc(100% - 100px);
    background-color: #fff;
  }
  .teaserbox .date .day, .teaserbox .date .separator {
    display:block;
    line-height: 1;
    font-size: 40px;
    width:100%;
  }
  .teaserbox .date .separator {
    font-size: 30px;
  }
  .teaserbox .date .month, .teaserbox .date .year{
    font-size: 15px;
  }
  #events .teaserbox img{
    width:100%;
    float:none;
    margin: 0;
  }
  .teaserbox-book .book-cover-wrapper {
    width:40%;
    padding-top:0;
  }
  .teaserbox-book .text {
    width:60%;
    padding:20px 40px 0 0;
  }
  .teaserbox-interview {
    width:50%;
    float:left;
  }
  .teaserbox-interview:nth-of-type(even) {
    margin-top:100px;
  }

  /* Related Content */
  .related-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .related-content-inner {
    padding-left: 370px;
    padding-right: 0px;
  }

}
/* min-width 1200 */
@media only screen and (min-width: 1260px) {
  h1 {
    font-size:48px;
  }
  .popup {
    width:40%;
    left:30%;
  }
  /* footer */
  footer .content {
    padding: 30px 50px;
  }
}





/* COLORS --------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content a {
  color:#77b094;
}
.color-petrol {
  background-color:#778692;
  color:white;
}
.color-white {
  background-color:#FFFFFF;
}
.color-lightblue {
  background-color:#f2f7f9;
}
.color-calltoaction {
  background-color:#77b094;
  color:#fff;
}
.color-darkblue {
  background-color:#606060;
}

/* BASICS --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.tx-almimgcopyright .row {
  margin-bottom:25px;
}
.gallerysetting1 .swiper-image {
  background-size:contain !important;
}
.gallerysetting1 .swiper-button-next, .gallerysetting1 .swiper-button-prev {
  top:auto !important;
  bottom:0px;
}
.main-cta.secondary-btn {
  display:inline-block;
  float:right;
  margin-top:22px;
  color:#ffffff;
  box-shadow:inset 0px 0px 0px 2px #ffffff;
}
/* text */
h1, h2, h3, h4 {
  color:#599678;
}
.introtext {
  color:#599678;
}
a {
  color:#77b094;
}
.primary-btn, .content a.primary-btn {
  background-color:#77b094;
  color:#fff;
}
.secondary-btn,.content a.secondary-btn {
  box-shadow:inset 0px 0px 0px 2px #77b094;
  color:#77b094;
}
.tertiary-btn,  .content a.tertiary-btn {
  color:#77b094;
  background-color:transparent;
}

.icon-test::before {
  background-image:url('../Images/icon-test.svg');
}
.icon-more::before {
  background-image:url('../Images/icon-arrow-right-orange.svg');
}
.icon-anmelden::before {
  background-image:url('../Images/icon-check.svg');
}
.icon-calendar::before {
  background-image:url('../Images/icon-calendar.svg');
}
.icon-calendar.active::before {
  background-image:url('../Images/icon-calendar-dark.svg');
}
.icon-share::before {
  background-image:url('../Images/icon-share.svg');
}
.icon-share.active::before {
  background-image:url('../Images/icon-share-dark.svg');
}
.icon-email::before {
  background-image:url('../Images/icon-email.svg');
}
.icon-facebook::before {
  background-image:url('../Images/icon-facebook.svg');
}
.icon-twitter::before {
  background-image:url('../Images/icon-twitter.svg');
}
.icon-copy::before {
  background-image:url('../Images/icon-copy.svg');
}
.icon-print::before {
  background-image:url('../Images/icon-print.svg');
}
.close-btn {
  background-image:url("../Images/icon-big-close-white.svg");
}
.logo-nk {
  display: none;
}
/* header navigation */
header nav ul{
  background-color:#778692;
}
nav ul li a {
  color:#fff;
}
nav ul li {
  border-bottom:2px solid #f2f2f2;
}
header nav > ul > li:first-child {
    border-top: 2px solid #f2f2f2;
}
nav ul li a:hover {
    background-color: #f2f6f6;
}

/* second level list*/
header nav ul ul {
    border-top: 2px solid #f2f2f2;
    background-color: #f2f6f6;
}
header nav ul ul li {
    border-bottom: 2px solid #e0e0e0;
}

/* third level list */
header nav ul ul ul {
  border-top: 2px solid #e0e0e0;
  padding:10px 0;
}
header nav ul ul ul li {
  border:none;
}
header nav ul ul ul li a {
  padding: 5px 20px 5px 50px;
  border:none;
  font-size: 16px;
}

/* Important Information Banner */
.infobanner {
    background-color: #b7d1c4;
    color:#333333;
}
.infobanner a{
  color:#333333;
}


/* ARTICLE --------------------------------------------------------------------------------------------------------------------------------------------------------- */

article nav ul > li.active a,
article nav ul ul > li.active a {
  font-weight:bold;
}
article nav ul > li.active.has-children a,
article nav ul ul > li.active.has-children a {
  font-weight:normal;
}

/* article basics */
article {
  padding: 0 0 150px;
}
article nav ul li a{
  color: #599678;
}
article nav ul ul li.active ul li.active a {
  font-family:'Helvetica';
}
/* swiper */
.bildergalerie {
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 400px;
  z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
  background-color:#77b094;
  width:40px;
  height:40px;
  background-size: 30px 30px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-pagination-bullet {
  background-color:#77b094;
  width:10px;
  height:10px;
}
.swiper-pagination-bullet-active {
  background-color:#77b094;
}
.swiper-image {
  height:280px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-content {
  position: absolute;
  left:0;
  bottom:0;
  padding:20px 20px 50px 20px;
  background-color: white;
  width: 100%;
  min-height:120px;
  box-sizing: border-box;
}
.swiper-content h2{
  margin:0 0 5px 0;
  font-size: 20px;
  width:100%;
  font-style:normal;
}
.swiper-content a{
  cursor:pointer;
}
/* article sections */
.sectiontitle{
  font-family:'Helvetica';
}
.teaserbox .meta {
  font-family:'Helvetica';
}
.teaserbox-book .book-title {
  font-family:'Helvetica';
}
.teaserbox-interview .text {
  color: #599678;
}
article .content > .date {
  color: #599678;
}
.content a.dropdown-btn.active.tertiary-btn,
.dropdown-btn.active {
  color:#599678;
}
.content .dropdown-content li a.tertiary-btn,
.dropdown-content li a {
  color:#599678;
}
.news-img-wrap {
  margin-bottom:25px;
}

/* Filter */
.filter-btn {
    color: #599678;
    border: 2px solid #599678;
}
.filter-btn.active {
    background-color: #599678;
}

/* RELATED CONTENT ------------------------------------------------------------------------------------------------------------------------------------------------ */

.related-content {
    background-color: #e8edef;
    padding: 10px 15px 30px;
    position: relative;
}
.related-content .secondary-btn {
  box-shadow:inset 0px 0px 0px 2px #599678;
  color:#599678;
}

/* FOOTER --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* footer basics */
footer {
  position: relative;
  margin-top:0;
}
footer .content {
  padding: 60px 15px 30px;
}

/* footer navigation */
footer ul ul ul {
  margin-left:20px;
}
footer ul li a{
  color:white;
}
footer .secondary-btn,
footer .content a.secondary-btn {
  box-shadow:inset 0px 0px 0px 2px white;
  color:white;
}

/* Cookie Banner */
.cookie-banner {
    background-color: #b7d1c4;
    color:#333333;
    z-index: 10;
}
.cookie-banner .secondary-btn {
    color:#333333;
    box-shadow: inset 0px 0px 0px 2px #333333;
}

form select {
  margin: 5px 0 0 0;
  background-color: #f2f2f2;
  width: 100px;
  padding: 7px 12px;
  border: 2px solid #e0e0e0;
  font-size: 18px;
  font-family: 'Helvetica';
  box-sizing:border-box;
  display:block;
}
.tx-mmc-directmail-subscription .primary-btn {
  margin:15px 0px;
}
/* MEDIA QUERIES --------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 430px) {
  .logo-nk {
      display: block;
      height: auto;
      width: 126px;
      float: left;
      padding: 23px 0 0 23px;
  }
}

/* min-width 768 */
@media only screen and (min-width: 768px) {

  .swiper-container {
    height: 600px;
  }
  .swiper-slide {
    background-size: cover;
  }
  .swiper-pagination-bullet {
    background-color:#fff;
  }
  .swiper-image {
    height:600px;
  }
  .swiper-content {
    position: absolute;
    left:70px;
    bottom:70px;
    padding:20px;
    width: auto;
    min-height: auto;
    max-width: calc(100% - 140px);
  }
  .swiper-content h2{
    font-size: 25px;
  }
  footer .logoblock .footer-fa-logo {
    height:90px;
  }
}

/* min-width 990 */
@media only screen and (min-width: 1260px) {
  article .content {
    min-height:600px;
  }
  header nav > ul > li:first-child {
    border-top: 0;
  }
  .logo{
    padding: 15px 0 10px 25px;
  }
  .logo img {
    height:70px;
  }
  .logo-nk {
    height: auto;
    width: 143px;
    float: left;
    padding: 40px 0 0 30px;
  }
  /* buttons */
  .main-cta {
    box-shadow:inset 0px 0px 0px 2px white;
    color:white;
  }
  header nav {
      position: absolute;
      bottom:0;
  }
  nav ul li a {
    color: #599678;
  }
  header nav.fixed {
      background-color: #778692;
  }
  header nav > ul > li > a {
      color: white;
      font-family:'Helvetica';
  }
  header nav > ul > li > a:hover {
    background-color: transparent;
    opacity: 0.8;
  }
  header nav > ul > li.active > a {
    border-bottom: 5px solid #77b094;
  }
  header nav ul {
    background-color: transparent;
  }
  header nav ul ul {
    background-color: #fff;
  }
  /* dropdown navigation desktop */
  header nav ul li:hover > ul {
    display: block;
  }
  header nav ul ul li {
    min-width:250px;
  }
  header nav > ul > li > ul > li > a,
  header nav ul ul li a {
      padding: 24px 20px 20px 20px;
      color: #599678;
  }
  header nav ul ul li a:hover {
    background-color: #f2f6f6;
  }
  header nav ul ul ul {
    left:100%;
    top:0;
    display:none;
    border-top:none;
  }
  header nav ul ul li:hover > ul {
    display: block;
  }
  header nav ul ul ul li a{
    padding:7px 20px;
  }

  /* article */
  article {
    padding: 50px 50px 150px;
  }
  footer {
    margin-top: 0px;
  }
  .footer-curve {
    height:80px;
    top:-70px;
  }
  .footer-figuren {
    right:200px;
  }
}
/* min-width 1200 */
@media only screen and (min-width: 1260px) {
  /* footer */
  footer .content {
    padding: 60px 50px 30px;
  }
}
@media only screen and (max-width: 1259px) {
  header nav ul ul,
  header nav ul ul li a:hover {
    background-color:#149ac3;
  }
  header nav > ul > li:first-child {
    border-top:2px solid #149ac3;
  }
  nav ul li,
  header nav ul ul li {
    border-bottom:2px solid #149ac3;
  }
  header nav ul ul ul,
  header nav ul ul {
    border-top: 2px solid #149ac3
  }
  header nav ul li a:hover {
    background-color: #2f9fc0;
  }
}
@media only screen and (max-width: 580px) {
  .main-cta.secondary-btn {
    display:inline-block;
    padding: 0px;
    width: 50px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 25px;
    float:right;
    color:#fff;
  }
  .main-cta.secondary-btn {
    box-shadow:unset;
  }
  .search-btn {
    width: 40px;
    background-position: 0px center;
  }
  .gallerysetting1 .swiper-image {
    background-size:contain;
  }
  .gallerysetting1 .swiper-slide {
    height:280px !important;
  }
  .gallerysetting1 .swiper-container {
    height:280px;
  }
}

@media only screen and (max-width: 480px) {
  .logo-nk {
    display:none;
  }
}