/* Layouts */



#main2 {
    /* margin-top: 150px; */
    margin-top: 300px;
}




 .news_nr {
    font-size: 120px;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom: 44px;
    color:#fff;
}
.frame-layout-1 {
	color:#fff;
	background:#ff7f2a;
	padding:30px;
}

.frame-layout-1 h2,
.frame-layout-1 h3,
.frame-layout-1 h4 {
	color:#fff;	
}

.frame-type-image {
	
}

/* Divider */

.ce-divider {
	margin:20px 0;
	height:3px;
	border-top:1px dotted #d7d7d7;
}

/* Links */

a,
a:link,
a:active,
a:visited,
a:hover {
	/*color:#fff;*/	
	text-decoration:none;
}

a.button,
a.button:link,
a.button:active,
a.button:visited,
a.button:hover {
	background: #ff7f2a;
	color:#fff;
	padding:10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

a.button:hover {
	background-color:#89796A;
}

/* Headlines in Zierschrift */

h1,h2,h3,h4,h5,
.top1,
.footer1_wrap,
.footer2_wrap {

}

h2,h3,h4,h5 {
	color:#ff7f2a;
}


h1 {
    color: #ff7f2a;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 0.01em;
 
}

h2 {
	color:#ff7f2a;
	text-transform:uppercase;
	margin-bottom:25px;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.01em;
}

h3,
h2.firsth2 {
	color:#676767;
	background:url("/../../ekw/images/firsth2_bg.png") left bottom no-repeat;
	padding-bottom:24px;
	margin-bottom:70px;
	font-size:18px;	
	text-transform:none;
	font-weight:bold;
}

h3 {
	background:none;
	margin-bottom:5px;
	text-align:left;
}

/* Listen */

main p,
main ul {
	margin-bottom:1em;
}

main ul {
	margin-left:35px;	
}




/* 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:#ff7f2a;
	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: 'Open Sans', 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:#ff7f2a;
}

.mouseleave .ce-image {
	display:flex;	
	align-items: center;
  	justify-content: center;
	height:100%;
}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

/* portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {

}

/* landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {

}

@media screen and (max-width: 1500px) {
	.three-cols-item h2 {
			font-size: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.three-cols-item h2 {
			font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	h3, h2.firsth2 {
		margin-bottom:50px;	
	}
}

@media screen and (max-width: 768px) {

h1 {
	font-size:32px;
}

h3, h2.firsth2 {
		margin-bottom:30px;	
	}

.frame-default.frame-space-after-medium {
	margin-bottom:20px;	
}

.input-routing-submit {
	margin:5px 0;
}


}


@media screen and (max-width: 420px) {

h1 {
	font-size:24px;
	margin-bottom:5px !important;
}	

h2 {
	font-size:22px;	
}
	
main ul {
	margin-left:0;
}

.slick-wrap li {
	background-image:none;
}

#main .slick-dots li.slick-active button::before {
	color:#fff !important;	
}

#main .slick-dots li button::before {
	color:#ff7f2a !important;
}

#main .ce-textpic, 
#main .ce-image, 
#main .ce-nowrap .ce-bodytext, 
#main .ce-gallery, 
#main .ce-row, 
#main .ce-uploads li, 
#main .ce-uploads div {
	overflow:visible;
}	

#main .ce-left .ce-gallery img {
	width:100%;
	height:auto;
}

.mouseleave .ce-image img {
	width:100%;
	height:auto;	
}

}
