/*
Theme Name: Silli17
Author: Jens Teichert
Author URI: http://artite.ch
Description: Das Custom Wordpress Template für Silli products.
Version: 1.0
*/

/*Wordpress editor styles start*/

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
body {
	font-family: "proxima-nova";
	font-size: 14px;
	background-color: #1A1A1A;
	color: #c6c6c6;
}

p {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.8em;
}

p img {
	max-width: 100%;
	width: auto;
	display: block;
	height: auto;
}

strong {
	font-weight: 600;
	color: #f1f1f1;
}

.light-bg strong  {
	color: #000;
}

h1 {
	font-size: 4.5em;
	font-weight: 800;
	color: #fff;
}

h2 {
	font-size: 3em;
	font-weight: 800;
	color: #efefef;
}

h3 {
	font-size: 2.6em;
	font-weight: 300;
	color: #e2e2e2;
}

h4 {
	font-size: 1.8em;
	font-weight: 300;
}

.light-bg h1 {
	color: #000;
}

.light-bg h2 {
	color: #2E2E2E;
}

.light-bg h3 {
	color: #2E2E2E;
}

.light-bg h4 {
	color: #070415;
}

.light-bg h5 {
	color: #000;
}

.light-bg p {
	color: #4B4B4B;
}


.contact_bar {
	width: 100%;
	background: #232323;
	height: auto;
	padding: 10px;
}

.contact_bar em {
	font-size: 10px;
	text-transform: uppercase;
}

.in {
	background: #1A1A1A;
	border: none;
}

.silli-nav {
	height: 90px;
	background: #1A1A1A;
	border: none !important;
	border-radius: 0;
	margin: 0;
}

.silli-nav li {
	height: 90px !important;
	padding-top: 40px !important;
}

.silli-nav li a{
	font-size: 12px !important;
	letter-spacing: 1.5px;
	color: #fff !important;
	text-transform: uppercase;


}

.silli-nav li .dropdown-menu li a
{
	color: #000 !important;
}

.silli-nav .in {
	z-index: 9999 !important;
	display: block;
	position: fixed;
	width: 100%;
}
.current-menu-item {
	border-bottom: 2px solid #fff !important;
}

.current-menu-item a{
	background: none !important;
}

.silli-nav .navbar-brand {
	position: absolute;
	background: url("./img/logo@2x.png") no-repeat;
	background-size:contain;
	height: 80px;
	width: 280px;
	bottom: -20px;
	z-index: 999;
}

.zert-banner {
	display: block;
	background: url("./img/zert-banner.jpg") no-repeat;
	background-size: contain;
	height: 80px;
}
.pageheader {
	height: 450px;
	background-size: cover !important;
	background-position: bottom right !important;
}

.herobox {
	margin: 0;
}

.herobox .col-md-6 {
	height: 450px;
	background-size: cover !important;
	background-position: center center !important;
}

.herobox .rightbox {
	padding: 80px;
	background-color: #fff;
	height: 580px;
	top: -60px;
}

.herobox .rightbox h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 2.3em;
	color: #000000;
}

.herobox .rightbox p {
	font-size: 18px;
	color: #4B4B4B;
	font-weight: 300;
}

hr {
	height: 4px;
	width: 40px;
}

.hometitle {
	color: #fff !important;
	margin-left: 40px;
	margin-right: 40px;
	bottom: 55px;
	position: absolute;
}

.btn {
	margin-top: 20px;
	background-color: #e2001a;
	border-radius: 10px;
	padding: 10px 20px;
	color: #dfdfdf;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	letter-spacing: 2px;
}

.btn:hover {
	color: #fff;
	background: #000;
}


.inverse {
	color: #fff;
	background: #000;
}

.inverse:hover {
	background-color: #1A1A1A;
	color: #dfdfdf;
}



