* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}

body {
	background-color: #FFFAF5;
	color: #263851;
}

/* HEADER */

header {
	height: 110px;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
	background-color: #FFF1E6;
	box-shadow: 1px 5px 10px -5px #b7b7b7;
}

#logo {
	float: left;
	position: absolute;
		left: 20px;
}

#search {
	float: right;
	position: absolute;
	bottom: 14px;
	right: 18px;
}

#searchform input {
	background-color: #ECE0D8;
	border-width: 0;
	border-radius: 20px;
	padding: 10px 15px;
	width: 180px;
	
	font-size: 16px;
	font-weight: 900;
	color: #263851;
}

#searchform input:focus {
	outline: none;
}

#language-icon {
	position: absolute;
	bottom: 38px;
	right: 234px;
	
	font-weight: 700;
}

.language-link {
	color: #263851;
}

#language-icon img {
	position: relative;
	left: -4px;
	top: 7px;
	height: auto;
	width: 27px;
}

#menu-huvudmeny {
	list-style: none;
	margin: 45px 0 0 0;
	text-align: center;
	
	font-size: 20px;
}

#menu-huvudmeny li {
	display: inline-block;
	margin: 0 15px;
}

#menu-huvudmeny li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	transition: border-width 0.2s ease-in-out;
	
	color: #263851;
	font-weight: 900;
}

#menu-huvudmeny li a:hover {
	border-bottom: 5px solid #263851;
}

.current-menu-item a {
	border-bottom: 5px solid #263851;
}

#menu-huvudmeny .om-palmecentret a {
	color: #CC0000;
}

#menu-huvudmeny .om-palmecentret a:hover {
	border-bottom: 5px solid #CC0000;
}

.current-menu-item.om-palmecentret a {
	border-bottom: 5px solid #CC0000;
}

#submenu-wrapper {
	text-align: center;
}

#submenu {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	top: -35px;
	z-index: 20;
	
	box-shadow: 1px 5px 10px -1px #DDD;
	border-radius: 30px;
	text-align: center;
}

#submenu a {
	background-color: #FFF;
	border-left: 1px #CCC solid;

	float: left;
	padding: 20px 35px;
	
	color: #263851;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}

#submenu a:first-of-type {
	border-left: 0;
	border-radius: 30px 0 0 30px;
}

#submenu a:last-of-type {
	border-radius: 0 30px 30px 0;
}

#submenu a:hover {
	background-color: #FFE7D4;
	color: #CC0000;
}

#submenu-toggler {
	padding: 0 5% 20px 5%;
}


/* CONTENT */

#content {
	padding: 60px 0 0 0;
	font-size: 16px;
}

.hero-image {
	height: 600px;
	position: relative;
	text-align: center;
	
	background-position: center top;
	background-size: cover;
	color: white;
	clip-path: ellipse(2500px 100% at 50% 0%);
	-webkit-clip-path: ellipse(2500px 100% at 50% 0%);
}

.hero-image.textbredd {
	margin: 0 auto;
	max-width: 1000px;
	clip-path: ellipse(2500px 100% at 50% 0%);
	-webkit-clip-path: ellipse(2500px 99% at 50% 0%);
}

.hero-image .wp-post-image {
	height: auto;
	width: 100%;
}

.hero-image-overlay-subpage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	
	opacity: 0.21;
	background-image: linear-gradient(163deg, #CC0000 0%, #FFE7D4 96%);
}

#bildtext {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 12px;
	width: 300px;
	
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	font-size: 14px;
	text-align: left;
	-webkit-border-radius: 5px;
}

.hero-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	font-size: 40px;
	font-weight: 900;
}

.hero-text-large {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	
	font-weight: 900;
}

.hero-image-inner {
	height: auto;
	width: 100%;
	
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 10;
}

.home .hero-text-large {
	top: 40%;
}

.hero-text-large h1 {
	margin: 0 auto;

	font-size: 65px;
	text-shadow: 0 0 60px #000;
}

