@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: m_light;
	color: #5a5a5a;
	font-size: 15px;
	overflow-x: hidden
}

* {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.wrapper {
	width: 1150px;
	margin: 0 auto;
	position: relative
}

a img {
	border: none
}

a {
	outline: 0;
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.bold {
	font-weight: 700
}

.center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.slicknav_menu {
	display: none
}

strong {
	font-family: m_bold
}

#logo {
	float: left;
	padding: 13px 0 5px
}

#menu {
	text-align: center;
	position: absolute;
	left: 245px;
	right: 130px;
	top: 45px
}

#menu ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center
}

#menu ul li {
	display: inline-block;
	margin: 0 7px;
	vertical-align: top
}

#menu ul li a {
	text-align: center;
	padding: 0 6px;
	display: block
}

#menu ul li a:hover:after {
	width: 100%
}

#menu ul li.menuactive a {
	font-family: m_bold;
	color: #d1ad81
}

#menu ul li.menuactive a:after {
	width: 100%
}

#menu ul li a:after {
	display: inline-block;
	content: "";
	width: 0;
	vertical-align: top;
	margin-top: 6px;
	height: 1px;
	background: #d1ad81;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#contactphone {
	float: right;
	margin-top: 45px;
	background: url(../../images/phone.jpg) no-repeat center left;
	padding-left: 23px;
	color: #c99e67;
	font-family: m_bold;
	font-size: 17px
}

#owl {
	overflow: hidden
}

#owl .item {
	position: relative;
	overflow: hidden
}

#owl .item-wrapper {
	width: 1170px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -585px;
	top: 3%;
	bottom: 3%;
	text-align: right
}

#owl .item-wrapper img {
	max-height: 100%;
	width: auto;
	display: inline-block;
	vertical-align: middle
}

#owl .item-wrapper:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}

#owl .item {
	font-size: 60px
}

#owl .item-wrapper h1 {
	color: #fff;
	font-family: m_light;
	text-align: left;
	position: absolute;
	font-size: inherit;
	margin: 0;
	top: 0;
	left: 0
}

#owl .item-wrapper h1 span {
	color: #c99e67;
	font-family: m_bold;
	display: block
}

#owl .owl-controls {
	position: absolute;
	bottom: 4%;
	z-index: 999;
	width: 100%
}

#owl .owl-nav {
	display: none
}

#owl .owl-dots {
	text-align: center
}

#owl .owl-dot {
	border: 2px solid #fff;
	height: 13px;
	width: 13px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 5px
}

#owl .owl-dot.active {
	background: #fff
}

#content #hr {
	background: #c99e67;
	height: 12px;
	margin-top: -6px;
	position: relative;
	z-index: 20
}

#footer {
	height: 209px;
	width: 100%;
	background: #8e8a8a url(../../images/footer.png) center bottom no-repeat;
	font-size: 14px;
	padding-top: 160px
}

#footer.hometext {
	min-height: 209px;
	padding-top: 30px;
	color: #fff;
	font-size: 14px
}

#footer.hometext .wrapper>div {
	padding: 20px 0
}

#footer p {
	color: #aeaeae;
	width: 33%;
	text-align: center
}

#footer a,
#footer strong {
	font-family: m_semibold;
	font-weight: 400;
	color: #fff
}

.homebox {
	padding: 20px;
	min-height: 288px
}

.col1 {
	width: 100%
}

.col2 {
	width: 50%
}

.col4 {
	width: 25%
}

.col1,
.col2,
.col4 {
	float: left
}

.col1.offerbox,
.col2.offerbox {
	padding: 0 10px;
	min-height: 222px
}

.homebox h2,
.homebox h3,
.homebox h4,
.homebox h5 {
	margin: 0
}

.homebox h2 {
	font-family: m_bold;
	font-size: 26px;
	color: #c99e67;
	padding: 20px 20px 0 20px
}

.homebox h3 {
	font-size: 29px;
	font-family: m_bold;
	margin: 20px 0 30px 0
}

