/* CSS Document */

/* Farben:
RostRot: #a75530
Stahlblau: #718bac
Helleres Stahlblau: #8aa0bd

  /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
      top: 0;
      width: 900px;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

body {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #cdbeb7;
    background-image: url("../images/background.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.maincontainer {
	max-width: 900px;
	margin: auto;
	background-color:rgba(255,255,255,0.7)!important;
	border: 1px solid #fff;
	box-shadow:2px 2px 2px #333333;
	margin-top:12px;

}

/* Header ******************************************************/
header {
    height: 240px;
    width: 100%;
	background:url(../images/header.jpg) no-repeat;
}
header h1 {
	
}
h2.printheader {display:none;}
.logo {
	width:120px;
	height:240px;
	background:transparent url("../images/fahne.png") no-repeat scroll 0% 85px;
    opacity: 0.8;
	margin-left: -40px;
	padding-top:12px;
}
/* Navbar ********************************************************/
/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }*/
 #myNavbar {padding:0;}
 ul.dropdown-menu {padding:0;}
 ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li a{
    background-color: #8aa0bd;
}
ul.dropdown-menu li a:hover{
    background-color: #a75530;
    color:#fff;
}

a.navbar-brand {display:none;}
.navbar {
    border-radius: 0px;
    z-index:999;
}
.navbar-default {
    background-color: #a75530;
    border-color: #a75530;
    font-family: 'Droid Sans', sans-serif;
}
.navbar-default a.navbar-brand {
    color: #718bac;
}
.navbar-default .navbar-brand:hover {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #8aa0bd;
    font-size:1.2em;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.current {
    color: #ffffff;
}

/* Article *******************************************************/
article {
    max-width: 80%;
	padding:24px 10px 4px 0;
	margin: auto;
    z-index: -1;
}
.namenkursiv {
    font-style: italic;
    font-weight: bold;
    color: #900;
}
footer {
	clear:both;
	border-top:1px solid #fff;
	background-color: #a75530;
	}
footer p, footer h2 {
	padding: 12px 24px;
    font-size: 16px;
    color:#900;
    text-decoration:none;
	}
footer p a {
    color:#900;
    text-decoration:none;
	}
footer p a:hover {
    color:#000;
    text-decoration:none;
	}
footer button.ezs {
  background: rgba(255,255,255,0.3);
  margin: -12px 0 30px 24px;
  display:block;
}
footer div#ezs {
    width:100%;
}
/* ImageGallery  */
ul#ImageGalleryEntriesUL  {list-style:none;width:10000px;}
ul#ImageGalleryEntriesUL li {float:left;}
#player img {width:608px; height:auto;}



/* BREAKPOINT 640px */

@media only screen and (max-width: 760px) { 
	.affix {
	      top: 0;
	      width: 100%;
	}
	a.navbar-brand {display:block;}
	article {
	    max-width: 100%;
	}
    .typography .amountright, .amountright {
        text-align: left;
        width:100%;
        display:block;
        clear:both;
        border-bottom: 1px solid #fff;
    }
    #myNavbar {
        padding:0;
        overflow: unset;
        }
    .navbar-nav {
        margin: 0px;
    }

    .dropdown-menu {
    position: static;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float:none;
    clear:left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
    -webkit-background-clip:transparent;
    background-clip:transparent;
}

    ul.nav li a, li.dropdown a {font-size: 1.6em!important;
    }
    ul.nav li a:hover, li.dropdown a:hover {color:#fff!important;
    }
    form {
        max-width: auto;
        width: 100%;
    }

}


/* Print Styles */

/* Based on HTML5 boilerplate print styles */
@media print {
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
	pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Simple theme custom print styles */
    h2.printheader {display:block;}
    header,
	.header,
	.footer,
    .nav-open-button,
    .search-bar,
    .search-dropdown-icon,
    nav.primary {
	    display: none;
	}
}