/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/


:root {

    --color-tt-light: 0,148,148;
    --color-tt-medium: 0,107,107;
    --color-tt-dark: 0,53,50;


    --color-tt-booking: 52,127,127;
    
    
    --color-tt-white: 255,255,255;
    --color-tt-black: 0,0,0;
    --color-tt-grey: 60,60,60;
    --color-tt-grey-light: 248,248,248;
}





html {
	background-color: rgba(var(--color-tt-grey),0.07);
	background-color: rgba(var(--color-tt-white),1.00);
}
body {
	background-color: rgba(var(--color-tt-white),1.00);
}
.row {
	margin: 0;
}

.p:last-of-type {
	margin-bottom: 0;
}



/* Header */
#t4-header {
	background-color: rgba(var(--color-tt-white),1.00);
    border-bottom: 0 none transparent;
	display: block;
    min-height: 50px;
	position: fixed!important;
	width: 100%;
	top: 0;
	margin-top: 0px;
	transition:            all .2s ease-out;
	z-index: 50;
	/*
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	*/
}
.not-at-top #t4-header.t4-sticky {
	background-color: rgba(var(--color-tt-white),1.00);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.frontpage #t4-header {
	background-color: rgba(var(--color-tt-white),1.00);
}
.frontpage.not-at-top #t4-header.t4-sticky {
	background-color: rgba(var(--color-tt-white),1.0);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
#t4-header {
	margin-top: 0px;
}

#t4-header .logo {
	padding: 10px 10px 10px 15px;
	-ms-flex: 1 1 50%;
	flex: 0 1 50%;
}
#t4-header .logo img {
    height: 30px;
    width: auto;
	transition:            all .2s ease-out;
}
#t4-header .phone {
	display: none;
}
/* Header EO */

p:last-of-type {
	margin-bottom: 0;
}
h1 {
	color: rgba(var(--color-tt-dark),1.00);
}
h3 {
	color: rgba(var(--color-tt-green),1.00);
}
.language {
	position: absolute;
	top: 6px;
	right: 12px;
	z-index: 200;
	font-size: 14px;
}
.language .mod-languages li.lang-active {
	background-color: rgba(0,0,0,0.00);
}
.language .mod-languages li {
	margin: 0;
}
.language .mod-languages a {
	padding: 5px;
	color: rgba(var(--color-tt-grey),0.5)!important;
}
.language .mod-languages a:hover {
	text-decoration: none!important;
}
.language .mod-languages li.lang-active a {
	color: rgba(var(--color-tt-grey),1.0)!important;
	font-weight: 600;
}


.t4-content {
	padding-top: 0;
}



.t4-content-wrapper {
    flex-wrap: wrap;
	display: flex;
}
.t4-content-wrapper .item-page {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-right: 0px;
}
.t4-content-wrapper .sidebar-right {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0px 15px 0 15px;
}
.sidebar-right:empty {
	display: none;
}

.sidebar-right .moduletable {
	margin-bottom: 30px;
}

.t4-content-wrapper .sidebar-left {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0px 15px 0 15px;
}
.sidebar-left:empty {
	display: none;
}

.sidebar-left .moduletable {
	margin-bottom: 30px;
}


.t4-main-body {
padding-top: 50px;
padding-bottom: 0;
}

.com-content-article__body {
    margin-top: 0!important;
    margin-bottom: 0!important;
	padding: 0 30px 30px 30px;
}

/* Off-Canvas menu */
.sm-logo.sm-logo {
	background-color: rgba(var(--color-black),1.00);
    padding: 30px;
	padding-bottom: 30px;
    text-align: center!important;
}
.sm-logo img {
    width: 100%;
    height: auto;
}



/* Off-Canvas menu EO */



.convertforms.contactform h2 {
	font-weight: 700;
	margin-bottom: 0;
}
.convertforms.contactform .cf-label h5 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
.convertforms.contactform .cf-form-wrap {
	padding: 0;
}


/* Article */

.pricewrap {
    flex-wrap: wrap;
    display: flex;
    flex-basis: 0;
    margin: 0 -15px;
}
.pricewrap > div {
	flex: 0 1 50%;
    padding: 15px;
}
.pricewrap h3 {
    padding-top: 0!important;
}

.table.table-sm {
    width: 100%!important;
    max-width: 100%;
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-medium),1.00);
    border-radius: 10px;
    border: 0 none transparent!important;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
}

.table.table-sm thead tr {
    background-color: rgba(var(--color-tt-dark),1.00);
}
.table.table-sm thead h3 {
    margin: 0;
    padding: 0;
    color: rgba(var(--color-tt-white),1.00);
}
.table.table-sm tr td:nth-child(2),
.table.table-sm tr td:nth-child(3) {
    text-align: right;
    width: 100px;
}
.table.table-sm > thead > tr:first-of-type > th,
.table.table-sm > tbody > tr:first-of-type > th,
.table.table-sm > tfoot > tr:first-of-type > th,
.table.table-sm > thead > tr:first-of-type > td,
.table.table-sm > tbody > tr:first-of-type > td,
.table.table-sm > tfoot > tr:first-of-type > td {
    border: 0 none transparent;
}
.table.table-sm > thead > tr > th,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > td,
.table.table-sm > tbody > tr > td,
.table.table-sm > tfoot > tr > td {
    padding: 10px;
    border: 0 none transparent;
    color: rgba(var(--color-tt-white),1.00);
	transition:            all .2s ease-out;
}
.table.table-sm > thead > tr:hover > th,
.table.table-sm > tbody > tr:hover > th,
.table.table-sm > tfoot > tr:hover > th,
.table.table-sm > thead > tr:hover > td,
.table.table-sm > tbody > tr:hover > td,
.table.table-sm > tfoot > tr:hover > td {
    padding: 10px;
    border: 0 none transparent;
    color: rgba(var(--color-tt-dark),1.00);
    font-weight: 600;
}
.table.table-sm > tbody > tr:hover {
    background-color: rgba(var(--color-tt-light),1.00);
}
.table.table-sm tr:nth-child(2n) {
    background-color: rgba(var(--color-tt-dark),1.00);
	transition:            all .2s ease-out;
}
.table.table-sm tr:nth-child(2n):hover {
    background-color: rgba(var(--color-tt-light),1.00);
}




.com-content-article__body strong {
	font-weight: 600;
}

