 .navbar {
  min-height: 80px;
  border-radius: 0;
  background-color: #92D050;
  font-size: large;  
  color: black;
  box-shadow: 10px 10px 5px grey;
}

.navbar-brand {
  padding: 16px  0px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}


.navbar-nav li a {
 position: middle;
 line-height: 50px;
}

.footer {
  padding: 10px;
  background-color: #92D050;
  color: black;
}

.sidenav {
  padding-top: 20px;
}

#logo {
  margin-top: -16px;
  margin-right: 30px;
  background-color: #92D050;
}


.carousel-indicators  {
	bottom: -10px;
  color: #000;
  background-color: rgba(255, 255, 204, 100);
}

.carousel-caption {
	 top:-30px;
}

.carousel-control {
  top: -100px;
}

.carousel {
  top: -20px;
}

 .carousel-indicators li {
   display: inline-block;
   width: 10px;
   height: 10px;
   margin: 1px;
   text-indent: -999px;
   cursor: pointer;
   background-color: #000 \9;
   background-color: rgba(255, 255, 204, 100);
   border: 1px solid #000000;
   border-radius: 10px;
 }
 
 .carousel-indicators .active {
   width: 15px;
   height: 15px;
   margin: 0;
   background-color: #333 \59;
   background-color: rgba(146, 208, 80, 50);
}




.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


.bg { 
  /* The image used */
  background-image: url("bilder/background.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



@media (max-width: 767px) {
  .text-xs-left { text-align: left; }
}


.red_button {
  background-color: #FF0000;
  border-radius: 6px;
  border: 10px;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.red_button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.red_button2 {
  background-color: #FF0000;
  border-radius: 6px;
  border: 10px;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width:  40px;
  height: 40px;
  touch-action: manipulation;
}

.red_button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.red_button3 {
  background-color: #FF0000;
  border-radius: 6px;
  border: 10px;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width:  60px;
  height: 100px;
  touch-action: manipulation;
}

.red_button3:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button1 {
  background-color: #92D050;
  border-radius: 6px;
  border: 10px;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button2 {
  background-color: #92D050;
  border-radius: 6px;
  border: 10px;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width:  40px;
  height: 40px;
  touch-action: manipulation;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button3 {
  background-color: #92D050;
  border-radius: 6px;
  border: 10px;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width:  80px;
  height:  40px;
  touch-action: manipulation;
}

.button3:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


hr {
  border: 0;
  height: 2px;
  background-color: rgba(146, 208, 80, 50);
}

body, html {
  height: 100%;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 75px;
    right: 15px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    opacity:0.6;
}
#back2Top:hover {
    background-color: #92D050;
    color: #000;
}

td { 
    padding: 7px;
}
