/*#########################################################################################################################*/
/*---------------------------- Standard template til stylesheet for AK Techotel's Umbraco løsninger -----------------------*/
/*#########################################################################################################################*/



/*#########################################################################################################################*/
/*---------------------------- Information om indholdet i dette stylesheet ------------------------------------------------*/
/*#########################################################################################################################*/

/* Q = vigtigt, fordi det er her ændringer forekommer typisk for et nyt hotel og kan søges efter: ctrl+f */
/*  */
/*  */

/*#########################################################################################################################*/
/*---------------------------- Størrelser på skærme Mobile / Tablet / Deskop > --------------------------------------------*/
/*#########################################################################################################################*/

/* 360px */
/* 576px */
/* 768px */
/* 992px */
/* 1200px */

/*#########################################################################################################################*/
/*---------------------------- Imports Q ----------------------------------------------------------------------------------*/
/*#########################################################################################################################*/

  @import url("https://use.typekit.net/eca8fxt.css");
/*  
   font-family: century-old-style-std, serif;
   font-family: proxima-nova, sans-serif;
*/

/*#########################################################################################################################*/
/*---------------------------- Body Q -------------------------------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Body standard font */
body {
    color: #222;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 22.5px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(68, 68, 68);
    text-indent: 0px;
}

.use-custom-bootstrap .btn {
  white-space: unset;
}

.techotel-top-image

{  
    padding-left: 0;
    padding-right: 0;
}
.tect-container
{
    
    max-width: 90%;
}
a {
    color: #b29054;
     
}
.textfont3 {
    font-size: 16px;
    color: #222;
}
/*#########################################################################################################################*/
/*---------------------------- H1, H2, Tekster på siderne Q ---------------------------------------------------------------*/
/*#########################################################################################################################*/

h1 {
        color: #194268;
    font-family: century-old-style-std, serif;
    font-size: 38px;
    /* text-transform: uppercase; */
    line-height: 54px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-align: center;
    text-indent: 0px;
}

h2 {
    color: #000000;
    color: rgb(0, 0, 0);
    font-family: century-old-style-std, serif;
    font-size: 18px;
    /*line-height: 54px;*/
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(0, 0, 0);
    text-align: start;
    text-indent: 0px;
}

h3 {
    color: #000000;
    color: rgb(0, 0, 0);
    font-family: century-old-style-std, serif;
    font-size: 18px;
    line-height: 18px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(0, 0, 0);
    text-align: start;
    text-indent: 0px;
}

/* Brugt flere steder på siden */
.color1 {
  color: #222;
}

/* Brugt på Login knappen */
.color3 {
  color: #fff;
}

/* Brugt på Login knappen */
.backgroundcolor1 {
  background-color: #AE9366;
  color: #fff;
}

/* Brugt på Søgeboks */
.backgroundcolor2 {
  background-color: #AE9366; 
}

/*#########################################################################################################################*/
/*---------------------------- Desktop ------------------------------------------------------------------------------------*/
/*#########################################################################################################################*/


/*#########################################################################################################################*/
/*---------------------------- Topbanner container, H1, H2, Logo (Fokus tekst fra hotellet) Q -----------------------------*/
/*#########################################################################################################################*/

.topbaner-h1-text {
    color: #fff;
    color: rgb(0, 0, 0);
    font-family: century-old-style-std, serif;
    font-size: 48px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-indent: 0px;
    text-align: center;
}

.topbaner-h2-text {
    color: #fff;
    color: rgb(0, 0, 0);
    font-family: century-old-style-std, serif;
    font-size: 38px;
    line-height: 54px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-indent: 0px;
    text-align: center;
}

/* flyt banner tekst op eller ned (Specielt hvide top-banner billeder er der et problem med) */
.topbanner-overlay-logo {
    top: 170px;
}

/* Logo hvis nødvendigt med en fx. center  */
.topbar-companylogo {
    max-width: 30%;
    text-align: right;
}

.topbar-companylogo a img {
    max-height: 250px;
    top: 0px;
    position: absolute;
    left: 70px
}

/*#########################################################################################################################*/
/*---------------------------- Menu Desktop Q -----------------------------------------------------------------------------*/
/*#########################################################################################################################*/

#cssmenu {
    color: #333;
    background-color: #fff;
    font-family: century-old-style-std, serif;
    font-size: 14px;
    line-height: 22px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: rgb(102, 102, 102);
    text-align: left;
    text-indent: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

/* Menu links hover */
#cssmenu > ul > li:hover > a {
    color: #768394;
     
}

/* Menu links font-size */
#cssmenu > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;

}

/* Menu links farve + tykkelse */
#cssmenu > ul > li > a {
    color: #222;
    font-weight: 300;
}
#cssmenu > ul > li > a:hover
{
    background-color: #f7f7f7;
    color: #000;
}
#cssmenu > ul > li > a:active
{
    background-color: #f7f7f7;
    color: #000;
}
#cssmenu > ul > li > a:focus
{
    background-color: #f7f7f7;
    color: #000;
}
/* Menu links under-menu farve */
#cssmenu ul ul li a {
    color: #222;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
}

/* Menu burgermenu menupunkter ved hover*/
#cssmenu > ul > li {
    /*max-height: 50px;*/
}

/* Menu burgermenu under-menupunkter ved hover*/
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #768394;
  background-color: #fff;
}

/* Menu Userdefined */
.cssmenu-userdefined {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

#cssmenu.cssmenu-userdefined ul li.has-sub ul {
    width: 100%;
    min-width: 220px;
    border-top: 3px solid #b29054;
}

