/*
Theme Name: WP Korfi Tours
Version: 1.0.0
*/
/* eb-garamond-500 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('inc/assets/webfonts/eb-garamond-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inc/assets/webfonts/eb-garamond-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/webfonts/eb-garamond-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/webfonts/eb-garamond-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/webfonts/eb-garamond-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/webfonts/eb-garamond-v15-latin-500.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-italic - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('inc/assets/webfonts/eb-garamond-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inc/assets/webfonts/eb-garamond-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/webfonts/eb-garamond-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/webfonts/eb-garamond-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/webfonts/eb-garamond-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/webfonts/eb-garamond-v15-latin-italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}


/* noto-sans-jp-100 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-100.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-300 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-300.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-500 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inc/assets/webfonts/noto-sans-jp-v28-latin-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}






body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
a.none_link:hover{
	text-decoration:none;
}
a, button, .usp_inner{
	transition: all .5s;	
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
#page{
	background-color:#dcd4bf;
}

.meta_wrap{
	padding-top: 90px;
    padding-bottom: 90px;	
}
.meta_wrap a{
	color:#2e2a20
}

span.meta_kontakt {
    width: 100px;
    display: inline-block;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/

a, button, .ma_hover, .ma_hover_name, ul#menu-hauptmenu li a:after, span.nav_slide .far, #footer-widget .fab, .result_inner, span.inner, .teaser_land_title{
	transition: all .5s;	
}

button.btn.btn-link.collapsed{
	transition: all .5s !important;	
}

div#footer-widget ul li a{
	transition: all .2s;	
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family:'EB Garamond', sans-serif;
  clear: both;
  color: #474133;
  text-transform:uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
h1, .modal-wrapper.styled .wp-post-modal h1 {
  font-size: 70px;
  line-height:75px;
  padding-bottom: 10px;
}

	h1.frontpage, .about_content_home h2{
		font-size: 70px;
		line-height:75px;
	}
	
	h1.smaller{
		font-size: 60px;
		line-height:60px;		
	}
	h1.smallest{
		font-size: 40px;
		line-height:40px;		
	}	
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

	h2.h1.page_unternehmen {
		font-size: 80px;
		line-height: 80px;
	}

	.jobs_detail h2{
		font-size: 40px !important;
		line-height:40px !important;		
	}
	.gift_order_intro h2{
		font-size: 40px !important;
		line-height:40px !important;		
	}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

:where(#page) p,
:where(#page) span,
:where(#modal-content) p,
:where(#modal-content) span {
  font-family:'Noto Sans JP', sans-serif;
  color: #2e2a20;
  font-weight: 300;
  font-size:18px;
  line-height:30px
}

a {
  font-family:'Noto Sans JP', sans-serif;
  font-size:18px;
  line-height:30px
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/

.acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.cluster div {
    color: #fff !important;
}

.fc-itemcontent-padding.fc-text-center {
    background-color: #807b6f;
    padding: 25px 50px;
}

.map_wrap .wpgmp-map-1 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-title.fc-item-primary-text-color.map_overview_title {
  font-family:'EB Garamond', sans-serif;
  color: #fff;
  font-size:32px;
  line-height:32px;
  text-transform:uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;

}
hr.map_overview_line {
    border-top: 1px solid rgba(255,255,255,.3);
    width: 60%;
}
.wpgmp_infowindow.wpgmp_infowindow_post.fc-item-acerra{
	width:380px
}

.map_wrap .wpgmp-map-1 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-meta.fc-item-secondary-text-color.map_overview_land {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #d9261c;
	font-size:18px;
	line-height:18px
}

.map_wrap .infowindow-close {
    background: none;
	right: 5px;
    top: 10px;
}

.map_wrap .infowindow-close:after {
    content:"X";
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    color: #fff;	
	font-size: 20px;
}

.row.map_wrap {
    padding-bottom: 50px;
}

div.button_wrap{
	text-align:center;
	margin:25px 0;
	position: relative;
    z-index: 9;	
}

a.map_link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fc-item-box.fc-item-no-padding br {
    display: none !important;
}

.gm-style{
	background-color: #dcd4bf !important;
}

.gm-style-iw-d em {
    font-style: normal;
    font-size:15px;
}

.gm-style-iw-d p {
    margin-bottom:0px;
}

.gm-style-iw-d {
    padding: 10px 15px !important;
    overflow: hidden !important;
}
.gm-style-iw.gm-style-iw-c {
    padding: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.transparent{
	background:transparent;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index: 9;
	padding:25px 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media (min-width: 990px) {
  svg.logo{
      width:160px !important;
      height:auto
  }
}

header.transparent a.nav-link{
	color:#fff;
}

.no_padding{
	padding:0!Important
}


.headerimage{
	position:relative;
	margin:0 0 65px 0;
	overflow: hidden;
}
.headerimage img{
	width:100%;
}
.headerimage:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-image:url(inc/assets/img/headerimage_overlay.png);
	background-size:cover;
	background-repeat:no-repeat;
	z-index:2;
	height: 46px;
}

header.transparent.dark_bg{
	background: url(inc/assets/img/header_dark_bg.png);	
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	background-color: #dcd4bf;
}
body.page-template-page-kontakt header.transparent.dark_bg {
    position: absolute;
   background-color: transparent
}

a.header_link {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 7px 20px 7px 38px;
    color: #fff;
	font-weight: 400;
	font-size:16px;
}

a.header_link:first-of-type{
	margin-right:50px;
}

a.header_link svg{
	fill:#fff;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: 0;	
}

a.header_link:hover {
    text-decoration:none;
	background-color:rgba(0,0,0,.4);
}

a.header_link:hover .fas {

}
a.header_link .fas{
    margin-right:10px;
}
/*--------------------------------------------------------------
# Schnelle Buchung - Buchungsanfrage
--------------------------------------------------------------*/
.intro_buchung{
	margin-bottom:125px;
}
.margin_kontakt{
	margin-top:75px;
}
.form_wrap_wide{
	max-width:1380px !important;
}

#quick_form{
	padding-top:90px;
	padding-bottom:90px;
}

.row.quick_form{
	background: url(inc/assets/img/contactform_bg.png);	
	background-size:contain;
	background-repeat:no-repeat;
	z-index:2;
    height: 1400px;
    padding: 80px 160px 130px;
}

.quick_left {
    padding: 0 160px 0 0 !important;
}
.quick_right{
	padding:104px 120px 0 70px !important;
}

.width_form_wrap .quick_right {
    padding: 104px 290px 0 0px !important;
    margin-left: -20px;
}

.quick_form select, .quick_form input{
	background-repeat: repeat-x !important;
}

.quick_form textarea#nachricht{
	max-width:100%;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.quick_form #sumbit_form{
	margin: 15px  auto 0;
    display: block;
}

.quick_form .field p {
  margin-block: 0;
}

.quick_form span.wpcf7-form-control-wrap[data-name="acceptance-665"] {
	margin:0;
}

.quick_form span.wpcf7-spinner{
	display:none;
}

.quick_left .field:last-child{
	margin:0;
}

.quick_left span.wpcf7-form-control-wrap[data-name="buero"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_alle"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_prina_altstadt"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_prina_copitz"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_heidenau"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_radebeul"],
.quick_left span.wpcf7-form-control-wrap[data-name="ma_coswig"] {
    position: relative;
    display: block;
    max-width: 100%;
}

[data-name="checkbox-413"] .wpcf7-list-item-label::before, [data-name="checkbox-413"] input{
	display:none;
}


[data-name="checkbox-413"] .wpcf7-list-item{
	margin:0;
}
span#field_modal {
    padding: 0;
    background-color: transparent;
    border: none;
    background-image: url(inc/assets/img/textarea_bg.png);
    background-position: bottom left;	
    background-repeat: repeat-x;
    position: relative;
    font-family: 'Noto Sans JP';
    color: #807b6f;
    font-weight: 300;	
	box-shadow: none;
}

[data-name="checkbox-413"] span.wpcf7-list-item-label, span#result_erwachsene, span#result_kinder {
    font-family: 'Noto Sans JP';
    color: #807b6f;
    font-weight: 300;	
    font-size: 1rem;	
}

span#field_modal:after {
    content: '';
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #807b6f transparent transparent transparent;
    right: 5px;
    bottom: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.cf7-repeater-filed {
    position: relative;
}

.cf7-remove-repeater-container {
    position: absolute;
    right: -20px;
    top: 0;
	padding:0 !important;
}

a.cf7-remove-repeater, .cf7-button-repeater a {
    background-color: transparent !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    padding: 0 !important;
    display: inline-block;
}

.cf7-button-repeater a {
    font-weight: 300;
    font-size: 16px;
	color:#807b6f !important;
}
.cf7-repeater-filed {
    margin: 0 0 15px 0;
}

.daterangepicker.daterangecalendar-mgsdesign button.applyBtn.btn, .daterangepicker.daterangecalendar-mgsdesign button.cancelBtn.btn{
    border: 1px solid #807b6f !important;
}

.daterangepicker.daterangecalendar-mgsdesign button.applyBtn.btn{
	background-color:transparent;
}

.daterangepicker.daterangecalendar-mgsdesign td.in-range{
	background-color: rgba(71, 65, 51, .5);
}

.daterangepicker.daterangecalendar-mgsdesign td.active{
	background-color: rgba(71, 65, 51, .9);
}


div#repeater-221 select.wpcf7-select option{
	font-weight:300;
}

 
 .quick_form select.wpcf7-select option.insert_option{
  font-weight: 500 !important;
  pointer-events: none !important;
 } 
 
 
 .full_bg_image{
	width:100%;
	height:100vh;
	display:flex;
	overflow: hidden;
	background-size:cover
 }
 
 #image_inner{
	text-align:center;
	width:60%;
	margin:0 auto;	
 }
 
  #image_inner h1, #image_inner p{
	color:#fff
 }
 
   #image_inner a.contact_link{
		color:#fff;
		border: 2px solid #fff;		
   }
.row.quick_form input#zustimmung:checked + .wpcf7-list-item-label::after {
    top: 14px;
}   
  @media only screen and (max-width: 1024px) {
	.row.quick_form {
		height: 1175px;
	}
	#image_inner h1.smaller {
		font-size: 48px;
	}	
	
  }	
  @media only screen and (max-width: 768px) {
	.row.quick_form {
		height: 880px;
		margin-left: -45px;
		margin-top: 60px;
		padding: 70px 100px;
	}
	
	.headerimage:after {
		bottom: -5px;	
	} 		
 } 
 
   @media only screen and (max-width: 760px) {
	#image_inner h1.smaller {
		font-size: 24px;
	}	
	
	#image_inner p{
		font-size: 16px;
		line-height: 24px;
	}
	.row.quick_form {
		background: transparent;
		padding: 0 20px;
		margin: 50px 0;
		height: auto;
	}
	.quick_right, .quick_left {
		padding: 0 !important;
	}	
	.row.quick_form .field {
		margin: 0px 0 20px 0;
	}	
	.row.quick_form span.label {
		margin-bottom: 10px;
		display: inline-block;
	}	
 }

#additional_info .modal-dialog{
	max-width:768px;
}	
#additional_info br{
	display:none;
}
#additional_info div.modal-content{
	border:none;
	padding:45px;
}

.kind_repeater_wrap div {
    margin-bottom: 40px;
}

.close_modal_wrap{
	text-align:right;
}

.close_modal {
    background-color: transparent;
    background-image: none;
    color: #807b6f;
    border: 2px solid #807b6f;
    border-radius: 25px;
    margin: 0;
    padding: 10px 20px;
	text-align:center;	
}
.close_modal:hover{
	background-color: #807b6f;
    color: #fff;
    border: 2px solid #807b6f;	
}	
/*--------------------------------------------------------------
## Startseite
--------------------------------------------------------------*/


.headerslider_image_wrap {
	height: 715px !important;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.nav_slide_header{
	display:none !important
}

.slide_reise {
	margin-top:100px;
	margin-bottom:65px;
}

.teaser_image{
	height:180px;
	background-size:cover;
	transition: all .5s;
}

span.teaser_land_title {
    color: #474133;
    font-weight: 500;
	font-size:16px;
	line-height:16px;
}

div.slider_wrap{
	position:relative;
}
div.slide_reise_single a{
	position:absolute;
	z-index:2;
	width:calc(100% - 30px);
	height:100%
}
span.nav_slide.prev_slide_home, span.nav_slide.prev_slide_bewertung {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: -55px;
    z-index: 999999;
}
span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    margin-right: -55px;
    z-index: 999999;
}