.homebox.buisness h3,
.homebox.standard h3 {
	margin-top: 60px
}

.homebox h5 {
	font-size: 16px;
	font-family: m_bold;
	margin: 20px 0 20px 0
}

.homebox.method,
.homebox.method2 {
	background: #c99e67;
	color: #fff
}

.col4 {
	min-height: 430px
}

.homebox.address {
	font-size: 13px;
	padding: 0 10px
}

.homebox.address span {
	margin-bottom: 17px;
	display: block
}

.homebox.contact {
	background: #e8e8e8;
	border: 4px solid #fff
}

.homebox.contact input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #9c9c9c;
	background: 0 0;
	font-family: Open Sans;
	padding: 5px 0;
	font-style: italic;
	color: inherit;
	font-size: 13px;
	outline: 0;
	margin-bottom: 6px
}

.homebox.contact input.error {
	border-bottom: 1px solid red
}

.homebox.contact .col2 {
	padding: 0 10px
}

.homebox.contact .col1 {
	padding: 0 10px
}

.homebox.contact button {
	margin-top: 20px
}

.homebox.buisness,
.homebox.standard {
	background-size: cover !important
}

span.address {
	background: url(../../images/marker.png) no-repeat left top;
	display: inline-block;
	padding-left: 36px;
	min-height: 30px
}

span.phonemail {
	background: url(../../images/contact.png) no-repeat left top;
	display: inline-block;
	padding-left: 36px;
	height: 30px
}

span.facebook {
	background: url(../../images/fb.png) no-repeat left top;
	display: inline-block;
	padding-left: 36px;
	height: 30px;
	line-height: 30px
}

span.yt {
	background: url(../../images/yt.png) no-repeat left top;
	display: inline-block;
	padding-left: 36px;
	height: 30px;
	line-height: 30px
}

span.instagram {
	background: url(../../images/instagram.png) no-repeat left top;
	display: inline-block;
	padding-left: 36px;
	height: 30px;
	line-height: 30px
}

.homebox.standard {
	background: url(../../images/standard.jpg) no-repeat center top;
	border: 4px solid #fff
}

.homebox.standard.a {
	background: url(../../images/standard2.jpg) no-repeat center top;
	border: 4px solid #fff
}

.homebox.home {
	font-size: 14px;
	padding: 0;
	position: relative;
	height: 430px
}

.homebox.buisness {
	background: url(../../images/buisness.jpg) no-repeat center top;
	border: 4px solid #fff;
	color: #fff
}

.homebox.metode {
	background: url(../../images/method.jpg) no-repeat center top;
	color: #c99e67;
	width: 100%;
	bottom: 0;
	position: absolute;
	min-height: 181px !important
}

.homebox.metode h3 {
	margin: 10px 0
}

.homebox.img {
	background: url(../../images/method.jpg) no-repeat center top;
	background-size: cover
}

.readmore {
	border: 1px solid #1d1d1b;
	padding: 10px;
	border-radius: 20px;
	width: 170px;
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-size: 14px;
	color: #1d1d1b;
	background: 0 0;
	text-align: left;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.readmore.white {
	color: #fff;
	border: 1px solid #fff
}

.readmore.white:after {
	background: url(../../images/arrow_white.png)
}

.readmore.grey {
	color: #676767;
	border: 1px solid #676767
}

.readmore.grey:after {
	background: url(../../images/arrow_grey.png)
}

.readmore:after {
	content: "";
	width: 7px;
	height: 8px;
	background: url(../../images/arrow_black.png);
	vertical-align: middle;
	float: right;
	margin: 6px 4px 0 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.readmore:hover {
	background: #1d1d1b;
	color: #fff
}

.readmore.white:hover {
	background: #fff;
	color: #676767
}

.readmore.grey:hover {
	background: #676767;
	color: #fff
}

.readmore:hover:after {
	background: url(../../images/arrow_white.png)
}

.readmore.white:hover:after {
	background: url(../../images/arrow_grey.png)
}

.readmore.grey:hover:after {
	background: url(../../images/arrow_white.png)
}

.readmore:hover:after {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

#sub h1 {
	float: left;
	font-size: 40px;
	margin-top: 40px
}

#sub {
	background: #8e8a8a;
	color: #fff;
	height: 136px
}

#sub .wrapper {
	height: 136px
}

