@charset "utf-8";

/* Base */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'KievitWebPro', sans-serif;
	font-size: 18px;
	background-color: #efefef;
	color: #808080;
	margin: 0;
	line-height: 140%;
	text-align: justify;
	overflow-x: hidden;
}

/* Links */

a {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color: #77925e;
}
a.link-details {
	display: block;
	margin-top: 20px;
}

/* Images */

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1, h2 {
	font-family: 'KievitWebPro', sans-serif;
}
h1 {
	color: #000;
	font-size: 36px;
	line-height: 120%;
}
h2 {
	color: #000;
	font-size: 24px;
	line-height: 120%;
}
h3.box-title {
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.margin-large-top {
	margin-top: 20px;
}
.hidden, .hidden-age {
	display: none;
}
.flex {
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
}
.flex .flex-item {
	flex-grow: 1;
}
.flex-item {
	background-color: #efefef;
	border: 1px solid #ccc;
}
.cf {
	content: '';
	clear: both;
	display: table;
}

/* Grid */

.grid-container {
	width: 100%;
}
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] {
	margin-left: 0;
}
.col-1 {
	width: 6.382978723404255%;
}
.grid-container.nogutter .col-1 {
	width: 8.333%;
}
.col-2 {
	width: 14.893617021276595%;
}
.grid-container.nogutter .col-2 {
	width: 16.66%;
}
.col-3 {
	width: 23.404255319148934%;
}
.grid-container.nogutter .col-3 {
	width: 25%;
}
.col-4 {
	width: 31.914893617021278%;
}
.grid-container.nogutter .col-4 {
	width: 33.33%;
}
.col-5 {
	width: 40.42553191489362%;
}
.grid-container.nogutter .col-5 {
	width: 41.66%;
}
.col-6 {
	width: 48.93617021276595%;
}
.grid-container.nogutter .col-6 {
	width: 50%;
}
.col-7 {
	width: 57.44680851063829%;
}
.grid-container.nogutter .col-7 {
	width: 58.33%;
}
.col-8 {
	width: 65.95744680851064%;
}
.grid-container.nogutter .col-8 {
	width: 66.66%;
}
.col-9 {
	width: 74.46808510638297%;
}
.grid-container.nogutter .col-9 {
	width: 75%;
}
.col-10 {
	width: 82.97872340425532%;
}
.grid-container.nogutter .col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.48936170212765%;
}
.grid-container.nogutter .col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.grid-container.nogutter .col-12 {
	width: 100%;
}

/* Formular */

input, select, textarea {
	background-color: #fff;
	border-radius: 0;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 0 0 10px;
	font-size: 14px;
}
textarea {
	padding: 10px;
	height: 80px;
}
input[type="checkbox"] {
	float: left;
	margin: 12px 6px 12px 0;
	width: 16px;
	height: 16px;
}
label {
	font-size: 14px;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: left;
}
.form-icon {
	display: block;
	position: relative;
}
.form-icon>input {
	padding-left: 30px;
}
.form-icon i {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -7px;
	font-size: 14px;
	color: #999;
	text-align: center;
	pointer-events: none;
}
/* Anfrage */
#anfrage {
	z-index: 9999;
	/*background-color: #eee;*/
	position: fixed;
	width: 320px;
	height: 100vh;
	top: 0;
	right: -320px;
	transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
	overflow: auto;
}
#anfrage.open { right: 0; }
#anfrage.show { right: 0; }
#anfrage #closebutton {
	cursor: pointer;
	display: block;
	position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
#anfrage #closebutton i { font-size: 2em; }
#anfrage h3 {
	display: block;
	background-color: #ca0237;
	color: #fff;
	padding: 35px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
}
#anfrage .counter a {
	background-color: #77925e;
	text-align: center;
	color: #fff;
	flex-grow: 1;
	line-height: 40px;
	margin-left: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#anfrage .counter a:hover {
	cursor: pointer;
	background-color: #5e734a;
}
#anfrage span {
	display: block;
	font-size: 14px;
	margin: 4px 0;
}
#anfrage-erwachsene, #anfrage-kinder {
	width: 60%;
}
#anfrage .counter {
	display: flex;
	margin-bottom: 10px;
}
#anfrage-formular {
	border: 1px solid #ccc;
}
#anfrage-formular .row, #hotelfinder-formular .row {
	margin-bottom: 12px;
}
#anfrage #button-docked {
	display: none;
}
#anfrage.docked {
	position: fixed;
	top: 0;
}
#anfrage.docked #anfrage-formular {
	display: none;
}
#anfrage.docked #button-docked {
	display: block;
}
#anfragemobilebutton {
	cursor: pointer;
	display: none;
	position: fixed;
    bottom: 90px;
    right: 0;
    color: #fff;
    z-index: 9999;
    padding: 0.5em;
    background: #cb0538;
	font-size: 16px;
	font-weight: bold;
	text-transform:	uppercase;
}
#anfragemobilebutton i {
	font-size: 2em;
	vertical-align: middle 
}
#anfragemobilemessage {	   
	background: #efefef;
	border: 1px solid #ccc;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	position: fixed; left: 50%; top: 20%;
	transform: translate(-50%);
	width: auto;
	height: auto;
	margin: 0 1em;
	text-align: center;
	z-index: 9999;
}

