
.grid-child.container-nav {justify-content: center !important;}

.container-header .navbar-brand {margin: auto;}

.container-header {position: relative; z-index: 10; background: transparent;}
.card {border: 0px solid #dfe3e7;}

.container-header {position: relative; z-index: 10; background: rgba(196, 134, 54, 0.9) none repeat scroll 0 0; padding: 0.7rem 0 0.4rem 0;}	
body.wrapper-fluid .site-grid {
  grid-gap: 0;
}
.container-banner {margin: 0 0 0;}
.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
  margin-top: 0em;
}

.metismenu.mod-menu .metismenu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3em 1.5em;
  font-size: 1.1rem;
  line-height: 1.3;
	justify-content: center;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.container-header nav {
  padding: 0;
  margin-top: 0;
	justify-content: center
}
.container-header .navbar-toggler {
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
	margin-bottom: 10px;
}

p {font-size: 1.2rem; color: #ffffff}

a { color: #a98636; text-decoration: underline;
}
a:hover {
	color: #a98636;
  text-decoration: underline;
}
a:not([class]) {
  text-decoration: none;
}



.innen1 {background: #000000;}
.innen2 {background: #a98636;}
.innen3 {background: #064a60;}
.innen4 {background: #000000; border: 1px solid #a98636}
.unten {color: #888888 !important}

h1, .h1 {font-size: calc(42px + (58 - 42) * ((100vw - 320px) / (1600 - 320))); margin-bottom: 0.6rem; color: #ffffff; font-weight: 600}
h2, .h2 {margin-bottom: 0.6em; font-size: calc(29px + (38 - 29) * ((100vw - 320px) / (1600 - 320))); color: #9b6d40; font-weight: 100; font-family: 'Satisfy';}
h3, .h3 {font-weight: normal;  font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320))); color: #ffffff; margin-bottom: 1.5rem; }
h4, .h4 {color: #ffffff; font-size: calc(55px + (80 - 55) * ((100vw - 320px) / (1600 - 320))); font-weight: 400; text-transform: uppercase}
h5, .h5 {font-family: 'Grechen Fuemen', cursive; color: #9b6d40; font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1600 - 320))); font-weight: lighter}
h6, .h6 {font-family: 'Satisfy'; color: #9b6d40; font-size: calc(55px + (60 - 55) * ((100vw - 320px) / (1600 - 320))); font-weight: normal}


.carousel-caption {
  color: var(--carousel-caption-color);
  text-align: left;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 5%;
  right: 65%;
}


/* satisfy-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/satisfy-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/satisfy-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/satisfy-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/satisfy-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/satisfy-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/satisfy-v17-latin-regular.svg#Satisfy') format('svg'); /* Legacy iOS */
}