.interview.content {
	background-color: #ebf2da;
	background-image: url(Kraemer_Interview.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 80%;
	width: 100%;
	padding-top:46%;
	display:block;
	margin: 0 auto;
	position:relative;
}
.interview.content-mobile {
	display:none;
}
.interview.content-mobile .questions {
	width: 60%;
}
.interview.content-mobile .photo {
	background-image: url(Kraemer_Interview.png);
	background-position: center 35px;
	background-repeat: no-repeat;
	background-size: 200%;
	width: 40%;
}
.interview.content-mobile .accordion {
	cursor: pointer;
  	padding: 18px;
  	width: 100%;
  	text-align: left;
  	border: none;
  	outline: none;
  	transition: 0.4s;
	font-family: "Myriad", Sans-serif;
	font-size: 20px;
	color: #314EA3;
	font-weight: 700;
	line-height: 1;
	transition: all .2s linear;
}

.interview.content-mobile .accordion.active,
.interview.content-mobile .accordion:focus, 
.interview.content-mobile .accordion:hover {
	color: #A9C938;
	background-color: transparent;
}
.interview.content-mobile .accordion i.fa {
	margin-right: 10px;
}
.interview.content-mobile .accordion i.open {
	display:none;
}
.interview.content-mobile .accordion i.close {
	display:block;
}
.interview.content-mobile .panel {
	padding: 0 18px;
	background-color: white;
	color: #314EA3;
	display: none;
	overflow: hidden;
	transition: all .2s linear;
}

@media only screen and (max-width: 1024px) {
	.interview.content {
		display:none;
	}
	.interview.content-mobile {
		display:flex;
	}
}
.interview.content .ask {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	color: #314EA3;
	font-size: inherit;
	width: 200px;
	height: 130px;
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	cursor:pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Myriad", Sans-serif;
}
.interview.content .ask span {
	margin-bottom: 30px;
	font-weight: bold;
}
.interview.content .blase-left {
	background-image: url(blase-links.png);
}
.interview.content .blase-right {
	background-image: url(blase-rechts.png);
}
.interview.content .ask.answer {
	background-color: #314ea3;
	background-image: unset;
	color: #ffffff;
}
.interview.content .close {
	color: #ffffff;
	font-weight: bold;
	display:block;
	text-align:right;
	position: relative;
	z-index: 10;
	padding:5px;
}
.interview .tippy-box > .tippy-arrow::before {
  transform: scale(1.7);
}
.tippy-tooltip {
	background-color: #314EA3;
	font-size: 16px;
	text-align: left;
	padding: 20px;
}
.tippy-popper[x-placement^="right"] .tippy-arrow {
	border-right: 7px solid #314EA3;
}
.tippy-popper[x-placement^="left"] .tippy-arrow {
	border-left: 7px solid #314EA3;
}
