/* Füge hier Dein eigenes CSS ein */
#top .logo, .logo a {
margin-top: 10px;
}
/* blue box nach unten  */
.margin-blue {
margin-top: 30px;
  
}

body div .avia-button {
text-align: left!important;
  padding-left: 10px!important;
}

.einzug {
margin-left: 20px;
}

#top .avia-button-fullwidth {
padding: 7px !important;
  padding-left: 12px !important;
  background: transparent !important;
  border: solid 1px #fff !important;
  font-size: 16px !important;
}

#top .av_inherit_color a {
text-decoration: none !important;
}

#top .av_inherit_color a:hover {
text-decoration: underline !important;
}

.responsive #top .av-main-nav .menu-item-avia-special {
display: none !important;
}

#socket .copyright {
    width: 100%;
}

#socket .copyright .custom-right {
    float: right;
}

/* footer font  */
#top #wrap_all #socket, #top #wrap_all #socket span{
font-size: 15px !important;
}

/* media queries  */
@media only screen and (max-width:980px) {

  /*  
#bg-welle {
   background-image: none!important; 
  }*/
} 

/* logo zentriert auf mobile  */
@media only screen and (max-width:767px) {
  
  
  .responsive #top .logo, 
  .responsive #top .logo a {
    display: block;
    margin: 0px auto;
  }

  .responsive #top .logo img {
    margin: 10px auto;
  }

  .responsive #top #wrap_all .main_menu {
    position: static;
    height: auto;
  }

  .responsive #top .av-logo-container .avia-menu {
    width: 100%;
    text-align: center;
  }

  .responsive #top .av-logo-container #avia-menu {
    margin: 0 auto;
    width: 29px;
  }

  #top #wrap_all #header .av-small-burger-icon a {
    height: auto !important;
    line-height: 3 !important;
  }

  
  
  
  /* footer  */
 #socket .copyright .custom-right {
    float: left;
} 
  
}
