/*
	Theme Name: 	neustaberlin child
	Theme URI: 		
	Description: 	This is child theme of neustaberlin
	Author: 		David
	Author URI: 	
	Template: 		neustaberlin
	Version: 		1.0
	Text Domain:  	neustaberlin-child
*/


/* Orange : #f7be68;
dark blue: #334960 0070B6
gray footer: #3a4c54
fiber orange #F8D548
green #63b32e
yellow: #f7be68
*/
/****************************************************************************************/
/*************************************  Algemain  ***************************************/
/****************************************************************************************/

body.dev-url {
	padding:unset;
}

body.dev-url #wpadminbar {
	top:unset;
	padding-right:unset;
	padding-left:unset;
	width:100%;
}

#dev-top,
#dev-bottom,
#dev-left,
#dev-right {
	display:none;
	width:0;
	height:0;
}

body.dev-url .editFooter {
	left: -175px;
}

body.dev-url .editFooter:hover {
	left:0;
}

/***************/

body, button, input, select, textarea {
	color: #3a4c54;
}

button,
input[type="button"],
input[type="submit"] {
	/*border: 1px solid #9A2D2F;
	color: #9A2D2F;
	border-radius: 26px;
	padding: 8px 22px;*/
	background: #63b32e;
	color: #fff;
	padding: 12px 24px 12px 18px;
	border-radius: 0 12px 12px 0;
	font-size: 1.2rem;
	transition: all 400ms ease;
}

button,
input[type="submit"] {
	background: #0070B6;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	padding: 12px 18px 12px 24px;
}

button:hover:not(.mejs-container > button),
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #63b32e;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	border-radius: 0px 12px 12px 0px;
	height: 36px;
}

.contact-button:focus {
	outline: 2px solid #6cae25;
	outline-offset: 2px;
}

textarea,
select {
	border-radius: 0px 12px 12px 0px;
}

h2,
h3,
h4,
.home.blog .entry-title {
    color: #3a4c54;
    font-weight: 600;
}

h5 {
    color: #3a4c54;
    font-weight: 600;
	text-transform: unset;
	letter-spacing: unset;
	font-size: 1.1rem;
}

h2.regular{
	font-weight: 400 !important;
}

ul.okList li {
	position: relative;
	padding-left: 10px !important;
}

ul.okList li:before {
	content: "\f12a";
	font-family: dashicons;
	position: absolute;
	left:0;
	top: -12px;

	color: #63B32E;
	font-size: 1.9rem;
	width: 1.9rem;
	height: 1.9rem;
	margin-left: -32px;
}

ul.attention li {
	position: relative;
	padding-left: 10px !important;
}

ul.attention li:before {
	content: "\f534";
	font-family: dashicons;
	position: absolute;
	left:0;
	top: -12px;

	color: #007BC3;
	font-size: 1.9rem;
	width: 1.9rem;
	height: 1.9rem;
	margin-left: -32px;
}

a {
	color: #0070b6;
}

a.green {
	color: #63b32e;
}

a:not(.neusta-a-button):hover {
	color: #3a6a88;
	outline: 2px dotted #3a6a88;
	outline-offset: 4px;
}

.navigation-main .menu-item a:not(.neusta-a-button):hover {
	outline: 2px dotted gold;
}

a.green-button,
a.blue-button {
	display: table;
	font-size: 1.2rem;
	color: #fff;
	background: #63b32e;
	margin-top: 20px;
	padding: 8px 12px 8px 12px;
	border-radius: 0 12px 12px 0;
	transition: all 400ms ease;
}

a.blue-button {
	background: #0070B6;
}

a.green-button:hover,
a.green-button:focus,
a.blue-button:hover,
a.blue-button:focus {
	padding: 8px 8px 8px 16px;
	outline: none;
	color: #fff;
	/*background: #536b43;*/
}

a.blue-button:hover,
a.blue-button:focu {
	background: #0070B6;
}

a[href^="tel:"] {
	color: #0070B6 !important;
}

.neusta-errow {
	border-color: #222;
}

iframe[src*="youtube.com"] {
	position: relative;
}

/*****/

a[href="#"].video-a {
	pointer-events: auto;
	border-radius: unset;
}

.playIcon.dashicons.dashicons-controls-play {
	display: none;
}

.playIcon.dashicons.dashicons-video-alt3 {
	color: #e31313;
	cursor: pointer;
	width: 100px;
	height: 100px;
	font-size: 100px;
}

.videoPopUp,
.videoPopUp iframe {
	border-radius:unset;
	box-shadow: unset;
}

.videoWarning {
	background: transparent;
	padding-bottom:0;
}

.videoWarning h3 {
	background: transparent;
	color: #333;
	font-size: 1rem;
	text-align: right;
	font-weight:400;
}

.videoPopUp .dashicons-dismiss {
	color: #e31313;
	width: 3rem;
    height: 3rem;
    font-size: 3rem;
}

/*******/

table.no-borders tr {
	border: unset;
}

h1 + h2 {
  padding-top:0;
}
/****************************************************************************************/
/**************************************  Header  ****************************************/
/****************************************************************************************/

.site-header {
	background: #f6f6f6;
	display: block;
	padding: 24px 0;
}

.site-branding .innerwrap {
	/*background: rgba(255,255,255,0.5);*/
	display: table;
	margin:0;
}

.site-header .custom-header {
	max-width: 1600px;
	padding-left: 3em;
	padding-right: 3em;
	margin: auto;
}

.home #headerSecondary {
	margin-top: -20px;
}

/*#headerSecondary .widget_text {
	background: #f0f0f0;
}*/

body:not(.home) #headerSecondary section.widget {
	padding-bottom:0;
}

#headerSecondary .textwidget {
	max-width: 800px;
	margin: 0 auto 20px;
	/*padding-top: 20px;
	border-top: 1px solid #63b32e;*/
}

.page.page-one-column .dontShowTitleAsH .entry-header {
	margin-bottom:0;
}

/****************************************************************************************/
/************************************  Navigation  **************************************/
/****************************************************************************************/

.navigation-top {
	background: #f6f6f6;
	display: table;
	width: auto;
	opacity:0;
	z-index:10;
	top: 18px;
	transition: all 400ms ease; 
}

.navigation-top.aktiv {
	opacity:1;
}

body.thisScroll .navigation-top {
	right: -214px !important;
	padding: 5px;
	box-shadow: 2px 2px 12px rgba(2,2,2,0.3);
	border-radius: 6px 0 0 6px;
	border: #e0e0e0;
	top: 120px;
}

body.thisScroll.fontFamily .navigation-top {
	right: -240px !important;
}

body.thisScroll .navigation-top:hover {
	right:0 !important;
}

#top-menu {
	position: relative;
}

#top-menu .menu-item {
	display: block;
	text-align: left;
	border: unset;
}

#top-menu .menu-item,
#top-menu .menu-item a {
	color: #6d6a61;
}

#top-menu .menu-item a {
	font-size: 1.2rem;
	display: block;
	width: 100%;
	text-align: right;
}

#top-menu .menu-item a .dashicons {
	top: 1px;
	margin-right: 16px;
	color: #0070B6;
	float: left;
}

#top-menu .menu-item.only-sticky {
	max-height:0;
	overflow: hidden;
	padding:0;
	transition: all 400ms ease;
}

body.thisScroll #top-menu .menu-item.only-sticky {
	max-height: 100px;
	padding: 5px 8px;
}

#top-menu .menu-item.only-sticky:focus-within {
    max-height: 100px;
    padding: 5px 8px;
}

/********* barrierefrei *********/

.navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button,
.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main:hover .sub-menu,
.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main .sub-menu.open,
.show-barrierefrei-menu .barrierefrei_main > .barrierefrei_description,
.show-barrierefrei-menu .barrierefrei_main > .barrierefrei_description:before {
	border-color: #63b32e;
}

.barrierefrei_description {
	border: 4px solid #63b32e;
}

.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main:hover {
	border-radius: 6px 0 0 6px;
}

.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main .sub-menu button:focus-visible {
	border-radius:0;
}

/*********** thisScroll ******/

.thisScroll .navigation-barrierefrei {
	top: 334px;
	transition: all 400ms ease;
}

/****/

.thisScroll .navigation-barrierefrei > .wrap {
	margin:0;
	padding:0;
	width: 50px;
}

/*.thisScroll .navigation-barrierefrei #barrierefrei-menu li.barrierefrei button {
	width: 50px;
	height: 50px;
	background-size: 40px;
	background-position: 4px;
}*/

.thisScroll .navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button {
	border-radius: 6px 0 0 6px;
	margin:0;
}

.thisScroll .navigation-barrierefrei #barrierefrei-menu .barrierefrei_main:hover > button {
	border-radius: 6px 0 0 0;
}

body.voice.thisScroll .navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button,
body.fontFamily.thisScroll .navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button,
body.luppe.thisScroll .navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button {
	background-color: #8a9dac;
}

/*********/

.navigation-main {
	/*background-color: #f7be68;
	background-color: #007BC3;
	background-color: #e0dcd2;
	background-color: #f6f6f6;
	border-bottom: 1px solid #6d6a61;*/
	background-color: #3A4C54;
	z-index:5;
}

.navigation-main a {
	/*text-decoration-line: underline;
	text-decoration-color: #63b32e;
	text-decoration-thickness: 10px;
	text-underline-offset: 12px;
	color: #6d6a61;*/
	color: #F8D548;
	font-size: 1rem;
	font-weight:500;
}

.navigation-main .sub-menu a {
	text-decoration: unset;
}

#site-navigation a.custom-logo-link {
	float: left;
}

.navigation-main.site-navigation-fixed #site-navigation .custom-logo-menu {
	width: 58px;
	margin:0;
	top: -12px;
	position: relative;
}

.navigation-main .current-menu-item > a:after,
.navigation-main .current_page_item > a:after {
	content:'';
	position: absolute;
	left: 8px;
	bottom: 0px;
	width: calc( 100% - 16px );
	height: 4px;
	background: #F8D548;
}

.main-navigation .menu-main-menu-container #main-menu > li.current-menu-item:first-child > a:after {
	left: 0px;
	width: calc( 100% - 8px );
}

.navigation-main .menu-item a:hover {
	color: #fff;
}

/*.navigation-main .current-menu-item > a,
.navigation-main .current_page_item > a {
	text-decoration-color: #f7be68;
}

#site-navigation a.custom-logo-link:after {
	content:'';
	width: 100%;
	height: 10px;
	background: #63b32e;
	bottom: -20px;
	left:0;
	position: absolute;
}

.home #site-navigation a.custom-logo-link:after {
	background: #f7be68;
}*/

.main-navigation li.oneReise,
.main-navigation li.reisezieleMenu {
	display: none;
	pointer-events: none;
}

.oneReise a:after,
.reisezieleMenu a:after {
	content:'';
	position: absolute;
	left: 8px;
	bottom: 0px;
	width: calc( 100% - 16px );
	height: 4px;
	background: #F8D548;
}

body.single-product .main-navigation li.oneReise,
body.tax-reiseziele .main-navigation li.reisezieleMenu {
	display: inline-block;
}

.main-navigation ul ul {
	/*background-color: #3A4C54;*/
	background-color: #526066;
}

.main-navigation ul ul ul {
	/*background-color: #526066;
	max-height:80vh;
	overflow-y: auto;*/
	background-color: #606f76;
}

.main-navigation ul {
	position: relative;
}

.main-navigation ul.sub-menu {
	border-bottom: 2px solid #F8D548;
}

.main-navigation #menu-item-20505 > ul > li > a {
	font-size: 1.2rem;
}

.main-navigation #menu-item-20505 > ul.sub-menu > li:first-child > ul.sub-menu {
	margin-top: 0px;
}

.main-navigation #menu-item-20505 > ul.sub-menu > li:nth-child(2) > ul.sub-menu {
	margin-top: -56px;
}

.main-navigation #menu-item-20505 > ul.sub-menu > li:nth-child(3) > ul.sub-menu {
	margin-top: -50px;
}

.main-navigation #menu-item-20505 > ul.sub-menu > li > a {
	position: relative;
}

/*.main-navigation #menu-item-20505 > ul.sub-menu > li:hover > a::after {
	content: "\f522";
	font-family: dashicons;
	font-size: 2rem;
	width: 40px;
	height: 56px;
	position: absolute;
	right: 10px;
	top:0;
	z-index:9999;
}*/

/*
.main-navigation ul.sub-menu.aktiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}

.main-navigation ul.sub-menu li {
	padding: 12px 0;
}
	
.main-navigation ul.sub-menu li a {
	border: 1px solid #F8D548;
	border-radius: 8px;
}

.main-navigation ul.sub-menu li a {
	text-align: center;
	padding: 20px 24px;
}

.main-navigation ul.sub-menu li:hover {
	background: unset;
}

.main-navigation ul.sub-menu li:hover a {
	background: #3A4C54;
}*/

/*************************/

.costumMenu.Sorglos .costumMenuItem {
	background: #3A4C54;
	min-width: 350px;
	height: 232px;
	border-radius: 0 26px 26px 0;
	overflow: hidden;
}

.costumMenu.Sorglos .costumMenuItem a {
	overflow: hidden;
}

.costumMenu.Sorglos .costumMenuItem .costumMenuItemHeader {
	padding:0;
	height: 100%;
	position: relative;
}

.costumMenu.Sorglos .costumMenuItem .costumMenuItemHeader h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	color: #fff;
	font-size: 1.4rem;
}

.costumMenu.Sorglos .costumMenuItem img {
	display: block;
	opacity:0.6;
	width: 100%;
}

.costumMenu.Sorglos .menuDescription {
	margin:0;
	width: 100%;
}

.costumMenu.Sorglos .menuDescriptionInnen {
	text-align: center;
	padding: 10px;
	width: 100%;
}

/****************************************************************************************/
/*************************************  Content  ****************************************/
/****************************************************************************************/

.home .panel-was_wir_ihnen_bieten_– .ulWrap,
.highlightsliste {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 5%;
	padding: 12px 12px 0;
	border: 1px solid #63b32e;
	background: #eeee;
	margin-bottom: 20px;
	border-radius: 0 20px 20px 0;
}

.home .panel-was_wir_ihnen_bieten_– .ulWrap ul,
.highlightsliste ul {
	flex: 1;
	/*border-bottom: 10px solid #63b32e;*/
	padding: 16px 0;
	list-style: none;
}

.home .panel-was_wir_ihnen_bieten_– .ulWrap ul li,
.highlightsliste  ul li {
	margin-bottom: 20px;
	padding-left: 68px;
	position: relative;
}

.home .panel-was_wir_ihnen_bieten_– .ulWrap ul li:hover,
.highlightsliste ul li:hover {
	background: #eaeaea;
}

.home .panel-was_wir_ihnen_bieten_– .ulWrap ul li:before,
.highlightsliste ul li:before {
	content: "\f147";
	position: absolute;
	left:0;
	top: -4px;
	font-family: 'Dashicons';
	font-size: 3rem;
	color: #63b32e;
	/*border: 1px solid #aaa;
	border-radius: 0 8px 8px 0;
	background: #E0DCD2;*/
	speak: never;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height:1;
}

/***************/

.blog .site-main-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 28px;
}

.blog article.post {
	min-width: 350px;
	width: calc( 50% - 28px );
	background: #E0DCD2;
	padding-bottom: 60px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 0px 20px 20px 0px;
	box-shadow: 2px 2px 8px rgba(2, 2, 2, 0.3);
	overflow: hidden;
}

.blog article.post .entry-header > a img {
    border-bottom: 10px solid #41434A;
    margin-bottom: 20px;
}

.blog article.post .entry-header img {
    width: 100%;
    display: block;
}

.blog article.post .entry-summary,
.blog article.post .entry-title,
.blog article.post .entry-meta {
	padding: 0px 20px 6px;
}

.blog article.post .entry-title h2 {
	padding-bottom:0;
	margin-bottom:0;
}

.blog article.post .weiterlessen {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0070B6;
	color: #fff;
	padding: 8px 24px 8px 16px;
	transition: all 400ms ease;
}
    
    
#content {
	background: #e0dcd2;
}

.home #content {
	background: #fff;
}

body:not(.home) #content {
	padding-top:0;
	padding-bottom:0;
}

body:not(.home) #content > .wrap {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

body:not(.home).single-hotel #content > .wrap {
	padding-top:0;
}

/*.taxonomy-archive-header {
	display: none;
}*/

.archive_text.archive_text_bottom {
	padding-bottom: 40px;
}

.archive .taxonomy-archive-header {
	margin-bottom:0;
}

.single-product #content > .wrap {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

body:not(.home) #primary {
	padding-top: 40px;
}

/*h1,
.home h2 {
	text-decoration-line: underline;
	text-decoration-color: #63b32e;
	text-decoration-thickness: 10px;
	text-underline-offset: 8px;
}*/

.home h1,
.home h2 {
	/*background-color: #63b32e;
	color: #63b32e;
	background: #3A4C54;
	background: #0070B6;
	color: #f7be68;
	background: #e0dcd2;
	padding: 6px 16px;*/
	color: #3A4C54;
	border-radius: 16px 16px 16px 16px;
	position: relative;
	display: table;
	z-index:1;
	font-weight: 600;
}

.home h1 {
	font-size: 2.6rem;
}

/*.home h1:before,
.home h2:before {
	content: '';
	width: 100%;
	position: absolute;
	left:0;
	bottom: -12px;
	height: 12px;
	background-color: #f7be68;
	display: table;
	z-index: -1;
}*/

.home h1 {
	margin: 0;
}

.home h2 {
	margin-bottom: 40px;
	padding-top: 20px;
}

/*.home .panel-letzte_beitraege_home h2:before {
	background-color: #0070B6;
}*/

/***************************************  Home  *****************************************/

/*********** Home Header Teaser **************/

body.home-teaser-open #home_teaser_wrap {
	z-index: 10;
}

/*********** Panels **************/

.neustaberlin-panel:not(#post-6) {
	padding-top: 60px;
}

#panel-1, #panel-3, #panel-5 {
	background: #f6f6f6;
}

#panel-2, #panel-4, #panel-6 {
	background: #fff;
}

.panel-kundenmeinungen_home {
	padding-bottom: 80px;
}

.neustaberlin-front-page article.neustaberlin-panel:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.neustaberlin-front-page article.neustaberlin-panel:not(#post-6) {
	max-width: 1800px;
	margin: auto;
	left:0;
}

.neustaberlin-front-page #content {
	background: #e0dcd2;
}

.home.page-one-column .panel-content > .wrap {
	max-width: 1600px;
	width: 100%;
	padding-top: 10px;
}

/******************/

.home.page-one-column .panel-home .panel-content > .wrap {
	padding:0;
	max-width:unset;
}

/**** Teaser ****/

/*.home.page-one-column .panel-home_teaser #teaser-navigation {
	background: rgba(255,255,255,0.5);
}*/

.home.page-one-column .panel-home_teaser .navigation-teaser > .wrap {
	max-width: 1600px;
	width: 100%;
	padding-top:0;
}

#teaser-navigation {
	padding: 20px;
}

/*.panel-home_teaser #teaser-navigation #teaser-menu li.teaserPart:last-child {
	margin-right:0;
}*/

.panel-home_teaser .teaserWrap,
.home.page-one-column .panel-home_teaser .entry-header,
.home.page-one-column .panel-home_teaser .entry-header .post-thumbnail,
.home .panel-home_teaser ul#teaser-menu {
	margin:0;
}

.panel-home_teaser {
	/*background: #0070B6;
	height: 33.33333vw;*/
	/*padding: 80px 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	left: calc( -50vw + 50% );
}

.panel-home_teaser .post-thumbnail {
	display: none;
}

.panel-home_teaser .panel-image {
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	opacity: 0.1;
	display: none;
}

.home.page-one-column .panel-home_teaser .panel-content {
	/*background: rgba(255,255,255,0.4);*/
	height: 80%;
	width: 80vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.home.page-one-column .panel-home_teaser .panel-content .wrap {
	padding:0;
}*/

#teaser-navigation ul li.teaserPart {
	/*margin-bottom:0;
	overflow: unset;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
	box-shadow: 4px 4px 8px rgba(2,2,2,0.3);*/
    min-width: unset;
    height: auto;
	border-radius: 0px 12px 12px 0px;
	padding: 8px 14px 8px 12px;
    width: 200px;
    display: inline-table;
    background: #0070B6;
    color: #fff;
}