span.nav_slide:hover img.slide_nav {
    opacity: 1;
}

img.slide_nav {
    width: 60px;
    opacity: .2;
}

div.teaser_image_wrap{
	overflow:hidden;
}

div.slide_reise_single:hover .teaser_image,
div.slide_reise_single:focus .teaser_image {
  transform: scale(1.1);
}

section.home_darker{
	background-color:#dcd4bf;	
	padding-bottom: 250px;
}

section.home_about{
	background-color:#eae6dd;
	position:relative;
}
section.home_about:before{
    content: url(inc/assets/img/layer_ma_back.png);
	top: -372px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 5;
	max-width: 100%;
    overflow: hidden;
}
body.home #page, body.page-template-page-unternehmen #page{
	background-color:#eae6dd;
}

div.bewertungen_home, div.form_home{
	margin-top:125px;
	margin-bottom:125px;
	position: relative;
}

div.about_content_home{
	padding-left:20%;
}

div.about_content_home h2, div.about_content_home p{
	padding-left:15px;
}

div.about_image_home{
	text-align:right
}

div.about_content_home a.contact_link.news{
	margin-top: 35px;	
}

div.usps_wrap{
	margin-top:125px
}

div.usp_inner {
    text-align: center;
    max-width: 20%;
    flex: 0 0 20%;
}
img.usp_image{
	display:inline-block;

	}
span.usp_content{
	display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
}

img.geschichte{
	margin:75px 0;
	filter: grayscale(100%);
	transition: all .5s;	
}
img.geschichte:hover{
	margin:75px 0;
	filter: grayscale(0%);	
}

.hide_image {
    display: none;
}

span.lb-number {
    display: none !important;
}

span.lb-caption {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
}

.home.usp_inner{
	padding: 28px 20px;
    border-radius: 50%;
    background: transparent;	
}

.home.usp_inner:hover{
	background-color: #bfb8a6;
}

.home.usp_inner:hover span.usp_content{
	color: #fff;
}
.home .usp_image{
    width: 80%;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
 }	
.usp_inner.icon-1 .usp_image{
	background-image: url(inc/assets/img/icon_sparen.png);
}

.usp_inner.icon-2 .usp_image{
	background-image: url(inc/assets/img/icon_zeit.png);
}
.usp_inner.icon-3 .usp_image{
	background-image: url(inc/assets/img/icon_beratung.png);
}
.usp_inner.icon-4 .usp_image{
	background-image: url(inc/assets/img/icon_sicherheit.png);
}
.usp_inner.icon-5 .usp_image{
	background-image: url(inc/assets/img/icon_hotels.png);
} 
.usp_inner.icon-1:hover .usp_image{
	background-image: url(inc/assets/img/icon_sparen_hover.png);
}

.usp_inner.icon-2:hover .usp_image{
	background-image: url(inc/assets/img/icon_zeit_hover.png);
}
.usp_inner.icon-3:hover .usp_image{
	background-image: url(inc/assets/img/icon_beratung_hover.png);
}
.usp_inner.icon-4:hover .usp_image{
	background-image: url(inc/assets/img/icon_sicherheit_hover.png);
}
.usp_inner.icon-5:hover .usp_image{
	background-image: url(inc/assets/img/icon_hotels_hover.png);
}
/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/
div#accordion {
    width: 100%;
	margin: 50px 0;
	display:relative;
}

.card, .card-header {
    background-color: transparent;
    border: none;
}

.card {
    border-top: 1px solid rgba(46,42,32,.1);
}
.card:last-child {
	border-bottom: 1px solid rgba(46,42,32,.1);
}
.card-header button {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    color: #2e2a20;
    text-decoration: none;
}

.card-header button:hover {
    color: #2e2a20;
    text-decoration: none;
}
button.btn.btn-link span{
	float: left;
    display: inline-block;
}
button.btn.btn-link.collapsed:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 25px;
    margin-top: -2px;
    float: left;
}

button.btn.btn-link:after{
	content:"\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 25px;
    margin-top: 5px;
    float: left;
}

.card-body ul, .jobs_detail ul {
	list-style:none;
	padding:0
}

.card-body ul li, .jobs_detail ul li{
    list-style: none !important;
    line-height: 1.25rem !important;
}

.card-body ul li:before, .jobs_detail ul li:before{
	content: "\2022";
    color: #807b6f;
    font-weight: bold;
    display: inline-block;
    font-size: 28px;
    width: 1em;
    margin-left: -1em;
    float: left;
    margin-top: -3px;
}

.jobs_detail ul li{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
	font-weight: 300;
}

div.jobs_contact{
	margin-top:50px;
}
.jobs_name{
	margin-bottom:35px
}
span.jobs_mail{
color:#807b6f;
}

span.jobbezeichnung{
	font-weight:500
}
a.modal_link.contact_jobs:hover{
	text-decoration:none
}	
/*--------------------------------------------------------------
## POP UP
--------------------------------------------------------------*/

.pum-content.popmake-content img{
	width:100%;
	height:auto;
}

span.layer_headline{
	display:block;
	font-family:'EB Garamond', sans-serif;
	clear: both;
	color: #474133;
	text-transform:uppercase;
	text-align:center;
	font-size: 32px;
    line-height: 40px;
}

span.modal_link.layer_button {
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
## Reiseberichte  / Filter
--------------------------------------------------------------*/
.searchandfilter ul {
	padding: 0px;
}

form#search-filter-form-111 ul li {
    width: 50%;
}
form#search-filter-form-111 ul li:first-of-type {
	text-align:center
}	
.searchandfilter ul li ul{
	padding:0 0 0 40px
}
.searchandfilter ul li [type="checkbox"] + label {
  position: absolute;
}
.searchandfilter ul li [type="checkbox"] {
  position: relative;
  right: 15px;
  top: -4px;
  z-index: 0;
  width:0;
  height:0;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.searchandfilter ul li [type="checkbox"] + label::after {
  width: 15px;
  height: 15px;
  padding:2px;
  background-color: #fff;
  border:2px solid #807b6f;
  border-radius:50%;
  display: block;
  content: "";
  float: right;
  margin-left: 25px;
  margin-top: 3px;
  z-index: 5;
  position: relative;
}
.searchandfilter ul li [type="checkbox"] + label::before {
	border-radius: 50%;
    display: block;
    content: "";
    float: right;
    position: absolute;
    right: 4px;
    top: 7px;
}

.searchandfilter ul li [type="checkbox"]:checked + label::after {
  background-color: #fff;
}
.searchandfilter ul li [type="checkbox"]:checked + label::before {
  background-color: #d9261c;
  z-index:6;
  width:7px;
  height:7px;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label{
	padding:0 !important
}

.searchandfilter ul li select{
	border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;	
	color:#807b6f;
	padding:0 0 0 15px;
  outline-offset: -2px;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;	
}

li.sf-field-taxonomy-region select.sf-input-select {
    min-width: 200px;
}

li.sf-field-taxonomy-region label {position:relative}
li.sf-field-taxonomy-region label:after {
    content:'';
	
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #807b6f transparent transparent transparent;
    right:30px; 
	top:8px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.searchandfilter ul li {
    display: inline-block;
}
.searchandfilter ul li.sf-field-post-meta-angebot_vorhanden, .searchandfilter ul li.sf-field-post-meta-kreuzfahrt {
    width: 33%;
	position:relative;
	padding:0	
}


.searchandfilter ul li.sf-field-taxonomy-region{
	position:relative;
	padding:0
}

li.sf-field-taxonomy-region:after, li.sf-field-post-meta-kreuzfahrt:after{
	content:"";
	width:.5px;
	height:30px;
	position:absolute;
	background-color:rgba(128, 123, 111,0.2);
	top:-3px;
	right:0
}
li.sf-field-post-meta-kreuzfahrt:after{
	display:none
}

form#search-filter-form-111 select, form#search-filter-form-111 select option{
	background-color:#fff;
}
.searchandfilter ul li label, .searchandfilter ul li label select option{
	font-family:'Noto Sans JP', sans-serif;
	font-size:18px;
	line-height: 20px;
	font-weight:500;
	color:#807b6f;	
	height: 42px;
}
form#search-filter-form-111 {
    background: #fff;
    border-radius: 100px;
	padding-top: 13px;
	margin: 35px 0 65px;
}

a.beratung.contact_link{
	text-decoration:none;
	color:#fff;
	background-color:#807b6f;
	border:1px solid #807b6f;
	border-radius: 100px;
	display:block;
	text-align:center;
	font-weight:500;
	padding: 14px 20px 14px 0;
	margin: 35px 0 65px;
}

a.beratung.contact_link:hover{
	color:#807b6f;
	background-color:transparent;
}
.buchung_button{
	position:relative
}
button.info {
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -36px;
    border: none;
    background-color: #afa898;
    border-radius: 50px;
    width: 42px;
    line-height: 42px;
    font-size: 26px;
    color: #fff;
    padding: 0;
}

button.info:focus, button:focus {
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
    text-decoration: none;
}
.modal-content.infobox {
    padding: 25px;
    border: 5px solid #807b6f;
}

.infobox{
	    color: #2e2a20;
}

.add_content_kf{
	margin-bottom:45px;
}
.add_content_kf h2{
	font-size:40px;
	line-height:40px
}
a#scrollstop{
	display: block;
    position: relative;
    top: -75px;
    visibility: hidden;	
}
.result_inner {
    background-color: #fff;
    margin: 0 0 60px 0;
}
.result_inner:hover {
    background-color: #807b6f;
}

.result_inner:hover span.author{
    color: #fff;
}

.result_content{
	padding:20px 30px;
	position:relative;
}

div.post-thumbnail{
	width:100%;
	height:200px;
	background-size:cover;
	background-position:center center
}

span.land{
	display:block;
	font-family:'Noto Sans JP', sans-serif;	
	font-weight:500;
	font-size:18px;	
	color:#d9261c;
	margin-bottom:20px;
}
span.title{
	display:block;
	font-family:'EB Garamond', sans-serif;
	font-weight:500;
	font-size:30px;
	line-height:30px;
	color:#2e2a20;
	padding-bottom:50px;
	min-height:140px
}

span.author{
	display:inline-block;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:300;
	font-size:14px;	
	color:#808080;
	position:absolute;
	left:30px;
	bottom:20px
}
div.result_inner{
	position:relative;
}
a.result_link{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
}
div.result {
    display:none;
}
div.result:nth-child(-n+12) {
    display:block;
}
.row.no_results_wrap {
    margin: 65px 0 90px 0;
    justify-content: center;
}
span.no_results{
	font-family:'EB Garamond', sans-serif;
	font-weight:500;
	font-size:40px;
	line-height:40px;	
	text-transform:uppercase;
}

button.more, button.more:focus, button.more:active {
	color:#807b6f;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
	border: 2px solid #807b6f !important;
	border-radius: 25px;
	padding:10px 25px;
	font-weight:500
}
/*--------------------------------------------------------------
## Reisebericht Einzelseite
--------------------------------------------------------------*/
.headerimage.dark {
    width:100%;
	height:900px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	overflow: hidden;	
}
.headerimage.dark:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 455px;
	background-image:url(inc/assets/img/reise_single_overlay.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.intro_content {
    position: absolute;
    bottom: 0;
    width: 730px;
    left: 50%;
    margin-left: -365px;
    text-align: center;
	z-index: 9;
}

.intro_content h1{
	color:#fff
}

hr.headline_hr, hr.width.light {
    width: 250px;
    background: #807b6f;
    height: 0.5px;
	border: none;
}

section.black{
	background-color:#000
}

hr.width.light {
    width: 100%;
	margin-top:0;
	background:#333333
}

section.map.black {
    padding: 0 0 65px 0;
}

.map_single .fas {
    color: #807b6f;
    font-size: 40px;
}

span.map_meta_leg {
	color: #807b6f;
	display:block;
}

span.map_meta_value{
	color:#fff
}
section.map_meta.black {
    padding: 0 0 246px;
    position: relative;
}

section.map_meta.black:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
	background-image:url(inc/assets/img/dark_bottom_gradient.png);
	background-size:cover;
	background-repeat:no-repeat;
    height: 246px;
	width: 100%;
    overflow: hidden;
}

ul.steps_kf.row {
    list-style: none;
}

ul.steps_kf.row li {
    color: #807b6f;
}