.page-header-main {
    background-color: rgba(var(--color-tt-medium),1.00);
	min-height: 30vw;
	position: relative;
	margin: 0 -16px 20px -16px;
	position: relative;
	background-image: url('/images/system/header.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-header-main .container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 5vw;
}
.page-header-main h1 {
	margin: 0;
	font-size: 6.5vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main h2 {
	margin: 0 0 0 0;
	font-weight: 300;
	font-size: 2.3vw;
    color: rgba(var(--color-tt-white),1.00);
}



.item-image {
	width: 100%;
	margin-bottom: 50px!important;
}
figure.pull-left.item-image {
    margin-right: 0;
}
figure.pull-right.item-image {
    margin-left: 0;
}
 


figure figcaption {
    color: rgba(var(--color-tt-dark),1.00)!important;
    background-color: rgba(var(--color-tt-light),1.00);
    color: #adb5bd;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 12px;
    text-transform: none;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, .0);
}

.item-page .article-info {
	padding-left: 30px;
	margin-bottom: 10px;
}
.item-page .article-info .icon-calendar {
	margin-right: 5px;
}
.item-page .article-info i {
	margin-right: 5px;
}
/* Article EO */







/* Intro */
#t4-intro {
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 20px;
}
#t4-intro .text {
	padding: 50px 50px;
}

#t4-intro a {
    color: rgba(var(--color-tt-medium),1.00);
    text-decoration: none;
    font-weight: 700;
}
/* Intro EO */




.vaccine-tekst {
    background-color: rgba(var(--color-tt-grey), 0.1);
    padding: 25px;
    border-radius: 10px;
    display: inline-block;
}
.vaccine-tekst h2,
.vaccine-tekst h3 {
	margin-top: 0;
	margin-bottom: 0;
    color: rgba(var(--color-tt-medium),1.00);
}


/* Content Wrap  */

.contentwrapper {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
}
.contentwrapper > div {
	flex: 0 1 50%;
	padding: 15px;
}

/* Content Wrap EO */



.menu-icon-cont {
	z-index: 500!important;
}



/* Contact Form */
#t4-contact {
    padding: 50px 30px;
	font-size: 15px;
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-light),1.00);
    margin-top: 30px;
    background-image: url("/images/system/virus_dark.svg");
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: left -20px top -20px;
	text-align: center;
}


#t4-contact strong {
	font-weight: 600;
}



#t4-contact .convertforms {
    margin-top: 20px;
}
#t4-contact .convertforms .cf-form-wrap {
    padding: 0!important;
}
#t4-contact h3 {
	margin-top: 0;
}
#t4-contact p:last-of-type {
	margin-bottom: 0;
}
#t4-contact  a {
    color: rgba(var(--color-tt-white),1.00);
	font-weight: 700;
	text-decoration: none;
}
#t4-contact  a:hover {
    color: rgba(var(--color-tt-white),1.00);
	text-decoration: underline;
}
#t4-contact .cf-control-group {
    padding: 0px;
}
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: auto;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
	
}

#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 5;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
    grid-row-end: 6;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
}  
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}


#t4-contact .cf-control-group.consent label {
    color: rgba(var(--color-tt-white),1.00)!important;
    font-weight: 300;
    font-size: 13px;
}
#t4-contact .cf-control-group.consent label a {
    color: rgba(var(--color-tt-white),1.00);
    text-decoration: underline;
    font-weight: 500;
}
#t4-contact .cf-control-group.consent label a:hover {
    text-decoration:  none;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: center;
}
#t4-contact .cf-control-group.message textarea {
    height: 100px;
}
#t4-contact .cf-control-group.send button {
	font-family: var(--heading-font-family);
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-medium),1.00);
	font-weight: 700;
	text-transform: uppercase;
}

#t4-contact .convertforms.cf-success.cf-success-hideform .cf-fields,
#t4-contact .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none;
}

.convertforms.cf-success .cf-response {
	color: rgba(var(--color-tt-white),1.00);
    background-color: transparent!important;
	line-height: 1.4;
}

.checkbox_styled {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.checkbox_styled + label::before {
    content: "";
    display: inline-block;
    background: rgba(var(--color-tt-white),1.00);
    border-radius: 3px;
    border: 1px solid rgba(var(--color-tt-medium),1.00);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox_styled:checked + label::after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: -10px;
    border-radius: 0px;
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    content: "\f00c";
    color: rgba(var(--color-tt-dark),1.00);
    font-size: 22px;
}
.checkbox_styled + label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 20px!important;
}
/* Contact Form EO */


/* Slogan */
#t4-slogan {
	color: rgba(var(--color-tt-white),1.00);
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding: 30px 0;
	background-image: url("/images/system/header.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* Slogan EO */



/* Call to action */
#t4-call-to-action {
	padding: 40px 30px;
    background: rgba(var(--color-tt-grey-light),1.00);
}
#t4-call-to-action h3 {
	color: rgba(var(--color-tt-medium),1.00);
	text-transform: none;
	text-align: center;
}

#t4-call-to-action .vamodservices-inner {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
}
#t4-call-to-action .vamodservices-inner > div {
	flex: 0 1 100%;
    padding: 15px;
}
#t4-call-to-action a {
	color: rgba(var(--color-tt-white),1.00);
	text-decoration: none;
}
#t4-call-to-action .vamodservices-boxdiv {
	position: relative;
	width: auto;
    border: 0 none transparent;
    border-radius: 10px;
    background-color: rgba(var(--color-tt-white),1.00);
    min-height: auto;
    height: 100%;
    padding: 0 0 45px 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px 2px rgba(var(--color-tt-black),0.20);
	transition: all .2s ease-out;
}
#t4-call-to-action .vamodservices-boxdiv:hover .vamodservices-detailsbox a {
    background-color: rgba(var(--color-tt-medium),1.00)!important;
}
#t4-call-to-action .vamodservices-boxdiv:hover {
	transform: scale(1.05);
}
#t4-call-to-action .vamodservices-divblock {
    display: block;
    padding: 0;
    margin: 0 0;
}
#t4-call-to-action .vamodservices-name {
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-medium),1.00);
    margin: 0;
    padding: 14px 65px 14px 20px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
