/*


Ändra så att det du kan lägga till en cta-class för ett menu-item så att det blir en knapp. se effektivitetsprogrammet.


gallery thumbnails ska fungera på samma sätt som kolumnerna med avstånd.


Lägg till kod så att även ikoner och varukorgen ändrar färg när du scrollar ner.


Fixa en class som du sätter tex på en one-half med en bild i så att det bara blir 20px bottom i mobilen istället för vanliga 40px.


Lägg till templates för search and filter


Ändra så att undermenyn skiljer sig från huvudmenyn i mobilen (typ som fox design)


https://dollarshaveclub.github.io/reframe.js/


Brytpunkter för round images klasser för tablet och desktop och mobil. Ändra så att det används .strict-square.round.background-image så att dem alltid blir runda men lägg till max-width med media queriers.

Lägg till margin-auto i utilities

Lägg till klasser för margin-bottom-40 etc i utilities

Lägg till så att alla div som ligger direkt inuti en kolumn blir flex och flex-baseline
*/

a:hover, a:active, a:focus {
    color: #fff;
}
ul#desktop-menu .sub-menu li:last-child {
    background: transparent;
}
.white_font{
	color: #fff !important;
}
html, body {
    overflow-x: hidden;
}
.width-100.flex.home_desktop_fix .background-image {
    min-height: 100px !important;
}
.cykla_image_fix {
    background-size: contain;
    position: relative;
    /*top: -24px;*/
}
/*new color #F28A51 !important #FED16F*/
.calendar_area{
	background-color: #F28A51 !important;
}
.wysiwyg.box_full p {
    color: #fff;
}
.box_half p,.box_half {
    color: #000 !important;
}

.guldreflexen-menu {
    position: relative;
    top: -24px;
}
.story_texts textarea {
    width: 100%;
}
.story_texts .single_texts {
    padding: 0px 10px;
}
.story_images .single_image {
    margin-bottom: 0px !important;
    padding: 0px 10px !important;
}
.story_images {
    width: 100%;
    display: flex;
}
.story_texts {
    width: 100%;
    display: flex;
}
img.serier_images {
	max-width: 355px;
}
@media only screen and (max-width:767px){
	.story_images .single_image {
		padding: 0px !important;
	}
	.story_texts .single_texts{
		padding: 0px !important;
	}
}
/* .red_text{
	color: #d26991 !important;
} */

.red_text{
	color: #000 !important;
}
a.summer_month:before {
	content: "";
	width: 28px;
	height:28px;
    background: url(/wp-content/uploads/sun02-1.png);
    left: auto;
    right: 0px;
    top: 2px;
    position: absolute;
    background-repeat: no-repeat;
	background-size: 25px;
	z-index: 9999;
}
a.summer_month {
    position: relative;
}
.padding-left-right-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.orange {
	background-color: #F28A51 !important;
}

.green {
	background-color: #A0C96D !important;

}

.pink {
	background-color: #F18FA1 !important;
}

.pink-title {
	color: #df3425 !important;
}

.purple {
	background-color: #51BBB5 !important;
}

.brown-links > a,
.brown-links > a:visited{
	color: #893d4c;
}

.green-links a:visited {
	color: #893d4c;
}

.lightyellow {
	background-color: #fffcdb;
}

.lighter-red {
	background-color: #51BBB5 !important;
}

.white-bg {
	background-color: #ffffff;
}

.min-height-400 {
	min-height: 400px;
	height: 100%;
}

.display-inline {
	display: inline-block !important;
}

.right {
	float: right;
}

.padding-10 {
	padding: 10px;
}

.display-block {
	display: block;
}

.light-green-menu {
	background-color: #A0C96D;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-top-20 {
	margin-top: 20px;
}

.neg-margin-20 {
	margin-bottom: 20px;
	margin-top: -20px;
}

#openJan, #openFeb , #jan, #feb, #openMars, #mars, #openApril, #april, #openMaj, #maj, #openJun, #jun,
#openJul, #jul, #openAug, #aug, #openSep, #sep, #openOkt, #okt, #openNov, #nov, #openDec, #dec{
	font-size: 20px;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	color: #fff;
	font-weight: normal;
}

#jan, #feb, #mars, #april, #maj, #jun, #jul, #aug, #sep, #okt, #nov, #dec {
	display: none;
}

.lightgreen {
	background-color: #A0C96D !important;
}

.nice-border-white-bottom {
	border-bottom-style: dotted;
	border-color: #fff;
	border-image-source: url('/wp-content/uploads/dots-white.png');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 0;
	border-top-width: 0;
	border-left: 0;
	border-left-width: 0;
	border-right: 0;
	border-right-width: 0;
}

.nice-border-white-top {
	border-top-style: dotted;
	border-color: #fff;
	border-image-source: url('/wp-content/uploads/dots-white.png');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 0;
	border-bottom-width: 0;
	border-left: 0;
	border-left-width: 0;
	border-right: 0;
	border-right-width: 0;


}

.nice-border-white {
	border-style: dotted;
	border-color: #fff;
	border-image-source: url('/wp-content/uploads/dots-white.png');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 8px;

}

.nice-border-pink {
	border-style: dotted;
	border-color: rgba(213, 126, 0, 1);
	border-image: url('/wp-content/uploads/dots-rosa.svg') 33 33 round;
	border-image-repeat: round;
	border-width: 8px;
}

.nice-border-green {
	border-style: dotted;
	border-color: rgba(213, 126, 0, 1);
	border-image-source: url('/wp-content/uploads/dots-grna.svg');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 8px;
}

.nice-border-purple {
	border-style: dotted;
	border-color: rgba(213, 126, 0, 1);
	border-image-source: url('/wp-content/uploads/dots-lila.svg');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 8px;
}

@media only screen and (max-width: 800px) {
	.topTitle {
		font-size: 18px;
	}
}

h2.topTitle {
	position: relative;
	z-index: 1;
	margin:0;
}

h2.topTitle:before {
	border-top: 6px dotted #ffffff;
	content:"";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}


