body {
 background: 
   linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
   url('https://dieterbeckmann.de/images/Background.jpg');
 background-size: cover; 
 background-repeat: no-repeat; 
 background-position: top;
 height: 100%; 
}

body main, body .container-sidebar-right .sidebar-right,.mod-breadcrumbs{
background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7))!important;
}

body main{
  padding: 1rem;
  border-radius: 4px;
}

.mod-breadcrumbs{
  border-radius: 4px;
}

body .sidebar-right{
  margin-top: 4.5rem!important;
}

@media (max-width:991px){
  body .sidebar-right{
  margin-top: 1rem!important;
}
}

h1,h2,h3{
  color: #573c1f!important;
}

body main h1{
  font-size: 30px!important;
}

a, a:visited, a.active{
  color: #422b13!important;
}

a:hover{
  text-decoration: underline;
  color: #422b13!important;
}

.container-header{
  background-color: #423323!important;
  background-image:none!important;
}