@font-face {
    font-family: 'Readex Pro';
    src: url('fonts/ReadexPro-SemiBold.woff2') format('woff2'),
        url('fonts/ReadexPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Readex Pro';
    src: url('fonts/ReadexPro-Light.woff2') format('woff2'),
        url('fonts/ReadexPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html {
	font-family: 'Readex Pro', sans-serif !important;
	color: #222 !important;
}

body.hausarzt,
body.hausarzt-bexbach {
	border-top: 10px solid #0069AC;
}

body.kardio,
body.kardiologie-bexbach {
	border-top: 10px solid #CCCC00;
}


body.hausarzt .uk-alert-success,
body.hausarzt-bexbach .uk-alert-success {
	background: #C0DAEA;
	color: #0069AC;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Readex Pro', sans-serif !important;
}

.kardio .body-text a,
.kardiologie-bexbach .body-text a {
	color: #CCCC00 !important;
}

.hausarzt .body-text a,
.hausarzt-bexbach .body-text a {
	color: #0069AC !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-container .uk-navbar-toggle {
	min-height: 120px !important;
}

.uk-navbar-nav>li>a {
	color: #222 !important;
}

.kontakt {
	padding: 20px;
	position: fixed;
	right: 0;
	top: calc(50vh - 20px);
}

.praxis-toggle {
	padding: 20px;
	position: fixed;
	left: 0;
	top: calc(50vh - 20px);
}

.hausarzt .kontakt,
.hausarzt .praxis-toggle,
.hausarzt-bexbach .kontakt,
.hausarzt-bexbach .praxis-toggle {
	background: #0069AC;
}

.kardio .kontakt,
.kardio .praxis-toggle,
.kardiologie-bexbach .kontakt,
.kardiologie-bexbach .praxis-toggle {
	background: #CCCC00;
}


.bar-logo {
	text-indent: -9999px;
	position: relative;
	height: 120px;
}

.hausarzt .bar-logo a,
.hausarzt-bexbach .bar-logo a {
	background: url(images/logo_ha.png);
	width: 400px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: 400px 80px;
	background-position: center left;
	display: block;
}

.kardio .bar-logo a,
.kardiologie-bexbach .bar-logo a {
	background: url(images/logo_kardio.png);
	width: 400px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: 400px 80px;
	background-position: center left;
	display: block;
}

@media screen and (max-width: 640px) {
	.bar-logo {
		text-indent: -9999px;
		position: relative;
		height: 80px;
	}

	.hausarzt .bar-logo a,
	.hausarzt-bexbach .bar-logo a {
		background: url(images/logo_ha.png);
		width: 300px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: 300px 60px;
		background-position: center left;
		display: block;
	}

	.kardio .bar-logo a,
	.kardiologie-bexbach .bar-logo a {
		background: url(images/logo_kardio.png);
		width: 300px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: 300px 60px;
		background-position: center left;
		display: block;
	}

	.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle,
	.uk-navbar-container .uk-navbar-toggle {
		min-height: 80px !important;
	}
}

.page-headline {
	position: relative;
	margin-bottom: 40px;
}

.page-headline:after {
content: '';
position: absolute;
left: calc(50% - 50px);
bottom: -10px;
width: 100px;
height: 6px;
border-radius: 3px;
}

.hausarzt .page-headline:after,
.hausarzt-bexbach .page-headline:after {
	background: #0069AC;
}

.kardio .page-headline:after,
.kardiologie-bexbach .page-headline:after {
	background: #CCCC00;
}

.hausarzt .uk-offcanvas-bar,
.hausarzt-bexbach .uk-offcanvas-bar {
	background: #0069AC !important;
}

.kardio .uk-offcanvas-bar,
.kardiologie-bexbach .uk-offcanvas-bar {
	background: #CCCC00 !important;
}

.uk-card-default {
	background: #fff;
	color: #222;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.hausarzt .hinweis .uk-modal-dialog,
.hausarzt-bexbach .hinweis .uk-modal-dialog {
	background: #0069AC !important;
	color: #fff !important;
}

.kardio .hinweis .uk-modal-dialog ,
.kardiologie-bexbach .hinweis .uk-modal-dialog {
	background: #CCCC00 !important;
	color: #fff !important;
}

.hausarzt .hinweis .uk-modal-dialog h2,
.kardio .hinweis .uk-modal-dialog h2,
.hausarzt-bexbach .hinweis .uk-modal-dialog h2,
.kardiologie-bexbach  .hinweis .uk-modal-dialog h2 {
	color: #fff !important;
}

.hinweis .uk-close {
	color: #fff !important
}

blockquote {
	text-align: center;
	padding: 20px 10vw;
}

/*.uk-card ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}

.uk-card ul li {
	position: relative;
	padding-left: 30px;
}
.hausarzt .uk-card li::before {
	content: url(images/bullet_ha.svg);
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
}*/

.uk-button {
	border-radius: 50px !important;
	border: none !important;
}

.hausarzt .uk-button-default,
.hausarzt-bexbach .uk-button-default {
	background: #0069AC !important;
	color: #fff !important;
}

.kardio .uk-button-default,
.kardiologie-bexbach .uk-button-default {
	background: #CCCC00 !important;
}

.map {
	height: 500px;
}

.hausarzt .uk-lightbox,
.hausarzt-bexbach .uk-lightbox {
	background: rgba(0,105,172,.95) !important;
}

.kardio .uk-lightbox,
.kardiologie-bexbach .uk-lightbox {
	background: rgba(203,203,46,.95) !important;
}

.uk-slider-container-offset {
	margin: -11px -10px -39px -10px !important;
	padding: 11px 10px 39px 10px !important;
}

.uk-slider-container-offset {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
	.uk-slider-container-offset {
		margin: -11px -15px -39px -15px !important; 
		padding: 11px 15px 39px 15px !important; 
	}
}

@media screen and (min-width: 960px) {
	.uk-container {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

.hausarzt .uk-offcanvas-bar .uk-nav-default>li>a,
.hausarzt-bexbach .uk-offcanvas-bar .uk-nav-default>li>a {
	color: #fff !important;
}

.kardio .uk-offcanvas-bar .uk-nav-default>li>a,
.kardiologie-bexbach .uk-offcanvas-bar .uk-nav-default>li>a {
	color: #222 !important;
}

.hausarzt-bexbach .uk-label {
	background: #0069AC !important;
}

.kardiologie-bexbach .uk-label {
	background: #CCCC00 !important;
}

.hausarzt-bexbach .uk-link, .hausarzt-bexbach a {
color: #0069AC !important;
}

.kardiologie-bexbach .uk-link, .kardiologie-bexbach a {
color: #CCCC00 !important;
}

.kardiologie-bexbach .uk-button-default {
	color: #fff !important;
}

a.praxis-toggle {
	color: #fff !important;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


