/*
Theme Name: Superlonglife
Theme URI: http://www.superlonglife.at
Author: Mgr. Karel Attl & Marek Sedlák
Author URI: http://www.karelattl.cz/
*/

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v34-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v34-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

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
{
	border: 0;
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}
ol,ul
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	min-height: 100%;
}

html,body {
	height: 100%;
}
body
{
	color: #414141;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	text-align: left;
	background-color: #f2f2f2;
}

.wpcf7 input,.wpcf7 textarea {
	color: #414141;
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	text-align: left;
	border: 1px solid white;
	background-color: white;
	resize: none;
	margin: 0;
	margin-bottom: 4px;
}

.wpcf7 input[type=submit] {
	padding: 15px 20px;
	float: right;
	font-size: 13px;
	color: #fff;
	background-color: #c6c6c6;
	border-radius: 5px;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	transition: all .3s;
}

.wpcf7 input[type=submit]:hover {
	background-color: #bbb;
}

.clear
{
	clear: both;
	display: block;
}
img
{
	height: auto;
	max-width: 100%;
}

img.responsive {
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: 300;
	padding: 0;
	text-transform: uppercase;
}
p,ul,ol
{
	line-height: 24px;
	padding: 0 0 30px;
}

a {
	text-decoration: underline;
	color: #e01a22;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
}

.transition {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a.notransition {
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
}

a:hover {
	color: #ab242a;
}

.outer-container {
	width: 100%;
	min-width: 760px;
}

.inner-container {
	max-width: 1920px;
	margin: 0 auto;
}

.text-wrapper {
	max-width: 1274px;
}

.line {
	height: 3px;
	margin: 25px auto 60px auto;
	width: 118px;
	background: #bfbfbf;
}

.single .line {
	margin-bottom: 25px;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -91px;
}

#wrapper.post-11 {
	margin-bottom: -391px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 91px; 
}

#wrapper.post-11:after {
	height: 391px;
}

#wrapper.post-11 #content-text {
	min-height: 300px;
}

#footer-wrapper,#footer {
	height: 91px;
}

#footer-wrapper.post-11 {
	height: 391px;
}

#footer-wrapper {
	background: url(images/footer.jpg) center bottom repeat-x;
}

#header-wrapper,#header {
	height: 129px;
}

#header-wrapper {
	background: url(images/header.jpg) center center repeat-x;
}

#header {
	position: relative;
}

#logo {
	position: absolute;
	bottom: 17px;
	left: 35px;
	width: 600px;
}

#menu-wrapper {
	position: absolute;
	height: 59px;
	right: 30px;
	top: 20px;
}

#menu-wrapper > div > ul > li {
	height: 59px;
	line-height: 59px;
	display: inline-block;
	float: left;
}

#menu-wrapper > div > ul > li > a {
	height: 59px;
	line-height: 59px;
	display: block;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 300;
}

#menu-wrapper > div > ul > li:hover > a, #menu-wrapper > div > ul > li.current-menu-item  > a, #menu-wrapper > div > ul > li.current-menu-ancestor > a {
	background-color: #e01a22;
}

#menu-wrapper ul.sub-menu {
	display: none;
	position: absolute;
	background-color: white;
	border-radius: 5px;
	top: 61px;
	z-index: 9000;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu-wrapper ul.sub-menu li {
	height: 59px;
	line-height: 59px;
	display: block;
}

#menu-wrapper ul.sub-menu li a {
	height: 59px;
	line-height: 59px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 300;
	color: black;
	display: block;
	text-decoration: none;
	min-width: 200px;
}

#menu-wrapper ul.sub-menu li a:hover {
	background-color: #e01a22;
	color: white;
}

#menu-wrapper ul.submenu ul.submenu, #menu-wrapper ul.submenu ul.submenu ul.submenu {
	display: none;
}

#content-slider-wrapper,#content-slider,.content-slider-item,.content-slider-text {
	height: 408px;
	width: 100%;
}

.content-slider-text {
	position: relative;
	margin: 0 auto;
	
}

.content-slider-claim {
	position: absolute;
	top: 120px;
	left: 250px;
	text-align: left;
}

.content-slider-main-claim {
	font-size: 60px;
	line-height: 68px;
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
}

.content-slider-main-claim sup {
	font-size: 28px;
}

.text-wrapper sup {
	font-size: 8px;
}

.text-wrapper h2 sup {
	font-size: 13px;
}

