/*   
Theme Name: Moll Wendén klientportal Theme
Theme URI: https://klientportal.mollwenden.se
Description: The official Moll Wendén klientportal Wordpress Theme
Author: Ola Eborn
Author URI: https://eborninteractive.se
Version: 1.0
*/

/* CSS Document */

/* 

Färger:

Röd mörk: #6F2D36;
Röd mellan: #824F4F;
Röd ljus: #D1C0BB;
Errorröd: #AA3724;
Grön:#00d72e;

*/

@font-face {
    font-family: 'MuseoSansRounded-700';
    src: url('fonts/MuseoSansRounded-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url('fonts/MuseoSansRounded-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-300';
    src: url('fonts/MuseoSansRounded-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-100';
    src: url('fonts/MuseoSansRounded-100.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IvyPrestoHeadlineRegular';
    src: url('fonts/IvyPrestoHeadlineRegular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metro-Sans-Bold';
    src: url('fonts/Metro-Sans-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metro-Sans-Regular';
    src: url('fonts/Metro-Sans-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* RÄKNARE - COUNTERS */
#counters {
	position:fixed;
	right:30px;
	top:50px;
	padding:10px;
	background:rgba(0,0,0,0.1);
	z-index:100;
	font-size:12px;
	backdrop-filter:blur(20px);
	display:none;
}
/* */


/*DÖLJ SEKTIONER */
.single-avtal .section {
	display:none;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
	color:inherit;
}

.avtal-template-default p {
	letter-spacing: -0.5px;
}

.section-sub-heading {
	letter-spacing: 0;
}

body {
	background:#EDEDED;
	color:#111;
	margin:0;
	padding:0;
	font-family:"Metro-Sans-Regular",Helvetica ,Arial,  sans-serif;
	line-height:1.5;
	font-size:18px;	
}

h1,h2,h3,h4,h5,h6 {
	font-family:"IvyPrestoHeadlineRegular",Helvetica ,Arial,  sans-serif;
	color:#222;
	font-weight:normal;
}

#main-preloader {
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:300;
	top:0;
	left:0;
	display:flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
}

#main-preloader div {
	width:55px;
}



#page-wrap {
	width:100%;
	position:relative;
}

.inner-content {
	margin:0 auto;
	max-width:1140px;
	width:90%;
	position:relative;
}

header {
	background :#fff;
}

header .inner-content {
	padding:40px 0 40px 0;
	height:155px;
}

.header-content {
	display:flex;
}

.header-content div {
	flex:1;
}

.header-content .main-heading {
	display:flex;
	align-items: flex-end;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: flex-end; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: flex-end; /* Vertical align */
	justify-content: flex-end; /* Horisonal align (use flex-start and flex-end for left and right) */
}

.header-content .main-heading h1 {
	font-size:36px;
	line-height:1;
	margin-bottom:-2px; 
	font-family:"IvyPrestoHeadlineRegular",Helvetica ,Arial,  sans-serif;
}

#main-content .inner-content {
	padding:50px 0;
}

.home #main-content .inner-content {
	display: flex;
	height:calc(100vh - 255px);
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
}

#login {
	background:#fff;
	width:90%;
	max-width:600px;
	padding:30px 50px 20px 50px;
	border:1px solid #cdcdcd;
}

#login input[type=text], #login input[type=password] {
	background:#ededed !important;
}

.single-avtal #main-content .inner-content {
	padding:90px 0 130px 0;
	display:flex;
	flex-direction:column;
	align-items: center	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */	
}

.logo {
	width:400px;
}

#coworkers {
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
}

.coworker {
	margin-top:40px;
}

.coworker-card, .coworker, .medarbetare {
	width:calc(50% - 15px);
	background:#fff;
	margin-bottom:30px;
	display:flex;
	border:1px solid #cdcdcd;
	position:relative;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.coworker-card div#message, #addcoworker-form-container div#message {
	display: none;
}

.acf-field-601176f43aebb p {
	font-size:15px;
	margin:0 !important;
}

.coworker-card .acf-form-submit .acf-button {
    margin-top: 0px !important;
    padding: 10px;
    font-size: 15px;
}

.coworker {
	width:100% !important;
	display:block !important;
}

.coworker .cardheader {
	display:flex;
}


.coworker .name-container {
    padding: 25px 0 0 30px;
    margin-bottom: 50px;
}

.coworker-card:hover {
	transform:scale(1.02);
	box-shadow:0 9px 17px rgba(0,0,0,0.1);
}


.coworker-card h3, .coworker h3 {
    font-size: 24px;
    margin-bottom: 17px !important;
}

.coworker-card:nth-child(2n+0) {
	margin-left:30px;
}

.coworker-card .profile-image {
	width:140px;
	height:100%;
	border-right:1px solid #cdcdcd;
	flex-shrink: 0;
}

.coworker-card .profile-image img {
	height:100%;
	width:100%;
	object-fit:cover;
}

