body {
	margin-bottom:30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.75rem;
	color: #484848;
	background-color: #1f1f1f;
	background-image: url('/img/logo-tile.png');
	background-repeat: repeat;
	background-size: 450px;
}
body.admin       { padding-top:50px; padding-bottom:20px; margin-bottom: 20px; }

#logo            { max-height: 230px;margin: 12px auto; }

.header .nav     { margin-top:70px; padding:0; }

.col-lg-4 h2     { font-size:30px;  }

header           { padding:10px 0 10px 0; }
header ul        { padding:20px 0 0 0; }

.heading         { margin:0 0 30px 0; padding: 20px; background:#eee; border-radius:6px 6px 6px 6px; }
.heading h1      { margin:10px 0; color: rgba(58, 156, 31, 0.86);}
.heading p       { margin:20px 0 10px 0; font-size:18px; }
.topsep          { margin:10px 0 15px 0; }

.main-content p,
.main-content ul { line-height:1.4em; }
.main-content p + ul, h1+ul, h2+ul, h3+ul, h4+ul {
	margin-top: -1px;
}
.sidebar         { margin-top:30px; }
.sidebar p,
.sidebar ul      { line-height:175%; }
.teaser p        { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; }

.caption         { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.thumbnail       { max-width:100% !important; height:auto; }
.thumbnail-left  { float:left; margin:0 10px 10px 0; }
.thumbnail-right { float:right; margin:0 0 10px 10px; }
.thumbnail img   { width:100%; }
a.thumbnail:hover { opacity:0.9; }

.caption + p     { margin-top:20px; }

.topspace        { margin-top:10px; }
.closure         { margin-top:50px; }

.footer-right p, .footer p        		{ margin:0; font-size:13px; }
.footer-right, .footer          		{ color:#808080; text-align:center; }
.footer-right a, .footer a        		{ color:#808080; text-align:center; }
.footer-right a:hover, .footer a:hover  { color:#2a6496; }

.footer-right {
	font-size: 14px;
	margin: -12px 5px 5px 5px;
	text-align: center;
}

.header .nav > li > a {  padding: 7px 15px; box-sizing: border-box; }
.nav > li > a { border: 2px solid rgba(0,0,0, 0); }

.alert h3   { margin:0 0 10px 0; }

.overview h2 a   { color:#333; text-decoration:none; }

.news            { margin:30px 0 30px 0; }
.news:first-child { margin-top:20px; }
.news h2         { margin:0; padding:0; }
.news h2 a       { color:#333; text-decoration:none; }
.news .time      { color:#808080; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2  { margin:10px 0; }
.simple-news h2 a { color:#333; text-decoration:none; }
.simple-news-delete { background:#f2dede; }

#comments        { margin-top:50px; }
#commentformwrapper { padding-top:20px; }
h3#preview       { color:#ca9853; margin-bottom:10px;}
h4.author        { font-size:14px; margin-bottom:5px; font-style:italic; }
.comment         { position:relative; margin-bottom:25px; }
.comment-admin   { position:absolute; top:0; right:0; }
.comment-delete  { background:#f2dede; }
.comment-preview { color:#333; }
.comment-info    { font-size:13px; color:#808080; margin:0 0 -10px 0;}

.gallery         { margin:20px 0 30px 0; padding:30px 30px 0 30px; border:1px solid #ddd; border-radius: 4px 4px 4px 4px;  background:#eee; }
.gallery h3      { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#808080; font-style:italic; text-align:center; }
.thumbnail-wrapper { text-align:center; margin-bottom:30px; }
.thumbnail-wrapper a { display:inline-block; margin:auto;  }

#menu-toggle-handle    { display:block; margin:0px 0 1px 0; background:#428bca; padding:10px 15px; color:#fff; text-align:center; text-decoration:none; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px;  background-color:#fff; border-radius:1px; }
#menu-toggle-handle .icon-bar + .icon-bar { margin-top:4px; }

.dropdown-menu .glyphicon { padding-right:5px; }


@media (min-width: 767px) {
	.header .nav { margin:10px; float:left; text-align:right; }
	.header {  margin-top: 30px; }
	.sidebar { margin-top:0; }
}

.nav_top  { color: #ffffff; font-weight: bold; font-size: 18px; }
.nav_side { color: #000000; font-weight: bold; font-size: 18px; }


@media screen and (max-width:767px) {
	.header {
		padding: 0;
	}
	.body-content {
		margin-top: 16px;
	}
	body {
		font-size: 1.5rem;
	}
	.nav-lang {
		float: none;
		text-align: center;
		margin: 15px !important;
	}
	#logo                  {
		margin:10px 0 10px 0;
		font-size:36px;
		text-align:center;
		transform:rotate(0);
		-moz-transform:rotate(0);
		-webkit-transform:rotate(0);
		height: 6vw;

	}
	#nav { display:none; margin:0; padding: 10px; }
	#nav ul { margin:0; padding:0; }
	header ul.nav-pills {
		display: inline !important;
	}
	#nav .nav-pills > li { text-align:center; float:none; background:#000; border-radius: 25px;}
	#nav .nav-pills > li > a {  border-radius:5; }
	#nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }

	.navbar-top-links {
		font-size: .8em;
	}
	.navbar-top-links li a {
		min-height: auto;
		padding: 7px;
	}
	header > .row > .navbar, #menu-toggle-handle {
		border-radius: 0px !important;
	}
	#page-wrapper {
		padding: 0;
	}
	.container-fluid {
		padding: 0;
	}
	.panel-body {
		padding: 5px 6px;
	}
	.row {
		margin: 0;
	}
	.col-lg-12 {
		padding: 0;
	}
	.form-group {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

#mylightbox-background        { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; border:1px solid #cecece; z-index:2000; }
#mylightbox                   { width:400px; display:none; position:absolute; background:#fff; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #cecece; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px #000; }
#mylightbox img               { max-width:100%; height:auto; }
#mylightbox-header            { height:25px; font-size:13px; line-height:20px; padding:0 0 10px 0; }
#mylightbox-title             { position:absolute; top:3px; left:10px; width:90%; margin:0; padding:0; font-weight:bold; }
#mylightbox-controls          { position:absolute; top:5px; right:10px; width:14px; margin:0; padding:0; }
#mylightbox #photo            { margin:0; padding:0; }
#mylightbox-subtitle          { font-size:13px; line-height:150%; margin:5px 0 0 0; font-style:italic; color:#808080; }
#mylightbox-description       { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author            { color:#808080; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; }
#mylightbox-throbber          { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; }
#mylightbox-photo             { position:relative; }
#mylightbox-prev              { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-prev:hover        { background:url(../img/prev.png) no-repeat 7% center; }
#mylightbox-next              { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-next:hover        { background:url(../img/next.png) no-repeat 93% center;  }
#mylightbox-close             { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; }
#mylightbox-close:hover       { opacity:1; }

h1, h2, h3, h4      { margin:10px 0; color: rgb(18, 134, 54); font-weight: bold;}
h2, h3, h4 { margin-top: 18px; }


.linkbutton, .btn {
	padding: 10px 15px;
	color: #fff;
	border-radius: 25px;
	border: solid 2px #333;
	user-select: none;
	text-decoration: none;
	display: inline-block;
	/* margin-bottom: 10px; */
}
.linkbutton {
	background-color: rgb(18, 134, 54);
}
.btn-default {
	background-color: #aaa;
}

.btn-primary {
	background-color: rgb(18, 134, 54);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:hover:active, .btn-primary:active, .btn-primary:active:focus {
	background-color: rgb(10, 124, 34);
}


.linkbutton:hover {
	color: #fff;
	background-color: #165e16;
	text-decoration: none;
}
.linkbutton:active {
	background-color: #165e16;
}
.obfsctdml:after {
	content: attr(data-nm) "@" attr(data-dmn) "." attr(data-tld);
}

.form-control {
	padding: 3px 15px;
	font-size: 1.1em;
	height: 2.3em;
}

div .list-group-item-text {
	line-height: 1.2em;
	margin-bottom: 7px;
}
.nav-pills>li.divider {
	border-left: 1px solid #2f7727;
	height: 28px;
	width: 1px;
	margin-top: 6px;
	margin-left: 10px !important;
	padding-right: 10px;
}
header ul.nav-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}
.navbar-static-top li > a,
.navbar-static-top li > a:focus,
.navbar-static-top li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #ecea2d !important;
	background-color: #000000;
	border-radius: 25px;
}
.sidebar ul li a.active,
.dropdown-menu > li > a.active {
	background-color: rgb(19, 151, 60);
	font-weight: bold;
}
.nav-pills > li + li {
	margin-left: 3px;
	margin-right: 3px;
}
nav > li > a:focus,
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-decoration: none !important;
	background-color: #165e16 !important;
	color: #fff !important;
	border-radius: 25px !important;
	border: 2px solid #307d2a !important;
}
li > a.navbar-link,
li > a.navbar-link:hover,
li > a.navbar-link:focus,
li > a.navbar-link:active {
	background-color: #000 !important;
	border: none !important;
}
li:has(> a.navbar-link) {
	margin: 0 !important;
}

.panel-body > .nav > li > a:focus, .panel-body > .nav > li > a:hover {
	/* padding: 8px 13px !important; */
}
.panel-body {
	word-wrap: anywhere;
}

.panel-body h1 {
	text-align: center;
}

.panel-body h2 {
	text-align: left;
}

.panel-body li {
	text-align: left;
}

.centered {
	text-align: center;
}

.panel-body img, .panel-body iframe {
	max-width: 100%;
}

.nav-lang img {
	border-radius: 25px;
}

a:focus, a:hover {
	color: #000;
}

header > .row > .navbar, #menu-toggle-handle, .navbar-static-top {
	background-color: rgb(18, 134, 54);
	border-radius: 100px;
	border: 2px solid #11370e;
	box-sizing: border-box;
}

.list-group p {
	margin: 10px 0 0 0;
}

img.photo {
	padding: 5px;
	border-radius: 10px;
	box-shadow: #979797 2px 2px 10px;
	margin: 12px 0 10px 0;
	max-width: 100%;
	height: auto;
	background-color: #ffffff;
}

.photostack:before {
	content: " ";
	margin-top: 210px !important;
	height: 200% !important;
	width: 200px;
	background: #f00;
}

.photostack {
	transform: rotate(-1.6deg);
	margin: 10px 0 -25px 0 !important;
	transition: all ease-in-out 0.3s;
	position: relative;
}
.photostack:hover {
	z-index: 99999;
	transform: scale(107%) !important;
}
.photostack:nth-child(2n) { transform:rotate(2.2deg); z-index: 9999 !important; }
.photostack:nth-child(3n) { transform:rotate(-2.5deg);   }
.photostack:nth-child(4n) { transform:rotate(1.5deg);  }
.photostack:last-child {
	margin-bottom: 30px !important;
}

#page-wrapper {
	background: none;
	border: none !important;
}
#side-menu {
	margin-top: 80px;
}
ul#side-menu li {
	border: none !important;
	margin: 7px;
}
.navbar-header, .navbar-static-top {
	display: flex;
	align-items: center;
	flex-basis: max-content;
}
.navbar-top-links {
	flex: fit-content;
	flex-wrap: nowrap;
	display: flex;
	justify-content: end;
	grid-gap: 5px;
}
.navbar-brand {
	font-size: 1.4em;
	color: #fff !important;
	font-weight: bold;
}

.navbar-default .sidebar {
	background: none !important;
	border: none !important;
	align-self: normal;
}
@media (max-width: 767px) {
	.navbar-static-top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border: none !important;
		border-color: none !important;
		display: flex;
		border-radius: 0;
	}
	.sidebar-nav, .navbar-collapse {
		border: none;
		box-shadow: none !important;
		padding: 8px;
		background: #202020eb !important;
	}
	#side-menu {
		margin: 0;
	}

	.navbar-default .sidebar {
		margin-top: 70px;
		width: 100%;
		text-align: center;
		position: inherit;
	}
	.navbar-top-links li:last-child {
		margin: 0;
	}

	#page-wrapper {
		margin-top: 60px;
	}

	.nav-pills > li.divider {
		background: none !important;
		border: none !important;
	}
}
.navbar-toggle {
	margin: 10px;
	border-color: #0a5913 !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #165509 !important;
}

.dropdown-menu {
	padding: 6px;
	right: 0;
	left: auto;
}
.dropdown-menu li {
	padding: 3px;
}
.dropdown-menu .divider {
	padding: 1px;
}
.dropdown-menu > li > a {
	position: relative;
	display: block;
	border: 2px solid #000;
	padding: 10px 15px !important;
}

.dropdown-menu > li > a.active {
	font-weight: bold;
}

.navbar-top-links .dropdown-lang {
	margin: 0 !important;
}
#side-menu > li .navbar-link {
	color: #e3e3e3 !important;
}

.sidebar .nav-second-level li a {
	padding-left: 28px;
}
.nav-second-level li a::before {
	content: "► ";
	display: inline-block;
	margin-right: 3px;
}

.footerlink {
	background: none;
}

td, th {
	padding: 5px ;
}