#teaser-navigation ul li.teaserPart-icon_world {
	background: #63b32e;
}

#teaser-navigation ul li.teaserPart a {
	overflow: hidden;
	color: #fff;
	font-size: 1.4rem;
}

#teaser-navigation ul li.teaserPart i,
#teaser-navigation ul li.teaserPart .dashicons {
	font-size: 1.8rem;
    height: auto;
    width: auto;
    top: 5px;
    left:unset;
    text-align: center;
    margin-left: 20px;
    float: right;
}

#teaser-navigation ul li.teaserPart i {
	top: 3px;
    position: relative;
}

#teaser-navigation ul li.teaserPart:hover h2,
#teaser-navigation ul li.teaserPart:hover i,
#teaser-navigation ul li.teaserPart:hover .dashicons {
	opacity:1;
}

/*#teaser-navigation ul li.teaserPart:after {
	background: #f7be68;
	background: #0070B6;
	background: #63b32e;
	content:'';
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
	background: #f7be68;
}*/

#teaser-navigation ul li.teaserPart h2 {
	margin:0;
	background: transparent;
	font-weight: 600;
	color: #f7be68;
	color: #fff;
}

#teaser-navigation ul li.teaserPart h2:before {
	content:unset;
}

#teaser-navigation ul li.teaserPart i,
#teaser-navigation ul li.teaserPart .dashicons,
#teaser-navigation ul li.teaserPart .menu-item-description-innen {
	color: #f7be68;
	color: #fff;
}

#teaser-navigation ul li.teaserPart .teaserMenuContent {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	color: #f7be68;
}

.sucheWidget.aktiv {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	z-index:100;
	height: 80vh;
	width: 80vw;
	max-height: 80vh;
	border: 1px solid #aaa;
	/*box-shadow: 0 0 1000px 1000px rgba(255,255,255,0.9);*/
	box-shadow: 0 0 1000px 1000px rgba(2,2,2,0.7);
	overflow: auto;
}

body.sucheWidgetAktivMenu {
	overflow: hidden;
}

body.sucheWidgetAktivMenu .navigation-main {
	z-index:0;
}

/*body.sucheWidgetAktiv .navigation-main.site-navigation-fixed {
	z-index:4;
	filter: blur(3px);
}*/

body.sucheWidgetAktivMenu #masthead,
body.sucheWidgetAktivMenu .navigation-main,
body.sucheWidgetAktivMenu .product-content,
body.sucheWidgetAktivMenu .content-sidebar,
body.sucheWidgetAktivMenu .tabs-product-title,
body.sucheWidgetAktivMenu .product-tabs-menu,
body.sucheWidgetAktivMenu #tabs-content-item_0,
body.sucheWidgetAktivMenu #tabs-content-item_1,
body.sucheWidgetAktivMenu #tabs-content-item_3,
body.sucheWidgetAktivMenu #tabs-content-item_2 h3,
body.sucheWidgetAktivMenu #tabs-content-item_2 h4,
body.sucheWidgetAktivMenu #tabs-content-item_2 table,
body.sucheWidgetAktivMenu #tabs-content-item_2 ul,
body.sucheWidgetAktivMenu #tabs-content-item_2 p,

body.sucheWidgetAktivMenu .neustaberlin-panel:not(.panel-home_teaser),
body.archive.sucheWidgetAktivMenu #content,
body.sucheWidgetAktivMenu #contact-section,
body.sucheWidgetAktivMenu #preColophon,
body.sucheWidgetAktivMenu #colophon {
	filter: blur(3px);
}

.teaserWrap .search-form {
	margin: 0 auto 40px;
}

.search-form input[type="search"] {
	height: 50px;
}

.sucheWidget .dashicons-no-alt {
	position: absolute;
	top: 20px;
	right: 20px;
	left:unset;
	font-size: 2.5rem;
	color: #900;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	display: none;
}

.sucheWidget.aktiv .dashicons-no-alt {
	display: block;
}

/******************/

.panel-letzte_beitraege_home .panel-content {
	/*position: absolute;
	top:0;
	left:0;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

/*.panel-letzte_beitraege_home .panel-content > .wrap {
	background: rgba(255,255,255,0.5);
}*/

.panel-letzte_beitraege_home .shortcodePostsWrap {
	border: unset;
	padding:0;
	margin:0;
	width: 100%;/*calc( 100% + 20px);
	left: -10px;*/
	position: relative;
}

.panel-letzte_beitraege_home .shortcodePosts {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

.panel-letzte_beitraege_home .shortcodePosts li {
	margin:0 !important;
	width: unset !important;
	min-width: 350px;
	background: #E0DCD2;
	position: relative;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 2px 2px 8px rgba(2,2,2,0.3);
    overflow: hidden;
	/*flex: 1 1 calc(33.333% - 20px);*/
	flex: 0 1 32%;
	         
}

@media (max-width: 1200px) {
	.panel-letzte_beitraege_home .shortcodePosts li {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 768px) {
	.panel-letzte_beitraege_home .shortcodePosts li {
		flex: 1 1 100%;
		min-width: auto;
	}
}

/*.panel-letzte_beitraege_home .shortcodePostsWrap .thumb,
.panel-letzte_beitraege_home .shortcodePostsWrap .thumb img {
	border-radius: 12px 12px 12px 12px;
}*/

.panel-letzte_beitraege_home .shortcodePostsWrap .thumb {
	border-bottom: 10px solid #41434A;
}

.panel-letzte_beitraege_home .shortcodePostsWrap li h4 {
	padding: 12px 20px 4px;
}

.panel-letzte_beitraege_home .shortcodePostsWrap .shortcodePosts-post-date {
	font-size: 0.8rem;
	padding: 0 20px;
}

.panel-letzte_beitraege_home .shortcodePosts li a {
	color: #3a4c54;
	padding-bottom: 60px;
	display: block;
	height: 100%;
	width: 100%;
}

.panel-letzte_beitraege_home .shortcodePosts li a:hover {
	background:unset;
	color: inherit;
}

.panel-letzte_beitraege_home .shortcodePosts li .excerpt {
	padding: 12px 20px 12px;
}

.panel-letzte_beitraege_home .shortcodePosts li .weiterlessen {
	/*padding: 4px 8px;
	border-radius: 0 12px 12px 0;
	bottom: 12px;
	right: 12px;*/
	display: block;
	position: absolute;
	bottom:0;
	right:0;
	background: #0070B6;
	color: #fff;
	padding: 8px 24px 8px 16px;
	transition: all 400ms ease;
}

.panel-letzte_beitraege_home .shortcodePosts li:hover .weiterlessen {
	padding: 8px 16px 8px 24px;
}

/**************************************  Slider  ****************************************/

.slider-section .slider-section-ul {
	height: 33.33333vw;
	min-height: 200px;
	/*margin-bottom: -6px;*/
}

.slider-section:hover .sliderErrows {
	background: rgba(255,255,255,0.6);
}

/**********/

.slider-section .slider-section-ul li.slider-section-item,
#content .slider-section .slider-section-ul li.slider-section-item {
	position: absolute;
	top:0;
	left:0;
	z-index:0;
	opacity:0;
	transition: opacity 400ms ease;
	min-height: 200px;
}

.slider-section .slider-section-ul li.slider-section-item.aktiv,
#content .slider-section .slider-section-ul li.slider-section-item.aktiv {
	z-index:10;
	opacity:1;
}

.slider-section.wechsel-position li.slider-section-item:nth-child(even) .slider-item-part-image {
	float: none;
}

li.slider-section-item .slider-item-part.slider-item-part-image {
	width: 100%;
}

.slider-item-image-container img {
	width: 100vw;
	min-height: 200px;
	object-fit: cover;
}

li.slider-section-item .slider-item-part.slider-item-part-text {
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition: opacity 400ms ease 700ms;
}

li.slider-section-item.aktiv .slider-item-part.slider-item-part-text {
	opacity:1;
}

li.slider-section-item .slider-item-part-text-innen {
	/*border-bottom: 12px solid #63b32e;
	border-bottom: 12px solid #f7be68;;
	background: #0070B6;
	background: #63b32e;
	background: rgba(0, 112, 182, 0.8);
	background: rgba(178, 175, 168, 0.8);*/
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	color: #f7be68;
	max-width: 80%;
	min-height: 70%;
	height: auto;
	border-radius: 0px 35px 35px 0px;
	box-shadow: 6px 6px 16px rgba(2,2,2,0.3);
	right:0;
	left:0;
	padding: 20px;
	max-height: 98%;
	/*opacity:1;
	transition: opacity 400ms ease 4000ms;
	transform: rotate(0deg);
	transition: transform 400ms ease 2500ms;*/
}

/*li.slider-section-item .slider-item-part-text-innen:after {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius: 60px 60px 60px 0px;
	background: rgba(255, 255, 255, 0.5);
	z-index:-1;
}*/

.slider-item-part-text-innen-wrap {
	width: 75%;
	margin: auto;
}

/*li.slider-section-item.aktiv .slider-item-part-text-innen {
	opacity:0;
	transform: rotate(-1.5deg);
}*/

/*li.slider-section-item.aktiv:nth-child( odd )  .slider-item-part-text-innen {
	right: -1500px;
	left:unset;
	transform: rotate(1.5deg);
}*/
/*
li.slider-section-item.aktiv:nth-child( even )  .slider-item-part-text-innen {
	left: -1500px;
	right:unset;
}*/

.slider-section.wechsel-position li.slider-section-item:nth-child(even) .slider-item-part.slider-item-part-text {
	left:0;
	right:unset;
}

.slider-item-part .slider-item-part-text-innen h3 {
	font-size: 4cqmin;
	font-weight: 600;
	width: 100%;
	margin-bottom:0;
	opacity:0;
	top: -100px;
	/*color: #3589c5;
	color: #f7be68;
	color: #1366a2;*/
	color: #3A4C54;
	position: relative;
	transition: opacity 600ms ease 1000ms, top 400ms ease 1000ms;
}

li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen h3 {
	opacity:1;
	top:0;
}

.slider-item-part .slider-section-item-content {
	font-size: 3cqmin;
	opacity:0;
	top: 100px;
	/*color: #3589c5;
	color: #f7be68;
	color: #1366a2;*/
	color: #3A4C54;
	position: relative;
	transition: opacity 600ms ease 1300ms, top 400ms ease 1300ms;
}

li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen .slider-section-item-content {
	opacity:1;
	top:0;
}

.slider-item-part .slider-item-part-text-innen a {
	/*border-radius: 0 25px 25px 0;
	padding: 6px 60px 6px 16px;*/
	display: table;
	position: relative;
	font-size: 1.6rem;
	color: #fff;
	background: #63b32e;
	margin-top: 20px;
	padding: 8px 20px 8px 16px;
	border-radius: 0 12px 12px 0;
	opacity:0;
	transition: opacity 600ms ease 1500ms, padding 400ms ease;
}

.slider-item-part .slider-item-part-text-innen a:hover {
	padding: 8px 16px 8px 20px;
}

.slider-section-item.blueButton .slider-item-part .slider-item-part-text-innen a {
	background: #0070B6;
}

/*.slider-item-part .slider-item-part-text-innen a:after {
	content:'';
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;
	background: #f7be68;
	border-radius: 50%;
}*/

li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen a {
	opacity:1;
	top:0;
}

/************************************************************************************/

.stopMove li.slider-section-item.aktiv .slider-item-part.slider-item-part-text,
.stopMove li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen h3,
.stopMove li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen a,
.stopMove li.slider-section-item.aktiv .slider-item-part .slider-item-part-text-innen .slider-section-item-content {
	opacity:1;
	top:0;
	transition:unset;
}

.stopMove .slider-section .sliderErrows {
	background: rgba( 255,255,255,0.8);
	color: #000;
}

/******/

.slider-section .sliderCounter {
	bottom: 20px;
}

.slider-section .sliderCounter span.aktiv {
	background: #f7be68;
	background: #63b32e;
}

/************** neusta Slider ******************/

.home .wp-block-gallery.slider-gallery {
	margin-bottom: 40px;
}

/************** neusta schritte ****************/

.schritte {
	list-style:none;
	padding-left: 50px;
	float: left;
	max-width: 900px;
}

.page-id-22710 figure {
	width: calc( 100% - 600px );
	float: left;
	margin-left: 20px;
}

.schritte li {
	padding: 20px 20px 20px 32px;
	margin-bottom: 30px;
	border-left: 6px solid transparent;
	background: linear-gradient( to right, transparent 0px, transparent 18px, #efefef 18px, #efefef 100% );
	background-origin: border-box;
	background-repeat: no-repeat;
	position: relative;
	transition: all 400ms ease;
	display: table;
	/*max-width: 600px;*/
}

.schritte li span {
	width: calc(100% - 200px);
	display: block;
	float: left;
}

.schritte li img {
	max-width: 200px;
	max-height: 180px;
	display: block;
	float: left;
}

.schritte li:before {
	content: '';
	position: absolute;
	left:-58px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 0 8px 8px 0;
	background: #efefef;
	border: 1px solid #63b32e;
	opacity:0;
	transition: all 400ms ease 400ms;
	text-align: center;
	font-size: 2rem;
	color: #63b32e;
	line-height: 1.2;
	font-family: sans-serif;
}

.schritte li:nth-child(1):before {
	content: '1';
}

.schritte li:nth-child(2):before {
	content: '2';
}

.schritte li:nth-child(3):before {
	content: '3';
}

.schritte li:nth-child(4):before {
	content: '4';
}

.schritte li:nth-child(5):before {
	content: '5';
}

.schritte li:nth-child(6):before {
	content: '6';
}

.schritte li:after {
	content: '';
	position: absolute;
	left: -15px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-top: 18px solid #63b32e;
	opacity:0;
}

.schritte li.aktiv {
	border-color: #63b32e;
}

.schritte li.aktiv:before,
.schritte li.aktiv:after {
	opacity:1;
}

.schritte li.thisAktiv {
	background: linear-gradient( to right, transparent 0px, transparent 12px, #ddd 12px, #ddd 100% );
}

/******************* Kontakt Form Blog ********************/

.kontaktPopWrap.idBild .kontaktPopFormFeld {
	padding: 40px 20px 20px;
}

.contactFormHead {
	display: flex;
	justify-content: space-between;
}

.contactFormHead > label {
  flex-basis: 48%;
  /* Alternatively: flex: 0 0 48%; */
}

/**************** Hotel Galerie ****************/

.neusta-slider-innen .slider-navi-item {
	background: rgba(255,255,255,0.6);
	display: table;
	margin: auto;
}

.neusta-slider-innen .slider-navi-item .dashicons {
	color: #000;
	font-size: 3rem;
	width: 3rem;
	height: 3rem;
	top:0;
	left: unset;
}

.neusta-slider .slideCounter {
	bottom: -20px;
	background: #f2f2f2;
	padding: 12px 0 8px;
}

.neusta-slider .slideCounterItem {
	border-color: #0070B6;
	cursor: pointer;
}

.neusta-slider .slideCounterItem.aktiv {
	background: #0070B6;
}

/************************************  Taxonomien  **************************************/

.tax-reiseziele #content {
	padding-top:0;
}

.taxonomy-archive-header {
	margin-bottom: 40px;
}

.taxonomy-archive-header-wrap {
	position: relative;
}

.archive-header-title-wrap {
	position: absolute;
	max-width: 1400px;
	margin: auto;
	height:100%;
	width:100%;
	left: 50%;
	top:0;
	transform: translateX( -50% );
}

.archive-header-title-innen {
	/*border-bottom: 12px solid #63b32e;
	border-bottom: 12px solid #f7be68;
	background: #b2afa8;
	background: #007BC3;*/
	background: rgba(255,255,255,0.6);
	position: absolute;
	max-width: 600px;
	padding: 40px 60px;
	top: 50%;
	right:0;
	transform: translateY( -50% );
	border-radius: 0px 22px 22px 0px;
}

.archive-header-title-wrap h1.page-title {
	/*color: #f7be68;
	color: #007BC3;*/
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	padding:0;
	color: #3A4C54;
	text-align: left;
	border-right: 6px solid;
	padding-right: 18px;
	line-height: 1;
	width: auto;
	display: table;
	display: inline;
}

.archive-header-title-wrap h2.page-sub-title {
	font-size: 1.8rem;
	font-weight: 400;
	padding-top:0;
	margin:0;
	color: #3A4C54;
	text-align: left;
}

.archive-header-title-wrap a {
	display: table;
	float: left;
	padding: 8px 12px;
	background: #63b32e;
	color: #fff;
	border-radius: 0 12px 12px 0;
	margin-top: 20px;
	transition: all 400ms ease;
}

.archive-header-title-wrap a.archive_text_bottom_button {
	background: #0070B6;
	margin-left: 10px;
}

.archive-header-title-wrap a.neusta-a-button:hover {
	padding: 8px 8px 8px 16px;
}

/*.archive-header-title-wrap .terms-in-header {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.archive-header-title-wrap .terms-in-header-innen {
	display: flex;
	column-gap: 10px;
}

.archive-header-title-wrap .terms-in-header-innen a {
    padding: 2px 12px;
    line-height: 25px;
    display: inline-block;
    
    max-width: max-content;
    background: rgba( 255,255,255,0.2 );
    color: #3A4C54;
    border: 1px solid #3A4C54;
    border-radius: 0 8px 8px 0;
}

.archive-header-title-wrap .terms-in-header-innen a:hover {
	background: #3A4C54;
	color: #ccc;
}*/

.archive-header-img-wrap img {
	width: 100%;
	display: block;
}

.archive_text_top {
	margin-bottom: 40px;
}

/*************/

.tax-reiseziele .page-header {
	padding-bottom:0;
	margin-bottom:0 !important;
}

.tax-reiseziele .page-header #archive_text_top table tr td:first-child {
	padding-right: 10px;
}

.tax-reiseziele .page-header #archive_text_top table tr td:last-child {
	padding-left: 10px;
}

.tax-reiseziele .page-header #archive_text_top table tr td:last-child iframe {
	float: right;
}

.tax-reiseziele .page-header #archive_text_top table tr td:last-child .youtube-embed-wrapper {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.tax-reiseziele .page-header #archive_text_top table tr td:last-child .youtube-embed-wrapper iframe {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom:0;
}

.tax-reiseziele .page-header #archive_text_top  table tr td:last-child img.video-cover-bild {
	cursor: pointer;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

.tax-reiseziele .page-header #archive_text_top .dsch_wahrung_text {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.tax-reiseziele .page-header #archive_text_top .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	color: #e31313;
	font-size: 5rem;
	width: 5rem;
    height: 5rem;
    cursor: pointer;
    pointer-events: none;
}

.tax-reiseziele .youtube-embed-wrapper .video-cover-bild:focus-visible {
	outline: 3px solid #6cae25 !important;
	outline-offset: -8px;
	border-radius: 2px;
}

.tax-reiseziele .youtube-embed-wrapper .playIcon:focus-visible {
	outline: 3px solid #6cae25 !important;
	outline-offset: 4px;
	border-radius: 50%;
}

/*******/

.archive_text_bottom h3 {
	padding: 16px 0 0;
	margin: 0 0 8px;
}

.archive_text_bottom h3:first-child {
	padding: 80px 0 0;
}

.archive_text_bottom h3.anker:before {
	margin-top: -200px;
	padding-top: 200px;
}

.archive_text_bottom h4 {
	padding: 12px 0 0;
	margin: 0 0 8px;
}

.archive_text_bottom p {
	margin: 0 0 12px;
}

/******************************** Reiseziel Infos ***************************************/

.reiseziel-infos {
	
}

/********************************* Reiseziel Tabs Menu **********************************/

