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

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,700|Playfair+Display&display=swap');

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #707070;
}

a {
	color: #707070;
}

a:hover {
	color: #5D5D5D;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Playfair Display', serif;
	color: #707070;
}

h1, .h1, h2, .h2 {
	font-size: 2.8rem;
}

header#header{
	position:fixed;
	height: 50px;
	display:block;
	background: #333;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 20px 0 0 0;
}

header#header{
	top:0px;
}

footer#footer{
	bottom:0px;
	background: #ECEEEF;
	max-height: 300px;
	padding-top: 50px;
	padding-bottom: 30px;
}

section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.box-row {
	display: -webkit-box;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: center;
}

.box {
	display: flex;
	background-color: #48788E;
	transition: all 500ms;
	width: 100%;
	margin-top: 2%;
	color: #fff;
	font-family: 'Playfair Display', serif;
	justify-content: center;
}

.box.active {
	background-color: #96B4C3;
}

.box.active .box-content {
	text-decoration: underline;
}

div.box {
	background-color: #749EAC;
}

.box:hover {
	background-color: #96B4C3;
	color: #fff;
	text-decoration: none;
}

.box:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.box-content {
	text-align: center;
}

.vertical-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

section.full-bg:nth-child(2) {
	padding-top: 0;
	padding-bottom: 0;
}

div.row.kontakt-content > div {
	padding-bottom: 30px;
}

div.row.kontakt-content > div i {
	font-size: 1.5rem;
}

#rev_slider_10_9_wrapper {
	margin-top: 50px !important;
}

header.single-header {
	margin-top: 150px;
}

/* 
 * Responsiveness 
 * */

.show-tablet-desktop {
	display: none;
}

/* 
 * Navigation Styling 
 * */

nav#navbar {
    position: relative;
    height: 0;
}

nav#navbar .ubermenu-sticky-wrapper.ubermenu-sticky .ubermenu-main-2 {
	
}

nav#ubermenu-main-2:not(.ubermenu-sticky) {}

nav#ubermenu-main-2, nav#ubermenu-main-4 {
    padding-top: 30px;
}

#ubermenu-main-4-sticky-wrapper.ubermenu-sticky-wrapper {
    background: #749eac;
}

.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
	background: transparent !important;
	border: none !important;
	color: #fff;
}

span#burger {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-top: 10px;
  background-image: url(/wp-content/uploads/2020/02/icon-burger.svg);
  background-size: cover;
  /*filter: invert(100%);*/
}

#shiftnav-toggle-main-button.scrolled {
	background-color: #749eac;
	transition: all 500ms ease-in-out 0s;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 23px 5px 17px 5px;
}

.shiftnav:after {
	display: none;
}

.shiftnav-skin-app ul.shiftnav-menu > li.menu-item {
	padding-bottom: 0 !important;
	padding-top: 0;
}

.shiftnav.shiftnav-skin-app a {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 1.2rem !important;
	
}

nav.shiftnav-nav {
	padding-left: 20px;
}

.shiftnav .shiftnav-menu-image-padded {
	display: inline-block;
	width: 70%;
	padding-left: 35px;
}

div#closeX {
    display: inline-block;
    width: 20%;
    text-align: right;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) { 
  .show-tablet-desktop {
	display: flex;
  }
  .box {
    width: 49%;
  }
  .box:nth-child(odd) {
    margin-right: 2%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) { 
	/*div#kontakt { height: 515px; }*/
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) { 
  .box {
    width: 31.25%;
  }
  .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  h1, .h1, h2, .h2 {
	font-size: 3.5rem;
  }
}

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

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