@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400&display=swap');

a {
   outline: 0;
}

body {
    color:#000;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding:40px 0px 0px;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color:#000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.splitter {
    width:100%;
    height:1px;
    clear: both;
}

.h10 {
    height:10px;
}

.h20 {
    height:20px;
}

h1, h2, h3, h4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
}

h1.logo {
    font-weight: 900;
    float: left;
    position: relative;
    height:54px;
    line-height: 54px;
    text-indent: 0px;
    z-index: 20;
}

h1.logo a { text-decoration: none; }

h3 {
    color:#000;
}

header {
    position: fixed;
    width:100%;
    height: 80px;
    float: left;
    z-index: 11;
    top: 0;
    left:0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}

section {
    position: relative;
    float: left;
    min-height:500px;
    width: 100%;
    padding: 40px 0;
    margin: 0;
}

section.alternitive {
    background:#fafafa;
    padding: 40px 0;
    margin: 0;
}

section.umokkur {
    background-color:#fafafa;
    padding: 0;
    margin: 0;
}

section.umokkur .wrapper {
    background-image: url(../img/skapalon_um_okkur_bg.png);
    background-repeat: no-repeat;
    background-position: 0 40px;
    height:100%;
}

section.kerfid {
    background-color:#fff;
    padding: 0;
    margin: 0;
}

section.kerfid .wrapper {
    background-image: url(../img/skapalon_um_okkur_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    height:100%;
}

section.teymid {
    background-color:#f8fafd;
    padding: 0;
    margin: 0;
}

section.teymid .wrapper {
    background-image: url(../img/skapalon_teymid_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 10px;
    height:100%;
}

section.hafdusamband {
    background-color:#fff;
    padding: 0;
    margin: 0;
}

section.hafdusamband .wrapper {
    background-image: url(../img/skapalon_um_okkur_bg.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height:100%;
}

section.nyskra {
    background-color:#fff;
    padding: 0;
    margin: 0;
}

section.nyskra .wrapper {
    background-image: url(../img/skapalon_um_okkur_bg.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height:100%;
}

.half {
    display: inline-block;
    width:50%;
    padding: 40px 0 80px;
    font-size: 16px;
    line-height: 1.3;
    vertical-align: top;
}

section .background_mynd {
    width:45%;
    height:500px;
    top: 0;
    right: 0;
    position: absolute;
    text-align: left;
    overflow: hidden;
    z-index: 1;
}

section .background_mynd .online {
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 90px;
    position: absolute;
    border-radius: 40px;
    background: #78e31c;
    border: 10px solid #fff;
    z-index: 2;
}

section .background_mynd img {
    max-height: 100%; 
}

ul.menu {
    padding: 0;
    margin:44px 0 0 0; 
    float:right;
    list-style: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
}

ul.menu li {
    float: left;
    margin: 0 10px;
}

ul.menu li a {
    color:#000;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

ul.menu li a:hover, ul.menu li.valid a {
    color:#df1a53;
}

ul.menu li.btn, ul.menu li.btn_inn {
    float: left;
    margin: 0 0px 0 15px;
}

ul.menu li.divider {
    border-right: 1px solid #e9e9e9;
    padding-right: 30px;
    margin-right: 14px;
}


ul.menu li.btn a {
    border:1px solid #e9e9e9;
    display: block;
    padding:8px 16px;
    margin-top: -9px;
    border-radius: 12px;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

ul.menu li.btn a:hover {
    text-decoration: none;
    background: #f9f9f9;
}

ul.menu li.btn_inn a {
    border:1px solid #1c78e3;
    display: block;
    padding:8px 16px;
    margin-top: -9px;
    border-radius: 12px;
    background: #1c78e3;
    color:#fff;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

ul.menu li.btn_inn a:hover {
    text-decoration: none;
    background: #1363c0;
}

ul.menu li.btn_inn.valid a {
    border:1px solid #df1a53;
    background: #df1a53;
}

ul.menu li.btn_inn.valid a:hover {
    border:1px solid #df1a53;
    background: #df1a53;
}

.fyrirsogn {
    max-width: 55%;
    font-size: 58px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.yfirfyrirsogn {
    max-width: 55%;
    font-size: 18px;
    font-weight: 300;
    color:#949494;
    margin: 100px 0 0 0;
}

.fyrirsogn span {color:#78e31c; }

.undirfyrirsogn {
    max-width: 55%;
    font-size: 18px;
}

.adgangur {
    color:#949494;
    margin: 40px 0;
}

.adgangur a {
    color:#1c78e3;
    font-weight: 500;
}

.takki {
    display: inline-block;
    padding:8px 20px;
    border-radius: 12px;
    background: #1c78e3;
    color:#fff !important;
    margin-right: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600 !important;
    font-size: 20px;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
}

.takki:hover {
    text-decoration: none;
    background: #1363c0;
}

.mask {
    clip-path: url(../img/verkefna_mask.svg);
    -webkit-mask-image:url(../img/verkefna_mask.svg);
    mask-image:url(../img/verkefna_mask.svg);
    webkit-mask-image:url(../img/verkefna_mask.svg);
    mask-mode:alpha;
    webkit-mask-mode:alpha;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    webkit-mask-repeat:no-repeat;
    -webkit-mask-size:85%;
    mask-size:85%;
    webkit-mask-size:85%;
    -webkit-mask-position:0;
    mask-position:0;
    webkit-mask-position:0;
}

footer {
    width:100%;
    margin-top: 0px;
    background: #fff;
    font-size: 14px;
    float: left;
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
}

footer a {
    color:#929292
}

footer a:hover {
    color:#1c78e3
}

footer h1.logo {
    float: none;
    width: 100%;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-indent: 48px;
}

footer h1.logo:before {
    left:0px;
    top: 0;
    height:40px;
    width:40px;
    background: #df1a53;
    border-radius: 27px;
    content: "";
    z-index: 1;
}

footer h1.logo:after {
    left: -1px;
    top: 29px;
    height: 14px;
    width: 14px;
    background: #b8d432;
    border-radius: 10px;
    border: 3px solid #fff;
    content: "";
    z-index: 2;
}

.storata, .litlata {
    margin: 0;
    padding: 0;
    display: inline-block;
    width:34%;
    vertical-align: top;
}

.litlata {
    text-align: right;
    padding-top: 36px;
    width:22%;
}

.litlata p { margin:5px 0 15px;}

.ta {
    margin: 0;
    padding: 0;
    display: inline-block;
    width:22%;
    vertical-align: top;
}

.ta ul { 
    padding:0;
    margin: 30px 0;
    text-align: center;
    list-style: none;
}

.ta ul li {
    margin: 10px 0;
} 

.ta ul li a {
    color:#929292;
}

.ta ul li a:hover {
    color:#1c78e3;
}

.ta ul.takkar li a {
    border:1px solid #e9e9e9;
    display: inline-block;
    padding:6px 20px;
    color: #929292;
    border-radius: 12px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.ta ul.takkar li a:hover {
    color:#fff;
    text-decoration: none;
    background:#1c78e3;
    border:1px solid #1c78e3;
}

.samfelagsmidlar {
    font-size: 20px;
}

.samfelagsmidlar a {
    font-size: 20px;
    color: #929292;
    margin-left: 5px;
}

.siteinfo {
    width:100%;
    margin: 10px 0;
    color:#929292;
}

.siteinfo a { color:#000; }

#hamborgari {
    width:36px;
    height:40px;
    position:fixed;
    margin:0 auto;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    cursor:pointer;
    float:left;
    top: 30px;
    right: 30px;
    z-index:103;
    display:none
}

#hamborgari:before {
    content:" ";
    height:50px;
    width:50px;
    border:5px solid rgba(200,200,200,0);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    margin-left:-6px;
    margin-top:-5px;
    display:block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}

#hamborgari:hover:before {
    content:" ";
    height:60px;
    width:60px;
    border:5px solid rgba(200,200,200,.7);
    margin-left:-12px;
    margin-top:-10px
}

#hamborgari span {
    display:block;
    position:absolute;
    height:6px;
    width:36px;
    background:#333;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    top:8px
}

#hamborgari span:nth-child(1) {
    left:0
}

#hamborgari span:nth-child(2) {
    left:0;
    top:17px;
    width:36px
}

#hamborgari span:nth-child(3) {
    left:0;
    top:26px;
    width:36px
}

#hamborgari.open span {
    background:#df1a53
}

#hamborgari.open span:nth-child(1) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    top:17px;
    left:2px;
    width:32px
}

#hamborgari.open span:nth-child(2) {
    background:#232323;
    width:0;
    left:15px
}

#hamborgari.open span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    top:17px;
    left:2px;
    width:32px
}

