/* Alexanderskolan AB */

/* Typsnitt */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

/* Handstil */
@import url("https://use.typekit.net/rcj1lkf.css");
  
/* ==========================================================================
Edit Mode 
========================================================================== */

.EditMode .title-wrap {
    top: 75% !important;
}

/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html { font-size: 62.5%; }

.section-block-wrapper::after {
	content: '';
	display: table;
	clear: both;
}


body {
	background-position: center center;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}

body.isMobile .body-background {
	background-position: center center;
}


.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 12rem 4rem;
}

@media only screen and (max-width: 1300px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 10rem 2.5rem;
	}
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 8rem 2.5rem;
	}
}

@media only screen and (max-width: 330px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 6rem 2rem;
	}
}

.LayoutPage .section-block-wrapper {
	max-width: 120rem;
}

.LayoutPage .layout-12 .col-1 { padding-right: 3%; }
.LayoutPage .layout-12 .col-2 { padding-left: 3%; }

/* Video background */
.fullscreen-bg-video {
   position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -10;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.gray .section-block { background:#f0f5ef; }

.light-green .section-block { background: #f0f5ef; }
.light-gray .section-block { background: #f9f9f9; }

.font-size-0 { font-size: 0; }

.section-block-wrapper::after {
	content: '';
	display: table;
	clear: both;
}

.width-1500 .section-block .section-block-wrapper {
	max-width: 150rem;
}

.full-height .section-block {
	height: 100vh;
	position: relative;
}

.no-padding {
	padding: 0;
}
.pb-0{
	padding-bottom: 0;
}

.inline {
	display: inline !important;
}

/* ==========================================================================
Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 55rem;
}

.parallax-1 {
	background-image: url('/assets/images/alexanderskolan-barn-handerna-luften-2000px.jpg');
}


/* ==========================================================================
Cookies 
========================================================================== */
.cookies-notis {
	display:none;
}

.cookies-notis {
    z-index: 9;
    position: fixed;
	bottom: 0;
	right: 0;
	background: #000;
    text-align: left;
    padding: 3rem;
    max-width: 70rem;
    width: 100%;
    border-radius: 0;
}

.cookies-notis p,
.cookies-notis a {
    color: #fff;
	font-size: 1.4rem;
	padding:0;
	font-weight: 400;
	max-width: 60rem;
}

.cookies-notis a {
    font-size: 1.5rem;
	color: #fff;
	text-decoration: underline;
    white-space: nowrap;
    text-transform: none;
    font-weight: 300;
}

.cookies-notis a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.cookies-notis #close-cookies {
    position: absolute;
    top: 1rem;
    right: 1rem;
	cursor:pointer;
}

.cookies-notis #close-cookies em {
	font-size: 3rem;
	padding: 1rem;
	color: #fff;
	transition:.25s ease-in-out;
}

.cookies-notis #close-cookies em:hover {
	color:#f5d4b8;
}

@media only screen and (max-width:620px) {
	.cookies-notis {
		padding: 6rem 2rem 2rem;
	}
	
	.cookies-notis p, .cookies-notis a {
		max-width: 35rem;
		margin: 0;
	}
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-color),.7);
  }

  body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 75rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius:0;
    overflow: auto;
    background: #fff;
    transform: translate(-50%,-50%);
	border: solid 2px #f0f5ef;;
  }

  .section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
  }

  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }


/* ==========================================================================
Accordion
========================================================================== */
.accordion-section *,
.accordion-section *:before,
.accordion-section *:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
}

.accordion-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.accordion {
	width: 100%;
	margin: 1rem 0;
	align-self: flex-start;
}

.accordion-header {
	position: relative;
	cursor: pointer;
	padding: 1rem 4rem 2rem 0;
	border-bottom: 1px solid #e2e2e2;
}

.accordion-button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.accordion-button::before, 
.accordion-button::after {
    width: 1.5rem;
    height: 2px;
    top: 50%;
    content: '';
    position: absolute;
    display: block;
    background-color: #000;
}

.accordion-button::before {
	transform: rotate(90deg);
}

.accordion-button::after {
	transform: rotate(0deg);
}

.accordion-header.active .accordion-button::before {
	transform: rotate(135deg);
}

.accordion-header.active .accordion-button::after{
	transform: rotate(45deg);
}

.accordion-title {
	color: inherit;
    text-transform: none;
    padding-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 2rem;
}

.accordion-panel {
	max-height: 0;
	overflow: hidden;
}

.accordion-content {
	padding: 0 0 !important;
}

.accordion-content p,
.accordion-content a,
.accordion-content li {
	font-size: 1.5rem;
}

.accordion-paragraph {
	color: inherit;
	padding: 0 0;
}

.accordion li {
	line-height: 1.9 !important;
    padding-bottom: 1rem;
    list-style: none;
} 

.accordion ul li::before {
	content: "\f0da";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 1.6rem;
}

