@import url('https://cdn.catchmedia.no/sparebank1/fonts/fonts.css');
@import url('https://cdn.catchmedia.no/sparebank1/css/bootstrap.min.css');

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Museo Sans Rounded', arial, sans-serif;;
	font-weight: 500;
}

#tinymce .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	text-decoration: none;
}
.mce-edit-area table{
    width: 100%;
}
.btn-square{
    display: inline-block;
    font-size: 1.2rem;
    border: 1px solid #0071cd;
    padding: .7rem 2rem;
    color: #0071cd;
    transition: .15s ease;
}
.btn-square:before{
    content: '\f0ab';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2rem;
    padding-right: .5rem;
    font-weight: 300;
}
.btn-square.btn-modal:before{
    content: '\f055';
}
.btn-square:hover{
    background: #0071cd;
    color: #FFF;
    text-decoration: none;
}
.introtext {
	font-size: 1.2em;
	font-weight:700;
}
table {
	font-size: .8em;
}
table thead td {
	font-weight: 700;
}
table td, table th{
    border:0!important;
}
table th, table thead td{
    border-bottom: 2px solid var(--primary)!important;
    color:var(--secondary);
}
table td {
	padding: .5rem;
}
table tbody tr:nth-child(even) td {
}
table tfoot td {
	font-style: italic;
}
table tbody tr{
    transition: all 250ms ease;
}
table tbody tr:hover{
    background-color: #f8f5eb;
}

/** ################################################## MEDIA QUERIES ################################################## **/



html,body {	font-size: 14px; }

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
	html,body {	font-size: 17px; }
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
	html,body {	font-size: 18px; }
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}

h1,h2,h3,h4,h5,h6{
    font-weight:700;
}



/*
table {
	font-size: .8em;
}
table thead td {
	font-weight: 700;
}
table td {
	padding: .5rem;
	border: 1px solid rgb(228,229,230);
}
table tbody tr:nth-child(even) td {
	background-color: rgb(228,229,230,.5);
}
table tfoot td {
	font-style: italic;
}

.btn-secondary {
    background-color: #008a00;
    color: #FFF;
}
*/
/** ################################################## FONT SIZE START ################################################## **/
/*
h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: 500;
}
strong, b {
    font-weight: 600;
}
.form-group {
    font-size: 16px;
    padding-bottom: 10px;
}

.secondary-color, .text-success {
    color: #008a00!important;
}
*/
/** ################################################## FONT SIZE END################################################## **/

/** ################################################## MATTIS START ################################################## **/
/*
input[type=text], textarea, input[type="password"], input[type="email"]{
	padding:12px;
    border:5px solid #f8f5eb;
    background-color:rgba(248,245,234,0.5);
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 700;
    color:#0071cd;
    font-size:20px;
    width:100%;
}


textarea{
    width:100%;
    max-width:100%;
    min-width:100%;
}
input[type=text].search{
	padding:20px 20px 20px 50px;
}

form {
    padding: 0px;

    margin: 0 auto;
}

label {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #002776;
}

input[type=checkbox ]:not(old) + label > span, input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    background-color: rgba(0,0,0,0.2);
    vertical-align: bottom;
}


input[type=checkbox]:not(old):checked + label > span > span, input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0.27em;
    background: #0071cd;
}

a.btn, .btn a, button, .btn {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    width: auto;
    cursor: pointer;
    line-height: normal;
    font-weight: 500;
}

.select {
    position: relative;
    width: 220px;
    display: inline-block;
    margin: 20px 10px;
}
*/

/* ### BACKGROUNDS ### */
.bg-white{
    background-color:#FFF;
}
.bg-green, .bg-secondary{
    background-color:#c9dd02;
}
.bg-blue, .bg-primary{
    background-color:#1c3f93;
}
.bg-semi-blue{
    background-color:#d8eaf9;
}
.bg-light-blue{
    background-color:#ebf4fc;
}
.bg-semi-green{
    background-color:#f4f8cc;
}
.bg-light-green{
    background-color:#f9fbe5;
}
.bg-dark-green{
    background-color:#b7d55a;
}

.bg-yellow{
    background-color:#f4f8cd;
}

.bg-skyblue{
    background-color:#d9ebfa;
}

/** ################################################## MATTIS SLUTT ################################################## **/

/** ################################################## MEDIA QUERIES ################################################## **/





html,body {	font-size: 14px; }

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}


/*
form{
    padding:0px;
    max-width:730px;
    margin:0 auto;
}
input[type=radio   ]:not(old){
  width     : 0;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  float:left;
}
input[type=radio   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
}
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border-radius    : 100%;
  background       : rgba(0,0,0,0.2);
  vertical-align   : bottom;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 0.26em;
  border-radius    : 100%;
  background       : #0071cd;
}
input[type=checkbox   ]:not(old){
  width     : 0;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  float:left;
}
input[type=checkbox   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
}
input[type=checkbox   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  background-color       : rgba(0,0,0,0.2);
  vertical-align   : bottom;
}
input[type=checkbox].error:not(old) + label > span{
    background:#efc8c8;
}
input[type=checkbox]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 0.27em;
  background       : #0071cd;
}
*/

.columns-2 p, .columns-2 li,
.columns-3 p, .columns-3 li {
    break-inside: avoid-column;
}
@media (min-width: 576px) {
    .columns-2 {
        column-count: 2;
    }
}
@media (min-width: 768px) {
    .columns-3 {
        column-count: 3;
    }
}

a.note-link:before {
    content: "\f00e";
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
}