.sub .homebox.address {
	min-height: auto
}

.kontakt #content .sub {
	padding: 0
}

#content .sub {
	min-height: 340px;
	padding-top: 15px;
	padding-bottom: 15px
}

.imgperson {
	max-width: 150px;
	height: auto;
	display: block;
	margin-right: 10px
}

#map {
	height: 300px;
	width: 100%
}

#reviewouter {
	display: none
}

.sub h3 {
	font-size: 28px;
	font-family: m_bold;
	color: #c99e67;
	padding: 10px 0 0 0;
	margin: 10px 0 20px 0;
	clear: both
}

h3.offer {
	min-height: 60px;
	padding: 10px 0 0 70px;
	margin: 10px 0 20px 0
}

h3.offer span {
	font-family: m_light
}

.heading1 {
	background: url(../../images/standard_offer.png) no-repeat left top
}

.heading2 {
	background: url(../../images/buisness_offer.png) no-repeat left top
}

.heading3 {
	background: url(../../images/mix_offer.png) no-repeat left top
}

.heading4 {
	background: url(../../images/online_offer.png) no-repeat left top
}

.heading5 {
	background: url(../../images/company_offer.png) no-repeat left top
}

.heading6 {
	background: url(../../images/translate_offer.png) no-repeat left top
}

.heading7 {
	background: url(../../images/last.png) no-repeat left top
}

.heading8 {
	background: url(../../images/senior.png) no-repeat left top
}

.heading9 {
	background: url(../../images/holiday.png) no-repeat left top
}

#sub img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	max-width: auto;
	display: block
}