.coworker .cardheader .profile-image {
	width:250px;
	height:250px;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	flex-shrink: 0;
}

.coworker-card .profile-image img, .coworker .cardheader .profile-image img {
	object-fit:cover;
	width:100%;
	height:100%;
}


.coworker-card .profile-content, .coworker .cardheader .profile-content {
	padding:15px 20px;
	display:flex;
	flex-direction:column;
	align-items: flex-start;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: flex-start; /* Vertical align */
	-webkit-align-items: flex-start; /* Vertical align */
	-webkit-box-align: flex-start; /* Vertical align */
	justify-content: flex-end; /* Horisonal align (use flex-start and flex-end for left and right) */
	
}


.coworker .cardheader .profile-content {
	flex:1;
	padding:40px 30px 40px 40px;
	justify-content: flex-start; /* Horisonal align (use flex-start and flex-end for left and right) */
}

.coworker-card .profile-content, .profile-content-edit {
	width:100% !important;
}

.profile-content-edit {
	z-index:10;
	margin-top:30px;
}

.profile-content-edit .acf-field input[type=text]  {
    border: 1px solid #ccc !important;
    height: 40px !important;
    margin-bottom:0 !important;
    width:100% !important;
}

.profile-content-edit .acf-field-text   {
    display:inline-block;
    width:calc(50% - 4px);
}

.profile-content-edit .acf-fields>.acf-field {
    border-top: none !important;
    padding:0 0 5px 0 !important;
}

.profile-content-edit .acf-field .acf-label {
   display: none;
}

/* Göm epostfält och default bildfält */
.profile-content-edit .acf-field-600eca5964cf6, .profile-content-edit .acf-field-5eab2c312c532, #addcoworker-form-container .acf-field-601176f43aebb {
	display:none;
}

#addcoworker-form-container .acf-field-60113c56a1c03 {
	display:none;
}

.coworker-card .acf-field.acf-field-image-aspect-ratio-crop.acf-field-60113c56a1c03 {
    margin-top: -5px;
    margin-bottom: 5px;
}


.coworker-card .icons, .coworker .icons {
	display:flex;
	line-height:1.2;
	font-size:14px;
}

.coworker-card .icons div, .coworker .icons div {
	display:flex;
}

.coworker-card .icons .icon, .coworker .icons .icon {
	width:20px;
	margin-right:4px;
}

.coworker-card .icons .icon-cont, .coworker .icons .icon-cont {
	margin-right:18px;
}

.coworker-card .editbtns {
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	z-index:10;
	opacity:0;
	transition:0.3s all ease;
}

.coworker-card .profile-image:hover .editbtns {
	opacity:1;
}


.coworker-card .editbtns .editbtn {
	background:#6F2D36;
	width: 36px;
	height:36px;
	text-align:center;
	display: flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	font-size:19px;
	color:#fff;
	font-family: "Font Awesome";
	transition:0.3s all ease;
	cursor:pointer;
}

.coworker-card .editbtns .editbtn:hover {
	background:#111;
}

.icon {
	position:relative;
}

btn {
	display:inline-block;
	color:#fff;
	background:#6F2D36;
	border:none;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
	position:relative;
	padding:9px 20px 9px 20px;
	font-size:18px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

btn.light {
	background:#D1C0BB;
	color:#6F2D36;
}

btn.smallbtn {
    padding: 7px 12px 9px;
    font-size: 14px;
}

btn:hover {
	background:#111;
	color:#fff;
}

btn.light:hover {
	background:#baada9;
	color:#6F2D36;
}

.coworker-card btn, .coworker btn {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	padding-right:13px;
	z-index:5;
}

.coworker-card btn.sendform span, .coworker btn.sendform span {
	display:inline-block;
	width:18px;
	vertical-align:top;
	transform:rotate(9deg);
}

.coworker btn.sendform span {
	display:inline-block;
	width:18px;
	vertical-align:top;
	margin-top:4px;
	transform:rotate(9deg);
}

.coworker #documents  {
	margin-top:40px;
	display:flex;
}

.coworker #documents h4 {
	font-size:22px;
}

.col {
	flex:1;	
}

.col2 {
	margin-left:40px;
}

#send-form-container, #sendreminder-form-container, #send-arende-container, #addcoworker-form-container {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	background:rgba(0,0,0,0);
	z-index:15;
	display:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.sendform-popup {
	width:calc(100% - 50px);
	background:#fff;
	max-width:750px;
	box-shadow:0 30px 60px rgba(0,0,0,0.7);
	max-height:calc(100vh - 50px);
	border-radius:3px;
	overflow:auto;
	position:absolute;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	transform:scale(0);
}


#confirm-container {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	background:rgba(0,0,0,0);
	z-index:10;
	display:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.confirm-box, div#message p {
	width:90%;
	max-width:330px;
	padding:40px 35px 30px 35px;
	background:#fff;
	font-size:19px;
	text-align:center;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;	
	border-radius:50px;
	box-shadow:0 20px 40px rgba(0,0,0,0.2);
	position: fixed;
	top:calc(50% - 125px);
	left:calc(50% - 175px);
	z-index:500;
	opacity:0;
	display:none;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	transition:0.5s all ease;
	cursor:pointer;
}

