/* Table of Contents ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

1.) Reset
2.) Colors
3.) Maisengasse
4.) Base
5.) Header
6.) Content
7.) Footer
8.) Forms
9.) Guiding Tours & Arlsports & Arlrent
10.) Plugins
11.) IE Fix
*/


/* 1.) Reset ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}fieldset,img {border:0;} address,caption,cite,code,dfn,em,strong,th,var
{font-style:normal;font-weight:normal;} ol,ul {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%;
font-weight:normal;} blockquote:before, blockquote:after,q:before, q:after {content: '';content:
none;} :focus {outline: 0;} a, a:hover {text-decoration: none;} a[href],input[type='submit'],
input[type='image'], label[for], select, button, .pointer {cursor: pointer;}


/* 2. Colors ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.darkgray {	color: #323739; }
.gray { color: #687079; }
.lightgray { color: #DEE1E9; }
.red { color: #DE2A2A; }
.blue { color: #194ABF; }


/* 3.) Maisengasse ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.left {
	float: left;
	display: inline;
}

.center {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.centered {
	max-width: 1180px;
	margin: 0px auto;
	position: relative;
}

.overflow {
	overflow: hidden;
    text-indent: -999px;
	font-size: 0px!important;
	line-height: 0px!important;
}

.rounded {
  	border-radius: 3px;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

.roundedLeft {
  	border-radius: 10px 0px 0px 10px;
}

.roundedBottomLeft {
  	border-radius: 0px 0px 0px 10px;
}

.shadow {
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.shadowBig {
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);

}

.innershadow {
	-moz-box-shadow: 1px 0px 4px #444 inset;
	-webkit-box-shadow: 1px 0px 4px #444 inset;
	box-shadow: 1px 0px 4px #444 inset;
}

.innershadowBig {
	-moz-box-shadow: 1px 0px 15px #333 inset;
	-webkit-box-shadow: 1px 0px 15px #333 inset;
	box-shadow: 1px 0px 15px #333 inset;
}

.last {
	border-bottom:  none;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.iblock {
	display: inline-block;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.none {
    display: none;
}

/* Animacion! */
.ease {
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: all 0.2s ease;
}
.easeSlow {
    -moz-transition: -moz-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    -ms-transition: -ms-transform 0.8s ease;
    transition: all 0.8s ease;
}



.easeHead {
	-moz-transition: -moz-transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: all 0.4s ease;
}

.moveUp:hover {
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.moveUpMini:hover {
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
}

.moveRight:hover {
	-moz-transform: translate(10px, 0px);
	-webkit-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}

.rotate:hover {
	-moz-transform: rotate(2deg) translate(10px, 0px);
	-webkit-transform: rotate(2deg) translate(10px, 0px);
	-o-transform: rotate(2deg) translate(10px, 0px);
	-ms-transform: rotate(2deg) translate(10px, 0px);
	transform: rotate(2deg) translate(10px, 0px);
}

.adaptiveImage {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: transparent;
}

.adaptiveImage img.loaded {
    /*opacity: 1;*/
}

.adaptiveImage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*transition: all 0.2s;*/
    /*opacity: 0;*/
}

img.noresize {
	width: auto;
	height: auto;
}

@-webkit-keyframes oscillation {
  from {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
  }
}
@-moz-keyframes oscillation {
  from {
    -moz-transform: rotate(-5deg);
  }
  to {
    -moz-transform: rotate(5deg);
  }
}

a.aktion {
	position: absolute;
	z-index: 10;
	width: 104px;
	height: 104px;
    background: url("../../images_isa/btn-jobs.svg") no-repeat;
    right: 15px;
    top: 140px;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-animation: oscillation 1s ease-in-out infinite alternate;
    -moz-animation: oscillation 1s ease-in-out infinite alternate;
    display: none;
}


/* 4.) Base :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html {
	font-size:100%;
	height: 100%;
}

body {
    padding: 0px;
	color: #262A2C;
	position: relative;
	font-family: "Din", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.44em;
	background: #FFF9F6;
}

body.overlayed {
	overflow:hidden;
}

body.napapijri h1.left, body.napapijri h2, body.napapijri h3, body.napapijri #rightCol h3,
body.superdry h1.left, body.superdry h2, body.superdry h3, body.superdry #rightCol h3,
body.jewlie-joy h1.left, body.jewlie-joy h2, body.jewlie-joy h3, body.jewlie-joy #rightCol h3 {
	font-family: "Din", Arial, Helvetica, sans-serif;
}

body.napapijri h3, body.superdry h3, body.jewlie-joy h3 {
	margin-bottom: 15px;
}

b, strong {
	font-weight: bold;
}

a.h1 {
    display: block;
    position: absolute;
    left: -1px;
    z-index: 30;
    background: url("../../images/logo_intersportarlberg.png") no-repeat scroll 0 0 transparent;
    width: 194px;
    height: 63px;
    top: 27px;
}

h1,
.backgroundGallery .title {
	font-size: 32px;
	margin-bottom: 0.5em;
	line-height: 1em;
	letter-spacing: -0.01em;
}

#rightCol h3 {
	color: #222;
	font-size: 22px;
}

#rightCol h2 {
	font-size: 22px;
}

.serviceNav h3 {
	color: #323739;
	margin-bottom: 2px;
}

.intersportDetail h4 {
	display: block;
	color: #323739;
}

h2, h3, .h3, .shoutbox h1 {
	font-size: 26px;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

h1, h2, h3 {
	color: #194ABF;
}

#pinboard h3 {
	margin-bottom: 15px;
}

.serviceNav .h3 {
	margin-bottom: 3px;
}

h4, .h4 {
	font-size: 14px;
	margin-bottom: 5px;
	display: inline;
	color: #194ABF;
}

h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #2C3133;
	font-weight: 500;
}

a {
	color: #194abf;
}

.opacity:hover,
a.btn:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

img {
	width: 100%;
	height: auto;
}

#rightCol .sourcecode img {
	width: auto;
}

#rightCol .sourcecode img.resize {
	width: 100%;
}

#rightCol a {
	color: #194ABF;
}

#webContainer a {
    text-decoration: underline;
}

#topCol a:hover,
#webContainer a:hover {
	color: #DF0808;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.btn,
.btnBlue,
#webContainer strong em a,
input[type=submit] {
	border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: "Din","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    padding: 13px 17px 10px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border: none;
}

.btnBlue {
	color: #FFF!important;
}

.opened #scrollContainer .btnBlue {
    display: inline-block;
    padding: 10px;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.btn,
input[type=submit] {
	background: #D40707; /* Old browsers */
	background: -moz-linear-gradient(top, #ed0909 0%, #cc0707 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed0909), color-stop(100%,#cc0707)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ed0909 0%,#cc0707 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0909', endColorstr='#cc0707',GradientType=0 ); /* IE6-9 */
}

.btn:hover {
	cursor: pointer;
}

.btnBlue,
#webContainer strong em a {
	background: #3d5899; /* Old browsers */
	background: -moz-linear-gradient(top, #3d5899 0%, #183d9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5899), color-stop(100%,#183d9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d5899 0%,#183d9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d5899 0%,#183d9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d5899 0%,#183d9a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d5899 0%,#183d9a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5899', endColorstr='#183d9a',GradientType=0 ); /* IE6-9 */
	margin-top: 1.5em;
	display: inline-block;
}

.btnBlue:hover,
#webContainer strong em a:hover {
	opacity: 0.8;
	color: #FFF;
}

.overlay iframe,
.blogPic iframe {
	background: url(../../images/ajax-loader-big.gif) no-repeat center 45%;
}

a.none {
	text-decoration: none;
}

a.tel,
#footerContainer a.tel {
    text-decoration: none;
}

a[href^=tel],
a[href^=mail] {
	display: inline-block;
	padding-left: 22px;
	margin-bottom: 2px;
}

a[href^=tel] {
	background: url(../../images/icon-phone.svg) no-repeat left 6px;
	background-size: 12px auto;
}

a[href^=mailto] {
	background: url(../../images/icon-mail.svg) no-repeat left 6px;
	background-size: 14px auto;
}

#footerContainer a[href^=tel] {
	background-image: url(../../images/icon-phone-white.svg);
}

#footerContainer a[href^=mail] {
	background-image: url(../../images/icon-mail-white.svg);
}

.new {
font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #D40707;
    border-radius: 30px;
    line-height: 12px;
    padding-top: 9px;
    box-sizing: border-box;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    transform: rotate(-5deg);
}

#webContainer {
	max-width:1180px;
	margin:0px auto;
	margin-top: 0px;
	position: relative;
	z-index: 10;
	border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	border: 50px solid;
    border-bottom: 0px;
	background: #FFF9F6;
	border-color: #FFF9F6;
	min-height:400px;
}

.backGround_bg_left,
.backGround_bg_right {
	width: 11px;
	height: 40px;
	position: absolute;
	top: 419px;
}

