body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
@media only screen and (max-width: 1140px) {
	/* btn */
.btn {
	width: 45px;
	height: 45px;
	margin: 0 15px 0 15px;
    cursor: pointer;
    position: absolute;
    right:0;
    z-index: 200;
    /*top: -12px;*/
    top:38px;
}
	.btn span {
	    height: 2px;
	    display: block;
	    position: absolute;
	    top: 22.5px;
	    left: 0;
	    right: 10%;
	    background-color: #ffffff;
	    -webkit-transition: background 0.15s linear 0.15s;
	    -o-transition: background 0.15s linear 0.15s;
	    transition: background 0.15s linear 0.15s;
	}
	.btn span::before {
	    top: -10px;
	    -webkit-transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::after {
	    bottom: -10px;
	    -webkit-transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.btn span::before, .btn span::after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    display: block;
	    position: absolute;
	    left: 0;
	    background-color: #ffffff;
	}
	body.nav-open .btn span {
	    -webkit-transition: background 0.15s linear;
	    -o-transition: background 0.15s linear;
	    transition: background 0.15s linear;
	    background: none;
	}
	body.nav-open .btn span::before {
	    top: 0px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #d3a4b4;
	}
	body.nav-open .btn span::after {
	    bottom: 0px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #d3a4b4;
	}
/* btn ENDE */

/* nav */
	.header nav{
		display:none;
	}
/* nav ENDE */
	body.nav-open header {
		position:fixed;
	}
	body.nav-open div#container {
		padding-top:34px;
	}
	.blog-details .btn span,
	.blog-details .btn span::before, .blog-details .btn span::after {
	    background-color: #d3a4b4;
	}
	.blog-details .spacer-image-only{
	  height: 70px;
	}
}
@media only screen and (max-width: 900px) {
	body.nav-open #container {
		padding-top:36px;
	}	
}
/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/fonts/lato-v24-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('../../files/fonts/lato-v24-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/lato-v24-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/lato-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../../files/fonts/lato-v24-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    padding:0;
    margin:0;
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
}
html,
body {
    margin:0;
    padding:0;
}
body {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  color:#000000;
}
h2 {
color: #d3a4b4;
letter-spacing: 0.6em;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 20px;
font-size: 16px;
}
h3, h3 a {
color: #706f6f;
letter-spacing: 0.3em;
font-size: 40px;
text-decoration:none;
}
h4, h5 {
	letter-spacing:0.2em;
}
p,
.text-only ul li,
.text-only ol li{
	letter-spacing:0.1em;
	font-weight:300;
}
img {
	display:block;
}
.max-width {
	max-width:1240px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
.header-kontakt {
	background-color:#d3a4b4;
	width:100%;
	text-align:right;
	display: inline-block;
}
.header-kontakt a {
	color:#000000;
	text-decoration:none;
	padding-left:20px;
	font-size:13px;
	line-height:28px;
}
header {
width: 100%;
position: relative;
z-index: 20;
display: inline-block;
background-color: #fff;
}
.logo {
width: 150px;
height: auto;
float: left;
position: absolute;
background-color: #fff;
padding: 30px 20px 20px 20px;
}
header nav {
	overflow-y: auto;
}
.menu {
	float:right;
	margin-top:30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15em;
}
.menu ul li {
	display:inline-block;
	margin-left:30px;
}
.menu ul li a,
.menu ul li strong{
	font-weight:400;
	text-decoration:none;
	color:#000000;
	padding-bottom:15px;
}
.menu ul li strong:after,
.menu ul li a:after,
.menu ul li.trail a:after {
	content:'';
	width:100%;
	height:3px;
	color:#d3a4b4;
  background-image: linear-gradient(#d3a4b4, #d3a4b4);
   background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .5s, color .5s;
  display:inline-block;
}
.menu ul li strong:after,
.menu ul li:hover a:after,
.menu ul li.trail a:after{
	  background-size: 100% 100%;
  color: #fff;
}
.slider .ceSliderStart figure {
	background-color: #d3a4b4;
}
.slider .ceSliderStart img {
	filter: grayscale(100%) brightness(130%);
	opacity: 0.8;
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.slider .ceSliderStart  img.active{
will-change: transform;
-webkit-transition: -webkit-transform 5s;
-moz-transition: -moz-transform 5s;
-o-transition: -o-transform 5s;
transition: transform 5s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
transform-origin: center center;
object-fit: cover;
height: 100vh;
width: 100%;
max-width: 200% !important;
height: 100%;
}
.slider {
	margin-bottom:20px;
}
.slider-menu {
	margin-top:4px;
}
.slider-menu b.active {
  background-color: #d3a4b4;
}
.slider-control .slider-menu b {
  color: #bbb;
  cursor: pointer;
}
.slider-menu b {
  width: 50px;
  height: 4px;
  background-color: #706f6f;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.slider-prev, .slider-next {
  display: none !important;
}
.slider-control .slider-menu {
	font-size:0;
}
.text-center {
	text-align:center;
}
.btn-rund {
	border-radius:100%;
	border:1px solid #d3a4b4;
}
a.btn-rund {
	text-decoration:none;
	color:#706f6f;
	letter-spacing:0.2em;
	display:inline-block;
	margin-top:30px;
}
.col-4 {  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.col-3 {  
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.filter figure,
.mod_newslist figure{
	background-color: #d3a4b4;
	position:relative;
}
.filter img,
.mod_newslist img{
	filter: grayscale(100%) brightness(130%);
	opacity: 0.8;
}
.filter img:hover,
.mod_newslist img:hover{
	filter: grayscale(0) brightness(130%);
	opacity: 1;
	transition:all ease 1s;
}
.bereiche figcaption{
	position: absolute;
bottom: 0;
z-index: 20;
background: rgba(255,255,255,0.8);
width: 100%;
text-align: center;
padding: 20px;
box-sizing: border-box;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  color:#706f6f;
opacity:0;
}
.bereiche .ce_image:hover figcaption {
opacity:1;
transition:all ease 0.5s;
}
.bereiche {
	margin-top:100px;
	margin-bottom:100px;
}
footer {
	width: 100%;
position: relative;
z-index: 20;
display: inline-block;
background-color: #575756;
color:#ffffff;
font-size:12px;
padding-top:50px;
padding-bottom:50px;
line-height:1.8em;
}
footer a,
footer strong{
	color:#ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	display:block;
}
footer .max-width.flex {
	display: flex;
justify-content: space-between;
}
.left-right {
	background-color:rgba(211,164,180,0.2);
	position:relative;
	color:#000000;
}
.text-left-right .ce_image {
	float:left;
	width:calc(50% - 50px);
	box-sizing:border-box;
	padding-right:50px;
	padding-top:120px;
	filter: brightness(70%);
}
.text-left-right .ce_image.hell{
	filter: brightness(90%);
}
.text-left-right .ce_text {
	float:left;
	/*width:calc(50% - 50px);*/
	width:50%;
	box-sizing:border-box;
	padding-left:50px;
}

.bg-hell a.cta {
	border: 1px solid #393535;
	color:#393535;	
}
.bg-hell .right-scroll {
	padding-top:100px;
}
.left-fixed{
position: absolute;
top: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
/*width: calc(50% - 250px);*/
}
.left-fixed,
.bg .left-fixed {
	width: calc(50% - 50px);
  max-width: 400px;
  /*padding-right: 50px;*/
  box-sizing: border-box;
}
.bg .left-fixed{
position: absolute;
top: 0;
height: 100vh;
display: block;
flex-direction: column;
justify-content: center;
/*width: calc(50% - 250px);*/
padding-top:100px;
text-align:center;
z-index:20;
padding-right:0;
}
/*.bg .left-fixed {
  background-image: url(/files/img/salzburg/IMG_20220428_091940.jpg);
  	filter: grayscale(100%) brightness(130%);
	opacity: 0.8;
  background-size: cover;
  text-align:center;
  color:#ffffff;
}*/
.bg .left-fixed:after {
	content:'';
  background-image: url(/files/img/salzburg/IMG_20220428_091940.jpg);
  	filter: grayscale(100%) brightness(130%);
	/*opacity: 0.8;*/
  background-size: cover;
  text-align:center;
  color:#ffffff;
  width:100%;
  height:100%;
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bg .left-fixed h3,
.bg .left-fixed p {
	color:#ffffff;
}
/*.bg.hallein .left-fixed p {
	color:#706f6f;
}*/
.bg.hallein .left-fixed:after {
	content:'';
  background-image: url(/files/img/fuehrungen/hallein/IMG_20231007_092308.jpg);
  	filter: grayscale(100%) brightness(100%);
	/*opacity: 0.8;*/
  background-size: cover;
  text-align:center;
  color:#ffffff;
  width:100%;
  height:100%;
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bg.linz .left-fixed:after {
	content:'';
  background-image: url(/files/img/fuehrungen/linz/Linz_Hauptplatz.jpg);
  	filter: grayscale(100%) brightness(80%);
	/*opacity: 0.8;*/
  background-size: cover;
  text-align:center;
  color:#ffffff;
  width:100%;
  height:100%;
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bg.ueber-mich .left-fixed:after {
	content:'';
  background-image: url(/files/img/maria-750x750.jpg);
  	filter: grayscale(100%) brightness(80%);
	/*opacity: 0.8;*/
  background-size: cover;
  background-position:center center;
  text-align:center;
  color:#ffffff;
  width:100%;
  height:100%;
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bg .left-fixed h3,
.bg .left-fixed p {
	color:#ffffff;
}

.right-scroll {
	width:50%;
	margin-left:50%;
	box-sizing: border-box;
	height:auto;
	min-height:100vh;
}
.bg .right-scroll figure {
	display:none;
}
a.cta {
	border: 1px solid #ffffff;
	padding: 5px 10px;
	float: left;
	font-family: 'Barlow';
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}
a.cta.dark {
	color:#393535;
	border: 1px solid #393535;
}
.fix .left-fixed{
	position:fixed;
}
.fix.short-no-fix .left-fixed,
.no-fix .left-fixed{
	position:absolute;
	bottom:0;
	top:unset;
}
.right-scroll h3 {
	margin-top:40px;
	margin-bottom:20px;
}
.right-scroll h4 {
	margin-bottom:10px;
}
.right-scroll h5 {
	margin-top:10px;
}
.right-scroll .ce_headline {
	margin-top:100px;
	margin-bottom:50px;
}
.right-scroll figure {
	margin-bottom:30px;
}
.right-scroll .ce_text {
	margin-bottom:100px;
}
.right-scroll .ce_text .padding {
	padding-left:50px;
	padding-right:50px;
}
.right-scroll a.cta {
	margin-top:15px;
}
.preise.preise-startseite {
	margin-top:100px;
	margin-bottom:100px;
}
.preise {
	margin-bottom:100px;
}
.preise .col-3 .ce_text {
	border:2px solid #706f6f;
	box-sizing:border-box;
	text-align:center;
	line-height:1.8em;
	padding-bottom:30px;
}
.preise .ce_text h2,
.preise .ce_text p {
	padding: 0 30px;
}
.preis {
	background-color:#d3a4b4;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	font-size:20px;
}
.preis p {
	font-weight:bold;
}
p.small {
	font-size:11px;
	font-weight:400;
}
.preise .bg-hell {
	background-color:rgba(211,164,180,0.2);	
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.preise .bg-hell h2{
	margin:0;
}
.preise .col-3 .ce_text {
	margin-bottom:30px;
}
.preise .col-3 .ce_text:first-of-type,
.preise .col-3 .ce_text:last-of-type {
	margin-top:30px;
	border:1px solid #706f6f;
	margin-bottom:0;
}
.col-3 {
	margin-top:50px;
}

header .icons img{
	height: 17px;
	width: auto;
	position: absolute;
	top: 8px;
}
footer .icons img{
	height: 17px;
	width: auto;
	position: relative;
	top: 8px;
	margin-right:10px;
}
header .icons,
footer .icons {
  float: right;
  padding-top: 2px;
  position: relative;
}
header .icons a {
  margin-left: 2px;
  font-size: 12px;
  display: inline-block;
}
footer .icons a{
  margin-left: 2px;
  font-size: 12px;
  display: block;
}
footer img {
	width:260px;
}
.mod_article.slider {
	position:relative;
}
.austriaguides-logo {
  position: absolute;
  width: 120px;
  bottom: 51px;
  right: 30px;
  z-index: 10;
  background-color: transparent;
}
.austria-guides-logo {
position: absolute;
top: 10px;
left: 0;
width: 90px;
}
footer {
	line-height: 30px;
}
footer .col.austria-guides {
	float:left;
	margin-right:40px;
}
footer .col {
	float:left;
	margin-right:60px;
	margin-bottom:30px;
}
footer .icons a {
	float:left;
}
footer .icons a:nth-child(odd) {
	clear:both;
}
.faq {
	margin-top:50px;
	margin-bottom:100px;
}
.faq h3{
	font-size:20px;
	background-color:rgba(211,164,180,0.2);
	padding:5px 10px;
}
.faq-answer {
	padding:10px;
}

.faq .ce_text {
	position: relative;
	margin-bottom: 2em;
}
.faq svg.icon {
  width: 30px;
  height: 30px;
  right: 7px;
  top: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  fill: #706f6f;
}
.faq-answer {
	display:none;
}
.faq-answer a {
	text-decoration:underline;
	color:#000000;
}
.faq h3 {
	padding-right:50px;
}
.faq h3,
.faq svg.icon {
	cursor:pointer;
}
.faq-answer.show-answer {
	display:block;
}
svg.icon.show-answer {
	-webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top:5px;
}
.spacer {
	margin-top:50px;
}
.spacer-large{
	margin-top:100px;
}
.spacer-bottom{
	margin-bottom:100px;
}
.spacer-image-only{
	width:100%;
	height:30px;
}
/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
	background-color:#ffffff;
	border:1px solid #706f6f;
	line-height:50px;
	box-sizing:border-box;
	color:rgba(73,75,77,1);
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
  font-family: 'Lato';
	  webkit-border-radius: 0;
	border-radius: 0;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
footer .kontaktformular textarea{
	height: 174px;
}
.kontaktformular input:focus,
.kontaktformular textarea:focus{
	border:1px solid #706f6f;	
}
.kontaktformular button.submit:hover {
  opacity: 0.75;
}
.kontaktformular .widget-submit {
 	margin-bottom:20px;
 	width:auto;
 	float:right;
 }
.kontaktformular .widget-explanation {
	font-size:16px;
	width:50%;
	padding-right:20px;
	padding-top:1em;
}
.kontaktformular .widget-explanation a {
	color:#000000;
}
.kontaktformular :focus {
  outline: none;
}
/* formular ende */

/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
/*	background-color:#ffffff;*/
	background-color:transparent;
	border:1px solid  #706f6f;
	line-height:50px;
	box-sizing:border-box;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
	font-family: 'Lato';
	  webkit-border-radius: 0;
	border-radius: 0;
	height:50px;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
.kontaktformular button.submit {
	background-color:rgba(211,164,180,0.2);
	border:none;
	line-height:50px;
	box-sizing:border-box;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	float:right;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	width:100%;
	/*border:1px solid rgba(211,164,180,0.2);*/
	font-family: 'Lato';
    font-weight: bold;
    color: #706f6f;
letter-spacing: 0.3em;
font-size: 40px;
text-decoration: none;
}
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.widget-checkbox {
	margin-top:15px;
	margin-bottom:30px;
}
.checkbox_container {
	border:0;
}
.widget-checkbox input {
	float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-top: 4px;
}
.widget-checkbox a {
	color:#000000;
}
/* kontaktformular ende */
/* blog */
.blog .mod_newslist{  
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.blog-text {  
  column-count: 2;
  column-gap: 50px;
}
.blog-text p {
	margin-bottom:1em;
}
.layout_full h1 {
	display:none;
}
p.back {
	width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.back a {
	font-size: 16px;
	background-color: rgba(211,164,180,0.2);
	padding: 5px 20px;
	color: #706f6f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
	float: right;
}
.more a {
	margin-top:10px;
}
.more a {
	  text-decoration: none;
  color: #706f6f;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-top: 30px;
  border-radius: 100%;
border: 1px solid #d3a4b4;
}
.layout_full img {
	max-width:400%;
	width:100%;
}
.large-image .mod_article.slider,
.large-image .ce_image.active,
.large-image .ce_image.active figure,
.large-image .ce_image.active img {
	height:100vh;
	position:fixed;
	width:calc(50% - 100px);
}
.large-image .mod_article.slider {
	top:0;
}
.large-image .ce_image.active img {
	object-fit: cover;
	object-position: top;
}
.layout_full.large-image {
	max-width:1920px;
	padding-left:40px;
	padding-right:40px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
.large-image .blog-content {
width: 50%;
max-width: 620px;
margin-left: 50%;
box-sizing: border-box;
}
.large-image .blog-text {  
  column-count: 1;
  column-gap: 50px;
}
h2 a {
	color: #d3a4b4;
	letter-spacing: 0.6em;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 16px;
	text-decoration:none;
}
.mod_newslist figure {
	margin-bottom:20px;
}
.liste ul {
	margin-top:20px;
}
.liste ul li {
  list-style-type: none;
  font-size: 16px;
  padding-bottom: 14px;
  position: relative;
  margin-left: 25px;
  font-weight: normal;
}
.liste ul li::before {
  content: "︎";
  background: url('/files/img/icons/me-icon.jpg');
    background-repeat: repeat;
    background-size: auto;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: -25px;
	font-size: 1em;
}
.text-only {
	margin-bottom:100px;
}
.text-only h3,
.text-only h3 a{
	font-size:18px;
	margin-top:2em;
	margin-bottom:1em;
	color:#706f6f;
}
.text-only a {
	text-decoration:none;
	color:#000000;
}
.hinweis {
	margin-top: 50px;
	text-align: center;
	font-size: 13px;
}
.blog .layout_latest {
	margin-bottom:20px;
}
.text-only ul,
.text-only ol {
	margin-top:1em;
	margin-bottom:1em;
}
.p-padding p {
	margin-top:1em;
}
footer .werbegut {
	font-size:10px;
	color:#ffffff;
	margin-top:30px;
	margin-bottom:-30px;
	opacity: 0.5;
	float:right;
	margin-left:30px;
}
footer .werbegut a{
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
}
@media only screen and (max-width: 1140px) {
	.logo {
	  padding: 15px 15px 10px 15px !important;
	}
}	
@media only screen and (max-width: 850px) {
	.slider img {
		min-height: 300px;
		width: auto;
		object-fit: cover;
	}
	.slider .austriaguides-logo img {
		min-height:auto;
		max-width:120px;
	}
}
@media only screen and (max-width: 750px) {
header .icons a:nth-child(even) {
	font-size:0;
}
}

@media only screen and (max-width: 680px) {
	.kontaktformular .form-wrapper {
		column-count: 1;
	}
	.kontaktformular .widget-explanation {
		width: 100%;
		padding-right: 0;
		font-size:15px;
	}
	.logo {
		max-width: calc(100% - 70px);
		width: 120px;
		display: inline-block;
	}
	.left-right.bg .left-fixed,
	.left-fixed{
		position: relative;
		width: calc(100% + 40px);
		margin-left: -20px;
		height: 400px;
		object-fit: cover;
		padding: 30px 20px;
		max-width: unset;
	}
	.left-right .right-scroll {
		margin-left: 0;
		width: 100%;
		min-height: auto;
	}
	.spacer-large {
		margin-top:0;
	}
	.spacer-large .right-scroll {
		margin-top:100px;
	}
	.left-fixed h2,
	.left-fixed h3,
	.left-fixed p{
		opacity:0;
	}
	.bg .left-fixed::after,
	.bg.hallein .left-fixed::after {
	  background-position: bottom;
	}
	footer img {
		width:180px;
	}
	.kontaktformular .form-wrapper {
	  display: grid;
	  overflow: hidden;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 15px;
	}
}
@media only screen and (max-width: 550px) {
	footer .max-width {
		display:grid;
	}
	footer-kontakt,
	.footer-menu {
		width:100%;
		float:left;
	}
}
/*
@media only screen and (max-width: 1440px) {
.left-fixed {
  width: 50%;
  max-width: 400px;
  padding-right: 50px;
  box-sizing: border-box;
}
}
*/
/*
@media only screen and (max-height: 600px) {
.right-scroll {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  height: auto;
  min-height: unset;
  border-left: 0;
}
.left-fixed {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  max-width: unset;
  padding-top: 50px;
  padding-bottom: 130px;
}
.fix .left-fixed {
  position: unset;
}
.ce_image.blatt-11 {
	display:none;
}
}*/
/*

@media only screen and (max-width: 1440px) {
}




*/

@media only screen and (max-width: 1140px) {
	.header nav ul.level_2 {
	  position: relative;
	  float: right;
	  clear: both;
	}
	.header nav ul li a,
	.header nav ul li strong{
		float:right;
	}
	header .menu li {
	    display: block;
	    padding-bottom: 20px;
	    float:right;
	    clear:both;
	}
	header .menu li.show-submenu {
		float:right;
	}
	.header nav{
		position: absolute;
		background-color: #ffffff;
		top: 0;
		right: 0;
		margin-top: 34px;
		padding: 30px;
		height: 100vh;
		width: auto;
		overflow-y: auto;
		z-index: 20;
		z-index: 100;
		/*border-left: 1px solid rgba(0,0,0,0.5);*/
		min-width: 98px;
		padding-top:100px;
	}
	header .menu li:not(:last-child)::after {
	  content: '';
	  padding-left: 0;
	}
	header .menu ul{
		padding-top: 0;
	}
	header .menu ul.level_2 {
		padding-top: 0;
	}
	header nav a, header nav strong, header nav a.trail {
		margin-left:0;
	}
}
@media only screen and (max-width: 900px) {
	h3, h3 a,
	.kontaktformular button.submit{
		font-size:30px;
	}
	body.nav-open div#container {
	  padding-top: 36px;
	}
	.preise .col-3 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 20px;
	  max-width:400px;
	  margin-right:auto;
	  margin-left:auto;
	}
	.preise .ce_text,
	.preise .col-3 .ce_text:first-of-type, .preise .col-3 .ce_text:last-of-type{
		margin-bottom:30px;
		margin-top:0;
	}
	.kontaktformular .widget-submit {
		margin-top:50px;
	}
	.blog .mod_newslist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
	.blog .mod_newslist h2{
  hyphens:auto;
}
.layout_full.large-image {
  padding-left: 20px;
  padding-right: 20px;
}
.large-image .mod_article.slider, .large-image .ce_image.active, .large-image .ce_image.active figure, .large-image .ce_image.active img {
  height: 100vh;
  position: fixed;
  width: calc(50% - 30px);
}
.large-image .blog-content h3{
	hyphens:auto;
}
.layout_full.large-image {
  padding-left: 0;
  padding-right: 0;
}
}
@media only screen and (max-width: 650px) {
	h3, h3 a,
	.kontaktformular button.submit{
		font-size:25px;
	}
	.col-3 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 20px;
	}
	.bereiche {
		max-width:350px;
	}
		.large-image .mod_article.slider, .large-image .ce_image.active, .large-image .ce_image.active figure, .large-image .ce_image.active img {
  height: 300px;
  position: relative;
  width: 100%;
	}
	.large-image .blog-content {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
	.blog .mod_newslist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
}
