@import url("font-face.css");

/* override default uitkit behaviour */
.uk-tab > * {
    padding-left: inherit;
}

.topmenu *, .toprightmenu * {
	outline: none !important;
}

.uk-navbar-nav > li.uk-active > a {
    color: #000;
}

/*
.uk-tab > .uk-active > a {
    border: none;
}
*/

.uk-tab > li > a {
    border: none;
}

.categoriesmenu .uk-tab::before {
    border: none;
}

.xxxcategoriesmenu.uk-disabled {
	pointer-events:auto;
}

.xxxcategoriesmenu.uk-disabled a {
	cursor: progress !important;
}

.xxxcategoriesmenu li.uk-active {
    border-bottom: 2px solid #db141e;
}

.topsearchmenu li a {
    color: #000 !important;
    padding-bottom: 4px;
    margin-right: -12px;
    margin-left: 12px;
}

.nav-overlay .uk-search-input {
	font-size: 20px;
    text-align: right;
    font-family: 'archiaregular' !important;
}

.easy-autocomplete-container ul {
    border-top: none !important;
}

.easy-autocomplete-container ul:has(li) {
    border-top: 1px dotted black !important;
}

.panelsearch {
	display:none;
}

.panelsearch .spinner {
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

*:focus {
	border-color: inherit;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

.easy-autocomplete {width: auto !important; margin-left:23px;}

.easy-autocomplete-container ul {
	margin-left: 65%;
    text-align: right;
}

.easy-autocomplete input {
    border-color: inherit !important;
    border-radius: inherit !important;
    border-style: inherit !important;
    border-width: inherit !important;
    box-shadow: inherit !important;
    color: inherit !important;
    float: inherit !important;
    padding: inherit !important;
}

html {
	font-family: "archiamedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #000;
    /* altijd een verticale scroll bar om onrustig gedrag te voorkomen, voor fancybox overlay weghalen met jquery
  	overflow-y: scroll;
  	height:100%; */
}

/* Hide scrollbar for IE and Edge and FireFox*/
body, html {
	-ms-overflow-style: none;
	scrollbar-width: none;
	/* disabling horizontal scroll on an iPhone website */
	overflow: hidden;
    overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

.marker {color:#f15322 !important;}

p, ul {/*color:#000;font-size:22px;*/}

p em {color: inherit; xxxtext-decoration: underline;}

q {font-style:normal;}
section:not(.albumquoteview) q:before, section:not(.albumquoteview) q:after {content:"";}

.albumslideshow .uk-slider-nav.uk-dotnav, .albumquoteview .uk-slider-nav.uk-dotnav {
	margin-top: 2vw !important;
}

.panelbody {min-height:1000px;}

.card-subtitle1, .card-subtitle2, .boxtext {
	font-family: archiaregular;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    color: #000;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6, .uk-card-title, .card-title, .xxxcard-subtitle1, .xxxcard-subtitle2, .item-header-text, .image-text, .subkop {
	/*font-family: "Factor A Variable (uppercase, with OpenType stylistic set 01 enabled)", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "Factor A Variable (uppercase, with OpenType stylistic set 01 enabled)","archiamedium";
}

.uk-h1, h1, .uk-card-title, .card-title, .card-subtitle1, .card-info, .xxxcard-subtitle2, .item-header-text, .image-text, .uk-panel text {
	font-family: "Factor A Variable (uppercase, with OpenType stylistic set 01 enabled)", "archiamedium";
	font-variation-settings: "x001" 802;
	-webkit-font-variation-settings: "x001" 802;
  	-moz-font-variation-settings: "x001" 802;
  	font-variation-settings: "x001" 842;
  	-webkit-font-variation-settings: "x001" 842;
  	-moz-font-variation-settings: "x001" 842;
}

.uk-h1, h1, .xxxuk-card-title, .card-title, .card-info, .item-header-text, .uk-panel text {
	font-feature-settings: 'ss01' 1;
	-webkit-font-feature-settings: 'ss01' 1;
  	-moz-font-feature-settings: 'ss01' 1;
  	color: #000;
}

h2 {
    font-size: 28px;
    font-variation-settings: "x001" 802;
     -webkit-font-variation-settings: "x001" 802;
  	-moz-font-variation-settings: "x001" 802;
}

audio:focus {
	outline:none;
}

.flexFont {
    width:100%;
}

.flexFont:not(.sized) > * {
	/*color: transparent;
	background-color:transparent;*/
	/* soort van hide, van het zichtbare scherm af, om sizing wel te laten gebeuren */
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.flexFont.sized > * {
	color: #000;
}

.smaller {
    font-size: 0.7em;
    background-color:red;
    width: 10em;
}

#endofpage {display:none;}

#errorpage {
    display: none;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background-color: blue;
    overflow: hidden;
}

/* future me kleuren */
.c_groen {color:#2FB56A;}
.c_lila {color:#C7ACFF;}
.c_lichtbruin {color:#CCA885;}
.c_oranjerood {color:#F15322;}
.c_roze {color:#F9C5DC;}
.c_geel {color:#FFC700;}
.c_lichtblauw {color:#ADD0F0;}


.nav {
	position: absolute;
	/*top: 15px;*/
	z-index: 101;
	left: 0;
	right: 0;
}

.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	/*background-color: rgba(173,208,240,0.3);*/
}
.top-wrap-height {
	height: 80vh;
	min-height: 1095px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.uk-logo img {
	/*width: 39%; logo_futureme.png */
	width: 196px;
	width: 72.55% !important;
	margin-left: 3.2px;
    padding-bottom: 27px;
    padding-left: inherit;
	/*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);*/
}

.uk-background-secondary, .uk-section-secondary {
	background-color:#fff;
}

div.item-container img {max-width: 100% !important;}

.uk-container-medium {
	max-width: 1200px !important;
}

.uk-container:not(.uk-container-small):not(.uk-container-large):not(.uk-container-xlarge) {
    max-width: 1360px;
}

.uk-container.login-container {
	max-width: 300px;
	padding:40px;
}

/* ckeditor editing settings */
.cke_focus {
	/*outline: none;*/
	/*-webkit-focus-ring-color auto 1px;*/
	outline:none;
	background-color: #f8f8f8;
}

.cke_top {
/*
    background: #ebeaff !important;
    border-bottom: none !important;
*/
}
.cke_chrome {
    border: 1px solid #ffffff !important;
}

.cke_editable .videowrapper {
    height: inherit;
}

.editlastchange {display:none;}
#editicon {position:absolute;right:0px;}
#edittoggle {display:none;position:relative;top:0px;float:right;border-radius: 13px;padding: 3px;}
.editmode .editlastchange {/*position:absolute;right:0;top:36px;*/ display:block;text-align:right;width:98%;background:#fff; font-size: small;line-height: 18px;}

.klik-article-header #top2 {border-top: 1px solid #e5e5e5;}

/* end ckeditor settings */

section:not(.activealbum).slideshowitems, section:not(.activealbum).blogitems, section:not(.activealbum):not(.details).agenda, section:not(.activealbum).showgriditems:not(.activealbum):not(.kernteam), section:not(.activealbum).inspiratiebronnen {
	padding-top: 0px;
}

.section-body {
	padding-top:50px;
}

.section-body .uk-card-body {
	padding: 40px 0px;
}

.full-width-org {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw !important;
	height: auto !important;
}

.full-width {
    /* left: 50%; */
    /* margin-left: -50vw; */
    /* margin-right: -50vw; */
    /* max-width: 100vw; */
    position: relative;
    right: 33%;
    width: 100vw !important;
    height: auto !important;
    max-width: fit-content;
}

.itemgrid {
	padding-top:85px;
}

section .breadcrumb {
	position:relative;
	top:45px;
	font-size: 16px;
	z-index: 100;
}

section.details .breadcrumb_border, section.activealbum .breadcrumb_border {
	border-bottom: 1px solid #cccccc;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    top: 0px;
    z-index: 200;
}
section.details div.header-album:not(.bottom) h1, section.activealbum div.header-album:not(.bottom) h1 {
	border: none;
}

section .breadcrumb {
    margin-bottom: -6px;
}

section:not(.details) .breadcrumb {
	margin-bottom: 44px;
}

.uk-offcanvas-close {
    top: 20px;
    right: 10px;
}

.uk-offcanvas-page section .breadcrumb {
	z-index: inherit;
}

.offcanvas_login {
	top: 19px;
	right: 50px;
	color: rgba(255, 255, 255, 0.5);
}

.offcanvas_login:hover {
	color: rgba(255, 255, 255, 0.7);
}

.offcanvas_grid {
	background: transparent !important;
}

.offcanvas_login svg {
	width: 16px;
}

.loggedin .offcanvas_login {
	top: 13px;
}

.offcanvas_beheer {
    top: 13px;
    left: 5px;
}

.breaditem {display:contents;}

section .icon-arrow-before {
	margin-bottom:10px;
}

section .icon-arrow-before a {
	font-size:20px;
}

section:not(.details) .item-container .uk-card-body {
    padding: 0;
    text-align: left;
}

.disable-hover .uk-slider-items {pointer-events:none;}

/*.uk-slider-items li .uk-container {position:absolute;width:100%;height:100%;}*/

/* trick to set the height of the active li */
.uk-slider-items li .item-container {display:none;}
.uk-slider-items li.uk-active .item-container {display:flex;}
.uk-slider-items li .mediagrid {display:none;}
.uk-slider-items li.uk-active .mediagrid {display:inherit;}
.uk-slider-items li .scholen {display:none;}
.uk-slider-items li.uk-active .scholen {display:inherit;}
.uk-slider-items li.item-container:not(.uk-active) {visibility:hidden;}

.uk-slider-container .uk-overlay-hover {display:none;}

.item-container, .uk-slider-container li {
	cursor:pointer;
}

.item-container li.nodetails, .uk-slider-container .nodetails, .item-container.nodetails, .item-container.nodetails a  {
    cursor: default;
}

.item-container .uk-label {
	position:relative;
	font-size: 12px;
	bottom: 10px;
	background: #2eb56a;
	/*line-height: 2.5;*/
}

.details .section-body {
	padding-top:70px;
}

.details .header-album {
    padding-top: 50px;
}

.details .item-content {
	max-width:850px;
}

.details .item-content h1 {
/*	font-feature-settings: 'ss01' 0;
    -webkit-font-feature-settings: 'ss01' 0;
    -moz-font-feature-settings: 'ss01' 0;*/
    font-size: 55px;
}

.details .item-content h2 {
	font-feature-settings: 'ss01' 0;
    -webkit-font-feature-settings: 'ss01' 0;
    -moz-font-feature-settings: 'ss01' 0;
    /*font-size: 55px;*/
}

.details .relational {
	margin-top: 50px;
}

.details .relational h2 {
	font-size:20px;
}

.details .gridrelational {
	/*margin-top: -50px;*/
}

/* DETAIL PAGE RELATIONAL */
section.details .inspiratiebronnen.relational .gridrelational {
	margin-top: -50px;
}

section.details .inspiratiebronnen.relational .nodetails * {
	cursor: pointer;
    text-align: left;
}

section.details .inspiratiebronnen.relational .gridrelational .boxtext, section.details .inspiratiebronnen.relational .gridrelational .uk-card-title {
	display:block;
}

section.details .inspiratiebronnen.relational .uk-card-body {
    padding:0;
}

section.details .inspiratiebronnen.relational .uk-card-title {
	font-size: 26px;
    line-height: 1.1;
    bottom:0;
}

section.details .inspiratiebronnen.relational q:before, section.details .inspiratiebronnen.relational q:after {
    content: "";
}

.header-content, .details .item-content, .section-body .blogtext, .paragraph .blogtext {
	font-family: "archiaregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
}

.header-content img, .details .item-content img, .section-body .blogtext img, .paragraph .blogtext img {
	height: 100% !important;
}

.paragraph .blogtext {
	padding: 40px 0px 0px 0px;
}

.details .item-content blockquote {
	position: relative !important;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px -250px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: normal;
    color: #333;
    max-width: 1020px;
    height: 245px !important;
    background: #ADD0F0 !important;
}

/* aanzet tot algemene blockquote in item content
.scholen.details .item-content blockquote {
	height: 17vw;
    width: 51vw;
    background-image: url(/view/template/futureme/img/zon_lichtbruin.svg), url(/view/template/futureme/img/zon_lichtbruin.svg);
    background-repeat: no-repeat;
    background-position: 14% 25%,42% 200%;
    background-size: 22%;
    font-variation-settings: "x001" 842;
  	-webkit-font-variation-settings: "x001" 842;
  	-moz-font-variation-settings: "x001" 842;
}

blockquote p {
	top: 50%;
    left: 0%;
    position: relative;
    font-family: "Factor A Variable (uppercase, with OpenType stylistic set 01 enabled)", "archiamedium";
    font-size: 3em;
    font-style: normal;
}
*/

.related-items .card-title {
	font-size: 1em !important;
    position: absolute;
    bottom: -19px;
    bottom: -0.353em;
    margin: 0;
    font-size: 56px;
    /* font-size: 3.57vw; */
    font-size: 1.245em;
    text-align: left;
    line-height: 1.2;
    width: 92%;
}

.related-items .item-image {
	z-index:-1 !important;
}

.related-items .uk-card-media-top .flexFont {
	top: 60% !important;
    left: 55% !important;
    width: 77% !important;
}

@media (max-width: 1270px) {
	.details .item-content blockquote {
		margin:0;
	}
}

@media (max-width: 1200px) {
	#aanvraag-nieuwsbrief {
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media (max-width: 800px) {
	.details .item-content * {
		overflow-wrap: anywhere;
	}
	
	.details .item-content blockquote {
		height: auto !important;
    	padding-top: 25px;
    	padding-bottom: 35px;
    	border-radius: 20px;
    	mask-image: inherit !important;
    	-webkit-mask-image: inherit !important;
	}
	
	.details .item-content blockquote h1 {
        font-size: 22px !important;
	}
}

.details .item-content blockquote h1 {
	position: relative;
	width: 90%;
 	font-size: 36px;
    margin: 0;
    top: 10px;
}

.details .item-content blockquote h1:before {
  content: open-quote;
  /*font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;*/
}

.details .item-content blockquote h1:after {
  content: close-quote;
}

.details-navigation {
	padding-top:20px;
	position:relative;
	display:none;
}

@media (min-width: 960px) {
	.uk-container {
	    padding-left: 36px;
	    padding-right: 36px;
	}
}

@media (max-width: 960px) {
	section.activealbum.uk-section, section.details.uk-section {
    	padding-top: 70px;
	}
}

.menu {display:none;}

.cat_futurenow .menu_futurenow, 
.cat_lesprogramma .menu_lesprogramma, 
.cat_netwerk .menu_netwerk, 
.cat_inspiratie .menu_inspiratie,
.cat_overons .menu_overons,
.cat_contact .menu_contact
{display:block;}

.cat_futureme .scholen .uk-dotnav>.uk-active>* {background-color: rgb(204 168 133);}
.cat_futurenow .uk-dotnav>.uk-active>* {background-color: rgb(241 83 34);}
.cat_lesprogramma .uk-dotnav>.uk-active>* {background-color: rgb(204 168 133);}
.cat_netwerk .uk-dotnav>.uk-active>* {background-color: rgb(199 172 254);}
.cat_inspiratie .uk-dotnav>.uk-active>* {background-color: rgb(46 181 106);}

.cat_futurenow section .breadcrumb span {color: rgb(241 83 34);}
.cat_lesprogramma section .breadcrumb span {color: rgb(204 168 133);}
.cat_netwerk section .breadcrumb span {color: rgb(199 172 254);}
.cat_inspiratie section .breadcrumb span {color: rgb(46 181 106);}
.cat_overons section .breadcrumb span {color: #f9c5dc;}

/*
.cat_futurenow section .header-album h1, .cat_futurenow section .header-album.bottom h1 {border-color: rgb(241 83 34);}
.cat_lesprogramma section .header-album h1, .cat_lesprogramma section .header-album.bottom h1 {border-color: rgb(204 168 133);}
.cat_netwerk section .header-album h1, .cat_netwerk section .header-album.bottom h1 {border-color: rgb(199 172 254);}
.cat_inspiratie section .header-album h1, .cat_inspiratie section .header-album.bottom h1 {border-color: rgb(46 181 106);}
.cat_overons section .header-album h1, .cat_overons section .header-album.bottom h1 {border-color: #f9c5dc;}
*/

/* dubbel, kan weg
.header-album.bottom h1 {
    left: 0;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    padding-top: 35px;
    font-size: 23px;
}
*/

.cat_netwerk .detailcontent .uk-subnav-pill > .uk-active > a {background-color: rgb(199 172 254);}

.overlay-menu {
	margin-top: 30px;
}

@media (max-width: 640px) {
		
	::-webkit-scrollbar {
	    display: none;
	}
	
	.detailcontent .uk-subnav-pill {
		margin: 0;
	}
	
	.detailcontent .uk-subnav-pill li {
		width: 50%;
	    padding: 0;
    	margin: 0;
	}
}

@media (max-width: 639px) {
	.topmenu {
	    margin-left: -30px !important;
	}
}

section .header-album:first-child {
    /*height: 38px;
    margin-bottom: 20px;*/
	color: red;
}

.menu {
	position: absolute;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 58px;
}

.menu_futurenow {
    background-image: url(/view/template/futureme/img/zon_oranjerood.svg);
    background-position: 50% 17px;
}

.menu_lesprogramma {
    background-image: url(../img/zon_lichtbruin.svg);
    background-position: 50% 16px;
}

.menu_netwerk {
    background-image: url(../img/zon_lila.svg);
    background-position: 50% 16px;
}

.menu_inspiratie {
    background-image: url(../img/zon_groen.svg);
    background-position: 50% 17px;
}

.menu_overons {
    background-image: url(../img/zon_roze.svg);
    background-position: 18% 16px;
    height: 47px;
}

.menu_contact {
    background-image: url(../img/zon_lichtblauw.svg);
    background-position: 31px 15px;
    background-position: 18% 16px;
    height: 47px;
}

/* probeersel navigatie */
.xxxmenu_navigate {
    background-image: url(/view/template/futureme/img/zon_oranjerood.svg);
    background-position: 0% 0px;
    background-size: 200%;
    width: 4vw;
    height: 10vw;
    margin-left: calc(-2vw + 48%);
    position: fixed;
    top: -2.9vw;
    left: -1vw;
    display:block !important;
    opacity:0.3;
}

.xxxuk-slidenav-next .menu_navigate {
	background-position: 100% 0px;
	margin-left: calc(-2vw + 120%);
}

.xxxmenu_navigate:hover {
	transition: opacity 1s; /* Transition should take 0.3s */
	-webkit-transition: opacity 1s; /* Transition should take 0.3s */
	opacity:1;
}

section.header {padding-top: 91px;padding-bottom: 50px;overflow:hidden;}
section:not(.details).albumgridview .uk-grid .item-container {max-width: 450px;}
section.details .uk-slidenav {display: flex;top: -40px;}


.header-background p::first-letter, 
.header-background h1::first-letter, 
.header-background h2::first-letter,
.card-title::first-letter, 
.card-info::first-letter,
.uk-card-title::first-letter,
.cardintext::first-letter {
	font-feature-settings: normal;
	-webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
}

.firstletter {
	font-feature-settings: normal;
	-webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
}

.header .header-body {
	position:relative;
	padding-left:0;
	padding-right:0;
	max-width: 1432px !important;
}

.header:not(.home) .header-body {
	min-height: 324px;
	min-width: 1432px; /* nodig om header image te laten staan ipv mee te sizen */
}

.header .header-background {
	fix28-position:relative;
	position:absolute;
	width: 100%;
    height:324px; /* was 322px; */
    fix28-min-width: 1360px; /* nodig om header image te laten staan ipv mee te sizen */
}

/* dubbel omdat home.css niet meteen geladen is, en alleen op de grootste resolutie */
@media (min-width: 1440px) {
	.home.header .header-background {
		height:593px;
	}
}

.home .logotxt {
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 375px;
}

.xxxheader:not(.home) .header-background {
    min-width: 1360px; /* nodig om header image te laten staan ipv mee te sizen */
}

.header .header-background > * {
	padding-left:36px;
}

.header h1 {
	color: #000 !important;
    position: absolute;
    bottom: -22px;
    margin: 0;
    font-size: 64px;    
    text-align: left;
    white-space: nowrap;
}

.header-noimage {
	top: 29px;
    position: relative;
}

.header-noimage h1 {
	font-size: 39px;
}
.header-text {
	font: 30px/37px archiamedium;
}

.header-text p, .detailheader-text p {
	position: relative;
    padding-top: 54px;
    margin-top: 8px;
    width: 910px;
    /* max-width: 90%; */
    padding-left: 0px;
    left: 0px;
    font: 30px/37px archiamedium;
}

.header-content {
	margin-top: 70px;
    font-size: 20px;
}

.details li.withheader .item-content {
	max-width:100%;
}

.details .detailheader {
	position: relative !important;
    width: 100%;
    height: auto !important;
}

.xxxdetails .detailheader .uk-card.card-foto {
	width: 57%;
    left: 1vw;
}

.details .detailheader .detailfoto {
	position: relative;
    left: 10px !important;
}

.detailheader-text p {
	font: 30px/37px archiamedium !important;
}

.detailcontent {
	margin-top: 40px;
}

@media (max-width: 947px) {
	.header-text p, .detailheader-text p {
	    width: 100%;
	}
}

.uk-container.header-text p:not(:first-of-type) {
	padding-top: 0px;
}

.boxtext {
	/*max-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;*/
    margin: 22px 0 0;
    padding-bottom: 17px;
    font-size:20px;
    font-size:18px;
}

.boxtext.date {font-size:initial;letter-spacing: normal;}

.blogtext p {
    font-size: 20px;
}

@media (min-width: 1200px) {
	.item.uk-card-body {
	    padding: 0px 17px; /* was 40 maar nog meer teruggebracht */
	}
}

.uk-card-title {
    /*max-height: 97px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size:26px;
    line-height:1.1;
    position:relative;
}

.header-noimage .header-text p {padding-top:0px;}

.header-album h1 {
	position:relative;
	display:inline-block;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	color:#000 !important;
	font-size:36px;
	font-feature-settings: initial;
	margin-top: 0;
	z-index: 1;
    /*background-color: #fff;*/
}

.header-album.bottom h1 {
	left: 0;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    padding-top: 35px;
    font-size: 23px;
}

.header-related h2 {
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.uk-link, a, .uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #000;
    text-decoration: none;
}

.uk-container p a {
	padding-bottom: 2px;
    border-bottom: 1px solid #cde0f1;
    transition: border-bottom .25s ease-in-out;
	color: #000;
}

.uk-container p a:hover {
	color: #0b4f89;
    border-bottom-color: #0b4f89;
    transition-duration: 0s;
}

.details .item-content a:not(.uk-inline) {
    border-bottom: 1px solid #cde0f1;
}
.header-album .internal-link {
	border:none !important;
}

/* van boven */
@keyframes xxxanimationActueel {
	from { background-position: -5.5% -250px, 11.03% -364px, 22.95% -200px, 27.2% -297px, 55.2% -300px, 65.8% -414px, 76.25% -209px, 84.05% -282px, 101.1% -196px; }
    to { background-position: -6.5% 53.5%, 11.03% 124%, 24.3% 21%, 28.8% 78%, 59.0% 82.95%, 70.4% 157%, 81.8% 26.66%, 90.05% 71.71%, 108.1% 16.74%; }
}

/* van onder */
@keyframes xxxanimationActueel {
	from { background-position: -6.5% 250px, 11.03% 364px,24.3% 200px, 28.8% 297px, 59% 300px,  70.4% 414px,81.8% 209px,  90.05% 282px,  108.1% 196px; }
	to {     background-position: -6.5% 53.5%, 11.03% 124%, 24.3% 21%, 28.8% 78%, 59.0% 82.95%, 70.4% 157%, 81.8% 26.66%, 90.05% 71.71%, 108.1% 16.74%; }
}

span.quotetitle {
    /*color: #f15322;*/
    display: block;
    font-weight: bold;
    /*font-size: calc(18px + 1.5vw);*/
}

.item-image {
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    background-size: contain;
}

.item-image:after {
	content:"";
	display: flex;
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    mask-image: url(../img/zon_oranjerood.svg);
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/zon_oranjerood.svg);
    -webkit-mask-repeat: no-repeat;
    z-index:1;
}

.item-image-leerlab {
	background-image: url(../img/zon_oranjerood.svg),url(../img/zon_geel.svg),url(../img/zon_geel.svg),url(../img/zon_geel.svg),url(../img/zon_geel.svg);
    background-repeat: no-repeat;
	background-position: 0% 158%, 27% 158%, 54% 158%, 79% 158%, 100% 158%;
    background-size: 26%;
    mask-image: none;
    mask-repeat: no-repeat;
    mask-size: inherit;
    mask-position: inherit;
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: inherit;
    -webkit-mask-position: inherit;
}


.details .detailheader .detailfoto {
    mask-image: url(/view/template/futureme/img/fotomaskerKlein.svg);
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: 0% 0%;
    -webkit-mask-image: url(/view/template/futureme/img/fotomaskerKlein.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: 0% 0%;
}

.details .detailheader .card-body-title {
    position: relative;
}


.details .detailheader .card-body-title .flexFont {
	font-size: 43.35px;
	padding: 5%;
	line-height: 1.2;
}

/* optie aligned met bottom zonder uk-position-center */
.xxxdetails .detailheader .card-body-title .flexFont {
    font-size: 43.35px;
    padding: 5% 5% 0 5%;
    line-height: 1.2;
    position: absolute;
    bottom: -0.5em;
}

.details .detailheader .card-body-title text {
	position: relative;
	font-size: 1.43em;
    font-size: 1.40em;
    top: 0.3em;
}

.masker-groot, .details .item-content blockquote  {
	position: absolute;
    width: 100%;
    height: 100%;
    background: azure;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    mask-image: url(../img/fotomaskerGroot.svg);
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: 0% 0%;
    -webkit-mask-image: url(../img/fotomaskerGroot.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: 0% 0%;	
}

.masker-nieuwsbrief {
    height: 97px;
    background: #fff;
}

#aanvraag-nieuwsbrief {
	display: flex;
    position: relative;
    /* left: 45px; */
    /* top: 60px; */
	width: 577px;
    height: 97px;
    align-items: center;
}

#aanvraag-nieuwsbrief input {    
    outline: none;
    border: none;
    font-family: archiamedium;
    font-size: 19px;
    width: 278px;
    background: none;
    color: #000;
    left: 45px;
    bottom: -25px;
    position: relative;
}

#aanvraag-nieuwsbrief input:focus, #aanvraag-nieuwsbrief input:active {
	background: transparent;
}

/* Change the white to any color ;) */
#aanvraag-nieuwsbrief input:-webkit-autofill,
#aanvraag-nieuwsbrief input:-webkit-autofill:hover, 
#aanvraag-nieuwsbrief input:-webkit-autofill:focus, 
#aanvraag-nieuwsbrief input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*#email-nieuwsbrief-form {*/
#mc-embedded-subscribe-form {
	display: flex;
	flex-wrap: wrap;
}

/*#email-nieuwsbrief-submit {*/
#mc-embedded-subscribe {
    background: url(../img/factorArrow.svg) no-repeat !important;
    background-size: 22px !important;
    background-position: 200px 6px !important;
    font-family: "Factor A Variable", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-variation-settings: "x001" 900;
    font-size: 22px !important;
    cursor: pointer;
}

.masker-middel {
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    mask-image: url(../img/fotomaskerMiddel.svg);
    mask-repeat: no-repeat;
    mask-size: 55%;
    mask-position: 0% 0%;
    -webkit-mask-image: url(../img/fotomaskerMiddel.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: 0% 0%;	
}

.masker-klein {
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    mask-image: url(../img/fotomaskerKlein.svg);
    mask-repeat: no-repeat;
    mask-size: 55%;
    mask-position: 0% 0%;
    -webkit-mask-image: url(../img/fotomaskerKlein.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: 0% 0%;	
}

.masker-klein.freecontent, .masker-middel.freecontent, .masker-groot.freecontent {
	position: relative;
}

/* TODO even tijdelijk, definitief oplossen image in blogcontent */
xxxsection.albumblogview .section-body p img {
	background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    mask-image: url(/view/template/futureme/img/fotomaskerMiddel.svg);
    mask-repeat: no-repeat;
    mask-size: 95.5%;
    mask-position: 47% -32%;
    -webkit-mask-image: url(/view/template/futureme/img/fotomaskerMiddel.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 95.5%;
    -webkit-mask-position: 47% -32%;
}

.image-kids {
	background-image: url(../img/culturele-verschillen.jpg);
/*	width: 1319px;
    height: 466px;*/
}

.begrip-image {
position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/zon_lila.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%, 0% 0%;
    background-size: 33%;
    top: 38px;
}


.card-image {
	position:absolute;
    width: 100%;
    height: 100%;
}

.card-title {
	color: #000 !important;
    position: absolute;
    bottom: -19px;
    bottom: -0.353em;
    margin: 0;
    font-size: 56px;
    /* font-size: 3.57vw; */
    font-size: 1.245em;
    text-align: left;
    line-height: 1.2;
    width: 92%;
}

.card-subtitle {
	position: relative;
}

.filter-begrippen li {padding-left: 10px;min-width:44px;}

.filter .boxheader {position: relative;top: -23px;}

/*  filter panel */
#offcanvas-filter .uk-checkbox {
	float: left;
}

#offcanvas-filter li.filtertag a {
	top: -15px;
    left: 10px;
    position: relative;
}

.xxxfilter-header {
	display:none;
	border-bottom: 1px solid #eee;
}

#filtercontainer {
	height: 100%;
	overflow-y:auto;
}

@media (min-width:640px)
{
	#filtercontainer.uk-sticky-fixed {
		padding-top:40px;
	}
}

.editfiltertag {padding:2px;}

.uk-sortable-placeholder {
	height:46px !important;
}

.sortitem {
	/*background:blue;*/
	height:auto !important;
}

.sortitem a {
	color:#000;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sortitem.level1 a {
	text-transform: capitalize;
}

.sortitem ul {
	display:none !important;
	heigth:0px;
}

.filter-count-number {
    color: #fff;
    background-color: #2eb56a;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    margin-right: .3rem;
    display: inline-block;
    text-align: center;
    line-height: 1.625rem;
}

.filter-count-label {
	font-size: 1rem;
	margin: 0 1rem 0 0;
}

.filter-status {
	padding: 15px 0 15px 0;
}

@media (min-width: 992px) 
{
	.filtertag-list {
    padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.filtertag-list {
	    padding-top: 0;
	}
}

#toggle-filter {
	padding-left: 0px;
	padding-right: 40px;
	z-index: 0;
}

.filtertag-list {
    list-style: none;
    padding: 7px 0 7px;
    margin: 0;
}

.filtertag-item {
    display: inline-block;
    vertical-align: top;
}

.filtertag-link {
   padding: 3px 5px;
   margin: 0 4px 7px;
   background-color: #2eb56a;
   font-size: 12px;
}

.filtertag-link:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filtertag-link:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filtertag-link:before, .filtertag-link:after {
    position: absolute;
    background-color: #fff;
    top: 14px;
    right: 11px;
    width: 10px;
    height: 1px;
    margin-top: -2px;
    content: '';
    opacity: 0;
    transition: .6s opacity cubic-bezier(.19,1,.22,1);
}

.filtertag-link:hover {
    background-color: #32d296;
    color: #fff;
}
/* end filter */

.footer-image {
	height: 100%;
    width: 100%;
    top: 47px;
    background-image: url(../img/zon_lila.svg),url(../img/zon_lila.svg),url(../img/zon_oranjerood.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: 0% 3%, 39% 100%, 79% 73% !important;
    padding-bottom: 0px;
}

.footer-logo {
	position: absolute;
	width: 100%;
    height: 100%;
	background-image: url(/view/template/futureme/img/logoHeader.svg);
	background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 88%;
}

.fm-socials {
	margin-bottom:10px;
}

.image-text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    font-size: 24px;
    font-size: calc(5px + 1.3vw);
}

.image-text div {position:absolute;max-width:10px;}

.image-text-position {
    top: 53%;
    left: 50%;
}

.item-header-text {
	position: absolute;
    font-size: 80px;
    width: 972px;
    width:70%;
    bottom: 231.5px;
    bottom: 40%;
    left: 0px;
    padding: 0;
    text-align: left;
    line-height: 1.1;
    letter-spacing: -0.2px;
    z-index:0;
}

.header-album h1 a {
	white-space: nowrap;
}

.header-album.bottom h1 a {
    white-space: break-spaces;
    white-space: pre-wrap;
}

/* oud setting probleem met firefox 
.header-album h1 a:after, .icon-arrow a:after, .uk-card-media-top h1:after, input.icon-arrow:after {    
	content: "";
    width: 35px;
    height: 30px;
    background: url(../img/factorArrow.svg) no-repeat;
    background-size: 22px;
    background-position: 3px 5px;
    background-size: 18px;
    background-position: 3px 10px;
    top: 8px;
    position: relative;
    display: inline-block;
}

.icon-arrow-before a:before {
    content: "";
    width: 35px;
    height: 34px;
    background: url(../img/fa-leftarrow.svg) no-repeat;
    background-size: 22px;
    background-position: 3px 12px;
    top: 8px;
    position: relative;
    display: inline-block;
}
*/

.header-album h1 a:after, .icon-arrow a:after, .uk-card-media-top h1:after, input.icon-arrow:after {    
	content: "";
    width: 19px;
    height: 19px;
    background: url(../img/factorArrow.svg) no-repeat;
    background-size: 18px;
    bottom: -7px;
    position: relative;
    display: inline-block;
}

.icon-arrow-before a:before {
    content: "";
    width: 35px;
    height: 20px;
    background: url(../img/fa-leftarrow.svg) no-repeat;
    background-size: 18px;
    bottom: -7px;
    position: relative;
    display: inline-block;
}

.fm-icon:before {
	content: "";
    width: 70px;
    height: 45px;
    float: left;
    position: relative;
    left: 10px;
    bottom: -2px;
}

.fm-icon.location:before {   
    background-image: url(../iconen/Futureme-icoon-school-lokatie.svg);
	background-repeat: no-repeat;
 }
 
 .fm-icon.type:before {
    background-image: url(../iconen/Futureme-icoon-school-kader.svg);
	background-repeat: no-repeat;
}

.fm-icon.info:before {
    background-image: url(../iconen/Futureme-icoon-school-aantalleerlingen.svg);
	background-repeat: no-repeat;
}

.uk-card-media-top h1:after { 
	width: 60px;
    height: 50px;
    /* height: 293%; */
    background-size: 45px;
    background-size: 2.2vw;
    background-position: 10px 17px;
    background-position: 0.5vw 0.75vw;
    /* margin-left: 4px; */
    top: auto;
    bottom: auto;
    position: absolute;
}

.icon-arrow {display:none;width:36px;}

.uk-lightbox-items video {
    height: 100%;
}

div.uk-grid p a {border:none;}

.uk-grid .uk-card-media-top {position:relative;}

.card .uk-grid li {padding-left:0px;}
	
.uk-lightbox-iframe {height: 100% !important;}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
}

.uk-dotnav>.uk-active>* {
    background-color: rgb(241, 83, 34);
}

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
}

.uk-section-large {
    padding-top: 125px;
    padding-bottom: 125px;
}

.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}

.banner_nieuwsbrief {
	background-color: #fac5dc;
}

.banner_nieuwsbrief .uk-container {
	max-width: 1440px;
}

.topmenu {
	margin-top: 12px;
    margin-left: -45px;
    height: 80px;
}

.xxxtopmenu li a {padding: 0 24.3px;}

.topmenu li:first-child a {
    padding: 0;
}

.toprightmenu {
	top: -2px;
    position: relative;
    left: 9px;
}

.toprightmenu a, .bottommenu-right h5 {
	font-family: 'archiaregular' !important;
}

.bottommenu {
	padding: 0px 0px 0 60px;
    max-width: 1420px !important;
}

@media (max-width: 1440px) {
	.item-header-text {
		font-size: 73px;
	}
}

@media (max-width: 1400px) {
	.xxxtopmenu li a {
	    padding: 0 5px;
	}
}

@media (max-width: 1315px) {
	.toprightmenu {display:none;}
}

@media (min-width: 1000px) {
	.uk-navbar-nav {
    	gap: 20px;
	}
}

@media (min-width: 1400px) {
	.uk-navbar-nav {
    	gap: 30px;
	}
}

@media (max-width: 1090px) {
	.topmenu li:not(:first-child) {display:none;}
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle, footer h5 {
	font-family: "Factor A Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-variation-settings: "x001" 802;*/
	font-variation-settings: "x001" 900;
    text-transform: none;
    font-size: 23px;
    color:#000;
    position:relative;
}

footer .uk-list li {font-size:15px;}

.uk-navbar-right {
	margin-top: 12px;
}

.uk-navbar-right .uk-navbar-nav>li>a, .bottommenu-right h5 {
	font-size: 20px;
	font-variation-settings: initial;
}

/* ANDERE FORMATEN */
@media (max-width: 1280px) {
	
	.item-header-text {font-size: 65px;font-size: calc(20px + 3vw);}
	
	.xxxcard-title {
    	bottom: -18px;
    	font-size: 50px;
    	width: 103%;
	}	
	
	.details .detailheader .card-body-title h1 {
		font-size: 50px;
	    padding: 40px;
	    padding: 0px 10px;
	}
	
	.details .uk-slidenav {
		padding: 0;
	}
}

@media (max-width: 970px) {
	
	.xxxcard-title {
		bottom: -14px;
    	font-size: 41px;
	}
	
	.details .detailheader .card-body-title h1 {
		font-size: 35px;
	}
}

@media (max-width: 760px) {
	
	.xxxcard-title {
		bottom: -11px;
    	font-size: 30px;
    	width: 93%;
	}
}

@media (max-width: 600px) {
	#aanvraag-nieuwsbrief {width: 92vw;height: 135px;} 
    #mce-EMAIL {bottom:0 !important;}
	#mc-embedded-subscribe {bottom:-30px;}
}

@media (max-width: 550px) {
	
	.topmenu {
	    margin-left: 15px !important;
	    width: 10px;
	}
	
	section .breadcrumb {
    	top: 45px;
	}
	
	.uk-slider-container {overflow:visible;}
	
	.uk-logo img {
    	margin-left: -50px;
	}
	
	.header:not(.home) .header-body {
    	min-height: 0px;
		height: 30px;
	}
	
	.header-background {
	/*	padding:0;
		width:100% !important;*/
	}

	.top-wrap-height {
	    position: relative;
    	top: -478px;
	}

	.header h1 {
		bottom: -13px;
	    left: 0px;
	    margin: 0;
	    font-size: 36px;
	    white-space: normal;
	}
	
	.header .header-background > * {
    	padding-left: 15px;
    	width: 25%;
	}
	
	.header h1::first-letter {font-feature-settings: normal;}
	
	.xxxheader-album h1 {font-size:20px;display: block;}
	
	.header-album.bottom h1 {
    	border: none;
    	font-size: 16px;
    	padding-bottom: 0;
    }
    
    .header-album.bottom h1 a:after, .icon-arrow a:after {
    	background-size:16px;
    	top: 10px;
    	right: 0px;
    }
	
	.header-text p, .detailheader-text p {
		font: 22px/27px archiamedium !important;
    }
	
	.header.quote h1 {
    	padding-left: 5px !important;
    	padding-right: 0 !important;
    	top: calc(-22px + 5.2vw)  !important;
	    font-size: calc(9.2px + 4.3vw)  !important;
	    width: 90%;
	    height: 275px;
   	}

	.item.uk-card-body {/*padding:0 !important;*/}
	
	footer div.uk-grid > div {width:100% !important;}
	
	.card-title {
		bottom: -10px;
		font-size: 28px;
		width: 100%;
		left: 0;
	}
	
	.card .boxtext {
    	max-height: inherit;
    	-webkit-line-clamp: inherit;
	}
	
	section.details .relational .uk-card-title {
		display:none !important;
	}
	
	.details .item-content h1 {
	    font-size: 36px;
	}
	
	.details .item-content .header-album h1 {
    	font-size: 23px;
	}
	
	.details .detailheader .card-body-title h1 {
		font-size: 25px;
	    padding: 0px;
    	text-align: center;
	}
	
	.albumslideshow .uk-slider-nav.uk-dotnav, .albumquoteview .uk-slider-nav.uk-dotnav {
    	margin-top: 6vw !important;
	}
	
	.topsearchmenu {
		padding-right: 15px;
	}
	
	
	.xxxsearch.nav-overlay.uk-flex-1 {
		flex: initial;
	}
	
	.easy-autocomplete-container ul {
    	margin-left: 0;
    }
}

@media (max-width: 380px) {
	
	.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    	min-height: 40px;
	}
	
	.header-album h1 {
    	font-size: 28px;
	}
	
	.header-album.bottom h1 a:after, .icon-arrow a:after, .header-album h1 a:after, .icon-arrow a:after, .uk-card-media-top h1:after, input.icon-arrow:after {
		xxxdisplay:none;
    }
    
    .banner_nieuwsbrief {
    	margin-top: 30px;
    }
	
	.banner_nieuwsbrief h2, .header-text {
		/*font: 26px/36px archiamedium !important;*/
		font: 21px/28px archiamedium !important;
	}	
	
	#aanvraag-nieuwsbrief input {
	    left: 25px;
	    width: 270px;
	}
	
	.xxslideshowitems .itemgrid .item-container .boxheader {
		width:85%;
	}
	
	.xxslideshowitems .itemgrid .item-container .boxheader .card-subtitle1 {
		height: auto;
    	line-height: 1;
	}

	.xxslideshowitems .itemgrid .item-container .boxheader .card-subtitle2 {
		bottom: -1em;
	}
	
	.details .detailheader .card-body-title h1 {
		font-size: 7vw;
	}
	
	.details .item-content h1 {
    	font-size: 36px;
    	margin-top: 0px;
    	word-break: break-word;
	}
	
	.uk-slider-nav.uk-dotnav a {
		width: 10px;
   		height: 10px;
	}
	
	.bottommenu {
    	padding: 0px 0px 0 15px;
	}
	
	.bottommenu .footer-container {
	    height: 300px;
    	left: 8%;
	}
}