a, img, li{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
*:focus {
    outline: none;
}
header.container-fluid {
    background: url('images/header-bg.jpg');
    padding: 10%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.site-branding .site-title {
    display: block;
    font-size: 40px;
    color: #fff;
}
.site-branding a:hover{
	text-decoration: none;
}
.site-branding .title-description {
    font-size: 20px;
    color: #ccc;
}
button.navbar-toggle {
    background: #871619;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
main.container {
    margin-top: 3%;
}
main .img-wrap {
    max-height: 300px;
    overflow: hidden;
}
aside .img-wrap{
	max-height: 150px;
    overflow: hidden;
}
aside .nav>li {
    background: #FF9900;
    margin-bottom: 1px;
}
aside .navbar-collapse{
	padding: 0px;
}
aside .nav>li>a{
	color: #fff;
}
aside .nav>li:hover{
	background: rgba(255, 153, 0, 0.8);
}
aside .nav>li>a:hover{
	background: transparent;
}
article{
	    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
article p a,  article p a:hover{
    color: #ff9900;
}
h1.article-title a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	color: #000099;
	font-size: 30px;
	text-decoration: none;
}
h4.article-title a{
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	color: #000099;
	text-decoration: none;
}
a.weiterlesen{
	color: #ff9900;
	text-decoration: none;
}
footer.container-fluid {
    background: #000033;
    padding: 15px 0 6px 0;
}
p.copyright {
    text-align: center;
    color: #fff;
}
p.copyright a{
	color: #f90;
}
a.link {
    color: #f90;
	text-decoration: none;
}






/* Right Sideabr */
.carousel-caption {
    position: relative !important;
    text-shadow: none;
    color: #000;
    text-align: left;
	left: 0px !important;
	right: 0px !important;
}
a.left.carousel-control{
	background: transparent !important;
	left: 0px !important;
}
a.right.carousel-control{
	right: 0px !important;
	background: transparent !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top: 20% !important;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    font-family: cursive;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 10px 0px;
}
.glyphicon-chevron-right:before{
	content: ">";
}
.glyphicon-chevron-left:before{
	content: "<";
}
    



/* Responsive Sidebar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.toggle-nav {
	background: #f90;
    padding: 10px 10px 6px;
    width: 42px;
    position: fixed;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 20px;
	z-index: 1;
	display: none;
}
.toggle-nav .icon-bar{
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    background: #fff;
}
div#mySidenav {
    z-index: 2;
    background: #f90;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 768px){
	.toggle-nav{
		display: block !important;
	}
}