.hero-text-large .subtext {
	padding: 20px 0 0 0;

	font-size: 20px;
	font-weight: 700;
}

h1 {
	margin: 0 0 25px 0;

	font-size: 34px;
	font-weight: 900;
}

.textcolumns {
	font-size: 18px;
	line-height: 24px;
}

#sidemenu {
	padding: 0 25px 0 0;

	list-style: none;
}

#sidemenu li:first-of-type {
	border-top: 1px #FFE7D4 solid;
}

#sidemenu li {
	padding: 20px 0;

	border-bottom: 1px #FFE7D4 solid;
	font-size: 16px;
}

#sidemenu a {
	color: #263851;
	text-decoration: none;
}

#submenu-toggler {
	display: none;
}

.backlink {
	position: relative;
	top: -70px;
	
	color: #CC0000;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

#countries-mobilelist {
	display: none;
	padding: 0 0 50px 0;
}


/* GALLERI */

.galleri {
	padding: 1%;
}

.galleri img {
	float: left;
	padding: 1%;
	width: 23%;
}

/* STARTSIDA */

.hero-image-start {
	position: relative;
	overflow: hidden;
	top: 50px;
	height: 600px;
	
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: white;
	clip-path: circle(1000px at 700px -430px);
	-webkit-clip-path: circle(1000px at 700px -430px);
}

.hero-image-start .wp-post-image {
	position: relative;
	height: auto;
	width: 100%;
}

.hero-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	
	opacity: 0.21;
	background-image: linear-gradient(163deg, #CC0000 0%, #FFE7D4 96%);
}

.hero-sidebar {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 10;
	width: 270px;
	
	text-align: right;
}

.page-id-31580 .hero-sidebar {
	display: none;
}

#red-button {
	position: fixed;
	top: 150px;
	right: 25px;
	z-index: 100;
	display: block;
	border: 0;
	padding: 24px 35px;
	width: 200px;
	
	background-color: #CC0000;
	background-image: url('images/heart.png');
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position-y: center;
	background-position-x: 22px;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	font-weight: 900;
	text-align: right;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow: 1px 5px 20px -3px rgba(0, 0, 0, 0.5);
}

#red-button-expanded {
	display: none;
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 100;
	border: 0;
	padding: 0;
	width: 300px;
	
	background-color: #263851;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: 1px 5px 20px -3px rgba(0, 0, 0, 0.5);
}

#red-button-expanded h2 {
	margin: 0 0 20px 0;
	
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

#red-button-expanded h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: 600;
}

#red-button-expanded a {
	color: #263851;
	text-decoration: none;
}

#red-arrow {
	position: absolute;
	top: 35px;
	right: 30px;
	width: 12px;
	height: 12px;
	
	cursor: pointer;
}

.swish-bg {
	padding: 30px;
	
	background-color: #FFF;
	color: #263851;
	text-align: center;
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
}

.swish-bg-blue {
	padding: 18px 22px;

	background-color: #263851;
	border-bottom: 1px #FFF solid;
}

.swish-bg-blue a {
	color: #FFF !important;
	font-size: 16px;
	font-weight: 700;
}

.swish-bg-bottom {
	padding: 25px 30px;

	background-color: #263851;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
}

#swishkod {
	margin: 10% 0 10% 0;
	width: 80%;
}

#heartblue {
	float: left;
	height: auto;
	margin: 0 10px 0 0;
	width: 35px;
}

.phonenumber {
	padding: 40px 0;
	
	font-size: 25px;
	font-weight: 900;
}

.red-box {
	position: relative;
	margin: 20px 0 0 0;
	padding: 15px;
	height: 130px;
	width: 90%;
	z-index: 100;
	
	background-size: cover;
	border: 0;
	color: #CC0000;
	cursor: pointer;
	font-size: 14px;
	text-align: right;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 1px 5px 25px -3px rgba(0, 0, 0, 0.2);
}