.backGround_bg_left {
	background: url("../../images/backGround_bg_left.png") no-repeat;
	left: -61px;
}

.backGround_bg_right {
	background: url("../../images/backGround_bg_right.png") no-repeat;
	right: -59px;
}

#leftCol {
	width: 68%;
}

#rightCol {
	width: 26%;
	height: 100%;
	position: relative;
}

#topCol {
    margin-bottom: 60px;
    padding-bottom: 70px;
	background: url('../../images/wave-lightblue.svg') no-repeat center bottom;
	background-size: 100% auto;
}

.detail #topCol {
    margin-bottom: 0px;
    padding-bottom: 0px;
	background: none;
}

.detail .shop-panorama {
    margin-top: -30px;
    margin-bottom: 30px;
}



#rightCol object,
#rightCol embed {
    width: 100%;
}

.rightColBg {
	position: absolute;
	background: url("../../images/rightColBg.png") left top;
	width: 9px;
	/* Armin > height mit JS */
	height: 100%;
	z-index: 30;
	border-left: 1px solid #DEE1E9;
}

#pinboard {
	margin-top: 30px;
	margin-bottom: 100px;
	line-height: 17px;
}

#webContainer #pinboard {
	margin:0;
}

.richtext ul li {
    background: url("../../images/li_list.gif") no-repeat 0 5px transparent;
    padding-bottom: 3px;
    padding-left: 15px;
}


/* 5.) Header :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#headContainer {
	position: relative;
    margin: 0px 0px 40px 0px;
	padding-top: 126px;
}

#headContainer .centered {
	position: relative;
}

.detail #headContainer,
.detail #headContainer .centered {
    height: 66px;
    border-bottom: none;
}

.detail #webContainer {
    margin-top: 85px;
    min-height: 420px;
}

/* arlNav */
#arlNav {
	height: 31px;
	width: 100%;
	background: url(../../images/arlNav_bg.png) repeat;
	z-index: 25;
	position: fixed;
	top: 0px;
	font-size: 11px;
}

#arlNav .toggle {
	position: absolute;
	top: 0;
	right: 0;
}

#arlNav .toggle a {
	width: 28px;
	height: 28px;
	background: url(../../images/arlNav_plus.png) no-repeat;
	display: block;
	padding: 0px;
}

#arlNav .toggle a.opened {
	background: url(../../images/arlNav_minus.png) no-repeat;
}

#arlNav a {
	color: #CCC;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

#arlNav .leftBar a {
    border-right: 1px solid #999;
}

#arlNav .leftBar a.last {
    border: none;
}

#arlNav a:hover {
	text-decoration: underline;
}

#arlNav .centered a.arlSports {
	background: url(../../images/logo_arlbergsports.png) no-repeat;
	width: 92px;
	height: 31px;
	display: block;
	padding: 0px 15px 0px 0px;
}

.leftBar {
	width: 450px;
}

.leftBar li {
	float: left;
}

.rightBar,
.leftBar {
	margin-top: 5px;
}

.rightBar {
	width: 400px;
    color: #CCC;
    text-align: right;
}

#arlNav .rightBar a {
    border-right: 1px solid #999;
    padding: 0px 5px 0px 2px;
}

/* arlNavFull */
.arlNavFull {
    display: none;
	background: url(../../images/arlNavFull_bg.png) repeat;
	text-align: center;
	height: 275px;
	padding-top: 50px;
	color: #fff;
	font-size: 13px;
	position: relative;
	top: 78px;
	z-index: 2;
}

.arlNavFull .h4 {
	color: #fff;
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #687079;
	margin-bottom: 10px;
}

.arlNavFull .centered {
	width: 830px;
}

.arlNavFull .small {
	font-size: 11px;
}

.arlNavFull a {
	color: #fff;
	padding-right: 10px;
	text-align: left;
    text-decoration: none;
}

.arlNavFull a.opacity {
	float: left;
}

.arlNavFull a:hover {
	color: #FFF;
	text-decoration: none;
}

.arlNavFull img {
	padding-bottom: 10px;
}

.arlNavTitle {
	color: #FFFFFF;
    font-size: 17px;
    display: block;
    position: relative;
    left: -2px;
}

.arlNavFull address {
    text-align: center;
    color: #CCC;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.arlNavFull address a {
    display: inline;
    float: none;
    color: #CCC;
}

/* mainNav */
#navContainer {
	width: 100%;
	height: 130px;
	position: absolute;
	z-index: 100;
	left: 0px;
    top: 0px;
}

#navContainer a:hover {
	text-decoration: none;
}

#navContainer .centered {
	position: relative;
	z-index: 15;
}

ul.mainNav {
	right: 102px;
    position: absolute;
    top: 78px;
    width: auto;
    z-index: 15;
}

ul.mainNav li {
	float: left;
}

ul.mainNav li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: 40px;
	display: block;
	text-align: center;
	margin-top: 5px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	font-weight: 500;
}

ul.mainNav li.ancestor a {
    background: url(../../images/bg_black.png);
    height: 34px;
}

ul.mainNav li.ancestor a:hover {
    height: 40px;
}

ul.mainNav li.nochildren a {
	height: 33px;
}

ul.mainNav li a:hover,
ul.mainNav li.opened a {
	background: #F9F9F9;
	color:#194ABF;
}

ul.mainNav li.nochildren a:hover {
    background: none;
    color: #FFF;
    opacity: 0.8;
}

.mainNavBg {
	height: 135px;
	left: 0;
	top: -3px;
    position: absolute;
    width: 100%;
    z-index: 12;
	background: url(../../images/mainNav_bg.png) repeat scroll center bottom;
}

.mainNavLine {
	height: 18px;
	right: -163px;
	top: 71px;
    position: absolute;
    width: 1105px;
    z-index: 12;
	background: url(../../images/mainNav_line.png) repeat scroll center top;
}


/* subNav */
.subNavContainer {
	position: fixed;
	top: 127px;
	z-index: 100;
	display: none;
}

.subNavContainer .mobileControl {
    display: none;
}

ul.subNav {
	height: 180px;
	padding: 20px 30px;
	background: url(../../images/subNav_bg.png) repeat scroll center bottom -4px;
	border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
	display: inline-block;
}

ul.subNav li {
	position:absolute;
	top:0px;
	left:0px;
}

.subNav li a {
	display: block;
	color: #323739;
	font-size: 14px;
    text-decoration: none;
    line-height:1.3em;
}

.subNav li a:hover {
	text-decoration: underline;
}

/* subServiceNav */
.subNav .subNavTitle a {
    font-size: 14px;
	color: #194ABF;
	font-weight: 500;
}