.brakethis {
    display:none;
}

.astmintilliljuerendalaus {
    margin: 80px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    color:#949494;
}

.ogthra {
    font-size: 44px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.ogthra span {
    color:#78e31c;
}

.internallink {
    font-weight: 600;
    color:#000;
    position: relative;
    display: inline-block;
    z-index: 2;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    font-family: 'Work Sans', sans-serif;
    padding: 6px 16px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    background: #fff;
}

.internallink:hover {
    color:#fff;
    text-decoration: none;
}

.internallink:before { 
    background:#78e31c;
    position: absolute;
    top: 25px;
    left: -3px;
    height:10px;
    width:10px;
    content: "";
    z-index: -1;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    border-radius: 10px;
}

.internallink:hover:before { 
    background:#1363c0;
    position: absolute;
    top:0px;
    left:0px;
    height:34px;
    width:calc(100% + 0px);
    content: "";
    z-index: -1;
}

label {
    width:100%;
    display: block;
    color: #949494;
    margin: 10px 0 5px;
    font-family: 'Work Sans', sans-serif;
}

input, textarea {
    width:calc(100% - 60px);
    border:1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    background:rgba(255,255,255,0.7);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    font-family: 'Work Sans', sans-serif;
    -webkit-appearance: none;
}

.nyskra form input, .nyskra form label {
    margin-left:60px;
}

textarea {
    padding: 12px;
    min-height: 160px;
}

.takkinn {
    border:1px solid #1c78e3;
    display: block;
    padding:8px 16px;
    margin-top: 0;
    border-radius: 12px;
    background: #1c78e3;
    color:#fff;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    display: inline-block;
    margin-top: 20px;
    width:120px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 18px;
font-weight: 500;
}

input:focus, textarea:focus {
    background:rgba(255,255,255,1);
}

section.hafdusamband form, section.nyskra form {
    margin-top: 80px;
}

section.umokkur.okkarreykjavik .half:nth-child(2) {    
    padding-left: 80px;
}

.egerlinkur {
    font-weight: bold;
    color: #1c78e3;
}

.onlymobile {
    display: none;
}

.starfsmadur {
    height:210px;
    width: 210px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    color:#949494;
    font-size: 15px;
}

.starfsmadur strong {
    color:#000;
    font-weight: 700;
    font-size: 16px;
}

.starfsmadur .mynd {
    height: 160px;
    width: 160px;
    border:3px solid #fff;
    border-radius: 50%;
    background:#fff;
    margin: 0 auto 5px;
    position: relative;
}

.starfsmadur .mynd:after {
    width: 26px;
    height: 26px;
    border-radius: 15px;
    background: #e31d7a;
    position: absolute;
    left: 10px;
    bottom: 7px;
    border: 5px solid #fff;
    content: "";
}

.starfsmadur a {
   color:#1c78e3; 
}

.starfsmadur.gudrun {
    float: right;
    margin: 40px 30px -20px 0;
    width:300px;
    height:300px;
}

.starfsmadur.gudrun .mynd {
    height: 260px;
    width: 260px;
    position: relative;
    background-image: url(../img/gudrun_profile.jpg);
    background-position: center;
    background-size: cover;
    border:3px solid #fff;
}

.starfsmadur.gre {
    float: right;
    margin-right: 50px;
    width:280px;
    height:280px;
    margin-top: -50px;
}

.starfsmadur.gre .mynd {
    height: 220px;
    width: 220px;
    background-image: url(../img/gre_profile.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    border:3px solid #fff;
}

.starfsmadur.lilja .mynd {
    background-image: url(../img/lilja_profile.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    border:3px solid #fff;
}

.starfsmadur.gre .mynd:after, .starfsmadur.gudrun .mynd:after {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #78e31c;
    position: absolute;
    left: 17px;
    bottom: 17px;
    border: 5px solid #f8fafd;
    content: "";
}

.starfsmadur.gre .mynd:after {
    left: 11px;
    bottom: 11px;
}

.starfsmadur.vikingur {
    margin:0px 0;
}

.starfsmadur.vikingur .mynd {
    background-image: url(../img/staff_vikingur.jpg);
    background-position: center;
    background-size: cover;
    border:3px solid #fff;
}

.starfsmadur.lilja {
    margin:30px -20px 20px 40px;
}

.starfsmadur.gauti .mynd {
    background-image: url(../img/gauti_profile.jpg);
    background-position: center;
    background-size: cover;
    border:3px solid #fff;
}

.noform {
    height:540px;
    width:100%;
}

.error {
    padding-right: 60px;
    float:right;
    color:#c40505;
    font-weight: 300;
    display: inline-block;
}

.umkerfid {
    width:320px;
    padding:20px;
    background: rgba(255,255,255,0.8);
    font-size: 15px;
    border:1px solid #f5f5f5;
    border-radius: 5px;
}

.half .umkerfid:nth-child(1) {
    margin: 0 40px 20px;
}

.half .umkerfid:nth-child(2) {
    margin-bottom: 20px;
    float:right;
    margin-right: 20px;
}

.half .umkerfid:nth-child(3) {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 30px;
    clear: both;
}

.half .umkerfid:nth-child(4) {
    margin-bottom: 30px;
    float:right;
    margin-right: 10px;
}

.half .umkerfid:nth-child(5) {
    margin-top: 50px;
    margin-left: -150px;
}


.umkerfid .icon {
    width:60px; 
    display: inline-block;
    vertical-align: top;
}

.umkerfid .texti {
    width:calc(100% - 65px); 
    display: inline-block;
}

.umkerfid:nth-child(2) .texti {
    width: 100%;
    margin-top: 15px;
}

.umkerfid .fal {
   border-radius: 25px;
    background: #f8fafd;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #2a7ee4;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    border: 1px solid #f2f3f4;
}

.umkerfid p {
    margin: 0;
}

.umkerfid p {
    margin: 0;
}

.half.timebook.l {
    position: relative;
    padding-right: 50px;
}

.half.timebook.r {
    position: relative;
    padding-left: 50px;
}

#calendar th {
    text-align: center;
}

#next { right:50px !important;top:55px !important }
#previous { left:0px !important;top:55px !important }

#timinn p {
    margin: 10px 10px 10px 0 !important;
    display: inline-block;
    padding: 8px 13px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
}

.available {
    background: #c9dff7 !important;
}

.today {
    background: #b8d3f2 !important;
    color: #1c78e3 !important;
}

.today a {
    color: #1c78e3 !important;
}

#calendar td {
    color: #ccc !important;
}

#betribokun h3 {
    color: #000 !important;
}