.red-box span {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.red-box a {
	color: #CC0000;
	text-decoration: none;
}

.arrow_triangle_down {
	position: relative;
	top: -2px;
	height: 5px;
	width: auto;
}

.img-arrow-right {
	float: right;
	height: auto;
	margin: 0 0 0 10px;
	width: 12px;
}

.white-arrow-right {
	position: relative;
	top: 2px;
	margin: 3px 0 0 10px;
	height: auto;
	width: 15px;
}

.blue-arrow-right {
	position: relative;
	top: 2px;
	margin: 3px 0 0 10px;
	height: auto;
	width: 15px;
}

.red-arrow-left {
	position: relative;
	top: 2px;
	margin: 3px 10px 0 0;
	height: auto;
	width: 15px;
}

.blue-button-wrapper {
	text-align: center;
}

.blue-button {
	display: inline-block;
	padding: 15px 30px;
	margin: 0 auto;

	background-color: #263851;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

.blue-button a {
	color: #FFF;
	text-decoration: none;
}

.button-wrapper {

}

.beige-button {
	display: inline-block;
	padding: 15px 30px;
	margin: 10px 0 0 0;

	background-color: #FFE7D4;
	border: 1px solid #263851;
	color: #263851;
	font-size: 15px;
	font-weight: 500;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

.three-column-grid .blue-button-wrapper {
	clear: both;
	position: relative;
	top: 30px;
}

.blue-hr {
	display: block;
	clear: both;
	border: 0;
	border-top: 3px solid #263851;
	height: 3px;
}

.thin-hr {
	display: block;
	margin: 1%;
	
	clear: both;
	border: 0;
	border-top: 1px solid #263851;
	height: 1px;
}

.thin-hr-wrapper {
	clear: both;
	overflow: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

.globe-bg {
	padding: 495px 0 0 0;

	background-image: url('http://palmecenter2020.considbrsdev.se/wp-content/themes/palmecenter2020/images/world-startpage.png');
	background-repeat: no-repeat;
}

.globe-bg .grid {
	overflow: auto;
}

.globe-bg .blue-button {
	float: right;
	margin: 0 0 30px 0;
	
	border: 2px #FFF1E6 solid;
}

.centered {
	text-align: center;
}

#supporters {
	position: relative;
	padding: 30px 0;
	margin: 60px auto 30px auto;
	max-width: 1200px;
	
	background-image: url('http://palmecenter2020.considbrsdev.se/wp-content/themes/palmecenter2020/images/supporters.png');
	background-repeat: repeat-x;
	background-size: 110%;
	text-align: center;
	animation: marquee 150s infinite linear;
	-webkit-animation: marquee 150s infinite linear;
}

.supporters-overlay-left {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	
	background: linear-gradient(to left, rgba(255,255,255,0) 70%, #FFFAF5 95%);
}

.supporters-overlay-right {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;

	background: linear-gradient(to right, rgba(255,255,255,0) 70%, #FFFAF5 95%);
}

@keyframes marquee {
	0% {
		background-position: 0;
	}
	
	100% {
		background-position: -10000px;
	}
}

@-webkit-keyframes marquee {
	0% {
		background-position: 0;
	}
	
	100% {
		background-position: -10000px;
	}
}

/* GRID */

.grid {
	clear: both;
	/*overflow: auto;*/
	max-width: 1000px;
	margin: 0 auto;
}

.three-column-grid {
	overflow: auto;
	padding: 40px 0 60px 0;
}

.fullbreddsbild.fullwidth img {
	height: auto !important;
	width: 100% !important;
}

.fullbreddsbild.justify-left img {
	float: left;
}

.fullbreddsbild.justify-right img {
	float: right;
}

.fullbreddsbild.justify-middle {
	text-align: center;
}

.ingress {
	padding: 1%;

	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
}

.videoWrapper {
	margin: 0 0 40px 0;
	overflow: auto;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

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

.wrapcolumns {
	columns: 2;
	column-gap: 50px;
	margin: 1%;
	
	line-height: 26px;
}

.wrapcolumns a {
	color: #CC0000;
}

.wrapcolumns iframe {
	height: auto;
	width: 100%;
}

.wrapcolumns img {
	height: auto !important;
	width: 100% !important;
}

.wrapcolumns ul, ol {
	padding: 0 0 40px 40px;
}

.wrapcolumns h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
}

.wrapcolumns h3 {
	margin: 0 0 10px 0;
	font-size: 21px;
	line-height: 22px;
}

.wrapcolumns h4 {
	margin: 20px 0 10px 0;
	font-size: 17px;
}

.faktaruta {
	padding: 35px 25px;
	
	background-color: #f7e6d9;
	font-size: 14px;
	line-height: 22px;
}

.faktaruta h3 {
	margin: 0 0 12px 0;
	font-size: 21px;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.ingress h2,
.sectionheading,
.home .grid h2,
.three-column-grid h2 {
	padding: 0 0 40px 0;
	font-size: 34px;
	font-weight: 900;
	text-align: center;
}

.wrapcolumns-rubrik {
	padding: 40px 0 40px 0;
	font-size: 34px;
	font-weight: 900;
	text-align: center;
}

.grid-padder {
	padding: 60px 0;
}

.col_1_of_3 {
	float: left;
	width: 33.3%;
}

.col_1_of_4 {
	float: left;
	width: 25%;
}

.col_3_of_4 {
	float: left;
	width: 75%;
}

.col_1_of_2 {
	float: left;
	width: 50%;
}

.padder {
	padding: 15px;
}

.break {
	clear: both;
	overflow: auto;
}

.grid-item {
	float: left;
	margin: 2% 1.5%;
	width: 30%;
	height: 410px;
	
	position: relative;
	background-color: #FFF;
	box-shadow: 1px 5px 20px -1px #DDD;
	color: #FFF;
	font-size: 12px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.grid-item-wide {
	width: 63% !important;
}

.grid-background {
	height: 190px;
	width: 100%;
	
	background-position: center top;
	background-size: cover;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}

.grid-text {
	padding: 25px;
	
	color: #263851;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.grid-text h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 800;
	line-height: 28px;
}

.grid-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 125px;
	width: 100%;
	
	background: linear-gradient(rgba(255,255,255,0) 0%, white 65%);
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
}

.grid-overlay .readmore {
	position: absolute;
	bottom: 20px;
	right: 30px;
	
	color: #263851;
	font-size: 15px;
	font-weight: 900;
}

.grid-overlay .category {
	position: absolute;
	bottom: 20px;
	left: 30px;
	
	color: #CC0000;
	font-size: 15px;
	font-weight: 300;
}

.grid-item-icon {
	float: left;
	margin: 2% 1.5%;
	width: 30%;
	
	position: relative;
	color: #263851;
	font-size: 12px;
	text-align: center;
}

.two-col .grid-item-icon {
	width: 47%;
}

.two-col {
	clear: both;
	overflow: auto;
	padding: 20px 20% 60px 20%;
}

.grid-item-icon h3 {
	font-size: 24px;
	font-weight: 700;
}

.grid-icon {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100px;
}

.grid-item-icon .blue-button {
	width: 150px;
}

.grid-item-info {
	float: left;
	margin: 2% 1.5%;
	width: 30%;
	
	position: relative;
	color: #263851;
	font-size: 12px;
}

.grid-item-info-background {
	height: 200px;
	width: 100%;
	
	background-position: center center;
	background-size: cover;
}

.grid-item-info-text {
	padding: 20px 0 0 0;
	
	color: #263851;
	font-size: 16px;
	line-height: 24px;
}

.grid-item-info-text h3 {
	margin: 5px 0 15px 0;
	
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
}

.grid-item-info .blue-button {
	margin: 20px 0 0 0;
	
	text-align: left;
}

.odd {
	overflow: auto;
	padding: 76px 0 76px 0;

	background-color: #FFF1E6;
}

.even {
	overflow: auto;
	padding: 76px 0 76px 0;
}

.wrapcolumns p {
	margin: 0 0 20px 0;
}

.wrapcolumns hr {
	display: block;
	margin: 30px 0;
	
	clear: both;
	border: 0;
	border-top: 1px solid #263851;
	height: 1px;
}

/* VÄRLDSSIDOR */


#world-bottom {
	padding: 50px 0 0 0;
	width: 100%;
}

#world-bottom img {
	width: 100%;
}


/* ENGAGEMANG */

#bottenbild {
	position: relative;
	height: 600px;
	
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

#bottenbild .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 50%;
	
	font-size: 24px;
	font-weight: 300;
	line-height: 35px;
}

#bottenbild h1 {
	margin: 0 0 50px 0;
	font-size: 65px;
}

#bottenbild a {
	text-decoration: none;
}

.bottenknapp {
	margin: 30px 0 0 0;
	
	line-height: 20px;
}


/* OM */

.page-template-tpl-om .wrapcolumns {
	padding: 0 0 50px 0;
}

#personal {
	padding: 1%;
}

