@charset "utf-8";

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

/* COOKIE */
#cks_overlay {
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner, .cks_inner a {
    color: #5F5F5F !important;
    font-size: 0.813rem !important;
    line-height: 0.875em !important;
}

.cks_inner p {
   padding: 7px 114px 5px 0px !important;
}

.cks_btn {
    width: 80px !important;
    margin-top: -14px !important;
    background-color: #a5a5a9 !important;
    font-size: 14px !important;
    height: 27px !important;
    line-height: 26px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: #fff;
    top: 0 !important;
}

::selection
{
	background: #83131c;
	color:#fff;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate .goog-te-banner-frame
{
    display: none !important;
}

body > .skiptranslate
{
    background-color: transparent !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 11px; }
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1025px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
*:focus
{
    outline: none;
}
.focus-visible {
    outline: 2px dotted #CB1D36;
}

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #d2d2d2;

    font:500 1.4rem/1.8rem Montserrat, Arial, Helvetica, "sans-serif";
    color: #000;
    text-decoration: none;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #83131c; }


body.tstart header
{
	width: 100%;
	height: 100vh;
	background: url("../img/kachel-footer.png") repeat;
	margin:0;
	padding:0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	position: relative;
}
body.tstart header:before
{
	width:100%;
	height: 24px;
	content: '';
	top:0;
	left:0;
	position: absolute;
	background: url("../img/icons/muster.svg") repeat-x bottom / 182px auto;
}
.headtop
{
	position: absolute;
	left:0;
	top:0;
	z-index:50;
	width:100%;
}
body.tcontent .headtop
{
	height:55px;
	background: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	position: relative;
}
body.tcontent .logo
{
	width:215px;
	height:auto;
	display:block;
}
.toplinks
{
	width: auto;
    position: absolute;
    left: 55px;
    top: 0;
	display: flex;
    flex-wrap: wrap;
}
.toplinks .sidelink
{
	margin: 10px 10px 0 0;
}
.toplinks .sidelink.search_c
{
	background:none;
}
.toplinks .sidelink.search_c > a > img
{
	filter: brightness(0);
}
.toplinks .sidelink.phone_c
{
	width:auto;
}
.toplinks .sidelink.phone_c a
{
	width:auto;
	font: 600 0.813rem/1.219rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.122rem;
	color:#000;
	text-decoration: none;
	margin-left: 7px;
}
.toplinks .sidelink.phone_c:hover a
{
	color:#83131c;
}
.sidelink.phone_c.opened > a > img
{
	filter:brightness(0);
}
.sidelink.phone_c.opened:hover > a > img
{
	filter:brightness(1);
}
.hamburger a {
	height: 55px;
	width: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index:10;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.hamburger {
	background: #fff;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:20;
    position: fixed;
    right: 0;
    top: 0;
}

.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 28px;
	height: 28px;
	font-size: 0;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0;
	background: none;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	height: 3px;
	background: #000;
	width: 18px;
}
.c-hamburger span::before {
	top: -8px;
	position: absolute;
	display: block;
	left: 0;
	width: 28px;
	height: 3px;
	background: #000;
	content: "";
}
.c-hamburger span::after {
	bottom: -8px;
	position: absolute;
	display: block;
	left: 0;
	width: 28px;
	height: 3px;
	background: #000;
	content: "";
}
.hamburger:hover .c-hamburger span::before, .hamburger:hover .c-hamburger span::after, .hamburger:hover .c-hamburger span {
	width: 28px;
}
.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s, width 0.8s;
	transition: background 0s 0.3s, width 0.8s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s, 0.8s;
	transition-duration: 0.3s, 0.3s, 0.8s;
	-webkit-transition-delay: 0.3s, 0s, 0s;
	transition-delay: 0.3s, 0s, 0s;
}
.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform, width;
	transition-property: top, transform, width;
}
.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform, width;
	transition-property: bottom, transform, width;
}
/* active state, i.e. menu open */

