@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

/* ==========================================================================
   Base styles
   ========================================================================== */
html {
overflow-y: scroll;
} 
html,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif!important;
    font: normal 100.1%/110% 'open Sans', sans-serif!important;
}

 

body {
	font: normal 16px/130% 'Open Sans', sans-serif!important;
	padding: 0 0;
		margin: 0;
	background-color: #fff!important;
	-webkit-user-select:none;
   -webkit-text-size-adjust:none;
   text-rendering: optimizeLegibility; 
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a{
	color: #AF6236;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Main styles
   ========================================================================== */


header {
	/*height: 56px;*/
}

header .logo {

	 padding: 15px 0 15px 40px;

}

header .logo a{
	 letter-spacing: 5px;
	 text-transform: uppercase;

	text-decoration: none;
	color: #1B1C20;
	text-transform: uppercase;
	letter-spacing: 2px;
}

aside {
	float: left;
	width: 200px;
	min-height: 100px;
   display: block;
}

section {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	display: block;
	max-width: 1100px;
	padding-bottom: 100px;

}

footer {
display: block;
clear: both;
height: 40px;
width: 100%;
padding-bottom: 20px;
position: fixed;
bottom: 0;
}

footer a {
	margin-left: 40px;
	font-size: .7em;
	text-decoration: none;
	color: #1B1C20;
	text-transform: uppercase;
	letter-spacing: 2px;
}

footer a:hover {
	color: #8f93a1;
}

.banner {
	background-image: url(../img/banner_bg.png);
	background-repeat: repeat-x;
	height: 228px;
}

.banner img{ 
	margin-left: 250px;
}

nav.mainmenu ul {
	margin-top: 5px;
	
}

nav.mainmenu li{
	display: inline-block;
	list-style: none;
	border-right: 2px solid #A7A5AA;
	padding: 10px 50px;
}


nav.mainmenu li.first {
	padding-left: 0;
}

nav.mainmenu li.last {
	border: none;
}


nav.mainmenu li a{
	text-decoration: none;
	color: #1B1C20;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
}


nav.mainmenu li.active a{
	color: #AF6236;
}

nav.mainmenu li a:hover {
	color: #8f93a1;
}


nav.galeriecat {
	margin-top: 30px;
	overflow: hidden;
}

nav.galeriecat li{
	list-style: none;
	line-height: 3em;
}

nav.galeriecat li a{
	text-decoration: none;
	color: #1B1C20;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
}

nav.galeriecat li.active a{
	color: #AF6236;
}

nav.galeriecat li a:hover {
	color: #8f93a1;
}

/*****
	Bildergalerie
*****/

div.galerie-details {
	border: 1px solid #6E6E6E;
	padding:  6px 4px 6px 7px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	-moz-box-shadow:    3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	box-shadow:         3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	/*min-width: 340px;*/
	width: auto;
}

div.galerie-details img{
	display: inline-block;
	margin: 0 3px 0 0;

}

div.galerie-details img.last{
	margin: 0!important;
}

div.details-nav {
	position: absolute;
	margin-top: -35px;
	margin-left: 430px;
	font-size: 1.6em;
	font-weight: normal;
	width: 150px;
}
div.details-nav i,
div.details-nav img {
	cursor: pointer;
}

div.details-nav img.nav-space {
	cursor: default;
}

div.details-images {
	height: 450px;
}

div.details-caption h3{
	font-size: .8em;
	margin: 0;
	margin-top: 10px;
}

div.details-caption p{
	font-size: .7em;
	line-height: 1.3em;
	margin: 0;
}

div.galerie-list ul {
	margin: 0;
	padding:0;
	max-width: 620px;
}


div.galerie-list li {
	list-style: none;
	display: inline-block;
	margin: 0 0 12px 8px;
}

div.galerie-list li img {
		border: 1px solid #6E6E6E;
	padding: 3px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	-moz-box-shadow:    3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	box-shadow:         3px 3px 3px 0px rgba(110, 110, 110, 0.85);
	cursor: pointer;
}

div#content  {
	font-size: .9em;
}

div#content p {
	font-size: .9em;
}

div#content h2 {
	font-size: 1.1em;
}

div#content h3 {
	font-size: 1em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

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