.reiseziel-infos-menu {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.reiseziel-infos-menu li.tabs-menu-item {
	/*border-radius: 6px;
	background: linear-gradient(90deg, #fff 0%, #fff 25%, #007BC3 25%, #007BC3 50%, #fff 50%, #fff 100%);
	border: 1px solid #007BC3;
	background: linear-gradient(90deg, #007BC3 0%, #007BC3 25%, #fff 25%, #fff 100%);*/
	
	display: block;
	float: left;
	padding: 10px 20px;
	font-size: 1.2rem;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	width: 200px;
	text-align: center;
	background: #007BC3;
	color: #fff;
	
	border-radius: 12px 12px 0 0;
	
	background: linear-gradient(90deg, rgba(247,190,104,1) 0%, rgba(247,190,104,1) 25%, rgba(69,72,81,1) 25%, rgba(69,72,81,1) 100%);
	background-size: 830px;
	background-position: -220px;
	transition: background-position 400ms ease, color 400ms ease 600ms, padding 400ms ease;
}

.reiseziel-infos-menu li.tabs-menu-item:hover {
	padding: 10px 18px 10px 22px;
}

.reiseziel-infos-menu li.tabs-menu-item.aktiv {
	color: #fff;
}

.reiseziel-infos-menu[data-aktiv-tab="0"] li#tabs-menu-item_0 {
	background-position: 0;
}
.reiseziel-infos-menu[data-aktiv-tab="1"] li#tabs-menu-item_0 {
	background-position: 210px;
}
.reiseziel-infos-menu[data-aktiv-tab="2"] li#tabs-menu-item_0 {
	background-position: 410px;
}
.reiseziel-infos-menu[data-aktiv-tab="3"] li#tabs-menu-item_0 {
	background-position: 620px;
}

.reiseziel-infos-menu[data-aktiv-tab="0"] li#tabs-menu-item_1 {
	background-position: -210px;
}
.reiseziel-infos-menu[data-aktiv-tab="1"] li#tabs-menu-item_1 {
	background-position: 0;
}
.reiseziel-infos-menu[data-aktiv-tab="2"] li#tabs-menu-item_1 {
	background-position: 420px;
}
.reiseziel-infos-menu[data-aktiv-tab="3"] li#tabs-menu-item_1 {
	background-position: 620px;
}


.reiseziel-infos-menu[data-aktiv-tab="0"] li#tabs-menu-item_2 {
	background-position: -420px;
}
.reiseziel-infos-menu[data-aktiv-tab="1"] li#tabs-menu-item_2 {
	background-position: -210px;
}
.reiseziel-infos-menu[data-aktiv-tab="2"] li#tabs-menu-item_2 {
	background-position: 0;
}
.reiseziel-infos-menu[data-aktiv-tab="3"] li#tabs-menu-item_2 {
	background-position: 210px;
}


.reiseziel-infos-menu[data-aktiv-tab="0"] li#tabs-menu-item_3 {
	background-position: -630px;
}
.reiseziel-infos-menu[data-aktiv-tab="1"] li#tabs-menu-item_3 {
	background-position: -420px;
}
.reiseziel-infos-menu[data-aktiv-tab="2"] li#tabs-menu-item_3 {
	background-position: -210px;
}
.reiseziel-infos-menu[data-aktiv-tab="3"] li#tabs-menu-item_3 {
	background-position: 0;
}

/************/

.reiseziel-infos-menu li.tabs-menu-item:last-child {
	width: auto;
}

.reiseziel-infos-menu li#tabs-menu-item_close {
	float: right;
	display: table;
	background: unset;
	border: unset;
}

.reiseziel-infos-menu li#tabs-menu-item_close .dashicons {
	font-size: 4rem;
	cursor: pointer;
	color: #007BC3;
	color: #900;
	top: -18px;
	display: none;
}

.reiseziel-infos-menu[data-aktiv-tab] li#tabs-menu-item_close .dashicons {
	display: inline-block;
}

.reiseziel-infos-menu[data-aktiv-tab=""] li#tabs-menu-item_close .dashicons {
	display: none;
}

.reiseziel-infos-menu li#tabs-menu-item_close:focus .dashicons {
	display: block;
}

.reiseziel-infos .disclaimer-span {
	color: #3a4c54;
	display: block;
	margin-top: 10px;
}

/******************************** Reiseziel share-section *******************************/

.share-section {
	margin-bottom: 40px;
}

.share-section .menu-social-links-menue-container {
	display: table;
	width: 100%;
}

.share-section .social-share-navigation ul.social-share-links-menu {
	float: right;
}

.share-section .dashicons {
	color: #007BC3;
}

/************************************ Reiseziel Seite ***********************************/

.reiseziel-list {
	list-style: none;
	border: 1px solid #e0e0e0;
	border-radius: 0 22px 22px 0;
	padding: 12px;
	display: table;
}

.reiseziel-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.reiseziel-list li:before {
	/*content: "\f346";*/
	content: "\f344";
	font-family: dashicons;
	position: absolute;
	color:#0070B6;
	left: 0px;
	top:0;
}

.reiseziel-list li a {
	font-size: 1.1rem;
	color:#0070B6;
}

.tax-reiseziele h3 .dashicons {
	color: #0070B6;
	margin-right: 18px;
	font-size: 2rem;
	top: 0px;
}

/********************************* Reiseziel Tabs inhalt ********************************/

.reiseziel-infos {
	margin-bottom: 40px;
}

.reiseziel-infos-wrap {
	width: 100%;
	margin-left: 0;
	position: relative;
}

ul.reiseziel-infos-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	left: 0;
	height: 12px;
	margin:0;
	overflow:hidden;
	transition: all 400ms ease;
	/*border-top: 12px solid #f7be68;
	border-bottom: 1px solid #aaa;*/
}

.reiseziel-infos-wrap.aktiv ul.reiseziel-infos-tabs {
	min-height: 650px;
	height: auto;
	/*border: 2px solid #f7be68
	border-top: 12px solid #f7be68;;*/
}

ul.reiseziel-infos-tabs:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 12px;
    background: #f7be68;
    z-index:1;
}

ul.reiseziel-infos-tabs:after {
    content: '';
    position: absolute;
    left: -200px;
    top:0;
    width: 200px;
    height: 12px;
    background: #3a4c54;
    transition: all 400ms ease;
    z-index:2;
}

ul.aktiv-id_0.reiseziel-infos-tabs:after {
	left:0;
}

ul.aktiv-id_1.reiseziel-infos-tabs:after {
	left: 210px;
}

ul.aktiv-id_2.reiseziel-infos-tabs:after {
	left: 420px;
}

ul.aktiv-id_3.reiseziel-infos-tabs:after {
	left: 630px;
}

.reiseziel-infos-menu .product-tabs-menu-ul li.tabs-menu-item.aktiv {
	color: #3a4c54;
}

.reiseziel-infos-tabs .tabs-inhalt-item {
	display: inline-block;
	background: #f3f2ee;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 60vh;
	max-height: 80vh;
	overflow: hidden;
	transition: all 800ms ease-out;
}

.reiseziel-infos-tabs .tabs-inhalt-item .mapWrap {
	width: 100%;
	height: 100%;
}

.reiseziel-infos-tabs .tabs-inhalt-item iframe {
	width: 100% !important;
	height: 100% !important;
	margin:0;
	padding:0;
	display: block;
}

/*.reiseziel-infos-tabs #tabs-inhalt-item_1 {
	overflow: auto;
}*/

/*.reiseziel-infos-tabs #tabs-inhalt-item_1 img {
	width: auto;
	height: auto;
	height: 650px;
	max-width: 100%;
	margin: auto;
	max-height: 100%;
	display: block;
	object-fit: contain;
}*/

.reiseziel-infos-tabs .tabs-inhalt-item .reiseexperteWrap {
	padding-top: 32px;
}

/*******************/

#tabs-inhalt-item_1,
#tabs-inhalt-item_2 {
	padding: 20px;
}

/*experten tab */

#tabs-inhalt-item_1 .reiseexperten-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin:0;
}

#tabs-inhalt-item_1 .reiseexperten-list li {
	margin-right: 10px;
	width: 100%;
	height:100%;
}

#tabs-inhalt-item_1 .reiseexperten-list li .reise-begleiter {
	display: flex;
	flex-wrap: nowrap;
	height:100%;
}

#tabs-inhalt-item_1 .reiseexperten-list li .reise-begleiter .reise-begleiter-left {
	width: 34%;
	height:100%;
}

#tabs-inhalt-item_1 .reiseexperten-list li .reise-begleiter .reise-begleiter-right {
	width: 66%;
	height:100%;
}

#tabs-inhalt-item_1 .reiseexperten-list li .reise-begleiter .reise-begleiter-left img {
	display: block;
	width: 100%;
	padding-right: 30px;
}

#tabs-inhalt-item_1 .reiseexperten-list li h3 {
	margin-bottom: 5px;
}

#tabs-inhalt-item_1 .reiseexperten-list li h4 {
	padding-top: 0;
}

#tabs-inhalt-item_1 .reiseexperten-list li .dashicons {
	top: 0;
}

.weiter-infos-reiseexpert {
    background-color: #0070B6;
    color: #fff;
    border-radius: 0 12px 12px 0;
    display: table;
    padding: 8px 18px 8px 12px;
    transition: all 400ms ease;
}

.weiter-infos-reiseexpert:not(.neusta-a-button):hover,
.weiter-infos-reiseexpert:not(.neusta-a-button):focus {
    padding: 8px 12px 8px 18px;
    color: #fff;
    background-color: #29678e;
	outline: none;
}

/*kontakt tab */

.contact-wrap input::placeholder {
  color: #888888;
}

#tabs-inhalt-item_2 > .wpcf7,
#tabs-inhalt-item_2 .wpcf7 form {
	height: 100%;
}

#tabs-inhalt-item_2 .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}

#tabs-inhalt-item_3 form > .dashicons-no-alt {
	display: none;
}

#tabs-inhalt-item_2 .contact-buttons-wrap.aktiv {
	margin-top: -50px;
	margin-bottom:0;
}

#tabs-inhalt-item_2 .contact-wrap .contact-teile {
	background: unset;
}

#contact-button-close {
	display:none;
	background: #900000;
}

#contact-button-close button {
	background: transparent;
	padding:0;
	margin:unset;
	line-height:unset;
    transition:unset;
	width: 100%;
	max-height: 100%;
	border-radius:unset;
}

/*#contact-button-close button .dashicons-undo {
	margin:0;
	padding:0;
	width:unset;
	top: -2px;
}*/

#contact-button-close button:focus-visible {
    border-radius:unset;
    outline-offset: 12px;
}

#tabs-inhalt-item_2 .contact-teile.contact-main {
	padding-top: 20px;
	overflow: auto;
	display: table;
}

#tabs-inhalt-item_2 .contact-wrap .formularLauf {
	display: none;
}

#tabs-inhalt-item_2 .contact-wrap .formularLauf.aktiv {
	display: block;
}

#tabs-inhalt-item_2 .contact-wrap.aktiv {
	max-height: calc( 100% - 80px );
	min-height: calc(100% - 80px);
	overflow: auto;
	padding-bottom:0;
	padding-right: 20px;
}

#tabs-inhalt-item_2 .contact-wrap .zwillings {
	display: flex;
	justify-content: space-between;
}

#tabs-inhalt-item_2 .contact-wrap .zwillings > label {
  flex-basis: 48%;
}

#tabs-inhalt-item_2 .contact-wrap .userInfos .zwillingsNarrow {
	max-width: 350px;
}

#tabs-inhalt-item_2 .contact-wrap .wpcf7-list-item {
	margin:0;
}

#tabs-inhalt-item_2 .contact-wrap h3 {
	color: #0070B6;
}

/***/

#tabs-inhalt-item_2 .contact-wrap .contact-tel-teil {
	position: absolute;
	top:0;
	left:0;
}


#tabs-inhalt-item_2 .contact-wrap .contact-tel-teil {
	display: none;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

#tabs-inhalt-item_2 .contact-wrap .contact-tel-teil.aktiv {
	display: flex;
}

#tabs-inhalt-item_2 .reiseInfos {
	height: 40px;
	display: inline-table;
}

#tabs-inhalt-item_2 .contact-buttons-wrap.aktiv {
	margin-top: -30px;
	height: 40px;
}

#tabs-inhalt-item_2 .telAbt {
	top: 200px;
	position: relative;
}

#tabs-inhalt-item_2 .telAbt ul li {
	margin-bottom: 10px;
}

#tabs-inhalt-item_2 .telAbt ul li .dashicons {
	font-size: 1.2rem;
	top: 2px;
	color: #0070B6;
}

#tabs-inhalt-item_2 .wpcf7-form.noFlex {
	display: block;
}

/************************************ Short Buchung Schritte ****************************/

.buchungschritte-tabs-wrap {
	max-width: 1400px;
}

.buchungschritte-tabs-menu {
	margin-bottom: 10px;
    display: table;
    width: 100%;
}

.buchungschritte-tabs-menu .tab-menu-item {
	/*padding: 10px 20px;
    transition: background-position 400ms ease, color 400ms ease 600ms, padding 400ms ease;*/
	display: block;
    float: left;
    font-size: 1.2rem;
    margin-right: 6px;
    padding: 10px 0;
    min-width: 165px;
    cursor: pointer;
    position: relative;
    width: calc( 100% / 6 - 6px );
    text-align: center;
    background: #007BC3;
    color: #fff;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, rgba(247, 190, 104, 1) 0%, rgba(247, 190, 104, 1) 25%, rgba(69, 72, 81, 1) 25%, rgba(69, 72, 81, 1) 100%);
    background-size: 1400px;
    background-position: -352px;
    transition: background-position 400ms ease;
}

.buchungschritte-tabs-menu .tab-menu-item:last-child {
	margin:0;
}

.buchungschritte-tabs-menu .tab-menu-item:focus-visible {
	outline: 5px solid #6cae25 !important;
	outline-offset: 4px;
}

.buchungschritte-tabs-menu .tab-menu-item.aktiv {
	color: #fff;
}

.buchungschritte-tabs-content {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0 0 6px 6px;
	padding: 28px 20px 20px 20px;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
	width: calc( 100% - 6px );
	background: #eee;
}

.buchungschritte-tabs-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    background: #f7be68;
    z-index: 1;
}

