/*
Landwirt 008a4c
*/

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-300.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-regular.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v34-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-500.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-500.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v34-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-600.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-600.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v34-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-800.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-800.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}

#get-whatsapp_m:hover,
#get-whatsapp:hover {
  background-color: #008a4c!important;
}

.btn-imageupload .fileupload-new img {
  cursor: pointer;
}

.telefonnummerdetail {
  cursor: pointer;
}
.telefonnummerdetail:hover {
  text-decoration: underline;
}

.telefoninfologin {
  display: none;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  /*top: -25%;*/
}

#adngin-listing_bottom_leaderboard-btf-0-parallax {
  clear: both;
}

.loginlinksboxneu ul {
  margin-left: 40px !important;
}

#custom-search-input {
  margin-bottom: 10px;
}

.pay-link-sonderaktion {
  display: block;
  text-align: center;
  background: #008a4c;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  padding: 5px;
  margin: 5px;
  border: 1px #fff solid;
  border-radius: 4px;
  box-shadow: 0 0 2px #ccc;
}
.pay-link-sonderaktion:hover {
  color: #fff;
}
.pay-link-sonderaktion strong {
  font-size: 16px;
}

.card.hovercard {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #fff;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
}

.card.hovercard .cardheader {
  background: url(/assets/img/imgpsh_mobile_save.jpg);
  background-size: cover;
  height: 115px;
}

.card.hovercard .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.card.hovercard .avatar img {
  margin: auto;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .info1 {
  padding: 4px 8px 10px;
}

.card.hovercard .info1 .desc1 {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
  text-align: left;
}

.titlebox a {
  margin-bottom: 20px;
  display: block;
  font-size: 26px;
}

.zahlungsartauswahl a {
  background: #008a4c;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.zahlungsartauswahl a:hover {
  background: #fff;
  color: #008a4c;
}

#gmmausstattung {
  background: #e8eeec;
}

#gmmausstattung h3,
#gmmausstattung .h3 {
  background: #acc2b6;
  color: #036638;
  padding-left: 10px;
  line-height: 20px;
}

#adminpanel {
  padding: 5px;
  margin: 10px;
  background: #efefef;
  font-size: 11px;
  width: 740px;
}

.editelement {
  width: 500px;
  margin-left: 150px;
  background: #efefef;
  padding: 10px;
}

.headerline {
  background: #eee;
  padding: 15px;
  display: block;
}

.headerline input,
.headerline textarea,
.headerline select {
  width: 100%;
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 0.3em;
  border: none;
}

.headerline form,
.headerline table {
  width: 100%;
}

.headerline img {
  display: inline;
}

.headerline form label {
  display: inline-block;
  font-weight: normal;
  margin-right: 0.5em;
}

.headerline input[type="checkbox"] {
  width: auto;
}

.headerline input[type="file"] {
  width: auto;
  padding: 0;
}

.headerline label.bold {
  font-weight: bold;
}

.headerline table {
  margin-top: 20px;
}

.headerline .form-heading {
  font-weight: bold;
  font-size: 1.1em;
}

.editbox {
  margin-top: 2em;
}

.editorein {
  display: none;
}

.editorein:hover {
  text-decoration: underline;
  cursor: pointer;
}

.rte-zone {
  width: 100%;
  padding: 0.3em;
}

.innenbox {
  display: none;
}

.toggle-box {
  font-weight: bold;
  cursor: pointer;
  margin-top: 1em;
}

.toggle-box:hover {
  text-decoration: underline;
}

.show1,
.hidden1,
.delete1,
.editorein,
.edit {
  margin-right: 0.5em;
}

.show1 img,
.hidden1 img,
.delete1 img,
.editorein img,
.edit img {
  max-width: 15px;
}

.sendenconfig {
  margin: 10px 0 30px 0;
}

.show,
.hidden,
.delete {
  text-align: right;
}
.sendenbutton,
.clickButton,
.clickImg {
  cursor: pointer;
}

#favbox {
  float: right;
  padding-top: 17px;
}

.haendlernewsat,
.haendlernewsch,
.haendlernewsde,
.haendlernewsall {
  margin-top: 25px;
  border: 1px solid #cfd0d2;
  background: #ffffff;
}

#firmennewsbox {
  border: 1px solid #cfd0d2;
  background: #ffffff;
}

#firmennews {
  margin-bottom: 20px;
  width: 300px;
  float: left;
  overflow: hidden;
}

#firmennewsheader {
  float: left;
  width: 100%;
  background: #008a4c;
}

#firmennewsheader strong {
  float: left;
  width: 120px;
  padding-left: 5px;
  line-height: 22px;
  color: #fff;
}

#firmentreffer {
  float: right;
  width: 120px;
  padding-left: 5px;
  line-height: 22px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.firmennewstext {
  font-size: 12px;
  line-height: 16px;
}

#firmennewsinnen {
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#firmennewsinnenweitere {
  float: left;
  width: 280px;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}

#firmennewsinnenweitere,
#headerpasswortvergessen {
  display: none;
}

.firmennewsinnen {
  float: left;
  width: 280px;
  margin-bottom: 10px;
}

.firmennewsinnenbild {
  float: left;
  width: 90px;
  margin-top: 5px;
}

.firmennewsinnenbild img {
  border: 0px dashed #333;
}

.firmennewsinnentext {
  float: left;
  width: 186px;
}

.firmennewsinnentext strong a {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.firmennewsinnentext a {
  color: #65986f;
  text-decoration: none;
}

#artikelfooter {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  float: left;
}

#artikelfooterbox1 {
  width: 175px;
  margin-left: 10px;
  float: left;
}

#artikelautor,
#artikelautor a {
  color: #008a4c;
  text-decoration: none;
}

#artikeldruck {
  width: 200px;
  float: left;
}

#artikeldruck a {
  color: #000000;
  line-height: 40px;
  margin-left: 10px;
  padding: 10px 10px 10px 39px;
  font-weight: bold;
}

body .intro {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

body .intro strong,
body .intro b {
  font-size: 14px;
  line-height: 20px;
}

body .intro a,
body #contentartikel a,
body #contentartikel,
body #contentartikel strong,
body #contentartikel em,
body #contentartikel b,
body #contentartikel i {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.pictext {
  background: #ddd;
  font-size: 12px;
}

#weiteretipps,
.no {
  display: none;
}

.countsize {
  font-size: 30px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px;
  background: #e5e5e5;
}

#jetztzumhaendlerlogin {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px #008a4c solid;
  text-align: right;
}
#jetztzumhaendlerlogin div {
  background: #008a4c;
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.jetztzumhaendlerlogin div:hover {
  background: #ccc;
  color: #008a4c;
  padding: 10px;
}

.loginboxmobil > div {
  border: none !important;
}

.rssnewsitem a {
  color: #008a4c;
}
.rssnewsitem .rssinnen {
  background: #e4e4e4;
}
.rssnewsitem .rssinnen strong {
  padding: 5px 10px;
  color: #008a4c;
  display: block;
}
.rssnewsitem .rssinnen p {
  font-size: 14px;
  padding: 5px 10px;
}

.mainheaderVideos {
  margin-bottom: 15px;
}

.forumschriftheader {
  font-size: 21px !important;
}