.subNavTitle {
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.subNav .subNavTitle a {
	color: #194ABF;
}

.subNavTitle:hover {
	opacity: 0.8;
}

.subServiceNav a:hover,
.subNavTitle a:hover,
.subNav li a:hover {
	opacity: 1;
    color: #CA0404;
}

.subServiceNav {
	border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
	position:absolute;
	left:0;
	top:0;
}

.subServiceNav li {
	background: url("../../images/subServiceNav_bg.png") no-repeat;
}

.subServiceNav li:hover {
	background: #e5e5e5;
}

.subServiceNav a {
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	display: block;
	padding: 39px 0px 0px 20px;
	height: 70px;
	width: 175px;
	text-transform: uppercase;
	margin: 0px;
	color: #323739;
    text-decoration: none;
    font-weight: 500;
}

.sS1 {
	background: url("../../images/serviceNav_bg1.png") no-repeat right;
}

.sS2 {
	background: url("../../images/serviceNav_bg2.png") no-repeat right;
}


.subNav .level3.columns {
    width: 340px;
}
.subNav .level3.columns a {
    float: left;
    width: 50%;
}

/* serviceNav */
ul.serviceNav {
	width: 308px;
    border-bottom: 0px;
	position: absolute;
	z-index: 10;
	bottom: -1px;
	right: 0px;
	border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

ul.serviceNav li {
	background: #fff;
	opacity: 0.9;
	*filter: alpha(opacity = 90);
	height: 34px;
	padding: 20px 20px 25px 25px;
	border-bottom: 1px solid #D4D4D4;
}

ul.serviceNav li.sn1 {
	background: url("../../images/serviceNav_bg1_white.png") no-repeat right -1px #B70606;
	border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

ul.serviceNav li.sn2 {
	background: url("../../images/serviceNav_bg2.png") no-repeat right #fff;
}

ul.serviceNav li.sn3 {
	background: url("../../images/serviceNav_bg3.png") no-repeat right #fff;
}

ul.serviceNav li.sn4 {
	background: url("../../images/serviceNav_bg1.png") no-repeat right #fff;
}

ul.serviceNav li:hover {
	opacity: 0.9;
	*filter: alpha(opacity = 100);
}

ul.serviceNav li .h3 {
    line-height: 17px;
    margin-top: 4px;
}

ul.serviceNav li.sn1 h3,
ul.serviceNav li.sn1 a {
    color: #FFF;
}

ul.serviceNav li.last {
	border: 0;
}

/* shortNav */
ul.shortNav li {
	width: 132px;
	float: left;
	padding-right: 17px;
	overflow: hidden;
}

ul.shortNav li a {
	display: block;
	cursor: pointer;
}

/* Saison Nav */
ul.saisonNav {
	position: absolute;
	top: 89px;
	left: 26px;
	border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;

	width: 151px;
	z-index: 1001;
}

.saisonNav li.first a {
	border-right: 1px solid #07246B;
	padding-right: 10px;
	margin-right: 10px;
}

.saisonNav li a {
	color: #6D81B6;
	font-size: 14px;
	display: inline-block;
	line-height: 34px;
	padding-bottom: 3px;
}

.saisonNav li.active a,
.saisonNav li a:hover {
	color: #FFFFFF;
}

/* Search Nav */
.searchNav {
	position: absolute;
	z-index: 9997;
	right: 0px;
	width: 90px;
	top: 84px;
}

.searchNav a.search {
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url("../../images/icon_search.svg") no-repeat center center;
	padding: 8px 13px 9px 13px;
	border-left: 1px solid #07246b;
	border-right: 1px solid #07246b;
	margin-right: 10px;
}

.searchBar {
	position: absolute;
	left: 0px;
	top: 127px;
	width: 100%;
	background: #FFF;
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	display: none;
}

.searchBar input {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 27px;
	line-height: 40px;
	padding-bottom: 8px;
	box-sizing: border-box;
	padding-left: 23px;
	border-none;
}

.searchBar input:focus {
	background: transparent;
	color: #000;
	border: none;
}

.searchBar input::-webkit-input-placeholder {
   color: #AAA;
}

.searchBar input:-moz-placeholder { /* Firefox 18- */
   color: #AAA;
}

.searchBar input::-moz-placeholder {  /* Firefox 19+ */
   color: #AAA;
}

.searchBar input:-ms-input-placeholder {
   color: #AAA;
}

/* Suchergebnisse */
#jquery-live-search {
    z-index: 200000;
}

#liveSearchBox {
    background-color: rgba(255,255,255,0.9);
    padding: 24px;
    border-radius: 0px 0px 5px 5px;
	-moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 3px 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}

li.search span.highlighted {
    font-weight: bold;
}

li.search fieldset {
	width: 40%;
	margin-right: 10px;
}

li.search input {
	width: 100%;
	box-sizing: border-box;
}

li.search .submit {
	margin-top: 29px;
}

li.search .form {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dee1e9;
}

li.search p.searchresult {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee1e9;
}

/* languageNav */
ul.languageNav {
	float: left;
	margin-top: 12px;
}

.languageNav a {
	width: 16px;
	height: 11px;
	padding: 0px;
	padding-left: 2px;
	display: block;
	position: relative;
	top: 2px;
	border: none;
}

.languageNav a.active {
	display: none;
}

.languageNav a.en {
	background: url(../../images/flag_eng.png) no-repeat;
}

.languageNav a.de {
	background: url(../../images/flag_deu.png) no-repeat;
}

/* Social Nav */
.socialNav {
	position: absolute;
	right: 0px;
	top: 20px;
}

.socialNav li {
	float: left;
	line-height: 0px;
}

.socialNav a.fb,
.socialNav a.yt {
	display: block;
	width: 33px;
	height: 33px;
	background: url("../../images/icon_social.svg") no-repeat top left;
}

.socialNav a.yt {
	background: url("../../images/icon_social.svg") no-repeat top right;
	margin: 0px 13px 0px 5px;
}

.socialNav a.btn {
	position: relative;
	top: 0px;
}

/* Sticky */
.sticky #navContainer {
	height: 60px;
	position: fixed;
	overflow-x: visible;
}

.sticky .mainNavBg {
	height: 65px;
}

.sticky .mainNavLine,
.sticky .socialNav,
.sticky .saisonNav {
	display: none;
}

.sticky .searchNav {
	top: 15px;
}

.sticky ul.mainNav {
	top: 7px;
}

.sticky .searchBar {
	top: 57px;
}

.sticky .subNavContainer {
	top: 57px;
}

/* Stoerer */
.outer {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 235px;
	z-index: 20;
}

.outer .inner {
	max-width: 1180px;
	margin: 0px auto;
}

.stoerer {
	width: 80px;
	height: 80px;
	background-color: #ed1c24;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.75px;
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	float: right;
	position: relative;
	right: -88px;
}

.stoerer a, .stoerer h2 {
	font-family: "Impact", sans-serif;
	text-decoration: none;
	color: #fff;
}

.stoerer span.stoererlabel {
	display: block;
	margin-top: 8px;
}

.stoerer span.stoererlabel h2 {
	font-size: 22px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}

.stoerer span.stoererlabel p {
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

@media only screen and (max-width: 1400px){
	.stoerer {
		right: 10px;
	}
}

@media only screen and (max-width: 500px){
	top: -73px
}

body.panoramas-open #navContainer{
    top: -135px;
}

body.panoramas-open #headContainer {
    padding-top: 50px;
}

/* shop panoramas */

.socialNav .btnBlue {
    margin-right: 11px;
    margin-top: 0px;
}


.shop-panoramas {
    position: relative;
}

.shop-panoramas .nav {
    position: relative;
    z-index: 10;
    padding: 15px;
    background-color: #1640AA;
    box-shadow: 0 0 10px black;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: -100px;
}
.shop-panoramas .nav a {
    color: white;
}


body.panoramas-open .shop-panoramas .nav {
    top: 0px;
}

body.panoramas-open.detail #webContainer {
    margin-top: 100vh;
}

body.panoramas-open .stoerer {
    display: none;
}


.shop-panoramas select {
    width: auto;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 5px 6px 7px;
    background-color: white;
    color: black;
    font-family: "Din","Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.shop-panoramas .frame {
    overflow: hidden;
    max-height: 0px;
}

body.panoramas-open .shop-panoramas .frame {
    margin-top: 15px;
    max-height: 100vh;
}

@media only screen and (max-width: 600px){
    .socialNav .btnBlue span { display: none; }
}

@media only screen and (max-width: 400px){
    .shop-panoramas select {
        font-size: 17px;
        max-width: 120px;
    }

    .socialNav .btnBlue { margin-right: 48px; }

}


/* 6.) Content :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.small {
	font-size: 11px;
}

.number {
    background: #D40707;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    position: relative;
    top: -4px;
    margin-right: 3px;
    display: inline-block;
    width: 23px;
	height: 23px;
	box-sizing: border-box;
	padding-top: 1px;
    text-align: center;
    line-height: 23px;
}

.number.black {
    background: #58585A;
}

.arlNavFull .last,
#footerContainer .last,
.mainTeaser .last,
.logolist li.last,
.logolistBig li.last,
.gallerySmall li.last,
#pinboard ul li.last {
	padding: 0px;
	margin: 0px;
}

#leftCol ul li.last {
	margin: 0px;
	border: none;
}

#rightCol .inner {
	margin: 0px 15px 0px 25px;
}

#rightCol .author,
#rightCol .author a {
	color: #687079;
}

.shoutbox a,
.textBig a,
.text a,
.textImg a,
.teamList a,
.gallerySmall a,
.map a {
	color: #194ABF;
}

/*.panorama a {
    position: absolute;
    width: 2.5%;
    height: 3.5%;
    display: block;
    background-image: url("../../images/transparent.png");
}*/

/* backGround */
/*.backGround {
	position: absolute;
	top: 46px;
	width: 100%;
	height: 580px;
	overflow:hidden;
	z-index: 1;
}*/

.backgroundGallery {
	position: relative;
	height: 820px;
	overflow: hidden;
}

.backgroundGallery .adaptiveImage {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-width:1280px;
}

.backgroundGallery h1,
.backgroundGallery .title {
	color: #FFF;
	margin-bottom: 0em;
	font-size: 52px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-top: 0.1em;
}

.backgroundGallery .text {
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 9;
	font-size: 18px;
	line-height: 1.4em;
}

.backgroundGallery .text .richtext {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: #d40707;
}