#t4-call-to-action .vamodservices-name i {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 35px;
}
#t4-call-to-action .vamodservices-desc {
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
#t4-call-to-action h3 {
    font-size: 38px;
}
#t4-call-to-action .vamodservices-desc h4 {
    font-size: 15px;
    margin: 0;
}

#t4-call-to-action .vamodservices-detailsbox {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	padding: 0;
	border-radius: 0;
}
#t4-call-to-action .vamodservices-detailsbox a {
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-light),1.00)!important;
    display: block;
    text-align: right;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
#t4-call-to-action .vamodservices-detailsbox i {
	margin-left: 8px;
}
#t4-call-to-action .vamodservices-details {
    float: none;
    margin: 0 0;
}

#t4-call-to-action .vamodservices-cost {
	background-color: #FF0000;
	display: inline-block;
	position: absolute;
	left: 7px;
	bottom: 7px;
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-medium),1.00);
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
	transition: all .2s ease-out;
}
#t4-call-to-action .vamodservices-cost .vamodservices-price {
    font-size: 14px;
}
#t4-call-to-action .vamodservices-boxdiv:hover .vamodservices-cost {
    background-color: rgba(var(--color-tt-light),1.00)!important;
}

/* Call to action EO */



/* Vacciner */

.vapsergroup {
    padding: 0;
    background-color: transparent;
    width: auto;
    display: block;
    margin: 0;
}
.vapservicescont {
    width: auto;
    display: block;
    margin: 0;
}
.vapserallblocks .vapservicescont {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
}
.vapserallblocks .vapservicescont > div {
	flex: 0 1 100%;
    padding: 15px;
}
.vapserallblocks .vapserblock {
    display: block;
    width: auto;
    background: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    min-height: auto;
    position: relative;
    border: 0 none transparent;
}

.vapserdescwrap {
    box-sizing: border-box;
    opacity: 1;
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    border-bottom: 0 none transparent;
    transition: all 400ms ease-in-out 0s;
}
.vapserallblocks .vapsername {
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-medium),1.00);
    margin: 0;
    padding: 14px 65px 14px 20px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.vapserallblocks .vapsername a {
	color: rgba(var(--color-tt-white),1.00);
    font-weight: 600;
}
.vapserallblocks .vapsername i {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 35px;
}

.vapserallblocks .vapserwrapper {
	position: relative;
	width: auto;
    border: 0 none transparent;
    border-radius: 10px;
    background-color: rgba(var(--color-tt-white),1.00);
    min-height: auto;
    height: 100%;
    padding: 0 0 45px 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px 2px rgba(var(--color-tt-black),0.20);
	transition: all .2s ease-out;
}
.vapserallblocks .vapserdescwrap {
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.vapserallblocks .vapserdescwrap h4 {
    font-size: 15px;
    margin: 0;
}

.vapempimgdiv {
    margin: 0 0 25px 25px;
    float: right;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.vapserallblocks .vamodservices-cost {
	background-color: #FF0000;
	display: inline-block;
	position: absolute;
	left: 7px;
	bottom: 7px;
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-medium),1.00);
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
	transition: all .2s ease-out;
	z-index: 10;
}
.vapserallblocks .vamodservices-cost .vamodservices-price {
    font-size: 14px;
}
.vapserallblocks .vapserwrapper:hover .vamodservices-cost {
    background-color: rgba(var(--color-tt-light),1.00)!important;
}

.vapserallblocks .readmore  {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.vapserallblocks .readmore a {
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-light),1.00)!important;
    display: block;
    text-align: right;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.vapserallblocks .readmore i {
	margin-left: 8px;
}
.vapserallblocks .vapserwrapper:hover .readmore a {
    background-color: rgba(var(--color-tt-medium),1.00)!important;
}
.vapserallblocks .vapserwrapper:hover {
	transform: scale(1.05);
}


.vapseralldesc {
	padding-bottom: 25px;
}

/* Vacciner EO */


.vaporderheader.vap-head-first {
	font-weight: 700;
}
.vap-order-first {
    border-bottom: 0 none #CCCCCC;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
}

/* Category */
.blog-items h2 a,
.blog-items h2 a:hover {
	color: rgba(var(--color-tt-dark),1.00);
	text-decoration: none;
}
.blog-items h2 {
	margin-bottom: 8px;
}
.blog-items {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
}
.blog-items > div {
	flex: 0 1 100%;
	padding: 0 15px 15px 15px;
}
.blog-items .item-image {
    width: 100%;
    margin-bottom: 15px !important;
    overflow: hidden;
	aspect-ratio: 3/2;
	position: relative;
}
.blog-items .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-items .icon-calendar {
	margin-right: 5px;
}

/* Category EO */





/* Samtykke */

.samtykkebox .eb {
	font-family: var(--body-font-family);
	font-size: 16px;
	color: var(--body-text-color);
}
.samtykkebox .eb-dialog {
	background-color: rgba(var(--color-tt-white),1.00)!important;
}
.samtykkebox .eb-content h3 {
	margin-top: 0px!important;
	font-weight: 700;
}
.samtykkebox .eb-content.rstbox-content h3 {
    margin-top: 0;
}
.samtykkebox .eb a {
	color: rgba(var(--color-tt-medium),1.00);
    text-decoration: underline;
	transition: 		all .2s ease-out;
}
.samtykkebox .eb a:hover {
	color: rgba(var(--color-tt-dark),1.00);
    text-decoration: none;
}
.samtykkebox .button {
	text-align: center;
}
.samtykkebox .eb-btn {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 8px 24px 6px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	color: rgba(255,255,255,1.00);
	background-color: rgba(var(--color-tt-medium),1.00)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
	margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.samtykkebox .eb-btn:hover {
	color: rgba(var(--color-tt-white),1.00)!important;
	background-color: rgba(var(--color-tt-dark),1.00)!important;
    opacity: 1;
	border-radius: 6px;
}
/* Samtykke EO */



/* Footer */
#t4-footer {
	font-size: 13px;
	font-weight: 400;
	color: rgba(var(--color-tt-grey),1.00);
	background-color: rgba(var(--color-tt-white),1.0);
	border-top: 0 none transparent;
	padding: 30px 30px 100px 30px;
	text-align: center;
}
#t4-footer p {
	margin: 0;
}
#t4-footer h4 {
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 15px;
}
#t4-footer img {
	height: 46px;
	width: auto;
	margin: 0 10px;
}

