:root {
--color-1: 41, 53, 65;
--color-2: 0, 103, 161;
--color-3: 0, 123, 255;	
--color-3: 0, 103, 161;	
--main-padding: 10vw;	
--font-size-1: 2.5vw;	
--swiper-pagination-color:rgba(var(--color-2), 1) !important;	
}


@media only screen and (max-width: 767px) {
	:root {
	--main-padding: 5vw;	
	--font-size-1: 3.5vw;	
	}
}
@media only screen and (min-width: 780px) and (max-width: 1080px) {	
	:root {
	--main-padding: 6vw;	
	}
}

.container[data-pattern="1"] {
    background: url('../img/pattern_cowork.jpg');		
}
.container[data-overlapping-bottom="1"] {
   padding-bottom: 250px;	
}

.navbar-logo .st0{
	fill:#FFF !important; 
	opacity: 1 !important;
}
.navbar-logo .st1{
	opacity:0.5 !important;
	fill:#FFF !important;
}


html { font-size: 18px;  }

body {
	background: #FFF;
	margin:0;
	padding: 0;
	font-family: "noto-sans", sans-serif;
	font-weight: 200;
	font-style: normal;	
	font-size: 20px;
	width: 100vw !important;
	max-width: 100vw !important;
}

* {
	text-decoration: none
}
p {
	padding:0;
	margin: 0;
	font-weight: 200;
}
b, strong {
	font-weight: 600;
}


h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin: 0;
	font-family: "noto-sans", sans-serif;
	font-weight: 400;
}

#gallery {
	display: none !important;
}

a {
color: rgba(var(--color-1), 1);
}


p a {
	text-decoration: underline;
}
.otgs-development-site-front-end {
	display: none;
}


/* Link */

a.effekt {
    position: relative; /* Position des Elternelements */
    display: inline-block; /* Damit das Icon direkt hinter dem Text bleibt */
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

a.effekt::after {
    content: '';
    position: absolute; /* Position des Icons relativ zum Elternelement */
    width: 24px;
    height: 24px;
    background-image: url('../../assets/icons/right-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
    top: 50%; /* Zentriert das Icon vertikal */
    transform: translateY(-50%); /* Zentriert das Icon vertikal */
    right: -35px; /* Das Icon ist direkt rechts neben dem Text */
}
a.effekt.white {
    color: #FFF;
}
a.effekt.white::after {
    background-image: url('../../assets/icons/right-arrow-white.svg');
}

a.effekt:hover::after {
   right:-55px;
	 width: 34px;
    height: 34px;
}

/* Content */


.container {
	max-width: 100%;
	height: auto;
	padding-left:var(--main-padding);
	padding-right:var(--main-padding);
	overflow: hidden;
}

/* Navigation Bar */
.navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 120;
  background: transparent;
	height: 150px;
}

.navbar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #000 23.1%, rgba(217, 217, 217, 0) 92.72%);
    opacity: 0.8;
	z-index: -1;
}

.navbar-inner {
  width: calc(100vw - var(--main-padding) * 2);
  padding-left: var(--main-padding);
  padding-right: var(--main-padding);
  display: flex;
  justify-content: space-between; /* Updated this line */
  align-items: center;
	height: 100%;
}

/* Logo Style */
.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo a {
	display: flex;
	align-items: center;
}

.navbar-logo img {
  width: 180px; /* Adjust as needed */
}
.navbar-logo svg {
	width: 240px;
	height: auto;
	transition: width 0.5s;
	fill:#FFF;
}

body.scrolling .navbar-logo svg,
body.menuopen .navbar-logo svg{
	width: 200px;
	height: auto;
}


/* Navigation Links Style */
.navbar-links {
  display: flex;
  list-style-type: none;
  margin-left: auto; 
}

.navbar-links li {
  padding: 0 15px;
	list-style: none;
}


.navbar-links li.current_page_item {
 font-weight: 500;
}


.navbar-links a {
text-decoration: none;
color: #FFF;
font-size: 20px;
	transition: color 0.3s;
}
.navbar-links li:hover a {
color: rgba(var(--color-1), 1);
}
.navbar .menu{
	display: flex;
}

/* Book Button Style */
.book-button {
  padding: 10px 20px;
  background: rgba(var(--color-1), 1);
  border: none;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-weight: 600;
font-size: 16px;
	margin-right: 20px;
	margin-left: 10px;
	cursor: pointer !important;
}

.book-button:hover {
   background: rgba(var(--color-2), 1);
  color: #fff;
}

/* Style for the Burger Icon */
.burger-icon {
  display: none;
  cursor: pointer;
}

.burger-icon div {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px;
  transition: all 0.3s ease;
}


body.menuopen .burger-icon div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

body.menuopen .burger-icon div:nth-child(2) {
  opacity: 0;
}

