@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&family=Oleo+Script:wght@400;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*
 Theme Name:   Twenty Twenty-Four
 Description:  Twenty Twenty-Four Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Description: Twenty Twenty-Four is designed to be flexible,
 versatile and applicable to any website. Its collection of templates and patterns tailor to different needs,
 such as presenting a business,
 blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process,
 is fully compatible with the site editor,
 and takes advantage of new design tools introduced in WordPress 6.4.
 Template:     twentytwentyfour
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: one-column,
custom-colors,
custom-menu,
custom-logo,
editor-style,
featured-images,
full-site-editing,
block-patterns,
rtl-language-support,
sticky-post,
threaded-comments,
translation-ready,
wide-blocks,
block-styles,
style-variations,
accessibility-ready,
blog,
portfolio,
news
 Text Domain:  twentytwentyfourchild
*/

                            /*----- Typography -----*/
/* heading */

.wp-block-heading{ /
	font-family: 'rubik', sans-serif !important;
	font-weight: 400;
}
/* Paragraph */
p{ 
	font-family: 'rubik', sans-serif;
	font-weight: 400;
	font-size: 12pt
}

                            /*------- Navbar -------*/
/* Language Switcher */
.trp-language-switcher{
	width: 180px;
}
.trp-language-switcher > div{ 
	border: none;
	text-align: left;
	background: #F9F9F9;
}
/* Navbar normal links */
#modal-1-content > ul > li:nth-child(1) > a, #modal-1-content > ul > li:nth-child(2) > a, #modal-1-content > ul > li:nth-child(3) > a, #modal-1-content > ul > li:nth-child(4) > a{
	position: relative;
	text-decoration: none;
}
#modal-1-content > ul > li:nth-child(1) > a::before, #modal-1-content > ul > li:nth-child(2) > a::before, #modal-1-content > ul > li:nth-child(3) > a::before, #modal-1-content > ul > li:nth-child(4) > a::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
	transform: scaleX(0);
	transform-origin: top left;
	transition: transform 0.3s ease;
}
#modal-1-content > ul > li:nth-child(1) > a:hover::before, #modal-1-content > ul > li:nth-child(2) > a:hover::before, #modal-1-content > ul > li:nth-child(3) > a:hover::before, #modal-1-content > ul > li:nth-child(4) > a:hover::before{
	transform: scaleX(1);
}
.fraedsla > a::after, a[aria-current="page"]::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
}
/* Navbar button "book now" Same for negative header*/
div > div.wp-block-button.nav-btn-book > a{
	height: 40px;
	background: linear-gradient(to right, #67b26b, #4ca2cb) !important;	
	transition: all 0.5s;
	text-align: center;
	cursor: pointer;
}
div > div.wp-block-button.nav-btn-book > a{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
div > div.wp-block-button.nav-btn-book > a:after{
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 10px;
	right: -10px;
	transition: 0.5s;
}
div > div.wp-block-button.nav-btn-book > a:hover{
	padding-right: 24px;
	padding-left:8px;
}
div > div.wp-block-button.nav-btn-book > a:hover:after {
	opacity: 1;
	right: 10px;
}
/* Navbar button "contact" */
div > div.wp-block-button.nav-btn-contact > a{
	height: 40px;
	background: transparent !important;
	transition: all 0.5s;
	color: #06142A;
	border: 3px solid #06142a;
	text-align: center;
	cursor: pointer;
}
div > div.wp-block-button.nav-btn-contact > a{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	padding-top: 7px;
}
div > div.wp-block-button.nav-btn-contact > a:after{
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 6px;
	right: -10px;
	transition: 0.5s;
}
div > div.wp-block-button.nav-btn-contact > a:hover{
	padding-right: 24px;
	padding-left:8px;
}
div > div.wp-block-button.nav-btn-contact > a:hover:after {
	opacity: 1;
	right: 10px;
}
/* Navbar button "contact" negative */
div > div.wp-block-button.nav-btn-contact-negative > a{
	height: 40px;
	align-content: center;
	background: transparent;
	color: #fff;
	border: 3px solid #fff;
	transition: all 0.5s;
	text-align: center;
	cursor: pointer;
}
div > div.wp-block-button.nav-btn-contact-negative > a{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	padding-top: 7px;
}
div > div.wp-block-button.nav-btn-contact-negative > a:after{
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 6px;
	right: -10px;
	transition: 0.5s;
}
div > div.wp-block-button.nav-btn-contact-negative > a:hover{
	padding-right: 24px;
	padding-left:8px;
}
div > div.wp-block-button.nav-btn-contact-negative > a:hover:after {
	opacity: 1;
	right: 10px;
}
/* header shaddow */
.header-shaddow{ 
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

                            /*------- Footer -------*/
/* 0 margin on footer */
footer{ 
	margin-top: 0px;
}

                            /* -------- Buttons -------- */
/* Book now button */
.button-book{
	border-radius: 4px;
	background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	padding: 15px;
	width: 200px;
	transition: all 0.4s;
	cursor: pointer;
}
.button-book span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.4s;
}
.button-book span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button-book:hover span {
	padding-right: 25px;
}
.button-book:hover span:after {
	opacity: 1;
	right: 0;
}
/* More button */
.more-button-container{
	position: relative;
}
.more-button{
	align-items: center;
	background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: 'rubik', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
}
.more-button:active {
	outline: 0;
}
.more-button:hover {
	outline: 0;
}
.more-button span {
	transition: all 200ms;
}
.more-button:hover span {
	transform: scale(.9);
	opacity: .75;
}
/* Download button */
.download-row1{
	display: flex;
	position: relative;
    flex-direction: row;
	margin-top: 20px;
}
.download-row2{
	display: flex;
    flex-direction: row;
    margin-top: 0px;
}
.download-link{
	text-decoration: none;
}
.download-button{
	display: flex;
	align-items: center;
	height: 50px;
	width: 210px;
	text-decoration: none;
	background-color: #fff;
	border: none;
	border-radius: 7px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	font-size: 10pt;
	font-weight: 500;
	cursor: pointer;
	margin: 10px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.download-button:hover{
	background-color: #f2f2f2;
}
.download-text{
	list-style: none;
	padding-left: 0px;
	margin-left: 10px;
}
.button-svg{
	height: 100%;
}
.fa-download{
	margin-left: 20px;
	font-size: 18pt;
}
                            /*-------- Frontpage --------*/
/* Hero section */
.hero-abovehdr{
	font-size: 16pt;
}
.hero-hdr{
	font-family: 'rubik' ,sans-serif;
	font-weight: 400;
	font-size: 35pt;
}
.hero-img{ 
	height: 65vh;
	position: relative
}
.hero-para{ 
	font-size: 14pt !important;
}

p .fa-angles-down{ 
	position: absolute;
	bottom: 30px;
	font-size: 30pt;
	left: 50%
}
.hero-img-mobile{ 
	display: none;
}
/* Info banner */
.info-banner{
	margin-top: 0px;
}
/* Desease section */
.disease-separator{
	width: 40%;
}
/* Brochure section */
.baeklingur-column-mobile{
	display: none !important;
}
.baeklingur-column{ 
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.baeklingur-parent{
	position: relative;
}
.baeklingur{
position: absolute;
min-width: 500px;
right: -100px;
top: -90px;
}
/* about Section */
.aeda-mynd{ 
	position: relative;
	z-index: 1;
}
.gudmundur{ 
	position: relative;
	z-index: 2;
	margin-top: -170px;
	padding: 20px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
/* Map section */
.wp-image-1151{ 
	height: 400px !important;
	border-radius: 10px;
}
.street-map{ 
	border-radius: 10px;
}

                            /* Page - Gudmundur Danielsson */
.gudmundur-column{
	border-radius: 10px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

                            /*-- Page - Blaaedasetrid --*/
.column-blaaedasetrid{
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
                            /*----- Page - Fraedsla -----*/
/* Navigation tabs */
.tabs-parent{ 
	padding-top: 100px;
	padding-bottom: 0px;
}
.tabs{ 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
	margin-right: 20px;
}
.tabs .tab{ 
	text-decoration: none;
	white-space: nowrap;
    min-width: 100px;
    color: white;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
	font-weight: 400;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
	padding-left: 15px;
    padding-right: 15px;
	width: 200px;
}
.tabs .tab:hover{ 
	background-color: white;
	color: black;
}
.tabs .tab.active{ 
	background-color: white;
	color: black;
	text-decoration: none;
}

                            /*------ Page - Education ------*/
/* FAQ section */
.aedahnt-border{ 
	border-bottom: 1px solid black !important;
}
summary{ 
	font-family: 'rubik', sans-serif;
}

                            /*-------- contact page --------*/
.map-contact{
	height: 250px;
	border-radius: 10px;
}
												/* Responsive / Media Queries */
@media only screen and (max-width: 1200px){
	.baeklingur-column{
		display: none !important;
	}
	.baeklingur-column-mobile{
		display: block !important;
		box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	}
	.download-row1{
		display: flex;
		justify-content: center;
	}
	.download-row2{
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 1100px){ 
/* Header - Nav */
	.wp-block-navigation__responsive-container-open:not(.always-shown) { /* Show burger-menu-nav on smaller devices */
		display: flex !important;
	}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { /* hide normal nav on smaller devices */
		display: none !important;
	}	
	.header-row{
		display: flex !important;
		justify-content: flex-start !important;
		position: relative !important;
		width: 100%;
		height: 80px;
		vertical-align: middle;
	}
	.header-logo{ 
		flex: 0 1 auto !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.header-nav{ 
		flex: 0 1 auto !important;
		margin-left: auto !important;
		margin-right: 20px !important;
	}

 						/*------ Page Heim --------*/
	.hero-img{ 
		display: none;
	}
	.hero-img-mobile{ 
		display: flex;
		height: 80vh;
	}
	.mobile-hero-column{
		width: 70%;
		justify-content: center;
	}
	.hero-above-hdr-mobile{ 
		color: white;
	}
	.hero-hdr-mobile{ 
		color: white;
	}
	.hero-para-mobile{ 
		color: white;
	}
	p .fa-angles-down{ 
		display: flex;
		justify-content: center;
		margin-top: 50px;
		color: white;
	}
	.stack-column-gudmundur{
		flex-direction: column;
	}
							/* Page - Fraedsla */
	.tabs{
		justify-content: center;
		flex-wrap: wrap;
	}
	.tabs{
		flex-wrap: wrap;
	}
	.tab{
		flex: 50%;
		width: 50%;
		box-sizing: border-box;
	}
	.faq-group{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 875px){
	.hero-abovehdr-mobile{
		font-size: 14pt;
	}
	.hero-hdr-mobile{
		font-family: 'rubik' ,sans-serif;
		font-weight: 400;
		font-size: 25pt;
	}
	.hero-para-mobile{
		font-family: 'rubik', sans-serif;
		font-weight: 400;
		font-size: 12pt;
	}
	.stack-column{ 
		flex-direction: column !important;
		padding: 20px;
		justify-content: center;
		max-width: 490px !important;
	}
	.aedahnutaadgerd-box{ 
		order: 1;
	}
	.aedahnutaadgerd-img{ 
		order: 2;
	}
						/* Page - Blaaedasetrid */
	.skurdstofa-box{ 
		order: 2 !important;
		
	}
	.skurdstofa-img{ 
		order: 1 !important;
	}
}
@media only screen and (max-width: 782px){
								/* Page - Heim */
	.mobile-hero-column{
		width: 100%;
		justify-content: center;
	}
	.hero-abovehdr-mobile{
		font-family: 'rubik', sans-serif;
		font-weight: 400;
		font-size: 10pt;
	}
	.hero-hdr-mobile{
		font-family: 'rubik', sans-serif;
		font-weight: 400;
		font-size: 22pt;
	}
	.gudmundur-stacked-mobile{ 
		padding-right: 15px;
	}
}
@media only screen and (max-width: 640px){
	.download-row1{
		display: flex;
		position: relative;
    	flex-direction: column;
		margin-top: 20px;
	}
	.download-row2{
		display: flex;
    	flex-direction: column;
    	margin-top: 0px;
	}
	.download-button{
		width: 100%;
	}
}
