/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #eee;
}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}

.semifull {
  max-width:80%;
  margin:0 auto;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #920;
	font-family: 'Alegreya Sans';
}

.btn{border-radius:6px;}
.btn-o {
    border: none; // 1px solid #920;
    color: #920;
}
.btn-o:hover {
    background: #920;
    color: white;
}
.btn.btn-o-white {
    border: none; // 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}
.btn.btn-o-black {
    border: none; // 1px solid #333;
    color: black;
    background: white;
}
.btn.btn-o-black:hover {
    background: #ffdd33;
    color: black;
}
.btn.btn-o-black.jp-pause {
  background: #ffdd33;
  color:#920;
}

/* Farben */


.blau   {color:#004e96;}
.gruen  {color:#558128;}
.rot    {color:#9d171e;}
.orange {color:#c9890f;}
.gelb   {color:#ffdd33;}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {	
	position: relative;
	padding: 0 !important;
}

#header.header-wrapper {
	xbackground: url(../images/aqua2.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 0px; 
	} 
}

#header.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}

#header .top.solid {
    b/ackground: rgba(255,255,255,.8);
    padding-top: 15px;
    padding-bottom: 15px;
}
#header .top .logo {
    d/isplay: none;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
  filter: alpha(opacity=0);
  opacity: 0;
}
#header .top.solid .logo {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}


#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya Sans'; //SC
	color: white;
}

#header .slogan{
	font-size: 4em;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Nixie One';
	color: white;
}

#header .secondary-slogan{
	font-size: 4em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: 'Nixie One';
}

#header .bottom {
    bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
    width: 50px;
}
#header .bottom a {
    opacity: 0.7;
}
#header .bottom a:hover {
    opacity: 1;
}

#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;

	background: url(../images/aqua2.jpg) no-repeat center center;
	background-size: cover;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	min-width: 100%;
  min-height:100%;
  overflow:hidden;
}

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
	color: white;
}
#cdpromo {
  cursor:pointer;
  max-width:350px;
  max-height:350px;
  position:fixed;
  bottom:-350px;
  left:-350px;
  z-index:100;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#cdpromo:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}

#cdisda {
	background-image: url(../images/skizze.jpg);
	color: black;
  text-align:left;
}
#galerie {
	background: url(../images/aqua2.jpg) no-repeat center center;
	background-size: cover;
  color: white;
}
#wasna {
	background-image: url(../images/aqua.jpg);
	color: black;
}
#termine {
	background-image: url(../images/aqua.jpg);
	color: black;
}
#maerla {
	background-image: url(../images/aqua.jpg);
	color: black;
}
#ausfuella {
	background-image: url(../images/aqua.jpg); //newsletter-bg.png);
	color: black;
	background-color: #405162;
}
#termine h1,
#maerla h1{
	color: black;
}



.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #03090C;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}



#wasna h1, #wasna h2{
	color: black;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}



.blog-post img {
    margin-bottom: 20px;
}
.date {
    margin-bottom: 5px;
    font-style: italic;
}
.blog-post>i {
    font-size: 60px;
}



#mir{
	text-align: center;
}
#mir .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
}
#mir .testimonial {
	padding: 25px;
}



#ausfuella{
	color: black;
}
#ausfuella h1{color: black}

.form-control-white {
    background: transparent;
    color: black;
    border-color:#920;
}

.form-control:focus{border-color:#920;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 8px rgba(255,255,255,.6);box-shadow:inset 0 1px 1px rgba(255,255,255,.075),0 0 8px rgba(255,255,255,.6)}
.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    #920;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #920;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #920;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #920;
}

.dsclick {
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
}
#ds {
  display:none;
}


#footer{ background: #2B3E51; color: white;}



@media (max-width: 767px){
	#header .slogan {
		font-size: 2.8em; 
	} 

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 13%;
	}

	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
}