/*
Theme Name: VHW 1.5 RAINBOW
Author: Stan Hema
Author URI: http://stanhema.com/
Version: 2018
*/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset, iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
	outline: 0 !important;
}





/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
   
   
  /* FONTS
  font-family: "Circular Black";
  font-family: "Circular Book";
  */
   
   
  :root {
		--ttf: var(--ttf-1);
    --ttf-1: cubic-bezier(0.19, 1, 0.22, 1);
    --ttf-2: cubic-bezier(0.075, 0.820, 0.165, 1);
    --ttf-3: cubic-bezier(0.64, 0, 0.78, 0);
    --ttf-4: cubic-bezier(0.8, 0, 0.2, 1);
    --ttf-5: cubic-bezier(0.165, 0.84, 0.4, 1);
    --ttf-6: cubic-bezier(0.6, 0.07, 0.17, 1);
    --ttf-7: cubic-bezier(0.247, 0.75, 0.187, 1);
    --ttf-8: cubic-bezier(1, 0, 0, 1);
    --ttf-9: cubic-bezier(.47, 3.64, .41, .8);
  }
   
   
  /* BASE */
  
  html {
    overflow-y: scroll;
  }
  
  body {
    font-size: 150%; /* 24/16 */
    font-family: 'Circular Book', sans-serif;
    background: #ededed;
    color: #000;
    /*padding-top: 160px;*/
  }
  
  body.inselseite {
    background: #000;
    color: #ededed;
    padding-top: 160px;
  }
  
  input, textarea, select, button {
    color: #000;
    font-family: 'Circular Book', sans-serif;
  }
  
  img {
    max-width: 100%;
  }
  
  .container {
    margin: 0 auto;
  }
  
  .page-inner, footer.main > .inner, header.main > .inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
  }
  
  .lt-ie9 .container {
    min-width: 1024px;
  }
  
  
  
  .hdln-108 {
    font-family: 'Circular Black', sans-serif;
    font-size: clamp(41px, calc(108vw * (100 / 1440)), 108px);
    line-height: .92592592592592592592;
  }
  
  .hdln-36 {
    font-family: 'Circular Black', sans-serif;
    font-size: clamp(16.56px, calc(36vw * (100 / 1440)), 36px);
    line-height: 1;
  }
  
  @media (max-width: 600px) {
    
    .hdln-36 {
      line-height: 1.3;
    }
    
  }
  
  
  
  
  
  
  
  
  /* HEADER */
  
  header.main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
		box-sizing: border-box;
  }
  
  header.main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px); 
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); 
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); 
  }
  
  header.main::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.6) 0%, rgba(237, 237, 237, 0) 100%);
  }
  
  @media (max-width: 600px) {
    
    body.mobile-menu header.main::before {
      display: none;
    }
  
    body.mobile-menu header.main::after {
      display: none;
    }
    
  }
  
  header.main,
  header.main > .inner {
    /*height: 97px;*/
    height: 57px;
    -webkit-transition: height 250ms;
    -moz-transition: height 250ms;
    transition: height 250ms;
  }
  
  header.main > .inner {
    position: relative;
    z-index: 3;
  }
  
  body.inselseite header.main {
    background-color: #000;
  }
  
  header.main > .inner {
    max-width: none;
  }
  
  header.main h1 {
    position: relative;
    top: 0;
    left: 50.5263157895%;
    float: left;
		z-index: 3;
  }
  
  header.main h1 a {
    display: block;
    float: left;
  }
  
  .lt-ie8 header.main a {
    color: #000;
  }
  
  .lt-ie8 body.inselseite header.main a {
    color: #ededed;
  }
  
  header.main h1 img {
    display: block;
    /*height: 97px;*/
    height: min(280px, calc(280vw * (100 / 1440)));
    max-width: none;
    width: auto;
    transition: all 1000ms var(--ttf-7);
  }
  
  header.main h1 {
    pointer-events: none;
  }
  
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 57px;
  }
  
  .scrolled header.main h1 {
    pointer-events: all;
  }
  
  .btn-mobile-menu {
    display: none;
  }

  .nav-wrapper {
    position: absolute;
    bottom: 17px;
    left: 50px;
		right: 50px;
    z-index: 2;
  }
  
  body.inselseite nav.primary {
    display: none;
  }
  
  body.inselseite nav.back {
    display: block;
  }
  
  body.inselseite nav.back a i {
    font-size: 60%;
  }
  
  body.inselseite nav.back a span,
  body.inselseite nav.back a i {
    display: inline-block;
    vertical-align: middle;
  }
  
  .lt-ie8 body.inselseite nav.back a span,
  .lt-ie8 body.inselseite nav.back a i {
    display: inline;
    zoom: 1;
  }
	
	nav.primary {
		float: left;
	}
	
	nav.primary-right {
		float: right;
	}	
  
  nav.primary li {
    display: inline;
  }
  
  nav.primary a {
    display: inline-block;
    float: left;
    margin-right: 1.3em;
    line-height: 1;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 150ms;
    -moz-transition: border 150ms;
    transition: border 150ms;
  }
  
  nav.primary a:hover,
  nav.primary .current-menu-item a {
    border-color: #000;
  }
  
  nav.primary .btn-home,
  nav.primary .btn-impressum {
    display: none;
  }
  
  .lt-ie8 nav.primary a {
    display: inline;
    zoom: 1;
  }
	
	nav.primary-right li:last-child a {
		margin-right: 0;
	}



	/* NEWS */
    ul.years {list-style-type: none; margin: 0 0 2em 0;}
    ul.years li {display: inline-block; margin: 0 0 0 20px; font-size: 160%;}
    ul.years li.active a {text-decoration: underline;}
    ul.years li:first-child {margin-left: 0;}

    article.news {border-bottom: 1px solid #fff; padding-bottom: 2em; margin-bottom: 2em;}
	article.news p {margin-bottom: 1em;}
	article.news a {text-decoration: underline;}

	a.back {font-size: 110%; text-decoration: underline; display: block; margin-top: 2em;}
  
  
  /* BODY */
  
  section.page .col-1,
  section.page .col-2,
	.awards-list .col-1,
	.awards-list .col-2,
	.job-details .col-1,
	.job-details .col-2,
	.person-details .col-1,
	.person-details .col-2 {
    width: 49.3984962406%;
    float: left;
  }
  
  section.page .col-2,
	.awards-list .col-2,
	.job-details .col-2,
	.person-details .col-2 {
    float: right;
  }
  
  section.page .col-1 h1,
  section.page .col-2 h1.unit-headline {
    text-align: right;
    font-size: 329.1666666667%; /* 79/24 */
    font-family: 'Circular Black', sans-serif;
    border-top: 14px solid #000;
    padding-top: 16px;
    line-height: 0.9;
  }
  
  body.inselseite section.page .col-1 h1 {
    border-top-color: #ededed;
  }
	
	.awards-list .col-1 {
		border-top: 14px solid #000;
		padding-top: 3.33333333333333333333em;
		padding-bottom: 3.33333333333333333333em;
	}
	
	.awards-list .col-2 {
		border-top: 14px solid transparent;
		padding-top: 3.33333333333333333333em;
		padding-bottom: 3.33333333333333333333em;
	}
	
	.awards-list h1 {
		font-family: 'Circular Black', sans-serif;
		font-size: 1.33333333333333333333em;
		line-height: 1.28125;
		padding: 0 1.40625000000000000000em;
	}
  
  section.page .teaser {
    font-family: 'Circular Black', sans-serif;
    font-size: 133.3333333333%; /* 32/24 */
    margin-bottom: 1em;
    line-height: 1.3;
  }
  
  p.sub {
    font-family: 'Circular Black', sans-serif;
    padding-bottom: 0.5em;
  }
  
  p.sub a span {
    line-height: 1;
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: middle;
  }
  
  .sub-link span {
    margin-left: 0;
  }
  
  p.sub a i,
  .sub-link i {
    font-size: 60%;
  }
  
  .sub-link i {
    font-size: 45%;
  }
  
  p.sub a i:before,
  .sub-link i:before {
    margin-left: 0;
    -webkit-transition: -webkit-transform 500ms;
    -moz-transition: -moz-transform 500ms;
    transition: transform 500ms;
  }
  
  .sub-link i:before {
    vertical-align: text-top;
    line-height: 0.7em;
    margin-right: 0;
  }
  
  p.sub a.open i:before,
  .sub-link.open i:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .lt-ie8 p.sub a span,
  .lt-ie8 .sub-link span {
    display: inline;
    zoom: 1;
  }
  
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    margin-bottom: 0.7em;
  }
  
  .wysiwyg .teaser-and-copy-wrapper {
    margin-bottom: 2.3em;
  }
  
  .wysiwyg .teaser-and-copy-wrapper:last-child {
    margin-bottom: 0;
  }
  
  .wysiwyg li {
    padding-left: 1em;
    background: url(imgs/bullet.png) no-repeat left 0.6em;
  }
  
  section.accordion .wysiwyg li,
  body.inselseite .wysiwyg li {
    background-image: url(imgs/bullet_white.png);
  }
  
  .wysiwyg a,
	.jobs-list .job-name a span,
	.btn-awards span {
    border-bottom: 2px solid #000;
    text-shadow: 1px 1px 0 #ededed, -1px 1px 0 #ededed;
    line-height: 1;
    display: inline-block;
    -webkit-transition: border 150ms;
    -moz-transition: border 150ms;
    transition: border 150ms;
  }
	
	.wysiwyg .btn-awards {
		border: 0;
	}
	
	.wysiwyg a.btn-awards,
	.jobs-list .job-name {
    font-family: 'Circular Black', sans-serif;
    font-size: 133.3333333333%; /* 32/24 */
    margin-bottom: 1em;
	}
	
	.jobs-list .job-name {
		margin-bottom: 0;
		line-height: 1.3125;
	}
  
  .lt-ie8 .wysiwyg a {
    color: #000;
  }
  
  .lt-ie8 body.inselseite .wysiwyg a,
  .lt-ie8 section.accordion .wysiwyg a {
    color: #fff;
  }
  
  section.accordion .wysiwyg a,
  body.inselseite .wysiwyg a {
    border-bottom-color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000;
  }
  
  .wysiwyg a:hover,
	.jobs-list .job-name a:hover span,
	.btn-awards:hover span {
    border-color: #ededed;
  }
  
  .wysiwyg a.sub-link {
    border: 0;
    text-decoration: none;
  }
  
  section.accordion .wysiwyg a:hover,
  body.inselseite .wysiwyg a:hover {
    border-color: #000;
  }
  
  .lt-ie8 .wysiwyg a {
    display: inline;
    zoom: 1;
  }
  
  p.fullsize-image {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bottom-1 { margin-bottom: 80px; }
  .bottom-2 { margin-bottom: 160px; }
  .bottom-3 { margin-bottom: 240px; }
  
  .top-1 { margin-top: 80px; }
  .top-2 { margin-top: 160px; }
  .top-3 { margin-top: 240px; }
  .top-4 { margin-top: 320px; }
	.top-5 { margin-top: 400px; }
	.top-6 { margin-top: 480px; }
  
  .top--1 { margin-top: -80px; position: relative; z-index: 2; }
  
  section.accordion {
    background: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  
  .btn-close {
    position: absolute;
    top: 28px;
    right: 28px;
  }
  
  
  
  
  
  
  
  /* HOME */
  
  section.page-home {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
  }
  
  section.page-home .col-1 h1 {
    font-size: 395.8333333333%; /* 95/24 */
    font-family: 'Circular Black', sans-serif;
    line-height: 0.9;
    height: 0;
    position: relative;
    padding-top: 63.1659056317%;
    border-top: 0;
  }
  
  section.page-home h1 > span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -0.7em;
  }
  
  section.page-home h1 span span {
    display: block;
  }
  
  section.page-home .home-intro {
    max-width: none;
    padding-inline: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
  
  section.page-home .home-intro h1 {
    margin-bottom: 0.1em;
  }
  
  section.page-home .home-intro .wysiwyg {
    max-width: 19.61111111111111111111em;
  }
  
  section.page-home section.news {
    flex-shrink: 0;
    width: 100%;
  }
  
  @media (max-width: 600px) {
    
    section.page-home {
      height: auto;
    }
    
    section.page-home .home-intro {
      height: auto;
      aspect-ratio: 1 / 1;
    }
    
  }
  
  
  
  
  
  
  
  
  
  
  /* WER */
  
  .portraits li {
    float: left;
    width: 24.0601503759%;
    margin-right: 1.2030075188%;
    min-height: 1px;
  }
  
  .portraits li.item-4 {
    margin-right: 0;
  }
  
  .portraits figcaption {
    height: 80px;
    line-height: 1.1;
  }
  
  .portraits .caption-bottom figcaption {
    margin-top: 0.4em;
  }
  
  .portraits .caption-right figcaption {
    text-align: right;
  }
  
  .portraits figcaption span {
    display: block;
  }
  
  .bios .wysiwyg h1, .portraits figcaption {
    font-family: 'Circular Black', sans-serif;
    font-size: 133.3333333333%; /* 32/24 */
  }
  
  .bios .mobile-portrait {
    display: none;
  }
  
  section.page .col-2 h1.unit-headline {
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
  
  section.page .col-2 h1.unit-headline span {
    display: block;
  }
  
  p.links {
    margin-top: 1.2em;
    line-height: 1.7;
  }
  
  p.links a {
    margin-right: 0.7em;
  }
  
    /* =============================================================== */
 section.page .col-2 .wysiwyg p {visibility: visible;}
 section.page .col-2 .wysiwyg h1 {visibility: visible;}
 section#page-was .page-inner .col-2 .wysiwyg {visibility: visible !important;}
  
  
	
	.portraits li .person-details,
	.jobs-list .job-desc {
		position: absolute;
		left: -20000px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	.portraits .btn-person {
		display: block;
		transition: opacity 500ms;
		opacity: 1;
	}
	
	.portraits .btn-person.faded {
		opacity: 0.2;
	}
	
	.person-details .col-1 {
		text-align: right;
	}
	
	.person-details .col-1 img {
		max-width: 320px;
		width: 100%;
	}
	
	.person-details h1 {
    font-family: 'Circular Black', sans-serif;
    font-size: 133.3333333333%; /* 32/24 */
	}
	
	
	
	
	
	
	
	
	
	
  /* AWARD */
  
  .award h1 img {
    width: 53.27245053272450532700%;
    float: right;
  }
  
	
	
	
	
	
	
	
	/* AWARDS */
	
	section.awards {
		display: none;
	}
	
	#overlay section.awards {
		display: block;
	}
	
	
	
	
	
	
	
	
	/* JOBS */

	.jobs-list li.has-spacing {
		margin-top: 1.75em;
	}
	
	.jobs-list .job-name a {
		display: inline-block;
	}
	
	.jobs-list .job-name a span {
		vertical-align: middle;
	}
	
	.jobs-list .job-name a i,
	.portraits .btn-person i,
	.btn-awards i {
		opacity: 0;
		transform: translateX(-20%);
		transition: all 150ms;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 50%;
	}
	
	.jobs-list .job-name a i {
		margin-top: 2px;
	}
	
	.portraits .btn-person i,
	.btn-awards i {
		margin-top: -1px;
	}
	
	.jobs-list .job-name a:hover i,
	.portraits .btn-person:hover i,
	.btn-awards:hover i {
		opacity: 1;
		transform: none;
	}
	
	.job-details h1 {
    font-family: 'Circular Black', sans-serif;
    font-size: 133.3333333333%; /* 32/24 */
    margin-bottom: .5em;
	}








	/* NEWS */
	
	section.news {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
		background: #000;
		-webkit-font-smoothing: antialiased;
	}
  
  @media (min-width: 601px) {
    
    section.news {
      margin-top: 0;
    }
    
    section.news .page-inner {
      max-width: none;
      padding-inline: 0px;
    }
  
  }

	section.news .col-1 {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 27.31310140636565507000%;
	}
	
	section.news .col-1 h2 {
		font-family: 'Circular Black', sans-serif;
	}
	
	section.news .col-2 {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}
	
	section.news .ticker {
		width: 100%;
		overflow: hidden;
	}
	
	section.news .ticker-inner {
		padding: 0 10px;
		white-space: nowrap;
	}
	
	section.news .ticker-inner .date {
		font-family: 'Circular Black',sans-serif;
	}
	
	section.news .divider {
		display: inline-block;
		padding: 0 15px;
	}
	
	section.news .ticker a {
		transition: opacity 150ms;
		opacity: 1;
	}
	
	section.news .ticker a:hover {
		opacity: 0.7;
	}
	
	
	
	
	
	/* OVERLAY */
	
	html.no-scrolling {
		overflow: hidden;
	}
	
	#overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99999;
		background: transparent;
		transition: background 250ms 50ms, visibility 0ms 250ms;
		visibility: hidden;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#overlay.shown {
		transition-delay: 0ms;
		visibility: visible;
		background: #EDEDED;
	}
	
	#overlay.hiding {
		transition-delay: 350ms;
		background: transparent;
	}
	
	.overlay-content .col-1,
	.overlay-content .col-2,
	.btn-close-overlay-wrap {
		opacity: 0;
		transform: translateY(20px);
		transition: all 1s 450ms cubic-bezier(0.19,1,.22,1);
	}
	
	.overlay-content .col-2 {
		transition-delay: 575ms;
	}
	
	.btn-close-overlay-wrap {
		transform: none;
	}
	
	.overlay-content {
		padding: 84px 0;
	}
	
	#overlay.shown .overlay-content .col-1,
	#overlay.shown .overlay-content .col-2,
	#overlay.shown .btn-close-overlay-wrap {
		opacity: 1;
		transform: none;
	}
	
	#overlay.hiding .overlay-content .col-1,
	#overlay.hiding .overlay-content .col-2,
	#overlay.hiding .btn-close-overlay-wrap {
		opacity: 0;
		transform: translateY(20px);
		transition-delay: 0ms;
	}
	
	#overlay.hiding .btn-close-overlay-wrap {
		transform: none;
	}
	
	.btn-close-overlay-wrap {
		position: fixed;
		top: 65px;
		right: 84px;
		z-index: 999999;
	}
	
	.btn-close-overlay {
		transition: opacity 150ms;
		opacity: 1;
	}
	
	.btn-close-overlay:hover {
		opacity: 0.7;
	}
	
	.btn-close-overlay i {
		font-size: 34px;
	}
	
	
	
  
  
  
  
  
  
  
  /* FOOTER */
  
  footer.main {
    background: #000;
    color: #fff;
    font-size: 83.333333333333%; /* 20/24 */
    -webkit-font-smoothing: antialiased;
  }
  
  nav.footer {
    margin-bottom: 2em;
  }
  
  nav.footer li {
    display: inline;
  }
  
  nav.footer a {
    display: inline-block;
    line-height: 1;
    margin-right: 1.1em;
  }
  
  .lt-ie8 nav.footer a {
    display: inline;
    zoom: 1;
    color: #fff;
  }





