/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a {
	text-decoration: none !important;
}

a:focus {
	outline: none !important;
}

.pll-parent-menu-item ul.sub-menu {
    min-width: auto !important;
}

.pll-parent-menu-item span.text-wrap {
    top: -2px !important;
    position: relative;
}

.dropdown-menu ul li.menu-item {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 9;
    top: -60px;
}

div.reservation .icon {
    position: absolute;
    left: -2px;
    top: -50px;
    width: 65px;
    height: 65px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .2s ease;
}

div.reservation a .icon i {
    color: #FFFFFF;
    font-size: 32px;
    transform: rotate(45deg);
}

div.reservation .call {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 15px;
    line-height: 1.75em;
    margin-top: 25px;
}

div.reservation .call span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    color: #222222;
    letter-spacing: 2px;
}

div.reservation a .icon:hover {
    border: 2px solid #AA8453;
}

.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #E4A853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}


.star-rating:before, .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #E4A853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.cnt-sld-sc {
    text-align: center;
}

.star-rating:after {
    transform: rotate(35deg);
}

.cnt-sld-sc h4 {
    font-family: 'Barlow Condensed', serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
	text-shadow: 0px 0px 5px #000;
}

.cnt-sld-sc h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Gilda Display', serif;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 15px;
	text-shadow: 0px 0px 5px #000;
}

.scl-btm-item img {
    max-height: 30px;
}

#footer-bottom #copyright {
    line-height: 35px !important;
}

#footer-bottom #footer-bottom-menu li:after {
    display: none !important;
}

.scl-btm-item {
    margin-left: 10px;
}

.scl-btm-item:nth-child(1) {
    margin-left: 0px !important;
}

#footer-widgets .footer-box .widget-title {
    border: none !important;
    padding-left: 0 !important;
}

div#polylang-2 li:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}

div#polylang-2 li {
    margin-bottom: 5px;
}

.footer-box.span_1_of_3.col.col-2 .menu li {
    border: none !important;
    padding-top: 0 !important;
}

a.ftr-cnt-phone {
    font-size: 24px;
    color: #fff !important;
    font-family: "Gilda Display", serif;
    display: block;
    padding: 15px 0 10px;
	transition: all .2s ease;
}

.ftr-cnt-phone i {
    font-size: 24px;
    padding: 11px 0 10px;
    margin-right: 10px;
}

.ftr-cnt-phn {
    display: flex;
    align-items: center;
}

.ftr-cnt-phn i {
    font-size: 24px;
    margin-right: 10px;
    color: #fff !important;
}

a.ftr-cnt-phone:hover {
    color: #AA8453 !important;
}


a.ftr-cnt-mail {
    color: #fff !important;
    display: block;
    padding: 0 0 15px;
	transition: all .2s ease;
}

a.ftr-cnt-mail:hover {
    color: #AA8453 !important;
}

.footer-about-social-list a i {
    font-size: 22px !important;
    margin-right: 5px;
    color: #fff !important;
    transition: all .2s ease;
}

.footer-about-social-list a i:hover {
    color: #AA8453 !important;
}

