/* CSS för banksidan */

.sv-template-startmall .sts-first-start .sts-startblock .sv-grid-tolvgrid + .sv-image-portlet img,
.sv-template-startmall .sts-first-start .sts-startblock .sv-grid-tolvgrid + .sv-image-portlet + .sv-image-portlet img {
   object-fit: cover;
  	height: inherit;
}

.sv-template-startmall .sts-header-base .normalxvit a {
   text-decoration: none;
}

.sv-template-startmall .sts-header-base .normalxvit a:hover {
   text-decoration: underline;
}

.sv-template-startmall .sts-startcontent-wrapper .sts-first-start .sv-grid-tolvgrid {
   display: flex;
   justify-content: space-between;
}

.sv-template-startmall .sts-startcontent-wrapper .sts-first-start .sv-grid-tolvgrid > div {
   margin: 0;
}

@media (max-width: 500px) {
   .sv-template-startmall .sts-startcontent-wrapper .sts-first-start .sv-grid-tolvgrid > .sv-column-3 {
      display: none;
   }
}

.okblock2 {
   display: none;
}

.okblock1 .sts-block-tjanster {
   border-bottom: none;
}

.sts-content-wrapper .sts-varatjanster .okblock1 {
	display: block;   
}

.sts-header-base + div .sts-startcontent-wrapper .okblock1 {
   display: block;
	padding-top: 30px;
}

.sts-header-base + div .sts-startcontent-wrapper .sts-first-start .okblock1 {
   display: none;
   padding-top: 0;
}

.okblock1 .sv-formFieldRow .sv-form-subalternativefield label.normal {
   display: none;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow .sv-formField select.normal {
	font-family: "GravurCondensed",sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 18px;
   color: #555;
   line-height: normal;
}

.okblock1 .sv-formFieldRow .sv-form-subalternativefield div {
   line-height: 0;
   float: unset;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow .sv-form-consent {
   display: flex;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow:nth-of-type(2) .sv-formField .sv-form-textfield.normal {
   height: 6em !Important;
   font-family: "GravurCondensed",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow:nth-of-type(18) {
   display: none;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow #cbConsent {
	width: 2em;
	height: 2em !important;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow #cbConsent:checked::after {
	font-size: 20px;
	top: 0.1em;
	left: 0.1em;
	position: relative;
}


.okblock1 .sv-defaultFormTheme .sv-formFieldRow #cbConsentText {
	position: relative;
	top: -0.7em;
	font-weight: 700;
	margin-left: 10px;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow .sv-formField .sv-form-consent input {
   width: 2em;
	height: 2em !Important;
   top: 10px;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow .sv-formField .sv-form-consent input:checked::after {
	font-size: 20px;
	top: 0.1em;
	left: 0.1em;
	position: relative;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow .sv-formField .sv-form-consent label {
	position: relative;
	top: 0.4em;
	font-weight: 700;
	margin-left: 25px;
}

.okblock1 .sv-defaultFormTheme .sv-formFieldRow:last-of-type .sv-formField input.normal {
   pointer-events: none;
   opacity: 0.5;
}

.sv-template-startmall .sts-startcontent-wrapper .pagecontent .sts-first-start > div:nth-of-type(3) {
	margin-bottom: 50px;
}

.okblock1 .sts-block-tjanster .sv-form-consent label a {
	color: #0F52BA;
	text-decoration: none;
}

.okblock1 .sts-block-tjanster .sv-form-consent label a:hover {
	text-decoration: underline;
}

input[type="submit"][value="Skicka"]:hover,
input[type="submit"][value="Skicka"]:focus {
  border: 2px solid #ff4b2f;
	background-color: #fff;
  color: #000;
  cursor: pointer;  
}

.btn-orange {
	background: #ff4b2f;
	padding: 11px 10px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 30px;
	min-width: 220px;
	cursor: pointer;
	font-family: "GravurCondensed",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFF;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}

