/* ---------------------------- */
/* ------- KID A DESIGN ------- */
/* ---------------------------- */
/* ---- ANTONERHOF EDITION ---- */
/* ---------------------------- */

html {
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
::selection {
	background: #E6007E;
}
::-moz-selection {
	background: #E6007E;
}
body {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	background-color: #302517;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
body.globalmenuopen {
	overflow: hidden;
}

/* ----- DEFAULT HTML STYLES ----- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
p {
	margin-top: 0px;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td,
th {
	padding: 0;
	text-align: left;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}
img {
	border: none;
	display: block;
}
strong {
	font-weight: bold;
}

/* ----- DEFAULT BAKEHOUSE HTML ----- */

.bhe-content-noteditable {
	transition: opacity .4s;
}
a.bhElement {
	display: block;
}
.bhElement, .bhPseudoElement {
    position: relative;
    margin-bottom: 20px;
}
.bh-downloadlink-name {
    padding: 10px;
}
.bh-femode .bhImageInner{
    overflow: hidden;
}
.bh-tabcontent > .bhContainer {
    display: none;
}
.bh-tabcontent .bh-tabcontent-active {
    display: block;
}
audio {
	width: 100%;
}
.mce-edit-focus {
	outline: none !important;
}
.clearfix:after, .cf:after, .floatchildren:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix, .cf, .floatchildren {
    display: block;
}
.floatchildren > * {
    float: left;
    min-height: 1px;
}
.beside, .L, .l {
    float: left;
}
.rightside, .R, .r {
    float: right;
}

/* ----- BH-BEMODE ----- */

.bh-bemode #Page {
	padding-top: 50px;
	transition: padding-top .4s;
}
.bh-bemode.bhe-state-editing #Page {
	padding-top: 80px;
}

/* ----- PRELOADER ----- */

#Preloader {
	background-color: #302517;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#Preloader .preloadericon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	border-left: 2px solid rgba(255,255,255,.1);
	border-right: 2px solid rgba(255,255,255,.1);
	border-top: 2px solid rgba(255,255,255,.1);
	border-bottom: 2px solid #E6007E;

	-webkit-animation: rotation 0.8s infinite linear;
	-moz-animation: rotation 0.8s infinite linear;
	-ms-animation: rotation 0.8s infinite linear;
	-o-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* ----- PICTURES RESIZE ----- */

body:not(.bhe-state-editing) .bhPicture.bhElement:not(.picnoresize) img,
body:not(.bhe-state-editing) .bhBox.bhElement img {
	width: 100%;
	height: auto;
}

/* ----- PAGE ----- */

#Page {
	z-index: 1;
	left: 0px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

/* ----- TOP ----- */

#TopWrapper {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	z-index: 100;
	width: 100%;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	transition: opactiy .4s;
}
.bh-bemode.bhe-state-editing.bhe-state-dragging #TopWrapper {
	display: none;
}
.bh-bemode.bhe-state-editing #TopWrapper {
	opacity: 0;
}
#Top {
	position: relative;
	margin: 30px 30px 0px 30px;
	height: 60px;
	background: #000;
}
#Mainbutton {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #262626;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	transition: background-color .4s;
}
#Mainbutton div {
	line-height: 60px;
}
#Mainbutton:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 12px;
	border-color: transparent transparent transparent #262626;
	position: absolute;
	top: 0;
	left: 60px;
	transition: all .4s;
}
#Mainbutton:hover {
	background-color: #3A3A3A;
}
#Mainbutton:hover:after {
	border-color: transparent transparent transparent #3A3A3A;
}
#Location {
	position: relative;
	padding-left: 30px;
	line-height: 60px;
	font-size: 13px;
	opacity: .4;
}
#Language {
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}
#Language .lang {
	height: 60px;
	width: 60px;
	position: absolute;
}
#Language .lang:last-child {
	margin-top: 60px;
}
#Language a {
	color: rgba(255,255,255,.4);
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid rgba(255,255,255,.20);
	transition: color .4s;
}
#Language .langbox {
	transition: margin-top .4s;
}
#Language:hover .langbox {
	margin-top: -60px;
}
#Language:hover a {
	color: rgba(255,255,255,1);
}
html.touchevents #Language .lang:first-child { display: none; }
html.touchevents #Language .lang:last-child { margin-top: 0px; }
html.touchevents #Language:hover .langbox { margin-top: 0px; }
#Cta {
	position: relative;
	width: 140px;
	line-height: 60px;
	text-align: center;
	background-color: #E6007E;
	text-transform: uppercase;
	transition: all .4s;
}
#Cta:hover {
	width: 160px;
}
#Cta a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
}

/* ----- GLOBAL MENU ----- */

#GlobalMenuBackground {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.45);
	z-index: 590;
	display: none;
}
#GlobalMenu {
	height: 100vh;
	width: 300px;
	background-color: #000;
	position: fixed;
	z-index: 600;
	transition: left .4s;
	left: -300px;
	text-align: left;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
body.globalmenuopen #GlobalMenu {
	left: 0px;
}
#GlobalMenuInner {
	padding:45px 25px;
}
.globalmenuheadline {
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 8px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
#GlobalMenu ul.servnavi_box {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 55px;
	margin-bottom: 42px;
}
#GlobalMenu .servnavi_item {
	display: block;
	padding: 0px 0px 0px 15px;
	border-bottom: 1px solid rgba(255,255,255,.15);
	position: relative;
}
#GlobalMenu li.servnavi_item a {
    color: #595959;
    transition: color .4s;
}
#GlobalMenu li.servnavi_item a:hover {
    color: #fff;
}

/* --- GLOBAL MENU ACTIVE --- */

#GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a {
	color: #fff;
}
#GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}
body[data-page='110'] #GlobalMenu .globalmenusection.gms-eatdrink li.servnavi_item:nth-child(4) a,
body[data-page='210'] #GlobalMenu .globalmenusection.gms-eatdrink li.servnavi_item:nth-child(4) a {
	color: #fff;
}
body[data-page='110'] #GlobalMenu .globalmenusection.gms-eatdrink li.servnavi_item:nth-child(4) a:after,
body[data-page='210'] #GlobalMenu .globalmenusection.gms-eatdrink li.servnavi_item:nth-child(4) a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}
body[data-page='110'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a,
body[data-page='210'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a {
	color: #595959;
}
body[data-page='110'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after,
body[data-page='210'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after {
	display: none;
}
body[data-page='96'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a,
body[data-page='99'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a,
body[data-page='100'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a,
body[data-page='119'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a {
	color: #fff;
}
body[data-page='96'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a:after,
body[data-page='99'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a:after,
body[data-page='100'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a:after,
body[data-page='119'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(4) a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}
body[data-page='96'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a,
body[data-page='99'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a,
body[data-page='100'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a,
body[data-page='119'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a {
	color: #595959;
}
body[data-page='96'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after,
body[data-page='99'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after,
body[data-page='100'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after,
body[data-page='119'] #GlobalMenu .globalmenusection.gms-staylive li.servnavi_item:nth-child(1) a:after {
	display: none;
}

/* ----- HAUPTNAVIGATION ----- */

ul.navi, .navi li, .navi a {
   margin: 0px; padding:0px;
   list-style-type: none;
   display: block;
}
nav#Mainmenu {
	position: absolute;
	width: 100%;
}
nav#Mainmenu .bh-navigation,
nav#Servicemenu .bh-navigation {
	text-align: center;
}
li.hnavi_item {
	display: inline-block;
	line-height: 60px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}
li.hnavi_item > a {
	color: #fff;
	transition: opacity .4s;
	cursor: pointer;
}
li.hnavi_item:hover > a {
	opacity: .5;
}
li.hnavi_item.active > a {
	color: #E6007E;
}


/* ----- UNTERMENÜ 1 und 2 ----- */
ul.navi.hsnavi_box{
	left: 50%;
	transform: translateX(-50%);
}
ul.navi.hsnavi_box,
ul.navi.hssnavi_box {
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	width: 220px;
	text-align: left;
	margin-top: 20px;
	opacity: 0;
	transition: all .4s;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: .5px;
	padding-top: 10px;
	padding-bottom: 10px;

}
ul.navi.hsnavi_box:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -12px;
	display: block;
	left: 50%;
	margin-left: -17px;
	border-style: solid;
	border-width: 0 17px 12px 17px;
	border-color: transparent transparent #ffffff transparent;
}
li.hnavi_item:hover ul.navi.hsnavi_box {
	visibility: visible;
	margin-top: 0px;
	opacity: 1;
}
li.hsnavi_item,
li.hssnavi_item {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid rgba(0,0,0,.07);
}
li.hsnavi_item.has-submenu:after {
	width: 30px;
	height: 40px;
	display: block;
	content: '\e906';
	position: absolute;
	right: 0;
	float: right;
	margin-top: -41px;
	line-height: 40px;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}
li.hsnavi_item > a,
li.hssnavi_item > a {
	color: #000;
	padding-left: 10px;
	line-height: 45px;
}
li.hsnavi_item:last-child,
li.hssnavi_item:last-child {
	border-bottom: none;
}
li.hsnavi_item > a:hover {
	background: rgba(0,0,0,.05);
}
ul.navi.hssnavi_box {
	position: absolute;
	width: 200px;
	margin-left: 170px;
	margin-top: -2.8em;
	background-color: rgba(0,0,0,.7);
	border: none;
}
li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
	margin-left: 203px;
}
li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:hover {
	background: rgba(0,0,0,.8);
}

/* ----- MENÜ SIMPLE DROPDOWN ----- */

nav#Mainmenu.bhm-simpledropdown li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}

/* ----- MENÜ SITEMAP ----- */

nav#Mainmenu.bhm-sitemap li.hnavi_item:hover {
	background-color: #fff;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover:not(.has-submenu) {
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover > a {
	color: #000;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	width: 1200px;
	text-align: left;
	left: 0px;
	box-shadow: 0px 5px 40px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box:before {
	display: none;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item {
	width: 280px;
	border: none;
	margin: 10px;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	border-radius: 0 !important;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu > a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item.has-submenu:after {
	display: none;
}
nav#Mainmenu.bhm-sitemap	ul.navi.hssnavi_box {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: transparent;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
}
nav#Mainmenu.bhm-sitemap li.hsnavi_item > a {
	padding-left: 10px;
}
nav#Mainmenu.bhm-sitemap ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hnavi_item:hover ul.navi.hsnavi_box {
	margin-top: 0px;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a {
	color: #9f9f9f;
	padding-left: 10px;
	line-height: 2.5em;
	border-radius: 0;
}
nav#Mainmenu.bhm-sitemap li.hssnavi_item > a:hover {
		background-color: rgba(0,0,0,.05);
}

/* ----- HEADER ----- */

header {
	min-height: 300px;
}
#Logo {
	position: absolute;
	left: 50%;
	margin-left: -84px;
	margin-top: 145px;
	width: 168px;
	height: 188px;
	background-image: url(../images/logo-antoner-hof-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 168px 188px;
	z-index: 90;
}

/* ----- TO TOP ----- */

#ToTop {
	position: fixed;
	bottom: 0;
	right: 0;
}
#ToTop .totopbutton {
	width: 50px;
	height: 50px;
	color: #a4a4a4;
	font-size: 1.75em;
	line-height: 50px;
	text-align: center;
}

/* ----- MAIN ----- */

main .bhElement {
	max-width: 1170px;
	margin-bottom: 30px;
}

/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 80px;
	line-height: 75px;
	text-transform: uppercase;
	column-span: all;
	-webkit-column-span: all;
	margin-bottom: 40px !important;
}
.swapheadlines h1 {
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 27px;
	margin-bottom: 30px !important;
}
h2 {
	font-weight: 300;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 32px !important;
	column-span: all;
	-webkit-column-span: all;
}
h1:after,
h2:after,
.swapheadlines h3:after {
	content: '';
	display: block;
	height: 1px;
	width: 220px;
	background-color: rgba(255,255,255,.15);
	left: 50%;
	margin-left: -110px;
	position: relative;
	margin-top: 30px;
}
.swapheadlines h1:after {
	display: none;
}
h1[style="text-align: left;"]:after,
h2[style="text-align: left;"]:after {
	left: 0;
	margin-left: 0;
}
h1[style="text-align: right;"]:after,
h2[style="text-align: right;"]:after {
	left: 100%;
	margin-left: -220px;
}
h1:after,
.swapheadlines h3:after {
	margin-top: 40px;
}
h3 {
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-size: 14px;
}
.swapheadlines h3 {
	font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    column-span: all;
    -webkit-column-span: all;
    letter-spacing: 0px;
}
h3 + h1 {
	margin-top: -8px;
}
.swapheadlines h1 + h3 {
	margin-top: -8px;
}
h4 {
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 6.5px;
	text-transform: uppercase;
}
h3 + h4 {
	margin-top: -30px;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 5px !important;
}
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.bh-bodytext a,
.bh-bodytext a:visited {
	color: #E6007E;
}
main .bh-bodytext ul {
	list-style: none;
	padding: 0px;
	padding-left: 30px;
}
main .bh-bodytext ul li:before {
	content: '\e902';
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 16px;
	padding-right: 13px;
	line-height: 1;
	margin-left: -30px;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
	color: #fff;
}

/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-small {
	font-size: 75%;
}
.bh-bodytext .bhe-big {
	font-size: 125%;
}
.bh-bodytext .bhe-teaser {
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
	font-size: 21px;
	color: #FFF;
	line-height: 34px;
}
.bh-bodytext .bhe-teaser a {
	color: #fff !important;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.bh-bodytext .bhe-teaser a:hover {
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.bh-bodytext .bhe-button,
.bh-bodytext .bhe-button-2 {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 7px;
	color: #E6007E;
	text-transform: uppercase;
	padding: 10px 0px 7px 0px;
	cursor: pointer;
	border-top: 1px solid rgba(233,0,124,.2);
	border-bottom: 1px solid rgba(233,0,124,.2);
	display: block;
	margin-top: 35px;
	transition: all .4s;
	position: relative;
}
.bh-bodytext .bhe-button-2 {
	border-bottom: none;
	margin-top: 0px;
}
.bh-bodytext a:last-child .bhe-button-2 {
	border-bottom: 1px solid rgba(233,0,124,.2);
}
.bh-bodytext .bhe-button:before,
.bh-bodytext .bhe-button:after,
.bh-bodytext .bhe-button-2:before {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: rgba(233,0,124,.3);
	position: absolute;
	top: -1px;
	left: 50%;
	transition: all .5s;
}
.bh-bodytext p[style="text-align: left;"] .bhe-button:before,
.bh-bodytext p[style="text-align: left;"] .bhe-button:after,
.bh-bodytext p[style="text-align: left;"] .bhe-button-2:before {
	left: 0;
}
.bh-bodytext p[style="text-align: right;"] .bhe-button:before,
.bh-bodytext p[style="text-align: right;"] .bhe-button:after,
.bh-bodytext p[style="text-align: right;"] .bhe-button-2:before {
	left: auto;
	right: 0;
}
.bh-bodytext .bhe-button:after {
	top: auto;
	bottom: -1px;
}
.bh-bodytext .bhe-button:hover:before,
.bh-bodytext .bhe-button:hover:after,
.bh-bodytext .bhe-button-2:hover:before {
	width: 100%;
	left: 0;
}
.bh-bodytext .bhe-button a,
.bh-bodytext .bhe-button-2 a {
	display: block;
	width: 100%;
	height: 100%;
}
.bh-bodytext .bhe-button-3 {
	color: #00BAE8;
	text-align: center;
	border-top: 1px solid rgba(0,186,232,.2);
	border-bottom: 1px solid rgba(0,186,232,.2);
}
.bh-bodytext .bhe-button-3:before,
.bh-bodytext .bhe-button-3:after {
	background: rgba(0,186,232,.3);
}
.bh-bodytext .bhe-uppercase {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bh-bodytext .bhe-highlight {
	background-color: #fff94d;
	font-style: italic;
	padding: 1px 5px;
}
.bh-bodytext .bhe-color {
	color: #E6007E;
}
.bh-bodytext .bhe-white {
	color: #FFFFFF;
}
.bh-bodytext .bhe-quote {
	max-width: 300px;
	float: left;
	font-size: 19px;
	margin-left: -20px;
	border-top: 5px solid #000; border-bottom: 5px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bh-bodytext .transparency {
	opacity: .6;
}
#RelatedContent .bh-bodytext .transparency {
	opacity: .3;
}
#RelatedContent > .bhContainer > .bhText {
	padding-left: 20px;
	padding-right: 20px;
}

/* ----- RELATED CONTENT ----- */

aside#RelatedContent .bhElement {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
}

/* ----- AFTER CONTENT ----- */

#AfterContent {
	background-color: #E6007E;
	height: 50px;
}
#RafflsLogo {
	width: 61px;
	height: 66px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: 18px;
	background-image: url(../images/rafflslogofooter.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 61px 66px;
}

/* ------ BREADCRUMB ------ */

#Breadcrumb {
	line-height: 50px;
}
#Breadcrumb .bh-breadcrumb-label {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.85px;
	text-transform: uppercase;
}
#Breadcrumb .breadcrumb-your-position {
	color: rgba(0,0,0,.4);
}
#Breadcrumb ol {
	padding: 0;
	margin: 0;
}
#Breadcrumb .breadcrumb-arrow {
	height: 50px;
	line-height: 49px;
	display: inline-block;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 24px;
	vertical-align: middle;
}
#Breadcrumb ol,
#Breadcrumb ol li {
	display: inline-block;
	list-style-position: inside;
	color: #000;
	font-size: 13px;
}
#Breadcrumb ol li a {
	color: #fff;
}
#Breadcrumb ol li a:hover {
	border-bottom: 1px solid rgba(255,255,255,.5);
}