/* Brugt til spacing imellem under menu */
/* Menu Userdefined pad 19px top */
#cssmenu ul {
  /*padding-top: 10px !important;*/
  margin-top: 0px;
}

/*#########################################################################################################################*/
/*---------------------------- Knapper Q ----------------------------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Payment knap */
.basket-paymentbutton {

	    
	    background-color: #b29054;
	text-transform: uppercase;
	font-size: 1.1em ;
	font-family: century-old-style-std, serif;
	padding: 11px;
	font-weight: 600;
	color: #fff ;
	border-radius: 30px;
	background-image: linear-gradient(to right, #ccb082 0%, #ae9366  51%, #ccb082  100%);
	transition: background-image;
	transition: 1s;
    background-size: 200% auto;
      
	 
}

/* pil på Payment knap */
.basket-paymentbutton > img
{	  top: 4px;
      }
      
.extrabook-button{

	    
	    background-color: #b29054;
	text-transform: uppercase ;
	font-size: 1.1em ;
	font-family: century-old-style-std, serif;
	padding: 11px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	background-image: linear-gradient(to right, #ccb082 0%, #ae9366  51%, #ccb082  100%);
	transition: background-image;
	transition: 1s;
	    width: 100%;
    float: right;
    background-size: 200% auto;
      }

.extra-total{
   
    font-size: 1.1em;
    float: right;
    margin-bottom: 10px;
        top: 10px;
}

  
/* Payment knap hover */
.basket-paymentbutton:hover { 
   
   	background-image: linear-gradient(to right, #ae9366 0%, #ccb082  51%, #ae9366  100%);
	transition: 1s;
            	transition: background-image;
 
    background-size: 200% auto;
}

/* Modal footer knap */
.modal-footer .btn {
	
    background-color: #b29054 ;
    /* font-family: proxima-nova, sans-serif; */
    color: #fff ;
    font-size: 1.3em;
    border-radius: 10px;
    font-family: 'century-old-style-std', serif;
    transition: .5s;
}

/* Modal footer knap hover */
.modal-footer .btn:hover {
	background-color: #907953 ;
	transition: 1s;
 
}

.btn-book {
    color: #fff;
}

.modal-title {
    font-family: proxima-nova, sans-serif;
    font-size: 2em;
}

/* Modal text info padding */
.itempopup-rightside-margin {
    padding-right: 5px;
    font-size: 16px;
}

.ownerpage-btn
{
    color: #fff;
    background-color: #b29054;
    font-size: 13px;
    border: 2px solid #b29054;
    border-radius: 3px;
    padding-left:20px;
    padding-right:20px;
}
.ownerpage-btn:hover
{
   
    background-color: #b29054;
    border: 2px solid #b29054;
}
/* række hvor 3 første knapper fordeles. booking summary, book og owner details */
.owneroverviewpage-div-btn
{
    
    margin-bottom: 2em;
}
.surface-area1em{
 
    margin-top: 1em;
    background-color: #f7f7f7;
    border-radius: 1em;
}

/*#########################################################################################################################*/
/*---------------------------- Fælles Knapper Desktop og Mobil Q ----------------------------------------------------------*/
/*#########################################################################################################################*/

/* Knap brugt til bla. "Book Room" */
.btn-info {
	background-color: #b29054 ;
	text-transform: uppercase;
	font-size: 1.4em !important;
	font-family: century-old-style-std, serif;
	margin-bottom: 5px;
	font-weight: 600;
	color: #fff ;
	border-radius: 30px;
	background-image: linear-gradient(to right, #ccb082 0%, #ae9366  51%, #ccb082  100%);
	transition: 0.5s!important;
            background-size: 200% auto;
}

/* Knap brugt til bla. "Book Room" hover */
.btn-info:hover {
	background-color: #AE9366 !important;
	 
	background-position: right center; 
}



/*#########################################################################################################################*/
/*---------------------------- Navigation Frem og tilbage bla. "Extra Service"  -------------------------------------------*/
/*#########################################################################################################################*/

/* Navigation Link prenext preback */
.btn-prevnext {
   color: #e3e3e3;
    font-size: 1.2em;
    background-color: #333;
    border-radius: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    transition-duration: .5s;

}



/* Navigation Link prenext hover */
.btn-prevnext:hover {
     
    background-color: #f2f2f2;
    color: #333!;
    transition-duration: 1s;
}

/* Navigation Link splitter */
.page-navigator-spliter {
    border-right: 1px solid #f2f2f2;
}

/*#########################################################################################################################*/
/*---------------------------- Søgeboks Q ---------------------------------------------------------------------------------*/
/*#########################################################################################################################*/


.hidden-searchbar{
   
    margin-bottom: 10px;
     margin-top: 10px;
    font-family: century-old-style-std, serif;
    color: #222;
     font-size: 16px;
}


/* Søgeboks container */
.techotel-top-image-overlay {
	font-size: 16px;
	background-color: transparent;
    max-height: 71px;
    color: #666;
    
    text-align: center;
    min-width: 100%;
}

/* Søgeboks overskrift farve */
.techotel-searchbar-form {
    color: #f2f2f2;
    margin-bottom: 10px;
  
     
    background:none;
    font-family: century-old-style-std, serif;
}

/* Søgeboks "Vælg" */
.techotel-collpse-formdropdown {
    border: 1px solid #777;
    background-color: #f2f2f2;
    color: #222;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    border-radius: 5px ;
        top: -1px;
    position: relative;
}

.search_guest_container {
  position: relative;
  top: -1px;
}

/* Søgeboks collapse overskrift farve + baggrundsfarve */
.techotel-collpse-formdropdown-collapse {
    color: #222;
    background-color: #f2f2f2;
}

.icon-btn-style {
   color: #fff;
}

/* Søge Boks Background color */
.form-control {
   border: 1px solid #777;
    background-color: #f2f2f2;
    color: #222;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    border-radius: 5px ;
     
        text-align: right;
}

.techotel-searchbar-column .btn-primary
{
     
    border-radius: 50px;
    font-size:14px;
        border: inherit;
        height: 31px;
        position: relative;
    top: -2px;
    
}
/* Søgeboks input felter hover - Vigtig */
.techotel-searchbar-column .btn-primary:hover {
    color: #fff;
    background-color: #907953;
}

/* Søgeboks collapse input felter */
.searchguest-formelements {
    /*background-color: #fff !important;*/
}

.techotel-searchbar-column .btn-primary:active {
    color: #141414;
    background-color: #FFF;
    border-color: #DDDDDD;
}

.techotel-searchbar-column .btn-primary:visited {
    color: #141414;
    background-color: #FFF;
    border-color: #DDDDDD;
}

/* Room Search container */
#roomsearch-container {
    padding-top: 1px;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(46 46 49));
}
 

.searchbar-column-guest {
  position: relative;
  top: -1px;
}
.form-control.search_Campaigncode{
  position: relative;
  top: -2px;
  height: 31px;
}

.searchbar-column-searchbtn button.btn {
  position: relative;
  height: 31px;
}

/* SøgeBoks spacing mellem containers (prenext, kurv) */
.form-spacer-top {
    margin-top: 40px !important;
}

/* Person ikon */
.fa-user {
    color: #222;
}

/* Key ikon */
.fa-key {
    color: #2A636C;
}

/* Kalender ikon */
.fa-calendar-alt {
    color: #222;
}

/* Home ikon */
.fa-home {
    color: #b29054;
}

/* (X) fjern vare ikon */
.fa-remove {
    color: #cc0000;
}

/* Kalender ikon */
.techotel-input-datefield > span {
    color: #fff;
}
.techotel-input-datefield{
    top: -2px;
    position: relative;
}
#roomsearch_availability_calendar_modal .modal-body {
  
    font-family: century-old-style-std, serif;
}
.modal-body h1

{
  text-align:left;
}
/*#########################################################################################################################*/
/*---------------------------- Hotel Container med tekst styring Q --------------------------------------------------------*/
/*#########################################################################################################################*/

/* Sætter hvor meget luft på containeren som skal være fra billedet og ned */
#hotel-section {
    margin-top: 1.8em;
}