header.page-header {
    background: url(https://solyom-major.com/wp-content/uploads/page-bg-40.jpg);
    height: 350px;
    background-position: 0% 16%;
	background-size: cover;
}

header.page-header h1.page-header-title {
    padding-top: 120px;
    color: #fff !important;
    font-size: 50px !important;
}

.camera-sc-alle h4 {
    font-size: 35px !important;
    font-weight: 500;
    margin-bottom: 10px !important;
	line-height: 1.2;
}

.lst-cl-2 div {
    margin-bottom: 10px;
}

.lst-cl-2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.lst-cl-2-last {
    margin-right: 0 !important;
}

.lst-cls-alle i {
    width: 25px;
    margin-right: 10px;
    color: #AA8453;
    font-size: 20px;
    text-align: center;
}

.content-area {
    padding-right: 0px !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.reserv-sc {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    margin-top: 10px;
}

.reserv-sc {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding-top: 35px;
    margin-top: 10px;
    justify-content: space-between;
}

.det-sc i {
    padding-left: 7px;
}

.det-sc {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
}

.det-sc a:hover::before {
    width: 15%;
}

.det-sc a:before {
    content: '';
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 1px;
    background-color: #AA8453;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.rs-btn-sc a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #AB8A62;
    color: #FFFFFF !important;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    letter-spacing: 3px;
}

.rs-btn-sc a:hover {
	background: #222 !important;
    color: #FFFFFF !important;
}

.camera-sc-alle .wpb_single_image {
    margin-bottom: 0 !important;
}

.camera-sc-left .wpb_column.vc_column_container.vc_col-sm-8 {
    float: right;
}

.camera-sc-left .wpb_column.vc_column_container.vc_col-sm-4 {
    position: absolute;
    top: 0 !important;
    background: #fff !important;
    z-index: 19999;
    width: 50%;
    left: 0;
    display: flex;
    bottom: 0;
    align-self: center;
    padding-top: 25px;
    padding-left: 15px;
}

.camera-sc-right .wpb_column.vc_column_container.vc_col-sm-4 {
    position: absolute;
    top: 0 !important;
    background: #fff !important;
    z-index: 199;
    width: 50%;
    right: 0;
    display: flex;
    bottom: 0;
    align-self: center;
    padding-top: 25px;
    padding-left: 15px;
}

.camera-sc-alle {
    position: relative;
}

.camera-sc-alle {
    margin: 70px 0 70px;
}

.extr-srv h4 {
    color: #AA8453;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.extr-srv h2 {
    font-size: 35px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.extr-ph {
    display: flex;
    align-items: center;
    text-align: left !important;
}

.extr-ph i {
    font-size: 35px;
    color: #8E6D45;
}

.extr-ph p span {
    display: block;
	font-size: 16px;
}

.extr-ph p a {
    font-size: 26px;
	color: #8E6D45;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
}

.extr-ph p {
    margin-bottom: 0 !important;
    margin-left: 10px;
}

.bl-blk {
    height: 206.11px;
    background: #432c11;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p.ttl-bl {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
}

p.prc-bl {
    font-family: 'Gilda Display', serif;
    font-size: 35px;
    margin-bottom: 0px;
    color: #AA8453;
}

.bst-prcs-sc {
    padding: 35px 0;
}

.stars-sc h4 {
    color: #4a4a4a !important;
    text-shadow: none !important;
    font-size: 16px !important;
    margin-top: 0 !important;
	text-align: left !important;
}

.stars-sc {
    text-align: left !important;
}

.stars-sc span {
    margin-left: -3.6px;
}

.ueber-r-sc .wpb_column.vc_column_container.vc_col-sm-4 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 15px !important;
}

.ueber-r-sc .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
    margin-bottom: 25px !important;
}

.reg-r-sc {
    padding: 0 0 170px;
}

.reg-r-sc-first {
    padding: 25px 0 170px !important;
}

.reg-r-sc .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin-bottom: 0 !important;
}

.reg-r-sc .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
    background: #fff;
    position: absolute;
    bottom: -130px;
    width: 70%;
    display: flex;
    justify-self: center;
    padding: 25px;
}

.solo-img img {
    transition: all .2s ease;
}

.solo-img img:hover {
    transform: scale(0.9);
}

.solo-img figure.wpb_wrapper.vc_figure {
    overflow: hidden;
}

.reg-intr-tx {
    padding-top: 70px;
	padding-bottom: 25px;
}

.airport-ics img {
    width: 35px;
	transition: all .2s ease;
}

.airport-ics img:hover {
    transform: scale(0.8);
}

