html {
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	color: #333;
	overflow-x: hidden;
	background: #fff;
	font-family: Open Sans, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow: hidden;
	height: 100%;
}

h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #00aff0;
}

a img {
	border: none !important;
	outline: none !important
}

.img_left{float:left; margin:0 25px 25px 0; height: 100%}
#mtbimage{margin-bottom: 50px}

/*
* DISABLE TYPEKIT FOATING
*/
.wf-loading h1,
.wf-loading h2,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}


/*
* WELCOME
*/
.welcome {
	background: url('../img/back_02.jpg') no-repeat;
}
.welcome .backdrop {
	position: relative;
	padding-top: 2rem;
	/*
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
	text-align: center;
}
.welcome .main-footer {
	display: none;
}
.welcome cite {
	position: absolute;
	bottom: 18px;
	right: 20px;
	z-index: 100;
	color: #fff;
	font-family: 'museo-sans-condensed';
}
.welcome video {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
	z-index: 103;
    background: rgba(255,255,255,0.8);
    padding: 20px;
}
.welcome .logo {
	position: relative;
}
.welcome .row {
	max-width: 50rem;
}
.welcome .welcome-banner {
	background-color: rgba(255,255,255,0.8);
	padding: 1rem;
	margin: 2rem 0;
}
.btn {
	position: relative;
	font-size: .9rem;
	color: #fff !important;
	background: #00aff0;
	font-weight: 700;
	width: auto;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 4px 14px;
	transition: all .2s ease-out;
}
.no-touch .btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.welcome .left {
	text-align: left;
}
.welcome .right {
	text-align: right;
}
.flag {
	margin-right: 10px;
}


/*
* WRAPPER
*/
.wrapper {
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

/*
* HEADER
*/
.main-header {
	position: relative;
	width: 100%;
	background: #fff;
	height: 130px;
	border-bottom: 15px solid #00aff0;
}
.line {
	height: 10px;
	width: 100%;
	background: #fff101;
}
.main-header .logo {
	display: hidden;
	opacity: 0;
	margin-top: 4px;
	background: url('../img/logo.png') no-repeat;
	width: 178px;
	height: 189px;
}
.main-header .logo:hover {
	cursor: pointer;
}
.main-header .logo.en {
	background: url('../img/logo_en.png') no-repeat;
}
.main-header .lang {
	position: absolute;
	top: 4px;
	right: 1rem;
	z-index: 10;
	display: none; /* voorlopig terug enkel NL */
}
.main-header .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .lang li {
	display: inline;
}
.main-header .lang li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'museo-sans-condensed';
	font-weight: 700;
	color: #333;
	text-decoration: none;
	padding: 6px 10px;
	background: #eee;
	transition: all .2s ease-out;
	border-radius: 50%;
}
.main-header .lang li a.active,
.no-touch .main-header .lang li a:hover  {
	background: #fff101;
}
.main-header .editie {
	position: absolute;
	top: 20px;
	right: 1rem;
}
.main-header .editie p {
	text-align: right;
	font-family: 'museo-sans-condensed';
	font-weight: 400;
	line-height: 1.2;
	font-size: 26px;
	text-transform: uppercase;
}
.main-header .editie sup {
	text-transform: lowercase;
}

.main-header .editie em {
	font-style: normal;
	color: #00AFF0;
}
.main-header strong {
	display: block;
	font-style: italic;
	font-weight: 900;
	font-family: 'museo-sans-condensed';
	color: #00AFF0;
	font-size: 30px;
}
.main-header .editie strong sup {
	font-size: 60%;
	top: -0.6em;
	margin-left: 0.1em
}

.main-header .social {
	position: absolute;
	top: 4px;
	right: 100px;
	right: 0; /* voorlopig terug enkel NL */
	margin: 0;
	margin-right: 20px;
	padding: 0;
	list-style: none;
	z-index: 200;
}
.main-header .social svg {
	width: 35px;
	height: 35px;
}
.main-header .social li {
	display: inline;
}
.main-header .social li:last-child {
	margin: 0;
}
.main-header .social li a {
	display: inline-block;
	transition: all .2s ease-out;
	opacity: 0.7;
}
.no-touch .main-header .social li a:hover {
	opacity: 1;
}


/*
* NAV
*/
.main-nav .topnav {
	position: relative;
	margin-top: -35px;
	margin-left: 160px;
	padding: 0;
	list-style: none;
}
.main-nav .topnav li {
	display: inline;
	margin-right: 15px;
}
.main-nav .topnav li:last-child {
	margin: 0;
}
.main-nav .topnav li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'museo-sans-condensed';
	font-weight: 700;
	font-size: 18px;
	padding: 4px 8px;
	transition: all .2s ease-out;
}
.no-touch .main-nav .topnav li a:hover,
.main-nav .topnav .hovered {
	background: #00aff0;
	color: #fff;
}
.main-nav .subnav {
	position: absolute;
	top: 34px;
	left: 0;
	display: none;
	opacity: 0;
	width: auto;
	min-width: 200px;
	background: #eee;
	z-index: 20;
	padding: 10px;
	border-top: 2px solid #00aff0;
}
.main-nav .subnav ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav .subnav ul li {
	margin-right: 0;
	display: block;
}
.main-nav .subnav ul li a {
	display: block;
	color: #333;
}
.main-nav .stream {
	position: absolute;
	right: 14px;
	top: -39px;
	color: #fff;
	z-index: 100;
}