@media only screen and (max-width: 510px) {
	.accordion-button {
		right: 1.5rem;
		width: 1.5rem;
		height: 1.6rem;
	}
	
	.accordion-button::before, 
	.accordion-button::after {
		width: 1.5rem;
		height: 2px;
	}
	
	.accordion-title,
	.accordion ul li::before,
	.accordion-content p,
	.accordion-content a,
	.accordion-content li {
		font-size: 1.5rem;
	}

}

@media only screen and (max-width: 330px) {
	.accordion-title,
	.accordion ul li::before,
	.accordion-content p,
	.accordion-content a,
	.accordion-content li {
		font-size: 1.3rem;
	}
}


/* ==========================================================================
Split Wrapper
========================================================================== */
.section-split .section-block .normaltext-type { max-width: none; }

.section-split .section-block .section-block-wrapper { max-width: 150rem;}

.split-reverse {
	flex-direction: row-reverse;
}

.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.split-content {
    width: 50%;
    padding: 7rem 9rem;
    text-align: left;
    z-index: 2;
}

.split-content.overlap {
	margin-left: -20%;
	background-color: rgba(255,255,255, 1);
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.1);
}

.split-image img {
    position: absolute;

    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}




@media screen and (max-width: 1470px) {
	.split-content {
		padding: 8rem 5rem;
	}
}

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

	.split-content {
		width: 100%;
		padding: 5rem 3rem;
		order: 0;
	}

	.split-content .split-text {
		max-width: 80rem;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
		order: 1;
		max-height: 50rem;
	}
}

@media screen and (max-width: 600px) {
	.split-content {
		padding: 5rem 0;
	}
} 


/* ==========================================================================
Buttons
========================================================================== */

.btn {
	font-family: inherit;
	max-width: 50rem;
    width: auto;
    padding: 1.9rem 4rem;
    border-radius: .6rem;
    text-align: center;
    font-size: 1.4rem;
    text-transform: none;
   letter-spacing: 0.05em;
    line-height: 1.3;
   	font-weight: 500;
	background: #111;
	border: 2px solid;
	border-color: #111;
	color:#fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
}

.btn:hover {
	border: 2px solid;
	background: transparent;
	border-color: #111;
	color:#111;
}

.btn:focus {
	background: transparent;
	border-color: #111;
	color:#111;
}

.btn-primary {
	background: #97ca80;
	border-color: #97ca80;
	color:#444;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #afe098;
	border-color:  #afe098;
	color: #444;
}

.btn-white {
	background: white;
	border: 2px solid white;
	color: #000;
}

.btn-white:hover,
.btn-white:focus {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-white-border {
	background: transparent;
	border: 2px solid white;
	color: white;
}


.btn-black {
	background: #000;
	border: 2px solid #000;
	color: white;
}

.btn-black:hover,
.btn-black:focus {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-black-border {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-black-border:hover,
.btn-black-border:focus {
	background: #000;
	border: 2px solid #000;
	color: white;
}

.btn-wrapper {
	margin-top: 2rem;
}

.btn-wrapper.nav-buttons .btn {
	margin: 1rem;
}
 a.btn.btn2{
	line-height: 35px;
	background: white;
}
@media only screen and (max-width: 1000px) {
	a.btn.btn2{
		line-height: 35px;
		width: 50%;
		justify-content: center;
		margin: auto;
		text-align: center;
	}
}
/* CTA  */
.header-cta-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 0;
    flex: 1 1 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 3rem;
    margin: 0 .5rem;
} 
@media only screen and (max-width: 510px) {
	.btn {
		display: block;
	}
}

/* Andra knappar & länkar
========================================================================== */
.pdf-wrapper .pdf:hover,
.pdf-wrapper .word:hover {
	background-color: #ccc;
}

/* pdf */
.pdf:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f1c1';
	margin-right: 1rem;
	text-decoration: none;
	display: inline-block;
}

.pdf-wrapper .pdf {
    display: block;
    margin: 0 0 1.5rem 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    padding-left: 2rem;
	max-width: none;
}

/* word */
.word:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f1c2';
	margin-right: 1rem;
	text-decoration: none;
	display: inline-block;
}

.pdf-wrapper .word {
    display: block;
    margin: 0 0 1.5rem 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    padding-left: 2rem;
	max-width: none;
}

/* excel */
.excel:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f1c3';
	margin-right: 1rem;
	text-decoration: none;
	display: inline-block;
}

.pdf-wrapper .excel {
    display: block;
    margin: 0 0 1.5rem 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    padding-left: 2rem;
	max-width: none;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
    color: #2b2b2b;
	font-family: inherit;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0;
}

p { padding: 0 0 1em 0; }

a { color: inherit; }

.grey-text {
	color: #656565;
}


h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #262724;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
 

h1, h2, .subheading {
	font-style: normal;
	font-size: 3.8rem;
	padding-bottom: 3rem;
	color:#1f1f1f;

}

h2 strong {
		font-weight: 700;
}

.handwritten {
	font-family: rollerscript-rough, sans-serif;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
	padding: 0;
}

.small-heading {
	font-size: 2.2rem;
	line-height: 1.3;
	padding-bottom: .2rem;
}

