/* Responsive */
@media (max-width: 1200px) {

	.site {
		width: 90%;
		margin: 0 5%;
	}

	.columns {
		display: block;
	}

	.col {
		width: 100%;
	}

	.col-5-1 {
		width: 100%;
	}

	.col-5-2 {
		width: 100%;
	}

	.col-5-3 {
		width: 100%;
	}

	.col-5-4 {
		width: 100%;
	}

	.col-3-1 {
		width: 100%;
	}

	.col-3-2 {
		width: 100%;
	}

	.col-2 {
		width: 100%;
	}
	
	.col-4-3 {
		width: 100%;
	}

	.section {
		height: auto;
		padding-bottom: 50px;
		/* text-align: center; */
	}

	.section .text {
		padding-top: 50px;
		text-align: center;
	}

	.text.right {
		text-align: center !important;
	}

	.section img,
	.section.even img {
		position: relative;
		top: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	#home-sections section {
		width: 100%;
		height: auto;
	}

	.gallery {
		columns: 1;
	}

	#header,
	#logo,
	#social,
	#language {
		height: 60px;
		line-height: 60px;
	}

	#logo {
		width: 25%;
	}

	#logo a {
		display: block;
		line-height: 60px;
		height: 60px;
	}

	#logo img {
		height: auto;
		max-height: 90%;
	}

	#language {
		display: none;
	}

	#social {
		display: none;
	}

	#content {
		padding-top: 61px;
		margin-bottom: 0;
	}

	.ski-info {
		margin-bottom: 20px;
	}

	#footer .col {
		text-align: center !important;
		margin-bottom: 20px;
	}

	#main-menu {
		height: auto;
		width: 75%;
		padding-right: 5%;
	}

	#main-menu nav a {
		display: block;
		padding: 5px 0;
		height: auto;
		line-height: 30px;
		font-size: 24px;
	}

	#main-menu-mobile {
		display: block;
		cursor: pointer;
		text-align: right;
		/* font-weight: 700; */
		/* text-transform: uppercase; */
		font-size: 28px;
		line-height: 60px;
	}

	#main-menu-actual {
		display: none;
		position: fixed;
        right: 0;
        background: #fff;
        padding: 0 5%;
		box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
		text-align: right;
	}

	#mobile-lang {
		border-top: 1px solid #ed9109;
		display: flex;
	}

	#mobile-lang a {
		font-size: 18px !important;
		flex-grow: 1;
		text-align: center;
	}

	.articles {
		display: block;
	}

	.articles .article {
		width: 100%;
		box-sizing: border-box;
	}

	.section img {
		margin-top: 0;
	}

	.article-box {
		margin-bottom: 20px;
	}

	.article-links-share {
		padding-bottom: 5px;
	}

	.article-links a, .article-share a {
		margin-bottom: 10px;
	}

	#article .thumbnails {
		grid-template-columns: repeat(3, 1fr);
	}

	hr.mobile {
		display: block;
	}

}