/* Sætter brød tekst om hotellet */
.introheadertext {
    font-size: 16px;
    color: #515151;
	line-height: 1,6em;
	font-weight:normal;
	    text-align: center;
}

/* Sætter brød tekst om hotellet */
.introtext {
    font-size: 1.5em;
	color: #515151;
	line-height: 2em;
}

/*#########################################################################################################################*/
/*---------------------------- Hotel relateret (Ændres ikke tit) ----------------------------------------------------------*/
/*#########################################################################################################################*/

.mobil-hotel-toptext > p {
    /* background: linear-gradient(to bottom, #515151 0%, #fff 100%);
     background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 14px;
    /* size 1.2em */
    /* height: 100px; */
}

.mobil-hotel-toptext {
    /* background: linear-gradient(to bottom, #515151 50%, #fff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* size 1.2em */
    font-size: 14px;
}

/*#########################################################################################################################*/
/*---------------------------- Kurv (Ændres ikke tit) ---------------------------------------------------------------------*/
/*#########################################################################################################################*/

.basket-collapsebar-icon {
   background-color: #AE9366;
   border-radius: 10px;
   -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.basket-collapsebar-icon:hover {
   background-color: #333;
}

  .basket-collapsebar .closebar  {
   color: #222!important;
   background-color: red!important;
}
.stayincludes{
   margin-left: 0 !important;
}
.stayincludes-h2
{
    font-size: 21px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700 !important;
}
.basket-collapsebar {
   border: 2px solid #f7f7f7;
   font-size: 1.2em;
   color: #222;
   font-weight: 600;
   background-color: #f7f7f7;
   border-radius: 15px;
}
.basket-collapsebar .basket-collapsebar-icon .fa-chevron-down,  .basket-collapsebar .basket-collapsebar-icon .fa-chevron-up
 {
    top: 6px;
    font-size: 1.1em;
}
    
.basket-collapsebar:hover {
  border: #AE9366 solid 2px!important;
   color: #000 !important;
}
.basket-collapsebar:active
.basket-collapsebar:hover {
  border: red solid 2px!important;
    
}
.basket-collapsebar:not(.collapsed) {
   
    border: #ae9366 solid 2px !important;
    border-bottom: none;
    border-radius: 15px 15px 0px 0px !important;
}

.basket-collapsebar-text {
   vertical-align: -moz-middle-with-baseline;
   font-family: proxima-nova, sans-serif;
}

.basket-collapsebar-text:hover {
   color:#0c5166;
}

.basket-collapsebar-text .basket-total-span{
   font-weight: 700;
}

.basket-containerbox{
   color:#222 !important;
}
/*kurven når den er slået ud*/
.basket-container-class  {
    color:#222 !important;
   background-color: #f7f7f7;
   border-radius: 0px 0px 30px 30px;
   border: 2px solid #ae9366;
  box-shadow: rgba(0, 0, 0, .1) 0px 6px 0px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: -2px;
   border-top: none;
   
}

/*#########################################################################################################################*/
/*---------------------------- Modal boks (Ændres ikke tit) ---------------------------------------------------------------*/
/*#########################################################################################################################*/
.modal-content

 {
    border-radius: 1.3rem;
     }
 .modal-content h3 {
    font-family: century-old-style-std, serif;
}

/* Modal "go back link (X)" */
.items-modalInformation-close  {
   color: #999999 !important;
    font-size: 16px;
    font-weight: 400;
    opacity: 1!important;
}
.items-modalInformation-close:hover{
   color: #AE9366!important;
    
}
.show-moreinfo-detail-text
{
        font-size: 15px;
    font-weight: 400;
    color: #696660;
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.items-modalInformation-close > div {
    background-color: white !important;
}

/* Nyt Modal popup style */

.itempopup-rightside-margin {
    margin: 20px;
    color: #222;
}

#moreinfo-carousel .carousel-indicators img
{
    
    
    border-radius: 5px;
}
    
    #moreinfo-carousel .carousel-indicators li.active img
{
    
    border: 2px solid #333;
    border-radius: 5px;
}
.items-modalInformation-close {
    padding-left: 10px !important;   
}

#collapse-1 {
    padding-right:20px;
}
 .modalinfo-body-leftside .carousel-inner{
    border-radius: 0px 3px 50px 0px;  }

/*#########################################################################################################################*/
/*---------------------------- Carousel----------------------------------------------------------------------------------*/
/*#########################################################################################################################*/
 .carousel
 {
    
    margin-top: 29px;
        margin-right: 5px;
    
 
}
.carousel-inner{
    position: relative;
    /* width: 96%; Removed by PHJ */
     
    overflow: hidden;
    border-radius: 26px;
    background-color: #f2f2f2;
}

div.carousel-item > img {
  width: inherit;
}

/* #room-search-result .product-carousel {
     Removed by PHJ
       min-height: 524px; 
}
*/

.product-carousel {
  min-height: auto;
}

/* Added by PHJ */
/*
@media (max-width: 767px) {
  .product-carousel {
    min-height: unset;
  }
}
*/

/*#########################################################################################################################*/
/*---------------------------- Produkt Q ----------------------------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Produkt overskrift og overskrift på siden (Collapse) */
.surface-area {
	background-color: #f7f7f7;
    color: #333;
      border: #f7f7f7 solid 2px; 
    /* font-family: century-old-style-std, serif; */
    text-transform: uppercase;
    /* font-weight: 300; */
    padding: 7px;
     
    border-radius: 7px;
}

.surface-area-footnote {
    font-family: proxima-nova, sans-serif;
}
.product-description-col{
    padding-top: 29px;
     
}
/* Produkt overskrift og overskrift på siden (Collapse) hover */
.surface-area:hover {
    color:#fff;
}

/* Produkt collapse farve hover */
.collapsebar.surface-area:hover {
	background-color: #f7f7f7;
	color: #333;
	border: #9a6e32 solid 2px;
}

.extra-selectbox{
background-color: #f7f7f7;
border-radius: 15px;
padding-top: 20px;
padding-right: 15px !important;
padding-left: 15px !important;
align-self: flex-start !important;
margin-top: 20px;
}
.extra-label{
 
padding-left: 20px;
 
}

.cascading-optgroup-label {
	font-weight: bold;
	font-style: italic;
}

.extra-selectbox .form-control{
background-color: #fff;
border-radius: 5px;
    padding: 3px !important;
    text-align: left;
        border: white solid 2px;
 
}

.extra-selectbox .form-control:disabled
{
background-color: #f7f7f7!important;
text-align: right!important;
border: #f7f7f7 solid 2px!important;
 }
/* Extra Service hover */
/* topbar navnefelter område hover*/

.contactform-collapse{
    font-size: 21px;
    color: #333;
    font-weight: 400;
        
}


.contactform-collapse:hover {
    background-color: #f7f7f7;
    border: #AE9366 2px solid;
    color: #333;
}

.extra-description-item{
    font-size: 16px;
    color: #333;
        padding: 20px;
}

/* Extra Service / Produkt active baggrund og text farve */
.contactform-collapse:active {
    font-size: 21px;
    color: #333;
    font-weight: 400;
}

/* Extra Service / Produkt focus baggrund og text farve  */
.contactform-collapse:focus {
    background-color: #f7f7f7;
    font-size: 21px;
    color: #333;
    font-weight: 400;
}
/* Extra Service / billeder*/
.extrabox .carousel img {
    border-radius: 10px;
}



.product-image-row {
     background-color: #fff;
}
 
.collapsebar-righttext {
    font-size: 0.8em !important;
    padding: 4px;
}

.collapse-openclose-icon-right:after {
     
    vertical-align: middle;
    padding: 7px;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 10px;
    color: #ccc;
}

.collapse-openclose-icon-right.collapsed:after {
    ertical-align: middle;
    padding: 7px;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 10px;
    color: #ccc;
}

/* Produkt "Vis mere" link på produkt */
.btn-hotel-text {
	 color: #22657a;
}

/* Produkt "Vis mere" link på produkt hover */
.btn-hotel-text:hover {
	color: #22657a;
}

 

.showmore {
    margin-top: 7px;
    font-size: 16px;
    color: #AE9366;
}

.showmore:hover {
    text-decoration: underline;
}

label.error {
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
    color: #d21111 !important;
}

/*#########################################################################################################################*/
/*---------------------------- Værelser Q ---------------------------------------------------------------------------------*/
/*#########################################################################################################################*/
.choose-room h2{
    
    margin-top: -10px;
    padding-left: 10px;
}

.roominfo-icon {
    font-size: 40px!important;
    transform: rotate(0deg);
}
.border-product img
{
    
    min-height: 112px;
    width: 145px;
    /* margin-bottom: 5px; */
    border-radius: 15px;
    /* margin-top: 5px; */
    margin-left: 19px;
    object-fit: cover;
}

.roomproduct-desctext {
    padding-left: 30px;
     
}

/* Produkt background hover */
.border-product:hover {
    background-color: #f9f9f9;
    color: #333;
}

.font-responsive-product-text {
    font-size: 18px !important;
}

/* Produkt højreside "pris" hover */
.font-responsive-product-text:hover {
  color: #333;  
}

.border-product-selected {
    border: solid 2px #AE9366;
    line-height: 22px;
     
    background-color: #f2f2f2;
    color: #333;
    border-radius: 20px;
    
}

.roomproduct-desctext-noimage {
  left: -20px !important;
}
 
.border-product-selected > .price {
    
    border-left-style: none;
}

.border-product {
    font-size: 1.4em;
    line-height: 22px;
        min-height: 135px;
        border: none;
    display: flex;
  align-items: center;
}

.border-product-desc {
    display: inline-grid;
    /*line-height: 1.3;*/
      padding-top: 7px;  
    width: 100%;
}

.text-truncate {
    font-size: 16px;
}

.price {
    color: #222;
    line-height: 20px;
    display: inline-grid;
}	

.border-product:hover .price{
    color: #333 !important;
}

.border-product-selected .price {
   
    line-height: 22px;
    /* margin-left: 0px !important; */
    background: none;
    color: #333!important;
   border-radius: 0px 10px 10px 0px;
}

.facilities-top-row
{
    background-color: #fff;
    padding: 0px;
    border-radius: 0px 0px 5px 50px;
    margin-top: 10px;
}
.facilities-item-text {
    
    color: #333;
    font-size: 17px;
    font-weight: 400;
    font-family: 'century-old-style-std', serif;
}

.facilities-item-icon {
    color: #b29054;
    font-weight: bold;
    font-size: .5em;
    padding-bottom: 30px;
}

.facilities-h2 {
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 20px;
}

/*#########################################################################################################################*/
/*---------------------------- Navn, Adresse/kontakt formular -------------------------------------------------------------*/
/*#########################################################################################################################*/

.surface-area-text {
    
    font-family: proxima-nova, sans-serif;
    color: #848688;
    line-height: 1em;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.surface-area-contactform .form-control 
{
 	background-color: #fff;
 	     text-align: left;
    font-size: 14px;
    border: none ;
    color: #222;
	 
}
 

.bootstrap-select .btn
{
     
    text-align: right!important;
}
.group-area.surface-area-heading {
     
    font-family: proxima-nova, sans-serif;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.surface-area-footnote {
 	 
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
}

.surface-area-footnote a {
    color: #0C1631;
    text-decoration: underline;
}

form.surface-area input, form.surface-area textarea, form.surface-area input::placeholder, form.surface-area textarea::placeholder {
    font-family: proxima-nova, sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

/* Navn, Adresse mv. Baggrundsfarve */
.surface-area-contactform {
    
    background-color: #f7f7f7;
    color: #222;
}

.dropdown {
    font-family: proxima-nova, sans-serif;
    color: #000 !important;
    background-color: #fff;
    font-size: 14px !important;
    font-weight: 400!important;
}

 

 

 

.accept-booking-conditions, .receive-news {
    background: none;
}

.filter-option-inner-inner {
     
    font-weight: 400;
    color: #222;
    font-size: 14px;
}
.select-deliverydate {
    text-align: right !important;
    font-size: 14px;
    border: none !important;
}

.dropdown-menu .btn-light {
     
    border: #f7f7f7 solid !important;
    background-color: #f7f7f7;
    border-radius: 10px;
    color: #333;
    font-weight:700;
    font-size: 14px;
    text-align:center!important;
    transition: 0.5s !important;
    
}
.dropdown-menu .btn-light:hover {
     
    border: #b29054 solid;
    background-color: #b29054;
     color: #fff;
     transition: 0.5s !important;
    
}

/*#########################################################################################################################*/
/*---------------------------- Navn, Adresse/kontakt formular II  ---------------------------------------------------------*/
/*#########################################################################################################################*/
.tab-guesttype{
   
    min-width: 206px;
}

.form-tabs .tab-guesttype 
{
    border-radius: 20px 0px 0px 20px;
  
}
.nav-tabs .nav-item+.nav-item a
{
    border-radius: 0px 20px 20px 0px;
  
  
}
.form-tabs a.nav-link {
        background-color: #fff;
        color: #b29054;
        border: #b29054 solid 2px;
        font-size: 18px;
    
    text-align: center;
    font-weight: 400;
  
}

.form-tabs a.nav-link.active {
        color: #fff;
        background-color: #b29054;
        border: #b29054 solid 2px;
        font-size: 18px;
   
    text-align: center;
    font-weight: 400;
}
.form-tabs a.nav-link.active:hover {
        
        color: #b29054;
        border: #b29054 solid 2px;
        font-size: 18px;
    
    text-align: center;
    font-weight: 400;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
   
}
.form-tabs a.nav-link:hover {
       color: #fff;
         
        border: #b29054 solid 2px;
        font-size: 18px;
   
    text-align: center;
    font-weight: 400;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.nameaddress_submit {
    background-color: #b29054;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: century-old-style-std, serif;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
  
  background-image: linear-gradient(to right, #ccb082 0%, #ae9366 51%, #ccb082 100%); 
    width: 100%;
    float: right;
    background-size: 200% auto;
    transition: 1s !important;
        padding: 11px !important;
            max-width: 400px;
}

.nameaddress_submit:hover {
    background-color: #AE9366 !important;
    background-image: linear-gradient(to right, #ae9366 0%, #ccb082 51%, #ae9366 100%);
    
    background-size: 200% auto;
     transition: 1s !important;
}

.nameaddress_submit:focus {
    background-color: #AE9366;
}

.nameaddress_submit:active{
    background-color: #AE9366;
}

.nameaddress_submit > i {
    padding-top: 5px;
}

/*#########################################################################################################################*/
/*---------------------------- Betalings oversigt -------------------------------------------------------------------------*/
/*#########################################################################################################################*/


#paymentOverViewBasketContent .surface-area1em{
 
    
    padding-top: 20px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16.8px;
    margin-bottom: 15px;
}


/*baggrund fra liste af købte produkter*/
.basketoverview-ordeven-items {
      background: none!important;
     margin-top: 10px;
     line-height: 24px;
}

/*hverandet produkt*/
.basketoverview-ordeven-items:nth-child(2n) {
     background: none;
}

/* Footer */
.footer-dark {
    color: #FFF !important;
    background-color: #0e2442;
}

.footer { 
    color: #000 !important;
    font-weight: bold;
}

.footer-dark .copyright {
    font-size: 16px !important;
    color: #fff !important;
}

 .giftcard-show
{
     
    border-radius: 20px!important;
    font-family: 'century-old-style-std', serif!important;
    
    font-size: 16px!important;
    border: solid 2px #b29054!important;
    white-space: normal !important;
}
.giftcard-apply {
   border-radius: 20px!important;
    font-family: 'century-old-style-std', serif!important;
    
    font-size: 16px!important;
    border: solid 2px #b29054!important;
    white-space: normal !important;
}
.giftcard-show img
{
     
    top: 0px!important;
}

.cancellationInsurance
{
    
    margin-top: 15px;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator
{
    background-color: #b29054;
    border: #b29054 solid 2px;
    background-size: 77%;
    border-radius: 20px;
    height: 1.1em;
    width: 1.1em;
    font-weight: 400 !important;
}
.custom-control.fill-checkbox .fill-control-indicator
{
    
    border: #b29054 solid 2px;
    background-size: 90%;
    border-radius: 20px;
    height: 1.1em;
    width: 1.1em;
    font-weight: 400 !important;
    margin-top: 2px;
}
.fill-control-description{
  font-size: 16px;
    color: #515151;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 5px;
    display: block;
  
}

.paymentmethod-box-textwrap

{
   font-size: 14px;
    color: #515151;
    margin-left: 0px;  
}
/* billede på bekræftelse-kvitteringsside */
.confirmhotel-img div.col-12 img.img-fluid
{
   border-radius:25px;  
}

.confirmhotel-img
 {
    width: 98%;
    float: right;
}
.textfont4 {
    /* hotel Anna på bekræftelsesside */
    color: #194268;
    font-family: century-old-style-std, serif;
    font-size: 31px;
    /* text-transform: uppercase !important; */
    line-height: 54px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: -4px;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-align: center !important;
    /* text-indent: 0px; */
    float: right;
    padding-right: 5px;
}

/*#########################################################################################################################*/
/*---------------------------- Articles Terms, Privacy etc. ---------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Hvis Søgeboks er brugt i bunden af top banner, for at teksten bliver rykket lidt ned. */
.grid-section {
    margin-top: 40px;
}


/*#########################################################################################################################*/
/*---------------------------- Mobil --------------------------------------------------------------------------------------*/
/*#########################################################################################################################*/


/*#########################################################################################################################*/
/*---------------------------- Mobil Sizes Q ------------------------------------------------------------------------------*/
/*#########################################################################################################################*/
/* Produkt MAX-width 1540px */
@media(max-width: 1540px) {
.roomproduct-desctext {
    padding-left: 40px!important;
}

.border-product img {
    min-height: 100px;
    width: 130px;
    /* margin-bottom: 5px; */
    border-radius: 15px;
    /* margin-top: 5px; */
    margin-left: 25px;
    object-fit: cover;
}
}

/* Produkt MAX-width 1500px */
@media(max-width: 1500px) {
.border-product{

    
    padding-left: 15px!important;
}
}


/* Mobil Sizes MAX-width 1300px */
@media (max-width: 1300px) {
/* baggund bag søgefelter*/
    #roomsearch-container{
       background: rgba(0, 0, 0, 0.8);
       text-align:center;
    }
}


/* Mobil Sizes MAX-width 360px */
@media (max-width: 360px) {
/* Extra service  (^)  */
.collapse-openclose-icon-right::after {
        top: -1px !important;
}

#cssmenu.small-screen ul ul li a:hover {
    color: #fff !important;
    border-bottom: 0px;
}

/* Extra service fx. "Put in basket" */
.btn-info {
        margin-top: 15px;
}

.float-right {
    /*float: left !important;*/
}

.font-responsive-product-headtext {
    font-size: 1em;
}

.topbaner-h1-text {
    font-size: 20px;
    color: #fff;
}

.topbaner-h2-text {
    font-size: 20px;
    color: #fff;
}

h1 {
    font-size: 30px;
}

.mobile-top-image {
   /* line-height: 5em;*/
}
.topbar-companylogo {

}

.surface-area {
     
}

}


/* Custom logo problem */
/* Mobil Sizes MIN-width 786px */
@media (min-width: 768px){	
     
.modal-dialog {
        max-width: 700px;
    
}
.topbaner-h1-text {
    color: #fff;
    font-family: century-old-style-std, serif;
    font-size: 72px;
    line-height: 80px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-indent: 0px;
    text-align: center;
}
.topbaner-h2-text {
    color: #fff;
    font-family: century-old-style-std, serif;
    font-size: 50px;
    line-height: 54px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(255, 255, 255);
    text-indent: 0px;
    text-align: center;
}
#cssmenu.small-screen ul ul li a:hover {
    color: #fff !important;
}
#cssmenu {
    padding-left: 40%;
}
.techotel-top-image-overlay {
 top: 373px;   
}
}

@media (max-width: 996px) {
    .techotel-top-image-overlay {
        top: 298px;   
    }
    
    .confirmhotel-img{
    width: 100%;
    
}
}


@media (min-width: 1200px) {
    #cssmenu {
        padding-left: 5%;
        padding-top: 25px;
        background-color: #fff;
    }
    .techotel-top-image-overlay {
        top: 282px;   
    }
    .techotel-top-image {
        height: 486px;
    }
}
    
@media (min-width: 1366px) {
    .techotel-top-image {
        height: 400px;
    }
}

@media (min-width: 1366px) {
    .techotel-top-image {
        height: 400px;
    }
}
 

/* Extra custom mobile rød bg top */

@media (max-width: 1200px) {
    #cssmenu {
        background-color: #fff;
        padding-top: 25px;
    }
    .topbanner-overlay-logo {
        top: 120px;
    }
    
    .extra-label {
    padding-left: 15px;
     
}


    .collapsebar-righttext {
    font-size: 0.7em !important;
    padding: 0px;
}
    .techotel-top-image {
     height: 557px;
    }
    
    .border-product {
    padding-left: 25px !important;
}
.border-product img{
    min-height: 97px;
    width: 100px;
     
    margin-left: 0px;
}
}

/* Produkt MAX-width 1024px */
@media(max-width: 1024px) {
.col-md-6.font-responsive-product-headtext {
    font-size: 1.3em;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    line-height: 1.1em;
}
 
}
@media(max-width: 1035px) {
    .techotel-top-image {
         
    }
    
        .extra-label {
         
        font-size: 0.9em;
}
    .extra-itemprice {
     
    font-size: 0.8em;
}
}

/* Mobil Sizes MAX-width 767px */
@media (max-width: 767px) {
    .mobile-top-image {
    min-height: 270px;
    background-repeat: none;
}

/* ingen ekstra venstre margin på vælg værelse under 767px */
.choose-room .align-self-top
{
    
    margin-left: 0 !important;
}

 .techotel-top-image {
         height: unset;
    }


.itempopup-rightside-margin { 
    margin-bottom: 5px;
}
.techotel-searchbar-form label
{ 
    margin-top: 5px;
     
}
 #searchon-guestinfo
  { 
    margin-top: 0px;
    
}

.border-product{
    font-size: 1.2em !important;
     
}
.border-product-selected {
    padding-left: 5px;
}

.techotel-top-image-overlay {
    max-height: unset;
}

/* Topbanner-overlay container (top-bottom-left-right) */
.topbanner-overlay-logo {
    top: 70px !important;
    line-height: 40px !important;
    font-size: 40px;
}

/* Topbanner H1 Text (Fokus text for hotellet) */
.topbaner-h1-text {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

/* Topbanner H2 Text (Fokus text for hotellet) */
.topbaner-h2-text {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
}

/* Søgeboks input felter Hvis der kun er 3 felter og ikke kunde campaigns med. (Ellers slet det ved nyt hotel, pr. default burde virke) */
#roomsearch-container {
   
    padding-bottom: 6px;
}

/* Søgeboks "search" Hvis der kun er 3 felter og ikke kunde campaigns med. (Ellers slet det ved nyt hotel, pr. default burde virke) */
.text-right {
    text-align: center !important;
}
}

@media(max-width: 768px) {
#cssmenu {
    padding-bottom: 0px !important;
}

/* Fjern border på mobil tablet */
#cssmenu.cssmenu-userdefined ul li.has-sub ul {
    border-top: 0px;
}
.topbar-companylogo a img {
        top: -6px;
        /* max-height: 65px; */
        max-width: 90%;
        left: 15%;
        min-width: 135px;
    }
