/* Ängbybarnens Förskolor */

/* ==========================================================================
Generellt
========================================================================== */
body:not(.EditMode) .TemplateMenu li:nth-child(7) {
    display: none;
}

header .container .flags {
	float: left;
    line-height: 70px;
    height: 70px;
    padding-left: 25px;
}

.flags img {
	height: 22px;
	padding-left: 15px;
}

body {
	background-position: center top 80%;
}

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

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 60px 40px;
}

.LayoutPage .section-wrapper {
/* 	background-color: transparent; */
}

.LayoutPage .section-block-wrapper {
	max-width: 1100px;
}

/* Paddings */

.p-3{
	padding: 3rem;
}
.pb-2 {
	padding-bottom: 2rem;
}

.mt-3{
	margin-top: 3rem;
}
.btn {
	max-width: 170px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
   	background-color: #202020;
	border: 3px solid #202020;
   	color: #fff;
    border-radius: 12px;
    text-align: center;
    text-transform: none;
    font-weight:600;
/*  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); */
     -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:hover {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
	text-decoration: none;
}

/* Anvand "btn btn-center" for att centrera knappen */
.btn-center {
	margin:0 auto;
	text-align: center;
	display: block;
	width:200px;
}

.gray .section-block {
	background-color: #f9f9f9;
}
.gray{
	background-color: #f9f9f9;
}
.bullet-list li {
/* 	font-family: "Fira Sans", sans-serif; */
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

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

.LayoutPage .layout-2 .col-0 {
	padding-right: 2%;
}

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

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, li {
	line-height: 1.6em;
	font-size: 16px;
	color: #575756;
	font-family: "Carlito", serif;
	font-weight: 300;
	text-decoration: none;
}

a {
	color: #f7a600;
	text-decoration: none;
	font-size: 16px;
}

a:hover {
	text-decoration: underline;
	color: #F7A600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Carlito", serif;
	color: #575756;
	font-weight: 700;
	text-transform: unset;
}

h1, h2 {
	font-size: 38px;
	color: #F7A600;
/* 	padding-bottom:35px; */
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
	padding: 0;
}

.text-left{
	text-align: left !important;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}
/* stora "ABC"-blocket */
.normaltext-type {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.text-center{
	text-align: center;
}
.text-start{
	text-align: start !important;
}
@media only screen and (max-width: 768px) {
	h1, h2 {
		font-size: 30px !important;
	}

	h4 {
		font-size: 20px !important;
	}
}

/* ==========================================================================
Färger
========================================================================== */
.text-primary{
	color: #f7a600;
}


/* ==========================================================================
Bredder / Layoute
========================================================================== */

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

.mw-1600 .section-block-wrapper {
    max-width: 190rem;
}

/*Padding */


.pt-0{
	padding-top: 0rem !important;
}
/* ==========================================================================
Header / Navigation
========================================================================== */
header {
/* 	background: #F7A600; */
	background: url('/files/giraff-02.png') repeat;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

header .container {
	max-width: 1200px;
}

.en header .header-logo {
	width: 200px;
	line-height: 0;
	padding: 10px 10px;
}

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: "Carlito", serif;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	text-transform: none;
	padding: 0 7px;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background-color: transparent;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #333;
}

nav.mainmenu li:nth-child(2) {
	display: none;
}

a.sv-flag {
	display: none;
}

a.en-flag {
    display: block;
}

.en a.sv-flag {
	display: block;
	margin-top: 20px;
}

.en a.en-flag {
    display: none;
}

/* EditMode
========================================================================== */
.EditMode.WebbEssDIY header {
	background: #F7A600;
}

.EditMode header .header-logo {
	display: none;
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;

}

.page-title-wrap {
	background-color: transparent;
	top: 72%;
	left: 50%;
	width: 100%;
	max-width: 800px;
}

.page-title-wrap h1 {
	font-family: "Carlito", serif;
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	padding: 0;
	line-height: 1.2em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#usp-first {
	font-size: 50px;
}

#usp-second {
	font-size: 45px;
}

/* ==========================================================================
Startsida
========================================================================== */
/* Om oss
========================================================================== */
#about {
    background: #fff;
	text-align: left;
}

#about .section-block {
	margin-bottom: -1px;
}

