.module_interview_switch {
	margin: 35px 0 0;
}

.module_interview_switch .interview_container {
	margin-top: 20px;
}

.module_interview_switch .change_select {
	width: 285px;
}

.module_interview_switch .quote_image img {
	width: 100%;
	height: auto;
}

.module_interview_switch .change_content_box {
	margin-top: 45px;
}

.module_interview_switch .quote_image {
	display: inline-block;
	width: 290px;
	height: 290px;
	overflow: hidden;
	margin: 0;
}

.module_interview_switch .quote_item {
	background: #ebebeb;
	height: 290px;
}

.safari.windows .module_interview_switch .quote_image img {
	-webkit-border-radius: 50%;
}

@media (min-width: 768px) {
	.module_interview_switch .quote_image {
		float: left;
	}
}

@media (min-width: 1200px) {
	.module_interview_switch .quote_image {
		width: 320px;
		height: 320px;
	}

	.module_interview_switch .quote_item {
		height: 320px;
	}

	.module_interview_switch .quote_text .quote {
		line-height: 35px;
	}
}

.module_interview_switch .quote_text {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.module_interview_switch .quote_text {
		margin-top: 0;
		overflow: hidden;
	}
}

.module_interview_switch .quote_text .quote:before,
.module_interview_switch .quote_text .quote:after {
	font-family: Georgia, serif;
	position: absolute;
	color: #003b71;
	content: "„";
	font-size: 80px;
	line-height: 0;
}

.module_interview_switch .quote_text .quote:after {
	display: none;
}

@media (min-width: 768px) {

	.module_interview_switch .quote_text .quote:before,
	.module_interview_switch .quote_text .quote:after {
		font-size: 100px;
	}
}

.module_interview_switch .quote_text .quote:before {
	left: -56px;
	top: 27px;
}

.module_interview_switch .quote_text .quote:after {
	content: "“";
	bottom: -15px;
	right: -40px;
}

.module_interview_switch .quote_text .quote,
.module_interview_switch .quote_text .person {
	display: block;
	width: 87%;
	margin-left: 90px;
}

.module_interview_switch .quote_text .quote {
	font-style: italic;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #d4d4d4;
}

@media (min-width: 768px) {
	.module_interview_switch .quote_text .quote {
		font-size: 28px;
		padding-top: 40px;
		padding-right: 20px;
	}
}

.module_interview_switch .quote_text .person .h2 {
	margin-top: 25px;
	margin-bottom: 0;
	color: #003b71;
}

.module_interview_switch .person_text .person_text_inner {
	margin-top: 45px;
}

.module_interview_switch .person_text .person_text_inner span.h2 {
	margin-top: 45px;
}

@media (max-width: 1499px) {
	.module_interview_switch .quote_text .quote {
		font-size: 23px;
	}
}

@media (max-width: 1199px) {
	.module_interview_switch .quote_text .quote {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.module_interview_switch .quote_image {
		display: none;
	}

	.module_interview_switch .select_box {
		width: 300px;
	}

	.module_interview_switch .quote_item {
		background: transparent;
		padding-top: 35px;
	}

	.module_interview_switch .quote_text .quote, .module_interview_switch .quote_text .person {
		margin-left: 62px;
	}

	.module_interview_switch .quote_text .quote:before {
		left: -58px;
		top: -8px;
	}

	.module_interview_switch .quote_item {
		height: auto;
		padding-top: 15px;
	}

	.module_interview_switch .quote_inner {
		overflow: hidden;
	}

	.module_interview_switch .quote_text .quote, .module_interview_switch .quote_text .person {
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.module_interview_switch .quote_text {
		margin-top: -6px;
	}

	.module_interview_switch .quote_item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.module_interview_switch .quote_text .quote:before {
		left: -43px;
	}

	.module_interview_switch .quote_text {
		background: #ebebeb;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.module_interview_switch .quote_text .quote:before, .module_interview_switch .quote_text .quote:after {
		font-size: 75px;
	}

	.module_interview_switch .quote_text .quote, .module_interview_switch .quote_text .person {
		margin-left: 55px;
	}

	.module_interview_switch .quote_text .quote {
		padding-top: 22px;
	}

	.module_interview_switch .quote_text .person .h2 {
		margin-top: 15px;
	}

	.module_interview_switch .quote_text .quote:before {
		left: -37px;
		top: 13px;
	}
}