ul.steps_kf.row li:before {
	content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #d62d28;
    display: inline-block;
    margin-left: -20px;
    margin-right: 20px;
}
ul.steps_kf.row li:after {
	content: "";
	background-image:url(inc/assets/img/korfi_tours_ziel_pfeile.svg);
    width: 24px;
    height: 14px;
	margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

ul.steps_kf.row li:last-child:after {
	display:none
}

div.text-end{
	position:relative;
}
div.navi_inner{
	position:absolute;
	bottom:25px;
	right:0
}
span.nav_slide{
	display:block;
	cursor:pointer;
	margin:0 0 20px 0
}

span.nav_slide .far{
	color:rgba(128, 123, 111, .7);
	font-size:36px
}
span.nav_slide .far:hover{
	color:rgba(128, 123, 111, 1);
}
div.no_padding_right{
	padding-right:0 !important
}

.slide_single {
    max-width: 100%;
    margin: 0;
}

div.slide_reise_image{
	height:450px;
	background-size:cover;
	background-position:center center;
	margin-left: 15px;
}
div.slide_reise_image  a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
div.extra_padding{
	padding:0 0 0 50px
}

div.list_single{
	margin-top:65px;
	margin-bottom:65px;	
}
ul.list_reise li{
	font-family:'Noto Sans JP', sans-serif;
	font-size:18px;
	font-weight:500;
	margin-bottom:25px
}

ul.list_reise{
	list-style:none;
	padding:0
}


ul.list_reise li:before{
content: "\2022";
  color: #807b6f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.reise_single_content h2{
	font-size:3rem
}


.reise_single_content em {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 2rem 0;
    display: block;
}

.reise_single_reporter{
	margin-top:35px;	
	margin-bottom:65px;	
}

.ma_gap{
	margin-bottom:40px;
}
.content_ma_teaser span{
	display:block;
}
.col-lg-6.col-sm-6.content_ma_teaser {
    padding-top: 25px;
}
span.name_single {
    font-family: 'EB Garamond';
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}

span.standort {
    margin-bottom: 25px;
}
span.phone {
    color: #807b6f;
}
span.phone a{
    color: #807b6f;
	text-decoration:none
}
	@media screen and (min-width: 769px) {
		span.phone a{
			pointer-events: none;
			cursor:text;
		}		
	}	

span.mail a {
    color: #807b6f;
	text-decoration:none
}

button.contact_link, a.contact_link{
	font-family: 'Noto Sans JP';
	color:#807b6f;	
	font-weight:500;
	background:transparent;
	border:2px solid #807b6f;
	border-radius:25px;
	margin:15px 0 0 0;
	padding:10px 20px;
	display: inline-block;

}

a.contact_link svg{
	width: 27px;
    height: 17px;
    margin-right: 20px;
    margin-top: -6px;
    fill: #807b6f;
}
a.contact_link:hover svg{
    fill: #fff;
}
button.contact_link:hover, a.contact_link:hover, button.more:hover{
	color:#fff;	
	background:#807b6f;
	text-decoration:none
}
.row.angebote_wrap hr {
    margin: 80px 0;
}
span.angebot_header{
	margin:0 0 45px 0 !important
}

a.contact_link.news.offer{
	    margin-top: 65px;
}

#kontakt_singlepage{
	margin-top:65px 
}

#kontakt_singlepage .full_width.collapse.show:after{
	display:none!important
}

.center_margin {
    margin:0 auto;
	justify-content:start !important
}

.inner_correct.width-780.center_margin {
    padding: 0 15px;
}
#overflow{
	margin:65px 0
}
#overflow .contact_bg {
    height: 944px;
    width: 1381px;
    max-width: 1381px;

}

.usp_content_explore h2 {
    font-size: 40px;
}


button.contact_tab:after{
	display:none !important
}
button.btn.btn-link.contact_tab{ /*------- Offen ---*/
    font-family: 'Noto Sans JP', sans-serif;
	border: 2px solid #807b6f;
    border-radius: 25px;
    padding: 10px 25px;	
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	background-color:#807b6f;
	outline:none !important;
}
button.btn.btn-link.contact_tab:focus {
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
    text-decoration: none;
}
button.btn.btn-link.contact_tab:hover{
	color:#fff !important;
	background-color:#807b6f !important;
	text-decoration:none
}

button.btn.btn-link.contact_tab.collapsed{ /*------- geschlossen ---*/
	color:#807b6f;
	background-color:transparent;
}

/*--------------------------------------------------------------
## Kontaktseite
--------------------------------------------------------------*/
.row.kontakt {
    margin-top: 110px;
}

section#new_form{
	padding-top:200px;
}

.booking_contact{
	padding: 50px 90px;
}

.new_form_bg{
	background-image: url(inc/assets/img/kontakt_formular_bg.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height: 779px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.kontakt_map .gmnoprint.gm-bundled-control{
	left:auto !important;
	right:50px !important;
}
.row.booking_contact .field br, .row.booking_contact .field p {
    display: none;
}
.booking_contact input#sumbit_form,
.booking_contact span.wpcf7-form-control-wrap[data-name="acceptance-665"] {
    margin: 25px 0 0 0;
}

.booking_contact .wpcf7-list-item-label::after {
    top: 14px !important;
}
.booking_contact .wpcf7-response-output {
    top: auto;
    bottom: 150px;
}

section.bueros_wrap {
    margin-top: 65px;
}
.contact_info strong {
    font-family: 'Noto Sans JP', sans-serif;
}
.buero_sep {
    margin-bottom: 50px;
    padding-bottom: 50px;
	position:relative;
}

.buero_sep:after {
	content:"";
	margin:0 15px;
	height:1px;
	width:100%;
    background-color:rgba(71,65,51,0.1);
	position:absolute;
	bottom:0
}
.buero_sep:last-child:after {
	display:none
}
span.name_single.contact {
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
}
span.contact_ma{
	display:block
}
.col-lg-4.contact_info p, .col-lg-4.contact_info a, span.contact_ma a {
    color: #807b6f;
}
.col-lg-4.contact_info a:hover, span.contact_ma a:hover {
    text-decoration:none;
	font-weight:500
}
.slide_buero_wrap{
	position:relative;
}
.single_buero_img {
	height:415px !important;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.slide_buero{
	position:absolute;
	z-index:25;
	top:50%;
	margin-top:-30px;
	left:30px;
	width:60px;
	height:60px;
}	
.slide_buero.next_slide_buero{
	left:auto !important;
	right:30px;
}

@media only screen and (max-width: 1680px) {
	.single_buero_img {
		height:363px !important;
	}	
}
@media only screen and (max-width: 1366px) {
	.single_buero_img {
		height:295px !important;
	}	
}
@media only screen and (max-width: 1280px) {
	.single_buero_img {
		height:276px !important;
	}		
}
@media only screen and (max-width: 1024px) {
	.single_buero_img {
		height:221px !important;
	}	
	.slide_buero{
		width:40px;
		height:40px;
		margin-top:-20px;
		left:15px;		
	}	
	.slide_buero.next_slide_buero{
		right:15px;
	}	
}
@media only screen and (max-width: 768px) {
	.single_buero_img {
		height:240px !important;
	}	
}
	
.wpgmp_infowindow.fc-infowindow-acerra {
    background-color: #dcd4bf !important;
    border-radius: 25px !important;
}

.infowindow-close{
	background:transparent !important;
}

.infowindow-close:after{
	content:"X";
	color:#fff;
	font-size: 1rem;
}

.wpgmp_iw_content {
    text-align: center !important;
    line-height: 80px !important;
    display: block !important;
    color: #fff !important;
    font-size: 1rem !important;
}
.kontakt_map{
	position:relative;
    z-index: 0;
    margin-bottom: -70px;
}
/*--------------------------------------------------------------
## Gutschein
--------------------------------------------------------------*/
div.light_color p{
	color:#807b6f;
}

.col-lg-12.light_color.gift_order_intro p {
    margin-bottom: 45px;
}

.row.form_sites.no_padding .label br {
    display: none;
}	
.col-lg-12.auswahl_gutschein input {
  position: relative;
  right: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}

.col-lg-12.auswahl_gutschein{
	margin-bottom:25px
}	
	

.col-lg-12.auswahl_gutschein span.wpcf7-list-item {
    margin: 0;
    display: block;
}

.col-lg-12.auswahl_gutschein span.wpcf7-list-item .wpcf7-list-item-label{
	color:#2e2a20;
	font-weight:500
}

.col-lg-12.auswahl_gutschein input:checked + .wpcf7-list-item-label::after{
	background-color: #2e2a20;
    z-index: 6;
    width: 7px;
    height: 7px;	
	left: -16px;
	top: 12px;
}

.col-lg-12.auswahl_gutschein input + .wpcf7-list-item-label{
	position:relative;
}

span.wpcf7-form-control-wrap.number-788{
	position:relative;
}

span.wpcf7-form-control-wrap.number-789{
		display:block;
}
span.currency{
	position: absolute;
    right:0px;
    top: 4px;
    color: #807b6f;
	display:block
}

span.currency.part_two{
    left: 320px;
}

iframe#gutschein_frame {
    height: 590px;
}

/* Chrome, Safari, Edge, Opera */
input#gwwert::-webkit-outer-spin-button,
input#gwwert::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*--------------------------------------------------------------
## Kontaktform / Formular
--------------------------------------------------------------*/
iframe#contact_frame {
    height: 940px;
}


a#kontaktform {
    display: block;
    margin-top: -100px;
    visibility: hidden;
}
.row.contact_form_int {
    margin: 50px 0;
}

.contact_bg{
	background-image: url(inc/assets/img/contactform_bg.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height: 779px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.row.form_inner {
    padding: 0 125px;
}

.col-lg-6.form_sites:first-child {
    padding: 50px 50px 0 25px;
}

.col-lg-6.form_sites:last-child {
    padding: 155px 0 0 50px;
}

textarea#nachricht{
	background-image: url(inc/assets/img/textarea_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding:0;
	border:none;
	background-color:transparent;	
	font-family: 'Noto Sans JP';
	color:#807b6f;
	font-weight:300;	
	line-height:32px;
	height: 196px;
	resize: none;
}

.form_sites input, .quick_form input, .cf7-button-repeater, .booking_contact input{
	padding:0;
	border:none;
	background-color:transparent;
	background-image: url(inc/assets/img/textarea_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family: 'Noto Sans JP';
	color:#807b6f;
	font-weight:300;	
	max-width: 100%;
	-webkit-box-shadow: none;
    box-shadow: none;	
}
.form_sites input:focus, .quick_form input:focus, .booking_contact input:focus{
	border:none;
	background-color:transparent;
	font-family: 'Noto Sans JP';
	color:#807b6f;
	font-weight:300;
}
::-webkit-input-placeholder { /* Edge */
	font-family: 'Noto Sans JP' !important;
	color:#807b6f !important;
	font-weight:300 !important;
}

:-ms-input-placeholder { /* Internet Explorer */
	font-family: 'Noto Sans JP' !important;
	color:#807b6f !important;
	font-weight:300 !important;
}

::placeholder {
	font-family: 'Noto Sans JP' !important;
	color:#807b6f !important;
	font-weight:300 !important;
}
span.contactform_header {
	font-family: 'EB Garamond';
	display:inline-block;
	font-size:40px;
	line-height:40px;
	font-weight:500
}

span.contactform_subheader {
    color: #807b6f;
	display:inline-block;
	margin:0 0 10px 0
}

.col-lg-6.form_sites br, .col-lg-6.form_sites p {
    display: none;
}

span.label {
    font-weight: 500;
}

span.label span{
    font-weight: 100;
}

.field {
    margin: 0 0 10px 0;
}

input#sumbit_form {
	background-color: transparent;
    background-image: none;
    color: #807b6f;
    border: 2px solid #807b6f;
    border-radius: 25px;
    margin: 25px 0 0 0;
    padding: 10px 20px;
}

input#sumbit_form:hover {
    background-color: #807b6f;
    color: #fff;
}

span.wpcf7-form-control-wrap[data-name="acceptance-665"] span.wpcf7-list-item-label,
span.wpcf7-form-control-wrap[data-name="acceptance-665"] span.wpcf7-list-item-label a {
    font-size: 13px;
    line-height: 13px;
	color:#807b6f
}

span.wpcf7-form-control-wrap[data-name="acceptance-665"] {
    margin: 25px 0 25px 0;
	    display: inline-block;
}

span.wpcf7-form-control-wrap[data-name="acceptance-665"] + .wpcf7-list-item-label {
  position: absolute;
}
input#zustimmung {
  position: relative;
  right: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}

