/*
Theme Name:         Augenaerzte Eppendorf - Chicago (3.0)
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        Theme for Augenärzte-Eppendorf.de - Based on FoundationPress by Ole Fredrik Lie. FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            3.0.0
Author:             Rogge & Pott – Björn Dammann 
Author URI:         http://roggeundpott.de

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/*
  2026-01-05 - bjoern:
  sass watch / build not working anymore. small css addons are where
*/


/* 
  General
*/

.hidden {
	display: none !important;
}


h1, h2, h3, h4, h5, h6 {
	color: #1f2121;
}
a:hover {
	color: #1f2121;
}


/*
  Orbit Slider Feature Image Area
*/

.featured-hero {
	height: auto;
}

.orbit-wrapper {
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
}
.orbit-previous, .orbit-next {
	cursor: pointer;
	font-size: 70%;
	padding: 0.75rem;
	transition: background-color 0.25s ease-in-out;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: #81aa92 !important;
}

.orbit-bullets button.is-active {
	opacity: 1;
	background-color: #81aa92;
}
.orbit-bullets {
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.orbit-bullets button {
	transition: background-color 0.25s ease-in-out;
	cursor: pointer;
	background-color: rgb(192, 192, 192);
	width: 0.75rem;
  	height: 0.75rem;
	opacity: 0.75;
}
.orbit-bullets button:hover {
	opacity: 1;
	background-color: #81aa92;
}
.page-template-front .featured-hero {
	height: auto !important;
	width: 100%;
}

/*
  Top Bar Desktop
*/

.top-bar {
	border-bottom: 2px solid #AC966F;
}
.top-bar, .top-bar ul.desktop-menu {
	background-color: #bfd4c6; /* #81aa92; */
	font-family: "Roboto Slab", serif;
}
.top-bar ul.is-dropdown-submenu {
	background-color: #dce7e1; /* #81aa92; */
}
.top-bar .menu a {
	color: #1f2121;
}
.top-bar .menu .active > a, .top-bar .menu .current-menu-item > a, .top-bar .menu .current-page-ancestor > a,
.top-bar .menu a:hover:not(.button) {
	color: #648170; 
}
.top-bar .menu:not(.submenu) > li:not(.menu-text) > a {
	padding: 1rem 0.2rem;
}
.top-bar .top-bar-right {
	width: 100%;
}

.top-bar ul.desktop-menu {
	justify-content: center;
	width: 100%;
	gap: 0.3em;
	padding-bottom: 0.4em;
}


@media screen and (min-width: 46.875em) {
	.top-bar ul.desktop-menu {
		gap: 0.5em;
	}
}
@media screen and (min-width: 56.25em) {
	.top-bar ul.desktop-menu {
		gap: 1.2em;
	}
}
@media screen and (min-width: 62.5em) {
	.top-bar ul.desktop-menu {
		gap: 1.5em;
	}
}
.top-bar .button a {
	margin: 0;
	padding: 0 !important;
}
.top-bar .button {
	background-color: #AC966F;
	color: #000000 !important;
	padding: 0.5rem;
	margin-bottom: 0.5em;
	line-height: 1.5;
	margin-top: -0.5em;
}
.top-bar .button:hover {
	background-color: #c9b38d;

}
.top-bar .button:hover a {
	color: #000000 !important;
}

.top-bar .btn-ext {
	transition: background-color 0.25s ease-in-out;
	background-color: #AC966F;
	padding: 0 0.5em;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
	border-radius: 0.3em;
	font-size: 0.90em;
	display: inline-block;
}
.top-bar .btn-ext a {
	color: #000000 !important;
	padding: 0.3em 0.2em !important;
	margin-top: 0.45em;
	display: inline-block;
}
.top-bar .btn-ext:hover {
	background-color: #c9b38d;
}

.top-bar .desktop-menu > .menu-item-has-children {
	display: inline-flex;
	align-items: center;
}
.top-bar .desktop-menu > .menu-item-has-children:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	margin-left: 0.1em;
	margin-top: 0.2em;
	border-color: #1F2121 transparent transparent transparent;
	transform: rotate(0deg);
}
.top-bar .desktop-menu > .menu-item-has-children:hover:after,
.top-bar .desktop-menu > .current_page_item:after,
.top-bar .desktop-menu > .current_page_parent:after {
	border-color: #648170 transparent transparent transparent;
}
/* 
	Branding 
*/
.branding-area {
	background-color: #bfd4c6; /* #bfd4c6; */
	padding-top: 0rem;
	padding-bottom: 0.5rem;
}
.aug-logo-wrapper svg, .aug-textlogo-wrapper svg {
	width: clamp(17.5rem, 6.071rem + 28.57vw, 27.5rem);
}

/*
  Title Bar Mobile
*/