#personal h2 {
	margin: 0 0 30px 0;
	clear: both;
	
	font-size: 25px;
	font-weight: 300;
}

.person {
	float: left;
	margin: 0;
	min-height: 375px;
	padding: 40px 20px 20px 20px;
	width: 33%;

	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0 1px 1px 0;

	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}

.person-3 {
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.person img {
	height: 125px;
	width: 125px;
	
	border-radius: 50%;
	object-fit: cover;
}

.person h3 {
	margin: 20px 0 0 0;
	
	font-size: 20px;
	font-weight: 700;
}

.person .titel {
	margin: 5px 0 15px 0;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	line-height: 15px;
}

.person .epost a {
	color: #CC0000;
	font-size: 13px;
	text-decoration: none;
}

#medlemmar {
	padding: 1%;
}

.medlem {
	float: left;
	padding: 80px 20px 30px 20px;
	min-height: 270px;
	width: 50%;
	
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #263851;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.medlem-2 {
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.medlem img {
	max-height: 100px;
	max-width: 230px;
	padding: 0 0 20px 0;
	width: auto;
}

#enkolumnstext {
	padding: 0 0 100px 0;
}

.wpcf7 {
	padding: 5px;
	
	column-break-before: always;
	-webkit-column-break-before: always;
	font-size: 13px;
	font-weight: 900;
}