.airport-ins {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-t-und-tx h3 {
    margin-bottom: 10px !important;
    font-size: 26px;
    font-weight: 600;
}

.bilder-gal-frst {
    margin-top: 70px;
}

.bilder-gal {
    margin-bottom: 35px;
}

.bilder-gal .vc_grid-item-mini {
    transition: all .2s ease;
}

.bilder-gal .vc_grid-item-mini:hover {
    transform: scale(0.9);
}

.dropdown-menu .sub-menu {
    min-width: 195px;
}

.ttl-w-lis h2 {
    margin-bottom: 0 !important;
}

.ttl-w-lis {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
	gap: 15px;
}

.ttl-w-lis a {
    border: 2px solid #aa8453;
    padding: 5px 25px;
    display: block;
    background: #aa8453;
    color: #fff !important;
    transition: all .2s ease;
}

.ttl-w-lis a:hover {
    border: 2px solid #333;
    background: #333;
}

.ttl-w-lis a.img-lc {
    border: none !important;
    padding: 0 !important;
    display: block;
    background: transparent !important;
    color: transparent !important;
    transition: all .2s ease;
}

.ttl-w-lis a.img-lc:hover {
    border: none !important;
    background: transparent !important;
	transform: scale(0.9);
}

.zi-list a.img-lc {
    margin-left: 10px;
	width: 35.60px;
}

.zi-list {
    display: flex;
}

.ttl-w-mp .zi-mg-mp img {
	margin-left: 10px;
    width: 35.60px;
}

.ttl-w-mp {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: space-between;
}

.ttl-w-mp h3 {
    margin-bottom: 0px !important;
}


.ttl-w-mp  img {
    transition: all .2s ease;
}

.ttl-w-mp img:hover {
	transform: scale(0.8);
}

.widget-title {
    text-transform: none !important;
}

.hr-simples {
    margin-top: -10px;
    margin-bottom: 20px;
}

.ttl-w-mp.ttl-w-mp-simples {
    justify-content: left !important;
}

.bild-gal-sc {
    margin-left: -3px;
    margin-right: -3px;
}

.bild-gal-sc figure.gallery-item {
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
}

.bilder-gal .wpb_text_column.wpb_content_element:nth-of-type(1) {
    margin-bottom: 15px !important;
}

.bild-gal-sc .gallery-columns-7 figure.gallery-item img {
    height: 120px !important;
    object-fit: cover;
}

.bild-gal-sc .gallery-columns-6 figure.gallery-item img {
    height: 155px !important;
    object-fit: cover;
}

.bild-gal-sc .gallery-columns-5 figure.gallery-item img {
    height: 170px !important;
    object-fit: cover;
}

.bild-gal-sc-top .gallery-columns-5 figure.gallery-item img {
	object-position: top;
}

.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 211px !important;
    object-fit: cover;
}

.bild-gal-sc figure.gallery-item img {
    transition: all .2s ease;
}

.bild-gal-sc figure.gallery-item img:hover {
    transform: scale(0.9);
}

.ttls-h3 h3 {
    font-size: 26px;
    font-weight: 600;
}

.intro-tx {
    margin-top: 70px;
}

.intro-tx .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 20px !important;
}

.intro-tx .stars-sc h4 {
    font-size: 18px !important;
}

.intro-tx h1 {
    margin-bottom: 7px !important;
}

.thr-ins .thr-tt {
    position: absolute;
    bottom: 35px;
    left: 15px;
    color: #fff;
    top: 0;
    right: 15px;
    display: flex;
    align-items: end;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.25)) !important;
    padding: 30px;
    font-size: 26px;
    font-weight: 500;
	color: #fff !important;
}

.thr-ins .thr-rw a img {
    transition: all .2s ease;
}

.thr-ins .thr-rw a:hover img {
    transform: scale(0.9);
}

.thr-ins .thr-rw a .thr-tt {
    transition: all .2s ease;
}

.thr-ins .thr-rw a:hover .thr-tt {
    transform: scale(0.9);
}

