/*
Theme Name: Lübecker Schwimmbäder
Theme URI: http://underscores.me/
Author: PROFIREPRO GmbH | Sebastian Wiercinski | Matthias Mörbach
Author URI: http://www.profirepro.de
Description: Webdesign der Lübecker Schwimmbäder ab 2015/2016
Version: 1.0
Text Domain: hlsb

Basic -------------------------- */

.popup-hide { display: none; background: rgb(255,255,255) !important;}

.popup-ticker {
text-align: center;
background: rgb(27,137,211);
color: white;
position: relative;
}

@-webkit-keyframes fadeDown { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeDown { from { opacity:0; } to { opacity:1; } }
@keyframes fadeDown { from { opacity:0; } to { opacity:1; } }
.fade-down {
-moz-webkit-animation: slidedown 1.5s;
-webkit-animation: slidedown 1.5s;
animation: slidedown 1.5s;
}
@keyframes slidedown {from {top: -550px;} to {top: 0;} }

@-webkit-keyframes fadeUp { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeUp { from { opacity:0; } to { opacity:1; } }
@keyframes fadeUp { from { opacity:0; } to { opacity:1; } }
.fade-up {
-moz-webkit-animation: slideup 1.5s;
-webkit-animation: slideup 1.5s;
animation: slideup 1.5s;
}
@keyframes slideup {from {top: 0;} to {top: -550px;} }

.so-widget-sow-social-media-buttons-flat-a20d38c0b4fe .social-media-button-container { bottom: 50%; left: 0; position: fixed; z-index: 999999;}

body{
	font-family:Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:300;
	color:#444;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
#page{
	overflow-x: hidden;
	z-index: 9999999999;
}
img,table,video{
	max-width:100%;
	height:auto;
	display:block;
}
html.home, body.home ,body.home #page{
	width:100%;
	height:100%;
}
html{

}
h1{
	font-size:2.3em;
	font-weight:300;
}
h2{
	font-size:1.8em;
	font-weight:300;
}
#content h2, h3.widget-title{
	border-bottom:2px solid #ddd;
	padding-bottom:5px;
	margin-bottom:30px;
}
h3{
	font-size:1.5em;
	font-weight:300;
}
h4{
	font-size:1.1em;
	font-weight:700
}
h5{
	font-weight:700;
}
ul{
	margin:0;
	padding:0 0 0 18px;
	list-style-type:square;
}
ul li,ol li{
	margin:0 0 10px;
}
table{
	margin-bottom: 15px;
}
/*--------------------------------------------------------------##	Menus--------------------------------------------------------------*/
.main-navigation{
	float:right;
}
.main-navigation ul{
	list-style:none;
	margin:0;
	padding-left:0;
	float:left;
	text-align:left;
}
.main-navigation li{
	float:left;
	position:relative;
}
.main-navigation a{
	display:block;
	text-decoration:none;
	transition:color 0.3s,background-color 0.3s;
	font-size: 1.2em;
    padding: 30px 15px;
    font-weight: 300;
    display: inline-block;
}
.main-navigation ul ul{
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	float:left;
	position:absolute;
	top:87px;
	left:-999em;
	z-index:99999;
}
.main-navigation ul ul ul{
	left:-999em;
	top:0;
}
.main-navigation ul ul a{
	width:220px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.main-navigation ul ul li:last-child a{
	border-bottom: none;
}
.main-navigation ul ul li{
}
.main-navigation li:hover>a,.main-navigation li.focus>a{
	background-color:#1b89d3;
	color:#fff;
}
.main-navigation ul ul:hover>a,.main-navigation ul ul .focus>a{
}
.main-navigation ul ul a:hover,.main-navigation ul ul a.focus{
}
.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{
	left:auto;
}
.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{
	left: 100%;
}
.main-navigation .current_page_item>a,.main-navigation .current-menu-item>a,.main-navigation .current_page_ancestor>a{
}
/* Tools,Helpers,Bootstrap & _s -------------------------- */
@media screen and (min-width:1400px){
	.container{
			width:80%;
		 max-width:1600px;
		 min-width:1200px;
	}
}
.nomargin *{
	margin:0 !important;
}
.nopadding *{
	padding:0 !important;
}
.bs-callout{
	padding:20px;
	margin:20px 0;
	border:1px solid #1b89d3;
	border-left-width:5px;
	border-radius:3px;
}
.nopaddingbottom{
	padding-bottom:0;
	margin-bottom:0;
}
.nopaddingbottom h3{
	margin-bottom:0px;
}
.btn{
	border-radius: 0;
}
.well,.alert{
	box-shadow:none;
	border-radius:0;
}
.well p:last-child{
	margin-bottom:0;
}
.post-edit-link{
	background-color:#1b89d3;
	color:#fff;
	display:inline-block;
	padding:10px 15px;
	padding-left:50px;
	position:fixed;
	bottom:100px;
	left:0;
}
.alert h5{
	margin-top:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:10px;
	font-size: 1.1em;
}
/* News / Posts / Archive -------------------------- */
.updated, .byline, .post-navigation, .entry-footer{
	display: none;
}
.entry-meta{
	font-size: 0.8em;
	display: inline-block;
	padding: 10px 15px;
	background-color: #f0f0f0;
	margin-top: -75px;
	margin-bottom: 15px;
	float: right;
	font-weight: 400;
}
body.single #content .entry-title{
	margin-bottom: 75px;
}
body.blog article.post{
	background-color: #f9f9f9;
	padding: 15px;
	margin-bottom: 15px;
}
body.blog #content .entry-title{
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.blog .entry-title:before{
	display: none;
}
body.blog .entry-meta{
	margin-top: -60px;
}
/* Theme -------------------------- */
#content .entry-title{
	position: relative;
	padding: 25px 0;
	margin: 0 0 30px;
	z-index: 0;
}
#content .entry-title:before{
	content: '';
	position: absolute;
	width: 300%;
	margin-left: -150%;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
	height: 100%;
	z-index: -1;
}
#site-navigation{
	z-index:1;
}
.videoheader .menu-startseite-top-container{
	text-align:center;
}
.videoheader #site-navigation ul{
	text-align:center;
	float:none;
	display:inline-block;
}
.sponsor-ad{
	position: absolute;
	background-color: #e02229;
	bottom: -50px;
	right: -150px;
	padding: 15px 0 0 140px;
	color: #fff;
	width: 400px;
	height: 150px;
	font-size: 0.83em;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	image-rendering: -moz-optimize-contrast;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
#site-navigation ul,#site-navigation li{
	padding:0;
	margin:0;
	list-style-type:none;
}
#site-navigation li{
	display:inline;
}
body.page .widget_rpwe_widget{
	padding: 15px;
	background-color: #1b89d3;
}
body.page .widget_rpwe_widget li.rpwe-li{
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
body.page .widget_rpwe_widget li.rpwe-li:last-child{
	margin-bottom: 0;
}
body.page .widget_rpwe_widget h3.widget-title{
	margin-bottom: 10px;
	border: none;
	color: #fff;
}
body.page .widget_rpwe_widget .rpwe-block h3{
	font-size: 1.2em !important;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1em;
}
body.page .widget_rpwe_widget .rpwe-block .rpwe-time{
	display: block;
	margin-bottom: 10px;
	color: #444;
	opacity: 0.6;
	font-weight: 400;
}
body.page .widget_rpwe_widget .rpwe-block .rpwe-summary{
	font-size: 0.8em;
	font-weight: 400;
	opacity: 0.8;
	border-top: 1px solid #ddd;
	padding: 15px 15px 0;
	margin-left: -15px;
	margin-right: -15px;
}
.site-header{
	padding:0;
	border-bottom:3px solid #1b89d3;
}
.logo{
	float:left;
	width:120px;
	height:auto;
	margin-top: 13px;
}
/* Startseite -------------------------- */
body.home .entry-title{
	display:none;
}
.baeder img{
	width:100%;
}
body.home .logo{
	position:absolute;
	width:100%;
	text-align:center;
	padding:25px 0;
	float:none;
}
body.home .logo:after{
	content:'';
	position:absolute;
	top:70px;
	left:50%;
	width:3523px;
	margin-left:-1762.5px;
	display:block;
	height:81px;
	background:no-repeat left top;
	background-image:url('img/bogen.svg');
	z-index:10;
}
body.home .logo a{
	display:inline-block;
	z-index:11;
}
body.home .site-header{
	padding:0;
	border:none;
	height: 100%;
}
body.home .lptw-post-category{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1b89d3;
	padding: 15px 10px 5px;
	color: #fff;
	font-weight: 300;
	font-size: 1.2em;
}
body.home .lptw-post-category.sondernews{
	background-color: #a82727;
}
body.home .lptw-container .read-more-link{
	float: right;
	margin-top: 25px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 400;
}
body.home .lptw-post-grid-link > a{
	height: 185px;
	overflow: hidden;
	display: block;
	background-color: #1b89d3;
	position: relative;
}
body.home .lptw-post-grid-link > a img{
	min-width: 100%;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, -webkit-opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, -webkit-opacity 0.3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
body.home .lptw-post-grid-link > a:hover img{
	transform: translateY(-50%) scale(1.2);
	-webkit-transform: translateY(-50%) scale(1.2);
	-moz-transform: translateY(-50%) scale(1.2);
	opacity: 0.8;
}
/* Startseite - Hover -------------------------- */
.grid{
	position:relative;
	margin:0 auto;
	padding:1em 0 4em;
	max-width:1000px;
	list-style:none;
	text-align:center;
}
.grid figure{
	position:relative;
	overflow:hidden;
	margin:10px 1%;
	background:#3085a3;
	text-align:center;
	cursor:pointer;
}
.grid figure img{
	position:relative;
	display:block;
	min-height:100%;
	max-width:100%;
	opacity:0.8;
}
.grid figure figcaption{
	padding:2em;
	color:#fff;
	text-transform:uppercase;
	font-size:1.25em;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.grid figure figcaption::before,.grid figure figcaption::after{
	pointer-events:none;
}
.grid figure figcaption,.grid figure figcaption>a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a{
	z-index:1000;
	text-indent:200%;
	white-space:nowrap;
	font-size:0;
	opacity:0;
}
.grid figure h2{
	word-spacing:-0.15em;
	font-weight:300;
}
.grid figure h2 span{
	font-weight:800;
	display: block;
}
.grid figure h2,.grid figure p{
	margin:30% 0 !important;
}
.grid figure p{
	letter-spacing:1px;
	font-size:68.5%;
}
figure.effect-chico img{
	-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:opacity 0.35s,transform 0.35s;
	-webkit-transform:scale(1.12);
	transform:scale(1.12);
	-webkit-image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
figure.effect-chico:hover img{
	opacity:0.5;
	-webkit-transform:scale(1);
	transform:scale(1);
}
figure.effect-chico figcaption{
	padding:3em;
}
figure.effect-chico figcaption::before{
	position:absolute;
	top:30px;
	right:30px;
	bottom:30px;
	left:30px;
	border:1px solid #fff;
	content:'';
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
figure.effect-chico figcaption::before,figure.effect-chico p{
	opacity:0;
	-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:opacity 0.35s,transform 0.35s;
}
figure.effect-chico h2{
	padding:50% 0 20px 0;
	border:none !important;
}
figure.effect-chico p{
	margin:0 auto;
	max-width:200px;
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
}
figure.effect-chico:hover figcaption::before,figure.effect-chico:hover p{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.btn-start{
	top:100px;
	position:relative;
}
.grid-layout .lptw-post-title{
	font-size:1.4em;
	margin:1em 0 0;
	padding:0;
}
.grid-layout .lptw-post-date{
	font-size:1.2em;
	margin:0.3rem 0 1em;
	padding:0;
}
.grid-layout .post-excerpt{
	font-size:0.75em;
	padding: 0;
}
/* Startseite ->Videoheader -------------------------- */
.videoheader{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.videoheader>*{
	z-index:10;
}
.videoheader #bgvid{
	z-index:0;
	max-width:none;
}
.videoheader:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#308ceb;
	top:0;
	opacity:0.7;
}
.videoheader #site-navigation{
	position:absolute;
	bottom:0;
	width:100%;
	border-top:3px solid #fff;
}
.videoheader #site-navigation a{
	color:#fff;
	padding:25px 37px;
}
.videoheader .slogan{
	position:absolute;
	top:28%;
	color:#fff;
	text-align:center;
	width:100%;
    font-size: 5.3vh;
    line-height: 44px;
}
.videoheader .slogan h2{
	font-weight:100;
    font-size: 6.8vh;
}
.videoheader .slogan span{
	font-weight:300;
	font-size:0.3em;
}
.videoheader video{
	width: 100%;
}
/* Tables -------------------------- */
table{
	font-weight:400;
	border:1px solid #ddd;
	border-right:none;
	border-bottom:none;
	margin-bottom:15px;
	display:table;
	width:100%;
	vertical-align:top;
}

th {
    padding: 10px 0 10px 20px;
}

table tr{
	display:table-row;
	width:100%
}
table td{
	display:table-cell;
	vertical-align:top;
}
table tr:nth-child(odd){
	background-color:#f6f6f6;
}
table td{
	padding:15px 20px;
}
table tr td:nth-child(odd){
	background-color:rgba(0,0,0,0.025)
}
table tr td:first-child{
	background-color:rgba(0,0,0,0.05);
	font-weight:500;
	padding-right: 50px;
}
/* Footer -------------------------- */
.site-footer{
	background-color:#1b89d3;
	padding:25px 0;
	color:#fff;
	margin-top:60px;
}
.site-footer a{
	color:#fff;
	font-weight: 700;
}


/* Media Queries -------------------------- */
@media (min-width:1000px){
	figure.effect-chico h2{
			font-size:1.6em;
	}
}
@media (max-width:1000px){
	figure.effect-chico h2{
			font-size:1.1em;
	}
	figure.effect-chico figcaption::before{
			border:none;
	}
}
@media (max-width:1200px){
	#site-navigation .menu-hauptnavigation-container a{
			display:inline-block;
			font-size:1.2em;
			font-weight:300;
			padding:30px 10px;
	}
	#site-navigation .menu-startseite-top-container a{
	}
}
@media (max-width:900px){
	.btn-start{
			top:auto;
			position:inherit;
	}
}
@media (max-width:991px){
	#site-navigation .menu-hauptnavigation-container a{
			display:inline-block;
			font-size:1.2em;
			font-weight:300;
			padding:30px 7px;
	}
	#site-navigation .menu-startseite-top-container a{
	}
	.logo{
			float:none;
			height:auto;
			margin:10px auto;
			width:120px;
	}
	.btn-start{
			top:auto;
			position:inherit;
	}
}
@media (max-width:780px){
    .so-widget-sow-social-media-buttons-flat-a20d38c0b4fe .social-media-button-container { display: none;}
	figure.effect-chico h2{
			font-size:1.8em;
	}
	.logo{
			float:left;
			height:auto;
			margin-top:13px;
			width:120px;
	}
	.main-navigation{
			display:none;
	}
	.site-header{
			padding:10px 0;
	}
	#wprmenu_bar{
			z-index:1000;
	}
	.rpwe-block li{
			list-style-type:none;
			margin-bottom:10px;
			padding-bottom:10px;
			width:100%;
	}
	table td{
			padding:10px !important;
			word-break:break-word;
			font-size:0.8em;
	}
}
@media (max-width:380px){
    .so-widget-sow-social-media-buttons-flat-a20d38c0b4fe .social-media-button-container { display: none;}
	figure.effect-chico h2{
			font-size:1.2em;
	}
	.slogan h2{
			margin:35px 0;
			font-size:85%;
	}
	.videoheader .slogan span{
			font-size: 65%;
	}
}