span.wpcf7-form-control-wrap[data-name="acceptance-665"] span.wpcf7-list-item{
	margin:0
}
.wpcf7-list-item-label::before {
  width: 15px;
  height: 15px;
  padding:2px;
  background-color: transparent;
  border:2px solid #807b6f;
  border-radius:50%;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  z-index: 5;
  position: relative;
}
.wpcf7-list-item-label::after {
	border-radius: 50%;
    display: block;
    content: "";
    float: none;
    position: absolute;
    left: 4px;
    top: 11px;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    cursor: pointer;
}
input#zustimmung:checked + .wpcf7-list-item-label::before {
  background-color: transparent;
}
input#zustimmung:checked + .wpcf7-list-item-label::after {
  background-color: #d9261c;
  z-index:6;
  width:7px;
  height:7px;
}
.wpcf7-response-output {
    max-width: 32%;
    float: none;
    display: inline-block;
    position: absolute;
    right: 140px;
    font-family: 'Noto Sans JP';
    color: #807b6f;
    font-weight: 300;
    border-color: #807b6f !important;
    border-radius: 25px;
    margin: -50px 0 0 0 !important;
    text-align: center;
}

select#select_buero, select#select_buero_ma, .quick_form select{
	border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;	
	outline-offset: -2px;
	border-color: transparent;
	outline-color: transparent;
	box-shadow: none;
	position:relative;
    background-color: transparent;
    background-image: url(inc/assets/img/textarea_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    font-family: 'Noto Sans JP';
    color: #807b6f;
    font-weight: 300;
	padding:0;

	
}
span.wpcf7-form-control-wrap[data-name="buero"],
span.wpcf7-form-control-wrap[data-name="ma_alle"],
span.wpcf7-form-control-wrap[data-name="ma_prina_altstadt"],
span.wpcf7-form-control-wrap[data-name="ma_prina_copitz"],
span.wpcf7-form-control-wrap[data-name="ma_heidenau"],
span.wpcf7-form-control-wrap[data-name="ma_radebeul"],
span.wpcf7-form-control-wrap[data-name="ma_coswig"],
.quick_form span[data-name*="reiseziel"],
.quick_form span.wpcf7-form-control-wrap[data-name="menu-705"],
.quick_form span.wpcf7-form-control-wrap[data-name="flughafen"],
.quick_form span.wpcf7-form-control-wrap[data-name="verpflegung"],
.quick_form span[data-name*="erwachsene"],
.quick_form span[data-name*="kinder"],
span.wpcf7-form-control-wrap[data-name="eventdate"] {
	position: relative;
    display: block;
}
span.wpcf7-form-control-wrap[data-name="buero"]:after,
span.wpcf7-form-control-wrap[data-name="ma_alle"]:after,
span.wpcf7-form-control-wrap[data-name="ma_prina_altstadt"]:after,
span.wpcf7-form-control-wrap[data-name="ma_prina_copitz"]:after,
span.wpcf7-form-control-wrap[data-name="ma_heidenau"]:after,
span.wpcf7-form-control-wrap[data-name="ma_radebeul"]:after,
span.wpcf7-form-control-wrap[data-name="ma_coswig"]:after,
.quick_form span[data-name*="reiseziel"]:after,
.quick_form span.wpcf7-form-control-wrap[data-name="menu-705"]:after,
.quick_form span.wpcf7-form-control-wrap[data-name="flughafen"]:after,
.quick_form span.wpcf7-form-control-wrap[data-name="verpflegung"]:after,
.quick_form span[data-name*="erwachsene"]:after,
.quick_form span[data-name*="kinder"]:after,
span.wpcf7-form-control-wrap[data-name="eventdate"]:after {
    content: '';
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #807b6f transparent transparent transparent;
    right: 5px;
    bottom: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}	
/*-------------- Modal Anfrage ------------------*/

div#modal_anfrage {
    background-color: rgba(220,212,192,0.95);
}

div#modal_anfrage .modal-content {
    background-color: transparent;
	border: none;
}
div#modal_anfrage .modal-dialog{
	max-width:920px;
	height: 585px;
}
div.modal-content{
	position:relative;
}
div.modal-content .contact_bg{
	width:100%;
	max-width:100%;
}
button.close{
	display:inline-block;
	width: 38px;
	position:absolute;
	top:0;
	right:25px
}
span.close_modal {
    text-shadow: none;
    font-weight: 100;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 1px solid #2e2a20;
    padding: 0 11.5px;
}
/*--------------------------------------------------------------
## Unternehmen
--------------------------------------------------------------*/
.ma_sammel_wrap{
	position:relative;
	height:900px;
	    margin-bottom: 125px;
}

.single_image_ma{
	position:absolute;
	right:0;
	width:190px;
	height:160px;
}

.ma_hover{
	height:0px;
	width: 100%;	
	position:absolute;
	visibility: hidden;
	top:0;
	left:0;
	background-color:rgba(65,59,46,0.75);
	text-align:center
}
span.ma_hover_name{
	font-family: 'EB Garamond';
	font-size:22px;
	line-height:34px;
	color:#dcd4c0;
	text-align:center;
	width: 160px;
    display: inline-block;
	margin-top:calc(50% - 34px);
	width:95px;
	opacity:0
}
.ma-216 span.ma_hover_name, .ma-221 span.ma_hover_name{
	margin-top: calc(50% - 52px);
    width: 140px;
}	

.ma-210 span.ma_hover_name, .ma-208 span.ma_hover_name{
    width: 140px;
}	
a.link_absolute{
	position:absolute;
	height:100%;
	width: calc(100% - 30px);	
	z-index:4;	
	top:0;
	left:15px;
}

