body {
color: #555;
background-color: #fff !important;
}


h1 {
		font-size: 1em !important;
		margin: 0.67em 0;
	}

h4, .h4 {
font-size: 14px;
}

h3 {
color: #f0ad4c;
}

#Filters .checkbox input[type=checkbox] {

  margin-right: 5px;
}


.navbar-collapse .navbar-nav.navbar-right:last-child {
 margin-right: -15px !important; 
}

.nav-tabs.nav-justified>li>a {
border-color: #eee #eee #ddd;
text-decoration: none;
background-color: #eee;
}

.nav-tabs.nav-justified>li>a:hover {
border-color: #eee #eee #ddd;
text-decoration: none;
background-color: #ddd;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border-bottom-color: #fff;
background-color: #fff;
}


#submenu .nav-tabs.nav-justified>li>a {
border-color: #eee #eee #ddd;
text-decoration: none;
background-color: #428BCA;
color:#fff;
font-size:16px;
}

#submenu .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
    background-color: #fff;
	color: #428BCA;
	    border-color: #428BCA #428BCA #FFFFFF;
}

#submenu .nav-tabs.nav-justified>li>a:hover {
border-color: #eee #eee #ddd;
text-decoration: none;
background-color: rgba(66, 139, 202, 0.5);
}

#submenu .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border-bottom-color: #fff;
background-color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	 padding-right: 0px;
	 padding-left: 0px;
}

.btn-lg {
		font-size: 14px;
}

.content {
margin-top: 122px;
}

.navbar-fixed-top, .navbar-static-top {
background-color: #FFFFFF;
background-image:none;
color: #428bca;
border-bottom: solid 1px #428bca;
}

.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
border-left: solid 1px #eee;
color: #428bca !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
text-decoration: none;
background-color: #eeeeee;
opacity: 1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
background-color: #eeeeee;
}
#maincontent {
	border:none;
	box-shadow:none;
}