.backgroundGallery h1,
.backgroundGallery .text,
.backgroundGallery .title {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.backgroundGallery ul.gallerySwitcher {
	position: absolute;
	top: 521px;
	z-index: 9;
	left: 0px;
	background: rgba(255,255,255,0.7);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.backgroundGallery ul.gallerySwitcher li {
	float: left;
}

.backgroundGallery ul.gallerySwitcher li a {
	display: inline-block;
	width: 160px;
	line-height: 35px;
	color: #262a2c;
	text-align: center;
}

.backgroundGallery ul.gallerySwitcher li a {
	border-right: 1px solid #CCCCCC;
}

.backgroundGallery ul.gallerySwitcher li:last-child a {
	border-right: none;
}

.backgroundGallery .galleryLoader {
	position: absolute;
	top: 521px;
	left: 0;
	z-index: 8;
	height: 35px;
	background: #FFF;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.waveBlue,
.waveLightBlue {
	width: 100%;
	left: 0px;
	position: absolute;
	bottom: -50px;
	height: 100px;
	background: url('../../images/wave-blue.svg') no-repeat bottom center;
	background-size: 102% auto;
	z-index: 10;
}

#headContainer .waveBlue {
	background: url('../../images/wave-blue-small.svg') no-repeat bottom center;
	height: 50px;
	bottom: -22px;
	background-size: cover;
}

.detail #headContainer .waveBlue {
	display: none;
}

.waveLightBlue {
	background: url('../../images/wave-lightblue.svg') no-repeat bottom center;
}

/* pageHeader */
.pageHeader {
	margin-bottom: 50px;
}

#webContainer .pageHeader a {
	color: #687079;
    text-decoration: none;
    margin-bottom: 10px;
}

#webContainer .pageHeader a:hover {
	text-decoration: underline;
}

.pageHeader .space {
	border-bottom: 1px solid #DEE1E9;
	margin: 0px 0px 10px 0px;
}

.breadcrumb {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 45px;
    color: #687079;
}

.space {
	border-bottom: 1px solid #DEE1E9;
}

/* author */
.author,
.author a {
	font-weight: bold;
	display: inline-block;
	margin-top: 0.5em;
}

.shoutbox .author a {
	color: #323739;
	text-decoration: underline;
}

#webContainer .shoutbox .author a:hover {
	text-decoration: none;
}

.facebook .author,
.facebook .author a {
	display: block;
}

#webContainer .facebook .author a {
	text-decoration: none;
}

.facebook li p {
	margin-left: 0px;
}

.facebook a {
    -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* ResponsiveWrapper ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.responsiveWrapper {
    position: relative;
    width: 100%;
}

.responsiveWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/* Content Elements :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



#leftCol .content,
.onecol .content,
#topCol .content {
	padding-bottom: 55px;
	border-bottom: 1px solid #DEE1E9;
	margin-bottom: 45px;
}

#topCol .content.last {
	border-bottom: none;
}

#rightCol .content {
	margin-bottom: 40px;
	border-bottom: none;
}

#rightCol p {
	margin-bottom: 5px;
}

#leftCol .content img {
    display: block;
}

.shoutbox {
	text-align: center;
}

.shoutbox .inner {
	width: 60%;
	margin: 0px auto;
}

.shoutbox img {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-bottom: 1.5em;
	border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
	border: 3px solid #F3F6FF;
	display: inline-block;
}

#leftCol .shoutbox img {
	display: inline-block;
}

.shoutbox img.partner {
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.shoutbox.member {
	text-align: left;
}


.shoutbox.member .text {
    display:inline-block;
    vertical-align:middle;
    width: 77%;
}

.shoutbox.member .img {
	width: 18.7%;
}

.shoutbox.member img {
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}

#topCol .shoutbox,
.onecol .shoutbox {
	width: 68%;
}

.mainTeaser li {
	margin-right: 1.6%;
	width: 32.26%;
}

.mainTeaser img {
	display: block;
}

.mainTeaser .twoCol img {
    width: 302px;
    height: auto;
}

.mainTeaser a:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.mainTeaser .titleContainer {
	position: relative;
}

.mainTeaser .title {
	width: 100%;
	box-sizing: border-box;
	background: white;
	position: absolute;
	bottom: 0px;
	opacity: 0.7;
	*filter: alpha(opacity = 70);
	z-index: 20;
	padding: 12px 12px 10px 12px;
	font-weight: bold;
}

.mainTeaser .twoCol .title {
    width: 278px;
}

#webContainer .mainTeaser a {
    text-decoration: none;
}

/* Logo Liste */
.logolist ul {
	border: 1px solid #DEE1E9;
	padding: 9px 0 3px 9px;
	background:#F3F6FF;
}

#rightCol .logolist ul {
	width: 283px;
	padding: 10px 10px 10px 15px;
}


.logolistBig ul {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #F3F6FF;
	padding: 15px 12px 10px 17px;
}

#rightCol .logolistBig ul {
	margin-bottom: 0px;
}

.logolist ul li,
.logolistBig ul li {
	float: left;
	width: 11.5%;
	margin-right: 1%;
	margin-bottom: 6px;
}

.logolistBig ul li {
	width: 49%;
	margin-bottom: 0px;
}

.logolistBig ul li.last {
    margin-right: 0px;
}

.logolist ul li a,
.logolistBig li a {
	display: block;
}

.logolist li:hover,
.logolistBig li:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

/* Picasa Gallery */
.picasagallery .loading {
    height: 30px;
    background: url('../../../kirschbaum/images/ajax-loader-polaroid.gif') no-repeat center center;
}

/* Text Big */
.textBig p {
	font-size: 22px;
	color: #565D65;
	line-height: 1.3em;
}

.textBig p a {
	color: #687079;
	text-decoration: underline;
}

#webContainer .textBig p a:hover {
	text-decoration: none;
}

/* Text Img */
.textImg img {
	width: 38%;
	float: left;
    margin-top: 4px;
}

.textImg .richtext {
    float: right;
    width: 58%;
}

.textImg.partner .richtext {
	width: 495px;
}

/* Team List */
li.teamList {
	padding-bottom: 15px;
}

.teamList ul {
	width: 615px;
	height: 90px;
    margin-bottom: 10px;
}

.onecol .teamList ul {
	width:auto;
}

.teamList ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.teamList ul li a {
	display: block;
}

.teamList li:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.teamList img {
	width: 90px;
	height: 90px;
}

.teamGallery {
	position:relative;
}

.teamGallery ul {
	position:absolute;
	left:0;
	top:0;
}

.teamGallery .prev,
.teamGallery .next {
	position:absolute;
	z-index:10;
	top: 0;
	width: 150px;
	height: 308px;
}

.teamGallery .prev:hover,
.teamGallery .next:hover {
	opacity: 0.5;
}

.teamGallery .prev {
	left: 0;
	background: url("../../images/gallery_arrow_left.gif") no-repeat scroll left center transparent !important;
}
.teamGallery .next {
	right: 0;
	background: url("../../images/gallery_arrow_right.gif") no-repeat scroll right center transparent !important;
}

/* Gallery small */
li.gallerySmall {
	padding-bottom: 15px;
}

.gallerySmall ul li {
	float: left;
	margin-right: 5px;
}
.gallerySmall ul li:nth-child(5n+1) {
    margin-right: 0;
}

.gallerySmall ul li a {
	display: block;
}

#webContainer .gallerySmall ul li.more a {
    border: 3px solid #f3f6ff;
    margin: 15px;
    margin-bottom: 17px;
    width: 80px;
    height: 80px;
    padding: 20px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
}
#webContainer .gallerySmall ul li.more a span {
    display: block;
    font-size: 3em;
    margin: 22px 0 4px 0;
    font-weight: bold;
}


.gallerySmall li:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.gallerySmall img {
    border: 3px solid #f3f6ff;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    display: inline-block;
    height: 150px;
    margin-bottom: 2px;
    width: 150px;
}

/* Gallery */
.gallery {
	margin-bottom: 15px;
    position: relative;
}

.gallery .btn {
    position: absolute;
    text-decoration: none !important;
    top: 18px;
    right: 18px;
    z-index: 10;
    text-decoration: none;
}

.gallery .btn:hover {
	color: #FFFFFF!important;
}


.gallery .inner {
	position: relative;
	max-height: 500px;
	margin-bottom: -20px;
}

.gallery ul li a {
	display: block;
}

.galleryNumber {
	color: white;
	width: 100%;
	text-align: center;
	font-weight: bold;
	bottom: 15px;
	text-shadow: #323739 0.1em 0.1em 0.2em;
	position: absolute;
}

.gallerySkip,
.galleryNext {
	width: 25px;
	height: 25px;
	/*top: 150px;*/
	top: 135px;
	position: absolute;
	cursor: pointer;
}

.gallerySkip:hover,
.galleryNext:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.gallerySkip {
	background: url("../../images/gallerySkip.jpg") no-repeat;
	left: 0;
}

.galleryNext {
	background: url("../../images/galleryNext.jpg") no-repeat;
	right: 0;
}

/* Table */
table {
	width: 100%;
	border: hidden;
	border-spacing: 0px;
}

table td {
	border-width: 1px;
	padding: 8px 10px 8px 15px;
	border-style: inset;
	border-color: #DEE1E9;
	min-width: 50px;
	max-width: 205px;
}

table .row1 {
	font-size: 12px;
	font-weight: bold;
}