.ma_image_container {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.container.image_map {
    max-width: 1470px;
}
a.link_absolute:hover span.ma_hover_name{
	opacity:1 !Important
}

a.link_absolute:hover div.ma_hover{
	height:100%;
	z-index:2;
	visibility: visible;
}

/* column 1 */
.col-lg-2.single_image_ma:nth-child(1) {
    left: 0;
    top: 300px;
}
.col-lg-2.single_image_ma:nth-child(2) {
    left: 0;
    top: 480px;
}

/* column 2 */
.col-lg-2.single_image_ma:nth-child(3) {
    left: 190px;
    top: 160px;
}
.col-lg-2.single_image_ma:nth-child(4) {
    left: 190px;
    top: 340px;
}
.col-lg-2.single_image_ma:nth-child(5) {
    left: 190px;
    top: 520px;
}

/* column 3 */
.col-lg-2.single_image_ma:nth-child(6) {
    left: 380px;
    top: 80px;
}
.col-lg-2.single_image_ma:nth-child(7) {
    left: 380px;
    top: 260px;
}
.col-lg-2.single_image_ma:nth-child(8) {
    left: 380px;
    top: 440px;
}
.col-lg-2.single_image_ma:nth-child(9) {
    left: 380px;
    top: 620px;
}

/* column 4 */
.col-lg-2.single_image_ma:nth-child(10) {
    left: 560px;
    top: 140px;
}
.col-lg-2.single_image_ma:nth-child(11){
    left: 560px;
    top: 320px;
}
.col-lg-2.single_image_ma:nth-child(12) {
    left: 560px;
    top: 500px;
}
.col-lg-2.single_image_ma:nth-child(13) {
    left: 560px;
    top: 680px;
}

/* column 5 */
.col-lg-2.single_image_ma:nth-child(14) {
    left: 740px;
    top: 40px;
}
.col-lg-2.single_image_ma:nth-child(15) {
    left: 740px;
    top: 220px;
}
.col-lg-2.single_image_ma:nth-child(16) {
    left: 740px;
    top: 400px;
}
.col-lg-2.single_image_ma:nth-child(17) {
    left: 740px;
    top: 580px;
}

/* column 6 */
.col-lg-2.single_image_ma:nth-child(18) {
    left: 920px;
    top: 160px;
	max-width:370px;
	width:370px;	
	height:340px;
}
.col-lg-2.single_image_ma:nth-child(19) {
    left: 920px;
    top: 520px;
}

/* column 7 */
.col-lg-2.single_image_ma:nth-child(20) {
    left: 1100px;
    top: 520px;
}

/* column 8 end */
.col-lg-2.single_image_ma:nth-child(21) {
    left: 1280px;
    top: 0;
}
.col-lg-2.single_image_ma:nth-child(22) {
    left: 1280px;
    top: 180px;
}
.col-lg-2.single_image_ma:nth-child(23) {
    left: 1280px;
    top: 360px;
}
.col-lg-2.single_image_ma:nth-child(24) {
    left: 1280px;
    top: 540px;
}



div.contact_link{
	text-align:center;
	position:relative;
	z-index:999;
	margin-top:-75px;
}

div.job_teaser{
	position:absolute;
    left: 395px;
    top: 620px;	
	width: 160px;
	height:160px;
    background-image: url(inc/assets/img/mitarbeiter_gesucht.jpg);	
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
div.job_teaser:after{
	content:"Jobs & Ausbildung";
	font-family: 'EB Garamond';
	font-size:28px;
	line-height:34px;
	color:#dcd4c0;
	text-align:center;
	width: 160px;
    display: inline-block;
	margin-top:calc(50% - 34px);	
}
a.link_job_teaser{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}

.card.col-lg-2.usp_inner.page-unternehmen {
    float: left;
}
.card.col-lg-2.usp_inner.page-unternehmen button.btn.btn-link.collapsed:after, .card.col-lg-2.usp_inner.page-unternehmen button.btn.btn-link:after {
    display: none;
}
.card.col-lg-2.usp_inner.page-unternehmen {
    border: none;
}

.card.col-lg-2.usp_inner.page-unternehmen span.usp_content {
    text-align: center;
    width: 100%;
    float: none;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 500;
}
.page-unternehmen button.btn.btn-link.collapsed span.usp_content{
	color:#2e2a20
}
.page-unternehmen button.btn.btn-link.collapsed:hover span.usp_content {
	color:#fff
}

a.usp_link_home {
    left: 0;
    top: 0;
}
.usp_icon_inner {
    width: 125px;
}

.usp_icon {
    display: flex;
    justify-content: center;
}
.usp_content_explore{
	margin-top:75px;
	margin-bottom:50px
}
.usps_wrap .btn.btn-link.collapsed{
	border-radius:50%;
    padding: 50px 0;
	background-color:transparent
}

.usps_wrap .btn.btn-link, .usps_wrap .btn_ups_main{
	border-radius:50%;
    padding: 50px 0;
}

.btn_ups_main{
	position:relative;
	    border: 1px solid #cfcbc1;
}
.usps_wrap .btn.btn-link.collapsed span.usp_content{
	color:#bfb8a6
}

.usps_wrap .btn.btn-link.collapsed div.usp_icon_inner svg{
	fill:#2e2a20
}

.usps_wrap .btn.btn-link.collapsed:hover, .usps_wrap .btn.btn-link, .btn_ups_main:hover{
	background-color:#bfb8a6
}

.usps_wrap .btn.btn-link.collapsed:hover span.usp_content, .usps_wrap .btn.btn-link span.usp_content, .btn_ups_main:hover span.usp_content{
	color:#fff;
}

.usps_wrap .btn.btn-link.collapsed:hover div.usp_icon_inner svg, .usps_wrap .btn.btn-link div.usp_icon_inner svg, .btn_ups_main:hover div.usp_icon_inner svg{
	fill:#fff;
}


.full_width.collapse.show {
position: relative;
}
.full_width.collapse.show:after {
    content: "";
    margin: 0 15px;
    height: 1px;
    width: 100%;
    background-color: rgba(71,65,51,0.1);
    position: absolute;
    bottom: 0;
}

div.usp_content_explore strong{
	font-family: 'EB Garamond', sans-serif;
	font-size: 40px;
	line-height:40px;
    color: #474133;	
	display:block;
	margin-bottom:25px;
	text-transform:uppercase
}
.card-body.col-lg-8.offset-lg-2.usp_content_explore {
    padding-bottom: 75px;
    padding-top: 75px;
}

div.margin_10{
	margin-top:100px;	
	margin-bottom:100px;
}

.row.justify-content-center.usps_wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
## Bewertungen
--------------------------------------------------------------*/
.bewertungen_wrap{
	background-image: url(inc/assets/img/bewertungen_bg.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height: 720px;
	width: 80%;
    margin: 0 auto;	
	positioN:relative
}	

.bewertungen_single{
	background-image: url(inc/assets/img/bewertungen_single.png);	
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;	
	height: 645px !important;	
	margin: 80px 0 0 0;
	position: relative;	
}
a.bewertungslink{
	display:block;
	text-align:center;
	font-weight: 100;
    font-size: .8rem;
    color: #2e2a20;
	margin-top:10px
}

a.bewertungslink:hover{
	font-weight: 300;
    text-decoration:none
}

div.col-lg-6.card{
	background-color: transparent !Important;
    border: none;
    padding: 0 45px 0 75px;
    position: absolute;
    top: 35%;
    left: 0;
}

div.col-lg-6.card:last-child {
	right: 0;
    left: auto;
    padding: 0 58px;
    top: 41%;
}
span.fa-stack {
    display: block;
    width: 100%;
	text-align:center
}

div.col-lg-6.card .fas {
	display: inline-block;
    font-size: 26px;
    margin: 0 5px;
	color: #807b6f;
    text-shadow: -2px 0 #2e2a20, 0 2px #2e2a20, 2px 0 #2e2a20, 0 -2px #2e2a20;	
}

div.col-lg-6.card p{
    font-weight: 100;
    font-size: 18px;
    line-height: 30px;
}

div.col-lg-6.card p.post_adress {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 42px;
    font-family: 'EB Garamond';
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
section.newsletter{
	height:840px;
	overflow:hidden;
	position:relative;
	margin-top:65px;
	background-position: center center;
}
section.newsletter.kontakt{
	margin-top:0;
	z-index:1;
	background-position: top center;
}
		section.newsletter.kontakt:before{
			display:none
		}	
section.newsletter:before{
	content:"";
	width:100%;
	position:absolute;
	background-image:url(inc/assets/img/newsletter_cut_dark.png);
	background-repeat:no-repeat;
	background-size:contain;
	top:0;
	left:0;
	z-index:2;
	height:47px
}

body.home section.newsletter:before, body.page-template-page-unternehmen section.newsletter:before{
	background-image:url(inc/assets/img/newsletter_cut_home.png);
}
.newsletter_container{
	text-align:center;
	margin-top:90px;
}
.newsletter_container span.teaser{
    font-size: 60px;
    line-height: 60px;
    font-family: 'EB Garamond';
	text-transform:uppercase
}

.newsletter_container hr{
	width:220px;
	height:1px;
	border:none;	
	background-color:rgba(71,65,51,0.3);
}
.newsletter_container span.sub_teaser{
	color:#d9261c;
	font-weight:500
}	

span.resieberichte_teaser{
	display:block;
    font-size: 60px;
    line-height: 60px;
    font-family: 'EB Garamond';
	text-transform:uppercase;
	text-align:center	
}

hr.resieberichte_teaser_line{
	display: block;
    margin: 20px auto;
    width: 20%;
}

span.resieberichte_teaser_subheader{
	display: block;
    color: #807b6f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 65px;
}

div.layer_ma_form .contact_bg {
    height: 587px;
}	
/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
div#index {
    padding-top: 90px;
    padding-bottom: 90px;
}

span.date{
	color: #807b6f;
    font-weight: 500;
    font-size: 0.75rem;
}
h2.entry-title, h1.entry-title{
	border:none;
}
h2.entry-title a, h1.entry-title{
	color:#2e2a20;
	font-weight:500;
	font-family: 'EB Garamond';
    font-size: 60px;
    line-height: 60px;
	text-decoration:none
}


article.post {
    display:none;
}

a.contact_link.news{
	color: #807b6f;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: 2px solid #807b6f;
    border-radius: 25px;
    padding: 10px 25px 10px 10px;
    font-weight: 500;
	text-decoration:none;
}

a.contact_link.news:hover {
	color:#fff;
	background-color:#807b6f
}

a.contact_link.news .fas {
    margin: 0 25px 0 0;
}

div.center{
	text-align:center;
	margin-top: 35px
}

div.single_news p, h1.entry-title{
	max-width: 66.666667%;
}

.single_button a {
	color: #807b6f;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    background-color: transparent;
    border: 2px solid #807b6f;
    border-radius: 25px;
    padding: 10px 25px 10px 60px;
    font-weight: 500;
    text-decoration: none;
	position:relative;
}
.single_button a:before {
	content:"";
	background-image:url(inc/assets/img/right_arrow_block.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	width:25px;
	height:25px;
	margin:0 25px 0 0;
	position:absolute;
	left:15px;
	top:15px
}

.single_button a:hover {
	background-color:#807b6f;
	color:#fff !Important;
}

.single_button a:hover:before {
	background-image:url(inc/assets/img/right_arrow_block_hover.png);
}
/*--------------------------------------------------------------
## Mitarbeiter Layer
--------------------------------------------------------------*/
.modal-wrapper.styled.show {
    background-color: rgba(220,212,192,0.95);
}

.modal-wrapper.styled.show .wp-post-modal.show{
	padding:0;
	border:none;
	background-color:transparent;
	padding: 125px 0 0 0;
    border: none;
    background-color: transparent;
	max-width: 100%;
	cursor: default;
}

.col-lg-12.mitarbeiter_desc {
    margin: 65px 0 0 0;
}

.mitarbeiter_desc strong, span.angebot_header{
	color: #2e2a20;
    font-weight: 500;
    font-family: 'EB Garamond';
    font-size: 60px;
    line-height: 60px;
    margin: 65px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}

.mitarbeiter_desc em{
	color: #2e2a20;
    font-weight: 500;
    font-family: 'EB Garamond';
    font-size: 40px;
    line-height: 48px;
    margin: 35px 0;
    display: inline-block;
    font-style: italic;
}

section.bg {
    position: absolute;
    width: calc(100vw - 17px);
    margin-left: -300px;
    background-color: #eae6dd;
    margin-top: 372px;
}
section.bg:before {
    content: url(inc/assets/img/layer_ma_back.png);
    height: 372px;
    margin-top: -372px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    overflow: hidden;
}
.ma_layer_reiseberichte .result{
	display:block
}

.wp-post-modal.show article {
    max-width: 795px;
    margin: 0 auto;
}

.modal-wrapper.styled .wp-post-modal .close-modal {
    text-shadow: none;
    font-weight: 100;
    font-size: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    border: 1px solid #2e2a20;
    top: 0;
    right: 250px;
    padding: 0px 8px 5px 8px;
}

div.ma_navi{
	position: absolute;
    top: 175px;
    left: 195px;
}
div.ma_navi a{
	display: block;
    margin: 10px 0;
}
div.ma_navi .far{
	color:#807b6f;
	font-size:36px;
}

.bg_overlay{
	background-color:#eae6dd;
}

iframe#contact_frame {
    height: 1580px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-widget{
	background-color:#2f2b21 !important;
	position:relative;
	z-index:3;
}
span.widget-title {
	color:#fffffe;
	font-weight:500;
	margin-bottom:25px;
	display:block;
}

.widget_nav_menu ul, .widget_nav_menu ul li{
	margin:0;
	padding:0	
}

.widget_nav_menu ul li a{
	margin:0;
	padding:0;
	background-color:transparent !important;
	color:#fffffe;
	font-weight:100
}
.widget_nav_menu ul li a:hover{
	background-color:transparent;
	color:#fff
}

#footer-widget .fab{
	color: #fffffe;
    font-size: 37px;
    margin: 0 15px 0 0;
}

#footer-widget .fab:hover{
color: #dcd4c0;
}
div#footer-widget svg.logo {
    max-width: 80%;
}

.widget_nav_menu ul {
    margin-top: -7px;
}

img.partner {
    max-width: 108px;
    display: block;
}


span.mitglied {
    color: rgba(255,255,254,.5) !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
}
.mitglied_wrap {
    margin-top: 25px;
}
/*--------------------------------------------------------------
## Menus - Navigation
--------------------------------------------------------------*/
ul#menu-hauptmenu{
	width:auto
}

#menu-hauptmenu li{
	width:auto;
	float:left;
	text-align:center;
	padding:0 25px
}
ul#menu-hauptmenu li a {
    position: relative;
    display: inline;
    padding: 0;
	font-weight: 400;
}

ul#menu-hauptmenu li a:after {
   content:"";
   width:0;
   height:2px;
   background-color:#fff;
   position: absolute;
   left: 0;
   bottom: -5px;
}

ul#menu-hauptmenu li a:hover:after {
   width:100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

li.menu_margin{
	margin-top:25px !important
}

div#footer-widget ul li a {
    color: rgba(255,255,254,.5) !important;
}
div#footer-widget ul li a:hover {
    color:#dcd4c0 !Important;
}
div#footer-widget .container {
    max-width: 1280px;
}
ul#menu-reiseziele {
    display: inline-block;
}

.width_menu ul li {
    width: 50%;
    float: left;
}

.width_menu ul li:nth-child(even) {
    float: right;
}
.width_menu ul:after{
	content: "";
  display: table;
  clear: both;
}

a.modal_link.gift:hover{
	opacity:.8;
}
section.footer_bg{
	position:relative;
}

section.footer_bg:before{
	content:"";
	background-image:url(inc/assets/img/footer_overlay.png);
	background-size:cover;
	width:100%;
	height:240px;
	position:absolute;
	left:0;
	top:-240px;
	z-index:2;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*--------------------------------------------------------------
# Newsletter Anmeldung
--------------------------------------------------------------*/
  #EMAIL:-ms-input-placeholder {
    text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
    color: red;
  }

  #EMAIL::placeholder {
    text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
    color: red;
  }

  #EMAIL::placeholder {
    text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
    color: red;
  }
  
  div#sib-container {
    background-color: transparent;
	width:80%;
	margin:0 auto
}

.sib-form .entry__field {
    border: none !important;
	margin:0 !important;
	background: transparent !important;
}

div#nl_input_wrap {
    position: relative;
	width:60%;
	margin:0 auto;
	height:44px;
	margin-bottom:0px
}
div#confirm_newsletter {
    position: relative;
	width:55%;
	margin:25px auto 0;
	margin-bottom:0px;
	padding:0 50px
}
div#mail_input {
    position: absolute;
	width:100%;
	left:0;
	top:0;
	padding:0
}

div#submit_wrap{
    position: absolute;
	right:19px;
	top:2px;
	padding:0	
}

div#submit_wrap .sib-form-block{
	padding:0
}

button.sib-form-block__button.sib-form-block__button-with-loader {
    background-color: #d9261c;
    border-radius: 50%;
    padding: 0;
    height: auto;
    min-height: 1px;
	width:56px
}

button.sib-form-block__button.sib-form-block__button-with-loader:hover {
    background-color: #2f2b21
}

i.fas.fa-envelope {
    color: #fff;
    font-size: 28px;
    line-height: 56px;
}

input#EMAIL {
    padding-left: 15px;
	padding-top: 11px;
    padding-bottom: 11px;
    color: #807b6f;
	    border-radius: 50px !important;
		background-color:#fff
}

.sib-form .checkbox, .sib-form .radio-button {
    background: #fff !important;
    border: 2px solid #807b6f !important;
    cursor: pointer !important;
	border-radius:50% !important;
	width: 15px !important;
    height: 15px !important;
}
.sib-form .checkbox_tick_positive:before{
	background-color: #fff !important;
    z-index: 6 !important;
    width: 6px !important;
    height: 6px !important;
	border:none  !important;	
    top: 4px  !important;	
    left: 5px  !important;	
    border-radius: 50%;
}
.sib-form .input_replaced:checked+.checkbox_tick_positive:before{
	background-color: #d9261c !important;	
}
div#confirm_newsletter p, div#confirm_newsletter a {
    color: #807b6f;
    font-size: 13px;
    line-height: 13px;
}

@media (min-width: 1950px){
	section.newsletter {
		overflow: visible;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#footer-widget {
		padding-top: 65px;
	}	
	section.footer_bg:before {
		height: 450px;
		top: -320px;
	}	
	section.home_about:before {
		content: url(inc/assets/img/layer_ma_back_big.png);
	}	
	.headerslider_image_wrap {
		height: 1000px !important;
	}
	.headerimage:after, .headerimage.dark:after, section.map_meta.black:after {
		bottom: -3px;
	}	
	section.map.black {
		padding: 0 0 68px 0;
	}	
	section.map_meta.black:after {
		height: 328px;
	}	
	div.slide_reise_image {
		margin-left: 18px;
	}	
	header.transparent.dark_bg {
		background: url(inc/assets/img/header_dark_bg.png);
		padding: 40px 0;
		margin-bottom: -2px;
		background-color: #dcd4bf !important;
	}	
	section.bg {
		margin-left: -400px;
	}	
	section.bg:before {
		content: url(inc/assets/img/layer_ma_back_big.png);

	}	
	.width_form_wrap .row.quick_form{
		height: 1580px;
	}

	.width_form_wrap .quick_right {
		padding: 104px 80px 0 80px !important;
		margin-left: 0px;
	}	
}

/*--------------------------------------------------------------
# Online Buchung
--------------------------------------------------------------*/
#onlinebuchung {
    margin-bottom: 200px;
	margin-top:50px;
}

