/*! normalize.css v2.1.3 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
[hidden],template { display: none; }
html{font-family: sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body{margin: 0;}
a{background: transparent;}
a:focus{outline: thin dotted;}
a:active,a:hover{outline: 0;}
h1{font-size: 2em; margin: 0.67em 0;}
abbr[title]{border-bottom: 1px dotted;}
b,strong{font-weight: bold;}
dfn{font-style: italic;}
hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family: monospace, serif;font-size: 1em;}
pre{white-space: pre-wrap;}
q{quotes: "\201C" "\201D" "\2018" "\2019";}
small{font-size: 80%;}
sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
img{border: 0;}
svg:not(:root){overflow: hidden;}
figure{margin: 0;}
fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend{border: 0;padding: 0;}
button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="search"] { -webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}

/*! HTML5 Boilerplate v4.3.0 */

html,button,input,select,textarea{color:#222;}
html{font-size:1em;line-height:1.4;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
audio,canvas,img,svg,video{vertical-align:middle;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}
.browsehappy{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0;}
.hidden{display:none!important;visibility:hidden;}
.invisible{visibility:hidden;}
.print { display:none; }
@media print {
	*{background-color:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}
	a,a:visited{text-decoration:underline;}
	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;}
	.noprint { display:none; }
	.print { display:block; }
}
.break {clear: both;}
.clear {clear: left;}
.left {float: left;}
.right {float: right;}#body {
    background:#eee;
    font-family: 'PT Sans', Helvetica, sans-serif;
	font-weight:400;
	color:#333;
	font-size:15px;
}

.wrapper {
	position:relative;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 30px 0px 30px;
    box-shadow: 0px 0px 1px #888;
    background-color: #FFF;
    -moz-box-shadow: 0 0 10px #DDD;
    -webkit-box-shadow: 0 0 10px #DDD;
    box-shadow: 0 0 10px #DDD;
}

#navwrapper {
    position: fixed;
    width: 230px;
    z-index: 20;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

#navwrapper .logo img {
    width: 197px;
    height: 133px;
}


#navwrapper ul {
    list-style:none;
    padding:10px 0 15px 0;
    margin:50px 0 15px 0;
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
	width: 220px;
}

#navwrapper ul li {
    position:relative;
    font-family: 'Arvo', Helvetica, sans-serif;
	cursor:pointer;
	height:47px;
}

#navwrapper ul li a {
    font-size:16px;
    text-decoration:none;
    color:#87a539;
    padding:5px 0 20px 0;
    display:block;
}

#navwrapper ul li .intro {
    position:absolute;
    bottom:5px;
    font-size:12px;
}


#navwrapper ul li.nav_aktiv {
	background:#eee;
}

#content {
	min-height:550px;
	margin-left:250px;
	margin-right:10px;
	margin-top: 183px;
}

#content .dotline {
    border-top: 1px dotted #888;
    padding-bottom: 16px;

}

#content h1 {
    font-family: 'Arvo', Helvetica, sans-serif;
    font-weight: 400;
    color: #87a539;
    border-top: 1px dotted #888;
    padding: 15px 0;
    margin: 15px 0 0;
    font-size:32px;
}

#content .Headlines h5 {
	display:none;
}


.h3, #content h4, #content h3, #content h2 {
    font-family: 'Arvo', Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size:16px;
	line-height: 1.5em;
}

#content h2 {
    border-top: 1px dotted #888;
    padding-top: 15px;
}

#content h3 {
    padding-top: 15px;
}

#content .TraminoForm .label h4 {
	font-size:14px;
}

#content .spalte {
    width: 31%;
    float: left;
    margin-right: 3%;
}

#content .spalte.spalast {
    margin-right:0;
}

#content .spalte img {
	width:100%;
	padding-top:15px;
}

#content a {
	color: #87a539;
}

#content input[type=text], #content textarea {
    border: 1px solid #ccc;
}

