/****************************************/
/*										*/
/* Allgemein							*/
/*										*/
/****************************************/
html
{
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body
{
	border: 0;
	border: 1px dooted grey;
	margin: 0;
	overflow-wrap: break-word;
	padding: 0;
}
a,
.BuW_LoadDocument
{
	color: lightseagreen;
	cursor: pointer;
	text-decoration: none;
}
a:hover
{
	color: darkorange;
}
.container
{
	width: 1170px;
}

/****************************************/
/*										*/
/* Header								*/
/*										*/
/****************************************/
header[role=banner]
{
	background: url( "/_Prototyp/User/Images/Panorama.jpg" ) top center no-repeat;
	background-size: cover;
	font-family: "Cutive", Georgia, "Times New Roman", Times, serif;
}
header a,
header a:hover
{
	color: white;
}
header .BuW_LogoRow
{
	box-sizing: border-box;
	min-height: 228px;
	position: relative;
	padding: 36px 0 70px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header .BuW_LogoText
{
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
header .BuW_LogoText h1
{
	font: 'Cutive';
	font-size: 40pt;
	font-weight: 400;
	line-height: 53px;
	margin: 0;
}
header .BuW_LogoText h5
{
	font: 'Raleway';
	font-size: 20pt;
	font-weight: 400;
	line-height: 24px;
}

/****************************************/
/*									 	*/
/* Section								*/
/*									 	*/
/****************************************/
body
{
	margin: 0;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background-color: #fff;
}

.BuW_MainContainer
{
	margin-left: auto;
	margin-right: auto;
}

.BuW_MainView
{
	min-height: 640px;
	border-left: 1px solid #3b3a3a;
	border-right: 1px solid #3b3a3a;
}

.BuW_PageTitle
{
	margin-top: 1rem;
}

.BuW_PictContainer
{
	height: 100%;
	width: 65%;
}
.BuW_AsideContainer
{
	height: 100%;
	width: 35%;
}
.BuW_DropDown
{
	background: #3b3a3a;
	height: 3rem;
	margin-top: -3rem;
	width: 100%;
}
.BuW_DropDown a
{
	color: white;
	height: 100%;
}

.nav-pills
{
	height: 100%;
}
.nav-link:hover,
.dropdown-menu,
.dropdown-menu a
{
	background-color: lightgoldenrodyellow;
	color: #3b3a3a !important;
}
.dropdown:hover >.dropdown-menu
{
	display: block !important;
}
.dropdown-submenu:hover > .dropdown-menu
{
	display: block !important;
	left: 100%;
	margin-top: -37px;
}
.dropdown-toggle::after
{
	font-size: var(--font-md);
	margin-bottom: -2px;
}
.dropdown-menu li a.active
{
	color:#fff;
}

.custom-toggle-arrow
{
	font-size: 18px;
	margin-top: 1px;
	line-height: 12px;
}

.dropdown-toggle:focus
{
	background-color: greenyellow;
}
p.vert-line
{
	background: red;
	height: 80%;
	width: 1px;
}

.Spruch
{
	line-height: 2.5rem;
	font-size: 1.5rem;
	text-align: right;
	color: #0000ff;
	font-family: Lucida Handwriting;
	font-weight: 400;
}

.Willkommen
{
	color: inherit;
	font-family: "Cutive", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 10px 0;
	text-rendering: optimizelegibility;
}

/****************************************/
/*										*/
/* Footer								*/
/*										*/
/****************************************/
footer
{
	padding: 12px 0 22px 0; overflow: hidden; color: #7b7b7b; background-color: #373737;
}
.Infotext
{
	color: red;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
}

footer h1
{
	font-weight: 700;
}


.NB_Gitter
{
	display: grid;
	grid-template-columns: auto 10rem;
}
.NB_Navigation
{
	grid-column: 1 / 2;
}
.NB_Daten
{
	grid-column: 2 / 3;
	padding-right: 0px;
	padding-left: 0px;
}
.NB_Daten_Tabs
{
	position: relative;
	float: right;
}