#about .section-block-wrapper {
	max-width: 980px;
}

#about h2 {
	padding-bottom: 20px;
	color: #F7A600;
}

#about p { color: #575756 !important; }

.read-more {
	background-color: #F7A600;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.read-more:hover {
	color: #fff;
	text-decoration: none;
}

.before-btn {
	margin-top: 15px;
}

/* Nyheter
========================================================================== */
#news .section-block {
	padding-top: 45px;
}

#news {
	background: rgba(244, 244, 244, 0.75);
}

#news .section-block-wrapper {
	max-width: 1100px;
}

#news.news-2 .section-block-wrapper {
	max-width: 1500px !important;
}

#news .news-frame {
/*
    background-image: url('/files/giraff-pattern.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
*/
	background-color: #fff;
	padding: 15px;
/* 	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
}

#news .news-content {
	background-color: rgb(255, 255, 255) !important;
    text-align: right;
    padding-bottom: 30px;
    padding: 10px 15px 20px 15px;
}

#news h2 {
	padding-bottom: 45px;
}

#news .news-content h3 {
	padding-top: 20px;
	font-size: 21px;
	padding-bottom: 10px;
	text-align: left;

}

#news .news-content p {
	text-align: left;
}

#news .nopadding-bottom {
	padding: 0;
}

#news .bottom-margin {
	margin-bottom: 20px;

}

.LayoutPage .block-container {
    margin-bottom: 0;
    margin: 0 auto;
}

.LayoutPage .block-object {
    padding: 10px;
}

.link-image{
	height: 500px !important;
}

@media (max-width: 768px){
.LayoutPage .layout-14 .col-1,
.LayoutPage .layout-14 .col-2,
.LayoutPage .layout-14 .col-3,
.LayoutPage .layout-14 .col-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 1%;
}}

#news-1-more,
#news-2-more,
#news-3-more,
#news-4-more,
#news-5-more,
#news-6-more,
#news-7-more {
	display: none;
}


/* Kontakt
========================================================================== */
#contact .section-block {
	background-color: #f7a600;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	top: 27px;
}


#contact h2,
.Contact .ContactForm .ContactFormName p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormMessage p,
#contact a,
#contact p,
#contact h4 {
	color: #fff;
}

.LayoutPage .form-part div {
	padding-bottom: 0;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
    height: 182px;
}

.LayoutPage .Contact .ContactForm input.text, .LayoutPage .Contact .ContactForm textarea.textmessage {
	border-radius: 5px;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	display: block;
	margin: 15px auto;
	background-color: #575756;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Carlito", serif;
    font-size: 16px;
}

.Diary .DiaryCommentForm input, .Diary .DiaryCommentForm textarea, .Guestbook .GuestbookForm input.textname, .Guestbook .GuestbookForm textarea.textmessage, .GalleryCommentFormControl textarea, .Contact .ContactForm input.text, .Contact .ContactForm textarea.textmessage {
	border: #fff !important;
}

#contact .col-2 .text-part {
	text-align: center;
	padding: 70px 0px;
}

.LayoutPage .block-object img {
    width: 100%;
}

/* Map
========================================================================== */

#map .block-object {
	padding: 40px;
	background-color: #F7A600;
}



/* Instagram
========================================================================== */
#instagram .section-block {
	padding-top: 45px !important;
}

#instagram {
	background-color: #fff;
}

#instagram h2,
#instagram p {
	text-align: center;
	padding-bottom: 35px;
}