.buchung_inner {
    text-align: center;
}
.buchung_inner .image {
    margin-bottom: 45px;
}

span.buchung_headline {
    font-weight: 600;
}
#onlinebuchung .row, .single_buchung .row{
	justify-content: space-between;
}
#onlinebuchung .col-lg-3, .single_buchung .col-lg-3{
	max-width:275px;
}

#onlinebuchung a.contact_link.news {
    margin-top: 14px;
}

.single_buchung{
	margin-top:180px;
}
/*--------------------------------------------------------------
# Anpassungen Container 
--------------------------------------------------------------*/

@media (min-width: 1700px){
	.container, div#footer-widget .container{
		max-width:1580px
	}

	.width-780{
		max-width: 1180px !important;
		justify-content: center;
	}
	.width-900{
		max-width: 980px !important;
		justify-content: center;		
	}
	div.slider_wrap {
		position: relative;
		display: flex;
		justify-content: center;
	}
	div.about_content_home {
		padding-left: 19.5%;
	}
	div.about_content_home h2, div.about_content_home p {
		padding:0
	}
	.teaser_image {
		height: 167px;
	}

	span.nav_slide.prev_slide_home, span.nav_slide.prev_slide_bewertung {
		left: 8%;
		top: 50%;
		margin-top: -17px;
		margin-left: 0;
	}
	span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung {
		right: 8%;
		top: 50%;
		margin-top: -17px;
		margin-right: 0;
	}

	.searchandfilter ul li ul {
		padding: 0 0 0 40px;
	}

	.bewertungen_wrap {
		background-size: contain;		
		height: 975px;
		width: 1223px;
	}	
	.bewertungen_single {
		background-size: contain;
		height: 900px !important;
	}	
	div.col-lg-6.card:last-child {
		right: -15px;
		left: auto;
		padding: 0 58px;
		top: 37%;
	}	
	div.col-lg-6.card p.post_adress {
		line-height: 52px;
	}	
	p.bewertung_text {
		padding-top: 23px;
		padding-left: 50px;
		padding-right: 50px;
	}	
	.contact_bg {
		height: 944px;
		width: 1381px;
		max-width:100%
	}
	.col-lg-6.form_sites:first-child {
		padding: 100px 75px 0 50px;
	}
	span.contactform_subheader {
		margin: 0 0 50px 0;
	}	
	.field {
		margin: 0 0 40px 0;
	}	
	.form_sites input {
		max-width: 80%;
	}	
span.wpcf7-form-control-wrap[data-name="buero"],
span.wpcf7-form-control-wrap[data-name="ma_alle"],
span.wpcf7-form-control-wrap[data-name="ma_prina_altstadt"],
span.wpcf7-form-control-wrap[data-name="ma_prina_copitz"],
span.wpcf7-form-control-wrap[data-name="ma_heidenau"],
span.wpcf7-form-control-wrap[data-name="ma_radebeul"],
span.wpcf7-form-control-wrap[data-name="ma_coswig"] {
		position: relative;
		display: block;
		max-width: 80%;
	}	
	.col-lg-6.form_sites:last-child {
		padding: 227px 65px 0 65px;
	}	
	textarea#nachricht {
		max-width: 85%;	
	}
	input#sumbit_form {
		margin: 45px 0 0 0;
	}	
	span.wpcf7-form-control-wrap[data-name="acceptance-665"] {
		margin: 45px 0 0 0;
	}	
	
	span.map_meta_value{
		font-size:16px
	}
	ul.list_reise.row {
		padding-left: 25px;
	}
	ul.list_reise li:nth-child(odd) {
		padding-right: 40px;
	}	

	div#modal_anfrage .modal-dialog.modal-dialog-centered.modal_full {
		max-width: 1381px;
		height: auto;
	}
	div.modal-content .contact_bg{
		height: 944px;
		width: 1381px;
		max-width: 100%;
	}	
	.card-body.col-lg-8.offset-lg-2.jobs_detail {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}	
	div.layer_ma_form .contact_bg{
		height: 944px;
	}	
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1681px) {
	a.beratung.contact_link {
		font-size: 12px;
	}
	a.header_link {
		font-size: 13px;
	}	
	
	.new_form_bg{
		height:680px
	}	
	.width_form_wrap{
		max-width: 1380px !important;	
	}	
	.width_form_wrap .quick_right{
		padding:104px 120px 0 70px !important;
		margin-left: 0px;	
	}
}
@media only screen and (max-width: 1600px) {
	#overflow .contact_bg {
		height: 760px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1366px) {
	.form_wrap_wide, .width_form_wrap {
		max-width: 1024px !important;
	}

	.row.quick_form {
		height: 1100px;
		padding: 42px 100px 0px;
	}
	.quick_left {
		padding: 0 80px 0 0 !important;
	}	
	.quick_right, .width_form_wrap .quick_right {
		padding: 104px 80px 0 60px !important;
	}	
	
	.quick_form textarea#nachricht{
		height: 160px;	
	}
}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {
	span.ma_hover_name{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
@media only screen and (max-width: 1680px) {
#menu-hauptmenu li {
    padding: 0 15px;
}	
a.header_link {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 7px 10px 7px 28px;
    color: #fff;
	font-weight: 400;
	font-size:16px;
}	



a.header_link:first-of-type {
    margin-right: 7px;
}	
	.usp_icon {
		width: 100px;
		margin: 0 auto;
	}	
	.usps_wrap .btn.btn-link, .usps_wrap .btn_ups_main, .usps_wrap .btn.btn-link.collapsed {
		padding: 26px 0;
	}
	.bewertungen_wrap {
		height: 908px;
		width: 100%;
	}	
	.bewertungen_single {
		height: 779px !important;
	}	
	div.col-lg-6.card:last-child {
		top: 36%;
	}
	div.col-lg-6.card p.post_adress {
		line-height: 50px;
	}	
	.contact_bg, div.layer_ma_form .contact_bg  {
		height: 760px;
	}
	div#modal_anfrage .modal-dialog{
		max-width: 1140px;
		height: auto;		
	}	
	div.modal-content .contact_bg{
		height:780px
	}
	section.bg {
		margin-left: -262px;
	}	

	#kontakt_singlepage {
		margin-top: 65px;
		width: 1401px;
		max-width: 1401px;
	}
	.center_margin {
		margin-left: 120.5px;
	}
	.col-lg-3.col-xl-2.col-sm-3.quick_header_link {
		padding: 0;
	}
	.widget_nav_menu ul li a{
		font-size:16px;		
	}
		
}
@media only screen and (max-width: 1450px) {
	div.ma_navi {
    position: absolute;
    top: 220px;
    left: 40px;
	}
	.modal-wrapper.styled .wp-post-modal .close-modal {
		top: 0;
		right: 50px;
	}
	.container.image_map {
		max-width: 1050px;
	}
	.col-lg-2.single_image_ma {
		width: 120px;
		height:120px;
		padding:0
	}	
	a.link_absolute{
		width:100%;
		margin-left: -15px;
	}
	span.ma_hover_name {
		font-size: 20px;
		line-height: 26px;
		margin-top: calc(50% - 26px);
		width: 80px;
	}	
	.ma-216 span.ma_hover_name, .ma-221 span.ma_hover_name {
		margin-top: calc(50% - 26px);
		width: 120px;
	}
	.ma-210 span.ma_hover_name, .ma-208 span.ma_hover_name {
		width: 130px;
	}
	.ma-221 span.ma_hover_name{
		margin-top: calc(50% - 39px);
		width: 120px;
	}	
	.col-lg-2.single_image_ma.reihenfolge-0 {
        left: 270px;
        top: 420px;
	}	
	.col-lg-2.single_image_ma.reihenfolge-1 {
		left: 0;
		top: 260px;
	}

	.col-lg-2.single_image_ma.reihenfolge-2 {
		left: 0;
		top: 390px;
	}
	.col-lg-2.single_image_ma.reihenfolge-3 {
		left: 530px;
		top: 510px;
	}
	.col-lg-2.single_image_ma.reihenfolge-22 {
		left: 140px;
		top: 200px;
	}
	.col-lg-2.single_image_ma.reihenfolge-4 {
		left: 140px;
		top: 330px;
	}
	.col-lg-2.single_image_ma.reihenfolge-5 {
		left: 140px;
		top: 460px;
	}

	.col-lg-2.single_image_ma.reihenfolge-6 {
		left: 270px;
		top: 160px;
	}
	.col-lg-2.single_image_ma.reihenfolge-7 {
		left: 270px;
		top: 290px;
	}
	.col-lg-2.single_image_ma.reihenfolge-8 {
		left: 270px;
		top: 550px;
	}
	.col-lg-2.single_image_ma.reihenfolge-23 {
		left: 270px;
		top: 420px;
	}
		div.job_teaser {
			left: 270px;
			top: 550px;
			width:120px;
			height:120px
		}	
			div.job_teaser:after {
				font-size: 20px;
				line-height: 26px;
				width: 120px;
			}	
	.col-lg-2.single_image_ma.reihenfolge-9 {
		left: 400px;
		top: 220px;
	}
	.col-lg-2.single_image_ma.reihenfolge-10 {
		left: 400px;
		top: 350px;
	}
	.col-lg-2.single_image_ma.reihenfolge-11 {
		left: 400px;
		top: 480px;
	}
	.col-lg-2.single_image_ma.reihenfolge-12 {
		left: 400px;
		top: 610px;
	}

	.col-lg-2.single_image_ma.reihenfolge-13 {
		left: 530px;
		top: 120px;
	}
	.col-lg-2.single_image_ma.reihenfolge-14 {
		left: 530px;
		top: 250px;
	}
	.col-lg-2.single_image_ma.reihenfolge-15 {
		left: 530px;
		top: 380px;
	}
	.col-lg-2.single_image_ma.reihenfolge-16 {
		left: 400px;
		top: 480px;
	}
	.col-lg-2.single_image_ma.reihenfolge-17 {
		left: 660px;
		top: 160px;
		max-width:370px;
		width:250px;	
		height:250px;
	}
	.col-lg-2.single_image_ma.reihenfolge-18 {
		left: 660px;
		top: 420px;
	}
	.col-lg-2.single_image_ma.reihenfolge-19 {
		left: 790px;
		top: 420px;
	}
	.col-lg-2.single_image_ma.reihenfolge-20 {
		left: 920px;
		top: 340px;
	}
	.col-lg-2.single_image_ma.reihenfolge-21 {
		left: 920px;
		top: 210px;
	}
	

	iframe#gutschein_frame {
		height: 1000px;
	}
	.headerslider_image_wrap {
		height: 650px !important;
	}
}

@media only screen and (max-width: 1450px) {
	.ma_sammel_wrap {
		height: 750px;
	}	
	div.about_content_home {
		padding-left: 0%;
	}	
	
	#kontakt_singlepage {
		margin-top: 65px;
		width: 100%;
		max-width: 100%;
	}
	#overflow .contact_bg {
		height: 877px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}	
	.center_margin {
		margin-left: 68.5px;
	}	
	section.bg {
		margin-left: -226px;
	}	
}	

@media only screen and (max-width: 1366px) {
	section.bg {
		margin-left: -215px;
	}
	iframe#contact_frame {
		height: 1280px;
	}	
}
@media only screen and (max-width: 1280px) {
	section.bg {
		margin-left: -202px;
	}


	#overflow .contact_bg {
		height: 814px;
	}	
	.center_margin {
		margin-left: 23.5px;
	}	
	.booking_contact span.contactform_subheader{
		margin-bottom:25px;
	}
	.booking_contact span.contactform_subheader br{
		display:none
	}	
}

