/* tilpas logo */

#logo {
    padding: 20px 0 0 0px;
    text-align: center;
	margin-bottom:-50px;
}
#line {display:none;}
#logo img {
    height: 180px;
    width: auto;
}
/*fjern ligegyldig søgefunktion*/
.nav-search {
    display: none;
}
/*fjern header*/
header.entry-header.page-header {
    display: none;
}
/*fjern footer*//*
.site-info.container {
    display: none;
}*/
/*footer farve*/
#footer-area {
    background-color: #131E1D;
    color: #fff;
}

.phone {
    float: right;
    margin-top: 7px;
    background: #799c66;
    color: white;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
}
.phone a {color:white;}
.phone a:hover {color:white;}

@media screen and (max-width: 992px) {
    .phone {
       padding:0 5px 0 5px;
    }
  }