div#message p {
	display:block !important;
	opacity:1 !important;
	font-size:32px;
	padding-bottom:45px;
}

.confirm-box .closebtn {
    width: 23px;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0.2;
    cursor:pointer;
    transition:0.3s all ease;
}

.confirm-box:hover .closebtn {
	opacity:1;
}


.confirm-box.large {
	max-width:550px;
	top:calc(50% - 185px);
		left:calc(50% - 225px);
}

.confirm-box.large .response {
	font-size:16px;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
}

.confirm-box.large .response .preloader {
	width:30px;
	opacity:0;
	margin:10px auto 0 auto;
	transition:1s all ease;
}

.confirm-box.large h3 {
	font-size:30px;
	color:#702E37;
}

.confirm-box.large p {
	font-size:21px;
	font-family:"Metro-Sans-Regular",Helvetica ,Arial,  sans-serif;
	color:#702E37;
}

.confirm-box.fadeIn, .confirm-box.large .response .preloader.fadeIn {
	opacity:1 !important;
}

.confirm-box.show {
	display:block;
}

#send-form-container.show, #sendreminder-form-container.show, #send-arende-container.show, #addcoworker-form-container.show  {
	display:flex !important;
}

#send-form-container.fadeIn, #sendreminder-form-container.fadeIn, #send-arende-container.fadeIn, #addcoworker-form-container.fadeIn  {
	background:rgba(0,0,0,0.3) !important;
}

.zoomIn, .thankstext.zoomIn {
	transform:scale(1);
}

.sendform-popup .inner-content {
	padding:20px 0 30px 0 !important;
}

.popup .closebtn {
    width: 18px;
    position: sticky;
    right: 20px;
    top: 20px;
    cursor: pointer;
    float: right;
}

.sendform-popup .form {
	position:relative;
}

.sendform-popup .form label {
	font-size:14px;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
	display:block;
	margin-bottom:3px;
}

.klientuppgifter  {
	font-size:16px;
	line-height:1.3;
	margin-bottom:30px;
}


.sendform-popup .form input, .sendform-popup .form textarea, .acf, .sendform-popup .form select {
	height:50px;
	border:1px solid #ccc;
	width:100%;
	border-radius:3px;
	display:block;
	margin-bottom:9px;
	font-size:17px;
	padding:0 10px;
	font-weight:normal;
}

.sendform-popup .form textarea {
	min-height:120px;
	height:unset;
	padding-top:12px;
	padding-bottom:12px;
}

.sendform-popup .form .send-form-button {
	margin-top:25px;
}

label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}

li.lost_password-link {
    font-size: 16px;
}

.sendform-popup .form input[type=submit], .btn, input[type=submit] {
	display:inline-block;
	padding:10px 30px 17px 30px;
	color:#fff !important;
	background:#6F2D36;
	font-size:21px;
	width:auto !important;
	height:auto !important;
	border:none;
	font-family:"IvyPrestoHeadlineRegular",Helvetica ,Arial,  sans-serif;
	border-radius:3px;
	cursor:pointer;
	transition:0.3s background ease;
}

.sendform-popup .form input[type=submit]:hover, input[type=submit]:hover {
	background:#111;
}

.sendform-popup .form input[type=submit]:active, input[type=submit]:active {
	transform:scale(0.97);
}

.form-group .btn-container {
	margin:50px auto 30px auto;
	text-align:center !important;
}

.btn.sign {
	opacity:0.3;
	cursor:default;
}

.btn.sign.enabled {
	opacity: 1;
	cursor:pointer;
}

.sendform-popup .lawyer {
	display:flex;
	margin-bottom:20px;
}

.sendform-popup .lawyer .profile-photo {
	width:75px;
	height:75px;
}

.sendform-popup .lawyer .profile-text {
	display: flex;
	flex-direction:column;
	align-items: flex-start;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: flex-start; /* Vertical align */
	-webkit-align-items: flex-start; /* Vertical align */
	-webkit-box-align: flex-start; /* Vertical align */
	justify-content: flex-end; /* Horisonal align (use flex-start and flex-end for left and right) */
	margin-left:15px;
	margin-bottom:7px;
	font-family:'IvyPrestoHeadlineRegular',Helvetica ,Arial,  sans-serif;
	font-size: 21px;
}

.sendform-popup .lawyer .profile-text span {
	display:block;
	font-size:12px;
	font-family:"Metro-Sans-Regular",Helvetica ,Arial,  sans-serif;
	line-height:1.1;
}

.sendform-popup .lawyer .profile-photo img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.formgroup {
	display:flex;
}

.formgroup div {
	flex:1;
}

.formgroup div:first-child {
	margin-right:10px;
}