/* bugfix > subnavs ook op 2de rij van nav doen kloppen */
.main-nav .topnav li.has-sub {
	position: relative;
}
.main-nav .subnav {
	left: auto;
	top: 28px;
}
.main-nav .subnav.bugfix {
	left: 0;
}




/*
* BANNER  - SLIDER
*/
.banner {
	position: relative;
}
.banner .route {
	position: absolute;
	top: -20px;
	right: 50px;
	width: 183px;
	height: 51px;
	background: url('../img/route15.png') no-repeat;
	z-index: 10;
}
.banner .route span {
	display: none;
}

.banner img {
	width: 100% !important;
    height: auto !important;
}
.intro {
	margin-top: 1rem;
}
.banner .slider:hover {
	cursor: -webkit-grab;
	cursor: grab;
}


/*
* CONTENT
*/
.content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.content .columns {
	padding-left: 1rem;
	padding-right: 1rem;
}
.content h1 a,
.content h1 {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-family: 'museo-sans-condensed';
	line-height: 1.2;
	color: #0066A5;
	text-transform: uppercase;
}
.content .date {
	display: block;
	margin-top: 1rem;
	font-size: .8rem;
	color: #999;
}
.content p {
	font-family: 'myriad-pro';
	font-size: 16px;
	font-size: 1rem;
	text-align: justify;
}
.content .more {
	font-size: .9rem;
	color: #fff;
	background: #00aff0;
	font-weight: 700;
	text-transform: lowercase;
	display: inline-block;
	text-decoration: none;
	padding: 4px 8px;
	transition: all .2s ease-out;
}
.no-touch .content .more:hover {
	opacity: 0.5;
}
.news-block.home h1 {
	margin-top: 1.4rem;
}
.content .twitter {
	margin-top: -10px;
}
.content .facebook {
	margin-top: 1rem;
}
.content .instagram {
	margin-top: 1rem;
}
.content .instagram iframe {
	min-width: 300px !important;
}


