@media screen and (max-width: 680px) {

img {
	max-width: 100%;
	height: auto;
}

.navigation-container {
    height: 51px;
    width: 100%;
    z-index: 100;
    background: white;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.50);
    position: fixed;
}

.close.navigation-container {
	box-shadow: initial;
}

.hamburger {
	position: fixed;
	width: 40px;
	height: 40px;
    top: 5px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/img/hamburger.svg');
	background-size: 20px 20px;
	cursor: pointer;
	display: block;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 20px;
	background-color: white;
	color: #7E0B9B;
	min-height: 715px;
}

	nav {
		display: none;
	}

	.mobile-menu h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.mobile-menu h2,
	.mobile-menu a {
		color: #7E0B9B;
		text-decoration: none;
	}

		.mobile-menu a.tel,
		.mobile-menu a.email {
			text-decoration: none;
		}

			.mobile-menu a.tel:hover,
			.mobile-menu a.email:hover {
				text-decoration: underline;
			}

	.mobile-menu .close {
		position: fixed;
   		top: 5px;
		right: 0px;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/img/close-menu.svg');
    	background-size: 20px 20px;
		cursor: pointer;
	}

	.mobile-menu a {
	}

	.mobile-menu ul.navigation {
		list-style: none;
		margin: 20px;
		padding: 0;
		margin-top: 60px;
	}

		.mobile-menu ul li:last-child {
    		margin-bottom: 10px;
		}

		.mobile-menu ul.navigation li {
		    border-bottom: solid 1px rgba(126,10,155,0.20);
		    position: relative;
		}

			.mobile-menu ul.navigation li:last-child {
				border-bottom: 0px;
			}

		.mobile-menu ul.navigation li a {
		    font-size: 24px;
		    font-weight: 300;
		    font-family: 'Source Sans Pro';
		    text-decoration: none;
		    display: block;
		    padding-top: 12px;
		    padding-bottom: 16px;
		}


		.mobile-menu ul.navigation li ul {
			padding: 0;
			margin: 0;
			margin-top: 4px;
			border-bottom: none;
			display: none;
			list-style-type: none;
		}

			.mobile-menu ul.navigation li ul li {
				border: none;
				padding: 0;
			}

				.mobile-menu ul.navigation li .collapse,
				.mobile-menu ul.navigation li .expand {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 70px;
					height: 44px;
					background-repeat: no-repeat;
					background-position: center center;
					cursor: pointer;
				}

				.mobile-menu ul.navigation li .collapse {
					background-image: url('/img/expand-close.png');
					width: 40px;
					height: 40px;
					display: none;
				    margin-top: 5px;
				}

				.mobile-menu ul.navigation li .expand {
					background-image: url('/img/expand.png');
					width: 40px;
					height: 40px;
   					z-index: 99;
				    margin-top: 5px;
				}

				.mobile-menu ul.navigation li ul li a {
					font-size: 16px;
					font-family: 'Source Sans Pro';
					font-weight: 300;
					display: block;
					padding-top: 6px;
					padding-bottom: 6px;
				}
					.mobile-menu ul.navigation li ul li a:after {
						content: ' ›';
					}

				.mobile-menu ul.navigation li ul .expand,
				.mobile-menu ul.navigation li ul .collapse {
    				margin-top: -3px;
    				background-size: 14px;
				}

		.mobile-menu .bottom {
			padding: 20px;
		}

			.mobile-menu .bottom .vacancies {
				margin-bottom: 40px;
			}

				.mobile-menu .bottom .vacancies ul {
					list-style-type: none;
					margin: 0;
					padding: 0;
				}

					.mobile-menu .bottom .vacancies ul a {
						display: inline-block;
						padding-top: 4px;
						padding-bottom: 4px;
					}

				.mobile-menu .bottom .half {
					display: inline-block;
					vertical-align: top;
					width: 50%;
				}

					.mobile-menu .bottom .first.half {
						padding-right: 10px;
					}

					.mobile-menu .bottom .second.half {
						padding-left: 10px;
					}

					.mobile-menu .bottom .half .follow {
						width: 100%;
					}

	.mobile-menu li li li a {
		padding-left: 20px;
	}

	main form.search {
		top: 20px;
	}

	.pagination {
		margin-left: 0px;
	}


		.mobile-menu .bottom {
			padding: 20px;
			background-image: url('/img/footer-back.png');
			padding-top: 35px;
			padding-bottom: 35px;
			background-color: rgba(39,71,121,0.10);
			background-repeat: repeat-x;
		}


		.mobile-menu .bottom a,
		.mobile-menu .bottom a:visited,
		.mobile-menu .bottom a:active {
			color: #274779;
		}

		.mobile-menu .bottom .half {
			display: inline-block;
			vertical-align: top;
			width: 50%;
		}

		.mobile-menu .bottom .first.half {
			padding-right: 10px;
		}

		.mobile-menu .bottom .second.half {
			padding-left: 10px;
		}

		.mobile-menu .submenu {
			font-size: 24px;
			font-weight: 300;
			padding-left: 20px;
			display: inline-block;
			width: 100%;
			font-family: 'Source Sans Pro';
			font-size: 18px;
			margin-bottom: 20px;
		}

			.mobile-menu .submenu p {
				margin-bottom: 20px;
			}

			.mobile-menu .submenu .half {
				width: 50%;
				float: left;
			}

		.mobile-menu .contact {
			padding-left: 20px;
		}

		.mobile-menu .contact a {
			font-size: 24px;
			display: inline-block;
			margin-bottom: 20px;
			font-weight: 300;
		}

		.mobile-menu .contact a img {
			vertical-align: middle;
			padding-right: 5px;
		}
}