.videovorschaubox {
  padding-bottom: 20px;
}

.videodatum {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
}

.videovorschaubox a:hover {
  text-decoration: none !important;
}

.videoheader {
  font-weight: bold;
  color: #008a4c;
}

.boxleft ul {
  margin-left: 5px !important;
}

.boxleft ul.navigationVideo {
  list-style: none !important;
  margin-left: 20px !important;
}

.keywordlistevideos {
  margin-left: 20px;
}

.showvideohtmlcode {
  display: none;
  width: 100%;
  height: 150px;
  padding: 10px;
}

.videohtmlcode {
  cursor: pointer;
}

.videolongtextbox {
  margin-top: 15px;
}

.text {
  overflow: hidden;
}

.langlinkbox a {
  font-size: 12px;
}

.boxleft ul {
  margin-left: 5px !important;
}

.boxleft ul.navigationVideo {
  list-style: none !important;
  margin-left: 20px !important;
}

#boxleftlinks {
  margin-bottom: 20px;
}

#boxleftlinks .goto,
#boxleftlinks .gotoexturl,
#boxleftlinks a {
  font-weight: bold;
  color: #000;
  margin-left: 2px;
  display: block;
  padding: 2px 20px;
  text-decoration: none;
  background: url(/ez/sitedesign/images/pfeil-gruen.jpg) left no-repeat;
}

#linkmitbutton a {
  display: block;
  padding-left: 20px;
  background: url(/ez/sitedesign/images/punkt-gruen.jpg) left no-repeat;
}

.boxleft {
  margin-bottom: 10px;
}

#allemonatezeigen,
#allekategorienzeigen,
.boxleft h5,
.boxleft .h5 {
  padding-left: 10px;
  color: #fff;
  background: #008a4c;
  line-height: 22px;
  font-size: 16px !important;
  padding: 5px;
  font-weight: bold;
}


#gmmliste .boxleft .h5 {
padding-left:30px!important;
}

ul li {
  list-style: square;
}

.boxleft ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 5px;
}

.boxleft ul li a {
  color: #333;
  line-height: 20px;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
}

.boxleft ul li:hover {
  background: #edf1e2;
}

.boxleft ul li.hauptgruppe:hover {
  background: none;
}

.boxleft ul li.unterpunkt a {
  color: #333;
  line-height: 20px;
  text-decoration: none;
  margin-left: 20px;
}

#headerlogintext {
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#headerlogin2 ul li {
  font-size: 24px;
  color: #008a4c;
}

#headerlogin1 ul li,
#headerlogin2 ul li a {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  color: #008a4c;
  text-decoration: underline;
  cursor: pointer;
}

#headerlogin1 ul,
#headerlogin2 ul,
#box1,
#box2 {
  margin-left: 30px;
}

#headerlogin1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

#box1 #plz,
#box1 #land,
#box2 #plz1,
#box2 #land1 {
  font-size: 16px;
  padding: 2px;
}

#box1 label,
#box2 label,
.aboform strong {
  font-size: 16px;
}

#box1 {
  width: 100%;
  margin-bottom: 20px;
}

#box2 {
  width: 400px;
  margin-bottom: 20px;
}

ul b,
ul b a {
  font-weight: bold;
}

#hinweis {
  padding-top: 6px;
}

#box1,
#box2 {
  display: none;
}

#buttonohneabo {
  border: none;
}

.abotext1 strong {
  font-size: 16px;
  color: #008a4c;
}

.abotext1 {
  font-size: 14px;
  color: #008a4c;
}

.abotext2 {
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#box1 table,
#box2 table {
  margin-bottom: 20px;
}

#land,
#land1 {
  margin-left: 20px;
  width: 180px;
}

optgroup option {
  padding-left: 20px;
}

#submitbuttonklein {
  margin-top: 20px !important;
}

#werbeformbuchen {
  background: #cfd0d2;
  text-align: center;
  clear: both;
}

#werbeformbuchen a {
  color: #008546;
  font-weight: bold;
}

.beitragmelden {
  display: none;
}

.boxrightinnen {
  padding: 4px 10px;
}

.boxrightinnen ul {
  list-style: none;
  margin-left: 30px;
}

.boxrightinnen ul li a {
  display: block;
  padding: 5px 35px;
  text-decoration: none;
  font-weight: bold;
  color: #0b6944;
}

.boxrightinnen ul li a:hover {
  color: #333;
}

.moreimagecounter {
  position: absolute;
  background: #ccc;
  top: 0px;
  padding: 1px 5px;
  font-size: 12px;
  right: 0px;
  width: 35px;
}
.moreimagecounter i {
  display: inline-block;
  min-width: auto !important;
}

.loginboxkleinanzeigen {
  padding: 15px;
  background: #ccc;
}

.bg-facebook-blue {
  background: #3b599b;
}
.facebookloginbutton {
  padding: 10px;
}

.fxsh0 {
  color: #fff !important;
  fill: var(--white, #fff);
}
.facebookloginbutton a {
  color: #fff !important;
  font-size: 16px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.facebookloginbutton a:hover {
  text-decoration: none;
  font-weight: bold;
}

.trennerbox {
  margin-top: 40px;
  border-top: 1px #ccc solid;
}

.passvergessenright {
  margin-top: 40px;
  text-align: right;
}

.buttonrahmen a {
  text-align: center;
  border: 1px #008a4c solid;
  padding: 8px 10px;
  background: #ccc;
  width: 100%;
  display: block;
  font-size: 16px;
}

#newloginbox2 .col-md-6,
#newloginbox1 .col-md-6 {
  border: 1px #ccc solid;
  padding: 40px 100px;
}
#newloginbox2 {
  margin-top: 20px;
  margin-bottom: 100px;
}
#newloginbox2 .col-md-6 {
  background: #fff;
}
#newloginbox1 h1 {
  text-align: center;
  margin-bottom: 40px;
}

.orbox {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.hoverbutton, .loginbuttonTracking {
  background: #008a4c;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

.hoverbutton {
  text-align: center;
}

.gmmtreffertext strong a {
  color: #008a4c;
}

.loginliste {
  margin: 20px;
}
.loginlisteitem i {
  color: #008a4c;
}
.loginlisteitem {
  font-weight: bold;
  margin-bottom: 10px;
}
.loginlinksboxneu {
  background: #d5e7df;
  margin: 40px auto;
  max-width: 800px;
  padding-bottom: 10px;
}
.loginlinksboxneu h4 {
  background: #008a4c;
  padding: 10px;
  color: #fff;
  border-bottom: 4px #fff solid;
}

#preisineuro {
  text-align: left !important;
}

.bilduploaderboxmehr {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 100px;
}

.bilduploaderbox2,
.bilduploaderbox3,
.bilduploaderbox4,
.bilduploaderbox5,
.bilduploaderbox6,
.bilduploaderbox7,
.bilduploaderbox8,
.bilduploaderbox9 {
  display: none;
}

.element_999 {
  background: #e4e4e4 !important;
  padding-top: 15px;
}

.platzhalter {
  background-image: url(/assets/img/platzhalter.gif);
}

.hinweisSaatgut {
  display: none;
}

.green {
  color: #008a4c;
}

.fromApp {
  height: 33px;
  background: url(/assets/img/appicon.png) top left 15px no-repeat;
}

.kleinanzeigenbildbox {
  margin-bottom: 10px;
  border: 1px solid #fff;
  height: 75px;
  overflow: hidden;
}

.boxno {
  position: absolute;
}

.nurdesktopoffenheader {
  display: none;
}

.boxweitereprodukte .bildboxgmm {
  height: 150px;
}

.gotoinline {
  display: inline-block;
}

.imgbox1 {
  height: 220px;
  overflow: hidden;
  display: block;
}

#contentrightkat {
  padding-right: 0px;
}

