@charset "utf-8";
/* CSS Document */

/*
font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
font-family: 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
*/

body
{
	margin: 0;
	padding: 0;
	background: #F9F9F9;
}
*
{
	outline: none;
}
::selection
{ 
    color: #fff;
    background: #E0DD00;
}
::-moz-selection {
    color: #fff;
    background: #E0DD00;
}
*:focus { outline: #E0DD00 dashed 1px; }

body.hh ::selection
{ 
    color: #191919;
    background: #1BB6E3;
}
body.hh ::-moz-selection { 
    color: #191919;
    background: #1BB6E3;
}
body.hh *:focus { outline: #1BB6E3 dashed 1px; }
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;
}
.offscreen
{
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
/* Access map */
.as_map_c { width: 100%; position: relative; z-index: 30; }
.as_map
{
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.as_map a
{
    color: #000000;
    text-decoration: none;
}
.as_map *:focus { outline: 1px dashed #000000; }

.as_map.opened
{
    height: auto;
}
.as_map ul
{
    list-style: none;
    margin: 0 auto;
    display: table;
}
.as_map ul li
{
    float: left;
    margin: 30px;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 0.688em }
.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: 1000px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 0.875em; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 1em; }
}

/* Head */
.head_c
{
	width: 100%;
	position: relative;
    z-index: 4;
}
.headtop_c
{
	float:left;
	position:fixed;
	width: 100%;
	background: rgba(37,39,40,0.9);
	z-index:20;
}
.headtop
{
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.logo
{
	float:right;
	height:70px;
}
.logo #logo
{
	width: 225px;
	height: 190px;
	position:absolute;
	right:0;
	top:0;
	transition: all 1s ease;
	z-index:2;
}
.logo #logo_klein
{
	opacity:0;
	transition: all 1s ease;
	padding: 3px 0;
	width: 225px;
	background: #252728;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay:  1.5s;
    animation-delay:  1.5s;
	z-index:1;
}
.logo #logo_content
{
	padding: 3px 0;
	width: 225px;
	background: #252728;
	z-index:1;
}
.logo.hidden #logo
{
	top:-500px;
}
.logo svg#logo .cls-1{fill:#27292A;}
.logo svg#logo .cls-2{fill:#fff;}
.logo svg#logo .cls-3{fill:#dfdc00;}

.logo svg#logo_klein .cls-1{fill:#27292A;}
.logo svg#logo_klein .cls-2{fill:#fff;}
.logo svg#logo_klein .cls-3{fill:#dfdc00;}

.logo svg#logo_content .cls-1{fill:#27292A;}
.logo svg#logo_content .cls-2{fill:#fff;}
.logo svg#logo_content .cls-3{fill:#dfdc00;}

body.hh .logo svg#logo .cls-3,body.hh .logo svg#logo .cls-4{fill:#1BB6E3;}

body.hh .logo svg#logo_klein .cls-3,
body.hh .logo svg#logo_klein .cls-5{fill:#1BB6E3;}

body.hh .logo svg#logo_content .cls-3,
body.hh .logo svg#logo_content .cls-5{fill:#1BB6E3;}

.logo.hidden #logo_klein
{
	opacity:1;
}

/*Mobile Menu*/
.menu_btn
{
    height: 39px;
    float: left;
    padding: 0 12px 0 12px; 
    display:none;
    font: 400 1em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
    color: #191919;
	text-transform:uppercase;
    line-height: 40px;
    cursor: pointer;
	background: #E0DD00;
	margin-top: 19px;
}
.menu_btn.closed,
body.hh .menu_btn.closed
{
	background: #252728;
	color: #fff;
}
body.hh .menu_btn
{
	background: #1BB6E3;
}
@media (max-width: 1030px)
{
	.menu_btn
	{
		display:block;
	}
}
.menu_btn span 
{ 
	float:left;
	letter-spacing:1px;
}
.menu_btn .mmbico
{
    width: 32px;
	height: 25px;
    float: right;
    margin: 6px 0 0 10px;
    position: relative;
    z-index: 1;
}
.menu_btn .mmbico > *
{
	width: 28px;
	height: 4px;
	float: left;
	opacity: 1;
	transition-duration: 500ms;
	backface-visibility: hidden;
    background-color: #FFFFFF;
}
.menu_btn .one
{
    margin: 0 0 0 3px;
	transform: rotate(45deg) translate(7px, 10px);
	-webkit-transform: rotate(45deg) translate(7px, 10px);
	background: #191919;
}
.menu_btn .two { opacity: 0; }
.menu_btn .three {
	margin: 0 0 0 3px;
	transform: rotate(-45deg) translate(-5px, 1px);
	-webkit-transform: rotate(-45deg) translate(-5px, 1px);
	background: #191919;
}
.menu_btn.closed .mmbico > * { height: 3px; margin: 0; }
.menu_btn.closed .mmbico > div
{
	margin: 4px 0 0 0;
    transform: rotate(0deg) translate(0,0); 
	-webkit-transform: rotate(0deg) translate(0,0);
    opacity: 1;
	background:#fff;
}
body.cnt_on .menu_btn { background-color: #FFFFFF; color: #000000; }
body.cnt_on .menu_btn .mmbico > * { background-color: #000000; }

.menu_layer
{
	width: 470px;
	float: left;
	position: absolute;
    top: 77px;
	left: 0;
	z-index: 1;
	height:100vh;
	background: rgba(37,39,40,0.9);
    
    pointer-events: auto;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.menu_layer.closed
{
    pointer-events: none;
    opacity: 0;
	transform: translateY(10px);
    -webkit-transform: translateY(10px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menusl .menuslbox.current
{
	left: 0%;
}
.menusl .menuslbox ul
{
	width: 100%;
	float: left;
    padding: 10px 0 25px 70px;
	list-style: none;
 	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 font: 400 1.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
}
.menusl .menuslbox ul li
{
	width: 100%;
	float: left;
    padding: 0 25px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:left;
	min-height: 44px;
}
.menusl .menuslbox ul li a
{
	width: 100%;
    float: left;
    padding: 10px 30px 10px 25px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;
   	text-transform:uppercase;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.menusl .menuslbox ul li a:before
{
	content:'\f101';
	font-family:FontAwesome;
	font-size:1em;
	font-weight:normal;
	left:0;
	position:absolute;
	 margin-left: -15px;
	
}
.menusl .menuslbox ul li.current_link a,
.menusl .menuslbox ul li.current_path a,
.menusl .menuslbox ul li:hover a
{
	color: #E0DD00;
}
body.hh .menusl .menuslbox ul li.current_link a,
body.hh .menusl .menuslbox ul li.current_path a,
body.hh .menusl .menuslbox ul li:hover a
{
	color: #1BB6E3;
}
.menusl .menuslbox ul.submenu
{
	padding: 15px 0 25px 70px;
	
}
.menusl .menuslbox ul.submenu li.back_link
{
	padding-left:0;
}
.menusl .menuslbox ul.submenu li a
{
	padding: 0 25px;
    background-image: none;
    border-bottom: 0px solid;
    box-sizing: border-box;
    color: #fff;
    line-height: 38px;
	width:100%;
	font-size: 1em;
}
.menusl .menuslbox ul.submenu li a:before
{  
    content: '\f105';
    font-family: FontAwesome;
    font-size: 110%;
    color: #fff;
	font-size: 0.9em;
}
.menusl .menuslbox ul.submenu li.back_link a
{
    margin: 0 0 15px 0;
    padding: 5px 0;
	color: #E0DD00;
	width: 64%;
	box-sizing: border-box; 
}
body.hh .menusl .menuslbox ul.submenu li.back_link a
{
	color: #1BB6E3;
}
.menusl .menuslbox ul.submenu li.mm_parent a:before
{
	content:'\f101';
	padding-right: 15px;
}
.menusl .menuslbox ul.submenu li.back_link a::before { display: none; }

.menusl .menuslbox ul.submenu li.current_link a
{
    color: #E0DD00;
}
.menusl .menuslbox ul.submenu li.current_link a::before 
{ color: #E0DD00; }
body.hh .menusl .menuslbox ul.submenu li.current_link a::before 
{ color: #1BB6E3; }


.toplinks 
{
	float:left;
	padding: 20px 0;
}
.toplinks .link
{
    float:left;
	margin-left: 8px;
}
.toplinks .link .season
{
	float:left;
	border: 2px solid #CCCCCC;
	background: #CCCCCC;
	width: 37px;
	height: 33px;
	text-align: center;
	transition: all 1s ease;
}
.toplinks .link .season.active,
.toplinks .link .season:hover
{
	border: 2px solid #E5E200;
	background: #252728;
}
.toplinks .link .season.winter.active,
.toplinks .link .season.winter:hover
{
	border: 2px solid #30BBDB;
	background: #252728;
}
.toplinks .link .season #wanderschuh
{
    width: 24px;
	height: auto;
	margin-top: 7px;
	transition: all 1s ease;
}
.toplinks .link .season #gondel
{
    width: 28px;
	height: auto;
	margin-top: 4px;
}
.toplinks .link 
.toplinks svg#wanderschuh
{
	width: 70px;
	height: auto;
}
.toplinks svg#wanderschuh .cls-1{fill:#E0DD00;}
.toplinks svg#wanderschuh .cls-2{fill:#E0DD00;}

.toplinks svg#gondel .cls-1{fill:#262A2E;}
.toplinks svg#gondel .cls-2{fill:#262A2E;}

.toplinks .season:hover svg#gondel .cls-1{fill:#30BBDB;}
.toplinks .season:hover svg#gondel .cls-2{fill:#30BBDB;}

body.hh .toplinks svg#wanderschuh .cls-1{fill:#262A2E;}
body.hh .toplinks svg#wanderschuh .cls-2{fill:#262A2E;}

body.hh .season:hover svg#wanderschuh .cls-1{fill:#E0DD00;}
body.hh .season:hover svg#wanderschuh .cls-2{fill:#E0DD00;}

body.hh .toplinks svg#gondel .cls-1{fill:#1BB5E2;}
body.hh .toplinks svg#gondel .cls-2{fill:#1BB5E2;}
.toplinks .link.booking
{
	float:left;
	background: #E0DD00;
	padding: 8px 13px;
	padding: 10px 13px;
	text-transform:uppercase;
	font: 400 1em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	position:relative;
	overflow:hidden;
}
body.hh .toplinks .link.booking
{
	background: #1BB6E3;;
}
.toplinks .link.booking:before
{
	background: #191919;
	width:100%;
	height: 100%;
	position:absolute;
	left:0;
	padding: 10px 13px;
	box-sizing: border-box;
	top: -200%;
	content:'Anfragen';
	transition: all 0.3s ease;
	color: #E0DD00;
}
body.hh .toplinks .link.booking:before
{
	color: #1BB6E3;
}
.toplinks a .link.booking 
{
	color: #191919;
	text-decoration:none;
}
body.hh .toplinks a .link.booking 
{
	color: #fff;
}
.toplinks .link.booking:hover:before
{
	top:0;	
}
.toplinks .link.lang
{
	position:relative;
}
.toplinks .link.lang .langbutton
{
	background: #27292A;
	color: #CCCCCC;
	padding: 5px 8px;
	font-size:1.250em;
	border: 2px solid #27292A;
	float:left;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.lang .lang_i
{
	display:none;
	position:absolute;
	right:0px;
	top: 35px;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	border: 2px solid #E5E200;
}
body.hh .lang .lang_i
{
	border-color: #1BB5E2;
}
.lang .lang_i a
{
	color: #CCCCCC;
}
.toplinks .link.lang.opened .langbutton,
.toplinks .link.lang .langbutton:hover
{
	border: 2px solid #E5E200;
	color: #E5E200;
}
body.hh .toplinks .link.lang.opened .langbutton,
body.hh .toplinks .link.lang .langbutton:hover
{
	border: 2px solid #1BB5E2;
	color: #1BB5E2;
}
.lang.opened .lang_i
{
	display:block;	
}
.menu
{
	float:left;
	z-index: 100;
    position: relative;
}
.menu ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:18px 0 0 0;
}
.menu ul li
{
	margin: 0 15px;
	float:left;
	position:relative;
	padding: 10px 0;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	
}
.menu a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font: 400 1.188em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
}
.menu ul li::before,
.menu ul li::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E0DD00;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
body.hh .menu ul li::before,
body.hh .menu ul li::after
{
	background: #1BB6E3;
}
.menu ul li::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu ul li::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.menu ul li:hover {
	color: #fff;
}

.menu ul li:hover::before,
.menu ul li:hover::after
{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.menu ul li.current_link a,
.menu ul li.current_path a
{
	color: #E0DD00;
}
body.hh .menu ul li.current_link a,
body.hh .menu ul li.current_path a
{
	color: #1BB6E3;
}
.menu ul li .mdown
{
	position: absolute;
	max-height:0;
	overflow:hidden;
	top:41px;
	/*transition: max-height 0.5s ease-in-out;*/
    transition: all 0.75s ease-in-out;
	width:233px;
	left:0;
	padding-top:18px;
    opacity: 0.2;
}
.menu ul li:hover .mdown,
.menu ul li.show .mdown
{
	max-height:500px;
    opacity: 1;
}

.menu ul li .mdown ul
{
	background:#DDDB00;
	width:100%;
	padding-bottom:10px;
}
body.hh .menu ul li .mdown ul
{
	background:#1BB6E3;
}
.menu ul li .mdown a
{
	color: #1A1A19;
	text-transform:none;
	font-size:1em;
	position:relative;
	float:left;
	width:100%;
}
body.hh .menu ul li .mdown a
{
	color:#fff;
}
.menu ul li .mdown ul li
{
	padding-left:27px;
	box-sizing: border-box;
	width:100%;
	margin:0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.menu ul li .mdown ul li:hover,
.menu ul li .mdown ul li a.current_link
{
	background:#fff;
}
body.hh .menu ul li .mdown ul li:hover,
body.hh .menu ul li .mdown  ul li.current_link
{
	background:rgba(37,39,40,0.5);
}
.menu ul li .mdown ul li::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: normal;
    left: 10px;
    position: absolute;
    margin-left: 0px;
	top:9px;
	color: #1C1C1A;
	
}
.menu ul li .mdown ul li::before,
.menu ul li .mdown ul li::after
{
	-webkit-transition:inherit;
	-moz-transition:inherit;
	transition:inherit;
	-webkit-transform:inherit;
	-moz-transform:inherit;
	transform:inherit;
	opacity:1;
	background:none;
}
.menu ul li .mdown  ul li.current_link::before {
    content: '\f101';
}}
.menu ul li .mdown ul li a::before,
.menu ul li .mdown ul li a::after
{
	display:none;
}
@media (max-width: 1100px)
{
	.menu ul li
	{
		margin: 0 9px;
	}
	.logo #logo,
	.logo #logo_klein
	{
		width:200px;
	}
	.logo #logo_klein
	{
		padding: 7px 0;
	}
	.logo #logo
	{
		height:170px;
	}
	.menu ul
	{
		padding-left: 10px;
	}
	.menu ul li .mdown ul
	{
		padding-left: 0;
	}
}



@media (max-width: 1030px)
{
	.menu
	{
		display:none;
	}
}
.head_image
{
	position:relative;
	overflow:hidden;
	background:#fff;
}
.head_image #headImageImg
{
	width: auto;
	height: 100vh;
	
	z-index:1;
	position: relative;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes zoomImg {
  from {
   	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }

  to {
  	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    transform:scale(1.05);
  }
}

.zoomImg {
  -webkit-animation-name: zoomImg;
  -moz-animation-name: zoomImg;
  animation-name: zoomImg;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;

}
.head_image .header_overlay
{
	position: relative;
	z-index:2;
}
.head_image .header_overlay img
{
	width:70%;
	height: auto;
	position:absolute;
	left:0;
	bottom:0;
}
.head_image .claim
{
	width:100%;
	text-align:center;
	position:absolute;
	bottom: 10px;
	z-index:3;
	overflow:visible;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
	-moz-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
	-moz-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.head_image .claim h1.header
{
	font: 400 5.813em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.25);
	float:none;
	margin:0 auto;
	max-width:1100px;
	text-transform:uppercase;
	padding:0 0 27px 0;
}
.head_image .claim h1.header:after
{
	height:0;
	width:0;
	display:none;
}
.head_image .claim .c_seasonbadge
{
	position:relative;
	float:none;
	margin:0 auto;
	max-width:1000px;
}
.head_image .claim .c_seasonbadge .seasonbadge
{
	position:absolute;
	left:0;
	top:-107px;
    width: 116px;
    height: 109px;
    background: url(../img/icons/sommer-badge-bcg.png) no-repeat top 0 left 0;
    background-size: 232px auto;
    cursor: pointer;
}

.head_image .claim .c_seasonbadge .seasonbadge:hover
{
    background-position: right 0 top 0;
}
.seasonbadge img
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.seasonbadge img:hover
{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.head_image .claim hr
{
	border:none;
	border-top: 3px solid #E0DD00;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
    animation-delay: 1s;
	margin:0 auto;
	max-width:300px;
}
body.hh .head_image .claim hr
{
	border-color: #30BBDB;
}
.head_image .claim h2.header
{
	font: 400 1.750em/110% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	float:none;
	margin:0 auto;
	max-width:1100px;
	text-transform:uppercase;
	padding:27px 0 0 0;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}
.head_image .claim .arrow
{
	color: #fff;
	float:none;
	margin:0 auto;
	max-width:1100px;
	padding:20vh 0 0 0;
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
    animation-delay: 1.75s;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.25);
	font-size: 5.625em;
}
.head_image .claim .arrow a
{
	color:#fff;
}

.head_image .header_package_container
{
    position: absolute;
    width: 225px;
    right: calc((100% / 2) - 550px);
    bottom: 0;
    background-color: #1BB6E3;
    z-index: 4;
	min-width: 249px;
    min-height: 163px;
}

.head_image .header_package_container:after
{
    content: " ";
    width: 60px;
    height: 57px;
    background: url(../img/header_packages_star.png) no-repeat center;
    background-size: 60px auto;
    position: absolute;
    top: -25px;
    right: -10px;
}

.head_image .header_package_container .header_package_top
{
    width: 100%;
    /*padding: 20px;*/
	padding: 32px 20px 20px 20px;
    box-sizing: border-box;
    font: 400 1em/150% 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #26262A;
    text-align: left;
}

.head_image .header_package_container .header_package_bottom
{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #27292A;
    text-align: left;
}

.head_image .header_package_container .header_package_bottom a
{
    font: 600 1.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
}

.head_image .header_package_container .header_package_bottom a:hover,
.head_image .header_package_container .header_package_bottom a:focus
{
    color: #1BB6E3;
}

.head_image .header_package_container .header_package_bottom a .fa
{
    margin-left: 45px;
    font-size: 1.2em;
}

/* Mobile menu */
.menu_slide_layer
{
	width: 75%;
	float: left;
	position: absolute;
	left: -75%;
	z-index: 1;
	
	background-color: #FFFFFF;
}
.menu_slide_layer.closed
{
	display: none;
}

.menu_slide_layer .menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.menu_slide_layer .menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menu_slide_layer .menusl .menuslbox.current
{
	left: 0%;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: -10px;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #F9F9F9;
}

/* Footer */
.footer_c
{
	width: 100%;
	background: #fff;
	float:left;
	position: relative;
    z-index: 3;
}
.footer
{
	width: 100%;
	max-width:1100px;
	background: #fff;
	margin: 0 auto;
	position:relative;
}
.btt
{
	position:fixed;
	right: 5px;
	bottom: 5px;
	width: 33px;
	height:33px;
	line-height: 33px;
	font-size: 30px;
	text-align:center;
	background: rgba(37,39,40,0.75);
	z-index:20;
	display:none;
	opacity:0;
	transition: all 1.5s ease;
}
.btt.visible
{
	opacity:1;
}
.btt a
{
	color: #E0DD00;
}
body.hh .btt a
{
	color: #30BBDB;
}
.footer img.anreise
{
	position:absolute;
	z-index:1;
	right:0;
	top:0;
}
.footer:after
{
	content:url(../img/icons/anreise_right.png);
	position:absolute;
	right:-450px;
	top:0;
}
.footer .box
{
	float:left;
	padding: 20px 6% 100px 6%;
	width:36%;
	box-sizing: border-box;
	position:relative;
	z-index:2;
	font: 700 1em/180% 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #27292A;
}
.footer .box a
{
	color: #27292A;
}
.footer .box a:hover
{
	text-decoration:none;
}
.footer .box h3
{
	font: 400 1em/110% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #27292A;
	text-transform:uppercase;
	width:100%;
	margin:0 0 24px 0;
	padding:57px 0 7px 0;
	border-bottom: 2px solid #DDDB00;
	position:relative;
}
body.hh .footer .box h3
{
	border-color:#30BBDB;
}
.footer .box h3.urlaubsplaner:after
{
	content:'';
	background: url(../img/icons/urlaubsplaner.svg) no-repeat center top / 57px auto;
	width: 57px;
    height: 32px;
    position: absolute;
    bottom: 6px;
    right: 15%;
}
.footer .box #afForm .d_input
{
	float:right;
	width:46%;
	position:relative;
	border: 1px solid #373736;
	box-sizing: border-box;
	padding: 7px 5px;
	background:#fff;
	margin-bottom: 17px;
}
.footer .box #afForm .d_input.first
{
	float:left;
}
.footer .box #afForm .d_input input
{
	float:left;
	width:100%;
	background:none;
	position:relative;
	border:none;
	box-sizing: border-box;
	z-index:5;
	cursor:pointer;
}
.footer .box #afForm .d_input span.fa
{
	position:absolute;
	right: 10px;
	top: 4px;
	font-size:1.250em;
	z-index:1;
}
.footer .box a.button
{
	float:left;
	padding: 10px;
	background: #E0DD00;
	color: #191919;
	font: 400 1.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	transition: all 0.75s ease;
}
body.hh .footer .box a.button
{
	background: #30BBDB;
	color: #fff;
}
.footer .box a.button:hover
{
	color: #E0DD00;
	background: #191919;
}
body.hh .footer .box a.button:hover
{
	color:#30BBDB;
	background:#fff;
}
.nav_links .toplinks
{
	display:none;
}
.footer .logos
{
	float:left;
	width:100%;
	text-align: center;
}
.footer .logos img
{
	padding: 15px;
}
.footer .impressum
{
	float:left;
	width:100%;
	text-align: right;
	box-sizing: border-box;
	padding: 0 6% 10px 6%;
	font: 400 0.9em/180% 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BCBCBC;
}
.footer .impressum a
{
	color: #BCBCBC;
	margin-right: 15px;
}
.footer .impressum a:hover
{
	text-decoration:none;
}
.footer .impressum #algo
{
	width: 12px;
}
@media(max-width: 1120px)
{
    .head_image .header_package_container
    {
        right: 0;
        bottom: 0;
    }

}
@media (max-width: 1010px)
{
	.head_image
	{
		height:744px;
		width:100%;
	}
	.head_image #headImageImg
	{
		height:auto;
		width:2000px;
		position:absolute;
		left: -495px;
	}
	.head_image .claim .c_seasonbadge .seasonbadge
	{

	}
    .head_image .header_package_container
    {
        width: 195px;
    }

    .head_image .header_package_container:after
    {
        width: 45px;
        height: 43px;
        background-size: 45px auto;
        top: -20px;
        right: -7px;
    }

    .head_image .header_package_container .header_package_top
    {
       /* padding: 15px;
        font-size: 0.9em;*/
	 padding: 23px 21px 24px 24px;
    }

    .head_image .header_package_container .header_package_bottom
    {
        padding: 13px 15px;
    }

    .head_image .header_package_container .header_package_bottom a
    {
        font-size: 0.9em;
    }

    .head_image .header_package_container .header_package_bottom a .fa
    {
        margin-left: 35px;
    }
}
@media (max-width: 960px)
{
	.footer .box
	{
		width: 100%;
		padding: 20px 6% 0 6%;
	}
	.footer .box form,
	.footer .box .box_inner
	{
		max-width:253px;
	}
	.headtop_c
	{
		position:absolute;
	}
	.logo #logo
	{
		display:none;
	}
	.logo #logo_klein
	{
		opacity:1;
	}
	.footer .box h3
	{
		max-width: 253px;
	}
	.btt
	{
		display:block;
	}
	.footer .impressum
	{
		padding-bottom: 65px;
	}
}
@media (max-width: 890px)
{
	.head_image
	{
		height:744px;
		width:100%;
	}
	.head_image #headImageImg
	{
		height:744px;
		width:auto;
		position:absolute;
		left:0;
	}
}
@media (max-width: 749px)
{
	
	.head_image .claim .c_seasonbadge .seasonbadge img
	{
		width:130px;
		height:auto;
	}
	.head_image .claim .c_seasonbadge .seasonbadge
	{
		top:-40px;
	}
}
@media (max-width: 640px)
{
	.toplinks
	{
		display:none;
	}
	.nav_links .toplinks
	{
		display:block;
	}
	.menu_layer
	{
		top: 66px;
		width: 320px;
	}
	.menusl .menuslbox ul.submenu 
	{
		padding: 15px 0 25px 30px;
	}
	.menusl .menuslbox ul
	{
		padding: 10px 0 25px 30px;
	}
	.logo #logo_klein
	{
		padding:0;	
	}
	.logo
	{
		height:auto;
	}
}
@media (max-width: 575px)
{
	.footer img.anreise
	{
		display:none;
	}
}
@media (max-width: 530px)
{
	.head_image
	{
		height:auto;
	}
	.head_image #headImageImg
	{
		position:relative;
		left:0;
		height: auto;
		width: 100%;
	}
	.head_image .claim
	{
		position:relative;
		background: #E0DD00;
		padding-top: 20px;
	}
	body.hh .head_image .claim
	{
		background: #1BB6E3;
	}
	.head_image .claim h1.header
	{
		font-size: 2.438em;
		padding:0;
	}
	.head_image .claim .c_seasonbadge
	{
		display:none;
	}
	.head_image .claim hr
	{
		display:none;
	}
	.head_image .claim .arrow
	{
		font-size:2.500em;
		padding: 20px 0 0 0;
	}
	.head_image .claim h2.header
	{
		padding: 8px 0 0 0;
		font-size:1.563em;
	}
	.logo #logo_content
	{
		width:200px;
	}
    .head_image .header_package_container
    {
        display: none;
    }
}

/* Header Badge */

.header_image_badge
{
    display: block;
    position: absolute;
    left: 360px;
    top: 240px;
    width: 230px;
    height: 230px;
    background: url(../img/banner.png);
    background-size: 100% 100%;
    z-index: 3;
}

body.tstart .header_image_badge
{
	top: 190px;
}

.header_image_badge > img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 293px;
    height: 293px;
    animation: spin 20s infinite linear;
    -webkit-animation: spin 20s infinite linear;
	margin:-32px;
	transform:none;
}

/* Animations */
@keyframes spin
{
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}


@-webkit-keyframes spin
{
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}

@media(max-width: 1900px)
{
	.header_image_badge
	
	{
	
		top: 165px;
		width: 200px;
    	height: 200px;
		left: 135px;
	}
	
	.header_image_badge > img
	{
		width: 250px;
    	height: 250px;
		margin: -25px;
		
	}
	
	
}
@media(max-width: 1250px)
{
    .header_image_badge
    {
        left: 94px;
        bottom: auto;
        top: 180px;
        width: 220px;
        height: 220px;
    }
	body.tstart .header_image_badge
	{
		top:180px;
	}
    .header_image_badge > img
    {
    top: -1px;
    left: -2px;
    width: 275px;
    height: 275px;
    }
	
	.head_image .claim .arrow{
		
		padding: 10vh 0 0 0;
	}
}

  @media(max-width: 1020px)
{
    .header_image_badge
    {
        left: 80px;
        top: 130px;
    }
	
		
}
@media(max-width: 980px)
{
	body.tstart .header_image_badge {
    top: 30px;
		
		}
		
		.head_image .claim .arrow{
		
		padding: 7vh 0 0 0;
	}
	
	.header_image_badge > img
	{
	top: -1px;
    left: 0px;
    width: 250px;
    height: 250px;
	}
	
	.header_image_badge {
		
		
	left: 80px;
    top: 130px;
    width: 200px;
    height: 200px;
	
	}
	

}
@media(max-width:750px) {
    .h_logo_c {
        margin-left: 5px
    }

    .header_image_badge
    {
        width: 120px;
        height: 120px;
    }

    .header_image_badge > img
    {
    top: 9px;
    left: 9px;
    width: 152px;
    height: 152px;
    }
	
	
	    
}
@media(max-width:620px) {
    .header_image_badge
    {
    		display: none; 
		
	}
	
	/*
			width: 110px;
   			height: 110px;
    		top: 97px;
    		left: 38px;
    }
    body.start .header_image_badge
    {
        display: block;
    }
    .header_image_badge > img
    {
		top: 10px;
		left: 10px;
		width: 140px;
		height: 140px;
    }*/
}
@charset "utf-8";
/* CSS Document */

body.mceContentBody { overflow: auto; background-color: #FFFFFF; }

/* Overall */
.content
{
    width:100%;
	float:left;
	position:relative;
	font: 400 0.938em/180% 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #26272A;
	padding-top: 130px;
}

.content a
{
    color:#AAA500;
}
body.hh .content a
{
    color:#138CAD;
}
.content *:focus,
body.hh .content *:focus
{
   outline: #26282A dashed 1px;
}
.content ul {
	list-style: none;
	display: table;
	margin:0 0 30px 0;
	padding:0 0 0 20px;
	position: relative;
	text-align:left;
}
.content ul li:before {
	font-family: 'FontAwesome';
	content: '\f101';
	margin: 0 20px 0 0;
	position: absolute;
	left: 0;
}
.mceContentBody.content
{
	padding-top:0;
}
.content ul li {  }
.art_element.art_group .art_inner 
{
    float: none;
    margin: 0 auto;
    max-width: 1100px;
    clear: both;
}
.art_element.art_texti.first
{
	margin-top: 55px;
}
.art_element.art_texti
{
	margin:0;
	padding-top: 125px;
	padding-bottom: 75px;
}
.art_element.art_button
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.art_element.highlight:before
{
	content: url(../img/bgs/element_highlight.svg);
	position:absolute;
	left: calc(30% - 430px);
	bottom:-8px;
	z-index: 1;
	width:314px;
}
.art_element.art_texti.img_left.highlight:before
{
	right: calc(30% - 430px);
	left:auto;
}
.art_element.art_texti.spr,
.art_element.art_texti.spl
{
	padding-left:0;
	padding-right:0;
}
.art_element.art_texti img {
    transition: all 1.5s ease 0s;
}
.art_element.art_texti img:hover {
    transform: scale(1.05);
}
.art_element.art_texti .art_headline,
.art_element.art_texti .art_inner
{
	width: 100%;
    float: none;
    position: static;
    max-width: 1100px;
    margin: 0 auto;
	padding-left: 48px;
	box-sizing: border-box;
}
.art_element.art_texti.img_left .art_inner,
.art_element.art_texti.img_left .art_headline
{
	 padding-right: 48px;
}
.art_element.art_texti.img_left .text,
.art_element.art_texti.img_left h1,
.art_element.art_texti.img_left h2, 
.art_element.art_texti.img_left h3, 
.art_element.art_texti.img_left h4
{
	float:right;
	padding-right:0;
	padding-left: 58%;
}
.art_element.art_texti .text,
.art_element.art_texti h1,
.art_element.art_texti h2, 
.art_element.art_texti h3, 
.art_element.art_texti h4
{
	width:100%;
	box-sizing: border-box;
	width:100%;
	padding-right:60%;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
.art_element.art_texti .dv_image_right.dv_dual, .art_element.art_texti .dv_image_left.dv_dual, .art_element.art_texti .dv_image_right, .art_element.art_texti .dv_image_left {
	width:50%;
	overflow: hidden;
	padding:20px 0 0 0;
}
.art_element.art_texti .dv_image_right img, .art_element.art_texti .dv_image_left img {
	position:absolute;
	bottom:0;
	width:auto;
	height:100%;
	z-index: 100;
}
.art_element.art_texti .dv_image_right .img1 {
	width:50%;
	right:0;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0;
}
.art_element.art_texti .dv_image_left .img1 {
	width:50%;
	left:0;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0;
}
.art_element.art_texti .dv_image_right.dv_dual .img1, .art_element.art_texti .dv_image_left.dv_dual .img1, .art_element.art_texti .dv_image_right.dv_dual .img2, .art_element.art_texti .dv_image_left.dv_dual .img2 {
	float:right;
	width:25%;
	position:absolute;
	bottom:0;
	height:100%;
	overflow: hidden;
	right:25%;
}
.art_element.art_texti .dv_image_left.dv_dual .img2 {
	left:25%;
}
.art_element.art_texti .dv_image_right.dv_dual .img1 {
	right:0;
}
.art_element.art_texti .dv_image_left.dv_dual img, .art_element.art_texti .dv_image_right.dv_dual img {
	width:auto;
	height:100%;
}
.art_element.art_imageline .art_image img {
	margin-bottom: -12px;
	margin-top: -5px;
}
/* Headline */
h1, h2, h3, h4, h5, h6
{
    margin: 0;
}
h1
{
	font: 400 3.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	color: #26282A;
	padding-bottom: 16px;
	position:relative;
	
}
h1.headline,
h2.headline,
h3.headline,
h4.headline
{
	padding-left: 48px;
	padding-right:48px;
}
h1:after
{
	content:'';
	width: 300px;
	height:3px;
	background:#DDD800;
	position: absolute;
	left:48px;
	bottom:0;
}
body.hh h1:after
{
	background: #148DAE;
}
h2
{
	font: 1.688em/120% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#DDD800;
	text-transform: uppercase;
	padding-bottom: 50px;
}
h3
{
	font: 400 1.563em/130% 'Fjalla One', Arial, Helvetica, sans-serif;
	color:#D3CD00;
	padding-bottom: 13px;
}
body.hh h2,
body.hh h3
{
	color: #148DAE;
}
h4
{
	font: 1.438em/120% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#26282A;
	padding-bottom: 30px;
	text-transform: uppercase;
}
h5
{
	font: 1.125em/120% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#27292A;
	padding-bottom: 7px;
	text-transform: uppercase;
}
h6
{
	font: 400 2.813em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 40px;
}
h6 span
{
	position: relative;
	padding: 16px 0;
}
h6 span:after
{
	content:'';
	width: 100%;
	height:3px;
	background:#DDD800;
	position: absolute;
	left:0;
	bottom:0;
}
h6 span:before
{
	content:'';
	width: 100%;
	height:3px;
	background:#DDD800;
	position: absolute;
	left:0;
	top:0;
}
body.hh h6 span:before,
body.hh h6 span:after
{
	background:#30BBDB;
}
/* Highlight elements */
.art_element.highlight
{
    background:#F1F0EF;
	margin-bottom:0;
}
.art_element.white
{
    background:#fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom:0;
}
.art_element.links
{
	text-align: center;
}
.art_element.links a
{
	color: #27292A;
	font: 0.938em/110% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.art_element.links a:hover
{
	text-decoration:none;
}
.art_element.links #tennis
{
	width: auto;
	height: 65px;
}
.highlight_image
{
	position:relative;
	overflow:hidden;
	z-index:1;
}
.highlight_image img.highlight_img
{
	position:fixed;
	z-index:1;
	bottom: 0;
    height: 100%;
    width: auto;
	left:0;
}
.highlight_image .bg
{
	float:left;
	position:relative;
	z-index:2;
	width:100%;
	background: rgba(28,28,26,0.25);
}
.himg_inner_c
{
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
	position: relative;
    z-index: 2;
}
.himg_inner
{
	float:left;
	width:100%;
	padding: 150px 0 100px 0;
	
}
/* Buttons */
.art_element.art_button a
{
    padding: 13px 45px 12px 25px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    background: #E0DD00;
    color: #252728;
    text-decoration: none;
	position:relative;
	font: 400 1.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
body.hh .art_element.art_button a
{
	background: #30BBDB;
    color: #fff;
}
.art_element.art_button a:hover
{
	background: #252728;
    color:#E0DD00;
}
body.hh .art_element.art_button a:hover
{
	background: #fff;
    color: #30BBDB;
}
.art_element.art_button a:before {
    content: '\f101';
    font-family: FontAwesome;
    font-weight: normal;
    right: 20px;
    position: absolute;
}
.art_element.art_button.red a,
body.hh .art_element.art_button.red a
{
	background: #DD4231;
	color:#fff;
}
.art_element.art_button.red a:hover,
body.hh .art_element.art_button.red a:hover
{
	background: #fff;
	color:#DD4231;
}
/* Columns */
h4.coltitle { margin-bottom: 10px; }

/* Package slider */
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.art_element.art_table table
{
	background: #F9F9F9;
	font-size: 1.063em;
}
.art_element.art_table table thead tr th
{
	font: 1.125em/120% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #DDDB00;
	padding: 13px 0;
	text-align:left;
}
body.hh .art_element.art_table table thead tr th
{
	border-color: #148DAE;
}
.art_element.art_table table tr:nth-child(even) td
{
	background:#fff;
}
.art_element.art_table table tr td
{
	border-bottom: #C7C8C8;
	padding: 13px 43px;
}
.art_element.art_table table tr td:first-child
{
	border-left: #C7C8C8;
}
.art_element.art_table table tr td:last-child
{
	border-right: #C7C8C8;
	text-align:center;
}
@media (max-width: 890px)
{
	.content
	{
		padding-top: 65px;
	}
	.art_element.art_texti 
	{
		padding-top: 55px;
		padding-bottom: 75px;
	}
	.art_element.art_texti .art_headline, 
	.art_element.art_texti .art_inner
	{
		padding-left: 48px;
		padding-right: 48px;
	}
	.art_element.art_texti .text, 
	.art_element.art_texti h1, 
	.art_element.art_texti h2, 
	.art_element.art_texti h3, 
	.art_element.art_texti h4,
	.art_element.art_texti.img_left .text, 
	.art_element.art_texti.img_left h1, 
	.art_element.art_texti.img_left h2, 
	.art_element.art_texti.img_left h3, 
	.art_element.art_texti.img_left h4 
	{
		padding-right: 0;
		padding-left: 0;
	}
	.art_element.art_texti .dv_image_right.dv_dual, 
	.art_element.art_texti .dv_image_left.dv_dual, 
	.art_element.art_texti .dv_image_right, 
	.art_element.art_texti .dv_image_left
	{
		width:100%;
		float:left;
	}
	.art_element.art_texti .dv_image_right img, 
	.art_element.art_texti .dv_image_left img,
	.art_element.art_texti .dv_image_right .img1,
	.art_element.art_texti .dv_image_left .img1
	{
		position:relative;
		width:100%;
		height: auto;
	}
	.art_element.art_texti.img_left.highlight:before,
	.art_element.highlight:before
	{
		display:none;
	}
	.art_element.white .art_col.cols_four
	{
		padding-bottom: 20px;
	}
	.art_element.links.art_cols .art_col
	{
		padding-bottom: 50px;
	}
	.highlight_image img.highlight_img
	{
		position: absolute;
		height: 100%;
		width: auto;
	}
}
@media (max-width: 650px)
{
	h6
	{
		font-size:2em;
	}
	table.mobile_table tr td.trtitle,
	table.mobile_table tr td.trtitle:first-child,
	table.mobile_table tr td.trtitle:last-child
	{
		border-bottom: 3px solid #DDDB00;
		font: 1.125em/120% 'Righteous', "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:left;
		padding-left:0;
		padding-right:0;
	}
	body.hh table.mobile_table tr td.trtitle,
	body.hh table.mobile_table tr td.trtitle:first-child,
	body.hh table.mobile_table tr td.trtitle:last-child
	{
		border-color:#148DAE;
	}
	table.mobile_table tr td:first-child,
	table.mobile_table tr td:last-child
	{
		border-bottom: 1px solid #C7C8C8;
	}
	
}
@media (max-width: 500px)
{
	h1
	{
		font-size:2.063em;
	}
	h1:after
	{
		left:15px;
		width:290px;
	}
	h2
	{
		font-size:1.438em;
	}
	h3
	{
		font-size:1.438em;
	}
	h4
	{
		font-size:1.250em;
	}
	h6 
	{
		font-size: 2.063em;
		max-width: 320px;
		float: none;
		margin: 0 auto 40px auto;
	}
	h6 span
	{
		float:left;
	}
	.himg_inner h6 span
	{
		
		clear:both;
	}
	h6 span:before,
	h6 span:after
	{
		max-width:320px;
	}
	.art_element.art_texti.first
	{
		margin-top: 55px;
	}
	.art_element.art_texti
	{
		padding-bottom: 20px;
	}
	.art_element.art_button
	{
		margin-top:10px;
		margin-bottom:10px;
	}
	h1.headline, 
	h2.headline,
	h3.headline, 
	h4.headline,
	.art_element.spr,
	.art_element.spl,
	.art_element.sspr,
	.art_element.sspl,
	.art_element.art_texti .art_headline, 
	.art_element.art_texti .art_inner,
	.art_element.art_texti.img_left .art_inner,
	.art_element.art_texti.img_left .art_headline
	{
		padding-left:15px;
		padding-right:15px;
	}
}




#maprahmen {
	border:none;
	width:100%
}
#karte {
	width:100%;
	height:500px;
}
#input-hintergrund {
	height:50px;
	padding:10px;
	background: #F1F0EF;
}
#inputaddress {
	background-color:#fff;
	border:0 none;
	float:left;
	height:50px!important;
	margin:0 10px 0 0;
	padding:0 5px;
	width:400px;
	color:#4C4C4C;
	font-family:"PT Sans", Arial, Verdana, sans-serif;
	font-size:17px
}
.mapposition {
	color:#000;
	font-size:12px;
}
.marker {
	width:200px;
	height:100px;
	text-align:left;
}
#maprahmen input[type="submit" i]
 {
	float:left;
	display:table;
	transition:background-color ease 1s;
	-webkit-transition:background-color ease 1s;
	font:400 1.125em/110% 'Fjalla One', Arial, Helvetica, sans-serif;	
	
	text-decoration:none;
	text-align:center;
	color:#191919!important;
	border:none;
	cursor:pointer;
	width:280px;
	padding:5px;
	height:50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
	background: #E0DD00;
}
body.hh #maprahmen input[type="submit" i]
{
	background: #30BBDB;
	color:#FFF!important;
}
.adp, .adp table, .adp-details, .adp-legal {
	color:#4C4C4B;
}
.adp-placemark {
	background:#822735;
}
.adp-text {
	color:#594C40;
}

@media only screen and (max-width: 1100px) {
#inputaddress {
width:48%;
margin-bottom:5px;
}
#mapsButton1 {
width:46%;
}
#input-hintergrund {
width:97%;
}
}
@media only screen and (max-width: 800px) {
#inputaddress {
margin-bottom:5px;
margin-left:1px;
width:98%;
}
#input-hintergrund {
height:105px;
width:96%;
}
#mapsButton1 {
width:100%;
}
.adp-step, .adp-substep {
font-size:13px;
}
} 








