html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	background-color: #2f3238;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

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

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

textarea {
	resize: vertical;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #eb6449;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #eb6449;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eb6449;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #eb6449;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
/* ===================
    ALL: Glas und Eisen
    Author: Sven Muscheid
    Farben
	    Dunkel:			#2e2f36
	    Dunkelblau:		#405662
	    Grau (Text):	#949392
	    Oarnge:			#eb6449
    Fonts
    	font-family: 'Open Sans', sans-serif;
    	font-family: 'Titillium Web', Helvetica, sans-serif;
   =================== */
body {
	font: 16px/26px 'Open Sans', 'Helvetica', 'Helvetica Neue', sans-serif;
	color: #fff;
}
/* Schrift */
h1, h2, h3, h4 {
	font-family: 'Titillium Web', 'helvetica', sans-serif;
}
.title {
	color: white;
}
.highlight a, .highlight a:hover, .highlight a:visited {
	color: #fff;
	text-decoration: none;
}
/* Helfer */
.orange {
	color: #eb5d40;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
/* Styleangaben*/
.landing-page {
	background-color: #fff;
}
.header-container, .header-container-gal {
	z-index: 100;
}

.footer-container {
	margin-top: 40px;
}
.footer-container {
	background: #26292e;
}
.main-container {
	background-color: #2f3238;
	padding-top: 70px;
}
.main li.highlight {
	width: 100%;
	height: 150px;
	float: left;
	text-align: center;
	position: relative;
	background-color: #405662;
	cursor: pointer;
	font-weight: lighter;
	line-height: 60px;
}
.highlight span {
	position: absolute;
	width: 22px;
	height: 15px;
	background: #eb6449;
	top: 0px;
	left: 0px;
	font-size: 8px;
	line-height: 15px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 75);
	margin-left: 88px;
	margin-top: 60px;
}
#kontakt ul {
	list-style: none;
	padding: 0px;
}
#kontakt li.list-element {
	margin-bottom: 15px;
}
#kontakt a, #kontakt a:visited, a, a:visited {
	color: #949392;
	text-decoration: none;
}
#kontakt a:hover, a:hover {
	color: #f16d66;
}
#kontakt input, #kontakt textarea {
	width: 100%;
	background-color: #405662;
	border: 0px;
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: lighter;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#kontakt textarea {
	height: 300px;
}
.kontaktbox {
	width: 60%;
	float: left;
}
.kontaktdaten {
	width: 30%;
	float: right;
	color: #405662;
}
.kontaktbox, .gesendet, .loading {
	width: 60%;
	float: left;
}
.loading {
	text-align: center;
}
.error {
	font-weight: bold;
	color: red;
	text-align: center;
}
#kontakt input.errorForm, #kontakt textarea.errorForm {
	background-color: #cac77c;
}
.gesendet, .loading,  #error {
	display: none;
}

.sitedesign {
	font-size: 90%;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
.galSectionTwo {
	margin: 40px 0px 10px 0px;
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	
	color: white;
	/* background: #e44d26; */
}
nav a:visited {
	color: white;
}

nav a:hover {
	color: #eb6449;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
}
.main h1, .main h2, .main h3 {
	font-weight: normal;
}
.main article header {
	text-align: center;
}
.main aside {
	color: white;
	padding: 0px;
}
.main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-container footer {
	color: white;
	padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 15%;
        margin: 0 1.7%;
        padding: 25px 1%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {
/* ============
    768: Navigation
   ============ */
    nav {
		float: right;
		width: 49%;
	}
    nav a {
        float: left;
        width: 15%;
        margin: 0 1.7%;
        padding: 2px 1%;
        margin-bottom: 0;
        color: #000;
    }
    nav a:visited {
        color: #000;
    }
    nav a:hover {
        color: #eb6449;
    }
	nav a {
		font-weight: 200;
	}
    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
    .header-container-gal nav a, .header-container-gal nav a:visited {
	    color: #fff;
	    padding: 25px 1%;
    }
    .header-container-gal nav a:hover {
	    color: #eb6449;
    }
    div.logo {
		position: absolute;
		bottom: 5px;
		left: 20px;
		z-index: 200;
	}
	div.title, div.titleGal {
		width: 49%;
		float: left;
	}
	h2.title, h2.titleGal  {
		font-size: 80%;
		margin-top: 0px;
		font-weight: normal;
	}
	h1.title, h1.titleGal {
		margin: 10px 0px 5px 0px;
	}
	h1.title span, h1.titleGal span {
		font-weight: lighter;
	}
/* ============
    WIDE: Main
   ============ */
	.header-container{
		position: absolute;
		top: 0px;
		width: 100%;
		bottom: auto;
	}
	.header-container-gal {
		position: fixed;
		width: 100%;
		top: 0px;
		background-color: #26292e;
		color: #fff;
		z-index: 10;
	}
    .header-container .title {
	    display: none;
    }
	.main article header {
		margin-bottom: 40px;
	}
	.main aside {
		float: left;
		width: 28%;
	}
	.main section.mitAside {
		float: right;
		width: 70%;
	}
	.main section.bottom {
		margin-bottom: 40px;
	}
	.main article.presse {
		padding-top: 60px;
		clear: both;
	}
	.main li.highlight {
		width: 220px;
		height: 150px;
		margin: 0px 5px 5px 0px;
	}
	.main footer {
		width: 100%;
		clear: both;
	}
	.footer-container {
		padding: 10px 0 80px 0;
	}
	.footer-container .kontaktbox {
		width: 60%;
		float: left;
	}
	.footer-container .adresse {
		width: 30%;
		float: right;
	}
	.footer-container .line{
		height: 50px;
		background-color: #2f3238;
		clear: both;
		margin: 10px 0 10px 0;
	}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

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

.hidden {
    display: none !important;
    visibility: hidden;
}
.clear {
	clear: both;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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