.hinweis{
    
    background-color: #3b4c55;
    color: white;
    padding: 20px;
  
    text-align: center;line-height: 1.2;font-size: 20px;
    box-shadow: 0 0 8px black;
}
.tfw-calendar-app{
    margin: 0 auto;
}
#headingOne{
    padding: 20px;
}
.ms-navbar, .ms-lead-navbar{
    margin-bottom: 0;
}
label.control-label{
    font-size: 16px;
    color: black;
}
footer a:hover{
    color:white;    
}
.no-pm{
    padding: 0 !important;
    margin: 0 !important;
}
.a-line{
    text-decoration: underline;
}
.mb-40{
    margin-bottom: 40px;
}
.ms-slidebar{
    width:265px;
}
.list-no-style{
    list-style: none;
    color: inherit;
    margin-left: -35px;
}
.list-no-style li{
     margin-bottom: 15px;
} 
.nav.nav-tabs li a i{
    margin: 0;
}
.ms-hero.ms-hero-material{
    background-image: url(../img/ferienhaus-schleswig-holstein-header-2.jpg);
    height: 950px;
    background-position: center center;
    background-size: cover;
}
.ms-hero.ms-hero-material:before{
background-color: transparent;
    box-shadow: none;
}
.bg-brown{
    background-color: #7E6E66;
}
figcaption{
    text-align: center;
    color: silver;
}
h2{
    font-weight: 400;
}
.zmdi{
    font-size: 40px !important;
    color: #977D74;
}
input::placeholder, textarea::placeholder{
    color: silver !important;
    font-size: 11px !important;
}
.form-group label.control-label{
    font-size: 16px;
}
.form-control, .form-group .form-control{
    background-color: white;
    padding: 5px;
    background-image: none;
}
@media (max-width:1024px){
    .ms-hero.ms-hero-material{
    background-image: url(../img/ferienhaus-schleswig-holstein-header-2-md.jpg);
    height: 450px;
    background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
}
}