@charset "UTF-8";
@import url("https://use.typekit.net/nxb4jub.css");

/* ---------------- DEF ---------------- */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* html {
  scroll-behavior: smooth;
} */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, p, label, article, li {
	font-family:  vox-round, sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

a, p, label, article, li {
	font-size: 15px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.25px;
}

a {
	color: #a4130e;
	text-decoration: none;
}

a:hover {
	color: #a4130e;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a.logo-oao, a.logo-oao:hover, a.logo-oao:focus, a.logo-oao.active {
	border: none !important;
	background: none !important;
	text-decoration: none !important;
}

strong {
	font-weight: 700;
}

img {
	width: 100%;
	margin: 0px;
	line-height: 100%;
}

.text-white {
	color: white !important;
}

.clear {
	clear: both;
}

::selection {
	background: #a4130e;
	color: #fff;
}

::-moz-selection {
	background: #a4130e;
	color: #fff;
}

.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.hyphens a {
	overflow-wrap: anywhere;
}

/* ---------------- HEADER ---------------- */

header {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: none;
	z-index: 3000;
}

header.top-0 {
	bottom: initial;
}

header.start-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

header.fixed-header {

}

.brand {
	display: block;
	position: relative;
	width: 40%;
	padding: 45px 40px;
	background: #fff;
	max-height: 200px;
}

.brand img {
	max-height: 110px;
	margin: 0 auto;
}

.start-button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 60%;
}

.start-button a {
	display: block;
	background: #000 url("../images/background/schmidt-dienstleistungen-background-logo-signet.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 80%;
	width: calc(25% - 5px);
	margin-left: 5px;
	padding: 55px 20px;
	color: #fff;
	font-family: vox-round, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.start-button a img {
	display: block;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 14px;
}

nav {
	width: auto;
	max-width: calc(100% - 110px);
	float: left;
	padding: 0px;
}

header.start-header .nav-container {
	display: none;
}

header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: initial;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	z-index: 1000;
}

header.fixed-header .start-button {
	display: none;
}

header.fixed-header .brand {
	width: 250px;
	padding: 15px 30px;
	height: 88px !important;
}

header.fixed-header .nav-container {
	display: block;
	width: 88px;
	height: 88px;
	background: #000;
	position: relative;
}


/* ---------------- REPSONSIVE // TOP ---------------- */