/* klassieker */
.content .klassieker {
	margin-top: 3rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.content .klassieker article {
	border-top: 1px solid #eee;
	padding-top: 1rem;
}

/* erelijst */
.erelijst {
	float: left;
	margin: 0;
	margin-top: 1rem;
	padding: 0;
	list-style: none;
	width: 48%;
	min-width: 250px;
	margin-bottom: 25px;
}
.erelijst.first {
	margin-right: 30px;
}
.erelijst.full-width {
	width: 100%;
	font-size: .9rem;
}

.erelijst li:nth-child(odd) {
	background-color: rgba(200, 238, 250, 0.5);
}
.erelijst li:nth-child(even) {
	background-color: #ffffff;
}
.erelijst li {
	padding: 5px 40px 5px 5px;
}
.erelijst li.BEL {
	background-image: url('../uploads/flags/BEL.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.LUX {
	background-image: url('../uploads/flags/LUX.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.NED {
	background-image: url('../uploads/flags/NED.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.USA {
	background-image: url('../uploads/flags/USA.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.POL {
	background-image: url('../uploads/flags/POL.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.ITA {
	background-image: url('../uploads/flags/IT.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijst li.LT {
	background-image: url('../uploads/flags/LT.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.erelijstpics {
	float: right;
	width: 45%;
	min-width: 200px;
}

/* albums */
.albums {
	clear: left;
	margin: 0;
	margin-top: 1rem;
	padding: 0;
	list-style: none;
}
.albums li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.albums li:last-child {
	margin-right: 0;
}
.albums li img {
	margin-bottom: 12px;
}

/* news */
.news strong,
.newsitem strong,
.newslist strong,
.news-block strong {
	font-weight: normal;
}
.news {
	border-bottom: solid 1px rgba(204, 204, 204, 0.60);
	padding: 15px 0px 25px 0px;
	margin: 0px 0px 35px 0px;
}
.newsitem {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.newsitem:first-child{
	margin-left: 0px;
}
.newsitem h1 {
	color: #0067A6;
	font-size: 22px;
	margin: 5px 0px;
}
.newsitem h1 a {
	color: #0067A6;
	font-size: 22px;
	text-decoration: none;
}
.newsitem p.date {
	color:#bbbbbb;
	font-size: 12px;
	font-style: italic;
	margin:3px 0;
}
.newsitem .more a {
	color: #0067A6;
	text-decoration: underline;
	margin: 3px 0px;
}

/* newspage list */
.newslist {
	margin: 0;
	padding: 0;
	margin-top: 1rem;
	list-style: none;
}
.newslist li h1 {
	color: #0067A6;
	font-size: 22px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.newslist li h1 a {
	color: #0067A6;
	font-size: 22px;
	text-decoration: none;
}
.newslist li p.date {
	color: #bbbbbb;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0px;
}
.newslist li .intro {
	font-weight: bold;
}
.newslist li .more a {
	color: #fff;
	text-decoration: none;
	margin: 5px 0px;
}

/* newsdetail */
.newsimage_big {
	max-width: 350px;
	float: right;
	margin: 0px 0px 25px 25px;
	margin-top: 1rem;
}
.newsimage_big img {
	width: 100%;
}

.pagination {
	float: right;
	margin-right: 20px;
}

.pagination span.arrow, .pagination span.arrow a, .pagination strong {
	background: #00aff0;
	padding: 0;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	font-size: 16px !important;
	color: #fff !important;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center
}
.pagination span.arrow, .pagination strong, .pagination a {
	margin: 0 5px;
	font-size: 16px !important;
}
.pagination strong {
	background: #00aff0;
	font-size: 16px !important;
}
.pagination span.arrow, .pagination span.arrow a {
	line-height: 26px;
	font-size: 20px !important;
	text-decoration: none
}


/*
* LOGOS
*/
.logos {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.logos area {
	outline: none;
}

/* V2 - NB */
#partner-logos-carousel {
	padding: 4rem 0 2rem;
}


/*
* PARTNERS *
*/
.partnerslist {
	width: 100%
}
.partnerslist a {
	display: inline-table;
	margin: 15px;
	/*max-width: 150px;*/
}
.partnerslist a img {
	max-width: 100%;
	height: auto;
}

/* New (2022, NB) */
ul.partner-logos {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
ul.partner-logos li {
	box-sizing: border-box;
	border: 1px solid #eee;
	float: left;
	width: 20%;
}
ul.partner-logos a {
	
}
ul.partner-logos li img {
	display: block;
}




/*
* FOOTER
*/
.main-footer {
	width: 100%;
	background: #00aff0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 6px solid #FFF101;
}
.main-footer p {
	color: #fff;
	font-family: 'myriad-pro';
	font-size: .8rem;
	font-weight: 700;
}
.main-footer,
.push {
	height: auto;
}
.no-touch .main-footer li a:hover {
	opacity: 1;
}
.main-footer a {
	color: #fff;
	text-decoration: none;
}
.no-touch a:hover {
	text-decoration: underline;
}
.main-footer cite {
	display: inline-block;
	font-family: 'myriad-pro';
	color: #fff;
	font-size: .8rem;
	margin-right: 5px;
}
.main-footer .pad {
	text-align: right;
	margin-top: 7px;
}


/*
* HELPERS
*/
.max-width {
	max-width: 100%;
}
.relative {
	position: relative;
}
.center {
	margin: 0px auto;
	text-align: center;
}
.overscroll-lock {
	overflow: hidden !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* OVERLAY
*/
.overlay {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 100;
}
.overlay .logo {
	margin-top: 40px;
}
.overlay video {
	margin-top: 20%;
}
.overlay .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	background: url('../img/spinner.gif') no-repeat;
	opacity: 0.3;
}
.overlay .close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	opacity: 0.5;
	transition: all .2s ease-out;
}
.overlay .close:hover {
	opacity: 1;
}


/*
* STREAM
*/
.stream-overlay {
	position: fixed;
	display: none;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 500;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
.stream-overlay .close {
    position: absolute !important;
    top: 10px;
    left: 10px;
    display: block;
    padding: 0px 10px;
    color: #fff !important;
    z-index: 400;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.7rem;
}
.overscroll-lock {
	overflow: hidden !important;
}


/*
* MOBILENAV
*/
.hamburger {
	display: none;
    width: 40px;
    height: 25px;
    position: fixed;
    top: 1rem;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 200;
}
.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 200;
}
.hamburger.open span {
	background: #fff;
	left: 0;
	z-index: 200;
}
.hamburger span:nth-child(1) {
    top: 2px;
}
.hamburger span:nth-child(2) {
    top: 14px;
}
.hamburger span:nth-child(3) {
    top: 26px;
}
.hamburger.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.hamburger.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mobilenav {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 175, 240, 0.95);
	overflow-y: scroll;
	padding-top: 2rem;
}
.mobilenav .first,
.mobilenav .second {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	margin: 0px auto;
}
.mobilenav .first {
	margin-top: 40px;
}
.mobilenav .second {
	margin-bottom: 20px;
}
.mobilenav .second li {
	border-bottom: 1px solid #59BFF4;
	width: 100%;
	padding: 6px 0;
}
.mobilenav .second li:last-child {
	border-bottom: 0;
}
.mobilenav .first li a {
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-family: 'museo-sans-condensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
}
.mobilenav .second li a {
	width: 100%;
	color: #eee;
	text-decoration: none;
	font-family: 'museo-sans-condensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	width: 100%;
}
.mobilenav .lang {
	position: fixed;
	top: 1rem;
	left: 20px;
	z-index: 101;
	display: none; /* voorlopig terug enkel NL */
}
.mobilenav .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobilenav .lang li {
	display: inline;
}
.mobilenav .lang li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'museo-sans-condensed';
	font-weight: 700;
	color: #333;
	text-decoration: none;
	padding: 6px 10px;
	background: #eee;
	transition: all .2s ease-out;
	border-radius: 50%;
}
.mobilenav .lang li a.active  {
	background: #fff101;
}
.mobilenav .social {
	padding: 0;
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}
.mobilenav .social li {
	display: inline;
}
.mobilenav .social li:last-child {
	margin: 0;
}
.mobilenav .social li a {
	display: inline-block;
	transition: all .2s ease-out;
	opacity: 0.7;
	margin-right: 10px;
}
.mobilenav .social li:last-child a {
	margin: 0;
}
.no-touch .mobilenav .social li a:hover {
	opacity: 1;
}

.fotos h1 {
	margin-bottom: 2rem;
}

.fotos .column {
	margin-bottom: 2rem;
	margin-left: 0;
	padding-left: 0;
}
.fotos .column a {
	font-size: 0.9rem;
	
	display: inline-block;
	line-height: 1.2rem;
}
.fotos .column img {
	margin-bottom: 10px;
}


/* TIMELINE */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #00AFF0;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
.container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #FFF101;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.timeline .left {
	left: 0;
}
.timeline .right {
	left: 50%;
}
.timeline .left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #eee;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #eee;
}
.timeline .right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #eee;
	border-width: 10px 10px 10px 0;
	border-color: transparent #eee transparent transparent;
}
.timeline .right::after {
	left: -12px;
}
.timeline .inner {
	padding: 20px 30px;
	background-color: #eee;
	position: relative;
	border-radius: 6px;
}
@media screen and (max-width: 600px) {
.timeline::after {
	left: 31px;
}

/* Full-width containers */
.container {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
}
.container::before {
	left: 60px;
	border: medium solid white;
		border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
.timeline .left::after, .timeline .right::after {
	left: 18px;
}
.timeline .right {
	left: 0%;
}
}
.timeline h1 {
	margin-bottom: .5rem;
	font-size: 1.3rem;
}
.timeline h3 {
	margin-bottom: 0rem;
	font-size: 1rem;
}
#countdown {
	font-weight: bold;
}
div.aftermovie {
	margin: 1rem 0;
	text-align: center;
}
.text-center {
	text-align: center;
	margin: 0px auto;
}


/*
* MEDIA QUERIES
*/
@media only screen and (max-width: 1024px) {
	.news-block article {
		margin-bottom: 2rem;
	}
	.content .klassieker {
		margin-top: 0;
	}
	.main-footer, .push {
		height: auto;
		text-align: center;
	}
	.volglive {
		margin-bottom: 3rem
	}
}
@media only screen and (max-width: 990px) {
	.main-nav {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.main-header .lang {
		display: none;
	}
	.main-header .social {
		display: none;
	}
	.intro {
		margin-top: 1rem;
	}
	.main-header .editie {
		right: 130px;
	}
	.main-header .editie p {
		font-size: 18px;
	}

}

@media only screen and (max-width: 670px) {
	.main-header .editie {
		display: none;
	}
}


@media only screen and (max-width: 547px) {
	.albums li:last-child {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 40em) {

	article {
		margin-bottom: 2em;
	}
	.content .twitter {
		margin-top: 1rem;
	}
	.main-footer p {
		text-align: center;
	}
	.banner .route {
		top: -40px;
    	right: 30px;
	}
	.newsimage_big {
		float: none;
    	margin: 0;
    	margin-top: 1rem;
	}
	.logos {
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.logos li a,
	.logos li img {
		margin: 0px auto;
	}
	.contact-links {
		margin-top: 1rem;
	}
	.main-footer .pad {
		text-align: center;
	}

	.special {
		float: none;
		text-align: left !important;
		padding: 0;
	}
	.special .btn {
		width: 100%;
		z-index: 101;
		padding: 10px 0;
		border-top: 1px solid #079cd4;
	}

}

@media only screen and (min-width: 1500px) {

	.welcome {
		background-size: cover;
	}

}