.content-slider-second-claim {
	font-size: 35px;
	line-height: 48px;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: left;
}

#header-s {
	position: absolute;
	left: 0;
	top: 353px;
	width: 56px;
	z-index: 9000;
}

#header-s a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 61px;
	width: 56px;
	overflow: hidden;
}

#content-slider {
	position: relative;
}

#homepage-text-wrapper {
	width: 60%;
	float: left;
}

#news-wrapper {
	width: 40%;
	float: left;
}

#homepage-text, #news {
	padding: 40px;
}

#homepage-text {
	text-align: left;
}

#homepage-text .heading {
	text-align: left;
}

/*
#homepage-text-content {
	  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
*/

#news h2 {
	font-size: 21px;
	line-height: 1.5em;
	padding: 15px 0;
	font-weight: 400;
}

#homepage-text .heading h1 {
	font-size: 21px;
	line-height: 1.5em;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: 400;
}

.news-item {
	padding: 15px;
	padding-left: 0;
	/*background-color: #d2d2d2;*/
	margin-bottom: 20px;
}

.news-item h3 {
	padding-bottom: 8px;
	font-weight: 400;
	color: #e01a22;
}

.news-item-more, .more-button {
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	height: 59px;
	line-height: 59px;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 300;
	background-color: #e01a22;
}

.news-item-more:hover, .more-button:hover {
	background-color: #ab242a;
	color: white;
}

.news-item-more:active, .more-butotn:active {
	position: relative;
	top: 1px;
}

#dealer-table td {
	width: 50%;
	vertical-align: top;
}

#dealer-table h2 {
	font-size: 30px;
	text-transform: none;
}

#dealer-table h2.red {
	color: #bc141a;
}

#dealer-table-image {
	text-align: right;
}

#dealer-button-email {
	padding-top: 20px;
}

#dealer-button-email {
	display: none;
}

#content-text {
	padding: 40px;
	min-height: 580px;
}

#content-text p {
	padding-bottom: 15px;
}

.text-wrapper h2, .text-wrapper h3 {
	padding-bottom: 8px;
}

.text-wrapper ul {
	padding-left: 20px;
}

.text-wrapper ul li {
	list-style-type: disc;
}

.heading,.content-text-post-metadata {
	text-align: center;
}

.heading h1 {
	font-size: 48px;
	line-height: 48px;
	padding: 15px 0;
	padding-bottom: 0;
	font-weight: 400;
	display: inline-block;
}

#banner-wrapper {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 9000;
	-webkit-box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 28px 0px rgba(0,0,0,0.75);
	width: 239px;
	height: 651px;
	overflow: visible;
	background-color: black;
	cursor: pointer;
}

#banner-wrapper.hover {
	left: -239px;
}

#toggle-banner {
	text-decoration: none;
	width: 28px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: -28px;
	display: block;
	z-index: 9000;
	background: url(images/arrow-right.png) center center no-repeat;
}

#banner-wrapper.hover #toggle-banner {
	background: url(images/arrow-left.png) center center no-repeat;	
}

.banner-inner-item {
	display: none;
}

.banner-inner-item-upper-text,.banner-inner-item-lower-text {
	position: absolute;
	text-align: center;
	width: 500px;
	color: white !important;
}

.banner-inner-item-lower-text a {
	text-decoration: none !important;
}

#simplemodal-container .banner-inner-item-lower-text a {
	color: white;
}

#simplemodal-container .simplemodal-data {
	background-color:#fff;
}

#simplemodal-container .banner-inner-item-lower-text a[href^="mailto:"] {
	color: #e01a22;	
	text-decoration: underline !important;
}

.banner-inner-item-upper-text {
	top: 100px;
}

.banner-inner-item-lower-text {
	top: 230px;
}

#simplemodal-container h3 {
	color: white;
}

.banner-item, .banner-inside-wrapper, .banner-item-image {
	width: 239px;
	height: 651px;
}

.banner-inside-wrapper, .banner-item {
	position: relative;
}

.banner-item-image {
	position: absolute;
	top: 0;
	left: 0;
}

.banner-item .banner-item-upper-text,
.banner-item .banner-item-lower-text {
	position: absolute;
	color: white;
	text-align: center;
	width: 239px;
}

.banner-item .banner-item-upper-text {
	top: 117px;
}

.banner-item .banner-item-lower-text {
	top: 357px;
}