table .row1 .col1 {
	text-transform: uppercase;
	font-weight: normal;
}

table .col2 {
	background-image: url("../../images/table_bg.png");
	background-repeat: no-repeat;
}

table tr.odd {
	background-color: #fff;
}

table tr.even {
	background-color: #F3F6FF;
}

/* Teaser */
#rightCol .teaser,
#rightCol .logolistBig {
	background: #F3F6FF;
	padding-bottom: 30px;
	border: 1px solid #dee1e9;
}

.teaser img {
	margin-bottom: 15px;
}

/* Text rechts */
#rightCol .logolistBig {
	padding: 20px 0px;
}


/* Facebook */
.facebookBg {
	padding: 30px 0px 20px 20px;
	position: relative;
	line-height: 17px;
	background: #F3F6FF;
	border: 1px solid #dee1e9;
}

.facebookLogo {
	position: absolute;
	top: 0;
	right: 20px;
	background: url("../../images/facebookLogo.png") no-repeat top;
	width: 21px;
	height: 21px;
}

.facebook img {
	width: 33px;
	height: 33px;
	margin-right: 12px;
}

.facebook ul li,
.facebook ul li.last {
	width: 95%;
	border-bottom: 1px solid #DEE1E9;
	padding-bottom: 16px;
	margin-bottom: 19px;
}

.sports {
	position: absolute;
	background: url("../../images/logo_sports.png") no-repeat top;
	left: 0px;
	width: 189px;
	height: 13px;
	z-index: 30;
	top: -25px;
}

#leftCol .bildText .right {
	width: 494px;
	margin-top: -4px;
}

/* Filter */
.filter {
	margin-bottom: 30px;
}

.filter select {
	margin-right: 15px;
}

/* Partner Navigation */
#webContainer .partnerNav  {
	border-bottom: 1px solid #DEE1E9;
	margin-bottom: 50px;
}
#webContainer .partnerNav a {
	text-decoration:none;
	display:inline-block;
	padding-right: 12px;
	margin-right: 8px;
	border-right: 1px solid #DEE1E9;
	padding-bottom: 6px;
	font-size: 16px;
}

#webContainer .partnerNav a.active {
	font-weight:bold;
	color:#194ABF;
}

#webContainer .partnerNav a.last {
	/*float:right;*/
	margin-right:0px;
	border-right:none;
	padding-right:0px;
}

/* Rentwidget */
.rentWidget .inner,
.rentWidget .inner a {
    background-color: #143FAA;
}

/* Source Code */
#rightCol .sourcecode h3 {
    margin-left: 20px;
}

#rightCol .sourcecode div,
#rightCol .sourcecode object {
	width: 100% !important;
}

/* Kommentare */
.feedback {
	text-align: center;
}

.feedback b.rating {
	font-size: 1.5em;
	color: #FFF;
	background: #194ABF;
	width: 65px;
	line-height: 65px;
	border-radius: 65px;
	margin-bottom: 5px;
	display: inline-block;
	box-sizing: border-box;
}

.feedback p {
	font-size: 18px;
	line-height: 1.4em;
	font-style: italic;
	margin-top: 15px;
	padding: 0px 12%;
}

.feedback .person {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DEE1E9;
}

/* Pinboard :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#pinboard .col1,
#pinboard .col2,
#pinboard .col3,
#pinboard .col4 {
	width: 24%;
}

#pinboard .col1,
#pinboard .col2,
#pinboard .col3 {
	margin-right: 1%;
}

#pinboard ul li {
	background: #F3F6FF;
    border: 1px solid #DEE1E9;
    position: relative;
    margin-bottom: 15px;
}

.highlight {
	position: absolute;
	top: 0;
	right: 20px;
	width: 55px;
	height: 52px;
	background: url("../../images/highlight1.png") no-repeat top;
}

.date {
	font-size: 14px;
	color: #687079;
	position: relative;
	top: -1px;
}

#pinboard img {
	width: 100%;
	display: block;
}


#pinboard .member .imglink {
	float:left;
	width: 130px;
	margin-right:15px;
	border-right: solid #DEE1E9 1px;
}

#pinboard a.imglink {
	display: block;
	min-height:30px;
}

#pinboard a.imgLink:hover {
    text-decoration: none;
}

#pinboard .inner {
	padding: 15px;
}

.divider {
	padding: 5px 10px 0px 0px;
	color: #fff;
}

#pinboard .divider {
	font-size: 15px;
	color: #66737E;
	padding: 0px 5px 0px 5px;
	/* IE */
	*padding: 3px 3px 0px 10px;
}

#pinboard .arlsportsNav {
	margin-bottom: 35px;
}

#pinboard .arlsportsNav a {
	font-size: 20px;
	margin-bottom: 8px;
	color: #66737E;
	margin: 0px 10px 0px 0px;
	padding: 0px 9px 0px 0px;
	border-right: 2px solid #DDDDDD;
	float: left;
	text-decoration: none;
}

#pinboard .arlsportsNav a.last {
    border-right: none;
}

#pinboard .arlsportsNav a.active {
	color: #194abf;
}

#pinboard .arlsportsNav a:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

#pinboard h4 {
    position: relative;
    left: -1px;
    margin-right: 2px;
    padding-right: 7px;
}

#pinboard p {
    margin-top: 7px;
}

.pinIntersport,
.pinKirschbaum,
.pinTours,
.pinFashion,
.pinNapapijri {
	position: absolute;
	top: 0;
	left: 10px;
	width: 38px;
	height: 35px;
}

.pinIntersport {
	background: url("../../images/pin_isa.png") no-repeat top;
}

.pinKirschbaum {
	background: url("../../images/pin_kirschbaum.png") no-repeat top;
}

.pinTours {
	background: url("../../images/pin_guiding.png") no-repeat top;
}

.pinFashion {
	background: url("../../images/pin_fashion.png") no-repeat top;
}

.pinNapapijri {
	background: url("../../images/pin_napa.png") no-repeat top;
}

.overlay #pinboard p {
    margin-top: 0px;
}

.button,
#rightCol .button {
	padding: 5px 10px;
	background: #0083D7;
	color: white;
	cursor: pointer;
}

.button:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.loaderPac {
	background: url(../../images/ajax-loader-pac.gif) no-repeat center center;
}

.videoPreview {
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 0px;
	width: 308px;
	height: 180px;
	background: url(../../images/icon_video.png) no-repeat 45% center;
	_background: none;
}

.videoPreview:hover {
	background: url(../../images/icon_video_hover.png) no-repeat 45% center;
}

.galleryLoadContainer {
    min-height: 365px;
    background: url('../../images/ajax-loader-polaroid.gif') no-repeat center center;
}

iframe.loaderBig {
    width: 100%;
}

.source.loading {
    background:url('../../images/ajax-loader-big.gif') no-repeat center center;
    min-height: 45px;
}

#ui-datepicker-div {
	margin-left: 0px !important;
	margin-top: 0px !important;
	z-index: 999!important;
}


/* Overlay :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.overlay {
	background: #194ABF;
	background: rgba(21,64,175,0.9);
	position: absolute;
	z-index: 9997;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.overlay .centered {
	margin-top: -300px;
	height: auto;
	background: #FFF;
	position: relative;
	top: 50%;
	border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.overlay .centered {
	padding: 0px;
}

.memberOverlay .centered {
	margin-top:0px;
	width:310px;
	top: 73px;
}

.overlay .head {
	padding: 25px 30px 20px 30px;
	border-bottom: 1px solid #EEE;
}

.memberOverlay .head {
	padding: 4px 8px 0 8px;
}

.memberOverlay #pinboard {
	margin-top:0;
	padding-bottom:0;
}
.memberOverlay #pinboard li {
	margin-bottom:0;
}

.overlay a.close {
	width: 145px;
	text-align: right;
	height: 25px;
	text-decoration: underline;
	color: #687079;
}

.overlay a.close:hover {
	text-decoration: none;
}

.overlay h4 {
	margin-top: 2px;
	font-size: 18px;
	font-weight: 500;
}

.overlay .date {
	top: 2px;
}

.overlay .logo {
    position: absolute;
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 200px;
    bottom: 579px;
    padding: 10px;
    right: 870px;
    border-bottom: 1px solid #DEE1E9;
    font-size: 0px;
    line-height: 0px;
}

/* Rent Widget :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Variante IS Website */
.rentWidget {
    width: 100%;
    height: 130px;
    overflow: hidden;
    font-family: "Din", Arial, sans-serif;
    color: #FFF;
}

.rentWidget.rentSummer,
.rentSummer {
    background: url(../../images/widget_rent_bike.jpg) no-repeat right center #FFF;
}

.rentWidget.rentWinter,
.rentWinter {
    background: url(../../images/widget_rent_ski.jpg) no-repeat right center #FFF;
}

.rentWidget h3,
#rightCol .rentWidget h3 {
    color: #FFF;
    margin-bottom: 2px;
}