.showmore {
	float: left;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	padding: 10px;
	border-radius: 20px;
	width: 49%;
	margin: .5%;
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	text-align: left;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.showmore:hover {
	border: 1px solid #1d1d1b;
	background: 0 0
}

.showmore span {
	float: right;
	margin-right: 10px;
	display: inline-block;
	font-family: Open Sans;
	font-style: italic;
	font-size: 13px
}

.showmore:hover span:after {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.showmore span:after {
	content: "";
	width: 7px;
	height: 8px;
	background: url(../../images/arrow_black.png);
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.ui-tooltip ul {
	margin: 0 0 0 10px;
	padding: 0
}

.arrow:after,
.ui-tooltip {
	background: #c99e67
}

.ui-tooltip {
	padding: 10px 20px;
	color: #fff;
	max-width: 300px;
	z-index: 9999;
	position: absolute;
	font-size: 14px
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px
}

.arrow.top {
	top: -16px;
	bottom: auto
}

,
.arrow.left {
	left: 20%
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.arrow.top:after {
	bottom: -20px;
	top: auto
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.op {
	padding-bottom: 5px;
	border-bottom: 1px solid #c99e67;
	margin-bottom: 10px;
	margin-top: 27px
}

span.fb {
	background: url(../../images/fb.png) no-repeat left top;
	display: inline-block;
	padding-left: 30px;
	height: 30px;
	line-height: 30px
}

.checkbox input {
	visibility: hidden;
	position: absolute;
	right: 999999px
}

.checkbox {
	margin: 10px auto;
	padding: 10px
}

.tabelcheck {
	width: 15px;
	height: 15px;
	border: 1px solid #9c9c9c;
	display: inline-block;
	font-family: Open Sans;
	padding: 5px 0;
	font-style: italic;
	color: inherit;
	font-size: 11px;
	float: left
}

.checkbox span {
	display: inline-block;
	font-family: Open Sans;
	padding: 5px 0;
	font-style: italic;
	color: inherit;
	font-size: 11px;
	float: left;
	width: 93%;
	vertical-align: middle;
	padding: 0;
	margin-left: 10px
}

.checkbox input:checked+label {
	background: url(/images/check-symbol.png) no-repeat center center;
	background-size: cover
}

.checkbox input.error+label {
	border: 1px solid red
}

@media screen and (max-width:1170px) {
	.wrapper {
		width: auto;
		padding: 0 10px
	}

	#owl .item-wrapper {
		width: 1023px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -516px;
		top: 3%;
		bottom: 3%;
		text-align: right
	}
}

@media screen and (max-width:1023px) {
	.homebox.home {
		width: 50%
	}

	#sub,
	#sub .wrapper {
		height: 76px
	}

	#sub h1 {
		float: left;
		font-size: 30px;
		margin-top: 20px
	}

	#owl .item-wrapper {
		width: 90%;
		position: absolute;
		left: 5%;
		right: 5%;
		left: 50%;
		margin: 0;
		top: 3%;
		bottom: 3%;
		text-align: right
	}

	.homebox.method,
	.homebox.method2 {
		width: 50%
	}

	.homebox.img {
		display: none
	}

	.sub .homebox.address {
		display: block
	}

	.homebox.address {
		display: none
	}

	.clear.c1 {
		clear: none
	}

	#menu {
		display: none
	}

	#logo img {
		max-width: 200px
	}

	#contactphone {
		margin-top: 40px
	}

	#owl .item-wrapper {
		width: 90%
	}

	#owl .item-wrapper {
		left: 3%
	}

	#content .wrapper {
		padding: 0
	}

	#content .sub {
		padding: 0 10px
	}

	.slicknav_menu {
		display: block;
		text-align: right;
		position: relative;
		padding: 10px 10px 15px;
	}

	.slicknav_menutxt {
		font-family: m_regular;
		margin-top: 5px
	}

	.slicknav_arrow {
		display: inline-block;
		vertical-align: middle
	}

	.slicknav_menu ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.slicknav_menu ul li {
		padding: 3px 0;
		border-bottom: 1px solid #ccc
	}

	.slicknav_menu ul ul {
		margin: 5px 0 5px 20px
	}

	.slicknav_menu ul ul li {
		border: none
	}

	.slicknav_nav {
		text-align: left;
		padding-top: 20px
	}

	.slicknav_icon {
		width: 34px
	}

	.slicknav_menutxt {
		float: left
	}

	.slicknav_icon {
		display: inline-block
	}

	.slicknav_icon-bar {
		height: 4px;
		width: 100%;
		background: #3c3b3b;
		margin-top: 4px;
		display: block
	}

	.slicknav_btn {
		display: block
	}
}

@media screen and (max-width:960px) {
	.homebox h2 {
		font-size: 20px
	}

	.homebox p {
		font-size: 12px
	}
}

@media screen and (max-width:735px) {
	.homebox.metode {
		max-height: 181px
	}

	.homebox.metode h3 {
		font-size: 25px
	}

	.homebox h2 {
		font-size: 17px
	}

	#footer .wrapper {
		background: #8e8a8a
	}

	#footer {
		background: #8e8a8a
	}
}

@media screen and (max-width:640px) {
	#owl .owl-dot {
		height: 9px;
		width: 9px
	}

	.showmore {
		width: 100%
	}

	#owl .owl-controls {
		bottom: 5%
	}

	#content #hr {
		height: 8px;
		margin-top: -4px
	}

	.homebox {
		width: 100% !important
	}

	.offerbox {
		width: 100% !important
	}
}

@media screen and (max-width:500px) {
	#footer {
		text-align: center;
		padding-top: 160px
	}

	#footer p {
		float: none;
		margin: 0
	}
}

@media screen and (max-width:380px) {
	#logo {
		padding: 0 0 6px
	}

	#logo img {
		max-width: 150px
	}

	#contactphone {
		margin-top: 16px
	}
}
/* Stylesheet: style Modified On 2026-01-29 10:00:54 */