.nice-border-white-title {
	border-top-style: dotted;
	border-color: #fff;
	border-image-source: url('/wp-content/uploads/dots-white.png');
	border-image-slice: 33% 33%;
	border-image-repeat: round;
	border-width: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 0;
	border-bottom-width: 0;
	border-left: 0;
	border-left-width: 0;
	border-right: 0;
	border-right-width: 0;
	display: table-cell;
	position: relative;
	top: 0.5em;

}

.hide-dots {
	background: #51BBB5;
	padding: 0 15px;
}

.hide-dots-pink {
	background: #F18FA1;
	padding: 0 15px;
}

.hide-dots-green {
	background: #A0C96D;
	padding: 0 15px;
}

.hide-dots-startpage {
	background-color: #51BBB5;
	padding: 0 15px !important;
}


.white-font-wys > p {
	color: #FFFFFF !important;
}

.border-dots {
	border-bottom: 8px dotted #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.border-dots-top {
	border-top: 6px dotted #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.min-height-200 {
	min-height: 200px;
}


.dot {
	height: 23px;
	width: 23px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

@media only screen and (max-width: 600px) {
	.dot {
		height: 10px;
		width: 10px;
	}

	.padding-right-left-0-m {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.padding-left-0-m {
		padding-left: 0 !important;
	}
}

.red-dot {
	background-color: red;
}

.green-dot {
	background-color: #A0C96D;
}

.margin-top-100px {
	margin-top: 100px;
}

.padding-top-400 {
	padding-top: 400px;
}

.height-300 {
	height: 300px;
}

.height-230 {
	height: 230px;
}

.menu-item-268  {
	background-color: #A0C96D;
}

.menu-item-67  {
	background-color: #F18FA1;
}

.menu-item-218 {
	background-color: #2a72b8;
}

.menu-item-337  {
	background-color: #2a72b8;
}

.menu-item-218 > .sub-menu  {
	background-color: #2a72b8 !important;
}

.menu-item-815 > .sub-menu  {
	background-color: #51BBB5 !important;
}

.menu-item-814 {
	background-color: #F28A51 !important;
}



.menu-item-229  {
	background-color: #F28A51;
}

.menu-item-336  {
	background-color: #F28A51;
}

.menu-item-229 > .sub-menu {
	background-color: #F28A51;
}

.menu-item-816 > .sub-menu {
	background-color: #F28A51;
}


.menu-item-277  {
	background-color: #A0C96D;
}

.menu-item-335  {
	background-color: #A0C96D;
}

.menu-item-345  {
	background-color: #F28A51;
}

.menu-item-276  {
	background-color: #F18FA1;
}

.menu-item-277 > .sub-menu {
	background-color: #A0C96D;
}

.menu-item-817 > .sub-menu {
	background-color: #A0C96D;
}

.menu-item-276 a {
	background-color: #F18FA1;
}

.menu-item-334 a {
	background-color: #F18FA1;
}

.menu-item-276 > .sub-menu {
	background-color: #F18FA1;
}

.menu-item-275 a{
	background-color: #A0C96D;
}

.menu-item-333 a {
	background-color: #A0C96D;
}

.menu-item-275 > .sub-menu{
	background-color: #A0C96D;
}

.menu-item-218 > a::after {
	background-color: #2a72b8;
}

.menu-item-805 > .sub-menu {
	background-color: #A0C96D !important;
}

.menu-item-806 > .sub-menu {
	background-color: #F28A51 !important;
}

.align-self-stretch {
	align-self: stretch;
}

.padding-5 {
	padding: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-20 {
	padding: 10px 0px 0px 0px;
}

.padding-20-spec {
	padding: 20px 10px 20px 10px;
}

.height-400 {
	height: 300px;
}

@media only screen and (max-width: 599px) {
	.height-400 {
		height: 200px !important;
	}

	.banner-text {
		position: absolute;
		margin: 50px;
		text-align: center;
		text-transform: uppercase;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 93px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		font-size: 9px;
		top: -42px;
		padding: 0px;
	}

	.text-container {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 150px 150px 0;
		border-color: transparent #EC6738 transparent transparent;
		position: absolute;
		right: 20px;
		top: 20px;
		color: white;
		z-index: 2;
	}

	.logo-top {
		width: 250px !important;
		height: 250px !important;
		top: 50px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

}

.font-cursiv {
	font-style: italic;
}

.file-container {
	max-width: 75% !important;
	font-weight: bold;
}

.bar-width-100 {
	width: 98% !important;
	margin: auto;
}

.bar-width-50 {
	/*width: 50% !important;*/
	width: 48% !important;
	margin: 0 auto;
}

.bar-width-25 {
	width: 33% !important;
	margin: 0 auto;
}

.bar {
	width: 80px;
	height: 30px;
	text-align: center;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.width-50 {
	width: 50%;
}

.padding-left-right-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.inner {
	width: calc(100% + 20px) !important;
	margin-left: -20px;
	margin-right: -20px;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

@media only screen and (min-width: 1024px) {
	.padding-right-10-d {
		padding-right: 10px !important;
	}

	.height-100px {
		height: 100px !important;
	}

	.height-60px {
		height: 60px !important;
	}

	.padding-left-right-10-d {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}


.margin-top-10 {
	margin-top: 10px;
}

.max-width-600 {
	max-width: 600px;
	margin: auto;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.margin-auto {
	margin: 0 auto;
}

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

.box-padding {
	padding: 15px 5px 15px 5px;
}

.font-size-36 {
	font-size: 36px;
}

.font-size-32 {
	font-size: 32px;
}
.font-size-30 {
	font-size: 30px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-24 {
	font-size: 24px;
}

.padding-top-bottom-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mobile-menu-links {
	text-align: center;
	width: 100px;

}

.child-menu a {
	text-align: center;
}

#link-box {
	display: none;
}

#link-box {
	padding: 5px;
	border: 1px solid black;

}

#gform_confirmation_wrapper_6 {
	text-align: center;
	padding-top: 50px;
	min-height: 600px;
}

#gform_fields_6 .gfield_required {
	display: none;
}

#gform_fields_7 .gfield_required {
	display: none;
}


#gform_confirmation_wrapper_5 {
	text-align: center;
	padding-top: 50px;
	min-height: 600px;
}

#gform_fields_5 .gfield_required {
	display: none;
}

.gform_fields ul {
	flex-wrap: wrap;
	display: flex;
}

.gform_footer {
	text-align: center;
}

.margin-left-right-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.pdf-sticker {
	height: 100px;
	width: 100px;
	background-color: pink;
	border-radius: 50%;
	position: absolute;
}

.height-130 {
	height: 130px;
}

.mega-container,
.box,
.inner-box,
.top-inner-box,
.color-box {
	display: flex;
	flex-wrap: wrap;
}

.box {
	width: 33.33%;
	height: 500px;
	padding: 5px;
	background-color: yellow;
}

.inner-box {
	width: 100%;
	padding: 5px;
}

.top-inner-box {
	width: 100%;
	padding: 5px;
}

.color-box {
	height: 100%;
	width: 100%;
}

.aktuellt-box{
	text-align: center;
	overflow: hidden;
	padding: 10px;
	display: block;
	display: flex;
	align-items: center;
	color: #020202 !important;
}

.aktuellt-box h2{
	margin-bottom:-5px;
}

.aktuellt-box p{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	color: #020202 !important;
}

.aktuellt-box a{
	color: #020202 !important;
}


.inner-box-100-10 {
	width: 100%;
	height: 10%;
}

.inner-box-100-11 {
	width: 100%;
	height: 11%;
}

.inner-box-100-15 {
	width: 100%;
	height: 15%;
}

.inner-box-100-17 {
	width: 100%;
	height: 16%;
}

.inner-box-100-20 {
	width: 100%;
	height: 20%;
}

.inner-box-50-23 {
	width: 50%;
	height: 23%;
}

.inner-box-50-20 {
	width: 50%;
	height: 20%;
}

.inner-box-100-35 {
	width: 100%;
	height: 35%;
}

.inner-box-100-50 {
	width: 100%;
	height: 50%;
}

.inner-box-100-25 {
	width: 100%;
	height: 25%;
}

.inner-box-100-30 {
	width: 100%;
	height: 30%;
}

.inner-box-100-33 {
	width: 100%;
	height: 33.33%;
}

.inner-box-100-59 {
	width: 100%;
	height: 59%;
}

.inner-box-50-66 {
	width: 50%;
	height: 66.66%;
}

.inner-box-50-70 {
	width: 50%;
	height: 70%;
}

.inner-box-100-35 {
	width: 100%;
	height: 35%;
}

.inner-box-100-70 {
	width: 100%;
	height: 70%;
}

.inner-box-100-30 {
	width: 100%;
	height: 30%;
}

.inner-box-50-35 {
	width: 50%;
	height: 35%;
}

.inner-box-50-30 {
	width: 50%;
	height: 30%;
}

.inner-box-100-50 {
	width: 100%;
	height: 50%;
}

.inner-box-100-40 {
	width: 100%;
	height: 40%;
}

.inner-box-50-50 {
	width: 50%;
	height: 50%;
}

.inner-box-50-25 {
	width: 50%;
	height: 25%;
}

.inner-box-50-45 {
	width: 50%;
	height: 45%;
}

.inner-box-50-80 {
	width: 50%;
	height: 80%;
}

.inner-box-100-60 {
	width: 100%;
	height: 60%;
}

.inner-box-100-80 {
	width: 100%;
	height: 80%;
}

@media only screen and (min-width: 1024px) {
	.inner-box-100-40-l {
		width: 100%;
		height: 40%;
	}

	.inner-box-100-20-l {
		width: 100%;
		height: 20%;
	}

	.height-600px-desktop {
		height: 600px;
	}

	.height-650px-desktop {
		height: 650px;
	}

}

.height-500px {
	height: 500px;
}


.padding-5px {
	padding: 5px !important;
}


.padding-10px {
	padding: 10px !important;
}

.flex-grow {
	flex-grow: 1;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.lightyellow-force {
	background-color: lightyellow !important;
}

.padding-bottom-10px {
	padding-bottom: 10px !important;
}

.small-reklam-logga {
	width: 192px;
	height: 102px;
}

.medium-reklam-logga {
	width: 192px;
	height: 204px;
}

.large-reklam-logga {
	width: 192px;
	height: 306px;
}

.border-radius-100 {
	border-radius: 100%;
}

.width-25 {
	width: 25%;
}

.dotted-border {
	border: 5px dotted #51BBB5;
}

.dotted-border-white {
	border: 5px dotted #fff;
}

.green-color {
	color: #EC6738 !important;
}

.green-title {
	color: #EC6738!important;
}

.green-links a {
	color: #EC6738;

}

.green-links a,
.green-links a:visited {
	color: #EC6738 !important;
	text-decoration: underline;
}

.green-links a:hover,
.green-links a:active,
.green-links a:focus {
	color: #893d4c !important;
	text-decoration: underline;
}

.brown-link a {
	color: #893d4c !important;
}

.fffimagel {
	width: 340px;
	border-style: solid;
	border-width: 3px;
	border-radius: 20px;
	border-color: #ee765e;
}

.fffimagerubrr {
	float: right;
}

.fffimagerubrl {
	float: left;
}

.border-dots-bottom {
	border-bottom: 6px dotted white;
}

.border-dots-bottom-green {
	border-bottom: 6px dotted #EC6738;
}

.border-dots-bottom-pink {
	border-bottom: 6px dotted #df3425;
}

.border-dots-bottom-purple {
	border-bottom: 6px dotted #2a72b8;
}

.font-black .p {
	color: #000000 !important;
}

.height-600px {
	height: 600px;
}

.height-650px {
	height: 650px;
}

.align-top {
	vertical-align: top;
}

.green-border {
	border-top: 1px solid #EC6738;
}

.container {
	width: 300px;
}

.pointer {
	cursor: pointer;
}

.box-radius {
	border-radius: 15px;
}

.red-border {
	border: 3px solid #51BBB5;
	border-radius: 15px;
	padding: 20px;
}

.green-dotted-border {
	border: 6px dotted #EC6738;
	padding: 10px;
}

.white-dotted-border {
	border: 5px dotted #ffffff;
}

.padding-bottom-20px {
	padding-bottom: 20px;
}

.gfield_required {
	display: none;
}

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

.margin-left-20px {
	margin-left: 20px;
}

.margin-right-5px {
	margin-right: 5px;
}

.width-100px {
	width: 100px;
}

.width-100p-102px {
	width: calc(100% - 102px);
}

.display-none-arrow {
	display: none;
}

@media only screen and (min-width: 600px) {
	.width-100p-152px-s {
		width: calc(100% - 152px);
	}

	.display-flex-s {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.height-50px-mobile {
		height: 50px !important;
	}
}

.width-50px {
	width: 50px;
}

.absolute-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.margin-right-2px {
	margin-right: 2px;
}

.white-arrow {
	color: #FFFFFF;
	font-size: 36px;
}

.white-arrow-purple-circle {
	color: #FFFFFF;
	font-size: 36px;
	border: 1px solid red;
	border-radius: 15px;
	background-color: purple;
	padding: 5px;
}

.links-margin li {
	margin-bottom: 5px;
}

.calendar-images {
	width: 100%;
	height: 100px;
}

.height-50p {
	height: 50%;
	width: 100%;
}

.dark-green-icons {
	background-color: #559879;
	border-radius: 10px;
}

@media only screen and (max-width: 800px) {
	.clock-image {
		width: 180px !important;
		height: 180px !important;
	}
}

.clock-image {
	width: 220px;
	height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.dotted-clock-border {
	border-radius: 100%;
	padding: 5px;
	border: 6px dotted #fff !important;
	margin-top: 20px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-70 {
	font-size: 70px;
	color: red;
}

span p {
	margin-bottom: 0;
}

.page-id-711 .green-title + p > a,
.page-id-711 .green-title + p > a:visited {
	color: #EC6738 !important;
	text-decoration: underline;
}

.page-id-711 .green-title + p > a:hover
.page-id-711 .green-title + p > a:active,
.page-id-711 .green-title + p > a:focus {
	color: #893d4c !important;
}

.cykla-menu li {
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #EC6738;
	margin-top: 5px;
	font-weight: bold;
}

.cykla-menu a,
.cykla-menu a:visited {
	color: #fff !important;
}

.cykla-menu a:hover,
.cykla-menu a:active,
.cykla-menu a:focus,
.cykla-menu .current_page_item a {
	color: #020202 !important;
}

.guldreflexen-menu li {
	background-color: #F28A51 !important;
}

.guldreflexen-menu a:visited {
	background-color: #000 !important;
}

.border-dots-white {
	border-bottom: 6px dotted #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col-100 {
	width: 100% !important;
}

.col-66 {
	width: 66.666% !important;
}

.col-50 {
	width: 50% !important;
}

.col-33 {
	width: 33.333% !important;
}

.col-25 {
	width: 25% !important;
}

.col-20 {
	width: 20% !important;
}

.width-auto {
	width: auto !important;
}

.width-auto-margin-auto {
	width: auto !important;
	margin: auto !important;
}

@media only screen and (min-width: 900px) {
	.col-16-m {
		width: 16.666% !important;
	}
}

@media only screen and (min-width: 1200px) {
	.col-50-l {
		width: 50% !important;
	}

	.no-padding-left-l {
		padding-left: 0 !important;
	}
	.no-padding-right-l {
		padding-right: 0 !important;
	}

	.col-8-l {
		width: 8.333% !important;
	}
}

@media only screen and (min-width: 1600px) {
	.col-8-xl {
		width: 8.333% !important;
	}
}


.background-contain {
	background-size: contain !important;
}

.color-white {
	color: #fff !important;
}

.color-white > p {
	color: #fff !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.brown-text {
	color: #893d4c !important;
}

.height-100p-30px {
	height: 100% !important;
}

.lightgreen-dotted-border {
	border: 7px dotted #EC6738;
	padding: 10px;
}

.pink-dotted-border {
	border: 6px dotted #51BBB5;
	padding: 10px;
}

.purple-dotted-border {
	border: 6px dotted #2a72b8;
	padding: 10px;
}


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

	.top-left-image {
		top: 20px;
		left: 10px;
		width: 60px;
		height: 60px;
		background-size: contain;
	}

	.top-right-image {
		top: 20px;
		right: 10px;
		width: 60px;
		height: 60px;
		background-size: contain;
	}

	.bottom-left-image {
		top: 180px;
		left: 10px;
		width: 60px;
		height: 60px;
		background-size: contain;
	}

	.bottom-right-image {
		top: 180px;
		right: 10px;
		width: 60px;
		height: 60px;
		background-size: contain;
	}

}
@media only screen and (min-width: 600px) {
	.top-left-image {
		top: 20px;
		left: 30px;
		width: 80px;
		height: 80px;
		background-size: contain;
	}

	.top-right-image {
		top: 20px;
		right: 30px;
		width: 80px;
		height: 80px;
		background-size: contain;
	}

	.bottom-left-image {
		top: 180px;
		left: 30px;
		width: 80px;
		height: 80px;
		background-size: contain;
	}

	.bottom-right-image {
		top: 180px;
		right: 30px;
		width: 80px;
		height: 80px;
		background-size: contain;
	}
}

.height-150px {
	height: 150px;
	width: 150px;
}

.z-index-2 {
	z-index: 20;
}

.secondary-menu-mobile li {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0 !important;

}

.secondary-menu-mobile ul {
	align-items: flex-start;

}

.secondary-menu-mobile li .sub-menu {
	width: 200%;
	min-width: calc(200%);
	margin-left: calc(-100%);
	background-color: #2a72b8;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.secondary-menu-mobile li .sub-menu {
	display: none;
}

.secondary-menu-mobile li .sub-menu.visible {
	display: flex;
}


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

}

.secondary-menu-mobile li:nth-child(odd) > ul {
	margin-left: 100%;
}

.secondary-menu-mobile li:nth-child(even) > ul {
	margin-left: -100%;
}


.right-logo-text {
	width: 150px;
	height: 0;
	border-top: 100px solid red;
	border-left: 100px solid transparent;
}

.absolute-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	border: 3px solid #000;
}

.shift-color div:nth-child(odd) > a {
	background-color: green;
}

.shift-color div:nth-child(even) > a {
	background-color: blue;
}


@media only screen and (min-width: 1024px) {
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		background-color: #86b36d;
		font-size: 14px;
		font-weight: normal !important;
		text-align: center;
		color: #fff !important;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.con:hover .overlay {
		opacity: 1;

	}

	.con:hover:active .overlay {
		opacity: 1;

	}

	.margin-right-20px-d {
		margin-right: 20px;
	}
}

.font-family-normal {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	color: #020202 !important;
}

.font-family-normal-white  {
	font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
}

.font-family-normal-white-banner p  {
	font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
}

@media only screen and (min-width: 600px) {
	.text-container {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 300px 300px 0;
		border-color: transparent #EC6738 transparent transparent;
		position: absolute;
		right: 20px;
		top: 20px;
		color: white;
		z-index: 2;
	}

	.banner-text {
		position: absolute;
		margin: 30px;
		text-align: center;
		text-transform: uppercase;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 320px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		font-size: 18px;
		top: 0;
		padding: 0px;
		font-weight: bold;
	}
}



@media only screen and (min-width: 600px) {
	.logo-top {
		width: 400px;
		height: 400px;
		top: 80px;
		right: auto;
		bottom: 0px;
		left: -20px;
		margin: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.logo-top {
		top: 50px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
}

.sub-menu li {
	text-align: left !important;
}

.lesser-lineheight-and-spacing {
	line-height: 1.2 !important;
	letter-spacing: 0.4px !important;
}

.font-size-24 {
	font-size: 24px;
}

.align-content-start {
	align-content: flex-start !important;
}

.bg-position-top-center {
	background-position: top center;
}

.font-size-22 {
	font-size: 22px;
}

.point-event-none {
	pointer-events: none;
}

@media only screen and (max-width: 800px) {
	.col-100-m {
		width: 100% !important;
	}
}

.height-400px {
	height: 400px;
}

.inner-box-50-100-m {
	width: 50%;
	min-height: 100%;
}

.margin-top-neg-10 {
	margin-top: -10px;
}

.max-width-200-b {
	max-width: 200px;
}

.margin-top-60 {
	margin-top: 60px;
}

.max-width-1000 {
	max-width: 1000px;
	margin: auto;
	justify-content: center;
}

.max-width-1150 {
	max-width: 1150px;
	margin: auto;
}

.max-width-840px {
	max-width: 840px;
	justify-content: space-evenly;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.black-bg {
	background-color: #302e2a;
}

.bg-blue {
	background-color: #3D95CE;
}

.back-button {
	top: 20px;
	left: 40px;
}

.minivapen {
	width: 100px;
	height: 105px;
}

.custom-images {
	height: auto;
	max-width: 100%;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.brown-link-overlay a:hover {
	color: #fffcdb !important;
	background-color: #86b36d !important;

}

.normal-font {
	font-weight: normal !important;
}

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

@media only screen and (max-width: 800px) {
	.font-size-20 {
		font-size: 16px !important;
	}

	.font-size-22 {
		font-size: 18px;
	}

	.font-size-24 {
		font-size: 20px;
	}
}


@media only screen and (max-width: 599px) {
	.font-size-12-m {
		font-size: 12px;
	}
}

.left-image-box {
	float: left;
	height: 200px;
	width: 200px;

}

.right-text-box {
	width: auto;
	height: auto;
	overflow: hidden;
}

.sponsorer-container {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tillbakapil {
	top: 0;
	left: 30px;
}

@media only screen and (max-width: 600px) {
	.sponsorer-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.left-align-text-m {
		text-align: left;
	}
}

.pink-arrow-button {
	height: 40px;
	width: 40px;
	margin-right: 20px;
}


@media only screen and (min-width: 1024px) {
	.width-25-l-100-s {
		width: 25%;
	}
}

@media only screen and (max-width: 600px) {
	.width-25-l-100-s {
		width: 100%;
	}
}

.background-left-align {
	background-position: left;
}

.background-right-align {
	background-position: right;
}

.text-transform-none {
	text-transform: none !important;
}

.bgcolor-orange {
	background-color: #F28A51;
}

.bgcolor-pink {
	background-color: #F18FA1;
}

.bgcolor-green {
	background-color: #EC6738;
}

.bgcolor-purple {
	background-color: #2a72b8 !important;
}

.bg-cream-white {
	background-color: #fffcdb;
}

.padding-15 {
	padding: 15px;
}

.padding-left-30 {
	padding-left: 30px;
}

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

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

	.padding-10px-m {
		padding: 10px !important;
	}
}

.font-transform {
	text-transform: none;
}

@media only screen and (min-width: 1024px) {
	.width-25-m {
		width: 25%;
	}

}

@media only screen and (max-width: 1023px) {
	.width-50-s {
		width: 50%;
	}

	.rcell {
		width: 100% !important;
	}

	.rcell2 {
		width: 100% !important;
	}

	.border-box-mobile {
		border: 1px solid #893d4c;
	}

	.margin-right-5px-m {
		margin-right: 5px;
	}

	.margin-bottom-5px-m {
		margin-bottom: 5px;
	}

	.padding-5px-m {
		padding: 5px !important;
	}
}

.new-yellow {
	background-color: #ffda7c;
}

.rtable {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.rtable-5col > .rcell {
	width: 20%;
}

.rtable-4col > .rcell2 {
	width: 25%;
}

.rcell {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	overflow: hidden;
	list-style: none;
}

.rcell2 {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	overflow: hidden;
	list-style: none;
}

.rtable-5col {
	width: 20%;
}

.rtable-4col {
	width: 25%;
}

.rtable-double-width {
	width: 40% !important;
}

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

.padding-20px {
	padding: 20px;
}

@media only screen and (min-width: 1024px) {
	.padding-30px-d {
		padding: 30px !important;
	}

	.width-80px {
		width: 80px;
	}

	.width-100p-80px {
		width: calc(100% - 80px);
	}

	.font-size-60 {
		font-size: 60px;
	}

	.padding-40px {
		padding: 40px;
	}
}

.custom-grid-1200px {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.custom-dots.wysiwyg > ul {
	list-style: none !important;
}

.custom-dots-green.wysiwyg > ul {
	list-style: none !important;
}

.custom-dots li::before  {
	content: "•" !important;
	color: #df3425;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}

.custom-dots-green li::before  {
	content: "•" !important;
	color: #EC6738;
	display: inline-block;
	width: 1em;
	margin-left: -0.5em;
	font-size: 24px;
}

.custom-counter.wysiwyg > ol {
	list-style: none !important;
	counter-reset: li;
}

.custom-counter.wysiwyg > ul {
	list-style: none !important;
	counter-reset: li;
}

.custom-counter li::before {
	content: counter(li);
	color: #df3425;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 18px;
	font-weight: bold;
}

.custom-counter li {
	counter-increment: li;
}

.max-width-1100px {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}

.bottom-image {
	height: 200px;
	width: 200px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-40 {
	margin-top: 40px;
}

.line-height-1 {
	line-height: 1;
}

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

.padding-30px {
	padding: 30px;
}

.max-width-300px {
	max-width: 300px;
}

.image-width-height-70 {
	width: 70px;
	height: 70px;
}

.max-width-440px {
    max-width: 440px;
}


#gform_11 {
	background-color: #EC6738;
}

.ginput_container_select {
	background-color: #fff;
}

#gform_11 > .ginput_container {
	border: none !important;
	background-color: #EC6738;
}

#gform_11 input {
	border: none;
	background-color: #fff;
}

#gform_11 textarea {
	border: none;
	background-color: #fff;
}

#gform_11 input {
	padding: 10px;
}

#gform_wrapper_11 li,
#gform_wrapper_11 li.half {
	margin-bottom: 5px;
}

.gform_button_select_files{
	background-color: #F28A51 !important;
	max-width: 250px !important;
}

#gform_submit_button_11 {
	background-color: #EC6738 !important;
	text-transform: uppercase;
	border: 1px solid #fff !important;
}

#gform_wrapper_11.wysiwyg > ul{
	list-style: none !important;
}

#input_12_5 {
	background-color: #EC6738;
}

.gform_drop_instructions {
	background-color: #EC6738;
}

.gform_drop_area {
	background-color: #EC6738;
}

.gv-widget-search {
	margin: 0 !important;
}

.gv-list-view {
	background-color: #EC6738;
	margin-bottom: 30px;
}

.gv-list-multiple-container {
	background-color: #fffcdb;
}

#TB_window img#TB_Image {
	margin: 0 !important;
}