/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}
.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}
@media only screen and (max-width: 1050px) {
    /* Bredder */
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
        margin: 1rem;
    }
}
@media only screen and (max-width: 750px) {
    /* Bredder */
	.cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 1-1 */
@media only screen and (max-width: 380px) {
    .card-1-1 .card-body a {
        display: block;
    }
}



/* ==========================================================================
Undersidor - Generellt
========================================================================== */
.SubPage .top-section {
/* 	height: 33%; */
	display: none;
}

body.SubPage,
body.SubPage.isMobile .body-background {
/*
	background: #009097 url('/files/topsection-bild.jpg') no-repeat center top;
	background-size: cover;
*/
}

.SubPage .title .section-block {
	padding: 50px 20px 30px 20px;
}

.SubPage main {
    padding-top: 70px;
}

/* Jobba hos oss
========================================================================== */

.subpage-jobbansokan .smalltext-type {
	max-width:800px;
}

/* Kalendarium
========================================================================== */


.p2 h3 {
	text-align: left;
	padding-bottom: 50px;
	color: #575756;
}

.p2 .section-block-wrapper {
	max-width: 1100px;
}

.calendar {
/* 	display: inline;  */
	margin-bottom: 20px;
	min-height: 120px;
}

/* Klass tillagd Håkan */
.calendar .calendar-col-2 p {
	color: #575756;
	font-size: 14px;
	margin-left: 100px;
}
/* Klass tillagd Håkan */


.calendar .calendar-col-1 {
	width: 20%;
	margin-right: 4%;
	float: left;
	margin-bottom: 10px
}

.calendar .calendar-col-1 {
	background-color: #F7A600;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 50%;
/* 	border: 3px solid #F7A600; */
	height: 80px;
	width: 80px;
}

.calendar .calendar-col-1 h4 { font-size: 25px; }
.calendar .calendar-col-1 h5 { font-size: 15px; }

.calendar .calendar-col-1 h4,
.calendar .calendar-col-1 h5 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

.calendar .calendar-col-2 h3 {
	font-size: 20px;
	color: #575756;
	text-align: left;
	font-weight: bold;
	padding: 0;
	text-transform: none;
/* 	display: none; */
}

.calendar .calendar-col-2 ul {
	padding-inline-start: 0 !important;
	margin-top: 10px;
	margin-bottom: 5px;
}

.calendar .calendar-col-2 ul li {
	display: inline;
	color: #575756;
	margin-right: 10px;
	font-size: 14px;
}

.calendar .calendar-col-2 p {
	color: #575756;
	font-size: 14px;
}

/* Våra förskolor
========================================================================== */
#pre-schools .section-block {
	padding: 20px 10px !important;
}

#a-day ul {
	margin-top: 0;
}

.product-thumbs {
	float: left;
    width: 31.3%;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-height: /* 435px */ 430px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 1%;
    text-align: left;
    position: relative;
}

.product-thumbs h3 {
    color: #F7A600 /*  #575756 */;
    padding-top: 15px;
    line-height: 1.4em;
    font-size: 20px;
    text-align: left;
}

.product-thumbs p {
    font-size: 15px;
    line-height: 1.4em;
    color: #575756;
    text-align: left;
}

.product-thumbs .container {
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
}

.product-thumbs a {
	color: #575756;
	font-size: 15px;
}

.product-thumbs a:hover {
	color: #f7a600;
}

.logo-mjolk{
	max-width: 200px;
	float: right;
}

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

	.logo-mjolk{
		max-width: 200px;
		margin: auto;
		text-align: center;
		float: none;
	}

}

/* Ansök om köplats
========================================================================== */
#showcase-images .col-block { border: 4px solid #fff; }
#showcase-images .col-0 {
	background-image: url(/assets/images/barn-mossa-500px.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}

#showcase-images .col-1 {
	background-image: url(/files/ateljen.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}

#showcase-images .col-2 {
	background-image: url(/files/bygg-och-konstruktion.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}

#showcase-images .col-3 {
	background-image: url(/files/matsal.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}

.subText p {
	text-align: justify;
}

.subText .centered-paragraph {
	text-align: center;
}

/* Studiebesök
========================================================================== */
.course-cards{
	width: 75%;
	padding: 3rem 3rem;
	background-color: #fff;
	border: 1px solid #eaeaea;
	vertical-align: top;
	border-radius: 1rem;
	justify-content: center;
    margin: auto;

}

.course-content {
	padding: 2px 16px;
  
  }

.list-box{
	box-shadow: 2px 2px 2px 2px rgb(209, 209, 209);
	min-height: 30rem;
	padding: 1rem;
}
.cours-img{
max-height: 450px;
object-fit: cover;
}

.course-full .col-block.col-0{
	padding-right: 0%;
	
}

