
.header_bg_image {
    background: rgba(0, 0, 0, 0) url("../minabilder/header_bg.png") repeat scroll 0 0 / cover ;
}

body {
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.ls {
    color: #666;
	font-family: 'Open Sans', sans-serif;
}

.sf-menu ul a {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.sf-menu > li .mega-menu li, .sf-menu li > ul li {
    padding: 0 10px;
}

.sf-menu ul a:hover::before, .sf-menu ul li.active a::before {
    background-image: url("../img/bullet.png");
}

.sf-menu ul a:hover, .sf-menu ul li.active a {
    color: #000;
}

.fullwidth_menu .sf-menu li > ul {
    left: 10px;
}
.sf-menu > li .mega-menu, .sf-menu li > ul {
    background-color: #ffffff;
    border-top: 5px solid #7B5841;
    list-style: outside none none;
    padding: 0;
    text-align: left;
}

p {
    line-height: 20px;
    margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.flex-direction-nav a {
    height: 0px;
    width: 0px;
}

h1 {
    font-size: 76px;
}
h2 {
    font-size: 44px;
}

h4 {
    text-transform: none;
}

h6 {
    padding-top:5px;
}


.lusitana-bold-up {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
}

.ls .highlight2 {
	color: #74513a;
}

*::-moz-selection {
    background-color: #8a694f;
    color: #ffffff;
}
*::-moz-selection {
    color: #ffffff;
}

.intro_section h1::after {
    background-color: #75533A;
    content: "";
    display: block;
    height: 2px;
    margin: 25px auto;
    width: 70px;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #74513a;
}

.intro_section p {
    color: #DC9C81;
}

.contacts-section {
    background-color: rgba(140, 107, 81, 0.90);
    bottom: 0;
    left: 0;
    /*position: absolute;*/
    right: 0;
    z-index: 1001;
}

.services-list.list1 li {
    border-bottom: medium none;
    padding: 10px 7px 10px 15px !important;
}

.main_bg_color {
    background-color: #C6839;
    color: #ffffff;
}



a.logo {
    /*background-color:#BADAB1;*/
    border-top: 0;
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.lookbook {
	background-image: none;
    background-color: #F5F5F5!important;
}

.page_copyright.theme_copyright {
    background-image: url("../minabilder/copyright_bg.jpg");
    margin-top: 25px;
    position: relative;
    z-index: 3;
}

.header_bg_image .sf-menu > li > a:hover, .header_bg_image .sf-menu > li.active > a {
    color: #efefef;
}

.theme_buttons.color2 a, .theme_button.color2 {
    background-color: #77543d !important;
}

.teaser .border_icon {
    border-style: solid;
    border-width: 2px;
    line-height: 1;
    min-height: 48px;
    min-width: 48px;
    padding: 0.28em 0.3em 0.23em;
    text-align: center;
}

.size_small {
    font-size: 28px;
}

.round {
    border-radius: 10%;
}

.contacts-section .teaser .border_icon {
    border-color: #e4a47e;
}

.highlight2 {
    color: #e4a47e;
}

.lusitana-bold-up {
	line-height:22px;
	}

.sf-menu a {
    padding: 6px 0;
}	

.fontsize_25 {
    font-size: 25px;
}
	
/*Mobilanpassning*/

 @media (max-width: 500px) {
	
	h1 {
    font-size: 34px;
	}
}	

 @media (max-width: 900px) {
	
	h1 {
    font-size: 46px;
	}
	

 @media (max-width: 384px) {
	.intro_section .slide_description {
		display: block;
		/*height: 600px;	*/
		padding: 20px 0;
	}
	
	h1 {
    font-size: 34px;
	}
	
h2 {
    font-size: 28px;
	}	
 }	

@media (max-width: 320px) {
	.intro_section .slide_description {
		display: block;
		/*height: 640px;*/
		padding: 20px 0;
	}
	
	h1 {
    font-size: 40px;
	}
	
	h2 {
    font-size: 26px;
	}	
}
 
