/*
Theme Name: Bauhaus Child
Template: bauhaus
Theme URI: http://paul-themes.com/wp/bauhaus/
Author: VK
Author URI: http://paul-themes.com/
Description: Bauhaus - Architecture WordPress theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, sticky-post, threaded-comments
Text Domain: bauhaus

*/


.pagepiling .pp-scrollable , .pagepiling {
  height: 100vh !important;
}
.admin-bar .navbar {
    top: 0 !important;
}

.brand img {
    height: 75px;
}	

.navbar .brand {
    margin-top: -30px;
}

.btn {
	background-color:#00b1a3;
	color:#fff;
}
.btn:hover {
	background-color:#000;
	border: 1px solid #00b1a3;
}

.pietsch-portfolio h4 {
    color: #fff;
    transform: translate(0, -100%);
    position: relative;
    top: 50%;
}

.flip-container {
	perspective: 1000px;
	text-align: center;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 370px;
	height: 370px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);		
	background-color: #00b1a3;
	padding: 20px;	
}

.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);	
}

.pietsch-portfolio .btn {
    position: absolute;
    bottom: 20px;
    left: 25%;
}

.portfolio-head {
    margin-left: -15px;
}

.section-about {
    padding-top: 80px;
}

.project-item:hover .project-hover {
    background-color: #31bfb4;
}

.project-description {
    color: #fff;
}	
.project-item:hover .link-arrow {
    color: #fff;
}
.project-item:hover .project-hover .project-title {
    color: #fff;
}

#pietsch-karte {
    filter: saturate(0);
}

p, blockquote {
    margin-bottom: 0;
}
.col-contact-info {
    border-left: none;
}
.col-contact-info:nth-child(2n) {
    border-left: none;
}
.contact-info {
    background-color: #31bfb4;
    color: #fff;
	margin-top: 0;
}
.contact-info h3{
	color:#fff;
}	
.contact-info-row strong {
    color: #fff;
}
.map-2 {
    height: 300px;
	filter: saturate(0);
}	
.title-uppercase {
    margin: 0 0 1rem;
}
.section {
    padding: 2rem;
}
.project-carousel {
    margin-top: 0;
}
.footer .brand {
    display: none;
}
.footer .flex-item .inline-block a {
	color: #333 !important;
}	
.lang_sw {
	display:none;
}

.project-carousel a.link-arrow {
	display:none;
}

#menu-main-menu-1 {
    font-weight: bold;
}

.footer-flex {
    margin-top: -6rem;
}

.footer .flex-item .inline-block a:hover {
    color: #00b1a3 !important;
}

a:hover, a:focus {
    color: #00b1a3 !important;
    text-decoration: none;
}

.nav-desctop-list li ul {
    font-weight: normal;
}

.padding-0 .vc_column-inner  {
    padding: 0 !important;
}

.row-contact-info {
    margin-top: 0;
}
.col-contact-info {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.contact-info-row a {
    color: #fff;
}

.contact-info-row a:hover {
    color: #fff !important;
	text-decoration:underline;
}

.experience-box {
    margin-top: 6.2rem;
}

.experience-content {
    left: -8.2rem;
}	

.onepagemenu_jump::before {
    display: block;
    content: " ";
    height: 100px;
    visibility: hidden;
    pointer-events: none;
}

.menu-item-843 ul.sub-menu {
	left: auto;
	right: -1px;
}

.nav-desctop-list {
    font-weight: bold;
    text-transform: uppercase;
}



/* Viewport Section */

@media only screen and (max-device-width: 1199px) {
.flip-container, .front, .back {
	width:300px;
	height:300px;
}	
	
}


@media only screen and (max-device-width: 991px) {
.flip-container, .front, .back {
    width: 220px;
    height: 220px;
	hyphens: auto;
}
.pietsch-portfolio .btn {
    left: 15%;
}	
.pietsch-portfolio h4 {
	font-size: 1.3em;
}	
}


@media only screen and (max-device-width: 768px) {
.col-contact-info {
    padding: 30px !important;
    margin-top: 0;
}
}	