footer {
	
}

#documents {
	width:100%;
}

.doclist, .doclist li {
	list-style:none;
	font-size:13px;
	margin:0;
	padding:0;
}

.doclist li {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 0px 0 7px 0;
    line-height: 1.2;
    position: relative;
}

.doclist li:last-child {
	border-bottom:none;
}

.doclist li.dochead {
	border-bottom:none;
	text-transform:uppercase;
	font-size:11px;
	padding-bottom:10px;
}



.doclist li div {
    flex: 1;
    position: relative;  
}

.doclist li div.icon {
    width: 30px;
    flex: unset;
    text-align: center;
    margin-top: 2px;
}

.doclist li div.name {
	width:70%;
	flex:unset;
	padding-right: 15px;
}


.doclist li div.icon span {
    display: inline-block;
    width: 12px;
    vertical-align: top;
    margin-top: -1px;
}

.small-link {
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
	font-size:15px;
	cursor:pointer;
	margin-top:20px;
}

.headergroup {
	display:flex;
}

.headergroup>div {
	flex:1;
} 

.typradio {
	font-size:14px;
	justify-content: flex-end;
	align-items: flex-end;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: flex-end; /* Vertical align */
	-webkit-align-items: flex-end; /* Vertical align */
	-webkit-box-align: flex-end; /* Vertical align */
	margin-top:-15px;
	position:absolute;
	right:0;
	top:-25px;
	width:300px;
}

.typradio div {
	width:100%;
	text-align:right;
}

input[type=radio], .typradio label {
	display:inline-block !important;
	vertical-align:baseline !important;
	width:auto !important;
	height:auto !important;
}

.sendform-popup .client-email {
	margin-bottom:15px !important;
}

.langswitch {
	float:right;
	font-size:12px;
	margin-bottom:3px;
}

.langswitch span {
	display:inline-block;
	padding:0 2px 2px 3px;
	cursor:pointer;
	line-height:1;
}

.langswitch span.selected {
	border-bottom:2px solid #111;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;	
}

.popup {
	position:relative;
}



.dissolve {
	filter:blur(80px);
}

.no-items {
	font-size:21px;
	color:#aaa;
	margin-top:30px;
}

.sent-mark-icon {
	margin:0 auto 20px auto;
	width:110px;
}

.sent-mark-icon .cirkel {
	stroke-dasharray:120;
	stroke-dashoffset: 120;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    /*-webkit-animation-iteration-count: infinite;*/
    opacity:0;
}

.sent-mark-icon .bock {
	stroke-dasharray:360;
	stroke-dashoffset: 360;
    /*-webkit-animation-iteration-count: infinite;*/
}

.sent-mark-icon.show .cirkel {
	animation: draw_circle 1.5s linear forwards;
	-webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.2s;
}

.sent-mark-icon.show .bock {
	animation: draw 0.8s linear forwards;
	-webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */
    animation-delay: 0.8s;
}

@keyframes draw_circle {
  20% {
    stroke-dashoffset: 120;
    stroke-dasharray:240;
    opacity:1;
    fill:transparent;
  }
  40% {
    stroke-dashoffset: 0;
    stroke-dasharray:360;
    opacity:1;
    fill:transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray:360;
    opacity:1;
    fill:transparent;
  }
  /*100% {
	stroke-dashoffset: 0;
    stroke-dasharray:360;
    opacity:1;
	fill:#00c8d9;
	stroke:#00c8d9;
  }*/
}


@keyframes draw {
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray:360;
    opacity:1;
  }
}

.single-avtal .section .section-inner {
	height:100%;
	display:flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	font-size:26px;
	max-width:750px;
	margin:0 auto;
}

.section .section-inner>div {
	width:100%;
}

.single-avtal .section div {
	text-align:center;
	color:#6F2D36;
}

.btn-container {
	margin-top:50px;
	text-align:center;
	margin:50px auto 0 auto;
}



#language .formblock {
	display:flex;
	justify-content: center;
}

#language .formblock div {
	width:auto;
	padding:0 25px;
}

.single-avtal .section#language .formblock label, .single-avtal .section#penningtvatt .formblock label {
	font-size:21px !important;
	display:block;
}

.single-avtal .section.section1 {
	display:block;
}

.thankstext {
	font-size:55px;
	transform:scale(0);
	-webkit-transition:0.8s all ease;
	-moz-transition:0.8s all ease;
	-o-transition:0.8s all ease;
	-ms-transition:0.8s all ease;
	transition:0.8s all ease;
}

.section-heading {
    text-align: left !important;
    /* border-bottom: 2px solid #fff; */
    font-size: 36px;
    color: #6F2D36;
    padding-bottom: 4px;
    font-family: "IvyPrestoHeadlineRegular",Helvetica ,Arial, sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
}

.section-sub-heading {
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
	margin:30px 0;	
	font-size:24px;
	color:#6F2D36;
}