/* Menu burgermenu menupunkter ved hover*/
#cssmenu > ul > li {
    height: auto !important;
        color: #b29054;
}

.topbar-companylogo {
    max-height: 20px;
    top: 6px;
    /*padding-bottom: 6px;*/
}

.cssmenu-userdefined {
    display: block !important;
	flex-direction: column !important;
	align-items: left !important;
}

#cssmenu ul {
    padding-top: 0px !important;
}
/* hover menu mobil */
#cssmenu > ul > li:hover > a {
    color: #8f9fb5;
    background-color: #fff;
    border-top: 0px !important;
} 
/* mobile pro */
#cssmenu > ul > li {
    /*max-height: 55px;*/
    padding-top: 0px;
    height: auto !important;
}

#cssmenu > ul > li:hover {
    padding-top: 0px;
    color: #222;
}

/* (+ på sprog mobil) */
#cssmenu.small-screen .submenu-button::before {
    background: #f7f7f7;
}

#cssmenu.small-screen .submenu-button::after {
    background: #f7f7f7;
}

#cssmenu.small-screen .submenu-button.submenu-opened::after {
    background: #f7f7f7;
}

/* Menu links under-menu farve */
#cssmenu ul ul li a {
    color: #83837d;
    background-color: #f7f7f7;
    font-size: 14px;
}

