/* Responsive */
@media (max-width: 1200px) {

	.site, .site-narrow {
		width: 90%;
		margin: 0 5%;
	}

	.columns {
		display: block;
	}

	.col {
		width: 100%;
		margin-bottom: 50px;
	}

	.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: 50px;
		line-height: 50px;
		padding: 0;
	}

	#logo {
		width: 25%;
	}

	#logo a {
		display: block;
		line-height: 50px;
		height: 50px;
	}

	#logo img {
		height: auto;
		max-height: 90%;
	}

	#language {
		display: none;
	}

	#social {
		display: none;
	}

	#content {
		/* padding-top: 61px; */
		margin-bottom: 0;
	}

	#footer .col {
		text-align: center !important;
		margin-bottom: 20px;
	}

	#footer-menu {
		display: none;
	}

	#main-menu {
		height: auto;
		width: 75%;
		/* padding-right: 5%; */
	}

	#main-menu nav a {
		display: block;
		padding: 15px 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: 50px;
		color: #fff;
	}

	#main-menu-actual {
		display: none;
		position: fixed;
        right: 0;
        background: #272727;
        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;
	}

	#page-title {
		position: absolute;
		top: 50px;
		width: 80%;
		padding: 0 10%;
	}

	h1 {
		font-size: 48px;
		line-height: 48px;
	}

	h2 {
		font-size: 32px;
	}

	section {
		padding: 65px 0;
	}

	.gap {
		margin-bottom: 75px;
	}

	.small-gap {
		margin-bottom: 50px;
	}

	#page-title h1 {
		margin-top: 0;
		font-size: 32px;
	}

	#page-title h2 {
		font-size: 24px;
	}

	#page-title h1.home-h1 {
		margin-top: 20px;
	}

	.numbered {
		margin: 75px 0;
	}

	.numbered .text {
		padding-left: 20px;
	}


	.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;
	}

	.contact-text {
		font-size: 32px;
		line-height: 36px;
	}

	#contact .col {
		margin-bottom: 0;
	}

	input[type="submit"] {
		width: 100%;
	}

	#bkg-gfx {
		height: 150px;
	}
	
	#bkg-gfx.bkg-gfx-home {
		height: 300px;
	}

}