input[type=text], input[type=email], input[type=url], input[type=password], select, textarea {
	height:55px;
	width:100%;
	position:relative;
	font-size:20px;
	background:#fff;
	padding:0 15px;
	border:none;
	border-radius:3px !important;
}

textarea {
	min-height:100px;
	padding-top:10px;
	padding-bottom:10px;
}

input, select, textarea {
	font-family:"Metro-Sans-Regular",Helvetica ,Arial,  sans-serif;
}

select {
	font-size:20px;
}

input:focus, select:focus, textarea:focus {
	outline:3px solid #6F2D36;
}

input[type=radio], input[type=submit] {
	outline:none;
}

select {
	-webkit-appearance:none !important;
	position:relative;
}

.select {
	position: relative;
}

.select:after {
	content:"";
	position:absolute;
	right:20px;
	bottom:20px;
	width:17px;
	height:10px;
	background:url(images/downarrow.svg) no-repeat;
	background-size:contain;
	
}

.form-group label {
	font-size:16px;
	padding-bottom:5px !important;
	color:#6F2D36;
	display:block;
}

.form-group {
    font-size: 23px;
}

#thanks {
	font-family: "IvyPrestoHeadlineRegular";	
}


.form-group div {
	position:relative;
	margin-bottom:15px;
	text-align:left !important;
	
}

.field:before {
	content:url(images/icon-approved.svg);
	position:absolute;
	right:-40px;
	width:25px;
	top:40px;
	transform:scale(0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.field.nolabel:before {
	top:10px;
}

.checkbox-field:before {
    top:0;
}

.field.zoomIn:before {
	transform:scale(1);
}

.field.error:before {
	content:url(images/icon-error.svg);
	position:absolute;
	right:-40px;
	width:25px;
	top:40px;
}

.field.error input, .field.error select, .field.error textarea {
	border:3px solid #AA3724;
}

.field.error .errormess {
	opacity:1;
}

.errormess {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	opacity: 0;
}

.introtext {
	color:#6F2D36;
	font-size: 23px;
}

.addbtn-link.addcontact, .addbtn-link.addperson, .addbtn-link.addutskicksperson, .addbtn-link.addsigner {
	margin-top:-20px;
	font-size:15px;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
}

.addbtn-link.addsigner {
	margin-top:20px;
}

.addbtn-link.addperson {
	display:none;
}

.remove-label {
	display:inline-block;
	font-size:15px;
	font-family:"Metro-Sans-Bold",Helvetica ,Arial,  sans-serif;
}

.form-group #kontaktpersoner .kontaktperson, #penningtvattpersoner {
	margin-bottom:50px !important;
}

.kontaktperson {
	position:relative;
}

.addbtn-link div {
	display:inline-block;
	cursor:pointer;
}

.addbtn-link div span {
	width:20px;
	display:inline-block;
	vertical-align:top;
	margin-top: 1px;
    margin-left: 4px;
}

.removebtn {
	position:absolute !important;
	top:-20px;
	right:0;
	cursor:pointer;
	z-index:1;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.removebtn:hover .remove-label {
	opacity:1;
}

.removebutton {
    width: 20px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: baseline;
    margin-bottom: -5px;
}

.remove-label {
	opacity:0;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

innergroup {
	display:flex;
	position:relative;
}

innergroup.person {
	margin-bottom:15px;
}

.postnr, .postnr_fysisk, .postnr_fakturaadress,  .postnr_specadress {
	width:30%;
}

.postort, .postort_fysisk, .postort_fakturaadress,  .postort_specadress  {
	width:calc(70% - 10px);
	margin-left:10px;
}

.navbuttons {
	display:flex;
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	margin-top:50px;
}

.navbtn {
	width:60px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	opacity:0.3;
}

.navbtn.enabled {
	opacity:1;
	cursor:pointer;
}

.navbtn:focus {
	outline:none;
}

.navbtn.next {
	margin:0 0 0 15px !important;
	padding:0 !important;
}

.navbtn.prev {
	margin:0 !important;
	padding:0 !important;
}

.navbtn.enabled:hover {
	transform:scale(1.1);
}

form {
	width:100%;
}


body input:-internal-autofill-selected {
	background-color:#fff !important;
}

span.errormess {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 13px;
    background: #AA3724;
    color: #fff;
    padding: 2px 10px;
    bottom: -20px;
    border-radius: 0px 0px 3px 3px;
}

.select.elektronisk, .select.pdf, .fakturaadress, .fakturaadress2, .fakturaort, .epost_annan, .spec_mejladress, .spec_postadress, .spec_postadress2, .spec_ort, .specifikation_lev, .land_fakturaadress, .land_specadress, #penningtvattpersoner {
	display:none;
}

#progress {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:100;
	background:#6F2D36;
	color:#fff;
}

#progress .inner-content {
    padding: 24px 0 36px 0 !important;
}

 #progressline {
	display:flex;
	width: 100%;
}

#progressline .sec {
	position:relative;
	display:flex;
	width:100%;
}

