/*
Theme Name: Aktiv Skola child theme
Author: Martin Loquist
Version: 3.1
Template: dt-the7
*/
body {
	font-family: 'Aktiv Skola STD', Arial, Helvetica, Arial, Verdana, sans-serif !important;
}

.femtiobild {
	max-width: 50% !important;
}

.content a,
.content a:hover {
	color: #ea6004;
}

/* Knapp för nyhetsarkivet */

.nyhetstable {
	border-collapse: collapse;
	width: 100%;
}

.nyhetstable th {
	font-weight: bold;
	border: 1px solid #999999;
	padding: 0px 5px;
}

.nyhetstable td {
	text-align: right;
	border: 1px solid #999999;
	padding: 5px 25px 5px 5px;
}

.nyhetsknapp {
	background: #ea6004;
	background-color: #ea6004;
	border-radius: 15px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	color: #ffffff;
	font-size: 17px;
	padding: 16px 31px;
	margin: 25px 0px;
	transition: 0.6s all;
	text-decoration: none;
}

.nyhetsknapp:hover {
	cursor: pointer;
	color: #000;
	background: #b9dcbe;
	background-color: #b9dcbe;
}

.nyhetsknapp:active {
	position: relative;
	top: 1px;
}

/* Lista för nyhetsarkivet */
.nyhetslista {
	list-style: square;
	margin-left: 20px;
}

/* Döljer chatsaker */
.siTabB {
	display: none !important;
}

.pratanu {
	opacity: 0;
	transition: 2.5s ease;
}

.svart {
	color: #000 !important;
}

.chatrubrik {
	color: #000 !important;
	margin: 10px 0 40px;
}

.chattext {
	font-size: 20px;
	color: #000;
	padding: 15px;
	margin-top: 30px;
	background: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 10px 17px 50px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 17px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 17px 50px 0px rgba(0, 0, 0, 0.1);
}

.vitbak {
	background-repeat: no-repeat;
	background-size: cover;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%), url(img/handbokbak.png);
}

.handbok img {
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.2);
	transform: rotate(-2deg);
}

.download-infomaterial-knapp {
	display: block;
	margin-top: 50px;
}

.download-infomaterial-knapp span {
	margin-top: 50px;
	font-size: 12px;
	padding: 25px 30px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #ea6004;
	color: #fff;
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
	transition: all .4s ease-in-out;
}

.download-infomaterial-knapp span:hover {
	background: #fac8ab;
	text-decoration: none;
}

.handbok {
	width: 100% !important;
	height: auto !important;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.2);
	transform: rotate(-2deg);
	margin-bottom: 50px;
}

/* Fix för meny.logga */
#page .masthead.sticky-on .header-bar .branding a {
	margin-left: 5px !important;
}

#gallery-2 {
	margin-bottom: 50px !important;
}

/* input[type="text"] {
    font: normal 14px / 40px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 14px;
} */
.slidershadow {
	filter: drop-shadow(5px 7px 7px rgba(0, 0, 0, .15));
}

.tint {
	position: relative;
	float: left;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	-moz-transition: background .5s linear;
	-webkit-transition: background .5s linear;
	-o-transition: background .5s linear;
	transition: background .5s linear;
}

.tint:hover:before {
	background: rgba(234, 96, 4, 0.4);
}

.bloggcategories {
	width: 100%;
	position: absolute;
	bottom: 5px;
}

.bloggline {
	width: 100%;
	border-bottom: 1px solid #ea6004;
	margin: 0 0 4px;
}

.bloggcontent ul {
	list-style: decimal;
}

.bloggcontent li {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

.bloggcontent h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none !important;
}

.bloggcategoriespostimage {
	width: 100%;
	margin-bottom: 5px;
	padding-left: 20px;
}

