/* noto-sans-100 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../webfonts/noto-sans-v27-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-100.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-100italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100;
  src: url('../webfonts/noto-sans-v27-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-100italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/noto-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/noto-sans-v27-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/noto-sans-v27-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/noto-sans-v27-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/noto-sans-v27-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/noto-sans-v27-latin-700italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body, html {
    height: 100%;
    -ms-overflow-style: scrollbar;
}

body { /*overflow-x:hidden;*/
    position: relative;
    background: #fff;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-variant-numeric: lining-nums;
}

body, p, a, input, button, select, textarea, button, input[type="button"], input[type="submit"] {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    padding: 0;
}

button, input, select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0 !important;
    border: 0
}

a {
    color: #333;

}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn {
    font-weight: 400;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */

    padding-top: 30px;
    /* IE6 workaround*/

    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-slider {
    position: relative;
    height: 50vH;
    z-index: 5;
    background-color: #7ab51d
}

#main-slider .carousel-inner {
    height: 100%;
}

#main-slider .item {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 100%;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    color: #fff;
}

#main-slider .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#sub-slider {
    position: relative;
    height: 30vH;
    z-index: 5;
    background-color: #7ab51d
}

#mini-slider {
    position: relative;
    height: 10vH;
    z-index: 5;
    background-color: #7ab51d
}

#sub-slider .carousel-inner {
    height: 100%;
}

#sub-slider .item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 100%;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    color: #fff;
}

#sub-slider .item:first-child {
    top: auto;
    position: relative;
}

#sub-slider .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}
@media (min-width: 992px) {
    header {margin-top: 130px;}
}
.carousel-inner {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
}

.item {
    height: auto;
}

.caption {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.caption h1, .caption h2 {
    color: #fff
}

.caption .border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    transition: all ease .75s;
    background: rgba(0, 0, 0, 0)
}

.carousel:hover .caption .border {
    position: absolute;
    left: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, .35)
}

.slidecapton {
    background-color: #f00;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    background-color: rgba(122, 181, 29, .85);
    padding: 15px 30px;
    text-align: left;
}

.slidecapton p {
    margin: 0;
    color: #fff
}
header .btn-default {border-color:#fff !important; margin-bottom:-35px; float:right; margin-top:10px;}

.slidericon {
    position: absolute;
    right: 15%;
    position: absolute;
    bottom: -75px;
    right: 15%;
    z-index: 1;
    top: 100px;
    width: 20%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.slidericon img {float: right; height: 100%}
/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .slidericon {

        width: 22%;

    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .slidericon {

        width: 26%;

    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .slidericon {

        width: 30%;

    }
    .slidecapton p.h1 {font-size: 2em;}
    .slidecapton p.h2 {font-size: 1.5em;}
}

#maincontent ul {
    padding-left: 30px;
}

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

.gap {
    margin-bottom: 30px !important;
}

.big-gap {
    margin-bottom: 60px !important;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.versteckt {
    opacity: 0
}

.sichtbar {
    opacity: 1
}

.shadow {
    box-shadow: 0px 0px 3px 1px #333;
    -moz-box-shadow: 0px 0px 3px 1px #333;
    -webkit-box-shadow: 0px 0px 3px 1px #333;
}

.inner-shadow {
    -moz-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    -webkit-box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
    box-shadow: inset 0 8px 8px -8px #000,
    inset 0 -8px 8px -8px #000;
}

.img-responsive {
    margin: 0 auto;
}

.delay1 {
    animation-delay: .25s
}

.delay2 {
    animation-delay: .45s
}

.readmore {
    font-size: 75%;
    font-weight: 700
}

.readmore a {
    text-decoration: none;
}

.readmore a:hover {
    color: rgba(0, 61, 101, 1)
}

/*
section { padding:50px 0;}
*/
section {
    padding: 100px 0;position: relative;
}

p {
    margin-bottom: 1.2em;
}

p a, td a {
    text-decoration: underline;
}

p.small {
    margin-bottom: 0;
}

p.more {
    text-align: left;
    font-family: 'Noto Sans', sans- serif;
    text-align: center;
}

section.maincontent {
    padding: 100px 0
}

hr {
    margin: 60px auto !important;
    width: 50% !important;
    height: 1px;
    line-height: 0;
    background: #ddd !important;
    border: none !important
}

.tcenter hr {
    margin: 30px auto !Important
}

hr.full {
    width: 100% !important;
    margin: 50px auto !important
}

#sidebar hr.full {
    margin: 30px auto !Important
}

#sidebar .recentposts p:last-child {
    margin-bottom: 0
}

#sidebar {
    padding-left: 25px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h1, .h2, .quotes, #sidebar h2.widget-title {
    font-weight: 700;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000;
}