#progressline .sec label {
	position:absolute;
	width:120px;
	left:-50px;
	top:27px;
	color:#A27678;
	font-size:12px;
	text-align:center;
	font-family: 'Metro-Sans-Bold';
	line-height:1.1;
}

.checkmarker {
	width:20px;
	height:20px;
	border:3px solid #A27678;
	background:#6F2D36;
	border-radius:50%;
	z-index:1;	
}

#progressline .sec.active .checkmarker {
	animation: activate 1.5s linear forwards;
	-webkit-animation-delay: 1.7s; /* Chrome, Safari, Opera */
    animation-delay: 1.7s;
}

#progressline .sec.active label, #progressline .sec.finished label {
	animation: set_white 1.5s linear forwards;
	-webkit-animation-delay: 1.7s; /* Chrome, Safari, Opera */
    animation-delay: 1.7s;
}

#progressline .sec .line {
	height:3px;
	flex:1;
	background:#A27678;
	margin-top: 8px;
	position:relative;
	margin-left:-3px;
	margin-right:-3px;
}

#progressline .sec:last-of-type .line {
	width:0;
	flex:none;
}

#progressline .sec:last-of-type {
	display:block;
	width:auto;
}

#progressline .sec .line span {
	height:3px;
	position: absolute;
	top:0;
	left:0;
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
	width: 0;
	background:#fff;
	-webkit-transition:1.2s all ease;
	-moz-transition:1.2s all ease;
	-o-transition:1.2s all ease;
	-ms-transition:1.2s all ease;
	transition:1.2s all ease;
}

.sec.finished .checkmarker {
	animation: expand_circle 0.8s ease forwards;
	-webkit-animation-delay: 0; /* Chrome, Safari, Opera */
    animation-delay: 0;
}

.sec.finished .line span {
	animation: draw_line 0.8s ease forwards;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.finished-mark-icon {
    position: absolute;
    width: 21px;
    height: auto;
    top: -2px;
    left: -2px;
}

.finished-mark-icon .cirkel {
	stroke-dasharray:120;
	stroke-dashoffset: 120;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    /*-webkit-animation-iteration-count: infinite;*/
    opacity:0;
    stroke:#fff !important;
    stroke-width:10px !important;
}

.finished-mark-icon .bock {
	stroke-dasharray:360;
	stroke-dashoffset: 360;
	stroke:#fff !important;
	stroke-width:10px !important;
    /*-webkit-animation-iteration-count: infinite;*/
}

.finished-mark-icon.show .cirkel {
	animation: draw_circle 1.5s linear forwards;
	-webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.2s;
}

.finished-mark-icon.show .bock {
	animation: draw 0.8s linear forwards;
	-webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */
    animation-delay: 0.8s;
}

.single-avtal #penningtvatt.section div {
    text-align: left;
    
}

.single-avtal #penningtvatt.section .formblock {
    display:flex;
    margin-top:25px;
}

.single-avtal #penningtvatt.section .formblock div {
    width:100px;
}

.namn_penningtvatt.field {
    flex: 1;
    margin-right: 10px;
}

.personnr_penningtvatt.field {
    width:220px;
}


@keyframes draw_line {
  100% {
    width:100%;
  }
}

@keyframes expand_circle {
  100% {
    transform:scale(1.3);
    border:2px solid #A27678;
  }
}

@keyframes activate {
  100% {
    border:3px solid #fff;
  }
}

@keyframes set_white {
  100% {
    color: #fff;
  }
}

input[type=checkbox] {
	display:inline-block;
	vertical-align:top;
	margin-top:1px;
	margin-right:15px;
}

.checkbox-field input[type=checkbox] {
	margin-top:10px;
}

.checkbox-field {
	display:flex;
	align-items:flex-start;
}

.checkbox-field label {
	font-size:21px;
}

.checkbox-field label span {
	text-decoration:underline;
	cursor:pointer;
}

#utskickspersoner {
	display:none;
}

#godkannande .addbtn-link.addutskicksperson {
	margin-top:20px;
	display:none;
}

.form-group input[type=radio] {
	display:inline-block !important;
	vertical-align:baseline;
	margin-right:15px;
}

.form-group input[type=radio]+label {
	font-size:21px;
	display:inline-block;
}

.epost_signers_section {
	display:none;
}

.approvaldoc {
	padding:40px;
}

.approve_integrity a, .approve_terms a {
	text-decoration:underline;
}

.filledin {
	font-size:17px;
	top:-1px;
	right:3px;
	position:absolute;
	line-height:1;
	color:#00d72e;
	cursor:pointer;
}

.tooltiptext {
  visibility: hidden;
  background-color: #D1C0BB;
  color: #222;
  font-size:14px;
  text-align: left;
  border-radius: 2px;
  padding: 7px 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left:20px;
  min-width:150px;
  display:inline-block;
  line-height:1.2;
  top:-4px;
}

.icon .tooltiptext {
	left:30px;
	top:-8px;
}

