/* MZ Styles */
html, body {
    height: 100%;
	font-size: 16px;
}

.fill { 
    min-height: 70%;
	height: 70%;
}

h1 {
	font-size: 2rem;
	color: #392618;
}
h1.normal {
	font-size: 1.1rem;
	color: white;
}
h2 {
	font-size: 1.8rem;
	color: #392618;
}
h4 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;	
}
h5 {
	font-size: 1rem;
	font-weight: bold;
	color: #333333;	
}

dd.book:first-child:first-letter {
font-size: 3rem;
float: left;
margin: 0px 5px 5px 0; 
line-height: 0.8;
}
span.book {
font-size: 3rem;
float: left;
margin: 0px 5px 5px 0; 
line-height: 0.8;
	
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {

  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
   border-bottom: 1px dashed #3A1C00;
   animation-duration: 4s;
    transition-timing-function: ease;
   transition: 1s;
}


.no-stick img#headLogo {
    max-height: 180px;
}

.no-stick .invis {
 	display: visible;
}

.sticky img#headLogo {
	animation-duration: 4s;
    transition: 1s;
	transition-timing-function: ease-out;
	max-height: 60px;
}

.sticky .invis {
    transition-timing-function: ease-out;
    animation-duration: 4s;
    transition: 1s;   	
	display: none;
  }
 
.sticky .vis {
    animation-duration: 4s;
    transition: 1s;
	 transition-timing-function: ease-in;
    height: auto;
}

.no-stick .infobox {color: white;padding: 5px;   font-size: 1.1em; font-weight: bold; background-color: #006699;}
.sticky .infobox {color: white;padding: 1px;  font-size: 0.9em; }

.no-stick { /* NAVBAR NOSTICK */
    animation-duration: 4s;
    top: 0px;
    z-index: 9966 !important;  	
    position: fixed;
    background-color: white;	
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.nav-item {text-align: center; background-color: rgba(255,255,255,0.8); }

#navbarNew a:link {color: #669999; font-size: 1.3em; font-weight: 450;}
#navbarNew a:visited {color: #669999;}
#navbarNew a:hover {color: #669999;}

a.white:link {color: White; font-size: 1.0rem; font-weight: 450;}
a.white:visited {color: White;}
a.white:hover {color: #cccccc; transition: 0.31s; text-decoration: none; }

a.greenlink:link {color: #669999; font-size: 1.0rem; font-weight: 450;}
a.greenlink:visited {color: #669999;}
a.greenlink:hover {color: #cccccc; transition: 0.31s; text-decoration: none; }


a:link {color: #3399cc; font-size: 1.0em; font-weight: 450;}
a:visited {color: #3399cc;}
a:hover {color: #cccccc; transition: 0.31s; text-decoration: none; }

div.divHover { color: #333333; margin-left: 50%; }
div.divHover:hover {background-color: #7F4828; color: white; transition: 0.31s; text-decoration: none; }

a.boxlink:link {font-weight: bold; color: #3C2213;}
a.boxlink:visited {color: #3C2213;}
a.boxlink:hover { color: #6C584D;transition: 0.31s; text-decoration: none; }


a.smallwhite:link {color: White; font-weight: 450;}
a.smallwhite:visited {color: White;}
a.smallwhite:hover {color: #cccccc; transition: 0.31s; text-decoration: none; }


/* FONTS */
.white {color: white; }


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
	border-bottom: 4px solid #8D7141;
}



ul.toplist {
 list-style-type: none;
 list-style-image: url(/img/icons/thumbupg.png); 
 text-align: left;
 margin: 0px auto 0px 30px;
 list-style-position: outside;
}
ul.toplist-green {
 list-style-type: circle;
/* list-style-image: url(/img/icons/thumbupg.png); 
 text-align: left;
 margin: 0px auto 0px 30px;
 list-style-position: outside;
*/
 }
ul.infolist {
 list-style-type: none;
 list-style-image: url(/img/icons/eye.png); 
 text-align: left;
 margin: 0px auto 0px 30px;
 list-style-position: outside;
}


#footer {
	background-color: #006699;
	color: white;
	border-top: 2px double #333333;
	
}
.is-hidden {visibility: hidden; }

/* DESIGN SIZE DEPENDEND */
@media only screen and (min-width: 769px) {
   div.seminareResult {display: inline-block; width: 45%; box-shadow: 3px 3px 3px 3px #cccccc; margin: 10px; border-radius: 2px; vertical-align:top; margin-bottom: 3em; z-index: 5;text-align: left; padding: 10px; }
   div.seminareResult .tleft { text-align: left; padding: 0px 5px 3px 5px; }
   .hideSmall {display: block; } 
   .showSmall {display: none; }
   }
@media only screen and (max-width: 768px) {
   div.seminareResult {display: inline-block; width: 95%; box-shadow: 3px 3px 3px 3px #cccccc; margin: 10px; border-radius: 2px; vertical-align:top; margin-bottom: 3em; z-index: 5;text-align: left; padding: 10px; }
   div.seminareResult .tleft { text-align: left; padding: 0px 5px 3px 5px; }
   .hideSmall {display: none; }
   .showSmall {display: block; }
}