.hdl_center {
	text-align: center;
}

#header .inside {
	padding-right: 0 !important;
}

.mainmenu ul.level_1 li {
	margin-left: -5px;
}
.mainmenu ul.level_2 li {
	margin-left: 0px;
}
.mainmenu ul li a {
	padding: 0 12px;
}

.content_page #slider .inside { 
   min-height: 200px;
   background-color: #009fe3; 
   background-image: none;
}

.mod_breadcrumb {
    padding-top: 40px;
    padding-bottom: 20px;
}

.mod_breadcrumb ul {
   float: left; 
   border: none; 
   padding: 0;
}

.mod_breadcrumb .pagetitle {
   display: none; 
}

.mod_breadcrumb li.active {
    color: #000;
}

.mod_navigation.subnavSpec {
	box-sizing: border-box;
	line-height: 50px;
	margin:0;
	padding:0;
}
.mod_navigation.subnavSpec li {
	float:left;
	width:25%;
	border: 1px solid #fff;
	text-align: center;
}
.mod_navigation.subnavSpec li.CampingOnlBooking {
	border: 1px solid #c8001e;
}
.mod_navigation.subnavSpec a {
	display:block;
	color: #000;
	background-color: #f0f0f0;
}
.mod_navigation.subnavSpec a.CampingOnlBooking {
	color: #c8001e;
	font-weight: bold;
}
.mod_navigation.subnavSpec a:hover,
.mod_navigation.subnavSpec a.active,
.mod_navigation.subnavSpec span .active {
	color: #fff;
	background-color: #009fe3;
}
.mod_navigation.subnavSpec #text {
	display:none;
}

.ce_testimonial p {
	font-size: 30px;
}

p.fa_urkunde {
	color: #FFD700;
	font-size: 60px;
	letter-spacing: 0.3em;
}

#reservierung form textarea {
    height: 200px;
}

.ce_table.th_right th:not(:first-child) {
	text-align:right;
}

.ce_table.td_right td:not(:first-child) {
	text-align:right;
}

#footer .mod_socials {display: block !important;}
.mod_socials.color i.fa-rss,
.mod_socials .social-icons.color i.fa-rss,
.mod_socials i.fa-rss:hover {
 	background: rgb(248,153,29)!important;
 	color: rgb(255,255,255)!important;
}

/*.home .ce_player video {
	width: 100% !important;
	height: auto !important;
}*/

.ce_player video {
    height:auto;
    max-width:100%;
    margin-right:auto;
    margin-left:auto;
}

.bordered_link a { border: 1px solid#fff; padding: 3px 6px; }

.ce_revolutionslider_text {
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	-moz-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	-ms-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
}
.ce_revolutionslider_text.bold {
	border:none;
}
.ce_iconbox_v2, .ce_iconbox_v2_outside {
	background-color:#009fe3 !important;
}
.ce_iconbox_v2.obstacle {
	font-weight: inherit;
	color: rgb(30,30,30);
}
.ce_iconbox_v2.obstacle .image_container img {
    width: 200px;
}
.ce_iconbox_v2.obstacle {
	background-color:#ddd !important;
}
.ce_iconbox_v2.obstacle .ce_iconbox_v2_outside{
	background-color:#ddd !important;
}

.home .saison .ce_iconbox .image_container img {
	width: 150px;
}

.bg_black {
	background-color:#000 !important;
}

.mod_unsubscribe {
    padding: 5%;
    border: 1px solid rgb(229,229,229);
}

.mod_unsubscribe input.text {
    margin-bottom: 10px;
}

.mod_unsubscribe .submit {
	border-width: 1px;
    padding: 10px;
    border-radius: 0 2px 2px 0;
    font-weight: normal;
}
    
/* -------------------------------
   eigenes Portfolio
   ------------------------------- */
   
.ce_jl-portfolio figure {
	background: #009fe3;
	overflow: hidden;
}
.ce_jl-portfolio .image_container {
	margin: 0;
}
.ce_jl-portfolio .image_container img {
	display: block;
	height: auto;
}
.ce_jl-portfolio figure img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.ce_jl-portfolio figure:hover img {
	opacity: 0.2;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.ce_jl-portfolio .jl-portfolio-overlay {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.ce_jl-portfolio figure:hover .jl-portfolio-overlay {
	opacity: 1;
}
.ce_jl-portfolio .jl-portfolio-overlay a {
	border-radius: 0;
	background: rgba(255,255,255,0.2);
	color: #fff;
	width: 90px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	top: -10%;
	left: 50%;
	margin-top: -20px;
	margin-left: -100px;
	padding: 0;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	text-transform: uppercase;
}
.ce_jl-portfolio .jl-portfolio-overlay a:only-of-type {
	margin-left: -45px;
}
	
.ce_jl-portfolio figure:hover a {
	top: 55%;
}
.ce_jl-portfolio a:hover {
	background: rgb(22,22,22);
}
.ce_jl-portfolio a.link2 {
	margin-left: 0;
	top: 25%;
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
}
.ce_jl-portfolio .ce_headline {
	position: absolute;
	width:100%;
	line-height: 1.3;
	left: -100%;
	top: 15%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_jl-portfolio figure:hover .ce_headline {
	left: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

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

#header { padding-bottom: 0; padding-top: 0; }
#header .inside { height: 60px; }
.logo { left: 20px; }
.logo, body #top-wrapper.fixed .logo { width: 100px; }
.mainmenu { display: none; }
#nav-open-btn { display: block; right: 20px; }
.mod_breadcrumb { display: none; }

}

@media only screen and (max-width: 767px) {
	
.mod_unsubscribe input { width: 100%; margin-bottom: 10px; }
.mod_unsubscribe .submit { width: 100%; }
	
.ce_jl-portfolio .ce_headline {	font-size: 20px; }

.mod_navigation.subnavSpec li { width: 33%; }

.no-responsive .image_container img, 
.no-responsive.image_container img { width: auto;}

}

@media only screen and (max-width: 360px) {
	
.ce_jl-portfolio .ce_headline {	font-size: 20px; }

.mod_navigation.subnavSpec li { width: 50%; }

.no-responsive .image_container img, 
.no-responsive.image_container img { width: auto;}

}

.uc-embedding-wrapper p, h3 { color: #000 !important; }
.color-white .uc-embedding-wrapper h3 { color: #000 !important; }