/*
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
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  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: #f1f0f0;
}

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;
	text-decoration: none;
}

a:hover {
	color: #4290ae;	
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: xx-large;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #2f6e74;
	font-family: 'Calibri';
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}

.xImageTop {
	width: 300px !important;
}

.newsImage {
	max-height:500px;
    max-width:500px;
    height:auto;
    width:auto;
}
.teamslide {display:none;}

.teambutton {
	font-size:200px;
}

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

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

#header.header-wrapper {
	background: url(../images/header2-bg.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 10;
	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 {
    background: #21909a;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

#header .logo, #header .toggleDrawer{
	font-family: 'Calibri';
	color: #2b2b2b;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
}

#header .slogan{
	font-size: 4em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Calibri';
	text-align: right;
	color: #2a979d;
	padding-left: 10px;
}

#header .sub-slogan {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Calibri';
	text-align: right;
	color: #2a979d;
}

#header .secondary-slogan{
	font-size: 1.6em;
	text-align: right;
	color: white;
	line-height: 1em;
	font-family: 'Calibri';
	text-shadow: 0 0 5px black;
}

#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;
}

.monotime {
	font-family: 'Roboto Mono', monospace;
	font-size: 14pt;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -250px;
    background:#2f6e74;
    width: 250px;
    
	z-index: 999;
}

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

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

#drawer-right .nav-pills > a:hover{
	color:#2b2b2b
}

/* #drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 25px;
}
#drawer-right .social ul > li {
    display: inline-block;
} */




/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.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;
}

#services {
	background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.5),rgba(255,255,255,0.3)) , url(../images/WEIZ.jpg);
	color: black;
}

#wrapper {
	background: url(../images//WEIZ_background.jpg) fixed no-repeat center center;
	background-size: cover;
	color: black;
}

#parallax {
	background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.5),rgba(255,255,255,0.3)) ,url(../images/Interview.jpg);
	background-position: center bottom;
	color: black;
}
#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: #2a979d;
}

#parallax p{
	font-size: 20px;
}

#downloads {
	background-color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.upcoming {
	color: white;
	font-weight: bold;
	right: 15px;
	left: 15px;
	text-align: center;
	display:inline-block;
	background-color: #2a979d;
	position:absolute;
	z-index: 1;
}

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    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;
	cursor: pointer;
}

.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;
}






/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

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

.service p {
	font-size:20px;
}




/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#portfolio {
	text-align: center;
}

#testimonials{
	text-align: center;
}
/*#testimonials .testimonial > img {

}*/
#testimonials .testimonial {
	padding: 25px;
}

.imgTeam{
	height: 256px !important;
	width: 256px !important;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


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



/*////////////////////////////////////////////////////////////////////////
//  11 - News Popup
///////////////////////////////////////////////////////////////////////*/
.newsPopUp{
	position: fixed;
	height: 60%;
	width: 60%;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.9);
	z-index: 1000;
	text-align: center;
	top: 20%;
	left: 20%;
}

.closeButton {
	font-size: 50px;
	position: absolute;
	top:15px;
	right:35px;
}

/*
Videoplayer
*/
.teamvideoplayer {
	position:fixed;
	width:100%;
	height:100%;
	z-index: 2000;
}

.playbutton {
	font-size: 40px;
}

/*////////////////////////////////////////////////////////////////////////
//  12 - Responsive styles
///////////////////////////////////////////////////////////////////////*/

.mobilebr {
	display: none;
}

.imageCorona {
	width: 60%;
}

@media only screen and (max-width: 768px), only screen and (orientation: landscape) and (max-height: 768px){
	#header .slogan {
		font-size: 2.8em; 
	} 

	#header .logo, #header .toggleDrawer {
		font-size: 28px;
		text-decoration: none;
	}

	.motivation {
		font-size: 20px;
		text-decoration: none;
	}

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

	#header .bottom {
		bottom: 13%;
	}

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

	.recent-work {
		background-position: center;
		cursor: pointer;
	}
	
	.newsImage {
		height:auto;
		width:auto;
	}
	.newsPopUp{
		height: 100%;
		width: 100%;
		top: auto;
		left: auto;
	}
	.closeButton {
		top: auto;
		bottom: 15px;
		right: 35px;
		z-index:1200;
	}

	
	.teambutton {
		font-size:70px;
	}

	.mobilebr{
		display: block;
	}
	.mobilebr:before {
		content: "-";
	}

	.xImageTop {
		width: 170px !important;
	}

	.imageCorona {
		width: 100% !important;
	}
}

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

	.imageCorona {
		width: 100% !important;
	}

	.xImageTop {
		width: 100px !important;
		padding-top:20px;
	}

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

	#header .top {
		padding: 5px;
	}

	#header .sub-slogan{
		font-size: 1.6em;
	}
}

/*@media (max-width: 480px) {
	#header .logo, #header .toggleDrawer {
		font-size: 28px;
		text-decoration: none;
	}
	#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;
	}
}*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 1200;
}

.prev {
	left: 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .closeButton:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
 /* Dropdown Button */
 .dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;} 
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Opera and Firefox */
  }