h1, h2, #sidebar h2.widget-title {
}

h2 {font-size: 36px;
}

h3 {
}
.h4, h4 {
    font-size: 24px;
}

h5, h6 {
}

h1 + h2 {
    margin-top: -10px;
    font-weight: 100;
    color: #7ab51d;
	font-size: 36px;
}

/*h2 + h3 {margin-top:-20px; font-size: 2em}*/
h3 + h4 {
    margin-top: -10px;
    font-weight: 400;
    color: #7ab51d;
}

/*h4 + h5 {margin-top:-15px;}*/
h5 + h6 {
    margin-top: -10px;
    color: #7ab51d;
    font-weight: 400;

}

.small a, small a {
    font-size: 85%
}

#sidebar h2.widget-title {
    font-size: 20px
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
   

}

/** NAVBAR **/
.logo {
    position: fixed;
    left: 20px;
    top: 22px;
    z-index: 100;
width: 200px;
    transition: top ease .3s;
}



.logo img {
    width: 100%;
    float: left;
    transition: all ease .3s
}

body.navaffix .logo {
    top:5px;
	background-color: rgba(255, 255, 255, 1);
}

body.navaffix .logo img {
    width: 75%
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (max-width: 991px) {
    .ansprechpartner .overlay {
        transform: translateY(0);
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        left: 20px;
        top:5px;
    }
    body.navaffix .logo img, .logo img {
        width: 75%;
        float: left;
        transition: all ease .3s;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .logo {
        left: 5px;
        top:5px;
    }

    body.navaffix .logo img, .logo img {
        width: 75%;
        float: left;
        transition: all ease .3s
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/** BREADCRUMB**/
#breadCrumb {
    padding: 0;
    position: relative;
    z-index: 3
}

#breadCrumb p {
    margin: 0;
    padding: 0
}

.breadcrumbholder {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0px;
    font-size: 12px;
}

.breadcrumbholder i {
    margin: 0px 5px
}

.breadcrumbholder strong {
    color: #7ab51d;
}

.breadcrumbholder a, .breadcrumbholder i, .breadcrumbholder p {
    font-size: 12px;
    text-decoration: none
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    #breadCrumb > div > .row {
        margin: 0;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #breadCrumb > div > .row {
        margin: 0;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #breadCrumb {
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #breadCrumb {
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #breadCrumb {
    }

    .breadcrumbholder {
        padding: 15px;
        margin: 0 -15px;
        font-size: 10px;
    }

    .breadcrumbholder i {
        margin: 0 2px
    }
}
body.home #maincontent {position: relative}
body.home #maincontent:after {
    content: '';
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    right: 5%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/rewindo-unternehmen-icon.svg);
}
@media (min-width: 1920px) {
    body.home #maincontent:after {

        left: 15%;

    }
}

/** AJAX**/
.ajBtn {
    cursor: pointer;
}

/** NAVBAR **/
.navbar {
    border: none !important;
    background: rgba(255, 255, 255, 0) !important;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 !Important;
    margin-bottom: 0;
    font-weight: 400;
    left: auto;
}

.navbar a {
    padding: 10px 15px;
    font-weight: 700;
    color: #7ab51d
}

.navbar .navbar-brand {
    position: relative;
    height: auto;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
}

.navbar .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 55px;
}

.navbar-toggle {
    z-index: 10;
}

.navbar-nav li {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

.navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    border: none !important;
    background: none !important;
    color: #333 !important
}

