@charset "UTF-8";
/* PAGE */
* {
	margin:0;
	padding:0;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

img {
	border: none;
}

body {
	width:100%;
	background:#e7e7e7;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
}
h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	font-size:30px;
	line-height:30px;
	margin:0 0 10px 0px;
	color:#eb662e;
	text-transform:lowercase;
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:30px;
	margin:-10px 0 10px 0px;
	color:#878786;
	text-transform:lowercase;
}
h3 {
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:22px;
	margin:0;
	text-transform:uppercase;
	color:#eb662e;
}
p {
	color:#878786;
	margin-bottom:22px;
}

a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
}

b {
	font-weight:600;
	font-style:italic;
}

.orange {
	color:#eb662e;
}

#container {
	margin:auto;
	width:940px;
}
#logo {
	padding:34px 40px 34px 0;
	height:120px;
	background:#fff;
	text-align:right;
	position:fixed;
	width:840px;
	background-image:url(../img/deria_multipress.png);
	background-repeat:no-repeat;
	background-position:480px 50%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	margin-left:50px;
	margin-right:50px;
	z-index:4500;
}

#logo p {
	text-align:left;
	font-size:11px;
	padding-left:40px;
	padding-top:20px;
	color:#878786;
	font-weight:600;
}

#logo a {
	color:#878786;
	text-decoration:underline;
	font-weight:400;
}

#logo a:hover {
	font-weight:400;
	color:#eb662e;
	text-decoration:none;
}

#zacken_links {
	width:50px;
	height:50px;
	top:180px;
	position:fixed;
	float:left;
	z-index:0;
}
#zacken_rechts {
	width:50px;
	height:50px;
	top:180px;
	margin-left:890px;
	position:fixed;
	float:right;
	z-index:0;
}

/* NAVIGATION */
#navigation {
	-webkit-box-sizing:border-box;
   	-moz-box-sizing:border-box;
   	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
   	box-sizing:border-box;
	position:fixed;
	top:120px;
	width:940px;
	height:70px;
	z-index:9999;
	background-image:url(../img/navi-bg.png);
	background-repeat:no-repeat;
	padding:10px 50px 0px 50px;
}

#navigation ul {
	margin-left:40px;
	padding-top:35px;
	float:left;		
}
	
#navigation ul li {
	display: inline;
	margin-right:20px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
	
#navigation a, #navigation a:active, #navigation a:visited {
	text-decoration:none;
	color:#f5b397;
	padding-top:0px;
	text-transform:uppercase;
	font-weight: 400;
	font-size:14px;
	padding-bottom:11px;
}

#navigation ul li:hover a, #navigation ul li.current a {
	color: #fff;
	border-bottom: 4px solid #fff;
}


/* CONTENT */

#index, #technik, #werkzeuge, #einsatzgebiete, #verbinder, #kontakt
{
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:2px solid #e7e7e7;
	border-spacing:30;
}
#verbinder, #kontakt {
	margin-bottom:40px;
	padding-bottom:60px;
}

#impressum{}

#content {
	margin-left:50px;
	margin-right:50px;
	padding:210px 40px 40px 40px;
	background:#fff;
	overflow:hidden;
}

.einspaltig {
	float:left;
	width:760px;
}
.zweispaltig {
	float:left;
	width:360px;
	margin-right:40px;
}
.dreierspalte {
	float:left;
	width:533px;
	margin-right:40px;
}
.vierspaltig {
	float:left;
	width:187px;
	margin-right:4px;
}
.vierspaltigBox {
	float:left;
	width:187px;
	height:187px;
	margin-right:4px;
	overflow: hidden;
	position: relative;
}