.wpcf7 input,
.wpcf7 textarea {
	margin: 5px 0;
	padding: 10px;
	width: 80%;

	border: 0;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
}

.wpcf7 textarea {
	width: 100%;
}

.wpcf7-submit {
	padding: 15px 30px !important;

	background-color: #263851;
	border: 0;
	color: #FFF !important;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
}


/* RELATED POSTS */

#related-posts {
	overflow: auto;
	padding: 0 0 40px 0;
}

#related-posts h2 {
	margin: 0 auto 40px auto;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}


/* SINGLE */

.author {
	float: right;
	position: relative;
	top: -60px;
	
	color: #9398A2;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.author-image {
	position: relative;
	top: -20px;
	float: right;
	margin: 0 0 0 10px;
	height: 75px;
	width: 75px;
	
	border-radius: 50%;
	object-fit: cover;
}



/* LIGHTBOX */

#lightbox-wrapper {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000;
	
	background-color: rgba(255,249,244,0.5);
}

#lightbox {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 25px 30px;
	width: 400px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	
	background-color: #E02020;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
}

#lightbox h2 {
	margin: 0 0 30px 0;
}

#lightbox p {
	margin: 20px 0;
}

#lightbox .submit {
	margin: 30px 0 0 0 !important;
	width: 100%;
}

