/*
 * Legend:
 * 0.750em=12px
 * 1.125em=18px
 * 1.500em=24px
 * 1.875em=30px
 * 2.250em=46px
 * */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100%;
}
@media only screen and (max-device-width: 960px) {
	html {
		-webkit-text-size-adjust: none;
	}
}
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #373737;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	color: #373737;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
p {
	line-height: 1.875em;
}
h1 {
	font-size: 3.0em;
	font-weight: 700;
	color: #373737;
	letter-spacing: -3px;
	letter-spacing: -3px;
}
h2, h3, h4 {
	font-size: 2.375em;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 20px 0;
}
h3 {
	font-size: 1.500em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 0.750em;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #373737;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #373737;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*
 *Layout
 * */
#shell {
	width: 1420px;
	margin: 0 auto;
	padding: 0;
}
header, section, footer {
	display: block;
}
header {
	margin: 30px 10px 0 10px;
	padding: 0 0 0 0;
	width: 1420px;
}
section {
	margin: 10px 10px 20px 10px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	height: 800px;
}

div.socialLinks {
	margin: 0 10px 20px 10px;
	padding: 10px 0 20px 0;
	border-top: 1px solid #afafaf;
	height: 50px;
}
/*Socialfont*/
@font-face {
	font-family: 'Mono Social Icons Font';
	src: url('/fonts/MonoSocialIconsFont-1.10.eot');
	src: url('/fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('/fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('/fonts/MonoSocialIconsFont-1.10.svg#/fonts/MonoSocialIconsFont') format('svg');
	src: url('/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.symbol, a.symbol:before {
	font-family: 'Mono Social Icons Font';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	/*font-smoothing: antialiased;*/
}

a.symbol:before {
	content: attr(title);
	margin-right: 0.3em;
	font-size: 130%;
}

a.symbol {
	display: block;
	padding: 0 0 0 0;
	color: #373737;
	text-decoration: none;
	font-size: 2.375em;
	float: left;
	
}
a.symbol:hover {
	color: #379820;
}

/*Footer*/
footer {
	height: 100px;
	margin: 0 10px 20px 10px;
	padding: 0 0;
	background: #ffffff; /* Old browsers */
}
footer div.footerSlide {
	height: 100px;
}
div.content {
	display: block;
	width: 1400px;
}
footer div.footerSlide div.content p {
	width: 800px;
}
a.rotate {
	font-size: 2.375em;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 60px;
}
a.rotate:hover {
	color: #379820;
}
.rotate {
	writing-mode: tb-rl;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* Media Query fuer mobile Geraete */
@media (max-width: 768px) {
    /* Shell-Container */
    #shell {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* Header */
    header {
        margin: 10px;
        width: 100%;
    }
    /* Section */
    section {
        margin: 10px;
        padding: 10px;
        height: auto; /* Hoehe auf 'auto' setzen */
    }
    /* Hintergrundbild */
    .slideshow img {
        max-width: 100%;
        height: auto;
    }
    /* Footer */
    footer {
        height: auto;
        margin: 10px;
    }
    /* Content im Footer */
    div.content {
        width: 100%;
    }
    footer div.footerSlide div.content p {
        width: 100%;
    }
    /* Social Links */
    div.socialLinks {
        margin: 10px;
        height: auto;
    }

    /* Anpassung der Schriftgroessen */
    h1 {
        font-size: 2.0em;
    }
    h2, h3, h4 {
        font-size: 1.5em;
    }
    p {
        font-size: 1.0em;
    }

    /* Anpassung der Fenstergroesse */
    body, html {
        margin: 0;
        padding: 0;
		overflow-x:hidden;
    }
    #shell {
        max-width: 100%;
        height: auto;
    }
}




.width33 {width:33%;text-align:center;margin: 0 0 20px 0;}
.width34 {width:34%;text-align:center;margin: 0 0 20px 0;}
.content23 section {height:auto;}
.content23 footer {height:140px;}
.clear {clear:both;height:0px;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
