@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,700);

/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/fa-solid-900.eot);
    src: url(/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fa-solid-900.woff) format("woff"),url(/fonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fa-solid-900.svg#fontawesome) format("svg")
}
/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    src: url(/fonts/fa-regular-400.eot);
    src: url(/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-regular-400.woff2) format("woff2"),url(/fonts/fa-regular-400.woff) format("woff"),url(/fonts/fa-regular-400.ttf) format("truetype"),url(/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-brands-400.eot);
    src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fa-brands-400.woff) format("woff"),url(/fonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

html {
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
}
@media screen and (max-width: 480px) {
	html {
	background-color: #ffffff;}
}
body {
  margin: 0;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: 100%;
}
img.block {
    display: block;
    margin: 0 auto;
}
.wrapper {
    padding-bottom: 39px;
    /* height: fit-content; */
    /* position: absolute; */
    height: auto;
    max-width: 1280px;
    /* min-width: 800px; */
    width: 100%;
    margin: 20px auto;
    /* right: 50%; */
    top: 0;
    bottom: 0;
     color: #222222;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    line-height: 30px;
    /* padding-left: 20px; */

}
@media screen and (max-width: 480px) {
    .wrapper {
        right: 0;
        margin-top: 0;
	background-color: #ffffff;
    }
}
@media screen and (min-width: 480px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}	
}
.header {
    top: 0;
    height: 100px;
    /* border-bottom: solid 1px #e7e7e7; */
    margin-bottom: 10px;
}
.header img {
    height:64px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0;
    margin-top: 25px;
}
@media screen and (max-width: 480px) {
    .header{
        margin-bottom: 0;
	height: 70px;
	padding-top: 20px;
	background-color: #f7f7f7;
    }
    .header img {
        margin-left: 32px;
	height: 30px;
	display: block;
	margin-top:0px;
    }
}
.header img:after {
    content: "\f054";
    font-size: 22pt;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #e76e25;
    right: 1rem;
    margin-top: -0.0625rem;
}
.content {
    /* height: 720px; */
    position: relative;
    text-align: left;
}
.content form {
    width: 100%;
    height: 100%;
}
.content form input[type=text] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.25);
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .content form input[type=text] {
        font-size: 19px;
        width: 100%;
    }
}

.content form select {
    margin: 1rem 0.5rem 0rem 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.25);
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .content form select {
        font-size: 19px;
        width: 100%;
    }
}

.inner-wrapper {
    /* height: 100%; */
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    
}
@media screen and (min-width: 480px) {
	.inner-wrapper {
		box-shadow: 4px 4px 30px hsla(0,0%,78%,.25);
		border-radius: 10px;
		padding: 30px 40px 50px 30px;
	}	
}
@media screen and (max-width: 480px) {
    .top {
        display: flex;
        flex-direction: column;
    }
}
.footer {
    background: #000000;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.action {
    text-align: center;
    float:right;
    margin-right: 10%;

}
.action_back {
    text-align: center;
    float:left;
    margin-left: 10%;
    clear: both;
}


@media screen and (max-width: 480px) {
	.action, .action_back {
	float:none;
	clear:both;
	display: block;
	width: 100%;
	margin: auto;
	}
	.action {
	margin-top: 0;
	order:1;
	}
	.action_back {
	margin-top: 1.5em;
	order:2;
	}
}

.action a, .action_back a {
    font-size: 16pt;
    text-decoration: none;
    color: white;
    border-radius: 50px;
    width: fit-content;
    font-weight: 500;
    font-family: Roboto Condensed,sans-serif;
    margin-right: auto;
    margin-left: auto;
}
.action_back a {
    padding: 16px 32px 16px 26px;
    background-color: #CCE6E6;
    color: #008480;
	
}
.action a {
    padding: 16px 26px 16px 32px;
    background-color: #008480;
}


@media screen and (max-width: 480px) {
    .action a, .action_back a {
        font-size: 90%;
        width: 80%;
	display: block;
    }
}

.action a:hover, .action_back a:hover {
    background-color: #03615D;
}

.action a:after {
    content: " \f054";
    font-weight: 900;
    font-size: 90%;
    font-family: "Font Awesome 5 Free";
    color: white;

}


.action_back a:before {
    content: "\f053 \00a0 ";
    font-weight: 900;
    font-size: 90%;
    font-family: "Font Awesome 5 Free";
    color: #008480;

}

@media screen and (max-width: 480px) {
    .action a:after {
        margin-top: -12px;

    }
}

@media screen and (max-width: 480px) {
    .action_back a:after {
     margin-top: -12px;

    }
}

