﻿/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@media (min-width: 960px) {
	.uk-text-right-large {
		text-align:right !important;
	}
	.uk-text-left-large {
		text-align:left !important;
	}
	.uk-margin-top-large {
	  margin-top: 25px !important;
	}
	.uk-width-2-3-large {
	  width: 66.666%;
	}
	.uk-width-3-4-large {
	  width: 75%;
	}
}
@media (max-width: 1219px) {
	.tm-navbar .uk-visible-xlarge {
	    display: none !important;
	}
}

.tm-navbar .uk-flex-center {
	justify-content:right;
	float:right;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
	outline: none;
}

.uk-nav-side > li.uk-active > a {
	background:inherit;
	color: #ffffff;
}


/* 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;
}

/* ========================================================================== */