#gmmliste h2 {
  font-weight: 500 !important;
}

#gmmliste p a {
  text-decoration: underline;
}

.videolongtextbox p a {
  text-decoration: underline;
}

.forumbody {
  margin-top: 8px;
}

.hofladenbox {
  padding: 10px 20px;
}

.contentbox18 {
  padding-left: 15px;
  margin-bottom: 0;
}

#div-gpt-ad-1583932792787-0 {
  margin: 20px auto;
  width: 300px;
}
.commentHeader,
.commenttextVideo {
  margin-bottom: 10px;
  display: block;
}

.linkYoutube {
  display: block;
  margin-bottom: 20px;
}

.commentLink {
  text-decoration: underline;
  font-weight: bold;
}

.loginsmallinfo small {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 23px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.hotline * {
  color: #fff !important;
}

.hotline strong {
  font-size: 16px;
}

.premium-box-container {
  border: 1px solid #f29400;
  padding: 1rem 2rem 1rem 2rem;
}

ul.premium-box li {
  list-style: none;
  background: url(../img/check.svg) no-repeat 0 50%;
  padding-left: 25px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.order-button {
  background: #008a4c;
  color: white;
  display: block;
  margin: 4rem auto 1rem auto;
  padding: 1rem 4rem;
}

.close-premium-container {
  display: inline-block;
  color: #777777;
}

.ribbon-box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
  float: left;
  margin: 20px;
}
.ribbon {
  position: relative;
  left: 50px;
  top: -15px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 74px;
  text-align: right;
  display: inline;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -4px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79a70a;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.orange span {
  background: linear-gradient(#ffc14d 0%, #f29400 100%);
}
.orange span::before {
  border-left-color: #f29400;
  border-top-color: #f29400;
}
.orange span::after {
  border-right-color: #f29400;
  border-top-color: #f29400;
}

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


  .topboxback,
  .vipboxback {
    left: 2px;
  }

  .imgbox1 {
    height: 200px;
  }

  .premium-box-container {
    margin-top: 1rem;
  }

  .ribbon {
    position: absolute;
    left: -26px;
    top: -15px;
  }
}

.zoomimage i {
  color: #fff;
}

.zoomimage {
  position: absolute;
  z-index: 222;
  bottom: 0px;
  right: 10px;
  padding: 5px;
}

.allbox table,
.linieallbox {
  width: 100% !important;
}

.nextlinkneu {
  text-align: right;
}

.nextlinkneu a {
  background: #008a4c;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.topgebrauchteheader {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.topgebrauchteheader h2 {
  display: inline-block;
  padding: 2px 20px;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
  top: 0;
}

.topgebrauchteheader h2 a {
  text-decoration: none;
  color: #008a4c;
}

.topgebrauchteheader .line {
  background: #ededed;
  height: 4px;
  position: absolute;
  width: 100%;
  top: 10px;
  z-index: 1;
}

.topgebrauchtmaschinenlinks i {
  color: #008a4c;
}

.topgebrauchtmaschinenlinks ul {
  padding-left: 25px;
  padding-right: 25px;
}

.topgebrauchtmaschinenlinks ul li {
  list-style: none !important;
  padding: 6px;
  padding-left: 15px;
}

.topgebrauchteheader h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.mainheader1 {
  text-align: center;
  margin-top: 20px;
  color: #008a4c;
}

.searchbox {
  margin-bottom: 25px;
  padding: 15px 0;
  background: #ededed;
  margin-top: 20px;
}

.verstaerkerbox i {
  color: #008a4c;
}

.verstaerkerbox small {
  font-size: 12px;
  line-height: 14px;
}

.verstaerkerbox span {
  display: block;
  font-size: 21px;
  line-height: 24px;
}

.verstaerkerbox {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.umkreis .searchbox,
.seokleinan .searchbox,
.kleinanzei .searchbox,
.startseite .searchbox {
  margin-top: 0px;
}

.trennlinie {
  border-top: 1px #ccc solid;
  margin-bottom: 6px;
  padding-bottom: 6px;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}

.buttonsitemap {
  padding: 4px;
}

.menueinfotext {
  font-size: 18px;
  color: #fff;
  padding-left: 40px;
  padding-top: 13px;
  font-weight: bold;
}

#abonummereingabe {
  padding: 10px;
  background: #008a4c;
  color: #fff;
  margin-top: 6px;
}

.contentadKleinanzeigenRechts {
  margin-bottom: 15px;
  text-align: center;
}

.fullbutton a {
  display: block !important;
  text-align: center;
}

.alleforumseintraege a {
  background: #fff;
  display: inline-block;
  padding: 10px;
  color: #333 !important;
  border: 1px #333 solid;
}

.forumtext {
  overflow: hidden;
}

#skybanner {
  position: fixed;
  top: 0;
  left: 1200px;
}

.marginright7 {
  padding-right: 7px;
}

.marginleft7 {
  padding-left: 7px;
}

.appAndroid,
.appIOS {
  margin-bottom: 3px;
}

.durchsichtig .bildboxkleinanzeigen,
.durchsichtig .textboxkleinanzeigen {
  opacity: 0.5;
}

.footerschriftklein li {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.abdunkelung {
  display: none;
}

.displaymenu {
  display: block;
  background: #333;
  width: 100%;
  height: 108%;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0.4;
}

.kleinanzeigenbildvorschau {
  position: relative;
}

.element_99 .adwerbung {
  margin-bottom: 0 !important;
}

.terminrow {
  border-bottom: 1px solid #008a4c;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.terminrow:last-child {
  border-bottom: none;
}

.terminrow p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.terminhaendlerbox {
  overflow: hidden;
}

.termindatum {
  color: #008a4c;
}

.forumlisteneu li {
  margin-bottom: 4px;
}

.contentbox6 ul {
  margin-left: 0px;
}

.contentbox6 ul li {
  list-style: none;
}

.fa-comment {
  margin-right: 10px;
  color: #e3e2e3;
}

.allbox {
  min-height: 250px !important;
}

.allbox img {
  width: 100% !important;
}

.center-block {
  display: block !important;
}

.payment-button {
  border: 1px solid #008a4c;
  background: none;
  color: #008a4c;
}

.payment-button:hover,
.payment-button:focus,
.payment-button:active {
  background-color: #008a4c;
  color: #ffffff;
}

.zahlungsartauswahl h4 {
  color: #008a4c;
  border-bottom: 1px #008a4c solid;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 4rem;
}

.boxmitrahmen {
  background: #fff;
  padding: 10px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.verstecktertext {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.verstecktertext .artikelbox {
  padding: 0;
}

.socialliste {
  margin-top: 10px;
}

.ohneborderbottom {
  border-bottom: none !important;
}

.forumliste li {
  margin-bottom: 3px;
}

.gmmtext > strong,
.zeile1gmmbox {
  padding-bottom: 5px;
  display: block;
}

.infonavigation {
  padding: 0;
  margin: 0;
}

.schrift12,
.kleinanzeigenguthaben {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.kleinanzeigenguthaben:hover {
  color: #fff;
}

.socialbox {
  text-align: right;
}

.flexslider {
  margin: 0 0 20px;
}

.neuesinserat a {
  background: #008a4c;
  display: inline-block;
  padding: 10px;
  color: #fff !important;
}

.neuesinserat {
  text-align: right;
  margin-bottom: 8px;
}

#gmmkontaktdaten span {
  font-size: 12px;
}

#gmmkontaktdaten h4 {
  font-weight: bold;
  margin-top: 2px;
}

#gmmkontaktdaten address {
  margin: 6px;
}

.itemabstand {
  border-bottom: 1px #ccc solid;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.mehrvomuser .padding7px {
  padding-left: 7px;
  padding-right: 7px;
}

.mehrvomuser a {
  font-weight: bold;
  font-size: 14px;
  color: #008a4c;
}

.mehrvomuser .bildboxgmm {
  height: 120px;
}

.textkleinanzeigenbox {
  font-size: 12px;
}

.boxstandortinnen {
  margin-bottom: 20px;
}

.headerinfobox {
  padding: 0;
}

#headerinfo {
  margin-top: 25px;
  text-align: left;
  font: 12px/18px;
}

#headerinfo a {
  font: 12px/18px;
  color: #333;
  text-decoration: none;
}

