@font-face {
  font-family: "Ruberoid";
  src: url("font/Ruberoid-Regular.eot");
  src: url("font/Ruberoid-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/Ruberoid-Regular.woff2") format("woff2"),
    url("font/Ruberoid-Regular.woff") format("woff"),
    url("font/Ruberoid-Regular.ttf") format("truetype"),
    url("font/Ruberoid-Regular.svg#Ruberoid-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ruberoid";
  src: url("font/Ruberoid-Bold.eot");
  src: url("font/Ruberoid-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/Ruberoid-Bold.woff2") format("woff2"),
    url("font/Ruberoid-Bold.woff") format("woff"),
    url("font/Ruberoid-Bold.ttf") format("truetype"),
    url("font/Ruberoid-Bold.svg#Ruberoid-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ruberoid";
  src: url("font/Ruberoid-Medium.eot");
  src: url("font/Ruberoid-Medium.eot?#iefix") format("embedded-opentype"),
    url("font/Ruberoid-Medium.woff2") format("woff2"),
    url("font/Ruberoid-Medium.woff") format("woff"),
    url("font/Ruberoid-Medium.ttf") format("truetype"),
    url("font/Ruberoid-Medium.svg#Ruberoid-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
:root {
  --kollasymptom-green: #00d3a9;
  --kollasymptom-lightgreen: #7fe9d4;
  --kollasymptom-blue: #127da8;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Ruberoid", sans-serif;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
  color: var(--kollasymptom-green);
}

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

h1 {
  font-family: "Ruberoid", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-transform: none;
  font-size: 48px;
  line-height: 55px;
  color: #000;
}

h2 {
  font-family: "Ruberoid", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin: 0 0 10px 0;
}

h3 {
  font-family: "Ruberoid", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #000;
  margin: 0 0 10px 0;
}

hr {
  border: 0 solid #fff;
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin: 10px 0;
  display: block;
  width: 100%;
}

table,
tr,
th,
td {
  font-family: "Ruberoid", sans-serif;
  font-size: 18px;
  color: inherit;
  padding: 0;
}

table {
  width: 100%;
}

thead td,
thead th {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-weight: bold;
}

p {
  padding: 0px;
  margin: 0px;
}



b,
strong {
  font-weight: 600;
}

html,
body {
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex-grow: 1;
}

header,
main,
footer {
  flex-shrink: 0;
}

/*
ul, ol {
	margin: 10px 0 0 20px;
}
*/

iframe {
  width: 100%;
  border: 0;
}

iframe.map {
  height: 400px;
}

a {
  text-decoration: none;
}

a.btn-white:link,
a.btn-white:visited,
.btn-white {
  font-size: 14px;
  font-weight: bold;
  color: var(--kollasymptom-green);
  padding: 10px 35px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 0;
  box-shadow: 0px 4px 10px #00000029;
  display: inline-block;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.btn-white:hover,
.btn-white:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #ffb61c !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top {
  width: 100%;
  margin: 20px auto;
}

.slideshow img {
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

section.white {
  background-color: #fff;
}

section.grey {
  background-color: #f5f5f5;
}

section #info,
section .info {
  color: #333;
  margin: 0;
  padding: 75px 7%;
  width: 100%;
  float: left;
}

.wrapper {
  max-width: 1366px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

/* Help classes */

.hide {
  display: none;
}

.center {
  text-align: center;
}

.new_notice {
  background-color: #006a9d;
  border-radius: 0 0 15px 15px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}

.new_notice .notice_content strong {
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding-right: 40px;
}

.new_notice .close {
  /* padding-top: 10px; */
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
}

.new_notice .close i {
  padding-top: 10%;
  padding-left: 10%;
}

.new_notice .notice_action {
  display: inline;
}

.section_gray {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px 0px;
  
  margin-bottom: 4rem;
}

.section_gray > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2% 7%;
}

.flexWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  flex-wrap: wrap;
}

.trp-flag-image {
  margin-right: 7.5px;
}
/* Box 25 */
.box_25 {
  width: 25%;
  flex-direction: column;
  position: relative;
}

.box_25 .block-headline{
  font-weight: bold;
  padding-bottom: 1rem;

}
.box_25 .block-text{
  font-size: 14px;
  max-width: 235px;
}
.box_25 .block-image{
  width: 60px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}


/** 33% product **/

.box_33_product {
  width: 27.7%;
  margin: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px 20px 5px 5px;
  overflow: hidden;
  /*border: 5px solid #f5f5f5;*/
}
.box_33_product:hover .btn-white{
  text-decoration: none;
  color: #fff !important;
  background-color: #ffb61c !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box_33_product:nth-child(6) .block-image::after{
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/lanseras.png);
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
}
.box_33_product .block-text img{
  position: absolute;
}

.section_gray .box_33_product {
  border: 5px solid #fff;
}

.box_33_product:after {
  background-color: var(--kollasymptom-green);
  border-radius: 0px 0px 5px 5px;
  bottom: 0;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(100%);
  left: 0;
}

.box_33_product:hover {
  text-decoration: none;
  cursor: pointer;
}

/* .box_33_product:hover:after {
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: calc(100%);
  border-radius: 15px 15px 5px 5px;
} */

.box_33_product .block-image {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 20;
  background-size: cover;
  position: relative;
}

.box_33_product .block-content {
  z-index: 20;
  padding: 15px;
  padding-top: 4rem;
  position: relative;
}

.box_33_product .block-headline {
  color: #fff;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-headline-title {
  max-width: 80%;
}


.box_33_product .btn-white {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 86px;
  height: 36px;
  padding: 0;
  background-color: #fff;
  color: var(--kollasymptom-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px #00000029;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 20;
}

.box_33_product:hover .block-headline .block-headline-arrow {
  transform: scale(1.25);
  background-color: #ffb61c;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box_33_product .block-text {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  margin-top: 8px;
}

/** end of 33% product **/

/** biglabel **/

.biglabel {
  width: 100%;
  /* background-color: #00afd2; */
  /* border-radius: 70px 70px 20px 20px; */
  padding: 0px;
  margin: 25px 0;
  color: white !important;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  
}

.biglabel p {
  color: white;
}

.biglabel a {
  color: white;
  color: #ffb61c;
}

.biglabel .block-headline {
  font-family: "Ruberoid", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin: 0 0 10px 0;
  color: white;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: fit-content;
}
.biglabel .block-headline::before,
.biglabel .block-headline::after{
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid white;
  top: 50%;
  overflow: hidden;
  width: 4000px;
}
.biglabel .block-headline::after {
  left: 100%;
  margin-left: 50px;
}
.biglabel .block-headline::before {
  right: 100%;
  margin-right: 65px;
}


.biglabel .block-link {
  font-size: 15px;
  font-weight: bold;
  color: #ffb61c;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 50px;
  margin: 20px auto 0;
  box-shadow: 0px 4px 10px #00000029;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: table;
}

.biglabel .block-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.biglabel .block-text {
  padding: 0 25%;
}

/** end of biglabel **/

/** biglabel-link **/

.biglabel-link {
  width: 100%;
  background-color: #00afd2;
  border-radius: 70px 70px 20px 20px;
  padding: 40px 7%;
  margin: 25px 0;
  color: white !important;
}

.biglabel-link p {
  color: white;
}

.biglabel-link a {
  color: white;
  color: #ffb61c;
}

.biglabel-link .block-headline {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.biglabel-link .block-link {
  font-size: 15px;
  font-weight: bold;
  color: #ffb61c;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 50px;
  margin: 20px auto 0;
  box-shadow: 0px 4px 10px #00000029;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: table;
}

.biglabel-link .block-link-circle {
  padding: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.biglabel-link .block-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.biglabel-link .block-text {
  padding: 0 25%;
}

/** end of biglabel **/

/** box_100_imgleft_text **/

.box_100_imgleft_text {
  width: 100%;
  padding: 5% 7%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.box_100_imgleft_text h2 {
  width: 100%;
}

.box_100_imgleft_text h2 {
  /* text-align: center; */
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  color: var(--kollasymptom-blue);
  padding-bottom: 2rem;
}

.box_100_imgleft_text h2 span {
  background-color: inherit;
  display: inline-block;
  position: relative;
  max-width: 650px;
}

.box_100_imgleft_text h2 span:before,
.box_100_imgleft_text h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #00afd2;
  top: 50%;
  overflow: hidden;
  width: 4000px;
}

.box_100_imgleft_text h2 span:before {
  right: 100%;
  margin-right: 50px;
}

.box_100_imgleft_text h2 span:after {
  left: 100%;
  margin-left: 50px;
}


.box_100_imgleft_text .block-text {
  width: 50%;
  padding: 20px 7%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_100_imgleft_text .block-image {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box_100_imgleft_text .block-image img {
  width: auto;
  height: auto;
}

/** end of box_100_imgleft_text **/

/** box_100_imgright_text **/

.box_100_imgright_text {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.box_100_imgright_text h2 {
  width: 100%;
}

.box_100_imgright_text h2 {
  /* text-align: center; */
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.box_100_imgright_text h2 span {
  background-color: inherit;
  display: inline-block;
  position: relative;
}
.box_100_imgright_text .block-content{
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #f5f5f5;
  margin: 25px 0px;
  padding-left: 7%;
}

.box_100_imgright_text .block-text {
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 370px;
}

.box_100_imgright_text .block-image {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box_100_imgright_text .block-image img {
  width: 100%;
  height: auto;
}

/** end of box_100_imgright_text **/

/** box_100_noimg_text **/

.box_100_noimg_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box_100_noimg_text .block-headline,
.box_100_noimg_text .block-text {
  width: 100%;
}
.box_100_noimg_text .block-headline::after,
.box_100_noimg_text .block-headline::before{
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #00afd2;
  top: 50%;
  overflow: hidden;
  width: 4000px;
}

.box_100_noimg_text .block-headline::after{
  left: 100%;
  margin-left: 50px;
}
.box_100_noimg_text .block-headline::before{
  right: 100%;
  margin-right: 50px;
}
.box_100_noimg_text .block-headline {
  font-size: 36px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  color: var(--kollasymptom-blue);
  position: relative;
  width: fit-content;
}

.box_100_noimg_text .block-text {
  font-size: 16px;
  padding: 20px 0;
}

/** end of box_100_noimg_text  **/

/* TITLE_100 */

.title_100_box {
  padding: 10px 7%;
  width: 100%;
  margin: 20px 0;
}

.title_100 {
  text-align: center;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.title_100 span {
  display: inline-block;
  position: relative;
}

.title_100 span:before,
.title_100 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #00afd2;
  top: 15px;
  overflow: hidden;
  width: 4000px;
}

.title_100 span:before {
  right: 100%;
  margin-right: 50px;
}

.title_100 span:after {
  left: 100%;
  margin-left: 50px;
}

/* ################################################################################ */

/* Box 75 % - både h1 & h2 */

.box_75_noimg_text,
.box_75_noimg_text_h1 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 40px 0;
}

.box_75_noimg_text_h1 {
  text-align: center;
}

.box_75_noimg_text .title_75,
.box_75_noimg_text_h1 .title_75 {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.box_75_noimg_text .title_75,
.box_75_noimg_text_h1 .title_75 {
  text-align: center;
}

.box_75_noimg_text_content,
.box_75_noimg_text_h1_content {
  max-width: 628px;
  margin: 0 auto;
}

.title_75 span {
  display: inline-block;
  position: relative;
}

.title_75 span:before,
.title_75 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #00afd2;
  top: 50%;
  overflow: hidden;
  width: 4000px;
}

.title_75 span:before {
  right: 100%;
  margin-right: 50px;
}

.title_75 span:after {
  left: 100%;
  margin-left: 50px;
}

/* ################################################################################ */

/* Box 33 address */

.box_50_address,
.box_33_news {
  background-color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin: 1%;
  border-radius: 5px;
  width: 48%;
  word-break: break-word;
  font-size: 16px;
}

.box_50_address h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  font-size: 25px;
}

.box_33_news {
  position: relative;
  padding: 0;
  display: flex;
  flex-flow: column;
}

.box_33_news h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
}

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

.italic {
  font-style: italic;
}

.back-button {
  color: #ffb61c;
  font-weight: bold;
  cursor: pointer;
}

.single-post-img {
  margin: 15px 0 25px 0;
}

.box_33_news a {
  font-weight: bold;
}

.box_33_news .category-news,
.box_33_news .category-pr {
  position: absolute;
  /* bottom: 15px;
    left: -7.5px; 
    border-radius: 2.5px 15px 5px 2.5px;*/
  top: 0;
  left: 0;
  border-radius: 5px 0 15px 0px;
  padding: 5px 20px;
  /* box-shadow: 0 7px 14px rgba(0, 0, 0, 0.04), 0 5px 5px rgba(0, 0, 0, 0.04); */
  width: fit-content;
  display: table;
  text-align: center;
  font-size: 12px;
}

.box_33_news .category-news {
  background-color: #00afd2;
  color: #fff;
}

.box_33_news .category-pr {
  background-color: #ffb61c;
  color: #000;
}

.box_33_news .news_list_content {
  padding: 60px 20px;
}

.box_33_news .news_list_content p {
  padding: 5px 0;
}

/* ################################################################################ */

/* Box 50 med vänsterställd bild */

.box_50_img_left {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  margin: 20px 0;
  border-radius: 10px;
}

.img_left_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 15px 15px 5px;
}

.content_right_50 {
  width: 50%;
  padding: 6% 7%;
}

.content_right_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Box 50 med högerställd bild */

.box_50_img_right {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  margin: 20px 0;
  border-radius: 10px;
}

.img_right_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 15px 15px 5px;
}

.content_left_50 {
  width: 50%;
  padding: 6% 7%;
}

.content_left_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Liten box 50 med högerställd bild  (50%) */

.box_50_img_right_tiny {
  width: 50%;
  display: flex;
  margin: 20px auto;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}

.box_50_img_right_tiny:hover {
  color: #000;
  text-decoration: none;
}

.img_right_50_tiny {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px 15px 15px 5px;
}

.content_left_50_tiny {
  width: 50%;
  padding: 6% 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content_left_50_tiny h2 {
  color: rgb(0, 0, 0);
}

.content_left_50_tiny p {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Box 50 med vänsterställd video */

.box_50_video_left {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  margin: 20px 0;
  border-radius: 10px;
}

.video_left_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 15px 15px 5px;
  overflow: hidden;
}

.video_left_50 iframe {
  width: 100%;
  height: 100%;
}

.content_right_50 {
  width: 50%;
  padding: 6% 7%;
}

.content_right_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Box 50 med högerställd video */

.box_50_video_right {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  margin: 20px 0;
  border-radius: 10px;
}

.video_right_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px 15px 15px 5px;
  overflow: hidden;
}

.video_right_50 iframe {
  width: 100%;
  height: 100%;
}

.content_left_50 {
  width: 50%;
  padding: 6% 7%;
}

.content_left_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Box 50 med stor vänsterställd bild */

.box_50_bigimg_left {
  width: 100%;
  display: flex;
  margin: 20px 0;
}

.bigimg_left_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 0 0 5px;
  order: 1;
}

.bigimg_content_right_50 {
  width: 50%;
  padding: 6% 7%;
  background-color: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px 0 0 5px;
  font-size: 22px;
  line-height: 30px;
  order: 2;
}

.bigimg_content_right_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Box 50 med stor högerställd bild */

.box_50_bigimg_right {
  width: 100%;
  display: flex;
  margin: 20px 0;
}

.bigimg_right_50 {
  width: 50%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 0 0 5px;
}

.bigimg_content_left_50 {
  width: 50%;
  padding: 6% 7%;
  background-color: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px 0 0 5px;
  font-size: 22px;
  line-height: 30px;
}

.bigimg_content_left_50 h2 {
  color: rgb(0, 0, 0);
}

/* ################################################################################ */

/* Partner-lista */

.partner_list {
  width: 100%;
  display: flex;
  margin: 20px 0;
  padding: 0 7%;
}

.partner_list_img {
  width: 25%;
  max-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 7.5% 0 2.5% 0;
}

.partner_list_content {
  width: 75%;
  padding: 6% 0 6% 7%;
}

.partner_list_title {
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.partner_list_title span {
  display: inline-block;
  position: relative;
}

.partner_list_title span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #00afd2;
  top: 50%;
  overflow: hidden;
  width: 4000px;
}

.partner_list_title span:after {
  left: 100%;
  margin-left: 50px;
}

/* ################################################################################ */

/* HEADER */

header {
  width: 100%;
  float: left;
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

.header-content {
  height: 90px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header #logo {
  float: left;
  width: 250px;
  padding: 0;
}

header #logo img {
  width: 100%;
  float: left;
}

header .menu-container .mainmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu-container .mainmenu > li {
  padding: 0 10px;
  position: relative;
}

header .menu-container .mainmenu > li.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}

header .menu-container .mainmenu > li.menu-item-has-children > a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 18px;
  font-size: 16px;
  right: 0;
  width: 20px;
}

header .menu-container .mainmenu > li > ul {
  display: none;
}

header .menu-container .mainmenu > li:hover > ul {
  display: block;
  position: absolute;
  top: 47px;
  padding: 0;
  list-style-type: none;
  left: 0;
  background-color: #fff;
  width: 220px;
  z-index: 10;
  margin: 0 0 0 -110px;
  left: 50%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Pilen */

header .menu-container .mainmenu > li:hover > ul > li:first-of-type > a:before {
  border-left: 9px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #ccc;
  display: inline-block;
  position: absolute;
  content: "";
  left: 46.5%;
  left: calc(50% - 9px);
  top: -10px;
}

header .menu-container .mainmenu > li:hover > ul > li:first-of-type > a:after {
  border-left: 9px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
  display: inline-block;
  position: absolute;
  content: "";
  left: 46.5%;
  left: calc(50% - 9px);
  top: -9px;
}

/* Gör pilen orange */

header
  .menu-container
  .mainmenu
  > li:hover
  > ul
  > li:first-of-type:hover
  > a:after {
  border-bottom: 9px solid #ffb61c;
}

/*
header .menu-container .mainmenu > li:hover > ul:before {
	border-left: 9px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #ccc;
	display: inline-block;
	position: absolute;
	content: "";
	left: 46.5%;
	left: calc(50% - 9px);
	top: -10px;
}
header .menu-container .mainmenu > li:hover > ul:after {
	border-left: 9px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #fff;
	display: inline-block;
	position: absolute;
	content: "";
	left: 46.5%;
	left: calc(50% - 9px);
	top: -9px;
}
*/

header .menu-container .mainmenu > li:hover > ul li {
  width: 100%;
}

header .menu-container .mainmenu > li:hover > ul li a {
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

header .menu-container .mainmenu > li:hover > ul li a:hover {
  background-color: #ffb61c;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

header .menu-container .mainmenu > li:hover > ul li:last-of-type a:hover {
  border-radius: 0 0 10px 10px;
}

header .menu-container .mainmenu > li:hover > ul li:first-of-type a:hover {
  border-radius: 10px 10px 0 0;
}

header
  .menu-container
  .mainmenu
  > li:hover
  > ul
  li:first-of-type:last-of-type
  a:hover {
  border-radius: 10px;
}

/* Animerar en border vid hover */

header .menu-container ul:not(.sub-menu) > .menu-item {
  position: relative;
}

header .menu-container ul:not(.sub-menu) > .menu-item:before {
  content: "";
  position: absolute;
  border-top: 3px solid #006a9d;
  left: 50%;
  right: 50%;
  top: -31px;
  padding-top: 15px;
  box-sizing: border-box;
  transform: scaleX(0);
  transition: all 0.3s;
  overflow: hidden;
}

header .menu-container ul:not(.sub-menu) > .menu-item:hover:before {
  transform: scaleX(1);
  right: 10px;
  left: 10px;
}

header .menu-container ul:not(.sub-menu) > li a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ffb61c;
  color: #006a9d;
}

/* Aktivt menval */

header .menu-container .mainmenu > .current_page_item:after,
header .menu-container .mainmenu > .current-menu-parent:after {
  border-top: 3px solid #006a9d;
  padding-top: 0;
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  overflow: hidden;
  width: 100%;
}

#desktop_extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#desktop_extra .fa_icon:hover {
  color: #ffb61c;
  color: #006a9d;
}

#desktop_extra .fa_icon i {
  padding-right: 5px;
}

.menu_right_container a {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.menu_right_container a:hover {
  cursor: pointer;
  text-decoration: none;
}

/* Kontakt-knappen */

#desktop_extra a.btn-white:link {
  padding: 10px 30px;
  margin-left: 30px;
}

#search_div {
  position: relative;
}

#search_modal {
  width: 300px;
  padding: 10px 20px;
  position: absolute;
  top: 125px;
  left: -90px;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #00afd2;
  color: white;
  z-index: 999999;
  border-radius: 20px;
}

#search_modal.open {
  display: block;
}