.tooltiptext:before {
	content:" ";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	width:0;
	height:0;
	border-right: 8px solid #D1C0BB;
	top:8px;
	left:-6px;
	display:block;
	position:absolute;
	z-index:200;
}

.filledin:hover .tooltiptext, .icon:hover .tooltiptext {
  visibility: visible;
}

.list {
	padding-left:45px;
	position:relative;
}

.list span {
	position:absolute;
	left:0px;
	top:0;
}

body .ginner-container {
    max-width: none !important;
}

.form-group div.response {
	text-align:center !important;
	position:relative;
	font-size:17px;
	margin:0 auto;
}

.form-group div.response .preloader {
	width:25px;
	margin: 10px auto 0 auto;
	display:none;
}

.lockeddoc {
	font-size:36px;
	color:#999;
	display:flex;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	height:calc(100vh - 255px);
	text-align:center;
}

.lockeddoc .inner-content {
	text-align:center;
}

.headermenu {
    position: absolute;
    right: 0;
    font-size: 15px;
    text-align: right;
    top: 10px;
}

.menuitem {
    display:inline-block;
    margin-left:7px;
}

.numberrow {
	padding-left:50px;
	position:relative;
	display:block;
}

#integritespolicy .numberrow {
	padding-left:60px;
}

span.nr {
	position:absolute;
	left:0;
	top:0;
}

.villkor_en, .villkor_en_rubrik, .int_en, .int_en_rubrik  {
	display:none;
}

.reminded svg.reminderbell path {
	stroke:#824F4F !important;
}

.send-form-button .preloader {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-left: 20px;
    visibility:hidden;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
    background: #ededed !important;
}

#main-content .acf-form li {
    line-height: 1.3 !important;
    margin-bottom: 0px !important;
}

.acf-fields>.acf-tab-wrap {
    background: none !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: #ddd !important;
    border-color: #ccd0d4;
}


.coworker-btn-container {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    display:flex;
}

.coworker .coworker-btn-container btn {
    position: relative !important;
    padding-right:20px;
}

/* ACF Repeater FrontEnd Styling */
.acf-table, td.acf-row-handle.remove {
	border:none !important;
}

.acf-repeater>table {
    background: transparent !important;
}

.acf-input select {
    border: none !important;
    height: 48px !important;
    background: rgba(255,255,255,0.7) !important;
    border-radius: 0 !important;
}

.acf-field-repeater a.acf-button.button.button-primary {
    background: none;
    border-bottom: none !important;
    padding: 5px 10px 11px;
    background: #6F2D36;
    color:#fff;
    margin-top:15px !important;
    display: inline-block;
    font-family: 'IvyPrestoHeadlineRegular';
}

 a.acf-icon.-minus.small {
	position: absolute;
    display: block;
    right: -40px !important;
    top: 30px !important;
    background: #6F2D36 !important;
    color: #fff !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 22px;
    width: 24px;
    height: 24px;
    border: 1px solid #6f2d36;
    padding: 0;
    line-height: 0;
}

.acf-icon.-minus:before {
    content: "×" !important;
}
.acf-icon:before {
    line-height: 0.95 !important;
}

a.acf-icon.-minus.small:hover {
	background:#fff !important;
	color:#444 !important;
}

a.acf-icon.-plus.small {
    display:none !important;
}

td.acf-row-handle.remove {
    width: 0;
    position: static;
    margin: 0;
    padding: 0;
}

.acf-table>tbody>tr {
    position:relative;
}

.acf-repeater .acf-row-handle.remove {
    position: relative;
}

.acf-repeater .acf-row-handle.order {
    display: none !important;
}

.acf-icon.-minus:before {
    content: "×" !important;
}

.acf-fields>.acf-field {
    padding: 5px 0 !important;
}

.acf-row .acf-fields>.acf-field {
	background:#F9F9F9 !important;
}

.acf-row .acf-fields>.acf-field input {
	border:1px solid #ccc;
	margin-top: 8px;
}

.acf-field input[type=text], .acf-field input[type=email], .acf-field select  {
	height:50px !important;
	width:100% !important;
	border-radius:3px !important;
	display:block !important;
	margin-bottom:9px !important;
	font-size:17px !important;
	padding:0 10px !important;
	font-weight:normal !important;
	font-family:"Metro-Sans-Regular",Helvetica ,Arial,  sans-serif !important;
}

.acf-field-select:after {
    content: "";
    background-image: url(images/downarrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
}

.acf-field-select.acf-field-5fc8c0fe68108:after {
	top:80px;
}

.acf-actions {
    text-align: left !important;
}

.acf-form-submit .acf-button {
	margin-top:40px !important;
}

.acf-input-wrap {
    overflow: unset !important;
}

.acf-label .description {
	font-size:15px !important;
}

.acf-row .acf-field .acf-label label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
    font-size: 15px;
    margin-top:8px;
}

ul.acf-radio-list.acf-hl {
    margin-top: 10px;
}