.course-full .col-block.col-1{
	padding-left: 0%;
	
}
/*
#study-visit .col-0 {
	background-image: url(/files/studiebesok-flaggor.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}

#study-visit .col-1 {
	background-image: url(/files/studiebesok-verksamhet.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 300px!important;
    background-size: cover;
}
*/


.showcase-images-courses.empathy-course .col-block { border: 4px solid #fff; }
.showcase-images-courses.empathy-course .col-0 {
	background-image: url(/assets/images/kurs1a-1000px.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 400px!important;
    background-size: cover;
}

.showcase-images-courses.empathy-course .col-1 {
	background-image: url(/assets/images/kurs1b-1000px.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 400px!important;
    background-size: cover;
}

.showcase-images-courses.visit-course .col-block { border: 4px solid #fff; }
.showcase-images-courses.visit-course .col-0 {
	background-image: url(/assets/images/kurs2-1000px.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 400px!important;
    background-size: cover;
}

.showcase-images-courses.visit-course .col-1 {
	background-image: url(/assets/images/kurs2-2-1000px.jpg);
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    height: 400px!important;
    background-size: cover;
}

.subText p {
	text-align: justify;
}

.subText .centered-paragraph {
	text-align: center;
}

/* Klagomålshantering
========================================================================== */
.complaints-schools .product-thumbs {
    min-height: 385px;
}

.complaints-text ul {
	margin-top: 0;
}

.rektor-split-left {
	width: 30%;
	float: left;
}

.rektor-split-right {
	width: 25%;
	float: left;
}

.complaints h1 {
	padding: 0;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #575756;
	min-height: 120px;
	padding: 38px 0 0 0 !important;
}

.footer .container {
	max-width: 1200px;
}

.footer p,
.footer a {
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
	color: #f6f6f6;
	text-transform: unset;
}

.footer h5 {
	color: #fff;
}

.footer .container .fab {
	font-size:30px;
	padding:5px;
	margin-top: 15px;
	text-decoration: none;
}

.footer .container .fab:hover {
	color: #96b000;
}

.footer .footer-1,
.footer .footer-2,
.footer .footer-3,
.footer .footer-4 {
	float: left;
	text-align: left;
}

.footer .footer-1 {
	width: 25%;
}

.footer .footer-2 {
	width: 27%;
	margin-right: 0.5%;
}

.footer .footer-3 {
	width: 25%;
	margin-right: 0.5%;
}

.footer .footer-4 {
	width: 20%;
	margin-right: 0.5%;
}

.footer-1 a {
	margin-top: 2% !important;
	color: #f7a600 !important;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
	align-items: center;
    padding: 0;
    font-size: 1rem !important;
	color: #fff !important;
    font-weight: normal;
}

.webbess-stamp a{
	color: #fff !important;
}

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


/* Engelsk sida */

.en #about p {
	padding-bottom: 0;
}

.en .LayoutPage .Contact .ContactForm div.ContactFormMessage {
top: 18px;
}

.en .LayoutPage #contact .Contact .ContactForm textarea.textmessage {
height: 172px;
}

.en .footer h5 {
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
}

.en .footer .container {
	padding: 0px 10px;
}

.en #news .col-block .col-wrapper {
	background: none;
	text-align: inherit;
	height: inherit;
	box-shadow: none;

}

.en #news .news-content h3 {
	letter-spacing: 0;
}

.en .complaints-schools .product-thumbs {
    min-height: 400px !important;
}

.en #contact p {
	padding: 0;
}

/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1366px) {

	.page-title-wrap {
		top: 82% !important;
	}

	#showcase-images .col-0,
	#showcase-images .col-1,
	#showcase-images .col-2,
	#showcase-images .col-3,
	#showcase-images .col-4 {
		height: 250px!important;
	}

  .showcase-images-courses .col-0,
  .showcase-images-courses .col-1 {
    height: 300px!important;
  }

}

@media only screen and (max-width: 1024px) {
	/* Klass tillagd Håkan */
	.calendar .calendar-col-2 p {
	    color: #575756;
	    font-size: 14px;
	    margin-left: 98px;
	}
/* Klass tillagd Håkan */


	.page-title-wrap {
		top: 82% !important;
	}

	#usp-first {
		font-size: 45px;
	}

	#usp-second {
		font-size: 40px;
	}

	.page-title-wrap h2 {
		font-size: 45px;
	}

	/* våra förskolor */
	.product-thumbs {
		min-height: 410px;
	}

	.footer p, .footer a {
		font-size: 14px;
	}


}