#search_modal .input_wrapper input:focus + label span,
#search_modal .input_wrapper input:valid + label span {
  color: #ffb61c;
  transform: translateY(-10px);
}

#search_box {
  display: inline-block;
}

#search_box.closed {
  display: none;
}

#close_box {
  display: none;
}

#close_box.open {
  display: inline-block;
}

#close_box.open a,
#close_box.open i {
  color: #ffb61c;
}

#close_box.open a:hover,
#close_box.open i:hover {
  color: #ffb61c;
}

#search_modal .input_wrapper {
  margin: 20px 0;
}

/*
#search_modal .modal_close_button {
	position: absolute;
	right: 10px;
	font-size: 16px;
	color: white;
	padding:0;
}
#search_modal .modal_close_button:hover {
	cursor: pointer;
	color: #ffb61c;
}
*/

#search_modal input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 3px solid rgb(241, 241, 241);
  color: white;
  font-size: 14px;
  font-family: inherit;
  padding: 15px 0;
  transition: 0.25s ease-in;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
}

#modal_search_button {
  font-size: 14px;
  font-weight: bold;
  color: #ffb61c;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px #00000029;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  -webkit-appearance: none;
  width: 100%;
}

#modal_search_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* ################################################################################ */

/* Mobilmenyn */

#mobile_menu_button {
  cursor: pointer;
  /* Döljer som standard */
  display: none;
}

