/*
Theme Name: Ghettoblaster Square
Author: Drake Rubicon & Nioolix
Author URI: http://wildsmile.de
Description: bla
Version: 1.0
Tags: 
Text Domain: Ghettoblaster_Square

Blasters in ya hood.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption
{
	font-weight: normal;
	text-align: left;
}
td,th{
	font-weight: normal;
	text-align: center;
	border: 1px solid black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	/*background-color: #ccc;*/
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Real stuff
	------------------------------
*/
body{
	background:url(img/bg.png) no-repeat center center fixed;
	overflow:hidden;
	background-size:cover;
}

#frontpage {
	margin: 0 auto;
}

#frontpage hr {
	border: none;
	height: 6px;
	background-image: url(img/LINE.png);
	background-repeat: no-repeat;
	background-color: none;
	max-width:711px;
/* 	min-width:290px; */
	
	}
	
#frontpage hgroup{
	max-width:711px;
	min-width:210px;
	text-align:center;
}
a{
	color:black;
	text-decoration:none;
}	

.entry-content a:hover{
	text-decoration:underline;
}

#page hgroup h1 a,
#frontpage hgroup h1 a {
	background-image: url(img/LOGO.png);
	background-image: url(img/LOGO.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	color: transparent;
	display: block;
	margin: 0 auto;
}

#frontpage hgroup h1 a{
	width: 289px;
	height: 288px;	
}

#page hgroup h1 a {
	width: 208px;
 	height: 220px; 
}


}
hgroup h2{
	text-align:center;	
}

hgroup hr{
	margin: 0 auto 60px auto;	
}

.site-description {
	font-size: 1.5em;
	line-height: 2em;
}

.assistive-text{
	display:none;
}

.menu-toggle{
	display:none;
}

#sidebar {
	width: 300px;
	position: fixed;
	float: right;
}


#masthead {
	background-size: contain;
}

#page #masthead hgroup hr{
	display:none;
}

#page #masthead hgroup h2{
	font-size:1em;
	display:none;
}

#frontpage {
	width: 711px;
	float: none;
}

.site-info{
	display:none;
}

/*navigation*/
.main-navigation ul {
		margin: 0;
		text-indent: 0;
		text-align:center;
		font-size: 1.2em;	
		
		
	}
.main-navigation li a,
.main-navigation li {
		display: inline-block;
		text-decoration: none;
		
	}
.main-navigation li a {
		
		line-height: 3.8em;
		text-transform: uppercase;
		white-space: nowrap;
		color:#fff;
		background: url(img/bg_menu.png) no-repeat;
		background: url(img/bg_menu.svg) no-repeat;
		/*background-size:200px;*/
		width:200px;
		height:200px;
		padding-top:60px;
		background-size:200px;
		
	}
.main-navigation li:nth-child(1) a:hover {
		color:#6ea5a8;
	}
.main-navigation li:nth-child(2) a:hover {
		color:#dd314b;
	}
.main-navigation li:nth-child(3) a:hover {
		color:#4cd721;
	}
.main-navigation li a:hover {
	-webkit-transition: color 0.3s;
	-moz-transition: 	color 0.3s;
	-ms-transition: 	color 0.3s;
	-o-transition: 		color 0.3s;
	transition: 		color 0.3s;
}
	
.main-navigation li {
		margin: 0 7px;
		position: relative;
		min-height:200px;
		min-width:200px;
	}
	
.main-navigation li ul {
		background-color:#FFF;
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
	}
.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}

.main-navigation li ul li a:hover {
		
	}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {	
		font-weight: bold;
	}
	
	
.edit-link {
	margin-top: 3em;
	font-weight: bold;
	font-family:'Roboto';
	background: #e19d27;
	padding: 5px;
	box-shadow: 		1px 0px 1px #512b06;
	-webkit-box-shadow: 0px 1px 3px #512b06;
	-moz-box-shadow: 	0px 1px 3px #512b06;
}
.edit-link:before {
	content: '✎';
	padding-right: 2px;
}