#content .TraminoForm .group {
    max-width: 400px;
    width: 100%;
}

#content a.cta, #content input[type=submit] {
    background: #87a539;
    font-family: 'Arvo', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
	margin:0 10px 10px 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
	border:0px solid #fff;
}


#content .TraminoTextile ol { padding-left:30px; list-style:none; }
#content .TraminoTextile ol li { margin-bottom:10px; list-style:none; }
#content .TraminoTextile ol li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 12px 0 -25px;
	color:#87a539;
}

#footer {
    background: #481833;
    color: #fff;
    padding: 30px;
	margin-top:50px;
}

#footer a {
	color:#fff;
}

#footer #copyright {
	font-size:12px;
}

#footer #copyright a {
	border-top: 1px dotted #fff;
	border-left: 1px dotted #481833;
	border-bottom: 1px dotted #481833;
	border-right: 1px dotted #481833;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:2px;
	margin-left:10px;
	float:right;
}

#footer #copyright a:hover {
	border: 1px dotted #fff;
}


#nav_icon_wrapper {
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 101;
}

#nav_icon {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	background: #87a539;
	border-radius:5px;
}

#nav_icon:hover {
	background:#568c2f;
}

#nav_icon .nav_line {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 3px;
	background-color: #FFF;
}

#nav_icon .nav_line1 {
	top: 10px;
	-webkit-transition: all 0.5s 0.1s ease, top 0.1s 0.2s linear, -webkit-transform 0.2s ease;
	transition: all 0.5s 0.1s ease, top 0.1s 0.2s linear, transform 0.2s ease;
}

#nav_icon .nav_line2 {
	top: 18px;
	-webkit-transition: opacity 0.2s 0.2s ease;
	transition: opacity 0.2s 0.2s ease;
}

#nav_icon .nav_line3 {
	top: 26px;
	-webkit-transition: all 0.5s 0.1s ease, top 0.1s 0.2s linear, -webkit-transform 0.2s ease;
	transition: all 0.5s 0.1s ease, top 0.1s 0.2s linear, transform 0.2s ease;
}

/* Clicked */

#nav_icon.clicked .nav_line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:17px;
	-webkit-transition: all 0.4s 0.1s ease, top 0.1s linear;
	transition: all 0.4s 0.1s ease, top 0.1s linear;
}

#nav_icon.clicked .nav_line2 {
	opacity:0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#nav_icon.clicked .nav_line3 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top:17px;
	-webkit-transition: all 0.4s 0.1s ease, top 0.1s linear;
	transition: all 0.4s 0.1s ease, top 0.1s linear;
}

.topinfo {
    right: 60px;
    position: fixed;
    z-index: 101;
    color: #aaa;
    font-size: 30px;
    top: 5px;
}

.topinfo a {
    text-decoration: none;
    margin-right: 10px;
    color: #aaa;
}.mobile { display:none; }

@media all and (max-width: 750px) {

	#nav_icon { display: block; }
	
	.nomobile { display:none; }
	
	.mobile { display:block; }
	
	#body #navwrapper {
		position:fixed;
		top:0;
		left: 0;
		right: 0;
		min-height:55px;
		width:100%;
		background:#fff;
		z-index:100;
		box-shadow: 0 0 50px rgba(0,0,0,.25);
		overflow: show;
		bottom:auto;
	}
	
	#body #navwrapper.open {
		bottom:0px;
	}
	
	#body #navwrapper nav { position:absolute; }

	#body #navwrapper .logo { display:block; }
	
	#body #navwrapper .logo img {
	    width: 85px;
    	height: 60px;
    	top: -10px;
		left:30px;
    	position: absolute;
	}
	
	#navwrapper nav { top:55px; display:none; position:fixed; left:0; right:0; overflow:scroll; }

	#body #navwrapper ul {
		margin:0;
		padding:0 0 30px;
		background:#fff;
		width:100%;
		box-shadow: 0 0 50px rgba(0,0,0,.25);
	}
	#navwrapper nav ul.nav li, #navwrapper nav ul.nav li ul {
		display:block;
		position:relative;
		padding-left:30px;
	}
	
	#navwrapper nav ul.nav li li a {
		font-size:20px;
		border-bottom:1px solid #fff;
		border-top:1px solid #fff;
		margin-bottom:-1px;
	}
	
	#body #content { padding-top:54px; margin:0; }
	
	#content .Files { display:none;}
	
	#content .spalte {
	    width: 100%;
    	margin-right: 0;
	    float:none;
	}
	
	#body #footer {
	    margin-left: -30px;
	    margin-right: -30px;
	}
	
	#body #footer #copyright a { float:none; margin:0; }
	
	
	
}