/*
#t4-footer span::before {
	content: "\A";
	white-space: pre;
}
*/


/* Footer EO */


/* Disclaimer */
#t4-disclaimer {
	text-align: center;
	font-size: 10px;
	padding: 10px 30px 100px 30px;
	color: rgba(var(--color-tt-grey),1.00);
	background-color: rgba(var(--color-tt-white),1.0);
}
#t4-disclaimer a {
	text-decoration: none;
}
#t4-disclaimer a:hover {
	text-decoration: underline;
}
/* Disclaimer EO */



a, a:focus {
    color: rgba(var(--color-tt-dark),1.0);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
	text-decoration: underline;
}
a:hover {
    color: rgba(var(--color-tt-dark),1.0);
	text-decoration: none;
}



.container {
    width: 100%!important;
	max-width: 100%!important;
	margin: auto;
	padding: 0;
}	
.moduletable {
    border: 0 none transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.linkbutton {
	font-family: var(--heading-font-family);
    font-weight: 600;
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-medium),1.00);
    border-radius: 5px;
    padding: 7px 16px 6px 16px;
	transition: 		all .2s ease-out;
    display: inline-block;
    text-decoration: none!important;
}
.linkbutton:hover {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-dark),1.0);
    text-decoration: none;
}
.linkbutton i {
	margin-right: 8px;
}

.moduletable.readmore  {
	text-align: center;
	margin-top: 20px;
}
.moduletable.readmore .linkbutton i {
	margin-right: 0;
	margin-left: 8px;
}


/* Booking */
#t4-booking {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-booking),1.0);
    background-image: url("/images/content/vaccine_hpv.webp");
	background-repeat: no-repeat;
	background-size: 350px auto;
	background-position: right 0px top 0px;
	min-height: 350px;
	padding-top: 50px;
}
#t4-booking  .t4-section-inner {
	height: 100%;
	align-items: center;
	padding: 30px 30px;
	transition: all .2s ease-out;
}
#t4-booking .vapmainsearchmod.horizontal {
    display: block;
    margin: 0;
}

#t4-booking .moduletablevikapp {
	display: block;
}

#t4-booking .bookingbox {
    background-color: rgba(var(--color-tt-medium),1.0);
    border-radius: 8px;
    background-image: url("/images/system/virus_light.svg");
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: right -40px top -10px;
	padding: 25px 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#t4-booking .bookingbox h2 {
	font-weight: 600;
	font-size: 30px;
	margin: 0;
}
#t4-booking .vapsearchinputlabelmod {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 14px;
}
/* Booking EO */	




.vaptdselected {
    background-color: rgba(var(--color-tt-dark),1.00)!important;
}
.vap-cal-legend .vap-cal-box-blue {
    background-color: rgba(var(--color-tt-dark),1.00)!important;
    border-color: rgba(var(--color-tt-dark),1.00)!important;
}


.vamodservices-image-box img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.vaptlblock1 {
    background-color: rgba(var(--color-tt-light),1.00)!important;
    color: var(--vap-timeline-available-color) !important;
}
.vaptimeline .vaptlblock1:hover {
    background-color: rgba(var(--color-tt-medium),1.00)!important;
	color: var(--vap-timeline-available-hover-color) !important;
}
.vaptimeline .vaptimeselected {
    background-color: rgba(var(--color-tt-dark),1.00)!important;
    color: var(--vap-timeline-selected-color) !important;
}

.vaptimeline .timeline-error {
    font-weight: normal;
    color:  rgba(var(--color-tt-white),1.00)!important;
    display: inline-block;
    background-color: rgba(var(--color-tt-medium),1.00);
    padding: 8px 16px;
    border-radius: 6px;
}


.vap-calendar-legend-box {
    text-align: left;
    font-size: 14px;
}
ul.vap-cal-legend {
	padding-left: 0;
}

a.vap-btn,
button.vap-btn {
    border-radius: 6px!important;
}

.ui-datepicker.ui-widget-content .ui-widget-header .ui-icon,

