/*
Theme Name: Geschaeftsbericht
Theme URI: https://www.wcd.ch
Author: weiss communication+design ag
Author URI: https://www.wcd.ch/agentur/
Version: 4.5.2
Description: Geschaeftsbericht theme
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
Text Domain: geschaeftsbericht
*/

body{
	position: relative;
	overflow-y: scroll;
}
p:empty:before{
	display: none;
}
a, button, input{
	transition: all 300ms ease;
}
.form-control:active,
.form-control:focus,
a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active{
	outline: none;
	box-shadow: none;
}
button::-moz-focus-inner{
	border: 0
}
img{
	max-width: 100%;
	height: auto
}
input:not([type=radio]):not([type=checkbox]),
textarea,
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	resize: vertical
}
a[href^=tel]{
	color: inherit;
	text-decoration: none
}

#primary{
	max-width: 100%;
}

.alignfull{
	width: auto;
	max-width: none;
	margin-left: calc( -50vw + 50% + var(--scrollbar-half) );
	margin-right: calc( -50vw + 50% + var(--scrollbar-half) );
}

.alignwide{
	position: relative;
	left: 50%;
	min-width: 100%;
	max-width: calc( 100vw - 72px - 2 * var(--scrollbar-half) );
	width: 1528px;
	padding-left: 36px;
	padding-right: 36px;
	transform: translateX(-50%);
}

/* google maps fix */
.mapa label{
	width: auto;
	display: inline
}
.mapa img{
	max-width: none
}

/* woocommerce fix */
#customer_details > .col-1,
#customer_details > .col-2,
.woocommerce-column.col-1,
.woocommerce-column.col-2,
.woocommerce-column.col-3,
.woocommerce-column.col-4,
.woocommerce-column.col-5,
.u-column1.col-1,
.u-column2.col-2,
.u-column3.col-3,
.u-column4.col-4,
.u-column5.col-5{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce form .form-row{
	display: block;
}

/* contact form 7 */
.wpcf7-not-valid-tip{
	display: none !important;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	margin: 10px 0;
	padding: 15px;
	border: none;
	font-size: 13px;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output{
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #ffb900;
}
.form-control.wpcf7-not-valid{
	border-color: #f00;
	box-shadow: 0 0 10px rgba(255,0,0,.2);
}
.wpcf7-acceptance.wpcf7-not-valid{
	color: #f00;
}

/* responsive menu button hamburger */
button.navbar-toggler{
	position: relative;
	z-index: 999;
	border: none;
}
button.navbar-toggler span{
	display: block;
	opacity: 0;
	transition-delay: 300ms;
	transition: opacity 0ms ease 300ms;
}
button.navbar-toggler:before,
button.navbar-toggler:after{
	content: "";
	position: absolute;
	left: 12px;
	transition: top 300ms ease 0s, bottom 300ms ease 0s, transform 300ms ease 350ms;
	transform-origin: center;
}
button.navbar-toggler:before{
	transform: rotate(45deg);
}
button.navbar-toggler:after{
	transform: rotate(-45deg);
}
button.navbar-toggler.collapsed span{
	opacity: 1;
}
button.navbar-toggler.collapsed:before,
button.navbar-toggler.collapsed:after{
	transition: top 300ms ease 350ms, bottom 300ms ease 350ms, transform 300ms ease 0ms;
}
button.navbar-toggler.collapsed:before{
	transform: rotate(0deg);
}
button.navbar-toggler.collapsed:after{
	transform: rotate(0deg);
}

button.navbar-toggler span,
button.navbar-toggler:before,
button.navbar-toggler:after{
	width: 20px;
	height: 2px;
	background: #fff;
}
button.navbar-toggler span{
	margin: 11px 0;
}
button.navbar-toggler:before{
	top: 15px;
}
button.navbar-toggler:after{
	bottom: 15px;
}
button.navbar-toggler.collapsed:before{
	top: 10px;
}
button.navbar-toggler.collapsed:after{
	bottom: 10px;
}

.btn{
	padding: 0 20px;
	border: none;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 700;
	line-height: 55px;
}
.btn:focus{
	outline: none;
	box-shadow: none;
}

.btn-red,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:hover{
	background-image: -webkit-linear-gradient(30deg, #8ddcff, #00cccc 50%, #a7e234);
	background-image: -o-linear-gradient(30deg, #8ddcff, #00cccc 50%, #a7e234);
	background-image: linear-gradient(120deg, #8ddcff, #00cccc 50%, #a7e234);
	color: #010101;
}
.btn-red:hover{
	opacity: .92;
	box-shadow: 0px 6px 12px 0 rgba(0, 1, 0, 0.12);
}

ul.menu{
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#branding{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	padding: 16px 0;
	background: #d8232a;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
	transition: transform 300ms ease;
}
.scrolled #branding{
	transform: translateY(-100%);
}
.scrolled.menu-open #branding,
.scrolled.scrolling-up #branding{
	transform: translateY(0%);
}
#branding .text{
	font-weight: 900;
	color: #fff;
}
.home #branding .text{
	opacity: 0;
	transform: translateY(-20px);
	transition: all .3s ease 0s;
	transition-property: transform, opacity;
}
.home.scrolled #branding .text{
	transform: translateY(0px);
	transition: all .3s ease 1s;
	opacity: 1;
}
#branding .navbar{
	padding: 0;
}
#branding .navbar-brand{
	margin: 0;
	padding: 0;
}
#main_nav{
	display: flex;
	gap: 100px;
}
#main_nav a{
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	color: #fff;
}
.menus-wrapper{
	display: flex;
	gap: 100px;
	align-items: center;
}