.bloggcategoriespost {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bloggcategoriespost .bloggcategory,
.bloggcategoriespostimage .bloggcategory,
.bloggcategoriespostimage .bloggcategorytext,
.bloggcategoriespost .bloggcategorytext {
	float: right !important;
}

.left {
	float: left !important;
}

.nodecoration {
	text-decoration: none;
}

.nodecoration:hover {
	text-decoration: underline;
}

.white {
	color: #fff !important;
}

.bloggcategorytext {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 3px 0;
	margin: 0 5px;
	text-transform: uppercase;
	float: right;
	transition: 1s ease;
}

.bloggcategory {
	text-decoration: none;
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 3px 0;
	margin: 0 5px;
	text-transform: uppercase;
	float: right;
	transition: 1s ease;
}

.bloggcategory:hover {
	background: #fff;
	color: #000;
}

.bloggimage {
	display: block;
	width: 100%;
	height: 25vh;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
}

.bloggimagelarge {
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.bloggdatum {
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0 8px;
	min-width: 63px;
	min-height: 63px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	box-sizing: border-box;
	text-decoration: none;
	background: #fff;
	display: flex;
	align-items: center;
}

.bloggrubrik {
	font: normal 30px / 40px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif !important;
}

.bloggportrattbild {
	position: relative;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	transform: rotate(3deg);
	max-width: 50%;
}

@media only screen and (max-width: 760px) {
	.bloggportrattbild {
		margin-left: 0px !important;
		transform: rotate(1.5deg);
		float: none;
		width: 100%;
		max-width: 100%;
	}
}

.bloggportrattbild:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.35s;
	transform: rotate(6deg);
	height: 20%;
	width: 47%;
	bottom: 30px;
	right: 12px;
	box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}

.bloggportrattbild img {
	-webkit-box-shadow: 10px 10px 49px -23px rgb(0 0 0 / 75%);
	-moz-box-shadow: 10px 10px 49px -23px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 49px -23px rgb(0 0 0 / 75%);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 100%;
}

.bloggportrattbild .text {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	width: 100%;
}

.bloggportrattbild .text span {
	padding: 3px 10px;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #002269;
}

.bloggdatum .entry-month:after {
	position: absolute;
	height: 2px;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	background: #ea6004;
}

.bloggdatum .fancy-date {
	text-align: center;
}

.bloggdatum .entry-month,
.bloggdatum .entry-date {
	position: relative;
}

.bloggdatum span {
	display: block;
}

.bloggdatum .entry-year {
	display: none;
}

.litetblogginlagg {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
}

.bloggbild {
	display: inline-block;
	padding: 0 !important;
}

.litetblogginlagg .titel {
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 18px;
	margin: 10px 0 0 !important;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
}

.litetnyhetsinlagg {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
}

.litetnyhetsinlagg .excerpt {
	min-height: 180px;
}

.litetnyhetsinlagg .titel {
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 20px;
	min-height: 40px;
	margin: 10px 0 0 !important;
	display: inline-block;
	max-width: 100%;
}

.nyhetsimage {
	display: block;
	width: 100%;
	height: 30vh;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
}

.fortroendeblogginfo {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
}

.fortroendebloggtitel {
	max-width: 80%;
}

.teaminfo {
	background: rgba(234, 96, 3, 0.7);
}

.teamsquare {
	padding: 5px;
}

.teamsquare .face {
	width: auto !important;
	max-width: 100%;
	object-fit: cover;
	height: 100% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	background: #fff;
	border: #fff 1px solid;
	padding: 5px;
}

.teaminfobig {
	color: #000;
	margin-top: 30px;
	max-width: 98%;
}

.teamnamebig a {
	font-size: 24px;
	color: #fff !important;
	text-decoration: none;
}

.teamtitlebig {
	font-size: 16px;
	color: #000;
}

.teamcircle a {
	text-decoration: none;
}

.bigteamcircle {
	padding: 10px;
	float: left;
	margin-right: 30px;
}

.bigteamcircle .teamface {
	height: 200px !important;
	min-width: 200px !important;
	margin-top: -50px;
	object-fit: cover;
	display: block;
	border-radius: 50% !important;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	background: #fff;
	border: #fff 1px solid;
	padding: 5px;
	box-shadow: 0 0 0 5px #ea6004;
}

.teamcircle {
	padding: 10px;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
}

.teamcircle .teamface {
	min-height: 150px !important;
	min-width: 150px !important;
}

.teamcircle .teamname {
	margin-top: 15px;
}

.teamcircle .teamtitle {
	font-size: 16px;
}

.teamcircle .teamname a {
	font-size: 22px;
}

.teamface {
	object-fit: cover;
	height: 96px !important;
	width: 96px !important;
	display: block;
	border-radius: 50% !important;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	background: #fff;
	border: #fff 1px solid;
	padding: 5px;
	box-shadow: 0 0 0 5px #ea6004;
}

.teamname a {
	font-size: 18px;
	color: #ea6004 !important;
}

.teamtitle {
	font-size: 12px;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	display: block;
}

.teamlink {
	text-align: center;
	color: #ea6004;
	font-size: 20px;
	font-weight: 700;
}

.teamlink i {
	font-size: 12px;
}

.fullheight {
	min-height: 100vh;
}

.bluetowhitegradient {
	background: #dff0f5;
	background: linear-gradient(180deg, rgba(223, 240, 245) 0%, rgba(255, 255, 255, 1) 100%);
	color: #000;
}

.tavling {
	background: #ee7202;
	background: linear-gradient(180deg, rgba(238, 114, 2, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: #000;
}

.tavlingtext,
.tavlingform label {
	font-size: 18px !important;
	line-height: 24px !important;
}

.tavling img {
	width: 100%;
}

.fivepadding {
	padding-left: 5px;
	padding-right: 5px;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.img-responsive {
	width: 100%;
}

.fortroendeblogg .entry-title {
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 18px;
	margin: 10px 0 0 !important;
}

.fortroendeblogg .entry-title-large {
	max-width: 100% !important;
	font-size: 22px !important;
	line-height: 26px;
	margin: 10px 0 0 !important;
}

.fortroendeblogg .blog-content p {
	width: 90%;
}

.fortroendeheader {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-size: cover;
	height: auto;
	width: 100%;
	overflow: hidden;
}

/* Förtroendebloggen */
.fortroenderubrikstor {
	font-size: 52px;
	color: #ea6004;
	display: inline-block;
	border: 3px solid #ea6004;
	background: #fff;
	text-align: center;
	padding: 20px 20px 10px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
}

.rotateleft {
	transform: rotate(-2deg);
	/* Rotera logga -4 grader. */
}

.fortroenderubrikmarginupp {
	margin: -10px 0 0 -10px !important;
}

.fortroenderubrikmarginner {
	margin: 0 0 -10px -10px !important;
}

.fortroenderubrik {
	display: inline-block;
	color: #ea6004;
	border: 3px solid #ea6004;
	background: #fff;
	text-align: center;
	width: auto;
	padding: 5px 5px 3px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
}

.fortroendeheader {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-size: cover;
	height: 60vh;
	width: 100%;
	overflow: hidden;
	margin-top: -20px;
}

.fortroendeheader p {
	color: #000;
	padding: 10px;
	margin-top: -20px;
	width: 98%;
	margin-left: 1%;
	background: #dff0f5;
	background: linear-gradient(180deg, rgba(223, 240, 245, 0.9) 0%, rgba(223, 240, 245, 0.3) 90%);
	font: normal 15px / 28px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
}

@media only screen and (max-width: 375px) {
	.bloggheader {
		height: 25vh !important;
	}

	.bloggheader h1 {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 10px 10px 0 !important;
	}
}

@media only screen and (min-width: 380px) and (max-width: 1024px) {


	.search-show {
		width: 70% !important;
	}

	.bigteamcircle {
		float: none !important;
		margin-right: 0;
	}

	.bigteamcircle .teamface {
		min-height: 300px !important;
		min-width: 300px !important;
		margin-top: 0 !important;
		margin-bottom: 30px;
	}

	.bloggheader {
		height: 30vh !important;
	}

	.bloggheader h1 {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 10px 10px 0 !important;
	}
}

.single-related-posts>h3 {
	margin: 0 !important;
	-webkit-align-self: flex-start !important;
	-moz-align-self: flex-start !important;
	-ms-align-self: flex-start !important;
	-ms-flex-item-align: flex-start !important;
	align-self: flex-start !important;
}

.single-related-posts>h3:after {
	background-color: transparent !important;
}

.saljpaddingtop {
	padding-top: 60vh;
}

.saljheader {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover !important;
	height: 75vh;
	width: 100%;
	overflow: hidden;
	margin-top: -20px;
	z-index: 0;
}

.bloggpaddingtop {
	padding-top: 20vh;
}

.bloggheader {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	height: 75vh;
	width: 100%;
	overflow: hidden;
	margin-top: -20px;
	z-index: 0;
}

.bloggheader h1 {
	font: normal 34px / 44px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif;
	background-color: #fff;
	display: table-cell;
	padding: 10px 25px 0 0;
}

.bloggheader video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.bloggheader .container {
	position: relative;
	z-index: 2;
}

.bloggheader .overlay {
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/*Mailchimp*/
.mailchimp-skicka {
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
	background-color: #ea6004 !important;
}

.mailchimp-skicka {
	font-family: 'Aktiv Skola H2-H6' !important;
	font-size: 15px;
	font-weight: 400 !important;
	letter-spacing: .03em;
}

.mailchimp-skicka:hover {
	background: #b20000 !important;
}

.mailchimp-info {
	width: 100% !important;
}

.mc4wp-form-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.mc4wp-form-fields p {
	display: flex;
	flex-direction: column;
	width: 40%;
	margin-right: 10px;
}

@media only screen and (max-width: 990px) {
	.mc4wp-form-fields p {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

/*SLUT MAILCHIMP*/
.memoryline-connector .lazylinepainter,
.memoryline-connector .lazylinepainter svg {
	padding-left: 10px;
	padding-right: 10px;
}

.owl-carousel .owl-dots {
	display: none;
}

/*GÖMMER JOY-TRYGGVE I MENYN*/
.kidz-menu-icon {
	display: none !important;
}

/**/
.testimonials-carousel-shortcode .owl-prev,
.testimonials-carousel-shortcode .owl-next {
	background: transparent;
}

.testimonials-carousel-shortcode .owl-prev:hover,
.testimonials-carousel-shortcode .owl-next:hover {
	background: transparent;
}

.testimonials-carousel-shortcode .owl-prev:hover>a,
.testimonials-carousel-shortcode .owl-next:hover>a {
	color: #333 !important;
}

.testimonials-carousel-shortcode .owl-next,
.testimonials-carousel-shortcode .owl-prev {
	width: auto !important;
	height: auto !important;
}

.testimonials-carousel-shortcode .owl-next {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: relative;
	display: inline-block;
}

.testimonials-carousel-shortcode .owl-prev {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: relative;
	display: inline-block;
}

.fortroendegrupp .team-media {
	height: 200px;
	width: 200px;
	background: #fff;
	position: relative;
	border: 8px solid #fff;
	border-radius: 50% !important;
	margin: 0 auto !important;
}

.fortroendegrupp .team-media img {
	border-radius: 50% !important;
	height: 100%;
	width: 100%;
}

.fortroendegrupp .team-media:after {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	background: #ea6004;
	z-index: -1;
	border-radius: 100%;
}

/*AS KNAPP*/
body .AS-knapp {
	color: #fff !important;
	font-family: 'Aktiv Skola H2-H6' !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.AS-ikonbox-skugga:not(.AS-knapp) {
	text-shadow: 5px 7px 5px rgba(0, 0, 0, .25) !important;
}

.AS-ikonbox-infomaterial {
	word-break: break-word;
	hyphens: auto;
}

.AS-ikonbox {
	margin-bottom: 80px;
}

.AS-knapp {
	background-color: #ea6004;
	border: none;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
	border: 2px solid !important;
	border-color: #ea6004 !important;
}

.AS-knapp:hover {
	background-color: #fff;
	color: #ea6004 !important;
	border: 2px solid !important;
	border-color: #ea6004 !important;
}

.AS-knapp {
	display: inline-block;
}

/*Slut på knapp*/
.AS-ikonbox .aio-icon-box-link:hover .aio-icon {
	color: #ea6004 !important;
}

@media screen and (max-width: 1090px) {
	.AS-ikonbox {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.clouds {
		display: none;
	}
}

.single-respons #main,
.single-infomaterial #main {
	background: linear-gradient(#d8edf3, #fff 90%) !important;
}

a {
	color: #ea6004;
	transition: all .5s ease-in-out;
}

a:hover {
	color: #b24800;
}

.page-title {
	display: none;
}

/*Rundande hörn meny*/
.sub-nav {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 250px !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
}

/*Font till slider*/
.aktivskola-brod {
	font-family: 'Aktiv Skola H2-H6' !important;
}

.aktivskola-rubrik {
	font-family: 'Aktiv Skola H1' !important;
}

.gradient-background {
	background: linear-gradient(#d8edf3, #fff) !important;
}

/*Våra vänner*/
.level-3.logo {
	background: #fff;
}

/*Respons*/
@media only screen and (max-width: 767px) {
	.respons-grid-layout {
		width: 50%;
		display: inline-block !important;
	}

	.vardegrund-lista-2 {
		margin-top: -40px;
	}
}

.menu-text {
	font: normal 15px / 20px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif !important;
}

.main-nav>li>a {
	margin: 5px !important;
	padding: 4px;
}

@media only screen and (min-width:1040px) and (max-width: 1120px) {
	.respons-grid-layout {
		width: 25%;
	}

	.menu-text {
		font: normal 13px / 20px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif !important;
	}
}

@media only screen and (min-width:768px) and (max-width: 1039px) {
	.respons-grid-layout {
		width: 25%;
	}

	.menu-text {
		font: normal 12px / 14px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif !important;
	}
}

.respons-rubrik-layout a {
	color: #ea6004 !important;
	font-weight: 600;
}

/*Tar bort utvald bild - Respons*/
.respons .post-thumbnail {
	display: none !important;
}

.respons-tidning-effekt {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.respons-tidning-effekt:hover {
	box-shadow: 0 5px 8px rgba(0, 0, 0, .16), 0 5px 8px rgba(0, 0, 0, .23);
	transition: .19s;
}

.respons-tidning-effekt::after {
	display: block;
	position: relative;
	background-image: -webkit-linear-gradient(right, transparent 4%, hsla(0, 0%, 100%, .2) 61%, hsla(0, 0%, 100%, .4) 85%, hsla(0, 0%, 74%, 0) 96%);
	margin-top: -1500px;
	height: 1500px;
	width: 100%;
	content: '';
}

/*
@media only screen and (max-width: 479px) {
.vc_col-sm-2 {width: 50%; display:inline-block !important;}
}
*/
/*Respons slut*/
.moln-png img {
	-webkit-filter: drop-shadow(5px 5px 5px #ddd);
	filter: drop-shadow(11px 9px 10px #ddd);
}

.tp-caption.moln {
	text-shadow: 11px 9px 70px rgba(0, 0, 0, 0.2);
}

.tp-caption.kulle-fram4kidz {
	text-shadow: 2px -5px 0 rgba(150, 150, 150, 1);
}

.aktiv-lank {
	color: #ea6004 !important;
	text-decoration: underline !important;
}

.aktiv-lank:hover {
	color: #b0dde5 !important;
}

/********************/
/*TA EJ BORT CLASSEN*/
/********************/
/*Ordnar excerpten för aktuellt/news*/
.aktuellt-grid-layout .custom-excerpt-aktuellt {
	height: 200px !important;
	/*	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
*/
}

/**/
.aktuellt-grid-layout .vc_gitem-zone-c,
.aktuellt-grid-layout .vc_gitem-zone-mini,
.aktuellt-grid-layout .vc_gitem_row {
	width: 100%;
	display: flex;
}

.aktuellt-grid-layout .vc_gitem-col {
	width: 100%;
	height: 390px;
	display: flex;
	position: relative;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
}

.aktuellt-grid-layout .vc_gitem-col .aktuellt-read-more {
	position: absolute;
	bottom: 20px;
}

.aktuellt-grid-layout .vc_custom_heading {
	/* height: 45px; */
	width: 100%;
}

.aktuellt-grid-layout .custom-excerpt-aktuellt {
	margin-bottom: 55px !important;
}

.aktivskola-btn,
button,
.flip_link a,
.vc_btn3,
.aktivskola-btn button {
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
}

.aktivskola-btn-font .ubtn-text {
	font-family: 'Aktiv Skola H2-H6' !important;
	font-size: 15px;
	font-weight: 400 !important;
	letter-spacing: .03em;
}

.skicka-btn .button.dhvc-form-submit:hover {
	background: #b20000 !important;
}

/*Posts*/
.post-thumbnail img {
	width: auto;
	max-height: 500px;
}

/*Header*/
.split-header {
	filter: drop-shadow(5px 3px 5px hsla(0, 0%, 0%, .25)) !important;
}

header.header-bar {
	max-height: 10px;
}

header .branding a {
	width: 55%;
	margin-left: 5px;
}

header .branding:hover {
	background: #ffdb90;
}

header .branding {
	border-radius: 0 0 50% 50%;
	max-height: 51px;
	left: 0;
	right: 0;
	padding: 45px 15px;
	margin: auto;
	width: 125px;
	transition: all .2s ease-in-out;
	background: #b9dbbe;
	display: flex !important;
	justify-content: center;
	text-align: center;
}

#page .masthead.sticky-on .header-bar .branding {
	max-height: 35px;
}

#page .masthead.sticky-on .header-bar .branding a {
	margin-left: 15px;
}

/*Footer*/
.footer {
	padding-top: 240px !important;
}

/*
.home .footer {
    padding-top:140px !important;
}
*/
@media screen and (max-width: 1200px) {
	.footer {
		padding-top: 160px !important;
	}

	/*.home .footer {
	    padding-top:80px !important;
	}
		*/

}

@media screen and (max-width: 767px) {
	.footer {
		padding-top: 90px;
	}

	/*
	.home .footer {
	    padding-top:45px !important;
	}
		*/

}

@media screen and (max-width: 595px) {
	.footer {
		padding-top: 20px;
	}

	/*
	.home .footer {
	    padding-top:10px !important;
	}
		*/

}

/*Startsida*/
.round-box .ifb-front,
.round-box .ifb-back {
	border-radius: 15px;
}

@media screen and (max-width: 595px) {
	.svg-start-anpassning {
		margin-top: 20px;
	}
}

@media screen and (max-width: 490px) {
	.svg-start-anpassning {
		margin-top: 60px;
	}
}

.separator-rad-om-oss {
	margin-top: 2em;
	margin-bottom: 3em;
}

/* TAR BORT BAKGRUNDEN i TOUR*/
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #ea6004 !important;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #ffdb90 !important;
	color: #000 !important;
}

.om-oss-tour .vc_tta-tabs-list .vc_tta-tab.vc_active>a::after {
	border-color: transparent !important;
}

.om-oss-tour .vc_tta-panels {
	background: transparent !important;
	border: 0 !important;
}

.om-oss-tour .vc_tta-panel-body {
	background: transparent !important;
	border-width: 0 !important;
}

.om-oss-tour .vc_tta-tab a {
	background-color: #ea6004 !important;
}

.om-oss-tour .vc_tta-tabs-list .vc_active a {
	background-color: #ffdb90 !important;
	color: #000 !important;
}

.om-oss-timeline-img {
	max-height: 170px !important;
	width: auto;
	display: block;
}

.startsida-infobox .AS-knapp {
	background-color: #ea6004;
	color: #fff !important;
	border: none;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
	border: 2px solid !important;
	border-color: #ea6004 !important;
}

.startsida-infobox .AS-knapp:hover {
	background-color: #fff;
	color: #ea6004 !important;
	border: 2px solid !important;
	border-color: #ea6004 !important;
}

/* 4-KIDZ */
.bigger-text p {
	font-size: 130%;
}

@media screen and (max-width: 494px) {
	.bigger-text p {
		font-size: 100%;
	}
}

.kolla-in-text-kontakt {
	color: #ea6004 !important;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Aktiv Skola H1' !important;
	text-align: center;
	text-shadow: 5px 7px 7px hsla(0, 0%, 0%, .15);
	transform: rotate(-9deg);
	padding: 30px;
}

.kolla-in-text {
	color: #fff !important;
	font-size: 50px;
	text-align: center;
	text-shadow: 5px 7px 7px hsla(0, 0%, 0%, .15);
}

@media screen and (min-width: 1360px) {
	.kolla-in-text {
		position: relative;
		margin-top: -70px;
		margin-bottom: 80px;
		left: -330px;
		transform: rotate(-9deg);
	}
}

@media screen and (min-width: 1200px) and (max-width: 1359px) {
	.kolla-in-text {
		position: relative;
		margin-top: -60px;
		margin-bottom: 80px;
		left: -300px;
		transform: rotate(-9deg);
	}
}

@media screen and (max-width: 412px) {
	.kolla-in-text {
		font-size: 40px;
	}
}

.mobbing-4kidz img {
	position: absolute;
	margin-top: -115px;
	margin-left: -40px;
	transform: rotate(9deg);
}

@media screen and (max-width: 412px) {
	.mobbing-4kidz img {
		display: none !important;
	}
}

@media screen and (min-width: 678px) and (max-width: 991px) {
	.grooming-bak .vc_column-inner {
		background-position: 0 -80px !important;
	}
}

.bottom-pre-footer-4kidz #gambit-row-separator-9 {
	margin-bottom: -69px;
}

@media screen and (max-width:767px) {
	.bottom-pre-footer-4kidz #gambit-row-separator-9 {
		margin-bottom: 5px;
	}
}

/* TEXTRUTOR */
.rubrik {
	margin-top: 10px;
}

/* TEXTRUTOR SLUT */
/* 4-KIDZ SLUT*/
/*Startsida*/
/*Nyhetsarkiv*/
/*Ta bort utvald bild nyhetsarkivet*/
.nyhetspadding {
	padding-top: 30vh;
}

.nyhetsarkiv .post-thumbnail {
	display: none;
}

/*Aktuellt - Nyheter Grid layout*/
.custom-excerpt-aktuellt {
	hyphens: none;
}

@media only screen and (min-width:450px) and (max-width: 899px) {
	.aktuellt-grid-layout {
		width: 50%;
		display: inline-block !important;
	}
}

@media only screen and (min-width:900px) and (max-width: 1149px) {
	.aktuellt-grid-layout {
		width: 33%;
		display: inline-block !important;
	}
}

@media only screen and (min-width:1150px) {
	.aktuellt-grid-layout {
		width: 25%;
	}
}

/*.nyheter-flode stil på boxen*/
.news-round-top {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.news-round-bottom {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.news-container .vc_gitem-animate-scaleRotateIn {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

/* aktuellt - rubrik layout*/
.news-container .vc_custom_heading h4 {
	min-height: 60px;
}

.news-container .vc_custom_heading h4old {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-container .vc_gitem-zone {
	min-height: 250px !important;
}

/*Nyhetsflödet*/
.nyheter-kalla,
.nyheter-datum {
	font-style: italic;
	font-weight: 700;
	font-size: 80% !important;
	margin-top: -65px !important;
	margin-bottom: 0;
}

.nyheter-kalla {
	margin-left: 10px;
}

.nyheter-datum,
.nyheter-kalla {
	display: inline-block;
}

.pagination {
	color: #ea6004;
	float: right;
	margin-top: 40px;
}

.pagination a:hover {
	color: #ea6004;
	font-weight: 700;
}

.page-numbers {
	color: #ea6004;
	text-decoration: none;
}

.current {
	text-decoration: underline;
}

/*Omdömme*/
/*tar bort skuggan*/
.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .dt-team-shortcode.content-bg-on .team-container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonials-content p::before {
	background-image: url('/wp-content/uploads/sites/8/2018/08/quotes.svg');
	content: " ";
	margin-right: 15px;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	display: inline-block;
}

.testimonials-kund p {
	font-weight: 700;
	color: #ea6004;
	float: right;
}

.testimonials-startsida .testimonial-item {
	padding: 30px 30px 90px !important;
	height: 100%;
}

.testimonials-startsida .content-wrap,
.testimonials-startsida .testimonial-content,
.testimonials-startsida .testimonial-content .wpb_row,
.testimonial-content .wpb_row .wpb_column,
.testimonials-startsida .testimonial-content .wpb_row .vc_column-inner,
.testimonials-startsida .testimonial-content .wpb_row .vc_column-inner .wpb_wrapper {
	height: 100%;
	position: relative;
}

.testimonials-kund {
	position: absolute;
	bottom: -65px;
	right: 0;
}

/*Om oss sidan*/
.om-oss-box img {
	width: auto;
	max-height: 250px;
}

.om-oss-knapp {
	margin-top: -50px;
}

.om-oss-knapp-kolumn {
	background-color: red;
}

.skolfraga-bild .vc_single_image-wrapper img {
	width: 1400px !important;
	height: auto;
	margin-top: -12px !important;
}

/*vad vi gör - om oss*/
.vad-vi-gor .wpb-js-composer .vc_tta-color-orange.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
	background: none !important;
}

.om-oss-simple-memory-line {
	margin-top: -37px;
}

/* Kontakt*/
.footer .widget-title {
	font-size: 1.5rem;
}

/*Testimonials*/
.runda-horn-testimonials .testimonial-item {
	border: 1px;
	border-radius: 15px;
}

/*slut*/
/*Infomaterial*/
/*tar bort utvald bild - utbildningsmaterial*/
.utbildningsmaterial .post-thumbnail {
	display: none !important;
}

@media screen and (min-width: 990px) {
	.single-infomaterial #main:not(.sidebar-none) .wf-container-main {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}

	.single-infomaterial #main:not(.sidebar-none) .wf-container-main article {
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 10px;
	}
}

/*Bilder runda hörn*/
.runda-horn img {
	border: 1px;
	border-radius: 15px;
}

.content_box_shaddow {
	-webkit-filter: drop-shadow(5px 7px 7px hsla(0, 0%, 0%, .15));
	filter: drop-shadow(5px 7px 7px hsla(0, 0%, 0%, .15));
	z-index: 99;
}

.as_img_shaddow img {
	-webkit-filter: drop-shadow(5px 7px 7px hsla(0, 0%, 0%, .15));
	filter: drop-shadow(5px 7px 7px hsla(0, 0%, 0%, .15));
}

/* Clouds  */
.cloud {
	animation: clouds 60s infinite linear;
	border-radius: 10px;
	position: relative;
	margin: 33px 0 0;
	width: 54px;
	height: 5px;
	background: #f7e7eb;
}

.cloud.tiny {
	transform: scale(0.5, 0.5);
}

.cloud.small {
	transform: scale(1, 1);
}

.cloud.normal {
	transform: scale(2, 2);
}

.cloud.large {
	transform: scale(4, 4);
}

.cloud div {
	box-shadow: inset -2px -3px 0 0 #f7e7eb;
	position: absolute;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	left: -3px;
	bottom: 0;
	background: #fafbf0;
	z-index: 10;
}

.cloud div:first-child+div {
	transform: scale(1.6, 1.6);
	margin: 0 0 4px 13px;
	z-index: 9;
}

.cloud div:first-child+div+div {
	transform: scale(2.4, 2.4);
	margin: 0 0 9px 32px;
	z-index: 8;
}

.cloud div:first-child+div+div+div {
	transform: scale(1.3, 1.3);
	margin: 0 0 2px 50px;
	z-index: 7;
}

.cloud-1 {
	position: absolute;
	animation-duration: 263s;
	margin-left: 20%;
	margin-top: 20%;
}

.cloud-2 {
	position: absolute;
	animation-duration: 99s;
	margin-left: 90%;
	margin-top: 10%;
}

.cloud-3 {
	position: absolute;
	animation-duration: 142s;
	margin-left: 50%;
	margin-top: 30%;
}

.cloud-4 {
	position: absolute;
	animation-duration: 152s;
	margin-left: 43%;
	margin-top: 10%;
}

.cloud-5 {
	position: absolute;
	animation-duration: 215s;
	margin-left: 83%;
	margin-top: 16%;
}

.cloud-6 {
	position: absolute;
	animation-duration: 139s;
	margin-left: 73%;
	margin-top: 30%;
}

.cloud-7 {
	position: absolute;
	animation-duration: 109s;
	margin-left: 69%;
	margin-top: 25%;
}

.cloud-8 {
	position: absolute;
	animation-duration: 121s;
	margin-left: 100%;
}

.cloud-9 {
	position: absolute;
	animation-duration: 101s;
	margin-left: 10%;
	margin-top: 32%;
}

.cloud-10 {
	position: absolute;
	animation-duration: 126s;
	margin-left: 14%;
	margin-top: 4%;
}

.cloud-11 {
	position: absolute;
	animation-duration: 96s;
	margin-left: 73%;
	margin-top: 34%;
}

.cloud-12 {
	position: absolute;
	animation-duration: 83s;
	margin-left: 51%;
	margin-top: 12%;
}

/* Clouds Animation  */
@keyframes clouds {
	0% {
		left: -20%;
	}

	100% {
		left: 100%;
	}
}

/*typsnitt*/
h1 {
	font-family: 'Aktiv Skola H1' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	z-index: 10;
}

.uvc-sub-heading {
	font-family: 'Aktiv Skola H2-H6' !important;
}

/*Custom fonts*/
/*brödtext*/
@font-face {
	font-family: 'Aktiv Skola Std';
	src: url(fonts/Aktiv-Avenir-light-standard.ttf);
	src: url(fonts/Aktiv-Avenir-light-standard.ttf) format("truetype");
}

/*Brödtext-italic*/
@font-face {
	font-family: 'Aktiv Skola Kursiv';
	src: url(fonts/Aktiv-Avenir-light-italic.ttf);
	src: url(fonts/Aktiv-Avenir-light-italic.ttf) format("truetype");
}

/*H1*/
@font-face {
	font-family: 'Aktiv Skola H1';
	src: url(fonts/Aktiv-Avenir-bold-500-standard.ttf);
	src: url(fonts/Aktiv-Avenir-bold-500-standard.ttf) format("truetype");
}

/*H2-H6*/
@font-face {
	font-family: 'Aktiv Skola H2-H6';
	src: url(fonts/Aktiv-Avenir-medium-400-standard.ttf);
	src: url(fonts/Aktiv-Avenir-medium-400-standard.ttf) format("truetype");
}

/* Förtroendebloggen från uc */
.page-template-template-fortroendebloggen #main {
	background: linear-gradient(#d8edf3 90%, #fff) !important;
}

.fortroendebloggen .iso-item {
	opacity: 1;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}

.fortroendebloggen {
	display: flex;
	flex-flow: row;
}

.fortroendebloggen .blog-first-block {
	display: flex;
	flex-flow: row;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
}

.fortroendebloggen .iso-item img {
	width: 100%;
}

.fortroendebloggen .blog-2-left-block {
	margin-left: 10px;
	width: 45%;
}

.blog-3-block {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

.blog-3-block .iso-item {
	width: 32.6%;
	background: #fff;
	margin-bottom: 10px;
	display: flex;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) !important;
}

.blog-3-block .iso-item:nth-child(3n-2) {
	margin-right: 1%;
}

.blog-3-block .iso-item:nth-child(3n) {
	margin-left: 1%;
}

.blog-3-block article {
	width: 100%;
}

.blog-3-block .blog-content {
	padding-left: 10px;
	padding-right: 10px;
}

.fortroendebloggen .blog-3-block .iso-item .entry-title {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
}

.fortroendebloggen .iso-item .entry-title {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 400px;
	text-overflow: ellipsis;
}

.fortroendebloggen .blog-2-left-block .iso-item .blog-media {
	max-height: 272px;
}

@media screen and (max-width: 990px) {
	.fortroendebloggen .blog-first-block {
		display: block !important;
	}

	.fortroendebloggen .blog-2-left-block {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.fortroendebloggen .blog-2-left-block .iso-item:first-child {
		padding-right: 10px;
	}

	.blog-3-block .iso-item {
		width: 49%;
	}

	.fortroendebloggen .iso-item .entry-title {
		max-width: 100%;
	}

	.fortroendebloggen .wf-container {
		width: 105% !important;
	}

	.fortroendebloggen h3 {
		font: normal 17px / 30px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.blog-3-block .iso-item {
		width: 100%;
	}

	.teamcircle {
		margin-left: 20px !important;
	}

	.teamcircle .teamface {
		height: 100px !important;
		max-width: 100px !important;
	}

	.fortroendebloggen-carousel {
		height: 300px !important;
	}

	.fortroenderubrikstor {
		font-size: 35px !important;
		color: #ea6004;
		display: inline-block;
		border: 2px solid #ea6004;
		background: #fff;
		text-align: center;
		padding: 5px 5px 3px;
		box-shadow: 0 0 0 rgba(0, 0, 0, .2) !important;
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
	}

	.fortroendebloggen-carousel .owl-next,
	.fortroendebloggen-carousel .owl-prev {
		top: -90px !important;
	}
}

@media screen and (min-width: 650px) and (max-width: 990px) {
	.blog-3-block .iso-item:nth-child(odd) {
		margin-right: 2% !important;
	}

	.blog-3-block .iso-item:nth-child(3n-2) {
		margin-right: 0;
	}

	.blog-3-block .iso-item:nth-child(3n) {
		margin-left: 0;
	}
}

.wf-container {
	height: auto !important;
}

.button-load-more {
	display: none !important;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	background: #fff;
	border: 1px solid #fff;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	box-shadow: 0 0 1px #333;
	margin-right: 5px;
}

.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	color: #888;
	box-shadow: 0 0 1px #333;
	margin-right: 5px;
}

#main .pagination {
	float: none;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.owl-carousel .owl-div p,
.owl-carousel .owl-div a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
}

.owl-carousel .owl-div2 img {
	max-width: 100%;
	height: 96px;
	object-fit: scale-down;
	width: 96px !important;
	margin: 0 auto;
	border-radius: 100%;
}

.owl-carousel .owl-dots {
	width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
	padding: 5px !important;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav button:active,
.owl-carousel .owl-nav button:focus {
	outline: none;
	border: none;
	outline: 0;
}

.owl-carousel .owl-nav button {
	font-size: 50px !important;
	color: #fff !important;
	text-shadow: -1px -1px 0 #ea6004, 1px -1px 0 #ea6004, -1px 1px 0 #ea6004, 1px 1px 0 #ea6004;
}

.fortroendebloggen-carousel {
	height: 260px;
}

.fortroendebloggen-carousel .owl-prev {
	position: absolute;
	font-size: 40px;
	left: -10px;
	top: -90px;
}

.fortroendebloggen-carousel .owl-next {
	position: absolute;
	font-size: 40px;
	right: -10px;
	top: -90px;
}

.fortroendebloggen-carousel .owl-item span {
	line-height: 22px;
	margin-top: 10px;
}

.fortroendebloggen-carousel .owl-nav {
	top: -110px;
}

@media only screen and (min-width: 1200px) {
	.fortroendebloggen-carousel .owl-prev {
		position: absolute;
		font-size: 40px;
		left: -10px;
		top: -50px;
	}

	.fortroendebloggen-carousel .owl-next {
		position: absolute;
		font-size: 40px;
		right: -10px;
		top: -50px;
	}
}

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

	h1,
	.h1-size,
	.entry-title.h1-size,
	.dt-accordion-h1-size .wpb_accordion_header>a {
		font-size: 38px !important;
		line-height: 44px;
	}

	.fortroendebloggen-carousel {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1000px) {
	.fortroendebloggen-carousel .owl-prev {
		position: absolute;
		font-size: 40px;
		left: -10px;
		top: -118px;
	}

	.fortroendebloggen-carousel .owl-next {
		position: absolute;
		font-size: 40px;
		right: -10px;
		top: -118px;
	}
}

.fortroendebloggenarkiv {
	min-height: 120vh;
	background: #dff0f5;
	background: linear-gradient(180deg, rgba(223, 240, 245) 0%, rgba(255, 255, 255, 1) 100%);
}

/* SLUT - Förtroendebloggen */
/* Input på spelsidan */
.spelstart {
	display: none;
}

.spelnamn input {
	color: #f86800;
	font-size: 30px !important;
	padding: 10px 10px 10px 5px;
	display: block;
	margin: 0;
	width: 100%;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	text-align: center;
}

@media screen and (max-width: 500px) {
	.spelnamn input {
		font-size: 24px !important;
	}

	.spelnamn input[type=submit] {
		font-size: 20px !important;
	}
}

.spelnamn input::placeholder {
	color: #777;
	text-align: center;
}

.spelnamn input[type="text"] {
	background: none !important;
}

.spelnamn input:focus {
	outline: none;
}

.spelnamn input[type=submit] {
	margin-bottom: -45px;
	margin-top: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	height: 45px;
	font-size: 25px !important;
	background: #FFED66;
	color: #000;
	border: 0;
	box-shadow: 0 3px 0 #ea6004;
	border-radius: 771px 455px 200px 426px/217px 623px 173px 655px !important;
}

.spelnamn input[type="submit"]:focus {
	outline: 0;
}

.spelnamn input[type="submit"]:hover {
	background: #ea6002 !important;
	cursor: pointer;
	color: #fff !important;
}

.spelnamn input.question:valid~input[type="submit"] {
	-webkit-animation: appear 1s forwards;
	animation: appear 1s forwards;
}

.spelnamn input.question:invalid~input[type="submit"] {
	display: none;
}

@-webkit-keyframes appear {
	100% {
		opacity: 1;
	}
}

@keyframes appear {
	100% {
		opacity: 1;
	}
}


.speech-bubble {
	width: 100%;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.95);
	color: #000;
	padding: 20px;
	border: 3px solid #000;
	position: relative;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .3), 0 .0625rem .125rem rgba(0, 0, 0, .2);
}

/* speech bubble 13 */
.speech-bubble::before {
	box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, .4);
	right: -13px;
}

.speech-bubble .arrow {
	box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, .4);
	right: -13px;
	background-color: #fff;
	content: "\00a0";
	display: block;
	height: 25px;
	width: 30px;
	position: absolute;
	top: 75%;
	right: -15px;
	transform: rotate(29deg) skew(-35deg);
	-moz-transform: rotate(29deg) skew(-35deg);
	-ms-transform: rotate(29deg) skew(-35deg);
	-o-transform: rotate(29deg) skew(-35deg);
	-webkit-transform: rotate(29deg) skew(-35deg);
}

.spelsida {
	position: relative;
	min-height: 90vh;
	z-index: 100;
}

.spelnamnet h3 {
	color: #544b47;
}

.spelnamnet span {
	text-transform: capitalize;
}

.spel {
	display: none;
	z-index: 100;
}

.box {
	animation: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0 1 normal both running slide-in-elliptic-top-fwd;
	border-radius: 3px;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .3), 0 .0625rem .125rem rgba(0, 0, 0, .2);
	z-index: 100;
	overflow: hidden;
}

.spelicon2 {
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	transition: all .4s ease;
}

.spelicon2 img {
	width: 100%;
	height: auto;
	transition: all .9s ease;
}

.spelicon2 .svartbild {
	position: absolute;
	left: 0;
	top: 0;
}

.spelicon2 .svartbild:hover {
	opacity: 0;
}

.rotate-1:hover {
	-webkit-transform: scale(1.1) rotate(-3deg);
	-ms-transform: scale(1.1) rotate(-3deg);
	transform: scale(1.1) rotate(-3deg);
}

.rotate-2:hover {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

.rotate-3:hover {
	-webkit-transform: scale(1.1) rotate(-4deg);
	-ms-transform: scale(1.1) rotate(-4deg);
	transform: scale(1.1) rotate(-4deg);
}

.rotate-4:hover {
	-webkit-transform: scale(1.1) rotate(4deg);
	-ms-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

.spelicon {
	background-size: cover !important;
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.spelicon:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.spelicon h2 {
	font: normal 25px / 30px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif !important;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	font-size: 2rem;
}

.spelicon h3 {
	font: normal 25px / 30px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif !important;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 22%;
	width: 100%;
	text-align: center;
	font-size: 2rem;
}

.spelicon .videoinformation {
	font: normal 15px / 15px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	word-spacing: normal;
	position: absolute;
	top: 40%;
	padding: 5px;
	width: 100%;
}

.spel-1 {
	animation-delay: 0;
}

.spel-2 {
	animation-delay: .2s;
}

.spel-3 {
	animation-delay: .4s;
}

.spel-4 {
	animation-delay: .6s;
}

.spel-5 {
	animation-delay: .8s;
}

.spel-6 {
	animation-delay: 1s;
}

.spel-7 {
	animation-delay: 1.2s;
}

.spel-8 {
	animation-delay: 1.4s;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
	0% {
		-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 1400px;
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}


.carousel-inner {
	transition: all 0 linear;
}

.spelforranasta {
	color: #000 !important;
	text-decoration: none !important;
	float: right;
	margin: 0 10px;
}

.spelforra {
	width: 18px;
	height: 40px;
	background: url(spel/pilv.png);
	cursor: pointer !important;
	float: right;
	margin: 0 10px;
}

.spelnasta {
	width: 18px;
	height: 40px;
	background: url(spel/pilh.png);
	cursor: pointer !important;
	float: right;
	margin: 0 10px;
}

.spel .speloverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10000;
}

.spel .speloverlay h2 {
	font: normal 50px / 55px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif !important;
	color: #000;
	margin: 0;
}

.spelinside {
	display: none;
}

.speltext {
	display: none;
}

.speltillbaka {
	width: 120px;
	height: 40px;
	background: url(spel/tillbaka.png);
	cursor: pointer !important;
	float: left;
}

/* Här kommer css för videospelning. */
.lightbox {
	background-color: rgba(0, 0, 0, 0.95);
	overflow: scroll;
	position: fixed;
	display: none;
	z-index: 100000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.lightbox-container {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 100%;
	z-index: 99;
	max-height: 600px;
	max-width: 1200px;
	margin: 7% auto;
	display: block;
	padding: 0 3%;
	height: auto;
	background-color: #000;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.lightbox-container {
		margin-top: 10%;
	}
}

@media screen and (max-width: 414px) {
	.lightbox-container {
		margin-top: 13%;
	}
}

.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
	text-transform: uppercase;
	background: transparent;
	position: absolute;
	font-weight: 300;
	font-size: 12px;
	display: block;
	border: none;
	color: #fff;
	top: -22px;
	right: 3%;
}

.video-container {
	padding-bottom: 56.25%;
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.fixed-masthead.masthead {
	z-index: 30 !important;
}

.video-play-button {
	position: absolute;
	z-index: 2;
	bottom: -10px;
	right: -15px;
	box-sizing: content-box;
	display: block;
	width: 30px;
	height: 30px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: #ba1f24;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: #fa183d;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: #da0528;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/* Joy & Tryggve */
.sand {
	background: #FFDEAA;
	width: 100%;
	height: 10px;
	bottom: 0;
	position: absolute;
	z-index: 5;
}

.joyochtryggve {
	background: url(img/tryggve.png) no-repeat;
	background-size: cover;
	background-position: right;
	position: absolute;
	bottom: 0;
	right: 1vh;
	height: 75vh;
	width: 75vh;
	z-index: 5;
}

.joytryggvenav {
	display: none;
	text-align: center;
	position: absolute;
	z-index: 10;
	padding: 5px 15px;
	font-size: 20px;
	right: 10px;
	top: 0;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .3), 0 .0625rem .125rem rgba(0, 0, 0, .2);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.joytryggvenav a {
	text-decoration: none;
	font-size: 15px;
}

.joytryggvenav a:hover {
	background-color: #000;
	color: #fff;
}

.joytryggverubrik {
	padding-bottom: 15px;
}

.bluesky {
	background: #87e0fd;
	/* Old browsers */
	background: -webkit-linear-gradient(45deg, rgba(242, 249, 255, 1) 0%, rgba(64, 150, 238, 1) 100%);
}

.rander {
	background: #87e0fd;
	/* Old browsers */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url(img/rander.png);
}

/*Front Row*/
@media screen and (max-width: 768px) {
	.joytryggverubrik {
		max-width: 100%;
	}

	#main {
		min-height: 100vh !important;
	}

	.gras {
		display: none;
	}

	.grasbak {
		display: none;
	}

	.grass {
		display: none;
	}
}

.gras {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 55px solid #156A32;
	position: absolute;
	-webkit-animation: grasanim 5s infinite;
	animation: grasanim 5s infinite;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	z-index: 100;
	bottom: 0;
}

.grasmemory {
	bottom: 20vh !important;
}

.gras00 {
	left: -2%;
}

.gras0 {
	left: 0;
}

.gras1 {
	left: 2%;
}

.gras2 {
	left: 4%;
}

.gras3 {
	left: 6%;
}

.gras4 {
	left: 8%;
}

.gras5 {
	left: 10%;
}

.gras6 {
	left: 12%;
}

.gras7 {
	left: 14%;
}

.gras8 {
	left: 16%;
}

.gras9 {
	left: 18%;
}

.gras10 {
	left: 20%;
}

.gras11 {
	left: 22%;
}

.gras12 {
	left: 24%;
}

.gras13 {
	left: 26%;
}

.gras14 {
	left: 28%;
}

.gras15 {
	left: 30%;
}

.gras16 {
	left: 32%;
}

.gras17 {
	left: 34%;
}

.gras18 {
	left: 36%;
}

.gras19 {
	left: 38%;
}

.gras20 {
	left: 40%;
}

.gras21 {
	left: 42%;
}

.gras22 {
	left: 44%;
}

.gras23 {
	left: 46%;
}

.gras24 {
	left: 48%;
}

.gras25 {
	left: 50%;
}

.gras26 {
	left: 52%;
}

.gras27 {
	left: 54%;
}

.gras28 {
	left: 56%;
}

.gras29 {
	left: 58%;
}

.gras30 {
	left: 60%;
}

.gras31 {
	left: 62%;
}

.gras32 {
	left: 64%;
}

.gras33 {
	left: 66%;
}

.gras34 {
	left: 68%;
}

.gras35 {
	left: 70%;
}

.gras36 {
	left: 72%;
}

.gras37 {
	left: 74%;
}

.gras38 {
	left: 76%;
}

.gras39 {
	left: 78%;
}

.gras40 {
	left: 80%;
}

.gras41 {
	left: 82%;
}

.gras42 {
	left: 84%;
}

.gras43 {
	left: 86%;
}

.gras44 {
	left: 88%;
}

.gras45 {
	left: 90%;
}

.gras46 {
	left: 92%;
}

.gras47 {
	left: 94%;
}

.gras48 {
	left: 96%;
}

.gras49 {
	left: 98%;
}

.gras50 {
	left: 100%;
}

@-webkit-keyframes grasanim {
	0% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #156A32;
	}

	25% {
		border-left: 3vw solid transparent;
		border-right: 1vw solid transparent;
		border-bottom: 6vh solid #156A32;
	}

	50% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #156A32;
	}

	75% {
		border-left: 3vw solid transparent;
		border-right: 1vw solid transparent;
		border-bottom: 6vh solid #156A32;
	}

	100% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #156A32;
	}
}

/*Bakre gräs*/
.grasbak {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 55px solid #1E4018;
	position: absolute;
	-webkit-animation: grasanim2 5s infinite;
	animation: grasanim2 5s infinite;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	z-index: 1;
	bottom: 0;
}

.grasbak0 {
	left: -1%;
}

.grasbak1 {
	left: 1%;
}

.grasbak2 {
	left: 3%;
}

.grasbak3 {
	left: 5%;
}

.grasbak4 {
	left: 7%;
}

.grasbak5 {
	left: 9%;
}

.grasbak6 {
	left: 11%;
}

.grasbak7 {
	left: 13%;
}

.grasbak8 {
	left: 15%;
}

.grasbak9 {
	left: 17%;
}

.grasbak10 {
	left: 19%;
}

.grasbak11 {
	left: 21%;
}

.grasbak12 {
	left: 23%;
}

.grasbak13 {
	left: 25%;
}

.grasbak14 {
	left: 27%;
}

.grasbak15 {
	left: 29%;
}

.grasbak16 {
	left: 31%;
}

.grasbak17 {
	left: 33%;
}

.grasbak18 {
	left: 35%;
}

.grasbak19 {
	left: 37%;
}

.grasbak20 {
	left: 39%;
}

.grasbak21 {
	left: 41%;
}

.grasbak22 {
	left: 43%;
}

.grasbak23 {
	left: 45%;
}

.grasbak24 {
	left: 47%;
}

.grasbak25 {
	left: 49%;
}

.grasbak26 {
	left: 51%;
}

.grasbak27 {
	left: 53%;
}

.grasbak28 {
	left: 55%;
}

.grasbak29 {
	left: 57%;
}

.grasbak30 {
	left: 59%;
}

.grasbak31 {
	left: 61%;
}

.grasbak32 {
	left: 63%;
}

.grasbak33 {
	left: 65%;
}

.grasbak34 {
	left: 67%;
}

.grasbak35 {
	left: 69%;
}

.grasbak36 {
	left: 71%;
}

.grasbak37 {
	left: 73%;
}

.grasbak38 {
	left: 75%;
}

.grasbak39 {
	left: 77%;
}

.grasbak40 {
	left: 79%;
}

.grasbak41 {
	left: 81%;
}

.grasbak42 {
	left: 83%;
}

.grasbak43 {
	left: 85%;
}

.grasbak44 {
	left: 87%;
}

.grasbak45 {
	left: 89%;
}

.grasbak46 {
	left: 91%;
}

.grasbak47 {
	left: 93%;
}

.grasbak48 {
	left: 95%;
}

.grasbak49 {
	left: 97%;
}

.grasbak50 {
	left: 99%;
}

.ljud {
	margin-top: 4px;
	margin-right: 5px;
}

@-webkit-keyframes grasanim2 {
	0% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #1E4018;
	}

	25% {
		border-left: 3.5vw solid transparent;
		border-right: 1.5vw solid transparent;
		border-bottom: 6.5vh solid #1E4018;
	}

	50% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #1E4018;
	}

	75% {
		border-left: 3.5vw solid transparent;
		border-right: 1.5vw solid transparent;
		border-bottom: 6.5vh solid #1E4018;
	}

	100% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #1E4018;
	}
}

/* Höstgräs */
.hostgras {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 55px solid #f68c1f;
	position: absolute;
	-webkit-animation: hostgrasanim 5s infinite;
	animation: hostgrasanim 5s infinite;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	z-index: 100;
	bottom: 0;
}

.hostgrasbak {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 55px solid #b84500;
	position: absolute;
	-webkit-animation: hostgrasanim2 5s infinite;
	animation: hostgrasanim2 5s infinite;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	z-index: 1;
	bottom: 0;
}

@-webkit-keyframes hostgrasanim {
	0% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #f68c1f;
	}

	25% {
		border-left: 3vw solid transparent;
		border-right: 1vw solid transparent;
		border-bottom: 6vh solid #f68c1f;
	}

	50% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #f68c1f;
	}

	75% {
		border-left: 3vw solid transparent;
		border-right: 1vw solid transparent;
		border-bottom: 6vh solid #f68c1f;
	}

	100% {
		border-left: 1vw solid transparent;
		border-right: 3vw solid transparent;
		border-bottom: 6vh solid #f68c1f;
	}
}

@-webkit-keyframes hostgrasanim2 {
	0% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #b84500;
	}

	25% {
		border-left: 3.5vw solid transparent;
		border-right: 1.5vw solid transparent;
		border-bottom: 6.5vh solid #b84500;
	}

	50% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #b84500;
	}

	75% {
		border-left: 3.5vw solid transparent;
		border-right: 1.5vw solid transparent;
		border-bottom: 6.5vh solid #b84500;
	}

	100% {
		border-left: 1.5vw solid transparent;
		border-right: 3.5vw solid transparent;
		border-bottom: 6.5vh solid #b84500;
	}
}

/* Logo till Tryggve & Joy */
.namninput {
	display: none;
	position: absolute;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.95);
	color: #000;
	padding: 10px;
	position: relative;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .3), 0 .0625rem .125rem rgba(0, 0, 0, .2);
	width: 50%;
	max-width: 700px;
	top: 95%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 150;
}

@media screen and (max-width: 900px) {
	.namninput {
		width: 80% !important;
		top: 80%;
	}
}

.centerlogo {
	display: none;
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 85%;
}

.centerlogoimg {
	transform: translateZ(0);
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.portrait,
.landscape {
	height: auto !important;
	width: 90% !important;
}

.centerlogo .tryggveochjoylogo {
	animation: tryggveochjoylogozoom 10s infinite;
}

.centerlogo .tryggveochjoyfigurer {
	animation: tryggveochjoyfigureranimation 20s infinite;
}

@keyframes tryggveochjoylogozoom {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes tryggveochjoyfigureranimation {
	0% {
		transform: rotate(0deg);
	}

	35% {
		transform: rotate(-3deg);
	}

	70% {
		transform: rotate(+3deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* Sharing */
#asshare {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.speech-bubble-headertext p {
	font-size: 20px !important;
}

/* joy & tryggve Stor i hörnet */
@media only screen and (max-width: 1024px) {
	.joyochtryggve {
		height: 50vh !important;
		width: 50vh !important;
	}

	@media only screen and (max-width: 576px) {
		.joyochtryggve {
			display: none;
		}

		/* huvud meny på mobil*/
		.speech-bubble {
			margin-top: 10% !important;
			margin-bottom: 10% !important;
		}

	}


}

@media only screen and (min-width: 380px) and (max-width: 1024px) {
	#asshare a {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}

#asshare a {
	width: 32.5%;
	height: 50px;
	display: inline-block;
	margin: 0;
	font-size: 24px;
	color: #fff;
	opacity: .75;
	transition: opacity .15s linear;
}

#asshare a:hover {
	opacity: 1;
}

/* ikoner */
#asshare i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* colors */
.asfacebook {
	background: #3b5998;
}

.astwitter {
	background: #55acee;
}

.asmail {
	background: #bdb7b3;
}

dfn {
	cursor: help;
	font-style: normal;
	position: relative;
}

dfn::after {
	content: attr(data-info);
	display: inline;
	position: absolute;
	top: 70px;
	left: 20%;
	opacity: 0;
	width: 63%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	pointer-events: none;
	/* This prevents the box from apearing when hovered. */
	transition: opacity 250ms, top 250ms;
}

dfn::before {
	content: '';
	display: block;
	position: absolute;
	top: 60px;
	left: 48%;
	opacity: 0;
	width: 0;
	height: 0;
	border: solid transparent 5px;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	transition: opacity 250ms, top 250ms;
}

dfn:hover {
	z-index: 2;
}

/* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {
	opacity: 1;
}

dfn:hover::after {
	top: 50px;
}

dfn:hover::before {
	top: 40px;
}

/* Nedrakning */

.nedrakning {
	width: 100%;
	display: flex;
	justify-content: center;
	clear: both;
}

.nedrakningbox {
	width: 25%;
	float: left;
	margin: 0px 5px 0 0;
}

.nedrakningnummer {
	font-size: 30px;
	padding: 10px 0;
	width: 100%;
	display: block;
	text-align: center;
	background: #FFFFFF;
}

.nedrakningtext {
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
	height: auto;
	padding: 0 5px;
	background: #ea6004;
	color: #FFFFFF;
}


/* Fixar tidslinjen */
.memoryline-connector .lazylinepainter svg {
	width: auto !important;
}

.webseminarieikon {
	width: 100px;
	height: 75px;
	background-image: url(img/webseminarieikon.png);
	background-size: contain;
	padding-left: 5px;
	float: right;
	margin-top: -40px;
}

.litenwebseminarieikon {
	width: 50px;
	height: 37px;
	background-image: url(img/webseminarieikon.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 5px;
	float: left;
}


.joyochtryggveikon {
	width: 60px;
	height: 50px;
	background-image: url(img/skojmedmeny.png);
	background-size: contain;
	padding-left: 5px;
	background-repeat: no-repeat;
	transition: ease-in-out 500ms all;
	cursor: pointer;
}

.idrottsfondikon {
	width: 5vw;
	height: 1vw;
	margin-top: 0.5vw;
	background-image: url(img/idrottsfondmeny.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: ease-in-out 500ms all;
}

.idrottsfondikon:hover {
	transform: scale(1.35);
}

.pratamedenvuxenikon {
	width: 113px;
	height: 50px;
	background-image: url(img/pratamedenvuxenmeny.png);
	background-size: contain;
	padding-left: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	transition: ease-in-out 500ms all;
}


.pratamedenvuxenikon:hover {
	transform: scale(1.3);
}

.joyochtryggveikon:hover {
	transform: rotate(-5deg) scale(1.4);
}

.menu-item-5675 .menu-item-text,
.menu-item-5979 .menu-item-text,
.menu-item-5839 .menu-item-text,
.menu-item-6795 .menu-item-text {
	display: none;
}

.snodrivor {
	position: absolute;
	bottom: 0;
	background: #fff;
	border-radius: 100% 100% 0 0;
	z-index: 1;
}

.snodriva1 {
	width: 50%;
	height: 75px;
	left: 0;
}

.snodriva2 {
	width: 50%;
	height: 100px;
	left: 25%;
}

.snodriva3 {
	width: 50%;
	height: 75px;
	left: 50%;
}

.particles-js-canvas-el {
	position: absolute;
}

.october-leaf {
	position: absolute;
	background-color: transparent;
	background-image: url(spel/lov.png);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

#regn {
	position: absolute;
}

.sokord {
	color: #000;
}

.handbokshadow {
	filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.5));
}

.litetutbildningsmaterial {
	position: relative;
	margin-bottom: 20px;
}

.litetutbildningsmaterial .litetutbildningsmaterialbild {
	display: inline-block;
	padding: 0 !important;
}

.litetutbildningsmaterial .titel {
	text-align: center;
	width: 100% !important;
	font-size: 13px !important;
	line-height: 15px;
	margin-top: 5px;
	display: inline-block;
}

.utbildningsmaterialbild:hover {
	transform: rotate(3deg);
}

.utbildningsmaterialbild {
	display: block;
	width: 100%;
	height: 25vh;
	object-fit: contain;
	object-position: center;
	overflow: hidden;
	transition: all .3s ease-in;
}

.sokbeskrivning {
	font: normal 28px / 38px "Aktiv Skola H2-H6", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 20px;
}

.search-bar:hover {
	background-color: rgba(0, 0, 0, .6);
}

.search-show {
	width: 400px !important;
	max-width: 70% !important;
}

.search-input {
	border-radius: 2px;
	position: fixed;
	overflow: hidden;
	text-decoration: none;
	left: 60px;
	z-index: 109;
	bottom: 10px;
	padding-top: 3px;
	width: 0;
	height: 44px;
	z-index: 109;
	transition: width .8s ease;
}

.search-input input[type="submit"] {
	min-height: 38px !important;
	line-height: 30px !important;
	padding: 0 !important;
	width: 40px;
	top: -3px;
	display: inline-block;
	z-index: 2;
	cursor: pointer;
	transition: opacity .4s ease;
}

.search-input input[type="text"] {
	border: 1px solid #e6e7e9;
	margin-bottom: 10px !important;
	color: #000;
	font: normal 15px / 50px "Aktiv Skola Std", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	outline: none;
	padding-top: 10px;
	padding-left: 10px;
	width: 80%;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

.search-bar {
	display: none;
	border-radius: 2px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: fixed;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	left: 10px;
	z-index: 109;
	bottom: 10px;
	width: 44px;
	height: 44px;
	z-index: 109;
	filter: alpha(opacity=0);
	transition: opacity .4s ease;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.search-bar:before {
	content: "\f002";
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

.page-template-template-kunskapsbanken-fragor #main,
.page-template-template-kunskapsbanken-verktygsladan #main,
.single-kunskapsbanken #main,
.single-fortroendegruppen #main,
.page-template-template-fullwidth #main {
	padding: 0 0 70px 0;
}


.archive-footer {
	clear: both;
	position: relative;
}

.visually-hidden {
	display: none;
}

article {
	position: relative;
}