.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-hover,
.ui-datepicker.ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-focus {
    background: none;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-prev {
    left: 2px !important;
    top: 2px !important;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-prev:before {
    content: "\f137";
    font-family: "Font Awesome 7 Pro";
    font-size: 16px;
    color: rgba(var(--color-tt-white),1.0);
    opacity: 0.8;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .2s ease-out;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-next {
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-next:before {
    content: "\f138";
    font-family: "Font Awesome 7 Pro";
    font-size: 16px;
    color: rgba(var(--color-tt-white),1.0);
    opacity: 0.8;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .2s ease-out;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-prev,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-next {
    border: 0 !important;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-prev:not(.ui-state-disabled),
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-next:not(.ui-state-disabled) {
    cursor: pointer;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-hover.ui-datepicker-prev.ui-datepicker-prev-hover:not(.ui-state-disabled):before,
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-hover.ui-datepicker-next.ui-datepicker-next-hover:not(.ui-state-disabled):before {
    
    color: rgba(var(--color-tt-white),1.0);
    opacity: 1;
}



.ui-widget {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.1em;
    border-radius: 8px;
    margin-top: 6px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background-color: rgba(var(--color-tt-grey-light),1.0);
    background-image: none;
    font-weight: 500;
    color: rgba(var(--color-tt-medium),1.0);
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    border: 1px solid #ddd;
    background-color: rgba(var(--color-tt-light),1.0);
    background-image: none;
    font-weight: 500;
    color: rgba(var(--color-tt-white),1.0);
}
 .ui-state-disabled .ui-state-default:hover {
    border: 1px solid #ddd;
    background-color: rgba(var(--color-tt-grey-light),0.0);
    background-image: none;
    font-weight: 500;
    color: rgba(var(--color-tt-medium),1.0);
}


.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ddd;
    background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
    font-weight: 500;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 7px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background-color: rgba(var(--color-tt-medium),1.0);
    background-image: none;
    color: rgba(var(--color-tt-white),1.0);
    font-weight: 600;
    border-radius: 5px;
}
.moduletablevikapp input {
    width: 100%;
    border: 1px solid rgba(var(--color-tt-dark),1.0);
    border-radius: 8px;
    background: rgba(var(--color-tt-white),1.0);
    padding: 10px 10px 8px 10px;
    color: rgba(var(--color-tt-grey),1.0);
    font-size: 16px;
    outline: none;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 300;
    height: 46px;
}
.moduletablevikapp input:focus {
	box-shadow: none;
    border: 1px solid rgba(var(--color-tt-dark),1.0);
}
.ui-datepicker table {
    width: 100%;
    margin: 0 0;
}
.ui-datepicker {
    padding: 4px;
}
.select2-container .select2-choice {
    height: 46px!important;
    border: 1px solid rgba(var(--color-tt-dark),1.0)!important;
    border-radius: 8px!important;
    font-size: 16px;
    padding: 5px 10px 8px 10px;
    width: 100%;
    font-weight: 300;
}


.select2-container.select2-dropdown-open > .select2-choice {
    border-radius: 8px!important;

}
.select2-container > .select2-choice .select2-arrow {
	width: 25px;
}
.select2-container > .select2-choice .select2-arrow b {
    background-position: 0 10px !important;
    background-image: none!important;
}
.select2-result-label {
	font-weight: 300;
}
.select2-container.select2-dropdown-open.select2-container-active .select2-arrow b {
    background-position: -18px 10px !important;
}


.select2-container > .select2-choice .select2-arrow:before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 700;
    content: "\f0d7";
    color: rgba(var(--color-tt-medium),1.0);
    position: absolute;
    top: 3px;
    left: 5px;
}
.select2-container.select2-dropdown-open.select2-container-active .select2-arrow:before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 700;
    content: "\f0d8";
    color: rgba(var(--color-tt-medium),1.0);
    position: absolute;
    top: 5px;
    left: 5px;
}
.select2-with-searchbox.select2-drop-active {
	width: calc(100vw - 120px)!important;
	margin-top: 6px;
	border-radius: 8px;
	overflow: hidden;
}
.select2-results .select2-highlighted {
    background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}

#vapsersearchform {
    background-color: rgba(var(--color-tt-grey),0.1);
    padding: 25px;
    border-radius: 10px;
}
#vapsersearchform h2 {
	margin: 0 0 15px;
	font-size: 24px;
	color: rgba(var(--color-tt-medium),1.0);
}
#vapsersearchform .select2-container .select2-choice {
    height: 36px!important;
    border-radius: 6px!important;
    font-size: 14px;
    padding: 0 10px 8px 10px;
    width: 100%;
    font-weight: 300;
}
#vapsersearchform .select2-container > .select2-choice .select2-arrow:before {
    top: -1px;
    left: 7px;
}


#vapsersearchform .monthlegend {
    flex-wrap: wrap;
	display: flex;
}
#vapsersearchform .monthlegend .vapmonthselect {
	flex: 0 1 180px;
}
#vapsersearchform .monthlegend .vap-calendar-legend-box {
	flex: 1 1 50%;
	margin-top: 6px;
}
#vapsersearchform .monthlegend .vapmonthselect {
    margin: 0;
}
.select2-drop .select2-result-label {
    font-size: 14px;
}
body.view-servicesearch #select2-drop {
	margin-top: 1px;
}

.moduletable.bookingbox .disclaimer {
	font-size: 12px;
	padding: 7px 0 0 0;
	font-weight: 200;
}
.vapmainsearchmod.horizontal .vapformfieldsetmod {
    display: flex;
    flex-wrap: wrap;
}
.vapmainsearchmod.horizontal .vapsearchinputdivmod {
    margin: 0 0;
    flex: 1 0 100%;
}
.moduletable.bookingbox .vapsearchinputdivmod.mod-booknow button.vap-btn.blue {
    background-color: rgba(var(--color-tt-dark),1.0)!important;
    height: 46px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 75px;
}
.moduletable.bookingbox .vapsearchinputdivmod.mod-booknow {
	margin: 0;
}
.moduletable.bookingbox .vapsearchinputdivmod.employees {
	display: none;
}

.vapoptionsheadtitle,
.vapsummaryoptionsheadtitle,
.vapcompleteorderheadtitle,
.vap-confirmapp-h3 {
	color: rgba(var(--color-tt-medium),1.0);
	font-weight: 600;
	font-size: 24px;

}
.vapsummaryservicescont .vapcartitemdiv .vapcartinneritemscont {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
}



.vapcartheader {
    background-color: rgba(var(--color-tt-medium),1.0);
    padding: 10px 15px 10px 12px;
	color: rgba(var(--color-tt-white),1.0);
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px 8px 0 0;
	transition: all .2s ease-out;
}
.vapcartheader:has(.vapcartexphidden) {
    border-radius: 8px;
}

.vapcartheader .vapcartitemleft {
    flex: 1 0 75%;
}
.vapcartheader .vapcartitemright {
    flex: 1 1 25%;
    text-align: right;
}

.vapalloptionsdiv, .vapsummarycont,.vapcompleteorderdiv {
    padding: 0 0 15px 0;
}



.vapcartheader a {
	color: rgba(var(--color-tt-white),1.0);
}

.vapcartheader .vapcartitemright,
.vapcartheader .vapcartitemleft {
	float: none!important;
	font-size: 16px!important;
}
.vapcartinneritemdiv {
    padding: 10px;
    background: #eee;
    border-bottom: 0 none transparent;
    width: 100%;
}

.vapcartitemname {
	font-size: 16px;
}
#vap-cart-totals-wrapper {
	display: flex;
	justify-content: flex-end;
}
.vap-cart-summary-gtotal {
    border: 0 none transparent;
    border-top: 0;
    padding: 5px 15px;
    max-width: 100%;
}
.vapsummaryservicescont .vapcartitemdiv:last-child {
    border-bottom: 0 none transparent;
}
.vapsummarytotaldiv.total-gross {
	border-top: 1px solid rgba(var(--color-tt-grey),0.7);
	border-bottom: 3px double rgba(var(--color-tt-grey),0.7);
}

