/* @font-face{
font-family: 'dinlight', sans-serif;
src: url('../fonts/dinlight.ttf'),
url('../fonts/dinlight.ttf') format('truetype');
font-weight: light;
font-style: light;
}
@font-face{
font-family: 'dinregular';
src: url('../fonts/dinregular.ttf'),
url('../fonts/dinregular.ttf') format('truetype');
font-weight: regular;
font-style: regular;
}
@font-face{
font-family: 'dinbold';
src: url('../fonts/dinbold.ttf'),
url('../fonts/dinbold.ttf') format('truetype');
font-weight: bold;
font-style: bold;
} */


@font-face {
    font-family: 'dinbold';
    src: url('../fonts/dinbold-webfont.woff2') format('woff2'),
         url('../fonts/dinbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinlight';
    src: url('../fonts/dinlight-webfont.woff2') format('woff2'),
         url('../fonts/dinlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinregular';
    src: url('../fonts/dinregular-webfont.woff2') format('woff2'),
         url('../fonts/dinregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
    font-family: 'dinbold';
    src: url('../fonts/dinNext-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinlight';
    src: url('../fonts/dinNext-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinregular';
    src: url('../fonts/dinNext-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    -moz-osx-font-smoothing: grayscale
}

  html, body {
        overflow-x: hidden;
        text-rendering: optimizeLegibility;
        -webkit-overflow-scrolling: touch;
    }
	
	body {
		background: url(../images/fon2.png);
		background-attachment:fixed;
		    background-size: contain;
	}
	


ul li,
ul li p {
    font-weight: 1.4em;
}

.overlay-bg,


a:active,
a:focus,
a:hover {
    text-decoration: none
}

.testimonials-dtl p,
blockquote {
    font-style: italic
}

.home-slider,
.news-img,
.portfolio-img {
    overflow: hidden
}

.appointment-form textarea:focus,
.comment-form textarea:focus {
    outline: -webkit-focus-ring-color auto 0
}

.btn-default:before,
.btn-orange:before {
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ""
}

body,
p {
    font-family: 'dinlight', sans-serif;
    line-height: 1.73;
    color: #0f3865;
    font-size: 15px;
    font-weight: 400
}

p {
	margin:0
}

body,
html {
    
    -webkit-font-smoothing: antialiased;
	font-family: Arial,Helvetica,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'dinlight', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 700;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 41px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
    color: #fff;
}

.overlay-bg,


a:focus,
a:hover {
    color: #DEBF43;
}

blockquote {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.64
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.navigation {
	background:black;
	height:55px;
	    position: fixed;
    width: 100%;
	z-index:10;
}


nav ul li {
	display:inline-block;
	padding: 15px 20px;
	
}

#home {
	color:#DEBF43;
}
nav ul {
	text-align:right;
	position:relative;
}

nav ul li a {
    color:#fff;
    font-size: 13px;
}

nav ul li a span,
nav ul li a {
    font-family: sans-serif;
    font-stretch:100%;
    font-style:normal;
    font-variant-caps:normal;
    font-variant-east-asian:normal;
    font-variant-ligatures:normal;
    font-variant-numeric:normal;
    font-weight:400;
    height:24px;
    line-height:24px;

}

nav ul li a:hover {
	color:#DEBF43;
}


.mob-menu {
	display:none;
	width: 100%;
    height: 300%;
    background-color: rgb(77,75,75);
    position: absolute;
    z-index: 11;
}

.mob-menu #home {
	color:#A69374;
}

.mob-menu nav ul li a:hover {
	color:#A69374;
}

.mob-menu nav {
	 margin-top:100px;
	 position:relative;
}

.mob-menu #close {
	content: '';
    position: absolute;
    top: -45px;
    right: 55px;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    background-size: contain;
}

.mob-menu nav ul {
	text-align: center;
}

.mob-menu nav ul li {
	padding: 5px 20px;
    text-align: center;
    border-bottom: 1px solid white;
    width: 70%;
    margin: 0 auto;
}

.mob-menu .sub {
	position:relative;
}



.icon-plus:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background: url(../images/add.png);
    width: 14px;
    height: 14px;
    background-size: contain;
}


.icon-minus:before {
	    content: '';
    position: absolute;
    top: 13px;
    left: 30px;
    background: url(../images/minus.png);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.mob-menu .submenu {
	    position: static;
}

.mob-menu .submenu li {
	    border:none;
		 padding:0;
		  width:100%;
}

.mob-menu nav ul li:last-child {
	
    border-bottom: none;
   
}

.mob-menu nav ul li a {
	font-size:18px;
}

.nav_active {
    color: #DEBF43;
}
.logo .hamburger {
	display:none;
      position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-color: rgb(77,75,75);
    border: 1px solid white;
    border-radius: 2px;
    right: 0px;
    top: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.logo-mob {
	display:none;
	
}

.mob-view {
	display:none;
}

.logo .hamburger:before {
	 content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../images/menu.png);
    width: 25px;
    height: 25px;
    background-size: contain;
	background-color: rgb(77,75,75);
}


.sub {
	position:relative;
}

.sub:hover .submenu {
	display:block;
}

.submenu {
	display:none;
	background-color:rgba(77, 75, 75, 1);
	position:absolute;
	right: 0px;
    top: 50px;
}

.submenu li {
	display:block;
}

.submenu li {
	padding:2px 15px;
}


.section {
	background-color:#fff;
	margin-top:55px;
}

.section .logo {
    text-align: right;
}
.container2 .logo {
    text-align: right;
    max-width: 970px;
    margin: 30px auto 22px;
	padding-right: 30px;
}

.section_faq {
	display:none;
	background:black;
}

.faq {
    width:90%;
    margin-left: 0;
	margin:100px auto;
	color:rgba(117,117,117,1);
}

.quest {
	font-size: 20px;
    color: rgba(117,117,117,1);
    margin: 0px 0 0 5px;
	padding: 20px 0 20px 5px;
	position:relative;
	cursor:pointer;
    font-weight: bold;
    line-height: 25px;
	
}

.cont {
	border-bottom: 1px solid rgba(117,117,117,0.2);
}

.icon-down:before {
	position:absolute;
	content:'';
	background:url('../images/arrow.png') no-repeat;
	top:30px;
	right:0;
	background-size:contain;
	width:16px;
	height:16px;
}

.icon-up:before {
	position:absolute;
	content:'';
	background:url('../images/down.png') no-repeat;
	top:30px;
	right:0;
	background-size:contain;
	width:16px;
	height:16px;
}






.answ {
	display:none;
	/* border-bottom: 1px solid rgba(117,117,117,0.2); */
    padding-bottom: 50px;
    padding-top: 10px;
	color: rgba(117,117,117,1);
    font-weight: bold;
    line-height: 21px;
    display: block;
    padding-top: 0;
    margin-top: -9px;
    margin-left: 5px;
}

.section1 {
	background:url(../images/fon1.png) no-repeat;
	height:650px;
	margin-top:55px;
	background-size:cover;
	background-position:center;
}


.section2 {
	background:#fff;
	padding: 10px 0 40px 0;
}

.section3 {
	background:url(../images/fon2.png) no-repeat;
	background-attachment:fixed;
	height:650px;
}

.section4 {
	background:url(../images/fon3.png) no-repeat!important;
	height:600px;
	background-color:rgb(222,191,67);
	background-size:cover!important;
    background: transparent;
	top:0px;
	position:relative;
}



.section5 {
	background:url(../images/fon2.png) no-repeat;
	background-attachment:fixed;
	padding: 0 0 50px 0;
	position:relative;
}

.section6 {
	background-color:rgb(222,191,67);
	
	padding: 30px 0 30px 0;
	position:relative;
}

.section6 p, a {
	color:#fff;
	text-align:center;
}

.section6 p {
	font-size: 16px;
}

.section6 .impressum a {
    font-size: 14px;
}

.section6 a {
	text-decoration:underline;
}

.section6 a:hover {
	color:white;
}

.form input, .form textarea {
	background-color:rgba(255, 255, 255, 0.9);
	width:100%;
	border:1px solid rgba(255, 255, 255, 1);
	color:#4D4B4B;
	margin:0 0 5px;
    padding-left:5px;
    line-height: 32px;	
}
textarea.texar {
    min-height: 130px;
}

.button {
	text-align:right;
	
}

#button {
	width:30%;
	background-color:rgba(222, 191, 67, 1);
	color:white;
	border:none;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(34, 45, 45, 0.9);
	z-index:1;
	
}

#top {
	cursor:pointer;
	display:block;
}

.wrap {
	z-index:2;
    position:relative;
    width: 100%;
	max-width:600px;
	margin:100px auto;
}

.wrap p {
	color:white;
}

.contact h3 {
    line-height: 0.5em;
}

.contact p {
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 400;
	font-family: 'dinlight', sans-serif;
	/* font-family: 'dinlight', sans-serif; */
}

.contact p  a {
    text-decoration: underline;
}

.soc {
	margin:33px -10px;
}


.contact {
	margin-top:30px;
}

.left .contact {
 margin-top: 40px;
}

.contact h3+p {
	margin-top:10px;
}

.contact h3 {
	color:#DEBF43;
	font-size: 16px;
}

.left {
    /* width:45%; */
    width: 48%;
	float:left;
	margin-left:0px;
}

.section4 p {
    padding: 150px;
    color: white;
    font-size: 50px;
    text-align: center;
    /* font-weight: 600; */
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-family: anton;
    letter-spacing: 2px;
    line-height: 61px;
    margin-top: 100px;
}

.item {
	    width: 100%;
    height: 240px;
    padding:1px;
	cursor:pointer;
    margin: 230px auto;
	background:rgba(34, 45, 45, 0.9);
	transition: ease-out 0.5s;
}

.item:hover {
	background-color:rgba(196, 184, 166, 1);
}



.item2 {
	background:rgba(222, 191, 67, 0.9);
}

.desc {
	width: 100%;
    color: white;
    text-decoration: underline;
    text-align: center;
    font-weight: 300;
    font-size: 80px;
    margin-top: 50px;
    font-family:anton;
    letter-spacing: 0.02em;
}

.sub_desc{
	color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 20px;
    
}

.text {
	    width: 65%;
    margin: 0 auto;
    text-align: justify;
	
}

.text p {
    color:#757575;
    font-family: 'dinlight', sans-serif;
    font-size: 16px;
    font-stretch: 100%;
    line-height: normal;
    font-variant-caps:normal;
    font-variant-east-asian:normal;
    font-variant-ligatures:normal;
    font-variant-numeric:normal;
    font-weight:400;
    max-width: 599px;
}

.bold {
	font-weight:bold;
	color:black;
}

.logo {
	text-align:center;
	margin:20px 0;
	position:relative;
}

.faq_nav {
	margin-top:90px!important;
}

.parallax-window {
	min-height: 100px;
	background: transparent;
}
.wd_outpl_img {
    overflow: hidden;
	max-height: 499px;
}

.wd_outpl_img--implacement {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/impl_img.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wd_outpl_img img {
    width: 100%;
	position: relative;
}
img.wd_out_marg {
    margin-top: -50px;
}
.wd_sub_img {
    max-width: 970px;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    width: 250px;
    height: 170px;
    /* margin-top: -71px; */
	margin-left: 45%;
    z-index: 2;
    position: relative;
}
.wd_sub_img img {
	padding: 20px;
}
.wd_outpl_cont {
    max-width: 980px;
    margin: 0 auto;
    /* padding: 50px 0; */
    padding: 20px 0;
    height: 100%;
    overflow: hidden;
}
.wd_ocont_tit {
    width: 49%;
    display: inline-block;
    float: left;
	padding-left: 25px;
}
.wd_ocont_title {
    font-size: 60px;
    font-family: Anton;
    line-height: 1.2em;
    font-weight: 400;
    color: #445A5A;
    padding-bottom: 10px;
}
.wd_ocont_subtitle {
    font-size: 20px;
    font-family: 'dinlight', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #DEBF43;
}

ul.wd_list {
    list-style: disc;
	padding: 25px 0 0 30px;
	font-family: 'dinlight', sans-serif;
}

ul.wd_list--no-pt {
    padding-top: 0;
}

ul.wd_list li {
    font-size: 16px;
    line-height: 1.4em;
}

hr {
    border-top: 1px solid #e1e1e1;
    clear: both;
    max-width: 980px;
    margin: 20px auto;
}
.wd_ocont_text {
    color: #757575;
    width: 51%;
    float: right;
    display: block;
}
.wd_ocont_text p {
    color: #757575;
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
}
img#wd_o_t {
    float: left;
	height: 73px;
	padding-left: 50px;
}
img#wd_o_t2 {
    padding-top: 23px;
}
.wd_vorst {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.wd_vorst_title {
    font-size: 40px;
    font-family: Anton;
    color: #757575;
}
.wd_vorst_subt {
    font-size: 16px;
    font-family: 'dinlight', sans-serif;
    line-height: normal;
    font-weight: 400;
    color: #757575;
    width:100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}
.wd_vorst_ppl {
    max-width: 980px;
    text-align: left;
}
.wd_vorst_pin {
    padding: 15px 0;
    color: #757575;
    display: inline-block;
    margin: 0 13px;
    vertical-align: top;
}
.wd_pl_name {
    font-family: 'dinlight', sans-serif;
    font-size: 20px;
    font-weight: bold;
    max-width: 215px;
	text-align: left;
	line-height: normal;
    padding-top: 10px;
    letter-spacing: -0.6px;
}
.wd_pl_sp {
    font-family: 'dinlight', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}
img#wd_br {
    width: 100%;
}
.vorst_brands {
    position: relative;
    margin: 60px 0 0;
}
.wd_br_title {
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-family: Anton;
    color: #757575;
    padding-top: 60px;
    margin: 0 auto;
    position: absolute;
}
.wd_news {
    max-width: 980px;
    margin: 0 auto;
}
.wd_blog_list {
	max-width: 980px;
}
.wd_post_img1 {
    width: 290px;
    height: 160px;
    background: url(../images/post_img1.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wd_post_img2 {
    width: 290px;
    height: 160px;
    background: url(../images/post_img2.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wd_post_img3 {
    width: 290px;
    height: 160px;
    background: url(../images/post_img3.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wd_post_img4 {
    width: 290px;
    height: 160px;
    background: url(../images/post_img4.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wd_post_img5 {
    width: 290px;
    height: 160px;
    background: url(../images/post_img5.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
img#adm_ico {
    width: 32px;
    height: 32px;
    float: left;
	margin-right: 20px;
}
.wd_post_info {
    height: 32px;
    padding: 0 20px;
    margin: 20px 0;
}
.wd_post_info p {
    font-size: 10px;
}
.wd_post_title {
    font-size: 22px;
    font-family: Anton;
    color: #757575;
    padding: 0 20px;
    max-width: 290px;
}
.nwd_news_title {
    line-height: 80px;
    font-size: 20px;
    font-family: Anton;
    padding-left: 30px;
    /* color: #e7bd14; */
    color: rgba(166,147,116,1);
}
.wd_blog_post {
    display: inline-block;
    margin: 0 16px 50px;
}
.wd_blog_post hr {
    border-top: 1px solid #a09c9c;
}
.wd_post_comm {
    font-size: 12px;
    line-height: 19px;
    color: rgba(166,147,116,1);
	padding-left: 20px;
}
img.like_but {
    float: right;
	padding-right: 20px;
}
img.admin-ico {
    width: 32px;
    float: left;
    margin: 0 10px;
}
p.wd_autorn {
    line-height: 32px;
    float: left;
    margin: 0 10px;
	color: rgba(117,117,117,1);
    font-size: 13px;
}
p.wd_postdate {
    line-height: 32px;
    float: left;
    margin: 0 10px;
	color: rgba(117,117,117,1);
    font-size: 13px;
}
p.wd_posttime {
    line-height: 32px;
    float: left;
    margin: 0 10px;
	color: rgba(117,117,117,1);
    font-size: 13px;
}
.wd_one_post {
    max-width: 980px;
	padding: 0 5%;
}
.wd_onepost_info {
    max-width: 740px;
    margin: 0 auto;
}
.wd-onepost-title {
    clear: both;
    font-size: 40px;
    font-family: Anton;
    display: block;
    max-width: 740px;
    margin: 0 auto;
    color: #757575;
    line-height: 1.2;
}
.wd-onepost-subtitle {
    max-width: 740px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 16px;
    color: #b7b1b1;
	padding: 20px 0 50px;
}
.wd_post_img {
	max-width: 940px;
    margin: 0 auto;
}
img.img_mai_p2 {
    width: 45%;
    float: left;
    padding: 0 30px 30px 0;
}
img.post_img {
    width: 100%;
    margin: 0 auto;
}
.post_content_text {
    max-width: 740px;
    margin: 0 auto;
}
.post_content_text2 {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.post_content_text p {
    font-size: 16px;
    color: #757575;
}
.post_content_text2 p {
    font-size: 16px;
    color: #757575;
}
.post_content_text ul {
    font-size: 16px;
    color: #757575;
    list-style: disc;
    margin-left: 40px;
}
.post_content_text2 ul {
    font-size: 16px;
    color: #757575;
    list-style: disc;
    margin-left: 40px;
}
.wd_post_img1 a {
    width: 290px;
    height: 160px;
    display: block;
}
.wd_post_img2 a {
    width: 290px;
    height: 160px;
    display: block;
}
.wd_post_img3 a {
    width: 290px;
    height: 160px;
    display: block;
}
.wd_post_img4 a {
    width: 290px;
    height: 160px;
    display: block;
}
.wd_post_img5 a {
    width: 290px;
    height: 160px;
    display: block;
}
.wd_post_title a {
    color: #757575;
}
.wd_post_title a:hover {
    color: #a58275;
}
p.authname {
    float: left;
    margin: 6px 6px 0 0;
}
img.cr_ico {
    width: 16px;
}
img.cr_ico2 {
    float: left;
    width: 16px;
    margin-top: 11px;
}
.wd_impr_text {
    max-width: 615px;
    margin: 0 auto;
    padding: 50px 15px;
}
.wd_impr_text p {
    font-size: 16px;
    font-family: 'dinlight', sans-serif;
    line-height: normal;
	color: #757575;
}

.wd_impr_text p a {
    color: #757575;
    text-decoration: underline;
}

hr {
    border-top-color: rgba(117, 117, 117, 1);
    width: 85%;
}

.wd_post_title {
    line-height: 30px;
    margin-top: 20px;
}

.share42init {
    text-align: center;
}