.figure {
	position: absolute;
	bottom: 0; left: 0px;
	margin:5px;
	background: white;
	text-align:center;
}
.vierspaltigBox .tr-slideIn {
	-webkit-box-sizing:border-box;
   	-moz-box-sizing:border-box;
   	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
   	box-sizing:border-box;
	top: 187px;
	width: 187px;
	margin:0;
	padding:72px 10px 0 10px;
	opacity: 0.8;	
	background:#eb662e;
	color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.vierspaltigBox:hover .tr-slideIn {
	top: 0;
}

.last {
	margin-right:0px;
}
.clearme {
	clear:left;
}
.imgframe {
	width:360px;
	height:auto;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding:0 0 0 20px;
	border-left:2px solid #eb662e;
}
.imgframesmall {
	width:187px;
	height:auto;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding:0 0 0 10px;
	border-left:2px solid #eb662e;
}
.imgbox {
	width:187px;
	height:187px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding:0 0 0 10px;
	background:#e7e7e7;
}
.caption {
	width:360px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding:10px 0 0 10px;
	border-left:2px solid #eb662e;
	font-style:italic;
}
.captionsmall {
	width:187px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	padding:10px 0 0 10px;
	border-left:2px solid #eb662e;
	font-style:italic;
}
.rasterabstand {
	margin-top:4px;
}
.topul {
	margin-top:-12px;
}
.top10 {
	margin-top:10px;
}
.top20 {
	margin-top:20px;
}
ul {
	margin-top:-22px;
	margin-left:18px;
	color:#878786;
	list-style-image:url(../img/pfeil.png);
}

/* KONTAKT */

#karte {
	width: 100%;
	height: 277px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	margin-bottom:20px;
	margin-top:0px;
	z-index:0;
}

input {
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	background:#e7e7e7;
	color:#878786;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:14px;
	border:none;
}
	
input:focus {
	color:#878786;
}
	
textarea {
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	background:#e7e7e7;
	height:160px;
	resize:none;
	color:#878786;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:14px;
	border:none;
}
	
textarea:focus {
	color:#878786;
}
	
input.send_message {
	width:120px;
	background:#878786;
	float:left;
	color:#FFF;
	cursor:pointer;
	margin:0;
	margin-top:10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	font-size:14px;
}
	
input.send_message:hover {
	background:#eb662e;
}
	
.error_message {
	background-color: #eb662e;
	margin-bottom:15px;
	padding:15px;
	position:relative;
	float:none;
	width:auto;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
}
	
fieldset {
	position:relative;
	float:left;
	padding:0;
	border:0 none;
	width:100%;		
}
	
fieldset h1{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:30px;
	margin:0 0 10px 0px;
	color:#eb662e;
	text-transform:lowercase;
}

/* TABELLE */
.cicon {
	background-color:#eb662e;
}
.chead {
	text-align:center;
	font-weight:600;
	background-color:#000;
	color:#fff;
	padding:3px 5px 3px 5px;
}
.crowa {
	background-color:#fff;
}
.crowb {
	background-color:#f7f7f7;
}
.paddy {
	padding:3px 5px 3px 5px;
}
.centered {
	text-align:center;
}


/* TABSWITCH */
.etabs {
	margin:0;
	padding:0;
}

.tab {
	display: inline-block;
	/*display:none;*/
	zoom:1;
	*display:inline;
	background: #f7f7f7;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}


.tab a {
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	color:#ccc;
	padding: 5px 15px;
	outline: none;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}

.tab a:hover {
	font-weight:600;
	text-decoration: none;
	color:#878786;
}
.tab.active {
	background: #e7e7e7;
	padding-top: 6px;
	z-index:-100;
	font-weight:600;
	color:#878786;
}
.tab a.active {
	color:#fff;
	font-weight:600;
	text-decoration:none;
	color:#878786;
}
.tab-container {
	margin-left:0px;
	margin-top:35px;
}

.tab-container .panel-container {
	/*display:none;*/
	background: #e7e7e7;
	padding: 0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0 ;
}
.panel-container {
	width:760px;
	padding:0;
	background-color:#ddebf5;
}

.panel-container a {
	color:#878786;
	text-decoration:underline;
}
.panel-container a:hover {
	color:#eb662e;
	text-decoration:none;
}
.panel-container ul {
	margin:0;
	padding:0;
	margin-left:20px;
	list-style-image:url(../img/pfeil.png);
}

#downloadlist {
	display:none;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	width:100%;
	height:auto;
	padding:10px;
	background:#e7e7e7;
	margin-right:20px;
}

#downloadlist ul {
	margin:0;
	padding:0;
	margin-left:20px;
	list-style-image:url(../img/pfeil.png);
}