.vapsearchinputdivmod.dates {
	order: 2;
}
.vapsearchinputdivmod.services {
	order: 1;
}
.vapsearchinputdivmod.mod-booknow {
	order: 3;
}
.vapcompleteorderdiv {
    padding: 0 0 15px 0;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    border: 0 none #eee;
}
.vapcontinueshopdiv {
    padding-bottom: 25px;
    width: 100%;
    margin-top: 0;
}
.vapsummaryservicescont .vapcartitemdiv {
    padding: 0 0 10px 0;
    border: 0 none #ddd;
    box-sizing: border-box;
}
.vap-payments-list .vap-payment-wrapper:last-child {
    border: 0 none transparent;
}
.vap-payments-list .vap-payment-wrapper {
    border: 0 none transparent;
    border-bottom: 0;
}
.vapempblock {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 0 0 32px 0;
    background: transparent;
    box-shadow: none;
}
.vapempinfoblock {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.vapempcontactdiv {
    border-top: none;
    background: transparent;
    background-color: rgba(var(--color-tt-grey),0.1);
    text-align: right;
    padding: 10px 10px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 10px;
}

.vaptheadcal {
    background-color: rgba(var(--color-tt-white),1.0);
}
.vaptheadcal .monthname {
	text-transform: capitalize;
    color: rgba(var(--color-tt-white),1.0);
    background-color: rgba(var(--color-tt-medium),1.0);
    border-radius: 6px 6px 0 0;
}
.vaptbodycal .vaptdnoday {
    background-color: rgba(var(--color-tt-grey-light),1.0);
}
.vaptheadcal tr:first-child {
    border-bottom: 0 none transparent;
}
.vapempdescdiv {
    margin: 0;
}
.vapempdescdiv h3 {
	font-size: 22px;
}
.vap-empheader-div {
    margin-bottom: 0;
}

.vapallcaldiv {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
	width: auto;
}
.vapallcaldiv > div {
	flex: 0 1 100%;
}
.vapcalendardiv {
    display: inline-block;
    vertical-align: top;
    border: 0 none #ddd;
    padding: 15px;
    margin: 0;
    border-top: 0 none rgba(var(--color-tt-medium),1.00);
}

.vapempcontactsp {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}


.vap-btn,
a.vap-btn,
button.vap-btn.blue,
button.vap-btn.green {
    background-color: rgba(var(--color-tt-medium),1.0)!important;
	transition: all .2s ease-out;
    color: rgba(var(--color-tt-white),1.0)!important;
}
.vap-btn:hover,
a.vap-btn:hover,
button.vap-btn.blue:hover,
button.vap-btn.green:hover {
    background-color: rgba(var(--color-tt-dark),1.0)!important;
    color: rgba(var(--color-tt-white),1.0)!important;
}

.vap-price-info-box.service-price,
.vap-price-info-box.service-duration {
    color: rgba(var(--color-tt-white),1.0);
    background-color: rgba(var(--color-tt-medium),1.0);
    border-radius: 6px;
    padding: 6px 12px;

}

.vapbookbuttoninnerdiv.additem,
.vapbookbuttoninnerdiv.checkout {
	float: none;
	margin: 0;
}

.vapbookbuttoninnerdiv button.vapcheckoutbutton,
.vapbookbuttoninnerdiv button.vapadditembutton {
	float: none;
	margin: 10px 0 0 0;
	width: 100%;
}

.vap-checkout-bar {
    flex-wrap: wrap;
	display: flex;
}
.vap-checkout-bar > div {
	flex: 1 1 1;
}
.vapbookerrordiv,
.vapbooksuccessdiv {
    background-color: rgba(var(--color-tt-white),1.0);
    margin: 20px 0 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 20px 70px;
    display: inline-block;
    width: auto;
    position: relative;
    box-shadow: 0 0 0px rgba(0, 0, 0, .0);
}
.vapbookerrordiv {
    color: #B20000;
}
.vapbooksuccessdiv {
    color: #00A200;
}
.vapbooksuccessdiv i {
    transform: translate(0px, -50%);
}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 576px - from 576px to 767px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 576px) {
	
/* Header */
#t4-header {
	margin-top: 0;
}
/* Header EO */	

/* Booking */	
.vapallcaldiv > div {
    flex: 0 1 50%;
}


.vapbookbuttoninnerdiv button.vapcheckoutbutton,
.vapbookbuttoninnerdiv button.vapadditembutton {
	margin: 10px 10px 0 0;
	width: auto;
}
/* Booking EO */

.vap-cart-summary-gtotal {
    max-width: 350px;
}
.vapcontinueshopdiv {
    margin-top: -55px;
}

}








/* -----------------------------------------------------------------------------

  Media Query: min-width: 768px - from 768px to 991px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 768px) {

body {
	margin: 0 auto!important;
	padding: 0 30px;
}	

.t4-content-wrapper .item-page {
	flex: 1 1 75%;
}
.t4-content-wrapper.sidebarleft.sidebarright .item-page {
	flex: 1 1 50%;
}
.t4-content-wrapper .sidebar-right {
	flex: 1 1 25%;
}	
.t4-content-wrapper .sidebar-left {
	flex: 1 1 25%;
}	

.t4-content {
	padding-top: 120px;
}
.t4-main-body {
	padding-top: 0;
}

figure.pull-left.item-image {
    margin-right: 40px;
}
figure.pull-right.item-image {
    margin-left: 40px;
}

#t4-header {
    border-bottom: 0 none transparent;
	display: block;
    min-height: 100px;
	width: 100%;
	top: 0;
	margin: 0 -30px;
}
#t4-header .logo {
	padding: 20px 10px 0 30px;
	flex: 0 1 50%;
}
#t4-header .logo img {
    height: 80px;
}

/* Header EO */	

	
/* Booking */
#t4-booking {
	margin: 0 -30px;
}

.moduletablevikapp label {
    float: none;
    display: inline-block;
}
.vapmainsearchmod.horizontal .vapsearchinputdivmod {
    margin-right: 10px;
}
.select2-container .select2-choice {
	width: 250px;
}
.select2-with-searchbox.select2-drop-active {
	width: 250px!important;
}
.vapmainsearchmod.horizontal .vapsearchinputdivmod {
    margin: 0 0;
    flex: 0 1;
}
.vapmainsearchmod.horizontal .vapsearchinputdivmod.mod-booknow {
    flex: 1 1;
    max-width: 250px;
}

.moduletablevikapp input {
	width: 150px;
}
.vapsearchinputdivmod.dates,
.vapsearchinputdivmod.services {
	padding-right: 8px;
}

.vapempimgdiv {
    display: block;
}

#t4-booking {
    padding-top: 0;
}
#t4-booking {
	display: flex;
	align-items: center;
	margin: 0 -30px;
}
#t4-booking .bookingbox {
	max-width: 800px;
}
/* Booking EO */