/* ==========================================================================
   Media Queries
   ========================================================================== */
  
  
  

@media only screen and (max-width: 1200px) {

  div.main, footer.main, header.main, #overlay {
    font-size: 90%;
  }

  body.inselseite {
    padding-top: 140px;
  }

  .bottom-1 { margin-bottom: 70px; }
  .bottom-2 { margin-bottom: 140px; }
  .bottom-3 { margin-bottom: 210px; }

  .top-1 { margin-top: 70px; }
  .top-2 { margin-top: 140px; }
  .top-3 { margin-top: 210px; }
  .top-4 { margin-top: 280px; }
	.top-5 { margin-top: 350px; }
	.top-6 { margin-top: 420px; }

  .top--1 { margin-top: -70px; position: relative; z-index: 2; }

  .portraits figcaption {
    height: 70px;
  }
  
  header.main,
  header.main > .inner {
    height: 85px;
  }
  
  .nav-wrapper {
    bottom: 15px;
  }
  
  header.main h1 img {
    height: 85px;
  }
  
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 52px;
  }

}

  
  
@media only screen and (max-width: 1024px) {

  div.main, footer.main, header.main, #overlay {
    font-size: 80%;
  }

  body {
    line-height: 1.35;
  }
  
  body.inselseite {
    padding-top: 128px;
  }    

  .bottom-1 { margin-bottom: 64px; }
  .bottom-2 { margin-bottom: 128px; }
  .bottom-3 { margin-bottom: 192px; }

  .top-1 { margin-top: 64px; }
  .top-2 { margin-top: 128px; }
  .top-3 { margin-top: 192px; }
  .top-4 { margin-top: 256px; }
	.top-5 { margin-top: 320px; }
	.top-6 { margin-top: 384px; }

  .top--1 { margin-top: -64px; position: relative; z-index: 2; }

  .portraits figcaption {
    height: 64px;
  }

  section.page .col-1 h1, section.page .col-2 h1.unit-headline,
	.awards-list .col-1 {
    border-top-width: 12px;
  }
  
  header.main,
  header.main > .inner {
    height: 77px;
  }
  
  .nav-wrapper {
    bottom: 13px;
  }
  
  header.main h1 img {
    height: 77px;
  }
  
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 47px;
  }
	
	.btn-close-overlay-wrap {
		right: 50px;
	}

}



