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

@import url(http://fonts.googleapis.com/css?family=Qwigley);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);



html {
	background:url(https://ocms.at/upload/kunden/16/styles/) no-repeat top center fixed;
	min-height:100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-color:#FFFFFF;
    margin: 0; padding: 0;
}

body 
{
    margin: 0; padding: 0;
	color: #434343;
 	font-size: 1em; /* base size 16 px */
    font-family:'Open Sans Condensed','PT Sans',sans-serif;
	line-height:1.4285714285714em;
	text-align:left;
	overflow-x:hidden;
}

select, input, option
{
    font-family:'Open Sans Condensed','PT Sans',sans-serif;
}

#slideshow { 
    position: relative; 
    width: 960px; 
    height: 348px; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
.slidertext
{
    width: 940px;
    position: relative;
}
.slidertext h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right:20px;
    padding-bottom:10px;
      color: #fff;
      text-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 1);
      font-weight:bold;
      font-size:1.5em;
}

.slidertext span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right:20px;
    padding-bottom:10px;
      color: #fff;
      text-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 1);
      font-weight:bold;
}
.slidertext img {
    display: block;
}

.mheadbg {
  background-color: #5A2120; width:100%; float:left;
}
.mcontainer { width: 960px; margin: 0 auto; padding: 0;  z-index:999; }	
.hcontainer { width: 960px; height: 400px; margin: 0 auto; padding: 0;  z-index:999; }	

