@charset "utf-8";
/* CSS Document */

/*Reset CSS*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif, 'Open Sans', sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
}
/*Navbar */
.flex-centeritem {
	display: flex !important;
	justify-content:center;
	float:right;
	/*background:#d0151a;*/
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	justify-content:center;
	float:right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration:none !important;/*border-bottom: 1px solid #fff;*/
}
.navbar {
	/*min-height: 90px;*/
	margin-bottom: 0px;
	text-align:center;
}
.navbar-brand {
	margin-top: 0px;
}
.navbar-right {
	margin-right: 0px;
	margin-top: 20px;
}
.navbar-nav > li {
	margin-right: 10px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 11pt !important;
	font-family: Georgia, "Times New Roman", Times, serif, Raleway, Calibri, sans-serif;
	border: 0px solid transparent;
	border-radius: 0px;
	text-align:center;
 	/*transition: all .5s ease-in-out;*/
	font-weight:normal !important;
}
.navbar-default .navbar-nav > li > a:hover {
	text-decoration:underline #306 !important;
	line-height:24px;
 transition: all .5s ease-in-out;
	text-decoration:none !important;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-toggle {
	margin-top: 6px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	margin-top: 0px;
	min-width: 309px !important;
}
.dropdown-menu {
	background-color: #333333;
	min-width: 350px;
}
.new-menu {
	min-width: 186px;
} /*joy*/
.new-menu-2 {
	min-width:230px;
}
.navbar-right .dropdown-menu {
	right: 0;
	left: 0;
}
.navbar-default .navbar-nav > li > a span {
	margin-top: -5px;
	margin-left: 3px;
}
.dropdown-menu > li > a {
	color: #000;
	padding: 5px 15px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
.dropdown-menu > li.kopie > a {
	padding-left:5px;
}
.dropdown-menu > li > a small {
	font-size:11px;
	display:block;
	color:#149ee3/*9dc1d7*/;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:0px;
	margin-left:2px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -12px;
	margin-top: 7px;
	width: 0;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
 .navbar-nav {
 display: inline;
}
 .navbar-default .navbar-brand {
 display: inline;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #000000;
}
 .navbar-default .navbar-nav .dropdown-menu > li > a {
 color: #000000 !important;
 background-color: transparent;
 border-radius: 0px;
 margin-top: 0px;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #306;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: #fff;
 color: #000;
}
 .navbar-nav .open .dropdown-menu {
 border-bottom: 1px solid transparent;
 border-radius: 0;
}
 .dropdown-menu {
 padding-left: 10px;
}
 .dropdown-menu .dropdown-menu {
 padding-left: 20px;
}
 .dropdown-menu .dropdown-menu .dropdown-menu {
 padding-left: 30px;
}
 li.dropdown.open {
 border: 0px solid red;
}
}
 @media (min-width: 768px) {
 ul.nav li:hover > ul.dropdown-menu {
 display: block;
}
 #navbar {
 text-align: center;
}
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 999999 !important;
	border-radius:0;
}
.affix + .container-fluid {
	padding-top: 70px;
}
