body {
  padding-top: 70px;
}


.navbar-default {
  background-color: rgb(220,58,83);  
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  z-index: 999;
  display: block;
  position: fixed;
  /* top: 10px; */
  right: 0px;
  padding: 10px 10px;
  /* box-shadow: 0px 1px 1px rgba(0,0,0,0.15); */
  border-radius: 3px;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  font-size: 20px;
  transition: color linear 0.15s;
  text-decoration: none !important;
  color: #FFFFFF;
  background: #DC3A53;
  border-color: #DC3A53;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

header {
  margin-bottom:25px;
}
.headerlogo {
  padding-left: 50px;
}

footer {
  background-color: rgb(30, 48, 123);
  color: white;
  padding:25px 0;  
  padding-top:50px;  
}
footer a,
footer a:hover,
footer a:active,
footer a:visited {
  color:white;
}

#gruemenu > ul { box-shadow: none; /*padding:0; margin:0*/ margin: 0 50px;}


/*
 * Back-To-Top-Funktion
 
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(68,126,30);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}*/