#close-button {
	position: absolute;
	top: 30px;
	right: 30px;
	
	cursor: pointer;
}

/* IFRAME */

.iframe-container {

}
 
.iframe-container iframe {
   height: 1200px;
   width: 90%;
}


/* FOOTER */

.footer-grid {
	position: relative;
	clear: both;
	overflow: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

footer {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	background-color: #CC0000;
	color: #FFF;
	
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.footer-fill {
	height: 50px;
	width: 100%;
	
	background-color: #CC0000;
}

#socials {
	position: absolute;
	top: 50px;
	right: 60px;
}

#socials img {
	margin: 0 0 0 10px;
	height: 30px;
	width: auto;
}

footer h2 {
	margin: 0 0 50px 15px;
	
	font-size: 20px;
	font-weight: 700;
}

footer h3 {
	margin: 0 0 10px 0;
}

footer p {
	margin: 0 0 15px 0;
	
	font-size: 15px;
	font-weight: 700;
}

footer a {
	color: #FFF;	
	font-weight: 700;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer li {
	margin: 14px 0 0 0;
}

footer strong {
	font-weight: 900;
}

.footer-cutout {
	position: relative;
	top: -50px;
	clear: both;
	height: 50px;
	width: 100%;
	/*background-color: #FFFAF5;
	-webkit-clip-path: ellipse(70% 100% at 50% 0%);*/
	
	background-image: url('images/red-curve.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.inner-footer {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	
	color: #FFF;
}

.padder-footer-middle {
	padding: 15px 80px 15px 15px;
}

#newsletter .text {	
	padding: 10px;
	width: 90%;
	
	background-color: #A01F15;
	border: 0;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
}

#newsletter .text:focus {
	outline: none;
}

#newsletter .checkbox {
	margin: 20px 10px 0 0;
	height: 14px;
	width: 14px;
	
	background-color: #CC0000;
	border-radius: 2px;
	cursor: pointer;
	color: #FFF;
}

#newsletter .checkbox:checked {
	background-color: #CCC;
}

#newsletter .submit {
	display: block;
	padding: 15px 30px;
	margin: 15px 0 0 0;

	background-color: #263851;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

#newsletter-page #mce-EMAIL {
	margin: 5px 0 10px 0;
	padding: 10px;
	width: 80%;

	border: 0;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
}

#newsletter-page #mc-embedded-subscribe {
	display: block;
	padding: 15px 30px;
	margin: 15px 0 0 0;

	background-color: #263851;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

footer label {
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
}

@media all and (max-height: 800px) {

	#red-button-expanded {
		top: 10px;
		right: 10px;
		width: 230px;
	}
	
	#red-button-expanded h3 {
		font-size: 12px;
	}
	
	.swish-bg-bottom {
		padding: 20px 0;
	}

}

@media all and (max-width: 1500px) {
	
	.hero-image-start {
		height: 400px;
		clip-path: circle(1000px at 600px -600px);
		-webkit-clip-path: circle(1000px at 600px -600px);
	}

	.hero-image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		
		opacity: 0.21;
		background-image: linear-gradient(163deg, #CC0000 0%, #FFE7D4 96%);
	}
	
	.hero-text-large {
		left: 50%;
		/*top: 40%;*/
		transform: translate(-50%, -40%);
	}
	
	.hero-text-large h1 {
		font-size: 50px;
	}
	
	.title-13 {
		font-size: 35px !important;
	}
	
	#supporters {
		position: relative;
		padding: 30px 0;
		margin: 90px auto 0px auto;
		max-width: 1000px;
	}
	
}

@media all and (max-width: 1250px) {
	
	#menu-huvudmeny {
		text-align: right;
	}
	
	#search {
		bottom: auto;
		right: 8px;
		top: 4px;
	}
	
	#language-icon {
		bottom: auto;
		right: 210px;
		top: 6px;
	}
	
}

