* {
   font-family: 'Montserrat', sans-serif;
   margin: 0;
   padding: 0;
}

html, body    {
   background-color: DarkGray;
   font-size: 1.0em;
	width: auto;
   height: 100%;
}


header {
   background-color: lightblue;
   background-image: url(Images/umgarnerei_logo_anniesloan_v2.0_header_1800x170px.jpg);
   width: auto;
	height: 170px;
}

header p {
   color: #682a4c;
   font-size: 1.5em;
   padding: 60px 10px 0 1000px;
   text-align: right;
}

nav {
   background-color: #682a4c;
	box-shadow: 10px 10px 10px grey
}

nav ul {
   padding: 0;
}

nav li {
   /* background-color: orange; */
   list-style-type: none;
   display: inline-block;
   height: 2.0em;
   padding: 0 1em;
   line-height: 2.0em;
   border-right: black 1px solid;
}

nav a {
   color: white;
   text-decoration: none; 
	}

nav a:hover {
   /* text-decoration: underline; */
	   background-color: grey;
	}

.keinrahmen {
   border-right: 0;
	}

.schatten {
   background-image: url(Images/schatten.jpg);
   height: 12px;
	}
	
sup {
    vertical-align: super;
    font-size: 50%;
}

#umgpage {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	 padding-bottom: 2.5em;
}

article {
   margin: 40px 80px;
	/* background-color: MistyRose; */
	}

article h1 {
   margin-bottom: 0.4em;
	}

article p,
article ul
{
   margin-bottom: 1em;
   line-height: 1.2em;
   width: 800px;
}


#umgstatus {
   font-size: 0.7em;
   line-height: 1.5em;
}

#umgenumeration {
   font-size: 1.05em;
	list-style-type: square;
	margin-left: 40px;
	margin-bottom: 20px;
}
#umgenumeration02 {
   font-size: 1.05em;
	list-style-type: circle;
	margin-left: 40px;
	margin-bottom: 20px;
}

#umgpicturebig {
	padding: 5px 5px 3px 5px;
	background-color: Gray;
	width: 1020px;
    height: auto;
	border-style: outset;
	border-color: #D3D3D3 #595959 #595959 #D3D3D3;
}

#umgpicture {
	padding: 5px 5px 3px 5px;
	background-color: Gray;
	width: 820px;
    height: auto;
	border-style: outset;
	border-color: #D3D3D3 #595959 #595959 #D3D3D3;
}

#umgpicturemedium {
	padding: 5px 5px 3px 5px;
	background-color: Gray;
	width: 620px;
    height: auto;
	border-style: outset;
	border-color: #D3D3D3 #595959 #595959 #D3D3D3;
}

#umgpicturesmall {
	padding: 5px 5px 3px 5px;
	background-color: Gray;
	width: 320px;
    height: auto;
	border-style: outset;
	border-color: #D3D3D3 #595959 #595959 #D3D3D3;
}

#umgcontactform {
	margin: 10px 10px 10px 80px;
	border-radius: 4px;
}

input[type=text] {
   width: 30%;
   padding: 5px 5px;
   margin: 8px 0;
   box-sizing: border-box;
}

#umghighlight {
	color: green;
}

#umgearlywarning {
	color: Sienna;
}

#umgwarning {
	color: red;
}

#umgseparate {
	border-top: ridge #666666;
}

#umgfooter {
   position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #682a4c;
	color: white;
   /* display: inline-block; */
   height: 2.5em;
   line-height: 2.5em;
   /* padding: 0 1em;
	box-shadow: 10px 10px 10px grey; */
}

#umgfooter a {
	color: white;
}

#umgfooter a:hover {
	color: yellow;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

