/*===== GENERAL BLOCK STYLING =====*/
.block-container {
	max-width: 1200px;
	width: calc(100vw - 40px);
	margin: 0 auto;
}
.white-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 0;
	background: url(../../assets/img/prikkar_hvitir.png);
	background-color: #000;
}
.black-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 0;
	background: url(../../assets/img/prikkar_svartir.png);
}


/*===== CASES =====*/
.glider-block {
	position: relative;
	display: block;
}
.glider-dot.active {
	background: #555555;
}
.glider-next, .glider-prev {
	top: 50%;
	font-size: 60px;
}
.glider-block .title {
	color: #333333;
	margin-bottom: 60px;
}
.cases {
	/*z-index: 1;*/
	padding-bottom: 50px;
}
.case {
	margin: 0 30px;
	box-shadow: 0px 0px 20px rgba(92, 92, 92, 0.25);
	padding-bottom: 50px;
	background: #fff;
}
.case .image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.case .text {
	padding: 50px 10% 25px 10%;
}
.case .name,
.case .company {
	padding: 0 10%;
	color: #333333;
}
.case .name {
	font-weight: 700;
	margin-bottom: 5px;
}
.case .company {
	font-weight: normal;
	font-style: italic;
}


/*===== BUTTON =====*/
.button-block {
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.button-block .button {
    position: relative;
    display: flex;
    padding: 25px 50px;
    border: 2px solid #707070;
	border-radius: 50px 50px 50px 50px;
	align-items: center;
	transition: all .1s ease-in-out;
}
.button-block .button:hover {
	background: #333;
}
.button-block .button:hover p {
	color: #fff;
}
.button-block .button:hover img {
	transform: scale(1.3);
}
.button-block .button p {
    margin: 0 30px 0 0;
}
.button-block .button img {
    height: 25px;
	width: auto;
	transition: all .3s ease-in-out;
}
.button-block .button .icon-left {
    margin: 0 0 0 30px;
}


/*===== LOGO WALL =====*/
.logo-wall .title {
    color: #268CC8;
	margin-bottom: 100px;
	text-align: center;
}
.logo-wall-flexer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.logo-wall a {
    flex: 16.667%;
    max-width: 16.667%;
    position: relative;
    display: block;
    padding: 16px;
    filter: grayscale(100%);
}
.logo-wall a img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 220px;
}