.edit-link:hover {
	background: #fb6d15;
	color: #7b0808;
}

/* Page Menu */



/* footer menu nio*/
#colophon {
	margin-top: 2%;
}

#colophon a {
	font-size: 1.3em;
	font-weight: bold;
}

#menu-footermenu li{
	list-style:none;
	text-transform: uppercase;
	white-space: nowrap;
	text-align:center;
	font-weight:bold;
}

.menu-footer-impressum-container a{
	text-transform:uppercase;
	
}

.menu-footer-impressum-container ul li{
	text-align:center;
}

ul#mqtranslate-, ul#qtranslate-chooser {
display: inline-flex;
margin-left: 47%;
}

#sidebar * ul#mqtranslate-chooser, #sidebar * ul#qtranslate-chooser {
margin-left: 44%;
}
/* --------------hauptmenu------ */

#sidebar-navigation{
	width:106px;
	margin:0 auto;
}

#secondary  ul{
	text-align:center;
}

#secondary li:nth-child(1) {
	z-index:50;
}
#secondary li:nth-child(2) {
	z-index:49;
}
#secondary li:nth-child(3) {
	z-index:48;
}
#secondary li:nth-child(4) {
	z-index:47;
}

#secondary li:nth-child(1):hover,
#secondary .current-menu-item:nth-child(1),
#secondary .current-page-ancestor:nth-child(1){
	background-color:#6ea5a8;
}

#secondary li:nth-child(2):hover,
#secondary .current-menu-item:nth-child(2),
#secondary .current-page-ancestor:nth-child(2){
	background-color:#dd314b;
}

#secondary li:nth-child(3):hover,
#secondary .current-menu-item:nth-child(3),
#secondary .current-page-ancestor:nth-child(3){
	background-color: #57B64C /*#68D555, #4cd721*/;
}

#secondary li:hover {
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: 	background-color 0.3s ease-in-out;
	-ms-transition: 	background-color 0.3s ease-in-out;
	-o-transition: 		background-color 0.3s ease-in-out;
	transition: 		background-color 0.3s ease-in-out;

}	

#secondary li {
	background-color: #1A171B;
	
	mask: url(img/SQRT_45deg_11.svg#square);
	-webkit-mask-box-image: url(img/Menu_mask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center; /* <- reinste Schwarzmagie :D */
	position:relative;
	
	-webkit-transform: 	rotate(135deg);
	-moz-transform: 	rotate(135deg);
	-ms-transform: 		rotate(135deg);
	-o-transform: 		rotate(135deg);
	transform: 			rotate(135deg);

/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45);
*/

	
/*
	-webkit-box-shadow: 8px 8px 0px white;
	-moz-box-shadow: 1px 1px 1px white;
	box-shadow: 1px 1px 1px white;
*/
	
	width: 106px;
	height: 106px;
}

#secondary  li a{
	line-height: 106px; /* <- Zauber-Lineheigh */
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	
	-webkit-transform: 	rotate(-135deg);
	-moz-transform: 	rotate(-135deg);
	-ms-transform: 		rotate(-135deg);
	-o-transform: 		rotate(-135deg);
	transform: 			rotate(-135deg);
	
/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
*/
	display:block;
}

/* Layout */

/*.product-657 + .entry-header {
    margin-top: 16%;
}*/

.wrapper {
	min-width: 600px;
}

	
#primary {
    margin-top: 20%;
}

.category {
	max-width: 700px;
	margin: 0 auto;
}

#content {
	min-width: 600px;
}

#buy_button {
    background-color: #1A171B;
    mask: url('http://.international-neighborhood.de/wp-content/themes/GhettoblasterSquare/img/SQRT_45deg_11.svg#square');
    position: relative;
    transform: rotate(135deg);
    width: 106px;
    height: 106px;
    display: inline-block;
    transition: background-color 0.3s ease-in-out 0s;
}

