@charset "utf-8";
/* Pflanzen-lexikon main CSS */

/* body styles */
html, body{
	height: 100%;
}

body{
	background-color: #003300;
	margin: 0px;
	box-sizing: border-box;
}

/*  url("../img/pflanzenlexikon-logo.png") left no-repeat;
	background-size: auto */

a:link{
	color: #006600;
}

a:visited{
	color: #009900;
}

/* end of body styles */

/* header styles */
.page-header{
	margin: 55px 0 0 5px;
	border-bottom: none;
}

	.page-header .row{
		margin-right: 0;	
}

header p{
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	margin: -35px 0px 5px 0px;
}

nav{
	font-size: 120%;
}
/* end of header styles */

/* content styles */
.container{
	background-color: #fff;
	border-radius: 20px 20px 20px 20px;
}

#content{
	margin: 0px auto 5px auto;
	padding: 10px 5% 10px 5%;
	font-size: 90%;
	color: #223c55;
	max-width: 1400px;
	position: relative;
}

.pull-left {
	margin-right: 10px; 
}

h3 {
  margin-top: 3px;
}
	
/* end of content styles */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1031;
  /*padding-top: 50px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.3);
}

/* Modal Content */
.modal-content {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  margin: auto;
  padding: 10px 0px 10px 0px;
  width: 100%;
  max-width: 900px;
}
/* The Close Button */
.close {
  color: red;
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 50px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
	left: 0;
}
/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #333333;
  background-color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  padding: 2px 16px;
}

img.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);
}

/* modal styles */
#dataProtectionModal .inner-modal{
	min-width: 480px;
	width: 50%;
	background-color: rgba(255,255,255,0.9);
	top: 40%;
}
/* end of modal styles */

/* additional styles */
.max230{
	max-width: 230px;
	margin: auto;
	padding: 15px;
}
/* end of additional styles */

/* footer styles */
footer{
    position: relative;
    text-align: center;
	color: #fff;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 10px auto;
    max-width: 1200px;
}
	
	footer a:link, footer a:visited{
		color: #fff;
	}
/* end of footer styles */

.error{
	color: #f00;
	font-weight: bold;
}

/* end of additional styles */