@charset "utf-8";
/* CSS Document */

#jumbotron_id {
 background-image: url("../images/Regenbogen_gemalt.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-color: #474747;
 color:#1A2A36;
 /*text-shadow: 3px 2px #aeaeae;*/
}

.dropdown .navbar-default .navbar-nav > .active > a,
.dropdown .navbar-default .navbar-nav > .active > a:hover,
.dropdown .navbar-default .navbar-nav > .active > a:focus {
/*    color: #555;*/
    background-color: #FFFFFF;
}

.navbar {
	background-color: #ffffff;
}

.navitem {
	font-weight: bold;
}

.navlink {
	font-weight: bold;
}


a.nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.Footer_Link {
	color:#e96400;
	text-align:right;
}

a.Footer_Link:hover {
	color:#542400;
	
}

a.Footer_Link:focus {
	color:#8C3C00;
}

#E-Mail-Footer {
	color:#797979;
}

#Kurzvita_Petra_Liste {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*ul {
  list-style: none; /* Remove HTML bullets
  padding: 0;
  margin: 0;
}*/

#Kurzvita_Petra_Liste > li { 
  padding-left: 0px; 
}

#Kurzvita_Petra_Liste > li::before {
  content: "-"; /* Insert content that looks like bullets */
  padding-right: 3px;
  color: blue; /* Or a color you prefer */
}

.H2_Link, .mail_Link, .paragraph_Link {
	color:#292929;
}

a.H2_Link:hover, .mail_Link:hover, .paragraph_Link:hover {
	color:#797979;
	text-decoration: none;
}

a.H2_Link:focus, .mail_Link:focus, .paragraph_Link:focus {
	color:#494949;
}

.smallCell
{
    white-space: nowrap;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.3rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.1rem;
}

.btn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 18px;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
  box-shadow: inset 5px 8px 8px rgba(255, 195, 8, 1);
}

.btn:hover {
	opacity: 1;
	box-shadow: inset 5px 8px 8px rgba(255, 230, 8, 1);
}

#Bildzoom1:hover{
    width: 1200px;
    height: 576px;   
	opacity: 1;
/*    transition: 3s ease-in-out;*/
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
