h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    color: #7f7f7f !important;
}

h2 {
    font-size: 2rem !important;
    font-style: italic !important;
}

/*     MENU       */
#menu ul li{
    position: relative;
}

#header #menu-special > ul >li {
    font-family: 'Quicksand', sans-serif!important;
}

#header #menu > ul >li > ul {
    padding: 0px 11px 11px 0;
    background-color: #ffffff;
    margin-top: 20px;
    top: -1px;
    z-index: 99;
}

#menu > ul > li > ul {
    left: -49px !important;
    position: absolute;
}
#menu > ul > li > ul li{
    list-style: none;
    width: 154px;
    padding: 3px;
    text-align: left;
}

#menu > ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    }

#menu > ul > li {
    display: inline;
    margin: 0 20px;
    }
   
.costumer {
    border: #ffd724 1px dotted;
    border-radius: 5px;
    padding: 7px 7px 7px 12px;
    margin-left: 10px;
}

.toggle {
    text-align: right;
    margin: 0 0em;
    position: relative;
    bottom: 1px;
    padding-left: 16px;
    display: none!important;
}

.toggle img {
    height: 39px;
    margin: 0px 5px 7px;
}
a.sprache {
    float: left;
    bottom: -13px;
    position: relative;
}

a.sprache img {
    height: 12px;
    margin: 0;
}

#content img {
    width: 80% !important;
}

/*         Footer          */


.footertext {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 100%;
}

.footertext
    p {
    text-align: center;
    margin: 0 auto 15px;
}
.footer
    h3 {
    text-align: center;
    font-size: 1.8rem !important;
}
ul.social{
    padding: 0;
}
.social li {
    display: inline-block;
    margin: 0 10px;
}

.social
    li a::after {
    content:" ";
}

.social
    img {
    width: 26px;
    background-color: #888e9c;
    border-radius: 5px;
}
.legal
    a,.help a { 
    display: block;
    margin-bottom: 13px;
}

.footer >
    a {
    text-decoration: none;
}

.footer
    a::after {
    content:" »";
}
    a {
    text-decoration: none;
}

/*      MENU auf Kleingeräten     */  

#menusmall a {
    display: block;
}
#menusmall {

    border-right: 6px #fee162 solid;

}

#menusmall a.menutrennung {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#menusmall a.menutrennung-top{
    border-top: 1px solid;
    padding-top: 3px;
}

#menusmall a.customer {
    border: #ffd724 1px dotted;
    border-radius: 5px;
    padding: 7px 7px 7px 12px;
    margin: 10px auto;
}

#menusmall img {
    width: 100%;
    max-width: 30px;
  }

  #menusmall-portfolio {
    list-style: none;
    padding: 0;
    display: none; 
    margin-top: 0;
    margin-bottom: 8px;
  }

  div.submenu  {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding: 5px 0;
    display: none;
  }

/*   Media Syle   */

@media screen and (
    max-width: 767px) {
    div .toggle {
        display: block!important;
    }
    div #menu-special {
    display: none;
    }
    #menu {
    display: none;
    }
    
    #impressum p, #impressum h3 {
        text-align: center;
    }

    #impressum .text {
        padding-left: 0;
    }
    #impressum .text:nth-child(2) {
        border-left: 0;
    }
    
    #datenschutzerklaerung {
        font-size: smaller;
    }
    
    .referenzenimpressum {
        display: inline;
    }     

    /* Kontaktformular  */ 
  
    address, #anschrift > p {
        text-align: center;
        margin-left: 0;
    }
    .konfession {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #pictogramunder ul{
        margin-left: 0px;
    }
    
    #download h2{
        float: none;
        margin: 0px;
    }
    #download .mitte{
        left: 50%;
    }
    
    #download .left{
        left: -50%;
    }

}    
  