.fromApp {
  margin-top: 10px;
  text-align: right;
}

.farbe-facebook {
  background: #334f8e;
  width: 28px;
  display: inline-block;
}

.farbe-whatsapp {
  background: #25d366;
  width: 28px;
  display: inline-block;
}

.farbe-youtube {
  background: #c4302b;
}

.farbe-instagram {
  background: #8a3ab9;
}

.farbe-twitter {
  background: #1b97f1;
  width: 28px;
  display: inline-block;
}

.circle-icon {
  border-radius: 50%;
  padding: 4px;
  color: #fff;
  text-align: center;
}

.circle-icon:hover {
  color: #fff;
  font-weight: bold;
}

.kleinanzeigenaufgebenbutton a:hover,
.neuekleinanzeigeaufgeben a:hover {
  background-color: #60b565;
  text-decoration: underline;
}

.fa-foto {
  background: url(/assets/img/icon_cam_black.png) left center no-repeat;
}

.gmmtext strike {
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.greenprice {
  color: #008a4c;
}

.preishammerrahmen {
  margin-top: 10px;
}

.slidergmmbox .mitrahmen {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 3px;
}

.flex-direction-nav {
  display: none;
}

.einzelmessage {
  font-size: 1.5rem;
}

.weitergmmundpreishammer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.weitergmmundpreishammer a {
  border: 1px #333 solid;
  background: #ccc;
  color: #333;
  font-weight: bold;
  padding: 5px;
  display: block;
  text-align: center;
}

.neuekleinanzeigeaufgeben a {
  background: #f29400;
  color: #333;
  font-weight: bold;
  display: block;
  padding: 8px 5px;
  margin-bottom: 10px;
}

.kleinanzeigenbearbeiten a {
  color: #333;
  font-weight: bold;
  display: block;
  padding: 8px 5px;
  margin-bottom: 10px;
  border: #ccc solid 1px;
}

.loginbox {
  margin-bottom: 5px;
  padding-top: 0px;
  border: none;
}

.unternav2023 li,
.nav2023 li {
  padding:14px 20px;
  border-bottom:1px solid #ccc;
}
.unternav2023 li:hover,
.nav2023 li:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.unternav2023 a,
.nav2023 a {
  display: block;
}

.unternav2023 {
  border-top:1px solid #ccc;
}

.nav2023 {
  margin-top:20px;
}
.unternav2023 li .linka,
.unternav2023 li a,
.nav2023 li a {
  font-size:18px;
  text-decoration: none;
}
.nav2023 li a small {
  font-size: 12px;
}

.socialbuttonsneu {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.socialrund {
  margin-bottom: 20px;
  margin-top:20px;
}
.socialrund a {
  margin-left:20px;
}

.classifiedinsert {
  padding:14px 20px;
  background-color: #60b565;
  margin:10px 15px;
  width: 300px;
  border:none;
  border-radius: 8px;
  font-size:18px;
  color:#fff;
  font-weight: bold;
  position: relative;
}
.classifiedinsert:hover {
  background-color: #008a4c;
}

.landwirtabobutton {
  padding:14px 20px;
  background-color: #e3e3e3;
  margin:10px 15px;
  width: 300px;
  border:none;
  font-size:18px;
  border-radius: 8px;
  font-weight: bold;
}
.landwirtabobutton:hover {
  background-color: #888;
  color:#fff;
}

.zusatzinfofree {
  font-size:12px;
  background-color: #f29400;
  color:#fff;
  position: absolute;
  padding:2px 8px;
  border-radius: 4px;
  left:255px;
  top:-5px;
  line-height: 12px;
}

.openunternav1,
.openunternav {
  position: absolute;
  right: 0;
  z-index: 222;
  zoom: 1.5;
  padding:10px;
  margin-top:-25px;
}

.ebene2classifieds,
.ebene2gmm {
  margin:10px;
  display:none;
  margin: 0;
  padding:0;
  font-size:16px;
  border-top:#008a4b 1px solid;
  margin-top:14px;
}
.ebene2classifieds li,
.ebene2gmm li {
  padding:0;
  list-style: none;
  padding:8px;
  border:none;
}

.ebene2classifieds li a:hover,
.ebene2gmm li a:hover {
  text-decoration: underline;
}

.jetztanmeldeninfos {
  border:none!important;
  padding: 0px!important;
}
.jetztanmeldeninfos div a {
  color:#fff!important;
}
.jetztanmeldeninfos div {
  color:#fff!important;
  padding: 16px 15px!important;
  background: #008a4c;
  border:none!important;
  font-size: 20px!important;
  height: 55px;
}  

/* ________________________________________ */

.abstandnachoben10 {
  margin-top: 10px;
}

.loginboxmobil {
  padding-left: 30px;
  padding-right: 30px;
}

.loginboxmobil .schrift12 {
  display: block !important;
}

.loginboxmobil .schriftw {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 14px;
  border-bottom: none;
}

.loginboxmobil .col-xs-8 {
  padding-left: 7px;
  padding-right: 7px;
}

.artikelbox {
  border-bottom: 1px #ccc solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.startseitevideo {
  margin-top: 20px;
}

.contentbox3,
.contentbox1 {
  padding: 15px;
}

.kleinanzeigenaufgebenbutton {
  padding: 0;
  margin: 0;
}

.searchboxheader {
  padding-left: 0;
}

.kleinanzeigenaufgebenbutton div {
  padding: 0;
  margin: 0;
}

.aufgebentext {
  padding-left: 5px !important;
}

.kleinanzeigenaufgebenbutton i {
  height: 36px;
  width: 50px;
}

.kleinanzeigenaufgebenbutton > div,
.kleinanzeigenaufgebenbutton a {
  font-weight: bold;
  display: block;
  padding: 5px 3px 4px 4px;
}

.gelb {
  color: #fff !important;
  background: #f29400;
}

.gelb i {
  min-width: 50px;
  min-height: 25px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.kleinanzeigenaufgebenbutton .gelb i {
  margin-top: 0px;
}

.marginbottom15 {
  margin-bottom: 25px;
}

.messagebox,
.mittrennerkleinanzeigen {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.sondernavigation #gebrauchtmaschinenbox .mitmarginbottom {
  padding-left: 0;
  padding-right: 0;
}

.fachfragenContainer,
.forumeintrag {
  background: #fff;
}

#formularteil1 {
  background: #fff;
  margin: 0;
}

#contentbigfull h1 {
  margin-bottom: 20px;
}

.schriftw:hover,
.schriftw strong:hover,
.schriftw strong,
.schriftw {
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.buttonanfragesenden {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.buttonanfragesenden .linkgreen {
  width: 100%;
}

#kleinanzeigenTitle {
  color: #333;
}

.boxweitereprodukte {
  margin-top: 20px;
  margin-bottom: 30px;
  clear: both;
}

a.offer-title {
  font-weight: bold;
  color: #008a4c;
}

.offer-detail {
  color: #888;
}

.boxheadergreen,
.boxheader {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  border-bottom: 5px solid #cfd0d2;
}

.contentbox1 .boxheadergreen {
  margin-bottom: 10px;
  border-bottom: 0px solid #cfd0d2;
}

#contentleft .boxheadergreen,
#contentleft .boxheader {
  border-bottom: none;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

.bildheightklein .bildboxgmm {
  height: 115px !important;
}

.bildheightklein {
  padding-left: 0px;
  padding-right: 0;
}

.offers-item .inner {
  margin: 8px 0;
  background: #fff;
  border: 1px solid #dedede;
  /*min-height: 112px;
  max-height: 113px;
  display: flex;
  overflow: hidden;
  */
  display: block;
}

#allemonatebox div ul li a,
.katuntergruppe a,
.unternav a {
  display: block;
}

.unternav {
  margin-left: 5px;
  list-style: none;
}

.kleinanzeigenflagge {
  color: #333;
  margin-top: 6px;
}

.kleinanzeigenflagge span {
  display: inline-block;
  margin-right: 4px;
}

#div-gpt-ad-1407836289810-0,
#div-gpt-ad-1407836048024-0,
#adngin-listing_bottom_leaderboard-btf-0,
#adngin-listings_in_content_bottom-mpu-0 {
  text-align: center;
}

#div-gpt-ad-1407836289810-0,
#div-gpt-ad-1407836048024-0,
#adngin-listing_top_leaderboard-atf-0,
#adngin-listing_bottom_leaderboard-btf-0 {
  margin-bottom: 15px;
  margin-top: 10px;
}

