@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.close-menu {
  background: transparent url('/images/icons/close-menu.svg') no-repeat center center;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.icon-toggle {
  background: transparent url('/images/icons/menu.svg') no-repeat center center;
  height: 31px;
  width: 33px;
  display: inline-block;
}
.previous-category-arrow {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.previous-category-arrow:hover {
  background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.next-category-arrow {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.next-category-arrow:hover {
  background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
  background-size: cover;
}
.audio {
  background: transparent url('/images/icons/audio.svg') no-repeat center center;
  height: 45px;
  width: 40px !important;
  display: inline;
}
.exhibition-details-icon {
  background: transparent url('/images/icons/exhibition-text.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;
}
.exhibition-details-icon.opened {
  background: transparent url('/images/icons/exhibition-close.svg') no-repeat center center;
  background-size: cover;
}
#videoControl {
  background: transparent url('/images/icons/camera.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
}
#videoControl.paused {
  background: transparent url('/images/icons/camera-paused.png') no-repeat center center;
}
#audio-speaker {
  background: transparent url('/images/icons/headphones.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
  border: none !important;
}
@font-face {
  font-family: 'PPMori-Extrabold';
  /*src: url('/css/pp-mori/PPMori-Extrabold.woff2') format('woff2'), url('/css/pp-mori/PPMori-Extrabold.woff') format('woff');*/
  src: url('/css/pp-mori/PPMoriExtrabold-Regular SQR.woff2') format('woff2'), url('/css/pp-mori/PPMoriExtrabold-Regular SQR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PPMori-Extralight';
  src: url('/css/pp-mori/PPMori-Extralight.woff2') format('woff2'), url('/css/pp-mori/PPMori-Extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PPMori-Semibold';
  src: url('/css/pp-mori/PPMori-Semibold.woff2') format('woff2'), url('/css/pp-mori/PPMori-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PPMori-Book';
  src: url('/css/pp-mori/PPMori-Book.woff2') format('woff2'), url('/css/pp-mori/PPMori-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
:root {
  --prime-color: #adbef7;
  --second-color: #edf10e;
  --third-color: #95ffb8;
  --bg-big-url: url('/images/bg-big.svg');
  --bg-small-url: url('/images/bg-small.svg');
  --date-img: url('/images/svg-date.svg');
}
.theme-2 {
  --prime-color: #ffc59b;
  --second-color: #95ffb8;
  --third-color: #adbef7;
  --bg-big-url: url('/images/bg-big-2.svg');
  --bg-small-url: url('/images/bg-small-2.svg');
  --date-img: url('/images/svg-date-2.svg');
}
.theme-3 {
  --prime-color: #ba725e;
  --second-color: #ffc59b;
  --third-color: #bab5aa;
  --bg-big-url: url('/images/bg-big-3.svg');
  --bg-small-url: url('/images/bg-small-3.svg');
  --date-img: url('/images/svg-date-3.svg');
}
.theme-4 {
  --prime-color: #c2b578;
  --second-color: #ba725e;
  --third-color: #adbef7;
  --bg-big-url: url('/images/bg-big-4.svg');
  --bg-small-url: url('/images/bg-small-4.svg');
  --date-img: url('/images/svg-date-4.svg');
}
* {
  box-sizing: border-box;
  line-height: 1;
  font-family: 'PPMori-Extrabold', sans-serif;
}
html {
  scrollbar-gutter: stable;
}
body {
  background-color: #f5f5e9;
  color: black;
  font-family: 'PPMori-Extrabold', sans-serif;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: black;
}
a.tm-button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
h1 {
  color: black;
  line-height: 1;
}
h2 {
  font-size: 120px;
  line-height: 110px;
  font-family: 'PPMori-Extralight', sans-serif;
  /*color: @yellow;*/
  color: var(--second-color);
  -webkit-text-stroke: 2px black;
}
h3 {
  font-size: 64px;
  line-height: 68px;
  /*color: @green;*/
  color: var(--third-color);
  -webkit-text-stroke: 2px black;
}
h4 {
  font-size: 20px;
  color: black;
}
.tm-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}
.width-larger {
  max-width: 1300px;
}
.width-medium {
  max-width: 755px;
  max-width: 84%;
}
.gap-medium {
  margin-bottom: 170px;
}
button {
  color: black;
}
button span {
  color: black;
}
.tm-button {
  font-size: 18px;
  line-height: 24px;
  border: 1px solid black;
  /*background-color: @violet;*/
  background-color: var(--prime-color);
  padding: 12px 20px;
  width: 290px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
}
.tm-button.btn-hugged {
  width: unset;
}
.tm-button a {
  text-decoration: none;
}
.tm-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.3s ease-in;
}
.tm-button:hover {
  /*border: 2px solid @black;*/
  box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  transition: all 0.3s ease-in;
}
.tm-button:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.tm-button-trans {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tm-button-trans.btn-gap {
  margin-right: 15px;
}
.tm-button-trans.btn-nl {
  border: 1px solid black;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f5f5e9;
  transition: all 0.3s ease-in;
}
header .header-wrap {
  position: relative;
  height: 96px;
}
header .menu-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}
header .menu-left a {
  text-decoration: none;
}
header .menu-left a img {
  height: 46px;
}
header .menu-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .menu-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .menu-right nav {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  border: 1px solid black;
}
header .menu-right nav ul {
  margin: 0;
}
header .menu-right nav ul li {
  padding-left: 0;
}
header .menu-right nav ul li > div {
  min-width: unset;
  padding: 15px 20px 13px 20px;
  background: #f5f5e9;
  color: black;
  box-shadow: none;
  border: 1px solid black;
  width: 98px;
}
header .menu-right nav ul li .tm-dropdown {
  /*padding: 12px 20px;*/
  background-color: transparent;
  /*border: 1px solid @black;*/

  /*height: 48px;*/

}
header .menu-right nav ul li a {
  color: black !important;
  text-decoration: none;
  font-size: 18px !important;
  /*line-height: 24px;*/
  padding: 0;
  column-gap: unset !important;
  gap: 8px !important;
}
header.big-title {
  background-color: transparent;
  transition: all 0.3s ease-in;
}
header.big-title .menu-left {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.header-mob {
  padding: 16px;
}
.header-mob .menu-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mob .menu-left {
  position: unset;
  transform: unset;
}
.header-mob .menu-left a img {
  height: 52px;
}
.header-mob .menu .menu-open,
.header-mob .menu .menu-close {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid black;
  padding: 14px 16px 10px 16px;
  font-size: 16px;
  background-color: transparent;
}
.header-mob .menu .menu-open img,
.header-mob .menu .menu-close img {
  margin-top: -2px;
}
.header-mob .menu .menu-open {
  display: flex;
}
.header-mob .menu .menu-close {
  display: none;
}
.header-mob .btn-group {
  display: flex;
  gap: 8px;
}
.header-mob .btn-group .tm-button-trans.btn-gap {
  margin-right: 0;
}
.header-mob .btn-group button {
  width: 100%;
  border: 1px solid black;
  justify-content: center;
  margin-top: 22px;
  /*padding: 13px 0;*/
  /*padding: 15px 0 11px 0;*/
  padding: 13px 0 9px 0;
  font-size: 16px;
}
.header-mob .menu-overlay {
  display: none;
}
.header-mob.menu-active .menu-open {
  display: none;
}
.header-mob.menu-active .menu-close {
  display: flex;
}
.header-mob.menu-active .menu-overlay {
  display: block;
  /*position: fixed;
      top: 0;
      left: 0;*/
  width: 100%;
  height: 100vh;
  background-color: #f5f5e9;
  z-index: 100;
}
.header-mob.menu-active .menu-overlay .btn-lang button {
  margin-top: 16px;
  line-height: 16px;
  height: 48px;
}
.header-mob.menu-active .menu-overlay .btn-lang button.lang-active {
  background-color: black;
  color: #f5f5e9 !important;
}
.header-mob.menu-active .menu-overlay .btn-lang button a,
.header-mob.menu-active .menu-overlay .btn-lang button span {
  color: unset;
  text-decoration: unset;
}
.header-mob.menu-active .menu-overlay .btn-nl {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  justify-content: center;
  margin-top: 136px;
  padding: 15px;
}
#newsletter-signup {
  scroll-margin-top: 360px;
}
#more-info {
  scroll-margin-top: -50px;
}
.hero-bg {
  padding-bottom: 180px;
}
.hero-bg-big {
  background-image: var(--bg-big-url);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.hero-bg-mob {
  background-image: var(--bg-small-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.hero-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
.proj-title {
  position: absolute;
  top: 20px;
  left: 40px;
}
.proj-title img {
  width: 573px;
}
.proj-location {
  position: absolute;
  bottom: 25px;
  left: 40px;
}
.proj-location img {
  width: 550px;
}
.proj-date {
  position: absolute;
  bottom: 25px;
  right: 40px;
}
.proj-date span {
  display: block;
}
.proj-date span.day {
  margin-bottom: 40px;
}
.proj-date span.day span {
  display: block;
  width: 405px;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--date-img);
}
.proj-date span.year {
  color: black;
  text-align: right;
}
.proj-date span.year span {
  display: none;
}
.proj-date span.year .year-svg {
  width: 330px;
}
.small-title {
  font-size: 32px;
  margin: 16px 0 120px 0;
}
.description {
  font-size: 64px;
  line-height: 68px;
  /*color: @violet;*/
  color: var(--prime-color);
  -webkit-text-stroke: 2px black;
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/

}
.bigger-title {
  width: 200%;
}
.content-grid {
  gap: 170px 0;
}
.content-grid p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
}
.content-grid h2 {
  margin-bottom: 40px;
}
.content-grid h3 {
  margin-bottom: 8px;
}
.content-grid h3 p {
  font-size: unset;
  line-height: unset;
}
.content-grid .img-wrap img {
  height: auto !important;
  margin: -8px 0 0 0;
}
.content-grid .img-wrap.img-border img {
  border: 1px solid black;
}
.content-grid .img-wrap p {
  font-family: 'PPMori-Semibold', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0 0;
}
.content-grid .marginless-row {
  margin-top: -130px;
}
.nl-wrap .container {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nl-wrap .container span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'PPMori-Semibold';
}
.nl-wrap .tm-checkbox {
  width: 32px;
  height: 24px;
  margin: 3px;
  border: none;
  margin-right: 8px;
  background-image: url('/images/icon-checkbox.svg');
  flex-shrink: 0;
}
.nl-wrap .tm-checkbox:focus-visible {
  outline: dashed;
}
.nl-wrap .uk-checkbox:checked {
  background-image: url('/images/icon-checkbox-checked.svg');
  background-color: unset;
}
.nl-wrap .n-input-wrap {
  display: flex;
  align-items: center;
  gap: 33px;
}
.nl-wrap input[type=email] {
  font-family: 'PPMori-Semibold';
  width: 100%;
  margin: 8px 0;
  padding: 8px 16px;
  border: 1px solid black;
  border-radius: 48px;
  background-color: transparent;
  /*color: @gray;*/
  font-size: 16px;
  line-height: 24px;
}
.nl-wrap input[type=email]:focus-visible {
  outline: none;
}
.nl-wrap input[type=email]::placeholder {
  color: #bab5aa;
}
.nl-wrap .newsletter-send {
  margin-top: 32px;
}
.nl-wrap .newsletter-send:disabled {
  background-color: #f5f5e9;
  opacity: 0.8;
}
.nl-wrap .newsletter-send:disabled:hover {
  background-color: #f5f5e9;
}
.nl-wrap .newsletter-msg {
  display: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
}
.nl-wrap .newsletter-msg.msg-error {
  color: red;
  margin-top: 20px;
  margin-bottom: -37px;
}
.soc-btn-group {
  display: flex;
  gap: 20px;
}
.partners {
  /*max-width: 490px;*/
  /*max-width: 690px;*/
  /*max-width: 990px;*/
  /*max-width: 1440px;*/
  max-width: 960px;
}
.partners h3 {
  margin-bottom: 24px;
}
.partners .p-grid {
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.partners .p-img {
  /*height: 80px;*/
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.partners .p-img a {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.partners h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.partners h4.h4-light {
  font-family: 'PPMori-Semibold', sans-serif;
  text-transform: unset;
}
.partners h4.title-margin-medium {
  margin-left: 165px;
}
.partners h4.title-margin-large {
  margin-left: 70px;
}
.partners .p-title-grid {
  margin-bottom: -40px;
  margin-top: 0;
}
.partners .mob-grid-second-row {
  display: flex;
}
.partners .second-level-flex {
  display: flex;
}
.partners .logo-lwl {
  width: 176px;
  margin-top: 6px;
}
.partners .logo-stadtmunster {
  width: 299px;
  margin-left: 75px;
}
.partners .logo-ministerium {
  width: 354px;
}
.partners .logo-kulturstiftung {
  width: 205px;
  margin-left: 165px;
}
.partners .logo-beauftragte {
  width: 183px;
  margin-top: 20px;
  margin-left: 70px;
}
.partners .logo-sparkasse {
  width: 145px;
}
.partners .logo-provinzial {
  width: 174px;
  margin-left: 100px;
}
.partners .logo-finanz {
  width: 227px;
  margin-left: 100px;
}
.partners .logo-kunststiftung {
  width: 152px;
}
.partners .logo-brillux {
  width: 136px;
  margin-left: 97px;
}
.partners .logo-finanzkultur {
  width: 245px;
  position: absolute;
}
.partners .logo-helaba {
  width: 162px;
  margin-left: 20px;
}
.partners .logo-sparkassenwest {
  width: 184px;
  margin-left: 25px;
}
footer {
  padding-bottom: 80px;
}
footer div {
  font-size: 24px;
  line-height: 26px;
}
footer ul li a,
footer span {
  font-size: 18px;
  line-height: 24px;
  /*text-underline-offset: 3px;*/

}
footer span {
  display: block;
}
footer .f-logo {
  margin-bottom: 16px;
}
footer .map-link {
  text-decoration: none;
}
.static {
  padding-top: 180px;
}
.static h1,
.static h2,
.static h3,
.static h4 {
  color: black !important;
  -webkit-text-stroke: unset !important;
}
.static h2 {
  font-family: 'PPMori-Extrabold', sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
.static h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
}
.static p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.static .static-title {
  font-family: 'PPMori-Extralight', sans-serif;
  /*color: @yellow;*/
  color: var(--second-color);
  -webkit-text-stroke: 2px black;
  font-size: 140px;
  line-height: 140px;
}
.static .static-text {
  margin-top: 50px;
  width: 50%;
}
.standard {
  min-height: 100vh;
  padding-top: 180px;
  position: relative;
}
.standard .text-under-title {
  margin: 16px 0;
  width: 50%;
}
.standard .text-under-title p {
  line-height: 22px;
}
.employees {
  padding-top: 64px;
  margin-bottom: 180px;
}
.employees > div {
  margin-bottom: 40px;
}
.employees span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.employees span:first-child,
.employees span:nth-child(2) {
  font-size: 20px;
}
.employees span a {
  text-decoration: none;
}
.employees span span {
  display: unset;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
}
.press-top {
  position: absolute;
  top: 180px;
  right: 40px;
}
.press-info {
  padding-right: 38px;
}
.press-info * {
  padding: 2px 0;
}
.press-info .press-title {
  font-size: 24px;
  line-height: 26px;
}
.press-info .press-person {
  font-size: 20px;
  line-height: 22px;
}
.press-info a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}
.submenu {
  margin: 16px 0 64px 0;
}
.submenu ul {
  display: flex;
  gap: 24px;
}
.submenu li a {
  border: 1px solid black;
  text-decoration: none;
}
.submenu li a.selected {
  background-color: black;
  color: #f5f5e9 !important;
}
.press-grid {
  padding-bottom: 180px;
  gap: 40px 0;
}
.press-grid .img-thumb {
  /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;*/
  /*height: 324px;*/
  aspect-ratio: 1.498316498;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid black;
}
.press-grid .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-grid .subtitle {
  text-transform: uppercase;
}
.press-grid a {
  text-decoration: none;
}
.press-grid h4 {
  font-size: 24px;
  line-height: 26px;
  margin: 8px 0 16px 0;
}
.press-grid .tm-button {
  padding: 8px 16px;
  width: unset;
}
.press-grid span {
  font-size: 20px;
  display: block;
  padding: 3px;
}
.btn-back {
  margin-bottom: 20px;
}
.btn-back a {
  text-decoration: none;
}
.library-info h2 {
  font-size: 40px;
  line-height: 48px;
  color: black;
  -webkit-text-stroke: unset;
  font-family: 'PPMori-Extrabold', sans-serif;
}
.library-info p {
  padding: 20px 0 25px 0;
  line-height: 22px;
}
.library-details {
  margin-bottom: 180px;
}
.library-details .photo-big {
  width: 100%;
  padding-right: 5px;
}
.library-details .photo-title {
  font-size: 24px;
  line-height: 26px;
  margin: 40px 0 8px 0;
  line-break: anywhere;
}
.library-details .photo-table {
  font-size: 24px;
  line-height: 26px;
  margin: 40px 0 8px 0;
  max-width: 670px;
}
.library-details .photo-table > div {
  border-top: 1px solid #bab5aa;
  padding-top: 8px;
  margin-top: 8px;
  display: flex;
  gap: 20px;
}
.library-details .photo-table > div > p:first-child {
  width: 30%;
}
.library-details .photo-table > div > p:last-child {
  width: 70%;
}
.library-details p {
  font-size: 18px;
  line-height: 24px;
}
.library-details .table-title {
  font-size: 24px;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.library-details .tm-button {
  width: max-content;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 52px;
}
.library-details .icon-download {
  background-image: url('/images/icon-download.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.library-details .photo-card p {
  line-break: anywhere;
  margin-bottom: 16px;
  cursor: pointer;
}
.library-details .photo-card .photo-wrap {
  /*background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 290px;
      margin-bottom: 14px;
      cursor: pointer;
      border: 1px solid transparent;*/
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.library-details .photo-card .photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.library-details .photo-card.active .photo-wrap {
  border: 2px solid black;
}
.easy-read .btn-easyread {
  background-color: black;
}
.easy-read .btn-easyread span {
  color: #f5f5e9 !important;
}
.easy-read .btn-easyread svg path {
  fill: #f5f5e9;
}
.simple-design .btn-simpledesign {
  background-color: black;
}
.simple-design .btn-simpledesign span {
  color: #f5f5e9 !important;
}
.simple-design .btn-simpledesign svg path:first-child {
  fill: #f5f5e9;
}
.simple-design .btn-simpledesign svg path {
  stroke: #f5f5e9;
}
.simple-design * {
  color: black !important;
  -webkit-text-stroke: unset !important;
}
.simple-design .hero-bg {
  padding-bottom: 0;
}
.simple-design .hero-bg .hero-bg-big,
.simple-design .hero-bg .hero-bg-mob {
  display: none;
}
.simple-design .hero-overlay {
  position: unset;
  height: unset;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 200px;
}
.simple-design .hero-overlay > div {
  position: unset;
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 5px;
}
.simple-design .hero-overlay span {
  text-align: unset !important;
}
.simple-design .hero-overlay .proj-title {
  position: unset;
}
.simple-design .hero-overlay .proj-location {
  display: none;
}
.simple-design .hero-overlay .proj-date span.year span {
  display: inline-block;
}
.simple-design .hero-overlay .proj-title img {
  width: 68%;
}
.simple-design .hero-overlay .proj-title .hero-bg-logo-mob {
  display: none;
}
.simple-design .more-info {
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 24px;
  line-height: 26px;
  margin: 88px 0 66px 0;
}
.simple-design h2 {
  font-size: 64px;
  line-height: 68px;
  font-family: 'PPMori-Extrabold', sans-serif;
  margin-bottom: 16px !important;
}
.simple-design h3 {
  margin-bottom: 16px;
  margin-top: 100px;
}
.simple-design .tm-button {
  color: #f5f5e9 !important;
  background-color: black;
}
.simple-design .tm-button a {
  color: #f5f5e9 !important;
}
.simple-design .description {
  font-size: 24px;
  line-height: 26px;
  width: 50%;
}
.simple-design .simple-hide {
  display: none;
}
.simple-design .width-medium,
.simple-design .width-small {
  max-width: unset;
}
.simple-design .gap-medium {
  margin-bottom: 100px;
}
.simple-design .content-grid.uk-grid {
  display: block !important;
}
.simple-design .content-grid p {
  margin-bottom: 32px;
}
.simple-design .content-grid .marginless-row {
  margin-top: unset;
}
.simple-design .content-grid .content-top-margin {
  margin-top: 100px;
}
.simple-design .img-wrap {
  margin-top: 32px;
  margin-bottom: 100px;
}
.simple-design .img-border {
  margin-bottom: 0;
}
.simple-design #newsletter-signup {
  margin-top: -16px;
}
.simple-design .static .static-title {
  font-size: 64px;
  line-height: 68px;
  font-family: 'PPMori-Extrabold', sans-serif;
}
.simple-design .static h2 {
  font-size: 40px;
  line-height: 48px;
}
.simple-design .static h3 {
  margin: 0 0 8px 0;
}
.simple-design .press-top {
  position: unset;
}
.simple-design .press-grid {
  display: block;
  width: 50%;
}
.simple-design .press-grid > div {
  width: 100%;
  margin-bottom: 20px;
}
.simple-design .press-grid.grid-with-img > div {
  display: flex;
  gap: 16px;
}
.simple-design .press-grid.grid-with-img > div > div,
.simple-design .press-grid.grid-with-img > div > a {
  width: 50%;
}
.simple-design .press-grid .img-thumb {
  margin-bottom: 0;
}
.simple-design .library-info h2 {
  font-size: 40px;
  line-height: 48px;
}
.simple-design .library-details .tm-button {
  margin-top: 40px;
}
.simple-design .library-details .icon-download {
  background-image: url('/images/icon-download-simple.svg');
}
#cookie-trigger {
  position: fixed;
  top: 120px;
  right: 40px;
  z-index: 100;
  background: #f5f5e9;
  border: 1px solid black;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
}
#cookie-trigger:hover {
  background: var(--prime-color);
}
#cc-main {
  font-family: 'PPMori-Medium', sans-serif;
}
#cc-main p {
  font-size: 18px;
}
#cc-main .cm {
  background-color: #f5f5e9;
  color: black;
}
#cc-main .cm__title {
  font-family: 'PPMori-Extrabold', sans-serif;
  color: black;
  font-size: 24px;
  padding: 40px 0 0 0 !important;
}
#cc-main .cm__title + .cm__desc {
  padding: 0;
  max-width: 1190px;
  font-size: 18px;
  color: black;
}
#cc-main .cm--bar .cm__body {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
#cc-main .cm--bar.cm--flip .cm__btns {
  padding: 40px 0;
}
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-right: 0;
}
#cc-main .cm--bar.cm--flip .cm__btn {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px 10px 20px;
  border: 1px solid black;
  color: black;
  background-color: #f5f5e9;
  border-radius: 0;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="all"],
#cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"] {
  font-family: 'PPMori-Extrabold', sans-serif;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="all"] {
  background-color: black;
  color: #f5f5e9 !important;
  transition: all 0.3s ease;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="all"]:hover {
  background-color: #f5f5e9;
  color: black !important;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"] {
  margin-right: 0;
  margin-left: 20px !important;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="show"] {
  background-color: transparent;
  position: relative;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="show"] span::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
