﻿/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-navbar-toggle {
		display:none !important;
	}
	.uk-text-right-large {
		text-align:right !important;
	}
	.uk-text-left-large {
		text-align:left !important;
	}
	.uk-margin-top-large {
		margin-top: 25px !important;
	}
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
	.uk-navbar-toggle {
		display:none !important;
	}
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
}



.uk-navbar {
    background: rgba(255, 255, 255, 1);
    color: #222222;
}
.uk-navbar-nav > li > a {
    color: #222222;
}
.uk-sticky-placeholder .uk-animation-slide-top {
    background: rgba(255, 255, 255, 0.95);
    color: #222222;
}
.uk-navbar-toggle {
    color: #222222;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #76825c;
}
.uk-offcanvas-bar {
    background: #fdfff8;
}
/* Footer */
.footer-outer {
    font-size: 14px;
    line-height: 1.6;
}
.footer-outer {
    background-color: #76825c;
}
.footer-outer a:hover {
    color: #cccccc;
}
.footer-outer .uk-subnav > .uk-active > * {
  color: #cccccc;
}

.footer-outer .uk-grid-width-large-1-2  {
	margin-top:10px;
}


/* Modifier: 'CookieHint'
 ========================================================================== */
#redim-cookiehint {
	overflow-y:auto;
	font-family:Arial, Helvetica, sans-serif;
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
    max-width: 600px;
}
@media (max-width:768px) {
	#redim-cookiehint {
	    max-height:500px;
	}
}

#redim-cookiehint .cookiebuttons .btn,#redim-cookiehint .cookiebuttons button {
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	padding: 12px 8px !important;;
	text-align: center;
	width: 90%;
	margin:0 auto 15px auto;
}

/* ========================================================================== */