#buy_button > a {
    transform: rotate(-135deg);
    display: inline-block;
    position: relative;
    top: 45px;
    left: -2px;
    color: #FFF;
    text-decoration: none;
}

.impressum-content {
	margin-top: 2em;
}

.entry-content {
	margin-top:45px;
	font-family:'Roboto';
	font-size:1em;
	line-height: 1.1em;
 	float:right;
 	/* word-wrap: break-word; */
 	/* word-break:break-word; */
}


#content articlear {
	margin: 1rem auto;
}

.category-title {
	font-size: 2.656249em;;
	font-weight: lighter;
	color: #000;
	margin: 0 auto;
	text-align: center;
	
}


/* content */

.entry-content p,
.category-description p{
	margin-bottom:1em;
}


/*-------------footer---------------*/

#menu-footer-impressum li a{
	text-transform:uppercase;
}


/*-----------produktansicht----------*/

.entry-image{
	float:left;

	margin-top:45px;
}

.entry-content a{
	text-decoration:underline;

}
.entry-content a:hover{
	text-decoration:none;
	cursor:pointer;
}
.entry-header h1{
	font-size: 2.656249em;
	font-style: normal;
	font-weight: normal;
}

.entry-content p{

	margin-bottom:1em;
	
}

.entry-content blockquote p{
	font-size:1.2em;
}
.entry-content blockquote p:before{
	content: '“';
	font-size:2em;
}

.entry-content blockquote p:after{
	content: '„';
	font-size:2em;
}
.entry-content p ins{
	background:none;
}

.entry-content thead{
	font-size:1.2em

}
.entry-content table th{
	text-align:center;
}

/* navigation ende*/
/*responsive*/
@media screen and (max-width: 2880px ) { /* and (max-height: 1200px) */
	#page {
		min-width: 1024px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.wrapper {
		width: 740px;
		margin: 0 auto;
	}
	#sidebar {
		right: 10%;
	}
	.entry-image {
		margin-left: -320px;
		width: 300px;
	}
}
@media screen and (max-width: 1920px ){ /* and (max-height: 1200px) */
	#page {
		min-width: 1024px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.wrapper {
		width: 740px;
		margin: 0 auto;
	}
	#sidebar {
		right: 4%;
	}

	.entry-image {
		margin-left: -320px;
		width: 300px;
	}
}
@media screen and (max-width: 1400px ){ /* and (max-height: 768px) */
	#page {
		min-width: 1024px;
		max-width: 1200px;
		margin: 0 auto;
	}
	masthead{
		margin: 2.5% auto;
	}
	hgroup hr {
		margin: 0 auto 2% auto;
	}
	.main-navigation li a {
		height: 175px;
	}
	
	.wrapper {
		width: 600px;
	}
	#sidebar {
		
		right: 1%;
	}

	.entry-image {
		margin-left: -320px;
		width: 300px;
	}
}
@media screen and (max-width: 1280px) { /*and (max-height: 768px)*/
	#page {
		width: 1024px;
		margin: 0 auto;
	}	
	#frontpage hr {
		margin: 0 auto 20px auto;	
	}
	
	#page {
		margin: 0 auto;
	}
	
	.wrapper {
		width: 600px;
		margin: 0 10%;
	}
	
	#sidebar {
		right: 0;
	}

	.entry-header {
		text-align: center;
	}
	
	.entry-content {
		width: 330px;
		float: right;
	}
	.entry-image {
		padding-right: 10px;
		margin-left: -60px;
		width: 250px;
	}
	
	#colophon {
	margin-top: 0;
	}

}

@media screen and (max-width: 1060px){
.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    width: 600px;
            height: auto;
	    overflow: hidden;
	}
	.elastic-video iframe, .elastic-video object, .elastic-video embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
}

@media screen and (max-width: 1024px){
.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    width: 600px;
            height: auto;
	    overflow: hidden;
	}
	.elastic-video iframe, .elastic-video object, .elastic-video embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
}