/* ----- SOCIAL ----- */

#SocialLinks a > i {
	color: #fff;
	font-size: 23px;
	padding-left: 13px;
	transition: ease color 0.3s;
}
#SocialLinks .bh-social {
	padding-top: 13px;
}
#SocialLinks .bh-social a:hover > i {
	color: #000;
}

/* ----- FOOTER ----- */

footer {
	background-color: #000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.footer-label {
	color: #E6007E;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 12px;

}
.footer-label-address {
	padding-bottom: 15px;
}
address {
	font-style: normal;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 24px;
}
#MainFooter li.servnavi_item {
	display: block;
	font-family: 'Merriweather', serif;
	border-top: 1px solid rgba(255,255,255,.15);
	line-height: 36px;
}
#MainFooter li.servnavi_item:last-child {
	border-bottom: 1px solid rgba(255,255,255,.15);
}
#Footerlogo {
	width: 100%;
	height: 100%;
}
#Footerlogo a {
	color: #000;
}
#FooterLogoInner {
    background-image: url(../images/logo-antoner-hof-white.svg);
    background-size: 168px 188px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 188px;
}
#Bottom {
	background-color: #302517;
}
#Bottom li.servnavi_item {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 68px;
}
#Bottom span.servnavi_spacer {
	display: inline-block;
	padding-left: 11px;
	padding-right: 11px;
}
#Bottom span.servnavi_spacer:last-child {
	display: none;
}
li.servnavi_item {
	display: inline-block;
}
li.servnavi_item a {
	color: #fff;
	transition: color .4s;
}
li.servnavi_item a:hover {
	color: #E6007E;
}
#Footnote {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 68px;
}