.thr-bls-sc {
    margin-bottom: 35px !important;
}

.thr-tt span {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px !important;
}

.thr-bls-sc-rm-pg {
    margin-bottom: 0 !important;
    padding: 35px 0;
}

.thr-bls-sc-rm-pg .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin-bottom: -15px !important;
}

.intro-tx-rm-pg .lst-cl-2 {
    display: flex;
    width: 100%;
    margin-bottom: 10px !important;
}

.intro-tx-rm-pg .lst-cl-2 div {
    margin-right: 25px;
}

.intro-tx-rm-pg h1 {
    margin-bottom: 25px !important;
}

.intro-tx-rm-pg .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 35px !important;
}

.intro-tx-rm-pg .stars-sc h4 {
    margin-bottom: 0 !important;
}

.ctom-gal figure.gallery-item {
    margin-bottom: 0 !important;
    padding: 3px;
}

.ctom-gal {
    margin-left: -3px;
	margin-right: -3px;
}

.ctom-gal figure.gallery-item img {
    transition: all .2s ease;
}

.ctom-gal figure.gallery-item img:hover {
    transform: scale(0.9);
}

.under-gal-rm-pg {
    margin-top: 20px;
    margin-bottom: 45px;
}

.under-gal-rm-pg .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}

.under-gal-rm-pg .wpb_column.vc_column_container.vc_col-sm-4 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 15px !important;
}

.under-gal-rm-pg .lst-cl-2 {
    width: 100%;
    margin-right: 0 !important;
    font-size: 22px;
}

.flx-w-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buch-btn-sc .rs-btn-sc a {
    display: inline-block;
    float: right;
}

.buch-btn-sc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.intro-gpunkt {
    margin-top: 70px;
}

.last-gpunkt {
	margin-bottom: 35px !important;
}

.spc-gpunkt {
    margin-top: 30px;
    margin-bottom: 30px;
}

.solo-imgs-gpk figure.gallery-item {
    margin-bottom: 0 !important;
    padding: 3px;
}

.solo-imgs-gpk {
    margin-left: -3px;
	margin-right: -3px;
}

.spc-gpunkt-img-only {
    margin-top: 35px;
    margin-bottom: 25px;
}

.flx-w-btn .rs-btn-sc a {
    margin-left: 5px;
}

span.km-tx {
    font-size: 22px;
}

.reg-r-sc-mr span.km-tx {
    font-size: 20px;
}

.reg-r-sc-nbg span.km-tx {
    font-size: 20px;
}

.reg-last-tx {
    margin-bottom: 35px;
}

.under-all-zim-sc {
    margin-bottom: 35px;
}

.flx-ttl-w-btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    justify-content: space-between;
}

.flx-ttl-w-btn h2 {
    margin-bottom: 0 !important;
}

.flx-ttl-w-btn .rs-btn-sc a {
    display: inline-block;
}

.under-all-zim-sc .bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 176.31px !important;
}

.ni-ins-rw i {
    color: #AA8453;
    font-size: 30px;
	margin-right: 15px;
}

.ni-ins-rw a {
    display: flex;
    border: 1px solid #F1EEEB;
    padding: 40px 50px 40px 50px;
    align-items: center;
    width: 100%;
}

.ni-ins-rw span.ins-rw-dsc {
    font-size: 22px;
    line-height: 1.2;
}

.nine-ic-tx-sc.nine-ic-tx-sc-last {
    margin-bottom: 35px !important;
}

.nine-ic-tx-sc-ttl .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0 !important;
}

.nine-ic-tx-sc-ttl h4 {
    margin-bottom: 10px !important;
}

.nine-ic-tx-sc-ttl .wpb_text_column.wpb_content_element {
    margin-bottom: 22px;
}

a.cnt-sld-lnk span {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    padding: 0px 25px;
}