.buchungschritte-tabs-content:after {
    content: '';
    position: absolute;
    left: -200px;
    top: 0;
    width: 200px;
    height: 12px;
    background: #3a4c54;
    transition: left 400ms ease;
    z-index: 2;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_0 {
	background-position: 0px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_0 {
	background-position: 350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_0 {
	background-position: 410px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_0 {
	background-position: 620px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_0 {
	background-position: 830px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_0 {
	background-position: 1040px;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_1 {
	background-position: -350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_1 {
	background-position: 0;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_1 {
	background-position: 420px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_1 {
	background-position: 620px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_1 {
	background-position: 830px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_1 {
	background-position: 1040px;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_2 {
	background-position: -420px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_2 {
	background-position: -350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_2 {
	background-position: 0;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_2 {
	background-position: 350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_2 {
	background-position: 560px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_2 {
	background-position: 770px;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_3 {
	background-position: -630px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_3 {
	background-position: -420px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_3 {
	background-position: -350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_3 {
	background-position: 0;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_3 {
	background-position: 230px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_3 {
	background-position: 440px;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_4 {
	background-position: -840px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_4 {
	background-position: -630px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_4 {
	background-position: -420px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_4 {
	background-position: -350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_4 {
	background-position: 0px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_4 {
	background-position: 230px;
}

/********************************/

.buchungschritte-tabs-menu[data-aktiv-tab="0"] li#tab-menu-item_5 {
	background-position: -950px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="1"] li#tab-menu-item_5 {
	background-position: -840px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="2"] li#tab-menu-item_5 {
	background-position: -630px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="3"] li#tab-menu-item_5 {
	background-position: -420px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="4"] li#tab-menu-item_5 {
	background-position: -350px;
}
.buchungschritte-tabs-menu[data-aktiv-tab="5"] li#tab-menu-item_5 {
	background-position: 0px;
}

/********************************/

.buchungschritte-tabs-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: calc( 100% / 6 - 6px );
	height: 12px;
	background: #3a4c54;
	transition: all 400ms ease;
}

.buchungschritte-tabs-content.aktiv-id_0:after {
	left:0;
}

.buchungschritte-tabs-content.aktiv-id_1:after {
	left: 16.6%;
}

.buchungschritte-tabs-content.aktiv-id_2:after {
	left: 33.4%;
}

.buchungschritte-tabs-content.aktiv-id_3:after {
	left: 50.2%;
}

.buchungschritte-tabs-content.aktiv-id_4:after {
	left: 67%;
}

.buchungschritte-tabs-content.aktiv-id_5:after {
	left: 84%;
}

/********************************/

.buchungschritte-tabs-content .tab-content-item {
	display: none;
	animation: fadeIn 0.3s;
}

.buchungschritte-tabs-content .tab-content-item.aktiv {
	display: block;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/************************************ Archiv + Shortcode ********************************/

.page-content-innen {
	display: table;
}

.page-content-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;
	row-gap: 28px;
	column-gap: 40px;
	column-gap: 3%;
}

.tax-reiseziele .logo-section,
.tax-reiseziele .tax-loop-title {
	/*background: #f0f0f0;*/
	text-align: center;
	padding: 10px;
	margin:0;
}

.tax-reiseziele .logo-section {
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 28px;
}

.tax-reiseziele .tax-loop-title {
	/*padding-bottom: 20px;
	margin-bottom: 20px;*/
	display: none;
}

.tax-reiseziele .tax-loop-title h2 {
	/*background: #3A4C54;
	background: #007BC3;
	color: #f7be68;
	background: #b2afa8;*/
	background: #e0dcd2;
	color: #3A4C54;
	padding: 12px 24px;
	border-radius: 12px 12px 12px 12px;
	display: table;
	margin: auto;
	font-size: 2.2rem;
	font-weight: 500;
}

.archive .centerlogosection .logo-section-image {
	max-width: 280px;
}

.product-kachel-item {
	/*transform: scale(0.85);
	width: calc( 33.333% - 20px );*/
	width: 31.333%;
	padding: 10px 0;
	align-self: stretch;
	position: relative;
	min-width: 400px;
}

/*.product-kachel-item:nth-child(odd) {
	padding-right: 10px;
}

.product-kachel-item:nth-child(even) {
	padding-left: 10px;
}*/

.product-kachel-item .product-wrap {
	/*border: 1px solid #eee;
	background: #fff;
	padding: 20px 20px 80px;
	border-radius: 24px 24px 24px 24px;*/
	height: 100%;
	box-shadow: 2px 2px 6px rgba(2,2,2,0.3);
	position: relative;
	border-radius: 0px 24px 24px 0px;
	background: #E0DCD2;
    overflow: hidden;
}

.product-kachel-item .product-banner {
	position: absolute;
	top: 40px;
	left: -20px;
	background: #f7be68;
	padding: 10px 16px;
	display: block;
	color: #fff;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 6px rgba( 2,2,2,0.3);
}

.product-kachel-item .entry-header {
	padding-bottom: 8px !important;
}

.product-kachel-item .entry-header > a {
	height: 325px;
	border-bottom: 10px solid #41434A;
	display: block;
	overflow: hidden;
}

.product-kachel-item .entry-header img {
	/*border-radius: 14px 14px 14px 0;*/
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.product-kachel-item .entry-header a:focus-visible {
	outline-offset: -20px;
}

.product-kachel-item .entry-header h2 {
	font-size: 1.3rem;
	margin-top: 8px;
	padding:0;
	display: table;
	border-right: 3px solid #3a4c54;
	padding-right: 8px;
}

.product-kachel-item .entry-header h3 {
	padding: 0 16px;
	margin:0;
	font-weight: 400;
	font-size: 1.2rem;
}

.product-kachel-item .entry-summary,
.product-kachel-item h2.entry-title {
	padding: 0 16px;
}

.product-kachel-item .entry-summary {
	font-size: 0.8rem;
}

.product-kachel-item .entry-summary p {
	margin-bottom: 8px;
}

.product-kachel-item .product-excerpt-meta {
	/*background: #f0f0f0;
	position: relative;*/
	padding: 10px 0px 80px;
}

.product-kachel-item .reise-excerpt-meta .dashicons {
	color: #63b32e;
	top: -5px;
	margin-right: 12px;
}

.product-kachel-item .reise-excerpt-meta .dashicons-airplane {
	color: #63b32e;
	top: 1px;
	margin-left: 12px;
}

.product-kachel-item .reiseziele-list {
	margin:0;
}

.product-kachel-item .reiseziele-list li {
	display: inline-block;
	margin: 0px;
	margin-bottom: 5px;
}

/*.product-kachel-item .reiseziele-list .reiseziele-item.no-image {
	border-radius: 6px;
	margin-right: 4px;
}*/

.product-kachel-item .reiseziele-list .reiseziele-item.no-image a h4 {
	padding: 4px 0px;
	margin:0;
}

.product-kachel-item .reiseinteressen-list {
	margin:0;
}

.product-kachel-item .reiseinteressen-list li {
	display: inline-block;
	margin: 0px;
}

.product-kachel-item .jahreszeiten-list {
	margin:0;
}

.product-kachel-item .jahreszeiten-list li {
	/*padding: 4px 8px;
	border-bottom: 5px solid #f7be68;*/
	display: inline-block;
	margin: 0px;
}

.product-kachel-item .euro {
	color: #63b32e;
}

.product-kachel-item .reise-excerpt-meta table {
	margin:0;
	padding:0;
}

.product-kachel-item .reise-excerpt-meta table tr {
	/*border-bottom: 1px solid #e0e0e0;*/
	border: unset;
}

.product-kachel-item .reise-excerpt-meta table tr:last-child {
	border-bottom:unset;
}

/*.product-kachel-item .reise-excerpt-meta table tr td {
	vertical-align: text-bottom;
}*/

.product-kachel-item .reise-excerpt-meta table tr:first-child td {
	padding-bottom: 10px;
	vertical-align: text-bottom;
}

.product-kachel-item .reise-excerpt-meta table tr td:first-child {
	width: 150px;
	font-weight: 600;
}

.product-kachel-item .excerpt-meta-price {
	position: absolute;
	bottom: 6px;
	left: 16px;
	font-size: 1.2rem;
	font-weight:500;
}

.product-kachel-item .moreInfos {
	/*right: 20px;
	bottom: 24px;
	border-radius: 0 12px 12px 0;*/
	position: absolute;
	background-color: #63b32e;
	color: #fff;
	right:0;
	bottom:0;
}

.product-kachel-item .moreInfos a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 18px 8px 12px;
	transition: all 400ms ease;
}

.product-kachel-item .moreInfos a:hover,
.product-kachel-item .moreInfos a:focus-visible {
	padding: 8px 12px 8px 18px;
}

/*.product-kachel-item .moreInfos:after {
	content:'';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f7be68;
	top:0;
	right:0;
}

.archive_text_bottom {
	padding-bottom: 120px;
}
*/

/********************* SUCHE *********************/

body.search:not(.has-sidebar):not(.page-one-column) .page-header,
body.search:not(.has-sidebar):not(.page-one-column) #primary,
body.search .page-header,
body.search #primary {
	float: none;
	width: 100%;
}

body.search .main-innen {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.search:not(.has-sidebar) #primary article {
	width: 380px;
}

.search article.page,
.search article.members,
.search article.hotel,
.search article.post,
.search article.taxonomy_reiseziele {
	border: 1px solid #aaa;
	border-radius: 0 24px 24px 0;
	overflow: hidden;
	position: relative;
}

.search article.members {
	margin: unset;
}

.search article.page .entry-title,
.search article.members .entry-title,
.search article.hotel .entry-title,
.search article.post .entry-title,
.search article.taxonomy_reiseziele .entry-title {
	padding: 0 16px;
}

.search article.post .entry-meta {
	padding: 0 16px;
}

.search article.page .entry-summary,
.search article.members .entry-summary,
.search article.hotel .entry-summary,
.search article.post .entry-summary,
.search article.taxonomy_reiseziele .entry-summary {
	padding: 0 16px 40px;
}

.search article.page .entry-summary a,
.search article.members .entry-summary a,
.search article.hotel .entry-summary a,
.search article.post .entry-summary a,
.search article.taxonomy_reiseziele .entry-summary a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0070B6;
	color: #fff;
	padding: 8px 24px 8px 16px;
	transition: all 400ms ease;
}

.search article.page .entry-summary a:hover,
.search article.members .entry-summary a:hover,
.search article.hotel .entry-summary a:hover,
.search article.post .entry-summary a:hover,
.search article.taxonomy_reiseziele .entry-summary a:hover {
	padding: 8px 16px 8px 24px;
}  

.search .archive_text_bottom {
	padding-top: 20px;
}

body.search #primary {
	padding-top:0;
}

/************************************ Terms Kachel **************************************/

.sucheWidget-header {
	max-width: 800px;
	margin: auto;
}

.suche-form-text {
	max-width: 800px;
	margin: 20px auto 0;
}

.terms-menu-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	margin: 10px auto;
}

.terms-menu-ul .terms-menu-item {
	width: 400px;
	padding:0;
}

.terms-menu-ul .terms-menu-item .terms-menu-item-img {
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	transform: all 400ms ease;
}

.terms-menu-ul .terms-menu-item.not-aktiv .terms-menu-item-img {
	opacity: 0.3;
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

.terms-menu-ul .terms-menu-item .terms-menu-item-wrap {
	padding:0;
	border:unset;
	position: relative;
}

.terms-menu-ul .terms-menu-item a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 40%;
	position: relative;
	margin-bottom: 5px;
	border-radius: 18px 18px 0 0;
	border: 1px solid #aaa;
	overflow: hidden;
	min-height: unset;
}

.terms-menu-item-content {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;
	/*align-items: center;*/
}

.terms-menu-ul .terms-menu-item .terms-menu-item-wrap {
	min-height: unset;
}

.terms-menu-ul .terms-menu-item .terms-menu-item-wrap h3,
.terms-menu-ul .terms-menu-item .terms-menu-item-wrap h4 {
	text-align: center;
	margin:0;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	border-radius: 16px 16px 16px 16px;
}

.terms-menu-ul .terms-menu-item .terms-menu-item-wrap h3 {
	border-radius: 16px 16px 0px 0px;
}

.terms-menu-item-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.terms-menu-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.terms-menu-item-children-wrap {
	position: absolute;
	width: 100%;
	left:0;
	bottom:0;
}

.terms-menu-ul .terms-menu-item .dashicons-arrow-down-alt2 {
	/*border-radius: 0 0 12px 12px;
	left: calc( 50% - 40px );
	transition: all 400ms ease;
	top:0;
	background: #63b32e;*/
	height: 32px;
	left:0;
	top:0;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	background: #3A4C54;
	display: block;
	width: 100%;
}

.terms-menu-ul .terms-menu-item .dashicons-arrow-down-alt2.aktiv {
	transform: rotate(180deg);
}

.terms-menu-ul .terms-menu-item .dashicons-arrow-down-alt2:before {
	top: -8px;
	position: relative;
}

.terms-menu-item-children-wrap-innen {
	max-height:2000px;
	transition: all 400ms ease;
}

.terms-menu-item.not-aktiv .terms-menu-item-children-wrap-innen  {
	max-height:0;
}

.terms-menu-item-children-list {
	position: relative;
	left: 50% !important;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
	justify-content: center;
	top: 48px;
}

.terms-menu-item-children-list.aktiv {
	top: 40px;
	padding-bottom: 40px;
	max-height: 2000px;
}

.terms-menu-item-children-list .terms-menu-children-item {
	width: 250px;
	min-width: 250px;
	opacity:0;
	padding: 5px;
	transition: all 400ms ease;
}

.terms-menu-item-children-list.aktiv .terms-menu-children-item {
	opacity:1;
}

.terms-menu-ul .terms-menu-children-item a {
	border-radius: 0 18px 18px 0;
}

.terms-menu-ul .terms-menu-item .terms-menu-item-wrap h4,
.terms-menu-ul .terms-menu-children-item a h4 {
	border-radius: 0 16px 16px 0;
}

/************************************ Single Reise **************************************/

.single-product #content {
	padding-top:0;
}

/******* Header *******/

.entry-product-infos-innen {
	position: relative;
}

.entry-product-infos-innen:before {
	/*border-bottom: 12px solid #0070B6;*/
	content:'';
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc( -50vw + 50% );
	background: #f2f2f2;
	z-index:-1;
}

/*** Gallery ***/

#header-media-sections_product {
	width: 100vw;
	left: calc( -50vw + 50% );
	position: relative;
}

.header_gallery_ul {
	margin:0;
}

.headerGalleryItem img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.headerGalleryItem_beschriftung {
	position: absolute;
	top: 12px;
	left:0;
	background: rgba( 255,255,255,0.6);
	padding: 28px;
	width: 300px;
	min-height: 100px;
	max-height: calc( 100% - 92px);
	opacity:0;
	color: #3a4c54;
	border-radius: 0px 20px 20px 0px;
	transition: all 400ms ease 800ms;
}

.header_gallery_ul li:hover .headerGalleryItem_beschriftung {
	opacity:1;
}

.stopMove .headerGalleryItem_beschriftung,
.stopMove .media-header-surface,
.stopMove .headerGalleryErrows .dashicons {
	background: rgba( 255,255,255,0.8);
}

.stopMove .header_gallery_ul li .headerGalleryItem_beschriftung {
	transition:unset;
	opacity:1;
}

#errow-left {
	left: 20px;
}

#errow-right {
	right: 20px;
}

.headerGalleryErrows {
	height: auto;
	top: unset;
	bottom: 26px;
}

.headerGalleryErrows .dashicons {
	background: rgba(255,255,255,0.6);
	color: #3a4c54;
	margin: unset;
}

.headerGalleryErrows .dashicons-arrow-right-alt2 {
	border-radius: 0 12px 12px 0;
}

.headerGalleryErrows .dashicons-arrow-left-alt2 {
	border-radius: 12px 0 0 12px;
}

.media-header-surface {
	transform:unset;
	left:unset;
	top:unset;
	bottom: 20px;
	right: 72px;
	font-size: 1.2rem;
	color: #3a4c54;
	max-width: calc( 100% - 145px );
	background: rgba(255,255,255,0.6);
}

/****** Banner *****/

.flugpreiseInbegriffenBig {
	position: absolute;
	color: #fff;
	background: #63b32e;
	top: 25px;
	right: 0;
	padding: 16px 28px;
	font-size: 1.3rem;
}

/*** title ***/

@media screen and (min-width: 48em) {

	.page.page-one-column .entry-header,
	.neustaberlin-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header,
	body:not(.neustaberlin-front-page) .entry-header {
		margin-bottom: 0;
	}
	
}

.entry-header h1.entry-title,
.entry-header h2.entry-subtitle {
	display: table;
	float: left;
	margin: 24px 0 24px;
	padding:0;
	clear: none;
	color: #3a4c54;
	font-size: 30px;
    font-size: 1.875rem;
}

.entry-header h2.entry-subtitle {
	font-weight: 400;
}

.entry-header h1.entry-title {
	font-weight: 600;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.neustaberlin-front-page) .entry-title {
	text-transform: unset;
	font-weight: 400;
	color: #0070b6;
	color: #3a4c54;
	font-size: 1.8rem;
	border: unset;
	width:100%;
}

.single.single-post .entry-header h1.entry-title {
	clear: both;
	float: none;
}

.single-product h1.entry-title {
	position: relative;
	z-index:10;
	border-right: 3px solid;
	padding-right: 10px;
	margin-right: 10px;
}

.single-product .entry-header h2.entry-subtitle {
	position: relative;
	z-index:10;
}

body.single-product:not(.neustaberlin-front-page) .entry-header {
	padding-bottom:0;
}

.single-product .product-title-wrap {
	position: relative;
	display: table;
	width: 100%;
}

.single-product .product-title-wrap:before {
	content:'';
	width: calc( 100% + 6em );
	height: 100%;
	position: absolute;
	top:0;
	left: -3em;
	background: #ebeae8;
	z-index:0;
}

/***** Meta ******/

.product-meta {
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
	z-index:100;
}

.product-meta:before {
	content:'';
	width: calc( 100% + 6em );
	height: 100%;
	position: absolute;
	top:0;
	left: -3em;
	background: #ebeae8;
	z-index:-1;
}

.product-meta-innen-top {
	/*display: flex;
	justify-content: center;*/
	display: table;
	width: 100%;
}

.product-meta h4 {
	font-weight: 600;
	font-size: 1.2rem;
	padding-top:0;
	margin-bottom: 8px;
}

.product-meta-innen-top .meta-section {
	float: left;
	min-width: 350px;
}

.product-meta-innen-top .meta-infos-section.meta-section {
	width: 30%;
}

.product-meta-innen-top .reiseziele-section.meta-section {
	width: 28%;
	margin: 0 2%;
}

.product-meta-innen-top .highleits-section {
	/*border: 1px solid #0070B6;
	background: #f1faff;*/
	width: 38%;
	border-radius: 0px 20px 20px 0px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #63B32E;
    background: #eef8f0;
}

.product-meta-innen-top .meta-section ul {
	margin-bottom: 20px;
}

.product-meta-innen-top .meta-section ul.highlights {
	margin-bottom:0;
}

.product-meta table tr {
	border-bottom: 1px solid #aaa;
}

.product-meta-innen-top .meta-section table tr td:first-child {
	font-weight: 600;
	min-width: 230px;
}

.product-meta-innen-top .meta-section table tr td .dashicons {
	margin-right: 12px;
	color: #63b32e;
	top: -2px;
}

.highlights {
	margin-left: 24px;
}

.highlights li.highlight {
	position: relative;
	margin-bottom: 8px;
}

.highlights li.highlight .dashicons {
	color: #63B32E;
	top:0;
	position: absolute;
	left: -30px;
}

.meta-section-no-highleits ul {
	list-style:none;
}

.meta-section-no-highleits ul li {
	padding-left: 26px;
	position: relative;
}

.meta-section-no-highleits ul li:before {
	content: "\f147";
	color: #63B32E;
	font-family: dashicons;
	left: -3px;
	top: -7px;
	font-size: 26px;
	position: absolute;
}

/*** meta Footer ***/

.meta-footer {
	display: table;
	width: 100%;
}

.meta-teilen {
	width: 100%;
	float: left;
	min-height: 20px;
	margin-top: 12px;
}
.reise-preise {
	display:table;
	position: absolute;
	left: 0px;
	bottom: 18px;
	float: left;
	min-height: 20px;
	margin-top: 12px;
}
/*** meta Teilen ***/

.meta-teilen {
	text-align: right;
	display: table;
}

.meta-teilen .share-social {
	float: right;
}

.meta-teilen .share-social .menu-item:last-child {
	margin-right:0;
}

.meta-teilen .menu-item a {
	/*color: #3a4c54;*/
	color: #0070B6;
}

/*** meta ab Preise ***/

.ab-price {
	font-size: 1.1rem;
}

.ab-price .euro {
	font-size: 2rem;
	color: #63B32E;
}

.reise-preise .dashicons-airplane {
	color: #63b32e;
	top: 8px;
	margin-left: 12px;
	font-size: 2rem;
}

/***** reiseinteressen-list *****/

.reiseinteressen-list li,
.jahreszeiten-list li,
.tourtype-list li {
	/*border: 1px solid #0070B6;
	border-radius: 8px;
	border-bottom: 5px solid #0070B6;
	width: auto;
	height: 26px;
	display: block;
	margin-top: 10px;
	overflow: hidden;*/
	max-width: max-content;
	color: #6d6a61;
	clear: both;
	border: 1px solid #0070B6;
	background: #f5fbff;
	border-radius: 0 8px 8px 0;
}

.reiseinteressen-list li {
	margin-bottom: 5px;
}

.jahreszeiten-list li {
	border-color: #f7be68;
	background: #fffdf5;
}

ul.jahreszeiten-list li a,
ul.reiseinteressen-list li a,
ul.tourtype-list li a {
	color: #3a4c54;
	padding: 2px 6px;
	line-height: 25px;
	display: inline-block;
}

/*.reiseinteressen-list li .dashicons,
.jahreszeiten-list li .dashicons {
	color: #0070B6;
	top: -2px;
	margin-right: 0px;
	width: 25px;
	height: 25px;
}

.jahreszeiten-list li .dashicons {
	color: #f7be68;
}*/

.tourtype-list {
	margin-bottom:0;
}

.tourtype-list li {
	border-color: #3a4c54;
	background: #eee;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

/***** Content ******/

.product-content {
	width: 60%;
	float: left;
}

.product-content iframe {
	width: 100%;
}

.content-footer {
	width: 100%;
	float: left;
}

.reiseziele-list {
	width: 100%;
}

.reiseziele-list li {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	border-radius: 0 8px 8px 0;
	line-height: 1.2;
	border: 1px solid #63b32e;
	background: #f9fff5;
}

.reiseziele-list li a {
	color: #3a4c54;
	display: block;
	padding: 2px 12px;
	line-height: 25px;
	display: inline-block;
}

.reiseziele-list .reiseziele-item-img {
	width: 250px;
	height: 82px;
	background: #f0f0f0;
}

.reiseziele-list .reiseziele-item-img img {
	display: block;
	width: 100%;
}

.reiseziele-list li a h4 {
	padding-top: 1rem;
}

/*** Sidebar ***/

.content-sidebar {
	width: 40%;
	float: left;
	padding-left: 20px;
	height: 100%;
}

.content-sidebar-innen {
	/*border-bottom: 12px solid #0070B6;*/
	background: #f2f2f2;
	padding: 20px;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 0px 20px 20px 0px;
}

.content-sidebar-innen .begleiter-contact table {
	margin:0;
}

.content-sidebar .begleiter-thumb {
	display: table;
}

.content-sidebar .begleiter-title h3 {
	margin: 10px 0 0;
	font-size: 1.1rem;
}

.content-sidebar .begleiter-title h4 {
	padding:0;
	font-size: 0.8rem;
}

.begleiter-contact tr td {
	padding-left:0;
}

.begleiter-contact tr td:first-child {
	width: 26px;
	margin: auto;
}

.begleiter-contact .dashicons {
	color: #0070B6;
	top: 3px;
}

.begleiter-ziele ul.reiseZiele {
	list-style: none;
}

.begleiter-ziele ul.reiseZiele li {
	padding-left: 22px;
	position: relative;
}

.begleiter-ziele ul.reiseZiele li:before {
	content: "\f11d";
	position: absolute;
	left:0;
	top:0;
	font-family: dashicons;
	color: #63b32e;
}

/********************/

.highlights-list {
	/*border-bottom: 12px solid #f7be68;
	background: #fafafa;
	border: 1px solid #f7be68;
	background: #f8f6ee;
	border: 1px solid #63B32E;
	background: #eef8f0;*/
	border: 1px solid #0070B6;
	background: #f1faff;
	border-radius: 0px 20px 20px 0px;
	padding: 20px;
	display: table;
	margin-bottom: 40px;
}

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

.highlights-list ul li {
	padding-left: 16px;
	position: relative;
}

.highlights-list ul li:before {
	content: "\f147";
	font-family: dashicons;
	position: absolute;
	left: -8px;
	color: #63B32E;
}

/******* Tabs *******/

.product-tabs {
	margin: 40px 0 0 0;
	padding: 40px 0;
	position: relative;
	display: block;
	width: 100%;
	transition: all 400ms ease;
	/*background: #fff;*/
}

.product-tabs:before {
	content:'';
	position: absolute;
	height: 100%;
	width: calc( 100% + 6em);
	top:0;
	left: -3em;
	background: #e0dcd2;
	Background-image: url('../images/backgrounds/background-geometrie.png');
	background-size: cover;
	z-index:0;
	opacity:0.4;
}

.product-tabs .tabs-product-title {
	display: none;
	margin: 14px 20px;
}

.product-tabs-innen {
	height: 100%;
	/*overflow: hidden;*/
}

.product-tabs-menu {
	padding-bottom: 20px;
	position: relative;
}

.product-tabs-menu .product-tabs-menu-ul {
	margin:0;
}

.product-tabs-menu-ul li.tabs-menu-items {
	/*border-radius: 12px;
	border: 1px solid #9A2D2F;
	background: #fff;
	background: #9A2D2F;background: linear-gradient(90deg, rgba(69,72,81,1) 0%, rgba(69,72,81,1) 25%, rgba(247,190,104,1) 25%, rgba(247,190,104,1) 50%, rgba(69,72,81,1) 50%, rgba(69,72,81,1) 100%);
	background: linear-gradient(90deg, #f7be68 0%, #f7be68 25%, #0070B6 25%, #0070B6 100%);*/
	
	display: inline-table;
	padding: 10px 20px;
	font-size: 1.2rem;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	background: #3a4c54;
	color: #fff;
	width: 205px;
	text-align: center;
	
	border-radius: 12px 12px 0 0;
	background: linear-gradient(90deg, rgba(247,190,104,1) 0%, rgba(247,190,104,1) 25%, rgba(69,72,81,1) 25%, rgba(69,72,81,1) 100%);
	background-size: 830px;
	background-position: -200px;
	transition: background-position 400ms ease, color 400ms ease 600ms, padding 400ms ease;
}

.product-tabs-menu-ul li.tabs-menu-items button {
	background: transparent;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	display:block;
	border-radius:unset;
}

.product-tabs-menu-ul li.tabs-menu-items:hover {
	padding: 10px 18px 10px 22px;
}

/*.product-tabs-menu-ul li.tabs-menu-items:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
}*/

.product-tabs-menu-ul li.tabs-menu-items.aktiv {
	color: #3a4c54;
	/*color: #0070B6;*/
}

/*.product-tabs-menu-ul li#tabs-menu-item_0 {
	background-position: 0;
}

.product-tabs-menu-ul li#tabs-menu-item_1 {
	background-position: -210px;
}

.product-tabs-menu-ul li#tabs-menu-item_2 {
	background-position: -410px;
}

.product-tabs-menu-ul li#tabs-menu-item_3 {
	background-position: -620px;
}*/

/*********************/

.product-tabs-menu-ul[data-aktiv-tab="0"] li#tabs-menu-item_0 {
	background-position: 0;
}
.product-tabs-menu-ul[data-aktiv-tab="1"] li#tabs-menu-item_0 {
	background-position: 210px;
}
.product-tabs-menu-ul[data-aktiv-tab="2"] li#tabs-menu-item_0 {
	background-position: 410px;
}
.product-tabs-menu-ul[data-aktiv-tab="3"] li#tabs-menu-item_0 {
	background-position: 620px;
}

.product-tabs-menu-ul[data-aktiv-tab="0"] li#tabs-menu-item_1 {
	background-position: -210px;
}
.product-tabs-menu-ul[data-aktiv-tab="1"] li#tabs-menu-item_1 {
	background-position: 0;
}
.product-tabs-menu-ul[data-aktiv-tab="2"] li#tabs-menu-item_1 {
	background-position: 420px;
}
.product-tabs-menu-ul[data-aktiv-tab="3"] li#tabs-menu-item_1 {
	background-position: 620px;
}


.product-tabs-menu-ul[data-aktiv-tab="0"] li#tabs-menu-item_2 {
	background-position: -420px;
}
.product-tabs-menu-ul[data-aktiv-tab="1"] li#tabs-menu-item_2 {
	background-position: -210px;
}
.product-tabs-menu-ul[data-aktiv-tab="2"] li#tabs-menu-item_2 {
	background-position: 0;
}
.product-tabs-menu-ul[data-aktiv-tab="3"] li#tabs-menu-item_2 {
	background-position: 210px;
}


.product-tabs-menu-ul[data-aktiv-tab="0"] li#tabs-menu-item_3 {
	background-position: -630px;
}
.product-tabs-menu-ul[data-aktiv-tab="1"] li#tabs-menu-item_3 {
	background-position: -420px;
}
.product-tabs-menu-ul[data-aktiv-tab="2"] li#tabs-menu-item_3 {
	background-position: -210px;
}
.product-tabs-menu-ul[data-aktiv-tab="3"] li#tabs-menu-item_3 {
	background-position: 0;
}

