/* Layouts */

.frame-layout-1 {
  color:#fff;
  background:#a7173a;
  padding:30px;
}

.frame-layout-1 h2,
.frame-layout-1 h3,
.frame-layout-1 h4 {
  color:#fff;  
}



/* Divider */

.ce-divider {
  margin:20px 0;
  height:3px;
  border-top:1px dashed #ccc;
}

/* Links */

a,
a:link,
a:active,
a:visited,
a:hover {
  color:#57072b;  
  text-decoration:none;
}

a.button,
a.button:link,
a.button:active,
a.button:visited,
a.button:hover {
  background: #57072b;
  color:#fff;
  padding:10px;
}

a.button:hover {
  background-color:#b39773;
}

/* Headlines in Zierschrift */

h1,h2,h3,h4,h5,
.top1,
.footer1_wrap,
.footer2_wrap {
}

h2,h3,h4,h5 {
}

h1 {
  font-size:24px;
  margin:0;
  padding:0;
  text-align:center;
  color:#b39773;
  font-weight:normal;
  margin-bottom:42px;
}

h2 {
	text-transform:uppercase;
	margin-bottom:38px;
	font-size:30px;	
	/*letter-spacing:-0.05em;*/
}

h2, h3 {
	color:#3c2c1d;
}

h3 {
  font-size:20px;  
}

.footer1_wrap h3{
	color:#b39773;
	text-transform:uppercase;
	font-family: 'Bentham', serif;
	background:url("https://www.platzhirsch.tirol/fileadmin/layout/img/h1_wrap_bg.png") top center no-repeat;
	padding-top:72px;
	font-weight:400;
	font-size:28px;
}

.footer1_wrap h4{
	color:#b39773;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:50px;
}

/* Listen */

main p,
main ul {
  margin-bottom:1em;
}

main ul {

}

main li {
  list-style:none;
  background:url("https://www.platzhirsch.tirol/fileadmin/layout/img/li_bg.png") 0 10px no-repeat;
  padding-left:20px;  
  line-height:1.8em;
}

/* Text Ausrichtung */

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

/* Abstände */

.frame-default.frame-space-before-extra-small {
  margin-top:30px;  
}

.frame-default.frame-space-after-extra-small {
  margin-bottom:30px;
}

.frame-default.frame-space-before-small {
  margin-top:50px;  
}

.frame-default.frame-space-after-small {
  margin-bottom:50px;
}

.frame-default.frame-space-before-medium {
  margin-top:70px;  
}

.frame-default.frame-space-after-medium {
  margin-bottom:70px;
}

.frame-default.frame-space-before-large {
  margin-top:90px;  
}

.frame-default.frame-space-after-large {
  margin-bottom:90px;
}

.frame-default.frame-space-before-extra-large {
  margin-top:243px;  
}

.frame-default.frame-space-after-extra-large {
  margin-bottom:243px;
}

/* Anreiseformular */

.hotel-routing {
  background:#57072b;
  text-align:center;
  padding:30px;
  margin:30px 0;
}

.hotel-routing input,
.hotel-routing button {
  height:40px;
  line-height:40px;
  border:none;
  padding:0 10px;  
  font-family: 'Lato', sans-serif;
  width:200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius:0; 
    border-radius:0;
}

.input-routing-start {
}

.input-routing-submit {
  margin-left:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius:0; 
    border-radius:0;
  background:#ccc;
}

.input-routing-submit:hover {
  cursor:pointer;  
  color:#57072b;
}

.contenttable td {
	height:50px;
	line-height:50px;	
	border-top:1px solid #ccc;
}

.contenttable tr:first-child td {
	border:none;	
}

#main .contenttable a.button {
	display:block;
	text-align:center;
}

.contenttable tr:hover td {
	background: url("https://www.platzhirsch.tirol/fileadmin/layout/img/h1_wrap_bg.png");
}

.contenttable tr:hover:first-child td {
	background:none;	
}


/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 1023px) {

/* Abstände */

.frame-default.frame-space-before-extra-small {
  margin-top:10px;  
}

.frame-default.frame-space-after-extra-small {
  margin-bottom:10px;
}

.frame-default.frame-space-before-small {
  margin-top:20px;  
}

.frame-default.frame-space-after-small {
  margin-bottom:20px;
}

.frame-default.frame-space-before-medium {
  margin-top:30px;  
}

.frame-default.frame-space-after-medium {
  margin-bottom:30px;
}

.frame-default.frame-space-before-large {
  margin-top:40px;  
}

.frame-default.frame-space-after-large {
  margin-bottom:40px;
}

.frame-default.frame-space-before-extra-large {
  margin-top:50px;  
}

.frame-default.frame-space-after-extra-large {
  margin-bottom:50px;
}

}
@media screen and (max-width: 767px) {
	
.h1_wrap {
	padding-top:40px;
	background-size:40px auto;
}

.h1_wrap .preh1 {
	font-size:28px;
}

h1 {
	font-size:20px;
	margin-bottom:16px;
}

h2 {
	margin-bottom:20px;
	font-size:22px;	
}

.footer1_wrap h4 {
	margin-bottom:30px;	
}

.input-routing-submit {
  margin:5px 0;
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	display:block;
	text-align:center;
}

}