.rentWidget .inner,
#rightCol .rentWidget .inner {
    position: relative;
    padding-left: 30px;
    padding-top: 25px;
    width: 67%;
    height: 105px;
    margin: 0px;
    opacity: 0.93;
    filter: alpha(opacity = 93);
}

.rentWidget .inner a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
    background-image: url(../../images/widget_bg_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.rentWidget .rabatt {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../../images/widget_rabatt.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.rentWidget .inner p {
    margin: 0px;
    padding: 0px;
}


/* Variante schmal für Kundenwebsites */
.rentWidgetSmall {
    height: auto;
}

.rentWidgetSmall .inner,
#rightCol .rentWidgetSmall .inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rentWidgetSmall h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.widgetCredit {
    font-family: "Din", Arial, sans-serif;
    font-size: 11px;
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

/* Variante: Formular */
.rentForm {
	border: 1px solid #D4D4D4;
	border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
	background: rgba(255,255,255,0.9);
}

header .rentForm {
	position: absolute;
	z-index: 10;
	bottom: -1px;
	right: 0px;
}

.rentForm .left {
    width: 140px;
    text-align: center;
}

.rentForm .left a {
    text-decoration: underline;
}

.rentForm h2 {
    padding: 16px 0px 13px 0px;
    margin-bottom: 20px;
    margin-top: 0px;
	border-bottom: 1px solid #D4D4D4;
}

.rentForm a.map {
    font-weight: bold;
    color: #183FA2;
    background: url(../../images/icon_map.png) no-repeat top center;
    padding: 53px 0px 15px 0px;
    display: block;
    text-decoration: none;
	width: 60px;
}

.rentForm .badge {
    width: 68px;
    height: 68px;
    position: absolute;
    right: -3px;
    top: -3px;
    background: url(../../images/icon_10prozent.png) no-repeat;
}

.rentForm .right {
    min-width: 308px;
    min-height: 246px;
	border-left: 1px solid #D4D4D4;
	position: relative;
}

.rentForm .right h2 {
    color: #D40707;
    padding-left: 20px;
}

.rentForm .right {
    background: url(../../images/icon_ski.gif) no-repeat right bottom;
}

.rentForm form {
    padding-left: 20px;
}

.rentForm p {
    margin-bottom: 6px;
    margin-top: 0px;
}

.rentForm input.datepicker,
.rentForm select {
    background: #FFF;
    width: 150px;
    color: #323739;
    font-family: "Din", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 5px 5px 10px;
}

.rentForm input.datepicker {
    background: url(../../images/icon_date.gif) no-repeat center right #FFFFFF;
}

.rentForm select {
    width: 167px;
    border: 1px solid #ddd;
    padding: 6px 5px 4px 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 32px;
}

.rentForm select option {
    padding: 1px 0px 1px 7px;
}

.rentForm input.submit {
	background: #D40707; /* Old browsers */
	background: -moz-linear-gradient(top, #ed0909 0%, #cc0707 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed0909), color-stop(100%,#cc0707)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ed0909 0%,#cc0707 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ed0909 0%,#cc0707 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0909', endColorstr='#cc0707',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    padding: 9px 10px 6px 10px;
    border: 0px;
    font-weight: 500;
    font-size: 12px;
    -webkit-appearance: none;
}

.rentForm input.submit:hover {
    cursor: pointer;
}

.rentForm .error {
    color: #d40707;
    font-weight: bold;
    text-align: left;
}

.content .rentForm.shadow {
    box-shadow: none;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
	border: 1px solid #dee1e9;
    border-left: none;
}

.content .rentForm .right {
    border: none;
}

.content .rentForm .left {
    display: none;
}

.content .rentForm form,
.content .rentForm h2 {
    padding-left: 25px;
}

input::-moz-placeholder {
    color: #323739;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #323739;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #323739;
    opacity: 1;
}

.ui-datepicker td {
    max-width: inherit;
    min-width: inherit;
}

.ui-datepicker {
    margin-left: -240px!important;
}

/* Variante: Widget */
.rentFormWidget {
    background: none;
    overflow: hidden;
    padding-bottom: 5px;
}

.rentFormWidget .rentForm {
    border-bottom: none;
}

.rentFormWidget .left {
    display: none;
}

.rentFormWidget .right {
    border-left: 0px;
    min-height: 188px;
    min-width: inherit;
    background-position: right 57px;
	border-bottom: 1px solid #D4D4D4;
}

.rentFormWidget input {
	font-family: "Din", Arial, sans-serif;
	padding: 8px 5px 5px 5px;
	background: #EEE;
    border: 1px solid #DDD;
    color: #333;
  	border-radius: 3px;
    -moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

.rentFormWidget .rentForm select,
.rentFormWidget .rentForm input[type=text] {
    width: 85%;
    box-sizing: border-box;
}

.formWidget .ui-datepicker {
    font-size: 12px;
    left: 261px!important;
    top: 8px!important;
}

.rentFormWidget label {
    display: none;
}

/* Variante: volle Breite */
.fullForm {
	background: #F3F6FF;
	padding-top: 70px;
	position: relative;
}

.fullForm .rentForm {
	background: none;
	border: none;
	border-radius: 0px;
    -moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
	box-shadow: none;
}

.fullForm .rentForm h2 {
	font-size: 27px;
	border-bottom: none;
	margin-bottom: 13px;
	padding: 0px;
}

.fullForm .rentForm .right h2 {
	padding-left: 30px;
}

.fullForm .rentForm form {
	padding-left: 30px;
}

.fullForm .rentForm .left {
	width: 28%;
	text-align: left;
}

.fullForm .rentForm .left a.map {
	float: left;
}

.fullForm .rentForm .left h3 {
	float: right;
	width: 75%;
}

.fullForm .rentForm .left p {
	margin-left: 25%;
}


.fullForm .rentForm .left .summer h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.fullForm .rentForm .left .summer p {
	margin-left: 0;
}

.fullForm .rentForm .left .summer > div {
	height: 150px;
	width: 46%;
	float: left;
}

.fullForm .rentForm .left .summer > div.lech {
	border-left: 1px solid #D4D4D4;
	padding-left: 15px;
	margin-left: 10px;
}

.fullForm .rentForm .right {
	width: 70%;
	padding-right: 13%;
	box-sizing: border-box;
	min-height: 150px;
	background-position: right top;
	background-image: url("../../images/icon_ski_big.gif");
	min-width: inherit;
}

.summer .rentForm .right {
	background-image: url("../../images/icon_bike_big.gif");
}

.fullForm .jsRentForm p {
	float: left;
	width: 25%;
}

.fullForm .rentForm select,
.fullForm .rentForm input.datepicker {
	width: 95%;
	font-size: 14px;
	font-family: "Din", "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
	padding: 11px 5px 7px 10px;
}

.fullForm .rentForm select {
	padding: 8px 5px 6px 7px;
	height: 35px;
}

.fullForm .rentForm input.submit {
	font-family: "Din", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 1px;
	padding: 9px 10px 8px;
}

.fullForm .rentForm .badge {
	width: 70px;
	height: 70px;
	background: url("../../images/icon_10prozent_full.png") no-repeat;
	right: 43px;
	top: 50%;
	margin-top: -49px;
}

.fullForm .centered {
	z-index: 2;
}

.fullForm .waveLightBlue {
	z-index: 1;
	bottom: -25px;
}

/* RentForm Header */
.fullForm.header {
	margin-top: -60px;
	margin-bottom: 30px;
}

/* RentForm Header + Template is_rentformtop.html */
.fullForm.header.top {
	margin-top: -134px;
	position: relative;
	z-index: 98;
}

/* RentForm Footer */
.fullForm.footer {
	padding-top: 50px;
	margin-top: 100px;
}

.fullForm.footer .waveLightBlue {
	bottom: auto;
	top: -54px;
}

.fullForm.footer .rentForm .right {
	padding-bottom: 75px;
}

/* RentForm right */
#rightCol .rentForm input.datepicker, #rightCol .rentForm select,
#rightCol .rentForm input.submit {
	font-size: 14px;
}

#rightCol .rentForm .right {
	width: 100%;
	min-width: inherit;
}


/* 7.) Footer :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#footerContainer {
    width: 100%;
    position: relative;
    margin-top: 7px;
    background: none repeat scroll 0 0 #66737E;
	padding-bottom: 80px;
}

#footerContainer .waveBlue {
	bottom: auto;
	top: -50px;
}

#footerContainer .centered {
	padding-top: 120px;
	_z-index: 21;
	*z-index: 21;
}

#footerContainer p,
#footerContainer a  {
	color: #fff;
}

#footerContainer .space {
	height: 40px;
	border: 0px;
}

#footerContainer a  {
	text-decoration: underline;
}

#footerContainer a:hover  {
	text-decoration: none;
}

#footerContainer .col {
	width: 33.33%;
}

#footerContainer .col.last {
    padding-right: 0px;
}

#footerContainer .googlePlus {
	width: 60px;
	overflow: hidden;
}

#footerContainer .socialmedia {
	margin-bottom: 15px;
}

#footerContainer .homeLink {
    display: none;
}

/* footerServiceNav */
.footerServiceNav li {
	float: left;
	width: 47.5%;
}

#footerContainer .footerServiceNav li.last {
	margin-right: 0px;
	float: right;
}

.footerServiceNav li a {
	display: block;
}

.footerServiceNav li a:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}