.page-heading {			
	font-size: 4rem;
	font-weight: 700;
	padding-bottom: 0;
}

.page-subheading {			
	font-size: 2.3rem;
	padding: 1rem 0 0;
}

.heading-wrapper .heading {
	font-size: 3rem;
	padding: 0 0 2rem 0;
	font-weight: 400;
}

.LayoutPage .text-left * {
	text-align: left;
}

.text-center {
	text-align: center;
}

@media only screen and (max-width: 550px) {
	h1, h2, .subheading {
		font-size: 3.1rem;
	}
}

@media only screen and (max-width: 450px) {
	.page-heading {
		font-size: 3rem;
	}

	.heading-wrapper .heading {
		font-size: 2.3rem;
	}
}

@media only screen and (max-width: 330px) {
	.heading-wrapper .heading {
		font-size: 1.8rem;
	}

	h1, h2, .subheading {
		font-size: 2.3rem;
	}
	
	.page-heading {
		font-size: 2.3rem;
	}

	.page-subheading {
		font-size: 1.6rem;
	}

	p, a, li {
		font-size: 1.6rem;
	}
}


.text-columns .section-block .section-block-wrapper { max-width: 150rem; }
.text-columns .section-block .col-block { padding: 0 4rem; }
.text-columns .section-block .normaltext-type,
.text-columns .section-block * { 
	text-align: left; 
}

@media only screen and (max-width:1100px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0 0 2rem;
	}
}

@media only screen and (max-width:800px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0;
	}
}


/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}
/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 90rem;
    margin: 0 auto;
    text-align: center;
}


.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 15px;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f324";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #009ee1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
}

/* ==========================================================================
Margin/Padding
========================================================================== */
.p-0 {
	padding:0;
}

/* ==========================================================================
Header / Navigation
========================================================================== */

/* Top header
========================================================================== */
.EditMode #top-header {
	display: none;
}

.EditMode header { margin-top: 0 !important; }


#top-header {
	background: #f0f5ef;
	position: fixed;
	padding: 0;
	top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
        -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    flex-direction: row-reverse;
}

#top-header a {
    line-height: 4rem;
	box-sizing: border-box;
	width:auto;
    color: #000;
    font-size: 1.2rem;
	white-space: nowrap;
    overflow: hidden !important;
	text-overflow: ellipsis;
	max-width:100%;
	text-decoration: none;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 0 2rem;
}


#top-header a:hover {
	text-decoration: underline;
}

#top-header .fas {
	margin-right: 7px;
}

header.scrolled #top-header {
	height: 0;
	font-size: 0;
	z-index: -2;
}

header.scrolled #top-header a { font-size: 0; visibility: hidden;}


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

	#top-header a {
		width: 33.333%;
		text-align: center;
		padding: 0 1rem;
		font-size: 1rem;
	}
}


/* Header
========================================================================== */
header {
    background-color: #fff;
	box-shadow: none;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 8;
    font-size: 0;
    height: 7rem;
    margin-top: 4rem;
}

/* HEADER SCROLLED  */
header.scrolled {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	 margin-top: 0;
	 z-index: 10;
}



header .container {
	max-width: none;
	padding: 0 2rem;
}

header .container::after {
	content: '';
	display: table;
	clear: both;
}

/*#ctl00_PageLogo {
	display: none !important;
}*/

header .header-logo {
	width:25rem;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
		-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .header-logo a {
	font-size: 2.2rem;
	line-height: 3.2;
	padding: 0 2rem;
	text-decoration: none;
	font-weight: 400;
	color:#000;
}

@media only screen and (max-width: 980px) {
    header .header-logo img {
		max-width: 17rem !important;
	}
}

@media only screen and (max-width: 550px) {
    header .header-logo img {
		max-width: 14rem !important;
	}
}


/* Navigation
========================================================================== */
nav.mainmenu ul.TemplateMenu > li {
    line-height: normal;
    height: auto;
    cursor: pointer;
}

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-weight: 500;
	font-style: normal;
	font-size: 1.35rem;
	line-height: 7rem;
	color: #444;
	text-transform: none;
	padding: 0 1.5rem;
	margin: 0;
    transition: all 300ms linear;
}

header.scrolled nav.mainmenu a { color:#444;}

nav.mainmenu ul.TemplateMenu > li:first-child {
    display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu > li:first-child {
    display: inline-block;
} 

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #000 !important;
}  


/* Dropdown menu */
nav.mainmenu ul > li > ul > li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul > li > ul > li a {
	line-height: 3;
	padding: 0 2rem;
	color:#444 !important;
}

nav.mainmenu ul > li.expandable-li:hover {
    background-color: transparent;
}

nav.mainmenu li:hover, nav.mainmenu li.active {
    background-color: transparent !important;
}

nav.mainmenu ul > li.expandable-li:hover > a {
    padding-bottom: 0;
}

nav.mainmenu ul > li > ul > li.expandable-li:hover > a {
    border-bottom: none;
    padding-bottom: 1rem;
}

nav.mainmenu ul > li > ul {
    background: #fff;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0 .2rem 2rem rgba(0, 0, 0, 0.22);
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
    z-index: 10;
}

nav.mainmenu ul > li > ul > li {
    padding: 0 1.5rem;
    background: #f8f8f8;
}

nav.mainmenu ul > li > ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 2;
}