#TB_window {
	background-color: #000 !important;
}

#TB_caption {
	padding: 0 !important;
}

#TB_closeWindow {
	padding: 0 !important;
}

.gv-list-view-content-image {

}

.gv-field-11-8 {
	color: #893d4c !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	margin-right: 5px;
}

.gv-field-11-1 {
	/*color: #fff !important;*/
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: 'Open Sans', sans-serif !important;
	margin-right: 5px;

}

.margin-top-20px {
	margin-top: 20px !important;
}

.gv-field-label {
	margin-bottom: 20px !important;
}

.gv-field-file-uploads, .gv-field-11-4,
.gv-field-11-6 {
	display: flex !important;
	flex-wrap: wrap !important;
}



.gv-field-12-7 {
	background-color: #fff !important;
	padding: 10px !important;
}

.gv-field-11-2 td {
	background-color: #fff !important;
	margin-bottom: 20px !important;
	padding: 10px !important;
}

.gv-field-11-3 td{
	background-color: #fff !important;
	margin-bottom: 20px !important;
	padding: 10px !important;
}

.gv-field-12-4 {
	margin-bottom: 20px !important;
}

#gv-field-12-4 {
	margin-bottom: 0px !important;
	margin: -5px !important;
}

.gv-field-12-4 li {
	padding: 5px;
}