/* footerArlNav */
ul.footerArlNav li {
	display: inline;
}

.footerArlNav a {
	display: block;
	float: left;
	margin-right: 5px;
}

.footerArlNav a:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 90);
}

.footerArlNav img {
	width: 90px;
	height: auto;
	border-radius: 5px;
}

.socialAction {
	margin-left: -2px;
	margin-bottom: 10px;
	background: url(../../images/linie_grau_1px.png) repeat-x top;
	padding-top: 12px;
}

.socialAction a {
	margin-right: -4px!important;
	padding-right: 0px!important;
}

ul.socialmedia {
	margin-top: 6px;
}

ul.socialmedia li {
	float: left;
	margin-right: 15px;
}

ul.socialmedia li a {
	display: block;
	height: 19px;
}

#footerContainer ul.socialmedia li a{
	background: url("../../images/logos_social_footer.png") no-repeat;
}

ul.socialmedia li a:hover {
	background: url("../../images/logos_social_hover.png") no-repeat;
}

ul.socialmedia li a.facebook {
	width: 9px;
}

ul.socialmedia li a.twitter {
	background-position: -23px 0px!important;
	width: 23px;
}

ul.socialmedia li a.youtube {
	background-position: -57px 0px!important;
	width: 46px;
}

ul.socialmedia li a.flickr {
	background-position: -113px 0px!important;
	width: 35px;
}


/* 8.) Forms :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
input,
textarea {
	font-family: "Din", Arial, sans-serif;
	padding: 8px 5px 5px 5px;
	background: #EEE;
    border: 1px solid #DDD;
    color: #333;
  	border-radius: 5px;
    -moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	font-size: 14px;
}

input:focus,
textarea:focus {
	background: #CCC;
    border: 1px solid #999;
    color: #000;
}

input.select {
	background: url("../../images/icon_select.png") no-repeat right 2px #EEE;
}

select {
	width: 200px;
}

label {
	display: block;
	margin-top: 10px;
}

.content form li {
	position:relative;
}
.content form p.error {
	position:absolute;
	width: 310px;
	left: 0px;
	top: 0px;
	color:#E60A0A;
	text-align:right;
}

.content form .textinput input {
	width: 50%;
	box-sizing: border-box;
}


/* 9.) Guidingtours & Arlsport :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.arlsport {
	padding-top: 90px;
}

.arlsport #fixedContainer {
	padding-top: 30px;
}

.arlsport #footerContainer {
	margin-top: 80px;
}

@media only screen and (max-width: 1200px){
	#pinboard .member .imglink {
		float: none;
	}
}

@media only screen and (max-width: 500px){
	#pinboard .member .imglink {
		float: left;
	}
}

.guidingtours #Col {
	margin: 0px;
	width: 100%;
}

.guidingtours h1 {
	margin-bottom: 0px;
	padding-bottom: 0.5em;
	background-position: right top!important;
}

.guidingtours h1.trekking { padding-right: 40px; }
.guidingtours h1.biking-hike { padding-right: 80px; }
.guidingtours h1.biking { padding-right: 50px; }
.guidingtours h1.walking { padding-right: 40px; }
.guidingtours h1.geocaching { padding-right: 45px; }
.guidingtours h1.elmoto { padding-right: 45px; }


.guidingtours #webContainer h4 a {
	color: #262a2c;
	text-decoration: none;
	margin-top: 3px;
	display: inline-block;
}

.guidingtours .guidingInner {
	width: 42%;
	float: left;
	padding-right: 75px;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.guidingtours .guidingInner p {
	margin-bottom: 5px;
}

.guidingtours .biking {
	background: url("../../images/icon_bike.png") no-repeat right 45%;
}

.guidingtours .biking-hike {
	background: url("../../images/icon_bike_hike.png") no-repeat right 45%;
}

.guidingtours .elmoto {
	background: url("../../images/icon_elmoto.png") no-repeat right 45%;
}

.guidingtours .trekking {
	background: url("../../images/icon_hike.png") no-repeat right 45%;
}

.guidingtours .geocaching {
	background: url("../../images/icon_find.png") no-repeat right 45%;
}

.guidingtours .walking {
	background: url("../../images/icon_walk.png") no-repeat right 45%;
}

.guidingtours .tourdetail .date {
    top: 0px;
    padding-left: 7px;
    margin-left: 3px;
    border-left: 2px solid #DDD;
    font-size: 20px;
}

.guidingtours .tourdetail li .date {
	font-size: 14px;
}

.guidingtours .guidingInner .date {
	margin: 0;
}

.guidingtours .rightColBg {
	margin-left: 20px;
	right: 25.2%;
	height: 90%;
}

.guidingtours .infosDetail .rightColBg {
	height: 105%;
}

.guidingtours #rightCol.infosDetail .button {
    padding-bottom: 8px;
}

.guidingtours .rightColBg {
	height: 90%;
}

/* liste */
.guidingtours .list {
	border-bottom: 1px solid #DEE1E9;
    margin-bottom: 19px;
    position: relative;
	padding-bottom: 25px;
}

.guidingtours .list .richtext {
    margin-top: 1em;
    margin-bottom: 1em;
}

.guidingtours .list img {
	float: left;
    margin-right: 20px;
    width: 26%;
    margin-top: 5px;
}

.guidingtours .list.last {
    border-bottom: none;
    margin-bottom: 40px;
}

.guidingtours .list h4 a,
.guidingtours .list .divider,
.guidingtours .list .date {
	font-size: 16px;
}

.guidingtours .filter select {
	font-family: "Din", Arial, sans-serif;
	font-size: 14px;
}

.guidingtours .infos {
	width: 26%;
}

.guidingtours .infos tr {
	border-bottom: 1px solid #DEE1E9;
}

.guidingtours tr.last {
	border: none;
}

.guidingtours .infos td {
	width: 145px;
	padding: 15px 0px 15px 30px;
	border: none;
	*border-bottom-style: inset;
	*border-bottom-style: -moz-bg-inset;
	*border-bottom-style: inherit;
}

.guidingtours .infos em {
	display: block;
	color: #687079;
	margin-bottom: 0.3em;
}

.guidingtours.tourdetail .infos em {
	font-size: 16px;
}

.guidingtours .infosDetail em.disclaimer,
.guidingtours #rightCol.infosDetail em.disclaimer a {
	color: #687079;
    font-style: italic;
}

.guidingtours .tourImages {
	background-image: url("../../images/tourimages.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.guidingtours #rightCol .infos .links a {
	display: inline;
}

.guidingtours .divider {
	color: #687079;
	padding: 0px 0px 0px 8px;
}

.guidingtours .guidingInner .divider {
	padding: 0px 2px 0px 5px;
}

.guidingtours .infosDetail .divider {
	display: inline;
	padding: 0px 5px 0px 5px;
}

.guidingtours .tourdetail h2 {
    padding-right: 45px;
    padding-top: 3px;
    background-position: right 50%;
}

.guidingtours .tourdetail h2.biking-hike {
    padding-right: 68px;
}

.guidingtours .tourlist h3 {
    background: #0083D7;
    padding: 5px 5px 5px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Detail */
.guidingtours.tourdetail .infos {
	width: 100%;
	float: none;
}

.guidingtours.tourdetail .rightColBg {
	right: auto;
	left: -21px;
}

.guidingtours #rightCol a.btn {
	color: #fff;
	text-decoration: none;
}

.guidingtours #rightCol a.phone {
	color: #262A2C;
}

.guidingtours tr.bookingForm {
    border:none;
}

.guidingtours tr.bookingForm td {
    height: 0px;
    padding: 0px;
    position:relative;
}

.guidingtours tr.bookingForm .formholder {
    width: 100%;
    padding: 20px 0px 27px 30px;
    background: #FFFFFF;
    border: 1px solid #DEE1E9;
    z-index: 50;
    min-height: 400px;
    box-sizing: border-box;
}

.guidingtours tr.bookingForm .formholder .mask {
    position: absolute;
    display: block;
    width: 160px;
    height: 80px;
    background: #FFF9F6;
    top: -90px;
    right: -10px;
}

.guidingtours tr.bookingForm .formholder a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url(../../images/icon_close.gif) no-repeat;
}

.guidingtours tr.bookingForm .formholder ul li.fieldrow {
    float: left;
    margin-right: 3%;
    width: 43%;
}

