#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*

100 = thin / hairline
200 = extra light / ultra light
300 = light
400 = normal / regular
500 = medium
600 = semi bold / demi bold
700 = bold
800 = heavy / extra bold
900 = black / ultra bold

*/

/*  Fira Sans
//////////////////////////////////////////////////////////////////////////////*/
/*
@font-face {
    font-family: "Fira Sans";
    font-weight: 300;
    font-style: normal;
    font-display: block;
    src: url("../../files/layout/css/fonts/FiraSans-Book.ttf") format("truetype");
}

@font-face {
    font-family: "Fira Sans";
    font-weight: 300;
    font-style: italic;
    font-display: block;
    src: url("../../files/layout/css/fonts/FiraSans-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Fira Sans";
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: url("../../files/layout/css/fonts/FiraSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Fira Sans";
    font-weight: 500;
    font-style: normal;
    font-display: block;
    src: url("../../files/layout/css/fonts/FiraSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Fira Sans";
    font-weight: 600;
    font-style: normal;
    font-display: block;
    src: url("../../files/layout/css/fonts/FiraSans-SemiBold.ttf") format("truetype");
}*/

/*  Noto Sans
//////////////////////////////////////////////////////////////////////////////*/
/*
@font-face {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-display: block; 
    src: url("../../files/layout/css/fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: italic;
    font-display: block; 
    src: url("../../files/layout/css/fonts/NotoSans-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: normal;
    font-display: block;
    src: url("../../files/layout/css/fonts/NotoSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: italic;
    font-display: block;
    src: url("../../files/layout/css/fonts/NotoSans-BoldItalic.ttf") format("truetype");
}*/

/*//////////////////////////////////////////////////////////////////////////////
//
//	DANIELKRUGER.DE THEME
//
//////////////////////////////////////////////////////////////////////////////*/
:root {
  --font-family: "Noto Sans TC", sans-serif;
  --color-black: #1a2124;
  --color-dark: #3b4d55;
  --color-base: #5f6869;
  --color-light: #9ca6a9;
  --color-blue: #3775ba;
  --color-text: var(--color-base);
  --font-size-s: 0.8571428571428571rem;
  --font-size-m: 1rem;
  --font-size-l: 1.142857142857143rem;
  --line-height-base: 1.4;
  --spacing-m: 1rem;
  --spacing-l: 2rem;
}

/*//////////////////////////////////////////////////////////////////////////////
//	1 BASE
//////////////////////////////////////////////////////////////////////////////*/
/*  GENERIC (RESET) STYLES
//////////////////////////////////////////////////////////////////////////////*/
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex]:not([tabindex="-1"]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/*  TYPOGRAPHY
//////////////////////////////////////////////////////////////////////////////*/
:root {
  font-size: 14px;
  font-family: var(--font-family);
  line-height: var(--line-height-base);
  font-weight: 300;
  color: var(--color-text);
}
@media (min-width: 1232px) {
  :root {
    font-size: calc(1.1363636364vw + 0px);
  }
}
@media (min-width: 1408px) {
  :root {
    font-size: 16px;
  }
}

em,
i,
q,
dfn {
  font-style: italic;
}

small {
  font-size: var(--font-size-s);
}

b,
strong {
  font-weight: 500;
}

ins {
  text-decoration: underline;
}

sup,
sub {
  font-size: var(--font-size-s);
  line-height: 0 !important;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

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

hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: var(--color-text);
  overflow: visible;
  height: 0;
  margin: var(--spacing-m) 0;
}

::-moz-selection {
  background-color: var(--color-blue);
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background-color: var(--color-blue);
  color: var(--color-white);
  text-shadow: none;
}

.text--s {
  font-size: var(--font-size-s);
}

.text--m {
  font-size: var(--font-size-m);
}

.text--l {
  font-size: var(--font-size-l);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--font-size-m);
  font-weight: 500;
}

/*  LINKS & FOCUS STYLES
//////////////////////////////////////////////////////////////////////////////*/
a {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: 1px solid;
  outline-offset: -1px;
}