input {
	padding: 20px 20px;
	border-radius: 6px;
	border: none;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2em;
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 


/* styling */
select {
	padding: 20px 20px;
	border-radius: 6px;
	border: none;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2em;
}
.sep {
	width: 80px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 38px;
	background: #000;
}

.caption {
	color: #fff;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.productbox {
	padding: 10px !important;
	min-height: 640px;
}

.extrabox .productbox {
	min-height: 540px;
}

.extrabox .sep {
	margin-bottom: 18px;
}

.extrabox .productdescription {
	overflow: visible;
}

.productbox a h4 {
	color: #fff!important;
}
.product {
	background: #2A2A2A;
	height: 620px;
}

.extrabox .product {
	height: 520px;
}

.productimage {
	height: 230px;
	background-size: 100% !important;
	background-position: center center !important;
}

.productinfo {
	padding: 30px;
	padding-bottom: 43px;
	min-height: 373px;
}

.extrabox .productinfo {
	height: 273px;
}

.productcategory {
	font-size: 1em;
	color: #9EDFBD;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 5px;
}

.productname {
	margin-top: 5px;
	font-size: 1.9em;
	font-weight: 700;
	color: #fff;
}

.productdescription {
	color: #E0E0E0;
	margin-bottom: 25px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-height: 1.8;        /* fallback */
	max-height: 9em;       /* fallback */
	max-height: 9em;       /* fallback */
}

.productbutton {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
	padding-right: 10px;
	margin-top: 20px;
}

.moresection {
	margin-top: 50px;
	background: #2A2A2A;
	padding: 40px;
}

.moresection h3 {
	font-weight: 800;
	color: #fff !important;

}

.moreproducts li {
	margin-bottom: 12px;
}

.moreproducts  li a{
	font-size: 20px;
	color: #EAEAEA;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.prefooter {
	background: #1A1A1A;
	padding-top: 30px;
	padding-bottom: 30px;
}

.carousel-control {
	width: 5% !important;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px !important;
	left: 30px;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: 0px;
	text-align: left;
	list-style: none
}

footer {
	background: #121212;
	padding-top: 80px;
}

footer h5 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.0em;
	color: #c6c6c6;
	margin-bottom: 24px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer ul li{
	margin-left: 0;
	margin-bottom: 14px;
}

footer ul li a {
	color: #969696;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

footer .footerlogo {
	margin-top: 32px;
	margin-bottom: 32px;
	position: relative;
	background: url("./img/logo@2x.png") no-repeat;
	background-size: contain;
	height: 40px;
	width: 140px;
}

footer .footericons {
	margin-top: 32px;
}

footer .footericons a {
	font-size: 32px;
	color: #969696;
	margin-left: 6px;
}

footer .footericons a:hover {
	color: #fff;
}

footer p {
	color: #969696;
}

footer strong {
	color: #E2E2E2;
}

.product-intro {
	background: #fff;
	height: 500px;
	width: 450px;
	padding: 50px;
	position: relative;
	margin-top: -450px;
	right: 70px;
	float: right;
}

.product-intro h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 2.3em;
}

.product-intro h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
}

.product-intro p {
	font-size: 22px;
	color: #4B4B4B;
	font-weight: 300;
}

.productdetailsection {
	margin-top: 0px;
}

.productdetailsection .detailtext {
	margin-top: 40px;
	color: #d4d4d4;
	font-size: 16px;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
}

.gallerybox {
	margin-top: 80px;
	padding: 40px;
	background: #2A2A2A;
}

@-webkit-keyframes effect-pantop
{
	from {
		-webkit-transform: translateY(0px) scale(1.1);
	}
	to {
		-webkit-transform: translateY(-400px) scale(1.1);
	}
}

.gallerybox  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%; // Add this
}

.page-template-singleproduct .pageheader .carousel-inner .active img{
	-webkit-animation: effect-pantop 12s linear infinite;
	width: 100%;
}

.fill{width:100%;background-position:center; background-size:cover; height: 450px;}
.page-template-singleproduct .fill{width:100%;background-position:center; background-size:cover; height: 450px;}

