/*
* WORDPRESS THEME
*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

html,
body {
	height: 100%;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	color: #bda3ad;
}

/*
html {
	background-color: #2b2832;
}
*/

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

th,
td {
	padding: 12px;
	/* Fügt Innenabstand hinzu */
	text-align: center;
	/* Zentriert den Text */
}


body {
	background-color: transparent;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	letter-spacing: 0.5px;
	color: #fff;
}

h4 {
	font-size: 1.25em;
}

.main-footer h4 {
	color: #fff;
	font-size: 1.35em;
}

.heading {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.heading:before,
.heading:after {
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	/*	background-color: rgba(255, 255, 255, 0.2);*/
}

.heading:before {
	right: 1rem;
	margin-left: -50%;
}

.heading:after {
	left: 1rem;
	margin-right: -50%;
}

.diamond {
	position: relative;
	padding-bottom: 45px;
}

.diamond:before {
	position: absolute;
	height: 24px;
	width: 24px;
	left: 50%;
	margin-left: -12px;
	bottom: 10px;
	content: "\25C8";
	font-size: 0.75em;
}

/* // */
@media (min-width: 768px) {

	.header-line-right,
	.header-line-left {
		overflow: hidden;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.header-line-left {
		text-align: right;
	}

	.header-line-right:after {
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 100%;
		background-color: #eaeaea;
	}

	.header-line-right:after {
		left: 1rem;
		margin-right: -50%;
	}

	.header-line-left:before {
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 100%;
		background-color: #eaeaea;
	}

	.header-line-left:before {
		right: 1rem;
		margin-left: -50%;
	}
}

@media (max-width: 767px) {

	.header-line-right,
	.header-line-left {
		overflow: hidden;
		text-align: center;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.header-line-right:before,
	.header-line-right:after,
	.header-line-left:before,
	.header-line-left:after {
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 50%;
		background-color: #eaeaea;
	}

	.header-line-right:before,
	.header-line-left:before {
		right: 1rem;
		margin-left: -50%;
	}

	.header-line-right:after,
	.header-line-left:after {
		left: 1rem;
		margin-right: -50%;
	}
}

.main-footer .header-line-right:before,
.main-footer .header-line-right:after,
.main-footer .header-line-left:before,
.main-footer .header-line-left:after {
	background-color: rgba(255, 255, 255, 0.05);
}

/* Link styles */
a,
a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #ebd2dc;
	text-decoration: none;
}

.main-footer a {
	color: #898099;
}

/* Layout styles */
/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b2832;
	z-index: 1100;
	text-align: center;
}

.preloader .loading {
	position: relative;
	top: 45%;
}

.loader {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('../img/preloader.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-section {
	background-color: #745360;
	padding: 45px 0;
}

body#layout-main .main-section {
	padding-top: 120px;
}

.main-footer {
	padding: 45px 0 30px 0;
	color: #898099;
	font-size: 0.95em;
	/*background-color: #2b2832;*/
	background-color: #000000;
}

.copyright {
	margin-top: 15px;
	padding: 30px 15px 0px 15px;
	font-size: 0.85em;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.intro-content {
	padding-bottom: 30px;
	text-align: center;
}

.intro-content h1 {
	color: #fff;
}

.infobox {
	text-align: center;
}

.infobox h1 {
	color: #fff;
}

@media (max-width: 991px) {
	.address {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin-top: 30px;
		padding-top: 30px;
	}
}

.map-frame {
	margin-top: 60px;
	border: 4px solid rgba(255, 255, 255, 0.2);
}

.map-frame iframe {
	display: block;
}

/*
* Colors
*/
.txt_white {
	color: #fff !important;
}

.txt_purple {
	color: #bda3ad !important;
}

/* Images */
figure img {
	max-width: 100%;
	height: auto;
}

img.fluid,
.fluid img {
	max-width: 100%;
	height: auto;
}

.image-frame {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
}

.image-frame img {
	max-width: 100%;
	height: auto;
}

.image-round {
	position: relative;
	padding: 0;
	width: 350px;
	height: 350px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top;
	border-width: 4px;
}

.image-round:after {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.image-round:hover:after {
	left: 30px;
	top: 30px;
	bottom: 30px;
	right: 30px;
	width: 280px;
	height: 280px;
	border-width: 4px;
}

@media (max-width: 767px) {
	.image-round {
		width: 250px;
		height: 250px;
	}

	.image-round:after {
		width: 220px;
		height: 220px;
	}

	.image-round:hover:after {
		width: 180px;
		height: 180px;
	}
}

.img-xs {
	max-width: 75px;
	height: auto;
}

.img-sm {
	max-width: 150px;
	height: auto;
}

.img-md {
	max-width: 300px;
	height: auto;
}

.img-lg {
	max-width: 500px;
	height: auto;
}

.img-xl {
	max-width: 800px;
	height: auto;
}

@media (max-width: 767px) {
	.img-xl {
		max-width: 600px;
		height: auto;
	}
}

figure.picture-frame {
	position: relative;
	border: 4px solid rgba(255, 255, 255, 0.25);
	z-index: 100;
}

@media (max-width: 767px) {
	figure.picture-frame {
		margin-bottom: 30px;
	}
}

figure.picture-frame:after {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	z-index: 101;
}

figure.picture-frame figcaption {
	position: absolute;
	left: 10px;
	bottom: 25px;
	padding: 8px 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 101;
}

/* Typography */
.italic {
	font-style: italic !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.bold {
	font-weight: 600 !important;
}

.bolder {
	font-weight: 700 !important;
}

hr {
	border-color: rgba(255, 255, 255, 0.25);
}

/* List style */
ul.list-arrows,
ul.list-check {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-arrows li,
ul.list-check li {
	position: relative;
	padding: 2px 0 2px 20px;
}

ul.list-arrows li:before,
ul.list-check li:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	font-family: 'icons' !important;
	font-style: normal;
	font-weight: normal;
	color: #745360;
}

ul.list-arrows li:before {
	content: '\e905';
}

ul.list-check li:before {
	content: '\e90c';
}

/* -- */
ul.list-arrows li a,
ul.list-arrows li a:visited {
	color: #666666;
}

ul.list-arrows li a:active,
ul.list-arrows li a:focus,
ul.list-arrows li a:hover {
	color: #745360;
	text-decoration: none;
}

/* Service list */
ul.service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.service-list li {
	display: inline-block;
	padding: 5px 15px;
	margin: 2px;
	background-color: #5d424d;
	color: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

ul.service-list li:before {
	content: '\e90c';
	margin-right: 5px;
	font-family: 'icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Spacer & gutter styles */
.mt-xxs {
	margin-top: 5px !important;
}

.mt-xs {
	margin-top: 15px !important;
}

.mt-sm {
	margin-top: 30px !important;
}

.mt-md {
	margin-top: 45px !important;
}

.mt-lg {
	margin-top: 60px !important;
}

.mb-xxs {
	margin-bottom: 5px !important;
}

.mb-xs {
	margin-bottom: 15px !important;
}

.mb-sm {
	margin-bottom: 30px !important;
}

.mb-md {
	margin-bottom: 45px !important;
}

.mb-lg {
	margin-bottom: 60px !important;
}

.spacer-xs {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 5px;
}

.spacer-sm {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 15px;
}

.spacer-md {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 30px;
}

.spacer-lg {
	display: block;
	font-size: 0;
	line-height: 999;
	height: 45px;
}

.inline-block {
	display: inline-block !important;
}

.center-box {
	margin: 0 auto;
	position: relative;
}

.teaser-box {
	padding: 15px;
}

/*
* Widget styles
*/
.references {
	margin-top: 45px;
}

#slider .item {
	padding-right: 6px;
	padding-left: 6px;
}

/*
#slider .item figure.framed {
	background-color: rgba(0,0,0,0.2);
}
	*/
#slider .item figure.framed figcaption {
	font-size: 0.9em;
	color: #fff;
}

figure.framed img {
	max-width: 100%;
	height: auto;
}

figure.framed a {
	position: relative;
	display: block;
	overflow: hidden;
}

figure.framed a:after {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

figure.framed a:hover:after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-width: 3px;
}

figure.framed figcaption {
	padding: 6px 12px;
}

/* 
* replace text with a background-image 
*/
.cd-img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cd-section {
	min-height: 100%;
	position: relative;
	padding: 2em 0;
	display: flex;
	justify-content: center;
	align-self: center;
	align-items: center;
}

/* 
* TODO: hier die Hintergrund Farbe der Streifen ändern, weiß, Gelb, orange, Balu, Braun, schwarz ist oben und unten
*/
/*
.cd-section:nth-of-type(odd) {
  background-color: #3e3947;
}
.cd-section:nth-of-type(odd) p {
  color: #898099;
}
.cd-section:nth-of-type(even) {
  background-color: #745360;
}
.cd-section:nth-of-type(even) p {
  color: #bda3ad;
}
*/
@media only screen and (min-width: 768px) {}

.cd-scroll-down {
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	width: 38px;
	height: 44px;
	background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
	display: none;
}

.no-touch #cd-vertical-nav {
	position: fixed;
	right: 30px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1001;
}

.no-touch #cd-vertical-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.no-touch #cd-vertical-nav li {
	text-align: right;
}

.no-touch #cd-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touch #cd-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}

.no-touch #cd-vertical-nav a span {
	/*float: right;*/
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

/*
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
*/
.no-touch #cd-vertical-nav a.is-selected span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.no-touch #cd-vertical-nav a.is-selected .cd-label {
	opacity: 1;
}

.no-touch #cd-vertical-nav a.is-selected .cd-dot {
	background-color: white;
}