.contactform-collapse {
    font-size: 17px;
     
}


}


/* Mobil Sizes MAX-width 576px */
@media (max-width: 576px) {
.topbanner-overlay-logo {
    top: 95px !important;
}
 #room-search-result .product-carousel {
    margin-left: 0;
    margin-right: 0;
}
.carousel {
    
    margin-right: unset;
}

.product-carousel {
    margin-left: 0;
    margin-right: 0;
}

.btn-prevnext {
     
    font-size: 1em;
     
}
.tect-container
{
    
    max-width: 100%;
}
.techotel-image-btn-topsearchbar img

{
   text-align: left!important;
}

.collapsebar-righttext {
    font-size: 0.6em !important;
}
/* Extra Service / billeder*/
.extrabox .carousel img {
    border-radius: 0px;
}

.techotel-image-btn-topsearchbar

{
    
       text-align: left;
}

 .topbaner-h1-text {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    }

.topbaner-h2-text {
    color: #fff;
}

.font-responsive-product-headtext {
   max-width: 100%;
        font-size: 1em;
        white-space: initial;
        /* denne sørger for at de ikke går ud over pilen */
         
        text-align: left;
}

.collapse-openclose-icon-right::after {
    top: -14px;
}
.mobile-top-image {
    min-height: 280px;
    background-repeat: none;
}