/* ----- SCROLL POSITION ----- */

.menufix #TopWrapper {
	position: fixed;
	margin-top: -60px;
}
.menufix #Top {
    margin: 0;
}
.menuin #TopWrapper {
	margin-top: 0px;
	transition: margin-top .4s;
}

/* ----- BRANDING ----- */

.bh-brand {
	display: block;
	width: 88px;
	margin: 0 auto;
	padding-top: 24px;
	position: absolute;
	left: 50%;
	margin-left: -44px;
}
.bh-brand .bh-brand-logo,
.bh-brand .bh-brand-text {
	fill: #fff;
	fill-opacity: .3;
}
.bh-brand:hover .bh-brand-logo,
.bh-brand:hover .bh-brand-text {
	fill-opacity: 1;
}

/* ----- FORMULAR ------ */

#Page .bh-field {
	text-align: center;
}
#Page input[type="text"],
#Page input[type="email"],
#Page textarea,
#Page input[type="submit"] {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	padding-top: 4px;
	line-height: 28px;
	height: 32px;
	font-size: 14px;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: #000;
}
#Page textarea {
	height: auto;
	min-height: 200px;
}
#Page input[type="text"]:focus,
#Page input[type="email"]:focus,
#Page textarea:focus {
	outline: none;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,.3);
}
#Page input[type="submit"] {
	margin: 0 auto;
	position: relative;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	padding: 0;
	height: 40px;
	padding-top: 2px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
#Page input[type="submit"]:focus {
	outline: none;
}
#Page input[type="submit"]:active {
	background: rgba(0,0,0,1);
}
#Page .errorBox {
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	background-color: rgba(230, 16, 16, 0.51);
	color: #fff;
	border: none;
}
#Page .bh-fieldblock-label {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}
#Page .formloader {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
    top: -15px;
    margin-bottom: -1px;
    position: relative;
    background: rgba(255,255,255,.3);

}
#Page .formloader:after {
	content: '';
	display: block;
	width: 10%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transition: all .8s;
	-webkit-animation: line 1.5s infinite linear;
	-moz-animation: line 1.5s infinite linear;
	-ms-animation: line 1.5s infinite linear;
	-o-animation: line 1.5s infinite linear;
	animation: line 1.5s infinite linear;
}
@-webkit-keyframes line {
	0%   { left: 0; }
	50%  { left: 90%; }
	100% { left: 0; }
}
@keyframes line {
	0%   { left: 0; }
	50%  { left: 90%; }
	100% { left: 0;	}
}

/* ----- BH-ANFRAGE ----- */

.bhAnfrage.bhElement {
	padding: 40px;
	padding-top: 33px;
	background-color: rgba(255,255,255,.1);
	border-top: 1px solid #E6007E;
	max-width: 1200px;
	margin: 0 auto;
}
#Page .bhAnfrage input[type="text"],
#Page .bhAnfrage input[type="email"],
#Page .bhAnfrage textarea,
#Page .bhAnfrage input[type="submit"] {
	margin-bottom: 15px;
}
.bhAnfrage.bhElement .bh-field-headline {
	text-align: center;
	margin-bottom: 20px;
}

/* ----- STORIES DISCOVER BUTTON ----- */

.gfrs-discover-button {
	width: 100%;
	background-color: rgba(255,255,255,.1);
	margin-bottom: 2px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 7px;
	text-transform: uppercase;
	line-height: 50px;
	vertical-align: middle;
	padding-top: 1px;
	transition: background-color .4s;
	color: #fff;
}
.gfrs-discover-button span.bh-font-menu {
	font-size: 24px;
	margin-right: 30px;
	vertical-align: middle;
}
.gfrs-discover-button:hover {
	background-color: rgba(255,255,255,.15);
}

/* ----- ROUTENPLANER ----- */

#Page .cooRouteLocation {
	padding: 15px !important;
	background: rgba(0,0,0,.3) !important;
	text-align: center;
	height: 39px;
	position: absolute;
	top: 65vh;
	width: 40%;
	z-index: 2;
	left: 50%;
	margin-left: -20%;
}
#Page .cooRouteLocation input[type="text"] {
	width: 30%;
	margin-right: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#Page .cooRouteLocation input[type="submit"] {
	width: 200px;
}
.cooRouteLegs .adp-placemark {
	background: rgba(0,0,0,.1) !important;
}
.cooRouteLegs .adp-placemark {
	font-family: 'Raleway', sans-serif !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}
