/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: "area-normal", sans-serif;
	line-height:1.8;
	font-size: 22px;
	margin: 0px;
	background-color: #FDF8EF;
	color: #005A85;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "gelica", sans-serif;
	line-height:1.2;
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 600;
	color: #B0A965;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #B0A965;
	text-decoration: none;
}
a:active, a:hover {
	color: rgba(176,169,101, 0.8);
}
.textcenter{
	text-align:center;
}
svg, video{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.button{
	display: inline-block;
	line-height: 1;
	margin-top: 50px;
}
.button a, .button span{
	display: block;
	padding: 13px 40px;
	background-color: #005A85;
	color: #fff;
	font-family: "gelica", sans-serif;
	font-size: 18px;
	border: 2px solid #e6e0c4;
}
.button a:hover, .button span:hover{
	background-color: #e6e0c4;
	border: 2px solid #005A85;
	color: #005A85;
}
.dienstbtn{
	margin-top:10px;
}

.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}
.white{
	background-color:#fff;
}
.margin_oben{
	margin-top: 100px;
}
.margin_oben_soft{
	margin-top: 50px;
}
.margin_unten{
	margin-bottom: 100px;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h900{
	height: 900px;
}


/* //////////////////////////////////// HEADER //////////////////////////////////// */
.header{
	padding: 30px 0;
}
.header .w1280{
	padding: 0 90px;
}
.header_logo{
	float: left;
	line-height: 0;
}
.header_logo a{
	display: block;
}
.open_hauptmenu{
	display: none;
}
.menu {
	float: right;
	margin-top: 90px;
	line-height: 1;
}
.nav-menu{
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.nav-menu li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	line-height: 1;
	position: relative;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	display: block;
	color: #005A85;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
.nav-menu li.current-menu-item a{
	color: #B0A965;
	border-bottom: 2px solid #B0A965;
	padding-bottom: 5px;
}
.nav-menu li a:hover{
	color: #B0A965;
}

.open_menu{
	width: 30px;
	height: 17px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-left: 30px;
}

.open_menu span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.open_menu span:nth-child(1) {
  top: 0px;
}

.open_menu span:nth-child(2),.open_menu span:nth-child(3) {
  top: 8px;
}

.open_menu span:nth-child(4) {
  bottom: 0px;
}

.open_menu.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.open_menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open_menu.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.sub-menu{
	display:none;
}
.sub-menu.visible {
  display: block;
	position: absolute;
	left: -80px;
	top: 40px;
}
.sub-menu{
	margin: 0;
	padding: 0;
}
.sub-menu li{
	background-color:#fff;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	width: 280px;
}
.sub-menu li a{
	padding:10px 30px;
}
#sprach_menu{
	position: absolute;
	right: 90px;
	top: 0;
	line-height: 1;
}
#sprach_menu a{
	text-transform: uppercase;
	color: #B0A965;
	font-size: 12px;
	letter-spacing: 3px;
}
#sprach_menu a:hover{
	text-decoration: underline;
}
#sprach_menu a.active_lang{
	display: none;
}


/* //////////////////////////////////// INHALT //////////////////////////////////// */
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-slider{
	width: 100%;
	position: relative;
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	float: left;
}
.slick-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.full_slider .slick-slide, .startbild_full{
	height: calc(100vh - 440px);
	min-height: 400px;
}
.full_slider .slick-slide img, .startbild_full img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.small_slider .slick-slide{
	line-height: 0;
}
.small_slider .slick-slide a{
	display: block;
}
.small_slider .slick-slide img{
	height: auto;
}
.slick-slide:first-child, .slick-initialized .slick-slide{
	display: block;
}
.full_slider .slick-dots{
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	position: absolute;
	left: calc(50% - 640px);
	bottom: 30px;
	padding: 0 25px;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: .7;
	background-color: #fff;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
}
.slick-prev{
	right: 40px;
	bottom: -30px;
	background-image: url('http://projekt.griesfeld.it.dd6128.kasserver.com/wp-content/themes/effekt/images/prev.png');
	width: 27px;
	height: 18px;
	z-index: 7;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
	content: '';
}
.slick-next{
	right: 0;
	bottom: -30px;
	background-image: url('http://projekt.griesfeld.it.dd6128.kasserver.com/wp-content/themes/effekt/images/next.png');
	width: 27px;
	height: 18px;
	z-index: 7;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
	content: '';
}