#cc-main .pm--box {
  border-radius: unset !important;
  background-color: #f5f5e9;
}
#cc-main .pm--box .pm__body {
  scrollbar-gutter: stable;
}
#cc-main .pm--box .pm__title {
  font-family: 'PPMori-Extrabold', sans-serif;
  color: black;
  font-size: 20px;
}
#cc-main .pm--box .pm__btn {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px 10px 20px;
  border: 1px solid black;
  color: black;
  background-color: #f5f5e9;
  border-radius: 0;
}
#cc-main .pm--box .pm__btn[data-role="all"] {
  font-family: 'PPMori-Extrabold', sans-serif;
  background-color: black;
  color: #f5f5e9 !important;
  transition: all 0.3s ease;
}
#cc-main .pm--box .pm__btn[data-role="all"]:hover {
  background-color: #f5f5e9;
  color: black !important;
}
#cc-main .pm--box .pm__btn[data-role="necessary"] {
  font-family: 'PPMori-Extrabold', sans-serif;
  margin-right: 0;
  margin-left: 20px !important;
  color: black;
}
#cc-main .pm--box .pm__btn[data-role="save"] {
  background-color: transparent;
  border: none;
  text-transform: unset;
}
#cc-main .pm--box .pm__close-btn {
  background: #f5f5e9;
  border: none;
  border-radius: 0;
}
#cc-main .pm--box .pm__close-btn svg {
  stroke: black;
}
#cc-main .pm--box .pm__section-table,
#cc-main .pm--box .pm__table-caption {
  background: #f5f5e9;
  color: black;
}
#cc-main .pm--box .pm__table-head > tr {
  color: black;
}
#cc-main .pm--box .pm__section {
  border: none;
}
#cc-main .pm--box .pm__section a:hover {
  color: black;
}
#cc-main .pm--box .pm__section:not(:first-child):hover {
  background: #f5f5e9;
  border-color: black;
}
#cc-main .pm--box .pm__section--toggle .pm__section-title {
  background: #f5f5e9;
  color: black;
  border-color: black;
  border-radius: 0;
}
#cc-main .pm--box .pm__section-desc-wrapper {
  color: black;
}
.newsletter-confirmation {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  text-align: center;
}
.newsletter-confirmation div {
  font-size: 22px;
  margin-bottom: 40px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  :root {
    --date-img: url('/images/svg-date-mob.svg');
  }
  .theme-2 {
    --date-img: url('/images/svg-date-2-mob.svg');
  }
  .theme-3 {
    --date-img: url('/images/svg-date-3-mob.svg');
  }
  .theme-4 {
    --date-img: url('/images/svg-date-4-mob.svg');
  }
  h2 {
    font-size: 64px;
    line-height: 72px;
    font-family: 'PPMori-Book', sans-serif;
  }
  h3 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 64px;
  }
  .tm-container {
    padding: 0 16px;
  }
  .width-medium {
    max-width: 100%;
  }
  .gap-medium {
    margin-bottom: 80px;
  }
  .tm-button {
    font-size: 16px;
    width: 100%;
  }
  .tm-button.btn-hugged {
    width: 100%;
  }
  header {
    height: unset;
  }
  .hero-bg {
    padding-bottom: 0;
  }
  .proj-date {
    right: 16px;
    bottom: 120px;
  }
  .proj-date span.day {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .proj-date span.day span {
    width: 185px;
    height: 128px;
  }
  .proj-date span.year span {
    display: block;
  }
  .proj-date span.year span img {
    width: 252px;
  }
  .proj-date span.year .year-svg {
    width: 150px;
  }
  .proj-location {
    display: none;
  }
  .description {
    font-size: 30px;
    line-height: 32px;
    color: black;
    -webkit-text-stroke: unset;
    margin-top: 50px;
  }
  .bigger-title {
    width: 100%;
    margin-top: 60px;
  }
  .content-grid {
    gap: 16px 0;
  }
  .content-grid h2 {
    margin-bottom: 32px;
  }
  .content-grid p {
    font-size: 18px;
    line-height: 24px;
  }
  .content-grid .img-wrap {
    margin: 65px 0 0 0;
  }
  .content-grid .img-wrap.img-border {
    margin: -16px 0 0 0;
  }
  .content-grid #newsletter-signup {
    margin: 32px 0 8px 0;
    scroll-margin-top: 180px;
  }
  .content-grid #more-info {
    scroll-margin-top: -50px;
  }
  .content-grid .soc-btn-group {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: -16px;
  }
  .content-grid .tm-button.btn-gap {
    margin-right: 0;
  }
  .content-grid .marginless-row {
    margin-top: -40px;
  }
  .content-grid .content-top-margin {
    margin-top: 40px;
  }
  .content-grid .content-top-margin p {
    margin-bottom: 0;
  }
  .nl-wrap {
    margin-bottom: 15px;
  }
  .nl-wrap .nl-privacy {
    max-width: 100%;
  }
  .nl-wrap .newsletter-send {
    margin-top: 24px;
  }
  .partners h3 {
    margin-bottom: 28px;
  }
  .partners .p-grid {
    margin-bottom: 20px;
    gap: 10px 0;
  }
  .partners .p-grid.normal-gap {
    gap: 16px;
  }
  .partners .p-img {
    height: 80px;
    width: 164px;
    /* a {
          align-items: center;
        }*/
  
  }
  .partners h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .partners h4.h4-light {
    margin-top: 20px;
  }
  .partners h4.title-margin-medium {
    margin-left: 0;
  }
  .partners h4.title-margin-large {
    margin-left: 0;
  }
  .partners img {
    margin-left: 0 !important;
  }
  .partners .mob-grid-two-columns {
    flex-direction: column;
  }
  .partners .second-level-flex {
    gap: 16px;
  }
  .partners .second-level-flex.smaller-gap {
    gap: 9px;
  }
  .partners .funded-first {
    width: 171px;
  }
  .partners .funded-second {
    width: unset;
  }
  .partners .logo-lwl {
    width: 107px;
  }
  .partners .logo-stadtmunster {
    width: 182px;
  }
  .partners .logo-ministerium {
    width: 216px;
    margin-top: 12px;
  }
  .partners .logo-kulturstiftung {
    width: 125px;
    margin-top: 16px;
  }
  .partners .logo-beauftragte {
    width: 113px;
    margin-top: 28px;
  }
  .partners .logo-sparkasse {
    width: 95px;
    margin-top: 26px;
  }
  .partners .logo-provinzial {
    width: 96px;
    margin-top: 28px;
  }
  .partners .logo-finanz {
    width: 122px;
    margin-top: 31px;
  }
  .partners .logo-kunststiftung {
    width: 84px;
    margin-top: 10px;
  }
  .partners .logo-brillux {
    width: 75px;
    margin-top: 10px;
  }
  .partners .logo-finanzkultur {
    width: 125px;
  }
  .partners .logo-helaba {
    width: 90px;
  }
  .partners .logo-sparkassenwest {
    width: 102px;
  }
  .partners .logo-lwl-div {
    width: 137px;
  }
  .partners .logo-stadtmunster-div {
    width: unset;
    margin-left: 16px;
  }
  .partners .logo-ministerium-div {
    width: 100%;
  }
  footer {
    padding: 8px 0 34px 0;
  }
  footer .f-title {
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 2px;
  }
  footer .f-title.f-logo {
    margin-bottom: 16px;
  }
  footer ul li {
    font-size: 18px;
    line-height: 16px;
    padding: 6px 0;
  }
  footer span {
    font-size: 18px;
    line-height: 16px;
    padding: 8px 0;
  }
  .static {
    padding-top: 180px;
  }
  .static h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .static h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 24px 0 8px 0;
  }
  .static p {
    font-size: 16px;
    line-height: 22px;
    /*margin-bottom: 8px;*/
  
  }
  .static .static-title {
    font-size: 63px;
    line-height: 72px;
    margin-bottom: 40px;
  }
  .static .static-text {
    width: unset;
    margin-top: unset;
  }
  .standard {
    padding-top: 180px;
  }
  .standard .text-under-title {
    width: unset;
    margin: 8px 0 24px 0;
  }
  .employees {
    padding-top: 40px;
    margin-bottom: 0;
  }
  .employees > div {
    margin-bottom: 40px;
  }
  .employees span {
    font-size: 16px;
    line-height: 16px;
  }
  .employees span:first-child,
  .employees span:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
  }
  .press-top {
    position: unset;
  }
  .submenu {
    margin: 24px 0 40px 0;
  }
  .submenu ul {
    flex-direction: column;
    gap: 8px;
  }
  .submenu ul a {
    width: 100%;
    font-size: 16px;
    justify-content: center;
  }
  .press-grid {
    display: flex;
    width: unset;
    padding-bottom: 48px;
  }
  .press-grid.grid-with-img > div {
    display: block;
  }
  .press-grid h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .press-grid span {
    font-size: 16px;
  }
  .press-grid .tm-button {
    width: 100%;
  }
  .btn-back a {
    padding: 7px 12px;
  }
  .library-info h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .library-info p {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 0 25px 0;
  }
  .library-details {
    margin-bottom: 40px;
  }
  .library-details .photo-big {
    padding-right: 0;
  }
  .library-details .photo-description {
    line-height: 1.4;
  }
  .library-details p {
    font-size: 16px;
  }
  .library-details .photo-table > div {
    flex-direction: column;
    gap: 8px;
  }
  .library-details .photo-table > div  > p:first-child,
  .library-details .photo-table > div  > p:last-child {
    width: 100%;
  }
  .library-details .tm-button {
    width: 100%;
    margin: 40px 0;
  }
  .simple-design .hero-overlay {
    padding: 266px 16px 0 16px;
  }
  .simple-design .hero-overlay > div,
  .simple-design .hero-overlay h1 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 5px;
  }
  .simple-design .hero-overlay .proj-title img {
    width: 100%;
  }
  .simple-design .hero-overlay .proj-title .hero-bg-logo-mob {
    display: block;
  }
  .simple-design .hero-overlay .proj-title .hero-bg-logo {
    display: none;
  }
  .simple-design .more-info {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    margin: 24px 0 40px 0;
  }
  .simple-design .description {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .simple-design .description p {
    line-height: 24px;
  }
  .simple-design .content-grid h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px !important;
  }
  .simple-design .content-grid .content-top-margin {
    margin-top: 40px;
  }
  .simple-design .press-grid {
    width: unset;
    display: flex;
  }
  .simple-design .press-grid > div {
    margin-bottom: 0;
  }
  .simple-design .press-grid.grid-with-img > div {
    display: block;
  }
  .simple-design .press-grid.grid-with-img > div > div {
    width: unset;
  }
  .simple-design .press-grid .img-thumb {
    margin-bottom: 16px;
  }
  .simple-design .library-info h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #cookie-trigger {
    top: 160px;
    right: 16px;
  }
  #cc-main .cm__title {
    font-size: 22px;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"] {
    margin-left: 0 !important;
  }
  #cc-main .pm--box .pm__btn[data-role="necessary"] {
    margin-left: 0 !important;
  }
}
@media (max-width: 766px) and (max-height: 550px) {
  .proj-date {
    bottom: 10px;
    width: 16%;
  }
  .proj-date span.day span {
    height: 60px;
  }
  .header-mob.menu-active .menu-overlay .btn-nl {
    margin-top: 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  h2 {
    font-size: 64px;
    line-height: 72px;
  }
  h3 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 64px;
  }
  .tm-container {
    padding: 0 16px;
  }
  .gap-medium {
    margin-bottom: 80px;
  }
  .tm-button {
    font-size: 16px;
    /*width: 100%;*/
  
  }
  header {
    height: unset;
  }
  .hero-bg {
    padding-bottom: 0;
  }
  .proj-date {
    right: 16px;
    bottom: 120px;
  }
  .proj-date span.day {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .proj-date span.day span {
    width: 185px;
    height: 128px;
  }
  .proj-date span.year span {
    display: block;
  }
  .proj-date span.year span img {
    width: 252px;
  }
  .proj-date span.year .year-svg {
    width: 150px;
  }
  .proj-location {
    display: none;
  }
  .description {
    font-size: 30px;
    line-height: 32px;
    color: black;
    text-shadow: none;
    margin-top: 50px;
  }
  .content-grid {
    gap: 16px 0;
  }
  .content-grid h2 {
    margin-bottom: 32px;
  }
  .content-grid p {
    font-size: 18px;
    line-height: 24px;
  }
  .content-grid .img-wrap {
    margin: 32px 0 0 0;
  }
  .content-grid .img-wrap.img-border {
    margin: 16px 0 64px 0;
  }
  .content-grid .img-wrap img {
    width: 100%;
  }
  .content-grid #newsletter-signup {
    margin: 32px 0 8px 0;
    scroll-margin-top: 180px;
  }
  .content-grid #more-info {
    scroll-margin-top: -50px;
  }
  .content-grid .soc-btn-group {
    display: flex;
    gap: 16px;
  }
  .content-grid .tm-button.btn-gap {
    margin-right: 0;
  }
  .content-grid .marginless-row {
    margin-top: -40px;
  }
  .nl-wrap {
    margin-bottom: 15px;
  }
  .nl-wrap .nl-privacy {
    max-width: 100%;
  }
  .nl-wrap .newsletter-send {
    margin-top: 24px;
  }
  .partners h4 {
    font-size: 14px;
    /* margin-bottom: 10px;
  
        &.h4-light {
          margin-top: 20px;
        }
  
        &.title-margin-medium {
          margin-left: 0;
        }
  
        &.title-margin-large {
          margin-left: 0;
        }*/
  
  }
  footer {
    padding: 8px 0 34px 0;
  }
  footer .f-title {
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 2px;
  }
  footer .f-title.f-logo {
    margin-bottom: 16px;
  }
  footer ul li a,
  footer span {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 1px 0;
  }
  .static {
    padding-top: 180px;
  }
  .static h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .static h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 24px 0 8px 0;
  }
  .static p {
    font-size: 16px;
    line-height: 16px;
    /*margin-bottom: 8px;*/
  
  }
  .static .static-title {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
  }
  .static .static-text > div {
    margin-left: 0;
  }
  .standard {
    padding-top: 180px;
  }
  .standard .employees {
    padding-top: 40px;
  }
  .standard .employees > div {
    margin-bottom: 40px;
  }
  .standard .employees span {
    font-size: 16px;
    line-height: 16px;
  }
  .standard .employees span:first-child,
  .standard .employees span:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
  }
  .simple-design .hero-overlay {
    padding: 244px 16px 0 16px;
  }
  .simple-design .hero-overlay > div {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 5px;
  }
  .simple-design .more-info {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    margin: 24px 0 40px 0;
  }
  .simple-design .description {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .simple-design .content-grid h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 767px) and (max-width: 959px) and (max-height: 550px) {
  .proj-date {
    bottom: 10px;
    width: 16%;
  }
  .proj-date span.day span {
    height: 88px;
  }
  .header-mob.menu-active .menu-overlay .btn-nl {
    margin-top: 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1280px), only screen and (min-width: 960px) and (max-width: 1280px) {
  h2 {
    font-size: 64px;
    line-height: 72px;
  }
  h3 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 64px;
  }
  .tm-container {
    padding: 0 16px;
  }
  .gap-medium {
    margin-bottom: 80px;
  }
  .tm-button {
    font-size: 16px;
  }
  .tm-button-trans {
    font-size: 16px;
    padding: 7px 16px 5px 16px;
  }
  header .menu-right nav {
    padding: 7px 16px 5px 16px;
  }
  header .menu-right nav ul li > div {
    padding: 10px 16px 8px 16px;
    width: 90px;
  }
  .proj-title {
    top: 60px;
  }
  .proj-title img {
    width: 450px;
  }
  .proj-date span.day {
    margin-bottom: 20px;
  }
  .proj-date span.day span {
    width: 318px;
    height: 208px;
  }
  .proj-date span.year .year-svg {
    width: 259px;
  }
  .proj-location {
    font-size: 70px;
    line-height: 70px;
  }
  .proj-location img {
    width: 433px;
  }
  .description {
    font-size: 30px;
    line-height: 32px;
    color: black;
    text-shadow: none;
    margin-top: 50px;
  }
  .content-grid {
    gap: 40px 0;
  }
  .content-grid h2 {
    margin-bottom: 32px;
  }
  .content-grid p {
    font-size: 18px;
    line-height: 24px;
  }
  .content-grid .img-wrap {
    margin: 32px 0 0 0;
  }
  .content-grid .img-wrap.img-border {
    margin: 16px 0 64px 0;
  }
  .content-grid #newsletter-signup {
    scroll-margin-top: 180px;
  }
  .content-grid .social-title {
    margin: 32px 0 8px 0;
  }
  .content-grid #more-info {
    scroll-margin-top: -50px;
  }
  .content-grid .soc-btn-group {
    display: flex;
    gap: 16px;
  }
  .content-grid .tm-button.btn-gap {
    margin-right: 0;
  }
  .content-grid .marginless-row {
    margin-top: -40px;
  }
  .nl-wrap {
    margin-bottom: 15px;
  }
  .nl-wrap .nl-privacy {
    max-width: 100%;
  }
  .nl-wrap .newsletter-send {
    margin-top: 24px;
  }
  .partners h4 {
    font-size: 14px;
    /*&.title-margin-medium {
          margin-left: 0;
        }
  
        &.title-margin-large {
          margin-left: 0;
        }*/
  
  }
  footer {
    padding: 8px 0 34px 0;
  }
  footer .f-title {
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 2px;
  }
  footer .f-title.f-logo {
    margin-bottom: 16px;
  }
  footer ul li a,
  footer span {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 1px 0;
  }
  .static {
    padding-top: 180px;
  }
  .static h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .static h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 24px 0 8px 0;
  }
  .static p {
    font-size: 16px;
    line-height: 16px;
    /*margin-bottom: 8px;*/
  
  }
  .static .static-title {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
  }
  .static .static-text > div {
    margin-left: 0;
  }
  .standard {
    padding-top: 180px;
  }
  .employees {
    padding-top: 40px;
  }
  .employees > div {
    margin-bottom: 40px;
  }
  .employees span {
    font-size: 16px;
    line-height: 16px;
  }
  .employees span:first-child,
  .employees span:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
  }
  .simple-design .hero-overlay {
    padding: 244px 16px 0 16px;
  }
  .simple-design .hero-overlay > div {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 5px;
  }
  .simple-design .more-info {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    margin: 24px 0 40px 0;
  }
  .simple-design .description {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .simple-design .content-grid h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1199px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 960px) and (max-width: 1199px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 192dpi) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 2dppx) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-width: 1281px) and (max-width: 1550px) {
  header .header-wrap {
    height: 68px;
  }
  header .menu-right nav {
    padding: 7px 16px 5px 16px;
  }
  header .menu-right nav ul li > div {
    padding: 10px 16px 8px 16px;
    width: 90px;
  }
  .proj-title {
    font-size: 110px;
  }
  .proj-title img {
    width: 450px;
  }
  .proj-location {
    font-size: 110px;
  }
  .proj-location img {
    width: 433px;
  }
  .proj-date {
    font-size: 110px;
  }
  .proj-date span.day {
    margin-bottom: 20px;
  }
  .proj-date span.day span {
    width: 318px;
    height: 208px;
  }
  .proj-date span.year .year-svg {
    width: 259px;
  }
  .content-grid {
    gap: 120px 0;
  }
  .content-grid h3 p {
    margin-bottom: 8px;
  }
  .content-grid p {
    font-size: 20px;
    line-height: 24px;
  }
  .content-grid .marginless-row {
    margin-top: -80px;
  }
  .tm-button {
    font-size: 16px;
    padding: 8px 16px;
    width: 210px;
  }
  .tm-button-trans {
    font-size: 16px;
    padding: 7px 16px 5px 16px;
  }
  .partners h4 {
    font-size: 14px;
  }
  .static .static-title {
    font-size: 120px;
    line-height: 110px;
  }
  .static p {
    font-size: 16px;
  }
  .standard {
    padding-top: 130px;
  }
  .employees span {
    font-size: 16px;
    line-height: 16px;
  }
  .employees span:first-child,
  .employees span:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
  }
  .press-grid span {
    font-size: 16px;
    line-height: 22px;
  }
  .press-grid h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .press-info a {
    font-size: 16px;
  }
  .library-info h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .library-details p {
    font-size: 16px;
  }
  .library-details .photo-title {
    margin: 10px 0 8px 0;
  }
  .library-details .photo-table {
    margin: 24px 0 0 0;
  }
  .library-details .table-title {
    margin-top: 0;
  }
  .library-details .tm-button {
    margin-top: 24px;
  }
  .simple-design .hero-overlay > div {
    font-size: 110px;
  }
}
