/*!
 * Start Bootstrap - Simple Sidebar HTML Template (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see https://www.apache.org/licenses/LICENSE-2.0.
 */
 
 /* prevent flash of unstyled text */
.wf-loading {
  visibility: hidden;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
}

#wrapper.toggled, #wrapper.start { /* .start Class starts with a toggled sidebar. Removing it with Javascript moves it to the left for a smoother experience on phones */
    padding-left: 290px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 290px;
    width: 0;
    height: 100%;
    margin-left: -290px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper, #wrapper.start #sidebar-wrapper {
    width: 290px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper, #wrapper.start #page-content-wrapper {
    position: absolute;
    margin-right: -290px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 290px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 290px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 290px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Custom CSS for Hauser-Dullenkopf */

/* Layout
-----------------------------------------------------------------------------*/
#page-content-wrapper {
	padding-top: 0;
	padding-left: 10px!important;
}
#header {
	position: fixed;
	z-index: 100;
	background: #3d709d;
	left: 0;
	width: 100%;
	height: 50px;
	opacity: 0.95;
}
h1#pp {
	float: right;
	color: #fcfcf5;
	font-size: 23px;
	margin-top: 12px;
	margin-right: 20px;
}
h1#pp i {
	display: none;
	}
#footer {
	font-size: 15px;
	text-indent: 0;
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 1px solid #aeb493;
	clear: both;
	-webkit-hyphens: none!important;
  	-moz-hyphens: none!important;
 	hyphens: none!important;
}
div#content {
	padding: 30px;
	margin-top: 35px;
	clear: both;
	max-width: 960px;
    -moz-font-feature-settings: "liga=1";
    -ms-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
div.col-lg-12 {
	padding-left: 0px!important;
}
/* Toggles
-----------------------------------------------------------------------------*/
div#toggle {
	position: fixed;
	top: 0;
	z-index: 200;
	float: left;
	width: 300px;
}
div#toggle a {
	width: 100%;
	display: block;
}
div#toggle img {
	margin: 15px 6px;
}
/* Menue-einblenden-Knopf vor dem Footer */
a#menu-toggle2 {
	color: #115ea4;
	font-size: 18px;
	margin-top: 1.5em;
	border: 1px solid #bfbfbc;
	background: #eae5d8!important;
	padding: 0.5em;
	text-indent: 0;
	}

/* Styles
-----------------------------------------------------------------------------*/
body {
	color: #434539;
	background-color: #fcfcf5;
	font-family: "livory", serif;
	font-size: 18px;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	-moz-font-feature-settings: "kern", "liga", "clig", "calt";
	-ms-font-feature-settings: "kern", "liga", "clig", "alt";
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
	font-feature-settings: "kern", "liga", "clig", "calt";
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: "onum";
	-webkit-font-feature-settings: "onum";
	font-feature-settings: "onum";
}
h1#headline {
	font-size: 31px;
	font-style: italic;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#content p {
	margin-bottom: 0px;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
	-ms-hyphens: auto;
 	hyphens: auto;
}
@media screen and (max-width: 500px) {
#content p {
	line-height: 1.3em!Important;	
	}
}
#content h2 {
	font-size: 31px;
}
#content h3 {
	font-size: 24px;
}
#content ul {
	padding-left: 18px;
	list-style-type: square;
	}
#content ul li {
	padding-bottom: 0.25em;
	-webkit-hyphens: none;
  	-moz-hyphens: none; -ms-hyphens: none; hyphens: none;
}
p+p {
	text-indent: 1.4em;
}
div.caption {
	float: left;
	margin-right: 48px;
}
div.caption img {
	margin-bottom: 24px;
}
.clear {
	clear: both;
}
/* Images
-----------------------------------------------------------------------------*/

#content img {
	max-width: 100%;
	height: auto;
	border: 12px solid #FFF;
	-webkit-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 2px 7px 24px 0px rgba(0,0,0,0.30);
	box-shadow: 2px 7px 20px 0px rgba(0,0,0,0.20);
	margin-top: 4px;
	margin-bottom: 16px;
}
iframe {
	max-width: 100%;
}
img.right {
	float: right;
	margin-left: 30px;
}
img.left {
	float: left;
	margin-right: 30px;
}

/* Sidebar Logo
-----------------------------------------------------------------------------*/

#sidebar-wrapper {
	background: transparent!important;
	
	overflow:hidden;
}
.sidebar-nav > .sidebar-brand {
	height: 140px;
}
.sidebar-nav > .sidebar-brand h3 {
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 34px;
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}
.sidebar-nav > .sidebar-brand h2 {
	font-size: 31px;
	letter-spacing: -0.05ex;
	line-height: 37px;
	margin-top: 0;
	text-shadow: 1px 1px 7px rgba(255, 255, 255, 1);
}
.sidebar-nav > .sidebar-brand a {
	color: #333;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #333;
	background: none;
}
/* Main Nav
-----------------------------------------------------------------------------*/
ul.sidebar-nav {
	text-align: right;
	-webkit-box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.25);
	width: 280px!important;
	height: 100%;
	background: #eae5d8!important;
	border-right: 1px solid #b5b5b2;
}
ul.sidebar-nav li {
	border-bottom: 1px solid #bfbfbc;
	line-height: 48px;
}
ul.sidebar-nav li a {
	color: #115ea4;
	font-size: 19px;
	text-decoration: none;
	display: block;
	letter-spacing: -0.5px;
	padding-right: 24px;
	-webkit-transition: background-color 0.15s;
}
ul.sidebar-nav li a:hover {
	color: #115ea4;
	background-color: #fffff4;
	display: block;
}
li#activated {
	color: #336;
	background-color: #fcfcf5;
	padding-right: 20px;
	width: 320px;
}

@media print {

body {
    color: #000;
    background-color: #fff;
}
.sidebar-nav, #sidebar-wrapper {
	display: none;
}
div#content, div.col-lg-12, #page-content-wrapper {
	width: 100%!important;
	left: 0;
	float: left;
}
ul.sidebar-nav {
	width: 0px!important;
}
#wrapper{
	padding:0;
}
body, #footer {
	font-size: 14px;
	line-height: 18px;
}
h1#pp i {
	display: inline;
	font-style: normal;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: „smcp“;
	-webkit-font-feature-settings: „smcp“;
	font-feature-settings: „smcp“;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
h1#pp {
	font-size: 18px;
	float: left;
}
#header {
	border-bottom: 1px solid #999;
	margin-left: 40px;
}

}