body.menuopen .burger-icon div:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

body.menuopen .lang-switcher {
	color:#FFF;
}
body.menuopen .icon-placeholder  svg {
	fill:#FFF;
}



/* Additional Styles for Icons */
.navbar-actions {
  display: flex;
  align-items: center;
}

.navbar-actions a svg , .navbar-actions svg {
	width: auto;
	height: 20px;
	fill:#FFF;
}

.icon-placeholder {
  width: 22px;
  height: auto;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
	padding-top:5px;
}
.icon-placeholder.searcher {
	width: auto;
}

.icon-placeholder .search_form {
	display: none;
	position: relative;
	top:-7px;
	padding-right: 15px;
}

.icon-placeholder .search_form #searchsubmit, .icon-placeholder .search_form input {
	border: 0px;
	background: #FFF;
}
.icon-placeholder .search_form .screen-reader-text {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
	padding:0px;
}

.lang-switcher {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.lang-switcher a {
	color:#000;
}
.lang-switcher a:hover {
  color: rgba(var(--color-1), 1);
}

.lang-switcher ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.lang-switcher li {
    margin-right: 10px; 
    position: relative;
}

.lang-switcher li::after {
    content: "|";
    position: absolute;
    top: 50%;
    right: -5px; 
    transform: translateY(-50%);
    color: #000;
}

.lang-switcher li:last-child::after {
    content: ""; 
}


body.menuopen .lang-switcher a, 
body.menuopen .lang-switcher li::after {
	color:#FFF;
}

.burger-icon div {
	display: none;
}

.burger-icon svg {
	width: auto;
	height: 40px;
}
.burger-icon svg:nth-child(2) {
	display: none;
}

.burger-icon svg:nth-child(1) {
	padding-left:15px;
}

.burger-icon svg g g g:nth-child(2) path {
	fill:#FFF;
}

.burger-icon svg path {
	fill:#FFF !important;
}


body.menuopen .burger-icon svg:nth-child(1) {
	display: none;
}

body.menuopen .burger-icon svg:nth-child(2) {
	display: block;
}
body.menuopen .burger-icon svg {
	width: auto;
	height: 30px;
	fill:#FFF;
}

/* 
@media screen and (max-width: 1520px) {
  .navbar-actions {
    display: block; 
	  width: 100%;
	  display: flex;
	  justify-content: flex-end;
  }
	.burger-icon {
		margin-left:25px;
		display: flex;
    justify-content: center;
    align-items: center;
	}
  .navbar-links {
    display: none;
  }
  .burger-icon {
    display: block;
  }	
.navbar-inner {
	padding-top:10px;
}	
	
	.navbar-logo a {
		width: 70%;
	}
	
}
*/

@media screen and (max-width: 780px) {	
	
  .navbar-actions {
    display: block; 
  }
	.navbar-actions .icon-placeholder, 
	.navbar-actions .lang-switcher{
		display: none;
	}
	
	.book-button {
	 position: fixed;
    bottom: 20px;
    width: 70%;
		padding:18px 35px;
    left: 0;
		left:50%;
		transform: translateX(-50%);
	}

  .navbar-links {
    display: none;
  }

  .burger-icon {
    display: block;
  }
	
	.navbar-inner {
		padding-top:10px;
	}
	
	.burger-icon svg {
	height: 45px;
}
	
}

.quickbook {
background: rgba(var(--color-2), 1);
color:#FFF;
padding: 20px 0;
}
.quickbook .container {
background: rgba(var(--color-2), 1);
color:#FFF;
position: relative;
}
.quickbook.open .container {
	padding-bottom: 50px;
	
}

.quickbook .container {
	display: flex;
	text-align: center;
	gap:30px;
	align-items: center;
	font-size: 22px !important;
}
.quickbook .container .item:first-child {
	text-align: right;
}
.quickbook .container .item:last-child {
	text-align: left;
}
.quickbook .container #booking_selector {
    height: 39px;
    background: transparent;
    color: #FFF;
    border: 2px solid #fff;
    padding-left: 10px;
	width: 100%;
	font-size: 22px !important;
	font-family: mundial, sans-serif !important;
	border-radius: 20px;
}
.quickbook .container #booking_selector option {
	font-size: 22px !important;
	font-family: mundial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}


.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.liro-hotels.com/wp-content/uploads/2024/03/arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
	background-size: 15px !important;
}


.quickbook .container .quicksearch-book-button {
	 height: 39px;
    background: #FFF;
    color: #000;
	 border: 2px solid #fff;
	padding:0 20px;
	font-size: 22px !important;
	border-radius: 20px;
}