#mobile_menu_button i {
  color: black;
  font-size: 24px;
}

.mobile_icons_wrapper {
  display: none;
}

header .mobile_menu_container {
  text-align: left;
  padding-left: 30px;
  width: 100%;
}

.mobile_nav_background {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

/* Stäng-knappen i mobilmenyn */

#mobile_menu_close_button {
  cursor: pointer;
  display: block;
  margin-top: 40px;
  position: absolute;
  right: 40px;
}

#mobile_menu_close_button i {
  color: var(--kollasymptom-green);
  font-size: 20px;
  margin-top: 2.5rem;
}

/* Logon i mobilmenyn */

.mobile_menu_container #mobile_logo img {
  width: 180px;
  padding: 0;
  margin: 20px 0;
  padding-bottom: 20px;
}

/* Menyvalen i mobilmenyn */

.mainmenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mainmenu > li {
  margin: 0;
}

.mainmenu li a {
  color: rgb(34, 31, 31);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  padding: 25px 0 25px 0;
}

/* Submenyerna */

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

.search_lang_mobile {
  display: block;
  padding-top: 15px;
  /* padding-left: 20px; */
}

header .mobile_menu_container .mainmenu > li {
  /* padding-left: 20px; */
  padding-bottom: 5px;
  position: relative;
}