.gv-list-view-content,
.gv-list-view-content-image {
	max-width: none !important;
}


@media only screen and (min-width: 800px) {
	.gv-grid-col-1-2 {
		padding-right: 1em;
	}

	.gv-field-file-uploads > li {
		width: 33.33% !important;
	}

	.gv-grid-col-1-2 {
		width: 50% !important;
	}

}

@media only screen and (min-width: 1200px) {
	.gv-field-file-uploads > li {
		width: 33.33% !important;
	}
}

@media only screen and (max-width: 799px) {
	.gv-grid-col-1-2 {
		padding-right: 0 !important;
	}
	.gv-field-file-uploads > li {
		width: 50% !important;
	}

	.gv-grid-col-1-2 {
		width: 100% !important;
	}

}

@media only screen and (max-width: 400px) {
	.gv-field-file-uploads > li {
		width: 100% !important;
	}
}

.gv-list-view-content {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
}

.gv-list-view-content-image {
	display: flex !important;
	flex-wrap: wrap !important;
}

.gv-list-view-content-description {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
}

.gv-field-12-4 {
	align-self: flex-start !important;
}


#choice_11_34_1 {
	position: absolute;
}


@media only screen and (min-width: 600px) {
	.gform_button {
		position: absolute !important;
		right: 30px !important;
		bottom: 20px !important;
	}
}

