form ol {list-style-type: none;}
footer input, footer textarea {
    color: #111;
  
  }
body,body_bg, .htmlarea-content-body {
       background:  #000 url("../../../user_upload/bilder/bg1.png") fixed;
       
}
.navbar.navbar-top {
    margin-bottom: 10px;
}
footer label {
   
    width: 180px;
}
.caption {
    color: #fff;
}
.footer-section a:hover, .footer-section a:focus {
  color: #FDDC01;
}
.section-primary {
    color: #fff;
     background-color: transparent;
}
.navbar-default {
    background-color: #ddba87;
    border-color: #ddba87;
}
td span, th span {
  color: #111;
  }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default-transition .navbar-nav > .active > a, .navbar-default-transition .navbar-nav > .active > a:hover, .navbar-default-transition .navbar-nav > .active > a:focus, .navbar-default-transition.navbar-transition .navbar-nav > .active > a, .navbar-default-transition.navbar-transition .navbar-nav > .active > a:hover, .navbar-default-transition.navbar-transition .navbar-nav > .active > a:focus
{
  color: #fff;font-family: "Acme", Courier, monospace;
  }
p {
 font-family: "Acme", Courier, monospace; 
  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Acme", Courier, monospace; 
    font-weight: 500;
    line-height: 1.1;
    color: #AA0601;
}
h4 {
  color: #000;
  
}
.well {
    min-height: 20px;
    padding: 19px;
     margin-bottom: 0;
    background-color: #DDBA87;
     border: 0; 
    border-radius: 0px;
    
}
.section-light {
    color: #333333;
    background-color: transparent;
}

.footer-section a {
    color: #AA0601;
}
.footer-section {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
label {
    
    width: 7em;
    color: #fff;
}
@media (max-width: 991px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ddba87;
}


}
@media (min-width: 991px){
table.table {
  width: 70%;
}
}
.footer-section {
    border-top: none;
    color: #ffffff;
    background-color: #ddba87;
   
}
.meta-section
{
   border-top: none;
  background-color: transparent;
   
}
.navbar-default .navbar-nav > li > a {
    color: #AA0601;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #AA0601;
    background:  transparent url("../../../user_upload/i/stern_kl.html") 100% 40% no-repeat;
  border:none;
    
}
.navbar-main > li > a .bar {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: transparent;
    opacity: 0;
    -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -o-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
}



iframe {
  max-width: 100%;
}
.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%;
}