.order {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.order input {
	border: 1px solid #EAEAEA;
	margin-top: 12px;
	display: inline-block;
}

.order .last {
	width: calc(100% - 165px);
}
.order .wpcf7-submit {
	margin-left: 10px;
	background: #1A1A1A;
	color: #fff;
}

.order .telaction br {
	display: none;
}

.order input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
	letter-spacing: 1px;
}

.specs {
	margin-top: 80px;
	margin-bottom: 80px;
}

.specs h2 {
	color: #fff;
}
.specs h5 {
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.specs p {
	font-size: 1.2em;
	color: #cccccc;
	font-weight: 300;
}

.specs .specrow {
	margin-bottom: 14px;
}

.configurator {
background: #F8F8F8;
border: 1px solid #C7C7C7;
padding: 45px;
}

.configurator h5 {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 1.2em;
}

.configurator h3 {
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 1.8em;
margin-bottom: 24px;
}

.configurator br{
display: none
}

.configurator label{
width: 30%;
color: #5C5C5C;
display: inline-block;
}

.configurator input, select {
height: 50px;
background: #fff;
padding: 15px 22px;
border: none;
display: inline-block;
width: 69%;
margin-bottom: 12px;
}

.configurator #anrede {
width: 20%;
}
.configurator #ansprechpartner {
width: 79%;
}

.configurator #firmenname {
width: 100%;
}

.configurator #telefon {
width: 49%;
}

.configurator #mail {
width: 49%;
}

.configurator #adresse {
width: 100%;
}

.instapic img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.null-instagram-feed {
	margin-top: 80px;
	margin-left: -40px;
}

.videoframe iframe {
	width: 100% !important;
	height: 200px !important;
}

.videoframe .image {
	width: 100% !important;
	height: 200px !important;
	background-size: cover;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow-y: scroll;
}

.modal-overlay .modal {
	width: 600px;
	background: #fff;
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	display: inline-block;
	padding: 20px 30px;
	overflow-y: scroll;
}

.modal-toggle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 20px;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
}

@media(max-width: 1024px) {
	.herobox .rightbox {
		padding: 60px;
		top: 0;
		height: auto;
	}
	body {
		font-size: 12px;
	}

	h1 {
		font-size: 3.5em;
	}

	h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 2.1em;
	}

	h4 {
		font-size: 1.3em;
	}

	input {
		padding: 14px 14px;
		font-size: 0.9em;
		max-width: 100%;
	}
}


@media(max-width: 768px) {
	body {
		font-size: 12px;
	}

	.modal-overlay .modal {
		width: 100%;
		height:calc(100vh - 70px);
		top: 70px;
		overflow-y: scroll;
		margin-left: 0;
		left: 0;
	}

	#callform {
		margin-top: 120px;
	}

	.configurator {
		padding: 30px;
		border: none;
		margin-right: 0;
		margin-top: 0;
	}

	.configurator input {
		height: 45px;
		background: #fff;
		padding: 10px 16px;
		border: none;
		font-size: 0.9em;
		display: inline-block;
		width: 100%;
		margin-bottom: 12px;
	}

	.configurator label {
		font-size: 0.9em;
		margin-bottom: 0;
		width: 100%;
	}

	.pageheader {
		height: 338px;
	}
	.page-template-singleproduct .fill{width:100%;background-position:center; background-size:cover; height: 338px;}
	.product-intro {
		background: #fff;
		height: auto;
		width: 100%;
		padding: 50px;
		position: relative;
		margin-top: 0px;
		right: 0px;
		float: right;
	}

	.herobox .rightbox {
		padding: 45px;
		top: 0px;
	}

	.product-intro h3 {
		font-size: 1.8em;
	}
	.silli-nav .navbar-brand {
		width: 200px;
		bottom: -40px;
	}

	.product {
		background: #2A2A2A;
		height: 570px;
	}

	.extrabox .product {
		height: 470px;
	}

}

@media(max-width: 414px) {
	.silli-nav .navbar-brand {
		width: 200px;
		bottom: -40px;
		left: 50%;
		margin-left: -100px;
	}

}