.panel-heading {
border-radius:0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

.panel-group .panel {
border-radius: 0px;
}

.form-control {
	border-radius:0px;
}

.btn {
	border-radius:0px;
}

/* Gallerie Ansicht
----------------------------- */
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(66, 139, 202, 0.8);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
	.caption-text h3 {
		font-size: 24px;
		color:#fff;
		margin-top: 20px;
		margin-bottom: 10px;
		font-weight: 500;
		line-height: 1.1;
	}
	
.icon {
padding: 2px;
border: solid 1px #f0ad4e;
margin-right: 3px;
border-radius: 50%;
}

.list-inline>li:last-child {
border-right: none;
}
.list-inline>li {
border-right: solid 1px lightgray;
}
.no-border {
border-right: none !important;
}
	
/* shape
----------------------------- */	
.shape {
border-style: solid;
border-width: 0 55px 55px 0;
float: right;
height: 0px;
width: 0px;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.shape-text {
color: #fff;
font-size: 15px;
font-weight: bold;
position: relative;
right: -22px;
top: 4px;
white-space: nowrap;
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.shape {
	border-color: rgba(255,255,255,0) #ff8002 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}

.bgc-fff {
background-color: #fff !important;
}

.box-shad {
-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.brdr {
border: 1px solid #ededed;
}

.pad-10 {
padding: 10px !important;
}

.btm-mrg-20 {
margin-bottom: 20px !important;
}

/* Footer
----------------------------- */

.footer {
	background: #fff;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #428bca;
	border-top: 1px solid #428bca;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #428bca;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
footer .nav > li > a {
position: relative;
display: block;
padding: 0;
color:#afafaf;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
footer .nav > li > a:hover, footer .nav > li > a:focus {
text-decoration: none;
background-color: transparent;
color: #3C90BE;
}

footer .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: transparent;
color: #3C90BE;
}

.footer-bottom {
background: #428bca;
border-top: 1px solid #DDDDDD;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

/* Social Button
----------------------------- */
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}


.navbar>.container .navbar-brand {
margin-left: 0px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -3px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.suchmaske {
    padding: 25px;
    background-color: rgba(65,139,202,0.9);
    color: #fff;
    max-width: 470px;
	max-height: 349px;
	margin-top: -439px;
	margin-left: 24px;
}

.suchmaske .form-group {
	margin-bottom: 8px;
}

#land {
	width: 200px;
}
#region1 {
	width: 200px;
}
#region2 {
	width: 160px;
	margin-right:20px;
}
.pers_start {
	width:60px;
	margin-right:20px;
}
#reisedauer {
	width:140px;
	margin-right:20px;
}
.region {
	float:left;
}
.land {
}
.fregion {
	
	float:left;
}
.personen {
	float:left;
}
.dauer {
	float:left;
}

.visible-lg {
	max-width: 420px;
	width: 100%;
}
.header {
	background-image: url("https://www.fewo-von-privat.de/images/slider_1.jpg");
	background-repeat: no-repeat;
	width:100%;
	height:480px;
	background-position: center;
}
.suche {
	max-width:1130px;
	width:100%;
	margin: 9px  auto;
	z-index: 1; 
}



.infotext h1 {
    font-size: 1.2em !important;
}

.search-button {
	width:150px;
	margin-top:25px;
	font-weight:bold;
}

.gallerie {
	height:250px;
	overflow: hidden;
}

@media (max-width: 529px) {
.suchmaske {
	margin-left:0px;
	max-width:529px;
	margin-top: -430px;

}
}
@media (max-width: 489px) {
	
	#start-form {
		margin-top:-18px;
	}
	.visible-lg {
		display:none;
	}

.region {
	float:none;
}
.fregion {
	float:none;
}
.anreise {
	float:left;
	margin-right:20px;
	}
#land {
	width: 100% !important;
	margin-right: 20px;
}
#region1 {
	width: 100%;
}
#region2 {
	width: 100%;
	margin-right:0px;
}
.pers_start {
	width:60px;
	margin-right:20px;
}
#reisedauer {
	width:140px;
	margin-right:20px;
}
}

@media (min-width: 400px) {
	.gallerie {
		height:350px;
		overflow: hidden;
}
}

@media (max-width: 359px) {
	#reisedauer {
		width:100px;
	}
	.search-button {
		width:120px;
	}
}

@media (min-width: 640px) {
	.gallerie {
		height:450px;
		overflow: hidden;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.suche {
		margin:0px;
	}
}


	
.gallerie {
	height: 500px;
	overflow: hidden;
}

h1 {
	font-size: 2em !important;
	margin: 0.67em 0;
}
.btn-lg {
	font-size: 18px;
}
h4, .h4 {
	font-size: 18px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 padding-right: 15px;
 padding-left: 15px;
}
.no-border {
border-right: solid 1px lightgray !important;
}

}

@media (min-width: 992px) {

.infotext {
	max-width: 700px;
}

.infotext h1 {
	color:#fff;  
	font-size: 1.7em !important;
	font-weight:bold;
	padding-left:5px;
}

.infotext p {
	font-size: 16px;
	padding-left:5px;
}

}

@media (min-width: 1200px) {
.infotext {
	max-width: 900px;
}
.infotext h1 {
	color:#fff;  
	font-size: 2em !important;
	font-weight:bold;
	padding-left:5px;
}

.infotext p {
	font-size: 18px;
	padding-left:5px;
}



}

@media (min-width: 1500px) {

.infotext {
	max-width: 100%;
}
.infotext h1 {
	color:#fff;  
	font-size: 3em !important;
	font-weight:bold;
	padding-left:5px;
}

.infotext p {
	font-size: 20px;
	padding-left:5px;
}

.slidertext {
	margin-top: -167px;
	padding-left:10px;
	position: absolute;
	width: 100%;
	color:#fff;
}

}
