@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rouge+Script');

/*  font-family: 'Raleway', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Rouge Script', cursive;*/


body {
    font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#523b2b;
}
a:hover { text-decoration: none; }
.rowtop {
	position: fixed;
	width: 100%;
	z-index:999999;
	background: url(../images/bkg-menu.png) repeat-x;
	border-bottom: rgba(255,255,255,0.52);
}
.rowtop .logo img {
	width: 100%;
}
.is-sticky .rowtop {
	background: #ffffff;
	border-bottom: #000000;
}
.is-sticky .logo img {
    width: 60%;
}
.is-sticky #cssmenu > ul > li > a {
	color: #523b2b;
}
.is-sticky #cssmenu > ul {
	padding-top: 11px;
}
.bkg {
	background: url(../images/bkg.png);
}
.inhalt h1 {
    font-family: 'Rouge Script', cursive;
	font-size:63px;
	color: #523b2b;
	margin-top: 55px;
}
.inhalt h2 {
	font-size:21px;
	color: #523b2b;
	font-weight: 400;
	margin-bottom:56px;
	margin-top: 20px;
}
.inhalt h2:after {
	border-bottom: 2px solid #523b2b;
    content: "";
    left: 15px;
    margin-top: 50px;
    position: absolute;
    width: 63px;
}
.inhalt strong {
	color: #523b2b;
	font-weight: 500;
}
.express {
	background: url(../images/bkg-express.png);
	text-align: center;
}
.express-title {
	color: #ffffff;
	font-weight:bold;
	padding: 13px;
	width: 255px;
	margin-top:-49px;
	background: url(../images/bkg-express-title.png);
	margin-left: 46%;
	text-align: center;
}
.express #idform {
	margin: 60px 22px;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
}
.express label {
	color:#523b2b;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 18px;
}
.express input {
	color:#523b2b;
	font-size:16px;
	background: rgba(255,255,255,0.43);
	border: none;
	width: 100%;
	padding: 30px 5px;
	text-align: center;
}
.express select {
	color:#523b2b;
	font-size:16px;
	background-color: rgba(255,255,255,0.43);
	border: none;
	width: 100%;
	padding: 30px 5px;
	text-align: center;
	display: inline-block;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
	background-position:
		calc(100% - 20px) calc(1em + 23px),
		calc(100% - 15px) calc(1em + 23px),
		calc(100% - .5em) 1.8em;
	background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
	background-repeat: no-repeat;
}
.express select option {
	background: #dfd2ca;
}
.express .telefon {
	border: 1px solid #ffffff;
	padding: 9px 5px;
	font-size:18px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	margin-top: 35px;
}
.express .telefon a {
	color: #ffffff;
}
.express .telefon i {
	font-size: 22px;
    position: relative;
    top: 5px;
}
.express .weiter {
	background: #dfd3cc;
	color:#523b2b;
	width: 100%;
	text-transform: uppercase;
	font-weight:bold;
	border-radius: 0;
	padding: 11px 5px;
	font-size:16px;
	margin-top: 35px;
}
.express .weiter:hover {
	background: #ffffff;
}
.express hr {
	margin: 0 22px 47px;
}
.express #rr_wetter_daten  {
	margin: 0 22px 60px;
}
.express #rr_wetter_daten table {
	width: 100%;
	color:#523b2b;
}
.express #rr_wetter_daten th {
	text-align: center;
	font-weight:500;
}
.express #rr_wetter_daten img {
	width:40%;
}
.box {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.box img {
	width: 100%;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box-text {
	position: absolute;
	z-index:9999;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
}
.box h2 {
    font-family: 'Rouge Script', cursive;
	font-size: 80px;
	padding: 200px 0 50px;
	text-align: center;
	color: #ffffff;
	margin:0;
}
.box a {
	border: 1px solid #d8cbc3;
	color: #d8cbc3;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	width: 225px;
	margin: 0 auto 70px;
	display: block;
	font-weight: bold;
}
.box a:hover {
	background: #ffffff;
	color: #523b2b;
}
.holzbkg {
	background: url(../images/bkg-holz.png) no-repeat #ffffff;
}

.holzbkg-main {
	background: url(../images/bkg-holz-normal.png) no-repeat #ffffff;
}

.box-slider-umgebung {
	padding-right: 0;
}
.box-slider-umgebung p {
	bottom: 33px;
    color: #ffffff;
    font-family: "Rouge Script",cursive;
    font-size: 40px;
    position: absolute;
    z-index: 99999;
	width: 100%;
	text-align: center;
}
.box-umgebung {
	background: url(../images/bkg-express.png);
	padding: 0 30px;
}
.box-umgebung h2:after {
    left: 30px;
}
.box-umgebung a {
	border: 1px solid #523b2b;
	color: #523b2b;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	width: 225px;
	margin: 35px 0 82px;
	display: block;
	font-weight: bold;
}
.box-umgebung a:hover {
	background: #ffffff;
	border:1px solid #ffffff;
}
.wiesenheim {
	text-align: center;
}
.wiesenheim h2:after {
    left: 45%;
}
.wiesenheim-box {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding:0;
	overflow: hidden;
}
.wiesenheim-box img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wiesenheim-box:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.wiesenheim-box-text {
	position: absolute;
	z-index:9999;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
}
.wiesenheim-box  p {
	color: #ffffff;
	font-size: 21px;
	margin: 80px auto 48px auto;
	text-transform: uppercase;
}
.wiesenheim-box a {
	border: 1px solid #d8cbc3;
	color: #d8cbc3;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	width: 110px;
	margin: 0 auto 20px auto;
	display: block;
	font-weight: bold;
	font-size:13px;
}
.wiesenheim-box a:hover {
	background: #ffffff;
	color: #523b2b;
}
.google-map {
	position: relative;
}
.map-img img {
	position: relative;
	z-index: 1;
	width: 100%;
}
.map-img .gross {
	display: none;
}
.map {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 55px;
	color: #523b2b;
	z-index:99999;
	margin: 0 auto;
}
.map-box {
	overflow: hidden;
}
.map-box img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.map-box:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.map-box {
	color: #ffffff;
	text-transform: uppercase;
	font-size:18px;
	padding: 0;
}
.map-box-text {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
.map-box-text i {
	font-size: 40px;
	color:#ffffff;
}
.map-box:hover i {
	font-size:50px;
}
.map-kontakt {
  background: #dfd3cc;
padding: 43px 21px;
margin-top: 38px;
}
.map-kontakt i {
	color:#9ccdff;
	font-size:25px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.77);
	display: inline;
}
.map-kontakt .orange {
	color: #f47d20;
}
.map-kontakt p {
	font-size:15px;
	margin-left:30px;
	margin-top: -28px;
}
.map-kontakt strong {
	font-weight:700;
	color: #523b2b;
	font-size:17px;
}
.map-kontakt span {
	font-style: italic;
}

div.map .row > div >  div.col-sm-4
{
  display: none;
}




footer .logos {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
footer .logos img {
	margin: 0 20px;
}
footer .copyright {
	background: #523b2b;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding-top: 13px;
	padding-bottom:13px;
}
footer .copyright p {
	margin:0;
}
footer .copyright a {
	color: #ffffff;
}

.owl-carou .box
{
  height: 429px;
}

.owl-carou .box a
{
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.inhalt-sub  {
    text-align: center;
    padding: 15px 168px 60px;
}

.inhalt-sub h1 {
    font-family: 'Rouge Script', cursive;
    font-size: 63px;
    color: #523b2b;
    margin-top: 55px;
}

.inhalt-sub h2 {
  font-size: 23px;
  color: #523b2b;
  font-weight: 400;
  margin-bottom: 56px;
  margin-top: 30px;
  position: relative;
}

.inhalt-sub h2:after {
    border-bottom: 2px solid #523b2b;
    content: "";
    left: 0;
    margin-top: 45px;
    position: absolute;
    width: 63px;
    margin: auto;
    right: 0;
    top: 50px;
}

.owl-carou .box > h3
{
  bottom: 33px;
	color: #ffffff;
	font-family: "Rouge Script",cursive;
	font-size: 40px;
	position: absolute;
	z-index: 99999;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.text-absol
{
  bottom: 33px;

    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
}

.text-absol h3
{
  color: #ffffff;
  font-family: "Rouge Script",cursive;
  font-size: 40px;
}

.text-absol p
{
  color: #ffffff;
  font-size: 15px;
}

.reinhold-messner
{
  position: absolute;
  z-index: 999;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.reinhold-messner h3
{
  font-family: "Rouge Script",cursive;
  font-size: 50px;
  font-weight: bold;
}

.reinhold-messner p
{

  font-size: 18px;
}

.text-wanderungen
{
  font-family: "Rouge Script",cursive;
  text-align: center;
  padding: 5px 0px;
  background: url(../images/bkg-holz-normal.png) no-repeat #ffffff;
}

.text-wanderungen h2
{
  margin-top: 0px;
}

input, button, select, textarea
{
  height: 35px;
  background: none;
  border: 1px solid #523b2b;
  color: #523b2b;
}

h1.h1
{
  font-family: 'Rouge Script', cursive;
    font-size: 63px;
    color: #523b2b;
    margin-top: 55px;
    text-align: center;
}
.pricelisttable {
	width: 100%!important;
}
.pricelisttable td
{
  font-weight: 500;
  padding: 10px 10px;
}

.pricelisttable tbody > tr:nth-of-type(odd)
{
  background: rgba(82,59,43,0.8);
  color: white;
}

.bedingungen li
{
  list-style: none;
}

.panel-heading
{
  background: rgba(82,59,43,0.8);
  padding: 10px 0px;
  margin: 1px 0px;
}

.panel-heading h2
{
  color: white;
  margin: 0px;
}

.panel-heading h2::after
{
  content: none;
}

.panel-body
{
  padding: 30px;
}

.panel-body ul
{
  padding-left: 0px;
}

.panel-body table
{
  width: 350px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.panel-body table th
{
  text-align: center;
}

.panel-body table td
{
  width: 25%;
}


.impressuminformationen{
  width: 50%;
}

.rowimpressum {
  text-align: center;
}

.daten {
  text-align: center;
}

.aufzählung {
    float: right;
    position: relative;
    list-style: none;
    text-decoration: none;
    color: white;
    margin:2px;
    font-size:13px;
    z-index: 999999;
}

.aufzählung a {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}
.is-sticky .sprachauswahl {
  padding-top: 1%;
}
.is-sticky .aufzählung a {
  color: #939393;
}

.sprachauswahl {
  padding-right: 4%;
  position: absolute;
  float: left;
  padding-top: 2%;
  padding-left: 5%;
  z-index: 999999;
  font-weight: 700;
}

.is-sticky .rowtop .sprachauswahl{
  margin-top:-2%;
  z-index: 99999999999;
}

.is-sticky .rowtop .aufzählung a{
  color:black;
}

.gstirnerhofimpressum h3{
  font-size: 40px;
  font-family: 'Rouge Script';
  color: #ac9e82;
  font-weight: 500;
}

.impressuminformationen h3{
  font-size: 40px;
  font-family: 'Rouge Script';
  color: #ac9e82;
  font-weight: 500;
}
.wiesenheimimpressum h3{
  font-size: 40px;
  font-family: 'Rouge Script';
  color: #ac9e82;
  font-weight: 500;
}

.daten strong{
  font-size: 20px;
}

.daten a {
    color: #ac9e82;
    font-size: 16px;
    font-weight: 600;

}

.aufzählung a:hover {
  color: #523b2b; 
}
