/*
Theme Name: Spaeh Arhitektur AG
Author: symple.ch
Description: Wordpress Template for Spaeh Arhitektur AG
Version: 1.1.7
Tags: bootstrap, spaeh, arhitektur
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: 'MessinaSansWeb';
  overflow-y: scroll; }

::-moz-focus-inner {
  border: 0; }

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important; }


@font-face {
    font-family: 'MessinaSansWeb';
    src: url('css/fonts/MessinaSansWeb-Regular.woff2') format('woff2'),
        url('css/fonts/MessinaSansWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MessinaSansWeb';
    src: url('css/fonts/MessinaSansWeb-Regular.woff2') format('woff2'),
        url('css/fonts/MessinaSansWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*HEADER*/
.navigation .logo {
	padding: 40px 15px 0 15px;
}
.navigation .logo img {
    float: right;
    height: auto!important;
    min-height: 1px;
}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
.navigacija .navbar-default {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.navigacija .navbar-default li a,
.navigacija .navbar-default li a:focus,
.navigacija .navbar-default li a:active,
.navigacija .navbar-default li a:visited {
    padding: 0;
    padding-bottom: 5px;
    color: #818588;
    font-size: 20px;
    transition: all 0.2s;
    background-color: transparent!important;
    border-bottom: 2px solid transparent;
}
.navigacija .navbar-nav>li {
	padding: 0 60px 0 0;
}
.navigacija .navbar-nav>li:last-child {
	padding: 0;
}
.navigacija .navbar-nav {
	margin-top: 70px;
	margin-bottom: 30px;
}
.navigacija .navbar-default li.active a {
    color: #818588;
    border-bottom: 2px solid #979797;
}
.navigacija .navbar-default li.active a:hover,
.navigacija .navbar-default li.active a:focus,
.navigacija .navbar-default li.active a:active {
    color: #818588;
    border-bottom: 2px solid #979797;
}
.navigacija .navbar-default li a:hover {
	color: #818588;
  border-bottom: 2px solid #979797;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

/* menu button animation*/

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #818588;
}
.navbar-default .navbar-toggle .icon-bar.middle-bar {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 29px;
    height: 2px;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.slick-initialized .slick-slide {
    outline: none!important;
}
.main-img-mobile {
	display: none!important;
}
.main-slide, .main-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
}
.main-slide p {
    font-size: 20px;
    color: #fff;
    padding: 30px;
    margin-bottom: 0;
}
.main-slider .slick-prev:before, .slick-next:before {
	font-family: none;
	content: " ";
	box-shadow: none;
	opacity: 1;
}
.main-slider .slick-prev {
	background-image: url(./images/left-arrow-icon-white.png);
	background-repeat: no-repeat;
	left: 0;
	z-index: 10;
}
.main-slider .slick-next {
	background-image: url(./images/right-arrow-icon-white.png);
	background-repeat: no-repeat;
	right: 0;
}
.main-slider .slick-prev, .slick-next {
	width: 32px;
	height: 32px;
	transform: none;
}
/*FOOTER*/

footer {
	padding: 30px 0;
}
footer ul {
	margin-top: 8px;
	margin-bottom: 0;
  	list-style-type: none;
  	padding-left: 0;
}
footer .list-inline {
	margin-left: 0;
}
footer ul li {
	font-size: 14px;
	color: #818588;
	padding: 0 10px;
	border-right: 1px solid #818588;
	line-height: 0.9;
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li:last-child {
	border-right: none;
}
footer ul.list-inline-2 {
	text-align: right;
	margin-top: 0;
}
footer ul.list-inline-2 li {
	padding: 0 25px 0 0;
	border-right: none;
}
footer ul.list-inline-2 li:last-child {
	padding: 0;
}
footer ul.list-inline-2 li i {
	font-size: 30px;
}


.nav-tabs .dropdown {
	background-color: #ededed;
	color: #818689;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 18px;
	float: none;
	margin-bottom: 30px;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover  {
	background-color: #ededed;
	color: #818689;
	border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 0;
}
.nav-tabs>li>a {
	margin: 0;
	border: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav-tabs>li>a:hover {
	border: none;
	border-radius: 0;
}
.dropdown-toggle {
	display: block;
}
/*
.caret {
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  font-weight: 900;
  font-size: 24px;
  top: 7px;
  right: 40px;
  color: #818689;
}*/
.dropdown .dropdown-toggle .caret {
  width: 30px;
  height: 30px;
  border: none;
  font-weight: 900;
  font-size: 30px;
  top: -2px;
  right: 0px;
  position: absolute;
  color: #818689;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown .dropdown-toggle .caret {
  background-image: url('images/down-arrow-icon.png');
}
.dropdown.open .dropdown-toggle .caret {
	background-image: url('images/up-arrow-icon.png');
}
.dropdown-menu {
	min-width: 100%;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background-color: white;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
	background-color: rgba(126, 134, 137, 1);
	color: white;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: rgba(126, 134, 137, 1);
	color: white;
}
.dropdown-menu>li>a {
	padding: 10px 20px;
	transition: all 0.3s;
}
.projekte .nav-tabs>li>a.dropdown-toggle {
    padding: 0;
}
.nav-tabs .dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
	font-size: 18px;
	color: #818689;
}
.overlay .img-hover {
  position: relative;
  display: block;
}
.overlay .over-img {
  background-color: rgba(126,134,137, .7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  padding: 30px;
  z-index: 100;
  top: 0;
}
.overlay .img-hover:hover .over-img {
  opacity: 1;
}
.overlay .over-img ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.overlay .over-img ul li {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  /*margin-bottom: 10px;*/
}
.overlay .over-img ul li:last-child {
  margin-bottom: 0;
}
.overlay .over-img ul li a {
  text-decoration: underline;
}
.overlay .over-img .right-arrow {
  position: absolute;
  display: inline-block;
  right: 30px;
  width: 32px;
  height: 32px;
  bottom: 30px;
  font-size: 36px;
  color: white;
  background-image: url('images/right-arrow-icon.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px)  {
    .overlay .over-img .right-arrow {
        background-image: url('images/right-arrow-icon-white.png');
    }
}

.overlay .over-img .right-arrow i {
    display: none;
}
.overlay .col-md-4 {
  margin-bottom: 30px;
}
.projekte-list {
  padding: 0 20px;
}
.projekte-list h3 {
  font-size: 18px;
  color: #818689;
  margin: 0;
}
.projekte-list p {
  font-size: 18px;
  color: #818689;
  margin: 0;
}
.projekte-list .row {
  margin-bottom: 20px;
}

/*PROJEKTE DETAIL*/

.projekte-detail .col-md-4 {
  margin-top: 30px;
}
.projekte-detail .col-md-4:nth-child(3n+1) {
  clear: both;
}

.lb-data .lb-close {
  position: relative;
  top: 45px;
  right: 10px;
  z-index: 1000;
}
.lb-data .lb-number {
  display: none!important;
}
.projekte-detail ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.projekte-detail ul li {
  color: #7e8689;
  font-size: 18px;
  margin-bottom: 0px;
}
.projekte-detail ul li span.finish-year {
  margin-top: 30px;
  display: block;
}
.projekte-detail .desc {
  margin-bottom: 30px;
}
.projekte-construcition img {
  margin-top: 50px;
}
.desc {
  color: #7e8689;
  font-size: 18px;
  margin-bottom: 0;
}
/*KOMPETENZEN*/

.compatible .row {
  margin-top: 30px;
}
/*TEAM MEMBER DETAIL*/

.team-member-detail ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.team-member-detail ul:last-child {
  margin-bottom: 0;
}
.team-member-detail ul.desc {
  color: #808487;
}
.team-member-detail ul.listed li {
  color: #808487;
  font-size: 18px;
  margin-bottom: 0/*5px 3px*/;
  position: relative;
  padding-left: 17px;
}
.team-member-detail ul.listed li::before {
  content: '';
  height: 2px;
  width: 7px;
  background-color: #818588;
  position: absolute;
  left: 0;
  top: 13px;
}
.team-member-detail ul li a {
  text-decoration: underline;
}
/*KONTAKT*/
.kontakt-info {
  background-color: #d2d5d7;
  padding: 30px;
  min-height: 300px;
}
.kontakt-info ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.kontakt-info ul li {
  font-size: 18px;
  color: #7e8689;
  margin-bottom: 0;
}
#googleMap {
  height: 300px;
}
.kontakt-title,
.kontakt-message {
  margin: 30px 0;
}
.kontakt-title h1,
.kontakt-title h2,
.kontakt-message h3,
.kontakt-message h4 {
  font-size: 20px;
  color: #7e8689;
  margin: 0;
}
.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border: 1px solid #7e8689;
    color: #7e8689;
    font-size: 18px;
}

.kontakt input[type="text"],
.kontakt input[type="email"] {
    height: 49px;
    padding: 0 15px;
    outline: none;
    margin-bottom: 30px;
}

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus {
    border: 1px solid #7e8689;
    box-shadow: none;
}

.kontakt textarea {
    padding: 7px 15px;
    height:  376px;
    resize: none;
    outline: none;
}

.kontakt textarea:focus {
    border: 1px solid #7e8689;
    box-shadow: none;
}

.kontakt label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
    color: #7e8689;
}
.kontakt button {
    color: #818588;
    font-size: 20px;
    transition: all 0.2s;
    background-color: transparent!important;
    border-bottom: 1px solid #979797!important;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.kontakt button:focus,
.kontakt button:active,
.kontakt button:visited {
  border-bottom: 2px solid #979797;
}
/*CUSTOM SELECT*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: transparent;
  border: 1px solid #7e8689;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  font-weight: 900;
  font-size: 24px;
  top: 7px;
  right: 40px;
  width: 0;
  height: 0;

}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 7px;
  content: "\f077";
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #818689;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ededed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .select-items div:focus, .select-items div:active, .same-as-selected {
  background-color: rgba(126, 134, 137, 1);
  color: white!important;
}
/*************
MEDIA
*************/
/******
1199
******/
@media only screen and (max-width: 1199px)  {
  footer ul.list-inline-2 li {
    padding: 0 10px 0 0;
  }
  footer ul.list-inline-2 {
    text-align: left;
    margin-top: 0;
  }
  .navigacija .navbar-nav {
    margin-top: 50px;
  }
  .projekte-list p {
    font-size: 16px;
  }

}
/******
991
******/
@media only screen and (max-width: 991px)  {
  footer ul.list-inline-2 {
    margin-top: 15px;
  }
  .overlay .over-img {
    padding: 15px;
  }
  .overlay .over-img ul li {
    font-size: 15px;
  }
  .overlay .over-img .right-arrow {
    bottom: 15px;
  }
  .projekte-list h3:first-child {
    padding-left: 0;
  }
  .projekte-list h3 {
    display: inline-block;
    border-right: 1px solid #818689;
    padding: 0 5px;
  }
  .projekte-list h3:last-child {
    border-right: none;
  }
  .projekte-list {
    padding: 0;
  }
  .projekte-list p span {
    color: #818689;
    font-size: 15px;
    display: inline-block!important;
  }
  .projekte-detail ul li {
    font-size: 15px;
  }
  .projekte-detail .desc {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .kontakt-info {
  	height: 300px;
  	margin-bottom: 30px;
  }
  #googleMap {
  	height: 300px;
  }
  .kontakt .button {
  	margin-top: 15px;
  }
  .navigation .logo {
    padding: 35px 15px 0 15px;
  }
}
/******
767
******/
@media only screen and (max-width: 767px)  {
  body {
    padding-top: 130px;
  }
  .navigation {
      position: fixed;
      top: 0px;
      animation: none!important;
      z-index: 1000;
      width: 100%;
      padding: 50px 0 0 0;
      background-color: rgba(255,255,255, .7);
  }
  .navbar-collapse {
      border: none;
      box-shadow: none;
      outline: none;
  }
  .navigation .logo {
    z-index: 100;
    max-width: 150px;
    position: absolute;
    top: 0;
    padding: 50px 15px 0 15px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
    padding-top: 7px;
  }
  .navigacija .navbar-nav {
    background-color: rgba(126,134,137, .7);
    padding-top: 42px;
    padding-bottom: 35px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .navigacija .navbar-default li a, .navigacija .navbar-default li a:focus, .navigacija .navbar-default li a:active, .navigacija .navbar-default li a:visited {
    color: white;
    border-bottom: none;
  }
  .navigacija .navbar-default li.active a {
  	color: white;
  	border-bottom: none;
  }
  .navigacija .navbar-default li.active a:hover, .navigacija .navbar-default li.active a:focus, .navigacija .navbar-default li.active a:active {
  	color: white;
  	border-bottom: none;
  }
  .navigacija .navbar-default li a:hover {
    border-bottom: none;
    color: white;
  }
  .navigacija .navbar-nav>li {
    padding: 0 15px 60px 15px;
  }
  .navigacija .navbar-nav>li:last-child {
    padding: 0 15px 0 15px;
  }
  footer {
    padding: 40px 0 30px 0;
  }
  footer ul li {
    border-right: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  footer ul {
    margin-bottom: 90px;
  }
  footer ul.list-inline-2 {
    margin: 0;
    text-align: right;
  }
  footer a,
  footer span {
    font-size: 16px;
    color: #818588!important;
  }
  .overlay img {
    width: 100%;
  }
  .overlay .over-img {
    position: relative;
    opacity: 1;
    background-color: transparent;
    padding: 15px 0 0 0;
  }
  .overlay .over-img ul li {
    color: #818689;
  }
  .overlay .over-img .right-arrow {
    color: #818689;
    right: 0;
    bottom: 0;
  }
  .projekte-list p {
    font-size: 15px;
  }
  .projekte-detail ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .projekte-detail .row {
    margin-top: 0;
  }
  .projekte-detail img {
    margin-bottom: 30px;
    width: 100%;
  }
  .projekte-detail .desc {
    margin-bottom: 30px;
  }
  .projekte-construcition img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .desc,
  .team-member-detail ul.listed li {
    font-size: 16px;
  }
  .team-member-detail ul.listed li::before {
  	top: 10px;
  }
  .team-member-detail img {
  	margin-bottom: 30px;
  }
  .kontakt-info ul li {
  	font-size: 16px;
  }
  .kontakt textarea {
  	height: 200px;
  }
  .main-slide, .main-img {
  	height: 358px;
  }
  .main-img img {
    width: 100%;
  }
  .overlay .over-img ul li {
    font-size: 16px;
  }
  .main-slide p {
    font-size: 16px;
  }
}
/******
479
******/
@media only screen and (max-width: 479px)  {

}