#privacy { margin-top: 0; }
label[for="privacy"] {
	height: auto;
	line-height: 1.2em;
}
#privacy { height: 22px; }
.header-wrapper {
	position: relative;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.header {
	max-width: 1366px;
	padding: 25px 35px;
	margin: 0 auto;
}
.header h1 {
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.header h2 {
	color: #808080;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
}
.logo-dorf-tirol {
	float: left;
	max-width: 140px;
	margin-right: 35px;
	margin-bottom: 1em;
}
.logo-suedtirol {
	text-align: right;
}
#slideshow > *.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1!important;
}
#pager-prev, #pager-next {
	background-color: #77925e;
	display: block;
	line-height: 24px;
	font-size: 24px;
	padding: 8px 16px;
	color: #fff;
}
#pager-prev:hover, #pager-next:hover { background-color: #5e734a; }
#pager-next {
	margin-bottom: 4px;
}
#slideshowpager {
	position: absolute;
	left: 400px;
	top: 10%;
	z-index: 2;
}
#slideshowpager img {
	height: 18px;
	width: 40px;
}
#slideshow {
	height: 50vw;
	max-height: calc(100vh - 250px);
	position: relative;
}
#caption {
	z-index: 2;
	position: absolute;
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 10%;
	width: 400px;
	height: 240px;
	line-height: 24px;
}
#caption h2 { text-align: left; }
.content {
	position: relative;
	max-width: 1366px;
	margin: -60px auto 0;
	z-index: 990;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 60px;
}
.content .row + .row { margin-top: 35px; }
.thema {
	position: relative;
	margin: 35px 0;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.thema:first-child { margin-top: 0; }
.thema-text {
	padding: 35px;
}
.footer {
	max-width: 1366px;
	margin: 0 auto;
	padding: 35px 60px 160px 60px;
	font-size: 14px;
	line-height: 24px;
}
.adresse {
	text-align: right;
}

/* Buttons */
.button {
	display: block;
	line-height: 50px;
	height: 50px;
	font-family: 'KievitWebPro', sans-serif;
	width: 100%;
	background-color: #77925e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.button:hover {
	background-color: #5e734a;
	color: #fff;
	cursor: pointer;
}
.buttonred { background-color: #cb0538}
.buttonred:hover { background-color: #8b0024}

.thema .button {
	position: absolute;
	width: 200px;
	bottom: 0;
	right: 0;
}
.box-content {
	background-color: #efefef;
	padding: 35px;
	font-size: 18px;
}
.box-content p {
	line-height: 24px;
}
.thema .hidden .row {
	padding: 35px;
	border-top: 1px solid #ddd;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 43%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cookie-container {
	display: flex;
	align-items: center;
	background: #fff; background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #333!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookie-container p, #cookie-container button { display: inline-block!important; }
#cookie-container p { margin: 0; }
#cookie-container a {
	border: none!important;
	color: #333!important;
	text-decoration: underline!important;
}
#cookie-container a:hover { text-decoration: none!important; }
#cookie-container button {
	background: #333!important;
	border: none!important;
	color: #fff!important;
	line-height: 20px!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
	text-align: center!important;
}
#cookie-container button:hover { 
	background: #aaa!important;
	cursor: pointer;
}

/* Wetter */
#wetter span {
	display: block;
	font-size: 14px;
}
#wetter i {
	font-size: 64px;
	font-style: normal;
}
#wetter .today i {
	font-size: 72px;
}
#wetter .today {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#wetter .temp-min, #wetter .temp-max {
	font-weight: bold;
	font-size: 28px;
	margin-top: 15px;
}
#wetter .temp-max { color: #ca0538; }
#wetter .temp-min { color: #004876; }

.fb-page, .fb-page span, .fb-page span iframe[style] { width: 100% !important; }

#hotelfinder h3, h3.box-title, #anfrage h3 { background: #878787; }

