:root {
	--bs-tagsinput-badge-bg-color: #F0F0F0;
	--bs-tagsinput-badge-color: #000;
}
html {
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	-webkit-print-color-adjust: exact;
}
:focus,
button::-moz-focus-inner,
button:focus {
	outline: 0px;
}
p:last-of-type:not(:first-child) {
	margin-bottom: 0;
}
.smaller-text {
	font-size: 10px;
}
div {
	display: block;
	/* position: relative; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-footer .custom-button {
	margin-top: 0.18em !important;
	height: 100%;
}
.modal-footer .btn.btn-secondary {
	height: 37px;
}
.modal {
	z-index: 2001 !important;
	position: fixed !important;
}
.modal-backdrop {
	z-index: 2000 !important;
	position: fixed !important;
}
.js_modalbox_wrapper,
.wrapperGDPR {
	z-index: 20000000001 !important;
}
.btn-sm {
	padding: .25rem .75rem;
}
/*
 * Form Select styling im project
 */
.form-select:focus {
	border-color: rgba(0,0,0,.2) !important;
	outline: 0;
	box-shadow: 0 0 0 2px var( --footer-bg-color ) !important;
}
/*
 * Textareas aus TinyMCE
 */
.textarea {
	padding: 0rem !important;
}
.textarea img {
	width: 100%;
	height: auto;
}
#scroll-top {
	width: 40px;
	height: 40px;
	background-color: #C7C7C7;
	opacity: 0;
	position: fixed;
	bottom: -60px;
	right: -60px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	z-index: 1000;
	transition: right ease .5s, bottom ease .5s, opacity ease 1s;
	-webkit-transform: rotate( -13deg );
	transform: rotate( -13deg );
}
#scroll-top.scroll-top-right {
	right: 30px;
	bottom: 30px;
	opacity: .9;
}
#scroll-top span {
	font-size: 20px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 14px;
	background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23212529' d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E" );
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px auto;
	background-repeat: no-repeat;
}
#scroll-top span:after {
	position: absolute;
	content: "";
	bottom: -12px;
	background-color: black;
	width: 100%;
	height: 11px;
	left: 0;
	-webkit-transform: rotate( 13deg );
	transform: rotate( 13deg );
	background: radial-gradient( ellipse at center, rgba( 0, 0, 0, 0.15 ) 0%, rgba( 0, 0, 0, 0 ) 100% );
}
iframe {
	min-width: 100%;
	border: 0;
}
.bg-size-h200,
.bg-size-h200 img {
	height: 200px;
	overflow: hidden;
}
.objectFit {
	overflow: hidden;
}
.about-banner.objectFit {
	overflow: visible;
}
.object-fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.object-fit-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.objectFit img,
.bg-size-h200 img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block;
}
.video-container-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.video-container-wrapper iframe,
.video-container-wrapper object,
.video-container-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hover-scale {
	transition: transform .2s linear;
}
.hover-scale:hover {
	transform: scale( 1.02 );
}
.bg-primary-color {
	background-color: var( --primary-color );
}
.btn.bg-primary-color {
	background-color: var( --button-bg-color );
	color: var( --button-text-color );
}
/*.promo-plugin-content-wrapper {
	overflow: hidden;
}
*/
.btn.bg-primary-color:hover {
	background-color: rgba( var( --primary-color-rgb ) , .8 );
	color: var( --button-text-color );
}
/* --------------------AUTOCOMPLETE----------------------- */
select option {
	font-weight: 400 !important;
}
select option[disabled] {
	color: #ccc;
}
.ui-autocomplete {
	box-shadow: 0 .5rem 1rem rgba( 0, 0, 0, .15 ) !important;
	border: 0 !important;
	overflow-y: auto;
	max-height: 225px;
	min-width: 260px;
	overflow-x: hidden;
}
.ui-autocomplete li.autocomplete-region-label {
	padding: 3px 5px 2px 5px;
	font-size: 16px;
	border-top: 1px solid #bbb;
	margin-top: 8px;
	color: #000;
	opacity: .55 !important;
}
.ui-autocomplete li.autocomplete-region-label:first-child {
	border-top: 0;
	margin-top: 0;
}
.ui-autocomplete li:not(.autocomplete-region-label) a {
	transition: background ease .3s;
	padding: 12px 15px;
	font-size: .875rem;
	cursor: pointer;
	display: block;
}
.ui-autocomplete li:not(.autocomplete-region-label) a:hover {
	background: #d9d9d9;
}
.ui-autocomplete a b {
	background: #d9d9d9;
}
.ui-autocomplete .ui-state-active {
	background: #d9d9d9 !important;
	border: 0 !important;
	color: #333 !important;
	margin: 0 !important;
}
.ui-autocomplete .ui-state-active a {
	color: #333;
}
.traveloffer-offer-is-member {
  color: var(--links-color);
  font-size: calc(var(--font-size)*1.1) !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5rem;
}
.footer-exclusive-member{
	background-color: var(--secondary-color);
}