/****************************/

.product-tabs-menu-ul li.tabs-menu-items .tab-title-icon {
	max-width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX( -50% );
}

#tabs-menu-item_dashicon {
	margin:0;
	display: block;
	padding:0;
	border-radius:unset;
	border:unset;
	background:unset;
	position: absolute;
	top: 10px;
	right: 0px;
	width: unset;
}

.product-tabs.aktiv #tabs-menu-item_dashicon {
	top: -10px;
}

#tabs-menu-item_dashicon .dashicons {
	font-size: 2.2rem;
	width: 2.2rem;
	height: 2.2rem;
	color: #63B32E;
	top: 0;
}

#tabs-menu-item_dashicon .dashicons-no-alt {
	display: none;
	font-size: 3.2rem;
	width: 3.2rem;
	height: 3.2rem;
	color: #9A2D2F;;
	top: 0;
	right:0;
	left: unset;
}

/*******************/

.product-tabs.aktiv {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	padding:0;
	margin:0;
	background: #fff;
	z-index: 101;
}

body.noMenu .navigation-main {
	z-index:0;
}

.product-tabs.aktiv .product-tabs-menu {
	padding: 0 20px;
}

.product-tabs.aktiv .tabs_content_start,
.product-tabs.aktiv .tabs_content_end {
	display: none;
}

.product-tabs.aktiv .tabs-content-item {
	width: 100%;
	min-width: 100% !important;
	max-height: 100vh;
	height: calc( 100vh - 150px );
	padding: 0 0 20px;
}

.product-tabs.aktiv .product-tabs-content-ul .tabs-content-item-wrap {
	margin:20px;
}

.product-tabs.aktiv .product-tabs-content-ul {
	left:0 !important;
}

.product-tabs.aktiv .tabs-product-title {
	display: block;
}

.product-tabs.aktiv .printButton {
	display: none;
}

/*******************************/

.product-tabs-menu .keyboard-infos-wrap {
	bottom: 80px;
}

.product-tabs .tabs-content-item.aktiv .contactpopUp .keyboard-infos-wrap {
	bottom: 66px;
	left: unset;
	right: 31px;
}

/*.product-tabs-content {
	width: 100vw;
	margin-left: calc( -50vw + 50% );
	position: relative;
}*/

.product-tabs-content {
	width: 100%;
	margin-left: 0;
	position: relative;
	/*border-top: 12px solid #f7be68;*/
}

.product-tabs-content:before {
	content:'';
	position: absolute;
	left:0;
	top: -12px;
	width: 100%;
	height: 12px;
	background: #f7be68;
}

.product-tabs-content:after {
	content:'';
	position: absolute;
	left:0;
	top: -12px;
	width: 205px;
	height: 12px;
	background: #3a4c54;
	transition: all 400ms ease;
}

.aktiv-id_0 .product-tabs-content:after {
	left:0;
}

.aktiv-id_1 .product-tabs-content:after {
	left: 215px;
}

.aktiv-id_2 .product-tabs-content:after {
	left: 430px;
}

/*.product-tabs-content .tabs_content_start,
.product-tabs-content .tabs_content_end {
	position: absolute;
	top:0;
	left:0;
	width: calc( 50vw - 50% );
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, #e0dcd2 0%, rgba(255,255,255,0) 100%);
	z-index:1;
}

.product-tabs-content .tabs_content_end {
	left:unset;
	right:0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #e0dcd2 100%);
}
*/

.product-tabs-content-ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	left:0;
	overflow: hidden;
}

.product-tabs-content-ul .tabs-content-item {
	display: inline-block;
	float:left;
	width: 100%;
	height: 60vh;
	max-height: 80vh;
	overflow: hidden;
	transition: all 400ms ease;
}

.product-tabs-content-ul .tabs-content-item-wrap {
	padding: 40px 20px 40px 20px;
	/*border-radius: 20px;*/
	border: 1px solid #f0f0f0;
	background: #fafafa;
	margin: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.product-tabs-content-ul .tabs-content-item.aktiv {
	height: unset;
	max-height: unset;
}

.product-tabs.aktiv .tabs-content-item.aktiv {
	height: calc( 100vh - 150px );
}

/*.product-tabs-content-ul .tabs-content-item.aktiv .tabs-content-item-wrap {
	border: 1px solid #3a4c54;
}*/

.product-tabs-content-ul .tabs-content-item-innen {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding-right: 20px;
	scrollbar-color: #eaeaea transparent;
  	scrollbar-width: 0.5rem;
  	scrollbar-height: 0.5rem;
}

.product-tabs-content-ul .tabs-content-item.aktiv .tabs-content-item-innen {
	overflow: auto;
}

.product-tabs-content-ul .tabs-content-item-innen h3 {
	padding-top:0;
}

.product-tabs-content-ul #tabs-content-item_1 .tabs-content-item-innen h3 {
	padding-top: 0;
	margin-bottom: 8px;
}

.product-tabs-content-ul #tabs-content-item_1 .tabs-content-item-innen h4 {
	padding-top: 16px;
	margin-bottom: 8px;
}

.product-tabs-content-ul #tabs-content-item_1 .tabs-content-item-innen .sonder_text {
	margin-top: 48px;
}

.product-tabs-content-ul .tabs-content-item-innen::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
	border: 1px solid #aaa;
}

.product-tabs-content-ul .tabs-content-item-innen::-webkit-scrollbar-track {
	background: #fafafa;
	box-shadow: inset 0 0 5px grey;
}
      
.product-tabs-content-ul .tabs-content-item-innen::-webkit-scrollbar-thumb {
	background: #9A2D2F;
	border-radius: 5px;
	height: 50px;
}

.product-tabs-content-ul .tabs-content-item:last-child {
	margin-right:0;
}

.tabs-content-item ul {
	margin:0 0 40px;
	list-style: none;
	max-width: 800px;
}

.tabs-content-item ul li {
	margin-left:0;
	margin-bottom: 12px;
	padding-left: 36px;
	position: relative;
}

.tabs-content-item .a-wp-block-neusta-accordion-item ul li:before {
	font-family: dashicons;
	content: "\f147";
	position: absolute;
	left:0;
	top: -8px;
	color: #63B32E;
	font-size: 1.6rem;
}

#tabs-content-item_1 ul {
	margin-left: 36px;
}

.tabs-content-item .sonder_text ul {
	margin-bottom:0;
}

.tabs-content-item .sonder_text ul li {
	margin-bottom: 8px;
}

#tabs-content-item_1 li {
	position: relative;
	margin-left:0;
	padding-left:0;
}

#tabs-content-item_1 .sonder_text ul li:before {
	content: "\f534";
	font-family: dashicons;
	position: absolute;
	left: -38px;
	top: -12px;
	font-size: 1.8rem;
	/*color: #A3D4EF;*/
	color: #007BC3;
}

#tabs-content-item_1 ol {
	margin-left: 36px;
	list-style-position: outside;
}

#tabs-content-item_1 ol li {
	padding-left: 10px;
	margin-bottom: 12px;
}

#tabs-content-item_1 ol li::marker {
	margin-left: -36px;
	font-weight: 600;
	color: #007BC3;
}

#tabs-content-item_1 li .dashicons {
	top:0;
	position: absolute;
	right: -12px;
}

#tabs-content-item_1 ul.eingeschlossene li .dashicons {
	background: #63B32E;
	color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -32px;
}

#tabs-content-item_1 ul.nichteingeschlossene .dashicons {
	border-radius: 50%;
	font-size: 1.8rem;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -32px;
}
/*.tabs-content-item ul.nicht-eingeschlossene li:before {
	color: #007BC3;
	content: "\f534";
}*/

#tabs-content-item_1 ul.nichteingeschlossene .dashicons-warning {
	color: #007BC3;
}

#tabs-content-item_1 ul.bonus {
	list-style: none;
}

#tabs-content-item_1 ul.bonus li {
	padding-left: 0px;
}

#tabs-content-item_1 ul.bonus li:before {
	content: "\f527";
	position: absolute;
	left: -34px;
	top: -10px;
	font-family: dashicons;
	font-size: 1.6rem;
	color: #F8D548;
}



/******/

#tabs-content-item_2 ul li:before {
	content: "\f534";
	font-family: dashicons;
	position: absolute;
	left:0;
	top: -12px;
	font-size: 1.8rem;
	/*color: #A3D4EF;*/
	color: #007BC3;
}

/*********** tables *************/

table.highlight {
	background: #f7f5f1;
	border: 1px solid #bbb;
}

table.highlight tr {
	border-bottom: 1px solid #aaa;
}

table.highlight tr td:first-child {
	border-right: 1px solid #aaa;
}

.tabs-content-item-innen table.not(.highlight) {
	border: 1px solid #9A2D2F;
}

.tabs-content-item-innen table tr:last-child {
	border-bottom: unset;
}

.tabs-content-item-innen table th,
.tabs-content-item-innen table td {
	padding: 10px;
}

/**** Termin Tables ****/

.tabs-content-item-innen .termin-table {
	/*border: 1px solid #63B32E;
	border: 1px solid #3a4c54;*/
	border: 1px solid #bbb;
}

.tabs-content-item-innen .termin-table thead th {
	background: #e0dcd2;
}

.tabs-content-item-innen .termin-table tr:last-child {
	border-bottom: unset;
}

.tabs-content-item-innen .termin-table tbody tr:nth-child(even) {
	background: #f6f6f6;
}

.tabs-content-item-innen .termin-table tbody tr:nth-child(odd) {
	background: #e9e9e9;
}

.tabs-content-item-innen .termin-table th,
.tabs-content-item-innen .termin-table td {
	padding: 10px;
}

.tabs-content-item-innen .termin-table td.isNumeric,
.tabs-content-item-innen .termin-table td.termin-ab,
.tabs-content-item-innen .termin-table td.isDate {
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	font-variant-numeric: lining-nums;
	font-variant-numeric: tabular-nums lining-nums;
}

.tabs-content-item-innen .termin-table th {
	/*border-bottom: 1px solid #63B32E;
	border-bottom: 1px solid #3a4c54;*/
	border-bottom: 1px solid #fff;
}

.tabs-content-item-innen .termin-table .termin-status-cell {
	padding: 5px 10px;
}

.tabs-content-item-innen .termin-table .anfrage-button {
	line-height: unset;
	padding: 5px 16px 5px 10px;
	background: #63B32E;
	color: #fff;
	border: unset;
	transition: all 400ms ease;
}

.tabs-content-item-innen .termin-table .anfrage-button:hover {
	padding: 5px 10px 5px 16px;
}

.tabs-content-item-innen .termin-table .dashicons {
	color: #63B32E;
	top: 3px;
	margin-right: 10px;
	width: 20px;
}

.tabs-content-item-innen .termin-table .dashicons-lock,
.tabs-content-item-innen .termin-table .dashicons-airplane,
.tabs-content-item-innen .termin-table .dashicons-backup,
.tabs-content-item-innen .termin-table .termin-ausgebucht {
	color: #9A2D2F;
}

.tabs-content-item-innen .termin-table .termin-status-cell .dashicons-yes {
	top: 7px;
}

.tabs-content-item-innen .termin-table tfoot td {
	/*border-top: 1px solid #63B32E;*/
	background: #efeeea;
	border-top: 1px solid #aaa;
}

.tabs-content-item-innen .termin-table tfoot .statusTable,
.tabs-content-item-innen .termin-table tfoot .statusTable td,
.tabs-content-item-innen .termin-table tfoot .statusTable tr {
	border: unset;
	padding:0;
}
.tabs-content-item-innen .termin-table tfoot .statusTable td {
	padding-bottom: 8px;
}

.tabs-content-item-innen .termin-table tfoot .statusTable td:first-child {
	width: 32px;
}

/*****/

#tabs-content-item_0 {
	
}

.reiseverlauf-content,
.reiseverlauf-sidebar {
	width: 60%;
	display: inline-block;
	float: left;
}

.reiseverlauf-sidebar {
	width: 40%;
}

.reiseverlauf-content {
	position: relative;
	padding-bottom: 60px;
}

.reiseverlauf-content .printButton {
	background: #63B32E;
	position: absolute;
	bottom:0;
	left:0;
	margin-bottom:0;
}

.open-all-acordeon {
	margin-bottom: 28px;
	background: #0070B6;
}

button#open-all-acordeon:hover,
button#open-all-acordeon:focus,
button#open-all-acordeon:active,
input[type="button"]#open-all-acordeon:hover,
input[type="button"]#open-all-acordeon:focus,
input[type="button"]#.open-all-acordeon:active {
	background: #0070B6 !important;
}

.reiseverlauf-content h3.a-accordion__title,
.reiseverlauf-content .a-wp-block-neusta-accordion-item {
	max-width: 100%;
}

.reiseverlauf-content h3.a-accordion__title {
	cursor: pointer;
	margin-left: 150px;
	position: relative;
}

.reiseverlauf-content h3.a-accordion__title span {
	/*margin-right: 6px;
	margin-left: -144px;*/
	position: absolute;
	left: -150px;
	display: block;
	color: #3a4c54;
	width: 114px;
	text-align: center;
}

.reiseverlauf-content h3.a-accordion__title .spanTag {
	padding: 0px 14px;
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	border-radius: 15px;
	font-size: 1.2rem;
}

.reiseverlauf-content h3.a-accordion__title span.dashicons {
	/*margin-right: 4px;
	margin-left: 2px;*/
	left: -32px;
	width: auto;
	color: #007BC3;
	top: 2px;
	font-size: 28px;
}

.reiseverlauf-content .a-accordion__content {
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left: 120px;
	padding-bottom: 32px;
	/*border-left: 5px dotted #63B32E;*/
	position: relative;
	max-height: 120px;
	overflow: hidden;
	opacity: 0.8;
	transition: all 400ms ease;
}

