/*
Theme Name: juggglow
Theme URI: 
Description: http://www.superdraft.at
Author: superdraft
Version: 1.0
Tags:
*/

/* ----- common ----- */
body {
	font-family: 'Roboto', Arial, sans-serif;	
	font-size: 16px;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.btn {
	background-color: #e74c3c;	
}
.btn-sm {
	font-size: 1.375em;
	display: inline !important;
	border-radius: 0;
	padding: 7px 20px;		
}
.btn-lg {
	font-size: 1.75em;
	display: inline !important;
	border-radius: 0;
	padding: 10px 35px;	
}
.hidden{
	opacity:0 !important;
}
.visible{
	opacity:1 !important;
}
.img-responsive {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

/* ----- typography ----- */

p {
	font-size: 1em;
	line-height: 1.6em;
}
ul {
	padding-left: 20px;
}
li {
	font-size: 1.333em;
	line-height: 1.4em;
	padding: 4px 0;	
}
strong {
	font-weight: 700;	
}
h1, h2 {
	font-family: 'Roboto', Arial, sans-serif;	
	font-weight: 100;
	font-size: 4.375em;
	line-height: 1em;
	margin-bottom: 40px;	
}
@media (max-width:991px){
.myheader h1, .myheader h3 {
	text-align: center;	
}
}
h2 {
	margin-bottom: 40px;	
}
h3 {
	font-weight: 100;
	font-size: 1.5em;	
	line-height: 1.333em;
}
h4 {
	font-weight: 700;
	font-size: 1.5em;	
}
h5 {
	font-weight: 100;
	font-size: 2em;
	line-height: 1em;	
}
p {
	font-weight: 300;
	font-size: 1.25em;	
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
a:hover {
	color: #fff;
	text-decoration: none;	
}
.myheader a {
	color: #fff;
	display:block;
}
.myheader a:hover {
	color: #000;
}
#lang a {
	display: inline;	
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}
#lang a:hover {
	color: #fff;
}
#lang a.active {
	color: #fff;
}
[class*="icon-"] {
	font-size: 6em;
	width: 100%;
	text-align: center;
}
.juggglow [class*="icon-"] {
	color: #e74c3c;
	font-size: 7.5em;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* ----- grid ----- */
.container {
	padding-top: 50px;
	padding-bottom: 30px;	
}
.myheader .logo {
	margin-left: -22px;
	margin-top: -15px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.myheader{
	height: 670px;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 0;	
}
#myheader-shrinked {
	position: fixed;
	top:-90px;
	left:0;
	height: 90px;
	width: 100%;
	background-color: #fff;	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.25);	
	z-index: 100;
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
#myheader-shrinked > .container {
	padding-top: 15px;	
}
#myheader-shrinked .logo {
	cursor: pointer;
}
.wrapper {
	margin: 0;
	padding: 0;
	margin-top: 670px;
	background-color: #fff;
	z-index: 10;
	position: relative;
}
.headroom--pinned {
	top: 0px !important;	
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
.headroom--top {
	top: -130px !important;
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
.myheader > .container {
	padding-top: 15px;	
}
.myheader > .container > .row {
	padding-bottom: 50px;
}
.screenshot-hand {
	margin-bottom: -65px;
	margin-left: -60px;
}
.games {
	position: relative;
	z-index: 0;
}

.games h2 {
	color: #fff;	
}
.games-background {
	background-color: #e74c3c;	
	position: absolute;
	top: 0;
	left: 0;
	height: 580px;
	width: 100%;
	z-index:	-1;
}
.improve {
	background-color: #371191;
	color: #fff;	
}
.improve img {
	margin-top: 40px;	
}
.back {
	height: 300px;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
}
.back > .row {
	margin-bottom: 0;	
}
.footer {
	background-color: #000;
	color: #fff;	
}
.footer a:hover {
	color: #e74c3c;
}
.wpcf7 {
	width: 50%;
}
.footer span.wpcf7-form-control-wrap {
	width: 100%;
}
.footer input[type="text"], .footer input[type="email"] {
	color: #000;
	width: 100%;
}
.footer input[type="submit"] {
	background-color: #e74c3c;
	border: 0;
	color: #fff;
	padding: 2px 30px;
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
.footer input[type="submit"]:hover {
	color: #000;
	-webkit-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-moz-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
	-o-transition: all 0.25s ease-in-out, border 0.15s ease-in-out;
}
.footer .screen-reader-response {
	display: none;	
}
.footer .wpcf7-not-valid-tip {
	display: block;	
}
.footer .wpcf7-validation-errors {
	color:#e74c3c;
}
.btn-imprint {
	cursor: pointer;	
}
#imprint {
	display: none;
	position: relative;
	background-color: #fff;
}
#imprint.active {
	display: block;	
}
#imprint a {
	color: #e74c3c;
	padding-left: 5px;
	padding-right: 5px;
}
#imprint a:hover {
	background-color: #e74c3c;
	color: #000;	
}
/* ----- columns of same height styles ----- */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (max-width: 640px) {
	body {
		font-size: 12px;	
	}
	#myheader-shrinked {
		height: 60px;	
	}
	#myheader-shrinked > .container {
		padding-top: 3px;
	}	
	.myheader {
		height: 540px;	
	}
	.myheader > .container > .row {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 3.6em;	
	}
	h2 {
		font-size: 3.2em;	
	}
	.screenshot-hand {
		width: 70%;
		margin: 0 0 0 15%;
	}
	.juggglow {
		padding-top: 10px !important;	
	}
	.myheader > .container > .row > .col-sm-6 {
		text-align: center;
	}
	.myheader > .container > .row > .col-sm-6 > #lang {
		margin-left: -11px;
	}
	#myheader-shrinked > .container > .row > .col-sm-6 {
		text-align: center !important;
	}
	.wpcf7 {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.myheader {
		position: static;
		margin-top: 0;
	}
	.wrapper {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* Plugins */
#swipebox-action {
	display: block !important;
}

.ordernow {
	background-color: transparent;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
}

.ordernow td,
.ordernow .table > tbody > tr > td {
    width: 80px;
    max-width: 80px;
    text-align: center;
	font-size: 1.333em;
	line-height: 1.4em;
	padding: 4px;
    border: 0px none;
}

.ordernow td.leftcol,
.ordernow .table > tbody > tr > td.leftcol {
    width: 115px;
    max-width: 115px;
    text-align: left;
	font-weight: bold;
	font-size: 1.333em;
	line-height: 1.4em;
	padding: 4px;
    border: 0px none;
}

.ordernow td.rightcol,
.ordernow .table > tbody > tr > td.rightcol {
    width: auto;
    text-align: left;
	font-size: 1.333em;
	line-height: 1.4em;
	padding: 4px;
    border: 0px none;
}
