/* ========================================================================== */
/* === INIT / GLOBALS ======================================================= */
/* ========================================================================== */
html
	{
	box-sizing: border-box;

	}

body
	{
	font-size: 16px;
	line-height: 1.6;
	}

body.pmd-body-open
	{
	overflow: hidden; /* Disable Body-Scrollbars on open Sidebar */
	}

*, *:before, *:after
	{
	box-sizing: inherit;
	}

textarea
	{
	width: 100%;
	}

textarea.resize-vertical
	{
	resize: vertical;
	}

h1, h2, h3, .h1, .h2, .h3
	{
	margin-top: 8px;
	margin-bottom: 8px;
	}

.well h3
	{
	color: #333333;
	/* text-transform: uppercase; */
	font-weight: normal;
	}

.caption h2
	{
	text-transform: uppercase;
	}



/* ========================================================================== */
/* === LAYOUT =============================================================== */
/* ========================================================================== */
#container-header
	{
	z-index: 999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	}

#container-header-mobile
	{
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 74px;
	margin: 0px auto;
	background-color: #ffffff;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	}

#container-header #container-header-inner,
#container-header-mobile #container-header-inner
	{
	width: 100%;
	height: 0px;
	max-width: 1400px;
	padding-left: 0px;
	padding-right: 0px;
	}

#container-header-mobile #container-header-inner
	{
	height: 74px;
	padding-top: 12px;
	}

#container-header #header-logo #header-logo-img
	{
	/* padding-top: 4px; */
	padding: 8px;
	background: #ffffff;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	}

#container-header #header-logo.navbar
	{
	background-color: #ffffff;
	border-top: 0px;
	}

#container-header #header-logo #header-logo-img.navbar
	{
	padding: 4px;
	}

#container-header row
	{
	height: 0px; /* Fixes Overlapping from Logo-Row */
	}

#container-header #container-header-inner #header-navbar
	{
	margin-left: 32px;
	margin-right: 32px;
	}

#container-header #container-header-inner .navbar,
#container-header-mobile #container-header-inner .navbar
	{
	z-index: 999;
	}

#container-header #container-header-inner #header-logo,
#container-header-mobile #container-header-inner #header-logo
	{
	position: relative;
	display: inline-block;
	z-index: 1000;
	float: right;
	height: 0px;
	margin-left: 32px;
	margin-right: 32px;
	}

#container-slideshow
	{
	padding-top: 50px !important;
	max-width: 1400px;
	}

@media only screen and (max-width:1200px)
	{
	#container-slideshow { padding-top: 74px !important; }
	}


#container-content
	{
	max-width: 980px;
	}

#container-footer
	{
	border-top: 1px solid #cccccc;
	background: #f1f1f1;
	line-height: normal;
	z-index: 998;
	}

#container-footer-inner
	{
	max-width: 980px;
	padding: 8px 16px 0px 16px;
	}

#page-debug-runtime-queries
	{
	position: fixed;
	bottom: 16px;
	left: 16px;
	padding: 8px;
	background: #fcfcfc;
	border: 1px solid #cccccc;
	line-height: 125%;
	z-index: 1000;
	}



/* ========================================================================== */
/* === NAVBAR (top) ========================================================= */
/* ========================================================================== */
#container-header #container-header-inner .navbar-top,
#container-header-mobile #container-header-inner .navbar-top
	{
	width: 100%;
	border: 0;
	}

#container-header #container-header-inner .navbar-collapse,
#container-header-mobile #container-header-inner .navbar-collapse
	{
	padding-left: 0px;
	padding-right: 0px;
	}



/* ========================================================================== */
/* === SLIDESHOW ============================================================ */
/* ========================================================================== */

/* --- Border-Radius --- */
#carousel .carousel-inner .item img
	{
	border-radius: 0px 0px 8px 8px;
	}



/* ========================================================================== */
/* === CARDS ================================================================ */
/* ========================================================================== */

/* --- Border-Radius --- */
.pmd-card-default
	{
	border-radius: 0px 0px 8px 8px;
	}



/* ========================================================================== */
/* === DROPDOWNS ============================================================ */
/* ========================================================================== */

/* --- Border-Radius --- */
.pmd-dropdown .dropdown-menu, .pmd-dropdown-menu-bg
	{
	border-radius: 0px 0px 8px 8px;
	}





/* ========================================================================== */
/* === SIDEBAR (MOBILE NAVIGATION) ========================================== */
/* ========================================================================== */
#sidebar-main
	{
	margin-top: 74px;
	padding-top: 0px;
	overflow-x: auto;
	min-height: auto; /* Fixing Scrollbars */
	}

#sidebar-main.pmd-sidebar-open
	{
	width: 100%;
	}

#sidebar-main .pmd-sidebar-nav > :first-child
	{
	background-color: rgba(224, 224, 224, 0.66);
	color: #ff8f00;
	border: 1px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
	}

#sidebar-main .pmd-sidebar-nav > :last-child
	{
	padding-bottom: 32px;
	}