a.cnt-sld-lnk {
    font-family: "Barlow Condensed";
    user-select: text;
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2.48047px;
    line-height: 40px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

a.cnt-sld-lnk:hover span {
    transition: all .2s ease;
}

a.cnt-sld-lnk:hover span {
    background: #fff !important;
	color: #000 !important;
}

.airport-tt {
    font-size: 20px;
    font-weight: 600;
}

.sep-dorf {
    padding-bottom: 20px;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent !important;
    padding: 0 !important;
}

.gmap-kontakt .wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0 !important;
}

.kt-ttl {
    margin-bottom: 20px;
}

.kt-sl i {
    color: #aa8453;
    font-size: 50px;
	width: 55px;
}

.kt-sl i.fa-solid.fa-map-location-dot {
    font-size: 49px;
}

.kt-sl i.fa-solid.fa-envelope {
    font-size: 55px;
}

.kt-sl i.fa-solid.fa-phone {
    font-size: 55px;
}

.kontakt-intro {
    margin-top: 70px;
	margin-bottom: 50px;
}

.kt-sl-rw {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.kt-nmr-dsc a {
    display: flex;
    font-size: 24px;
    color: #8E6D45;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

.kt-mail-dsc a {
    display: flex;
    font-size: 24px;
    color: #8E6D45;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

.kt-addre-dsc {
    display: flex;
    flex-direction: column;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    font-size: 18px !important;
}

.k-captcha {
    margin-bottom: 17px;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #AB8A62;
    color: #FFFFFF !important;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    letter-spacing: 3px;
	transition: all .2s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #222;
}

.k-quiz span.wpcf7-form-control-wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.k-quiz input.wpcf7-form-control.wpcf7-quiz {
    width: 50px;
}

span.nmr-crc {
    border: 2px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    font-size: 20px;
}

.bild-gal-sc-frm-lle .gallery-columns-5 figure.gallery-item img {
    height: auto !important;
}

.bild-gal-sc-frm-lle {
    margin-bottom: -5px !important;
}

.flx-rgn-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px !important;
}

.flx-rgn-a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flx-rgn-a a {
    border: 2px solid #aa8453;
    padding: 3px 17px;
    display: block;
    background: #aa8453;
    color: #fff !important;
    transition: all .2s ease;
}

.flx-rgn-a a:hover {
    background: #222;
	border: 2px solid #222;
}

.flx-rgn-ttl h2 {
    margin-bottom: 0 !important;
}

.flx-rgn-a strong {
    font-size: 20px;
}

.bild-gal-sc-3ubrn {
    margin-top: -10px;
    padding-bottom: 10px;
}

.hm-nmr-ubrn .flx-rgn-a {
    gap: 30px;
}

.hm-nmr-ubrn-sl {
    width: 33.3333% !important;
    font-size: 22px;
    line-height: 1.2;
}

.hm-nmr-ubrn .flx-rgn-a strong {
    font-size: 22px;
    line-height: 1.2;
}

.hm-nmr-ubrn .flx-rgn-a a {
    padding: 10px 20px !important;
	text-align: center;
}

.hm-nmr-ubrn {
    padding-bottom: 35px;
}

.tag-rw-tg-1 .bild-gal-sc figure.gallery-item img {
    height: 220px;
    object-fit: cover;
}

.bild-gal-sc.bild-mini-tr figure.gallery-item img {
    height: 123px;
    object-fit: cover;
}

.flx-def.flx-def-rooms {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
	justify-content: space-between;
}

.flx-def.flx-def-rooms a {
    border: 2px solid #aa8453;
    padding: 7px 25px;
    display: block;
    background: #aa8453;
    color: #fff !important;
    transition: all .2s ease !important;
}

.flx-def.flx-def-rooms a:hover {
    background: #222;
	border: 2px solid #222;
}

.ul-m-bot {
    margin-bottom: -15px !important;
    display: block;
}

.funf5-tag-5 .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: 5px;
}

.funf5-tag-5 .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: -15px;
}


