/* @override 
	http://localhost/css/style.css
	http://localhost/zwang/css/style.css
*/

/************************************************************/
/****************** R E S E T *******************************/
/************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

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

a:hover {
	color: #666;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************/
/****************** L A Y O U T *****************************/
/************************************************************/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html {
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	background: #b7b5ad url('../img/back.png') no-repeat;
	background: #b7b5ad;
	border-top: 10px solid #6e6d68;
	/*border-bottom: 10px solid #6e6d68;*/
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}

h1, h2, h4, h4 {
	color: #000;
}

h2 {
	letter-spacing: 0.05em;
}

#container {
/*	min-height: 100%;
	height: auto !important;
	height: 100%;
*/	
	min-height: 100%;
	padding: 40px 10px 55px 10px;
	/*position: relative;*/
	width: 960px;
	margin: 0 auto 0 auto;
}

#container:after {
  content: "";
  display: block;
}

#sidebar {
	background: transparent url('../img/logo-buchbinderei-zwang-hamburg.png') no-repeat 20px 28px;
	float: left;
	/*width:  200px;*/
	width: 23.4042553%;
	padding-top: 138px;
	padding-right: 20px;
	letter-spacing: 0.07em;
}

#sidebar h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 0.7em;
	margin-bottom: 25px;
}

#contact_information h2, #navigation h2 {
/* 	letter-spacing: 0; */
}

#navigation {
	border-top: 1px solid black;
	padding: 18px 0 0px 0;
	padding: 0;
}

#navigation h2 {
	margin-bottom: 0;
	margin-top: 2em;
}

#navigation ul ul {
	margin-left: 1em;
}

#navigation li {
	margin: 15px 0;
}

#navigation a {
	color:  #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}

#navigation a:hover {
	color: #666;
}

#submenu {
	border-top: 1px solid black;
	font-style: italic;
}

#submenu a {
	text-transform: none;
	line-height: 1.3em;
}

#navigation a.active {
	border-bottom: 2px solid #000;
}

#contact_information {
	letter-spacing: 0.07em;
	border-top: 1px solid black;
	/* border-bottom: 1px solid black; */
	padding-top: 15px;
	/*padding-bottom: 15px;*/
	line-height: 1.1em;
}

#contact_information p {
	font-size: 0.8em;
	line-height: 1.6em;
/* 	font-size: 0.7em; */
	margin-bottom: 21px;
}

#content {
	/*margin-left: 220px;*/
	padding: 0 0 1px 20px;
	border-left: 1px solid #000;
	width: 76.5957447%;
	float: left;
}

div.contentitem {
	margin: 30px 0 25px 0;
	padding-top: 25px;
	border-top: 1px solid #000;
	/*width: 468px;*/
	word-spacing: 0.1em;
	letter-spacing: 0.07em;
	line-height: 1.3em;
}

div.contentitem h2 {
	margin-bottom: 30px;
	font-style: italic;
	font-weight: normal;
	font-size: 0.7em;
	word-spacing: 0em;
}

div.contentitem h3 {
	margin-bottom: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}

div.contentitem a {
/* 	text-decoration: underline; */
border-bottom: 2px solid;
}

div.contentitem img {
/* 	margin-bottom: 30px; */
}

div.contentitem p {
	/*width: 435px;*/
	font-size: 0.8em;
	margin-bottom: 1em;
}

div.first {
	border-top: none;
}

div.image {
	text-align: right;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

div.image div {
	float: left;
}

div.image div img {
	display: block;
}

div.image div span {
	float: right;
}

div.image div a {
	text-decoration: none;
	font-size: 0.7em;
	color: #6e6d68;
	border: none;
}

#footer {
	background: #6e6d68;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
}

#footer, #page-wrap:after {
  /* .push must be the same height as footer */
  /*height: 10px; */
}

#login {
	text-align: right;
	width: 600px;
	margin-top: 160px;
}

.galleria { 
	width: 700px;
	height: 579px;
	background: #6e6d68;
}

.galleria-theme-classic {
	background: #6e6d68;
}

.galleria-theme-classic .galleria-info-link {
	border: 10px solid #000;
	box-sizing: content-box;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}











/* MOBILE VERSION - 2025 */
#menu-toggle {
display: none;
}
@media only screen and (max-width: 940px) { 


  .menu-icon {
	width: 35px;
	height: 33px;
	background: #000;
	float: right;
	position: absolute;
	right: 22px;
	top: 44px;
  }

  #menu-toggle:checked + label + ul {
	display: block;
  }

  #menu-toggle + label + ul {
	display: none;
	margin-top: 79px;
  }

  div.image div img {
	max-width: 100%;
  }

  #sidebar {
	background: transparent url('../img/logo-buchbinderei-zwang-hamburg.png') no-repeat center 16px;
	float: none;
	width: 100%;
	padding-top: 32px;
	padding-right: 0;
	min-height: 90px;
  }

  #container {
	width: auto;
	padding: 0px 10px 55px 10px;
	max-width: 960px;
  }

  #content {
	width: auto;
	max-width: 100%;
	float: none;
	    margin-bottom: 304px;
  }

  #navigation {
	border: 0;
  }

  #contact_information {
	position: absolute;
	bottom: 0;
  }


  .menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.menu-button-container {
  position: absolute;
  right: 35px;
  display: block;
  width: 40px;
  height: 30px;
  padding-top: 12px;
  top: 47px;
}


.galleria {
  width: auto;
  height: 300px;
  max-width: 100%;
}

}