.merancarddesc { padding-left: 1em; }
.merancardlinks {
	padding-top: 20px;
	clear: both;
}
.merancardlinks a {
	margin-top: 0;
}
#anfrage-fortfahren {
	height: 35px;
    line-height: 35px;
    margin-top: 10px;
	display: none;
	padding: 0 10px;
	width: auto;
	font-size: 0.9em;
	font-weight: bold;
}
#anfrage-fortfahren.docked {
	position: fixed;
	right: 0;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
	#anfrage-fortfahren { display: inline-block; }
	#anfrage-fortfahren.docked {
		position: fixed; top: 80px; right: 0; z-index: 991;
	}
}
@media screen and (max-width: 1210px) {
	#anfrage-fortfahren span { display: none; }
}
@media screen and (max-width: 1315px) {
	.header h1 {
		font-size: 27px;
	}
	.header h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1070px) {
	.header h1 { font-size: 23px; }
}
	
@media screen and (max-width: 1024px) {
	#anfrage {
		background: none;
		position: fixed;
		width: 320px;
		height: 100vh;
		top: 0;
		right: -320px;
		overflow: scroll;
		margin-top: 35px;
	}
	#anfrage #closebutton { display: block; }
	#anfrage.open { right: 0; }
	#anfrage h3 {
		display: block;
		text-align: center;
	}
	#anfrage-formular { padding-bottom: 5em; }
	#anfragemobilebutton { display: block }
	#anfrage-fortfahren.docked {
		top: 0; left: 0; right: auto;
		width: 100%;
	}
	#anfrage-fortfahren { margin-top: 0; }
}