@media only screen and (max-width: 1199.99px) {
  button.navbar-toggler {
    position: relative;
    z-index: 10;
    display:block !Important;
    order:3;
  }
  span.navbar-toggler-icon .fas {
    color: #fff;
    font-size: 24px;
  }
  div#main-nav {
    display:none !important;
    position: absolute;
    top: 0;
    margin-top: -25px;
    background: #474133;
    z-index: 9;
    padding-top: 20px;
    box-shadow: 0 0 10px #474133;

  }

  div#main-nav.show {
    display: flex !important;
    width: 50%;
    max-width: 50%;
    left: 25%;
    right: 0;
    justify-content: center !important;
  }
  ul#menu-hauptmenu li a {
    font-size: 1.2rem;
    padding: 15px 0;
    display: block;
  }
  ul#menu-hauptmenu li a:hover:after {
    display:none
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-lg-8.col-xl-4.col-sm-3.quick_header_link {
    justify-content: center;
    display: flex;
  }
  a.header_link:first-of-type {
    margin-right: 50px;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  

	
 	.headerslider_image_wrap {
		height: 500px !important;
	} 
  div.about_content_home {
    padding-left: 5%;
	}
	.home .usp_image {
		width: 70%;
		height: 85px;	
	}
	div#page {
		overflow-x: hidden;
	}

	span.nav_slide.prev_slide_home, span.nav_slide.prev_slide_bewertung {
		margin-left: -37px;
	}
	span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung {

		margin-right: -37px;
	}
	div.slide_reise_single:hover span.teaser_land_title {
		padding: 80px 0;
	}	
	.bewertungen_wrap {
		height: 768px;
		width: 100%;
	}	
	.bewertungen_single {
		height: 704px !important;
	}	
	div.col-lg-6.card p.post_adress {
		font-size: 16px;
		line-height: 36px;;
	}
	div.col-lg-6.card p {
		font-size: 1rem;
	}	
	
	.contact_bg {
		height: 625px;
		max-width: 95%;
	}
	.row.contact_form_int .contact_bg {
		height: 604px;
	}	
	.modal-content .row.contact_form_int .contact_bg {
		height: 682px;
	}	
	.row.form_inner {
		padding: 0px 100px;
	}
	
	.row.form_inner .col-lg-12.field p {
		display: none;
	}	
	span.contactform_subheader {
		margin: 0 0 24px 0;
	}	
	.searchandfilter ul li ul {
		padding: 0 0 0 15px;
	}	
	.page-unternehmen .usp_icon {
		width: 70%;
		height: 70px;	
	}	
	.card.col-lg-2.usp_inner.page-unternehmen span.usp_content {
		font-size: .7rem;
		line-height: 1rem;
	}	
	div.single_news p, h1.entry-title {
		max-width: 100%;
	}
	section.bg {
    margin-left: -166px;
	}
	div#nl_input_wrap{
		width:100%
	}	
	div#confirm_newsletter {
		width: 100%;
	}
	div#confirm_newsletter p, div#confirm_newsletter a {
		color: #2f2b21;
	}	
	
	h1.frontpage, .about_content_home h2, h2.h1.page_unternehmen, h1, .modal-wrapper.styled .wp-post-modal h1, h2.entry-title, h1.entry-title{
		font-size:60px;
		line-height:60px;
	}	
	.card-body.col-lg-6.offset-lg-3.usp_content_explore {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		margin-left: 15%;
	}	
	.sm_wrap, .mitglied_wrap{
		width:36%;
		float:left;
	}
	.mitglied_wrap {
		margin-top: 0px;
	}
	iframe#contact_frame {
		height: 1000px;
		width: 100% !important;
		margin: 0px auto;
	}
	
	.bg_overlay .row.quick_form {
		height: 1100px;
	}
	
	.bg_overlay .quick_left {
		padding: 0 25px 0 0!important;
	}
	
	.bg_overlay .quick_right {
		padding: 0 0 0 25px !important;
	}	
	.bg_overlay span.contactform_header{
		display:block;
	}
	
	.bg_overlay .col-sm-12.col-lg-12.field.reiseziel_wrap p{
		display:none;
	}
.wpcf7-response-output {
    max-width: 100%;
    width: 96%;
    float: none;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -10px;
    font-family: 'Noto Sans JP';
    color: #807b6f;
    font-weight: 300;
    border-color: #807b6f !important;
    border-radius: 25px;
    margin: 0;
    text-align: center;
}	

	form#search-filter-form-111 {
		background: #fff;
		border-radius: 25px;
		padding-top: 13px;
		margin: 35px 0 0 0;
	}
	a.beratung.contact_link {
		font-size: 16px;
	}

	#overflow .contact_bg {
		height: 625px;
		max-width: 100%;
	}
	.center_margin {
		margin-left: 0;
	}	
	.form_wrap_wide, .width_form_wrap {
		max-width: 995px !important;
	}
	.row.quick_form {
		height: 995px;
	}	

	.quick_form textarea#nachricht {
		height: 110px;
	}	
	span.wpcf7-form-control-wrap[data-name="acceptance-665"] span.wpcf7-list-item-label,
    span.wpcf7-form-control-wrap[data-name="acceptance-665"] span.wpcf7-list-item-label a {
		font-size: 11px;
		line-height: 11px;
	}	
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) and (min-width: 800px) {
	.headerimage:after {
		bottom: -4px;
	}
	
	.col-lg-6.about_image_home.no_padding img{
		width:100%
	}
	.btn_ups_main {
		margin-bottom: 15px;
		padding: 68px 0 !important;
	}
	
	.row.form_inner {
		padding: 50px 0;
		width: 100%;
	}
	.col-lg-2.single_image_ma {
		width: 25% !important;
		height: 210px !important;
	}

	a.modal_link.link_absolute, a.link_job_teaser {
		padding: 15px;
		height: 195px;
	}	
	
	div.job_teaser {
		width: 180px !important;
		height: 180px !important;
	}	
	section.bg {
		margin-left: -151px !important;
		margin-top: 250px;
	}	
}	

@media only screen and (max-width: 1000px) {
  html {
    font-size: 80%;
  }
  section.home_darker {
    background-color: #dcd4bf;
    padding-bottom: 170px;
	}
	.col-lg-6.about_content_home {
		margin-bottom: 75px;
		padding: 0 15px;
	}  
	div.usp_inner {
		text-align: center;
		max-width: 30%;
		flex: 0 0 30%;
	}	
	.home .usp_image {
		width: 70%;
		height: 100px;
	}	
	.bewertungen_wrap {
		height: auto;
		width: 90%;
	}	
	.bewertungen_single {
		height: 415px !important;
		background-image: url(inc/assets/img/bewertungen_single_mobile.png);
	}	
	
	
	div.col-lg-6.card {
		padding: 0 20px 0 50px;
		top: 25%;
	}	
	div.col-lg-6.card:last-child {
		padding: 0 45px 0 20px;
		top: 40%;
	}
	div.col-lg-6.card p.post_adress {
		font-size: 13px;
		line-height: 21px;
	}	
	span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung {
		margin-right: 0px;
	}	
	span.nav_slide.prev_slide_home, span.nav_slide.prev_slide_bewertung {
		margin-left: 0px;
	}
	.contact_bg {
		height: 470px;
		max-width: 95%;
	}	
	.col-lg-6.form_sites:first-child {
		padding: 25px 35px 0 0px;
	}
	span.contactform_header {
		font-size: 28px;
		display:block
	}
	span.contactform_subheader {
		margin: 0 0 5px 0;
	}	
	.col-lg-6.form_sites:last-child {
		padding: 41px 0 0 25px;
	}	
	.footer_logo, .icons_foo {
		text-align:center;
		margin-bottom:35px
	}
	.row.contact_form_int {
		width: 720px;
		margin-left: -10px;
	}
	section.map_meta.black {
		text-align: center;
	}
	div.navi_inner {
		left: 15px;
		top: 0;
	}	
	.col-lg-12.gutschein_form_wrap div {
		width: 100%;
	}
	div.ma_navi {
		top: 120px;
		left: -30px;
	}
	section.bg {
		margin-left: -128px;
		margin-top: 250px;
	}	
	div.layer_ma_form .contact_bg {
		height: 470px;
	}
	.ma_sammel_wrap {
    height: auto;
}
	.col-lg-12.ma_sammel_wrap div.row {
		padding: 0 30px;
	}
	.col-lg-2.single_image_ma, .col-lg-2.single_image_ma.ma-205.reihenfolge-17 {
		position: relative;
		width: 25%;
		height: 160px;
		top: auto !Important;
		left: auto !Important;
		overflow: hidden;
	}
	div.job_teaser {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 142.75px;
		height: 145px;
		margin-left: 15px;
		margin-top: 15px;
		margin-right: 15px;
	}
	.container.image_map {
		max-width: 1050px;
		width: auto;
		padding: 0 15px;
	}	
	a.modal_link.link_absolute, a.link_job_teaser{
		padding:15px
	}
	.ma_image_container {
		background-position: center center;
	}
	.ma_hover {
		width: calc(100% - 30px);
		top: auto;
		left: 15px;
		bottom: 0;
		height: auto;
		display: block;
		visibility: visible;
	}
	a.link_absolute:hover div.ma_hover {
	height: calc(100% - 15px);
	}
	span.ma_hover_name {
		 opacity: 1;
		display: block;
		position: relative;
		margin: 0 !important;
		text-align: center;
		width: 100% !important;
		padding: 5px;
		font-size: 16px;
		line-height: 22px;
	}	
	div.job_teaser:after {
		font-size: 20px;
		line-height: 26px;
		width: 100%;
		margin-top: calc(50% - 26px);
	}

	section.home_about:before {
		top: -270px;
		height: 270px;
	}	
	section.home_about {
		margin-top: -50px;
	}	
	.page-unternehmen .usp_icon {
		width: 70%;
		height: 80px;
	}	
	.page-unternehmen .usp_icon {
		width: 70%;
		height: 80px;
	}
	.page-unternehmen button.btn.btn-link {
		padding: 32px 18px;
	}	
	
	span.nav_slide.prev_slide_home, span.nav_slide.next_slide_home {
		bottom: -60px;
		top: auto;
		margin-top: 0;
	}
	div.usp_inner {
		text-align: center;
		max-width: 50%;
		flex: 0 0 40%;
	}	
	.home .usp_image {
		width: 100%;
		height: 100px;
		background-size: contain;
	}	
	.home.usp_inner {
		padding: 28px 41px;
		border-radius: 50%;
		background: transparent;
	}	
	.bewertungen_wrap {
		background-image: none;
	}	
.bewertungen_wrap:before {
    content: "Kundschaftspost";
    display: block;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
}	
	.bewertungen_single {
		height: 475px !important;
	}
	.col-sm-6.col-lg-6.card.adresse {
		display: none;
	}	
	div.col-lg-6.card {
		padding: 0 75px;
		top: 30%;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.bewertungen_home, div.form_home {
		margin-top: 30px;
		margin-bottom: 30px;
	}	
	.row.form_home {
		background-color: rgba(128, 123, 111, .1);
	}	
	.contact_bg {
		background-image: none;
		height:auto
	}
	span.contactform_subheader {
		margin: 0 0 15px 0;
	}
	.col-sm-6.col-lg-6.form_sites {
		padding: 15px 0;
	}	
	.searchandfilter ul {
		padding: 0 0 0 15px;
	}	
	.searchandfilter ul li.sf-field-post-meta-angebot_vorhanden, .searchandfilter ul li.sf-field-post-meta-kreuzfahrt, li.sf-field-taxonomy-region	{
		width:100%;
		height:34px
	}	
	.searchandfilter ul li.sf-field-post-meta-angebot_vorhandenA:after, .searchandfilter ul li.sf-field-post-meta-kreuzfahrt:after, li.sf-field-taxonomy-region:after	{
	content:"";
	width:100%;
	height:1px;
	background-color: rgba(71,65,51,0.3);
	position:absolute;
	bottom:0	
	}
	.usps_wrap .btn.btn-link, .usps_wrap .btn_ups_main, .usps_wrap .btn.btn-link.collapsed, .page-unternehmen button.btn.btn-link {
		padding: 75px 0;
	}	
	.row.form_inner {
		padding: 0px 50px;
		    justify-content: center;
	}	
	.col-sm-6.col-lg-6.form_sites {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}	
	.searchandfilter ul {
		padding: 10px 25px 0 25px;
	}	
	.searchandfilter ul li {
		margin-bottom: 10px;
	}	
	.searchandfilter ul li.sf-field-post-meta-angebot_vorhandenA:after, .searchandfilter ul li.sf-field-post-meta-kreuzfahrt:after, li.sf-field-taxonomy-region:after{
		display:none
	}	
	.searchandfilter ul li label, .searchandfilter ul li label {
		background-color: transparent;
		width: 100%;
	}
	.searchandfilter li[data-sf-field-input-type=checkbox] label	{
		padding:0 43px 0 0 !important
	}
	li.sf-field-taxonomy-region select.sf-input-select {
		width: 100%;
	}
	li.sf-field-taxonomy-region label {
		padding:0 !important
	}
	select.sf-input-select {
		background-color: transparent !important;
	}	
	.searchandfilter ul li [type="checkbox"] + label::before {
		right: 47px;
	}	


	.row.contact_form_int .contact_bg {
		height: auto;
	}
	.headerimage.dark {
		height: 600px;
	}	
	div.navi_inner {
		left: 15px;
		top: 0;
		z-index: 99999999;
	}	
	img.slide_nav {
		width: 40px;
		opacity: .2;
	}	
	div.list_single {
		padding: 0 50px !important;
	}

	ul.list_reise {
		padding: 0 0 0 45px;
	}	
	.col-lg-2.single_image_ma {
		padding: 15px;
	}
	.mitarbeiter_desc strong, span.angebot_header, span.resieberichte_teaser {
		font-size: 30px;
		line-height: 30px;
	}	
	iframe#contact_frame {
		height: 1800px;
		width: 100% !important;
		margin: 0px auto;
	}	
	.bg_overlay {
		background-color: #eae6dd;
		height: 2200px;
	}
	
	.bg_overlay .quick_right, .bg_overlay .quick_left{
		padding:0 25px !important;
		
	}
	
	.bg_overlay .row.form_headline {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.bg_overlay .row.datenschutz{
		text-align:center;
	}
	#overflow .contact_bg {
		height: auto;
		max-width: 100%;
	}	
	#overflow .contact_bg .row.form_inner {
    padding: 0;
    justify-content: center;
	}
	form#search-filter-form-111 ul li.sf-level-0 {
		width: 0 !important;
	}	
	a.beratung.contact_link {
		margin: 15px 0;
	}
	button.info {
		margin-top: -17.5px;
	}	

	a.nav-link{
		font-size: 14px;
	}	
	a.header_link {
		font-size: 12px;
	}	
	
	.new_form_bg br{
		display:none !Important;
	}	
	.new_form_bg{
		height:700px
	}	
	
	.new_form_bg textarea#nachricht	{
		height:140px;
		width: 100%;
		background-repeat: repeat;		
	}

	a.modal_link.link_absolute {
		position: static;
		display: inline-block;
		margin-bottom: 25px;
		width: auto;
		height:auto !Important;
	}
	
	#kontakt_singlepage .row.width-780.center_margin div{
		margin-bottom:20px;
	}
}