.titel_box{
	background-color: rgba(176,169,101,1);
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
}
.titel_box h2{
	color: #fff;
	margin: 0 auto;
	font-size: 25px;
	font-weight: normal;
}



/* //////////////////////////////////// Home //////////////////////////////////// */
.texthome{
	font-weight: 500;
}
.goldtext{
	font-family: "gelica", sans-serif;
	line-height:1.2;
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 600;
	color: #B0A965;
}

.drei_bilder_box{
	float: left;
	width: 33.33%;
	line-height: 0;
}
.drei_bilder_box a{
	display: block;
}
.drei_bilder_box img{
	object-fit: cover;
	object-position: center;
	max-height: 450px;
}
.drei_bilder_box:first-child, .drei_bilder_box:last-child{
	margin-top: 80px;
}



.heim_info_box{
	width: 25%;
	float: left;
}
.heim_info_box a{
	display: block;
	cursor: pointer;
	color: #005A85 !important;
	padding-bottom: 30px;
}
.heim_info_box a:hover{
	background-color: #eee;
}
.heim_info_box a:hover .button span{
	background-color: #e6e0c4;
	border: 2px solid #005A85;
	color: #005A85;
}




.box{
	text-align: center;
	padding: 0 25px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 20px;
}
.box img{
	height: 90px;
	display: block;
	margin: 0 auto 30px;
	width: auto;
}
.box h2{
	display: block;
	margin: 0 auto;
	text-transform: none;
	font-size: 26px;
}
.inner_box{
	margin: 30px auto;
}
.box1{
	
}
.box2{
	
}
.box3{
	border-bottom: none;
}


.heim_info_box:nth-child(4) .box{
	border-right: none;
}
.preis_box{
	margin-bottom: 20px;
}
.preis_box:last-child{
	margin: 0 auto;
}



.termin_box{
	border: 1px solid #005A85;
	margin-bottom: 20px;
	padding: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: flex;
	align-items: flex-start;
	gap: 40px;
	text-align: left;
}
.termin_box:last-child{
	margin: 0 auto;
}
.termin_box h3{
	margin: 0 auto 10px;
	font-family: "area-normal", sans-serif;
	color: #005A85;
	font-size: 22px;
	font-weight: 600;
}
.termin_datum {
	font-weight: bold;
	min-width: 100px;
	color:#B0A965;
}
.termin_inhalt h3 {
	margin: 0 0 10px;
	color:#B0A965;
}

.kontaktbox{
	padding:40px;
	text-align: center;
	border: 1px solid #005A85;
}
.maps{
	line-height:0;
}
strong{
	font-weight:800;
}

.dienstleistungen-zugehoerig ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.dienstleistungen-zugehoerig li {
    margin: 20px 0;
	padding: 20px;
	border: 2px solid #005A85;
}


/* //////////////////////////////////// Footer felder //////////////////////////////////// */
.jobs_bild{
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(176,169,101,0.7);
	color: #fff;
	padding: 8% 25px;
}
.overlay h2{
	color: #fff;
}


.footer_box{
	width: calc(50% - 20px);
	float: left;
	text-align: center;
	position: relative;
	margin-right: 10px;
}
.footer_box:first-child, .footer_box:last-child{
	margin-top: 80px;
}
.footer_box:last-child{
	margin-right: 0;
	margin-left: 10px;
}
.footer_box a{
	display: block;
	background-color: #005A85;
	color: #fff;
	padding-bottom: 50%;
}
.footer_box a:hover{
	background-color: #1E7CA8;
}
.footer_box img{
	display: block;
	margin: 0 auto 20px;
	height: 60px;
	width: auto !important;
}
.footer_box span{
	display: block;
	color: #fff;
	font-family: "gelica", sans-serif;
	font-size: 28px;
	font-weight: 600;
}
.footer_box .table_div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.footer_box .table_cell_div{
	padding: 0 25px;
}


/* //////////////////////////////////// Single Wohnhäuser //////////////////////////////////// */
.titel_leiste{
	background-color: #B0A965;
	padding: 30px 0;
}
.titel_leiste h1, .titel_leiste h2{
	color: #fff;
	margin: 0 auto;
}
.grid_item{
	width: calc(33.33% - 26.66px);
	text-align: center;
	border: 1px solid #005A85;
	padding: 0 20px;
	margin-bottom: 40px;
}
.inner_margin{
	margin: 20px auto;
}
.gutter_sizer{
	width: 40px;
}

