/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* roboto-condensed-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-condensed-v31-latin_latin-ext-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin_latin-ext-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* arimo-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arimo-v35-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/arimo-v35-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* arimo-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arimo-v35-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/arimo-v35-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



:root {
  --gold: rgb(174,164,111);
  --gold75: rgba(174,164,111,0.75);
  --gold50: rgba(174,164,111,0.5);
  --weiss75: rgba(255,255,255,0.75);        
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  /*-webkit-appearance: none;
-moz-appearance: none;*/
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  height: 100%;
  font-family: 'Roboto Condensed', Helvetica, Arial, SansSerif, "sans-serif";
    color: #ffffff;
    background-color: #000000;
    line-height: 1.2;
    letter-spacing: 0.05em;
  
}
::-moz-selection {
  background: var(--gold);
  color: #000000;
}
::selection {
  background: var(--gold);
  color: #000000;
}
a {
  text-decoration: none;
  color: inherit;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  /*width: 100%;
table-layout:fixed;*/
}
figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}
figure.align-left {
  float: left;
}
figure.align-right {
  float: right;
}
figure.image img {
  margin: 8px 8px 0 8px;
}
figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}
.noIcon span.uk-icon {
  display: none;
}

/*=================================
            Navigation
=================================*/

#navi {
	
}

#navi ul {
	
}

#navi ul li {
	list-style: none;
}

#navi ul li a {
	text-transform: uppercase;
    margin-left: 25px;
    display: inline-block;
    position: relative;
}

#footer a {
	text-transform: uppercase;
    display: inline-block;
}

#navi ul li a:hover, #footer a:hover {
    color: var(--gold);
	
}

#navi ul li.active a {
    color: var(--gold);
}

#navi ul li.active a:before {
    content: '';
    background-color: var(--gold);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 10px;
    vertical-align: sub;
    
}

/*=================================
            Formatierung
=================================*/

h1, h2, h3, h4 {
	
}

h1 {
    font-size: 42px;
	font-weight: 100;
    border-bottom: 1px solid var(--gold75);
    line-height: 1;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}

h1.startH1 {
	font-size: 52.5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    border-bottom: none;
}



h2 {
	font-size: 28px;
    font-weight: 100;
    margin-bottom: 21px;
    line-height: 1.5;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
    font-family: 'Arimo',Helvetica, Arial, "sans-serif";
	margin-bottom: 21px;
    line-height: 1.5;
}

section ul {
    margin-bottom: 21px;
}

section li {
	margin-left: 25px;
	line-height: 1.5;
}

hr {
    border: none;
     border-bottom: 1px solid var(--gold75);
}

/*=================================
            Content
=================================*/

.content {
    
}

/*=================================
            Footer
=================================*/

footer {
    text-transform: uppercase;
    padding-top: 25px;
}

/*=================================
            Slider
=================================*/

.sliderBreit .slide {
    opacity: 0.3;
    -webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.sliderBreit .slide.uk-slide-active {
    opacity: 1;
}

/*=================================
            Maps
=================================*/

.mapMapbox {
    color: #000000;
}

.mapsStatisch {
	color: #000000;
	text-decoration: none;
    height: 100%;
}

.mapsStatisch .overlayMaps {
	opacity: 0;
	transition: opacity 0.5s;
}

.mapsStatisch:hover .overlayMaps {
	opacity: 1;
	transition: opacity 0.5s;
}

/*=================================
            KLASSEN
=================================*/

.mid {
	width: 92%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.overlaySlideshow {
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
}
.borderTopGold {
    border-top: 3px solid var(--gold75);
}

.borderTopWeiss {
    border-top: 3px solid var(--weiss75);
}

.button {
    display: inline-block;
    background-color: var(--gold);
    padding: 10px 25px;
    text-transform: uppercase;
    border: 1px solid var(--gold);
}

.button:hover {
    background-color: #000000;
}

/*=================================
            Responsive
=================================*/


@media (orientation: portrait) and (max-width: 1200px) {
    
   .width100 {
	min-height: 100vw !important;
	height: 100vw !important;
}
    
    .sliderBreit .slide {
        height: 100vw;
        max-width: 92%;
    }
}


/*=================================
            Mobile Navi
=================================*/

#navBox a {
	padding: 10px 0;
}

#navBox li.active a::before {
	position: absolute;
    top: 10px;
    left: -21px;
}

.hamburger {
	padding: 11px 5px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
	background-color: var(--gold);
	width: 45px;
	height: 45px;
}

.hamburger-box {
 /* width: 435px;*/
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