.cooRouteLegs .adp-directions td:first-child {
	background: #fff !important;
}
.cooRoutePointSubtext {
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}
#Page header .cooRouteMap {
	min-height: 80vh;
	opacity: .5;
	pointer-events: none;
	transition: opacity .4s;
}
#Page .cooRouteLegs {
	font-family: 'Raleway', sans-serif !important;
}
#Page table.adp-placemark {
	background: #fff !important;
}
.cooRouteLegs .adp-summary {
    font-family: 'Raleway', sans-serif !important;
    background: #000 !important;
}

/* ----- TABELLE ----- */

#Page .bh-bodytext table {
	margin-bottom: 20px;
}
#Page .bh-bodytext table tr td {
	border-right: 1px solid #dddddd;
	font-family: 'Raleway', sans-serif !important;
	padding: 7px;
}
#Page .bh-bodytext table tr td:last-child {
	border-right: none;
}
#Page .bh-bodytext table tr:nth-child(odd) {
	background-color: rgba(0,0,0,.04);
}
#Page .bh-bodytext table tr:first-child {
	font-weight: 600;
}
#Page .bh-bodytext table tr:last-child {
	border-bottom: 1px solid #dddddd;
}

/* ----- COLORBOX ----- */

#cboxOverlay {
    background: rgba(0,0,0,0.95);
}

/* ----- ZIMMER & PREISE ----- */

.bhZimmerliste.bhElement {
	width: 100%;
	max-width: 100%;
	position: relative;
}
#RafflsZimmerliste {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
#RafflsZimmerliste a.zimmerliste-zimmerlink {
	position: relative;
	width: calc(50% - 3px);
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
	height: 450px;
}
#RafflsZimmerliste a.zimmerliste-zimmerlink:nth-child(3),
#RafflsZimmerliste a.zimmerliste-zimmerlink:nth-child(4),
#RafflsZimmerliste a.zimmerliste-zimmerlink:nth-child(5) {
	width: calc(33.3333% - 3px);
}
#RafflsZimmerliste .zimmerliste-zimmereintrag {
	height: 100%;
	width: 100%;
	position: relative;
	transition: all .6s;
}
#RafflsZimmerliste .zimmerliste-zimmereintrag:hover {
	box-shadow: 0px 20px 120px rgba(0,0,0,.6);
}
#RafflsZimmerliste .zimmerliste-zimmereintrag .bh-image-background {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	opacity: .3;
	transition: all .6s;
	z-index: 1;
	box-shadow: 0px 0px 160px rgba(0,0,0,1) inset;
}
#RafflsZimmerliste .zimmerliste-zimmereintrag:hover .bh-image-background {
	opacity: .7;
	box-shadow: none;
}
#RafflsZimmerliste .zimmerliste-zimmereintrag h2 {
	color: #fff;
	position: absolute;
	text-align: left;
	z-index: 2;
	top: 30px;
	left: 30px;
	width: 50%;
	text-transform: none;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 30px rgba(0,0,0,.4);
}
#RafflsZimmerliste .zimmerliste-zimmereintrag h2:after {
    width: 140px;
    left: 0%;
    margin-left: 0px;
    margin-top: 20px;
}
#RafflsZimmerDetail .bhHeaderImage {
	height: 700px;
	position: relative;
	margin-bottom: 150px;
}
#RafflsZimmerDetail .bhHeaderImage .header-img-pic {
	background-image: linear-gradient(-130deg, #E6007E 5%, #00BAE8 82%);
}
#RafflsZimmerDetail .bhHeaderImage .header-img-pic,
#RafflsZimmerDetail .bhHeaderImage .header-img-pic .bhBackgroundImage {
	height: 100%;
}
#RafflsZimmerDetail .bhHeaderImage .header-img-pic .bhBackgroundImage {
	background-position: center center;
	mix-blend-mode: screen;
    opacity: .9;
}
#RafflsZimmerDetail .header-img-text {
	width: 960px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	margin-bottom: -125px;
	text-shadow: 0px 0px 100px rgba(0,0,0,.2);
}
#RafflsZimmerDetail .header-img-text h1 {
	font-size: 90px;
	line-height: 85px;
}
#RafflsZimmerDetail .header-img-text h1:after {
	margin-top: 40px;
}
#RafflsZimmerDetail .rates-headline,
#RafflsZimmerDetail .aufforderung {
	text-align: center;
	color: #E6007E;
}
#RafflsZimmerDetail .rates-headline {
	padding-bottom: 30px;
}
#RafflsZimmerDetail .aufforderung {
	padding-top: 75px;
	padding-bottom: 0px;
}
#RafflsZimmerDetail #cooprice-roompricetable tr:nth-child(odd) td {
	background-color: rgba(255,255,255,.05);
}
#RafflsZimmerDetail #cooprice-roompricetable tr td {
	padding: 10px 15px;
}
#RafflsZimmerDetail #cooprice-roompricetable td.season-date {
	color: #00BAE8;
}
#RafflsZimmerDetail .cooprice-roompricetable-price {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
#RafflsZimmerDetail #cooprice-roompricetable .currency {
	font-size: 15px;
	font-weight: 300;
	opacity: .6;
}
#RafflsZimmerDetail #cooprice-roompricetable .perroom {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#RafflsZimmerDetail .cta-buttons {
	margin-bottom: 80px;
}
#RafflsZimmerDetail .cta-buttons-2 {
	margin-bottom: 50px;
}
#RafflsZimmerDetail .otherrooms-headline {
	text-align: center;
	margin-top: 30px;
}
#RafflsZimmerDetail .roomdetail-overview {
	margin-top: 40px;
}
#RafflsZimmerDetail .roomdetail-overview.rafflgallery .bh-col {
    margin-bottom: 2px;
}
#RafflsZimmerDetail .roomdetail-overview-room {
	position: relative;
	display: block;
	height: 200px;
	transition: all .6s;
}
#RafflsZimmerDetail .roomdetail-overview-picture {
	height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    opacity: .3;
    transition: all .6s;
    z-index: 1;
}
#RafflsZimmerDetail .roomdetail-overview-room:hover .roomdetail-overview-picture {
	opacity: .7;
    box-shadow: none;
}
#RafflsZimmerDetail .roomdetail-overview-overlay {
	display: none;
}
#RafflsZimmerDetail .roomdetail-overview-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
#RafflsZimmerDetail .roomdetail-overview-title {
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 5px;
    text-shadow: 0px 0px 15px rgba(0,0,0,.4);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* ----- RESPONSIVE ALERT ----- */