:focus:not(:focus-visible),
[tabindex="-1"]:focus {
  outline: 0;
}

:focus-visible {
  outline: 1px solid;
  outline-offset: -1px;
}

/*  TABLES
//////////////////////////////////////////////////////////////////////////////*/
table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: inherit;
  padding-right: 0.5rem;
  min-width: 5rem;
}

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

.mod_article ul,
.mod_article ol {
  margin-bottom: 1rem;
}

/*  MEDIA
//////////////////////////////////////////////////////////////////////////////*/
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
  border: none;
}

.image_container {
  margin: 0;
}

/*  HELPERS
//////////////////////////////////////////////////////////////////////////////*/
.visuallyhidden:not(:focus):not(:active),
.invisible:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/*  SPACING
//////////////////////////////////////////////////////////////////////////////*/
body,
ul[class],
ol[class],
nav ul,
li {
  margin: 0;
}

.h,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
table,
form,
address,
blockquote,
figure,
blockquote,
dl,
dd,
pre {
  margin: 0;
}
.area--main .h,
.area--main h1,
.area--main .h1,
.area--main h2,
.area--main .h2,
.area--main h3,
.area--main .h3,
.area--main h4,
.area--main .h4,
.area--main h5,
.area--main .h5,
.area--main h6,
.area--main .h6,
.area--main p,
.area--main table,
.area--main form,
.area--main address,
.area--main blockquote,
.area--main figure,
.area--main blockquote,
.area--main dl,
.area--main dd,
.area--main pre {
  margin-bottom: var(--spacing-m);
}

/*//////////////////////////////////////////////////////////////////////////////
//	2 COMPONENTS
//////////////////////////////////////////////////////////////////////////////*/
/*  LOGO
//////////////////////////////////////////////////////////////////////////////*/
.logo {
  height: 3rem;
  margin-bottom: 2rem;
}
.logo * {
  font-size: var(--font-size-l);
  line-height: 1.5rem;
}
.logo .logo__link {
  text-decoration: none;
}
.logo .logo__title {
  color: var(--color-light);
}
.logo .logo__tagline {
  color: var(--color-dark);
  font-weight: bold;
}

/*  NAV
//////////////////////////////////////////////////////////////////////////////*/
.nav--main {
  font-size: var(--font-size-s);
  line-height: 35px;
}
.nav--main ul {
  list-style: none;
}
.nav--main ul li a {
  text-decoration: none;
}
.nav--main ul li.trail a, .nav--main ul li.active strong {
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-dark);
}