#gmmkontaktdaten,
.kleinanzeigencontent {
  padding: 12px;
  background: #fff;
  margin-bottom: 15px;
}

.verkaufspreis {
  font-size: 1.8rem;
  line-height: 3rem;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 2px;
  color: #008a4c;
  text-align: right;
}

input.verkaufspreis {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
}

.firmenname {
  font-size: 1.2rem;
}

.trefferelement {
  margin-bottom: 20px;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}

.kleinanzeigenpfad {
  font-size: 1.1rem;
  margin: 0;
}

.classified-preview {
  cursor: pointer;
  font-size: 1.4rem;
}

.kleinzeigenlisteheader {
  display: block;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #008a4b;
}

.kleinzeigenlisteheader:hover {
  color: #008a4b;
}

#hamburger-icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  margin-top: 11px;
  cursor: pointer;
}

#hamburger-icon .line {
  display: block;
  background: #ecf0f1;
  width: 36px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
  top: 3px;
}

#hamburger-icon .line.line-2 {
  top: 15px;
}

#hamburger-icon .line.line-3 {
  top: 27px;
}

#hamburger-icon.active .line-1 {
  transform: translateY(12px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
  opacity: 0;
}

#hamburger-icon.active .line-3 {
  transform: translateY(-13px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-13px) translateX(0) rotate(-45deg);
}

.closebutton {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.newsbox #contentright .contentbox9 .plusbuttoncontent {
  display: none;
}

#searchforum,
#search {
  border: 2px #008a4c solid;
}

.infonavigation {
  padding-top: 7px;
  color: #fff;
}

.infonavigation nav {
  margin-top: 4px;
}

.mainheader .btn-lg {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}

.buttonhaendler {
  background: url(/assets/img/haendler_icon.png) left center no-repeat #60b565 !important;
  padding-left: 60px !important;
}

.zoom {
  zoom: 1.6;
}

.mainheader .btn a,
.mainheader .btn {
  background: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 6px;
}

.mainheader .btn:hover {
  background: #60b565;
}

.contentbox8 a {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #008a4c;
  color: #008a4c;
  padding: 5px;
  font-weight: bold;
}

.searchbox .input-group {
  width: 100% !important;
}

#contentright .contentbox6 {
  margin-bottom: 25px;
}

.paddingleftright {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
}

.halberrand {
  display: none;
}

.contentbox10 iframe {
  width: 100% !important;
}

.listebox li {
  margin-bottom: 4px;
}

.mitmarginbottom {
  margin-bottom: 15px;
}

.contentbox6,
.contentbox3 {
  margin-top: 15px;
}

.taglinkliste a {
  display: block;
  margin-bottom: 3px;
}

.taglinkliste {
  margin: 0px 15px;
}

.taglinkliste,
.interessantethemenbox ul,
.sondernavigation .navibox {
  background: #fff;
  padding: 10px;
  clear: both;
}

.col-md-4 .navibox ul {
  margin-left: 30px;
}

.sondernavigation {
  clear: both;
}

.gmmliste > div {
  margin-bottom: 15px;
}

.interessantethemenbox ul li,
.sondernavigation .navibox li {
  text-align: left;
  padding-left: 0px;
}

.interessantethemenbox ul li a,
.sondernavigation .navibox li a {
  color: #333;
  padding: 4px 0;
  display: block;
}

.interessantethemenbox h5,
.contentbox3 h3,
.contentbox6 h6,
.sondernavigation h3,
.sondernavigation h4 {
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 0;
  text-align: left;
  padding: 8px 0px;
}

.contentbox6 h3,
.contentbox3 h3 {
  font-weight: 500 !important;
}

#weiteregmm {
  background: #60b565;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

#weiteregmm a {
  color: #fff;
}

.mobilesmenu {
  margin-top: 4px;
}

.logo {
  padding-top: 4px;
  padding-bottom: 4px;
}

.headermobil {
  background: #008a4c;
}

.startseiteartikeltext ul {
  margin-top: 6px;
}

.startseiteartikeltext ul li a {
  text-decoration: none;
  font-weight: 700;
}

.startseiteartikeltext p {
  margin-bottom: 0;
}

