
/*
@media screen and (max-width: 2180px) {
	.bx-viewport {
		height: 100% !important;
	}
	
	.bx-wrapper {
		margin-bottom: 72px;
	}
}
*/
@media screen and (max-width: 1400px) {
	.bx-viewport:after,
	.bx-viewport:before {
		width: 120px;
	}
}

@media screen and (max-width: 1200px) {
	header img {
		width: 280px;
		height: auto;
	}
	.bx-viewport:after,
	.bx-viewport:before {
		display: none;
	}
	.bx-wrapper {
		margin-bottom: 50px;
	}
	.bx-controls-direction {
		position: static;
	}

	.bx-wrapper .bx-prev {
		left: 14px;
	}
	.bx-wrapper .bx-next {
		right: 7px;
	}
	.bx-caption span {
		font-size: 40px;
	}
}

@media screen and (max-width: 980px) {
	header {
		padding: 30px 0 24px;
	}
	header img {
		width: 28%;
		height: auto;
	}
	.content_wrap {
		padding: 0 20px 60px 20px;
		margin: 0 auto 60px;
	}
	.timeline-image a span:before,
	.image_wrap a .text::before {
		width: 86%;
		left: 7%;
	}
	.timeline-image a img:hover ~ span:before,
	#section_1 .image_wrap .image:hover ~ .text:before {
		width: 108%;
		left: -4%;
	}
}

@media screen and (max-width: 760px) {
	h2 {
		margin: 0 0 25px 0;
		font-weight: 300;
	}
	.timeline-image a span,
	.image_wrap a .text {
		font-size: 24px;
		line-height: 28px;
		padding: 15px;
	}
	.bx-controls-direction {
		display: none;
}

@media screen and (max-width: 550px) {
	
	header {
		padding: 30px 0 24px;
	}
	header img { 
		width: 160px;
	}
	.bx-wrapper {
		margin-bottom: 23px;
	}
	.bx-wrapper .bx-caption {
		display: none;
	}
	.content_wrap {
		padding: 0 20px 10px 20px;
		margin: 0 auto 25px;
	}
	h1 {
		font-size: 40px; 
		line-height: 45px;
		margin: 0 0 22px 0;
	}
	.cd-timeline-content .cd-date,
	h2 {
		font-size: 30px; 
		line-height: 35px;
	}
	.image_wrap {
		margin: 0;
	}
	.image_wrap a {
		float: none;
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.image_wrap a.bar,
	.image_wrap a.zermatt,
	.image_wrap a.fluhalp,
	.image_wrap a.pollux,
	.image_wrap a.arvenstube,
	.image_wrap a.taugwalder {
		width: 100%;
	}
	.image_wrap a:after {
		right: 0; 
		bottom: 0;
	}
	footer {
		padding: 0 0 30px;
	}
}

@media screen and (max-width: 420px) {
	.cd-timeline-content .cd-date,
	h2 {
		font-size: 28px; 
		line-height: 33px;
	}
	.timeline-image a span {
		border: none; 
		padding: 0;
	}
	#cd-timeline:before {
		left: 0;
	}
	.cd-timeline-img {
		left: -20px;
		width: 45px;
		height: 45px;
	}
	.cd-timeline-img span {
		padding: 7px;
		margin: 0;
		font-size: 16px;
		line-height: 16px;
	}
	.cd-timeline-content {
		padding: 11px 0 0;
		margin-left: 30px;
	}
	.cd-timeline-block {
		margin: 0 0 10px;
	}
	footer {
		padding: 0 0 20px;
	}
}