.funf5-tag-4 .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: -15px;
}

.flx-copyr-tx-links {
    display: flex;
    gap: 23px;
    justify-content: space-between;
}

.copyr-mnu {
    display: flex;
    gap: 15px;
}

.datenschutz-intro {
	margin-top: 70px;
}

.datenschutz-last {
	margin-bottom: 35px;
}

.sitemap-sc .menu {
    margin: 0 !important;
    list-style: none;
}

.sitemap-sc .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0 !important;
}

.sitemap-sc .menu ul.sub-menu {
    list-style: none !important;
}

.sitemap-sc {
    margin: 70px 0 67px;
}

.sitemap-sc .menu li a {
    background: #aa8453;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    padding: 9px 26px;
    font-size: 20px;
}

.sitemap-sc .menu li a:hover {
    background: #222;
}

.img-t-und-tx h3:lang(HU-hu) {
    font-size: 23px;
}

.reg-r-sc-mr span.km-tx:lang(HU-hu) {
    font-size: 17px;
}

.ttls-h3 h3:lang(HU-hu) {
    font-size: 23px;
}

.reg-r-sc-nbg span.km-tx:lang(HU-hu) {
    font-size: 17px;
}


.img-t-und-tx h3:lang(de) {
    font-size: 23px;
}

.reg-r-sc-mr span.km-tx:lang(de) {
    font-size: 17px;
}

.ttls-h3 h3:lang(de) {
    font-size: 23px;
}

.reg-r-sc-nbg span.km-tx:lang(de) {
    font-size: 17px;
}


/* Respo A */

@media only screen and (max-width: 1408px) {
	
	.airport-tt {
    font-size: 18px !important;
	}
	
}


@media only screen and (max-width: 1301px) {
	
	.airport-tt {
    font-size: 20px !important;
	}
	
	.airports-sc .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
	
	.airports-sc .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
	
}


@media only screen and (max-width: 1239px) {
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 170px !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item img {
    height: 145px !important;
}
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item img {
    height: 115px !important;
}
	
	.reg-r-sc .wpb_text_column.wpb_content_element {
    position: relative !important;
    bottom: 0 !important;
    padding: 25px 0 0 !important;
	width: 100% !important;
}
	
	.reg-r-sc {
    padding: 0 0 70px !important;
}
	
	.reg-r-sc-first {
    padding: 25px 0 70px !important;
}
	
	.bst-prcs-sc .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100% !important;
}
	
	.bst-prcs-sc .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: -25px !important;
}
	
	.bst-prcs-sc-st-tx {
    margin-bottom: 25px;
}
	
	.bst-prcs-sc {
    padding-bottom: 95px !important;
}
	
	#mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img {
    margin-right: 0px;
}
	
	.cnt-sld-sc h1 {
    font-size: 35px;
}
	
	.cnt-sld-sc h4 {
    font-size: 16px;
    margin-top: 0 !important;
}
	
	a.cnt-sld-lnk {
    font-size: 18px;
}
	
	.flx-def.flx-def-rooms {
    gap: 15px !important;
    flex-direction: column;
	text-align: center;
}
	
	.funf5-tag-4 .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.funf5-tag-4 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
	
	.funf5-tag-4 .gallery-columns-1 .gallery-item {
    max-width: 33.3333% !important;
}
	
	.funf5-tag-5 .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.funf5-tag-5 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
	
	.funf5-tag-5 .gallery-columns-1 .gallery-item {
    max-width: 33.3333% !important;
}
	
	.hm-nmr-ubrn .flx-rgn-a {
    gap: 15px !important;
    flex-direction: column;
    text-align: center;
}
	
	.hm-nmr-ubrn-sl {
    width: 100% !important;
}

	.flx-rgn-ttl {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

}