.banner-item .banner-item-upper-text h2, .banner-inner-item-upper-text h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}

.banner-item .banner-item-upper-text h3, .banner-inner-item-upper-text h3 {
	font-weight: 300;
	font-size: 27px;
	line-height: 27px;
	color: white;
}

#subpages {
	text-align: center;
}

.subpage-inner-item {
	width: 281px;
	height: 281px;
}

.subpage-item {
	overflow: hidden;
	display: inline-block;
	width: 281px;
	height: 281px;
	border-radius: 141px;
	-webkit-border-radius: 141px;
	-moz-border-radius: 141px;
	margin: 80px;
	position: relative;

	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;  
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.subpage-item:hover {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.subpage-item-inner {
	position: absolute;
	width: 148px;
	height: 148px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height: 148px;
	font-size: 30px;
	font-weight: 300;
	border-radius: 74px;
	-webkit-border-radius: 74px;
	-moz-border-radius: 74px;
	top: 50%;
	left: 50%;
	margin-left: -74px;
	margin-top: -74px;
	background-color: #030303;
	background-color: rgba(3, 3, 3, 0.8);
}

.subpage-item:hover .subpage-item-inner {
	background-color: #E01A22;
	background-color: rgba(224, 26, 34, 0.8);
}

#subpage-product {
	text-align: center;
	vertical-align: top;
}

.subpage-product-item {
	width: 525px;
	margin: 20px 35px;
	height: 200px;
	display: block;
	position: relative;
	overflow: visible;
	border-radius: 5px;
	background-color: #e0e1e3;
	float: left;
}

.subpage-product-item-icon {
	position: absolute;
	top: 8px;
	left: -50px;
	background: url(images/check.png) center center no-repeat;
	width: 71px;
	height: 71px;
}

.subpage-product-item-content {
	padding: 25px;
	padding-bottom: 55px;
	line-height: 15px;
	height: 125px;
	overflow: hidden;
	text-align: justify;
}

.subpage-product-inner-item {
	height: 95px;
	line-height: 15px;
	font-size: 13px;
}

.subpage-product-inner-item p {
	padding: 0;
	line-height: 18px;
}

.subpage-product-item-title h2 {
	text-transform: none;
	text-align: left;
	line-height: 26px;
}

.subpage-product-item-title h2 a {
	text-decoration: none;
	color: #a20c11;
	text-align: left;
}

.subpage-product-inner-item-more {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

#footer {
	position: relative;
}

#copyright,#copyright a, #datenschutz,#datenschutz a {
	color: white;
}

#copyright {
	position: absolute;
	bottom: 7px;
	right: 25px;
	font-size: 10px;
}
#datenschutz {
	position: absolute;
	bottom: 7px;
	right: 100px;
	font-size: 10px;
}

#footer-s {
	position: absolute;
	bottom: 20px;
	left: 50px;
}

#footer-s a {
	color: black;
}

#contact table tr td {
	vertical-align: top;
}

#contact h2 {
	width: auto;
	color: #fff;
	background: #e01a22;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 100;
	padding: 0 20px;
	   margin-bottom: 20px;
	line-height: 64px;
	display: inline-block;
}

#contact-form {
	width: 100%;
}

#contact-form p {
	padding-bottom: 0;
}

.wpcf7 .wpcf7-not-valid {
	border: 1px solid #cc0000;
}

span.wpcf7-not-valid-tip {
	display: none;
}

#contact-table-form,#contact-table-address {
	width: 50%;
}

#contact-table-form input[type=text],#contact-table-form input[type=email],#contact-table-form textarea,#dealer-button-email input[type=text],#dealer-button-email input[type=email],#dealer-button-email textarea {
	width: 93%;
	padding: 2.4% 3.5%;
}

#contact-map {
	height: 300px;
	width: 100%;
}

#contact-map img {
	max-width: none;
}

.dealer-button {
	float: right;
}

#simplemodal-container {
	width: 500px;
	height: 500px;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #777;
}

#simplemodal-container a {
	color: #777;
}

#simplemodal-container a.modalCloseImg {
	top: 15px;
	right: 15px;
	opacity: 0.7;
	width: 20px;
	height: 20px;
	background-color:#777;
}

#simplemodal-container:hover a.modalCloseImg {
	opacity: 1;
}

div#simplemodal-overlay.simplemodal-overlay {
	opacity: 0.8;
}