.title-bar {
	background-color: #bfd4c6; /* #bfd4c6; */
	color: #1f2121;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #648170;
}
.title-bar-title {
	font-family: "Roboto Slab", serif;
	font-weight: bold;
}
.title-bar-title a {
	color: #1f2121;
	text-decoration: none;
}

.menu-icon::after {	
	background: #1f2121;
	box-shadow: 0 7px 0 #1f2121, 0 14px 0 #1f2121;
}

/*
  Location List - Single Location Full Width
*/

.location-list.location-count-1 .single-location {
	width: 100% !important;
	padding: 0 !important;
}
.location-count-1 .single-location-left,
.location-count-1 .single-location-right{
	width: 100% !important;
	float: none !important;	
}

.location-count-1 .single-location-left {
		padding-left: 0em;
	}
	.location-count-1 .single-location-right {
		padding-right: 0em;
	}
@media print, screen and (min-width: 40em) { 
	.location-count-1 .single-location-left,
	.location-count-1 .single-location-right{ 
			width: 50% !important;
			float: left !important;
	}
	.location-count-1 .single-location-left {
		padding-right: 1em;
	}
	.location-count-1 .single-location-right {
		padding-left: 1em;
	}
}

@media print, screen and (min-width: 40em) { 
	.container .main-wrap .location-list-area .location-count-4,
	.container .main-wrap .location-list-area .location-count-3,
	.container .main-wrap .location-list-area .location-count-2 {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr 1fr;

	}
}
.page-template-front .location-list-area .location-list .single-location, .page-template-page-full-width .location-list-area .location-list .single-location {
	width: 100%;
}
.page-template-front .location-list-area .location-list .single-location:first-of-type, .page-template-page-full-width .location-list-area .location-list .single-location:first-of-type,
.page-template-front .location-list-area .location-list .single-location:last-of-type, .page-template-page-full-width .location-list-area .location-list .single-location:last-of-type {
	padding: 0 ;
}
.page-template-default .single-location .single-location-left,
.page-template-default .single-location .single-location-right {
	width: 100%;
}


.page-template-page-full-width .location-list-area.location-count-1 .location-list .single-location,
.page-template-page-full-width .location-list-area.location-count-1 .location-list .single-location:last-of-type,
.page-template-page-full-width .location-list-area.location-count-1 .location-list .single-location:first-of-type {
	width: 100%;
    margin-right: 0;
    margin-left: 0;
	padding: 0;
}

@media print, screen and (min-width: 76.875em) { 
.page-template-front .location-list-area, .page-template-page-full-width .location-list-area {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
}


/*
  Custom Callout Box
*/

.callout.custom {
  width: calc(100% + 1.11111rem);
  margin-left: -0.555rem;
  border-left: 3px solid #ed4a47;
  border-right: 3px solid #ed4a47;
  margin-bottom: 2rem;
}


/* 
  Top Widget Area
*/

.top-widget-area {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	top: 0;
	padding: 0.4em;
	align-items: center;
}
.logged-in .top-widget-area {
	top: 32px;
}
.widget_polylang ul,
.shortcode_polylang {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0.75em;
}
.shortcode_polylang {
	justify-content: center;
	margin-bottom: 1em;
}
.widget_polylang ul li a,
.shortcode_polylang li a {
	font-size: 0.75em;
	text-transform: uppercase;
	text-decoration: none;

	border-bottom: 0;
	transition: color 0.25s ease-in-out;
}
.widget_polylang ul li:hover a,
.shortcode_polylang li:hover a {
	color: #1f2121;
}
.top-widget-area .lang-item.current-lang a span {
	color: #818181;
}
.lang-item.current-lang a span {
	color: #b9b9b9;
}
.top-widget-btn {
	margin-left: 1em;
	background-color: #AC966F;
	color: #000000;
	padding: 0.6em 0.85em;
	font-size: 0.85rem;
    margin-bottom: 0;
}
.top-widget-btn:hover, .top-widget-btn:active, .top-widget-btn:focus {
    background-color: #c9b38d;
	color: #000000;
}
.top-widget-area .widget_custom_html {
	display: flex;
    align-items: center;
}

/* Various */ 
a.doctolib {
	display: block; 
	text-align: center; 
	background-color: #0596de; 
	color: #ffffff; 
	font-size: 14px; 
	overflow: hidden; 
	width: 257px; 
	height: 40px; 
	border-radius: 4px; 
	position: relative; 
	border-bottom: 0; 
	z-index: 1000; 
	line-height: 40px;
}

.tooltip.top.align-center {
	background-color: rgba(0,0,0,0);
	display: none !important;
}
.tooltip.top::before {
	display: none !important;
}
.flBtn.flBtn-position-br [data-tooltip]:before {
	bottom: 10%;
    right: 120%;
    font-size: 1rem;
}
.flBtn.flBtn-position-br .flBtn-first [data-tooltip]:before {
	right: 150%;
}
.flBtn.flBtn-shape-circle a {
	border: 1px solid #e0e0e0;
}