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

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

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: 'Rubik', sans-serif;
}

body#home {
	background: #eee url("../photos/Eiger-Jungfrau.jpg") no-repeat fixed;
	background-size: cover;
}

::-moz-selection {
    background: #feecba;
	color: #302D29;
    text-shadow: none;
}

::selection {
	background: #feecba;
	color: #302D29;
	text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img {
	max-width: 100%;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, caption, .subtitle {
	font-family: Baloo, sans-serif;
	margin: 0;
	color: #724F29;
}
h1, .main-subtitle {
	font-size: 3.157rem;
	line-height: 1.43;
	letter-spacing: 0.01em;
}
.main-subtitle {
	text-align: center;
}
.slogan {
	font-size: 3.157rem;
	line-height: 1.43;
}
#home .home-heading, #home header h1, .slogan {
	font-family: Baloo, sans-serif;
	color: #ffffcc;
	text-shadow: 4px 4px 4px #000;
	text-align: center;
}
#home .home-heading {
	margin: 0;
	padding: 0;
	font-size: 7.594rem;
	line-height: 1.38;
}
.home-intro h4 {
	font-family: 'Rubik', sans-serif;
}
h2 {
	font-size: 2.369rem;
	font-weight: 700;
	line-height: 1.27;
}
h3, .legal h4, .intro-smaller .subtitle {
	font-size: 1.777rem;
	line-height: 1.7;
}
h4 {
	font-size: 1.333rem;
	font-weight: 700;
	line-height: 1.7;
}
p, li {
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.content p, .content li, .legal p, footer {
	font-size: 1.333rem;
	line-height: 1.7;
}
.intro p {
	font-size: 1.777rem;
	font-weight: 400;
	line-height: 1.7;
}
.intro-smaller p {
	font-size: 1.5rem;
}
#home .intro p {
	color: #ffffff;
	margin-bottom: 0;
}
figcaption {
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.25;
	padding: 0.75rem 0.5rem;
}
address {
	font-style: normal;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.mainnav ul {
	border-bottom: 4px solid #A6B1C1;
	padding: 12px 0;
}
.nav {
	list-style: none;
	margin: 0 20px 40px 20px;
	padding: 0;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.nav li {
	margin: 0.444rem 0.618rem;
}
.nav a {
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	padding: 0.75rem 0.5rem;
	color: #102F5E;
	font-weight: 500;
	border: 0;
}
.nav a:hover, .nav a.current {
	color: #8F510D;
	border: 0;
}
.nav a.current {
	cursor: default;
}
#home .langselection {
	margin: 1.5rem 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#home .langselection a {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px #000;
	outline: none;
	display: block;
	padding: 0.25rem 0.5rem;
	border: 0;
	color: #EDF5DD;
	font-weight: 700;
}
#home .langselection li {
	margin: 0 0.618rem;
}
#home .langselection a:hover, #home .langselection a.current {
	color: #B6CC89;
	border: 0;
}
#home .langselection a.current {
	cursor: default;
}
footer nav a {
	font-weight: 500;
}
 /*======================================
   TEXTLINKS
   ====================================== */
a {
	color: #914B00;
	border-bottom: 1px dotted;
	text-decoration: none;
	outline: none;
}
#home a {
	color: #ffde77;
	border-bottom: 1px dotted;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.img-link {
	text-decoration: none;
	border-bottom: none;
}
.img-link:hover {
	text-decoration: none;
	border-bottom: none;
}
/* ==========================================================================
   Main Structure
   ========================================================================== */
/* ---- no grid support ---- */
.content, .legal, footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content > * {
	padding: 0 0.75rem;
	margin-bottom: 3rem;
}
.content, .legal {
	background-color: #002516;
	padding: 1.25rem;
	margin: 0 1.5rem 2.25rem 1.5rem;
	border-radius: 10px;
}
footer {
	padding: 1.5rem 0;
}
.contentleft-50 {
	width: 50%;
}
.contentright-50 {
	width: 50%;
}
.contentleft-33, .legal li {
	width: 33.333%;
}
.contentmid-33 {
	width: 33.333%;
}
.contentright-33 {
	width: 33.333%;
}
@media screen and (max-width: 60rem) {
	.contentleft-50,
	.contentright-50,
	.contentleft-33,
	.contentmid-33,
	.contentright-33,
	.legal li
	{
		width: 100%;
	}
}
/*------------ Grid support ---------------*/
@supports (display: grid) {
	/* zurücksetzen, da wir grid-gap haben */
	.content > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.legal li {
		width: auto;
	}
}
.home-intro {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 48px;
	grid-template-columns: repeat(12, 1fr);
	margin-bottom: 20px;
}
 .header {
    grid-column: 1 / -1;
    /* needed for the floated layout */
    clear: both;
  }
.egg {
	grid-column: 3 / 7;
	background: rgba(0, 0, 0, 0.5);
	padding: 1.5rem 2rem;
	border-radius: 10px;
	text-align: center;
}
.boimen {
	grid-column: 7 / 11;
	background: rgba(0, 0, 0, 0.5);
	padding: 1.5rem 2rem;
	border-radius: 10px;
	text-align: center;
}
.egg img, .boimen img {
	margin-top: 1rem;
	border: 0;
	border-radius: 5px;
}
.content {
	background-color: #E4EEFB;
	color: #000;
	padding: 20px;
	margin: 0 20px 40px 20px;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 48px;
	grid-template-columns: repeat(12, 1fr);
}
.content ul, .legal {
	padding-left: 0;
	list-style: none;
}
.legal {
	background-color: #E4EEFB;
	margin: 0 1.5rem 2.25rem 1.5rem;
	padding: 1.5rem 2.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 48px;
}

footer {
	background-color: #DDD4BC;
	color: #000;
}
#idIframe {
	height: 36rem;
}
/*----- The Basic Grid ----------------------
 custom classes:
 .content-100: full width, 12 Tracks, 1 / -1
 .contentleft-50: 1/2 width, 6 Tracks, 1 / 7
 .contentright-50: 1/2 width, 6 Tracks, 7 / 13
 .contentleft-33: 1/3 width, 4 Tracks, 1 / 5
 .contentmid-33: 1/3 width, 4 Tracks, 5 / 9
 .contentright-33: 1/3 width, 4 Tracks, 9 / 13

 .padded-015: horizontal padding 1.5rem
 ------------------------------------------- */
 .padded-015 {
	padding: 0 1.5rem;
}
.content-100 {
	grid-column: 1 / -1;
}
.contentleft-5tracks {
	grid-column: 2 / 7;
}
.contentright-5tracks{
	grid-column: 7 / 12;
}
.contentmid-50 {
	grid-column: 4 / 10;
}
.contentleft-50 {
	grid-column: 1 / 7;
}
.contentright-50 {
	grid-column: 7 / 13;
}
.contentmid-66 {
	grid-column: 3 / 11;
}
.contentleft-33 {
	grid-column: 1 / 5;
}
.contentmid-33 {
	grid-column: 5 / 9;
}
.contentright-33 {
	grid-column: 9 / 13;
}
.contentleft-contact {
	grid-column: 1 / 4;
}
.contentmid-contact {
	grid-column: 4 / 8;
}
.contentright-contact {
	grid-column: 9 / 13;
}
.contentleft-location {
	grid-column: 1 / 6;
}
.contentright-location {
	grid-column: 6 / 13;
}
footer .contentright-33 {
	align-self: end;
}
/* ==========================================================================
   Lageplan
   ========================================================================== */
#location iframe {
	height: 66vh;
	width: 100%;
	border: 0;
	border-radius: 5px;
}