/*  YEARS
//////////////////////////////////////////////////////////////////////////////*/
.years {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.years .year {
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
}
@media (max-width: 420px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media (min-width: 420px) and (max-width: 540px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media (min-width: 540px) and (max-width: 620px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media (min-width: 620px) and (max-width: 740px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media (min-width: 740px) and (max-width: 900px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 5);
        flex-basis: calc(100% / 5);
  }
}
@media (min-width: 900px) and (max-width: 1010px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 7);
        flex-basis: calc(100% / 7);
  }
}
@media (min-width: 1010px) and (max-width: 1120px) {
  .years .year {
    -ms-flex-preferred-size: calc(100% / 9);
        flex-basis: calc(100% / 9);
  }
}
.years .year a .year__picture .image_container {
  position: relative;
  margin-bottom: 0;
}
.years .year a .year__picture .image_container figcaption {
  font-size: var(--font-size-s);
  line-height: 1;
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
}

/*  ACCORDION
//////////////////////////////////////////////////////////////////////////////*/
.ce_accordion {
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .ce_accordion {
    padding-left: 1.75rem;
  }
}
.ce_accordion .toggler {
  cursor: pointer;
  font-size: var(--font-size-l);
  text-transform: uppercase;
  color: var(--color-light);
  font-weight: 500;
  position: relative;
}
.ce_accordion .toggler::before {
  content: "";
  background-image: url("../../files/layout/css/icon--arrow-down");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0 solid var(--color-light);
  sbackground: var(--color-light);
  scolor: #fff;
  border-radius: 50%;
  stext-align: center;
  sfont-size: 0.75rem;
  sline-height: 1.1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -1.75rem;
  top: 0.25em;
}
.ce_accordion .toggler.ui-state-active::before {
  background-image: url("../../files/layout/css/icon--arrow-up");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid var(--color-grey);
}
.ce_accordion .accordion {
  padding-top: 1rem;
}

/*//////////////////////////////////////////////////////////////////////////////
//	3 LAYOUT
//////////////////////////////////////////////////////////////////////////////*/
/*  SEITENLAYOUT "DEFAULT"
//////////////////////////////////////////////////////////////////////////////*/
.page {
  display: grid;
  grid-template-columns: 12rem 1fr;
  max-width: 88rem;
  gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .page {
    padding: 2rem;
    grid-template-columns: 100%;
  }
}

.section--header {
  padding: 2rem 0 2rem 2rem;
}
@media (max-width: 540px) {
  .section--header {
    padding: 0;
  }
}

.section--main {
  padding: 7.25rem 2rem 2rem 0;
}
@media (max-width: 540px) {
  .section--main {
    padding: 0;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//	4 PAGES
//////////////////////////////////////////////////////////////////////////////*/
/*  FRONTPAGE
//////////////////////////////////////////////////////////////////////////////*/
.page--home .page {
  grid-template-columns: 100%;
}
.page--home .section--header {
  display: none;
}
.page--home .section--main {
  padding: 0;
  grid-column: 1/-1;
}
.page--home .area--main > .intro {
  display: grid;
  height: 100vh;
}
.page--home .area--main > .intro > .block {
  width: 100%;
  place-self: center;
  padding: 2rem;
  font-size: 35px;
}
@media (min-width: 1232px) {
  .page--home .area--main > .intro > .block {
    font-size: calc(2.8409090909vw + 0px);
  }
}
@media (min-width: 1408px) {
  .page--home .area--main > .intro > .block {
    font-size: 40px;
  }
}
@media (max-width: 1232px) {
  .page--home .area--main > .intro > .block {
    font-size: 4vw;
  }
}
@media (min-width: 1232px) {
  .page--home .area--main > .intro > .block div {
    text-indent: 0.25em;
  }
}
.page--home .area--main > .intro > .block div a {
  padding-right: 1rem;
}
.page--home .area--main > .intro > .block div a + a {
  padding-left: 1rem;
}
.page--home .area--main > .intro > .block h1 {
  margin-bottom: 0.1em;
  color: var(--color-blue);
  text-transform: none;
  font-weight: 500;
  line-height: 1;
  font-size: 175px;
}
@media (min-width: 1232px) {
  .page--home .area--main > .intro > .block h1 {
    font-size: calc(14.2045454545vw + 0px);
  }
}
@media (min-width: 1408px) {
  .page--home .area--main > .intro > .block h1 {
    font-size: 200px;
  }
}
@media (max-width: 1232px) {
  .page--home .area--main > .intro > .block h1 {
    font-size: 12vw;
  }
}

/*  PAGE "ABOUT"
//////////////////////////////////////////////////////////////////////////////*/
.page--about .area--main {
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 4rem;
}
@media (max-width: 1120px) {
  .page--about .area--main {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 960px) {
  .page--about .area--main {
    grid-template-columns: 32rem;
  }
}
@media (max-width: 680px) {
  .page--about .area--main {
    grid-template-columns: 100%;
  }
}

/*  PAGE "DETAIL"
//////////////////////////////////////////////////////////////////////////////*/
.page--detail .ctlg_master_object {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1rem;
}
.page--detail .ctlg_master_object .image_container {
  margin: 0;
}
.page--detail .ctlg_master_object figcaption {
  display: none;
}
.page--detail .ctlg_master_object .ctlg_desc_year {
  font-weight: 500;
}
.page--detail .other-objects {
  margin-top: 2rem;
}
.page--detail .other-objects .years {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  gap: 1rem;
}
.page--detail .other-objects .years > .block .image_container {
  margin-bottom: 0;
}
.page--detail .other-objects .years > .block .image_container img {
  height: 10rem;
  width: auto;
}
.page--detail .other-objects .years > .block .image_container figcaption {
  display: none;
}

/*  PAGE "PUBLICATIONS"
//////////////////////////////////////////////////////////////////////////////*/
.page--publications .area--main .ce_headline {
  margin-bottom: 5rem;
}
@media (min-width: 540px) and (max-width: 620px) {
  .page--publications .area--main .ce_headline {
    margin-left: 10rem;
  }
}
@media (min-width: 620px) and (max-width: 720px) {
  .page--publications .area--main .ce_headline {
    margin-left: 14rem;
  }
}
@media (min-width: 720px) {
  .page--publications .area--main .ce_headline {
    margin-left: 18rem;
  }
}
.page--publications .area--main .ce_text {
  margin-bottom: 2rem;
}
@media (max-width: 540px) {
  .page--publications .area--main .ce_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .page--publications .area--main .ce_text > .image_container {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 1rem !important;
  }
  .page--publications .area--main .ce_text > h2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .page--publications .area--main .ce_text > p {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media (min-width: 540px) {
  .page--publications .area--main .ce_text {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr min-content;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 540px) and (max-width: 620px) {
  .page--publications .area--main .ce_text {
    grid-template-columns: 8rem 1fr;
  }
}
@media (min-width: 620px) and (max-width: 720px) {
  .page--publications .area--main .ce_text {
    grid-template-columns: 12rem 1fr;
  }
}
@media (min-width: 720px) {
  .page--publications .area--main .ce_text {
    grid-template-columns: 16rem 1fr;
  }
}
.page--publications .area--main .ce_text > h2,
.page--publications .area--main .ce_text > p {
  grid-column: 2;
  -ms-flex-item-align: end;
      align-self: end;
  margin: 0;
  font-size: var(--font-size-m);
  color: var(--color-text);
  text-transform: none;
}
@media (max-width: 720px) {
  .page--publications .area--main .ce_text > h2,
.page--publications .area--main .ce_text > p {
    font-size: var(--font-size-s);
  }
}
.page--publications .area--main .ce_text > .image_container {
  grid-row: 1/3;
  grid-column: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.page--publications .area--main .ce_text > .image_container img {
  box-shadow: 0.25rem 0.25rem 0.3rem rgba(0, 0, 0, 0.2);
}

/*  PAGE "LINKS"
//////////////////////////////////////////////////////////////////////////////*/
.page--links .links {
  font-size: var(--font-size-s);
  line-height: 25px;
}
.page--links .links table th {
  max-width: 8rem;
}
.page--links .links table a {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .page--links .links table tbody,
.page--links .links table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 540px) {
  .page--links .links table th {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//	TEMPORARY STYLES
//////////////////////////////////////////////////////////////////////////////*/
.ce_headline,
.ce_text h1,
.ce_text h2 {
  font-size: var(--font-size-l);
  text-transform: uppercase;
  color: var(--color-light);
}

.page--contact .area--main a,
.page--datenschutz .area--main a {
    text-decoration: underline;
}

/* Wg unterschiedliche Bildgrössen, Mail 12.8.2021
KPO: Das hat was mit der hohen Textmenge neben dem Bild und dem Flexbox-Algorithmus zu tun wenn man den Flex-Kind-Elementen keine explizite Breite gibt sondern Flexbox das selbst machen lässt.
du könntest z.b. das hier machen, sorgt dafür dass das Bild ab 840px nicht verkleinert wird.


 */

@media (min-width: 840px) {
    .ctlg_item_picture {
        flex-shrink: 0;
    }
}

/* p in der Beschreibung hat keinen Abstand nach unten */
.ctlg_desc_text p {
	margin-bottom: 0;
}

/* figcaption im Content, z.B. About Bild */
.content--image figcaption {
	font-size: var(--font-size-s);	
	margin-top: 5px;
}


