@import url('reset.css'); 

html, body {height: 100%;}
body{
font-family: 'Oswald', sans-serif;
color: #444444;
font-size: 16px;
width: 100%;}
.orange{color:#F89829;}
                                    /* animeret underscore på links*/
section h3 + div span {transition: all 0.2s ease-in-out;position: relative;}
section h3 + div span:before, section h3 + div span:after { /*linkstreg*/
  content: "";
  position: absolute;
  bottom: -5px; /*sætter afstand af linie til linktekst*/
  width: 0px;
  height: 1px; /*sætter bredde på linkstreg*/
  margin: 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.40s; /*hastighed af stregs udfoldning*/
  opacity: 0;}
section h3 + div span.hover-3:before {left: calc(50%);background-color: #F89829;}
section h3 + div span.hover-3:after {right: calc(50%);background-color: #F89829;}
section h3 + div:hover span:before, section h3 + div:hover span:after {width: 100%;opacity: 1;}
section h3 + div:hover span.hover-3:before, section h3 + div:hover span.hover-3:after{width: 50%;}
  
                                    /*bliss slider*/
.slider-container {width: 100%;height: 100px;position: relative;overflow: hidden;}
#slider{position:absolute;top:100px;z-index:-10;}
.slider {margin: 0;padding: 0;width: 100%;height: 100%;list-style: none;}
.slide {position: absolute;top: 0;left: 0;width: 100%;height:450px;overflow:hidden;}
.slide-bg {position: relative;overflow: hidden;z-index: 1;}
.slide-bg img {width: 100%;height: auto;display: block;}

@media (max-width: 770px){.slide-bg img {object-fit: cover!important;height: 400px;overflow: hidden;}}

                                    /*harmonikamenuen*/
#wrap_menu{
margin:0 auto;
width:500px;
text-align:center;
margin-top:0px;}

#accordion{
width:500px;
margin-top:30px;
margin-bottom:30px;
text-align:left;font-weight:bold;}

.ui-accordion .ui-accordion-content {       /*sætter padding på undermenu*/
	border-top: 1px solid #F89829;
        padding-top:20px;                   /*laver luft til menupunkt over*/
        margin-top:15px;
	overflow: auto;
	line-height:18px;
	letter-spacing:0,5px;
	font-family:arial;
	margin-left:100px;}                                                        
                                                        
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 1px;                        /*sætter margin på overskrifter*/
/*	padding: .5em .5em .5em .7em;*/         /*luft omkring menuoverskrifter*/
	min-height: 0; /* support: IE7 */
	font-size:130%;		                /*sætter farve på overskrifter*/
        font-weight:300;
        font-style:italic;}

.ui-accordion .ui-accordion-icons {         /*sætter margin på overskrifter*/
	text-align:center;} 
                      
.ui-helper-hidden {display: none;}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;}
.ui-helper-clearfix:after {clear: both;}
.ui-helper-clearfix {min-height: 0; /* support: IE7 */}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);}

.ui-front {z-index: 100;}
.ui-state-disabled {cursor: default !important;}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;left: .5em;top: 50%;margin-top: -8px;}

.ui-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {font-weight: normal;	/*color: grey;*/}


@media (max-width: 516px){
#wrap_menu{width:300px;}
#accordion{width:300px;}
.ui-accordion .ui-accordion-content{margin-left:0px;}}