/* Søgeboks input felter Hvis der kun er 3 felter og ikke kunde campaigns med. (Ellers slet det ved nyt hotel, pr. default burde virke) */
#roomsearch-container {
    text-align: left;
     
}

/* Søgeboks "search" Hvis der kun er 3 felter og ikke kunde campaigns med. (Ellers slet det ved nyt hotel, pr. default burde virke) */
.text-right {
    text-align: center !important;
}

/* Menu hover */
#cssmenu.small-screen ul ul li a:hover {
    color: #fff !important;
}
}
/* Mobil Sizes MAX-width 481px */
@media (max-width: 481px) {
  .btn-prevnext .fa-chevron-right{
         width: 20px;
     
    padding-left: 20px;
}

.nav-tabs-item
{
    min-width: 100%; 
}

.roomproduct-desctext-noimage {
  left: -49px !important;
}

.form-tabs .tab-guesttype 
{
    border-radius: 20px 20px 20px 20px;
    min-width: inherit;
}

.nav-tabs .nav-item+.nav-item a, .form-tabs a.nav-link.active{
     
    min-width: inherit;
}

}
 /* Mobil Sizes MAX-width 420px */
@media (max-width: 420px) {
.techotel-top-image {
    height:unset;
         
}
    
}
 /* Mobil Sizes MAX-width 380px */
