/* deutsch - deutsch */
html {
	font-size:10px;
}
	body {
		font-size:2.2vw;
		font-family:Georgia, "serif";
		color:#000;
		background-color:#EFEFEF;
		font-weight:bold;
		background:#EFEFEF url(/pictures/Hintergruende/HG_BioDaten_Text_04_1920.jpg) center center fixed no-repeat;
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		}
	a:link 		{ color:#000000; text-decoration:none; }
	a:visited 	{ color:#000000; text-decoration:none; }
	a:hover 	{ color:#FF0000; text-decoration:none; }
	
.navbar-default {
    background-color:rgba(210,210,210,0.3);
	font-weight:bold;
	border-bottom:none;
	font-size:1vw;
}
/* title */
.navbar-default .navbar-brand {
	color:#000;
}
.navbar-default .navbar-brand:hover {
	color:#FF0000;
}
.navbar-default .navbar-brand:focus {
	color:#FF0000;
}
/* link */
.navbar-default .navbar-nav > li > a {
	color:#000;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
	font-weight:normal;
}
.navbar-default .navbar-nav > li > a:focus {
	color:#FF0000;
	font-weight:normal;
}

/**********  SUB MENUS  *********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 1260px) {
	.navbar-brand {
		display:none;
	}
}
@media (max-width: 850px) {
	.navbar-left {
		display:none;
	}
}

/*****************************************************************/

.text-links {
	font-size:2vw;
}
/*.text-links a:link 		{ color:#000000; text-decoration:none; background-color:#FFF5DA; }
.text-links a:visited 	{ color:#000000; text-decoration:none; background-color:#FFF5DA; }
.text-links a:hover 	{ color:#FF0000; text-decoration:none; background-color:#FFF5DA; }*/
.text-links a:link 		{ color:#000000; text-decoration:none; border-bottom:2px dotted #000000; }
.text-links a:visited 	{ color:#000000; text-decoration:none; border-bottom:2px dotted #000000; }
.text-links a:hover 	{ color:#FF0000; text-decoration:none; border-bottom:2px dotted #FF0000; }

.unterschrift {
	font-weight:bold;
	margin:20px 7vw 0 0;
	text-align:right;
	font-style:italic;
}
.unterschrift2 {
	font-weight:bold;
	margin:20px 4vw 0 0;
	text-align:right;
	font-style:italic;
}

.page-link {
	color:#000;
	margin-bottom:6vw;
	font-size:1.8rem;
}
.page-link a:link    { color:#000000; text-decoration:none; }
.page-link a:visited { color:#000000; text-decoration:none; }
.page-link a:hover   { color:#ff0000; text-decoration:none; }