@media only screen and (max-width: 980px) {
	.TemplateMenu li:nth-child(7) {
    	display: inherit;
	}

	header .container .flags {
	    float: left;
	    line-height: 80px;
	    height: 70px;
	    padding-right: 60px;
	    padding-left: 0;
	}

	#usp-first {
		font-size: 45px;
	}

	#usp-second {
		font-size: 40px;
	}

	.openmenu {
		background: transparent url('/files/menu-white.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 20px;
	    top: 20px;
	}

	nav.mainmenu li a {
	 	text-align: left;
	}

	nav.mainmenu .Padding {
		border-top:none !important;
		padding: 5px 0 0 0;
	}

	nav.mainmenu li a {
		font-size: 17px;
		border-bottom: none;
		margin:20px 0px;
		color:#000 !important;
		padding-left: 20px;
	}

	#news .news-content h3 {
    font-size: 18px;
	}

	.footer .footer-1 img {
	    vertical-align: middle !important;
	    width: 175px;
	    height: auto;
	}

	/* Ansök om köplats */
	#showcase-images .col-0,
	#showcase-images .col-1,
	#showcase-images .col-2 {
		width: 33.33%;
	}

	#showcase-images .col-3 {
		display: none;
	}


}

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

	/* Klass tillagd Håkan */
	.calendar .calendar-col-2 p {
	    color: #575756;
	    font-size: 14px;
	    margin-left: 98px;
	}
	/* Klass tillagd Håkan */


	#usp-first {
		font-size: 40px;
	}

	#usp-second {
		font-size: 35px;
	}

	.SubPage .section-block {
		padding: 40px 20px 20px 20px !important;
	}

	p {
		padding: 0 0 0.8em 0;
	}

	.SubPage .section-block {
		padding: 40px;
	}

	.SubPage .layout-2 .col-0,
	.LayoutPage .layout-2 .col-1 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.SubPage .layout-2 .col-0 .smalltext-type,
	.SubPage .layout-2 .col-1 .smalltext-type {
		margin: 0 auto;
		display: block;
	}
	.LayoutPage .layout-12 .col-1,
	.LayoutPage .layout-12 .col-2 {
	    width: 100%;
	}

	h3 {
	    padding-top: 20px;
	    padding-bottom: 10px;
	}

	body.isMobile .body-background {
		background-position: top center 18%;
	}

	.page-title-wrap {
		left: 50%;
		top: 85% !important;
	}

	.footer {
		min-height: 220px;
	}

	.footer .footer-1 {
		width: 100%;
	}

	.footer .footer-2,
	.footer .footer-3,
	.footer .footer-4 {
		width: 30%;
		margin-right: 2%;
	}

	.en #contact .col-2 .text-part {
    	padding: 0;
    }

/*
	.footer .footer-1 {
		display: none;
	}
*/