.startseiteartikelheader em a {
  color: #008a4c;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.kleinanzeigenrootline ul li,
#firmadslider ul li,
.boxrightinnen ul li,
.meldungkl li,
.nav ul li,
.footernav ul li {
  list-style: none;
}

.gmmvideoausgabe {
  margin-bottom: 15px;
}

.rot {
  background: #bd3305 !important;
}

.discountklein {
  font-size: 14px;
  text-align: left;
}
.auction {
  background: url("https://www.landwirt.com/assets/img/gmm/hammer.png") no-repeat 5px #136597;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 32px;
  color: #fff;
  padding-left: 38px;
  padding-top: 6px;
  font-weight: bold;
}

.preisgmm {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: block;
  background: #bd3305;
  font-size: 2rem;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}
.topcolor {
  background: #f29400;
}
.mitpadding {
  padding: 5px 10px;
}

.bildboxgmm {
  height: 200px!important;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  cursor: pointer;
  position: relative;
}

#kleinanzeigenausgabeliste .bildboxgmm,
.kleinanzeigenausgabeliste .bildboxgmm {
  height: 170px;
}

.gmmtext {
  padding: 5px 8px;
}

.mitrahmen_no {
  border: 0px #b1b1b1 solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.mitrahmen {
  background: #fff;
  border: 1px #d2d2d4 solid;
}

.element_20 h3 a,
.element_42 h3 a {
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  line-height: 2.6rem;
}

.element_6 h3 a,
.element_9 h3 a,
.contentbox7 h3 a,
.contentbox1 h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  display: block;
  padding: 5px 0px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}

.element_26 h3 a {
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  color: #008a4c;
}

.element_26 h3 a span {
  font-weight: 700;
  text-transform: uppercase;
  color: #af3f10;
}

.startseitevideo h3,
.hauptebeneliste h1,
.boxheader h3,
.boxheader h1,
.col-md-8 .col-md-8 h3,
.newsbox h3 {
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
  color: #333;
}

.boxheader h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.artikelboxtext h2,
#contentright h3 a,
#contentright h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 4px;
  display: block;
}

.artikelboxtext > strong > a {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #008a4c;
  color: #008a4c;
  display: block;
}

.boxheader h3 {
  margin-bottom: 15px;
}

.contentbox3 .boxheader h3 {
  margin-bottom: 0px;
}

.element {
  margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.circle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plusbuttoncontent {
  height: 1px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  top: 30px;
  z-index: 20;
}

.plusbuttoncontent img {
  margin-top: 8px;
  margin-left: 8px;
  zoom: 1.3;
}

.transportkostenbox {
  display: none;
}

#merklistelink,
.goto,
.gotoexturl,
.go,
.fromApp,
.transportkostenheader {
  cursor: pointer;
}

.circle {
  background: #ffdd4d;
  border-radius: 75px;
  height: 75px;
  font-weight: bold;
  width: 75px;
  display: table;
  margin: 0px auto;
  color: #333;
  font-weight: bold;
  font-size: 6rem;
  position: absolute;
  right: -22px;
  top: -26px;
}

.circle p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.circle a {
  color: #333 !important;
  text-decoration: none;
}

#superbanner {
  display: none;
}

#adngin-listing_top_leaderboard-atf-0 {
  margin-bottom: 10px;
  text-align: center;
}

.element_26_no {
  background: #eaf6f0;
  padding-top: 10px;
  border-top: 1px solid #008a4c;
  border-bottom: 1px solid #008a4c;
}

.element_99,
.element_6 {
  background: #ebf1ef;
}

.element_6 {
  margin-bottom: 20px;
}

.element_99 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.element_6 {
  padding-top: 0px;
  padding-bottom: 10px;
}

#headerbanner {
  /* padding-top: 15px; */
  padding: 0;
  margin: 0;
  min-height: 90px;
}

.abstandnav {
  width: 90px;
}

.dropdown-menu,
.dropdown-menu a {
  font-size: 1.6rem;
}

.navbar-nav {
  font-size: 1.8rem;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #008a4c;
  border-color: #008a4c;
}

.footernavcontainer {
  margin-left: 0;
  clear: both;
}

.navx {
  color: #333;
  padding: 0px 5px;
  font-weight: bold;
  cursor: pointer;
}

.maincontainer {
  margin-left: 0;
}

.sprachbuttonliste {
  margin-top: 10px;
  cursor: pointer;
}

.sprachmenuneu {
  background: #fff !important;
  list-style: none;
  left: -50px;
  text-align: left;
  top: 53px;
}

.sprachmenuneu li {
  list-style: none;
}

.sprachmenuneu li > a {
  padding: 3px 5px;
  text-align: left;
}

.sprachmenuneu li a::before {
  content: "";
}

.bigdropdown {
  margin-top: 23px;
}

.homebutton a {
  padding: 0 !important;
}

.homebutton img {
  width: 70px;
  margin-left: 30px;
  margin-right: 15px;
}