.reiseverlauf-content .a-accordion__content:before {
	content:'';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(0deg, #fafafa 0%, transparent 100%);
}

/*.reiseverlauf-content .a-accordion__content:after {
	content: "\f140";
	font-family: dashicons;
	position: absolute;
	bottom: -10px;
	left: -29px;
	color: #63B32E;
	font-size: 3rem;
}*/

.reiseverlauf-content .a-accordion__content.open {
	/*padding-left: 15px;*/
	max-height:2000px;
	opacity:1;
}

.reiseverlauf-content .a-accordion__content.open:before {
	display: none;
	content:unset;
}

.reiseverlauf-content .a-accordion__content hr {
	display: none;
}

.reiseverlauf-content.all-opened .a-accordion__item {
    pointer-events: none;
}

.reiseverlauf-content.all-opened .a-accordion__item a {
	pointer-events: auto;
}

.reiseverlauf-content .unser-tipp {
	border: 1px solid #0070B6;
	padding: 20px;
	background: #f1faff;
	margin-bottom: 20px;
}

/**********/

.reiseverlauf-sidebar .mapWrap {
	transform: scale(1);
	position:relative;
	background: #fafafa;
	right:0;
	margin-top:0;
	padding: 20px;
	cursor: pointer;
	border: 0px solid #aaa;
	box-shadow: 0px 0px 0px rgba(2,2,2,0.3);
	transition: all 400ms ease;
}

.reiseverlauf-sidebar .mapWrap:hover {
	transform: scale(1.4);
	border: 1px solid #eee;
	box-shadow: 2px 2px 8px rgba(2,2,2,0.2);
	right: 20%;
	margin-top: 120px;
	position: relative;
}

.reiseverlauf-sidebar .map-desc ul.map-beschreibung {
	font-size: 0.8rem;
	margin:0;
	font-style: italic;
}

.reiseverlauf-sidebar .map-desc ul.map-beschreibung li {
	position: relative;
	margin-bottom: 2px;
	padding-left:0;
	display: table;
}

.reiseverlauf-sidebar .map-desc ul.map-beschreibung .dashicons {
	font-size: 1.1rem;
	/*transform: rotate(180deg);*/
	color: #63B32E;
	position: absolute;
	right: -20px;
	left:unset;
	top: 50%;
}

.reiseverlauf-sidebar .map-desc ul.map-beschreibung li:last-child .dashicons {
	display:none;
}

/*************/

.vorbehaltung {
	border: 1px solid #9A2D2F;
	padding: 10px;
	margin-top: 20px;
	display: table;
}

.vorbehaltung .dashicons-warning {
	top:0;
	color: #9A2D2F;
	margin-right: 10px;
}

.sonder_text {
	/*border: 1px solid #9A2D2F;
	background: #fff7f7;*/
	font-size: 0.8rem;
	border: 1px solid #0070B6;
	background: #f1faff;
	padding: 12px;
	margin-top: 20px;
	max-width: 800px;
}

.sonder_text h3 {
	color: #0070B6;
}

/************** Hotel Table *************/

/*.hotels-section .hotels-wrap {
	margin-bottom: 50px;
}*/

.hotels-section:not(.hotels-length_1) .hotels-wrap {
	margin-bottom: 40px;
}

.tabs-content-item-innen .hotels-content {
	margin-bottom: 20px;
}

.tabs-content-item-innen table.hotels-table {
	border: 1px solid #bbb;
	margin-bottom: 8px;
	/*width: auto;*/
}

.tabs-content-item-innen .hotels-table thead th {
  background: #e0dcd2;
}

.tabs-content-item-innen table.hotels-table tr:last-child {
	border-bottom:unset;
}

.tabs-content-item-innen table.hotels-table tr:nth-child( even ) {
	background: #e9e9e9;
}

.tabs-content-item-innen table.hotels-table tr:nth-child( odd ) {
	background: #f6f6f6;
}

.tabs-content-item-innen table.hotels-table th {
	border-bottom: 1px solid #fff;
}

.tabs-content-item-innen table.hotels-table td,
.tabs-content-item-innen table.hotels-table th {
	padding: 12px 16px;
}

.tabs-content-item-innen table.hotels-table .hotel-sterne .dashicons {
	margin-right: 2px;
	color: #f7be68;
	position: relative;
	top: 0px;
	font-size: 20px;
	
	background: linear-gradient(to top, #f7be68, #F8D548);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/************** Formulare ****************/

.contactpopUp {
	/*background: rgba(255,255,255,0.8);*/
	background: rgba(2,2,2,0.7);
	width: 100vw;
	position: fixed;
	height:0;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	max-height:0;
	overflow: hidden;
	transition: all 400ms ease;
	z-index: 100;
}

.contactpopUp.aktiv {
	height: 100vh;
	max-height:100vh;
}

body.contactpopUp-aktiv {
	overflow: hidden;
}

body.contactpopUp-aktiv .navigation-main.site-navigation-fixed {
	z-index:4;
	filter: blur(3px);
}

body.contactpopUp-aktiv #masthead,
body.contactpopUp-aktiv .navigation-main,
body.contactpopUp-aktiv .product-content,
body.contactpopUp-aktiv .content-sidebar,
body.contactpopUp-aktiv .tabs-product-title,
body.contactpopUp-aktiv .product-tabs-menu,
body.contactpopUp-aktiv #tabs-content-item_0,
body.contactpopUp-aktiv #tabs-content-item_1,
body.contactpopUp-aktiv #tabs-content-item_3,
body.contactpopUp-aktiv #tabs-content-item_2 h3,
body.contactpopUp-aktiv #tabs-content-item_2 h4,
body.contactpopUp-aktiv #tabs-content-item_2 table,
body.contactpopUp-aktiv #tabs-content-item_2 ul,
body.contactpopUp-aktiv #tabs-content-item_2 p {
	filter: blur(3px);
}

.contactpopUpInnen {
	width: 98%;
	max-width: 1000px;
	height: auto;
	max-height: 96vh;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #f0f0f0;
	border-radius: 0px 20px 20px 0;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	position: absolute;
}

.contactpopUpInnen .contact-wrap {
	padding-bottom: 40px;
	overflow: auto;
	height: calc( 100% + 200px ) !important;
}

.contactpopUpInnen .zwillings {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	margin-top: 20px;
}

.contactpopUpInnen .wpcf7-list-item {
	margin:0;
}

.contactpopUpInnen > label {
  flex-basis: 48%;
  /* Alternatively: flex: 0 0 48%; */
}

.contactpopUpInnen .contact-button {
	position: relative;
}

.contactpopUp .dashicons-no-alt {
	position: absolute;
	right: 20px;
	top: 10px;
	left:unset;
	color: #900;
	font-size: 3rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	z-index:10;
}

.contactpopUp .weiter {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.contact-buttons-wrap .contact-button .weiter .dashicons-arrow-right-alt2 {
	font-size: 12rem;
	opacity: 0.4;
	line-height: 9rem;
	left: 12px;
}

.contactpopUp .reiseInfos {
	padding: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f7be68;
}

body.contactpopUp-aktiv #tabs-content-item_2 .reiseInfos h3,
body.contactpopUp-aktiv #tabs-content-item_2 .contact-teile h3,
body.contactpopUp-aktiv #tabs-content-item_2 .contact-teile p,
body.contactpopUp-aktiv #tabs-content-item_2 .reiseInfos h4,
body.contactpopUp-aktiv #tabs-content-item_2 .contact-button h4 {
	filter: blur(0);
	margin:0 0 10px;
	padding:0
}

body.contactpopUp-aktiv #tabs-content-item_2 .contact-teile h3 {
	color: #0070B6;
}

.contact-wrap .sterne label {
	color: #e1c320;
	margin-right: 16px;
}

.contact-wrap .sterne label input {
	margin-right:0;
}

/****/

.contact-buttons-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

body.contactpopUp-aktiv #tabs-content-item_2 .contact-buttons-wrap,
body.contactpopUp-aktiv #tabs-content-item_2 .contact-buttons-wrap h3,
body.contactpopUp-aktiv #tabs-content-item_2 .expert-in-form-name h4,
body.contactpopUp-aktiv #tabs-content-item_2 .contact-buttons-wrap p {
	filter: blur(0);
}

.contact-buttons-wrap .contact-button {
	/*border: 1px solid #3a4c54;
	background: #f7be68;
	color: #fff;
	border: 1px solid #0070B6;
	background: #558fb3;*/
	background: #0070B6;
	border-radius: 0px 20px 20px 0px;
	width: 300px;
	max-width: 32.333%;
	height: 400px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: start;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: all 400ms ease;
}

.contact-buttons-wrap.aktiv {
	margin-top: -100px;
	justify-content: unset;
	align-items: unset;
	position: relative;
	left: calc( 100% - 200px );
}

.contact-buttons-wrap.aktiv .contact-button {
	width: 40px;
	height: 40px;
	margin: 5px;
	padding:0;
	border-radius: 4px;
	display: block !important;
}

.contact-buttons-wrap #contact-button-email a {
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
}

.contact-buttons-wrap.aktiv #contact-button-email a {
	top: -12px;
}

.contact-buttons-wrap #contact-button-email a:focus-visible {
    outline: 2px solid #6cae25 !important;
    outline-offset: 12px;
    border-radius: 0 10px 10px 0;
}

.contact-buttons-wrap.aktiv #contact-button-email a:focus-visible {
    outline-offset: 2px;
    border-radius: 4px;
}

/*.contact-buttons-wrap #contact-button-email .weiter {
	width: calc(100% - 24px);
}*/

.contact-buttons-wrap.aktiv .contact-button .dashicons {
	font-size: 1.5rem;
	top: -4px;
	left:0;
	opacity:1;
}

.contact-buttons-wrap.aktiv .contact-button .dashicons.dashicons-email {
	top: 7px;
}

/*.contact-buttons-wrap.aktiv #contact-button-close .dashicons-undo {
	top: -26px;
	left: -20px;
}*/

.contact-buttons-wrap.aktiv .contact-button h3,
.contact-buttons-wrap.aktiv .contact-button h4,
.contact-buttons-wrap.aktiv .contact-button .weiter,
.contact-buttons-wrap.aktiv .contact-button p {
	display: none;
}

.contact-buttons-wrap .contact-button h3,
.contact-buttons-wrap .contact-button h4,
.contact-buttons-wrap .contact-button p,
.contact-buttons-wrap .contact-button .dashicons {
	color: #fff;
	margin: 0 0 12px;
	padding:0;
	cursor: pointer;
}

.contact-buttons-wrap .contact-button h4 {
	margin-top: 12px;
}

.contact-buttons-wrap .contact-button p {
	height: 50px;
}

.contact-buttons-wrap .contact-button .dashicons {
	font-size: 3rem;
	display: block;
	width: 100%;
	height: auto;
	top:0;
	margin-top: 12px;
	margin-bottom: 12px;
	opacity:0.4;
}

.contact-buttons-wrap .contact-button .dashicons.dashicons-arrow-right-alt2 {
	display: table;
	width: unset;
	margin: auto;
}

/*****/

.contact-wrap {
	position: relative;
	display: grid;
	grid-template-areas: 'main main';
	max-height:0;
	overflow: hidden;
	transition: all 800ms ease 400ms;
}

.contact-wrap.aktiv {
	max-height: calc( 100vh - 200px );
}

.contact-wrap .contact-teile {
	position: relative;
	display: table;
	top:0;
	left:0;
	width: 100%;
	background: transparent;
	z-index:0;
	opacity:0;
	grid-area: main;
	transition: all 400ms ease;
}

.contact-wrap .contact-teile.aktiv {
	z-index:9;
	opacity:1;
}

/*.contact-wrap.aktiv .contact-teile {
	z-index:9;
	opacity:1;
}*/

.contact-tel-teil {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.muessen-span {
	color: #900;
	display: block;
	margin-bottom: 12px;
}

.formdisclaimer {
	margin-bottom: 12px;
	border: 1px solid #8a4545;
	background: #f3eaea;
	padding: 20px;
}

/*******************************************/

.expert-in-form {
	text-align: center;
	padding: 12px;
	border: 1px solid #aaa;
	background: #f0f0f0;
}

.expert-in-form-name h4 {
	text-align: center;
}

.expert-in-form-tel a {
	display: table;
	margin: auto;
	padding: 5px 12px;
	background: #63b32e;
	border-radius: 10px;
	font-size: 2rem;
	color: #fff !important;
}

/**************************************  Hotels  ****************************************/

.single-hotel #primary {
	width: 60%;
	float: left;
}

.single-hotel #secondary {
	width: 40%;
	float: right;
	padding-left: 20px;
}

.single-hotel #secondary .hotelSidebar .reise-expert-wrap,
.single-hotel #secondary .hotelSidebar .hotel-info-wrap {
	background: #f2f2f2;
	padding: 20px;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 0px 20px 20px 0px;
	margin-bottom: 20px;
}

.single-hotel #secondary .hotelSidebar h4 {
	color: #3A4C54;
}

.single-hotel #secondary .reise-expert {
	/*border-bottom: 1px solid #aaa;*/
	margin-bottom: 20px;
}

.single-hotel #secondary .hotel-webseite {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-hotel #secondary .hotel-adresse {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	padding-bottom: 20px;
	white-space: pre-line;
}

.single-hotel #secondary .hotel-kategorie {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: table;
	width: 100%;
}

.single-hotel #secondary .dashicons-star-filled {
	color: #F8D548;
	margin-right: 6px;
	width: 25px;
	height: 25px;
}

/****/

.single-hotel #content {
	padding-top:0;
}

.single-hotel .entry-header .post-thumbnail {
	width: 100vw;
	left: calc( 50% - 50vw );
	position: relative;
}

.single-hotel .entry-header .post-thumbnail img {
	width: 100%;
}

.single-hotel .entry-header h2 {
	display: table;
	float: left;
	font-weight: 400;
	clear: none;
	padding-top: 28px;
}

.single-hotel .entry-header .hotel-unterkunftsart {
	width:100%;
	clear: both;
}

/****/

.single-hotel #neustaLightBox {
	background: rgba( 178, 167, 144, 0.95 );
}

.single-hotel .neustaLightBoxImageWrap {
	max-width:95%;
}

/*********** footer-panorama ************/

.footer-panorama {
	width: 100vw;
	left: calc( -50vw + 50% );
	position: relative;
}

.footer-panorama img {
	display: block;
}

/**************************************  MEMBERS  ****************************************/

.members {
	width: 100%;
}

.memmbers-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.memmbers-ul li.members-item {
	display: block;
	position: relative;
	margin: 20px 10px;
	width: 360px;
	
	background: #e0dcd2;
    padding: 0px 0px 60px;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 2px 2px 6px rgba(2,2,2,0.3);
    overflow: hidden;
}

.memmbers-ul li.members-item .begleiter-thumb {
	
}

.memmbers-ul li.members-item .begleiter-thumb img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.memmbers-ul li.members-item .begleiter-title {
	padding: 0 20px;
}

.memmbers-ul li.members-item .begleiter-title h3 {
	margin-bottom: 2px;
	margin-top: 12px;
	display: table;
	padding-right: 12px;
	border-right: 3px solid;
	line-height: 1;
}

.memmbers-ul li.members-item .begleiter-title h4 {
	padding-top: 0;
	font-weight: 400;
}

.memmbers-ul li.members-item .begleiter-contact,
.memmbers-ul li.members-item .begleiter-ziele {
	padding: 0 20px;
}

.memmbers-ul li.members-item .begleiter-contact tr {
	border: unset;
}

.memmbers-ul li.members-item .begleiter-ziele h4 {
	margin-bottom: 8px;
}

.memmbers-ul li.members-item ul.reiseZiele {
	margin:0;
	list-style-position: inside;
}

.memmbers-ul li.members-item .begleiter-footer {
	position: absolute;
	right:0px;
	bottom:0px;
	background: #0070B6;
	border-radius: 0 0 8px 0;
}

.memmbers-ul li.members-item .begleiter-footer a {
	color: #fff;
	padding: 8px 12px;
	display: block;
}

/**** single ****/

.single-members .entry-header h1,
.single-members .entry-header h2 {
	margin-top:0;
	padding-top:0;
}

.single-members .entry-header h1.entry-title{
	display: inline-table;
	float:none;
	border-right: 3px solid;
	padding-right: 10px;
	margin-right: 10px;
}

.single-members .entry-header h2.subtitle {
	display: table;
	font-weight: 400;
	display: inline-table;
}

.single-members .entry-content {
	float: none;
}

.single-members .post-thumbnail {
	max-width: 350px;
	float: left;
	margin-right: 20px;
}

.single-members .teammitgliedTextFeld.teammitgliedMeinText {
	max-width: 600px;
	float: left;
}

.single-members #primary {
	width: calc( 100% - 400px );
    float: left;
    padding-top:0 !important;
}

.single-members #secondary {
	width: 400px;
    float: left;
}

.single-members .entry-header {
	width: 100%;
	clear: both;
	float: none;
}

.single-members .teammitgliedSidebar {
	background: #f2f2f2;
    padding: 20px 20px 60px;
    border: 1px solid #ddd;
    border-radius: 0px 20px 20px 0px;
}

.single-members #secondary h3 {
	display: table;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 3px solid;
	float: left;
	line-height:1;
	clear: none;
}

.single-members #secondary h4.secondaryTitle {
	display: table;
	padding:0;
	margin:0;
	float: left;
	font-weight:400;
	font-size: 1.2rem;
	clear: none;
}

.single-members #secondary .reiseZiele-wrap ul {
	margin: 0;
	list-style:none;
}

.single-members #secondary .reiseZiele-wrap ul li {
	padding-left: 22px;
    position: relative;
}

.single-members #secondary .reiseZiele-wrap ul li:before {
    content: "\f11d";
    position: absolute;
    left: 0;
    top: 0;
    font-family: dashicons;
    color: #63b32e;
}

.single-members .teammitgliedSidebar .dashicons {
	color: #0070B6;
	top: 0;
}


/*****************/

.entry-content .social-navigation-section h3.widget-title {
	display: none;
}

/**************************************  Shorts  ****************************************/

/********* reisen *********/

.reisen-short-section {
	margin: 40px auto;
}

.reisen-short-section-wrap {
	width: calc( 100% + 20px);
	left: -10px;
	position: relative;
}

ul.reisen-short-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;

    /*row-gap: 28px;
    column-gap: 40px;
    column-gap: 3%;*/
}

ul.reisen-short-list li.reise-kachel-short {
	padding: 12px;
	display: inline-block;
	width: 25%;
    align-self: stretch;
    transition: opacity 400ms ease;
}

/*ul.reisen-short-list li.reise-kachel-short {
	width: 31.333%;
    padding: 10px 0;
    align-self: stretch;
    position: relative;
}*/
ul.reisen-short-list .reise-kachel-short-wrap {
	/*border-bottom: 12px solid #f7be68;
	border: 1px solid #f0f0f0;;*/
	padding: 0px 0px 120px;
	box-shadow: 2px 2px 8px rgba(2,2,2,0.3);
    border-radius: 0px 20px 20px 0px;
	position: relative;
	height: 100%;
    background: #E0DCD2;
    overflow: hidden;
}

ul.reisen-short-list .reise-kachel-short-wrap .reise-thumb {
	height: 250px;
}

ul.reisen-short-list .reise-kachel-short-wrap .reise-thumb img {
	object-fit: cover;
}

ul.reisen-short-list .reise-kachel-short-wrap .reise-inhalt {
	padding: 0 20px;
}

ul.reisen-short-list .reise-kachel-short:has( .reise-kachel-short-wrap img:hover ),
ul.reisen-short-list .reise-kachel-short:has( .reise-kachel-short-wrap a:hover ) {
	opacity: 0.6;
}

ul.reisen-short-list li.reise-kachel-short h3 {
	margin:0;
	padding:0;
	margin-top: 6px;
	display: table;
	border-right: 2px solid;
	padding-right: 8px;
	font-size: 1.2rem;
}

ul.reisen-short-list li.reise-kachel-short h4 {
	margin:0;
	padding:0;
	margin-bottom: 20px;
	font-weight: 400;
}

ul.reisen-short-list li.reise-kachel-short .reise-thumb a,
ul.reisen-short-list li.reise-kachel-short .reise-thumb a img {
	display: block;
    border-radius: 0px 12px 0px 0;
}

ul.reisen-short-list li.reise-kachel-short .reise-thumb a {
	height: 100%;
	display: block;
	overflow: hidden;
	border-bottom: 10px solid #41434A;
}

ul.reisen-short-list li.reise-kachel-short .reise-thumb a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/*.reise-inhalt-meta {
	background: #f0f0f0;
	padding: 10px;
}*/

.reise-inhalt-meta td {
	padding: 0 5px 0 0;
	height: 38px;
	vertical-align: text-bottom;
}

.reise-inhalt-meta td:first-child {
	font-size: 0.9rem;
	width: 150px;
}

.reise-inhalt-meta ul.reiseinteressen-list,
.reise-inhalt-meta ul.jahreszeiten-list {
	margin:0;
}

.reise-inhalt-meta ul.reiseinteressen-list li,
.reise-inhalt-meta ul.jahreszeiten-list li {
	margin: 4px 4px 4px 0;;
}

.reise-inhalt-meta ul.tourtype-list li a,
.reise-inhalt-meta ul.reiseinteressen-list li a,
.reise-inhalt-meta ul.jahreszeiten-list li a {
	font-size: 0.8rem;
	display: inline-block;
}

.reise-inhalt-meta table tr {
	border: unset;
}

.reise-inhalt-meta tr td:first-child .dashicons {
	font-size: 1.4rem;
	color: #63b32e;
	top: 0px;
	margin-right: 6px;
}

ul.reisen-short-list li.reise-kachel-short a.zu-reise {
	/*padding: 4px 8px;
	bottom: 10px;
	right: 10px;
	border-radius: 0 12px 12px 0;*/
	display: block;
	position: absolute;
	background: #63b32e;
	color: #fff;
	padding: 8px 24px 8px 16px;
	bottom:0;
	right:0;
	transition: all 400ms ease;
}

ul.reisen-short-list li.reise-kachel-short a.zu-reise:hover {
	padding: 8px 15px 8px 24px;
}

ul.reisen-short-list li.reise-kachel-short .excerpt-meta-price {
	position: absolute;
	bottom: 10px;
}

.highlight-reise-band {
	position: absolute;
	display: block;
	top: 12px;
	right: 12px;
	color: #f7be68;
}