.hamburger.opened .c-hamburger--htx span {
	background: none;
}
.hamburger.opened .c-hamburger--htx span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 28px;
}
.hamburger.opened .c-hamburger--htx span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 28px;
}
.hamburger.opened .c-hamburger--htx span::before, .hamburger.opened .c-hamburger--htx span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.menu_c
{
	background: #fff;
	position: fixed;
	z-index:9;
	height: 100vh;
	width: 100%;
	left:0;
	top:-100vh;
	transition: top 1s;
	display: flex;
	overflow:hidden;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.menu
{
	width:calc(100% - 110px);
	height:calc(100% - 110px);
	margin: 55px;
	color:#fff;
	padding: 0;
	background: url("../img/kachel-highlight.jpg") repeat center center / 664px auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow:hidden;
}
.menu_c.opened
{
	top:0;
}
.book
{
	position: fixed;
	right:55px;
	top:0;
}
.book_i {
    top: -350px;
    right: 0;
    width: 172px;
    height:170px;
    background: #000;
    color: #fff;
    transition: top 1s;
	position:absolute;
	z-index:1;
}
.book.opened .book_i 
{
	top:55px;
}
.bookbutton
{
	background: #323030;
	width: 172px;
	color:#fff;
	font: 400 1.25rem/1.675rem Montserrat, Arial, Helvetica, "sans-serif";
	height:55px;
	text-transform: uppercase;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index:10;
	text-decoration: none;
}
a.bookbutton:visited
{
	color: #fff;
}
.book .line
{
	padding: 24px 28px 18px 28px;
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.book .line .input {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.book .line .input_c
{
	width:50%;
	box-sizing:border-box;
	padding: 0 5px;
}
.book .line .input_c .month
{
	display: block;
	text-align:center;
	font: 400 0.875rem/1.313rem Montserrat, Arial, Helvetica, "sans-serif";
	border-bottom: 2px solid #fff;
	text-transform:uppercase;
	letter-spacing: 0.263rem;
}
.book .line .input_c .number
{
	display: block;
	text-align:center;
	font: 600 1.875rem/1.2rem Montserrat, Arial, Helvetica, "sans-serif";
	margin-top: 10px;
	letter-spacing: 0.188rem;
}
.book .line.button_c
{
	padding-top:0;
}
.book .line.button_c a
{
	font: 400 0.75rem/0.923rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.225rem;
	text-transform: uppercase;
	display: block;
	text-align:center;
	color:#000;
	background:#fff;
	width:100%;
	padding: 6px 0;
	text-decoration: none;
}
.book .line.button_c a.af_buchen
{
	margin-top:7px;
	background: #83131c;
	color:#fff;
}
.menu > ul
{
	width:100%;
	margin:0;
	padding:0;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	max-width: 1000px;
}
.menu > ul > li
{
	width: 25%;
    display: block;
	box-sizing: border-box;
	padding: 0 10px;
}
.menu > ul > li:first-child
{
	width:calc(100% - 100px);
	position: absolute;
	left: 50px;
	top: 50px;
}
.menu li.current_link > a
{
	color: #83131c;
}
.menu > ul > li:first-child a
{
	position: relative;
	border-bottom: 2px solid #AAAAAA;
	padding-bottom:0 !important;
}
.menu > ul > li:first-child a:before
{
	background: url("../img/icons/arrow-left-black.svg") no-repeat center center / 9px auto;
	content: '';
	display: inline-block;
    margin-right: 9px;
    top: 5px;
    width: 9px;
    height: 12px;
	transition: background 0.5s;
}
.menu > ul > li:first-child:hover a:before
{
	background: url("../img/icons/arrow-left-red.svg") no-repeat center center / 9px auto;
}
.menu ul li a
{
	font: 400 0.938rem/1.3rem Montserrat, Arial, Helvetica, "sans-serif";
	color:#000;
	text-decoration: none;
	transition: color 0.5s;
}
.menu ul li:hover > a
{
	color:#83131C;
}
.menu ul li.top_link > a
{
	font: 600 1.063rem/1.424rem Montserrat, Arial, Helvetica, "sans-serif";
	text-transform: uppercase;
	padding-bottom:16px;
	letter-spacing: 0.106rem;
	display: inline-block;
}
.menu ul li ul
{
	padding-left: 18px;
	list-style: none;
}
.menu ul li ul li
{
	padding-bottom: 5px;
	position: relative;
}
.menu ul li ul li:before
{
	background: url("../img/icons/arrow-right-black.svg") no-repeat center center / 5px auto;
	content: '';
	position: absolute;
	left: -15px;
    top: 6px;
    width: 5px;
    height: 7px;
	transition: background 0.5s;
}
.menu ul li ul li.current_link:before
{
	background: url("../img/icons/arrow-right-red.svg") no-repeat center center / 5px auto;
}
.menu ul li ul li:hover:before
{
	background: url("../img/icons/arrow-right-red.svg") no-repeat center center / 5px auto;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(1),
.menu > ul > li:nth-child(3) ul li:nth-last-child(1),
.menu > ul > li:nth-child(2) ul li:nth-last-child(2),
.menu > ul > li:nth-child(3) ul li:nth-last-child(2)
{
	margin-left:-15px;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(1) a,
.menu > ul > li:nth-child(3) ul li:nth-last-child(1) a,
.menu > ul > li:nth-child(2) ul li.current_link:nth-last-child(1) a,
.menu > ul > li:nth-child(3) ul li.current_link:nth-last-child(1) a
{
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0.075rem;
	color: #323030;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(1) a:hover,
.menu > ul > li:nth-child(3) ul li:nth-last-child(1) a:hover,
.menu > ul > li:nth-child(2) ul li.current_link:nth-last-child(1) a:hover,
.menu > ul > li:nth-child(3) ul li.current_link:nth-last-child(1) a:hover
{
	color: #83131c;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(2) a,
.menu > ul > li:nth-child(3) ul li:nth-last-child(2) a
{
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0.075rem;
	color: #83131c;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(2) a:hover,
.menu > ul > li:nth-child(3) ul li:nth-last-child(2) a:hover
{
	color: #323030;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(1):before,
.menu > ul > li:nth-child(2) ul li:nth-last-child(2):before,
.menu > ul > li:nth-child(3) ul li:nth-last-child(1):before,
.menu > ul > li:nth-child(3) ul li:nth-last-child(2):before
{
	display:none;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(2) a:after,
.menu > ul > li:nth-child(3) ul li:nth-last-child(2) a:after
{
	background: url("../img/icons/arrow-right-red.svg") no-repeat center center / 5px auto;
	content: '';
	position: absolute;
	margin-left: 6px;
    top: 6px;
    width: 5px;
    height: 7px;
	transition: background 0.5s;
}
.menu > ul > li:nth-child(2) ul li:nth-last-child(2) a:hover:after,
.menu > ul > li:nth-child(3) ul li:nth-last-child(2) a:hover:after
{
	background: url("../img/icons/arrow-right-black.svg") no-repeat center center / 5px auto;
}
.menu > ul > li:nth-child(3) ul li:nth-last-child(1) a:after,
.menu > ul > li:nth-child(2) ul li:nth-last-child(1) a:after
{
    background: url("../img/icons/arrow-right-black.svg") no-repeat center center / 5px auto;
	content: '';
	position: absolute;
	margin-left: 6px;
    top: 6px;
    width: 5px;
    height: 7px;
	transition: background 0.5s;
}
.menu > ul > li:nth-child(3) ul li:nth-last-child(1) a:hover:after,
.menu > ul > li:nth-child(2) ul li:nth-last-child(1) a:hover:after
{
	background: url("../img/icons/arrow-right-red.svg") no-repeat center center / 5px auto;
}
.header_animation
{
	width:100%;
	position: relative;
	max-width: 1500px;
	height:100%;
	max-height:550px;
}
.header_animation .badge_text
{
    position: absolute;
    z-index: 25;
    left: 0;
    font: 600 0.875rem/134% Montserrat, Arial, Helvetica, "sans-serif";
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation-delay: 2s;
    width: 183px;
    left: calc(50% - 500px);
    text-align: center;
    bottom: 379px;
}
.header_animation .badge_text span
{
    background-color:#000;
    margin-bottom: 2px;
    padding: 1px 4px;
    display: inline-block;
}

.appartement_c
{
	width:500px;
	background-color: rgba(200, 200, 200, 0.57);
	padding-bottom:500px;
	border-radius: 50%;
	position: absolute;
	right: calc(50% - 460px);
	animation-delay: 0.3s;
	z-index:11;
	text-decoration: none;
}
.header_animation.oct .appartement_c
{
    width:460px;
    padding-bottom:440px;
    right: calc(50% - 442px);
    top:2px;
}

.hotel_c
{
	width:500px;
	background:url("../img/kreis-head.png") repeat center center / 100% auto;
	padding-bottom:500px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 470px);
	bottom:0;
	animation-delay: 0.8s;
	z-index:10;
	text-decoration: none;
}
.header_animation.oct .hotel_c
{
    bottom:auto;
    width:467px;
    padding-bottom:467px;
    left: calc(50% - 450px);
}

.zoomIn
{
 opacity: 0;
    transition: none;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.appartement_c:hover,
.hotel_c:hover
{
	z-index:20;
}
.appartement_c img.bg
{
	width: 316px;
	height: auto;
	position: absolute;
	top:calc(50% - 158px);
	left:calc(50% - 137px);
	z-index:1;
}
.hotel_c img.bg
{
	width: 350px;
	height: auto;
	position: absolute;
	top:calc(50% - 114px);
	left:calc(50% - 175px);
	z-index:1;
}
img.betrieb
{
	width: 150px;
	height:150px;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index:2;
	position: absolute;
}
.hotel_c img.betrieb
{
	bottom: 89px;
    left: 70px;
	animation-delay: 1s;
}
.appartement_c img.betrieb
{
	top: 100px;
    left: 55px;
	animation-delay: 1.2s;
}
.header_animation.oct .appartement_c img.betrieb
{
    width:196px;
    height:196px;
    left: -70px;
    top: 120px;
}

.neu
{
	font: 600 0.875rem/1.173rem Montserrat, Arial, Helvetica, "sans-serif";
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.088rem;
	position: absolute;
	top: 124px;
    left: 147px;
	z-index:3;
	animation-delay: 1.3s;
}
.neu span
{
	background: #000;
	display: block;
	margin-bottom: 2px;
	padding: 1px 4px;
}
.fadeInRight
{
	opacity: 0;
    transition: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.betrieblink_c
{
	position: absolute;
	z-index:4;
	justify-content: center;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
	animation-delay: 2s;
}
.name
{
	font: 700 0.813rem/1.219rem Montserrat, Arial, Helvetica, "sans-serif";
	text-transform: uppercase;
	letter-spacing: 0.284rem;
	color:#000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;	
}
.betrieblink
{
	font: 400 0.875rem/1.313rem Montserrat, Arial, Helvetica, "sans-serif";
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.263rem;
	background: #83131c;
	margin-top: 5px;
	padding: 0 7px;
}
.betrieblink:after
{
	background: url("../img/icons/arrow-long-white-right.svg") no-repeat center / 23px auto;
	display: inline-block;
	content: '';
	width:23px;
	height:15px;
	margin: 5px 0 -2px 8px;
}
@keyframes bounce-right {
    0%,20%,50%,80%,100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -moz-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    60% {
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}
.betrieblink:hover:after
{
	animation: bounce-right 3s
}
.appartement_c .betrieblink_c
{
	bottom: 55px;
    left: calc(50% - 102px);
}
.hotel_c .betrieblink_c
{
	right: 75px;
    top: 110px;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn
{
    opacity: 0;
    transition: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.header_animation img.logo
{
	width: 320px;
	height:auto;
	position: absolute;
	z-index:25;
	left:calc(50% - 160px);
	animation-delay: 2s;
}
.header_animation.oct img.logo
{
    width:316px;
    left:calc(50% - 148px);
    top:18px;
}

.header_animation .text
{
	width: 280px;
	position: absolute;
	z-index:25;
	left: calc(50% - 140px);
	font: 400 0.875rem/1.313rem Montserrat, Arial, Helvetica, "sans-serif";
	color:#000;
	letter-spacing: 0.263rem;
	text-transform: uppercase;
	bottom: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	animation-delay: 2s;
}
.header_animation.oct .text
{
    bottom:40px;
}

.header_animation .text span
{
	background: #fff;
	display: inline-block;
	margin-bottom: 2px;
	padding: 1px 4px;
	text-align: center;
}

.header_animation .text a
{
	color:#9a8b77;
}

.header_animation .text a:hover
{
	color:#83131c;
	text-decoration: none;
}


.header_animation .text strong
{
	font-weight: 700;
}
header .down
{
	width:100%;
	position: absolute;
	bottom: 60px;
	left:0;
	justify-content: center;
	display: flex;
	animation-delay: 3s;
}
@keyframes fadeInUp {
     0% {
     opacity: 0;
     transform: translateY(50px);
    }
     100% {
     opacity: 1;
     transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
     0% {
     opacity: 0;
     transform: translateY(50px);
    }
     100% {
     opacity: 1;
     transform: translateY(0);
    }
}

.fadeInUp
{
    opacity: 0;
    transition: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  opacity: 0;
    transition: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@media only screen and (min-width: 2000px)
{
	.header_animation
	{
		transform:scale(1.2);
	}
}
@media only screen and (max-width: 1600px)
{
	.header_animation
	{
		transform:scale(0.9);
	}
}
@media only screen and (max-width: 1025px)
{
	.book .book_i,
	.book.opened .book_i
	{
		display: none;
	}
	
}
@media only screen and (max-width: 960px)
{
	.header_animation
	{
		transform:scale(0.7);
	}
	
}
@media only screen and (max-width: 800px)
{
	body.tstart header
	{
		height:550px;
	}
	.header_animation
	{
		transform:scale(1);
		max-height:300px;
	}
    .header_animation .badge_text
    {
        left: calc(50% - 200px);
        font-size: 0.75rem;
        bottom: 160px;
    }
	.hotel_c
	{
		width:200px;
		padding-bottom: 200px;
		left: calc(50% - 164px);
	}
	.appartement_c
	{
		width:200px;
		padding-bottom: 200px;
		right: calc(50% - 190px);
	}
	.hotel_c img.bg
	{
		width: 140px;
		
	}
	.appartement_c img.bg
	{
		width: 120px;
		
	}
	header .down
	{
		display: none;
	}
	.header_animation .text
	{
		font-size:0.75rem;
		bottom: -85px;
		line-height: 1.13rem;
	}
	img.betrieb
	{
		border: 2px solid #fff;
		width: 74px;
   		height: 74px;
	}
	.hotel_c img.bg
	{
		top: 70px;
    	left: 31px;
	}
	.appartement_c img.bg
	{
		top: 22px;
    	left: 50px;
	}
	.name
	{
		    font-size: 0.6rem;
	}
	.hotel_c img.betrieb 
	{
		bottom: 14px;
		left: -10px;
	}
	.hotel_c .betrieblink_c 
	{
		right: 75px;
    	top: 44px;
	}
	.appartement_c .betrieblink_c
	{
		bottom: 28px;
    	left: 13px;
	}
	.appartement_c img.betrieb
	{
		top: 30px;
		left: -7px;
	}
	.header_animation img.logo
	{
		width: 222px;
		left: calc(50% - 111px);
		top: -40px;
	}
	.neu
	{
		font-size:0.5rem;
		line-height: 1rem;
		top: 27px;
   		left: 45px;
	}
	.betrieblink
	{
		font-size:0.75rem;
	}
	.betrieblink:after
	{
		background-size: 18px auto;
		width: 18px;
		height: 10px;
		margin: 0px 0 0px 8px;
	}
}

aside
{
	position: absolute;
	left:0;
	bottom:180px;
	z-index:30;
}
.sidelink
{
	width:35px;
	height:35px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items:center;
	margin: 0 0 10px 20px;
}
.sidelink > a
{
	display:flex;
	z-index:10;
	width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sidelink > a > img
{
	filter: brightness(0);
}
.sidelink.opened > a > img,
.sidelink:hover > a > img
{
	filter: brightness(1);
}
.sidelink > div
{
	position: absolute;
	width:0px;
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	transition: width 0.5s;
	left: 40px;
	background: #fff;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	height:35px;
}
.sidelink.opened > div
{
	width:200px;
}
body.tcontent .sidelink
{
	position: relative;
}
body.tcontent .sidelink > div
{
	width:200px;
	height:0;
	left:-12px;
	top: 44px;
	border-radius: 0px;
	transition: height 0.5s;
}
body.tcontent .sidelink:before
{
	    width: 1px;
    height: 18px;
    top: 10px;
    left: -3px;
    content: '';
    position: absolute;
    background: #000;
}
body.tcontent .sidelink:first-child:before
{
	display:none;
}
body.tcontent .sidelink.opened > div
{
	height:35px;
}
.sidelink > div a
{
	margin-left:20px;
	display: none;
	font: 400 0.875rem/1.313rem Montserrat, Arial, Helvetica, "sans-serif";
    color: #83131C;
	text-decoration: none;
}
.sidelink > div a:hover
{
	text-decoration: underline;
}
.sidelink.opened > div a
{
	display: block;
}
.sidelink.opened > div img.flag
{
	width:20px;
	height:auto;
	margin-bottom: -1px;
}
.sidelink.opened > div img.lang_ar
{
	height:10px;
	width:auto;
}
.sidelink.search_c
{
	background:#000;
	transition: background 0.5s;
}
.sidelink.search_c > a > img
{
	filter: brightness(15);
}
.sidelink.search_c.opened > a > img, .sidelink.search_c:hover > a > img {
    filter: brightness(1);
}
.sidelink.search_c:hover
{
	background:#fff;
}
header .search
{
	position: absolute;
	top: -100vh;
	left:0;
	width:100%;
    height: 100vh;
    border: 55px solid #fff;
    padding: 0;
    background: url(../img/kachel-highlight.jpg) repeat center center / 664px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	z-index:40;
	transition: top 1s;
	font: 400 0.875rem/1.2rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.175rem;
	color: #000000;
	text-transform: uppercase;
}
header .search.opened
{
	top:0;
}
header .search label
{
	font: 600 1.875rem/2.513rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.188rem;
	color: #83131c;
	text-decoration: underline;
	display:block;
	width:100%;
	margin-bottom: 10px;
}
header .search form
{
	width:100%;
	max-width: 530px;
	display: flex;
	flex-wrap:wrap;
}
header .search input
{
	margin-top: 37px;
}
input.h_suchen
{
	width:75%;
	background:none;
	font: 400 0.938rem/1.5rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.188rem;
	color:#000;
	padding: 12px 20px;
	box-sizing:border-box;
	border: 1px solid #aaaaaa;
}
input.h_suchen::-webkit-input-placeholder
{
	font: 400 0.938rem/1.5rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.188rem;
	color:#000;
}
input.btnsearch
{
	width:25%;
	background: #83131c;
	color:#fff;
	font: 400 0.75rem/1.055rem Muli, Arial, Helvetica, "sans-serif";
	border:none;
	text-transform: uppercase;
	letter-spacing: 0.225rem;
}
.search a.close_search
{
	margin-top:45px;
	font: 400 0.875rem/1.2rem Montserrat, Arial, Helvetica, "sans-serif";
	text-decoration: underline;
	letter-spacing: 0.131rem;
	margin-right:10px;
	cursor: pointer;
}
aside .badge
{
	background: #9a8b77;
	color:#fff;
	font: 400 0.75rem/1.2rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.113rem;
	text-transform: uppercase;
	margin-top:30px;
	text-decoration: underline;
	padding: 11px 15px 15px 11px;
	display: block;
	text-align:center;
	transition: background 0.7s;
}
aside .badge:hover
{
	background: #83131c;
}
main
{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	position: relative;
	background: url("../img/kachel-content.jpg") repeat center top / 722px auto;
}
.page_c footer
{
	background: url("../img/kachel-footer.jpg") repeat center / 738px auto;
	font: 600 0.875rem/1.313rem Montserrat, Arial, Helvetica, "sans-serif";
	color:#000;
	letter-spacing: 0.219rem;
	display: flex;
	align-items: center;
	text-align:center;
	flex-wrap: wrap;
}
footer .fbox
{
	width:25%;
	box-sizing: border-box;
	padding: 80px 30px;
}
footer .fbox:nth-child(2)
{
	width:50%;
}
footer .fbox img.social
{
	filter: brightness(0);
	margin: 0 15px;
	transition: all 0.7s;
}
footer .fbox img.social:hover
{
	filter: brightness(1);
}
footer .fbox img.social.fb
{
	margin-bottom: -2px;
}
footer h3
{
	font: 700 .938rem/1.406rem Montserrat, Arial, Helvetica, "sans-serif";
	color: #83131c;
	letter-spacing: 0.188rem;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding:0;
}
footer .fbox a
{
	color:#000;
	text-decoration: none;
}
footer .fbox a:hover
{
	text-decoration: underline;
}
form#newsletter
{
	margin-top:27px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
form#newsletter input.email
{
	width:210px;
	padding: 5px 12px;
	font-family: Montserrat, Arial, Helvetica, "sans-serif";
	border:none;
}
form#newsletter a.nl_abo
{
	color:#fff;
	background: #b5b5b5;
	letter-spacing: 0.125rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 5px 30px;
	transition: background 0.7s;
}
form#newsletter a.nl_abo:hover
{
	text-decoration: none;
	background: #83131c;
}
.footer_bottom
{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	background: #fff;
	padding: 12px 48px;
}
.footer_bottom .logos
{
	display: flex;
	align-items: center;
	margin-right:24px;
}
.footer_bottom .logos img
{
	margin: 0 10px;
}
.footer_bottom .imprint
{
	font: 500 0.688rem/1.406rem Montserrat, Arial, Helvetica, "sans-serif";
	letter-spacing: 0.021rem;
	color: #2a2626;
	margin-left: 24px;
}
.footer_bottom .imprint a
{
	text-transform: uppercase;
	color: #2a2626;
	text-decoration: none;
	margin: 0 5px;
}

@media only screen and (max-width: 1025px)
{
	.menu_c
	{
		height:auto;
		position: absolute;
		top: -1200px;
	}
	.menu
	{
		margin: 55px 11px 11px 11px;
		width: calc(100% - 22px);
    	height: auto;
	}
	.menu > ul
	{
		margin: 66px 0 65px 30px;
	}
	.menu > ul > li
	{
		width:100%;
		padding: 10px 0;
	}
	.menu > ul > li:first-child 
	{
		width: auto;
		right: 30px;
		top: 28px;
		left: auto;
	}
	.menu ul li ul 
	{
		padding-right: 20px;
	}
	.search
	{
		border: 10px solid #fff;
		border-top: 55px solid #fff;
	}
}
@media only screen and (max-width: 880px)
{
	footer .fbox
	{
		order: 2;
		width:50%;
		padding-top:0;
		padding-bottom: 40px;
	}
	footer .fbox:nth-child(2)
	{
		order:1;
		width:100%;
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.footer_bottom
	{
		order:4;
		flex-wrap:wrap;
	}
	.footer_bottom .logos
	{
		width:100%;
		margin: 0 0 10px 0;
		justify-content: center;
		order:2;
	}
	
	.footer_bottom .imprint
	{
		width:100%;
		margin: 10px 0 10px 0;
		order:1;
		justify-content: center;
	}
}
@media only screen and (max-width: 800px)
{
	aside .badge
	{
		display:none;
	}
	body.tstart header:before
	{
		display:none;
	}
	.headtop
	{
		background: #fff;
		height:55px;
	}
	aside 
	{
		bottom: auto;
		z-index: 55;
		top: 0;
		display: flex;
		width:180px;
		margin-left:8px;
	}
	.sidelink 
	{
		border: 1px solid #e0e0e0;
		margin: 10px 2px;
	}
	.book,
	.hamburger
	{
		position: absolute;
	}
	body.tstart	.sidelink.lang_c
	{
		position: relative;
	}
	.sidelink.lang_c > div
	{
		height: 0; 
		left: 0;
		top: 44px;
		border-radius: 0px;
		transition: height 0.5s;
	}
	.sidelink.lang_c.opened > div
	{
		height:35px;
	}
}
@media only screen and (max-width: 600px)
{
	.bookbutton
	{
    	width: 98px;
	}
	.search
	{
		box-sizing: border-box;
		padding: 24px;
	}
	.search label 
	{
		font-size:1.5rem;
	}
	input.h_suchen
	{
		font-size: 0.8rem;
		padding: 8px 10px;
	}
}
@media only screen and (max-width: 500px)
{
	footer .fbox
	{
		width:100%;
	}
	form#newsletter a.nl_abo
	{
		width:210px;
		box-sizing:border-box;
		padding: 5px 30px;
	}
	form#newsletter input.email
	{
		padding: 5px 12px;
	}
	.footer_bottom
	{
		padding: 12px 24px;
		
	}
	
	.footer_bottom .logos
	{
		flex-wrap: wrap;
		
	}
	.footer_bottom .logos img 
	{
		margin: 5px 10px;
	}
}
@media only screen and (max-width: 400px)
{
	input.h_suchen
	{
		width:100%;
	}
	input.btnsearch
	{
    	padding: 10px;
		width:100%;
		margin-top:0;
	}
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.header_image
{
	padding: 0 55px 55px 55px;
	background:#fff;
	width:100%;
	box-sizing:border-box;
}
.header_image img
{
	width:100%;
	height:auto;
	display: block;
}
/*GOOGLE MAPS*/
#maprahmen
{
    border: none;
    width: 100%;
}
#karte
{
    width: 100%;
    height: 550px;
}
#input-hintergrund
{
    padding: 12px;
    background:#ECECEC;
}
#inputaddress
{
    background-color: #fff;
    border: 0 none;
    float: left;
    height: 20px;
    margin: 0 12px 0 0;
    padding: 12px;
    max-width: 400px;
    width: 100%;
    color:#001C36;
}
#mapsButton1
{
    padding: 13px 25px;
    transition: all 500ms;
    color: #fff;
    text-decoration: none;
    font: 400 1em/110% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #CA1233;
    border:none;
    cursor:pointer;
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }
	body.tcontent .headtop
	{
		box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	}
	.header_image
	{
		padding: 80px 24px 24px 24px;
	}
	body.tcontent .logo
	{
		position: absolute;
		top: 93px;
		right: calc(50% - 107px);
	}
	.toplinks
	{
		left:24px;
	}
	.toplinks .sidelink
	{
		border:none;
	}
}
@media only screen and (max-width: 800px)
{
	.toplinks 
	{
		left: 8px;
	}
	.toplinks .sidelink {
    margin: 10px 2px 0 2px;
}
}
@media only screen and (max-width: 650px)
{
	.toplinks .sidelink
	{
		border: 1px solid #e0e0e0;
	}
	body.tcontent .sidelink:before
	{
		display:none;
	}
	.toplinks .sidelink.phone_c
	{
		width:35px;
	}
	.toplinks .sidelink.phone_c a
	{
		margin-left: 0;
	}
	.toplinks .sidelink.phone_c a.hide_tel
	{
		display:none;
	}
	.sidelink.search_c,
	.toplinks .sidelink.search_c
	{
		order:2;
		background: #000;
	}
	.toplinks .sidelink.search_c > a > img 
	{
		filter: brightness(15);
	}
	.toplinks .sidelink.search_c.opened > a > img, .toplinks .sidelink.search_c:hover > a > img
	{
		filter: brightness(1);
	}
	.toplinks .sidelink.search_c.opened, .toplinks .sidelink.search_c:hover
	{
		background: #fff;
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	