.custom-button, .btn-cta-blue{
	border: 1px solid transparent;
}
.custom-button:hover, .btn-cta-blue:hover {
  color: var( --button-bg-color ) !important;
  border: 1px solid var(--button-bg-color) !important;
  background: #fff !important;
	box-shadow:none !important;
}
/* -------------- Blueimp Defaults ------------------ */
.gallery-wrapper-item a {
	display: block;
	height: 100%;
}
.gallery-wrapper-item a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.blueimp-gallery {
	background: rgba( 0, 0, 0, .75 ) !important;
}
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
	font-family: inherit !important;
	line-height: 39px !important;
	font-size: 30px !important;
	font-weight: bold !important;
}
.blueimp-gallery > .slides > .slide > .slide-content {
	max-height: 100% !important;
}
.blueimp-gallery .close {
	z-index: 1;
}
/* -------------- Social Media Icons ------------------ */
footer .social-media-item a:hover {
	color: #fff;
}
.social-media-wrapper {
	color: #ccc;
	font-family: sans-serif;
	font-size: 13px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: webkit-wrap;
	-moz-flex-wrap: moz-wrap;
	-ms-flex-wrap: ms-wrap;
	-o-flex-wrap: o-wrap;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	justify-content: left;
}
.social-media-wrapper .social-media-button {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 2px;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	transition: background-color 0.3s, color 0.3s;
	vertical-align: middle;
	width: 25px;
	white-space: nowrap;
}
.social-media-wrapper .social-media-button .social-media-icon {
	fill: #fff;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-o-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}
.social-media-wrapper .social-media-button.social-media-facebook {
	background: #4267b2;
}
.social-media-wrapper .social-media-button.social-media-instagram {
	background: #9e2cab;
}
.social-media-wrapper .social-media-button.social-media-twitter {
	background: #1da1f2;
}
.social-media-wrapper .social-media-button.social-media-pinterest {
	background: #bd081c;
}
.social-media-wrapper .social-media-button.social-media-youtube {
	background: #FF0000;
}
.social-media-wrapper .social-media-button.social-media-linkedin {
	background: #0073b1;
}
.social-media-wrapper .social-media-button.social-media-whatsapp {
	background-color: #25D366;
}
.social-media-wrapper .social-media-button.social-media-googlemb {
	background-color: #4989f5;
}
.social-media-wrapper .social-media-button.social-media-vk {
	background-color: rgb(0, 119, 255);
}
.social-media-wrapper .social-media-button.social-media-telegram {
	background-color: #8774e1;
}
.social-media-wrapper .social-media-button.social-media-odnoklassniki {
	background-color: #ff7700;
}
/*-------------- Fallback IE 11 -----------------*/
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover !important;
	-o-background-size: cover;
}
.compat-object-fit {
	background-position: center center !important;
	background-repeat: no-repeat;
}
.compat-object-fit img {
	opacity: 0 !important;
}
.ajax-loader {
	content: '';
	border: 4px solid rgb( 243, 243, 243 );
	border-top: 4px solid rgb( 52, 152, 219 );
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 35%;
	left: 50%;
}
@keyframes spin {
	0% {
		transform: rotate( 0deg );
	}
	100% {
		transform :rotate( 360deg );
	}
}
.pagination .page-link:focus {
	box-shadow: none;
}
.pagination .page-item.active .page-link {
	background-color: var( --button-bg-color );
	border-color: var( --button-bg-color );
	color: var( --button-text-color );
}
.pagination .page-item .page-link {
	color: #555;
}
.pagination>.page-item>.page-link,
.pagination>.page-item>span {
	border-radius: 30px !important;
	transition: all .3s;
	padding: 0 11px !important;
	margin: 0 3px !important;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
}
.wrapper-breakout {
	margin-left: calc( 50% - 50vw );
	margin-right: calc( 50% - 50vw );
}
.wrapper-breakout.no-gutters {
	margin-left: calc( 50% - 50vw + 8px );
	margin-right: calc( 50% - 50vw + 8px );
}
.promo-plugin-content-wrapper>div>.promo-plugin-content-wrapper-title+.promo-plugin-content-wrapper-text {
	margin-top: -40px;
}
.promo-plugin-content-wrapper .promo-plugin-content-wrapper-title,
.promo-plugin-content-wrapper .promo-plugin-content-wrapper-text {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.promo-plugin-content-wrapper .promo-plugin-content-wrapper-text {
	margin-bottom: 3rem !important;
	text-align: center;
}
/* ---------- DEFAULTS aus BS4 ---------- */
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.me-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ms-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.me-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ms-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}
.me-n3,
.mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}
.ms-n3,
.mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}
.me-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}
.ms-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -3rem !important;
}
.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}
.me-n5,
.mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}
.ms-n5,
.mx-n5 {
	margin-left: -3rem !important;
}
.dismiss-toastr {
	position: fixed;
	top: 5px;
	right: 12px;
	z-index: 100000;
	font-size: small;
	width: var( --bs-toast-max-width );
}
.ateoCMSAdminBar-open .toast-container {
	padding-top: 3rem !important;
}
.toast-container {
	position: fixed;
	top: 3em;
	right: 1em;
}
.container.promo-plugin-content-wrapper-inner.px-3.d-flex.row
{
	margin: 0 auto;
}
/*############################################ */
/*								FOOTER											 */
/*############################################ */
.footer {
	position: relative;
	padding-top: 1rem;
}
/*
.footer .container {
	margin-top: 1rem;
}
*/
.footer_title {
	color: var( --primary-color-text );
}
#nav-footer-kategorien .nav-item
{
	width: 95%;
}
.input-group > :not( :first-child ):not( .dropdown-menu ):not( .valid-tooltip ):not( .valid-feedback ):not( .invalid-tooltip ):not( .invalid-feedback ) {
	margin-left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group .btn {
	position: relative;
	z-index: 2;
	color: var( --primary-color-text );
}
.input-group-append .btn:hover {
	color: var( --button-bg-color );
	background-color: var( --bs-btn-hover-bg );
	border-color: var( --bs-btn-hover-border-color );
}
/* Zoomer -style */
.img_zoomer_box:hover .zoom_img_2,
.img_zoomer_box:active .zoom_img_2 {
	opacity: 1;
}
.zoom_img_2 {
	width: 350px;
	height: 350px;
	background: no-repeat #FFF;
	box-shadow: 0 2px 4px -2px rgba( 0, 0, 0, 0.3 );
	pointer-events: none;
	position: absolute;
	opacity: 0;
	border: 2px solid whitesmoke;
	z-index: 9999999;
	border-radius: 50%;
	display: none;
	transition: opacity .2s;
}