.footercontainer,
.headercontainer {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.headercontainer .mainheader {
  background: #008a4c;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 1170px;
  height: 55px;
}

#headerbanner,
.headerwertunb {
  margin-top: 66px;
}

.homebutton a:hover,
.homebutton a:focus {
  color: #fff !important;
  background: #008a4c !important;
}

.mainnavigation .navbar-default {
  background-color: #008a4c;
  border-color: #008a4c;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0px;
}

.input-lg {
  border-radius: 0px;
  height: 45px;
}

.btn-info {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.footercontainer footer {
  background: #008a4c;
  padding: 5px 15px;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.logindropdown a span {
  font-weight: 300 !important;
}

.footercontainer footer .schrift-w {
  margin-top: 10px;
}

.footernav {
  border-top: 1px solid #008a4c;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footernav strong {
  color: #008a4c;
  display: block;
  margin-bottom: 10px;
}

.footernav ul {
  list-style: none;
}

.footernav ul li {
  margin-bottom: 4px;
}

.footerlogo img {
  width: 70px;
}

.dropdown-menu a {
  color: #333 !important;
}

.dropdown-menu a:hover {
  color: #fff !important;
}

.logindropdown a:hover {
  color: #333 !important;
}

.schrift-w a,
.schrift-w {
  color: #fff;
}

.element_28 {
  margin: 0;
  padding: 0;
}

.haendlernewsbox {
  margin-top: 0;
  padding-top: 15px;
}

.haendlernewsbox #firmennewsheader {
  display: none;
}

.language-transparent {
  background: transparent !important;
}

.flags-border {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: unset !important;
}
.flags-border .flags {
  border-bottom: unset !important;
}
.flags-border a {
  color: black !important;
}
.flags-border a .flag {
  border-bottom: unset !important;
  margin-right: 5px;
}
.language-transparent {
  border-bottom: 0 !important;
}
.language-transparent a {
  border-bottom: unset !important;
}

#firmennews {
  float: none !important;
  position: fixed;
  top: 0;
  left: 1200px;
  margin-top: 0px !important;
}

@media screen and (max-width: 1500px) {
  .haendlernewsbox {
    margin-top: 15px;
    padding-top: 0;
  }

  .haendlernewsbox #firmennewsheader {
    display: block;
  }

  #firmennews {
    float: none !important;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 23px !important;
  }

  #firmennewsinnen,
  #firmennewsheader,
  #firmennews {
    width: 100%;
  }

  .firmennewsinnen {
    display: none;
  }

  .firmennewselemet_1,
  .firmennewselemet_2,
  .firmennewselemet_3,
  .firmennewselemet_4 {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .mainnavigation .navbar-nav > li > a {
    padding: 8px 6px;
  }

  .languagedropdown,
  .logindropdown {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .mainnavigation .navbar-nav > li > a {
    padding: 8px 5px;
    font-size: 1.5rem;
  }

  .languagedropdown,
  .logindropdown {
    padding-top: 0px;
  }

  .kurzname {
    display: none;
  }

  .abstandnav {
    width: 5px;
  }
}

.show-menu {
  opacity: 1;
  left: 0 !important;
  transition: all 0.3s ease-out;
}

.navbar-collapse {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
}

.nav>li>a {
  padding:0;
  margin:0;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}
.mainnavigationNeu {
  position: fixed;
  top: 0;
  background: #fff;
  width: 330px;
  left: 0px;
  z-index: 2211;
  top: 0px;
  overflow-y: auto;
  overflow-x:hidden;
  transition: all 0.3s ease-out;
  box-shadow: 1px 0px 2px  #333;
  white-space: nowrap;
  display: flex;
}

.navclose {
  cursor: pointer;
}



.mainnavigationNeu::-webkit-scrollbar {
  width: 5px;
}

.mainnavigationNeu::-webkit-scrollbar-track {
  background: transparent;
}

.mainnavigationNeu::-webkit-scrollbar-thumb {
  background: #ccc;
}

.mainnavigationNeu::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.innernavNeu {
  flex:1;
  height: 100%;
  background-color: #fff;
  clear: both;
}

.mainnavigationNeu {
  left: -330px;
  width: 330px;
}

.mobiltrenner {
  display: none;
}

.ausgabebox .item-left {
  padding-right: 8px !important;
}

.ausgabebox .item-right {
  padding-left: 8px !important;
}

.logo img {
  max-height: 45px;
}

@media screen and (min-width: 992px) {

  .bildboxgmm_old {
    height: 150px !important;
  }
  #adngin-listings_in_content_bottom-mpu-0 {
    clear: both;
  }

  #contentbigfull {
    margin-left: 100px;
    margin-right: 100px;
  }

  #merkliste-mobil {
    display: none;
  }

  .loginlogoutinfobox {
    margin-top: -8px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .loginlogoutbox {
    margin-top: 5px;
  }

  
}

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

  .sameheight .bildboxgmm {
    min-height: 134px!important;
  }


  .boxleft ul li a {
    line-height: 24px;
    text-decoration: none;
    padding: 14px;
    font-size:18px;
    display: inline-block;
  }

  .bildboxgmm {
    height: auto!important;
    min-height: 100px;
  }

  .moreimagecounter {
    position: absolute;
    background: #ccc;
    top: 0px;
    padding: 2px 5px;
    font-size: 12px;
    right: 0px;
  }

  .mobilwithoutpadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .kleinanzeigenpfad,
  .kleinanzeigenpfad a {
    font-size: 13px;
    line-height: 21px;
  }

  .kleinanzeigenpfad {
    margin-top: 10px;
  }

  .kleinzeigenlisteheader {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
  }

  .classified-preview {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .verkaufspreis {
    font-size: 2rem;
    font-weight: bold;
  }

  #kleinanzeigenausgabeliste .bildboxgmm,
  .kleinanzeigenausgabeliste .bildboxgmm {
    height: 220px;
  }
  .mobilleft0 {
    padding-left: 0;
    padding-right: 0;
  }

  .langlinkbox {
    margin-bottom: 15px !important;
  }

  .footercontainer .row {
    padding-bottom: 100px;
  }

  #gebrauchtmaschinenbox .elementcount_3 {
    clear: both !important;
  }

  .loginlogoutinfobox strong {
    font-size: 1.4rem;
  }

  .gmmtreffer .mr-0 {
    padding-left: 0;
  }

  .maincontainer {
    padding-left: 7px;
    padding-right: 7px;
  }

  .firmennewsinnentext {
    max-width: 145px;
  }

  .firmennewsinnen {
    max-width: 245px;
  }

  .headerforum {
    margin-bottom: 10px;
  }

  .element_99 .col-md-6 {
    margin-bottom: 15px !important;
  }

  .gmmtext strike {
    display: none;
  }

  #hamburger-icon {
    margin-top: 11px;
  }

  .infonavigation .fa {
    color: #fff;
  }

  .infonavigation {
    padding-top: 5px;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
  }

  .kleinanzeigenaufgebenbutton {
    padding: 0 15px !important;
    margin-bottom: 10px;
  }

  .buttonhaendler {
    background: #60b565 !important;
    padding-left: 10px !important;
  }

  .searchboxheader {
    padding-left: 15px;
  }

  .messagebox .col-sm-9 {
    padding: 0;
  }

  .navbar-nav .open .sprachmenuneu > li > a {
    line-height: 16px;
  }

  .plusbuttoncontent .circle {
    zoom: 0.7;
  }

  .katuntergruppe a {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .contentright,
  .contenttausch,
  .mobilohnerand {
    padding: 0;
  }
  .mobilohnerand {
    margin-top: 0;
  }

  .kleinanzeigenaufgebenbutton {
    margin-top: 5px !important;
  }
  .kleinanzeigenaufgebenbutton > div,
  .kleinanzeigenaufgebenbutton a {
    padding: 0;
  }

  .aufgebentext {
    padding-left: 0px !important;
    margin-top: 7px !important;
  }

  .neuesinserat a {
    width: 100%;
    text-align: center;
  }

  .mainheader1 {
    margin-top: 2px;
  }

  h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .searchbox {
    margin-bottom: 0px;
  }

  .plusbuttoncontent {
    top: 0px;
  }

  .caption-bild {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 10px;
  }

  .boxheader h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
  }

  .sprachnavigation .nav > li > a:hover,
  .sprachnavigation .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }

  .navbar-nav .open .dropdown-menu {
    position: relative;
    left: -97px;
  }

  .ausgabebox .item-left {
    padding-right: 15px !important;
  }

  .ausgabebox .item-right {
    padding-left: 15px !important;
  }

  #contentrightkat h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }

  #contentrightkat {
    padding-left: 0px;
    padding-right: 0px;
  }

  .trefferelement .col-xs-7 {
    font-size: 13px;
    line-height: 16px;
  }

  .mr-0 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .verkaufspreis {
    font-size: 2rem;
    line-height: 2.3rem;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0;
    color: #008a4c;
    text-align: right;
  }

  .kleinzeigenlisteheader {
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #008a4b;
  }

  .verkaufspreis {
    font-size: 1.6rem;
  }

  .mobiltrenner {
    display: block;
    clear: both;
    margin-bottom: 7px !important;
  }

  .element_6 h3 a,
  .contentbox1 h3,
  .element_9 h3 a,
  .contentbox7 h3 a {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .element {
    margin-bottom: 10px;
  }

  .firmennewsinnen {
    display: none;
  }

  .firmennewselemet_1,
  .firmennewselemet_2,
  .firmennewselemet_3 {
    display: block;
  }

  .logo img {
    max-height: 35px;
    margin-top: 7px;
  }

  .mainheader {
    height: 50px;
  }

  .headerwertunb {
    margin-top: 57px;
  }

  .circle {
    right: 16px;
  }

  .mobilesmenu {
    margin-top: 0;
  }

  .mainheader .btn-lg {
    font-size: 1.3rem;
  }

  #skybanner {
    position: relative;
    top: 0;
    left: 0;
  }

  .boxleft {
    margin-left:15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.pluselement {
  display: none;
}

.card-home-top {
  color: #000;
  background: #ccc;
}

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

 
  .card-home-top {
    font-size: 15px;
  }
}