.mainmenu ul {
  list-style-type: none;
  /* padding-left: 20px; */
}

.mobile_nav_background {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mobile_main_content {
  flex-grow: 4;
}

#mobile_extra {
  padding-top: 30px;
  padding-left: 30px;
  flex-grow: 1;
}

/* ################################################################################ */

/* STORA kontaktformuläret */

.contact-form {
  width: 100%;
  background-color: var(--kollasymptom-green);
  margin: 20px 0;
  border-radius: 0 50px 5px 0;
  color: rgb(255, 255, 255);
  position: relative;
  min-height: 400px;
}

/* Laddningsikon */

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid var(--kollasymptom-blue);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  display: none;
  margin: -60px 0 0 -60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact-form form,
.contact-form .content {
  width: 50%;
  margin: 0 auto;
  padding: 100px 0;
}

.contact-form h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}

.contact-form a {
  color: rgb(255, 255, 255);
}

.contact-form form label {
  font-weight: normal;
}

.input_wrapper {
  position: relative;
  margin: 50px 0;
}

.textarea_wrapper {
  margin: 50px 0;
  position: relative;
}

.contact-form input[type="text"],
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 3px solid rgb(241, 241, 241);
  width: 100%;
  color: white;
  font-size: 14px;
  font-family: inherit;
  padding: 15px 0;
  transition: 0.25s ease-in;
  border-radius: 0;
}

