/*
Theme Name: Gipfelglück
Author: NO SUN GmbH
Description: Default functionality
Version: 0.1
Text Domain: empty
*/

/******************************************************************************
 * 0 Reset                                                                    *
 ******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;

	/* box sizing */
	box-sizing: border-box;

	/* font rendering */
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
    		 font-smoothing: antialiased;
    		 font-smooth: always;

	/* hyphens */
    -webkit-hyphens: auto !important;
       -moz-hyphens: auto !important;
    	-ms-hyphens: auto !important;
            hyphens: auto !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
	font-family: 'Andale Mono', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin-right: -0.25em;
	line-height: 1.6;
	text-align: center;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

big {
	font-size: 150%;
}

button, input, optgroup, select, textarea {
	font-family: 'Andale Mono', sans-serif;
	font-size: 16px;
}

html.contact-open,
body.contact-open {
	overflow: hidden;
}
body.contact-open #page {
	/*right: 50% !important;*/
	transform: translateX(-50%) !important;
}
body.contact-open .kontakt-widget {
	/*right: 0 !important;*/
	transform: translateX(0%);
	z-index: 999999;
}

body.hamburger-open #page {
	/*left: 50% !important;*/
	transform: translateX(50%) !important;
}
body.hamburger-open .hamburger-menu {
	/*left: 0;*/
	transform: translateX(0%);
}
body.hamburger-open .hamburger-icon {
	z-index: 999999;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

input, select {
	width: 100%;
	padding: 10px 10px;
	border: 0;
    border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    line-height: 1.3;
	position: relative;
	background-color: transparent;
	z-index: 1;
}
select::-ms-expand {
	display: none;
}
.select-wrapper {
	position: relative;
	height: 40px !important;
}
.select-arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) rotate(90deg);
	font-size: 22px;
	color: #000;
}
input[type="submit"] {
	background-color: #fff;
	border: 0;
	cursor: pointer;
	padding: 10px;
}
input[type="checkbox"] {
	width: auto;
}
span.wpcf7-list-item-label {
	line-height: 1.3 !important;
}
span.wpcf7-list-item {
	margin: 0 !important;
}
noscript+span.wpcf7-not-valid-tip {
	max-width: 300px;

}
span.wpcf7-not-valid-tip {
	color: #fff !important;
	display: block !important;
	padding-top: 5px !important;
}
div.wpcf7-response-output {
	border-color: #fff !important;
	padding: 10px !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

form a {
	color: #fff !important;
}



[id*="cntnt"] [tabindex]:focus,
[id*="cntnt"] a:focus,
[id*="cntnt"] button:focus {
    outline: 0 !important;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .75) !important;
}



#page {
	position: relative;
	left: inherit;
	transition: 1s;
	min-width: 100%;
}
#page.page-left {
	left: 0;
}
#page.page-right {
	right: 0;
}






.content {
	text-align: center;
	font-size: 20px;
	margin: 50px auto;
	line-height: 1.5;
	max-width: 740px;
}
.content pre {
	white-space: normal;
}
.content a {
	color: inherit;
	text-decoration: underline;
}
.content p + p {
	margin-top: 20px;
}

.bg-cover {
	background-size: cover;
	background-position: center;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.hidden {
	display: none;
}
.transparent {
	opacity: 0;
}

/*.row {
	max-width: 100%;
}*/
.panel-grid, .so-panel {
	margin: 0 !important;
}
.no-transition {
	transition: none !important;
}


/**
 * Widget: Header
 */
.header-widget {

}
    .h-background {
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
		.h-title {
			height: 100%;
			width: 100%;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
		.h-overlay {
			height: 100%;
			width: 100%;
			background-size: cover;
			background-position: center;
		}


.kontakt-widget {
	background-color: #235ba3;
	position: fixed;
	top: 0;
	/*right: -100%;*/
	transform: translateX(100%);
	height: 100%;
	height: calc(100% + 200px);
	padding-bottom: 200px;
	width: 100%;
	color: #fff;
	transition: right 1s;
	transition: transform 1s;
	z-index: 999;
}
	.k-link {
		position: absolute;
		width: 60px;
		background-color: #235ba3;
		height: 100vh;
		top: 0;
		cursor: pointer;
	}
		.k-link > h4 {
			transform: rotate(90deg) translateX(-50%);
			min-width: 400px;
			transform-origin: bottom left;
			top: 50%;
			position: absolute;
			line-height: 60px;
		}
	.k-link-open {
		left: -59.5px;
	}
	.k-link-close {
		right: 0px;
		z-index: 999;
	}
	.k-wrapper {
		text-align: center;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
		.k-content {
		}
			.k-logo {
				margin: 120px 0 95px 0;
			}
			.k-info {
				margin-top: 60px;
				line-height: 1.6;
			}
				.k-info a {
					color: inherit;
				}
			.k-icon {
				margin: 95px 0 120px 0;
			}
			.k-form {
				max-width: 830px;
				padding: 100px 0 60px 0;
				margin: 0 auto 0 auto;
			}
				.k-form form {
					text-align: left;
				}
				input[name="plz"] + span {
					display: none !important;
				}
				.k-form h2 {
					margin-bottom: 30px;
				}
				.k-form .row > * {
					margin-bottom: 30px;
					display: block;
				}
				.k-form .row > .col- {
					margin-bottom: 30px;
					display: block;
				}
			.k-form .col-12 div {
				background-color: #fff;
				height: 30px;
			}


/**
 * Widget: Textfeld
 */
.textfeld-widget {
	padding: 90px 0 0 0;
}



/**
 * Widget: Team
 */
.team-widget {
	position: relative;
	overflow: hidden;
}
.team-widget:before,
.team-widget:after {
	content: "";
	width: 200%;
	height: 20vw;
	background-color: #fff;
	position: absolute;
}
.team-widget:before {
	transform: translate(-25%, -50%) rotate(-10deg);
}
.team-widget:after {
	transform: translate(-25%, -50%) rotate(-10deg);
}
	.t-wrapper {
		background-color: rgba(255, 255, 255, 0.666);
		padding: calc(10vw + 150px) 0;
		position: relative;
		z-index: 1;
	}
	.t-title {
		position: absolute;
		top: -155px;
		left: 50%;
		transform: translateX(-50%);
	}
	.t-items {
		padding: 0 50px;
	}
		.t-item {
			padding: 25px;
		}
			.t-item-image {
				padding-top: 100%;
				border-radius: 50%;
				margin-bottom: 10px;
				overflow: hidden;
			}


/**
 * Widget: Einzelbild
 */
.widget {
   padding: 0px 90px 0px 30px;
}
.widget_siteorigin-panels-builder {
   padding: 100px 90px 20px 30px;
}
.widget .widget {
	padding: 0px;
}
.widget_team,
.widget_header,
.widget_footer {
	padding: 0 58px 0 0;
}
.so-widget-einzelbild {
	height: 100%;
}
.einzelbild-widget {
	margin-bottom: 30px;
	height: 100%;
}
	.eb-img {
		height: 100%;
	}
		.eb-img a {
			position: relative;
			z-index: 1;
		}


/**
 * Widget: Kontakt-Text
 */
.kontakt-text-widget {
	padding-top: 80px;
	text-align: center;
}



/**
 * Widget: Footer
 */
.footer-widget {
	background-color: #e4ebf5;
	padding: 20px 80px 20px 80px;
}
	.f-title h5 {
		text-align: left;
		text-transform: none;
		font-size: 13px;
		margin-top: 80px;
	}
	.f-content {
		text-align: left;
		font-size: 13px;
		margin: 25px 0 80px 0;
		max-width: 80vw;
	}
	.f-imgs {
		height: 100%;
	}
		.f-img {
			width: 180px;
			height: 100%;
			padding: 30px 0;
		}
			.f-img img {
				max-width: 100%;
				max-height: 100%;
				margin: 0 auto;
				display: block;
				height: auto;
			}












/**
 * Hamburger
 */
.hamburger-menu {
	position: fixed;
	top: -100px;
	/*left: -100%;*/
	transform: translateX(-100%);
	z-index: 999;
	background-color: #235ba3;
	width: 100%;
	height: 100%;
	height: calc(100% + 200px);
	transition: left 1s;
	transition: transform 1s;
}
	.hamburger-icon {
		position: fixed;
		width: 60px;
		background-color: #235ba3;
		padding: 15px 0;
		top: 0;
		left: 0;
		cursor: pointer;
		z-index: 99999;
	}

	.hamburger-menu > .container,
	.hamburger-menu > .container > .row {
		height: 100%;
	}
		.hamburger-nav {
			text-align: center;
		}
		.hamburger-nav a {
			display: block;
			color: #fff;
			font-size: 30px;
			padding: 10px;
		}

.hamburger {
	width: 35px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin: 0 auto;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.hamburger.open span {
	background-color: #fff;
}




.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}

.hamburger span:nth-child(4) {
  top: 16px;
}

.hamburger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}



.link-wrapper {
	display: block;
	height: 100%;
	width: 100%;
}
#fancybox-overlay {
	opacity: 0.5 !important;
}



.no-scroll {
	overflow: hidden;
}

#datenschutz {
	display: none;
	position: fixed;
	height: 100%;
	width: calc(100% + 50px);
	background-color: #fff;
	top: 0;
	left: -25px;
	z-index: 9999999;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 120px;
}
	#datenschutz .content {
		font-size: 18px;
		padding-bottom: 60px;
	}
	#datenschutz .content h3 {
		margin-bottom: 20px;
	}
	#datenschutz .content p + h3 {
		margin-top: 40px;
	}

	.ds-close {
		position: fixed;
		top: 0;
		right: 0;
		line-height: 50px;
		width: 60px;
		text-align: center;
		font-size: 38px;
		font-weight: 100;
		color: #fff;
		height: 50px;
		background-color: #235ba3;
		cursor: pointer;
	}
	.ds-close:before,
	.ds-close:after {
		content: "";
		height: 38px;
		width: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.ds-close:before {
		transform: translate(-50%, -50%) rotate(45deg);
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		-o-transform: translate(-50%, -50%) rotate(45deg);
	}
	.ds-close:after {
		transform: translate(-50%, -50%) rotate(-45deg);
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		-o-transform: translate(-50%, -50%) rotate(-45deg);
	}

.has-cookie-bar #catapult-cookie-bar {
	z-index: 1;
}
	#catapult-cookie-bar a {
		text-decoration: underline;
	}
	#catapultCookie {
		border-radius: 0;
	}




@media screen and (max-width: 1199px) {
	.footer-widget {
		padding-left: 25px;
		padding-right: 80px;
	}
}
@media screen and (max-width: 991px) {
	.f-text-right .f-title h5 {
		margin-top: 0;
	}
	.f-imgs .justify-content-end {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.t-item {
		padding: 0 0 30px 0;
	}

	.row {
		max-width: inherit;
	}

	.k-wrapper {
		padding-right: 60px;
	}
}


@media screen and (max-width: 767px) {
	.footer-widget {
		padding-right: 25px;
	}
	.t-item {
		padding: 10px 0 30px 0;
		max-width: 200px;
		margin: 0 auto;
	}

	.content {
		max-width: 600px;
	}

	.widget_siteorigin-panels-builder {
		padding-right: 30px;
	}
	.widget {
		padding: 30px 0;
	}
	.widget .widget {
		padding: 0;
	}
	.widget_team, .widget_header, .widget_footer, .widget_kontakt {
		padding: 0;
	}
	.k-link-open {
		display: none;
	}
	.h-background {
	}

	.k-wrapper {
		padding-right: 0px;
		width: 100vw;
	}
	.k-link {
		height: 60px;
		width: 100%;
	}
		.k-link > h4 {
			transform: none;
			top: 0;
			min-width: inherit;
			text-align: center;
			width: 100%;
		}

		h1, h2, h3, h4, h5, h6,
		.content {
			line-height: 1.3;
		}
		.content br {
			/*display: none;*/
		}
		footer .content br {
			display: block;
		}
}
@media screen and (max-width: 575px) {
	big {
		font-size: 120%;
	}
	.h-title {
		background-size: 180%;
		background-position: top calc(50% - 30px) right 50%;
	}
}


.grecaptcha-badge {
	display: none !important;
}



body #moove_gdpr_save_popup_settings_button {
    display: none !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: none !important;
    background-color: #fff;
    transition: transform .4s .4s !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-weight: normal !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    box-shadow: none !important;
    border-radius: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:not(.moove-gdpr-infobar-reject-btn) {
	border-radius: 0 !important;

    padding: .4rem 1rem .4rem 1rem !important;
    font-size: .8rem;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:not(.moove-gdpr-infobar-reject-btn):hover {
	background-color: #235ba3;
	color: #fff;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    float: right;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
    background: transparent;
    float: right;
    line-height: 1.6;
    font-weight: normal;
    border: 0 !important;
    box-shadow: none !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
	color: #000 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    padding: 8px 12px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    top: -50px !important;
    right: 0 !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
}

body #moove_gdpr_save_popup_settings_button,
body #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    color: #000 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
	max-height: 45px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
	max-height: 150px !important;
	transform: translate(-25%, -25%);
}
@media screen and (max-width: 767px) {

	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
		max-height: 35px;
	}
}





/* img-cover */
body .img-cover-2,
body .img-contain-2 {
    position: relative;
}
body .img-cover-2 > img,
body .img-contain-2 > img {
    position: absolute;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    font-family: "object-fit: cover;";
}
body .img-contain-2 > img {
    object-fit: contain;
    font-family: "object-fit: contain;";
}


/* really simple captcha */
.wpcf7-form.resetting .wpcf7-captchac {
    display: none !important;
}
.rs-captcha {
    margin-top: 1rem;
}
.wpcf7-captchar {
    width: 10rem !important;
    max-width: 100%;
    padding: .5em !important;
}

/* header layout shift */
.h-carousel > .h-item:not(:first-child) {
    display: none !important;
}
