/* Reset */
* {
	margin:0; padding:0; box-sizing:border-box;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input, 
select, 
textarea, 
button {
	outline:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
button, 
.btn, 
input[type="button"], 
input#submit, 
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a img {
	border:none; 
	background:none;
}
img {
	vertical-align:middle; 
	outline:none;
	position:relative;
}
iframe,
video {
	max-width:100%;
}

/* additional css for ie */
main {
	display:block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .fluid > .fixed_width {
	   margin:0;
	   align-self:center;
	}
}
/* Textmarkierung */
::selection {/* WebKit/Blink Browsers */
	background:#006f97; 
	color:#fff;
}
::-moz-selection {/* Gecko Browsers */
	background:#006f97; 
	color:#fff;
}
/* Standard Links */
a:link, a:active, a:visited {
	outline:none; 
	text-decoration:none; 
	color:#1080d0; 
	-webkit-transition:all 0.2s ease-in; 
	-moz-transition:all 0.2s ease-in; 
	transition:all 0.2s ease-in; 
	position:relative;
	z-index:1;
}
a:hover, a:focus {
	color:#111b47;
}
/* default */
body {
	font-family:'DbSans', sans-serif;
	font-weight:400;
	color:#777;
	font-size:1.125em;
	font-size:18px;
}
p {
	margin-bottom:30px;
}
a.btn {
	background-color:#1080d0;
	padding:1em 2em;
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	display:inline-block;
	border:1px solid transparent;
	border-radius:3px;
}
a.btn:hover, a.btn:focus {
	background-color:transparent;
	color:#1080d0;
	border:1px solid #1080d0;
}
h1, h2, h3, h4, h5, h6 {
	width:100%;
	font-family:'DbHead', sans-serif;
}
h2 {
	font-size:3.125em;
	font-weight:700;
	color:#303133;
	letter-spacing:-0.05em;
}
h2:after {
	content:'';
	display:block;
	width:90px;
	height:2px;
	background-color:#1080d0;
	margin:36px 0px;
}
.home h2:after {
	margin:36px auto;
}
h3 {
	font-family:'DbSans', sans-serif;
	font-weight:400;
	color:#777;
	font-size:1.125em;
	font-size:18px;
	margin-bottom:75px;
}
h4 {
	font-family:'DbHead', sans-serif;
	font-weight:700 !important;
	color:#777;
	font-size:1.3em;
	font-size:20px;
	margin-bottom:35px;
}
main {
	padding-top:85px;
}
hr.seperator {
	width:100%;
	display:block;
	margin:36px auto;
	border:0;
	border-top:1px solid #eaeaea;
}
/* Standard für Bilder */
.img-responsive {
	max-width:100%; 
	height:auto; 
	display:block;
}
/* Klassen für Breite, padding und horizontalen Abstand der rows */
.row {
	width:100%;
	position:relative;
}
.inner_row {
	width:100%;
	padding-left: calc((100vw - 1200px) / 2);
	padding-right: calc((100vw - 1200px) / 2);
	position:relative;
	z-index:1;
}
.fixed_width {
	width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.pad-bottom {
	padding-bottom:75px;
}
.pad-top {
	padding-top:75px;
}
.pad-both {
	padding-bottom:75px;
	padding-top:75px;
}
/* Positionierung / Ausrichtung */
.fluid {
	display:flex;
	flex-wrap:wrap;
}
.valign_center {
	align-items:center;
}
.valign_top {
	align-items:flex-start;
}
.valign_bottom {
	align-items:flex-end;
}
.halign_start {
	justify-content:flex-start;
}
.halign_between {
	justify-content:space-between;
}
.halign_around {
	justify-content:space-around;
}
.halign_center {
	justify-content:center;
}
.halign_end {
	justify-content:flex-end;
}
.dir_col {
	flex-direction:column;
}
.text_center {
	text-align:center;
}
/* Klassen für Breiten für Elemente */
.md-100 {width:100%;}
.md-85 {width:85%;}
.md-80 {width:80%;}
.md-75 {width:75%;}
.md-70 {width:70%;}
.md-66 {width:66%;}
.md-65 {width:65.2%;}
.md-60 {width:60%;}
.md-55 {width:55%;}
.md-50 {width:50%;}
.md-48 {width:48%;}
.md-45 {width:45%;}
.md-40 {width:40%;}
.md-33 {width:33.33%;}
.md-32 {width:31.8%;}
.md-30 {width:30%;}
.md-25 {width:25%;}
.md-21 {width:21%;}
.md-15 {width:15%;}

@media (max-width:1200px) {
	.inner_row {
		padding-left:15px;
		padding-right:15px;
	}
	.fixed_width {
		width:100%;
		padding:0 15px;
	}
	.sm-100 {width:100%;}
	.sm-90 {width:90%;}
	.sm-80 {width:80%;}
	.sm-60 {width:60%;}
	.sm-50 {width:50%;}
	.sm-48 {width:48%;}
	.sm-45 {width:45%;}
	.sm-40 {width:40%;}
	.sm-33 {width:33.33%}
}
@media (max-width:768px) {
	.xs-100 {width:100%;}
	.xs-90 {width:90%;}
	.xs-50 {width:50%;}
	.xs-48 {width:48%;}
	.xs-33 {width:33.33%}
}
/* Klassen für Farben */
.bg-dark {
	background-color:#111b47;
}
.bg-dark > * {
	color:#fff;
}
.bg-lightblue {
	background-color:#1080d0;
}
.bg-lightblue > * {
	color:#fff;
}
.bg-light {
	background-color:#f7f7f7;
}
.bg-light > * {
	color:#303133;
}
.bg-white {
	background-color:#fff;
}
.bg-white > * {
	color:#777;
}
/* header */
header#site-header {
	border-bottom:1px solid rgba(255,255,255,0.15);
	position:fixed;
	background-color:#000;
	z-index:99998;
}
.home header#site-header {
	background-color:transparent;
}
header#site-header.scroll {
	background-color:#000;
	top:0;
	z-index:999999;
	-webkit-transition:all 0.4s ease-in-out; 
	-moz-transition:all 0.4s ease-in-out;	
	transition:all 0.4s ease-in-out; 
}
header#site-header.scrolled {
	background-color:#000;
}
.header-logo {
	width:125px;
	height:auto;
	margin:1em;
}
.header-nav ul {
	list-style:none;
}
.header-nav ul li a {
	display:block;
	padding:1em;
	font-size:0.75em;
	font-size:12px;
	font-weight:600;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.header-nav ul li a:link, 
.header-nav ul li a:active, 
.header-nav ul li a:visited,
.header-nav ul li a:focus {
	color:#fff;
}

.header-nav ul li a:hover,
.header-nav ul li.current a {
	color:rgba(255,255,255,.5);
}
.header-nav .menu-btn {
	display:none;
}

/* mobile nav */
.wrapper-menu {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
}
.wrapper-menu.open {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.line-menu {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 3px;
}
.line-menu.half {
	width: 50%;
}
.line-menu.start {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-webkit-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
}
.open .line-menu.start {
	transform: rotate(-90deg) translateX(3px);
	-webkit-transform: rotate(-90deg) translateX(3px);
	-ms-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-webkit-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
}
.open .line-menu.end {
	transform: rotate(-90deg) translateX(-3px);
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-ms-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
}
@media (max-width:990px) {
	.header-nav .menu-btn {
		display:block;
	}
	.header-nav .menu-hauptmenue-container {
		visibility:hidden;
		opacity:0;
		width:0;
		height:0;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.header-nav .menu-hauptmenue-container .main-menu {
		position:absolute;
		flex-direction:column;
		align-items:center;
		background-color:#000;
		height:0;
		max-height:0;
		opacity:0;
		width:100vw;
		left:0;
		top:85px;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.header-nav .menu-hauptmenue-container .main-menu li {
		width:100%;
		text-align:center;
	}
	.header-nav.clicked .menu-hauptmenue-container {
		visibility:visible;
		opacity:1;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.header-nav.clicked .menu-hauptmenue-container .main-menu {
		width:100vw;
		height:calc(100vh - 84px);
		max-height:calc(100vh - 84px);
		left:0;
		opacity:1;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}

}

/* frontpage only */
.parallax-image {
	position: absolute;
	width: 100%;
	height: 1120px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color:#111b47;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/* all sections */
section {
	padding:75px 0;
}
/* section 1 */
.section-1 {
	color:#fff;
}
.section-1 h1 {
	font-size:75px;
	font-weight:600;
	line-height:1.2;
	letter-spacing:-0.05em;
	margin-bottom:36px;
}
.section-1 .media {
	margin-bottom:36px;
}
.section-1 .media .plyr {
	max-width:768px;
}

/* section 2 */
.section-2 {
	background-size:cover;
	background-position:center center;
	padding-bottom:0;
	overflow:hidden;
}
.section-2 img {
	width:100%;
}
/* section 3 */
.section-3 {
	padding-bottom:0;
	overflow:hidden;
}
.section-3 h2 {
	margin-bottom:40px;
}
.section-3 .slide.slick-slide {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:36px;
}
.section-3 .slide.slick-slide .slide-image {
	height:125px;
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
.section-3 .slide.slick-slide .slide-content {
	font-size:1em;
	font-size:16px;
	line-height:1.75;
	font-style:italic;
}
/* section 4 */
.section-4 .member {
	width:298px;
	margin:1px;
	position:relative;
	overflow:hidden;
}
.section-4 .member.advisory {
	width:598px;
}
.section-4 .member img {
	width:100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section-4 .member .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background-color: rgba(0,0,0,0.5);
}
.section-4 .member:hover img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.section-4 .member:hover .overlay {
	opacity: 1;
}
.section-4 .member .overlay-content {
	color:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	width:100%;
	-webkit-transform: translate(0, -50%) scale(0,0);
	-ms-transform: translate(0, -50%) scale(0,0);
	transform: translate(0, -50%) scale(0,0);
	
	-webkit-transition: all 0.3s ease-in-out 150ms;
	-moz-transition: all 0.3s ease-in-out 150ms;
	-o-transition: all 0.3s ease-in-out 150ms;
	transition: all 0.3s ease-in-out 150ms;
}
.section-4 .member:hover .overlay-content {
	-webkit-transform: translate(0, -50%) scale(1,1);
	-ms-transform: translate(0, -50%) scale(1,1);
	transform: translate(0, -50%) scale(1,1);
}
.section-4 .member .overlay-content > * {
	line-height: 1.75;
	display:block;
	width:100%;
}
.section-4 .member .overlay-content .title {
	font-size:20px;
	font-weight:700;
}
.section-4 .member .overlay-content .position {
	display:inline-block;
	width:auto;
	font-size:16px;
	font-style:italic;
	padding-bottom:9px;
	margin-bottom:9px;
	border-bottom:1px solid #eaeaea;
}
.section-4 .member .overlay-content .socials a {
	color:#fff;
	padding:5px;
}
.section-4 .member .overlay-content .socials a:hover,
.section-4 .member .overlay-content .socials a:focus {
	color:#1080d0;
}

/* section 5 */
.section-5 {
	overflow:hidden;
}
.section-5 .slick-track {
	height:400px;
}
.section-5 .slide.slick-slide {
	padding:36px;
	border:1px solid #eaeaea;
	background-color:#fff;
	margin:0 18px;
	color:#777;
	max-height:400px;
}
.section-5 .slide.slick-slide a {
	color:#777;
}
.section-5 .slide.slick-slide a:hover,
.section-5 .slide.slick-slide a:focus {
	color:#1080d0;
}
.section-5 .slide-content .date {
	font-size:16px;
	font-style:italic;
	line-height:1.75;
	margin-bottom:9px;
}
.section-5 .slide-content h4 {
	font-family: 'DbHead', sans-serif;
	font-size:20px;
	font-weight:600;
	line-height:1.2;
	margin-bottom:18px;
}
.section-5 .slide-content .content {
	font-size:18px;
	line-height:1.75;
}

/* section 6 */
.section-6 {
	padding-bottom:0;
	overflow:hidden;
}
.section-6 .container {
	min-height:500px;
}
.section-6 .container div.fluid {
	align-content:center;
}
.section-6 .container div div {
	width:100%;
	text-align:center;
}
.section-6 h3 {
	font-family: 'DbHead', sans-serif;
	font-size:24px;
	line-height:1.2;
	font-weight:600;
	margin-bottom:36px;
}
.section-6 .left h3 {
	color:#303133;
}
.section-6 .text {
	line-height:1.75;
}
.section-6 .left .text {
	color:#303133;
}
.section-6 .left .link {
	width:auto;
}
.section-6 .left .link a {
	display:flex;
	justify-content:center;
	align-items:center;
}
.section-6 .left .link .link-img {
	display:inline-block;
	width:28px;
	height:28px;
	background-size:contain;
	background-position:center center;
	margin-right:10px;
}
.section-6 .left .link,
.section-6 .left .button {
	margin-bottom:36px;
}
.section-6 .left .button:last-of-type {
	margin-bottom:0;
}
.section-6 .left .button a.btn {
	font-size:12px;
}
.section-6 .center {
	background-size:cover;
	background-position:center center;
}
.section-6 .right h3 {
	color:#fff;
}
.section-6 .right .text a:link,
.section-6 .right .text a:visited {
	color:#fff;
}
.section-6 .right .text a:hover,
.section-6 .right .text a:focus,
.section-6 .right .text a:active {
	color:#111b47;
}


/* slick */
.slick-prev:before, .slick-next:before {
	content:'';
	display:none;
}
.slick-prev, .slick-next {
	font-size:1em;
	width:36px;
	height:90px;
	top:calc(50% - 15px);
	background-color:#303133;
	color:#f2f2f2;
	z-index:999;
	-webkit-transition:all 0.2s ease-in; 
	-moz-transition:all 0.2s ease-in; 
	transition:all 0.2s ease-in;
}
.slick-prev {
	left:0;
	transform: translateX(-36px);
}
.slick-next {
	right:0;
	transform: translateX(36px);
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
	transform: translateX(0);
	-webkit-transition:all 0.2s ease-in; 
	-moz-transition:all 0.2s ease-in; 
	transition:all 0.2s ease-in;
}
.section-5 .slick-prev, 
.section-5 .slick-next {
	top:calc(50% - 60px);
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
	background-color:#1080d0;
	color:#f2f2f2;
}
.slick-dotted.slick-slider {
	margin-bottom:0;
	padding:0 36px 30px 36px;
}
.section-5 .slick-dotted.slick-slider {
	padding-bottom:50px;
}
.slick-dots {
	background-color:#fff;
	bottom:0;
	width:calc(100% - 72px);
}
.section-5 .slick-dots {
	background-color:transparent;
}
.slick-dots li button::before {
	font-size:36px;
	color:#1080d0;
}
.slick-dots li.slick-active button::before {
	color:#1080d0;
}
/* 3D Image Parallax */
.container-parallax {
  width: 100%;
}

.parallax {
  display: block;
  height: auto;
  position: relative;
  width: auto;
  line-height: 0;
}

.parallax:hover img {
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: box-shadow .5s ease-in-out;
  -moz-transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out;
}

.parallax .parallax-content {
  height: auto;
  -webkit-transform: perspective(50rem);
  transform: perspective(50rem);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
}

.parallax .parallax-content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:99;
}

.parallax .parallax-top-left {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 99;
}

.parallax .parallax-top-left:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(6deg) rotateY(-6deg);
  transform: perspective(50rem) rotateX(6deg) rotateY(-6deg);
}

.parallax .parallax-top-left:hover ~ .parallax-content::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 50%);
}

.parallax .parallax-top-right {
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 99;
}

.parallax .parallax-top-right:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(6deg) rotateY(6deg);
  transform: perspective(50rem) rotateX(6deg) rotateY(6deg);
}

.parallax .parallax-top-right:hover ~ .parallax-content::before {
  background: linear-gradient(-135deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 50%);
}

.parallax .parallax-bottom-left {
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: 99;
}

.parallax .parallax-bottom-left:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(-6deg) rotateY(-6deg);
  transform: perspective(50rem) rotateX(-6deg) rotateY(-6deg);
}

.parallax .parallax-bottom-left:hover ~ .parallax-content::before {
  background: linear-gradient(45deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 50%);
}

.parallax .parallax-bottom-right {
  bottom: 0;
  height: 50%;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 99;
}

.parallax .parallax-bottom-right:hover ~ .parallax-content {
  -webkit-transform: perspective(50rem) rotateX(-6deg) rotateY(6deg);
  transform: perspective(50rem) rotateX(-6deg) rotateY(6deg);
}

.parallax .parallax-bottom-right:hover ~ .parallax-content::before {
  background: linear-gradient(-45deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 50%);
}

@media (max-width:990px) {
	.section-1 h1 {
		font-size:40px;
	}
	h2 {
		font-size:30px;
	}
	h2:after {
		margin-top:15px;
		margin-bottom:20px;
	}
	h3 {
		margin-bottom:30px;
	}
	.section-3 h2 {
		margin-bottom:0;
	}
	.section-3 .slide.slick-slide,
	.section-5 .slide.slick-slide {
		padding:15px;
	}
	.section-5 .slide-content h4 {
		font-size:18px;
	}
	.section-5 .slide-content .content {
		font-size:16px;
		hyphens:auto;
	}
	section {
		padding:30px 0;
	}
	.pad-both {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.pad-bottom {
		padding-bottom:30px;
	}
	.pad-top {
		padding-top:30px;
	}
}
@media (max-width:1199px) {
	.section-4 .row {
		justify-content: center;
	}
	.section-4 .member.advisory {
		width:calc(50% - 2px);
	}
}
@media (max-width:500px) {
	hr.seperator {
		display:none;
	}
	.section-4 .member,
	.section-4 .member.advisory {
		width:100%;
	}
}
@media (hover: none), (pointer: coarse) {
	.slick-slider .slick-prev, .slick-slider .slick-next {
		transform: translateX(0);
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.section-4 .member .overlay {
		opacity:1;
		background-color:transparent;
	}
	.section-4 .member .overlay-content {
		top:auto;
		bottom:0;
		padding:10px;
		background-color:rgba(0,0,0,0.5);
		-webkit-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
	.section-4 .member:hover .overlay-content {
		-webkit-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
	.section-4 .member .overlay-content .title {
		font-size:16px;
	}
	.section-4 .member .overlay-content .position {
		padding-bottom:3px;
		margin-bottom:3px;
	}
	.section-4 .member .overlay-content > * {
		line-height:1;
	}
	.section-5 .slick-track {
		height:auto;
	}
	.section-5 .slide.slick-slide {
		max-height:100%;
	}
}