@media (max-width: 1200px) {

	.brand {
		padding: 25px;
		background: #fff;
		max-height: 120px;
	}

	.brand img {
		max-height: 60px;
	}

	.start-button a {
		padding: 26px 10px;
		color: #fff;
		font-family: vox-round, sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
	}

	.start-button a img {
		display: block;
		width: 35px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

}

@media (max-width: 950px) {

	.brand {
		width: 30%;
	}

	.brand img {
		max-height: 60px;
	}

	.start-button {
		width: 70%;
	}

	.start-button a img {
		display: block;
		width: 35px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

}

@media (max-width: 800px) {

	.brand {
		width: 100%;
		margin-bottom: 5px;
		padding: 15px;
	}

	.start-button {
		width: 100%;
	}

	.start-button a {
		padding: 15px 10px;
	}

	.start-button a:first-of-type {
		width: 25%;
		margin-left: 0px;
	}

	.start-button a img {
		display: block;
		width: 35px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

}

@media (max-width: 625px) {

	.start-button a {
		width: calc(50% - 5px);
		padding: 15px 10px;
	}

	.start-button a:first-of-type,
	.start-button a:nth-of-type(3) {
		width: 50%;
		margin-left: 0px;
	}

	.start-button a:first-of-type,
	.start-button a:nth-of-type(2) {
		margin-bottom: 5px;
	}

	.start-button a img {
		display: block;
		width: 30px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

}

@media (max-width: 400px) {



}



/* ---------------- SECTION ---------------- */

section {
	position: relative;
	width: 100%;
	height: auto;
}

section:first-of-type {

}

section.start {
	width: 100vw;
	min-height: 75vh;
}

section.full-height {
	width: 100vw;
	min-height: 100vh;
}

section.height-75 {
	width: 100vw;
	min-height: 75vh;
}

section.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap
}

section.last-footer {
	padding-bottom: 120px;
}

section.margin-top-50 {
	margin-top: 50px;
}

section.first-section {
	margin-top: 0px;
	padding-top: 0px;
}

.section-background {
	position: relative;
	width: 100%;
	height: 50vh;
}

section.bg-img .section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.section-background.full-height {
	width: 100%;
	height: 100vh;
}

.section-background.height-75 {
	width: 100%;
	min-height: 75vh;
}

.section-background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.bg-filter-0-5 {
	opacity: 0.5;
}

.bg-filter-0-4 {
	opacity: 0.4;
}

.bg-filter-0-25 {
	opacity: 0.25;
}

.bg-filter-0-15 {
	opacity: 0.15;
}

.bg-dark {
	background: none;
	color: #fff !important;
}

.bg-black {
	background: #000;
	color: #fff !important;
}



/* ---------------- REPSONSIVE // SECTION ---------------- */

@media (max-width: 600px) {

	section.section-background {
		position: relative;
		height: auto;
	}

}



/* ---------------- CONTENT ---------------- */

.content {
	width: 100%;
	max-width: 1300px;
	padding: 160px 30px 150px;
	margin: 0 auto;
	z-index: 100;
	color: #222;
}

.content.inner-page {
	padding: 300px 30px 150px;
}

@media (max-width: 625px) {
	.content.inner-page {
		padding: 350px 30px 150px;
	}
}

@media (min-width: 626px) and (max-width: 800px) {
	.content.inner-page {
		padding: 250px 30px 150px;
	}
}

@media (min-width: 801px) and (max-width: 1200px) {
	.content.inner-page {
		padding: 200px 30px 150px;
	}
}

.content.pull-top {
	margin-top: -100px;
}

.col {
	display: block;
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.col.full-width {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.lg-12 {
	width: calc(100% - 20px);
}

.lg-11 {
	width: calc(100% / 12 * 11 - 20px);
}

.lg-10 {
	width: calc(100% / 6 * 5 - 20px);
}

.lg-9 {
	width: calc(100% / 4 * 3 - 20px);
}

.lg-8 {
	width: calc(100% / 3 * 2 - 20px);
}

.lg-7 {
	width: calc(100% / 12 * 7 - 20px);
}

.lg-6 {
	width: calc(100% / 2 - 20px);
}

.lg-5 {
	width: calc(100% / 12 * 5 - 20px);
}

.lg-4 {
	width: calc(100% / 3 - 20px);
}

.lg-3 {
	width: calc(100% / 4 - 20px);
}

.lg-2 {
	width: calc(100% / 6 - 20px);
}

.lg-1 {
	width: calc(100% / 12 - 20px);
}

.placeholder {

}

.square {
	position: relative;
	overflow: hidden;
}

.square:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.square-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	flex-direction: row;
	align-items: center;
	align-content: center;
}

.box {
	padding: 30px 30px 20px 30px !important;
}

.border {
	border: 1px solid #fff;
}

.border-box {
	padding: 30px 30px 20px 30px;
	border: 1px solid #fff;
}

.galerie {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
}

.galerie a {
	position: relative;
	display: block;
	float: left;
	width: calc(100% / 20 * 6 - 12px);
	margin: 0px 4px 3px 4px;
	padding: 0px !important;
	text-decoration: none;
	border: none !important;
}

.galerie a.qd {
	width: calc(100% / 20 * 4 - 8px);
}

.galerie a img {
	padding: 0px !important;
	margin: 0px !important;
}

a.lightbox-single, .content a.lightbox-single {
	position: relative;
	display: block;
	border: none !important;
	padding: 0px;
	margin: 0px;
}

.galerie .lightbox-hover,
a.lightbox-single .lightbox-hover, .content a.lightbox-single .lightbox-hover {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,0.85) url(../images/lightbox/icon-search-rot.png);
	background-repeat: no-repeat;
	background-size: 0px;
	background-position: center;
	transition: all 1s ease;
}

.galerie a:hover .lightbox-hover,
a.lightbox-single:hover .lightbox-hover, .content a.lightbox-single:hover .lightbox-hover {
	width: calc(100% - 20px);
	height: calc(100% - 23px);
	background: rgba(255,255,255,0.85) url(../images/lightbox/icon-search-rot.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
}

#map {
	display: block;
	width: 100%;
	height: 50vh;
}

hr {
	width: 100%;
	height: 0px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.border-dotted {
	border-bottom: 1px dotted #fff;
}



/* ---------------- RESPONSIVE // CONTENT ---------------- */

@media (max-width: 900px) {

	.content {
		padding: 100px 30px 100px;
		margin: 0 auto;
		z-index: 10;
	}

	.col {
		display: block;
		float: left;
		margin-bottom: 20px;
	}

	.col.full-width {
		padding-left: 30px;
		padding-right: 30px;
	}

	.lg-11, .lg-10, .lg-9, .lg-8, .lg-7 {
		width: calc(100% / 3 * 2 - 20px);
	}

	.lg-5, .lg-4, .lg-2, .lg-1 {
		width: calc(100% / 3 - 20px);
	}

	.lg-3 {
		width: calc(100% / 2 - 20px);
	}

	.placeholder {
		display: none;
	}

	.sm-12 {
		width: 100% !important;
	}

}

@media (max-width: 800px) {

	.lg-11, .lg-10, .lg-9, .lg-8, .lg-7 {
		width: calc(100% / 3 * 2 - 20px);
	}

	.lg-5, .lg-4, .lg-2, .lg-1 {
		width: calc(100% / 3 - 20px);
	}

	.lg-3 {
		width: calc(100% / 2 - 20px);
	}

}

@media (max-width: 750px) {

	.content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

}

@media (max-width: 600px) {

	.col {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.col:last-of-type {
		margin-bottom: 0px;
	}

	.lg-12, .lg-11, .lg-10, .lg-9, .lg-8, .lg-7, .lg-6, .lg-5, .lg-4, .lg-3, .lg-2, .lg-1 {
		width: 100%;
	}

}



/* ---------------- OVERLAY CONTAINER ---------------- */

.content.full-width {
	max-width: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content.overlay {
	z-index: 200;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* margin-bottom: 30px; */
	margin-bottom: 0px;
}

.content.overlay .flex-row {
	padding-bottom: 10px;
}

.flex-row.container-left {
	align-self: flex-end;
	width: 50%;
	flex-direction: row;
}

.flex-row.container-right {
	align-self: flex-end;
	width: 50%;
	flex-direction: row-reverse;
}

.flex-row.flex-center {
	align-self: center !important;
}

.content.overlay .flex-row .col {

}

.content.overlay .flex-row .col.box {
	padding: 25px;
	background: rgba(255,255,255,0.85);
}



/* ---------------- RESPONSIVE // OVERLAY CONTAINER ---------------- */

@media (max-width: 1200px) {

	.flex-row.container-left {
		align-self: flex-end;
		width: 75%;
		flex-direction: row;
	}

	.flex-row.container-right {
		align-self: flex-end;
		width: 75%;
		flex-direction: row-reverse;
	}

	.flex-row.container-left.full-width,
	.flex-row.container-right.full-width {
		width: 100% !important;
	}

	.flex-row.container-left.placeholder,
	.flex-row.container-right.placeholder {
		width: 25%;
	}

	.content.overlay-full-width-container {
		display: block;
		padding: 40px 30px;
	}

}

@media (max-width: 600px) {

	.content.overlay {
		position: relative;
		display: block;
		height: auto;
		padding-top: 55px;
	}

	.flex-row.container-left {
		width: 100%;
	}

	.flex-row.container-right {
		width: 100%;
	}

	.flex-row.container-left.full-width,
	.flex-row.container-right.full-width {
		width: 100% !important;
	}

	.flex-row.container-left.placeholder,
	.flex-row.container-right.placeholder {
		width: 25%;
	}

	.content.overlay-full-width-container {
		display: block;
		padding: 40px 30px;
	}

	.content.overlay .flex-row .col.box {
		padding: 0px !important;
		background: none;
	}

}




/* ---------------- TYPO ---------------- */

.start-content h1,
.content h1, .content h2 {
	font-family: vox-round, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 25px;
}

.content h1 strong, .content h2 strong, .content h3 strong {
	font-weight: 700;
}

.content h3 {
	font-family: vox-round, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	font-weight: 200;
	margin-bottom: 15px;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark p, .bg-dark a, .bg-dark p a, .bg-dark ul, .bg-dark ul li {
	color: #fff !important;
}

.start-content p,
.content p, .content ul {
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 15px;
	font-weight: 400;
	color: #555;
	letter-spacing: 0.5px;
}

.content p a, .content a {
	font-size: 15px;
	display: inline-block;
	padding: 1px 3px 2px;
	margin: -1px -3px -2px;
	color: #fff;
	background: #881811;
	background: black;
	border-radius: 0px;
}

.content a.button, .content p a.button,
.content button {
	display: inline-block;
	padding: 3px 16px 5px;
	margin: -3px -6px -5px;
	color: #fff;
	background: #881811;
	background: black;
	border-radius: 0px;
}

.content li {
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.content ul li {
	list-style: none;
}

.content ul li::before {
	display: block;
	content: ' ';
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin-left: -15px;
	margin-top: 9px;
	font-weight: 700;
	background: #a4130e;
}

p.tarif {
	font-size: 45px;
	line-height: 110%;
	margin-bottom: 5px;
}

img.round {
	border-radius: 50%;
}

.text-pull-center {
	text-align: center;
}

.text-pull-right {
	text-align: right;
}

.no-margin {
	margin-bottom: 0px !important;
}

.empty {
	display: block;
	width: 100%;
	height: 50px !important;
	margin: 0px !important;
}

.icon {
	display: block;
}

.icon.button {
	background: #000;
	padding: 30px;
	color: #fff;
	font-family: vox-round, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.icon.button.weiss {
	background: #fff;
	color: #000;
}

.icon.button img {
	width: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
}

.icon.button.background {
	background: #000 url("../images/background/schmidt-dienstleistungen-background-logo-signet.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 80%;
}



/* ---------------- RESPONSIVE // TYPO ---------------- */

@media (max-width: 600px) {

	.content h1, .content h2 {
		font-size: 30px;
		line-height: 27px;
	}

	.content h3 {
		font-size: 20px;
		line-height: 17px;
	}

	.bg-black p, .bg-black .box p {
		color: #fff !important;
	}

}



/* ---------------- ACCORDEON ---------------- */

.accordeon-container {
	position: relative;
}

.accordeon-header {
	position: relative;
	width: 100%;
	background: #fdefd9;
	color: #a4130e;
	padding: 15px 50px 15px 50px;
	height: 52px;
	border-radius: 26px;
	margin-top: 20px;
}

.accordeon-header:first-of-type {
	margin-top: 0px;
}

.accordeon-header.active-header {

}

.accordeon-header h3 {
	color: #a4130e !important;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 0px;
}

.accordeon-header.active-header h3 {
	font-weight: 700;
}

.accordeon-header i {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	padding-top: 13px;
	font-size: 25px;
	text-align: center;
	background: #a4130e;
	color: #fff;
}

.accordeon-content {
	position: relative;
	display: none;
	width: 100%;
	padding: 45px 30px 20px 30px;
	margin-top: -18px;
	max-width: none !important;
	color: #fff;
	border-left: 2px dotted #fdefd9;
	border-bottom: 2px dotted #fdefd9;
	border-right: 2px dotted #fdefd9;
	border-bottom-left-radius: 26px;
	border-bottom-right-radius: 26px;
}

.accordeon-content .flex-row:last-of-type,
.accordeon-content .flex-row:last-of-type .col:last-of-type {
	margin-bottom: 0px !important;
}

.accordeon-content ul li {

}

.accordeon-content ul li::before {
	color: #fff;
}

/* ---------------- SLIDER ---------------- */

.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
	height: 100%;
}

.schmidt-prev, .schmidt-next {
	all: unset;
	-webkit-text-fill-color: currentColor;
	position: absolute;
	z-index: 5;
	display: block;
	top: 40%;
	width: 10px;
	background-color: white;
	padding: 0.5rem;
	cursor: pointer;
}

.schmidt-prev {
	left: 16px;
}

.schmidt-next {
	right: 16px;
	transform: scaleX(-1);
}

/* ---------------- RESPONSIVE // ACCORDEON ---------------- */

@media (max-width: 750px) {



}



/* ---------------- QUICKLINKS ---------------- */

.quicklinks {
	direction: block;
	position: fixed;
	bottom: 100px;
	right: 0px;
}

.quicklinks a {
	display: block !important;
	position: relative;
	float: none;
	width: auto;
	width: 50px;
	height: 36px;
	background: #a3130e;
	border-radius: 18px 0px 0px 18px;
	padding: 3px 10px 5px 20px;
	line-height: 100%;
	transition: all 0.75s ease;
	margin-bottom: 10px;
}

.quicklinks a:last-of-type {
	margin-bottom: 0px;
}

.quicklinks a i {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}



/* ---------------- FOOTER ---------------- */

footer {
	position: relative;
	width: 100%;
	padding: 20px 0px;
}

.footer-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px 30px;
}

.footer-inner .legal {
	color: #000;
}

.footer-inner .legal p, .footer-inner .legal a {
	color: #000;
	font-size: 13px;
}

.footer-inner .legal p {
	display: block;
	width: 50%;
	float: left;
}

.footer-inner .legal p:last-of-type {
	text-align: right;
}

.footer-label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px !important;
	padding: 0px;
}

.footer-label img {
	display: block;
	width: 150px;
	margin: 0px !important;
	padding: 0px;
	line-height: 80%;
}


/* ---------------- RESPONSIVE // FOOTER ---------------- */

@media (max-width: 600px) {

	.footer-inner .legal p {
		display: block;
		width: 100%;
		float: none;
	}

	.footer-inner .legal p:first-of-type,
	.footer-inner .legal p:last-of-type {
		text-align: center;
	}

	.footer-inner .legal p:first-of-type {
		margin-bottom: 10px;
	}

}