@media only screen and (max-width: 1150px) {
	
	.camera-sc-left .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.camera-sc-right .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.camera-sc-right .wpb_single_image.vc_align_right {
    text-align: left !important;
}
	
	.camera-sc-left .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 60%;
}
	
	.camera-sc-right .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 60%;
}
	
}


@media only screen and (max-width: 959px) {
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 140px !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item img {
    height: 115px !important;
}
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item img {
    height: 100px !important;
}
	
	.intro-gpunkt .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.rw-gpunkt .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.intro-gpunkt .wpb_text_column.wpb_content_element {
    margin-bottom: 25px !important;
}
	
	.rw-gpunkt-right .wpb_text_column.wpb_content_element {
    margin-bottom: 25px !important;
}
	
	.intro-gpunkt {
    padding-bottom: 25px !important;
}
	
	.intro-gpunkt .wpb_text_column.wpb_content_element img {
    width: 100% !important;
}

	.rw-gpunkt-left .wpb_text_column.wpb_content_element img {
    width: 100% !important;
}
	
	.rw-gpunkt-right .wpb_text_column.wpb_content_element img {
    width: 100% !important;
}
	
	.rw-gpunkt-left .wpb_text_column.wpb_content_element.solo-img-gpk {
    margin-bottom: 25px !important;
}
	
	.spc-gpunkt-img-only {
    margin-top: 60px;
    margin-bottom: 35px;
}
	
	.last-gpunkt {
    margin-bottom: 0px !important;
}
	
	.camera-sc-left .wpb_column.vc_column_container.vc_col-sm-4 {
	position: relative;
    width: 100%;
    padding-left: 0 !important;
}
	
	.camera-sc-right .wpb_column.vc_column_container.vc_col-sm-4 {
	position: relative;
    width: 100%;
	padding-left: 0 !important;
}
	
	.camera-sc-left .wpb_single_image img {
    width: 900px;
}
	
	.camera-sc-right .wpb_single_image img {
    width: 900px;
}
	
	.camera-sc-last {
    margin-bottom: 15px !important;
}
	
	.camera-sc-alle {
    margin: 0 !important;
}
	
	.camera-sc-alle.camera-sc-left:nth-of-type(1) {
    margin-top: 45px !important;
}
	
	.camera-sc-alle.camera-sc-left.camera-sc-last {
    margin-top: 35px !important;
}
	
	.camera-sc-alle.camera-sc-right {
    margin-top: 70px !important;
}
	
	.under-all-zim-sc {
    padding-top: 45px;
}
	
	.under-all-zim-sc .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.under-all-zim-sc .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}
	
	.bst-prcs-sc {
    margin-bottom: -40px;
}
	
	.thr-bls-sc-rm-pg {
    margin-bottom: -40px !important;
	padding-bottom: 95px;
}
	
	.thr-bls-sc-rm-pg .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
	
	.thr-bls-sc-rm-pg .wpb_column.vc_column_container.vc_col-sm-4 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: -25px !important;
}
	
	.thr-bls-sc-rm-pg .thr-tt {
    bottom: -25px;
}
	
	.footer-box.span_1_of_3.col.col-2 {
    width: 50%;
}
	
	.footer-box.span_1_of_3.col.col-1 {
    width: 50%;
}
	
	.nine-ic-tx-sc.nine-ic-tx-sc-last {
    margin-bottom: 0 !important;
}
	
	#footer-widgets .footer-box.span_1_of_3.col.col-3 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
	
	.cnt-sld-sc h1 {
    font-size: 20px;
}
	
	.cnt-sld-sc h4 {
    font-size: 12px;
}
	
	a.cnt-sld-lnk {
    font-size: 12px;
}
	
	.airports-sc {
    padding-bottom: 20px;
    margin-bottom: -40px;
}
	
	.bild-gal-sc-frm-lle {
		display: none !important;
	}
	
	.hm-nmr-ubrn {
    padding-bottom: 0;
}
	
}