@media only screen and (max-width: 900px) {

  div.main, footer.main, header.main, #overlay {
    font-size: 70%;
  }

  body.inselseite {
    padding-top: 112px;
  }

  .bottom-1 { margin-bottom: 56px; }
  .bottom-2 { margin-bottom: 112px; }
  .bottom-3 { margin-bottom: 168px; }

  .top-1 { margin-top: 56px; }
  .top-2 { margin-top: 112px; }
  .top-3 { margin-top: 168px; }
  .top-4 { margin-top: 224px; }
	.top-5 { margin-top: 280px; }
	.top-6 { margin-top: 336px; }

  .top--1 { margin-top: -56px; position: relative; z-index: 2; }

  .portraits figcaption {
    height: 56px;
  }

  section.page .col-1 h1, section.page .col-2 h1.unit-headline,
	.awards-list .col-1 {
    border-top-width: 11px;
  }
  
  header.main,
  header.main > .inner {
    height: 68px;
  }
  
  .nav-wrapper {
    bottom: 12px;
  }
  
  header.main h1 img {
    height: 68px;
  }
  
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 42px;
  }

}
   


@media only screen and (max-width: 768px) {

  div.main, footer.main, header.main, #overlay {
    font-size: 64%;
  }
  
  body {
    line-height: 1.3;
  }
  
  body.inselseite {
    padding-top: 104px;
  }
  
  .bottom-1 { margin-bottom: 52px; }
  .bottom-2 { margin-bottom: 104px; }
  .bottom-3 { margin-bottom: 156px; }
  
  .top-1 { margin-top: 52px; }
  .top-2 { margin-top: 104px; }
  .top-3 { margin-top: 156px; }
  .top-4 { margin-top: 208px; }
	.top-5 { margin-top: 260px; }
	.top-6 { margin-top: 312px; }
  
  .top--1 { margin-top: -52px; position: relative; z-index: 2; }
  
  .portraits figcaption {
    height: 52px;
  }
  
  section.page .col-1 h1, section.page .col-2 h1.unit-headline,
	.awards-list .col-1 {
    border-top-width: 9px;
  }
  
  header.main,
  header.main > .inner {
    height: 63px;
  }
  
  .nav-wrapper {
    bottom: 11px;
  }
  
  header.main h1 img {
    height: 63px;
  }
  
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 39px;
  }

}



