body {
    background-color: #050606;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #706f6f;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

img {
max-width: 100%;
}

a {
color: #a81916;

}

#back-to-top {
background: #a71b18;
	
}

h4 {
margin-bottom: 20px;
color: #ef403d;
font-size: 1.4rem;
}

.marginbottom30 {
 margin-bottom: 30px;
}




/* Navigation */

ul.nav-menu {
margin-bottom: 8px;
}

ul.nav-menu li  {
display: inline-block;
margin: 0;
}

#wprmenu_menu_ul a{
	color:white;
	text-transform: uppercase;
}

#wprmenu_menu_ul .current_page_item a{
	text-decoration: underline;
}

ul.nav-menu li a  {
text-decoration: none;
padding: 10px;
color: #ef403d;
}

ul.nav-menu li a:hover  {
text-decoration: none;
background: #ef403d;
color: #fff;
}

ul.nav-menu li.current_page_item a  {
text-decoration: none;
background: #ef403d;
color: #fff;
}

.menu_title a {
    color: #fff;
    padding-left: 20px !important;
    top: 0px !important;
}


/* header */


.header {
    text-align: right;
    margin: 0px;
    width: 100%;
}

.headerimage {
    max-width: 100%;
    height: 650px;
    overflow: hidden;
    line-height: 0;

}

#video-background {
    max-width: 100%;
    height: auto;
}

.headerimage img {
 width: 100%;
 position: absolute;
 bottom: -1px;
 right: 0px;
}

.footer {
margin-top: 15px;
text-align: center;
padding: 15px;
    font-size: 1.5em;
    line-height: 133%;
} 

.grey {
    background: #ccc;
    margin: 0 -50px 0 -50px;
    padding: 10px 50px 10px 50px;
}

.grey .btn {
white-space: normal;
}


.twocolumns {
 column-count: 1;
 margin-bottom: 20px;
}

.container {
max-width: 1270px;
box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
font-size: 1.1875em; 
font-weight: 400;
line-height: 147.368421052%;
background: #000;
padding-bottom: 30px;
}


.container img {
    max-width: 100%;
    height: auto;
    margin: 0px 0;
}

.container .logo img {
    width: 200px;
    max-width: 100%;
}

.nopadding {
 padding: 0;
}

.padding-50 {
 padding: 20px 50px 0 50px;
}

.padding-0 {
 padding: 0;
}



.mitgliedsleiste {
 width: 100%;
 display: flex;
 align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top:20px;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}


/* Sidebar */

.mitgliedsleiste li {
    list-style-type: none;
}

.container .mitgliedsleiste img {
 margin: 0 0 25px 0;
}

/*
body.page-id-35 .mitgliedsleiste {
    margin-top: -30px;
    margin-right: 100px;
}
*/



@media (max-width: 1200px) {
  .logo {
    margin-bottom: 30px;
  }
  
  .headerimage {
    max-width: 100%;
    height: auto;
    overflow: hidden;

}