ul.acf-radio-list li label {
    font-size: 15px;
}

/* End ACF Repeater FrontEnd Styling */


btn.arendeform, btn.arenderegistrering {
	display:none;
}

/* Göm klientfält, klientansvarigfält, registrarfält, partnerfält i ärenderegistrering */
.acf-field-5fc8bed127c93, .acf-field-5fca460fef209, .acf-field-5fca4e21e9377, .acf-field-5fcddda537ab0 {
	display:none;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 3px !important;
    height: 50px !important;
}

select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111 !important;
    line-height: 50px !important;
}

.acf-field-5fca64bf75188 {
	margin-top:40px !important;
}

.arenderegistrering {
	background:#8A4C4D;
}

.arenderegistrering span {
	display:inline-block;
	font-size:18px;
	margin-right:5px;
}

div#message {
    position: fixed;
	z-index: 100;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
    -ms-flex-align: center; /* Vertical align */
    -webkit-align-items: center; /* Vertical align */
    -webkit-box-align: center; /* Vertical align */
    justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
}

.headersektion {
	display: flex;
}

.headersektion div, .headersektion h2 {
	flex:1;
}

.headersektion h2 {
	font-size: 34px;
}

.headersektion .admintools {
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    justify-content: flex-end;
    text-align: right;
    margin-top: 12px;
}


.adminbtn {
	cursor:pointer;
	font-weight:600;
	color:#6F2D36;
	transition:0.3s all ease;
	display:inline-block;
	margin-left:30px;
}

.adminbtn:hover {
	transform:scale(1.05);
}

.adminbtn span {
	font-size:32px;
	display:inline-block;
	margin-left:5px;
	vertical-align:bottom;
	line-height:1;
}

#medarbetare {
	display: flex;
	flex-wrap:wrap;
	margin-top:40px;
}

#medarbetare .oversikt_col2 {
	flex:1;
	
}

#medarbetare .oversikt_col2 input {
	height:53px !important;
	margin-bottom:8px;
} 

#medarbetare .oversikt_col2 input[type=submit] {
	margin-top:15px;
} 


#medarbetare .oversikt_col2:last-child {
	margin-left:15px;
}


#medarbetare .medarbetare {
	margin-bottom:8px !important;
	margin-right:30px;
	width:calc(100% - 15px);
}

#medarbetare .medarbetare .delete {
	margin-bottom:8px !important;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:100%;
	color:#fff;
	background:#6F2D36;
	font-family:"Font Awesome";
	font-size:20px;
	display:flex;
	text-align:center;
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	cursor:pointer;
}


.medarbetare h3 {
	padding:12px 17px;
	margin-bottom:0 !important;
	width:calc(100% - 50px);
}

.addmedform {
    margin-left: 15px;
}

.confirm-box.radera .btncontainer {
    margin-top: 25px;
}

.confirm-box.radera .btncontainer btn {
    min-width:75px;
}

.confirm-box.radera .btncontainer btn.ja {
    margin-right: 10px;
}

.contentbox {
    background: #fff;
    padding:40px;
    border: 1px solid #cdcdcd;
}

/* Bild vid ny partner-uppladdning */
.acf-field-5eab2c312c532 .image-wrap, .acf-field-60113c56a1c03 .image-wrap {
	width:70px;
}

.acf-field-5eab2c312c532 .image-wrap img, .acf-field-60113c56a1c03 .image-wrap img {
	width:100%;
	min-width:unset !important;
	min-height:unset !important;
}

#addcoworker-form-container .acf-label {
	font-size: 16px;
}

#addcoworker-form-container input[type=text], #addcoworker-form-container input[type=email] {
	border:1px solid #ccc;
}

#addcoworker-form-container {
	line-height:1.3;
}

#addcoworker-form-container .acf-fields>.acf-field {
    border-top: none;
}

.acf-js-tooltip.acf-icon:before {
    line-height: 0.6 !important;
    margin-left: 1px;
}

.acf-fields>.acf-field {
    border-top: none !important;
}

.acf-field.acf-field-true-false.acf-field-5fc8c00e27c99.-c0, .acf-field.acf-field-true-false.acf-field-5fc8c05227c9a {
	min-width: 300px !important;
}
	
.acf-field.acf-field-select.acf-field-5fc8c0fe68108  {
	float:none;
	clear:both;
	margin-top:60px;
}

a.acf-button.button {
    padding: 5px 7px;
    border: 2px solid #6F2D36;
    display: inline-block;
    display: block;
	text-align: center;  
	margin-top:5px;  
}

.hide-if-value {
    font-size: 0.85em;
}

.delete_item {
    position: absolute !important;
    font-size: 13px;
    top: 0px;
    left: -22px;
    width: 15px;
    cursor: pointer;
}

.acf-repeater .acf-actions .acf-button {
    float: left !important; 
}

.visible {
	visibility:visible !important;
}

body.home .preloader {
    display: none !important;
}