.footerc { background-color: #557629; }
.headerc { background-color: #FFFFFF; }
.sidenavc { background-color: #557629; }
.contentc { background-color: #EBF0D7; }
.linec { background-color: #FFFFFF; }


.rounded-corners {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.rounded-corners1 {
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}


.box
{
	width:150px;
	height: 150px;
	float:left;
	margin-right: 2%;
	margin-bottom:2%;	
	background-color: #fff;
	border: 1px solid #ababab;
}

.box h1
{
	font-size:1.5em;
	color: #1a1a18;
	text-align: center;
	padding-top:20%;
    line-height:1em;
	font-variant:small-caps;	

}
.box h3
{
	font-size:1em;
	color: #1a1a18;
	text-align: center;
}

.box h2
{
	color: #ffffff;
	text-align: center;
	display: block;
	background-color: #dbc915;
	margin-top:0;
	padding:5%;
}
.box p
{
	text-align: center;	
	font-size:0.8em;
	font-variant:small-caps;	
	font-weight: bold;
    line-height:1.3em;
}
.box a
{
	text-decoration:none;	
	color: #1a1a18;
}
.box:hover
{
	background-color: #efefef;
	cursor: pointer;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

.box2
{
	width:150px;
	height: 150px;
	float:left;
	margin-right: 2%;
	margin-bottom:2%;	
	background-color: #fff;
	border: 1px solid #ababab;
}

.box2 h1
{
	font-size:1.5em;
	color: #1a1a18;
	text-align: center;
	padding-top:20%;
    line-height:1em;
	font-variant:small-caps;	

}
.box1
{
	width:200px;
	height: 300px;
	float:left;
	margin-bottom:2%;
}


.fixgap0
{
position: relative;
top:5px;
}
.fixgap1
{
position: relative;
top:-20px;
}
.fixgap2
{
padding-bottom:20px;
}
.fixgap3
{
position: relative;
top:-36px;
}

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

}

.mcontainer a { text-decoration: underline; }
.mcontainer a:link, a:visited, a:hover, a:active  
{
	color: #557629;
}

.anfragebtn {
  padding: 0.1em 0.3em;
  font-family: 'Open Sans Condensed','PT Sans',sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #fff6f1;
  background-color: #b8d934;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b8d934), color-stop(100%, #58821e));
  background: -webkit-linear-gradient(#b8d934, #58821e);
  background: -moz-linear-gradient(#b8d934, #58821e);
  background: -o-linear-gradient(#b8d934, #58821e);
  background: linear-gradient(#b8d934, #58821e);
  text-decoration: none;
  border-radius: 0.2em;
  box-shadow: inset 0 0.0625em 0.0625em rgba(255, 255, 255, 0.25), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.02em 0.02em rgba(0, 0, 0, 0.25); 
}

.anfragebtn:hover {
  background: #fcbc3c;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #fcbc3c, #d98134);
  background-image: -moz-linear-gradient(top, #fcbc3c, #d98134);
  background-image: -ms-linear-gradient(top, #fcbc3c, #d98134);
  background-image: -o-linear-gradient(top, #fcbc3c, #d98134);
  background-image: linear-gradient(to bottom, #fcbc3c, #d98134);
  text-decoration: none;
}

.floatleft { float:left; }
.floatright { float:right; }

.cornerbox { position:relative; width:200px; overflow:hidden; }

.corner {
    background-color: #5A2120;
    overflow: hidden;
    position: absolute;
    left: -3em;
    top: 1.5em;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.corner span {
    /*border: 1px solid #faa;*/
    color: #fff;
    display: block;
    font-size:1em;
    font-weight:bold;
    padding: 0.5em 4em;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.bolld {
  font-family: 'Open Sans Condensed','PT Sans',sans-serif;
 font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  }

.topcontent
{
	padding: 3% 2%;
	margin-top: 0%;
}

/* GRID */

.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100 { margin:0; padding:0; float:left; }

.w10  { width:10%; }
.w20  { width:20%; }
.w30  { width:30%; }
.w40  { width:40%; }
.w50  { width:50%; }
.w60  { width:60%; }
.w70  { width:69%; }
.w80  { width:80%; }
.w90  { width:90%; }
.w100  { width:100%; }

h1,h2,h3,h4 { 
    font-family:'Open Sans Condensed','Alegreya Sans', sans-serif;
    font-weight: bold;
	line-height:105%;
    -webkit-font-smoothing:subpixel-antialiased;
    color:#5A2120;
}

h1 {
    font-size:1.2857142857143em;
    margin-bottom:0.5em;
    line-height:1em;
}

h2 { 
    font-size:1.2857142857143em;
    line-height:1em;
    margin-bottom:0.5em;
}

h3 {
    font-size:1em;
    line-height:1em;
    margin-bottom:0.5em;
}

h4 {
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:0.75em;
}

h5 {
    font-family:'Open Sans Condensed','Alegreya Sans', sans-serif;
    font-weight: bold;
	line-height:105%;
    -webkit-font-smoothing:subpixel-antialiased;
    color:#5A2120;
    text-transform:uppercase;

}
#fruehling
{
	position:absolute;
	left:672px;
	top:0px;
	width:288px;
	height:250px;
	z-index:100;
    background-color: #FFFFFF;
}

.borderright
{
	border-right: 1px solid #FFFFFF;
}
.footertext
{
	font: 'Open Sans Condensed',PT Sans, normal 12px ;
	color: #434343;
}

.footertext a {
	color: #434343;
}


.textmini1
{
	font: 'Open Sans Condensed',PT Sans, normal 0.9em ;
	color: #434343;
    text-align:right;
}

.textmini1 > a  
{
	color: #434343;
}

.tbild {
	max-width: 100%;
	padding: 0;
}
#ie8 .tbild {
	width: 100%;
}

.clipin{
  position:absolute;
  clip:rect(0px 200px 140px 0px);
}
.clipout{
  position:relative;
  width:200px;
  height:140px;
}

.clipinmain {
  position:absolute;
  clip:rect(0px 200px 200px 0px);
}
.clipoutmain {
  position:relative;
  width:200px;
  height:200px;
}


div.center-cropped {
    width: 100px;
    height: 100px;
    overflow:hidden;
}
div.center-cropped img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.bildlinks {
  float:left;
  padding: 1% 1% 1% 0;
  margin-left:-1%;
  margin-right: 2%;
  margin-bottom: 2%;
  clear:both;
  position:static;
}

.bildrechts {
  float:right;
  padding: 1%;
	  border: 2px solid #FFFFFF;
  margin-bottom: 2%;
  margin-left: 2%;
  clear:both;position:static;
}

/* misc */

.hidden { }
.show { display:none; }
.mapcan
{
position:relative; width: 100%; height: 400px;
padding-bottom:5%;
}

.right { text-align:right; }
.center { text-align:left; }


.gals
{
width:100%;	
display:block; 
float:left;
/*padding:0 2%;
margin:0 3%;*/
}
.gals h2,h3 { 
    font-family:'Open Sans Condensed','Alegreya Sans',sans-serif;
    font-size:1.2857142857143em;
    line-height:1em;
    margin-bottom:0.5em;
}


#photodiv {
  background-repeat: no-repeat;
  background-color: #fff;
}

.content
{
    background:url('http://www.urlaubsalzburg.com/images/85white.png') repeat;
}


.breadcrumb
{
    font-size:0.8em;
    padding-top:5px;
}

.ncontainer {
    width: 100%;
    height: 40px;
	z-index:1000;
	position:relative;
	float:left; 
   top:-10px;
}
.toggleMenu {
    display: none;
}

.nav {
	list-style: none;
    *zoom: 1;
	background-color: #5A2120; 
    font-family:'Open Sans Condensed','',sans-serif;
    font-size:px;
    font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
    height: 100%;
}
.nav a {
    padding: 10px;
    color:#FFFFFF;
    text-decoration: none;
}
.nav a:hover {
    padding: 10px;
    color:#FFFFFF;
	background-color: #5A2120; 
}

.nav li {
    position: relative;
    top:-17px;
    left:-10px;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-repeat: no-repeat;
	background-position: 100% 50%; 
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	background: #5A2120;
	position: relative;
	z-index:100;
	border-top: thin solid #FFFFFF;
}
.nav li li li a {
	background:#5A2120;
	z-index:200;
	border-top: thin solid #FFFFFF;
}

.capitals
{
    padding: 10px;
}

.nav a#focused
{
    color:#FFFFFF;
	background-color: #5A2120; 
}

.nav a#focused1
{
    color:#FFFFFF;
	background-color: #5A2120; 
}
.nav a#focused1:hover
{
    color:#FFFFFF;
	background-color: #5A2120; 
}
.nav ol, .nav ul
{
list-style:none;
}


@media only screen and (min-width: 150px) and (max-width:768px) {

html{
    background: #FFFFFF;
}

.hcontainer { width: 960px; height: 40px; margin: 0 auto; padding: 0;  z-index:999; }	

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

}


.w10  { width:2%; }
.w20  { width:100%; }
.w30  { width:100%; }
.w40  { width:100%; }
.w50  { width:100%; }
.w70  { width:100%; }
.w80  { width:100%; }
.w90  { width:100%; }
.w100  { width:100%; }


.mcontainer { width: 100%; margin: 0 auto; padding: 0;  }


.toggleMenu {
    display:  block;
    width:100%;
    padding:1%;
    z-index:1;
    font-weight:bold;
    background-color: #5A2120;
}

.ncontainer {
	float:left; 
	width:100%;
}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
    
	/* misc */
.hidden { display:none; }
.show { display:block;} 

	.right { text-align:center; }
	.center { text-align:center; }

	
	.bildlinks {
	  float:left;
	  padding: 1%;
	  /*border: 2px solid #FFFFFF;*/
	  margin-right: 4%;
	  margin-bottom: 2%;
	}
	.bildrechts {
	  float:left;
	  padding: 1%;
	  /*border: 2px solid #FFFFFF;*/
	  margin-right: 2%;
	  margin-bottom: 2%;
	  margin-left: 0%;
	}
}

.cd-nav-trigger {
  float: left;
  position: relative;
  display: block;
  width: 34px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  cursor: pointer;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #E77F19;
}
.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
/* gallery */

    .box {
       float: left;
       position: relative;
       width:40%;
       padding-bottom: 40%;
    }
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner img {
       height: 100%;
    }
    .boxInner a {
       cursor:  url(http://www.urlaubsalzburg.com/images/lupe.png) 4 12, auto;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }

