/* ----------------------------------------------------------------
	Canvas: Hostel
-----------------------------------------------------------------*/
html, body, button, input, h1, h2, h3, h4, h5, .menu-link, select {
    /* Set your content font stack here: */
	font-family: futura-pt, sans-serif !important;
}


:root {
	--themecolor: rgb(0, 150, 165);
	--themecolorrgba: 0,150,165;
	--slider-padding: 140px;
}
.color { color: var(--themecolor) !important; }
p { color: #777; }

/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
	height: 70px;
}
.container.header-image {
	margin-top: 150px;
	margin-bottom: 150px;
}
@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 70px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -70px - 2px );
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 24px;
		padding-bottom: 24px;
	}

}
.primary-menu {
	margin: 0 auto;
}
.menu-link {
	text-transform: none;
	font-size: 1rem;
}
#header .button {
	margin: 0;
	padding: 23px 34px;
}
.col-form {
	margin-bottom: -5px;
}
.text-n-right {
	position: relative;
	padding: 0;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	text-align: left;
}
.testimonials-carousel .testimonial {
	border: 0;
	box-shadow: none;
	padding: 0;
}
.testimonials-carousel .testimonial p {
	font-size: 17px;
	color: #444;
	font-family: futura-pt, serif;
	font-style: normal;
	margin-bottom: 25px;
	font-weight: 400;
}
.owl-carousel .owl-dots .owl-dot {
	margin-top: 0;
	width: 10px;
    height: 10px;
}
#studio-tab-nav{
	margin-bottom: 2.5rem;
}
.studio-tab {
	-webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.tab-content > .active {
    display: flex;
}
.img-row img {
    max-width: 24%;
	box-shadow: 2px 4px 16px rgba(0,0,0,0.2);
}
.studio-tab .nav-link {
	color: #444;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 2px;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-weight: 600;
}

.studio-tab .nav-link:hover {
	color: var(--themecolor, #FD5C63);
}

.studio-tab .nav-link.active {
	border-bottom: 2px solid var(--themecolor, #FD5C63);
	color: var(--themecolor, #FD5C63);
}

.section-counter a.btn-link {
	font-size: 14px;
	text-decoration: underline !important;
}

.title-pricing {
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
}

.title-pricing span {
	color: #AAA !important;
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
	letter-spacing: -1px;
}

.box-img {
	position: relative;
	box-shadow: 2px 4px 16px rgba(0,0,0,0.6);
}

.box-img.shadow-left {
	box-shadow: 2px 4px 16px rgba(0,0,0,0.6);
}

.toggle:not(:last-child) {
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
}

#footer {
	border-top: 1px solid #EEE;
}

#footer .widget > h4 {
	font-size: 20px;
	font-weight: 600;
}

#footer address,
.copyrights-menu a,
#footer .widget ul li a {
	font-size: 16px;
	color: #777;
}

.section-counter h2.counter,
.section-counter h2.counter span {
	font-size: 4.3rem;
	line-height: 1.2;
	color: #444;
	font-weight: 300;
	letter-spacing: -3px;
}

.form-availability-success #form-availability { display: none; }

.form-availability-loader.css3-spinner {
	background-color: rgba(255,255,255, 0.8);
	z-index: 1;
}
.form-availability-loader.css3-spinner > div { background-color: rgba(var(--themecolorrgba,253,92,99), 0.6); }

body:not(.form-availability-processing) .form-availability-loader { display: none; }


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.menu-link {
		font-weight: 600;
		letter-spacing: 0;
	}

	.menu-link::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transform: scaleX(0);
		border-bottom: 3px solid var(--themecolor, #FD5C63);
		transform-origin: 0 100%;
		-webkit-transition: all .25s cubic-bezier(.02, .01, .5, 1);
			-o-transition: all .25s cubic-bezier(.02, .01, .5, 1);
				transition: all .25s cubic-bezier(.02, .01, .5, 1);
	}

	.active .menu-link { color: var(--themecolor, #FD5C63); }

	.menu-link:hover::after,
	.active .menu-link::after {
		transform: scaleX(1);
		transform-origin: 100% 0;
	}

	.section {
		padding: 100px 0;
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.text-n-right {
		padding: 30px;
		font-size: 48px;
		line-height: 64px;
		margin-right: -48px;
		text-align: right;
		z-index: 1;
		background-color: #FFF;
		-webkit-transform: translateX(16%);
		transform: translateX(16%);
	}

	.section-counter h2.counter,
	.section-counter h2.counter span {
		font-size: 72px;
		line-height: 86px;
	}

	.testimonials-carousel .owl-dots,
	.testimonials-carousel .testimonial {
		text-align: right;
	}

}

/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
.tab-content:not(:first-child) {
    display: inherit;
}
.button-rounded {
	border-radius: .4em !important;
}
.testimonial {
	background-color: transparent;
}
.testi-meta {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
    text-transform: none;
}
.testi-meta::before {
    content: none;
}
.testi-content p::before, .testi-content p::after {
    content: none;
}
.testi-meta span {
    padding-left: 0;
}
.testi-content p {
	color: #999 !important;
}
.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
}
.owl-dots {
	text-align: center !important;
	margin-top: 40px;
}
.owl-carousel .owl-item img {
	width: 90%;
	margin: 20px;
}
.flex-control-nav.flex-control-thumbs li img {
	opacity: 0.2;
}
#cconsent-bar, #cconsent-modal {
    font-family: inherit !important;
}
#cconsent-bar, #cconsent-bar button, #cconsent-modal .ccm__footer button {
	font-size: inherit !important;
}
#cconsent-bar button, #cconsent-modal .ccm__footer button {
	border-radius: .4em !important;
}
#cconsent-modal .ccm__footer button {
	background-color: #999 !important;
}
#cconsent-bar {
	background-color: #dedede !important;
	color: #777 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#cconsent-bar button, #cconsent-bar a {
	color: #777 !important;
}
#cconsent-bar .ccb__wrapper {
	max-width: 1320px !important;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.testi-content p {
		padding-left: 50px;
	}
}
@media (max-width: 767px) {
	.text-xs-center {
		text-align: center !important;
	}
	#unser-handwerk {
		text-align: center !important;
	}
	blockquote {
		margin-bottom: 0 !important;
	}
	.container.header-image {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	
}
@media (max-width: 575px) {
	.footer-widgets-wrap {
		text-align: center !important;
	}
	.footer-widgets-wrap .d-flex {
		width: 70px;
		margin: 0 auto;
	}
	.container.header-image {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.display-4{
		font-size: 2rem !important;
	}
	
}