#downloadlist p {
	margin:0;
}

#downloadlist a {
	color:#878786;
	text-decoration:underline;
}
#downloadlist a:hover {
	color:#eb662e;
	text-decoration:none;
}






/* ---------------------------------------------------- */
/* -- MEDIA QUERIES ----------------------------------- */
/* ---------------------------------------------------- */
@media only screen and (max-width: 959px) {
	#navigation {
		width:100%;
	}
	#navigation ul {
		width: 200px;
		padding: 5px 0;
		position: relative;
		top: 20px;
		left: -50px;
		border: solid 1px #fff;
		background: #eb662e url('../img/icon-menu.png') no-repeat 10px 14px;
	}
	
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}

	#navigation ul:hover {
		background-image: none;
	}
		
	#navigation ul:hover .current {
		background: url('../img/icon-check.png') no-repeat 10px 10px;
	}

	#navigation ul li:hover a, #navigation ul li.current a {
		color: #fff;
		border: 0px;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:5px;
		height:auto;		
		padding-bottom:5px;
	}
	
	#zacken_links {
		display:none;
	}
	#zacken_rechts {
		display:none;
	}
	#container {
		margin:auto;
		width:100%;
	}
	#content {
		margin-left:0px;
		margin-right:0px;
		padding:210px 40px 40px 40px;
		background:#fff;
		overflow:hidden;
	}
	#logo {
		background-position:40px 50%;
		width:100%;
		margin:0;
	}
	#logo p {
		text-align:right;
		font-size:11px;
		padding-left:40px;
		padding-top:20px;
		color:#878786;
		font-weight:600;
	}
	
	.einspaltig {
		clear:both;
		width:100%;
	}
	.zweispaltig {
		width:100%;
		margin-right:0%;
	}
	.dreierspalte {
		width:100%;
		margin-right:0%;
	}
	.vierspaltig {
		width:100%;
		margin-right:0%;
	}
	.vierspaltigBox {
		margin-bottom:4px;
	}
	.imgframe {
		width:100%;
		height:auto;
	}
	.imgframesmall {
		width:100%;
	}
	.imgbox {
		width:100%;
		margin-bottom:10px;
	}
	.caption {
		width:100%;
	}
	.captionsmall {
		width:100%;
	}
	.rasterabstand {
		margin-top:0px;
	}
	#impressum {
		margin-top:60px;
	}
	.last {
		margin-right:4px;
	}
	
	#downloadlist {
		display:block;
	}
	
	.tab, .tab-container, .panel-container {
		display:none;
	}
	
	
}

@media only screen and (max-width: 480px) {
	.vierspaltigBox {
		float:left;
		width:400px;
		height:400px;
		margin-right:0px;
	}

	.vierspaltigBox .tr-slideIn {
		top: 360px;
		width: 400px;
		padding-top:10px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition:none;
	}
	.imgbox {
		width:100%;
		height:auto;
	}
	#logo {
		position:absolute;
	}
	
	#logo p {
		text-align:left;
		font-size:11px;
		padding-left:114px;
		padding-top:40px;
		color:#878786;
		font-weight:600;
	}
	
	#navigation {
		position:absolute;
	}
	
}

@media only screen and (max-width: 320px) {
	#logo {
		width:100%;
		background-repeat:no-repeat;
		background-position:20px 50%;
		background-size:85%;
		background-image:url(../img/deria_multipress.png);
		height:90px;
	}
	#logo p {
		text-align:left;
		font-size:11px;
		padding-left:82px;
		padding-top:20px;
		color:#878786;
		font-weight:600;
	}
	#content {
		margin-left:0px;
		margin-right:0px;
		padding:180px 20px 20px 20px;
		background:#fff;
		overflow:hidden;
		width:100%;
		-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	-o-box-sizing:border-box;
    	-ms-box-sizing:border-box;
    	box-sizing:border-box;
	}
	.vierspaltigBox {
		width:280px;
		height:280px;
		margin-right:0px;
	}

	.vierspaltigBox .tr-slideIn {
		display:none;
	}
	#navigation {
		width:100%;
		top:90px;
	}
	#navigation ul {
		left: -70px;
	}
	
}