.navbar-nav > li > a i {
    font-size: 16px;
}

.navbar * {
    border-radius: 0 !important
}

.navbar-right {
    margin-right: 0;
    margin: 15px;
}

.navbar-default .navbar-nav > li.active, .current_page_parent, .navbar-default .navbar-nav > .open, .navbar-default .current-menu-parent {
    background: rgba(255, 255, 255, 1) !important;
    color: #7ab51d !important;
}

.navbar-default .navbar-nav.main > li.active:before, .navbar-default .navbar-nav.main .current_page_parent:before, .navbar-default .navbar-nav.main .navbar-nav > .open:before, .navbar-default .navbar-nav.main .current-menu-parent:before, .navbar-default .navbar-nav.main .current-page-ancestor:before  {
    /*background: #7ab51d;*/
    color: #fff !important;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    right: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menuactive-top.svg);

}

.navbar-default .navbar-nav.main > li.active:after, .navbar-default .navbar-nav.main .current_page_parent:after, .navbar-default .navbar-nav.main .navbar-nav > .open:after, .navbar-default .navbar-nav.main .current-menu-parent:after, .navbar-default .navbar-nav.main .current-page-ancestor:after {
    /*background: #7ab51d;*/
    color: #fff !important;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    right: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menuactive-bottom.svg);

}

.navbar-default .navbar-nav > li.active a, .current_page_parent a, .navbar-default .navbar-nav > .open a, .navbar-default .navbar-nav > li.current-menu-parent > a, .navbar-default .navbar-nav.main .current-page-ancestor > a {
    color: #7ab51d !important;
}

.navbar-default .navbar-nav > li:focus, .navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li.active:hover, .navbar-default .navbar-nav > li.active:focus {
    background: rgba(255, 255, 255, 1) !important
}

.navbar-default .navbar-nav > li:focus a, .navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li.active:hover a, .navbar-default .navbar-nav > li.active:focus a {
    color: #7ab51d !important
}