@media (max-width: 991px){
	.navbar-collapse,
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.show{
		position: fixed;
		z-index: 99;
		top: 56px;
		left: auto;
		right: 0;
		width: 532px;
		max-width: calc( 100vw - 15px );
		height: calc( 100vh - 65px );
		margin: 0;
		border: none;
		overflow: hidden;
	}
	.menus-wrapper{
		flex-direction: column;
		overflow: auto;
		background: var(--grey1);
		height: 100%;
		padding: 48px 72px 45px;
		opacity: 0;
		transform: translateX(100%);
		transition: all .3s ease;
		transition-property: transform, opacity;
	}
	.navbar-collapse.collapse.show .menus-wrapper{
		transform: translateX(0%);
		opacity: 1;
	}
}

#languages{
	text-transform: uppercase;
}
#languages li + li{
	position: relative;
	padding-left: 12px;
}
#languages li + li:before{
	content: '|';
	position: absolute;
	left: 4.5px;
	font-size: 16px;
	line-height: 1.69;
	color: #fff;
}
#languages a{
	font-size: 16px;
	line-height: 1.69;
	color: #fff;
}
#languages .active a{
	font-weight: 900;
}

#colophon{
	padding: 16px 0;
	background: var(--red2);
	color: var(--white);
}
#colophon ul.menu li + li{
	position: relative;
	padding-left: 28px;
}
#colophon ul.menu li + li:before{
	content: '|';
	position: absolute;
	left: 13px;
}
#colophon a{
	color: #fff;
}

#scroll_top{
	position: fixed;
	z-index: 300;
	bottom: 72px;
	right: 72px;
	width: 60px;
	height: 60px;
	background: #3b3b3b url(images/up.svg) center center no-repeat;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: all 300ms ease;
	transition-property: opacity, background-color;
}
#scroll_top:hover{
	background-color: #707070;
}
.scrolled.scrolling-up #scroll_top{
	opacity: 1;
	pointer-events: all;
}

.reveal,
.reveal-items > *{
	visibility: hidden;
}

.style-zukunft .text .inner .suptitle{
	display: none;
}
.style-zukunft .text .inner .title{
	display: none;
}

@media (min-width: 1383px){
	.pie-legend > div:first-child{
		margin-left: 0;
	}
	.pie-legend > div:last-child{
		margin-right: 0;
	}
}
@media (max-width: 1383px){
	.is-style-hero{
		font-size: 5.4vw;
	}
	h1, .h1, .is-style-h1{
		font-size: 58px;
	}
	h2, .h2, .is-style-h2{
		font-size: 46px;
	}
	p.lead, p.has-lead-font-size, p.has-quote-font-size{
		font-size: 22px;
	}
	body .countto.size-big{
		font-size: 7vw;
	}
	body .bar-chart .bar-label,
	body .bar-chart .bar-inner-label{
		font-size: 11px;
	}
}