.top {
    /* height: 400px; */
    /* height: auto; */
}
.bottom {
    height: 320px;
    text-align: center;
}
.buttons {
    height: auto;
    text-align: center;
    width: 100%;
    display:inline-block;
    padding: 3em 0;
}
@media screen and (max-width: 480px) {
 	.buttons {
	display: flex;
	flex-flow: column;
	padding: 1em 0;
	}
}
.right {
    width: 40%;
    height: 100%;
    display: block;
}
.left {
    width: 60%;
    height: 100%;
    display: block;
}
@media screen and (max-width: 480px) {
    .left, .right {
        width: 100%;
    }
}
/* @media screen and (max-width: 480px) {
    // för reggnings sidan
    .left {
        width: 45%;
    }
    .right {
        width: 55%;
    }
} */
.onethird {
    width: 33% !important;
}
.twothirds {
    width: 67% !important;
}
.left {
    float: left;
}
.right {
    float: right;
	    padding: 16px 0 0 16px;
}
@media screen and (max-width: 480px) {
	.right {
	padding: 16px 16px 0 16px;}
}



.left.text.editor {
 width: 20%;
 min-width:150px;
 max-width: 200px;
}

.right.text.editor {
float: left; 
}

.right.text.editor .editor-field {
font-size:20px;}

@media screen and (max-width: 480px) {
    .right.text.editor {
 	width: 100%;
}
    }


.right img, .left img {
    width: 100%;
    height: auto;
    max-width: auto;
    /*padding: 16px;*/
    border-radius: 5px;
}
.left.text, .right.text, {
    padding: 16px;
    font-size: 20px;
    /* line-height: 1.4em; */
}
.text-reg, .text {
    padding: 0 16px;
    }

.top .text {
    font-size: 20px;
    padding: 16px;
    /*max-width: 700px;*/
}

@media screen and (max-width: 480px) {
    .left.text, .right.text {
        padding: 0 15px;
    }
}
p {
margin-bottom: 15px;
margin-top: 0px;

}

p.ingress {
    font-size: 23px;
    line-height: 35px;
    margin-top: 0px;
	margin-bottom: 15px;
}
p.ingress-outside {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0px;

}
@media screen and (max-width: 480px) {
	p.ingress {
	margin-bottom: 15px;
	}
	p.ingress-outside {
	margin-bottom: 0px;
	}
}

h1 {
    font-size: 42px;
    line-height: 50px;
    padding: 10px 16px;
	color: #82368C;
}

.text h1 {
    padding: 16px 0px;}


h2 {
    font-size: 30pt;
    text-align: center;
}
h3 {
    font-size: 24px;
    line-height: 40px;
    padding: 0;
}
.left.text h2 {
    font-size: 17pt;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;	
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 29px;
	line-height:39px;
	color: #82368C;
	padding: 16px 16px 0 16px;

    }
    h2 {
        font-size: 20px;
    }
    h3 {
	font-size: 22px;
	line-height: 27px;
	margin: 0 0 10px 0;
	padding: 0px;
    }
}
.field-validation-error {
    color: #f00;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}
.questions {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
table {
    border-collapse: collapse;
}
tr.split > td {
    border-bottom-style: dotted;
}
tr.split + tr > td {
    border-top-style: dotted;
}
th,
td {
    border: 1px solid black;
    padding: 0.25em;
    vertical-align: top;
    white-space: pre-line;
}
th {
    text-align: left;
    white-space: pre;
    color: limegreen;
}
    th small {
        font-size: inherit;
        font-weight: normal;
    }
ul li {
    margin-top: 5px;
    /*max-width: 800px;*/
}
    .questions input {
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
	accent-color: #82368C;
    }
.questions label {
    font-size: 22px;
    line-height: 35px;
    word-break: break-word;
}

 /*.left.text > .editor-label {
	text-align:right;
    } 
*/



@media screen and (max-width: 480px) {
    ul {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .text ul li {
        margin-top: 10px;
        display: flex;
        gap: 5px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .left.text ul li {
        margin-top: 5px;
        display: list-item;
    }
    ul.questions li {
	padding: 12px;
	background-color: #f3eaf4;
	border-radius: 7px;
	}
    .questions input {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
	accent-color: #82368C;
        
    }
     .questions label {
	font-size: 20px;
	line-height: 25px;
	word-break: break-word;
	width: 100%;
	}
}



@media screen and (max-width: 480px) {
    .editor-label {
        display: none;
    } 
}
@media screen and (max-width: 480px) {
    .right > .editor-field::before {
        content: 'Personnummer';
    }
    .right > .editor-field ~ .editor-field::before{
        content: 'Mobilnummer';
    }
}

ul.listbox {
padding: 0;
}
ul.listbox li {
	font-size: 0.8em;
	list-style: none;
	background-color: #ededed;
	padding:15px;
	margin: 10px 0;
	border-radius: 5px;
	 
}

ul.listbox2 {
padding: 0px 30px;
}

ul.listbox2 li {
	font-size: 0.95em;
	list-style: disc;
}

@media screen and (max-width: 480px) {
ul.listbox2 {
padding: 0px 0px;
margin-top: 0px;
}
ul.listbox2 li {
	font-size: 0.95em;
	list-style: none
}
}
.textbox {
background-color: #ebf8f7;
padding: 35px;
margin-top: 1em;
}

p.strong {
font-weight:bold;}