/*
.navbar ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}*/
.navbar ul {
    padding: 0;
}
@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}
ul.meta {position: absolute; top:5px; right: 15px;}
ul.main { margin-top: 60px;}
@media (min-width: 993px) {
    .navbar-header {
        height: 0
    }

    .meta {
        text-transform: none;
        font-size: 12px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 25px;
        transition: margin ease .3s;
    }
    body.navaffix .meta {margin-top: -5px;}
body.navaffix ul.main { margin-top: 30px;}
    .meta li a {
        padding: 0 10px;
        font-size: 13px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main {
        margin-bottom: 0;
        -webkit-transition: margin 0.3s;
        -moz-transition: margin 0.3s;
        transition: margin 0.3s;
        clear: both;
        margin-bottom: 10px;
        margin-top: 15px;
        margin-right: 15px !Important;
    }

}

.dropdown-menu {
    border: none !important
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: none;
    color: none
}

.dropdown-menu li a {
    padding: 5px 10px;
}

li.dropdown > .dropdown-menu {
    background: rgba(102, 102, 102, 1) !important;
    box-shadow: none !Important
}

li.dropdown > .dropdown-menu a {
    color: #fff;
    background: none !important
}

li.dropdown > .dropdown-menu li:hover a {
    color: rgba(0, 61, 101, 1)
}

li.dropdown-submenu > .dropdown-menu {
    box-shadow: none !Important
}

li.dropdown-submenu > .dropdown-menu li a {
    color: #fff !important
}

.dropdown-menu li:hover a {
    color: rgba(0, 61, 101, 1) !important;
    background: rgba(255, 255, 255, .33) !important
}

.dropdown-submenu li:hover a {
    color: rgba(0, 61, 101, 1);
    background: #fff
}

.dropdown-menu li.dropdown-submenu:hover ul li a {
    color: rgba(0, 61, 101, 1) !important;
    background: none
}

li.dropdown-submenu:hover ul li:hover a {
    color: rgba(0, 61, 101, 1) !important;
    background: #fff
}

li.dropdown-submenu.open li:hover a {
    color: rgba(0, 61, 101, 1) !important;
    background: rgba(255, 255, 255, .85) !important
}

/** FULL SIZE NAV **/
.menui {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.navicon {
    z-index: 99999;
    position: fixed;
    display: block;
    padding: 12px;
    height: 50px;
    width: 50px;
    margin: 0px;
    top: 0;
    right: 0; background:#7ab51d;  -webkit-transition: all 0.5s;    -moz-transition: all  0.5s;    transition: all  0.5s;
}
body.menuopen .navicon { background:#333;}
.mobilenav {
    top: 0; bottom:0; right:0;
    z-index: 999; padding:50px;
    display: none;
    position: fixed;
    min-width: 20%;
    height: 100%;
    background:rgba(255,255,255,.90); overflow:auto; border-left:20px solid #7ab51d;
}
.table {
    display: table;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%; padding:50px 0
}

.table .inner {
    display: table-cell;
    vertical-align: middle;
}
.mobilenav.in { display:table;}
.mobilenav ul { margin:0; padding:0;}
.mobilenav li {
    list-style-type: none; list-style-image: none; list-style: none;
    text-align: left; margin:4px 0; margin-right:5px; position:relative; float: left; clear:both; z-index:2; padding: 6px;
}


.mobilenav li ul  {
    -webkit-transition: all 0.5s;    -moz-transition: all  0.5s;    transition: all  0.5s;
}
.mobilenav li ul:hover  {
    opacity:1;
}
.mobilenav li ul li {
    display: inline-block; position:relative; float:left; clear:none
}

.mobilenav li a {
    font-size: 30px; line-height:1; position:relative;  display:inline-block; clear:both;
    color: #333;
    text-decoration: none;
    padding:5px 8px;
}
.mobilenav li.active a, .mobilenav li.current-menu-item>a, .mobilenav li.current-menu-parent>a { color:#7ab51d;}

.mobilenav li ul li a { font-size:90%; padding:5px 7px; font-weight:400}
.mobilenav li a:hover { color:#7ab51d;}

.mobilenav li.current-menu-item:before{
    /*background: #7ab51d;*/
    color: #fff !important;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    right: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menuactive-top.svg);

}

.mobilenav li.current-menu-item:after{
    /*background: #7ab51d;*/
    color: #fff !important;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    right: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menuactive-bottom.svg);

}

.top-animate {
    border-color: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
    border-color: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}


.top-menu {
    top: 5px;
    width: 25px;
    height: 1px;
    border-radius: 0;
    background-color: transparent; border:2px solid #fff;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 1px;
    border-radius: 0;
    background-color: transparent; border:2px solid #fff
}
/*.mid-animate {

  top: 3px !important; border:4px solid #000;
  border-radius: 50%; width:25px; height:25px; background:transparent;
}*/
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 3px;
    border-radius: 0;
    background-color: #fff; border:2px solid #fff
}


@media (min-width: 1440px) {
    .mobilenav { max-width:33%;}
    .mobilenav li ul  { padding-left:20px}
}


/* Large desktops and laptops */
@media (min-width: 1200px)  and (max-width: 1439px) {
    .mobilenav { max-width:50%;}
    .mobilenav li ul  { padding-left:20px}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) {
    .mobilenav {display:none}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .mobilenav { width:100%;}
    .mobilenav li a { font-size:3em }
    .mobilenav li ul  { padding-left:20px}


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .mobilenav { left:0; right:0; max-width:100%; padding: 25px}
    .mobilenav li a { font-size:1.5em }
    .mobilenav li ul  { padding-left:10px}



}
.mobilenav ul.footermeta {margin-top: 30px;}
.mobilenav ul.footermeta li {float: left; display: inline-block; clear: none !important;}
.mobilenav ul.footermeta a {font-size: 85% !important; line-height: 1;}



/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    .centering {
        margin: 0 !important
    }

    body.home #maincontent {
        padding: 50px 0 15px !important
    }
}

ul.meta {position: absolute; top:5px; right: 15px;}
ul.main { margin-top: 60px;}

/**CTA **/
#cta {
    position: relative;
    z-index: 5;
    padding: 0;
    margin-top: -75px;
}

#cta:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 30%;
    right: 0;
    background-color: #7ab51d;
    z-index: -1
}

