/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Typo3 Responsive Stuff */

/* Responsive */

img,
audio,
video,
embed {
	width:auto;
	height:auto;
}

/* TYPO3 Anpassung für Responsive */
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
        float: none;
}

/**
 * Responsive Web Design
 * von Michael Schulze
 */

@media only screen and (max-width: 980px) {
  /**
   * intext images
   */
  /* intext single image */
  div.csc-textpic-intext-left img
  ,div.csc-textpic-intext-right img { max-width: 100%; height: auto; }

  /* intext single image width */
  div.csc-textpic-intext-left .csc-textpic-imagewrap
  ,div.csc-textpic-intext-right .csc-textpic-imagewrap { width: 40%; }
  div.csc-textpic-intext-left .csc-textpic-imagewrap ul li { width: 45%; }

  /* UL: intext images side by side */
  div.csc-textpic div.csc-textpic-imagewrap ul li img { width: 100%; height: auto; }
  div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagerow ul li img { width: auto; }

  /* dl: This will place the images side by side */
  div.csc-textpic-intext-right-nowrap > div { margin-right: 50%; }
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { margin-right: 0; width: 48%; }
}

@media only screen and (max-width: 480px) {
  /* intext single image width */
  div.csc-textpic-intext-left .csc-textpic-imagewrap
  ,div.csc-textpic-intext-right .csc-textpic-imagewrap { width: 50%; }

  /* UL: intext images side by side */
  div.csc-textpic div.csc-textpic-imagewrap ul li { float: none; }
  div.csc-textpic-intext-left .csc-textpic-imagewrap ul li { width: 100%; }
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


#content h1{
	font-family: trebuchet ms;
	font-size: 2.357em;
	font-weight: normal;
}

#footer h1{
	font-family: trebuchet ms;
	font-size: 1.714em;
	font-weight: normal;
	color: #000;
}

.clearfix{
	clear: both;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: trebuchet ms;
    font-size: 0.875em;
    background: #585858;
}

body.text-1 {
    font-family: trebuchet ms;
}
body.text-2 {
    font-family: trebuchet ms;
}
body.text-3 {
    font-family: Tahoma;
}
body.text-4 {
    font-family: Verdana;
}

.color-1 h1{color: #D82445;}
.color-2 h1{color: #61b4ba;}
.color-3 h1{color: #3476A6;}
.color-4 h1{color: #827b71;}
.color-5 h1{color: #cc6a28;}
.color-6 h1{color: #84b300;}
.color-7 h1{color: #bf4423;}
.color-8 h1{color: #46008C;}
.color-9 h1{color: #7c291c;}
.color-10 h1{color: #d8b929;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bannerImage {
    height: 800px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#bannerImage.default-background {
    background-attachment: scroll;
    background-color: #4F4F4F;
    background-image: url("../img/background.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}


#topnavigation{
	width: 100%;
	background: #373B3F;
	position: fixed;
	top: 0px;
	z-index: 999;
	min-height: 48px;
	padding-top: 8px;
}

#headright{
	position: relative;
	float: right;
	display: block;
}

#social_icons {
   max-height: 0;
   overflow: hidden;
   padding-bottom: 0;
   padding-top: 40px;
   position: absolute;
   width: 64px;
   z-index: 999;
   background: url('../img/fb_small.png') no-repeat center top 11px;
   right: 0px;
   top: 0px;
}

#social_icons .ce_image img {
    line-height: 0;
    opacity: 0.8;
}

#social_icons:hover {
   max-height:1000px;
   -ms-transition: all 1s ease-in-out;
   -webkit-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out
}

#social_icons .ce_image figure {
   background-color:#fff;
   line-height:0px
}

#social_icons .ce_image img {
   line-height:0px;
   filter:alpha(opacity=80); 
   opacity: 0.8; 
   -moz-opacity:0.8
}

#social_icons .ce_image img:hover {
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1
}

#language{
   right: 110px;
   position: relative;
   width: auto;

}

#language ul{
	margin: 0px;
	padding-top: 10px;
}

#language ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}

.hotelname{
	margin-top: 110px;
}

.hotelname h1{
	font-weight: 800;
	font-size: 4.786em;
	text-align: center;
	color: #fff;
}

.hotelname h1{
    margin:-20px;
    padding:0;
}

.hotelname h2{
    margin:30;
    padding:0;
}

.hotelname h2{
	font-weight: 800;
	font-size: 2.0em;
	text-align: center;
	color: #fff;
}

#wrapper {
    background-color: #FFFFFF;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

#header{
	position: relative;
}