.highlight-reise-band .dashicons {
	font-size: 6rem;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.highlight-reise-band .dashicons:before {
	text-shadow: 2px 2px 0px #63b32e;
	top:0;
	position: relative;
}

.highlight-reise-band .highlights-text {
	position: absolute;
	background: #63b32e;
	color: #fff;
	top: 28px;
	left: 9px;
	font-size: 0.6rem;
	padding: 2px 8px;
	opacity: 0.8;
}

.reise-banner {
	position: absolute;
	display: block;
	width: auto;
	background: #f7be68;
	padding: 4px 8px;
	left: -12px;
	top: 20px;
	color: #fff;
	box-shadow: 4px 4px 0px #63b32e;
}

.flugpreiseInbegriffen {
	position: absolute;
	top: 40px;
	left: -50px;
	transform: rotate(-45deg);
	color: #fff;
	background: #63b32e;
	padding: 8px 40px;
}

.excerpt-meta-price .euro {
	color: #63b32e;
}

/********* reiseziele *********/

.reiseziele-slider {
	/*overflow: hidden;*/
	width: 100%;
	background: #eee;
}

.reiseziele-slider ul.reiseziele-liste {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.reiseziele-slider ul.reiseziele-liste li {
	display: inline-block;
	min-width:300px;
	min-height: 100px;
	border: 1px solid;
	flex: 0 0 auto;
	margin: 12px 12px;
}

.reiseziele-slider ul.reiseziele-liste li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.reiseziele-slider ul.reiseziele-liste li a h4 {
	padding: 5px;
	margin:0;
	background: rgba(250,250,250,0.8);
	font-size: 1.4rem;
}

@media (max-width: 767px) {

	.reiseziele-slider ul.reiseziele-liste li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.reiseziele-slider {
		overflow-x: hidden;
		overflow-y: visible;
	}
	
}

/********* testimonial *********/

.post-type-archive-testimonial .site-main-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial {
	width: 25%;
	min-width: 350px;
	padding: 10px;
	position: relative;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial .singleInArchiv-wrap {
	height: 100%;
	/*box-shadow: 2px 2px 6px rgba(2, 2, 2, 0.3);*/
	position: relative;
	border: 1px solid #aaa;
	border-radius: 0px 24px 24px 0px;
	background: #f0f0f0;
	overflow: hidden;
	padding-bottom: 40px;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial h2.entry-title {
	margin-top: 20px;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial .entry-summary,
.post-type-archive-testimonial .site-main-wrap article.testimonial .entry-title,
.post-type-archive-testimonial .site-main-wrap article.testimonial .hotel-unterkunftsart {
	padding: 0 20px;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial .entry-header {
	padding-bottom:0;
}

.post-type-archive-testimonial .site-main-wrap article.testimonial .weiterlessen {
	position: absolute;
	background-color: #63b32e;
	color: #fff;
	right: 0;
	bottom: 0;
	
    display: block;
    padding: 8px 18px 8px 12px;
    transition: all 400ms ease;
}

.post-type-archive-testimonial .testimonialsterne {
	padding: 0 20px;
	margin-bottom: 20px;
	display: block;
}

.post-type-archive-testimonial .testimonialsterne .dashicons {
	color: gold;
	font-size: 1.2rem;
}

/****/

.single-testimonial .entry-header h1.entry-title {
	float:unset;
}

.single-testimonial .testimonialsterne {
	padding: 0;
	margin-bottom: 20px;
	display: block;
}

.single-testimonial .testimonialsterne .dashicons {
	color: gold;
}

/********* Hotels *********/

.post-type-archive-hotel .site-main-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;
	row-gap: 28px;
	column-gap: 40px;
	column-gap: 3%;
}

.post-type-archive-hotel .site-main-wrap article.hotel {
	width: 31.333%;
	padding: 10px 0;
	align-self: stretch;
	position: relative;
}

.post-type-archive-hotel .site-main-wrap article.hotel .hotel-wrap {
	height: 100%;
	box-shadow: 2px 2px 6px rgba(2, 2, 2, 0.3);
	position: relative;
	border-radius: 0px 24px 24px 0px;
	background: #E0DCD2;
	overflow: hidden;
	padding-bottom: 40px;
}

.post-type-archive-hotel .site-main-wrap article.hotel .entry-summary,
.post-type-archive-hotel .site-main-wrap article.hotel .entry-title,
.post-type-archive-hotel .site-main-wrap article.hotel .hotel-unterkunftsart {
	padding: 0 20px;
}

.post-type-archive-hotel .site-main-wrap article.hotel .weiterlessen {
	position: absolute;
	background-color: #63b32e;
	color: #fff;
	right: 0;
	bottom: 0;
	
    display: block;
    padding: 8px 18px 8px 12px;
    transition: all 400ms ease;
}

/********* testemonial *********/

.testimonial-short-section {
	
}

.testimonial-section-wrap {
	width: calc( 100% + 20px);
	left: -10px;
	position: relative;
}

.testimonial-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	margin:0;
}

.testimonial-list .testimonial-item {
	width: 24%;
	min-width: 350px;
	padding: 10px;
	box-sizing: border-box;
}

.testimonial-list .testimonial-item-wrap {
	padding: 20px;
	background: #f0f0f0;
	border: 1px solid #aaa;
	border-radius: 0 22px 22px 0;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

/*.testimonial-list h3 {
	float: left;
	display: table;
	margin-right: 20px;
}*/

.testimonial-item .sterne {
	/*float: right;*/
	display: block;
	margin-bottom: 12px;
}

.testimonial-item .sterne .dashicons {
	top: 0;
	border-color: #f7be68;
	color: gold;
	margin-left: 2px;
	font-size: 22px;
}

.testimonial-item .ueber {
	margin-bottom: 12px;
	display: block;
}

/**********/

.testimonial-excerpt {
	
}

.testimonial-item-terms-list {
	display: none;
}

.testimonial-content-pop {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #fff;
	padding: 2em 1.5em;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	border-radius: 0 20px 20px 0;
}

.testimonial-content-pop.aktiv {
	display: block;
}

.testimonial-content-pop .dashicons-no-alt {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	left: unset;
	color: #900000;
}

.testimonial-item .weiterlessen {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0070B6;
	color: #fff;
	padding: 8px 24px 8px 16px;
	transition: all 400ms ease;
	cursor: pointer;
}

.testimonial-item .weiterlessen:hover {
	padding: 8px 20px 8px 20px;
}

@media (max-width:600px) {
	.testimonial-content-pop {
		width: 98%;
		padding: 1em 0.5em;
	}
}

.testimonial-item .testimonialFrom {
	display: block;
	margin-top: 20px;
}

/****************************************************************************************/
/**************************************  footer  ****************************************/
/****************************************************************************************/

#contact-section {
	/*background: #3A4C54;
	background: #0070B6;
	margin: 200px auto 0;*/
	background: #b2afa8;
	position: relative;
	margin: 0 auto;
	padding-bottom: 160px;
}

.home #contact-section,
.single-product #contact-section {
	margin: 0 auto 0;
}

/*#contact-section:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 5vw;
	background: url(../images/backgrounds/reka-hell.svg);
	background-size: cover;
	top: -5vw;
}*/

#contact-section .contact-section-wrap {
	padding-top: 40px;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 80px;
}

#contact-section .contact-section-wrap .widget_text {
	width: 100%;
	min-width: 400px;
	overflow: hidden;
}

#contact-section .contact-section-wrap .vorText {
	width: calc( 50% - 40px );
	min-width: 400px;
}

#contact-section .contact-section-wrap .formularLauf {
	display: flex;
	flex-wrap: nowrap;
}

#contact-section .contact-section-wrap .formularLauf .userInfos {
	margin-left:0;
	transition: all 400ms ease;
}

#contact-section .contact-section-wrap .formularLauf.moved .userInfos {
	margin-left: -100%;
}

#contact-section .contact-section-wrap .widget_text h3 {
	color: #3A4C54;
}

#contact-section .formularLaufTeil {
	width: 400px;
	min-width: 50%;
	padding-right: 40px;
	position: relative;
}

#contact-section .formularLaufTeil select {
	width: auto;
	min-width: 210px;
	display: block;
	padding-left: 8px;
	background: rgba(255,255,255,0.3);
}

::placeholder {
  padding-left: 8px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  padding-left: 8px;
}

/*#contact-section .formularLaufTeil select option {
}*/

#contact-section .formularLaufTeil.userInfos .wpcf7-list-item {
	margin-left:0;
}

#contact-section .formularLaufTeil.reiseInfos .wpcf7-list-item:first-child {
	margin-left:0;
}

#contact-section .formularLaufTeil a.weiter {
	padding: 8px 12px;
	border-radius: 0 12px 12px 0;
	display: block;
	/*background: #63b32e;*/
	background: #007BC3;
	position: absolute;
	right: 40px;
	bottom: 20px;
	pointer-events:unset;
}

#contact-section .formularLaufTeil a.zurueck {
	padding: 8px 12px;
	border-radius: 12px 0 0 12px;
	display: block;
	/*background: #63b32e;*/
	background: #007BC3;
	position: absolute;
	left:0;
	bottom: 20px;
	pointer-events:unset;
}

#contact-section .contact-section-wrap .disclaimer {
	border: 1px solid #900;
	padding: 20px;
	background: rgba(250,250,250,0.3);
	margin-top: 20px;
}

#contact-section ::-ms-input-placeholder { /* Edge 12-18 */
  color: #888;
}

#contact-section ::placeholder {
  color: #888;
}

#contact-section input:not([type="button"]):not([type="submit"]),
#contact-section textarea {
	background: rgba(255,255,255,0.3);
	border-color: #a09a8a;
}

#contact-section label,
#contact-section p,
#contact-section a {
	color: #fff;
}

#contact-section input[type="button"],
#contact-section input[type="submit"] {
	margin-top: 20px;
}

/******** marken ********/

#preColophon .marken {
	background: #c8c4b9;
}

/******** newsletter ********/

#newsletter-section {
	/*background: #f6f6f6;*/
	background: #e0dcd2;
	padding-top: 20px;
	margin-top:0;
}

#newsletter-section .newsletter-section-wrap {
	padding-top: 40px;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 80px;
}

#newsletter-section .newsletter-section-wrap .widget_text {
	width: 50%;
	min-width: 400px;
}

#newsletter-section input:not([type="button"]):not([type="submit"]),
#newsletter-section textarea {
	background: rgba(255,255,255,0.3);
}

#newsletter-section input[type="button"],
#newsletter-section input[type="submit"] {
	margin-top: 20px;
}

#newsletter-section ul li,
ul.newsletterVorteile li {
	padding-left: 28px;
	position: relative;
}

#newsletter-section ul li:before,
ul.newsletterVorteile li:before {
	content: "\f147";
	font-family: dashicons;
	font-size: 1.8rem;
	position: absolute;
	top: -2px;
	left: -1px;
	color: #63b32e;
}

ul.newsletterVorteile li {
	padding-left: 34px;
}

ul.newsletterVorteile li:before {
	top: -8px;
}

.fontFamily #newsletter-section {
	padding-bottom: 80px;
}

/***/

.newsletterArchive {
	margin:0;
	padding: 20px;
	border: 1px solid #aaa;
	background: #eaeaea;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.newsletterArchive li {
	display: inline-block;
	width: 150px;
	height: 220px;
	background: #0070B6;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 0 20px 20px 0;
}

.newsletterArchive li:after {
	content: "\f504";
	font-family: dashicons;
	font-size: 4rem;
	left: 50%;
	bottom:0;
	transform: translateX( -50% );
	position: absolute;
	color: #fff;
}

.newsletterArchive li a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 12px;
	display: block;
}

/************************/

#preColophon .marken {
	padding-bottom: 120px;
}

body:not(.home) #contact-section {
	padding-bottom: 120px;
}

#preColophon .logoFooter {
	display: none;
}

/******* Colophon ********/

.toTop {
	background: #007BC3;
}

#colophon {
	/*background-color: #e0dcd2;
	color: #6d6a61;
	border-top: 12px solid #63b32e;
	background-color: #0070B6;*/
	background-color: #3A4C54;
	color: #fff;
	position: relative;
}

#colophon:before {
	content:'';
	position: absolute;
	width: 100vw;
	height: calc(100vw / 17.86);
	left:0;
	top: calc(100vw / -17.86); ;
	background: url(../images/backgrounds/reka-dark.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

#colophon a,
#colophon h4 {
	/*color: #6d6a61;*/
	color: #f7be68 !important;
}

#colophon a:hover {
	outline: 2px dotted #fff;
}

.widget h3 {
	/*color: #6d6a61;*/
	color: #f7be68;
}

#menu-social-links-menu li a {
	background: #f7be68 !important;
	color: #fff !important;
}

.social-navigation a:hover {
	background: #fff;
	color: #0070B6 !important;
}

.footer-widget-1 .dashicons-email,
.footer-widget-1 .dashicons-phone {
	color: #f7be68;
}

.powered-link {
	display: table;
	margin:0;
	max-width: 100px;
}

.powered-link img {
	max-width: 80px !important;
}

.powered-link-berlin {
	margin-bottom: 24px;
}

img.barrierefrei_by_berlin {
	max-width: 100px;
}

/*
.powered-link-neusta {
	margin-top: 38px;
}*/

#widget-barrierefrei-siegel a {
	margin-left: 20px;
	margin-top: 12px;
}

.disclaimer {
	/*background-color: #cdc8bc;
	background-color: #0c5c8d;*/
	background-color: #364247;
}

/****************/

.error404 section.error-404 header,
.error404 section.error-404 .page-content {
	float: none !important;
	width: 100% !important;
}

.error404 .terms-menu-item .terms-menu-item-children-list {
	background: #fff;
}

.error404 .terms-menu-ul .terms-menu-item .terms-menu-item-wrap h3,
.error404 .terms-menu-ul .terms-menu-item .terms-menu-item-wrap h4, .terms-menu-ul .terms-menu-children-item a h4 {
	border-radius: unset;
}

/****************************************************************************************/
/*************************************  Media *******************************************/
/****************************************************************************************/


@media print {
	
	/*html,
	body {
		width: 100% !important;
		max-width: 100% !important;
	}*/
	
	/*.reiseverlauf-content h3.a-accordion__title span.dashicons,*/
	.entry-header,
	.product-content,
	.product-tabs-menu,
	.tabs-content-item,
	.a-wp-block-neusta-accordion-item h3:after,
	.product-tabs .tabs-product-title,
	.tabs_content_start,
	.tabs_content_end,
	.reiseverlauf-content .a-accordion__content:after,
	.content-sidebar,
	.product-meta,
	.editFooter,
	#contact-section,
	.sonder-anfrage-button {
		display: none !important;
	}
	
	.a-wp-block-neusta-accordion-item,
	.a-accordion__title,
	.a-accordion__content,
	#tabs-content-item_0,
	.print-section {
		display: block !important;
		max-width: 100% !important;
	}
	
	h3.a-accordion__title {
		font-size: 1rem;
	}
	
	.print-header {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	h2.print-header-title {
		font-weight: 600;
	}
	
	.print-logo {
		max-width: 200px;
		margin-bottom: 20px;
	}
	
	.print-header-pageTitle {
		font-size: 1.5rem;
	}
	
	.print-header-pageTitle span {
		font-weight: 600;
	}
	
	/*****/
	
	.product-tabs,
	.product-tabs-content {
		width: 100%;
		max-width: 100% !important;
		min-width: 100% !important;
		margin-left: 0;
		overflow-x:hidden;
	}

	.product-tabs-content-ul {
		display:block;
		flex-wrap:unset;
		align-items:unset;
		left:0 !important;
		width: 100%;
		max-width: 100% !important;
		min-width: 100% !important;
	}
	
	.product-tabs-content-ul #tabs-content-item_0 .tabs-content-item-wrap,
	.product-tabs-content-ul #tabs-content-item_0 .tabs-content-item-innen {
		border:unset;
		background:unset;
		border-radius:unset;
		padding:unset;
		height:unset;
		max-height:unset;
		overflow: unset;
		max-width: 100%;
	}
	
	.reiseverlauf-content,
	.reiseverlauf-sidebar {
		width:100%;
		max-width: 100%;
		float:none;
		display:block;
	}
	
	#tabs-content-item_0 {
		display:block;
		float:none;
		height:unset;
		max-height:unset;
		overflow:unset;
		margin:unset !important;
		max-width:100%;
		min-width:unset !important;
		font-size: 0.8rem;
	}
	
	.reiseverlauf-sidebar .mapWrap {
		transform:unset;
		position:relative;
		right:unset;
		margin-top:0;
		padding:unset;
		cursor:unset;
		transition:unset;
	}
	
	.reiseverlauf-content .a-accordion__content {
		margin-left:0;
		padding-left:0;
		padding-bottom: 20px;
		border-left:unset;
	}
	
	.reiseverlauf-content h3.a-accordion__title .spanTag {
		border:unset;
		background:unset;
		border-radius:unset;
		padding:unset;
	}
	
	.reiseverlauf-content .a-accordion__content {
		max-height:unset;
		height: auto;
		padding-left:0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		opacity:1;
	}
	
	.reiseverlauf-content .a-accordion__content:before {
		display:none;
	}
	
}

@media screen and ( max-width: 1500px ) {
	
	#tabs-menu-item_dashicon  {
		display: none;
	}
	
}

@media screen and ( max-width: 1360px ) {
	
	.product-meta-innen-top .meta-section.meta-infos-section,
	.product-meta-innen-top .meta-section.reiseziele-section {
		width: 48%;
	}
	
	.product-meta-innen-top .meta-section.highleits-section {
		width: 100%;
		max-width: 800px;
	}
	
	.archive-header-title-wrap .archive-header-title-innen {
		right: 20px;
	}
	
}

@media screen and ( max-width: 1200px ) {
	
	.navigation-barrierefrei {
		top: 75px;
	}
	
	.thisScroll .navigation-barrierefrei {
		right:0;
		top: 75px;
	}
	
	.site-navigation-fixed.navigation-main {
		top: 50px;
	}
	
	#page {
		top: 38px;
	}
	
	body.thisScroll .navigation-top,
	.navigation-top {
		position: fixed;
		top:0 !important;
		left:unset;
		right:0 !important;
		width: 100%;
		border-radius: unset;
	}
	
	.navigation-top #site-top-navigation #top-menu li {
		display: inline-block;
	}
	
	#top-menu .menu-item a {
		font-size:0;
	}
	
	#top-menu .menu-item.only-sticky {
		max-height: unset;
		padding: 5px 10px;
		overflow:unset;
	}
	
	#top-menu .menu-item a .dashicons {
		margin-right:0;
		font-size: 1.4rem;
	}
	
	.slider-item-part .slider-item-part-text-innen a {
		font-size: 1rem;
	}
}

@media screen and ( max-width: 1134px ) {
	
	li.slider-section-item .slider-item-part {
		width: 96%;
		float: none;
	}
	
	.buchungschritte-tabs-menu .tab-menu-item {
		width: 100%;
		background: #454851;
		border-radius:0;
		border-bottom: 1px solid #aaa;
	}
	
	.buchungschritte-tabs-menu .tab-menu-item.aktiv {
		background: #f7be68;
	}
	
	.buchungschritte-tabs-content:before,
	.buchungschritte-tabs-content:after {
		content:unset;
	}
}

@media screen and ( max-width: 1000px ) {

	.costumMenu.Sorglos .costumMenuItem {
		min-width: 300px;
		height: 200px;
	}

}

@media screen and ( max-width: 840px ) {

	.product-meta-innen-top .meta-section {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	.reiseziel-infos-menu li.tabs-menu-item {
		float:none;
		width: 100%;
		border-radius: unset;
		border-bottom: 1px solid #fff;
		background: #454850;
	}
	
	.reiseziel-infos-menu li.tabs-menu-item.aktiv {
		background: #F7BE66;
	}
	
	#tabs-menu-item_close {
		display: none !important;
	}
	
	ul.reiseziel-infos-tabs:after {
		width: 33.3333%;
	}
	
	reiseziel-infos-tabs:after {
		left: -33.333%;
	}
	
	ul.aktiv-id_1.reiseziel-infos-tabs:after {
		left: 33.333%;
	}
	
	ul.aktiv-id_2.reiseziel-infos-tabs:after {
		left: 66.666%;
	}
	
	.product-kachel-item .reise-excerpt-meta table tr td:first-child {
		width: auto;
	}
	
	#tabs-inhalt-item_2 .contact-wrap .zwillings {
		display: block;
	}
	
	#tabs-inhalt-item_2 .contact-wrap .zwillings > label {
		flex-basis: unset;
	}
	
	.contact-buttons-wrap .contact-button {
		height: auto;
	}
	
	.contact-buttons-wrap .contact-button h3 {
		font-size: 1rem;
	}
	
	.contact-buttons-wrap .contact-button .dashicons {
		font-size: 2rem;
	}
	
	.contact-buttons-wrap .contact-button h4,
	.contact-buttons-wrap .contact-button .dashicons.dashicons-arrow-right-alt2,
	.contact-buttons-wrap .contact-button p {
		display: none;
	}
	
	#archive_text_top table,
	#archive_text_top tr,
	#archive_text_top table td {
		width: 100% !important;
    	display: block;
	}
	
	#archive_text_top table td {
		box-sizing: border-box;
	}
	
	.costumMenu.Sorglos .costumMenuItem {
		min-width: 350px;
		height: 232px;
	}
	
	.costumMenu ul,
	.costumMenuUl {
		flex-wrap: wrap;
	}
	
	.product-content,
	.content-sidebar {
		width: 100%;
		float:unset;
		padding-left:0;
	}
	
	.product-tabs-menu-ul li.tabs-menu-items {
		width: 100%;
		display: block;
		margin:0;
		background: #454851;
		border-bottom: 1px solid #fff;
		border-radius: unset;
	}
	
	.product-tabs-menu-ul li.tabs-menu-items.aktiv {
		background: #f7be68;
	}
	
	.reiseverlauf-content,
	.reiseverlauf-sidebar {
		width: 100%;
		display: block;
		float:unset;
	}
	
	.reiseverlauf-sidebar .mapWrap:hover {
		transform: unset;
		right:unset;
		margin-top:unset;
	}
	
	.tax-reiseziele .page-header #archive_text_top table tr td:first-child {
		padding-right:0;
	}

	.tax-reiseziele .page-header #archive_text_top table tr td:last-child {
		padding-left:0;
	}
	
	.tax-reiseziele .page-header #archive_text_top table tr td:last-child iframe {
		float: none;
	}
	
}