/*===== FULLSCREEN IMAGE WITH BUTTON =====*/
.fullscreen-img-with-button {
	position: relative;
	width: 100vw;
	height: 100vh;
}
.fullscreen-img-with-button .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	object-fit: cover;
}
.fullscreen-img-with-button .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.25);
    z-index: 1;
}
.fullscreen-img-with-button .tekstur {
    z-index: 2;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.fullscreen-img-with-button .tekstur h6 {
    color: #fff;
}
.fullscreen-img-with-button .tekstur h1 {
    color: #fff;
    margin-bottom: 40px;
}
.fullscreen-img-with-button .les-meira {
    position: relative;
	display: flex;
	align-items: center;
    padding: 25px 50px;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px 50px 50px 50px;
    justify-content: space-between;
    margin: 0 auto 30px auto;
	width: 300px;
	transition: all 300ms ease-in-out;
}
.fullscreen-img-with-button .les-meira:hover {
	background: rgba(255, 255, 255, 0.85);
}
.fullscreen-img-with-button .les-meira:hover p {
	color: #333333;
}
.fullscreen-img-with-button .les-meira:hover img {
	filter: invert(1);
}
.fullscreen-img-with-button .les-meira p {
    margin: 0 30px 0 0;
	font-weight: 700;
	color: #ffffff;
}
.fullscreen-img-with-button .les-meira img {
    height: 25px;
    width: auto;
}
.fullscreen-img-with-button .les-meira .icon-left {
    margin: 0 0 0 30px;
}


/*===== FULLSCREEN IMAGE WITH TEXTBOX =====*/
.fullscreen-img-with-textbox {
	position: relative;
	width: 100vw;
	height: 100vh;
}
.fullscreen-img-with-textbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	object-fit: cover;
}
.fullscreen-img-with-textbox .kassi {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    padding: 54px 43px 50px 69px;
    width: 700px;
    z-index: 2;
}
.fullscreen-img-with-textbox .kassi h2 {
    color: #fff;
    line-height: 1;
	margin-bottom: 20px;
	font-size: 50px;
}
.fullscreen-img-with-textbox .kassa-tekstur {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.fullscreen-img-with-textbox .kassa-tekstur p {
    color: #fff;
    line-height: 1.2;
	flex: 1;
	margin-bottom: 15px;
	font-size: 20px;
}
.fullscreen-img-with-textbox .kassa-tekstur li {
	color: #ffffff;
}
.fullscreen-img-with-textbox .kassa-tekstur a {
	color: #fff;
	font-weight: bold;
}
.fullscreen-img-with-textbox .kassi .kassa-leinkja {
	position: relative;
	display: block;
    height: 92px;
    width: 92px;
    margin-left: auto;
}
.fullscreen-img-with-textbox .kassi .kassa-leinkja img {
	width: 100%;
	height: 100%;
}


/*===== FAQ =====*/
.faq {
	position: relative;
}
.faq .black-dots {
	top: 55px;
	left: -3%;
	width: 106%;
}
.faq .spurningur {
	margin-bottom: 60px;
	position: relative;
}
.faq .spurningur-box {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	color: #fff;
	cursor: pointer;
}
.faq .spurningur-box .number {
	margin-right: 50px;
	color: #fff;
}
.faq .spurningur-text {
	flex: 1;
	color: #fff;
}
.faq .svar-expander {
	font-size: 50px;
	font-weight: 700;
	cursor: pointer;
	margin-left: 50px;
}
.faq .svar {
	display: none;
	background-color: #333333;
	padding: 40px 60px;
    width: 85%;
    margin-left: auto;
	position: relative;
}
.faq .svar p,
.faq .svar li,
.faq .svar a {
	color: #ffffff;
}
.faq .svar a {
	text-decoration: underline;
}


/*===== LIST WITH DROPDOWNS =====*/
.list-with-dropdowns {
	position: relative;
	padding: 0px 0px;
}
.dropdown-list-container {
	padding: 60px;
}
.dropdown-list-container h2 {
	color: #fff;
	margin-bottom: 60px;
}
.dropdown-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.dropdown-container {
	flex: 31%;
    max-width: 31%;
    margin: 0 2% 20px 0px;
}
.dropdown-container .headline {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.dropdown-container .headline img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	transition: transform 100ms ease-in-out;
}
.dropdown-container .headline h3 {
	color: #ffffff;
	font-size: 18px;
}
.dropdown-container .dropdown {
	display: none;
    margin-top: 20px;
    color: #fff;
}
.dropdown-container .dropdown p {
	color: #ffffff;
}
.dropdown-container .headline-active {
	transform: rotate(90deg);
}


/*===== TEXTBOX AND IMAGE REPEATER =====*/
.textbox-and-img-repeater {
	position: relative;
	padding: 0px 0px;
}
.textbox-and-img-repeater .mynd-og-tekstboks {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.textbox-and-img-repeater .mynd-og-tekstboks:hover .tekstboks {
	box-shadow: inset 0 0 0 3px #fff;
}
.textbox-and-img-repeater .mynd-og-tekstboks:hover .mynd-container img {
	transform: scale(1.1);
	opacity: 0.8;
}
.textbox-and-img-repeater .mynd-container {
	position: relative;
	overflow: hidden;
}
.textbox-and-img-repeater .mynd-container img {
	width: 800px;
	height: 600px;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.textbox-and-img-repeater .mynd-container .download {
	position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.textbox-and-img-repeater .button {
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	padding: 16px 40px;
	background: transparent;
}
.textbox-and-img-repeater .button img {
	width: 35px!important;
	height: 35px!important;
	margin-right: 30px;
}
.textbox-and-img-repeater .button p {
	font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0 10px 0 0;
}
.textbox-and-img-repeater .tekstboks {
	padding: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 700px;
	margin-right: -60px;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.textbox-and-img-repeater .tekstboks .yvirskrift {
	color: #fff;
	margin-bottom: 20px;
}
.textbox-and-img-repeater .tekstboks .paragraph {
	margin-bottom: 30px;
}
.textbox-and-img-repeater .tekstboks .paragraph p {
	color: #ffffff;
}
.textbox-and-img-repeater .tekstboks .paragraph li {
	color: #ffffff;
}
.textbox-and-img-repeater .leinkja a img {
	width: 95px;
	height: 95px;
	margin-left: 20px;
}


/*===== PAGE QUERY =====*/
.page-query {
	position: relative;
	padding: 0px 0px;
}
.page-query-page .black-dots {
	top: 100%;
    transform: translateY(-118%);
    width: 130%;
    height: 200px;
    left: -60px;
}
.page-query-page .white-dots {
	width: 430px;
    height: 120px;
    left: -30px;
    top: 93%;
}
.page-query .page-query-flexer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
}
.page-query .page-query-flexer .page-query-page:nth-child(even) {
	padding-top: 200px;
}
.page-query .page-query-page {
	flex: 40%;
	max-width: 40%;
	position: relative;
}
.page-query .page-query-page .link-container {
	background: #fff;
    position: absolute;
    top: 100%;
    left: 40px;
    width: 400px;
    transform: translateY(-75%);
    font-size: 30px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
    padding: 30px;
}
.page-query .page-query-page .link-container a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-query .page-query-page .link-container img {
	width: 60px;
	height: 60px;
}
.page-query .page-query-page img {
	width: 400px;
	height: 350px;
	object-fit: cover;
	position: relative;
}


/*===== TEXT IMAGE VIDEO LEFT RIGHT =====*/
.text-img-video-left-right {
	position: relative;
	display: block;
	padding: 0px 0px;
}
.text-img-video-left-right .text-img-video-left-right-flexer {
	display: flex;
	justify-content: space-between;
	align-items: center; /* Var flex-start */
}
.text-img-video-left-right .tekstur {
	flex: 35%;
	max-width: 35%;
	color: #333333;
}
.text-img-video-left-right .tekstur .title {
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1;
}
.text-img-video-left-right .tekstur .body-text {
	margin-bottom: 30px;
}
.text-img-video-left-right .video-ella-mynd {
	flex: 60%;
	max-width: 60%;
	position: relative;
}
.text-img-video-left-right .video-ella-mynd img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 500px;
}
.text-img-video-left-right .video-ella-mynd iframe {
	width: 100%;
}
.text-img-video-left-right .video-ella-mynd .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}
.text-img-video-left-right .video-ella-mynd .play-button:hover {
	width: 100px;
	height: 100px;
}
.text-img-video-left-right .leinkja {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.text-img-video-left-right .leinkja .link-text {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin: 0 20px 0 0;
}
.text-img-video-left-right .leinkja img {
	width: 70px;
	height: 70px;
}


/*===== FULLSCREEN VIDEO =====*/
.fullscreen-video {
	position: relative;
	display: block;
	padding: 0px 0px;
}
.fullscreen-video-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.fullscreen-video-media {
	width: 100%;
}
.fullscreen-video-media img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.fullscreen-video-media .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	z-index: 10;
}
.fullscreen-video-media .play-button:hover {
	width: 125px;
	height: 125px;
}
.fullscreen-video-media iframe {
	width: 100%;
	max-height: 100vh!important;
}
.fullscreen-video-media h1 {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -100%);
	color: #ffffff;
	text-align: center;
	width: 90%;
}


/*===== VIDEO EMBED WITH TEXT =====*/
.video-embed-with-text {
	display: block;
	position: relative;
	padding: 0px 0px;
}
.video-embed-with-text-container {
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.video-embed-with-text .headline-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ED1164;
	padding: 15px 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px rgba(92, 92, 92, 0.25);
}
.video-embed-with-text .headline-text #the-text-toggler {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}
.video-embed-with-text .the-text {
	display: none;
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(92,92,92,0.25);
    padding: 100px;
    color: #333333;
}
.video-embed-with-text .the-text strong {
	color: #ED1164;
	font-size: 24px;
}
.video-embed-with-text .the-text a {
	color: #333333;
	font-weight: 700;
}
.video-embed-with-text .video-embed {
	width: 100%;
}
.video-embed-with-text .video-embed iframe {
	width: 100%;
}


/*===== NEMA TEXTBOX =====*/
.nema-textbox {
	display: block;
	position: relative;
}
.nema-textbox .nema-textbox-container {
	width: 60%;
	margin: 0 auto;
}
.nema-textbox img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: -4px;
}
.nema-textbox .nema-textbox-float {
	padding: 40px 50px;
	box-shadow: 0 0 20px rgba(92, 92, 92, 0.25);
}
.nema-textbox .title {
	margin-bottom: 30px;
}
.nema-textbox .title span svg {
	margin-right: 10px;
}
.nema-textbox .tekstur a {
	font-weight: 700;
}
.nema-textbox .tekstur ul,
.nema-textbox .tekstur ol {
	margin: 16px 0 16px 16px;
	padding-left: 16px;
}
.nema-textbox .textbox-button {
	margin-top: 40px;
}
.nema-textbox .textbox-button .leinkja {
    position: relative;
    display: flex;
    padding: 20px 35px;
    font-size: 18px;
    color: #333333;
    border: 2px solid #333333;
    border-radius: 50px 50px 50px 50px;
    width: fit-content;
	margin: 0 auto;
	align-items: center;
	white-space: nowrap;
}
.nema-textbox .textbox-button .leinkja p {
    margin: 0 30px 0 0;
}
.nema-textbox .textbox-button .leinkja img {
    height: 25px!important;
	width: auto;
	margin: 0px 0px 0px 30px;
}