.bg_gold{
	background-color: #B0A965;	
	color: #fff;
}
.bg_gold h2{
	color: #fff;
}
.extra_box{
	border: 1px solid #fff;
	margin-bottom: 20px;
	padding: 30px;
	font-weight: normal;
	line-height: 1.2;
}
.extra_box:last-child{
	margin: 0 auto;
}

.single_preis_box{
	background-color: #005A85;
	padding: 20px;
	width: calc(50% - 15px);
	margin: 0 30px 30px 0;
	float: left;
	color: #fff;
}
.single_preis_box:nth-child(2n){
	margin: 0 0 30px 0;
}

.dienst_box{
	border: 1px solid #005A85;
	margin-bottom: 20px;
	padding: 30px;
	font-weight: normal;
}
.dienst_box:last-child{
	margin: 0 auto;
}






.grid_item_kontakt{
	width: calc(50% - 10px);
	text-align: center;
	border: 1px solid #005A85;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 18px;
}
.gutter_sizer_kontakt{
	width: 20px;
}


.download_box{
	margin-bottom: 20px;
	text-align: center;
}
.download_box:last-child{
	margin: 0 auto;
}
.download_box a{
	color: #fff;
	background-color: #005A85;
	display: block;
	padding: 20px 10px;
	border: 2px solid #B0A965;
	font-weight:600;
}
.download_box a:hover{
	background-color: #1E7CA8;
	color: #fff;
}
.download_box img{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin: 0 auto 5px;
}
.download_box span{
	display: block;
	font-size: 17px;
}


.dienstleistung-box {
    border: 2px solid #005A85;
    margin-bottom: 20px;
    padding: 40px;
    text-align: center;
}
.dienstleistung-content {
    margin-top: 10px;
}
.seite-struktur-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.seite-struktur-eintrag {
    border: 1px solid #B0A965;
}
.seite-struktur-eintrag a{
   	display:block;
	width: 100%;
	height: 100%;
	padding: 7px 30px 10px 30px;
	font-size: 18px;
	color:#fff;
	background-color: #005A85;
}
.seite-struktur-eintrag a:hover{
	color:#fff;
	background-color: #1E7CA8;
}

.jobs-wrapper {
  	display: flex;
  	flex-direction: column;
}
.job-item {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-wrap: nowrap;
}
.job-text, .job-image {
  	width: 50%;
}
.job-text h3{
  	padding: 0;
	font-size: 26px;
	margin-bottom: 15px;
}
.job-text {
  	text-align: left;
  	padding: 40px;
	font-size: 18px;
}
/* Abstand zwischen Text und Bild */
.image-right .job-text {
  	padding-right: 40px;
}
.image-left .job-text {
  	padding-left: 40px;
}
/* Bild immer quadratisch */
.job-image {
  	aspect-ratio: 1 / 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	overflow: hidden;
}
.job-image img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
/* Wechsel Position */
.image-left {
  	flex-direction: row;
}
.image-right {
  	flex-direction: row-reverse;
}
.bewerben{
	margin:0;
	text-align: left;
	font-weight: 600;
}
.bewerben a{
	color:#005A85;
}
.bewerben a:hover{
	color:#B0A965;
}

/* //////////////////////////////////// KONTAKT //////////////////////////////////// */
.accordion {
	background-color: #005A85;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #B0A965;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion_box{
	margin-bottom: 30px;
}
.kontakt_box{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}
.kontakt_box:first-child{
	margin-top: 20px;
}
.acc_map{
	margin: 20px auto;
}


/* //////////////////////////////////// FOOTER //////////////////////////////////// */
.footer{
	text-align: center;
	padding: 0 0 50px 0;
}
.footer a{
	color: #005A85;
}
.footer a:hover{
	color: #005A85;
	text-decoration: underline;
}
.footer_logo{
	margin-bottom: 30px;
}

.footer_titel{
	font-family: "gelica", sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 400;
}
.adresse{
	font-size: 20px;
	font-weight: 600;
}
.sub_footer{
	margin-top: 30px;
	font-size: 14px;
	font-weight: 600;
}
.facebook{
	width: 40px;
	display: block;
	margin: 20px auto 0;
}
.facebook a{
	display: block;
}
.tiled-gallery{
	margin-bottom: 0;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}