@media all and (min-width: 749px) {
	
#navwrapper ul li a, #navwrapper ul li .intro, #content a.cta, #content input[type=submit] {
    -webkit-transition: all .5s; 
    transition: all .5s;
}

#navwrapper ul li:hover a {
    color:#b0d05d;
    margin:0 -10px 0 10px;    
}

#navwrapper ul li:hover .intro, #navwrapper ul li.nav_aktiv .intro, #navwrapper ul li.nav_aktiv a {
    margin:0 -10px 0 10px;    
}
	
#content a.cta:hover, #content input[type=submit]:hover {
	background-color: #b0d05d;
}
	
}a.fancyimage, a.fancydiv, a#fancybox-left, a#fancybox-right { text-decoration:none; }

#motive2start, #motive2start2 { position: relative; width:100%; overflow:hidden; position:relative; background:#333; z-index:42; }
#motive2start img.motivimg, #motive2start2 img.motivimg { display: block; width: 100%; position:absolute; top:0px; left:0px; max-height:400px; }
#motive2start #nav_rechts, #motive2start #nav_links, #nav_rechts2, #nav_links2 {
	width:100px;
	position:absolute;
	top:0px;
	bottom:0px;
	cursor:pointer;
}

#motive2start div.motivimg, #motive2start #bilderstack, #motive2start2 div.motivimg, #motive2start2 #bilderstack2 {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}

#motivtitel, #motivtitel2 {
	position:absolute;
	text-align:right;
	bottom:0px;
	left:0;
	right:15px;
	padding:15px 0;
}

#motivtitel h2, #motivtitel2 h2 { display:none; }

#motivtitel p, #motivtitel2 p {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 10px;
    background: rgba(255,255,255,.5);
    padding: 2px 5px;
    color: #666;
}

#motive2start .rasterbox, #motive2start2 .rasterbox {
	background:rgba(153, 136, 85, 0.25);
	background:rgba(0, 0, 0, 0.15);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity:0;
}

#motive2start:hover .rasterbox, #motive2start2:hover .rasterbox {
	opacity:1;
}


#motive2start:hover #motivtitel, #motive2start2:hover #motivtitel2 {
	opacity:1;
}

#motivtitel h2, #motivtitel2 h2 {
	text-align:right;
	font-family: sans-serif;
	font-weight: normal;
	font-size:13px;
	padding:0;
	margin:0;
	color:#fff;
}

#motive2start #nav_rechts, #motive2start #nav_links, #nav_rechts2, #nav_links2 { width:100px; }


#body #fancybox-left:before, #body #motive2start:hover #nav_links:before, #body.toucher #motive2start #nav_links:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f104";
	position:absolute;
	top:50%;
	left:0px;
	background:#fff;
	text-align:center;
	color:#87a539;
	margin: -20px 0 0;
	width: 40px;
	height: 33px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 7px;
	opacity:.75;
	box-shadow: 0 0 50px rgba(0,0,0,.25);
}

