

@font-face {
	font-family: 'Handwriting - Dakota';
	src: url('/site/templates/font/Handwriting-Dakota.eot');
	src: local('Handwriting - Dakota'), local('Handwriting-Dakota'),
		url('/site/templates/font/Handwriting-Dakota.eot?#iefix') format('embedded-opentype'),
		url('/site/templates/font/Handwriting-Dakota.woff2') format('woff2'),
		url('/site/templates/font/Handwriting-Dakota.woff') format('woff'),
		url('/site/templates/font/Handwriting-Dakota.svg#Handwriting-Dakota') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, .hhct {
	font-family: 'Handwriting - Dakota', Helvetica, Arial, sans-serif;
}

#html-body {
	/* 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
}

/*
#offcanvas-toggle {
	/* the hamburger icon that toggles the mobile navigation */
/*	position: absolute;
	top: 10px;
	left: 15px;
}
*/
.hh-nav-no-margin {
	margin: 0;
}

.hh-red {
	color: #cc0000;
}

.notes {
	color: #8d939e!important;
	background: #ffd;
	margin-top: 15px;
	font-size: .875rem;
	line-height: 1.5;
}

#offcanvas-nav .uk-search-input {
	/* the search box that appears in offcanvas nav */
	width: 100%;
}

img.uk-comment-avatar {
	/* avatar that appears in comments */
	width: 60px;
	height: 60px; 
}

@media only screen and (max-width: 959px) {
	/* custom adjustments for mobile layouts under 960px */
	#masthead {
		/* primary nav is not visible, so it needs some padding here */
		padding-top: 15px;
	}
}


/****************************************************************
 * 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;
    }
}



/****************************************************************
 * Anpassung der Profil Felder - damit der Vorschlag und die Eingabe DEUTLICHER zu unterscheiden sind.
 *
 */
.uk-form-label {
	/* color: #333; // Farbe wird vom uikit.css bereits geladen */
	font-size: 1rem;
	font-weight: bold;
}
.uk-input, .uk-select, .uk-textarea {
	color: black;
}


.uk-form-label {
	/* color: #333; // Farbe wird vom uikit.css bereits geladen */
	font-size: 1rem;
	font-weight: bold;
}
.uk-input, .uk-select, .uk-textarea {
	color: black;
}


/****************************************************************
 * 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 */
	}
	.RegisterForm .Inputfields .Inputfield {
		clear: both;
		margin: 5px 0;
		width: 100% !important; /* override inline width */
	  }
	.LoginRegisterPro .InputfieldColumnWidth:not(.InputfieldColumnWidthFirst) {
		margin-left: 0 !important;
	}
}