.text-wrapper ul.customBulletPoints {
	background: #e0e1e3;
    padding: 15px 20px;
    border-radius: 5px;
}
.text-wrapper ul.customBulletPoints li {
	position:relative;
	list-style-type: none;
	margin-bottom:10px;
}
.text-wrapper ul.customBulletPoints li:last-of-type {
	margin-bottom:0;
}
.text-wrapper ul.customBulletPoints li:before {
	content:'';
	position:absolute;
	top:0;
	left:-30px;
	width:20px;
	height:20px;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


#homepage-gallery ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0;
	padding:0;
	list-style-type:none;
}
#homepage-gallery ul li {
	position:relative;
	width:32%;
	height:100px;
	padding:3px;
	list-style-type:none;
	background-color:white;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
    display: none;
}
#homepage-gallery ul li:nth-child(-n+9) {
    display: block;
}
#homepage-gallery ul li span {
	position:absolute;
	display:block;
	width:90%;
	height:90%;
	top:5%;
	left:5%;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}



@media screen and (min-width: 1400px) and (min-height: 845px) {
	#simplemodal-container {
		width: 650px;
		height: 650px;
	}

	.banner-inner-item-upper-text, .banner-inner-item-lower-text {
		width: 635px;
	}

	.banner-inner-item-upper-text {
		top: 150px;
	}

	.banner-inner-item-lower-text {
		top: 370px;
	}
}

@media screen and (min-width: 760px) and (max-width: 1271px) {
	.subpage-product-item {
		float: none;
		display: inline-block;
	}
}

@media screen and (min-width: 760px) and (max-width: 1330px) {
	#header-s {
		top: 160px;
	}

	
}

@media screen and (min-width: 760px) and (min-height: 845px) {
	#banner-wrapper {
		position: fixed;
	}
}

@media screen and (min-width: 760px) and (max-width: 1060px) {
	#logo {
		width: 330px;
		bottom: 67px;
	}
}

@media screen and (max-width: 760px) {

	body {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}

	.inner-container {
		width: auto;
	}

	.outer-container {
		width: auto;
		min-width: 100%;
	}

	#logo, #menu-wrapper {
		display: block;
		position: static;
	}

	#logo {
		margin: 0 auto;
		padding-top: 15px;
		width: 80%;
		max-width: 760px;
	}

	#banner-wrapper {
		display: none;
	}

	#header-s {
		position: static;
		width: 76px;
		margin: 5px auto;
	}

	#header-s a {
		margin: 5px;
		width: 28px;
		height: 30px;
	}

	

	#content-slider-wrapper {
		display: none;
	}

	#header-wrapper,#header {
		height: auto;
	}

	#header-wrapper {
		background: url(images/header.jpg) center top repeat-x;
	}

	#menu-wrapper > div > ul > li {
		height: auto;
		border-bottom: 1px solid #999;
	}

	#menu-wrapper ul {
		padding: 0 !important;
	}

	#menu-wrapper {
		height: auto;
		background-color: #666;
	}

	#menu-wrapper ul.sub-menu {
		position: static;
	}	

	#menu-wrapper > div > ul > li {
		float: none;
	}

	#menu-wrapper li {
		display: block !important;
		float: none;
	}

	#content-text, #homepage-text {
		padding: 10px;
	}

	#homepage-text-wrapper {
		width: auto;
		float: none;
	}

	#news-wrapper {
		width: auto;
		float: none;
	}

	/*
	#homepage-text-content {
		-webkit-column-count: 1;
		  -moz-column-count: 1;
		       column-count: 1;
	}
	*/

	#footer-s {
		left: 5px;
	}

	#contact-table-form,#contact-table-address, #dealer-table-text, #dealer-table-image {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	#dealer-table td {
		width: 95%;
	}

	.subpage-item {
		margin: 80px auto;
	}

	.subpage-product-item {
		width: 90%;
		margin: 50px auto;
	}

	.subpage-product-item,.subpage-product-item-content,.subpage-product-inner-item {
		height: auto;
		float: none;
	}

	.subpage-product-inner-item-more {
		bottom: -40px;
	}

	#content-text {
		padding: 5px;
	}

	.dealer-button {
		float: none;
	}

	#dealer-table-image {
		padding-top: 40px;
	}

	#simplemodal-container {
		width: 250px;
	}
	
	#homepage-gallery ul li {
		height:70px;
	}

}