#gv-field-12-10 {
	font-weight: bold;
	margin-right: 5px;
}

#gv-field-12-11 {
	font-weight: bold;
	margin-right: 5px;
}

.gv-field-12-20 {
	color: #fff !important;
	font-weight: normal !important;
}

.gv-field-label {
	font-weight: bold;
}

.gv-search-box {
	display: block !important;
	flex-grow: 0 !important;
	flex: 0 auto !important;
}

.gv-widget-search {
	justify-content: center !important;
	flex-grow: 0 !important;
}

.gv-widget-search.gv-search-horizontal .gv-search-box {
	display: block !important;
}

.gv-search-box-submit {
	text-align: center !important;
}

.gv-grid-col-1-1 {
	width: 100%;
}

.gv-widgets-header {
	width: 100%;
}

.gv-list-container {
	max-width: 1320px;
}

.gv-left {
	padding-right: 0 !important;
}

#gv-item-reviewed {
	width: 100%;
}

#input_11_24 {
	width: 100% !important;
}

.ginput_container > input {
	width: 100% !important;
}

.max-auto-width {
	width: auto;
	max-width: 100%;
}

#input_11_2 {
	width: 100%;
}

#input_11_3 {
	width: 100%;
}

.ginput_container_fileupload {
	background-color: #EC6738;
}

