html, body {
	margin:0;
	padding:0;
}

.clearfix:after { clear:both; }

.trennlinie
{
height:1px;
width:100%;
color:#EFEFEF;
background-color:#EFEFEF;
border:0;
}

/* http://astronautweb.co/snippet/font-awesome/ */
.fa-thumbs_up:before{content:"\f087";}
.fa-plus:before{content:"\f055";}

.fa-tel:before{content:"\f095";}
.fa-mail:before{content:"\f003";}

.bild_logo
{
  width:40px;
  height:40px;
  overflow:hidden;
}

.box_fragen, .box_fragen A:link, .box_fragen A:hover, .box_fragen A:active, .box_fragen A:visited, .box_fragen span
{
font-size:14px;
line-height:22px;
text-align:left;
color:#e67e22;
padding-bottom:15px;
padding-top:5px;
}

#footerlogo {     background-color:#FFFFFF;height:40px;width:200px;padding-left:70px;float:left;padding-top:10px;padding-bottom:10px;         }                            

/* =Navigation
-------------------------------------------------------------- */
/* clip skip link for screen readers */
.skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
#access {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow:visible;
    z-index:100;
    margin-bottom:10px;
}
/* style the main menu 8*/
.sf-menu{
    border: 1px solid #e57d23;
    border-top: none;
}
/* get rid of padding and margin off all ul's (not sure about using * here, could be better) */
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
/* position all dropdowns off screen */
.sf-menu ul {
    position:absolute;
    top:-999em;
}
/* style the main nav list items */
.sf-menu li {
    background: #e57d23;
    background-image: url('../img/menuBg.png'), linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
    background-image: url('../img/menuBg.png'), -o-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
    background-image: url('../img/menuBg.png'), -moz-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
    background-image: url('../img/menuBg.png'), -webkit-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
    background-image: url('../img/menuBg.png'), -ms-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
    background-image: url('../img/menuBg.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(229,125,35)), color-stop(1, rgb(229,125,35)));
    background-repeat: repeat-x;
    border-top: 1px solid #FFFFFF;
    clear: left;
    float:left;
    position:relative;
    width: 100%;
}
/* change the main nav list items on hover */ 
.sf-menu li:hover {
    background-image: url('../img/menuBg.png'); 
    visibility:inherit; /* fixes IE7 'sticky bug' */
}
/* style all the links */
.sf-menu a {
    font-size: .8em;
    color: #fff;
    display:block;
    padding: 12px 0;
    text-decoration: none;
    text-indent: 12px;
}
/* style the first drop */
.sf-menu li li, .sf-menu li li:hover{
    background: none;
    background-image: none;
}
/* add a larger text indent for the first drop links */
.sf-menu li li a{
    text-indent: 24px;
}
/* add a larger text indent for the second drop links */
.sf-menu li li li a{
    text-indent: 36px;
}
/* add a larger text indent for the third drop links */
.sf-menu li li li li a{
    text-indent: 48px;
}
/* position first drop */
.sf-menu li:hover ul {
    top:auto; /* match top ul list item height */
    position:relative;
}
/* make sure second drop is still off screen */
ul.sf-menu li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position second drop */
ul.sf-menu li li:hover ul {
    top:auto;
    position:relative;
}
/* make sure third drop is still off screen */
ul.sf-menu li li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position third drop */
ul.sf-menu li li li:hover ul {
    top:auto;
    position:relative;
}


.mobile_off{display:none;}
    
    
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 850px) {

    .mobile_off{display:block;}
    
    /* set height so content isn't pushed down */
    #access{
        float: left;
        height: 36px;
        width: 100%;
    }
    /* set height so content isn't pushed down add z-index to keep drops above content */
    .sf-menu{
        height: 36px;
        z-index: 100;
    }
    /* restyle so main links are horizontally aligned */
    .sf-menu li {
        clear: none;
        width: 16.66667%; /* this will need to be adjusted for your needs */
    }
    /* new style for drop list items */
    .sf-menu li li{
        background: rgb(25,145,205);
        background-image: url('../img/menuBg.png'), linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
        background-image: url('../img/menuBg.png'), -o-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
        background-image: url('../img/menuBg.png'), -moz-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
        background-image: url('../img/menuBg.png'), -webkit-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
        background-image: url('../img/menuBg.png'), -ms-linear-gradient(bottom, rgb(229,125,35) 0%, rgb(229,125,35) 100%);
        background-image: url('../img/menuBg.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(229,125,35)), color-stop(1, rgb(229,125,35)));
        background-repeat: repeat-x;
        clear: left;
        width: 100%;
    }
    /* reset text indent on all drop a tags and set the width to 100% */
    .sf-menu li li a, .sf-menu li li li a, .sf-menu li li li li a{
        text-indent: 12px;
        width: 100%;
    }
    /* reposision and style the first drop */
    .sf-menu li:hover ul{
        background: rgb(229,125,35);
        left: auto;
        position: absolute;
        top: -1;
        width: 100%;
        z-index: 100;
    }
    /* reposision and style the second drop */
    ul.sf-menu li li:hover ul{
        background: rgb(229,125,35);
        position: absolute;
        top: -1px;
        left:100%;
    }
    /* reposision and style the third drop */
    ul.sf-menu li li li:hover ul{
        background: rgb(229,125,35);
        position: absolute;
        top: -1px;
        left:100%;
    }
}

@media only screen and (min-width: 992px) {
    /* bigger screen bigger nav */
    #access{
        height: 50px;
    }
    /* bigger screen bigger nav */
    .sf-menu{
        height: 50px;
    }
    /* bigger screen bigger font size and padding */
    .sf-menu a {
        font-size: 1em;
        padding: 17px 0;
    }
}
@media only screen and (min-width: 5382px) {
    #access, .sf-menu{
        height: auto;
    }
    .sf-menu li {
        clear: left;
        width: 100%;
    }
    /* reposition the first drop */
    .sf-menu li:hover ul{
        left: 100%;
        top: -1px;
        position: absolute;
    }
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) 
{
}