@media screen and ( max-width: 48em ) {
	
	.custom-header {
		z-index:0;
	}
	
	.navigation-main {
		top: 15px;
	}
	
	.menu-toggle,
	.menu-toggle:hover {
		top: -26px;
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	
	.menu-main-menu-container {
		position: relative;
	}
	
	#text-10 {
		padding:0;
		margin-top: 12px;
	}
	
	.product-kachel-item {
		width: 100%;
	}
	
	.contact-buttons-wrap:not(.aktiv) {
		display: block;
	}
	
	.contact-buttons-wrap:not(.aktiv) .contact-button {
		width: 100%;
		max-width: unset;
	}
	
	#contact-section .contact-section-wrap .formularLauf {
		overflow: auto;
		max-width: 100%;
	}
	
	#contact-section .contact-section-wrap {
		column-gap: 20px;
		padding: 20px 0;
		max-width: 100%;
		left: 20px;
		position: relative;
	}
	
	#contact-section .contact-section-wrap select {
		width: 100%;
	}
	
	#contact-section .formularLaufTeil.lastSchritt {
		width: 800px;
		min-width: 800px;
	}
	
	#contact-section .formularLaufTeil.lastSchritt .disclaimer {
		float: left;
		margin-top:0;
		width: 50%;
	}
	
	#contact-section .formularLaufTeil.lastSchritt > label {
		float: left;
		width: 50%;
		padding-right: 20px;
	}
	
	#contact-section .formularLaufTeil.lastSchritt .buttonWrap {
		float: right;
	}

	
	.archive-header-title-wrap .archive-header-title-innen {
		left:0;
		right:0;
		max-width: 95%;
		margin: auto;
	}
	
	.testimonial-list .testimonial-item,
	.post-type-archive-testimonial .site-main-wrap article.testimonial {
		width: 100%;
		min-width: 300px;
	}

}

@media screen and ( min-width: 48em ) {
	
	.site-branding {
		padding: 1em 0;
	}
	
	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 500px;
	}
	
	.navigation-main.site-navigation-fixed #site-navigation .custom-logo-menu {
		top:0;
	}
	
	#site-navigation .custom-logo-link {
		position: relative;
	}
	
	.site-navigation-fixed.navigation-main {
		border-bottom: 1px solid #e0e0e0;
	}
	
	
}

@media screen and ( max-width: 700px ) {
	
	.taxonomy-archive-header-wrap,
	.archive-header-img-wrap,
	.archive .taxonomy-archive-header {
		min-height: 200px;
	}
	
	.archive-header-img-wrap img {
		width: auto;
		height: 200px;
	}
	
	.archive-header-title-wrap h1.page-title {
		font-size: 1.4rem;
	}
	
	.archive-header-title-wrap h2.page-sub-title {
		font-size: 1.2rem;
	}
	
}

@media screen and ( max-width: 500px ) {
	
	.home h1 {
		font-size: 1.4rem;
	}
	
	.neustaberlin-front-page #panel-1 {
		display: block;
	}
	
	.home.page-one-column .panel-home_teaser .panel-content {
		width: calc( 100% - 20px );
	}
	
	.wrap {
		padding-left:10px;
		padding-right: 10px;
	}
	
	#headerSecondary {
		padding:0 10px;
	}
	
	.site-header .custom-header {
		padding:0;
	}
	
	.archive-header-title-innen {
		padding: 10px;
	}
	
	.product-kachel-item {
		min-width: 98vw;
	}
	
	.media-header-surface,
	.headerGalleryErrows {
		display: none;
	}
	
	.single-product h1.entry-title {
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	
	.single-product .entry-header h2.entry-subtitle {
		font-size: 1.2rem;
		margin: 10px 0 20px;
	}
	
	#contact-section .formularLaufTeil {
		min-width: 250px;
	}
	
	#contact-section .formularLaufTeil.reiseInfos .wpcf7-list-item,
	#contact-section .formularLaufTeil.reiseInfos .wpcf7-list-item:first-child {
		margin:0;
		display: block;
	}
	
	.sucheWidget.aktiv {
		width: 90vw;
	}
	
	.sucheWidget .suche-form-inhalt {
		display: none;
	}
	
}

/****************************************************************************************/
/************************************ barrierefrei **************************************/
/****************************************************************************************/

/*.navigation-barrierefrei #barrierefrei-menu li.barrierefrei_main > button,
.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main .sub-menu li.barrierefrei.negativ,
.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main:hover .sub-menu,
.navigation-barrierefrei #barrierefrei-menu .barrierefrei_main .sub-menu.open,
.show-barrierefrei-menu .barrierefrei_main > .barrierefrei_description,
.show-barrierefrei-menu .barrierefrei_main > .barrierefrei_description:before,
.barrierefrei_description{
	border-color:;
}*/

body.schwarz-weiss p > a {
	color: #000 !important;
	font-weight: 600;
	text-decoration: underline !important;
}

body.schwarz-weiss.thisScroll .navigation-top {
	border: 2px solid #000;
}

.schwarz-weiss a[href^="tel:"] {
	color: #000 !important;
}

.schwarz-weiss label,
.schwarz-weiss select {
	color: #000;
}

.schwarz-weiss #contact-section,
.schwarz-weiss #contact-section * {
	background: #fff;
	color: #000;
}

.schwarz-weiss .menu-item.oneReise a:after,
.schwarz-weiss .menu-item.reisezieleMenu a:after {
	background: #000;
}
.schwarz-weiss.archive #contact-section,
.schwarz-weiss.wp-singular  #contact-section,
.schwarz-weiss.blog  #contact-section {
	border-top: 4px solid #000;
}

.schwarz-weiss .main-navigation ul.sub-menu {
	border-color: #000;
}

.schwarz-weiss #contact-section .formularLaufTeil a.weiter {
	background: #000;
	color: #fff;
}

.schwarz-weiss a:not(.neusta-a-button):hover {
	outline: 2px solid #000;
}

.schwarz-weiss #contact-section input:not([type="button"]):not([type="submit"]),
.schwarz-weiss #contact-section textarea {
	background: #fff;
	border-color: #000;
}

.schwarz-weiss #contact-section .formularLaufTeil select {
	border-color: #000;
}

.schwarz-weiss #colophon:before {
	content:unset;
}

.schwarz-weiss #colophon a:not(.neusta-a-button):hover {
	outline: 2px solid #fff;
}

.schwarz-weiss #teaser-navigation ul li.teaserPart,
.schwarz-weiss #teaser-navigation ul li.teaserPart-icon_world {
	background: #000;
}

.schwarz-weiss .panel-letzte_beitraege_home .shortcodePosts li {
	background: #fff;
	color: #000;
	border: 2px solid #000;
}

.schwarz-weiss .panel-letzte_beitraege_home .shortcodePosts li .weiterlessen {
	background: #000;
}

.schwarz-weiss .terms-menu-ul .terms-menu-item .dashicons-arrow-down-alt2 {
	background: #000;
}

.schwarz-weiss .navigation-main .current-menu-item > a:after,
.schwarz-weiss .navigation-main .current_page_item > a:after {
	background: #000;
}


/********* Single Reise ***********/

.schwarz-weiss .media-header-surface,
.schwarz-weiss .headerGalleryItem_beschriftung,
.schwarz-weiss .headerGalleryErrows .dashicons {
	color: #000;
	background: rgba(255,255,255,0.9);
}

.schwarz-weiss .product-meta:before,
.schwarz-weiss.single-product .product-title-wrap:before {
	background: #000;
}

.schwarz-weiss .entry-header h1.entry-title,
.schwarz-weiss .entry-header h2.entry-subtitle,
.schwarz-weiss .product-meta h4,
.schwarz-weiss .meta-infos-section.meta-section,
.schwarz-weiss .highleits-section.meta-section,
.schwarz-weiss .product-meta-innen-top .meta-section table tr td .dashicons,
.schwarz-weiss .highlights li.highlight .dashicons,
.schwarz-weiss .reise-preise span,
.schwarz-weiss .product-meta ul.social-share-links-menu .menu-item .dashicons,
.schwarz-weiss .product-meta .share-social-triger .dashicons,
.schwarz-weiss .product-meta ul.jahreszeiten-list li a,
.schwarz-weiss .product-meta ul.reiseinteressen-list li a,
.schwarz-weiss .product-meta ul.tourtype-list li a {
	color: #fff;
}

.schwarz-weiss .product-meta-innen ul.jahreszeiten-list li a,
.schwarz-weiss .product-meta-innen ul.reiseinteressen-list li a,
.schwarz-weiss .product-meta-innen ul.tourtype-list li a {
	background: #000;
}

.schwarz-weiss .product-meta-innen ul.jahreszeiten-list li,
.schwarz-weiss .product-meta-innen ul.reiseinteressen-list li,
.schwarz-weiss .product-meta-innen ul.tourtype-list li {
	border-color: #fff;
}

.schwarz-weiss .highleits-section.meta-section,
.schwarz-weiss .jahreszeiten-list li,
.schwarz-weiss .tourtype-list li {
	background: #000;
	border-color: #fff;
	color: #fff;
}

.schwarz-weiss .buchungschritte-tabs-menu .tab-menu-item {
	background: #000;
	color: #fff;
}

.schwarz-weiss .buchungschritte-tabs-menu .tab-menu-item.aktiv {
	background: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset;
}

.schwarz-weiss .buchungschritte-tabs-content:before {
	background: #fff;
}

.schwarz-weiss .buchungschritte-tabs-content:after {
	background: #000;
}

.schwarz-weiss .product-content .highlights-list {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.schwarz-weiss .product-content .highlights-list h4,
.schwarz-weiss .product-content .highlights-list ul li:before {
	color: #fff !important;
}

.schwarz-weiss .begleiter-contact .dashicons {
	color: #000;
}

.schwarz-weiss .content-sidebar-innen {
	border-color: #000;
	background: #fff;
}

.schwarz-weiss .product-tabs-menu-ul li.tabs-menu-items {
	background: #000;
	color: #fff;
	width: 206px;
}

.schwarz-weiss .product-tabs-menu-ul li.tabs-menu-items.aktiv {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.schwarz-weiss .aktiv-id_1 .product-tabs-content:after {
	left: 216px;
}

.schwarz-weiss .aktiv-id_2 .product-tabs-content:after {
	left: 431px;
}

.schwarz-weiss .product-tabs-content:before {
	background: #fff;
	border: 1px solid #000;
}

.schwarz-weiss .product-tabs-content:after {
	background: #000;
}

.schwarz-weiss .product-tabs-content-ul .tabs-content-item-wrap {
	border-color: #000;
}

.schwarz-weiss .reiseverlauf-content h3.a-accordion__title span.dashicons {
	color: #000;
}

.schwarz-weiss .product-tabs:before {
	background: #fff;
}

.schwarz-weiss .product-tabs-content-ul .tabs-content-item-wrap {
	background: #fff;
}

.schwarz-weiss #tabs-content-item_1 ul.eingeschlossene li .dashicons {
	background: #000;
	color: #fff;
}

.schwarz-weiss #tabs-content-item_1 ul.nichteingeschlossene .dashicons-warning,
.schwarz-weiss #tabs-content-item_1 ul.attention li:before {
	color: #000;
}

.schwarz-weiss .tabs-content-item-innen .hotels-table thead th {
	background: #000;
	color: #fff;
}

.schwarz-weiss .tabs-content-item-innen table.hotels-table tr:nth-child( odd ),
.schwarz-weiss .tabs-content-item-innen table.hotels-table tr:nth-child( even ) {
	background: #fff;
}

.schwarz-weiss .tabs-content-item-innen table.hotels-table .hotel-sterne .dashicons {
	color: #000;
	background-color: #000;
}

.schwarz-weiss .sonder_text {
	background: #fff;
	border-color: #000;
	color: #000;
}

.schwarz-weiss .sonder_text h3 {
	color: #000;
}

.schwarz-weiss #tabs-content-item_1 .sonder_text ul li:before {
	color: #000;
}

.schwarz-weiss .tabs-content-item-innen .termin-table thead th {
	background: #000;
	color: #fff;
}

.schwarz-weiss .tabs-content-item-innen .termin-table tbody tr:nth-child(odd),
.schwarz-weiss .tabs-content-item-innen .termin-table tbody tr:nth-child(even) {
	background: #fff;
}

.schwarz-weiss .tabs-content-item-innen .termin-table > tfoot > tr {
	border: 1px solid #000;
}

.schwarz-weiss .tabs-content-item-innen .termin-table tfoot td {
	background: #fff;
}

.schwarz-weiss .tabs-content-item-innen .termin-table .dashicons {
	color: #000;
}

.schwarz-weiss table.highlight,
.schwarz-weiss table.highlight tr td:first-child {
	background: #fff;
	border-color:#000;
}

.schwarz-weiss .reiseverlauf-content h3.a-accordion__title .spanTag {
	border-color: #000;
	background: #fff;
}

/******* archive *******/

.schwarz-weiss .archive-header-title-innen {
	background: rgba(255,255,255,0.9);
}

.schwarz-weiss .archive-header-title-wrap h1.page-title,
.schwarz-weiss .archive-header-title-wrap h2.page-sub-title {
	color: #000 !important;
	background: transparent !important;
}

.schwarz-weiss .archive-header-title-wrap a,
.schwarz-weiss .archive-header-title-wrap a.archive_text_bottom_button {
	background: #000;
}

.schwarz-weiss .reiseziele-slider {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.schwarz-weiss .reiseziel-infos-menu li.tabs-menu-item {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.schwarz-weiss .reiseziel-infos-menu li.tabs-menu-item.aktiv {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.schwarz-weiss ul.reiseziel-infos-tabs:before {
	background: #fff;
	border: 1px solid;
	z-index:1;
}

.schwarz-weiss ul.reiseziel-infos-tabs:after {
	background: #000;
	z-index:100;
}

.schwarz-weiss .reiseziel-infos-menu li#tabs-menu-item_close .dashicons {
	color: #000;
}

.schwarz-weiss .weiter-infos-reiseexpert {
	background: #000;
	color: #fff;
}

.schwarz-weiss .contact-buttons-wrap .contact-button,
.schwarz-weiss .weiter-infos-reiseexpert:not(.neusta-a-button):hover,
.schwarz-weiss .weiter-infos-reiseexpert:not(.neusta-a-button):focus  {
	background: #000;
}

.schwarz-weiss .contact-buttons-wrap .contact-button .dashicons,
.schwarz-weiss .contact-buttons-wrap .contact-button .weiter .dashicons-arrow-right-alt2 {
	opacity:1;
}

.schwarz-weiss .share-section .dashicons {
	color: #000;
}

.schwarz-weiss .product-kachel-item .product-wrap {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.schwarz-weiss .product-kachel-item .moreInfos {
	background: #000;
}

.schwarz-weiss .product-kachel-item .excerpt-meta-price .euro,
.schwarz-weiss .product-kachel-item .reise-excerpt-meta .dashicons {
	color: #000;
}

.schwarz-weiss .product-kachel-item .reise-excerpt-meta ul.jahreszeiten-list li a,
.schwarz-weiss .product-kachel-item .reise-excerpt-meta ul.reiseinteressen-list li a,
.schwarz-weiss .product-kachel-item .reise-excerpt-meta ul.tourtype-list li a {
	border-color:#000;
	background: #fff;
	color: #000;
}

.schwarz-weiss .product-kachel-item .reise-excerpt-meta .tourtype-list li,
.schwarz-weiss .product-kachel-item .reise-excerpt-meta .reiseziele-list li {
	border-color:#000;
	background: #fff;
}

.schwarz-weiss .product-kachel-item .entry-header > a {
	border-color: #000;
}

/******* Blog *********/

.schwarz-weiss.blog article.post {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.schwarz-weiss.blog article.post .entry-header > a img {
	border-color: #000;
}

.schwarz-weiss.blog article.post .weiterlessen {
	background: #000;
}

.schwarz-weiss.blog article.post .entry-meta,
.schwarz-weiss.blog article.post .entry-meta a {
	color: #000;
}

/*.schwarz-weiss a:not([class]) {
	color: #000 !important;
	font-weight: 600;
}*/

.schwarz-weiss .testimonial-list .testimonial-item-wrap {
	background: #fff;
	border-color: #000;
}

.schwarz-weiss #preColophon {
	display: block;
}

.home.schwarz-weiss .panel-was_wir_ihnen_bieten_– .ulWrap ul {
	border-color: #000;
}

.home.schwarz-weiss .panel-was_wir_ihnen_bieten_– .ulWrap ul li:before {
	color: #000;
	border-color: #000;
	background: #fff;
}

.schwarz-weiss .schritte li.aktiv {
	border-color: #000;
}

.schwarz-weiss .schritte li:before {
	color: #000;
	background: #fff;
	border-color: #000;
}

.schwarz-weiss .schritte li:after {
	border-top-color: #000;
}

.schwarz-weiss #newsletter-section ul li:before {
	color: #000;
}

.schwarz-weiss .panel-letzte_beitraege_home .shortcodePosts li a {
	color: #000;
}

.schwarz-weiss .costumMenu.Sorglos .costumMenuItem .costumMenuItemHeader h3 {
	color: #000;
	background: rgba(255,255,255,0.9);
}

.schwarz-weiss.home .panel-was_wir_ihnen_bieten_– .ulWrap {
	border-color: #000;
	background: #fff;
}

.schwarz-weiss .buchungschritte-tabs-content {
	border-color: #000;
	background: #fff;
}

.schwarz-weiss a.green-button,
.schwarz-weiss a.blue-button,
.schwarz-weiss .testimonial-item .weiterlessen,
.schwarz-weiss .weiterlessen {
	background: #000;
}

.schwarz-weiss #tabs-inhalt-item_2 .telAbt ul li .dashicons {
	color: #000;
}

.schwarz-weiss .reiseziele-section.meta-section h4,
.schwarz-weiss .meta-infos-section.meta-section h4 {
	color: #fff !important;
}

.schwarz-weiss #tabs-content-item_2 ul li::before {
	color: #000;
}

.schwarz-weiss .contactpopUp .reiseInfos {
	border-color: #000;
}

.schwarz-weiss .contact-wrap .sterne label,
.schwarz-weiss .muessen-span {
	color: #000;
}

.schwarz-weiss .formdisclaimer {
	border-color: #000;
	background: #fff;
}

.schwarz-weiss .expert-in-form-tel a {
	background: #fff;
	border: 1 px solid #000;
}

.schwarz-weiss .contactpopUpInnen {
	background: #fff;
}

.schwarz-weiss.post-type-archive-hotel .site-main-wrap article.hotel .weiterlessen,
.schwarz-weiss.post-type-archive-testimonial .site-main-wrap article.testimonial .weiterlessen {
	background: #000;
}

.schwarz-weiss.post-type-archive-testimonial .site-main-wrap article.testimonial .singleInArchiv-wrap {
	background: #fff;
	border: 1px solid #000;
}

.schwarz-weiss.tax-reiseziele .page-header #archive_text_top .playIcon {
	color: #000;
}

.schwarz-weiss .termin-status-cell {
	color: #000 !important;
}

@media screen and (min-width: 48em) {
	.schwarz-weiss .main-navigation ul li.menu-item-has-children:after,
	.schwarz-weiss .main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #000;
	}
}




/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