input:invalid {
  box-shadow: none;
  outline: 0;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}

textarea:invalid {
  box-shadow: none;
  outline: 0;
}

.input_wrapper input:focus,
.input_wrapper input:valid,
.textarea_wrapper textarea:focus,
.textarea_wrapper textarea:valid {
  border-bottom-color: var(--kollasymptom-green);
  outline: none;
}

.input_wrapper input:focus + label span,
.input_wrapper input:valid + label span,
.textarea_wrapper textarea:focus + label span,
.textarea_wrapper textarea:valid + label span {
  color: var(--kollasymptom-green);
  transform: translateY(-10px);
}

.input_wrapper label,
.textarea_wrapper label {
  position: absolute;
  top: 15px;
  left: 0;
}

.input_wrapper input:focus + label,
.input_wrapper input:valid + label,
.textarea_wrapper textarea:focus + label,
.textarea_wrapper textarea:valid + label {
  top: -10px;
}

.input_wrapper label span,
.textarea_wrapper label span {
  display: inline-block;
  font-size: 14px;
  min-width: 5px;
  transition: 0.25s ease-in;
}

.integrity_text_wrapper {
  margin: 50px auto;
  padding: 0 10%;
}

.integrity_text {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.form_button_wrapper {
  display: flex;
  justify-content: center;
}

#form_button {
  font-size: 14px;
  font-weight: bold;
  color: var(--kollasymptom-green);
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px #00000029;
  display: inline-block;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  -webkit-appearance: none;
}