.no-touch #cd-vertical-nav .cd-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 8px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #d88683;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.no-touch #cd-vertical-nav .cd-label {
	position: relative;
	margin-right: 10px;
	margin-top: -3px;
	padding: .3em .5em;
	color: #fff;
	font-size: 0.8em;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
	display: block;
	z-index: 1002;
	position: fixed;
	bottom: 30px;
	right: 5%;
	height: 44px;
	width: 44px;
	border-radius: 0.25em;
	background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: #3e3947;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.touch .cd-nav-trigger span::before,
.touch .cd-nav-trigger span::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: inherit;
	border-radius: inherit;
}

.touch .cd-nav-trigger span::before {
	top: -9px;
}

.touch .cd-nav-trigger span::after {
	bottom: -9px;
}

.touch #cd-vertical-nav {
	position: fixed;
	z-index: 1001;
	right: 5%;
	bottom: 30px;
	width: 90%;
	max-width: 400px;
	max-height: 90%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-radius: 0.25em;
	background-color: rgba(255, 255, 255, 0.9);
}

.touch #cd-vertical-nav a {
	display: block;
	padding: 1em;
	border-bottom: 1px solid rgba(62, 57, 71, 0.1);
	color: #3e3947;
}

.touch #cd-vertical-nav a span:first-child {
	display: none;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
	color: #d88683;
}

.touch #cd-vertical-nav.open {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.touch #cd-vertical-nav.open+.cd-nav-trigger {
	background-color: transparent;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span {
	background-color: rgba(62, 57, 71, 0);
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::before,
.touch #cd-vertical-nav.open+.cd-nav-trigger span::after {
	background-color: #3e3947;
	height: 3px;
	width: 20px;
	border-radius: 0;
	left: -8px;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 0;
}

.touch #cd-vertical-nav li:last-child a {
	border-bottom: none;
}

@media only screen and (min-width: 768px) {

	.touch .cd-nav-trigger,
	.touch #cd-vertical-nav {
		bottom: 40px;
	}
}