#bh-responsive-overlay{
	color: black;
}



/* ------ SOCIAL BAR ----- */
.bh-social-element{
	width: 40px;
}


/* ----- ANIMATIONS ----- */

.buttonanimation .animation {
	position: relative;
	overflow: hidden;
}
.buttonanimation .animation:after {
	display: block;
	content: '';
	width: 100%;
	height: 30vh;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,1b1b1b+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(27,27,27,0) 0%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1b1b', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}
.buttonanimation .button-01,
.buttonanimation .button-02,
.buttonanimation .button-03,
.buttonanimation .button-04,
.buttonanimation .button-05,
.buttonanimation .button-06,
.buttonanimation .button-07,
.buttonanimation .button-08,
.buttonanimation .button-09,
.buttonanimation .button-10,
.buttonanimation .button-11,
.buttonanimation .button-12,
.buttonanimation .button-13,
.buttonanimation .button-14,
.buttonanimation .button-15,
.buttonanimation .button-16,
.buttonanimation .button-17,
.buttonanimation .button-18,
.buttonanimation .button-19,
.buttonanimation .button-20,
.buttonanimation .button-21,
.buttonanimation .button-22,
.buttonanimation .button-23,
.buttonanimation .button-24,
.buttonanimation .button-25,
.buttonanimation .button-26,
.buttonanimation .button-27,
.buttonanimation .button-28,
.buttonanimation .button-29,
.buttonanimation .button-30,
.buttonanimation .button-31,
.buttonanimation .button-32,
.buttonanimation .button-33,
.buttonanimation .button-34 {
	position: absolute;
	top: -200px;
	width: 200px;
	height: 200px;
	transform: rotate(0deg);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonanimation .button-01,
.buttonanimation .button-18 {
	background-image: url(../images/rafflbuttons/button-01.png);
	left: 5%;
	animation: button-01 30s infinite linear;
}
.buttonanimation .button-02,
.buttonanimation .button-19 {
	background-image: url(../images/rafflbuttons/button-02.png);
	left: 10%;
	animation: button-02 20s infinite linear;
}
.buttonanimation .button-03,
.buttonanimation .button-20 {
	background-image: url(../images/rafflbuttons/button-03.png);
	left: 45%;
	animation: button-03 25s infinite linear;
}
.buttonanimation .button-04,
.buttonanimation .button-21 {
	background-image: url(../images/rafflbuttons/button-04.png);
	left: 20%;
	animation: button-04 35s infinite linear;
}
.buttonanimation .button-05,
.buttonanimation .button-22 {
	background-image: url(../images/rafflbuttons/button-05.png);
	left: 80%;
	animation: button-05 15s infinite linear;
}
.buttonanimation .button-06,
.buttonanimation .button-23 {
	background-image: url(../images/rafflbuttons/button-06.png);
	left: 75%;
	animation: button-06 10s infinite linear;
}
.buttonanimation .button-07,
.buttonanimation .button-24 {
	background-image: url(../images/rafflbuttons/button-07.png);
	left: 30%;
	animation: button-07 30s infinite linear;
}
.buttonanimation .button-08,
.buttonanimation .button-25 {
	background-image: url(../images/rafflbuttons/button-08.png);
	left: 50%;
	animation: button-08 40s infinite linear;
}
.buttonanimation .button-09,
.buttonanimation .button-26 {
	background-image: url(../images/rafflbuttons/button-09.png);
	left: 75%;
	animation: button-09 25s infinite linear;
}
.buttonanimation .button-10,
.buttonanimation .button-27 {
	background-image: url(../images/rafflbuttons/button-10.png);
	left: 20%;
	animation: button-10 27s infinite linear;
}
.buttonanimation .button-11,
.buttonanimation .button-28 {
	background-image: url(../images/rafflbuttons/button-11.png);
	left: 10%;
	animation: button-11 23s infinite linear;
}
.buttonanimation .button-12,
.buttonanimation .button-29 {
	background-image: url(../images/rafflbuttons/button-12.png);
	left: 20%;
	animation: button-12 18s infinite linear;
}
.buttonanimation .button-13,
.buttonanimation .button-30 {
	background-image: url(../images/rafflbuttons/button-13.png);
	left: 60%;
	animation: button-13 25s infinite linear;
}
.buttonanimation .button-14,
.buttonanimation .button-31 {
	background-image: url(../images/rafflbuttons/button-14.png);
	left: 80%;
	animation: button-14 32s infinite linear;
}
.buttonanimation .button-15,
.buttonanimation .button-32 {
	background-image: url(../images/rafflbuttons/button-15.png);
	left: 65%;
	animation: button-15 28s infinite linear;
}
.buttonanimation .button-16,
.buttonanimation .button-33 {
	background-image: url(../images/rafflbuttons/button-16.png);
	left: 40%;
	animation: button-16 19s infinite linear;
}
.buttonanimation .button-17,
.buttonanimation .button-34 {
	background-image: url(../images/rafflbuttons/button-17.png);
	left: 35%;
	animation: button-17 22s infinite linear;
}
.buttonanimation .button-18 { left: 24%; animation: button-05 45s infinite linear; }
.buttonanimation .button-19 { left: 78%; animation: button-10 45s infinite linear; }
.buttonanimation .button-20 { left: 17%; animation: button-08 20s infinite linear; }
.buttonanimation .button-21 { left: 64%; animation: button-02 50s infinite linear; }
.buttonanimation .button-22 { left: 70%; animation: button-16 50s infinite linear; }
.buttonanimation .button-23 { left: 55%; animation: button-17 50s infinite linear; }
.buttonanimation .button-24 { left: 30%; animation: button-03 50s infinite linear; }
.buttonanimation .button-25 { left: 38%; animation: button-11 30s infinite linear; }
.buttonanimation .button-26 { left: 62%; animation: button-12 30s infinite linear; }
.buttonanimation .button-27 { left: 7%; animation: button-14 30s infinite linear; }
.buttonanimation .button-28 { left: 58%; animation: button-09 35s infinite linear; }
.buttonanimation .button-29 { left: 70%; animation: button-08 35s infinite linear; }
.buttonanimation .button-30 { left: 29%; animation: button-04 45s infinite linear; }
.buttonanimation .button-31 { left: 33%; animation: button-05 55s infinite linear; }
.buttonanimation .button-32 { left: 66%; animation: button-09 45s infinite linear; }
.buttonanimation .button-33 { left: 90%; animation: button-07 45s infinite linear; }
.buttonanimation .button-34 { left: 95%; animation: button-02 45s infinite linear; }

@keyframes button-01 {
	0% { top: -200px; transform: rotate(0deg); }
	20% { top: 90vh; transform: rotate(360deg); }
	100% { top: 90vh; transform: rotate(360deg); }
}
@keyframes button-02 {
	0% { top: -200px; transform: rotate(0deg); }
	40% { top: -200px; transform: rotate(0deg); }
	60% { top: 90vh; transform: rotate(-160deg); }
	100% { top: 90vh; transform: rotate(-160deg); }
}
@keyframes button-03 {
	0% { top: -200px; transform: rotate(0deg); }
	15% { top: 90vh; transform: rotate(120deg); }
	100% { top: 90vh; transform: rotate(120deg); }
}
@keyframes button-04 {
	0% { top: -200px; transform: rotate(0deg); }
	60% { top: -200px; transform: rotate(0deg); }
	80% { top: 90vh; transform: rotate(-80deg); }
	100% { top: 90vh; transform: rotate(-80deg); }
}
@keyframes button-05 {
	0% { top: -200px; transform: rotate(0deg); }
	50% { top: -200px; transform: rotate(0deg); }
	60% { top: 90vh; transform: rotate(960deg); }
	100% { top: 90vh; transform: rotate(960deg); }
}
@keyframes button-06 {
	0% { top: -200px; transform: rotate(0deg); }
	10% { top: -200px; transform: rotate(0deg); }
	25% { top: 90vh; transform: rotate(460deg); }
	100% { top: 90vh; transform: rotate(460deg); }
}
@keyframes button-07 {
	0% { top: -200px; transform: rotate(0deg); }
	70% { top: -200px; transform: rotate(0deg); }
	90% { top: 90vh; transform: rotate(260deg); }
	100% { top: 90vh; transform: rotate(260deg); }
}
@keyframes button-08 {
	0% { top: -200px; transform: rotate(0deg); }
	40% { top: 90vh; transform: rotate(160deg); }
	100% { top: 90vh; transform: rotate(160deg); }
}
@keyframes button-09 {
	0% { top: -200px; transform: rotate(0deg); }
	50% { top: -200px; transform: rotate(0deg); }
	65% { top: 90vh; transform: rotate(-150deg); }
	100% { top: 90vh; transform: rotate(-150deg); }
}
@keyframes button-10 {
	0% { top: -200px; transform: rotate(0deg); }
	20% { top: -200px; transform: rotate(0deg); }
	30% { top: 90vh; transform: rotate(360deg); }
	100% { top: 90vh; transform: rotate(360deg); }
}
@keyframes button-11 {
	0% { top: -200px; transform: rotate(0deg); }
	40% { top: -200px; transform: rotate(0deg); }
	70% { top: 90vh; transform: rotate(-270deg); }
	100% { top: 90vh; transform: rotate(-270deg); }
}
@keyframes button-12 {
	0% { top: -200px; transform: rotate(0deg); }
	10% { top: -200px; transform: rotate(0deg); }
	30% { top: 90vh; transform: rotate(100deg); }
	100% { top: 90vh; transform: rotate(100deg); }
}
@keyframes button-13 {
	0% { top: -200px; transform: rotate(0deg); }
	85% { top: -200px; transform: rotate(0deg); }
	100% { top: 90vh; transform: rotate(160deg); }
}
@keyframes button-14 {
	0% { top: -200px; transform: rotate(0deg); }
	35% { top: -200px; transform: rotate(0deg); }
	60% { top: 90vh; transform: rotate(260deg); }
	100% { top: 90vh; transform: rotate(260deg); }
}
@keyframes button-15 {
	0% { top: -200px; transform: rotate(0deg); }
	65% { top: -200px; transform: rotate(0deg); }
	80% { top: 90vh; transform: rotate(-260deg); }
	100% { top: 90vh; transform: rotate(-260deg); }
}
@keyframes button-16 {
	0% { top: -200px; transform: rotate(0deg); }
	15% { top: -200px; transform: rotate(0deg); }
	40% { top: 90vh; transform: rotate(200deg); }
	100% { top: 90vh; transform: rotate(200deg); }
}
@keyframes button-17 {
	0% { top: -200px; transform: rotate(0deg); }
	40% { top: 90vh; transform: rotate(360deg); }
	100% { top: 90vh; transform: rotate(360deg); }
}

/* --- PLATE ANIMATION --- */

.bhT3.bhElement {
	min-width: 100%;
}
.eatartbackground {
	height: 550px;
	position: relative;
}
.eartartplate {
	position: absolute;
	width: 680px;
	height: 680px;
	background: url(../images/eatartplate/rafflsstubn-eatartplate.png) center center no-repeat;
	left: 50%;
	margin-left: -340px;
	top: 0px;
	transform: rotate(30deg);
	transition: all 2s;
	opacity: 0;
}
.inviewactive .eartartplate {
	transform: rotate(0deg);
	top: -200px;
	opacity: 1;
}

/*** SCHNELLANFRAGE ***/

.bhAnfrage.bhElement h2 {
    text-align: center;
    font-family: 'Merriweather', serif;
    text-transform: none;
    letter-spacing: 2px;
    color: #e7127d;
}
.bhAnfrage.bhElement h2:after {
	display: none;
}
.bhAnfrage.bhElement {
    padding: 40px;
    padding-top: 33px;
    background-color: rgba(255,255,255,.1);
    border-top: 1px solid #AE3E90;
    max-width: 900px;
    margin: 0 auto;
}
#Page .bhAnfrage input[type="text"],
#Page .bhAnfrage input[type="email"],
#Page .bhAnfrage textarea,
#Page .bhAnfrage input[type="submit"], #Page .bhAnfrage select {
    margin-bottom: 30px;
    line-height: 21px;
    height: 40px;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.2);
    transition: all .4s;
    color: #fff;
    box-sizing: border-box;
}
#Page .bhAnfrage .bh-form-field .form-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.2);
    content: '';
    border-radius: 3px;
    font-size: 18px;
    color: #e7127d;
    pointer-events: none;
}
.bh-deprecated-datepicker {
	position: relative;
}
.bh-form-field input,
.bh-form-field textarea {
	width: 100% !important;
	margin-right: 0px !important;
}
#Page .bhAnfrage input[type="text"]:focus,
#Page .bhAnfrage input[type="email"]:focus,
#Page .bhAnfrage textarea:focus {
	background: rgba(255,255,255,1);
	box-shadow: none;
	color: #1B1B1B;
}
#Page .bhAnfrage input[type="submit"] {
    background: #e7127d;
    border: none;
    max-width: 300px;
}
#Page .bhAnfrage input[type="submit"]:hover {
	background: #a71860;
}