.ctalink {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px #333;
    border-radius: 50%;
}

.ctalink img {
    position: absolute
}

.ctalink:after {
    padding-bottom: 100%;
    content: '';
    display: block
}

.ctalink:before {
    content: '';
    position: absolute;
    left: 7%;
    top: 7%;
    height: 86%;
    width: 86%;
    border: 5px solid #7ab51d;
    border-radius: 50%;
}

.ctalink .imageholder {
    position: absolute;
    left: 15%;
    top: 15%;
    right: 15%;
    bottom: 15%;
    transition: transform ease .3s;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat
}

.ctalink:hover .imageholder {
    transform: scale(1.1)
}

/** PREMIUM & PARTNE R**/
#premium {
    background-color: #7ab51d;
    color: #fff;
    height: auto;
    position: relative;
    z-index: 1;

}

#premium h1, #premium h2, #premium h3, #premium h4, #premium h5, #premium h6 {
    color: #fff;
}

#premium .btn-default {
    color: #fff;
    border: 2px solid #fff !important;
    background-color: transparent;
}

#partner {
    background-color: #f0f0f0;
    position: relative;
}

#partner h1,
#partner h2,
#partner h3,
#partner h4,
#partner h5,
#partner h6
#partner p {
    color: #fff;
}

#partner section {
    padding: 15px 0
}

.square {
    position: relative;
}

.square:after {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.circle {
    border-radius: 50%;
    background-color: #7ab51d;
    position: relative
}

#partner .circle {
    border: 5px solid #fff;
    box-shadow: 0 0 10px #333;
    z-index: 2
}

#partner .circle:before {
    content: '';
    position: absolute;
    left: 3%;
    top: 3%;
    height: 94%;
    width: 94%;
    border: 5px solid #fff;
    border-radius: 50%;
}

#partner .circle .circleinner {
    position: absolute;
    left: 3%;
    top: 6%;
    bottom: 6%;
    right: 3%;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 18%;
}

#partner #map {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #7ab51d;
}

#partner #map:before {
    content: '';
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #partner .circle h3 {
        font-size: 20px
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #partner .circle h3 {
        font-size: 16px
    }
}

/** PARTNER**/
#partner {
    background-color: #f0f0f0;
    position: relative;
}

#partner h1,
#partner h2,
#partner h3,
#partner h4,
#partner h5,
#partner h6
#partner p {
    color: #fff;
}

#partner section {
    padding: 15px 0
}

.square {
    position: relative;
}

.square:after {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.circle {
    border-radius: 50%;
    background-color: #7ab51d;
    position: relative
}

#partner .circle {
    border: 5px solid #fff;
    box-shadow: 0 0 10px #333;
    z-index: 2
}

#partner .circle:before {
    content: '';
    position: absolute;
    left: 3%;
    top: 3%;
    height: 94%;
    width: 94%;
    border: 5px solid #fff;
    border-radius: 50%;
}

#partner .circle .circleinner {
    position: absolute;
    left: 3%;
    top: 6%;
    bottom: 6%;
    right: 3%;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 18%;
}

#partner #map {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #7ab51d;
}

#partner #map:before {
    content: '';
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/** NEWS **/
.previewimage {
    background-color: #fafafa;
    padding-bottom: 45%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
	    background-position: center;
    background-size: cover;
}