/* Navigation Menu */	
#t4-header .mainnav {
	padding-right: 25px;
}
#t4-header .t4-navbar {
	display: flex;
	justify-content: flex-end;
	height: 120px;
}


/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 8px 12px 8px 12px;
	margin: 0 8px 0 0;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	height: 40px;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
	border-radius: 8px;
}

/* Color Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > span {
    color: rgba(var(--color-tt-grey),1.0);
    z-index: 1050;
    position: relative;
}
/* Color on Hover on Main Menu Items */
#t4-header .nav > li > a:hover, 
#t4-header .nav > li > a:focus,
#t4-header .nav > li > .separator:hover, 
#t4-header .nav > li > .separator:focus,
#t4-header .nav > li > span:hover, 
#t4-header .nav > li > span:focus {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
	


#t4-header .nav > .open > a,
#t4-header .nav > .open > a:hover,
#t4-header .nav > .open > a:focus,
#t4-header .nav > .open > .separator,
#t4-header .nav > .open > .separator:hover,
#t4-header .nav > .open > .separator:focus,
#t4-header .nav > .open > span,
#t4-header .nav > .open > span:hover,
#t4-header .nav > .open > span:focus {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Active Main Menu Item */
#t4-header .nav > .active > a,
#t4-header .nav > .active > .separator,
#t4-header .nav > .active > span {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color Hover on Active Main Menu Item */
#t4-header .nav > .active > a:hover,
#t4-header .nav > .active > a:focus {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Current Main Manu Item */
#t4-header .nav > .current > a {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Hover on Current Main Menu Item */
#t4-header .nav > .current > a:hover,
#t4-header .nav > .current > a:focus {
	background-color: rgba(var(--color-tt-medium),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Arrow when submenues are present */
#t4-header .nav > .dropdown > a .item-caret::before,
#t4-header .nav > .dropdown > .separator .item-caret::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(var(--color-tt-green-light),1.0);
	position: absolute;
	top: auto!important;
	right: 4px!important;
	bottom: 4px!important;
	border: none!important;
}
#t4-header .nav > .dropdown > a .item-caret,
#t4-header .nav > .dropdown > .separator .item-caret {
	height: 0;
	width: 0;
}
/* Color on Caret on Active Main Menu Item */
#t4-header .nav > .active > a .item-caret::before, 
#t4-header .nav > .active > .separator .item-caret::before {
	background-color: rgba(var(--color-tt-green-medium),1.0);
}	

/* Color on active dropdown parent */
#t4-header .nav > li.dropdown.show > a .item-caret::before {
	background-color: rgba(var(--color-tt-green-medium),1.0);
}	

/* Hover on submenues */
#t4-header .nav > .open > a .item-caret::before,
#t4-header .nav > .open > .separator .item-caret::before {
	background-color: rgba(var(--color-tt-black),1.0);
}

/* Hover on Arrow when submenues are present */
#t4-header .nav > .dropdown > a:hover .item-caret::before,
#t4-header .nav > .dropdown > a:focus .item-caret::before,
#t4-header .nav > .dropdown > .separator:hover .item-caret::before,
#t4-header .nav > .dropdown > .separator:focus .item-caret::before {
	background-color: rgba(var(--color-tt-green-medium),1.0);
}	
/* Dropdown */
#t4-header .nav .dropdown-menu {
	background-color: rgba(var(--color-tt-green-light),1.0);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    font-size: 12px;
    left: 0;
    list-style: outside none none;
    margin: 0 0;
    min-width: 160px;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    border-radius: 0 8px 8px 8px;
/*
	display: block!important;
	opacity: 1!important;
	*/
}

	
#t4-header .nav .dropdown-menu li:first-of-type > a {
    border-top-right-radius: 8px;
}
#t4-header .nav .dropdown-menu li:last-of-type > a {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


/* Width of submenus */
#t4-header .nav .navbar,
#t4-header .nav ul.navbar-nav{
	width: 100%!important;
}
	
/* Padding on Dropdown */
#t4-header .nav .mega-inner,
#t4-header .nav .mega-col-nav {
	padding: 0;
}
/* Padding on submenu items */
#t4-header .nav .dropdown-menu li > a {
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	height: auto;
	font-weight: 400;
	text-transform: none;
    font-size: 13px;
}
/* Color on submenu items */
#t4-header .nav .dropdown-menu li > a {
	color: rgba(var(--color-tt-green-dark),1.0);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
/* Hover on submenu items */
#t4-header .nav .dropdown-menu li > a:hover,
#t4-header .nav .dropdown-menu li > a:focus {
	background-color: rgba(var(--color-tt-green-medium),1.0);
    color: rgba(var(--color-tt-green-dark),1.0);
}
/* Color on active dropdown parent */
#t4-header .nav > li.dropdown.show > a {
	background-color: rgba(var(--color-tt-green-light),1.0);
    color: rgba(var(--color-tt-green-dark),1.0);
    border-radius: 8px 8px 0 0;
}	
/* Hover on Arrow when submenues are present */
#t4-header .nav > li.dropdown.show > a .item-caret::before {
	border-top-color: var(--color-tt-white)!important;
	border-bottom-color: var(--color-tt-white)!important;
}		
/* Color on Active dropdown item */
#t4-header .nav > li.dropdown .current.active a {
	background-color: rgba(var(--color-tt-green-medium),1.0);
    color: rgba(var(--color-tt-green-dark),1.0);
}	
	
#t4-header .nav .dropdown-menu h3 {
	font-size: 14px;
    color: rgba(var(--color-tt-green-dark),1.0);
	background-color: rgba(var(--color-tt-red),1.0);
	padding: 8px 10px 8px 10px;
	margin-bottom: 0;
}	
	
		
/* Navigation Menu EO */	

	


	
/* Category */
.blog-items > div {
	flex: 0 1 50%;
}
/* Category EO */
	
	
#t4-footer .footer-2 {
	margin-top: 0px;
}	


/* Call to action */
#t4-call-to-action {
	padding: 40px 50px;
	margin: 0px -30px 0 -30px;
}
#t4-call-to-action .vamodservices-inner > div {
	flex: 0 1 50%;
}
/* Call to action EO */



.vapserallblocks .vapservicescont > div {
	flex: 0 1 50%;
}

	