#Page .bhAnfrage .bh-form-field {
    position: relative;
}

#Page .bhAnfrage .bh-form-field--checkbox {
    margin-right: 0px !important;
}

#Page .bhAnfrage .bh-form-checkbox-container {
	position: relative;
    display: block;
	padding-left: 40px;
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    font-style: italic;
}

#Page .bhAnfrage .bh-form-checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 23px;
    width: 23px;
	top: 4px;
    left: 0;
}

#Page .bhAnfrage .bh-form-checkbox__checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 23px;
	width: 23px;
	border: none;
    background: #fff;
    border-radius: 3px;
}

#Page .bhAnfrage .bh-form-checkbox-container .bh-form-checkbox__checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #e7127d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Page .bhAnfrage .bh-form-checkbox__checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#Page .bhAnfrage .bh-form-checkbox-container input:checked ~ .bh-form-checkbox__checkmark:after {
	display: block;
}

#Page .bhAnfrage .bh-form-checkbox__text {
    display: block;
}

#Page .bhAnfrage .mitreisende-hinzufuegen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#Page .bhAnfrage .mitreisende-hinzufuegen__button {
    background: #e7127d;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
}

#Page .bhAnfrage .mitreisende-hinzufuegen__button * {
    line-height: 32px !important;
}