.guidingtours  tr.bookingForm .formholder ul li.fieldrow p.error {
    display: none;
}

.guidingtours tr.bookingForm .formholder .error label {
    color: #E60A0A;
}

.guidingtours tr.bookingForm .formholder .required label:after {
    content: "*";
}

.guidingtours tr.bookingForm .formholder input {
    width: 100%;
    box-sizing: border-box;
}

.guidingtours #rightCol tr.bookingForm .formholder input[type=submit] {
    margin-top: 15px;
    width: auto;
}

.guidingtours tr.bookingForm .formholder textarea {
    width: 100%;;
    height: 50px;
}

.guidingtours tr.bookingForm .formholder ul li.fieldrow.textarea {
	width: 85%;
	float: none;
	box-sizing: border-box;
}

.guidingtours .ui-datepicker td {
    min-width: auto;
}

/* RentExtern (Partner) :::::::::::::: */
.rentExtern {
	background: #FFFFFF;
}

.rentExtern .onecol .content {
	border: none;
}

.rentExtern #webContainer {
	background: #FFFFFF;
	border-color: #FFFFFF;
}

.rentExtern img.partner {
	border: none;
}

/* Arlrent ::::::::::::::::::::::::::: */
.arlrent,
.arlrent #webContainer {
	background: #FFFFFF;
	margin-top: 0px;
}

.arlrent #webContainer {
	border-color: #FFFFFF;
	margin-top: 70px;
}

.arlrent .mainNav {
	display: none;
}

.arlrent .searchNav .search {
	display: none;
}

.arlrent ul.languageNav {
    float: right;
    margin-top: 7px;
}

.arlrent.detail #headContainer {
	height: auto;
	padding: 0px;
}

.arlrent.onecol .content.last {
	border-bottom: none;
}

.arlrent.onecol .shoutbox {
	padding-right: 32%;
}

.arlrent .shoutbox img {
	border-color: #FFFFFF;
}

.arlrent a.h1 {
    background-size: 100% auto;
    height: 44px;
    left: 20px;
    top: 9px;
    width: 130px;
}

.arlrent .mobileIframe {
	display: none;
}

.arlrent .fullForm {
	background: #FFFFFF;
	padding-top: 0px;
	border-bottom: 0px;
}

.arlrent .fullForm h2 {
	display: none;
}

.arlrent .fullForm .rentForm form {
	padding-left: 0px;
}

.arlrent .fullForm .jsRentForm p,
.arlrent .fullForm .rentForm select, .arlrent .fullForm .rentForm input.datepicker {
	width: 100%;
	min-height: 50px;
}

.arlrent .fullForm .rentForm input.submit {
	height: 40px;
}

.arlrent .fullForm .rentForm .right {
	background: none;
	padding-right: 0px;
	border-bottom: none;
}

.arlrent .fullForm .badge {
	display: none;
}

.arlrent .content .rentForm.shadow {
	border: none;
}

.arlrent .fullForm .rentForm .right {
	width: 100%;
}

@media only screen and (max-width: 800px){
	.arlrent .mobileIframe {
		display: block;
	}

	.arlrent .partnerIframe {
		display: none;
	}
}

@media only screen and (max-width: 920px){
	.arlrent .mobileNav {
	    display: none;
	}

	.arlrent .scroll {
		background: transparent;
	}

	.arlrent .searchNav {
	    right: 30px;
	}
}

@media only screen and (max-width: 468px){
	.arlrent #webContainer {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 400px){
	.arlrent.sticky .searchNav {
	    display: block;
	    right: 20px;
	}
}


/* 10.) Plugins :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fancybox-overlay {
	z-index: 9998;
}

.fancybox-title {
	display: none!important;
}

#fancybox-lock {
	z-index: 9999;
}

.fancybox-light-overlay {
	background: rgba(21,64,175,0.9);
}

.picasagallery .loading {
    height: 30px;
    background: url('../../images/ajax-loader-polaroid.gif') no-repeat center center;
}

/* issuu */
.issuuembed a,
.issuuembed div span {
    display: none
}

#leftCol .issuuembed {
    width: 100%!important;
}

/* ReiseTV */
#rightCol .reiseTV img {
	width: auto;
}

#rightCol .reiseTV object,
#rightCol .reiseTV div {
	width: 100% !important;
}

#rightCol #reisetv_film div,
#rightCol #reisetv_film object {
    background-color: #FFF9F6!important;
    border: none!important;
}

/* Flexslider */
.flex-control-nav li {
	margin: 0px 4px;
}

.flex-control-paging li a {
	background: rgba(255,255,255,0.5);
	width: 13px;
	height: 13px;
}

.flex-control-paging li a.flex-active {
	background: rgba(25,74,191,0.7);
}

.flex-control-nav {
	bottom: 4%;
}

/* Facebook */
.fbLike {
	margin-bottom: 10px;
}

/* Decorator */
.isr-decorator #webContainer {
	background: #FFFFFF;
	border-color: #FFFFFF;
}

.isr-decorator .rentiFrame img {
	width: auto;
	height: auto;
}

.isr-decorator .searchNav {
	right: 0px;
}

.isr-decorator #navContainer .btn {
	color: #FFF;
}

.isr-decorator ul.subNav,
.isr-decorator .subServiceNav a,
.isr-decorator ul.mainNav li a {
	box-sizing: content-box;
	font-family: 'Din', 'Trebuchet MS', Arial, sans-serif;
}

.isr-decorator .pageHeader h1 {
    font-size: 32px;
    margin-bottom: 0.5em;
    line-height: 1em;
    letter-spacing: -0.01em;
}

.isr-decorator .pageHeader .breadcrumb {
	padding-bottom: 0px;
	margin-bottom: 45px;
	border-bottom: none;
}

.isr-decorator .content h2 {
	font-family: 'Din', 'Trebuchet MS', Arial, sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

.isr-decorator #footerContainer h5 {
	font-family: 'Din', 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.44em;
	font-weight: 500;
}

/* 11.) IE Fix :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ie-80 .backgroundGallery ul.gallerySwitcher,
.ie-80 #liveSearchBox {
	background: url("../../images/bg-white-70.png");
}

.ie-80 .rentBox .rentForm {
	background: #FFFFFF;
}

.ie-80 .fancybox-wrap {
	z-index: 9999;
}

.ie-80 .searchNav a.search {
	background: url("../../images/icon_search.png") no-repeat center center;
}

.ie-80 .socialNav a.fb,
.ie-80 .socialNav a.yt {
	background: url("../../images/icon_social.png") no-repeat top left;
}

.ie-80 .socialNav a.yt {
	background: url("../../images/icon_social.png") no-repeat top right;
}

.ie-80 .waveBlue,
.ie-80 .waveLightBlue {
	background: url('../../images/wave-blue.png') no-repeat bottom center;
}

.ie-80 #headContainer .waveBlue {
	background: url('../../images/wave-blue-small.png') no-repeat bottom center;
}

.ie-80 .waveLightBlue {
	background: url('../../images/wave-lightblue.png') no-repeat bottom center;
}

.ie .btn,
.mozilla-110 .btn {
    padding: 8px 12px 11px;
}

.ie .fullForm .rentForm input.submit,
.mozilla-110 .fullForm .rentForm input.submit {
    padding-bottom: 11px;
}

.ie .rentForm input.submit,
.mozilla-110 .rentForm input.submit {
	padding-bottom: 10px;
}

.ie .btnBlue,
.ie #webContainer strong em a,
.mozilla-110 .btnBlue,
.mozilla-110 #webContainer strong em a {
	padding-bottom: 11px;
	padding-top: 9px;
}

.ie table td,
.mozilla-110 table td {
	border-color: transparent;
}

.ie ul.mainNav li a,
.ie-100 ul.mainNav li a,
.mozilla-110 ul.mainNav li a {
    padding-top: 7px;
}

.ie ul.mainNav li.ancestor a {
    height: 33px;
}

.ie .overlay .head {
    height: 25px;
}

.ie .number {
	line-height: 20px;
}


/* 13.) CMS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body.loggedin #arlNav {
	top: 42px;
}

body.loggedin #navContainer {
    top: 46px;
    position: fixed;
    z-index: 9997;
}

body.loggedin .subNavContainer {
	top: 170px;
}

body.loggedin .cms_placeholder-content_zone {
	top: -43px;
}

body.loggedin #cms_placeholder-content {
	margin-top: -33px;
}

body.edit #headContainer {
    margin-top: 0px;
    height: 620px;
    padding-top: 130px;
}

body.detail.edit #headContainer {
	height: 0px;
}

body.edit #headContainer .waveBlue,
body.edit .fullForm .waveLightBlue {
	display: none;
}

body.edit #topCol ul .centered .inner {
	position: relative;
	z-index: 9998;
}

body.edit #topCol {
	background: none;
}

