/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Annas */
 
 /* hide breadcrumbs on home */  
.hidebreadcrumbs .uk-breadcrumb {  
  display: none;  
}

/* svg logo firefox fix */
.uk-logo img.uk-responsive-height {    
    height: 68px;    
}

/* Contact headers left-aligned */

.dl-horizontal dt {
 text-align:left;
}