/* CUSTOM - MORITZ */
body {
	background-color: #3D3C3E;
}
.content {
	margin-top: 50px;	
	margin-bottom: 50px;
}
.col-md-4 {
	padding: 0 2px;	
	color: #ffffff;
	text-align: center;
}
.img-heading {
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 40px;	
}
.img-text {
	margin-bottom: 0; 
	font-size: 16px;
}
#impressum-content {
	color: #fff;
}


/* --------------------*/
.boxedcontainer	{
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner {
	width: 100%;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.logo {
	/*position: absolute;*/
	width: 260px;
	height: 110px;
	line-height: 110px;
	/*background: #fff url(../images/logo-gassner-edelstahlpools.png) no-repeat;
	background-size: 85%;
	background-position: center center;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .35);
	border-bottom: 4px solid #cccccc;*/
}
.logo img {
	display: inline;
}
.logo h1 {
	position: absolute;
	left: -9999px;
}
.logo a {
	display: block;
	height: 100%;
	width: 100%;
}



.cbp-popup-next:before, .cbp-popup-prev:before {
	display: none !important;
}

#lp-body {
	padding: 0;
}
#lp-start {
	height: 100vh;
}
#lp-start div {
	height: 100%;
}
.lp-logo-row {
	width: 70%;
	margin: 0 auto;
}
.lp-col {
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	text-align: center;
}
.lp-col img {
	position: relative;
	width: 70%;
	top: 50%;
	margin-top: -40px;

	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.lp-col img:hover {
	margin-top: -60px;
	width: 80%;

	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
/* --- Navigation --- */
.default-nav {
	height: 110px;
	line-height: 110px;
}
.header-basic .ts-default-menu li > ul.dropdown-menu li a {
	color: #fff !important;
}
.header-basic .ts-default-menu li > ul.dropdown-menu li a:hover {
	color: #cccccc !important;
}
.menu-item.active a, #submenu .sub li a:hover {
	color: #cccccc !important;
	transition: all 0.3s ease 0s;
}
#submenu {
	position: absolute;
	z-index: 10;
	width: 100%;
	background: rgba(255, 255, 255, 1);
}
#submenu .sub {
	display: table;
	margin: 0 auto;
}
#submenu .sub li {
	float: left;
	width: auto;
	padding: 5px 20px;
}
#submenu .sub li a {
	color: #000;
}
/* --- großer Slider --- */
section.pools {
	position: relative;
	border-bottom: 5px solid #cccccc;
}
.slider-background-box {
	width: 30% !important;
	width: auto !important;
	overflow: hidden;
	height: auto !important;
	padding: 20px;
	padding-bottom: 40px;
	white-space: normal !important;
	background: rgba(255, 255, 255, .75) !important;
	text-align: center !important;
}
.box-text {
	font-weight: 300;
	font-size: 18px !important;
	color: #000;
}
.slide-heading {
	position: absolute; 
	top: 60px;
	left: 0;
	display: block;
	padding: 45px 30px 30px 70px;
	background: rgba(255, 255, 255, .9);
	font-variant: small-caps;
	z-index: 10;
	color: #000;
	border-bottom: 4px solid #cccccc;
}
.slide-heading-tiles {
	position: relative; 
	top: 0;
	left: 0;
	margin-bottom: 25px;
	display: block;
	font-variant: small-caps;
	z-index: 10;
	color: #000;
	font-size: 44px;
}


/* --- Team --- */
#team .container {
	margin-bottom: 50px;
}
#team .col-md-3 {
	height: 300px;
	overflow: hidden;
	position: relative;
}
#team img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 15px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#team img.top-pic:hover {
	opacity: 0;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#team .col-md-3 .team-info {
	position: relative;
	bottom: -240px;
	width: 100%;
	background-color: #000;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	opacity: 0;
	border-bottom: 4px solid #cccccc;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#team .col-md-3:hover .team-info {
	opacity: 1;
	bottom: -227px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.team-info h3, .team-info p {
	color: #fff;
	margin: 0;
}
/* --- Downloads --- */ 
.item-service-slide i {
	color: #000;
}
.item-service-slide:hover i {
	color: #fff;
}
.download-list li:first-child,
.download-list li:nth-child(2) {
	display: none;
}
.download-list li {
	width: 30.7%;
	border: 1px solid #f0f0f0;
	margin: 0 15px 25px;
	padding: 40px;
	/*min-height: 413px;*/
	float: left;
	text-align: center;
}
.download-list li:hover {
	background: #ccc;
}
.download-list hr {
	background: #ccc;
    border: medium none;
    height: 3px;
    margin-top: 15px;
    width: 30px;
}
.download-list li:hover hr {
	background: #fff;
}
.download-list li:hover a:hover {
	color: #fff;
}
.download-list a.link {
	text-transform: uppercase;
}


/* --- Footer --- */
#contact a, footer a {
	text-decoration: underline;
	color: #fff;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: #cccccc;
}
#contact a:hover {
	text-decoration: none;
}

.map {
	border: none;
	width: 100%;
	height: 350px;
}

/* OWL CAROUSEL START NEU */
.owl-carousel {
	position: relative;
	height: 100%;
	border-bottom: 3px solid #222222;
}
.owl-carousel div:not(.owl-controls) {
	height: 100%;
}
.owl-carousel .owl-slide {
	/*background-color: orange;
	background-image: url("http://www.edelstahl-pool.at/simplece/uploads/pools-schwimmbaeder-061.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.owl-carousel div.owl--text {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	min-height: 120px;
	height: auto;
	padding: 20px;
	background: rgba(255, 255, 255, .5);
}
.owl-carousel div.owl--text h2,
.owl-carousel div.owl--text p {
	color: #222222;
	line-height: 1.75em;
	margin: 0;
	text-align: center;
}
.owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 30px; 
	text-align: center;
	border-radius: 50%;
	color: #000;
	background: rgba(255, 255, 255, .5);
	text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	right: 5px;
}
.owl--img img {
	height: 100%;
	min-width: 100%;
	width: auto;
}
* {
	box-sizing: border-box;
}
body, html {
	height: 100%;
	margin: 0;
	font-family: futura, arial, sans-serif;
}

.owl-start-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100px;
}