@media screen and (max-width: 800px){
.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    width: 600px;
            height: auto;
	    overflow: hidden;
	}
	.elastic-video iframe, .elastic-video object, .elastic-video embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
}

@media screen and (max-height: 1800px ) {
	#frontpage #masthead {
		margin-top: 40%;
	}
	#frontpage #primary {
		margin-top: 0;		
	}
	/* #page #primary {
		margin-top: 50%
	} */
	#sidebar {
		margin-top: 15%;
	}
	#secondary {
		margin-top: 60%;
	}
	#page-footer {
		margin-top: 90%;
	}
}
@media screen and (max-height: 1200px ) {
	#frontpage #masthead {
		margin-top: 25%;
	}
	#frontpage #primary {
		margin-top: 0;		
	}
	/*#page #primary {
		margin-top: 50%
	}*/
	#sidebar {
		margin-top: 7.5%;
	}
	#secondary {
		margin-top: 30%;
	}
	#page-footer {
		margin-top: 80%;
	}
}
@media screen and (max-height: 1080px ) {
	#frontpage #masthead {
		margin-top: 20%;
	}
	#sidebar {
		margin-top: 6%;
	}
	/*#page #primary {
		margin-top: 35%
	}*/
	#page-footer {
		margin-top: 50%;
	}
}
@media screen and (max-height: 960px ) {
	#frontpage #masthead {
		margin-top: 10%;
	}
	#page #primary {
		margin-top: 23%
	}
	#sidebar {
		margin-top: 9%;
	}
	#secondary {
		margin-top: 16%;
	}
	#page-footer {
		margin-top: 50%;
	}
}
@media screen and (max-height: 800px ) {
	#frontpage #masthead {
		margin-top: 5%;
	}
	#frontpage #primary {
		margin-top: 0;		
	}
	#page #primary {
		margin-top: 14%
	}
	#sidebar {
		margin-top: 6%;
	}
	#secondary {
		margin-top: 11%;
	}
	#page-footer {
		margin-top: 15%;
	}
}
@media screen and (max-height: 768px ) {
	#frontpage #masthead {
		margin-top: 3%;
	}
	#frontpage #colophon {
		margin-top: 0;		
	}
	#sidebar {
		margin-top: 4%;
	}
	#secondary {
		margin-top: 5%;
	}
	#page-footer {
		margin-top: 15%;
	}
}
@media screen and (max-height: 720px ) {
	
	#sidebar {
		margin-top: 2%;
	}
	#secondary {
		margin-top: 5%;
	}
	#page-footer {
		margin-top: 10%;
	}
}
#add-to-cart * #buy_button {
	margin-top: 34px;
	cursor: pointer;
}
#add-to-cart {
	text-align: center;
	height: 220px;
}
#add-to-cart-submit {
    -webkit-transform: 	rotate(-135deg);
	-moz-transform: 	rotate(-135deg);
	-ms-transform: 		rotate(-135deg);
	-o-transform: 		rotate(-135deg);
	transform: 		rotate(-135deg);
    display: inline-block;
    position: relative;
    top: 39px;
    background: rgba(0,0,0,0);
    color: #fff;
    border: 0px;
    font-size: 1.1em;
    right: 4px;
	cursor: pointer;
}
.form-missing {
	border-color: red;
}
article.attachment {
	text-align: center;
}
.single-attachment * nav#site-navigation {
	display: none;
}
.attachment * .entry-content {
	float: none;
}
.attachment * #primary {
	margin-top: 0% !important;
}
.attachment * #background {
	display: none;
}
.attachment * li.lang-de, .attachment * li.lang-en {
	mask: none !important;
	width: 20px !important;
	height: 20px !important;
	-webkit-mask-box-image: none !important;
	transform: rotate(0deg) !important;
	background-color: rgba(0,0,0,0) !important;
	display: inline-block;
}
.attachment * li.lang-de > a, .attachment * li.lang-en > a {
	transform: rotate(0deg) !important;
}
.attachment * #secondary h3 {
text-align: center;
}