@media (max-width: 380px) {
.border-product {
    font-size: 1.1em !important;
}

.basket-collapsebar-text {
    
    font-size: 0.9em;
}
.basket-paymentbutton {
   
    font-size: 0.9em !important;
}

.nameaddress_submit{
   
    font-size: 0.9em !important;
}
    
}



/*#########################################################################################################################*/
/*---------------------------- Menu Mobil Q -------------------------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Menu Mobil Burger (X) before farve */
#cssmenu.small-screen #menu-button.menu-opened::before { 
    background: #b29054;
}

/* Menu Mobil Burger (X) after farve */
#cssmenu.small-screen #menu-button.menu-opened::after {
    background:#b29054;
}

/* Menu Mobil Burger under-menupunkter ved hover */
  #cssmenu.small-screen ul ul li:hover > a,
  #cssmenu.small-screen ul ul li.active > a {
    color: #fff;
    background-color: #b29054;
 }
  
/* Menu Mobil Burger PIL til undermenu når den er aktiv */
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #b29054;
}

/* Menu Mobil Burger before farve */
#cssmenu.small-screen #menu-button::before {
    background: #b29054;
}

/* Menu Mobil Burger after farve */
#cssmenu.small-screen #menu-button::after {
    border-top: 2px solid  #b29054;
    border-bottom: 2px solid #b29054;
}