#Page .bhAnfrage .mitreisende-person{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}

#Page .bhAnfrage .mitreisende-person-template {
    display: none;
}

#Page .bhAnfrage .mitreisende-person .bh-cols{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#Page .bhAnfrage .mitreisende-person__entfernen-button{
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 7px;
    font-size: 22px;
    color: #e7127d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    cursor: pointer;
}

.bhAnfrage input:disabled {
    opacity: 0 !important;
}

@media only screen and (max-width: 600px) {
    #Page .bhAnfrage .mitreisende-person:not(:last-child){
        margin-bottom: 30px;
        border-bottom: 1px solid #e7127d;
    }
    #Page .bhAnfrage .mitreisende-hinzufuegen__text {
        margin-bottom: 30px;
    }
}

/* ----- COOKIES WARNING ----- */

.bh-state-desktop .bh-cookies-warning {
	width: 300px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: rgba(80, 80, 80, 0.9)  !important;
	border-top-left-radius: 5px;
	right: 0px;
	left: auto;
	color: white;
}
.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;

}
.bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	background: #00bbe9 !important;
	color: white;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.bh-state-mobile .bh-cookies-warning {
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	text-align: center;
	background: rgba(80, 80, 80, 0.9)  !important;
	color: white;
}
.bh-state-mobile .bh-cookies-buttons {
	width: 100%;
}







/*** SOCIAL ****/
.bh-social-post {
	height: auto !important;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat;
}

.bh-social-post .bh-social-content {
	padding-bottom: 100% !important;
}

.bh-social-message,
.bh-social-datewrapper {
	display: none;
}

.el-social {
	max-width: 1280px !important;
	margin-bottom: 60px !important;
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 70px !important;
}
@media only screen and (max-width : 1100px) {
	.el-social {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.bh-social-post:before {
	content: "\e9ac";
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 20px;
	/*https://www.bakehouse.at/fileadmin/tutorial/iconfont/demo.html*/
}

.el-social .swiper-navigation {
	background-image: url(/fileadmin/images/fader-arrow-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: -60px;
	margin-left: auto;

}

.el-social .swiper-navigation.swiper-button-prev {
	background-image: url(/fileadmin/images/fader-arrow-left.svg);
	margin-left: -60px;
	margin-right: auto;
}


.el-social .swiper-navigation:before,
.el-social .swiper-navigation:after {
	display: none;
}

.socialoutlink {
	position: absolute;
	top: -90px;
	background-image: url("/fileadmin/images/letsgetsocial.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	z-index: 50;
	right: 25%;
}

/*** SOCIAL ****/

/* Datepicker */

:root {
	--datepicker-color-highlight: rgba(48, 37, 23, 1);
    --datepicker-color-selected: rgba(48, 37, 23, 0.25);
}