#container, .inner {
    position: relative;
}



#logo{
	float: left;
	width: 30%;
	display: block;
	padding-top: 8px;
	margin: 30px 0px 10px 20px;
}

#logo img{
	max-height: 99px;
}

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

.slider_wrapper{
	width: 70%;
	float: left;
	overflow: hidden;
}

.right_wrapper {
	width: 30%;
	float: left;
}
.right {
	position: relative;
    width: 100%;
}

.block {
    overflow: hidden;
}

.eb_smallsearch{
	padding: 3px;
	font-size: 0.930em;
}

.eb_smallsearch .childrenDOBinputs .oneDOB:nth-child(2n+1) {
    margin-left: 0;
}

.eb_smallsearch h3 {
    color: #FFFFFF;
    font-size: 1.443em;
    font-weight: 200;
    margin-bottom: 3px;
    margin-top: 3px;
}
.eb_smallsearch .anreise, .eb_smallsearch .abreise {
    margin: 0 0 12px;
}
.eb_smallsearch .anreise input, .eb_smallsearch .abreise input {
    color: #666666;
    height: 30px;
    line-height: 23px;
    padding-left: 5px;
    font-size: 0.929em;
    width: 90%;
}
.eb_smallsearch .datepicker {
    background: url("../img/datepicker.png") no-repeat scroll right 5px top 2px #FFFFFF;
    border: 0 none;
    
}

#ui-datepicker-div{
	font-size: 1em;
}

#content{
	padding: 40px 35px;
}

#content p{
	line-height: 185%;
}

#footer {
	color: #505051;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    list-style: none outside none;
}

.footerTop{
	border-top: 1px solid #CCCCCC;
	padding: 40px 0;
	margin: 30px 35px;
}

.footerBottom{
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
	margin-top: 10px;
	font-size: 0.929em;
	margin: 30px 35px;
}

#map_canvas {
height: 171px;
}