.previewimage img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imagecaption {
    padding: 10px 10px 5px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.imagecaption p, .ekko-lightbox .modal-footer {
    font-size: 75%;
    color: #999;
    margin-bottom: 0;
}

.ekko-lightbox .modal-content {
    border-radius: 0 !important
}

.futherdownload {
    display: block;
    padding: 30px 15px 15px;
    background-color: #eee;
    color: #000;
}

.futherdownload:last-child {
    margin-bottom: 0 !important;
}

.futherdownload:first-child {
    margin-bottom: 30px !important
}

.futherdownload:hover {
    background-color: #7ab51d;
    color: #fff
}

.futherdownload:hover h5 {
    color: #fff
}

.futherdownload i.fa {
    transition: none !Important
}

.futherdownload h5 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

/** DOWNLOAD ITEM **/

.download-item {
    display: block;
    padding: 15px 0;
    background-color: #eee;
    color: #000;
    overflow: hidden;
}

.download-item:last-child {
    margin-bottom: 0 !important;
}

.download-item:first-child {
    margin-bottom: 30px !important
}

.download-item:hover {
    background-color: #7ab51d;
    color: #fff
}
.download-item .pull-right {padding:15px 0 0 15px}

.download-item:hover h5, .download-item:hover a {
    color: #fff
}

.download-item i.fa {
    transition: none !Important
}

.download-item h5 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

/** SHARE**/
#share {margin-bottom:50px; color:#ddd; font-size: 16px;}
#share a {color:#ddd; margin: 0 5px 0 0 }
#share a:hover {color:#7ab51d}

/** ARCHIVE**/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:100;

    background-color: rgba(255,255,255,.5);
}
.overlay.out {
    display:none;
}

/** CAT LINK **/

.catlink {
    display: block;
}

.catheader {
    padding: 30px 30px 33%;
    border: 1px solid #7ab51d;
}

.catdesc {
    padding: 15px;
}

.catlink.colored h4 {
    color: #fff
}

.catlink.dark h4 {
    color: #222
}

.catlink:hover .catdesc {
    background-color: #7ab51d !important
}

.catlink:hover .catdesc h4 {
    color: #fff !important;
}

/** LEFT RIGHT**/
#sidebar section {
    padding: 0 0 30px
}

section + section.left-right-content {
    padding: 0;
}

.leftrightcontent {
    min-height: 50vH
}

.table {
    display: table;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.mobilenav .inner {
    padding: 0 70px 0 0;
}

.table .inner {
    display: table-cell;
    vertical-align: middle;
}

.leftrightitem .imageholder {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.leftrightitem .contentholder {
    position: relative;
    padding: 80px 100px
}

.leftrightitem .imageholder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -30px 0px 0 -30px;
    height: 60px;
    width: 60px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: center
}

.leftrightitem:nth-child(odd) .imageholder:after {
    right: 0;
    top: 50%;
    margin: -30px -30px 0 0;
    height: 60px;
    left: auto
}

.leftrightitem:nth-child(even) .imageholder {
    float: right
}

@media (max-width: 992px) {
    .leftrightitem .contentholder {
        position: relative;
        padding: 60px 80px
    }
}

@media (max-width: 768px) {
    .leftrightitem .contentholder {
        position: relative;
        padding: 40px 60px
    }
}

@media (max-width: 468px) {
    .leftrightitem .contentholder {
        position: relative;
        padding: 20px 40px
    }
}

/** META**/
#meta {
    position: relative;
    margin: 0;
    background-color: #7ab51d;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
}

#meta a, #meta p {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    font-family: 'PT Serif', serif;
    line-height: 25px;
}

#meta .search_box form .input_icon {
    position: relative
}

#meta .search_box form .input_icon button {
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1.5;
    width: 30px;
    font-size: 18px;
}

#meta .search_box form .input_icon button i {
    font-size: 15px;
}

#meta .search_box form input {
    width: 100%;
    background: rgba(255, 255, 255, .15);
    border-radius: 6px;
    color: #fff;
    border: none;
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 0 !important;
    height: 25px !important;
}

/** TABLES **/
table, table a {
    font-size: 12px
}

.item {
    background-color: #eee;
    padding: 15px;
}

.item:hover {
    background-color: #7ab51d;
    color: #fff;
}

.item:hover h4, .item:hover a {
    color: #fff
}    table, table a {
         font-size: 12px
     }
table td img {display:block; width:100px}

/** CTA **/
section.cta {
    position: relative;
    z-index: 10;
    background: #999
}

.ctaitem .ctaheader {
    height: 205px;
    overflow: hidden;
}

.ctaitem .backgrounder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    background-position: center !important;
    transition: all ease .3s
}