#form_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

#form_button:disabled {
  color: #ffb61c;
  background-color: #fff;
}

#form_button:disabled:hover {
  color: #ffb61c;
  background-color: #fff;
  cursor: not-allowed;
}

/* ################################################################################ */

/* Bild, text och kontaktformulär */

.box_100_img_text_form {
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
  background-color: #00afd2;
  border-radius: 0 70px 20px 0;
  color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_100_img_text_form a {
  color: rgb(255, 255, 255);
}

.box_100_img_text_form .form_img_left_50 {
  width: 44%;
  padding: 20px;
  border-radius: 0 40px 40px 0;
  min-height: 70vh;
}

.box_100_img_text_form .content_center_25 {
  width: 28%;
  padding: 50px;
}

.box_100_img_text_form .content_center_25 h2 {
  color: #fff;
  margin-bottom: 20px;
}

.box_100_img_text_form .contact_right_25 {
  width: 28%;
  padding: 50px 50px 0 0;
}

.contact_right_25 {
  width: 100%;
  background-color: #00afd2;
  border-radius: 0 50px 5px 0;
  color: rgb(255, 255, 255);
  min-height: 400px;
  position: relative;
}

.contact_right_25 form {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

.contact_right_25 h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}

.contact_right_25 form label {
  font-weight: normal;
}

.contact_right_25 .input_wrapper {
  margin: 25px 0;
}

.contact_right_25 .textarea_wrapper {
  margin: 25px 0;
}

.contact_right_25 input[type="text"],
.contact_right_25 textarea {
  background: transparent;
  border: none;
  border-bottom: 3px solid rgb(241, 241, 241);
  width: 100%;
  color: white;
  font-size: 14px;
  font-family: inherit;
  padding: 15px 0;
  transition: 0.25s ease-in;
  border-radius: 0;
}

.contact_right_25 .input_wrapper input:focus,
.contact_right_25 .input_wrapper input:valid {
  border-bottom-color: #ffb61c;
  outline: none;
}

.contact_right_25 textarea {
  min-height: 100px;
  resize: vertical;
  overflow: auto;
}

.contact_right_25 .integrity_text_wrapper {
  margin: 20px auto;
  padding: 0 2.5%;
}

#small_form_button {
  font-size: 14px;
  font-weight: bold;
  color: #ffb61c;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px #00000029;
  display: inline-block;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  -webkit-appearance: none;
}

