/*
Website Name: hinkelsteindruck sozialistische GmbH
Website URL:http://hinkelstein-druck.de
Author: Susanne Ditz
Author URI: http://www.susanneditz-webdesign.de
Description: Webseite der Druckerei Hinkelstein-Druck, 10997 Berlin, Lausitzer Platz 15
Version: 1.0.0
*/

.fritze {
	z-index: 1000;
	position: absolute;
	top: 12%;
	left: 7%;
	max-width:560px;
	background: rgba(255,255,255,.75);
	padding: 20px;
}

.moorbox-1 {
    float: left;
}
.moorbox-2 {
    float: left;
    margin-left: 60px;
}
/*=======================================================
Reset
=======================================================*/
* {
	margin:0;
    padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
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,
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, img {
    border:0;
    outline:0;
    font-size:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section, img { 
    display:block;
}
a {
	background: transparent;
	text-decoration: none;
}
input, select {
	vertical-align: middle;
}
hr {
    display:block;
    height:0px;
    border:0;   
    margin:3em 0;
    padding:0;
    clear: both;
	background-color: ccc;
}
img {
    max-width: 100%;
    height: auto;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
/*=======================================================
Clearings 
=======================================================*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/*=======================================================
Generell
=======================================================*/
html {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
}
body {
	font-size: 16px;
	font-size: 100%;
	color:#444;
	letter-spacing: .05em;
	height: 100%;
	width: 100%;
}
ul { list-style-type: none; }
h1,h2,h3,h4,h5,h6 { line-height: 1; }
h1 {
	font-size: 4.625em;
	font-weight: normal;
	color:#999;
	}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #858585;
	margin: 0px 0px .6em;
	line-height: 34px !important;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #444;
	margin: 0px 0px .6em;
}
h4 {}
h5 {}
h6 {}
p {
	font-size: 20px;
	line-height: 1.6em;
	color: #888;
	font-weight: 300;
	padding-bottom: 1.3em;
}
a { color: #284156; }
a:hover,
a:focus { color: #FF7100; }
embed,
iframe,
object {
	max-width: 100%;
}
.bold { 
	font-weight: bold; 
	text-transform: uppercase;
}
/*=======================================================
Farben
=======================================================*/
.o {background-color: rgba(255,113,0,1);}
.b {background-color: rgba(40,65,86,1);}
.c {background-color: rgba(0,204,255,1);}
.m {background-color: rgba(240,18,190,1);}
.y {background-color: rgb(241,196,15);}
.k {background-color: rgba(0,0,0,1);}
.lg {background-color: rgba(230,230,230,1);}
.text-lightgrey	{color: #E6E6E6;}
.text-orange {color: #FF7100;}
.text-blau {color: #284156;}
/*=======================================================
Layout
=======================================================*/
body { 	background: url(../bilder/noisy-texture-50x50-fdfdfd.png) repeat; }
#page {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	padding: 0;
}
/*=======================================================
Header
=======================================================*/
header {
	background-color: rgba(40,65,86,1);
    min-height: 90px;
	padding: 16px 0 0;
	z-index: 10000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.brand {
	float: left;
	padding: 0px 0px 0px 1.5%;
}
.topNav {
	width:330px;
	float: right;
	position: relative;
	margin: 0 1.5% 0 0;	
}
.topNav li {
	display: inline;
	margin: 0px 0px 0px 6px;
	float: left;
	transition: height .4s;
	-moz-transition: height .4s;
	-ms-transition: height .4s;
	-o-transition: height .4s;
	-webkit-transition: height .4s;
	position: relative;
}
.topNav li:first-child {margin: 0px;}
.topNav li:hover {
	cursor: pointer;
	opacity: 1;
}
.topNav li .icon {
	position: relative;
	display: block;
	color: #fdfdfd;
	background: rgba(255,255,255,.15);
	margin: 10px;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;	
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);
	-ms-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);
	-o-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);	
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);		
	-webkit-transition: box-shadow .7s;
	-moz-transition: box-shadow .7s;
	-ms-transition: box-shadow .7s;
	-o-transition: box-shadow .7s;	
	transition: box-shadow .7s;
	border: 1px solid rgba(253,253,253,.1);	
}
.topNav li:hover .icon {	
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-moz-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-ms-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-o-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);	
	box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
}
.topNav li .icon a {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fdfdfd;
	display: block;
}
.topNav li .icon a:hover {
	color: #FF7100;
}
.topNav li .icon a:before {
	content:attr(data-tooltip);
	background-color: rgba(40,65,86,.9);
	color: #E9E9E9;
	padding: 0px 16px;
	border: 1px solid #fdfdfd;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left:0;
	z-index: 20;
	white-space: nowrap;
	opacity: 0;	 	
}
.topNav li .icon a:hover:before {
	color: #fdfdfd;
	opacity: 1;
	top: 70px;
	left:-16px;	
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.topNav label {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fdfdfd;
	display: block;
	cursor: pointer;
}
.topNav label:hover {color: #FF7100;}
/*=======================================================
Sidebar
=======================================================*/
#sidebar {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top:70px;
	left: -100%;
	-webkit-transition: all 0.6s cubic-bezier(0.42,0,0.58,1);
	-moz-transition: all 0.6s cubic-bezier(0.42,0,0.58,1);
	-ms-transition: all 0.6s cubic-bezier(0.42,0,0.58,1);
	-o-transition: all 0.6s cubic-bezier(0.42,0,0.58,1);
	transition: all 0.6s cubic-bezier(0.42,0,0.58,1);
	z-index: 100;	
}
#sidebarToggle {display: none;}
#sidebarToggle:checked ~ #page #sidebar {
	position: fixed;
	left: 0px;
}
.sideNav ul {
	margin: 3% 0px 3% 40%;
	opacity: 0.8;
}
.sideNav li {
	list-style-type: none;
}
.sideNav a {
	display: block;
	padding: 10px 0px 10px 40px;
	margin: 0px 30px 0px 20px;
	color: #f4f4f4;
	font-size: 26px;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #fdfdfd;
}
.sideNav a:hover {
	color: #e47a00;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*=======================================================
Content
=======================================================*/
.content {
	width: 80%;
	margin: 30px auto;
}

.banner { margin: 90px 0px 0px; }
.zitat {
	text-align: center;
	padding: 2.5% 1% 2.5% 1%;
}
.zitat h1 {
    font-size: 4em;
    font-weight: normal;
    color: #999;
	padding: 0 5%;
}
.teaser { 
	margin: 90px 0px 0px;
	padding: 0.5% 1.5% 0.5% 1.5%; 
	background-color: rgba(230,230,230,1);
	font-size: 30px;
	font-weight: normal;
	line-height: 100px;
	color: #fff;
}
.contentbox-li {
	float: left;
	width: 50%;
	padding: 1.5%;
}
.contentbox-re {
	float: right;
	width: 50%;
	padding: 1.5%;
}
.contentbox-re li {
	font-size: 16px;
	line-height: 1.6em;
	color: #888;
	font-weight: 300;
	padding-bottom: 0.5em;	
}
.contentbox-li li {
	font-size: 16px;
	line-height: 1.6em;
	color: #888;
	font-weight: 300;
	padding-bottom: 0.5em;	
}
.contentbox-33 {
	float: left;
	width: 33.2%;
}
.content p a:hover {
	text-decoration: underline;
}
.imp li { float: left; }
.imp li:last-child { padding: 0px 0px 0px 40px; }
/*=======================================================
Galleries
=======================================================*/
.gallery {background-color: rgba(40,65,86,1);}
.color-box-out {
	position: relative;
	text-align: center;
	height: 330px;
}
.color-box-in {
	width: 100%;
	height: 100%;
}
.color-box-in a{
	color: #fdfdfd;
	text-transform: uppercase;
	vertical-align: middle;
	display: table-cell;
}
.flipper {
	height: 100%;
	width: 100%;
	position: relative;
}
.flipper > .front {
	position: absolute;
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	-ms-transform: perspective(600px) rotateY(0deg);
	-o-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	height: 100%;
	width: 100%;
	background-color: rgba(40,65,86,1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	-ms-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	-o-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
}
.flipper > .back {
	font-size: 30px;
	position: absolute;
	-webkit-transform: perspective(600px) rotateY(180deg);
	-moz-transform: perspective(600px) rotateY(180deg);
	-ms-transform: perspective(600px) rotateY(180deg);
	-o-transform: perspective(600px) rotateY(180deg);
	transform: perspective(600px) rotateY(180deg);
	height: 100%;
	width: 100%;
	background-color: rgba(255,113,0,1);	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	-ms-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	-o-transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	transition: transform 0.5s cubic-bezier(0.42,0,0.58,1);
	display: table;
}
.flipper:hover > .front {
	-webkit-transform: perspective(600px) rotateY(-180deg);
	-moz-transform: perspective(600px) rotateY(-180deg);
	-ms-transform: perspective(600px) rotateY(-180deg);
	-o-transform: perspective(600px) rotateY(-180deg);
	transform: perspective(600px) rotateY(-180deg);
}
.flipper:hover > .back {
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	-ms-transform: perspective(600px) rotateY(0deg);
	-o-transform: perspective(600px) rotateY(0deg);	
	transform: perspective(600px) rotateY(0deg);
}
.front .btn-icon i {
	color: #fdfdfd;
	font-size: 42px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;	
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.front .btn-icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pic-box {
	position: relative;
	background: #fff;
	height: 330px;
}
.pic-1 {
	background: url(../bilder/hand_an_schneide_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-1:hover {
	background: url(../bilder/hand_an_schneide.jpg) no-repeat center center;
	background-size: cover;
}
.pic-2 {
	background: url(../bilder/layout_b_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-2:hover {
	background: url(../bilder/layout_b.jpg) no-repeat center center;
	background-size: cover;
}
.pic-3 {
	background: url(../bilder/loch_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-3:hover {
	background: url(../bilder/loch_in_wand.jpg) no-repeat center center;
	background-size: cover;
}
.pic-4 {
	background: url(../bilder/anlage_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-4:hover {
	background: url(../bilder/druckanlage.jpg) no-repeat center center;
	background-size: cover;
}
.pic-5 {
	background: url(../bilder/kollekitv_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-5:hover {
	background: url(../bilder/kollekitv-bunt.jpg) no-repeat center center;
	background-size: cover;
}
.pic-6 {
	background: url(../bilder/koffer_duplex.jpg) no-repeat center center;
	background-size: cover;
}
.pic-6:hover {
	background: url(../bilder/koffer.jpg) no-repeat center center;
	background-size: cover;
}
/*=======================================================
BTN-Area
=======================================================*/
.btn-area {
	background-color: rgba(0,0,0,0.2);
}
.btn-box {
	position: relative;
	text-align: center;
	min-height: 100px;
	margin: 0px 0px 20px;
}
.btn-area .col {
	text-align: center;
	padding: 60px 0px 50px;
}
.btn-area .col p{
	font-size: 1.125em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fdfdfd;
}
.btn-kreis {
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
	border: 4px solid #fdfdfd;
}
.btn-kreis a{
	font-size: 2.000em;
	color: #f8f8f8;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.btn-kreis:hover{
	background-color: rgba(40,65,86,1);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*=======================================================
Footer
=======================================================*/
footer {
	padding: 2% 0% 2% 0%;
	background-color: rgba(40,65,86,1);
}
footer a {
	color: #fafafa;
	font-size: 1.000em;
	font-weight: 300;
	display: block;
	padding: 6px 0px 6px 26px;
	text-align: left;
	opacity: .9;
}
footer a:hover {
	color: #ff7100;
}
.copy {
	text-align: left;
	color: #f8f8f8;
	font-size: 0.75em;
	padding: 0px 0px 20px 26px;
	float: left;
}
.copy p {
	font-size: 12px;
	color: #fff;
    padding-top: 10px;

}
.copy a {
	padding: 0px;
	font-size: 1.2em;
}
.copy a:hover { background:none;}
/*=======================================================
Anfrage Formular
=======================================================*/
.contentbox-33 h4 {
	font-weight: normal;
	margin: 14px 0px 6px;
}
.contentbox-33 input,
.contentbox-33 select {
	height: 26px;
	width: 50%;
}
.contentbox-33 textarea {
	height: auto;
	width: 50%;
}
.contentbox-33 .btn {
	border: 0px;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	background-color: rgba(40,65,86,1);
	color: #fff;
	cursor: pointer;
	margin: 40px 0px 0px;
	height: 30px;
}
.contentbox-33 .btn:hover { background-color: rgba(255,113,0,1); }
/*=======================================================
The Grid System
=======================================================*/		
.grid {
	width: 100%;
	margin: 0 auto;
    max-width: 1920px;
}
.grid:before,
.grid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.grid:after,
.row:after {clear: both;}
[class*='col-']{
	width: 100%;
	float: left;
	min-height: 1px;
}
.row {}
.col {}
/*=======================================================
Mediaqueries for Layout (max-width)
=======================================================*/
@media screen and (max-width:961px){
p {
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 1.0em;
}
h1 {
    font-size: 3.625em;
    font-weight: normal;
    color: #999;
}
.content {
	width: 90%;
	margin: 20px auto;
}
.contentbox-li {
	float: none;
	width: 100%;
	padding: 0% 0% 3% 0%;
}
.contentbox-re {
	float: none;
	width: 100%;
	padding: 0% 0% 3% 0%;
}
.contentbox-li h2 { padding-top: 20px;}
.contentbox-re h2 { padding-top: 20px;}
.contentbox-33 {
	float: none;
	width: 100%;
}
.contentbox-33 input,
.contentbox-33 select {
	width: 100%;
}
.contentbox-33 textarea {
	width: 100%;
}	
}
@media screen and (max-width:661px){
.zitat h1 {
    font-size: 2em;
    font-weight: normal;
    color: #999;
    padding: 0 5%;
}
h1 {
    font-size: 2.625em;
    font-weight: normal;
    color: #999;
}
header {
    min-height: 145px;
}
.topNav {
	float: none;
	margin: 0 1% 0 0;
}
.content-startseite {
	margin-top: 145px;
}
.brand {
	float: left;
	padding: 0px 0px 0px 4%;
}
.teaser { 
	margin: 145px 0px 0px;
	padding: 0.5% 1.5% 0.5% 5.5%; 
	font-size: 1.5em;
}
#sidebar {
	top:145px;
}
.sideNav a {
    display: block;
    padding: 5px 0px 5px 40px;
    margin: 0px 30px 0px 20px;
    color: #f4f4f4;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid #fdfdfd;
}
.btn-area { display: none; }
.copy {
	padding: 20px 0px 20px 26px;
}
.fritze {
	top: 37%;
	left: 0%;
}	
}
/*=======================================================
Mediaqueries for The Grid (min-width)
=======================================================*/
/*@media screen and (min-width:480px){
	.col-wd-1 {width: 8.33333%;}
	.col-wd-2 {width: 16.66667%;}
	.col-wd-3 {width: 25%;}
	.col-wd-4 {width: 33.33333%;}
	.col-wd-5 {width: 41.66667%;}
	.col-wd-6 {width: 50%;}
	.col-wd-7 {width: 58.33333%;}
	.col-wd-8 {width: 66.66667%;}
	.col-wd-9 {width: 75%;}
	.col-wd-10 {width: 83.33333%;}
	.col-wd-11 {width: 91.66667%;}
	.col-wd-12 {width: 100%;}
}*/
@media screen and (min-width:859px){
	.col-md-1 {width: 8.33333%;}
	.col-md-2 {width: 16.66667%;}
	.col-md-3 {width: 25%;}
	.col-md-4 {width: 33.33333%;}
	.col-md-5 {width: 41.66667%;}
	.col-md-6 {width: 50%;}
	.col-md-7 {width: 58.33333%;}
	.col-md-8 {width: 66.66667%;}
	.col-md-9 {width: 75%;}
	.col-md-10 {width: 83.33333%;}
	.col-md-11 {width: 91.66667%;}
	.col-md-12 {width: 100%;}
}
@media screen and (min-width:959px){
	.col-sm-1 {width: 8.33333%;}
	.col-sm-2 {width: 16.66667%;}
	.col-sm-3 {width: 25%;}
	.col-sm-4 {width: 33.33333%;}
	.col-sm-5 {width: 41.66667%;}
	.col-sm-6 {width: 50%;}
	.col-sm-7 {width: 58.33333%;}
	.col-sm-8 {width: 66.66667%;}
	.col-sm-9 {width: 75%;}
	.col-sm-10 {width: 83.33333%;}
	.col-sm-11 {width: 91.66667%;}
	.col-sm-12 {width: 100%;}
}