.ctaitem:hover .backgrounder {
    transform: scale(1.15, 1.15)
}

.ctaitem .ctaheader .border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all ease .5s
}

.ctaitem:hover .ctaheader .border {
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    border: 2px solid rgba(255, 255, 255, 1);
}

.ctaitem:hover span {
    color: #fff !important
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    section.cta {
        margin-top: 0;
        padding-top: 15px;
        position: relative;
        z-index: 10;
        padding-bottom: 0
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

.ctaitem {
    background: #fff;
    display: block;
    transition: all ease .3s;
    padding: 15px;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.ctaitem.small {
    padding-bottom: 65%
}

.ctaitem .ctacopy {
    margin: 30px 0
}

.ctaitem h3 {
    color: #fff;
    margin-bottom: 0;
}

.ctaitem p {
    margin: 0;
    color: #fff
}

.ctaitem:hover {
    color: #fff;
    background: #7ab51d;
}

.ctaitem:hover .overlay {
    margin-bottom: 0 !important;
    background: rgba(1, 46, 91, 1);
}

.ctaitem .overlay {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    background-color: rgba(1, 46, 91, .85);
    padding: 10px
}

table, table a {
    font-size: 12px
}

.item {
    background-color: #eee;
    padding: 15px;
}

.item:hover {
    background-color: #7ab51d;
    color: #fff;
}

.item:hover h4, .item:hover a {
    color: #fff
}

/** KONTAKT **/
#kontakt {
    background: #333;
    color: #fff;
    padding: 15px 0;
}

#kontakt h3, #kontakt h4 {
    color: #fff
}

#kontakt ul {
    margin: 0;
    padding: 0
}

#kontakt ul li {
    list-style: none;
    padding-left: 10px;
}

#kontakt ul li:before {
    content: '>';
}

#kontakt ul li a {
    color: #fff
}

#kontakt .newsletter p {
    font-size: 10px;
}

#kontakt h1, #kontakt h2, #kontakt h3, #kontakt h4, #kontakt h5, #kontakt h6 {
    color: #fff;
}

.form-control, #newsletter input[type=text], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, #wpsl-widget-search {
    color: #000;
    border-radius: 0;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .05);
    box-shadow: none !important;
    height: 40px;
    margin-bottom: 15px;
    line-height: 30px
}

.btn-default.readmore {
    height: auto;
    line-height: 1
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border: 1px solid #7ab51d;
}

#kontakt .form-control {
    background: rgba(255, 255, 255, 1);
}

.form-control::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #aaa !important;
}

.form-control::-webkit-input-placeholder {
    color: #aaa !important;
}
#wpsl-widget-form #wpsl-widget-search::-webkit-input-placeholder {
    color: #fff !important;
}
#wpsl-widget-form #wpsl-widget-search::-ms-input-placeholder {
    color: #fff !important;
}
#wpsl-widget-form #wpsl-widget-search::-moz-input-placeholder {
    color: #fff !important;
}
#meta input::-moz-placeholder {
    color: #ddd !important;
    opacity: 1;
}

#meta input:-ms-input-placeholder {
    color: #ddd !important;
}

#meta input::-webkit-input-placeholder {
    color: #ddd !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: none;
    border-radius: 0;
}

.btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #artikelanfrage-gruppe button, #wpsl-widget-submit, #wpsl-search-btn {
    background: #7ab51d;
    border: 2px solid #7ab51d !important;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 0;
    font-size: 13px;
    padding: 5px 10px;

    box-shadow: none !important;
    border-radius: 0 !Important;
    position: relative;
    line-height: 30px
}

#wpsl-widget-search {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
    width: 100%;
    outline: none !important
}

#wpsl-widget-submit {
    border: 2px solid #fff !important;
    color: #7ab51d !important;
    background-color: #fff !important;
    height: 40px;
    padding: 5px 15px;
    line-height: 1;
    width: 50%;
}

#wpsl-widget-submit:hover,
#wpsl-widget-submit:focus {
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

#wpsl-widget-form > p {
    margin-bottom: 0;
}

