html, body {
    font-family: 'Muli', sans-serif;
    min-height: 100%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    hyphens: manual;
    word-break: break-word;
}

html {
    height: 100%;
}

iframe {
    border: none;
}

.width100 {
    width: 100%;
}

body {
    background-attachment: fixed;
    background-image: url("/layout/css/img/bg_body_.png");
    background-position: 240% 110%;
    background-repeat: no-repeat;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

#page {
    float: left;
    width: 100%;
    margin-bottom: 270px;
}

@media all and (max-width: 960px) {
    #page {
        margin-bottom: 390px;
    }
}

@media all and (max-width: 520px) {
    #page {
        margin-bottom: 600px;
    }
}

.main-area {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.breadcrumb {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: dotted 1px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.breadcrumb aside {
    float: left;
}

.breadcrumb a {
    float: left;
    text-decoration: none;
    padding-left: 10px;
}

.breadcrumb a:after {
    content: "\f105";
    font-family: "fontawesome";
    padding-left: 10px;
}

.last_bread {
    float: left;
}

.last_bread a:after {
    content: "";
}

.last_bread a {
    color: black;
}

.last_bread a:hover {
    color: black;
    cursor: default;
}

h1, h2, h3, h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 42px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0px;
}

h3 {
    font-size: 25px;
    color: #2D8A36;
    margin-bottom: 0px;
    margin-top: 0px;
}

h4 {
    font-size: 20px;
    color: #2D8A36;
    margin-bottom: 0px;
    margin-top: 0px;
}

p {
    color: #000;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 8px;
    margin-top: 8px;
}

a {
    color: #2d8a36;
}

.search_it-flex > input {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    padding-left: 7px;
    height: 34px !important;
}

.img_block {
    width: 100%;
    float: left;
}

.txt_block {
    width: 100%;
    float: left;
}

.colorbox_block {
    width: 100%;
    float: left;
}

.download_block {
    width: 100%;
    float: left;
}

.medium_block {
    width: 100%;
    float: left;
}

a:hover {
    color: #59ab27;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.Slider_Desc {
    float: left;
    font-size: 29px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}

.sliderDesc {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 80px;
}

.Slider-TxtDesc {
    float: left;
    width: 100%;
}

.Slider_Title {
    float: left;
    font-size: 69px;
    font-weight: bolder;
    margin: 0;
    width: 100%;
}

@media all and (max-width: 1300px) {
    .SliderDesc {
        margin-top: 30px;
    }
}

@media all and (max-width: 1135px) {
    .Slider_Title {
        font-size: 35px;
    }

    .Slider_Desc {
        font-size: 20px;
    }

    .top50Negative {
        margin-top: 0px !important;
    }

    .slider-points {
        bottom: 50px !important;
    }
}

@media all and (max-width: 890px) {
    .SliderDesc {
        margin-top: 100px;
    }

    .slider-points {
        bottom: 80px !important;
    }
}

@media all and (max-width: 700px) {
    .Slider_Title {
        font-size: 25px;
    }

    .Slider_Desc {
        font-size: 16px;
    }
}

@media all and (max-width: 420px) {
    .Slider_Title {
        font-size: 20px;
    }

    .Slider_Desc {
        font-size: 14px;
        font-weight: 100;
    }

    .slider-arrows > .fa {
        font-size: 20px !important;
    }
}

.SlideCutter {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}


@media all and (max-width: 890px) {
    .SlideCutter {
        margin-top: 52px;
    }
}

.headerBo {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#headerbasic-area .sliderPic {
    overflow: hidden;
    width: 135%;

}

.headerBo .sliderLogo {
    float: left;
    margin-top: 13px;
    max-width: 250px;
    width: 100%;
}

.white-con {
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.black-con {
    color: black;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.searchSym {
    margin-right: 10px;
    padding: 8px 8px 1px 9px;
    float: right;
    height: 27px;
    margin-top: 12px;
}

.search_it-button {
    display: none;
}

.searchSym:hover {
    cursor: pointer;
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.greenBG {
    cursor: pointer;
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.searchSym .fa-search {
    font-size: 20px;
}

.portalLogin:hover {
    cursor: pointer;
}

.portalLogin {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-radius: 7px;
    color: white;
    float: right;
    margin-top: 30px;
    position: relative;
    z-index: 9999;
}

.loginPic {
    float: left;
    color: white;
    padding: 8px 12px;
}

.loginVal {
    border-left: 1px solid #318428;
    padding: 8px 12px;
    float: left;
    min-width: 100px;
    text-align: center;
}

.footer-area {
    width: 100%;
    background-color: #333333;
    float: left;
    margin-top: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-area p {
    margin: 2px;
    color: white;
    font-size: 15px;
}

@media all and (max-width: 520px) {
    .footer-area p {
        font-size: 16px !important;
    }
}

.footer-middle-mark {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

/*
.scrollTop {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #FFFFFF;
    margin-top: -30px;
}
*/

.scrollTop {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 40px;
    background-color: #FFF;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;

}

.footerMiddle {
    float: left;
    padding-top: 20px;
    width: 100%;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.fooInf {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.footerBot {
    width: 100%;
    float: left;
}

.footerNav {
    text-decoration: none;
    color: white;
    padding-right: 15px;
    float: left;
}

.footerNavigation {
    float: left;
    padding-bottom: 40px;
    padding-top: 15px;
    text-decoration: none;
}

a.anchor {
    display: block;
    position: relative;
}

@media all and (max-width: 960px) {
    .fooInf {
        width: 50%;
        text-align: center;
    }

    #fooThi {
        margin-top: 20px;
    }

    #fooFou {
        margin-top: 20px;
    }

    .footerNavigation {
        float: none;
        text-align: center;
    }

    .footerNav {
        margin-left: 10px;
    }
}

@media all and (max-width: 520px) {
    .fooInf {
        width: 100%;
    }

    #fooSec {
        margin-top: 20px;
    }

    .footerNav {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
        margin-left: 0px;
    }
}

.sliderNav {
    border-radius: 5px;
}

.mainNav {
    background: lightgrey;
    background: -webkit-linear-gradient(#FAFCFB, #CBC9CA);
    background: -o-linear-gradient(#FAFCFB, #CBC9CA);
    background: -moz-linear-gradient(#FAFCFB, #CBC9CA);
    background: linear-gradient(#FAFCFB, #CBC9CA);
    float: left;
    margin-top: 20px;
    width: 100%;
}

.level-0 {
    font-size: 18px;
}

@media all and (max-width: 1100px) {
    .level-0 {
        font-size: 16px;
    }
}

@media all and (max-width: 1035px) {
    .level-0 {
        font-size: 14px;
    }
}

@media all and (max-width: 965px) {
    .main-navigation ul.level-0 > li > a {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .level-0 > .first > a {
        padding: 16px 25px 17px !important;
    }
}

.noneSliderNav > .level-0 {
    font-size: 16px;
}

.overlayArea > .main-navigation .level-0 {
    font-size: 15px;
}

@media all and (max-width: 1160px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 14px;
    }
}

@media all and (max-width: 1124px) {
    .main-navigation ul.level-0 > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media all and (max-width: 1124px) {
    .main-navigation ul.level-0 > li > a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media all and (max-width: 1008px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 16px;
    }

    .main-navigation ul.level-0 > li > a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media all and (max-width: 974px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 16px;
    }

    .main-navigation ul.level-0 > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media all and (max-width: 941px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 16px;
    }

    .main-navigation ul.level-0 > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media all and (max-width: 920px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 16px;
    }

    .main-navigation ul.level-0 > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media all and (max-width: 902px) {
    .overlayArea > .main-navigation .level-0 {
        font-size: 16px;
    }

    .main-navigation ul.level-0 > li > a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

.level-1 {
    font-size: 15px;
}

.main-navigation {
    padding-left: 10px;
}

.main-navigation * {
    box-sizing: border-box;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.main-navigation ul.level-0 {
    display: block;
}

.main-navigation ul ul {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    -moz-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.main-navigation ul ul li {
    position: relative;
}

.main-navigation ul.level-1 {
    border-radius: 0px 0px 4px 4px;
    z-index: 50;
}

.main-navigation ul.level-1 ul {
    left: 100%;
    margin-left: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: -5px;
}

.main-navigation ul > li > a {
    color: #000;
    text-decoration: none;
}

.main-navigation ul.level-0:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation ul.level-0 > li {
    float: left;
    margin-right: 2px;
}

.main-navigation ul.level-0 > li > a {
    display: block !important;
    line-height: 23px;
    padding: 18px 15px;
}

.main-navigation ul ul > li {
    padding: 2px 0;
}

.main-navigation ul ul > li > a {
    display: inline-block;
    line-height: 36px;
    width: 100%;
    padding: 4px 40px 0 15px;
}

.main-navigation ul ul > .has-children {
    padding: 4px 40px 0 15px;
}

.fa-home {
    font-size: 24px !important;
}

.main-navigation ul > li:hover > ul {
    display: block;
}

.first > .fa-home {
    font-size: 21px !important;
    color: black;
}

.first .current > .fa-home {
    color: white !important;
}

.first:hover {
    color: white;
}

.level-0 > .first {
    padding: 0px !important;
}

.has-children:after {
    content: "\f0dd";
    font-family: "fontawesome";
    padding-left: 6px;
    color: #2d8a36;
    font-size: 14px;
    position: relative;
    bottom: 3px;
}

.main-navigation .current.has-children:after {
    content: "\f0dd";
    font-family: "fontawesome";
    padding-left: 6px;
    color: white;
    font-size: 14px;
}

.current > a:after {
    color: white;
}

.has-children > li:hover:after {
    color: white;
}

.level-0 > .has-children > li:hover:after {
    color: white;
}

.level-0 > .has-children > li:after {
    content: "\f0da";
    font-family: "fontawesome";
    padding-left: 6px;
    color: #2d8a36;
    float: right;
}

.level-1 > .has-children > a:after {
    content: "\f0da";
    font-family: "fontawesome";
    padding-left: 6px;
    color: black;
    float: right;
}

.level-1 > .has-children:hover:after {
    color: white;
}

.main-navigation ul > li:hover, .main-navigation ul > li.current {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    color: #fff;
    /*line-height: 55px;*/
}

.level-1 > .has-children {
    color: black;
}

.level-1 > .has-children:hover {
    color: white;
}

.level-1 {
    margin: 0 0 0px -14px !important;
}

.main-navigation ul > li:hover > a, .main-navigation ul > li.current > a {
    color: #fff;
    width: 100%;
}

.main-navigation ul > li:hover:after, .main-navigation ul > li.current:hover:after {
    color: #fff;
}

.img_block {
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
}

.image_elem {
    float: left;
    padding: 2px;
    width: 99%;
}

.light_background {
    background: rgba(255, 255, 255, 0.8);
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    margin: 0 auto;
}

.image_elem_light {
    position: fixed;
    width: 100%;
    z-index: 55;
    margin: 0 auto;
}

@media all and (max-width: 850px) {
    .light_background {
        padding-top: 80px;
    }
}

.deaktive {
    display: none;
}

.aktive {
    display: block !important;
}

legend {
    font-size: 19px;
}

.color_box {
    border-radius: 5px;
    padding-left: 25px;
}

.color_box ul {
    font-size: 18px;
}

.red_arrow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.green_arrow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.green_arrow ul li:before {
    content: "\f101";
    font-family: "fontawesome";
    color: #2d8a36;
    padding-right: 6px;
}

.red_arrow ul li:before {
    content: "\f101";
    font-family: "fontawesome";
    color: #e7290f;
    padding-right: 6px;
}

.greenAr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.greenAr ul li:before {
    content: "\f101";
    font-family: "fontawesome";
    color: #2d8a36;
    margin: 0 5px 0 -14px;
}

.pdfVal:before {
    content: "\f1c1";
    font-family: "fontawesome";
    color: #888888;
    padding-right: 6px;
}

.download_box {
    border-radius: 5px;
}

.download_box ul {
    list-style: outside none noen;
    margin: 0;
    padding: 0;
}

.download_box ul li {
    list-style: none;
    margin: 0;
    padding: 3px 0 6px 4px;
}

.download_box a {
    text-decoration: none;
    color: #2D8A36;
}

.download_box a:hover {
    color: #59ab27;
}

.infobox_block {
    float: left;
    width: 100%;
}

.ibox {
    background-color: white;
    -moz-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 16px -3px rgba(0, 0, 0, 0.75);
    border-collapse: separate;
    float: left;
    padding: 0 1.7% 20px;
    text-align: center;
    width: 19.4%;
    border-radius: 3px;
}

.ibox p {
    font-size: 16px;
}

.ibox h1 {
    font-size: 20px;
    color: #2E8920;
    font-weight: 400;
    padding-bottom: 2px;
    margin-top: 10px;
}

@media all and (max-width: 767px) {
    .ibox p {
        font-size: 14px;
    }

    .ibox h1 {
        font-size: 18px;
    }

    .ibox_con {
        padding: 0px 10px;
    }
}

.green_circle {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    box-shadow: -2px -2px 22px -13px rgba(0, 0, 0, 0.75);
    border-radius: 80px;
    height: 100px;
    margin: -50px auto 0;
    width: 100px;
}

.icon_cal {
    background-image: url(/layout/css/img/icons_sprite_100x100.png);
    height: 100px;
    width: 100px;
}

.icon_an {
    background-image: url(/layout/css/img/icons_sprite_100x100.png);
    height: 100px;
    width: 100px;
    background-position: 0 -100px;
}

.icon_what {
    background-image: url(/layout/css/img/icons_sprite_100x100.png);
    height: 100px;
    width: 100px;
    background-position: 0 -200px;
}

.icon_ser {
    background-image: url(/layout/css/img/icons_sprite_100x100.png);
    height: 100px;
    width: 100px;
    background-position: 0 -300px;
}

.ibox a {
    color: #2D8A36;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.green_Marrow:before {
    background: rgba(0, 0, 0, 0) url(/layout/css/img/GreenMoreArrow.PNG) repeat scroll 0 0/18px 16px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 5px;
    width: 18px;
}

.ibox a:hover {
    color: #59ab27;
}

#first_ibox {
    margin-right: 2.8%;
}

#secound_ibox {
    margin-right: 2.8%;
}

#third_ibox {
    margin-right: 2.8%;
}

@media all and (max-width: 768px) {
    .ibox {
        width: 45%;
    }

    #first_ibox {
        margin-right: 3.2%;
    }

    #secound_ibox {
        margin-right: 0;
    }

    #third_ibox {
        margin-right: 3.2%;
        margin-top: 75px;
    }

    #four_ibox {
        margin-right: 0;
        margin-top: 75px;
    }
}

@media all and (max-width: 480px) {
    .ibox {
        width: 96%;
    }

    #first_ibox {
        margin-right: 0;
    }

    #secound_ibox {
        margin-top: 75px;
    }

    #third_ibox {
        margin-right: 0;
    }
}

.slider-box {
    margin-top: 45px;
}

.slick-dots li button:before {
    color: transparent !important;
}

.active {
    display: block;
}
.inactive {
    display: none !important;
}

.single_news {
    -moz-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 16px -3px rgba(0, 0, 0, 0.75);
    float: left;
    padding: 7.5%;
    background-color: white;
    margin-bottom: 18px;
    border-radius: 3px;
}

.news_tab {
    float: left;
    width: 100%;
    background-color: white;
    position: relative;
    z-index: 3;
}

.news_img {
    float: left;
    height: auto;
    padding: 2px;
    width: 100%;
}

.news_img:hover {
}

@media all and (max-width: 676px) {
    .news_img {
        padding: 10px 10px 0 10px;
        float: none;
        width: 90%;
    }

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

    .single_news {
        padding: 2.1%;
    }
}

.news_image_box {
    float: left;
}

.news_content {
    float: left;
    width: 100%;
}

.news_content p {
    font-size: 16px;
    word-break: normal;
}

.news_headline {
    text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: 400;
}

.news_headline:hover {
    text-decoration: underline;
    color: #379324;
}

.single_news .green_Marrow {
    color: #2D8A36;
    text-decoration: none;
    font-size: 16px;
    float: left;
    font-weight: 400;
}

.single_news .green_Marrow:hover {
    color: #59ab27;
}

.right_marg {
    margin-right: 2.3%;
}

.none_marg {
    margin-right: 0px;
}

.news_point_area {
    width: 100%;
    height: auto;
}

.point_place {
    margin: 0 auto;
}

.slick-slide {
    background: transparent !important;
}

.slick-dots li {
    border-radius: 20px;
    height: 18px;
    margin-right: 5px;
    width: 18px;
    cursor: pointer;
    background-color: lightgrey;
}

.slick-active {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
}

.deaktivePoint {
    background-color: lightgrey;
}

.news_forward {
    background-color: #BABABA;
    height: 90px;
    right: -45px;
    position: absolute;
    width: 45px;
    border-radius: 0px 300px 300px 0px;
}

.news_forward:hover {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    cursor: pointer;
}

.news_backward {
    background-color: #BABABA;
    border-radius: 50px;
    height: 90px;
    margin-left: -45px;
    position: absolute;
    width: 90px;
}

.news_backward:hover {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    cursor: pointer;
}

.news_backward .fa-chevron-left {
    font-size: 31px !important;
    margin-left: 14px;
    margin-top: 30px;
    color: white;
}

.news_forward .fa-chevron-right {
    color: white;
    font-size: 31px !important;
    margin-left: 10px;
    margin-top: 30px;
}

.point_place_mobile {
    display: none;
    margin: 0 auto;
}

@media all and (max-width: 1264px) {
    .news_forward {
        display: none;
    }

    .news_backward {
        display: none;
    }
}

@media all and (max-width: 676px) {
    .point_place {
        display: none;
    }

    .point_place_mobile {
        display: block;
    }

    .single_news {
        width: 96%;
    }

    .single_news {
        margin-bottom: 6px;
    }
}

.noneSliderNav {
    padding-left: 0;
}

.OverlayNav {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 222;
}

.overlayArea > .main-navigation {
    padding-left: 0;
}

.OverlayNav img {
    float: left;
    width: 100%;
    max-width: 120px;
    margin-top: 10px;
}

.OverlayNav .portalLogin {
    float: right;
    margin-top: 8px;
}

.nav_mid_taker {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.OverlayNav .navbar {
    margin-top: 0;
}

.OverlayNav .main-navigation {
    float: left;
}

.StandartNav {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.StandartNav img {
    float: left;
    width: 100%;
    max-width: 120px;
    margin-top: 10px;
}

.StandartNav .portalLogin {
    float: right;
    margin-top: 8px;
}

.StandartNav .navbar {
    margin-top: 0;
}

.StandartNav .main-navigation {
    float: left;
}

.spaceMaker {
    width: 100%;
    height: 55px;
}

.fa-male {
    font-size: 20px !important;
}

/*
.scrollTop > .fa-chevron-up {
    font-size: 21px;
    margin-left: 19px;
    margin-top: 26px;
    color: #2d8a36;
}
*/

.scrollTop > .fa-chevron-up {

    font-size: 21px;
    margin-left: 24px;
    margin-top: 0px;
    color: #2d8a36;

}

.scrollTop:hover {
    cursor: pointer;
}

.slimLine {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    border-style: ridge;
}

.SlimeLineHead {
    margin-bottom: -12px;
    font-size: 25px;
}

.galerie_block {
    width: 100%;
    float: left;
}

.galerie_container {
    overflow: hidden;
    padding-top: 20px;
}

.galerie_pic {
    width: 100%;
    float: left;
}

.galerie_light {
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
    width: 50%;
}

.galerieLight_pic {
    float: left;
    width: 100%;
}

.galaLight_Title {
    font-size: 25px;
    font-weight: 500;
}

.galaLight_Desc {
    font-size: 20px;
    margin-top: -15px;
}

.galerie_arrow_left {
    float: left;
    font-size: 68px !important;
}

.galerie_arrow_right {
    float: right;
    font-size: 68px !important;
    margin-left: 12px;
}

.deaktive_mobile_reiter > .nt_arrow:before {
    content: "\f0da";
    font-family: "fontawesome";
    color: white;
    padding: 0 7px;
}

.aktive_mobile_reiter > .nt_arrow:before {
    content: "\f0d7";
    font-family: "fontawesome";
    color: white;
    padding: 0 7px;
}

.mobile_reiter > p {
    padding: 10px;
    color: white;
    margin: 0;
}

.mobile_reiter {
    float: left;
    width: 100%;
    color: white;
    display: none;
    cursor: pointer;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
}

.green_arrow {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.green_arrow:before {
    color: #2d8a36;
    content: "";
    font-family: "fontawesome";
    padding-right: 4px;
}

.Infmod_Box {
    background-color: white;
    border-radius: 5px;
    float: left;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 16px -3px rgba(0, 0, 0, 0.75);
    margin-top: 20px;
    overflow: hidden;
}

.aktive_reiter {
    background-color: white;
}

.aktive_reiter > p {
    padding-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}

.deaktive_reiter {
    cursor: pointer;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
}

.deaktive_reiter > p {
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 25px;
    font-size: 18px;
}

.reiterContainer {
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.reiterContainer > div {
    float: left;
    width: 25%;
}

.aktive_box {
    display: block;
}

.deaktive_box {
    display: none;
}

.news_trenner {
    width: 96%;
    float: left;
    border-style: ridge;
}

.news_reiter_box {
    width: 100%;
    float: left;
    padding: 5px 25px;
}

.single_new_con {
    float: left;
    width: 100%;
}

.single_new_con > p {
}

.dateNews {
    color: #2d8a36;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.conNews {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    width: 75%;
}

.all_newLink {
    float: left;
    margin-bottom: 25px;
    margin-top: 5px;
    text-decoration: none;
    width: 100%;
}

.employee_reiter_box {
    float: left;
    width: 100%;
    padding: 5px 25px;
}

.single_emp_con {
    float: left;
    width: 100%;
}

.nameEmp {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    font-size: 14px;
}

.PosEmp {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    font-size: 14px;
    padding-left: 15px;
}

.offers_reiter_box {
    float: left;
    width: 100%;
    padding: 5px 25px;
}

.single_off_con {
    float: left;
    width: 100%;
}

.dateOffer {
    color: #2d8a36;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.descOffer {
    float: left;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 75%;
}

.single_new_content {
    float: left;
    width: 100%;
}

.dateNewsData {
    color: #2d8a36;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.conNewsData {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
}

@media all and (max-width: 767px) {
    .reiterContainer {
        display: none;
    }

    .mobile_reiter {
        display: block;
    }
}

.Mobile_NAV_Area {
    float: left;
    margin-top: 52px;
    width: 100%;
    position: absolute;
    z-index: 90;
}

.mobile_nav_menue {
    display: none;
    z-index: 99;
}

@media all and (max-width: 890px) {
    .mobile_nav_menue {
        display: block;
    }

    .mainNav {
        display: none;
    }

    .portalLogin {
        display: none;
    }

    .sliderLogo {
        display: none !important;
    }
}

.mobile_level-0 {
    background-color: #F2F2F2;
    border: none !important;
    width: 100%;
    float: left;
}

.mobile_level-1 {
    display: none;
    width: 100%;
    float: left;
    background: white;
    color: black !important;
    font-size: 14px;
    border: none !important;
}

.mobile_level-2 {
    display: none;
    width: 100%;
    float: left;
    background: white;
    color: black !important;
    font-size: 12px;
    border: none !important;
}

.mobile_nav_menue {
    background: #F2F2F2;
    float: left;
    height: 52px;
    width: 100%;
    position: fixed;
}

.Mobile_NAV_Area div {
    float: left;
    width: 100%;
    border-bottom: 1px solid lightgrey;
}

.arrow_nav_cur {
    border: none !important;
}

.arrow_Nav {
    border: none !important;
}

.arrow_Nav:hover {
    cursor: pointer;
}

.arrow_nav_cur:hover {
    cursor: pointer;
}

.mobile_level-2 a {
    border-top: 1px solid lightgrey;
}

.Mobile_NAV_Area div a {
    color: black;
    float: left;
    padding: 12px;
    text-decoration: none;
}

.arrow_Nav {
    width: auto !important;
    float: left;
    background: none !important;
    padding: 13px 12px 11px 15px;
}

.mobile_has-children .arrow_Nav:before {
    content: "\f0da";
    font-family: "fontawesome";
    color: #59ab27;
}

.arrow_cur::before {
    content: "\f0d7";
    font-family: "fontawesome";
    color: #59ab27;
}

.arrow_cur {
    width: auto !important;
    float: left;
    background: none !important;
    padding: 13px 8px 11px 15px;
    cursor: pointer;
}

.arrow_nav_cur {
    width: auto !important;
    float: left;
    background: none !important;
    padding: 13px 8px 11px 15px;
}

.mobile_current .arrow_nav_cur:before {
    content: "\f0d7";
    font-family: "fontawesome";
    color: white;
}

.mobile_current {
    background: #59ab27 !important;
    background: -webkit-linear-gradient(#59ab27, #2D8A36) !important;
    background: -o-linear-gradient(#59ab27, #2D8A36) !important;
    background: -moz-linear-gradient(#59ab27, #2D8A36) !important;
    background: linear-gradient(#59ab27, #2D8A36) !important;
    width: 100%;
    color: white !important;
}

.mobile_has-children {
    float: left;
}

.mobile_has-children a {
    width: 80%;
    border-right: 1px solid lightgrey;
}

.mobile_nav_menue img {
    float: left;
    height: 40px;
    margin-left: 15px;
    margin-top: 6px;
}

.Menu_bu_nav {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    cursor: pointer;
    border-radius: 5px;
    float: right;
    height: 23px;
    margin: 7px;
    padding: 7px;
    text-align: center;
    width: 32px;
}

.Menu_bu_nav i {
    color: white;
    font-size: 22px !important;
}

.mobile_current b {
    color: white;
}

.E-Image {
    float: left;
    width: 100%;
}

.ebox_con {
    float: left;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
    word-break: normal;
}

.ebox_con p {
    font-size: 16px;
}

.image-greybox {
    float: left;
    margin-bottom: 25px;
    padding: 1px;
}

.Ebox .green_Marrow {
    text-decoration: none;
    float: left;
}

.wasteTable .dropdown-toggle {
    display: none;
}

.wasteTable tr td, .wasteTable tr th {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    padding: 5px;
}

.wasteTable tr th {
    font-weight: 400;
}

.wasteTable th {
    text-align: left;
}

.wasteTable th.footable-sortable > span.fooicon {
    right: auto;
    position: relative;
    margin-top: 0px;
}

.wasteTable th:first-child {
    width: 40%;
    border-top-left-radius: 4px;
}

.wasteTable th:last-child {
    border-top-right-radius: 4px;
}

.wasteTable th:nth-child(2) {
    width: 45%;
}

@media all and (max-width: 720px) {
    .wasteTable th:nth-child(2) {
        padding-right: 5px !important;
    }
}

@media all and (max-width: 590px) {
    .wasteTable thead {
        display: none;
    }

    .wasteTable td {
        width: 96%;
        max-width: 100%;
        display: block !important;
    }

    .wasteTable td:first-child:before {
        content: 'Name: ';
        font-weight: 700;
    }

    .wasteTable td:nth-child(2):before {
        content: 'Kurzinfo: ';
        font-weight: 700;
    }

    .wasteTable td:nth-child(3):before {
        content: 'Abfallort: ';
        font-weight: 700;
    }

    .wasteTable td:last-child:before {
        content: 'Karte: ';
        font-weight: 700;
    }

    .wasteTable .footable-paging td:last-child:before {
        content: '';
        font-weight: 700;
    }

    body table.footable .footable-last-visible a {
        display: inline-block;
        margin-left: 0px;
    }
}

.wasteTable tbody tr:nth-child(2n+2) {
    background-color: #E3E3E3;
    color: #222222;
}

.wasteTable .pagination a {
    color: #000;
}

.wasteTable .pagination .active a {
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-color: #349033;
}

.wasteTable .pagination .active a:hover {
    background-color: #4DAF2E;
    border-color: #349033;
}

.wasteTable .pagination .active a:focus {
    background-color: #4DAF2E;
    border-color: #349033;
}

.wasteTable .footable-filtering-search .btn-primary {
    background-color: #4DAF2E;
    border-color: #349033;
}

.wasteTable .footable-filtering-search .btn-primary:focus {
    background-color: #4DAF2E;
    border-color: #349033;
}

.wasteTable .input-group input {
    height: 20px;
}

.wasteTable .input-group-btn:last-child > .btn {
    margin-left: -13px;
}

.heightFix {
    height: 750px;
}

.sectionGroundData {
    width: 48%;
    padding: 5px;
    float: left;
}

@media all and (max-width: 630px) {
    .sectionGroundData {
        width: 98%;
    }

    .openingHoursBody p {
        text-align: left !important;
    }
}

.aktiveGround h4, .aktiveGround p {
    color: #fff;
}

.aktiveGround {
    background: rgba(0, 0, 0, 0) linear-gradient(#59ab27, #2d8a36) repeat scroll 0 0;
}

.groundsContainer {
    width: 100%;
}

.searchHeader {
    height: 40px;
    background: rgba(0, 0, 0, 0) linear-gradient(#59ab27, #2d8a36) repeat scroll 0 0;
}

.searchHeader p {
    margin-top: 0px;
    color: #fff;
    padding: 6px;
    margin-left: 9px;
}

.searchContainer {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    background: #fff;
}

.searchContainer #searchField, .searchContainer #searchFieldLocation {
    width: 97%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #349033;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    padding-left: 10px;
}

.searchContainer .noClosingTimes {
    width: auto;
}

.searchBody {
}

.legendContainer {
    width: 100%;
    margin-top: 20px;
}

.legendContainer p {
    font-size: 14px;
    margin-bottom: 0px;
}

.legendContainer fieldset {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.legendBody {
    padding: 5px;
}

.ABC-opening {
    float: left;
    width: 100%;
}

.openingHoursBody p {
    width: 85px;
    text-align: right;
    float: left;
    margin-bottom: 0px;
}

.openingHoursBody .hourText {
    font-size: 14px;
    text-align: left;
    width: 65%;
    margin-left: 10px;
}

.containerLegendInfo {
    margin-top: -10px;
}

.searchContainer {
    width: 100%;
}

.popupLogin, .popupChangePW {
    display: none;
    position: absolute;
    top: 40px;
    background: white;
    border-radius: 5px;
    padding: 15px 20px;
    z-index: 51;
    right: 0px;
    color: #000;
    max-width: 320px;
    width: auto;
    min-width: 300px;
}

.loginButton {
    width: 95%;
    padding: 7px;
    text-align: center;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #2D8A36;
}

.popupLogin label {
    font-weight: 500;
    color: black;
}

.popupLogin input {
    margin-bottom: 10px;
}

.popupLogin:hover, .popupLogin p:hover, .popupChangePW:hover, .popupChangePW p:hover {
    cursor: default;
}

.popupLogin .errorText, .popupLogin .infoText, .popupChangePW .errorText, .popupChangePW .infoText {
    display: none;
    color: red;
}

.popupLogin .successText {
    display: none;
    color: green;
}

.popupChangePW .changePWButton {
    width: 130px;
}

.portalLoginOverlay .popupLogin {
    top: 48px;
    position: fixed;
}

.portalLoginWOSlider .popupLogin {
    top: 44px;
}

.popupLogin .loginButton:hover, .popupChangePW .changePWButton:hover {
    cursor: pointer;
}

#addressBigName {
    font-size: 32px;
    text-align: left;
}

.blockingHoursBody p {
    width: 300px;
    text-align: right;
    float: left;
    margin-bottom: 0px;
}

@media all and (max-width: 1000px) {
    .wasteContainer > div {
        width: 100%;
    }
}

.legendIcons {
    margin-top: 35px;
    height: 235px;
    padding-left: 15px;
    padding-right: 15px;
}

.datetimeContainer #datepicker, .datetimeContainer #datepicker {
    width: 80px;
}

.datetimeContainer .form-group {
    width: 48%;
    float: left;
}

.datetimeContainer {
    height: 90px;
}

.blockingHoursBody .hourText {
    font-size: 14px;
    text-align: left;
    width: 50%;
    font-weight: 700;
    margin-left: 10px;
}

.datetimeContainer {
    height: 90px;
}

.datetimeContainer .form-group {
    width: 48%;
    float: left;
}

.datetimeContainer #datepicker, .datetimeContainer #timepicker {
    width: 80px;
}

.showMoreFractions {
    text-align: center;
}

.showMoreFractions p {
    color: #349033;
    font-weight: 700;
}

.showMoreFractions p:hover {
    cursor: pointer;
}

.fractionBody ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 50px;
    column-width: 150px;
}

.fractionBody li {
    width: 98%;
    transform: translateZ(0);
}

.greyScaleIcon {
    opacity: 0.3;
}

.legendIcons {
    margin-top: 35px;
    height: 235px;
    padding-left: 15px;
    padding-right: 15px;
}

.legendIcons .iconSet {
    float: left;
    hyphens: auto;
    margin-bottom: 3px;
    width: 100%;
}

.iconSet i {
    float: left;
    font-size: 20px;
    margin-top: 4px;
    margin-right: 15px;
    color: #2D8A36;
}

.iconDeactivated {
    color: #ccc !important;
}

.legendIcons .iconSet i {
    cursor: pointer;
}

.legendIcons .iconSet img, .legendIcons .iconSet span {
    vertical-align: middle;
    display: table;
    float: right;
}

.legendIcons .iconSet span {
    hyphens: auto;
    margin-top: 4px;
    width: 76%;
}

.searchResult .legendContainer {
    display: table;
}

.searchResult .legendContainer fieldset {
    margin-bottom: 20px;
}

.searchResult .legendContainer fieldset legend {
    color: #646464;
    font-size: 16px;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px;
}

.searchResult .legendContainer .col-sm-6 {
    float: right;
}

@media all and (max-width: 915px) {
    .searchResult .legendContainer .col-sm-6 {
        float: left;
    }
}

.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #349033;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (max-width: 915px) {
    .searchBody > .col-sm-6 {
        width: 100%;
    }

    .legendContainerInfo > .legendHeader {
        width: 100%;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
    cursor: default;
    overflow: auto;
    margin-top: 5px;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #349033;
}

#searchfield {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

#searchfield form {
    display: inline-block;
    background: #eeefed;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0 0 0;
}

#searchfield form .biginput {
    width: 600px;
    height: 40px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #aeaeae;
    font-weight: normal;
    font-size: 1.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#searchfield form .biginput:focus {
    color: #858585;
}

.autocomplete-suggestion:hover {
    cursor: pointer;
}

#map {
    height: 250px;
}

#mapRecycle {
    height: 650px;
    width: 100%;
}

.borderBottomContainer {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
}

.wasteContainer h2 {
    font-size: 37px;
}

.secondHeadline {
    margin-top: 50px;
}

.wasteContainer .mapContainer {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 96%;
    background: #fff;
}

.wasteContainer h3 {
    margin-bottom: 30px;
}

.wasteContainer #searchFieldWaste {
    height: 22px;
    z-index: 1;
}

.wasteContainer .btn-primary, .wasteContainer .btn-primary:hover, .wasteContainer .btn-primary:focus {
    background-color: #349033;
}

.wasteContainer #wasteDateTimeCheckbox {
    color: #349033;
    font-weight: 700;
}

.wasteContainer #wasteDateTimeCheckbox:hover {
    cursor: pointer;
}

.input-group .input-group-btn .searchIconButton {
    height: 36px;
    margin-left: -14px;
    padding: 5px 12px 1px 13px;
}

#datepicker {
    height: 22px;
    padding: 2px 9px 2px 5px;
}

#timepicker {
    height: 22px;
    padding: 2px 9px 2px 5px;
}

@media all and (max-width: 1170px) {
    .searchABC_Area {
        width: 98% !important;
        margin-bottom: 20px;
    }

    .resultABC_Area {
        width: 98% !important;
    }

    .ABC-opening {
        float: left;
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .fractionBody ul {
        column-count: 2;
    }

    .legendIcons .iconSet {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 10px;
    }

    .blockingHoursBody p {
        width: 118px;
    }
}

@media all and (max-width: 567px) {
    .fractionBody ul {
        column-count: 1;
    }

    .legendIcons .iconSet span {
        hyphens: auto;
        width: 74%;
    }
}

.footerUpdate {
    font-size: 14px;
    padding-top: 15px !important;
    float: right;
}

.panel {
    cursor: pointer;
}

.panel-block-title {
    margin-top: 15px;
}

.accOpened:before {
    content: "\f0d7";
    font-family: "fontawesome";
    color: white;
    padding-right: 5px;
}

.accClosed:before {
    content: "\f0da";
    font-family: "fontawesome";
    color: white;
    padding-right: 5px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-default {
    border-color: #dfe3e9;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    width: 100%;
}

.panel-default > .panel-heading {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-radius: 5px;
    color: white;
}

.panel-group .panel-heading {
    border: 1px solid white;
    margin: 0px;
}

.panel-heading {
    line-height: 1.25;
}

@media (min-width: 992px) {
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table;
}

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
    text-decoration: none;
    margin: 0px;
}

.panel-heading:after {
    clear: both;
}

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table;
}

.collapse {
    display: none;
}

.collapse-open{
    display: block;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dfe3e9;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dfe3e9;
    margin: 0;
}

.panel-body {
    padding: 15px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.no-padding-r {
    float: right;
}

.no-padding-l {
    float: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.row {
    margin-bottom: 20px;
}

.Ebox {
    margin-top: 20px;
}

.colorbox_block {
    margin-top: 20px;
}

.colorbox_block > form > fieldset > ul > li {
    padding-bottom: 8px;
}

.medium_block {
    margin-top: 20px;
}

.img_block {
    margin-top: 20px;
}

.marginb15 {
    margin-bottom: 15px;
}

.margWaste {
    margin-bottom: 15px !important;
    padding-left: 6px;
}

.ulForm {
    float: left;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.redSym {
    color: #e7290f;
}

.redSym:before {
    color: #e7290f;
    content: "\f071";
    font-family: "fontawesome";
    padding-right: 5px;
}

.downloadName {
    float: left;
    color: #2D8A36;
    margin-bottom: 10px;
    word-break: break-word;
    margin-right: 10px;
    width: 100%
}

.downloadSize {
    float: left;
    width: 100%;
}

.downloadLeftSection {
    float: left;
    width: 60%;
    word-break: normal;
    padding-right: 0;
}

.downloadPreview {
    float: left;
    width: 40%;
}

.downloadBoxer {
    float: left;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-radius: 5px;
    color: white;
    padding: 5px 15px;
}

.downloadrow {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.downloadPreview > img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.pagBoxDownload {
    float: left;
    width: 100%;
}

.pagBoxValue {
    float: left;
    padding: 5px 10px;
    color: #59ab27;
    cursor: pointer;
    border: 1px solid white;
}

.pagBoxValue:hover {
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border: 1px solid lightgrey;
}

.aktivePagination {
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
}

.midTaker {
    border: 1px solid lightgrey;
    margin: 0 auto;
    position: relative;
    display: table;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.firstColumn tbody tr td:first-child {
    background-color: #EFEFEF;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.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;
}

.secBody > tbody > tr:nth-of-type(odd) {
    background-color: #EFEFEF;
}

.firstBody > tbody > tr:first-child {
    background-color: #EFEFEF;
}

.level-0 > .first > a {
    display: inline !important;
    padding: 16px 25px 17px !important;
}

.imgBorder {
    border: 1px solid lightgrey;
    cursor: pointer;
}

.zoomVal:before {
    background-color: white;
    color: #2e8920;
    content: "\f00e";
    float: left;
    font-family: "fontawesome";
    font-size: 18px;
    margin: 3px 0px -36px 1px;
    padding: 8px;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.download_block {
    margin-top: 25px;
}

.hoverPointer:hover {
    cursor: pointer;
}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    padding: 3px 0px 3px 4px;
    transition: background 0.4s;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#sym {
    height: 43px !important;
}

.search_it-modul {
    box-sizing: border-box;
    font-size: 1rem;
    font-family: sans-serif;
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 2rem 2rem 2rem;
}

.search_it-demotitle {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 2rem;
}

.search_it-results {
    padding: 0;
    margin: 0;
}

.search_it-result {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 1rem;
    margin: 1rem 0;
    list-style-type: none;
    list-style-position: inline;
}

.search_it-title, .search_it-title a {
    font-weight: bold;
    color: #318428;
}

.search_it-title > a:hover {
    color: #59ab27;
}

.search_it-result .search_it-teaser {
    color: rgba(0, 0, 0, 0.7);
}

.search_it-result .search_it-url {
    color: rgba(0, 0, 0, 0.4);
}

.search_it-missing_type, .search_it-zero {
    background: rgba(180, 0, 0, 0.05);
    padding: 1rem;
    border: 1px solid rgba(255, 0, 0, 0.7);
    margin: 1rem 0;
    color: rgba(255, 0, 0, 0.7);
}

.search_it-request, .search_it-type {
    font-weight: bold;
}

.searchValHead {
    color: #318428;
}

.searchResultOut {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.searchResultBox {
    float: left;
}

.search_it-flex {
    margin-top: 18px;
}

.mobileSearchArea {
    width: 100%;
    background-color: #F2F2F2;
}

.mobileSearch {
    padding: 0px 0px 12px 0px;
    margin: 0px;
    background-color: #F2F2F2;
    border-radius: 0 !important;
}

.mobileSearch > i {
    padding: 10px;
}

.mobileSearchArea > div {
    padding: 10px;
    width: 95%;
}

.contactform {
    width: 80%;
}

@media all and (max-width: 1180px) {
    .contactform {
        width: 90%;
        padding-left: 20px;
    }
}

@media all and (max-width: 400px) {
    .contactform {
        padding-left: 10px;
    }
}

@media all and (max-width: 767px) {
    .Ebox > .image-greybox {
        width: 100%;
    }
}

.mobile_tbody {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.mobile_tbody > tr {
    float: left;
    width: 100%;
}

.colored-mobile-td {
    width: 97%;
    float: left;
    padding: 1% !important;
    color: white;
    background: linear-gradient(#59ab27, #2D8A36);
}

.td-48 {
    width: 47.5%;
    float: left;
    padding: 1% !important;
}

.td-47 {
    width: 47%;
    float: left;
    padding: 1% !important;
}

.searchSection {
    z-index: 50;
    position: relative;
}

.nav_light {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.portal_light {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.placesListContainer .placesListItem {
    border-bottom: 1px solid #CCC;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.placesListContainer .placesListItem:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) linear-gradient(#59ab27, #2d8a36) repeat scroll 0 0;
}

.placesListContainer .placesListItem:hover h4, .placesListContainer .placesListItem:hover p {
    color: #fff;
}

.jplist-pagination {
    display: inline-block;
}

.jplist-pagination button:hover {
    cursor: pointer;
}

.jplist-pagination button {
    background: transparent;
    border: none;
    float: left;
}

.jplist-pagingprev button, .jplist-pagingnext button {
    color: #000;
    border: 1px solid #ddd;
    padding: 9px 12px;
}

.jplist-pagingprev button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.jplist-pagingnext button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.jplist-hidden button:hover {
    cursor: not-allowed;
}

.jplist-pagesbox button {
    color: #000;
    border: 1px solid #ddd;
    padding: 9px 12px;
}

.jplist-pagesbox .jplist-current {
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-color: #349033;
}

.jplist-hidden button {
    color: #CCC !important;
}

.text-filter-box {
    float: left;
}

.jplist-panel {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    float: left;
}

.jplist-pagingprev, .jplist-pagingmid, .jplist-pagingnext, .jplist-label {
    float: left;
}

.jplist-label {
    width: auto;
    float: none;
}

li[data-page="prev-limit"], li[data-page="next-limit"] {
    display: none;
}

.jplist-clear:hover {
    cursor: pointer;
}

.jplist-panel .text-filter-box input {
    padding-left: 10px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #349033;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}

.media-category-selection > ul {
    list-style-type: none;
    padding: 0;
}

.searchItems {
    position: absolute;
    margin-top: 39px;
    background-color: white;
    list-style: none;
    padding: 2px 0px;
}

.searchItems > li {
    padding: 2px 15px;
}

.searchItems > li:hover {
    cursor: pointer;
}

.searchPartheader {
    float: left;
    width: 100%;
    color: #318428;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 45px;
}

.width100 {
    width: 100%;
}

.searchedIteam {
    color: white;
    background: rgba(0, 0, 0, 0) linear-gradient(#59ab27, #2d8a36) repeat scroll 0 0;
    font-size: 25px;
    padding: 8px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popWrapper {
    padding: 15px 15px 25px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
}

.popup {
    display: none;
    position: fixed;
    left: 4%;
    right: 4%;
    height: auto;
    top: 15%;
    margin-top: -100px;
    z-index: 20;
    max-height: 480px;
    overflow: scroll;
    max-width: 960px;
    margin: 0 auto;
}

.listContainer {
    margin-top: 4px;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

.popWrapper h3, .wasteInf {
    font-size: 22px;
    color: #2D8A36;
}

.popWrapper .titleDescription {
    margin-top: 4px;
    margin-bottom: 15px;
}

.searchedIteam > i {
    float: right;
}

.searchedIteam > i:hover {
    cursor: pointer;
}

.popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.6);
}

.popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.popup .closeButton {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    border-radius: 7px;
    color: white;
    padding: 5px 20px;
    text-decoration: none;
}

.frakImage {
    max-width: 220px;
    margin-top: 10px;
}

.dataCard:hover {
    cursor: pointer;
}

.popup .listContainer {
    margin-bottom: 30px;
    overflow-y: scroll;
    max-height: 200px;
}

.popup .listContainer table {
    width: 100%;
}

.popup .titleWasteTerms {
    font-size: 16px;
}

.popup .listContainer thead tr {
    text-align: left;
    background: rgba(0, 0, 0, 0) linear-gradient(#59ab27, #2d8a36) repeat scroll 0 0;
    color: #FFFFFF;
}

.legendIcons .iconSet {
    word-break: break-all;
}

.searchResult .searchContainer {
    width: 100%;
    background-color: white;
}

.popup .listContainer tr td, .popup .listContainer tr th {
    padding: 5px;
    border: 1px solid #ccc;
}

@media (max-width: 910px) {
    .wasteContainer .col-sm-7, .wasteContainer .col-sm-5 {
        width: 100%;
    }
}

@media (max-width: 891px) {
    .popup {
        top: 20%;
    }
}

@media only screen and (max-width: 480px) {
    .searchedIteam {
        font-size: 18px;
    }

    .popWrapper h3, .wasteInf {
        font-size: 16px;
    }

    .popup .listContainer tr td, .popup .listContainer tr th, .popWrapper .titleDescription {
        font-size: 15px;
    }
}

@media (max-width: 370px) {
    .wasteContainer .searchHeader p {
        font-size: 16px;
    }
}

.footable-filtering-search {
    margin-bottom: 25px !important;
}

.teasHead {
    text-decoration: none;
}

.ebox_con > h4 {
    color: black;
}

.teasHead {
    color: black;
}

.teasHead:hover {
    color: #2D8A36 !important;
}

.slider-arrows > .fa:hover {
    color: #59ab27 !important;
}

.top50 {
    margin-top: 50px;
}

.top50Negative {
    margin-top: -50px;
}

.noneSliderNav > .level-0 > .first > a {
    padding: 16px 15px !important;
}

.footable-sortable {
    font-size: 18px !important;
    color: white;
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
}

.groundHead {
    margin-bottom: -5px;
    padding-left: 15px;
}

.placesListItem h4 {
    font-size: 18px;
}

.placesListItem p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
}

.searchGroundBox {
    width: 90%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.searchGroundBox > input {
    width: 100%;
}

.portalGreen:before {
    color: #2d8a36;
    content: "\f101";
    font-family: "fontawesome";
    padding-right: 2px;
    font-weight: 600;
}

.portalGreen > a {
    text-decoration: none;
    font-weight: 600;
}

.portalHeader {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.portalForgott > a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}


.portalForgott a.dataSafe {
    margin-left: 45px;
    color: #2d8a36 !important;
}

.loggedIn {
    color: #2d8a36 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

.portalGreen {
    margin-bottom: 15px;
}

.smallGrey {
    background-color: #F1F1F1;
    padding: 6px 12px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid lightgrey;
}

.smallGrey > i {
    font-size: 20px;
    color: #656565;
}

.inputPortalVals > input {
    padding: 10px 72px 7px 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid lightgrey;
    margin-left: -6px;
}

.inputPortalVals {
    margin-top: 10px;
}

.portalLinks {
    width: 100%;
    display: inline-block;
    color: black;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    right: 7%;
    padding: 8px 18px 8px 21px;
}

.portalLinks:hover {
    background: #59ab27;
    background: -webkit-linear-gradient(#59ab27, #2D8A36);
    background: -o-linear-gradient(#59ab27, #2D8A36);
    background: -moz-linear-gradient(#59ab27, #2D8A36);
    background: linear-gradient(#59ab27, #2D8A36);
    color: #fff;
    border-left: 1px solid #2D8A36;
    border-right: 1px solid #2D8A36;
    position: absolut;
}

.blackBu {
    background: #353535 !important;
    background: -webkit-linear-gradient(#656565, #353535) !important;
    background: -o-linear-gradient(#656565, #353535) !important;
    background: -moz-linear-gradient(#656565, #353535) !important;
    background: linear-gradient(#656565, #353535) !important;
    border: none;
}

@media all and (max-width: 1186px) {
    .searchResultBox {
        padding: 0px 10px;
    }

    .searchResultOut {
        padding: 0px 10px;
    }

    .searchPartheader {
        padding: 0px 10px;
    }
}

@media all and (max-width: 1000px) {
    .wasteContainer > div {
        width: 100%;
    }
}

.placesListContainer {
    float: left;
    width: 100%;
}

.blockingHoursBody {
    float: left;
    width: 100%;
}

.blockingHoursBody > .noClosingTimes {
    float: left;
    width: 100% !important;
    text-align: left;
}

.fractionVal {
    cursor: pointer;
    list-style-type: none;
    background: url(/files/infoIcon.PNG) no-repeat;
    margin: 0;
    padding: 0px 0px 5px 25px;
    vertical-align: middle;
}

.wasteContainer {
    width: 98%;
    float: left;
}

.main-navigation ul.level-0 > li {
    display: inline-block !important;
    line-height: 58px;
    padding: 0 14px;
}

.main-navigation ul.level-0 > li > li > ul > li {
    line-height: 48px;
}

.main-navigation ul.level-0 > li:hover {
    cursor: pointer;
}

.panel-title > a {
    padding: 0px 10px !important;
}

.mailSuccess {
    color: #2d8a36;
    font-size: 20px;
}

.mailFail {
    color: #CA0000;
    font-size: 20px;
}

@media all and (max-width: 767px) {
    .iproform {
        width: 90%;
    }
}

.titleDescription {
    color: #000;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#addressTel {
    margin-bottom: 25px;
}


.mobile_has-children > a {
    pointer-events: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: -7px;
    line-height: normal;
    float: left;
    text-align: left;
    width: 56px;
}

input[type="checkbox"].form-control {
    width: 16px;
    height: 16px;
    margin: 3px 6px 0 0;
}

.breadcrumb span:after {
    content: "\f105";
    font-family: "fontawesome";
    padding-left: 10px;
}

.last_bread span:after {
    content: "";
}

.breadcrumb span {
    float: left;
    text-decoration: none;
    padding-left: 10px;
}

.table_data{
    display: inline-block;
}