/*--------------------------------------------------------------
## large Tablet
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.form_wrap_wide, .width_form_wrap {
		max-width: 100%;
	}
	.row.quick_form {
		height: auto;
	}
	.quick_left, .quick_right, .width_form_wrap .quick_right{
		padding:0 !important;
	}	
	
	.row.quick_form {
		background: none;
		padding-top: 75px;
		position: relative;
	}
	
	textarea#nachricht{
		background-repeat: repeat;		
	}
	span#field_modal{
			background-repeat: repeat-x;		
	}	
	.col-12.col-lg-6.order-lg-1.order-2{
		position:static;
	}
	
	.row.form_headline{
		position:absolute;
		top:0;
	}
	
	.row.quick_left div, .row.form_headline div{
		padding:0;
		
	}
	
	.row.form_headline br{
		display:none;
	}
	.quick_form input, .quick_form select, span#field_modal, [data-name="checkbox-413"] span.wpcf7-list-item-label, span#result_erwachsene, span#result_kinder {
		font-size: 1.25rem;
	}	
	.modal-backdrop {
		z-index: 1;
	}	
	#additional_info div.modal-content {
		max-width: 80%;
		margin: 0 auto;
	}	
	.row.datenschutz {
		text-align: center;
	}
	.intro_buchung {
		margin-bottom: 25px;
	}	
	#onlinebuchung .col-lg-3, .single_buchung .col-lg-3 {
		margin-bottom:25px;
	}	
}	
/*--------------------------------------------------------------
## snartphone
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 75%;
  }
 	.headerslider_image_wrap {
		height: 400px !important;
	} 

 h1.frontpage, .about_content_home h2, h2.h1.page_unternehmen, h1, .modal-wrapper.styled .wp-post-modal h1, h2.entry-title, h1.entry-title, h1.smaller, h1.smallest, .jobs_detail h2{
	font-size:30px;
	line-height:30px;
 } 
	
	/*svg.logo {*/
	/*	width: auto !important;*/
	/*	height: 75px;*/
	/*}	*/
	div.usps_wrap {
		margin-top: 65px;
	}	
	
	.bewertungen_wrap{
		width:100%;
		height:auto
	}	
	span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung, span.nav_slide.next_slide_home, span.nav_slide.prev_slide_bewertung {
		bottom: -40px;
		top: auto;
	}
	span.nav_slide.next_slide_home, span.nav_slide.next_slide_bewertung{
		margin-right: 25px;
	}	
	span.nav_slide.next_slide_home, span.nav_slide.prev_slide_bewertung {
		margin-left: 25px;
		}	
		
	span.nav_slide.next_slide_home.slick-arrow, span.nav_slide.prev_slide_home.slick-arrow{
	bottom: -60px;
    margin-left: 25px;	
	}
	.bewertungen_single {
		background-size: contain;
		margin: 35px 0 0 0;
		padding: 0 !important;
		height: auto !important;
		background-image:none !Important;
	}
	div.col-lg-6.card {
		padding: 0 40px;
		top: 32%;
		position: static;
	}
	div.col-lg-6.card .fas {
		font-size: 18px;
	}	
	a.bewertungslink {

		margin-top: 5px;
	}
	.row.form_inner {
		padding: 25px 25px;
	}
	
	.row.quick_form{
		padding:110px 0 0 0;
	}
	span.contactform_header, span.contactform_subheader {
		display: block;
		text-align: center;
	}	

	.row.contact_form_int {
		width: 100%;
		height: auto;
		    margin-top: 0;
	}
	span.map_meta_value {
		width: 100%;
		display: block;
	}	
	div.map_single {
		margin:0 0 15px 0
	}
	div.slide_reise_image {
		height: 200px;
	}
	div.mobile_form_modal {
		padding-top: 5%;
	}	
	div.modal-content .contact_bg {
		width: 80%;
		max-width: 100%;
		padding-top: 15%;
	}	
	button.close {
		width: 40px;
		top: 15%;
		right: 25px;
		    height: 39px;
		z-index: 10;
	}
	span.close_modal {
		text-shadow: none;
		font-weight: 100;
		font-size: 1.5rem;
		border-radius: 50%;
		border: 1px solid #2e2a20;
		padding: 3px 11.5px;
		z-index: 9;
	}	
	
	#kontakt_singlepage .col-12.col-sm-12.col-md-4.col-xl-4{
		margin-bottom:15px;
	}
	
	
	#kontakt_singlepage h2.smaller{
		font-size: 28px;	
	}
	.ma_sammel_wrap {
		margin-bottom: 50px;
	}
	.col-lg-2.single_image_ma, .col-lg-2.single_image_ma.reihenfolge-17 {
	width: 49%;
    height: 200px;
	}
	.ma_hover {
		left: 15px;
		bottom: 15px;
	}	
	div.job_teaser {
    width: calc( 49% - 30px);
    height: 170px;
	}
	.page-unternehmen .usp_icon {
		width: 100%;
		height: 80px;
		background-size: contain;
	}
	.col-lg-12.ma_sammel_wrap div.row {
		padding: 0;
	}
	div.contact_link {
		margin-top: 0;
	}	
	.page-unternehmen button.btn.btn-link:hover, .page-unternehmen button.btn.btn-link {
		padding: 10px 0px !important;
	}	
	.usp_icon_inner {
		width: 50px;
	}	
	span.usp_content {
		margin-top: -10px;
	}	
.card-body.col-lg-6.offset-lg-3.usp_content_explore {
    -ms-flex: 0 0 70%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}	
	.modal-wrapper.styled .wp-post-modal {
		width: 90%;
	}	
	section.bg {
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
		height: auto;
		background-color:transparent
	}	
	section.bg:before{
		display:none
	}	
	div.layer_ma_form .contact_bg {
		height: auto;
	}
	span.resieberichte_teaser {
		font-size: 2rem;
	}	
	div.ma_navi {
		top: -114px;
		left: 11px;
	}
	h2.entry-title a, h1.entry-title {
		font-size: 2rem;
		line-height: 2rem;
	}	
	span.name_single.contact {
		margin-top: 15px;
		font-size: 2rem;
	}	
	.new_form_bg{
		height:900px
	}	
	.booking_contact {
		padding: 50px;
	}	
	.row.kontakt {
		margin-top: 70px;
	}
	section#nav_menu-4 ul#menu-meta li{
		width: 100%;
		float: none;
		display: inline-block !important;	
	}

	section#nav_menu-4 ul#menu-meta{
		display: block !important;	
		margin-bottom:15px
	}

	ul#menu-meta li.menu_margin{
		margin-top:0 !important
	}
	
	section#nav_menu-4 ul#menu-meta:after{
	content: "";
	  display: table;
	  clear: both;
	}
	.col-sm-6.col-lg-6.form_sites {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	span.widget-title {
		font-size: 14px;
	}	
	div#sib-container {
		width: 100%;
	}
	.sib-input.sib-form-block {
		padding: 0;
	}
	i.fas.fa-envelope {
		line-height: 40px;
	}	
	button.sib-form-block__button.sib-form-block__button-with-loader {
		background-color: #d9261c;
		border-radius: 50%;
		padding: 0;
		height: auto;
		min-height: 1px;
		width: 40px;
	}	
	div#submit_wrap {
		right: -15px;
		top: 6px;
	}	
	div#confirm_newsletter {
		width: 100%;
		padding: 0;
		background-color: rgba(255,255,255,0.8);
	}	
	.sib-form .entry__choice {
		padding-left: 45px !important;
	}
	.headerimage.dark {
		height: 400px;
	}
	.headerimage.dark:after {
		height: 300px;
	}	
	.intro_content h1.smallest {
		padding: 0 35px !important;
		    font-size: 20px;
    line-height: 20px;
	}	
	ul.list_reise {
		padding: 0;
	}
	div#map2 {
		height: 300px !important;
	}	
	div#modal-content .btn.btn-link {
		position: relative;
	}
	button.btn.btn-link:after {
		position: absolute;
		top: 12px;
		right: 0;
	}	
	span.currency {
		left: 232px;
		top: 0px;
	}	
	.intro_content {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		margin-left: 0;
		text-align: center;
		z-index: 9;
	}	
	.modal-content .row.contact_form_int .contact_bg {
		height: auto;
	}	
	iframe#contact_frame {
		height: 1800px;
		width: 100% !important;
		margin: 0px auto;
	}
	.bg_overlay {
		background-color: #eae6dd;
		height: 2200px;
		padding-top: 25px !important;
	}	
	
	.headerimage img{
		height: 200px;
		max-width: 200%;
		width: auto;	
	}
	
	.intro_buchung {
		margin-bottom: 25px;
	}	
	.card.col-lg-2.usp_inner.page-unternehmen.icon-1 {
		margin-bottom: 25px;
	}	
		.usps_wrap .btn.btn-link, .usps_wrap .btn_ups_main, .usps_wrap .btn.btn-link.collapsed, .page-unternehmen button.btn.btn-link {
			padding: 12px 0;
		}
	.teaser_image {
		height: 345px;
	}
	.fc-itemcontent-padding.fc-text-center {
		padding: 25px 15px;
	}	
	.map_wrap .wpgmp-map-1 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-title.fc-item-primary-text-color.map_overview_title {
		font-size: 20px;
		line-height: 20px;
	}	
	section.home_about:before {
		top: -231px;
		height: 231px;
	}

	.col-lg-2.single_image_ma {
		z-index: 9;
	}	
	label.sf-label-checkbox {
		margin-top: -5px;
	}	

	.quick_header_link a.header_link {
      text-align: center;
      padding: 5px 10px 5px 20px;
      display: block;
      height: 24px;
      line-height: 13px;
      margin:0 0 5px 0 !important;
	}

a.header_link svg {
    fill: #fff;
    margin-left: -15px;
    margin-right: 2px;
    margin-top: 0;
    width: 14px;
}	
	a.header_link:first-of-type {
		margin-right: 10px;
	}		
	form#search-filter-form-111 ul li {
		width: 100%;
	}
		li.sf-field-taxonomy-region select.sf-input-select {
		width: auto;
	}
	li.sf-field-taxonomy-region {
		padding-left: 25px !important;
	}
	.jobs_detail ul li{
		line-height: 26px !important;
		margin-bottom: 10px !important;
	}	

	a.link_absolute {
		padding: 15px;

	}
	.col-lg-4.image_ma_teaser {
		margin-bottom: 25px;
	}	
	.kontakt_map {
		margin-bottom: -57px;
	}	
	#onlinebuchung .col-lg-3, .single_buchung .col-lg-3 {
		max-width:100%;
		margin-bottom:45px;
	}		
	#onlinebuchung {
		margin-bottom: 0;
		margin-top: 0;
	}	
	
.single_buchung {
    margin-top: 50px;
}	
}