#contentleftkat {
  padding: 0;
}

.rooticonstart {
  display: none;
}
.rootstart {
  display: inline-block;
}
@media screen and (max-width: 767px) {

  #treffer0 {
    min-height: 250px;
  }

  .vipboxback {
      top:20px;
   }

  .fixbottom {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000; 
  }
  
  body {
    overflow-x: hidden; 
  }


  #newloginbox2 .col-md-6,
  #newloginbox1 .col-md-6 {
    padding: 20px 20px;
  }

  .trennerbox {
    margin-top: 20px;
    border-top: 1px #ccc solid;
  }

  #newloginbox1 h1 {
    margin-bottom: 10px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .nichtmobil {
    display: none !important;
  }

  .bilduploaderboxmehr {
    display: none;
  }

  .rootstart {
    display: none;
  }
  .rooticonstart {
    display: inline-block;
  }
  #kleinanzeigenausgabeliste .bildboxgmm,
  .kleinanzeigenausgabeliste .bildboxgmm {
    height: 170px;
  }

  .kleinanzeigenheaderline,
  .kleinanzeigenrootline {
    padding: 0;
  }

  .boxweitereprodukte .gmmtreffer {
    margin-left: 6px;
    margin-right: 6px;
  }

  #contentleftkat {
    padding: 0 15px;
  }

  .nurdesktopoffenheader {
    display: block;
    cursor: pointer;
  }
  .nurdesktopoffen {
    display: none;
  }

  .countsize {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 2px;
    background: #e5e5e5;
  }

  .imgbox1 {
    height: 135px;
  }

  .alleforumseintraege a {
    display: block;
    margin-bottom: 5px;
  }

  .kleinanzeigenaufgebenbutton {
    display: none;
  }

  .kleinanzeigenflex {
    padding-left: 0px;
    padding-right: 0px;
  }

  #headerbanner {
    height: auto;
    min-height: 60px;
  }
  .kleinanzeigenrootline > strong {
    display: none;
  }

  .infonavigation {
    margin-top: 12px;
  }

  .kleinanzeigenaufgebenbutton {
    padding: 0 !important;
    margin-bottom: 0px;
  }

  .buttonhaendler {
    background: #60b565 !important;
    padding-left: 0px !important;
  }

  .searchboxheader {
    padding-left: 0px;
  }

  .contentleft {
    padding-left: 0px;
    padding-right: 0px;
  }

  .element {
    margin-bottom: 15px;
  }

  .headerwertunb img {
    display: none;
  }

  .firmennewsinnen {
    display: none;
  }

  .firmennewselemet_1 {
    display: block;
  }

  .logo {
    padding-top: 0px;
  }

  .elementcount_1 {
    padding-right: 7px !important;
  }

  .elementcount_2 {
    padding-left: 7px !important;
  }

  .newsbox .elementcount_1,
  .newsbox .elementcount_2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .elementcount_3 {
    padding-right: 7px;
  }

  .elementcount_4 {
    padding-left: 7px;
  }

  .elementcount_5 {
    padding-right: 7px;
  }

  .elementcount_6 {
    padding-left: 7px;
  }

  .elementcount_7 {
    padding-right: 7px;
  }

  .elementcount_8 {
    padding-left: 7px;
  }

  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .logo {
    text-align: center;
  }

  .logo .img-responsive {
    display: inline-block;
  }

  .navbar-nav > li > a {
    border: none;
  }

  .rot {
    padding: 0px 10px !important;
  }

  .mobilabstellen {
    display: none;
  }

  #contentright {
    float: left;
    width: 100%;
  }

  .gebrauchtedropdown {
    min-width: auto;
  }

  .minuselement,
  .pluselement {
    top: 2px;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 34px;
    z-index: 22222;
    text-align: center;
    cursor: pointer;
  }

  .pluselement .fa-minus,
  .minuselement .fa-plus {
    display: none;
    font-size: 32px;
  }

  .pluselement {
    display: block;
  }

  .fa-minus:before,
  .fa-plus:before {
    font-size: 21px;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu_old {
    display: none;
  }

  #headerlinksneu a {
    display: block;
    color: #fff !important;
  }

  #headeranmeldebox {
    margin: 15px;
  }

  .mitpadding {
    padding: 2px;
  }

  .discount {
    padding: 1px 5px;
  }

  .mainnavigation .navbar-nav > li > a {
    padding: 8px 25px;
    font-size: 2rem;
    color: #fff !important;
  }

  .element_42 {
    margin-bottom: 0px !important;
  }

  .sameheight {
    height: auto !important;
  }

  .element h3 {
    font-size: 1.8rem;
  }

  .headercontainer .searchbox {
    padding: 10px 7px;
  }

  .headercontainer .col-md-8 {
    padding-right: 0px;
  }

  .circle {
    right: 16px;
  }

  .startseiteartikelheader {
    border-bottom: none;
  }

  #headerbanner,
  .headerwertunb {
    margin-top: 64px;
  }

  .homebutton {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  .newsbox .elementcount_1,
  .newsbox .elementcount_2 {
    margin-bottom: 15px;
  }

  .flags-border {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-bottom: unset !important;
  }
}


/*tooltip Box*/

/*tooltip */
.c-tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: 0.4;
  width: 100%;
  padding: 0px 20px;
  background: #333;
  color: #fff;
  position: absolute;
  top: -140%;
  left: -25%;
  border-radius: 9px;
  font: 18px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

/* tooltip  after*/
.c-tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 40%;
}

.con-tooltip .c-tooltip {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
  width: 150px;
  left: -60px !important;
  padding: 10px;
}
@keyframes odsoky {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(1px);
  }
}

/*bottom*/
.bottom .c-tooltip {
  top: 115%;
  left: -20%;
}
.bottom .c-tooltip::after {
  top: -17%;
  left: 40%;
  transform: rotate(180deg);
}
#anfragebox .form-group {
  position: relative;
  margin-bottom: 10px;
}
#anfragebox #chatmessage {
  height:55px;
}
#anfragebox .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

#anfragebox .form-control:focus + .form-control-placeholder,
#anfragebox .form-control:not([value=""]) + .form-control-placeholder,
#anfragebox .form-control:valid + .form-control-placeholder {
  font-size: 80%;
  transform: translate3d(-10px, -100%, 0);
  opacity: 1;
}

#gmmliste .element-box ol, #gmmliste .element-box ul {
  margin-left: 20px!important;
}

#gmmliste .element-box ol a, #gmmliste .element-box ul a {
  text-decoration: underline;
}

.presentationbutton {
  text-align: right;
  text-decoration: underline;
}

.presentationclose {
  display: none;
}