table.prices {
    background-image: url("https://skizauchensee.com/fileadmin/templates/Vorlage2_Native/img/prices/bg-table-prices.png");
    background-position: center top;
    background-repeat: no-repeat;
    border-spacing: 0;
    margin-top: 15px;
    padding-top: 3px;
    position: relative;
    width: 100%;
}
table.prices th {
    background: none repeat scroll 0 0 #373B3F;
    color: #FFFFFF;
    font-weight: normal;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.prices .tr-odd {
    background: none repeat scroll 0 0 #FFFFFF;
}
table.prices .tr-even {
    background: none repeat scroll 0 0 #EAEAEA;
}
table.prices td {
    background-image: url("https://skizauchensee.com/fileadmin/templates/Vorlage2_Native/img/prices/bg-line-repeat.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-left: 2px solid #FFFFFF;
    border-right: 1px solid #D0D0C9;
    padding: 10px;
    position: relative;
    text-align: center;
}
table.prices td.td-1, table.prices td.td-2, table.prices td.td-3 {
    width: 127px;
}
table.prices .td-0 {
    width: 150px;
}
table.prices .prices-title {
    display: inline-block;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.ch_navigation{
	background: #373B3F;
	min-height: 40px;
	overflow: visible;
	position: relative;
	float: left;
	font-family: trebuchet ms;
	font-weight: normal;
}

.ch_navigation ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.ch_navigation ul li.first {
    border-left: 0 none;
}
.ch_navigation ul li {
    display: inline;
    float: left;
    position: relative;
}

.ch_navigation ul a, .ch_navigation ul a:link, .ch_navigation ul a:visited, .ch_navigation ul span.active {
    color: #EBEBEB;
    display: block;
    float: left;
    font-size: 1.200em;
    margin: 0;
    padding: 9px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.ch_navigation ul a:hover{
	color: #fff;
}

.ch_navigation ul ul {
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 48px;
    width: 180px;
    z-index: 9999;
}

.ch_navigation ul ul ul {
    display: none;
    left: 180px;
    top: -15px;
}

.ch_navigation ul ul li {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    padding: 0px;
}

.ch_navigation ul ul a, .ch_navigation ul ul a:link, .ch_navigation ul ul a:visited, .ch_navigation ul ul span.active {
    background: #CFCFCF;
    color: #666;
    border: 0 none;
    display: block;
    float: none;
    margin: 0;
    padding: 11px 5px 11px 15px;
    text-transform: none;
}


.ch_navigation a.mobile_handle {
    background: url("../img/nav_handle.png") no-repeat scroll right center #3D4142;
    color: #E3E3E3;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    padding: 15px 10px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
}


/* ==========================================================================
   CI-Color Stuff
   ========================================================================== */

.ch_navigation ul ul a:hover{
	background-color: #666;
	color: #fff;
}

.right_wrapper {
	background: #666;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media (max-width: 960px){ 
.ch_navigation ul a, .ch_navigation ul a:link, .ch_navigation ul a:visited, .ch_navigation ul span.active {
    padding: 9px 3px;

}

}


@media (max-width: 760px){  

	#wrapper {
	margin: 0px;
	}
	
	#content, #footer{
		padding: 20px 20px;
	}
	
	.ch_navigation{
		float: none;
		min-height: 70px;
		padding: 10px 5px;
	}
	
	#topnavigation {
		padding-top: 0px;
	}
	
	.ch_navigation .sub_nav {
	    background-color: #4D4D4D;
	    border-left: 0 solid #393939;
	    cursor: pointer;
	    display: inline-block;
	    height: 46px;
	    margin: 0;
	    padding: 0;
	    position: absolute !important;
	    right: 10px;
	    top: 0;
	    width: 46px;
	}
	 
    .ch_navigation .arrow_down {
        background: url("../img/arrow_down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        float: right;
        height: 44px;
        padding: 0;
        width: 44px;
    }
    
    .ch_navigation .arrow_up {
        background: url("../img/arrow_up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        float: right;
        height: 44px;
        padding: 0;
        width: 44px;
    }
    
    
    
    .ch_navigation ul {
        background-color: #393939;
        display: none;
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
    }
    
    .ch_navigation ul li {
        background-color: #393939;
        border: medium none;
        display: block;
        float: none;
        padding: 0 10px;
        position: relative;
    }
    
    .ch_navigation ul a, .ch_navigation ul a:link, .ch_navigation ul a:visited, .ch_navigation ul span.active {
        background-image: none;
        border-radius: 0 0 0 0;
        border-top: 1px solid #4D4D4D;
        clear: both;
        color: #FFFFFF;
        display: block;
        float: none;
        font-size: 14px;
        font-weight: normal;
        line-height: 10px;
        margin: 0;
        padding: 18px 10px;
        position: relative;
    }
    
    .ch_navigation ul ul {
        background-color: rgba(0, 0, 0, 0.07);
        display: none;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    
    .ch_navigation ul ul a, .ch_navigation ul ul a:link, .ch_navigation ul ul a:visited, .ch_navigation ul ul span.active {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-top: 1px solid #4C4C4C;
        padding: 15px 10px 15px 30px;
    }
    
    .ch_navigation ul a:hover,.ch_navigation ul a:active,.ch_navigation ul a.trail,.ch_navigation ul span.active,.ch_navigation ul ul a:hover,.ch_navigation ul ul a:active,.ch_navigation ul ul li span.active{
    	background-color:#f60;color:#fff
    }
    
    .ch_navigation a.mobile_handle {
        display: block;
    }
    
    #social_icons{
    	display: none;
    }
    
    #language {
        position: absolute;
        right: 20px;
        width: auto;
    }
	
	.slider_wrapper{
		width: 100%;
		float: left;
	}
	
	.right_wrapper {
		display: none;
	}
	
	#topnavigation {
	    position: relative;
	}
	
	.hotelname h1{
		font-weight: 800;
		font-size: 3.786em;
		text-align: center;
		color: #fff;
	}
	
	.footerTop, .footerBottom {
	    margin: 0px;
	}
	
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	    margin-right: 0px;
	}
	
	.csc-textpic-image img {
	    width: 100%;
	}
    
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
	page-break-after: avoid;
	color: #000000;
    }
}