@media all and (max-width: 1100px) {
	
	.hero-image-start {
		height: 400px;
		clip-path: circle(1000px at 600px -600px);
		-webkit-clip-path: circle(1000px at 600px -600px);
	}
	
	.hero-text-large h1 {
		font-size: 40px;
	}
	
	.hero-sidebar {
		width: 200px;
	}

	.globe-bg .blue-hr {
		margin: 0 5%;
		width: 90%;
	}
	
	.globe-bg .blue-button {
		margin: 0 5% 30px 0;
	}
	
	.page-template-tpl-om .odd {
		padding: 76px 5% 76px 5%;
	}
	
	.page-template-tpl-om .even {
		padding: 76px 5% 76px 5%;
	}
	
	.ingress {
		margin: 0 3%;
		width: 94%;
	}
	
	.wrapcolumns {
		margin: 0 3%;
		width: 94%;
	}
	
	.fullbreddsbild {
		margin: 0 3%;
		width: 94%;
	}
	
	.thin-hr {
		margin: 0 3%;
		width: 94%;
	}
	
	.three-column-grid {
		overflow: auto;
		padding: 40px 3% 60px 3%;
	}
	
	.grid-item {
		margin: 2% 1.5%;
		width: 30%;
		height: 320px;
	}
	
	.grid-background {
		height: 120px;
	}
	
	.three-column-grid {
		max-width: 850px;
	}
	
	#personal h2 {
		margin-left: 20px;
	}
	
	.person {
		border-width: 0 1px 1px 0;
		width: 49%;
	}
	
	.person-2 {
		border-width: 0 0 1px 0;
	}
	
	
	.videoWrapper {
		margin: 0 5% 40px 5%;
	}
	
}

@media all and (max-width: 900px) {

	.hero-image-start {
		height: 300px;
		clip-path: circle(1000px at 100px -700px);
		-webkit-clip-path: circle(1000px at 100px -700px);
	}
	
	.hero-sidebar {
		display: none;
	}
	
	.hero-text-large {
		display: block;
		padding: 0 5%;
		/*top: 35%;*/
		width: 90%;
	}
	
	.hero-text-large h1 {
		font-size: 30px;
	}
	
	.hero-image {
		height: 400px;
	}
	
	.title-13 {
		font-size: 28px;
	}
	
	.hero-text-large .subtext {
		font-size: 12px;
	}
	
	#supporters {
		padding: 30px 0;
		margin: 60px auto 0px auto;
		max-width: 1000px;
		z-index: -10;
	}
	
	.col_1_of_3 {
		width: 97%;
	}
	
	.col_1_of_4 {
		width: 97%;
	}
	
	.col_3_of_4 {
		width: 97%;
	}
	
	.col_1_of_2 {
		width: 97%;
	}
	
	.two-col {
		padding: 0;
	}
	
	.globe-bg {
		padding: 35% 0 0 0;
		
		background-position: left top;
		background-position-x: -150px;
		background-size: 150% auto;
	}
	
	.globe-bg .blue-button {
		display: none;
	}
	
	.globe-bg .blue-hr {
		display: none;
	}
	
	.blue-hr {
		margin: 0 5%;
		width: 90%;
	}
	
	.thin-hr {
		margin: 0 5%;
		width: 90%;
	}
	
	#menu-huvudmeny {
		margin: 50px 0 0 0;
		font-size: 15px;
	}
	
	#menu-huvudmeny li {
		display: inline-block;
		margin: 0 10px;
	}
	
	#red-button {
		bottom: 10px;
		right: 10px;
		top: auto;
		padding: 15px 30px;
		width: 170px;
		
		background-size: 20px auto;
		font-size: 16px;
	}
	
	#red-button-expanded {
		top: 10px;
		right: 10px;
		width: 230px;
	}
	
	#red-button-expanded h3 {
		font-size: 12px;
	}
	
	.swish-bg-bottom {
		padding: 20px 0;
	}
	
	#submenu {
		top: -20px;
	}
	
	#submenu a {
		padding: 10px 20px;
		font-size: 11px;
	}
	
	.ingress {
		margin: 0 5%;
		width: 90%;
		
		font-size: 22px;
		line-height: 32px;
	}
	
	.wrapcolumns {
		margin: 0 5%;
		width: 90%;
		
		columns: 1;
		column-gap: 0;
	}
	
	.fullbreddsbild {
		margin: 0 5%;
		width: 90%;
		
		columns: 1;
		column-gap: 0;
	}
	
	.page-template-tpl-om .odd {
		padding: 76px 0 76px 0;
	}
	
	.page-template-tpl-om .even {
		padding: 76px 0 76px 0;
	}
	
	#sidemenu {
		display: none;
		position: relative;
		padding: 0 5% 0 5%;
		top: -30px;
	}
	
	#submenu-toggler {
		display: inline-block;
		margin: 0 auto;
		position: relative;
		left: 5%;
		top: -50px;
		padding: 15px 25px;

		background-color: #FFF;
		border-radius: 30px;
		box-shadow: 1px 5px 10px -1px #DDD;
		color: #263851;
		cursor: pointer;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
	}
	
	#svg-map {
		display: none;
	}
	
	#countries-mobilelist {
		display: block;
		float: left;
		margin: 0 4%;
	}
	
	#countries-mobilelist a {
		margin: 2% 1%;
		text-decoration: none;
	}
	
	.footer-grid {
		padding: 60px 5% 0 5%;
	}
	
	.author {
		font-size: 10px;
		line-height: 17px;
	}
	
	.author-image {
		top: -10px;
		height: 50px;
		width: 50px;
	}
	
	.medlem {
		width: 100%;
		
		border-width: 0 0 1px 0;
	}
	
}