.page-header-main {
	min-height: 12vw;
	margin: 0 -46px 40px -46px;
}
.page-header-main h1 {
	font-size: 2.8vw;
	transition: all .2s ease-out;
}
.page-header-main h2 {
	font-size: 1.0vw;
}	
.page-header-main img {
	max-height: 12vw;
}	

	
/* Intro */
#t4-intro {
	margin: 30px -15px 0 -15px;
}
#t4-intro .image {
	flex: 0 1 33.33%;
	padding: 0 15px;
}
#t4-intro .text {
	flex: 0 1 66.66%;
	padding: 20px 50px;
}
/* Intro EO */




/* Footer */
#t4-footer {
	margin-left: -30px;
	margin-right: -30px;
}
#t4-footer .t4-section-inner > div {
	flex: 0 1 33.33%;
	text-align: center;
}
#t4-footer .t4-section-inner .logo {
	flex: 0 1 100%;
	text-align: center;
}
/* Footer EO */


/* Disclaimer */
#t4-disclaimer {
	margin-left: -30px;
	margin-right: -30px;
}
/* Disclaimer EO */

	
/* Contact Form */
#t4-contact {
	margin-left: -30px;
	margin-right: -30px;
	padding: 50px 100px;
}
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 5;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
    grid-row-end: 6;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
}  
/* Contact Form EO */	

.item-image {
	width: 35%;
	margin-bottom: 15px!important;
}
	

.ma-search-input-grid .col1 {
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	margin-bottom: 15px;
}
.ma-search-input-grid .col2 {
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	margin-bottom: 15px;
	padding-left: 15px;
}
.ma-search-input-grid .col2 .col-submit {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.ma-search-input-grid .col2 .col-clear {
	-ms-flex: 0 1 110px;
	flex: 0 1 110px;
}
.ma-search-input-grid .col2 .col-submit button {
	width: 100%;
}
.ma-search-input-grid .col2 .col-clear button {
	width: 110px;
}	


	
/* Footer */
#t4-footer .footer-1 {
	text-align: left;
}
#t4-footer .footer-2 {
	text-align: right;
}

#t4-footer .row > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
/* Footer EO */


#t4-person .container > .text {
	flex: 0 1 100vw;
	padding: 8vw;
	
}
#t4-person .container > .image {
	flex: 0 1 100vw;
	height: calc(80vw - 60px);
}




	
}





/* -----------------------------------------------------------------------------

  Media Query: min-width: 992px - from 992px to 1199px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 992px) {


	

	





/* Contact Form */	
#t4-contact {
	padding: 50px 100px;
	text-align: left;
}
#t4-contact .convertforms {
    margin-top: 0;
}
#t4-contact .container {
    flex-wrap: wrap;
	display: flex;
}
#t4-contact .moduletable.text {
	flex: 1 1 50%;
	padding-right: 30px;
}
#t4-contact .moduletable.form {
	flex: 1 1 50%;
}	
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: auto ;
    grid-template-rows: auto;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
}

#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 5;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 7;
    grid-row-end: 7;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
    grid-row-end: 6;
    justify-self: end;
}

#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}
#t4-contact .cf-control-group.send button {
    height: auto;
}
/* Contact Form EO */	

	
	

	
	


	
/* Footer */
#t4-footer {
	padding: 30px;
}
/* Footer EO */
	
	

/* Booking */	
.vapallcaldiv > div {
    flex: 0 1 33.33%;
}
/* Booking EO */


}






/* -----------------------------------------------------------------------------

  Media Query: min-width: 1200px -  - from 1200px to 1399px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 1200px) {



#t4-contact .moduletable.text {
	flex: 1 1 40%;
}
#t4-contact .moduletable.form {
	flex: 1 1 60%;
}	
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}

#t4-contact .cf-control-group.message {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: end;
}

/* Category */
.blog-items > div {
	flex: 0 1 33.33%;
}
/* Category EO */

/* Call to action */
#t4-call-to-action {
	padding: 40px 50px;
}
#t4-call-to-action .vamodservices-inner > div {
	flex: 0 1 25%;
}
/* Call to action EO */


#t4-booking .t4-section-inner {
    padding: 30px 8vw;
}


.vapserallblocks .vapservicescont > div {
	flex: 0 1 25%;
}



}




/* -----------------------------------------------------------------------------

  Media Query: min-width: 1400px - from 1400px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1400px) {

	
#t4-person .container > .text {
	-ms-flex: 0 1 calc(66.66vw - 60px);
	flex: 0 1 calc(66.66vw - 60px);
	padding-right: 10vw
	
}
#t4-person .container > .image {
	-ms-flex: 0 1 calc(33.33vw - 30px);
	flex: 0 1 calc(33.33vw - 30px);
	height: calc(33.33vw - 60px);
}
	
/* Contact Form */
#t4-contact {
	padding: 50px 150px;
}
/* Contact Form EO */

/* Intro */

#t4-intro .image {
	padding: 0 15px;
}
#t4-intro .text {
	padding: 50px 100px;
}
/* Intro EO */

/* Category */
.blog-items > div {
	flex: 0 1 25%;
}
/* Category EO */


/* Booking */	
.vapallcaldiv > div {
    flex: 0 1 25%;
}
/* Booking EO */


}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1680px - from 1680px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1680px) {


/* Booking */	
.vapallcaldiv > div {
    flex: 1 1 16%;
}	
.vapallcaldiv .vapcalendardiv:last-of-type {
}
/* Booking EO */

/* Call to action */
#t4-call-to-action {
	padding: 40px 100px;
}
/* Call to action EO */


}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1920px - from 1920px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1920px) {

body {
	max-width: 1920px!important;
}	

/* Header */	
#t4-header {
	max-width: 1920px;
}
/* Header EO */		

#t4-person .container > .text {
	-ms-flex: 0 1 66.66%;
	flex: 0 1 66.66%;
	
}
#t4-person .container > .image {
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	height: calc(1860px / 3);
}	
	
#t4-booking .t4-section-inner {
    padding: 30px 154px;
}

.page-header-main {
	height: 230px;
	min-height: 230px;
}
.page-header-main h1 {
	font-size: 53px;
}
.page-header-main h2 {
	font-size: 27px;
}	
.page-header-main .container {
	padding: 30px 96px;
}
.page-header-main img {
	max-height: 307.0px
}	

#t4-call-to-action h3 {
	font-size: 38px;
}
	
}

