/* ***************************************************** */
/* Modal-CSS für die Grabstein-Bilder zu Geaugas's Child */
/* und die Vorstellung des Konzepts zu DH Works          */
/* ***************************************************** */

.row > .column {
  padding: 0 8px;
} 
/*
.row:after {
  content: "";
  display: table;
  clear: both;
} */

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none; 
/*  border: 5px solid red; */
  position: relative;
  z-index: 9;
  left: 0px;
/*  top: -500px;   */
  top: 15px;
  width: 1050px;
  height: 680px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: black;
  opacity:1.0;
}
.modal2 {
  background: url("../img/GeaugaBackgr.png"); 
}
.modalEmpty {
  border: 5px solid red; 
  position: relative;
  z-index: 5;
  left: 0px;
  top: 15px;
  width: 1050px;
  height: 680px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: black;
  opacity: 1.0;
} 

/* Slide-Bild einstellen*/
.sldimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1050px;
  height: 680px;
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: black; */
}
.sldimg2 {
  opacity: 1.0; 
}

/* .mySlides1, .mySlides2 {
 display: none;
 border: 3px solid lightgreen; 
 width: 100%;
 height: 100%;
} */
.mySlides1, .mySlides2 {
  display: none;
}

/* Slideshow: Bild */
.slideImg {
  position: relative;
  width: 1050px;
  position: relative;
  margin: auto;
}
/* The Modal (foot) */
.slides-foot {
/*  display: none; */
/*  border: 1px solid yellow; */
  position: fixed; 
  top: 20px;
  width: 100%px;
  height: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: black;
  opacity:0.95;
}
/* The Modal (background) */
.slides-foot2 {
  background-color: #0025FF;
  opacity:0.95;
}
/* The Close Button */
.close {
  position: absolute;
  z-index: 2; 
  color: #c0c0c0;
  top: 10px;
  right: 12px;
  font-size: 40px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #FFE97F;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 15px;
  margin-top: -22px;
  left: 0;
  color: #c0c0c0;
  font-weight: normal;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  cursor: pointer;
}
/* Position the "next button" to the right */
.next {
  left: 1005px;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a grey background color */
.prev:hover, .next:hover {
/*  background-color: white; */
  color: #FFE97F;
}

/* Number text (1/3 etc) */
.numbertext {
  position: absolute;
/*  z-index: 2; */ 
/*  border: 3px solid red; */
  bottom: 20px;
  left: 20px;
  color: #c0c0c0;
  font-size: 20px;
  font-weight: bold;
}
 
/* The dots/bullets/indicators */
.slddots1 {
/*  z-index: 2; */ 
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.slddots2 {
/*  z-index: 2; */ 
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.dot1, .dot2 {
/*  z-index: 2; */ 
  bottom: 20px;
  height: 15px;
  width: 15px;
  background-color: #c0c0c0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align: center;
  cursor: pointer;
}
.active, .dot1:hover, .dot2:hover  {
  background-color: #FFE97F;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* link assists, animations */
.p-dh14-p {
       padding: 0 10px 0 90px;
       color:#000000;
       text-align: justify;
       font: normal normal 12px "Verdana", Arial, sans serif;
}
.p-dh14-p.a-lnk:hover {
  color:yellow;
  cursor:pointer;
}
.p-dh14-p.a-lnk-black:hover {
  color:black;
  font-weight:bold;
  cursor:pointer;
}
.p-dh14-p.a-lnk-blue:hover {
  color:#0025FF;
  font-weight:bold;
  cursor:pointer;
}
.p-dh14-p.a-lnk-yellow:hover {
  color:#FFE97F;
  font-weight:bold;
  cursor:pointer;
}
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* ************************************************************* */
/* Screen Definitions                                            */
/* ************************************************************* */
.screen-main {
	display: none;
/*	position: relative;
	width: 1750px;
	height: 700px;
	border: 2px solid red; 
	z-index: 10; */
}

.screen-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18%;
	height: 100%;
}
.screen-center {
/*	border: 2px solid blue; */
	position: absolute;
	top: 0px;
	margin-left: 18%;
	width: 72%;
	height: 100%;
	background-color: #c0c0c0;
}
.screen-right {
/*	border: 2px solid yellow; */ 
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
	height: 100%;
}
.foot-screen {
	position: absolute;
	right: 50px;
	bottom: 5px;
	width: 100%;
	padding: 0 0 0 0;
    color:white;
	background-color:#A0A0A0;
    font: normal normal 18px "Times New Roman", Arial, sans serif;
	text-align:center; 
    border: 1px solid #0025FF; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.foot-screen:hover {
	border-color:yellow;
    cursor: pointer;
}
.ph20 {
	margin: 0;
	padding:0 0 2px 0;
	color:black;
    font: normal bold 20px "Times New Roman", Arial, sans serif;
	text-align:center;
}
.cont-green2 {
	width: 88%;
	min-height:60px;
	margin: 1% 1.7% 0 0; 
	padding: 0 0 0 0; 
	float:left;
	position: relative;
	border:2px solid #0025FF;
	color:#0025FF;
/*	border-right:1px solid #00B120;
	border-bottom:1px solid #00B120; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cont-green2:hover {
	background-color:#c0c0c0; 
	border:2px solid yellow;
	cursor:pointer;
}

div.title {
  position: relative;
  left: 0;
  width: 100%;
  height: 60px;
} 

div.title1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 60px;
}
div.title2 {
  position: absolute;
  top: 0;
  left: 15%;
  width: 55%;
  height: 60px;
}
div.title3 {
  position: absolute;
  top: 0;
  right: 15%;
  width: 15%;
  height: 60px;
}
div.title4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 60px;
}
.vid-info {
	   top: 10px;
       color:black;
       text-align: left;
       font: normal normal 14px "Arial", sans serif;
}