/* mobil under menu hover (sprog mv) */
/* Menu Mobil extends menu, sub menu 360px */
#cssmenu.small-screen ul ul li a {
    color: #000 !important;
    background: #fff !important;
}
/* mobil under menu hover (sprog mv) */
#cssmenu.small-screen ul ul li a:hover {
    color: #8f9fb5 !important;
    background: #fff !important;
}

/*#########################################################################################################################*/
/*---------------------------- Søgeboks Mobil Q ---------------------------------------------------------------------------*/
/*#########################################################################################################################*/

/* Søgeboks Mobil toptekst og knap til at åbne søgning */

.btn.btn-link.roomsearch-collapsebar {
    background-color: #b29054;
    padding-left: 5px;
    padding-top: 5px;
}

.btn.btn-link.roomsearch-collapsebar:hover {
    background-color: #AE9366 !important;
}


/*#########################################################################################################################*/
/*---------------------------- Domino Området Q ---------------------------------------------------------------------------*/
/*#########################################################################################################################*/

.domino-seeroom-btn {
    margin-top: 20px;
}

.highlight1text {
    font-size: 1.5em;
    letter-spacing: 1px;
}

.highlight2text {
    font-size: 1.7em;
}

.extrasearch-headtext {
    margin-top: 5px;
}

.login-clean {
    margin-top: 5px !important;
}
.location-map {
    margin-left: 0px;
}

.hotelbox-img {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .highlight1text {
    font-size: 1em;
}
    .highlight2text {
    font-size: 1em;
}

}
 
@media (max-width: 576px) {
    /* CUSTOM WIDTHS */
    .w-sm-10 { width: 10%!important; }
    .w-sm-15 { width: 15%!important; }
    .w-sm-20 { width: 20%!important; }
    .w-sm-100 { width: 100%!important; }
}


div.modal-content div.modal-body div#roomsearch_availability_calendar_controls div#searchtopbar_inner div#roomsearch-container
{
    background-image: none;
}
}