@media only screen and (max-width: 700px) {
 
  .page-inner, footer.main > .inner, header.main > .inner {
    padding: 0 25px;
  }
  
  .nav-wrapper {
    left: 25px;
  }
	
	.btn-close-overlay-wrap {
		right: 25px;
		top: 25px;
	}
  
}



@media only screen and (max-width: 600px) {
	
	body::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		/*background: #ededed;*/
		z-index: 95;
	}
 
  .page-inner, footer.main > .inner, header.main > .inner {
    padding: 0 20px;
  }
  
  .nav-wrapper {
    left: 20px;
		bottom: 100%;
  }
  
  div.main, footer.main, #overlay {
    font-size: 69%;
  }
  
  body {
    line-height: 1.3;
  }
  
  body.inselseite {
    padding-top: 80px;
  }
  
  .container {
    /*padding-top: 40px;*/
  }
  
  .bottom-1 { margin-bottom: 40px; }
  .bottom-2 { margin-bottom: 80px; }
  .bottom-3 { margin-bottom: 120px; }
  
  .mobile-bottom-1 { margin-bottom: 40px !important; }
  .mobile-bottom-2 { margin-bottom: 80px !important; }
  .mobile-bottom-3 { margin-bottom: 120px !important; }
  
  .top-1 { margin-top: 40px; }
  .top-2 { margin-top: 80px; }
  .top-3 { margin-top: 120px; }
  .top-4 { margin-top: 160px; }
	.top-5 { margin-top: 200px; }
	.top-6 { margin-top: 240px; }
  
  .mobile-top-1 { margin-top: 40px !important; }
  .mobile-top-2 { margin-top: 80px !important; }
  .mobile-top-3 { margin-top: 120px !important; }
  .mobile-top-4 { margin-top: 160px !important; }
  
  .top--1 { margin-top: -40px; position: relative; z-index: 2; }
  .mobile-top--1 { margin-top: -40px !important; position: relative; z-index: 2; }
  
  .portraits figcaption {
    height: 40px;
  }
  
  section.page .col-1 h1, section.page .col-2 h1.unit-headline {
    border-top-width: 8px;
    font-size: 250%; /* 40/16 */
    letter-spacing: 0;
    padding-top: 8px;
  }
	
	.awards-list .col-1 {
		border-top-width: 8px;
	}
  
  section.page .teaser,
  p.sub {
    font-size: 100%; /* 16/16 */
    letter-spacing: 0;
  }
  
  p.sub a span {
    border-bottom-width: 2px;
  }
  
  section.page .col-1, section.page .col-2,
	#overlay .col-1, #overlay .col-2 {
    width: 100%;
    clear: both;
  }
  
  header.main {
    background: #ededed;
  }
  
  header.main,
  header.main > .inner,
  header.main h1 img,
  .scrolled header.main,
  .scrolled header.main > .inner,
  .scrolled header.main h1 img {
    height: 48px;
  }
	
	section.page-home .col-1 h1 {
		height: auto;
		margin-bottom: 40px;
	}
  
  section.page-home p.image {

  }
  
  section.page-home h1 > span {
    position: static;
    bottom: auto;
    left: auto;
    margin-bottom: 0;
  }
  
  section.page-home .col-1 h1 {
    font-size: 300%; /* 48/16 */
  }
  
  .wysiwyg li {
    padding-left: 1.3em;
  }
  
  .btn-close {
    right: 10px;
    top: 15px;
  }
  
  .bios .wysiwyg h1 {
    font-size: 100%;
    margin-bottom: 0.3em;
  }
  
  nav.footer {
    text-align: center;
  }
  
  nav.footer a {
    margin: 0 0.5em;
  }
  
  header.main h1 {
    left: 0;
  }
  
  nav.primary a {
    display: block;
    clear: both;
    border-bottom: 0;
    border-top: 3px solid #ededed !important;
    font-size: 25px;
    width: 100%;
    font-family: 'Circular Book', sans-serif;
    padding: 9px 0 14px;
  }
  
  .mobile-menu header.main h1 img {
    opacity: 0;
  }
  
  .mobile-menu header.main h1 {
    background: url(imgs/vogel-heerma-waitz-white.png) no-repeat center center;
    background-size: cover;
  }
  
  header.main {
		background: rgba(0,0,0,0);
		transition: background 250ms 0ms, height 0ms 250ms;
		color: #ededed;
  }
  
  .mobile-menu header.main {
		transition-delay: 0ms;
    background: rgba(0,0,0,1);
    height: 100%;
  }
  
  .mobile-menu header.main h1 {
    z-index: 2;
  }
  
  .mobile-menu nav.primary {
    display: block;
    padding: 40px 20px 20px 20px;
		float: none;
		padding-bottom: 0;
  }
	
	.mobile-menu nav.primary-right {
		padding-top: 0;
		padding-bottom: 20px;
	}
	
  .mobile-menu .nav-wrapper {
    z-index: 1;
    left: 0;
    right: 0;
    top: 40px;
    bottom: auto;
    text-align: right;
  }
  
  .btn-mobile-menu {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 29px;
		width: 29px;
		height: 35px;
		color: #000;
  }
	
	.mobile-menu .btn-mobile-menu {
		color: #ededed;
	}
	
	.btn-mobile-menu i {
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity 250ms, transform 250ms;
	}
	
	.mobile-menu .btn-mobile-menu .icon-mobile-menu,
	.btn-mobile-menu .icon-close-overlay {
		opacity: 0;
		transform: scale(0.8);
	}
	
	.mobile-menu .btn-mobile-menu .icon-close-overlay {
		opacity: 1;
		transform: scale(1);
	}
  
  body.inselseite .btn-mobile-menu {
    display: none;
  }
  
  .btn-mobile-menu i:before {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  
  nav.primary .btn-lang,
  nav.primary .btn-impressum {
    display: block;
  }
  
  .bios .mobile-portrait {
    display: block;
    margin-bottom: 0.7em;
  }
  
  .bios .mobile-portrait img {
    width: 100%;
    max-width: none;
  }
  
  body.inselseite nav.back {
    display: none;
  }
	
	section.news {
		background: none;
	}
	
	section.news .col-1 {
		color: #000;
		padding: 0;
	}
	
	section.news .col-1 h2 {
    font-size: 250%;
    letter-spacing: 0;
    padding-top: 8px;
		font-family: 'Circular Black', sans-serif;
    border-top: 14px solid #000;
		line-height: 0.9;
		border-top-width: 8px;
		text-align: right;
	}
	
	section.news .col-2 {
		color: #000;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	section.news .ticker-inner {
		padding: 0;
		white-space: normal;
	}
	
	section.news .ticker .ticker-inner > span,
	section.news .ticker .ticker-inner > a {
		display: block;
		margin-bottom: 40px;
	}
	
	section.news .ticker .ticker-inner > span.divider {
		display: none;
	}
	
	section.news .ticker span.date {
		display: inline-block;
		margin-right: 0.25em;
	}
  
	section.news .ticker a span.copy {
		text-decoration: underline;
	}
	
	section.news .ticker a:hover {
		opacity: 1;
	}
	
	section.news .ticker a:hover span.copy {
		text-decoration: none;
	}
	
	.awards-list .col-1 {
		padding-top: 2em;
		padding-bottom: 0;
	}
	
	.awards-list .col-1 h1 {
		padding: 0;
	}
	
	.awards-list .col-2 {
		padding-top: 0;
		padding-bottom: 2em;
	}
	
	.btn-close-overlay-wrap {
		top: 15px;
		right: 15px;
	}
	
	.portraits li {
		width: 50%;
		margin-right: 0;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	
	.portraits li.item-1,
	.portraits li.item-3 {
		padding-right: 10px;
		clear: left;
		float: left;
	}
	
	.portraits li.item-2,
	.portraits li.item-4 {
		padding-left: 10px;
		clear: right;
		float: right;
	}
	
	.portraits li figure {
		margin-top: 0 !important;
	}
	
	.portraits li figure > a {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-flow: column;
		    flex-flow: column;
	}
	
	.portraits li figure img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.portraits li figure figcaption {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		text-align: left !important;
		height: auto;
		margin-top: .4em;
	}
	
	.jobs-list .job-name a i, .portraits .btn-person i {
    opacity: 1;
    transform: none;
	}
	
	.person-details .col-1 img {
		max-width: none;
	}
	
	nav.primary li {
		display: block;
		position: relative;
		transform: translateX(-30px);
		opacity: 0;
		transition: all 1000ms 0ms cubic-bezier(0.19,1,.22,1);
		clear: both;
    float: left;
    width: 100%;
	}
	
	.mobile-menu nav.primary li {
		opacity: 1;
		transform: none;
	}
	
	nav.primary .btn-home {
		display: none;
	}
	
}



@media only screen and (max-width: 450px) {
	
	.portraits li.item-1, 
	.portraits li.item-2,
	.portraits li.item-3,
	.portraits li.item-4 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		clear: both;
		float: left;
		margin-bottom: 60px;
	}
	
	ul.portraits {
		margin-bottom: 0 !important;
	}
	
	.portraits li figure figcaption {
		margin-top: 1em;
	}
	
	.portraits figcaption span {
		display: inline;
	}
	
}



/*
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !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 #999;
        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;
    }
}