#small_form_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.partners_list_all .partner_list:nth-child(even) {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.caroufredsel_wrapper {
  width: 100% !important;
}

.partner_carousel {
  width: 100% !important;
  padding: 40px 7%;
  text-align: center;
}

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

.partner_carousel ul li {
  width: 150px;
  margin: 0 30px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Vit vänsterställd rubrik */

.title_left_white {
  display: block;
  width: 100%;
  padding: 0 7%;
}

.title_left_white h2 {
  color: #fff;
}

.green_sectionw{
  background-color: var(--kollasymptom-lightgreen);
  padding: 25px 7%;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 4rem;
}
.green_sectionw div{
  
    flex-wrap: wrap;
    display: flex;
  
}
/* Grå sektion med uppflyttat innehåll */

.gray_section_absolute {
  background-color: #f5f5f5;
  z-index: 1;
}

.gray_section_absolute > div {
  margin-top: -100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 50px;
}

/* Sökresultat */

.search_result_section {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 80px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.search_result_section .info {
  padding-top: 0;
}

.search_result_section h1 {
  padding: 50px 0;
  margin: 0;
}

.search_result_block {
  background-color: #00afd2;
  color: white;
  width: 100%;
  border-radius: 70px 70px 20px 20px;
  padding: 40px 7%;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.search_result_block:hover {
  cursor: pointer;
  text-decoration: none;
}

.search_result_block .search_result_content {
  max-width: 75%;
}

.search_result_block h2 {
  color: white;
  margin: 0;
}

.search_result_block p {
  color: white;
}

.search_result_block h3:hover {
  text-decoration: none;
  margin: 0;
}

.search_result_block p:hover {
  text-decoration: none;
}

.search_result_block a:hover {
  text-decoration: none;
}

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

.search_result_link {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 36px;
  background-color: #fff;
  color: #ffb61c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 10px #00000029;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search_result_block:hover > .search_result_link {
  transform: scale(1.25);
  transform: translate(-50%, -50%);
  background-color: #ffb61c;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Footer */

footer {
  width: 100%;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 30px 7% 50px 7%;
  /* line-height: 200%; */
  background: #006a9d 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
}
footer .sub-menu {
  padding-bottom: 0px;
}

footer .content {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
  flex-wrap: wrap;
}

.footer-logo
{
  padding-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.footer-logo-inner-wrapper .logo{
  margin: 0 2rem;
}
.footer-logo-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-logo-wrapper{

}
.footer-logo-wrapper p{
  color: white;
  padding-bottom: 1rem;
  text-align: center;
}

footer strong {
  color: #005684;
  font-size: 22px;
}

footer .logo {
  float: left;
  width: 100%;
  margin: 0;
}

footer .logo img {
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
}

footer ul {
  list-style-type: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

footer ul li a:link,
footer ul li a:visited {
  color: #fff;
  font-size: 14px;
}

footer ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer ul li{
  padding-top: 1rem;
}

footer .footer_menu {
  width: 100%;
  display: flex;
  align-items: top;
  justify-content: space-between;
  flex-direction: row;
  font-size: 14px;
}

footer .footer_menu > li {
  width: 25%;
  padding: 10px 0;
  position: relative;
}

footer .footer_menu > li > a {
  /* font-weight: bold; */
  font-size: 16px;
}

footer .footer_menu > li.footer_menu_extra > a {
  font-weight: normal;
  position: relative;
  font-size: 14px;
}
.footer_menu >p{
  color: white;
  padding: 10px 0;
  width: 25%;
}
footer .footer_menu > li.footer_menu_extra > .social_media_links {
  margin-top: 20px;
}

footer .footer_menu > li.footer_menu_extra > .social_media_links i {
  font-size: 28px;
}

footer hr.divider {
  border: 0;
  border-top: 2px solid #00afd2;
  width: 100%;
  margin: 30px 0 0 0;
}
footer .newsletter-output {
  width: 50%;
  margin: auto;
  padding-top: 40px;
}

footer .copy {
  padding: 15px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

footer .policy {
  display: flex;
  flex-direction: row;
}

footer .policy a:link,
footer .policy a:visited {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .policy a:link:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#search_modal_mobile {
  display: none;
  width: 100%;
  padding: 15px 7%;
  background-color: #00afd2;
  color: white;
  border-radius: 5px 5px 10px 10px;
}

#search_modal_mobile.open {
  display: block;
}

#mobile_searchform {
  display: flex;
}

#search_modal_mobile .input_wrapper {
  width: 100%;
  margin: 20px 0 0 0;
}

#search_modal_mobile .input_wrapper input:focus + label span,
#search_modal_mobile .input_wrapper input:valid + label span {
  color: #ffb61c;
  transform: translateY(-10px);
}

#search_modal_mobile input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 3px solid rgb(241, 241, 241);
  color: white;
  font-size: 14px;
  font-family: inherit;
  padding: 15px 0;
  transition: 0.25s ease-in;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
}

#mobile_search_button_wrapper {
  width: 25%;
}

#modal_search_button_mobile {
  font-size: 14px;
  font-weight: bold;
  color: #ffb61c;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px #00000029;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  -webkit-appearance: none;
  width: fit-content;
  margin-top: 30px;
  margin-left: 15px;
}