@media screen and (max-width: 780px) {	
	.quickbook .container {
	flex-direction: column;
		gap:10px;
}
	.quickbook .container .item:first-child,
	.quickbook .container .item:last-child {
	text-align: center;
}
.quickbook .container .quicksearch-book-button {
	width: 100%;
	}
	
}


/* Button Link */

.button a {
  position: relative;
  color: #FFF;
  text-decoration: none;
}

.button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: rgba(var(--color-3), 1);
	transition: width 0.3s ease-in-out;
}
.button a:hover::after {
  width: 120%;
}

.button a:hover::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(var(--color-3), 1);
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 0.3s ease-in-out;
}

.button a:hover::before {
  animation: slide-in 0.3s forwards;
}

.button a:hover::before span {
  animation: color-change 0.3s forwards;
}

@keyframes slide-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes color-change {
  0% {
    color: #000;
  }
  100% {
    color: #ffcc00;
  }
}

/* Swiper */

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
}

/* Footer */

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 40px;
  background: rgba(var(--color-1), 1);
  color: white;
  padding-left: var(--main-padding);
  padding-right: var(--main-padding);
  color: rgba(255, 255, 255, 0.50);
  font-weight: 300;
}

.footer a {
	 color: rgba(255, 255, 255, 0.50);
}


.footer p {
  font-weight: 300;
}

.footer .footer-logo svg path {
  fill: #FFF !important;
}

.footer .footer-logo svg {
  width: 100px;
  height: auto;
}

.footer-logo {
  grid-column: 1 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.footer-column li {
  list-style: none !important;
  padding-left: 0px;
}

.footer-column ul {
  margin: 0px;
  padding: 0;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.50);
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-column a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}



@media (max-width: 1200px) {
  .footer {
    grid-template-columns: 1fr;
  }
  .footer-logo {
    grid-column: 1;
  }
  .footer-legal,
  .footer-contact {
    grid-column: 1;
    text-align: center;
    margin: 10px 0;
  }
	.footer-column:last-child {
  text-align: center;
}
	
	.footer-column {
    padding-bottom: 20px;
		align-items: center;
		text-align: center !important;
}
	.footer-column .menu-item {
		text-align: center;
	}
	
}

#socket {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

#socket a { color:#000; }


/* Layover */

#layover {
	position: fixed;
	width: calc(100vw - var(--main-padding) - var(--main-padding));
	height: calc(100vh - 250px);
	background: rgba(var(--color-1), 0.98);
	z-index: -1;
	padding-top: 250px;
	padding-left: var(--main-padding);
	padding-right: var(--main-padding);
	top: -150%; 
	transition: top 0.8s, z-index 0.5s;
	color:#FFF;
	text-transform: none;
}

#layover a {
	color:rgba(255,255,255,0.7);
	transition: color 0.9s;
}


#layover .inner {
	 display: flex;
    flex-direction: column;
	align-items: flex-start;
	height: calc(100vh - 100px);
}

#layover .inner .item {
	text-align: left;
	font-size:3.5vh;
}

#layover .inner .item:nth-child(2) {
	text-align: left;
	font-size:4.5vh;
}

#layover .inner .item:last-child {
	font-size:2.5vh;
	text-align: left;
	margin-top: auto; 
	padding-bottom: 150px;
	transition: padding-bottom 0.3s;
}

body.scrolling #layover .inner .item:last-child {
	padding-bottom: 50px;
}

#layover .inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#layover .inner ul li {
	line-height: 1.8em;
}
#layover .inner ul li:hover a {
	color:#FFF;
}



body.menuopen #layover {
	top: 0;
	z-index: 100;
}

body.menuopen #header-menu {
	background:transparent;
}
#header-menu .logo svg .cls-1 {
	transition: fill 1.9s;
}

.burger-icon svg path {
	fill:rgba(var(--color-1));
}

body.menuopen #header-menu .logo svg .cls-1 {
	fill: #FFF;
}
body.menuopen .burgericon .bar {
	 background: #FFF;
}
body.menuopen .menu-name {
	 color: #FFF;
}

body.menuopen .book-now {
	background:#FFF !important;
	color:rgba(var(--color-1));
}
body.menuopen .book-now svg path {
	fill:rgba(var(--color-1));
}

body.menuopen .burger-icon svg path {
	fill:#FFF;
}


body.menuopen .navbar::after { 
	display: none;
}
body.menuopen .navbar-logo svg path { 
	fill:#FFF;
}
body.menuopen .navbar-logo .cls-2{
    fill: rgba(var(--color-1));
}
body.menuopen .navbar-logo .cls-1{
    stroke: rgba(var(--color-1));
}
body.menuopen .burger-icon div {
	background:#FFF;
}





	#layover	{
	padding-top:100px;
	height: calc(100vh - 100px);
	}

	#layover .inner {
		grid-template-columns: 1fr;
	}

	#layover .inner .item {
		text-align: left;
		font-size:2.5vh;
	}
	#layover .inner .item:last-child {
		font-size:2vh;
	}
	#layover .inner .item a::after, #layover .inner .item a::before {
		display: none !important;
	}	