#body #fancybox-right:before , #body #motive2start:hover #nav_rechts:before, #body.toucher #motive2start #nav_rechts:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f105";
	position:absolute;
	top:50%;
	right:0px;
	background:#fff;
	text-align:center;
	color:#87a539;
	margin: -20px 0 0;
	width: 40px;
	height: 33px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 7px;
	opacity:.75;
	box-shadow: 0 0 50px rgba(0,0,0,.25);
}

#body #fancybox-left:hover:before, #body #fancybox-right:hover:before, #body #motive2start #nav_links:hover:before, #body #motive2start #nav_rechts:hover:before {
	opacity:1;
}

#body #fancybox-left-ico, #body #fancybox-right-ico { display:none;}


#body #fancybox-close {
	display: inline;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background:#fff;
	text-align:center;
}

#body #fancybox-close:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f00d";
	position: absolute;
	top: 8px;
	left: 10px;
	color: #87a539;
}


#content .File.Bild a:hover:before, a.fancyimage:hover:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f065";
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -30px;
	width:60px;
	height:33px;
	border-radius:20px;
	background:#fff;
	text-align:center;
	color:#87a539;
	padding-top:7px;
	box-shadow: 0 0 50px rgba(0,0,0,.25);
}



#motivinfo, #motivinfo2 {
	position:absolute;
	bottom:10px;
	left:15px;
	text-align:left;
}

#motivinfo p, #motivinfo2 p {
	display:inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width:8px;
	height:8px;
	background:#fff;
	margin:7px 7px 7px 2px;
	cursor:pointer;
	padding:0;
	opacity:0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

#motive2start:hover #motivinfo p, #motive2start:hover #motivinfo2 p, #motive2start2:hover #motivinfo p, #motive2start2:hover #motivinfo2 p {
	opacity:.5;
}

#motive2start:hover #motivinfo p:hover, #motive2start:hover #motivinfo2 p:hover, #motive2start2:hover #motivinfo p:hover, #motive2start2:hover #motivinfo2 p:hover {
	border: 2px solid #fff;
	opacity: .75;
	margin:5px 5px 5px 0;
}

#motive2start:hover #motivinfo p.active, #motive2start:hover #motivinfo2 p.active, #motive2start2:hover #motivinfo p.active, #motive2start2:hover #motivinfo2 p.active {
	border: 2px solid #fff;
	opacity: 1;
	margin:5px 5px 5px 0;
}

#motive2start #nav_links, #nav_links2 {  left:0px; }
#motive2start #nav_rechts, #nav_rechts2 { right:0px; }


#motive2start #nav_swipe, #motive2start2 #nav_swipe2 {
	position:absolute;
	left:100px;
	right:100px;
	top:0px;
	bottom:0px;
}


#motive2start #nav_rechts svg, #motive2start #nav_links svg, #motive2start2 #nav_rechts2 svg, #motive2start2 #nav_links2 svg {
	opacity:0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}


#motive2start:hover #nav_rechts svg, #motive2start:hover #nav_links svg, #motive2start2:hover #nav_rechts2 svg, #motive2start2:hover #nav_links2 svg {
	opacity:.5;
}


#motive2start #nav_rechts:hover svg, #motive2start #nav_links:hover svg, #motive2start2 #nav_rechts2:hover svg, #motive2start2 #nav_links2:hover svg {
	opacity:1;
}

#motive2Titel, #motive2Titel2 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	position:absolute;
	top:0px;
	left:0px;
	width:54%;
	background: white;
	background: transparent url(//tramino.s3.amazonaws.com/s/haubers/113853/bg.png);
	background: rgba(255, 255, 255, 0.75);
}

#bilderstack .info, #bilderstack2 .info {
	position: absolute;
	left: 100px;
	right: 100px;
	top: 50%;
	color: #fff;
	font-size: 26px;
	text-shadow: 5px 0px 10px #000;
	height: 230px;
	margin-top: -115px;
	text-align:left;
}

#bilderstack .info .subline, #bilderstack2 .info .subline {
	font-size: 18px;
}