#wpsl-widget-form label {
    margin-bottom: 15px;
}

.btn-default:hover, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, #wpsl-widget-submit:hover {
    background: #fff;
    color: #7ab51d
}

#artikelanfrage-gruppe button {
    padding: 0 10px;
    color: #fff;
}

#artikelanfrage-gruppe button:hover, #artikelanfrage-gruppe button:focus {
    background: #fff;
    color: #7ab51d
}

#artikelanfrage-gruppe button.wpcf7-field-group-remove {
    background: #666;
    margin-right: 5px
}

#artikelanfrage-gruppe button.wpcf7-field-group-remove:hover, #artikelanfrage-gruppe button.wpcf7-field-group-remove:focus {
    background: #fff;
    margin-right: 5px
}

footer {
    background-color: #7ab51d;
    color: #fff;
    font-size: 13px;
    position: relative;
    font-size: 12px;
    padding: 10px 0
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    color: #fff;
    position: relative;
    list-style: none;
    float: left
}

footer .social ul li {
    list-style: none;
    color: #fff;
    position: relative;
    float: right;
    margin: 0 5px
}

footer ul li a {
    padding: 5px;
    color: #fff !important;
    font-size: 11px;
}

footer ul li a:hover {
    opacity: .75;
}

#main-slider * {
    perspective: 2000px;
}

.ausgeblendet {
    opacity: 0
}

.eingeblendet {
    opacity: 1
}

.full-visible {
    opacity: 1 !important
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background: #005380;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background: #45b5e0
}

section .col-xs-12 p > span.archibus {
    color: #7ab51d;
    font-weight: bold
}

section .col-xs-12 p > strong > span.archibus {
    color: #7ab51d;
    font-weight: bold
}

#module .modulitem span.archibus {
    color: #7ab51d;
    font-weight: bold
}

/** CF 7 **/
div.wpcf7-mail-sent-ok {
    border: 2px solid #7ab51d;
    background-color: #fff;
    color: #7ab51d;
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 85%;
    font-weight: bold;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #7ab51d;
    background: #333;
    color: #fff;
    font-weight: bold;
}

#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    min-height: 400px !important;
    height: 60vH !important;
}

#wpsl-stores ul li:hover {
    background-color: #eee;
  
}


#wpsl-result-list li { padding:30px !important; border-left:10px solid #fa8419; position:relative; }
#wpsl-result-list li:hover , #wpsl-result-list li:focus {border-left-color: #999 !important;}

#wpsl-result-list li:before { content:'Annahmestelle'; position:absolute; font-size:10px; right:5px; top:5px; background-color:#fa8419; color:#fff; padding:3px 6px; }

#wpsl-result-list li.wpsl-preloader { border-left:0;}
#wpsl-result-list li.wpsl-preloader:before {content:''; display:none;}


#wpsl-result-list li.wpsl-featured-dealer:before { content:'Recyclingpartner, bundesweites Holsystem'; position:absolute; font-size:10px; right:5px; top:5px; background-color:#7ab51d; color:#fff; padding:3px 6px; }
#wpsl-result-list li.wpsl-top-dealer:before { content:'Recyclingpartner'; position:absolute; font-size:10px; right:5px; top:5px; background-color:#365e23; color:#fff; padding:3px 6px; }
#wpsl-result-list li.wpsl-second-top-dealer:before { content:'Recyclingpartner, Vorkonfektionierer'; position:absolute; font-size:10px; right:5px; top:5px; background-color:#365e23; color:#fff; padding:3px 6px; }
#wpsl-result-list li.wpsl-featured-dealer {
   border-left:10px solid rgba(122, 181, 29,1);
	position:relative;
}

#wpsl-result-list li.wpsl-top-dealer , #wpsl-result-list li.wpsl-second-top-dealer {     border-left:10px solid #365e23; position:relative; }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
	/*
    width: 1%;
    white-space: nowrap;
    */
}

.vc_toggle_title h4 {color:#7ab51d}

img {width:100%;}

html {margin-top:0 !important}

.wpsl-store-thumb {
    max-width:150px !important;
}