/** Custom Fonts **/
@font-face {
    font-family: 'ExtraMile';
    src: url('../../yootheme_hausfreund/fonts/ExtraMile.eot');
    src: url('../../yootheme_hausfreund/fonts/ExtraMile.eot?#iefix') format('embedded-opentype'),
        url('../../yootheme_hausfreund/fonts/ExtraMile.woff2') format('woff2'),
        url('../../yootheme_hausfreund/fonts/ExtraMile.woff') format('woff'),
        url('../../yootheme_hausfreund/fonts/ExtraMile.ttf') format('truetype'),
        url('../../yootheme_hausfreund/fonts/ExtraMile.svg#ExtraMile') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3 {
	font-family: extramile!important;
}


/** Navbar **/
nav.uk-navbar {
    margin-top: 10px;
    margin-bottom: 10px!important;
}

/** Disclaimer age */
#notice-102 .notice-footer .btn-jd-accept {
    background-color: green;
}
#notice-102 h4.notice-title {
    font-weight: bold;
    margin-bottom: 10px;
}
#notice-102 .notice-message {
	color: #6c6d74;
}
#notice-102 .notice-footer {
    text-align: center;
}
#notice-102 .notice-footer span {
    margin-top: 10px;
    width: 170px;
}

/** Own Classes **/

/* Beer Table */
.hm-beer-table {
    color: #82220b;   
}
.hm-beer-table td {
    font-weight: bold;
}

/*** Footer ***/
/* Bottomenu */
#hm-bottom-menu a {
    color: #f8f8ff;
}
/* Menü */
.footer-menu li {
	display: inline-block;
	margin-right: 14px;
}
	
div#testtest {
    background-color: red;
}

#module-96 {
background: #0c264c;
padding: 1em;
}

#module-96 h3 {
color: #fff;
}

#module-97 {
background: #0c264c;
padding: 1em;
}

#module-97 h3 {
color: #fff;
}

/** Single Pages **/

	/* Kontaktformular */
	label#jform_spacer-lbl {
    	font-size: 12px;
	}
	fieldset#jform_com_fields_datenschutz {
    	font-size: 14px;
	} 
	
/** Modules **/

	/* Events */
	ul.events-list {
    	list-style-type: none;
	}
	
/** Custom UK Classes **/

	/* Font */
	.uk-text-middle {
    	font-size: 16px;
	}