/*===== GOOGLE MAP WITH IMG AND TEXT =====*/
.google-map-with-img-and-text {
	display: block;
	position: relative;
}
.google-map-with-img-and-text .google-and-text-flexer {
	display: flex;
	justify-content: center;
	align-items: center;
}
.google-map-with-img-and-text .google-map-embed-container {
	flex: 45%;
	max-width: 45%;
	box-shadow: 0px 3px 20px rgba(92, 92, 92, 0.25);
}
.google-map-with-img-and-text .google-map-embed-container iframe {
	width: 100%;
	height: 400px;
}
.google-map-with-img-and-text .img-and-text-container {
	flex: 45%;
	max-width: 45%;
	margin-left: 10px;
	box-shadow: 0px 3px 20px rgba(92, 92, 92, 0.25);
}
.google-map-with-img-and-text .img-and-text-container img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.google-map-with-img-and-text .img-and-text-container .the-text {
	padding: 30px;
}
.google-map-with-img-and-text .img-and-text-container .the-text a {
	font-weight: 700;
}


/*===== HEILDARLOYSNIR =====*/
.heildarloysnir {
	display: flex;
	position: relative;
	width: 100vw;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
}
.heildarloysnir .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(51, 51, 51, 0.62);
}
.heildarloysnir .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.heildarloysnir .the-text {
	z-index: 2;
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-top: 100px;
}
.heildarloysnir .the-text .title {
	margin-bottom: 50px;
	color: #ffffff;
}
.heildarloysnir .the-text .text {
	margin-bottom: 50px;
}
.heildarloysnir .the-text .text p,
.heildarloysnir .the-text .text li,
.heildarloysnir .the-text .text a {
	color: #fff;
}
.heildarloysnir .skipanir {
	position: relative;
	z-index: 2;
	width: 60%;
	margin: 0 auto;
}
.heildarloysnir .skipanir .skipanir-flexer {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.heildarloysnir .skipanir .skipan {
	flex: 45%;
	max-width: 45%;
	margin: 0 10px 10px 0;
	background-color: #fff;
	padding: 16px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.heildarloysnir .skipanir .skipan img {
	height: 42px;
	object-fit: contain;
}
.heildarloysnir .skipanir .skipan-link {
	height: 70px!important;
}


/*===== HALD =====*/
.subscriptions {
	padding: 40px 0px;
	background: url(../../assets/img/prikkar_svartir.png);
}
.subscriptions .hald-block {
	position: relative;
}
.subscriptions .sub-glider-prev,
.subscriptions .sub-glider-next {
	position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 45%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
	transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);
	border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
}
.subscriptions .sub-glider-prev.disabled,
.subscriptions .sub-glider-next.disabled {
	opacity: .25;
    color: #666;
    cursor: default;
}
.subscriptions .sub-glider-next {
	right: -23px;
    left: auto;
}
.subscriptions .subs-flexer .eitt-hald {
	margin: 0px 16px;
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.25);
	position: relative;
}
.subscriptions .subs-flexer .eitt-hald .hald-titles {
	padding: 40px 50px 0px 50px;
}
.subscriptions .subs-flexer .eitt-hald .yvirskrift {
	margin-bottom: 20px;
}
.subscriptions .subs-flexer .eitt-hald .text {
	padding: 0px 50px;
}
.subscriptions .subs-flexer .eitt-hald .eyka {
	padding: 20px 50px;
}
.subscriptions .subs-flexer .eitt-hald .eyka p {
	margin-bottom: 10px;
}
.subscriptions .subs-flexer .eitt-hald .eyka .eyka-container {
	display: flex;
	margin-bottom: 7px;
	position: relative;
}
.subscriptions .subs-flexer .eitt-hald .eyka .eyka-tooltip {
	position: absolute;
    background: #333;
    color: #fff;
    padding: 12px;
    bottom: 30px;
	width: 400px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 200;
}
.subscriptions .subs-flexer .eitt-hald .eyka svg:hover + .eyka-tooltip {
	visibility: visible;
	opacity: 1;
}
.subscriptions .subs-flexer .eitt-hald .eyka svg {
	margin: auto 0px auto 10px;
	font-size: 21px;
	cursor: pointer;
}
.subscriptions .subs-flexer .eitt-hald .eyka .eykataenastu-checkbox {
	height: 22px;
	width: 22px;
	margin-right: 10px;
	cursor: pointer;
}
.subscriptions .subs-flexer .eitt-hald .price-and-stovna {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.subscriptions .subs-flexer .eitt-hald .hald-btn {
	padding: 20px 30px;
	background: #333;
	color: #ffffff;
	font-weight: 700;
	position: relative;
}
.glider {
    overflow: hidden;    
}
.hald-btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inactive{
	background: #aaa !important;
}
.subscriptions .subs-flexer .eitt-hald .price {
	margin: 0 auto;
	font-size: 32px;
	font-weight: 700;
}
.subscriptions .subs-flexer .eitt-hald .price span {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.subscriptions .subs-flexer .eitt-hald .les-meira-container {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.subscriptions .subs-flexer .eitt-hald #hald-les-meira {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	padding: 12px 22px;
	border: 1px solid #333333;
	border-radius: 25px;
	cursor: pointer;
}
.subscriptions .les-meira-modal {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	overflow: scroll;
	background: #ffffff;
}
.subscriptions .les-meira-modal-container {
	background: #ffffff;
	padding: 30px 50px;
	height: 100%;
}
.subscriptions .les-meira-modal .close-modal {
	text-align: right;
	cursor: pointer;
}
.subscriptions .les-meira-modal .close-modal img {
	height: 30px;
	width: 30px;
}


/*===== WP BLOCK COLUMNS =====*/
.wp-block-columns {
	max-width: 1200px;
	width: calc(100vw - 40px);
	margin: 0 auto;
}
.wp-block-columns .block-container,
.wp-block-columns table {
	width: 100%!important;
}
.wp-block-columns .nema-textbox .nema-textbox-float {
	width: 100%!important;
}


@media screen and (max-width: 1450px) {

	/*===== GENERAL BLOCK STYLING =====*/
	.block-container,
	.wp-block-columns {
		max-width: 1140px;
	}


	/*===== LOGO WALL =====*/
	.logo-wall .title {
	    margin-bottom: 65px;
	}


	/*===== TEXTBOX AND IMG REPEATER =====*/
	.textbox-and-img-repeater .mynd-container img {
		width: 600px;
		height: 450px;
	}
	.textbox-and-img-repeater .tekstboks {
		padding: 40px;
	}
	.textbox-and-img-repeater .tekstboks .paragraph {
		font-size: 16px;
	}
	.textbox-and-img-repeater .leinkja a img {
		width: 80px;
		height: 80px;
	}


	/*===== HEILDARLOYSNIR =====*/
	.heildarloysnir .skipanir .skipan {
		padding: 16px 20px;
	}
	.heildarloysnir .skipanir .skipan img {
		height: 28px;
	}
	.heildarloysnir .skipanir .skipan-link {
		height: 50px!important;
	}
}


@media screen and (max-width: 1250px) {

	/*===== GENERAL BLOCK STYLING =====*/
	.block-container,
	.wp-block-columns {
		max-width: 1000px;
	}
}


@media screen and (max-width: 1024px) {

	/*===== GENERAL BLOCK STYLING =====*/
	.block-container,
	.wp-block-columns {
		max-width: 900px;
	}


	/*===== LOGO WALL =====*/
	.logo-wall a {
	    flex: 33.333%;
	    max-width: 33.333%;
	    padding: 30px;
	}


	/*===== FULLSCREEN IMAGE WITH TEXTBOX =====*/
	.fullscreen-img-with-textbox .kassi {
		top: 20%;
		left: 50%!important;
		transform: translate(-50%, 0%);
	}
	.fullscreen-img-with-textbox .kassi .kassa-leinkja {
		width: 65px;
		height: 65px;
	}


	/*===== LIST WITH DROPDOWNS =====*/
	.dropdown-container {
		flex: 45%;
		max-width: 45%;
	}


	/*===== TEXTBOX AND IMAGE REPEATER =====*/
	.textbox-and-img-repeater .mynd-og-tekstboks {
		flex-direction: column!important;
		margin-bottom: 30px;
	}
	.textbox-and-img-repeater .mynd-container img {
		width: 100%;
		height: 300px;
	}
	.textbox-and-img-repeater .tekstboks {
		flex-direction: column;
		margin: 0 0 0 0!important;
		padding: 20px;
	}


	/*===== PAGE QUERY =====*/
	.page-query .page-query-flexer {
		flex-direction: column;
		width: 100%;
	}
	.page-query-page .black-dots {
		width: 100%;
	}
	.page-query .page-query-flexer .page-query-page:nth-child(even) {
		padding-top: 0;
	}
	.page-query .page-query-page {
		flex: 100;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.page-query .page-query-page img {
		width: 100%;
	}
	.page-query .page-query-page .link-container {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		transform: translateY(0);
	}


	/*===== TEXT IMAGE VIDEO LEFT RIGHT =====*/
	.text-img-video-left-right .text-img-video-left-right-flexer {
		flex-direction: column-reverse!important;
	}
	.text-img-video-left-right .tekstur {
		flex: 100%;
		max-width: 100%;
	}
	.text-img-video-left-right .video-ella-mynd {
		flex: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}


	/*===== VIDEO EMBED WITH TEXT =====*/
	.video-embed-with-text-container {
		width: 80%;
	}
	.video-embed-with-text .the-text {
		padding: 35px;
	}
	.video-embed-with-text .the-text strong {
		font-size: 22px;
	}


	/*===== NEMA TEXTBOX =====*/
	.nema-textbox .nema-textbox-container {
		width: 85%;
	}
	.nema-textbox .nema-textbox-float {
		width: 100%!important;
		padding: 40px 40px;
	}
	.nema-textbox .textbox-button .leinkja {
		width: 85%;
		justify-content: space-between;
		padding: 20px 25px;
	}


	/*===== GOOGLE MAP WITH IMG AND TEXT =====*/
	.google-map-with-img-and-text .google-and-text-flexer {
		flex-direction: column;
		align-items: unset;
	}
	.google-map-with-img-and-text .google-map-embed-container {
		flex: 100%;
		max-width: 100%;
	}
	.google-map-with-img-and-text .img-and-text-container {
		flex: 100%;
		max-width: 100%;
		margin-left: 0;
	}


	/*===== HEILDARLOYSNIR =====*/
	.heildarloysnir .the-text,
	.heildarloysnir .skipanir {
		width: 75%;
	}


	/*===== HALD =====*/
	.subscriptions .sub-glider-prev,
	.subscriptions .sub-glider-next {
		left: 0px;
	}
	.subscriptions .sub-glider-next {
		right: 0px;
		left: auto;
	}


	/*===== WP BLOCK COLUMNS =====*/
	.wp-block-columns .nema-textbox {
		margin: 20px 0;
	}
}


@media screen and (max-width: 768px) {
	/*===== CASES =====*/
	.glider-next, .glider-prev {
		display: none;
	}
	.glider-block .case {
		margin: 0 10px;
	}

    /*===== BUTTON =====*/
    .button-block .button {
        padding: 20px 38px;
    }
    .button-block .button p {
        margin: 0 15px 0 0;
    }
    .button-block .button .icon-left {
        margin: 0 0 0 15px;
    }
    .button-block .button img {
        height: 20px;
    }


    /*===== LOGO WALL =====*/
	.logo-wall .title {
	    margin-bottom: 55px;
	}
	.logo-wall a {
	    flex: 90%;
	    max-width: 90%;
	}


	/*===== FULLSCREEN IMAGE WITH BUTTON =====*/
	.fullscreen-img-with-button .tekstur {
		width: 85%;
	}
	.fullscreen-img-with-button .tekstur h1 {
		margin-bottom: 30px;
	}
	.fullscreen-img-with-button .les-meira {
		padding: 18px 18px;
    	width: 200px;
	}


	/*===== FULLSCREEN IMAGE WITH TEXTBOX =====*/
	.fullscreen-img-with-textbox .kassi {
		width: 90%;
		padding: 25px 25px;
		overflow-y: scroll;
		max-height: 500px;
	}
	.fullscreen-img-with-textbox .kassi h2 {
		font-size: 35px;
	}
	.fullscreen-img-with-textbox .kassa-tekstur p {
		font-size: 16px;
	}
	.fullscreen-img-with-textbox .kassi .kassa-leinkja {
		width: 52px;
		height: 52px;
	}


	/*===== FAQ =====*/
	.faq .spurningur-box {
		padding: 25px 25px;
	}
	.faq .spurningur-box .number {
		margin-right: 25px;
	}
	.faq .svar-expander {
		margin-left: 12px;
	}
	.faq .svar {
	    padding: 24px;
	    width: 100%;
	    margin-left: 0;
		line-height: 1.3;
	}


	/*===== LIST WITH DROPDOWNS =====*/
	.dropdown-list-container {
		padding: 30px;
	}
	.dropdown-list-container h2 {
		margin-bottom: 30px;
	}
	.dropdown-container {
		flex: 100%;
		max-width: 100%;
		margin: 0 0% 20px 0px;
	}
	.dropdown-container .headline img {
		width: 30px;
		height: 30px;
	}


	/*===== TEXTBOX AND IMAGE REPEATER =====*/
	.textbox-and-img-repeater .button img {
		width: 20px!important;
		height: 20px!important;
		margin-right: 20px;
	}
	.textbox-and-img-repeater .button p {
		font-weight: 500;
		font-size: 16px;
		margin-right: 0;
	}
	.textbox-and-img-repeater .leinkja a img {
		width: 61px;
		height: 61px;
	}


	/*===== PAGE QUERY =====*/
	.page-query .page-query-page img {
		height: 200px;
	}
	.page-query .page-query-page .link-container {
		padding: 20px;
	}
	.page-query .page-query-page .link-container img {
		width: 50px;
		height: 50px;
	}
	.page-query-page .white-dots {
		height: 60px;
		width: 90%;
	}


	/*===== TEXT IMAGE VIDEO LEFT RIGHT =====*/
	.text-img-video-left-right .tekstur .title {
		font-weight: 700;
	}
	.text-img-video-left-right .leinkja img {
		width: 60px;
		height: 60px;
	}


	/*===== VIDEO EMBED WITH TEXT =====*/
	.video-embed-with-text-container {
		width: 85%;
	}
	.video-embed-with-text .headline-text {
		margin-bottom: 20px;
		padding: 15px 20px;
	}
	.video-embed-with-text .headline-text #the-text-toggler {
		font-size: 16px;
		width: 100%;
		text-align: end;
	}
	.video-embed-with-text .the-text {
		padding: 15px 20px;
	}
	.video-embed-with-text .the-text strong {
		font-size: 19px;
	}


	/*===== GOOGLE MAP WITH IMG AND TEXT =====*/
	.google-map-with-img-and-text .google-map-embed-container iframe {
		height: 300px;
	}
	.google-map-with-img-and-text .img-and-text-container img {
		height: 250px;
	}


	/*===== HEILDARLOYSNIR =====*/
	.heildarloysnir {
		height: 100%;
	}
	.heildarloysnir .the-text, 
	.heildarloysnir .skipanir {
		width: 80%;
	}
	.heildarloysnir .the-text {
		padding-top: 50px;
	}
	.heildarloysnir .the-text .title {
		margin-bottom: 30px;
	}
	.heildarloysnir .the-text .text {
		margin-bottom: 30px;
	}
	.heildarloysnir .skipanir .skipan {
		flex: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
	}
	.heildarloysnir .skipanir .skipan img {
		height: 25px;
	}
	.heildarloysnir .skipanir .skipan-link {
		height: 40px!important;
	}


	/*===== HALD =====*/
	.subscriptions .subs-flexer .eitt-hald {
		margin: 0px 10px;
	}
	.subscriptions .subs-flexer .eitt-hald .hald-titles {
		padding: 30px 30px 0px 30px;
	}
	.subscriptions .subs-flexer .eitt-hald .eyka {
		padding: 20px 30px;
	}
	.subscriptions .subs-flexer .eitt-hald .text {
		padding: 0px 30px;
	}
	.subscriptions .les-meira-modal-container {
		padding: 30px;
	}
	.subscriptions .subs-flexer .eitt-hald .eyka .eyka-tooltip {
		left: -30px;
		width: 315px;
	}

	/* Remove after merging with style css (the styling is there too)*/
	.wp-block-table table {
        width: max-content!important;
		overflow: scroll;
		min-width: 370px;
    }
}