html {
	color: #333333;
	font-size: 100%;
	line-height: 1.5;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #f3f9ff;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}
img {
    max-width: 100%;
    border-style: none;
}
::-moz-selection {
    background: #feecba;
	color: #302D29;
    text-shadow: none;
}

::selection {
	background: #feecba;
	color: #302D29;
	text-shadow: none;
}
/* ==========================================================================
   Main Structure
   ========================================================================== */
 .PageHeader {
	margin-bottom: 2rem;
}
.logo-container {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	background-image: url("../photos/topback.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
}
#top-logo {
	/*max-width: 80em;*/
	margin: 1.5rem 0;
	/*padding: 0 1rem;
	text-align: center;*/
	height: 100%;
	background-color: Transparent;
}
.page-head {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 58.125em;
    padding: 1.875rem 1.25rem 2.5rem 1.25rem;
}
.page-head-txt {
	width: 85%;
	margin: 0 auto;
}
/* ---- no grid support ---- */
.content-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: center;
}
.content-center, .content-pic, .content-start {
	width: 50%;
}
picture img {
	width: 80%;
}
footer .content-center {
	width: 33.3333%;
}
.content-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: flex-start;*/
}
.content-start {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	padding: 1rem;
}
.content-center article {
    padding: 3.5rem 10%;
}
.content-cols-constrained {
	max-width: 80vw;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.content-cols-padded {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 5%;
	padding-right: 5%;
}
.background-lightyellow {
	background-color: #fff9eb;
}
.gallery figure {
	margin: 0 auto;
	margin-bottom: 3rem;
}
.gallery figure:last-child {
	margin-bottom: 0;
}
.img-gallery {
	max-width: 80em;
	margin: 0 auto;
	padding: 5rem 0 6rem 0;
}
.pic-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.pic-container > * {
	padding: 0 0.75rem;
	margin-bottom: 3rem;
}
.pic-container figure {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.companies {
	max-width: 40rem;
	margin: 2rem auto;
}
.company-container {
	display: flex;
	flex-wrap: wrap;
}
.company-container {
	justify-content: center;
	margin: 2rem auto;
}
footer {
	background-color: #060631;
	margin-top: 3em;
	padding: 1.5em;
}
footer .companies {
	border-color: Transparent;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	background: #184A86;
}
.ft-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #ffffff;
}
.ft-bottom div {
	margin: 1.5rem;
}
address {
	font-style: normal;
}
.legal {
	padding-left: 1rem;
	list-style: none;
}
.tourist-links {
	margin-bottom: 3rem;
}
.tourist-links li {
	line-height: 2;
}
/*------------ Grid support ---------------*/
/*----- The Basic Grid ------
 custom classes:
 .content-cols-constrained: padded gridcontainer with max width
 .content-cols-padded: padded gridcontainer
 .content-cols: 1fr = base grid (display grid)
 .col-50: 1fr 1fr
 .col-33: 1fr 1fr 1fr
 .pic-container: repeat(10, 1fr)
 ---------------------------------*/

@supports (display: grid) {
	.content-cols > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.content-pic > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.pic-container > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	footer > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	footer .content-center {
		width: 100%;
	}
	.content-cols {
		display: grid;
		grid-template-columns: 1fr;
	}
	.col-50 {
		grid-template-columns: 1fr 1fr;
	}
	.col-33 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.col-33-gap {
		grid-row-gap: 2rem;
		grid-column-gap: 3rem;
	}
	.col-50-gap {
		grid-row-gap: 3rem;
		grid-column-gap: 3rem;
	}
	.pic-container {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-gap: 1.5rem;
	}
	picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.img-rect {
		grid-column: auto / span 6;
	}
	.img-square {
		grid-column: auto / span 4;
	}
	.img-rect img, .img-square img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* ==========================================================================
   Lageplan
   ========================================================================== */
#location iframe {
	height: 66vh;
	width: 100%;
	border: 0;
	margin: 2rem 0;
	box-shadow: 0 8px 10px rgba(50, 50, 50, 0.3);
}
 /*======================================
   KONTAKTFORMULAR
   ====================================== */
#contactform {
	/*background: rgba(229,243,206, 0.3);*/
	background: #ffffff;
	margin: 0 0 1.5rem;
	padding: 0.125rem 1.5rem 1.5rem 1.5rem;
	border-radius: 6px;
	width: 66%;
}
#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="tel"], #contactform textarea {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid rgba(42, 42, 42, 0.25) !important;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #222;
	display: inline-block !important;
	margin: 0;
	outline: medium none;
	padding: 6px 8px 12px;
	width: 100% !important;
	font-size: 1.125rem;
}
#contactform p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 1.5rem 0;
}
#contactform textarea {
	height: 10.5rem;
	font-family: 'Open Sans', sans-serif;
}
#contactform input:focus, #contactform textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 3px #aaa;
	        box-shadow: 0 0 3px #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #101010;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #101010;
}
input::placeholder, textarea::placeholder {
	color: #101010;
}
/* #message-submit Style */
#message-submit.submit {
    background-color: #a1a1a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#565656));
    background: -webkit-linear-gradient(top, #a1a1a1, #565656);
    background: -o-linear-gradient(top, #a1a1a1, #565656);
    background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#a1a1a1), to(#565656));
    background: linear-gradient(to top, #a1a1a1, #565656);
    border: 1px solid #959595;
    border-bottom: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #c1c1c1;
    -webkit-box-shadow: 0 1px 0 0 #c1c1c1 inset ;
    -moz-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    -ms-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    -o-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    color: white;
    font-weight: bold;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #25430d;
}
#message-submit.submit:hover {
    opacity: .85;
    cursor: pointer; 
}
#message-submit.submit:active {
	border: 1px solid #A1B2A4;
	box-shadow: 0 0 10px 5px #E5F3CE inset;
	-webkit-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-moz-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-ms-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-o-box-shadow: 0 0 10px 5px #E5F3CE inset;
}
#contactform input:focus:invalid, #contactform textarea:focus:invalid, #contactform textarea:focus:invalid, #contactform select:focus:invalid { /* when a field is considered invalid by the browser */
	background: #fff;
	-webkit-box-shadow: 0 0 5px #d45252;
	        box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
}
#contactform input:required:valid, #contactform textarea:required:valid, #contactform select:focus:valid { /* when a field is considered valid by the browser */
	background: #fff;
	-webkit-box-shadow: 0 0 5px #5cd053;
	        box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.z, .enquiry {
	display: none;
}
p.warning {
	color: #FF0000;
}
p.info {
	color: #009933;
}
p.form-info, p.warning, p.info {
	text-align: center;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.main-nav {
	width: 100%;
	height: auto;
	background-clip: padding-box;
	background: #060631;
	border-bottom: .5em solid #7F7540;
	border-color: rgba(127,117,64,.25);
}
.main-nav ul {
	max-width: 80rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	padding: 0 1rem 1rem 1rem;
	margin: 0 auto;
}
.main-nav ul li {
	display: inline-flex;
}
.main-nav ul li a {
	padding: 1rem 0.25rem 0.5rem 0.25rem;
	margin-right: 2rem;
	margin-left: 1rem;
	text-decoration: none;
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	border: 0;
}
.main-nav ul li a:hover, .subNav ul li a:hover {
	color: #D5D56C;
	border: 0;
}
.main-nav ul li.current a {
	color: #cdf087;
	cursor: default;
}
.subNav {
	width: 100%;
	height: auto;
	background-clip: padding-box;
	background: #0a0a5e;
	/*margin-top: 2rem;*/
	/*border-bottom: .5em solid #7F7540;
	border-color: rgba(127,117,64,.25);*/
}
.subNav ul {
	/*max-width: 80rem;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0 1rem 1rem 1rem;
	margin: 0 auto;
}
.subNav ul li {
	display: inline-flex;
}
.subNav ul li a {
	padding: 1rem 0.25rem 0.5rem 0.25rem;
	margin-right: 2rem;
	margin-left: 1rem;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	border: 0;
}
.subNav ul li.current a {
	color: #cdf087;
	cursor: default;
}

 /*======================================
   TEXTLINKS
   ====================================== */
a {
	color: #B41701;
	border-bottom: 1px dotted;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
footer a {
	color: #c6c9bd;
}
.footer-nav-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav-links li {
	margin-bottom: 0.5rem;
}
.img-link {
	text-decoration: none;
	border-bottom: none;
}
.img-link:hover {
	text-decoration: none;
	border-bottom: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*h1, h2, h3 {
	font-family: 'Neuton', serif;
}*/
h1, .main-title-smaller {
	font-weight: 700;
	font-size: 3.157rem;
	line-height: 1.3;
}
h2 {
	font-weight: 700;
	font-size: 2.369rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
h3 {
	font-size: 1.777rem;
	line-height: 1.3;
	margin: 0;
}
.main-title {
	font-weight: 700;
	font-size: 4.209rem;
	line-height: 1.1;
	margin: 0;
}
.main-title span {
	font-size: 3.157rem;
}
.intro p, .intro ul {
	font-size: 1.333rem;
	line-height: 1.8;
	/*text-align: justify;*/
}
.intro .subtitle {
	font-size: 1.777rem;
	font-weight: 600;
	text-align: left;
}
td {
    font-size: 1.333rem;
    line-height: 1.8;
}
td:nth-child(1) {
    padding-right: 1rem;
}
td:nth-child(2) {
    text-align: right;
}
.langselection {
	text-transform: uppercase;
}
.company-container {
	color: #FFF100;
	font-size: 2.25rem;
}
.footer-maintitle {
	color: #ffffff;
	text-align: center;
	margin-top: 0.666666em;
}
.ft-bottom {
	font-size: 1.5rem;
}
/*figcaption {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.75rem 0.5rem;
}*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media all and (max-width: 70em) {
	.main-title-smaller {
		font-size: 2.369rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		margin-bottom: 0;
	}
}
@media all and (max-width: 65em) {
	.content-center, .content-pic, .content-start {
		width: 100%;
	}
	.mainNav ul {
	    justify-content: flex-end;
	}
	.main-title {
		font-size: 3.157rem;
	}
	.main-title span {
		font-size: 2.369rem;
	}
	.intro p {
		font-size: 1.215rem;
		line-height: 1.543;
		text-align: justify;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		font-weight: 600;
		text-align: left;
	}
	td {
		font-size: 1.215rem;
		line-height: 1.543;
	}
	picture img {
		object-fit: contain;
	}
	footer .col-33 {
		grid-template-columns: 1fr 1fr;
	}
	footer .content-center:nth-child(3) {
		flex-direction: row;
		justify-content: space-around;
	}
	.footer-right {
		grid-column: 1 / span 2;
	}
}
@media all and (max-width: 50em) {
	.col-50 {
		grid-template-columns: 1fr;
	}
	.content-pic {
		padding: 0 1rem 2rem 1rem;
	}
	.content-start:nth-child(2) {
		grid-row: 1 / 2;
	}
	.content-start:nth-child(6) {
		grid-row: 5 / 6;
	}
	.page-head-txt {
		width: 90%;
	}
	h1, .main-title {
		font-size: 2.822rem;
	}
	.main-title span {
		font-size: 2.323rem;
	}
	.intro p {
		font-size: 1rem;
		line-height: 1.3;
		text-align: justify;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		font-weight: 600;
		text-align: left;
	}
	td, footer {
		font-size: 1rem;
		line-height: 1.4;
	}
	#impressum .col-33 {
		grid-template-columns: 1fr 1fr;
	}
	#contactform {
		width: 80%;
	}
}
@media all and (max-width: 50em) and (orientation: portrait) {
	.intro p {
		text-align: left;
	}
}
@media all and (max-width: 38.75em) {
	.siteHeader {
		flex-direction: column;
	}
	.Logo {
		margin: 0 auto;
	}
	.mainNav ul {
		justify-content: space-around;
	}
	.content-cols-constrained {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.img-rect, .img-square {
		grid-column: 2 / 10;
	}
	#contactform {
		width: 90%;
	}
}
@media all and (max-width: 34em) {
	h1, .main-title {
		font-size: 2.323rem;
	}
	.main-title span {
		font-size: 1.793rem;
	}
	footer .content-cols-padded {
		padding-left: 10%;
	}
	footer .content-center {
		grid-column: 1 / span 2;
	}
	footer .content-center:nth-child(3) {
		flex-direction: column;
	}
	#impressum .col-33 {
		grid-template-columns: 1fr;
	}
	#impressum .legal {
		grid-row-gap: 0;
	}
	#contactform {
		width: 100%;
		margin: 0;
		padding: 0.125rem 0.5rem 1.5rem 0.5rem;
	}
}
@media all and (max-width: 27em) and (orientation: portrait) {
	.mainNav ul {
		justify-content: center;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*, *:before, *:after, *:first-letter, *:first-line {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.home-intro .intro p {
		opacity: 1;
	}

	nav, footer {
		display: none;
	}
}