#content {
	width: 940px;
}
#contentright {
	width: 640px;
}
#contentleft {
	width: 225px;
}
#headerinnen {
	float:right;
	width:640px;
	margin-right:0px;
}
#wrapper {
	text-align:left;
}
#content {
	width:100%;
	float:none;
}
#maincontent {
	float:none;
}
.boxleft h5 {
	background:#5B8647;
}
#contentrightkat h1, #gmmkatlistung h1, #gmmkatausgabe h2 {
	border-bottom: 1px dotted #666666;
	color: #85868A;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.boxleft ul li {
	text-align: left;
}
#contentleftkat .text {
	padding-left: 0px;
}
.gmmsortierung {
	text-align: left;
}
.gmmlisteninfos {
	width: 730px;
}
#gmmausstattung ul,#gmminfos ul,#gmmbeschreibung,#gmmkontaktdaten,#anfrageboxinnen,#linkmitbutton {
	text-align:left;
}

#contentleft #contentleftkat,#contentleft .boxright {
	width:298px;
	margin-top:0;
}
.treffer {
    border-bottom: 1px dotted #666666;
    float: left;
    margin-bottom: 6px;
    padding-bottom: 6px;
    width: 250px;
}
.treffertext {
	width:150px;
	text-align:left;
}

.boxrightinnen ul li a {
	padding: 0px;
}
.boxrightinnen ul li span {
display:inline;
}

.oldpricebox{color:#B81C03;font-weight:bold;text-decoration:line-through;font-size:25px;text-align:left;}
.newpricewrapper {height:47px;color:#fff;font-weight:bold;text-align:left;}
.newprice {float:left;padding-top:13px;}
.durationwrapper {background:#E1E1E1;padding:4px 5px;font-weight:bold;}
.durationline {line-height: normal;font-size:13px;width:60px;padding:2px 0px 2px 5px;}
#gmmpreis .newpricewrapper .newprice strong {color:#008347 !important;font-weight:bold;}
.discount_shield {
    left: 200px;
    padding-top: 11px;
    height: 47px;
    font-size: 30px !important;
    width: 110px;
    background: url(../images/prozentschild_big.png) center no-repeat;
    position: relative;
    bottom: 0px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none!important;
}
.pp_gallery ul a img {
width:50px !important;

}
#treffertabelle, #treffertabelledetail{clear:both;}
.gmmtrefferinnen{float:left;width:410px;}
.gmmtreffertext{float:right;width:280px;padding:5px;}
.gmmtrefferbild{float:right;width:110px;padding:5px;}
#photos {
	margin-left: 6px
}
#photos .item {
	width: 262px;
	margin: 3px;
	float: left;
	border: 1px solid #008547;
	border-radius: 5px
}
#photos .item .titleBox {
	background: #fff;
	padding: 5px;
	margin-bottom: 3px;
	text-align: center;
	width: 240px
}
#photos .item .titleBox a {
	color: #008547;
	font-size: 14px;
	text-align: center;
	text-decoration: none
}

.flexslider DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 0px !important; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  line-height: 35px;
  padding-top: 13px;
  display: block;
  width: 40px;
  height: 45px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
#bg {z-index:-1;}

.jssocials-shares{margin:15px 0;}
.jssocials-shares *{box-sizing:border-box;}
.jssocials-share{display:inline-block;vertical-align:top;margin:0.2em;height:35px;padding-top:3px;}
.jssocials-share:first-child{margin-left:0;}
.jssocials-share:last-child{margin-right:0;}
.jssocials-share-logo{width:1em;  vertical-align:middle;font-size:2em;}
img.jssocials-share-logo{width:auto;height:1em;}
.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1;}
.jssocials-share-link.jssocials-share-link-count{padding-top:.2em; }
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em -.5em; }
.jssocials-share-link.jssocials-share-no-count{padding-top:.5em; }
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em;}
.jssocials-share-label{padding-left:0.3em;vertical-align:middle;}
.jssocials-share-count-box{display:inline-block;  height:1.5em;  padding:0 0.3em;vertical-align:middle;cursor:default; }
.jssocials-share-count-box.jssocials-share-no-count{display:none; }
.jssocials-share-count{line-height:1.5em;vertical-align:middle; }
.jssocials-share-twitter{background:#00aced; }
.jssocials-share-twitter:hover{background:#0087ba; }
.jssocials-share-facebook{background:#3b5998; }
.jssocials-share-facebook:hover{background:#2d4373; }
.jssocials-share-googleplus{background:#dd4b39; }
.jssocials-share-googleplus:hover{background:#c23321; }
.jssocials-share-pinterest{background:#cb2027; }
.jssocials-share-pinterest:hover{background:#9f191f; }
.jssocials-share-whatsapp{background:#29a628; }
.jssocials-share-whatsapp:hover{background:#1f7d1e; }
.jssocials-share-line .jssocials-share-link{background:#25af00; }
.jssocials-share-line .jssocials-share-link:hover{background:#1a7c00; }
.jssocials-share-link{font-weight:bold;width: 100%;padding:.5em 0;color:#fff;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out; }
.jssocials-share-link:hover,.jssocials-share-link:focus,.jssocials-share-link:active{color:#fff; }
#shareButtons {font-size:16px;}

.jssocials-share-facebook {width:33%;margin:0;}
.jssocials-share-googleplus {width:30%;margin:0 2px;}
.jssocials-share-twitter {width:33%;margin:0 2px;}
.jssocials-share-pinterest {width:24%;margin:0;}

@media screen and (max-width:768px) {
.jssocials-shares {margin-right: 0px;}
.jssocials-share-facebook {width:24%;margin:2px;}
.jssocials-share-googleplus {width:24%;margin:2px;}
.jssocials-share-whatsapp {width:24%;margin:2px;}
.jssocials-share-twitter {width:24%;margin:2px;}
.jssocials-share-pinterest {width:27%;margin:0;}
.jssocials-share-label {font-size:14px;}
.jssocials-share-logo {font-size:18px !important;}
}

#anfrageformularresp strong, #gmmausstattungresp strong {
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #aaa;
    margin-bottom: 5px;
		margin-top:10px;
}
#gmmausstattungresp ul {
    padding: 10px;
    margin-left: 20px;
}
#navajax1 a, #navajax2 a {
    display: inline-table;
    padding: 6px;
    background: #aaa;
    color: #fff;
    margin-left: 2px;
    text-decoration: none;
    font-size: 18px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a, .pagination>li>span {
    color: #008547;
}
.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: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border: 1px #008547 solid;
    background: #008547;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.nopadding {padding:0!important;}

.gmmtrefferbildresp img, .gmmtreffer .gmmtrefferinnen .col-xs-4 img {
	position:relative!important;
}
#play {
  background: url(https://www.landwirt.com/assets/img/play_button.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 70px;
  margin: -35px 0 0 -35px;
  z-index: 10;
}