nav.mainmenu ul > li > ul > li > a {
	color: #000 !important;
	text-transform: none;
	letter-spacing: normal;
	padding: 1rem;
}

nav.mainmenu ul > li > ul > li > ul a {
	color: #444 !important;
}

nav.mainmenu ul > li.expandable-li:hover ul {
	background: #e7e7e7;
}

nav.mainmenu ul > li > ul > li:hover,
nav.mainmenu ul > li > ul > li.active {
	background-color: #eee !important;
}

nav.mainmenu ul > li > ul > li:hover a,
nav.mainmenu ul > li > ul > li.active a {
	color:#444 !important;
}

nav.mainmenu ul>li.expandable-li:hover > ul > li > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Sub dropdown  */
nav.mainmenu ul > li > ul > li > ul {
    top: 0;
    right: 100%;
}

/* Meny i CMS:et */
.EditMode nav.mainmenu ul > li.expandable-li ul {
	width: 20rem;
}

.EditMode nav.mainmenu ul > li.expandable-li ul > li > ul{
	width: 30rem;
	max-height: 40rem;
	overflow-x: scroll;
}

/* Hamburgarmeny */
@media only screen and (min-width: 1051px) {
    
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: .8rem;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}

	nav.mainmenu li:hover a, 
	nav.mainmenu li.active a {
		color: #000 !important;
	}  

	.expandable:after a.btn.btn2{
		width: 50%;
	}

    /* Ifall det finns för många menyflikar */
	/* .EditMode nav.mainmenu ul > li > ul {
		max-height: 50rem;
		overflow-y: scroll;
	} */


	nav.mainmenu li.active a:before, 
	nav.mainmenu li:hover a:not(.headersocial):before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	nav.mainmenu a:before {
		background-color:#afd39e;
		visibility: hidden;
		position: absolute;
		content: "";
		height: 0.2rem;
		bottom: 1.2rem;
		width:50%;
		left: 25%;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	} 
	
	nav.mainmenu ul > li > ul > li > a:before {
		display: none;
	}

	header.scrolled nav.mainmenu a:before {
		background-color:#afd39e ;
	}
}

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

   
   
    /* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #fff;
		background-color: #000;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENY';
	    font-size: 1.1rem;
	    letter-spacing: .2em;
    }
    
    .hamburger-inner, 
    .hamburger-inner::after, 
    .hamburger-inner::before {
	    width: 4rem;
    }
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 35rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.8rem;
		line-height: 3;
		color:#000 !important;
	}
	
	nav.mainmenu .header-btn {
		left: 4rem;
		margin-top: 2rem;
	}
	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #fff !important;
	}
	header nav.mainmenu li.header-btn:hover a  {
		color: #000 !important;
	}
	
	#overlay {
		z-index: 7;
	    background-color: rgba(0, 0 , 0, 0.4);

	}
	

	/* Dropdown */
	nav.mainmenu ul > li > ul {
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #000 !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
	    width: auto;
	    padding: 0 0 0 6rem;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li{
	    line-height: normal;
	    height: auto;
	}
	
}


/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	display:flex;
	align-items:center; 
	justify-content: center;
	padding-top:7rem;
	height: auto;
	background-color: rgba(0, 0 , 0, 0.4);
	min-height: calc(100vh - 8rem);
}
	
.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	justify-content: center;
    max-width: 100rem;
    text-align: center;
    padding: 2rem;
    z-index: 3;
}

.top-section img {
	height: auto;
	max-width: 70rem;
	margin-bottom: 1rem;
}

.page-title-wrap h1 {
	line-height: 1.4;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 900px) {
	.page-title-wrap h1 {
		font-size: 2.2rem;
	}

	.page-title-wrap {
		max-width: 60rem;
	}

	.top-section img {
		max-width: 50rem;
		margin-bottom: .5rem;
	}
}

@media only screen and (max-width: 550px) {
	.page-title-wrap h1 {
		font-size: 1.8rem;
	}

	.page-title-wrap strong {
		display: block;
	}
	
	.top-section {
		min-height: 70vh;
	}

	.top-section img {
		max-width: 28rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

   
/* Välkomstblock
========================================================================== */
#intro {
    background: #fff;
}

.about .handwritten {
	font-size: 3rem;
	padding: 0;
	padding-top: 3rem;
	color:#405890;
}

/* Förskolor
========================================================================== */
.section-preschools .section-block .section-block-wrapper {
	max-width: 140rem;
}


.school-cards-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.school-card {
	width:48%;
	margin: 1%;
	display: flex;
	flex-wrap: wrap;
	height: 45rem;
	overflow:hidden;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	text-decoration: none !important;
	cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



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

.school-card img {
    display: block !important;
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
}



.school-card .school-card-text {
	text-align: left;
/* 	display: none; */
    position: absolute;
    bottom: 0;
    left: 0;
    width:auto;
    max-width: 40rem;
    z-index: 4;
    padding: 2.2rem 2rem;
    padding-right: 10rem;
    background: #fff; 
    cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.school-card .school-card-heading {
	padding-bottom: 0;
	font-size: 3.5rem;
	font-weight: 700;
		color:#afd39e;
}

.school-card:hover .school-card-text {
    background: #afd39e; 
}

.school-card:hover .school-card-text * {
	color:#fff;
}

@media only screen and (max-width: 1480px) {
	.school-card .school-card-heading {
		font-size: 3rem;
	}
} 

@media only screen and (max-width: 1350px) {
	
	.school-card {
		width: 48%;
		height: 30rem
	}
	
	.school-card .school-card-heading {
		font-size: 2rem;
	}

}

@media only screen and (max-width: 700px) {
	.school-card {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}




/* ==========================================================================
Undersidor - Generellt
========================================================================== */

.SubPage .page-title-wrap,
.SubPage .top-section {
	display: none;
}

.SubPage .fullscreen-bg-video {
	display: none;
}


.SubPage header {
	background-color: #fff !important;
}

.SubPage nav.mainmenu a {
	color:#444 !important;
}

.SubPage .header-img {
	 background-image: url('/assets/images/alexanderskolan-vuxen-barn-ritar-2000px.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 80%;
    background-attachment: fixed;
}


.SubPage .header-img .section-block {
    height: 70vh;
    background:transparent;
    position: relative;
}


.SubPage .header-block .section-block { 
	background: rgba(0, 0, 0, 0.62);
	height: 40vh;
	position: relative;
}


.SubPage .header-block h1 {
	color:#fff;
	text-align: center;
	padding-bottom: 6px;
	margin-top:40px;
}

.SubPage .header-block p {
	color:#fff;
	text-align: center;
}


.SubPage .header-block .fab {
	font-size: 30px;
	color:#fff;
}



.SubPage .title-wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 80rem;
	height: auto;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}



.SubPage .title-wrap {
    top: 100%;
    padding: 4rem 2rem;

    box-sizing: border-box;
    background: #afd39e;
}

.SubPage .title-wrap *:not(.btn) {
	color:#444;
	text-align: center;
}

.SubPage .title-wrap h1 {
	font-size: 4rem;
	text-align: left;
	padding-bottom: 0;
}

.SubPage .title-wrap p {
    font-size: 1.6rem;
    line-height: 1.6em;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 400;
    padding-top: 1.5rem;
}

.SubPage .title-wrap .subpage-title-1 {
	font-size: 2rem;
	border-bottom: 2px solid #fff;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}


.SubPage .title-wrap .subpage-title-2 {
	font-size: 5rem;
}

.LayoutPage .first-section .section-block {
	padding-top: 15rem;
}

@media only screen and (max-width: 550px) {
	.SubPage .title-wrap h1,
	.SubPage .title-wrap .subpage-title-2 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 330px) {
	.SubPage .title-wrap h1 {
		font-size: 2.3rem;
	}
}

/* ========================================================================== 
Undersida - Våra Förskolor > Översikt
========================================================================== */
.oversikt-forskolorna .section-block { padding-top: 200px !important; }

.oversikt-forskolorna .section-block .normaltext-type {
	padding-bottom: 2rem;
}

/* ========================================================================== 
Undersida - Våra Förskolor > Ort (Samlingssida)
========================================================================== */

/* Header image */
.sub-nacka .header-img { 
	background-image: url('/assets/images/alexanderskolan-nacka.jpg'); 
}

.sub-kista .header-img { 
	background-image: url('/assets/images/alexanderskolan-barn-jord-2000px.jpg'); 
}

.sub-helsingborg .header-img { 
	background-image: url('/assets/images/alexanderskolan-barn-haav-2000px.jpg'); 
}

.sub-stocksund .header-img { 
	background-image: url('/assets/images/barn-leker-utomhus-med-rockring-2000px.jpg'); 
}

.sub-stockholm .header-img video {
	position: absolute;
	width: 100%    !important;
	height: 70vh   !important;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	overflow: hidden;
	top: 0;
	left: 0;
}





/* Sök efters skola
========================================================================== */
.LayoutPage .schools .section-block {
	padding-top: 15rem;
}


.school-text-block {
	text-align: left;
	max-width: 70rem;
}

.school-text-block * {
	text-align: left;
}

.school-text-block .search-heading {
	font-size: 3rem;
	padding: 0 0 2rem 0;
	font-weight: 400;
	text-align: left
}

.school-text-block a {
	font-weight: 600;
}

input.input-school {
	width: 100%;
	font-size: inherit;
	padding: 1.5rem 3rem;
	border: 1px solid #ddd;
	margin-bottom: 2rem;
}

input.input-school::placeholder {
	font-family: sans-serif;
	letter-spacing: 0;
}

input.input-school:focus {
	box-shadow: 0 0 0 rgba(230, 47, 18, 0.86);
}

ul.school-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.school-list li {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
}

ul.school-list li .school-item {
	margin-top: -1px; /* Prevent double borders */
	background-color: #f6f6f6;
	padding: 3rem;
	text-decoration: none;
	font-size: 1.6rem;
	color: black;
	display: inline-block;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul.school-list li a:hover:not(.header) {
	background-color: #eee;
}

.school-item .school-heading {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 2rem;
}

.school-item .school-desc {
	padding: 0;
}

.school-item .school-link {
	margin-top: 2rem;
}


.overflow-wrapper {
    overflow: hidden;
}

.overflow-text {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.school-item .school-address {
	padding-bottom: 1rem;
}

.school-item .school-phone {
	padding-bottom: 1rem;	
}


@media only screen and (max-width: 800px) {
	ul.school-list li {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	ul.school-list li {
		margin: 1rem 0;
	}
}

/* ========================================================================== 
Undersida - Våra Förskolor > Ort > Respektive skolsida
========================================================================== */
.LayoutPage .school-hero .section-block {
	padding-top: 15rem;
}

/* Kontaktuppgifter & beskrivning
========================================================================== */
.LayoutPage .school-info .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .school-info .section-block {
	padding: 5rem;
	background-color: #f8f8f8;
}

.info-box-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.info-box {
	width: 48%;
	margin: 1%;
	justify-content: center;
	background-color: #fff;
	padding: 4rem 3rem;
}

.info-box a {
	font-weight: 700;
}

.info-box .contact-detail {
	font-weight: 300;
}

.info-box:nth-child(1) {
	width: 45%;
}

.info-box:nth-child(2) {
	width: 25%;
}

.info-box:nth-child(3) {
	width: 24%;
}

.info-box.color-box {
	background-color: #aed49e;
}

.info-box .logo-wrapper {
	max-width: 20rem;
}

.info-box .info-title {
	font-size: 2.2rem;
	font-weight: 700;
	padding-bottom: 1rem;
}



@media only screen and (max-width: 1200px) {
	.info-box:nth-child(1),
	.info-box:nth-child(2),
	.info-box:nth-child(3),
	.info-box {
		width: 100%;
	}

	.LayoutPage .school-info .section-block {
		padding: 2rem;
	}
}


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

	.LayoutPage .school-info .section-block {
		padding: 0;
	}

	.info-box {
		padding: 3rem 2rem;
	}
}

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

	.contact-detail.mail {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}



/* ========================================================================== 
Undersida - Ansöka om plats (application)
========================================================================== */
.sub-application .header-img {
	background-image: url('/assets/images/alexanderskolan-barn-handerna-luften-2000px.jpg'); 
}



.LayoutPage .application .section-block {
	background-color: #f8f8f8;
	padding-top: 15rem;
}

.application-heading {
    max-width: 80rem;
    margin: 0 auto;
	text-align: center;
	padding-bottom: 2rem;
}



.LayoutPage .application .info-box-wrapper {
	margin-bottom: 5rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #888;
	margin-top: 1rem;
}

.LayoutPage .application .info-box-wrapper:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}



.info-box-wrapper.application-info .info-box:nth-child(1) {
	width: 35%;
}
.info-box-wrapper.application-info .info-box:nth-child(2) {
	width: 61%;
}


.info-box-wrapper.application-info .info-box:nth-child(3),
.info-box-wrapper.application-info .info-box:nth-child(4) {
	width: 48%;
}

@media only screen and (max-width: 980px) {
	.info-box-wrapper.application-info .info-box,
	.info-box-wrapper.application-info .info-box:nth-child(1),
	.info-box-wrapper.application-info .info-box:nth-child(2),
	.info-box-wrapper.application-info .info-box:nth-child(3),
	.info-box-wrapper.application-info .info-box:nth-child(4) {
		width: 100%;
	}
}

/* Undersida - Pedagogiken
========================================================================== */

/* Undersida - Klagomål
========================================================================== */
.LayoutPage .top-intro .section-block-wrapper {
	max-width: none;
}
.LayoutPage .top-intro .section-block {
	padding: 10rem 2rem;
	background-color: #f8f8f8;
}


.big-part {
	width: 79%;
	margin-right: 2%;
	max-width: 70rem;
	align-self: center;
}

.small-part {
	width: 30%;
	background-color: #fff;
	padding: 2rem;
	box-shadow: 0px 12px 25px rgb(0 0 0 / 10%);
}

.header-content {
	padding: 4rem;
	display: flex;
	justify-content: center;
}



@media only screen and (max-width: 850px) {
	.small-part, .big-part {
		width: 98%;
		margin: 1%;
	}
}

@media only screen and (max-width: 696px) {
	.header-content {
		display: block;
		padding: 0;
	}

	.small-part img {
		width: 60%;
	}

}
/* ========================================================================== 
Undersida - Verksamheten
========================================================================== */
.sub-company .header-img {
	background-image: url('/assets/images/alexanderskolan-barn-handerna-luften-2000px.jpg'); 
}

/* ========================================================================== 
Undersida - Karriär / Jobba hos oss
========================================================================== */
.work .subheading {
	padding-top: 3rem;
}


/* ========================================================================== 
Undersida - Kontakt
========================================================================== */
.sub-contact .header-img {
	background: url('/assets/images/alexanderskolan-larare-barn-surfplatta-2000px.jpg');
	background-position: right 70%;
}


/* Kontaktinformation
========================================================================== */
.LayoutPage .coworkers .heading-wrapper * {
	text-align: center;
	margin: 0 auto;
	max-width: 100rem;
}

.contacts-columns-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contacts-column {
	width: 50%;
}


.contacts-item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contacts-item {
    width: 100%;
    margin: 1%;
	padding: 3rem;
	background-color: #f8f8f8;
}


.contacts-item  .contacts-heading {
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0;
}

.contacts-item .bold {
	padding-top: 1rem;
}

.contact-details {
	font-style: normal;
}

.contact-detail {
	display: flex;
	margin: 0 0;
	align-items: center;
	color:#000;

}

@media only screen and (max-width: 820px) {
	.contacts-column {
		width: 100%;
	}
}

@media only screen and (max-width: 330px) {
	.contacts-item {
		padding: 0;
		background-color:transparent;
	}
} 

/* Undersida - Intranät
========================================================================== */
/*
.subpage-intranat .header-img {
	background: #fff;
}
*/

.subpage-intranat .header-img .section-block {
	background: transparent;
	height: 50vh;
}

.subpage-intranat .sub-menu .section-block { 
	padding-top:120px;
	padding-bottom: 20px;
	background-color: #313131;
}

ul.intra-menu {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

ul.intra-menu li {
	margin: 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
	border-radius: 0;
}

ul.intra-menu li a {
	padding: 10px 20px;
	color:#fff;
	font-weight: 500;
	list-style: none;
	display: inline-block;

}

ul.intra-menu li:hover { background-color: transparent; }
ul.intra-menu li a:hover { color:#afd39e; }


/* Collapsible button with info */
input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
	display: block;
	font-size: 18px;
	text-align: left;
	padding: 0;
	color: #444;
	background: transparent;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.25s ease-out;
}


.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);
	transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 800px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
   padding-left: 35px;
}

.collapsible-content .content-inner ul {
	list-style: none;
	padding-left: 0;
}

.collapsible-content .content-inner li {
	padding-bottom: 10px;
}

.collapsible-content .content-inner p {
	font-size: 14px;
}

.collapsible-content .content-inner strong {
	letter-spacing: 0;
}


.inner-collapsible {
	padding-top: 15px;
}

.school-include {
	display: inline-block;
	width: 100%;
}

.space-down {
	height: 15px;
}

/* ==========================================================================
Undersida: Medarbetarportal
========================================================================== */

/* Intro, välja mellan för chefer och medarbetare
========================================================================== */
.LayoutPage .dashboard-intro .section-block-wrapper {
	max-width: none;
}

.LayoutPage .dashboard-intro .section-block {
	padding: 2rem;
	margin-top: 10rem;
}


.product-items-wrapper {
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
}

.product-item {
	width: calc(100% / 2 - 4rem);
	margin: 2rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 55rem;
	overflow:hidden;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	text-decoration: none !important;
	cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



.product-item .product-image {
	width: 100%;
	height: 100%;
}

.product-item img {
    display: block !important;
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
}



.product-item .product-text {
	text-align: center;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 8rem 2rem;
    background: rgba(0, 0, 0, 0.36); 
    cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.product-item .product-text .centered-text {
	align-self: center;
	width: 100%;
	text-align: center;
}

.product-item .product-text * {
	color:#fff;
}

.product-item .product-text p {

		    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 3rem;
}

/* Titel */
.product-item .product-text .heading {
    font-size: 4rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    
}



.product-item .product-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color:#fff;
	background-color: #353c3e;
	height: 60px;
	line-height: 60px;
	z-index: 4;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.product-item:hover .product-text {
	background: rgba(0, 0, 0, 0.705);
}

.product-item:hover .product-text p { 
	opacity: 1; 
}


@media only screen and (max-width: 1466px) {
	.product-title-wrapper {
	    width: 18%;
	}
}

@media only screen and (max-width: 1100px) {
	.product-title-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 4rem 2rem;
		border-radius: 1rem;
		margin: 0;
	}
	
	.product-title-wrapper h2 {
		transform: none;
		font-size: 4rem;
	}
	
	.product-items-wrapper { width: 100%;}
	
	.product-item {
		height: 35rem;
	}
	
}

@media only screen and (max-width: 550px) {
	.product-item {
	    width: 100%;
	}
	
}

/* Produktdelen med filtreringsfilter.
========================================================================== */
/* Klass pa sektionen */
.LayoutPage .dashboard .section-block {
	padding: 10rem 2rem 10rem;
	margin-top: 11rem;
	background: linear-gradient(to bottom, #f8f8f8 60%, #fff 40%);
}

.LayoutPage .dashboard .section-block-wrapper {
	max-width: 100%;
}

/* Inuti includefilen */
.hero-section {
	max-width: 150rem;
	padding: 0 4rem 4rem 4rem;
	margin: 0 auto;
}

.hero-section {
	text-align: left;
}

.headline-wrapper {
	max-width: 85rem;
}

.headline-wrapper .heading {
	color: #000;
	padding-bottom: 2rem;

}


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

	.hero-section {
		padding: 3rem 0;
	}

	.headline-wrapper .subheading {
		font-size: 3rem;
	}

}

/* Produktrutor & filter i kolumner */
.product-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.filter-items-wrapper {
	width: 20%;
	margin-right: 3%;
	position: sticky;
    top: 15rem;
	align-self: flex-start;
	background-color: #f8f8f8;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.product-content,
.content-items-wrapper {
	width: 77%;
}

.product-content {
	max-width: 100rem;
}


.filter-section {
	padding: 0 4rem;
	max-width: 150rem;
	margin: 0 auto;
}


.filter-items-wrapper {
	margin-bottom: 4rem;
}

.filter-buttons ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.filter-buttons .filter-item {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
	line-height:2.5;
	letter-spacing: normal;
	color: #676869;
	text-transform: none;
	padding: 1rem 2rem;
	display: block;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.filter-buttons .filter-item {
	border-bottom: .5px solid #eeeeee;
}

.filter-buttons ul > li > ul .filter-item {
	line-height: 2;
	padding-left: 3rem;
	background: #f8f8f8;
	font-size: 1.3rem;
}

.filter-buttons ul > li > ul .filter-item::before {
	font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f30b';
	    margin-right: .8rem;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}




/* Active & hover on button */
.filter-buttons .filter-item.active-project {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.filter-buttons .filter-item:hover {
	color:#000;
	background: #eee;
	text-decoration: none;
}

.filter-buttons .filter-item.sub-active {
	background-color: #eee;
}


@media only screen and (max-width:1470px) {
	.filter-items-wrapper {
		margin-bottom: 4rem;
		max-width: 100rem;
		margin-left: auto;
		margin-right: auto;
	}
}


@media only screen and (max-width:1080px)  {
	.filter-buttons ul {
		justify-content: initial;
	}
}

@media only screen and (max-width:950px) {
	.filter-section {
		padding: 0;
	}

	.filter-items-wrapper{
		width: 100%;
	}
}

/* Blanketter
========================================================================== */
.dashboard .btn-wrapper .sub-title {
	margin-top: 5rem;
	font-weight: 700;
}

/* ==========================================================================
Undersida: Chefsdokument
========================================================================== */
.sub-chief .section-title {
	padding-top: 3rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color:#111;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
    padding: 7rem 5rem 0;
    max-width: 160rem;
}

.footer .footer-heading {
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0s;
	padding-bottom: 1rem;
	color: #fff;
}


.footer p, 
.footer a,
.footer li {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}

.footer a:hover { color:#fff;}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0 0;
    position: relative;
}

/* FOOTER MENU */
.footer-nav {
    width: 100%;
    margin-bottom: 5rem;
    text-align: right;
}

.footer-menu-wrapper {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
}

.footer-menu {
    text-align: left;
    width: 33%;
	padding: 2rem;
}

.footer-logo-wrapper {
	width: 24rem;
}

.footer-logo {
	width: 100%;
	max-width: 24rem;
}

/* FOOTER SUBMENU */

.footer-submenu {
    padding-inline-start: 0;
    list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #333;
	text-decoration: underline;
}

/* FOOTER SOCIAL LINKS */
.footer .social-list {
    display: flex;
    list-style: none;
    padding: 0;
	margin: 0;
	flex-direction: column;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    padding: 0;
	border-radius: 3rem;	
	background-color: #fff;
	border: 1px solid #fff;
	color: #000; 
}

.footer .social:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	
	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
	padding: 0;
}

.footer-bottom .info-list {
	padding-inline-start: 0;
	list-style-type: none;
	display: flex;
}

.footer-bottom .info-list li {
	margin-right: 2rem;
	font-size: 1.2rem;
}

/* WebbEss Stamp  */
.footer-bottom .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.2rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1200px)  {
	.footer .container {
		padding: 5rem 2rem 0;
	}

	.footer-container,
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 700px) {
	.footer .container {
		padding: 6rem 2rem 0;
	}

	.footer-menu,
	.footer-menu:first-child,
	.footer-menu:nth-child(2),
	.footer-menu:last-child {
	    width: 100%;
		margin-bottom: 0;
		padding: 2rem 0;
	}

	.footer-nav {
		padding: 0;
	}

	.footer .social-list {
		flex-direction: row;
	}

	.footer .social {
		margin: 0 0 0 1rem;
	}
}

@media only screen and (max-width: 551px) {
	.footer-bottom .webbess-stamp {
		padding-bottom: 2rem;
	}
}
