/* Eigene Stile */

.content{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.link-pos{
	position:relative;
	top:10px;
}

.optionen, .orteschnell{
	width:100%;
}

.ortw{
	text-align:left;
	width:50%;
	float:left;
}

.belegungw{
	text-align:left;
	width:50%;
	float:left;
}

.ortesp1, .ortesp2, .ortesp3, .ortesp4{
	width:25%;
	float:left;
}

.img-normal{
	border:1px solid #D3D3D3;
	padding:5px;background:#fff
}

.img-left{
	margin-right:10px;
	margin-top:3px;
	float:left;
	border:1px solid #D3D3D3;
	padding:5px;background:#fff
}

.img-right{
	margin-left:10px;
	margin-top:3px;
	float:right;
	border:1px solid #D3D3D3;
	padding:5px;background:#fff
}

a img, img {
    border: 0;
    text-decoration: none
}

a.img-top, div.img-top {
	float:left;
    border: 1px solid #D3D3D3;
    padding: 5px;
    background: #fff
}

a.img, div.img {
    border: 1px solid #D3D3D3;
    padding: 5px;
    background: #fff
}

a.imgHover {
    background-color: #D8D9DA;
    border-color: #BCBCBC
}

a.img:hover img {
    border-color: #fff
}

.featuredImg {
    margin-right: 15px;
    float: left
}

.featuredImg img {
    width: 148px
}

.resbox1 {
	padding:5px;
	margin-bottom:15px;
	border:1px solid #666;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background: #F4FFFF; /* Old browsers */
}

.resbox2 {
	padding:5px;
	margin-bottom:15px;
	border:1px solid #666;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

}

.angaben1, werte1 {
	float:left;
	width:30%;
}

/* Bootstrap Buttons */

.btn-pos1{
	margin-top:20px;
}

.btn2 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn2:focus,
.btn2:active:focus,
.btn2.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn2:hover,
.btn2:focus {
  color: #333333;
  text-decoration: none;
}
.btn2:active,
.btn2.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success {
  color: #ffffff;
  background-color: #2FA694;
  border-color: #2FA694;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2FB694;
  border-color: #2FB694;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* Ende Bootstrap Buttons */

/* Pagination */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}	

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  background-image:none;
}
.pagination button{
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; !important;
	width:33px;
	height:32px;
  float: left;
  position:relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2FA694;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  margin-top:-1.2em;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2FA694;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, button,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, button:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2FA694;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2FA694;
  border-color: #2FA694;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* Ende Pagination */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-values{
	width:80%
}

.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* Listen */

.list-stil1{
	margin-top:20px;
}	

.list-stil1 li{
	background:none;
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
}	

/* Ende Listen */

/* 2 Spalten Layout */
.zischla{
	margin-left:20px;
}	

.zimmer, .schlafen{
	width:40%;
	float:left;
}	
/* Ende 2 Spalten Layout */

/* 3 Spalten Layout */

.ausstattung li{
	padding:5px 10px 5px 20px;
	margin:0;
	list-style-type:none;
	background:url(http://www.harz-ferienwohnung-ferienhaus.de/images/check-15-15px.png);
	background-position:left;
	background-repeat:no-repeat;
}

.freizeit li{
	padding:5px 10px 5px 30px;
	margin:0;
	list-style-type:none;
	background:url(http://www.harz-ferienwohnung-ferienhaus.de/images/arrow-right.png);
	background-position:left;
	background-repeat:no-repeat;
}	

.detailsp1, .detailsp2, .detailsp3{
	width:33.333333%;
	float:left;
}	

/* Ende 3 Spalten Layout */

/* Geile Tabelle */

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
} 

.bordered td{
	width:9.1%;
	text-align:center;   
} 

.bordered td:first-child{
	text-align:left;   
}   
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.bordered th {
	  color:#fff;
    background-color: #2FA694;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* Ende Geile Tabelle */
/* Ende - Eigene Stile */