/*
Theme Name:   Siebensinn Starter Child
Theme URI:    https://siebensinn.ch
Description:  Siebensinn Starter Child Theme
Author:       Siebensinn GmbH | godstone inc.
Author URI:   https://siebensinn.ch
Template:     siebensinn_starter
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Slides, Siebensinn, Color, Simple
Text Domain:  Siebensinn_starter-child
*/


html {
  	scroll-behavior: smooth;
	max-width: 100vw;
	font-size: 16px;
	overflow-x: hidden;
}

body {
	max-width: 100vw;
	overflow-x: hidden;
}

h2, .h2 {
    padding: 5px 0px 20px;
}

a {
	transition: color 300ms;
}

.logo-wrapper {
    margin: 0 auto;
}

.logo-wrapper img {
    max-width: 280px;
}

.logo-wrapper-left {
    margin: 0;
}

img.logo.img-fluid {
    width: 200px;
    margin: 0 auto;
}

section#main_title {
	margin-top: 30px;
	text-align: center;
}

section#main_content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.elementor-widget-slider_revolution {
    margin-bottom: 30px;
}

#shiftnav-toggle-main {
	z-index: 1111 !important;
}
/*
 * Top Image
 * */

div#top-image {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div#top-image-home {
	width: 100%;
	height: 690px;
	margin: 0;
	padding: 0;
}

div.top-home-logo {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 110px;
	background: #343434;
}

.top-home-left {
	width: 100%;
	height: 50%;
	background-image: url(/wp-content/uploads/2020/04/2015-01-26-10.20.39.jpg);
	background-size: cover;
	background-position: center center;
	display: inline-block;
	float: left;
}

.top-home-right {
	width: 100%;
	height: 50%;
	background-image: url(/wp-content/uploads/2020/04/Jung-innenausbau_11-scaled.jpg);
	background-size: cover;
	background-position: center center;
	display: inline-block;
}

div.top-text {
    height: 100%;
    display: flex;
    width: 100%;
	justify-content: center;
    align-items: center;
	color: #ffffff;
}

.top-home-left div.top-text {
}

.top-home-right div.top-text {
	float: right;
}

div.top-text span {
	transform: rotate(0deg);
	font-size: 3rem;
	font-weight: 700;
    line-height: normal;
	text-transform: uppercase;
	text-shadow: 0px 0px 40px #343434;
}

div.top-home-logo img {
	transition: all 800ms;
}

div.top-home-logo img:hover {
}

.google-maps-embed {
    height: 100%;
}

.google-maps-embed iframe {
    height: 100%;
}

.home-reference-image {
	height: 400px;
}

body.home #main_title {
	display: none;
}

body.home section#main_content {
	margin-top: 0;
}

body.shiftnav-enabled nav.ddl-full-width-row.row {
	display: none;
}

/*
 * Side-Headline
 * */

aside#headline-wrapper {
	display: none;
	position: fixed;
	width: 0;
	left: 0;
	bottom: 0;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0;        /* Drehpunkt ist obere rechte Ecke */
	transform: rotate(-90deg);
}

div#headline {
	color: #343434;
	font-weight: 700;
	font-size: 4.8vh;
	text-transform: uppercase;
}

/* HOME Styles */

.elementor-2 .elementor-element.elementor-element-8560d24.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: -10px;
}

.home-detail-reference .elementor-row:after {
	display: none;
    content: '';
    border-bottom: 5px solid #343434;
    height: 5px;
    width: 68%;
    position: absolute;
    bottom: 0;
    margin-left: -34%;
    left: 50%;
}

/* Gravityform */

input#gform_submit_button_2 {
    color: white;
	text-transform: uppercase;
    background: #343434;
    border: none;
    padding: 10px 25px;
	transition: all 300ms;
}

input#gform_submit_button_2:hover {
	background: #54595F;
}

#input_2_3_3_container br {
	display: none;
}

#input_2_3_6_container br {
	display: none;
}

div#input_2_3 > p {
    margin-bottom: 0px;
}

/*
 * Navigation Styling
 * */

nav {
	/*background: #FFFBF5;*/
	height: 80px;
}

.ubermenu .ubermenu-item-level-0 {
	vertical-align: top !important;
}

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
	margin-top: 5px;
}

nav#ubermenu-main-2.sticky-active {
	left: 50%;
    transform: translateX(-50%);
}

/*
 * Referenz-Cards
 * */

.elementor-posts--show-avatar .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.elementor-posts .elementor-post__avatar {
	display: none;
}

.elementor-2 .elementor-element.elementor-element-9bc83e5 .elementor-post__text {
	margin-top: 0 !important;
}

.blog-list.blog-style-2 .blog-list-content {
	border-radius: 0;
}

.blog-list.blog-style-2 .post-content-bottom {
	background: #343434;
}

.blog-list.blog-style-2 .post-title a {
	color: #FFFBF5;
}

.blog-list .blog-list-content .blog-featured-image:before {
	background: transparent;
}

div.blog-featured-image span.thumb-wrap br {
	display: none;
}

.blog-featured-image {
    max-height: 170px;
}

#pt-plus-blog-post-list.blog-list.blog-style-2 .post-title {
	min-height: 48px;
}

#pt-plus-blog-post-list.blog-list.blog-style-2 .post-hover-content {
    min-height: 53px;
}

/*
 * Media-Queries
 * */

.onlymobile { display: block; }
.onlydesktop { display: none; }

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
	.home-detail-reference .elementor-row:after {	display: block; }


	div#top-image-home {
		height: 800px;
	}
	.top-home-left {
		width: 50%;
		height: 100%;
	}
	.top-home-right {
		width: 50%;
		height: 100%;
	}
	div.top-text {
		width: 120px;
    margin-top: 20px;
	}
	div.top-text span {
		transform: rotate(-90deg);
		font-size: 6.8rem;
	}
	.top-home-left div.top-text span {
		margin-left: -45px;
	}
	.top-home-right div.top-text span {
		margin-right: -30px;
	}
	div.top-text span {
		text-shadow: none;
	}

}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.onlymobile { display: none; }
	.onlydesktop { display: block; }


}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

}


/* Special Side-Headlines for Desktop */
@media screen and (min-height: 1100px) and (min-width: 1440px) {
	aside#headline-wrapper {
		display: block;
	}
}



/* Latest Review 19.03.2021 ************/
.elementor-icon {

    line-height: 0;
  }