/*
	.footer .footer-2 {
		width: 36%;
	}

	.footer .footer-3,
	.footer .footer-4 {
		width: 32%;
	}
*/

	/* Startsida */
	#about > div > div.section-block-wrapper > div.col-block.col-1 > div > div > img {
		margin-top: 0;
	}


	/* Kalendarium */
	.calendar .calendar-col-1 {
		height: 70px;
		width: 70px;
		padding: 10px;
	}

	.calendar .calendar-col-2 ul li {
		font-size: 12px;
	}

	/* Våra förskolor */
	.product-thumbs p,
	.product-thumbs a {
		font-size: 13px;
	}

	.product-thumbs {
	    min-height: 390px;
	}

	.product-thumbs h3 {
		font-size: 17px;
	}

	#a-day .col-1,
	#a-day .col-2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#a-day .col-1 .smalltext-type,
	#a-day .col-2 .smalltext-type {
	    margin: 0 auto;
	    display: block;
	}
	.LayoutPage .layout-13 .col-block {
		float: none !important;
		display: block !important;
		width: auto !important;
		padding: 0 !important;
	}

	/* Klagomålshantering */
	.rektor-info-wrapper {
		max-width: 600px;
		margin: 0 auto;
	}
	.rektor-split-left,
	.rektor-split-right {
		width: 45%;
		padding: 10px;
	}

}


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

	.product-thumbs {
		width: 48%;
		min-height: 400px;
	}
		#usp-first {
		font-size: 35px;
	}

	#usp-second {
		font-size: 30px;
	}

	.footer {
/* 		height: 470px !important; */
		text-align: center;
	}

	.footer .footer-1 img {
	    vertical-align: middle !important;
		width: 170px;
		height: auto;
	}

	.footer .footer-1,
	.footer .footer-2,
	.footer .footer-3,
	.footer .footer-4 {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	.webbess-stamp{
		justify-content: center;
		margin-bottom: 1rem;
	}

	.footer h5,
	.footer p {
		text-align: center;
	}


	.en .footer h5 {
		text-align: center;
	}
	/* Klagomålshanteraren */

	.rektor-split-left,
	.rektor-split-right {
		width: 45%;
	}
}

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

	#usp-first {
		font-size: 27px;
	}

	#usp-second {
		font-size: 21px;
	}

	.flags img {
	    padding-left: 12px;
	}

	.page-title-wrap h1 {
		font-size: 26px;
	}

	.SubPage .title .section-block {
	    padding: 50px 20px 30px 20px !important;
	}

	#news .news-content h3 {
		font-size: 18px;
	}



	/* Startsida */

	#about > div > div.section-block-wrapper > div.col-block.col-1 > div > div > div > img {
		display: none;
	}

	#about .section-block {
		padding-bottom: 40px;
	}

	#news .news-frame {
		margin-bottom: 20px;
	}

	#contact .col-2 .text-part {
		padding: 0;
		padding-top: 40px;
	}

	h1, h2 {
		font-size: 35px;
	}

	.heading-type h3 {
		font-size: 27px;
		text-align: left;
	}

	.footer {
/* 		height: 515px !important; */
		text-align: center;
	}

	.footer .footer-left,
	.footer .footer-right {
		float: none;
	}

	.footer .footer-right {
		padding-top: 30px;
	}

	.footer p {
		line-height: 1.2em;
		text-align: center;
		font-size: 16px;
	}

	.footer .footer-1,
	.footer .footer-2,
	.footer .footer-3,
	.footer .footer-4 {
		width: 100%;
	}

	/* Kalendarium */

	/* Klass tillagd av Håkan	 */
	.calendar .calendar-col-2 p {
	    color: #575756;
	    font-size: 14px;
	    margin-left: 80px;
	}
	/* Slut klass tillagd av Håkan	 */


	.calendar .calendar-col-2 h3 {
		font-size: 18px;
	}

	.calendar .calendar-col-1 {
		height: 65px;
		width: 65px;
		padding: 6px;
	}

	.calendar .calendar-col-2 p,
	.calendar .calendar-col-2 ul li {
		font-size: 16px;
	}

	.p2 h3 {
		padding-bottom: 30px;
	}

	.calendar .calendar-col-2 ul li {
		font-size: 13px;
	}

	/* Våra förskolor */
	.product-thumbs {
		width: 98%;
		min-height: 400px;
		margin-bottom: 10px;
	}

	.product-thumbs p, .product-thumbs a {
		font-size: 15px;
	}

	.product-thumbs h3 {
		font-size: 20px;
	}

  /* Ansök om köplats */
  #showcase-images .col-0,
  #showcase-images .col-1 {
    width: 50%;
  }

  #showcase-images .col-2,
  #showcase-images .col-3 {
    display: none;
  }

  /* Studiebesök & kurser */
  .showcase-images-courses .col-0,
  .showcase-images-courses .col-1 {
    width: 50%;
  }

  .showcase-images-courses .col-2,
  .showcase-images-courses .col-3 {
    display: none;
  }
	/* Klagomålshanteraren */
	.rektor-split-left,
	.rektor-split-right {
		width: 100%;
	}

	/* Engelsk sida */

	.en #contact p {
		text-align: center;
	}

}
