
#html-body, h1, h2, h3, h4, h5 {
	/* default font */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#masthead-logo img {
	/* image for masthead logo */
	width: 100px;
}

#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	right: 10px
}

.ino-green {
	color: #599a39 !important;
}

/* Startseite - Textformatierung über den Bilder der Energiequellen  */
.ino-img-overlay {
	text-shadow: 0 0 5px black;
}


/******************
 * Code damit Links in der Navigation mit einem animierten Strich (wie auf getuikit.com) animiert werden!
 *
 * Code von getuikit.com sowie von
 * https://tobiasahlin.com/blog/css-trick-animating-link-underlines/
 *
 */
.uk-navbar-nav>li>a {
	position: relative;
	text-decoration: none;
}
.uk-navbar-nav>li>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: calc(102% - 15px);
	bottom: 20px;
	height: 1px;
	background-color: currentColor;
	transition: .3s ease-in-out;
	transition-property: right;
}
.uk-navbar-nav>li>a:hover::before {
	right: 15px;
}





#offcanvas-nav .uk-search-input {
	/* the search box that appears in offcanvas nav */
	width: 100%;
}



/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */

.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

figure {
	/* figure for image that has a caption */
	display: table;
	margin: 1em 0;
}

figure figcaption {
	/* display caption text below image contained to image width */
	display: table-caption;
	caption-side: bottom;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 5px;
	color: #777;
}

@media only screen and (max-width: 767px) {
	/* common PW mobile layout adjustments for widths under 768px */

	.align_left, .align_right, .align_center {
		/* display images in center rather than aligned */
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}

	figure,
	figure figcaption {
		/* let figcaption display as wide as needed below image */
		display: block;
		text-align: center;
	}
}

/****************************************************************
 * Eingefügt von Ralf für ino Wärmepumpen GmbH
 *
 */

/* Das Such-Icon in der Navigation - zentrieren */
#masthead-search-open {
	padding: 0 0 3px 0;
}

/* Anpassungen an der Navigation */
.ino-nav{
	background: #f8f8f8;
}
.ino-nav-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.ino-nav-padding-left {
	padding-left: 15px;
}

/* Wird das hier nachfolgend noch benötigt??  --  ToDo Ralf */
.uk-overlay {
	padding: 15px;
}

nav {
	z-index: 999;
	/*
	position: absolute;
	*/
}

/* Das sollte eigentlich eine Subnavigation mit angepasster Breite liefern... geht aber leider nicht :-(  */
/* dropdown width override */
/*
.uk-navbar-dropdown-nav>li>a {
	white-space: nowrap;
}
.uk-dropdown {
	min-width: 200px;
	width: auto !default;
}
*/

/****************************************************************
 * (Keine) Silbentrennung
 *
 * Details hierzu: https://www.stichpunkt.de/html/umbruch.html
 *
 */
/*Silbentrennung von Wörtern */
.hyphens {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/* KEINE Silbentrennung von Wörtern
 * Der Text innerhalb des mit dieser Eigenschaft versehenen Tag bricht nur um, wenn ein Zeilenumbruch explizit gesetzt wird. */
.nobr {
	white-space: nowrap;
}


/****************************************************************
 * Anpassung der Login Felder für das PW Modul - LoginRegisterPro
 *
 * Codevorschlag von Ryan siehe hier:
 * https://processwire.com/talk/topic/24338-setmarkup-inputfield-container/?tab=comments#comment-207092
 *
 */
 @media only screen and (max-width: 767px) {
	.LoginRegisterPro .InputfieldForm .Inputfield {
	  clear: both;
	  margin: 5px 0;
	  width: 100% !important; /* override inline width */
	}
	.LoginRegisterPro .InputfieldColumnWidth:not(.InputfieldColumnWidthFirst) {
		margin-left: 0 !important;
	}
}

.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
	margin: 1% 0;
	padding: 20px;
	border: 1px solid #eee;
	background: ;
}


/****************************************************************
 * MarkupCookieConsent
 *
 * Diese Styles sind für das Modul des Cookie-Banners
 *
 */

/*  Defaults  */
.mCCF {
	font-size: initial;
	margin: 0;
	padding: .7em 1em;
	position: fixed;
	z-index: 9999;
}
.mCCF--top,
.mCCF--bottom {
	right: 0;
	left: 0;
}
.mCCF--top {
	top: 0;
}
.mCCF--bottom {
	bottom: 0;
}
.mCCF__message {
	font-size: .9em;
	line-height: 2;
	margin: 0;
	text-align: center;
}
.mCCF__link {
	border: none;
	color: #000000; /* #e10613; */
	text-decoration: none;
	margin-left: .5em;
}
.mCCF__accept {
	border-radius: 6px;
	border: none;
	cursor: pointer;
	float: right;
	font-size: .9em;
	margin-left: 1em;
	padding: .4em .6em;
}

/*  Light Theme  */
.mCCF--light {
	background: #f5f5f5;
	color: #000;
	opacity: 0.95;
}
.mCCF--light:hover {
	opacity: 1;
}
.mCCF--light.mCCF--top {
	box-shadow: 0 0 8px #9a9a9a;
}
.mCCF--light.mCCF--bottom {
	box-shadow: 1px -1px 3px #9a9a9a;
}
.mCCF--light .mCCF__message {
	color: #000;
}
.mCCF--light .mCCF__link {
	color: #000000; /* #e10613; */
}
.mCCF--light .mCCF__link:hover {
	color: #000000; /* #e10613; */
}
.mCCF--light .mCCF__accept {
	background: #599a39;
	color: #ffffff;
	border: 1px solid #599a39;
}
.mCCF--light .mCCF__accept:hover {
	background: #ffffff; /* #599a39; */
	color: #599a39; /* #9a9a9a; */
	border: 1px solid #599a39;
}