html {
}

body {
	font-size: 1em;
	background-color: #efefef;
	overflow-x: hidden;
}

html > body {
	font-size: 16px;
	font-size: 1em;
}

body.loading {
	overflow: hidden;
}

html, body, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, input, select, textarea, button {
	border: 0 none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, ul, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, button {
	font-family: "Cabin", sans-serif;
	font-weight: 400;
}

p b {
	font-weight: 600;
}

p, dt, dd, li, td, th, label {
	line-height: 1.4em;
}

h1 {
	font-size: 3em;
	color: #2e2e2e;
	/*text-transform: uppercase;*/
}

h2 {
	font-size: 2em;
	color: #2e2e2e;
	line-height: 1.2em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #2e2e2e;
}

h4 {
	font-size: 1.25em;
	color: #2e2e2e;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
}

/*typo3 styles*/
p.align-right {
	text-align: right;
}

p.align-center, h1.align-center {
	text-align: center;
}

IMG {

}

/* ----------------------------------------------------------------------------------------------------------- properties */

.hidden {
	display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------- properties */

/* ----------------------------------------------------------------------------------------------------------- backgrounds */

.more-link:after, .mfp-arrow::before {
	background: url(../images/layout/bg-sprite.png) -4000px -4000px no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------- backgrounds */

/* ----------------------------------------------------------------------------------------------------------- fonts */

h1, h2, h3, h4, h1 span {
	font-family: "Cabin", sans-serif;
	font-weight: 400;
}

p, a, td, th, input, select, textarea, label, legend, h5, li, button {
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
}

.name-in-logo {
	font-family: "Cabin", sans-serif;
	font-weight: 400;
}

.name-in-logo b {
	font-weight: 700;
}

.navitem__link, .logo p {
	font-family: "Cabin", sans-serif;
}
/* ----------------------------------------------------------------------------------------------------------- fonts */

/* ----------------------------------------------------------------------------------------------------------- properties */

.is--hidden {
	display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------- properties */

/* ----------------------------------------------------------------------------------------------------------- wrappers */

.wrapper--load-progress {
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
	-webkit-transition: all 200ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.wrapper--load-progress.inactive {
	opacity: 0;
}

header[role="banner"] {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

.header__inner {
	max-width: 1680px;
	position: relative;
	margin: 0 auto;
}

.dark.wrapper--header {
	background-color: #2e2e2e;
	height: 50px;
}

/* .dark.wrapper--header:after {
 content: "";
 display: block;
 border-right: 1680px solid transparent;
 border-top: 40px solid #8C1914;
 position: absolute;
 bottom: -20px;
 z-index: -1;
 } */

.wrapper__inner--header {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}

.wrapper--header.wrapper--startpage .wrapper__inner--header {
	max-width: 1920px;
}

.wrapper--background-image {
	max-width: 100%;
	overflow: hidden;
}

.wrapper--footer {
	/* background-color: #FFF5E9; */
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}

.wrapper--footer:before {
	content: "";
	background-position: -400px -135px;
	display: block;
	width: 60px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 2em;
	transform: translate(-50%,0);
}

/* ----------------------------------------------------------------------------------------------------------- wrappers */

/* ----------------------------------------------------------------------------------------------------------- block elements */

.site-header {
	display: inline-block;
	padding: 0.75em 0;
	max-width: 80%;
	padding-left: 1rem;
}

@media screen and (min-width: 1024px) {
	.site-header {
		max-width: none;
		padding-left: 1rem;
	}
}

@media screen and (min-width: 1720px) {
	.site-header {
		padding-left: 0;
	}
}

.logo, .logo--small {
	background-color: #8c1a14;
	padding: 1em 4em 1.5em 1em;
	display: inline-block;
	position: absolute;
	-webkit-transition: all 300ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.logo--small {
	margin-top: -60px;
	opacity: 0;
	padding: 0.5em 1em 0;
}

.dark .logo--small {
	margin-top: 0px;
	opacity: 1;
}

.dark .logo {
	margin-top: -120px;
	opacity: 0;
}

@media screen and (min-width: 1024px) {
	nav[role="navigation"] {
		float: right;
	}

	.navigation--language {
		text-align: right;
		float: right;
		padding-top: 0.75em;
		padding-right: 1rem;
	}
}

.main {
	position: relative;
}

.main__header {
	position: relative;
	max-height: 75vH;
	overflow: hidden;
}

.main__header .ce-bodytext {
	position: absolute;
	bottom: 2em;
	max-width: 1680px;
	width: 100%;
	left: 50%;
	transform: translate(-50%,0);
}

.main__content > .frame + .frame {
	margin-top: 2em;
}

.main__content > .frame .frame__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.frame-layout-background-white {
	background-color: #fff;
}

.frame-layout-background-white.frame-type-image {
	padding: 1em 0;
}

.ce-right, .ce-left {
	display: -webkit-flex;
	display: ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ce-right .ce-gallery {
	order: 1;
}

.ce-center .ce-column {
	text-align: center;
}

.ce-center .image {
	display: inline-block;
}

.ce-gallery .ce-column {
	display: inline-block;
	overflow: hidden;
}

.main__header .ce-center .image {
	display: block;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
	width: 100%;
	flex: 0 0 100%;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
	width: 50%;
	flex: 0 0 50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
	width: 33.33%;
	flex: 0 0 33.33%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
	width: 25%;
	flex: 0 0 25%;
}

.wrapper--footer footer {
	width: 100%;
	max-width: 1680px;
	margin: 4em auto 2em;
	padding: 4em;
}

.wrapper--footer footer:after, .wrapper--footer footer:before {
	content: "";
	width: 10%;
	height: 1px;
	background-color: #FFF5E9;
	display: inline-block;
	left: 35%;
	position: absolute;
	top: 3.5em;
}

.wrapper--footer footer:before {
	left: auto;
	right: 35%;
}

.detail {
	padding: 0 1rem;
}

@media screen and (min-width: 1720px) {
	.detail {
		padding: 0;
	}
}

.detail__content {
	padding-top: 2em;
}

.list, .detail__information, .gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search--heritage {
	margin-bottom: 2em;
}

.detail__information {
	margin-top: 2em;
}

.list__item, .detail__infoblock {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fff;
	display: inline-block;
	flex: 0 0 100%;
}

.list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin-bottom: 2em;
	overflow: hidden;
	flex-wrap: wrap;
}

@media screen and (min-width: 680px) {

	.list__item, .detail__infoblock {
		flex: 0 0 48%;
	}

	.detail__infoblock {
		flex: 0 0 100%;
	}

}

@media screen and (min-width: 1024px) {
	.detail__infoblock {
		flex: 0 0 48%;
	}
}

@media screen and (min-width: 1280px) {
	.list__item {
		max-height: 360px;
	}
}

.listitem__text {
	padding: 1em 2em;
	flex: 0 0 100%;
}

.links {
	text-align: right;
}

.detail__location {
	margin: 1em 0;
}

.list__item--heritage figure {
	flex: 0 0 100%;
	max-height: 200px;
	margin-bottom: -5px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.list__item--heritage figure {
		max-height: 320px;
	}
}

@media screen and (min-width: 1280px) {
	.image--contemporary, .image--historical {
		flex: 0 0 32%;
		margin-bottom: 2em;
	}

	.list__item--heritage figure {
		flex: 0 0 32%;
		overflow: hidden;
		margin-bottom: -5px;
		max-height: none;
	}

	.listitem__text {
		flex: 0 0 68%;
	}
}

/* ----------------------------------------------------------------------------------------------------------- block elements */

/* ----------------------------------------------------------------------------------------------------------- text elements, lists */

p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, td.align-right {
	text-align: right;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, td.align-left {
	text-align: left;
}

p.text-center, h1.text-center, h2.text-center, h3.text-center, h4.text-center, td.text-center {
	text-align: center;
}

hr {
	height: 0;
	border: none;
	clear: both;
	background-color: transparent;
	padding: 32px 0;
	margin: 0;
}

.main__header h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	padding: 0 1rem;
}

@media screen and (min-width: 768px) {
	.main__header h1 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.main__header h1 {
		font-size: 3rem;
	}
}

.main__content ul {
	margin-left: 1.5em;
}

.title {
	padding-bottom: 0.5em;
}

.detail__title {
	font-size: 2em;
}

.label, .infoblock__label {
	font-weight: 600;
	padding-bottom: 0.5em;
	color: #04778C;
}

figcaption {
	color: #6c6c6c;
}

.languages li {
	display: block;
	margin-bottom: 0.5rem;
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.languages li {
		display: inline-block;
		margin-right: 0.5em;
		background-color: #fff;
		margin-right: 2px;
		margin-bottom: 0;
	}

	.languages li:last-child {
		margin-right: 0;
		padding-right: 0;
	}

}

.lang--long {
	display: none;
}

.lang--short {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/* ----------------------------------------------------------------------------------------------------------- text elements, lists */

/* ----------------------------------------------------------------------------------------------------------- links */

a {
	color: #04778C;
	text-decoration: none;
	font-weight: 400;
}

.wrapper--footer a {
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

.detail + a {
	margin: 2rem 1rem;
}

.link--detail, .detail + a {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background-color: #04778c;
	color: #fff;
}

.ifwsmap-message .link--detail {
	margin-top: 0.5em;
	float: right;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

.link--detail:hover {
	background-color: #bdcc31;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------- links */

/* ----------------------------------------------------------------------------------------------------------- images and figures */

img {
	max-width: 100%;
	height: auto;
}

.main__header img {
	width: 100%;
	height: auto;
}

.frame-textoverlay .ce-gallery[data-ce-columns="1"] img {
	width: 100%;
}

.list__item--heritage img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1280px) {
	.list__item--heritage img {
		height: 100%;
		max-width: none;
		width: auto;
	}
}

/* ----------------------------------------------------------------------------------------------------------- images and figures */

/* ----------------------------------------------------------------------------------------------------------- mainnav */

.togglenav {
  position: fixed;
  right: 1em;
  text-transform: uppercase;
  color: #1a1a1a;
  display: block;
  text-decoration: none;
  /*margin-right: 2em;*/
  top: 1rem;
  width: 40px;
  height: 30px;
  z-index: 20;
  display: block;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (min-width: 460px) {
	.togglenav {
		top: 1rem;
	}
}

@media screen and (min-width: 768px) {
  .togglenav {
    right: 2em;
    top: 0.65em;
  }
}

@media screen and (min-width: 1024px) {
  .togglenav {
		display: none;
  }

}

.togglenav__inner {
  width: 40px;
  height: 3px;
  top: 12px;
  left: 0px;
  display: block;
  background-color: #04778C;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:before, .togglenav__inner:after, .closelink:before, .closelink:after {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0px;
  top: -12px;
  background-color: #04778C;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:after, .closelink:after {
  width: 40px;
  top: 12px;
}

.togglenav.is--active .togglenav__inner {
  background-color: transparent;
}

.togglenav.is--active .togglenav__inner:before, .closelink:before {
  transform: rotate(-135deg);
  top: 0;
  left: 0;
  background-color: #fff;
}

.togglenav.is--active .togglenav__inner:after, .closelink:after {
  transform: rotate(135deg);
  width: 40px;
  top: 0;
  left: 0px;
  background-color: #fff;
}

.wrapper--navigation {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

@media screen and (min-width: 1024px) {
	.wrapper--navigation {
			float: right;
			height: auto;
	}
}

.mainnav {
	vertical-align: top;
	z-index: 2;
	position: relative;
	float: right;
}

.wrapper--startpage .mainnav {
	padding-right: 4em;
}

.mainnav__items {
	list-style-type: none;
	text-align: right;
	padding-top: 0.5em;
	-webkit-transition: all 300ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dark .mainnav__items {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.navitem {
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 0.25em;
	display: block;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.navitem {
		display: inline-block;
	}
}

.navitem:last-of-type {
	padding-right: 0;
}

.navitem__link {
	background: transparent;
	color: #1a1a1a;
	line-height: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding: 0.5em 1em;
	z-index: 1;
	display: inline-block;
	font-weight: 600;
	font-size: 1em;
	-webkit-transition: all 300ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dark .navitem__link {
	color: #FFF5E9;
}

.navitem__link:hover, .navitem.hover .navitem__link {
	background-color: #04778C; /* #a68802; */
	color: #fff;
	text-decoration: none;
}


.dark .navitem__link:hover {
	color: #04778C;
}

.navitem--active .navitem__link, .dark .navitem--active .navitem__link {
	color: #04778C;
}

.link--language {
	padding: 1rem 0.5rem;
}

@media screen and (min-width: 1024px) {

	.link--language {
		padding: 0;
	}

}
/* ----------------------------------------------------------------------------------------------------------- mainnav */

/* ------------------------------------------------------------------------------------------------------ tables */

.table-wrapper {
	display: block;
	overflow: visible;
	margin: 0.5em 2em;
	-webkit-overflow-scrolling: touch;
}

table.contenttable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
}

/* ------------------------------------------------------------------------------------------------------- tables */

/*------------------------------------------------------------------------------------------------------------------------ form */

form {
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	padding: 2em;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

form > div:first-child {
	display: none;
}

.form-inline {
	width: 100%;
}

.form-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 0;
}

.form__property, .form__commands {
	display: inline-block;
	vertical-align: bottom;
	flex: 0 0 100%;
}

@media screen and (min-width: 768px) {

	.form__property {
		flex: 0 0 48%;
	}

}

@media screen and (min-width: 1024px) {

	.form__property, .form__commands {
		flex: 0 0 32%;
	}

}

.control-label {
	display: inline-block;
	flex: 0 0 30%;
	vertical-align: middle;
}

input, select, textarea {
	/*background-color: #f3eea6;*/
	padding: 0.5em 1em;
	border: 1px solid #2e2e2e;
	font-size: 1em;
	color: #2e2e2e;
	width: 100%;
	flex: 0 1 auto;
}

button[type="submit"] {
	width: auto;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 0.5em 1em;
	border: none;
	width: 33%;
	margin: 1em 0 0 30%;
	text-align: center;
	font-size: 1em;
	background-color: #04778c;
}

button[type="submit"]:hover {
	background-color: #bdcc31;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------- form */

/*--------------------------------------------------------------------------------------------------------------------------------------------- ifws_googlemap */
.poilist {
	display: none;
}

.tx-ifwsgooglemap-pi1 {
}

.detail__mapwrap, .detail__mapcanvas, .mapwrapper, .mapcanvas {
	width: 100%;
	height: 600px;
}

.ifwsmap-message-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5em;
	background-color: #fff;
}

#ifws-google-map-container {
	margin: 0 auto;
	height: 600px;
	width: 100%;
	max-width: 1680px;
	position: relative;
	margin: 0 auto;
}

.ifwsmap-message {
	display: none;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	position: absolute;
	z-index: 1000;
	padding: 32px !important;
	max-width: 400px !important;
}

.ifwsmap-message.above {
	margin-top: -46px;
}

.ifwsmap-message.under .ifwsmap-message-content-wrapper:before {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  margin: 0 auto 0 5%;
}

.ifwsmap-message.above .ifwsmap-message-content-wrapper:after {
  content: ".";
  font-size: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 auto 0 5%;
}

.ifwsmap-message.left .ifwsmap-message-content-wrapper:before, .ifwsmap-message.left .ifwsmap-message-content-wrapper:after {
  margin: 0 5% 0 auto;
  border-left: 20px solid transparent;
  border-right: none;
}

.ifwsmap-message.above .ifwsmap-message-content-wrapper:before {
	display: none;
}

.ifwsmap-message-content-wrapper p {
	font-size: 0.875em;
	background: #fff;
	color: #1a1a1a;
	padding: 0 1em;
}

a#google-map-show-route-to {
	/*background: #232323 url(../images/layout/bg-sprite.png) -120px -295px no-repeat;*/
	font-size: 1.125em;
	background-color: #fff;
	display: block;
	color: #e2d6c3;
	text-decoration: none;
	padding: 5px 20px;
}

a#google-map-show-route-to:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------------------ RESPONSIVE */

@media only screen and (max-width: 1560px) {
}

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1560px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1380px) {
}

@media only screen and (max-width: 1180px) {
}

@media only screen and (max-width: 1040px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 910px) {
}

/* smartphone landscape */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 460px) {
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-height: 440px) {
}

@media only screen and (max-height: 380px) {
}

@media only screen and (max-height: 340px) {
}

/* Smartphones: iPhone portrait, hd portrait */
@media only screen and (max-width: 320px) {
}