#extensions_message_11_18 {
	display: none;
}

.textarea.medium {
	width: 100%;
}

.screen-reader-text {
    display: none !important;
}

.white-bg-box {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.img-no-margin p {
    margin-bottom: 0 !important;
}

.margin-bottom-40px {
	margin-bottom: 40px !important;
}

.margin-top-40px {
	margin-top: 40px !important;
}



@media only screen and (min-width: 599px) {
	.page-template-template-uppdragv2 > .gform_button{
		text-align: right !important;
		position: absolute !important;
		right: 30px !important;
		bottom: 20px !important;
		left: auto !important;
		top: auto !important;
	}

	#gform_submit_button_11 {
		position: absolute !important;
		right: 30px !important;
		bottom: 20px !important;
		left: auto;
		top: auto;
		border: 1px solid #ffffff !important;
	}
}


.gform_button {
	position: relative !important;
	left: 0;
	bottom: 0;
}

.gv-table-single-container {
	background-color: #EC6738;
}

.gv-table-view tfoot {
	display: none;
}


.gv-single-table-view th {
	display: none !important;
}

.gv-single-table-view th {
	background-color: #fff;
}

.gv-table-view th {
	width: 48% !important;
}

.gv-container-1226 a {
	color: #893d4c;
}

.display-none {
	display: none;
}

.gv-field-11-2 {
	display: flex;
	flex-wrap: wrap;
}

.gv-field-11-3 {
	display: flex;
	flex-wrap: wrap;
}

.gv-table-view-content th {
	display: none;
}

.min-height-400px {
	min-height: 400px;

}


.gv-table-view-content tbody {
	display: flex;
	flex-wrap: wrap;
}

.gv-table-view-content .display-none-single  {
	display: none !important;
}



.gv-back-link a,
.gv_back-link a:visited{
	color: #893d4c !important;
	font-weight: bold;
}

.padding-10-px {
	padding: 10px;
}

.gv-field-11-custom {
	text-align: center;
}

#gv-field-11-custom > td {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.gv-field-11-24 {
	text-align: left;
}

.gv-field-11-26 {
	text-align: left;
}

.gv-field-11-31 {
	text-align: left;
}


.display-none {
	display: none !important;
}

#input_11_31 {
	border-color: #fff !important;
}

.view-1228-table-single .display-none-single {
	display: none !important;
}


@media only screen and (max-width: 1023px) {
	.gv-table-multiple-container tr {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		border: 1px solid #893d4c;
		width: 100%;
		margin-bottom: 10px;
	}

	.gv-field-11-24 {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		overflow: hidden;
		list-style: none;
		width: 100%;
		position: relative;
		padding-left: 100px !important;
	}

	.gv-field-11-24:before {
		content: "Namn";
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	.gv-field-11-26 {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		overflow: hidden;
		list-style: none;
		width: 100%;
		position: relative;
		padding-left: 100px !important;
	}

	.gv-field-11-26:before {
		content: "Klass";
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	.gv-field-11-27 {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		overflow: hidden;
		list-style: none;
		width: 100%;
		position: relative;
		padding-left: 100px !important;
	}

	.gv-field-11-27:before {
		content: "Skola";
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	.gv-field-11-31 {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		overflow: hidden;
		list-style: none;
		width: 100%;
		position: relative;
		padding-left: 100px !important;
	}

	.gv-field-11-31:before {
		content: "Kommun";
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	.gv-table-multiple-container thead {
		display: none !important;
	}

}

.gv-field-11-27 {
	text-align: left;
}

.mobile-table-names {

}

.display-block {
	display: block;
}

.remove-empty-divs p {
	margin-bottom: 0!important;
}

#gv_search_button_1226 {
	margin: auto;
	margin-bottom: 20px !important;
}

#gform_confirmation_wrapper_11 {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.pink-button {
	background: #51BBB5 !important;
	border-color: #51BBB5 !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}

@media only screen and (min-width: 1023px) {
	.width-100-desktop {
		width: 100% !important;
	}
}

.background-position-center-right {
	background-position: center right !important;
}

.green-button {
	background-color: #7AB49B !important;
	border-color: #7AB49B !important;
}

.max-width-150px {
	max-width: 150px !important;
}

.guldreflex-dropdown {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #020202 !important;
	font-weight: bold !important;
	font-size: 20px;
}

@media only screen and (max-width: 599px) {
	.guldreflex-dropdown {
		width: auto !important;
	}

	.above-dropdown-text {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 750px) {
	.guldreflex-dropdown {
		width: auto !important;
		min-width: 420px !important;
		text-align: justify !important;
		text-align: center !important;
		text-align-last: center !important;
		-ms-text-align-last: center !important;
		-moz-text-align-last: center !important;
	}

	.margin-left-right-10px-d {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.button-padding-5px {
	padding: 7px 5px !important;
}

.above-dropdown-text {
	font-size: 24px;
	color: #893d4c !important;
	font-weight: bold;
}

.pink-link-background a {
	background-color: #df3425 !important;
	color: #fff !important;
	padding: 20px;
	display: block;
}

.pink .wysiwyg a,
.pink .wysiwyg a:visited {
	color: #EC6738 !important;
	text-decoration: underline;
	font-weight: 400;
	font-style: normal;
}

.pink .wysiwyg a:hover,
.pink .wysiwyg a:active,
.pink .wysiwyg a:focus {
	color: #893d4c !important;
}

.julkalender-container {
	width: calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	position: relative;
}

.julkalender-lucka {
	width: 50%;
	padding: 5px;
}

@media only screen and (min-width: 900px) {
	.julkalender-lucka {
		width: 25%;
	}
}

.margin-bottom-20px {
	margin-bottom: 20px !important;
}

del {
	color: #555;
}

.puzzel-container {
	display: block;
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.puzzel__form {
	width: 100%;
    display: block;
    max-width: 900px;
    margin: auto;
    background-color: #acd2c1;
    padding: 40px 80px 0px 80px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.puzzel__form input,
.puzzel__form textarea,
.puzzel__form input:focus,
.puzzel__form textarea:focus {
	background-color: #fff !important;
    border: none;
    padding: 10px;
}

.puzzel__form .half {
	margin-bottom: 0 !important;
}

.puzzel__form input[type="submit"] {
	background-color: #83414c !important;
	color: #fff !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
	.puzzel__form {
		padding: 10px 20px 0px 20px;
	}

	.puzzel-container {
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

.puzzel__text {
	width: 100%;
    max-width: 700px;
    padding: 40px 20px 20px;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
	.puzzel__text {
		padding: 0 20px 0;
	}
}

.brown-bold .bold,
.brown-bold strong {
	color: #893d4c !important;
}

.play-button-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.play-button-container .fa {
	font-size: 72px;
}

.summer-special-1 p {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

ul.swimming-list li {
	font-weight: bold;
	list-style: none;
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
}

ul.swimming-list li::before {
	color: #fff;
	/* color of bullet or square */

	content: "\2022";
	/* Unicode of character to precede the list item */

	font-size: 1.2em;
	/* em or %*/

	padding-right: 0.4em;
	/* use em*/

	position: relative;
	top: 0.1em;
	/* use em or % */

}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.summer-special-1 p {
		font-size: 12px;
	}
	ul.swimming-list li {
		font-size: 15px;
	}

}

.summer-special-1 p{
	margin: 0;
}

.button-new {
	width: calc( 50% - 10px );
	margin: 4px !important;
}

.margin-left-5px {
	margin-left: 5px;
}

.button-berattelse-container {
	display: flex;
	flex-wrap: wrap;
	width: calc(100%);
	padding-left: 5px;
	padding-right: 5px;
}

.button-berattelse {
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: 'grilledcheese';
}

@media only screen and (min-width: 600px) {
	.button-berattelse {
		width: calc(50% - 10px);
		padding: 30px;
		font-size: 28px;
	}
}

.max-width-800px {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.previous-post-link a,
.next-post-link a,
.previous-post-link a:visited,
.next-post-link a:visited {
	position: absolute;
	height: calc(100% - 20px);
	width: 50px;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
	color: transparent;
}

.previous-post-link a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/themes/pixeltokig/img/arrow-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.next-post-link a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/themes/pixeltokig/img/arrow-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.previous-post-link a:hover,
.next-post-link a:hover,
.previous-post-link a:active,
.next-post-link a:active,
.previous-post-link a:focus,
.next-post-link a:focus {
	background-color: rgba(0, 0, 0, .6);
	color: transparent;
}

.previous-post-link a {
	left: 20px;
}

.next-post-link a {
	right: 20px;
}

.outline-none {
	outline: none !important;
}

.ui-accordion-header {
	position: relative;
}

.ui-accordion-header::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	display: flex;
	width: 15px;
	height: 100%;
	background-image: url(/wp-content/themes/pixeltokig/img/arrow-brown.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: transform .5s;
}

.ui-accordion-header.ui-state-active::after {
	transform: rotate(270deg);
}

















.popup-box {
	position: fixed;
	top: 20px;
	left: 20px;
	min-width: calc( 100% - 40px );
	min-height: calc( 100% - 40px );
	height: calc( 100% - 40px );
	width: calc( 100% - 40px);
	z-index: 110;
	border-radius: 3px;
	background-color: #FFF;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
	cursor: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow-y: auto !important;
}

.popup-box.popup-box-green {
	background-color: #005B33;
}

@media only screen and (min-width: 600px) {
	.popup-box {
		top: 40px;
		left: 40px;
		min-width: calc( 100% - 80px );
		min-height: calc( 100% - 80px );
		height: calc( 100% - 80px );
		width: calc( 100% - 80px);
	}
}

@media only screen and (min-width: 1024px) {
	.popup-box {
		top: 80px;
		left: 80px;
		min-width: calc( 100% - 160px );
		min-height: calc( 100% - 160px );
		height: calc( 100% - 160px );
		width: calc( 100% - 160px);
	}
}

.popup-box.visible {
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.2s;
}

.popup-overlay {
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
}

.popup-overlay-dark {
	background-color: rgba(0, 0, 0, 0.7);
}

.popup-box .close-button {
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/uploads/vitt-kryss.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.popup-box .close-button.close-button-pink {
	background-image: url('/wp-content/uploads/rosa-kryss.svg');
}

.popup-padding {
	padding: 20px;
}

@media only screen and(min-width: 1024px) {
	.popup-padding {
		padding: 80px;
	}

	/*.popup-box .close-button {
		right: 20px;
	}*/
}

.popup-box.popup-box-green h1,
.popup-box.popup-box-green h2,
.popup-box.popup-box-green h3,
.popup-box.popup-box-green h4,
.popup-box.popup-box-green h5,
.popup-box.popup-box-green h6,
.popup-box.popup-box-green span,
.popup-box.popup-box-green p {
	color: #FFF;
}

.button {
	flex-wrap: wrap;
}

.green-special {
	background-color: #86b36d !important;
}

.color-020202 {
	color: #020202 !important;
}

.background-yellow {
	background-color: #ffce22;
}

.color-black,
.color-black a {
	color: black !important;
}

.background-beige {
	background-color: #fffbde;
}

select option {
	font-family: 'arial' !important;
}

.februari-image {
	width: 800px;
	height: 546px;
}

ul#desktop-menu li:last-child {
    background: #F28A51;
}
.section1-column3-bg{

    background-color: #F18FA1 !important;
}


ul.swimming-list li span {
	color: #EC6738 !important;
}


/*customizing regionala spnsorer*/
/*.newClass {
    background-image: url("https://trafikkalendern.se/wp-content/uploads/101933.png");
    height: auto !important;
    width: 100% !important;
    min-height: 600px;
}*/

.background-image.ratio-1-1.background-contain.width-100 {
    min-height: 200px;
}
@media only screen and (max-width:767px){
	.background-image.ratio-1-1.background-contain.width-100 {
    min-height: 200px !important;
}

}

/*kommunbox*/
.kommunboxcls{
	background-image:url(/kommuner/aktiva-veckan-kommun-bg.png); background-repeat: no-repeat; height: 400px; position: relative; background-position: center;
}


.kommunboxtxt{
	text-align: center;
	position: absolute;
	top: 45%;
	font-size: 25px;
	font-weight: bold;
	font-family: inherit;
	color: #000000 !important;
	font-family: ;
	text-transform: uppercase;
}

.kommunboxselkommun{
	position: absolute; bottom: 20px; text-align: right; right: 20px; 
}

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

.kommunboxtxt{
	top: 47%;
	font-size: 20px;

}	

.kommunboxcls{
	height: 350px;
}

}