@media all and (max-width: 720px) {
	
	header {
		height: 145px;
	}
	
	#menu-huvudmeny {
		margin: 90px 0 0 0;
		
		text-align: center;
		font-size: 11px;
	}
	
	#menu-huvudmeny li {
		margin: 5px 8px;
	}
	
	#logo {
		height: auto;
		width: 200px;
		
		top: 10px;
	}
	
	#search {
		top: 30px;
	}
	
	#searchform input {
		width: 120px;
		
		font-size: 11px;
	}
	
	#language-icon {
		right: 28px;
		top: 10px;
		
		font-size: 12px;
	}
	
	#language-icon img {
		left: -4px;
		top: 4px;
		width: 18px;
	}
	
	#content {
		padding: 145px 0 0 0;
	}
	
	.home #content {
		padding: 95px 0 0 0;
	}
	
	.home #content {
		padding: 95px 0 0 0;
	}
	
	.title-13 {
		font-size: 22px !important;
	}
	
	.hero-text-large .subtext {
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	
	.three-column-grid {
		overflow: auto;
		padding: 40px 5% 60px 5%;
	}
	
	.grid-item,
	.grid-item-info,
	.grid-item-wide {
		margin: 4% 5%;
		width: 90% !important;
	}
	
	.grid-item-icon,
	.two-col .grid-item-icon {
		margin: 8% 5%;
		width: 90%;
	}
	
	.footer-grid {
		padding: 100px 5% 0 5%;
	}
	
	#socials {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	footer h2 {
		margin: 0 0 20px 15px;
	}
	
	footer li {
		text-align: left !important;
	}
	
}


/* The switch - the box around the slider */
.elementor-field-option {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	flex-basis: auto !important;
}

/* Hide default HTML checkbox */
.elementor-field-option input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.elementor-field-option input[type=checkbox]:checked + .slider {
	background-color: #2196F3;
}

.elementor-field-option input[type=checkbox]:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.elementor-field-option input[type=checkbox]:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}