/* 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:#a3a3a3;  
  text-decoration:none;
}

a:hover { 
  color:#94af26; 
}

a.button,
a.button:link,
a.button:active,
a.button:visited,
a.button:hover {
  background: #534b6a;
  color:#fff;
  padding:10px;
}

a.button:hover {
  background-color:#94af26;
}

/* Headlines in Zierschrift */

h1,h2,h3,h4,h5,.preh1 {
   	font-family: 'Biotif-Medium', sans-serif;
	color:#010101;
	font-weight:normal;
}

h5,
.preh1 {
	background:url(../img/preh1_bg.jpg) bottom left no-repeat;
	font-size:88px;	
	line-height:88px;
	text-transform:uppercase;
	margin-bottom:30px;
	padding-bottom:20px;
	display:block;
	letter-spacing:0.02em;
}

h1, h4 {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:0.02em;
	margin-bottom:2px;
}

.stellar h4 {
	color:#fff;	
}

h2 {
  font-size:16px;  
  color:#4f4f4f;
}

h2.firsth2,
h3 {
  margin-bottom:46px;
}

h3 {
  font-size:16px; 
  color:#4f4f4f; 
  font-weight:normal;
}

.footer1_wrap h3 {
	color:#fff;
	text-transform:uppercase;	
	/* font-weight:600; */
	margin-bottom:1em;
}

.f2_col4 h2 {
	margin-bottom:3px;	
}

/* Listen */

main p,
main ul {
  margin-bottom:1em;
}

main ul {

}

main li,
.dce_dl_text li {
  list-style:none;
  background:url(../img/li_bg.png) 0 8px no-repeat;
  padding-left:20px;  
  line-height:1.8em;
}

.dce_dl_text li {
	padding-left:10px;
	background-position: 0 14px;	
}

main .stellar li {
	background-image:url(../img/li_ws_bg.png);	
}

/* 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:#534b6a;
  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: 'Biotif-Regular', 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:#e6e6e6;
}

.input-routing-submit:hover {
  cursor:pointer;  
  color:#534b6a;
}

.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(../img/h1_wrap_bg.png);
}

.contenttable tr:hover:first-child td {
	background:none;	
}


/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 768px) {
h1 {

}

.h1_wrap {

}

h2, h3 {

}

h5, .preh1 {
	font-size:70px;	
	margin-bottom:20px;
	line-height:70px;
}

h2.firsth2, h3 {
	margin-bottom:25px;	
}

/* 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;
}

.input-routing-submit {
  margin:5px 0;
}



.footer4_wrap .ce-row {
	text-align:center;
}
.footer4_wrap .ce-left .ce-gallery, 
.footer4_wrap .ce-column {
	text-align:center;
	display:inline-block;	
	float:none;
}



}

@media screen and (max-width: 420px) {

h5, .preh1 {
	font-size:38px;	
	margin-bottom:10px;
	line-height:38px;
}

h2.firsth2, h3 {
	margin-bottom:20px;	
}

h1, h4 {
	font-size:20px;	
}

}