@media only screen and (max-width: 767px) {
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 110px !important;
}
	
	header.page-header h1.page-header-title {
    font-size: 39px !important;
	line-height: 1;
}
	
	.img-t-und-gs .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.img-t-und-gs .wpb_column.vc_column_container.vc_col-sm-6:nth-of-type(1) {
    margin-bottom: 70px;
}
	
	.reg-r-sc-nbg .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.ttl-w-lis {
    align-items: baseline;
    flex-direction: column;
    gap: 15px;
}
	
	.flx-w-btn {
    align-items: baseline;
    gap: 30px;
    flex-direction: column;
    padding-bottom: 20px;
}
	
	.rs-btn-sc {
    position: relative;
    left: -5px;
}
	
	.intro-tx-rm-pg .lst-cl-2 {
    display: flex;
    width: 100%;
    margin-bottom: 20px !important;
    flex-direction: column;
}
	
	.cnt-sld-sc.resp-cnt-sld-sc {
    display: none;
}
	
	.reservation {
    display: none;
}
	
	a.cnt-sld-lnk {
    display: none;
}
	
	.airports-sc {
    padding-bottom: 20px;
    margin-bottom: 0;
}
	
	.tag-rw-tg-1 .bild-gal-sc figure.gallery-item img {
    height: auto !important;
}
	
	.bild-gal-sc.bild-mini-tr figure.gallery-item img {
    height: 220px !important;
}

}


@media only screen and (max-width: 674px) {
	
.page-id-426 header.page-header h1.page-header-title {
    padding-top: 40px;
}
	
}


@media only screen and (max-width: 600px) {
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item {
    max-width: 50% !important;
}
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: 180px !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item {
    max-width: 50% !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item img {
    height: 180px !important;
}
	
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item {
    max-width: 50% !important;
}
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item img {
    height: 180px !important;
}
	
	header.page-header {
    height: 285px !important;
}
	
	header.page-header h1.page-header-title {
    padding-top: 80px;
}
	
	.lst-cl-2 {
    width: 100%;
    float: left;
    margin-right: 0;
}
	
	.flx-ttl-w-btn {
	align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
	
	.page-id-426 header.page-header h1.page-header-title {
    padding-top: 40px;
}
	
	#footer-widgets .footer-box.span_1_of_3.col.col-3 {
    width: 100% !important;
}
	
	#footer-widgets .footer-box.span_1_of_3.col.col-1 {
    width: 100% !important;
}
	
	#footer-widgets .footer-box.span_1_of_3.col.col-2 {
    width: 100% !important;
    margin: 30px 0 50px;
}
	
	.funf5-tag-4 .gallery-columns-1 .gallery-item {
    max-width: 100% !important;
}
	
	.funf5-tag-5 .gallery-columns-1 .gallery-item {
   max-width: 100% !important;
}
	
	.flx-rgn-a {
    flex-direction: column;
    text-align: center;
	padding-bottom: 15px;
}

}


@media only screen and (max-width: 480px) {
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item {
    max-width: 100% !important;
	width: 100% !important;
}
	
	.bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: auto !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item {
    max-width: 100% !important;
	width: 100% !important;
}
	
	.bild-gal-sc .gallery-columns-5 figure.gallery-item img {
    height: auto !important;
}
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item {
    max-width: 100% !important;
	width: 100% !important;
}
	
	.bild-gal-sc .gallery-columns-6 figure.gallery-item img {
    height: auto !important;
}
	
	.reserv-sc {
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
	padding-top: 20px;
}
	
	.under-all-zim-sc .bild-gal-sc .gallery-columns-4 figure.gallery-item img {
    height: auto !important;
}
	
	.airport-ins {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
}
	
	.airports-sc .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
    margin-bottom: 35px;
}
	
	.airports-sc {
    padding-bottom: 0;
}

}


@media only screen and (max-width: 400px) {

}

/* End of Respo A */