/*default stuff*/

#fullwidthmenu {
	opacity: 1;
	z-index: 99;
	transition: opacity .3s;
}
.hidden {
	opacity: 0 !important;
	z-index: -1 !important;
	transition: all .3s;
}
.elementor-location-single,
#content {
	margin-top: 160px !important;
	background: white !important;
}
/*menu*/
span.menubar {
    color: white;
    font-size: 18px !important;
}
#menubutton {
    cursor: pointer;
    width: 45px;
    height: 22px;
    display: block;
}
#menubutton bar {
    height: 2px;
    width: 45px;
    display: block;
    position: absolute;
    background: white !important;
	transition: all .4s;
}
#menubutton bar:nth-of-type(1) {
    top: 0px;
}
#menubutton bar:nth-of-type(2) {
    top: 10px;
}
#menubutton bar:nth-of-type(3) {
    top: 20px;
}

/* lang */
.lang-item img {
    height: 18px !important;
    width: auto !important;
}

/* open */
#menubutton.open bar:nth-of-type(2) {
    opacity: 0;
}
#menubutton.open bar:nth-of-type(1) {
	top: 10px;
    transform: rotate(45deg);
    transform-origin: center center;
}
#menubutton.open bar:nth-of-type(3) {
	top: 10px;
    transform: rotate(-45deg);
    transform-origin: center center;
}

/* grid layout */
.angebot_grid_item {
	aspect-ratio: 1 / 1 !important;
}

.angebot_grid_item:hover .bg {
	opacity: 0.7 !important;
}

.angebot_grid_item.externallink:hover h1 {
	color: white !important
}
.angebot_grid_item.externallink:hover .arrowwwnew {
	fill: white !important
}

.angebot_grid_item .bg {
	opacity: 0;
	transition: opacity .3s;
}

/* gallerie */
.swiper-pagination-bullet {
    border-radius: 0px !important;
    background: white;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    background: white;
    opacity: 0.8;
}

.swiper-pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-right: 5px;
}

.elementor-swiper-button {
    opacity: 0;
    transition: all .3s;
}
.elementor-swiper-button-prev {
    margin-left: 60px;
}
.elementor-swiper-button-next {
    margin-right: 60px;
}
.swiper:hover .elementor-swiper-button {
    opacity: 1;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* text block */
.elementor-widget-text-editor p {
	margin-bottom: 0px;
	hyphens: auto;
}
.elementor-widget-text-editor ul {
    list-style: square;
    padding-left: 18px;
}
.elementor-widget-text-editor table,
.elementor-widget-text-editor tr,
.elementor-widget-text-editor td {
    border: none !important;
    background: none !important;
    padding: 0px !important;
    padding-right: 15px !important;
}
.elementor-widget-text-editor a:hover,
.hoverlink a:hover {
	text-decoration: underline !important;
}

.elementor-widget-text-editor em {
	font-size: 18px !important;
	line-height: 1.3em !important;
}
@media screen and (max-width: 767px) {
#fullwidthmenu {
	max-height: calc(100dvh - 140px);
	height: calc(100dvh - 140px);
	overflow-y: scroll;
}
}

.noscroll {
	overflow: hidden !important;
}

.headerlang .elementor-nav-menu {
    flex-wrap: nowrap;
}

.elementor-location-single a.elementor-button:hover {
    background-color: var( --e-global-color-primary )  !important;
    color: white !important;
}

.footersociallink a:hover {
    scale: 1.2;
}
.footersociallink a {
    transition: all .3s;
}

.zurueckbutton a.elementor-button svg {
    width: 26px;
    height: 26px;
    transition: all .3s;
}

.zurueckbutton a.elementor-button span.elementor-button-text {
    display: flex;
    align-items: center;
}

.zurueckbutton a.elementor-button:hover {
    background: white !important;
    color: var( --e-global-color-primary )  !important;
}


.zurueckbutton a.elementor-button:hover svg {
    margin-left: -8px;
    margin-right: 8px;
}