@media (min-width: 780px) {
	#layover .wpml-ls {
		display: none;
	}
}

@media (max-width: 780px) {
	body.scrolling #layover .inner {
	height: calc(100vh - 173px) !important;
}
	
	#layover {
    padding-top: 173px;
	}
	
}

.menu-item {
	position: relative;
}

.item {
	width: 100%;
}

.navbar-links .menu-item-has-children {
  position: relative;
}

.navbar-links .menu-item-has-children a {
	width: 100%;
}
.navbar-links .menu ul {
	display: flex;
}


/* Stil für das Untermenü-Pfeilsymbol mit SVG-Icon */
.navbar-links .menu-item-has-children:before {
  content: '';
  display: inline-block;
  width: 16px; 
  height: 30px;
  margin-left: 5px;
  position: absolute;
  right: 30px; 
  background: url('/wp-content/themes/nemeco/assets/icons/menu-arrow.svg') no-repeat center;
  background-size: contain; 
  transition: transform 0.3s ease; 
}

.navbar-links .menu-item-has-children.active:before {
  transform: rotate(180deg);
}

.navbar-links .menu-item-has-children .sub-menu {
	display: none;
}

.navbar-links ul li {
	position: relative;
}

.navbar-links .sub-menu {
	display: none;
	background:#FFF;
	position: absolute;
	margin: 0;
	padding: 0;
	left:0;
	box-shadow: 0px 4px 40px 15px rgba(0, 0, 0, 0.15);
	padding:10px 0;
	width: 150%;
}

.navbar-links .sub-menu li {
	padding-top:5px;
	padding-bottom: 5px;
}

.navbar-links .menu-item-has-children:before {
     right: 0px;
	height: 15px;
	width: 15px;
    background: url(/wp-content/themes/nemeco/assets/icons/main-menu-arrow.svg) no-repeat center;
	top:60%;
	transform:translateY(-50%);
	margin-left:25px;
}

.navbar-links .menu-item-has-children.active:before {
	top:40%;
}

.navbar-links .menu-item-has-children {
	padding-right: 30px;
}

.navbar-links .menu-item-has-children:hover li a {
	color:#000;
}
.navbar-links .menu-item-has-children:hover li:hover a {
	color: rgba(var(--color-1), 1);
}

/* CF7 */


.form p, .form p a {
	color: #000;
	font-size: 16px;
}

.wpcf7 input, 
.wpcf7 textarea,
.wpcf7 select{
	width: 100%;
	background:transparent;
	border: 2px solid rgba(var(--color-1), 1);
	margin: 0px;
	margin-bottom: 20px;
	padding:10px 15px;
	font-size:25px;
	font-family: "noto-sans", sans-serif;
	font-weight: 200;
	color:#000;
}
::placeholder {
	color:#000 !important;
	opacity: 1;
	font-family: "noto-sans", sans-serif;
	font-weight: 200;
	font-size:25px;
}

.wpcf7 input[type="submit"] {
	background: #FFF;
	color:rgba(var(--color-1), 1);
	width: auto;
	padding:0;
	margin: 0;
	padding:10px 15px;
	font-family: "noto-sans", sans-serif;
	font-weight: 500;
	font-size:25px;
	transition: all 0.3s;
}
.wpcf7 input[type="submit"]:hover {
	background: rgba(var(--color-1), 1);
	color:#FFF;
	width: auto;
	padding:0;
	margin: 0;
	padding:10px 15px;
	font-family: "noto-sans", sans-serif;
	font-weight: 500;
	font-size:25px;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-checkbox input {
	width: auto !important;
	padding-right: 10px;
	padding-left:0px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
@media only screen and (max-width: 767px) {  
.wpcf7 input, 
.wpcf7 textarea,
.wpcf7 select{
width: calc(100% - var(--main-padding) *2) !important;
}
}


#cta_contact {
	position: fixed;
	width: 65px;
	height: 65px;
	left: 40px;
  bottom: 120px;
	border-radius: 100px;
	background:#d6d6d6;
	display: flex;
	align-items: center;
    justify-content: center;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
	background: rgba(var(--color-1), 1);
	transition: background 0.3s;
}
#cta_contact:hover {
	background:#d6d6d6;
}

#cta_contact a {
	display: flex;
	align-items: center;
    justify-content: center;
}
#cta_contact  svg {
	width:60%;
	height:60%;
	fill:#FFF;
	transition: fill 0.3s;
}

#cta_contact:hover svg  {
	fill: rgba(var(--color-1), 1);
}