@media screen and (max-width: 980px) {
	/* medium grid */
	.col-m-1 {
		width: 6.382978723404255%;
	}
	.grid-container.nogutter .col-m-1 {
		width: 8.333%;
	}
	.col-m-2 {
		width: 14.893617021276595%;
	}
	.grid-container.nogutter .col-m-2 {
		width: 16.66%;
	}
	.col-m-3 {
		width: 23.404255319148934%;
	}
	.grid-container.nogutter .col-m-3 {
		width: 25%;
	}
	.col-m-4 {
		width: 31.914893617021278%;
	}
	.grid-container.nogutter .col-m-4 {
		width: 33.33%;
	}
	.col-m-5 {
		width: 40.42553191489362%;
	}
	.grid-container.nogutter .col-m-5 {
		width: 41.66%;
	}
	.col-m-6 {
		width: 48.93617021276595%;
	}
	.grid-container.nogutter .col-m-6 {
		width: 50%;
	}
	.col-m-7 {
		width: 57.44680851063829%;
	}
	.grid-container.nogutter .col-m-7 {
		width: 58.33%;
	}
	.col-m-8 {
		width: 65.95744680851064%;
	}
	.grid-container.nogutter .col-m-8 {
		width: 66.66%;
	}
	.col-m-9 {
		width: 74.46808510638297%;
	}
	.grid-container.nogutter .col-m-9 {
		width: 75%;
	}
	.col-m-10 {
		width: 82.97872340425532%;
	}
	.grid-container.nogutter .col-m-10 {
		width: 83.33%;
	}
	.col-m-11 {
		width: 91.48936170212765%;
	}
	.grid-container.nogutter .col-m-11 {
		width: 91.66%;
	}
	.col-m-12 {
		width: 100%;
	}
	.grid-container.nogutter .col-m-12 {
		width: 100%;
	}
	.m-space {
		margin-left: 2.127659574468085%!important;
		margin-right: 2.127659574468085%!important;
	}
	.m-space-left {
		margin-left: 2.127659574468085%!important;
	}
	.m-space-right {
		margin-right: 2.127659574468085%!important;
	}
	.m-space-bottom {
		margin-bottom: 2.127659574468085%!important;
	}
	.m-space-top {
		margin-top: 2.127659574468085%!important;
	}
	.m-clearspace {
		margin: 0!important;
	}
	.m-clearspace-left {
		margin-left: 0!important;
	}
	.m-clearspace-right {
		margin-right: 0!important;
	}
	.m-hidden {
		display: none;
	}
	body {
		font-size: 16px;
		line-height: 140%;
	}
	.box-content { 
		font-size: 16px; 
		line-height: 140%;
	}
	.header h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.header h2 {
		font-size: 16px;
	}
	#caption {
		display: block!important;
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
		padding: 0 25px;
		font-size: 0.9em;
		line-height: 120%;
	}
	#caption h2 {
		display: none;
	}
	#slideshowpager {
		left:0;
		top: 40px;
	}
	.logo-dorf-tirol { 
		margin-bottom: 0;
		margin-right: 25px; 
	}
	.logo-dorf-tirol img { 
		margin-bottom: 1.5em;
		max-width: 105px; 
	}
	.thema-text {
		padding: 15px 15px 50px 15px;
	}
	.thema-text h1 {
		font-size: 24px;
	}
	#anfrage-formular { padding-bottom: 5em; }
	#anfragemobilebutton { display: block }
	#anfrage-fortfahren span { display: inline; }
	.logo-suedtirol { display: block; text-align: center; }
	.logo-suedtirol a:first-of-type { display: none; }
	.content {
		margin-top: 30px;
		padding: 20px;
	}
	#wetter, #merancard {
		margin-top: 35px;
	}
}
@media screen and (max-width: 680px) {
	/* small grid */
	.col-s-1 {
		width: 6.382978723404255%;
	}
	.grid-container.nogutter .col-s-1, .grid-container .row.table .col-s-1 {
		width: 8.333%;
	}
	.col-s-2 {
		width: 14.893617021276595%;
	}
	.grid-container.nogutter .col-s-2, .grid-container .row.table .col-s-2 {
		width: 16.66%;
	}
	.col-s-3 {
		width: 23.404255319148934%;
	}
	.grid-container.nogutter .col-s-3, .grid-container .row.table .col-s-3 {
		width: 25%;
	}
	.col-s-4 {
		width: 31.914893617021278%;
	}
	.grid-container.nogutter .col-s-4, .grid-container .row.table .col-s-4 {
		width: 33.33%;
	}
	.col-s-5 {
		width: 40.42553191489362%;
	}
	.grid-container.nogutter .col-s-5, .grid-container .row.table .col-s-5 {
		width: 41.66%;
	}
	.col-s-6 {
		width: 48.93617021276595%;
	}
	.grid-container.nogutter .col-s-6, .grid-container .row.table .col-s-6 {
		width: 50%;
	}
	.col-s-7 {
		width: 57.44680851063829%;
	}
	.grid-container.nogutter .col-s-7, .grid-container .row.table .col-s-7 {
		width: 58.33%;
	}
	.col-s-8 {
		width: 65.95744680851064%;
	}
	.grid-container.nogutter .col-s-8, .grid-container .row.table .col-s-8 {
		width: 66.66%;
	}
	.col-s-9 {
		width: 74.46808510638297%;
	}
	.grid-container.nogutter .col-s-9, .grid-container .row.table .col-s-9 {
		width: 75%;
	}
	.col-s-10 {
		width: 82.97872340425532%;
	}
	.grid-container.nogutter .col-s-10, .grid-container .row.table .col-s-10 {
		width: 83.33%;
	}
	.col-s-11 {
		width: 91.48936170212765%;
	}
	.grid-container.nogutter .col-s-11, .grid-container .row.table .col-s-11 {
		width: 91.66%;
	}
	.col-s-12 {
		width: 100%;
	}
	.grid-container.nogutter .col-s-12, .grid-container .row.table .col-s-12 {
		width: 100%;
	}
	.s-space {
		margin-left: 2.127659574468085%!important;
		margin-right: 2.127659574468085%!important;
	}
	.s-space-left {
		margin-left: 2.127659574468085%!important;
	}
	.s-space-right {
		margin-right: 2.127659574468085%!important;
	}
	.s-space-bottom {
		margin-bottom: 2.127659574468085%!important;
	}
	.s-space-top {
		margin-top: 2.127659574468085%!important;
	}
	.s-clearspace {
		margin: 0!important;
	}
	.s-clearspace-left {
		margin-left: 0!important;
	}
	.s-clearspace-right {
		margin-right: 0!important;
	}
	.s-hidden {
		display: none;
	}
	.content {
		margin-top: 20px;
		padding: 10px;
	}
	.thema h2 { margin-top: 1em; }
	.thema .button {
		font-size: 14px;
		width: 120px;
		line-height: 40px;
		height: 40px;
	}
	#map { display: none; }
	.merancarddesc {
		padding: 0;
		margin: 0;
		margin-top: 0.75em;
	}
	.footer {
		padding: 30px 15px 60px 15px;
	}
	.adresse, .footer-menu {
		text-align: center;
		margin-top: 20px;
	}
	#wetter .today div:nth-of-type(1) { display: none; }
	#anfragemobilemessage {
		left: 0;
		transform: none;
	}
}
@media screen and (max-width: 500px) {
	.logo-dorf-tirol { 
		margin-right: 15px;
		margin-bottom: 5px;
	}
	#anfragemobilebutton span { display: none; }
	#caption { display: none!important; }
}