#modal_search_button_mobile:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffb61c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

#search_box_mobile {
  display: inline-block;
}

#search_box_mobile.closed {
  display: none;
}

#search_box_mobile a,
#search_box_mobile i {
  color: black;
  font-size: 24px;
}

#search_box_mobile a:hover,
#search_box_mobile i:hover {
  color: #ffb61c;
}

#close_box_mobile {
  display: none;
}

#close_box_mobile.open {
  display: inline-block;
}

#close_box_mobile.open a,
#close_box_mobile.open i {
  color: black;
  font-size: 24px;
}

#close_box_mobile.open a:hover,
#close_box_mobile.open i:hover {
  color: #ffb61c;
}

/* TOOLTIP på skicka-knappen */

.inner_form_button_wrapper {
  position: relative;
}

.inner_form_button_wrapper .tooltiptext {
  visibility: hidden;
  background-color: #ffb61c;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  font-size: 14px;
  font-weight: bold;
}

.inner_form_button_wrapper .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffb61c transparent;
}

.inner_form_button_wrapper:hover .tooltiptext {
  visibility: visible;
}

/* Meddelande-notifiering vid skickat kontaktformulär */

#message-box {
  height: 50px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  background-color: #ffb61c;
  border-radius: 10px 10px 0 0;
}

#message-box p {
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 120%;
  color: white;
}

#message-box.on {
  animation-name: popUp;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes popUp {
  0% {
    bottom: -50px;
    opacity: 1;
  }
  10% {
    bottom: -25px;
    opacity: 1;
  }
  20% {
    bottom: 0px;
    opacity: 1;
  }
  79% {
    bottom: 0px;
    opacity: 1;
  }
  90% {
    bottom: -25px;
    opacity: 1;
  }
  99% {
    bottom: -50px;
    opacity: 1;
  }
  100% {
    bottom: -50px;
    opacity: 0;
  }
}

/* Felmeddelanden i formuläret */

.subject_error_message,
.name_error_message,
.email_error_message,
.message_error_message {
  font-style: italic;
}