@media (max-width: 1199px){
	.container,
	.container-fluid,
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand > .container,
	.navbar-expand > .container-fluid{
		padding-right: 20px;
		padding-left: 20px
	}
	:root{
		--snap-gutter: 40px;
	}
	.ghostkit-grid-gap-md{
		--gkt-grid__gap: 40px;
	}
	.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.no-gutters{
		margin-right: 0;
		margin-left: 0;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-left: 20px;
		padding-right: 20px;
	}
	.alignwide{
		max-width: calc( 100vw - 2 * var(--scrollbar-half) );
		width: 1200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body .highlights{
		column-gap: 40px;
	}
	body .highlights .item-highlight .image-before,
	body .highlights .item-highlight .image-after{
		padding-right: 0;
	}
	h1, .h1, .is-style-h1{
		font-size: 46px;
	}
	h2, .h2, .is-style-h2{
		font-size: 40px;
	}
	.style-zukunft .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 60px;
	}
	.style-zukunft .text{
		padding: 40px 40px 140px;
	}
	.style-zukunft .background .content{
		top: 40px;
		bottom: 40px;
		left: 40px;
		right: 40px;
	}
	.style-zukunft .background .title{
		font-size: 44px;
	}
	.wp-block-image figcaption{
		font-size: 14px;
	}
	.wp-block-image figcaption{
		max-width: 100%;
	}
}

@media (max-width: 991px){
	.container,
	.container-fluid,
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand > .container,
	.navbar-expand > .container-fluid{
		padding-right: 15px;
		padding-left: 15px
	}

	:root{
		--snap-gutter: 30px;
	}
	.ghostkit-grid-gap-md{
		--gkt-grid__gap: 30px;
	}
	.row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-gutters{
		margin-right: 0;
		margin-left: 0;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-left: 15px;
		padding-right: 15px;
	}
	body .highlights{
		column-gap: 30px;
	}
	h3, .h3, .is-style-h3, h4, .h4, .is-style-h4{
		font-size: 22px;
	}
	p.lead, p.has-lead-font-size, p.has-quote-font-size, .style-zukunft .text .lead{
		margin-bottom: 48px;
	}
	#colophon{
		padding: 24px 0;
		text-align: center;
	}
	#colophon .footer_logo{
		margin-bottom: 48px;
	}
	#colophon .footer_copyrights{
		margin-bottom: 26px;
	}
	#scroll_top{
		bottom: 15px;
		right: 15px;
	}
	.wp-block-button__link,
	.wp-block-button__link:hover{
		min-width: 0;
	}
	.style-zukunft .swiper-slide{
		background: var(--red2);
		height: auto;
	}
	.style-zukunft .background > img{
		height: 500px;
	}
	.style-zukunft .text{
		padding-bottom: 80px;
	}
	.style-zukunft .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 24px;
		left: 40px;
	}
	.style-zukunft .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 20px 0 0;
		background: #fff;
	}
}

@media (max-width: 767px){
	h1, .h1, .is-style-h1,
	h2, .h2, .is-style-h2{
		font-size: 32px;
	}
	p.lead, p.has-lead-font-size, p.has-quote-font-size, .style-zukunft .text .lead{
		margin: 24px 0 48px;
		font-size: 18px;
	}
	.wp-block-buttons > .wp-block-button{
		width: 100%;
	}
	.wp-block-button__link,
	.wp-block-button__link:hover{
		width: 100%;
		padding: 0 6px;
		min-width: 0;
		line-height: 68px;
		font-size: 20px;
	}
	.menus-wrapper{
		padding: 36px 48px;
	}
	#main_nav a{
		font-size: 18px;
	}
	.is-style-page-title{
		font-size: 32px;
	}
	#colophon{
		font-size: 13px;
	}
	#colophon ul.menu li + li{
		padding-left: 16px;
	}
	#colophon ul.menu li + li:before{
		left: 7px;
	}
	body .countto{
		margin-bottom: 4px;
		font-size: 30px;
	}
	.style-zukunft .background > img{
		height: 69vw;
	}
	.style-zukunft .background .suptitle{
		display: none;
	}
	.style-zukunft .background .title{
		display: none;
	}
	.style-zukunft .text .inner .suptitle{
		display: block;
	}
	.style-zukunft .text .inner .title{
		display: block;
	}
	.style-zukunft .background .button{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.style-zukunft .background .button a,
	.style-zukunft .background .button a:hover{
		font-size: 0;
		text-indent: -9999px;
		border: none;
		background: url(images/play.svg) center center no-repeat !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.style-zukunft .inner img{
		display: none;
	}
	.style-zukunft .text{
		padding: 25px 15px 80px;
	}
	.style-zukunft .text .lead{
		margin-bottom: 24px;
	}
	.style-zukunft .text img + p{
		margin-top: 0;
	}
	.style-zukunft .swiper-container-horizontal > .swiper-pagination-bullets{
		left: 15px;
	}
	.is-style-hero{
		font-size: 40px;
	}
	body .countto.size-big{
		font-size: 78px;
	}
	body .squarelinks a .content h3{
		font-size: 26px;
	}
	body .squarelinks a .hover-inner{
		font-size: 22px;
	}
}
