html {
    font-family: 'Open Sans', sans-serif;
}
#mp_body , html {
    overflow-x: hidden;
}
.mgp-langNav li a {
    color: #333;
    font-size: .8rem;
}
.mgp-langNav li {
    padding: 0 10px !important;
    display: inline-block !important;
}
.mgp-langNav ul {
    padding: 0;
}
.mgp-langNav .langNavContainer ul li {
    display: block !important;
}
/*RESET STYLE OF BROWSER START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
hr {
    color: grey;
    border-top: 1px;
}
.mpInputCol textarea {
    min-height: 120px !important;
}
.mpLabelCol label {
    line-height: 22px !important;
}
.mpg-widget.mpg-form .btn-outline {
    min-width: 233px;
    margin-top: 50px;
}
#navDesctop a {
    text-decoration: none;
    height: 100%;
    display: grid;
    align-content: center;
    position: relative;
}
nav#navDesctop .lvl-1 {
    height: 100%;
}
.lvl-1 li {
    height: 100%;
}
nav#navDesctop {
    max-height: 100%;
    bottom: 0;
}
#navDesctop li.ifsub > a::after {
    display: grid;
    height: 100%;
    right: -6px;
}
#navDesctop .lvl-2 li.ifsub > a::after {
    right: 39px;
}
header ul.lvl-2 {
    top: 100% !important;
    margin: 0;
}
.h-logo {
    z-index: 99;
}
a {
    color: #3e6eb8;
    text-decoration: none;
}
a:hover {
    color: rgba(62,110,184,0.7);
}
.mpg-nav a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
}
ul.lvl-1 {
    padding-left: 0;
}
#navMobile .touchBtn {
    position: absolute;
    right: 2px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    top: 8px;
    background-color: #fff;
}
#navMobile .touchBtn .mtbArrow::before {
    position: absolute;
    font-family: "fontawesome";
    font-size: 1.2em;
    content: "\f105";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
#navMobile .mtbArrow {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}
.lvl-2 li:hover, nav#navDesctop .lvl-2 li.active {
    background: #d4e5ff;
}
.lvl-2 li:hover a, nav#navDesctop .lvl-2 li.active a {
    color: #3e6eb8;
}
#navMobile .touchButton.open .mtbArrow {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#navMobile ul li .touchButton .mtbArrow::before {
    content: '';
    top: 13px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sec-restourant img, .sec-business img, .sec-blog img {
    width: 100%;
}
.sec-expert img {
    width: 100%;
    object-fit: cover;
    height: 360px;
}
.sec-recipes img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.inside {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
p, ul, ol {
    line-height: 26px;
    font-size: 16px;
    color: #000;
}
a:hover {
    color: rgba(62,110,184,0.7);
}
ul.lvl-2, ul.lvl-3 {
    list-style: none;
    padding: 0;
}
ul.footer-menu {
    padding: 0;
    list-style: none;
}
#topHeader ul {
    list-style: none;
    padding: 0;
}
ol, ul {
    padding-left: 40px;
}
ol li, ul li {
    padding: 1px 0;
}
nav#navDesctop ul {
    padding: 0;
}
blockquote {
    margin: 3.5em 10px 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}
blockquote:before {
    color: #3e6eb8;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    font-family: sans-serif;
}
blockquote:after {
    color: #3e6eb8;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.8em;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
    font-family: sans-serif;
}
blockquote p {
    display: inline-flex;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
#navDesctop a {
    text-decoration: none;
    font-weight: 600;
}
/*#navDesctop>ul>li.ifsub {
padding-right: 40px;
}*/
nav#navDesctop {
    position: absolute;
    top: 0;
    z-index: 1;
    left: inherit;
    right: 23vw;
    top: 15px;
}
#navDesctop .lvl-1,
#navDesctop .lvl-2,
#navDesctop .lvl-3 {
    font-size: 16px;
}
.header-bg nav#navDesctop {
    top: 15px;
}
.header-bg .top_bar {
    display: none;
}
.header-bg .h-logo img {
    position: absolute;
    top: 0;
    max-width: 34px;
    margin-left: 80px;
    margin-top: 5px;
}
nav#navDesctop .lvl-1 li a:hover {
    color: #e31818;
}
.lvl-1 li {
    display: inline-block;
}
.lvl-2 li {
    width: 100%;
}
#navfooter .lvl-2 li {
    display: none;
}
#navfooter li.ifsub > a::after
{
    display: none;
}
.h-logo {
    padding: 10px;
}
.h-logo img {
    margin-left: 80px;
    max-width: 280px;
    margin: 12px 0 0 80px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all 300ms;
}
#mobile {
    display: none;
}
header nav ul a {
    text-decoration: none;
    text-transform: none;
}
header nav ul a:hover {
    text-decoration: none;
}
header figure {
    margin: 0;
    height: 100%;
}
header ul {
    margin: 0;
}
header ul.lvl-1 li:hover > ul.lvl-2 {
    display: block;
    padding: 0;
}
header ul.lvl-1 li:hover > ul.lvl-2 a {
    display: block;
}
header ul.lvl-2 > li > a:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0.1rem);
}
.lvl-1 > li.ifsub.active a:before {
    content: '';
    top: 17px;
    left: 84%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#navDesctop li.ifsub > a::after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    transform: translate(230%, 0.1rem) rotate(90deg);
}
header ul.lvl-2 {
    top: 56px;
    padding: 0;
    display: none;
    position: absolute;
    width: 135px;
}
.active {
    color: #e31818;
}
#navDesctop header ul.lvl-3 {
    display: none;
    position: absolute;
    right: -135px;
    padding: 0;
    width: 100%;
    top: 0px;
    border-radius: 0 7px 7px 0;
    -webkit-background-clip: content;
    background-clip: content-box;
    /* margin-left: 118px; */
}
.lvl-2 li {
    padding: 0;
    border-top: 1px solid #fff;
}
header ul li {
    justify-content: flex-end;
    padding: 19px 10px;
    list-style: none;
    position: relative;
}
header ul li a {
    letter-spacing: 0.07px;
    color: #3e6eb8;
}
header ul.lvl-2 li:hover ul.lvl-3 {
    display: block;
}
header ul.lvl-1 .ifsub ul.lvl-2::after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -5px;
}
/* header ul.lvl-1 .ifsub ul.lvl-2::before {
content: '';
top: -5px;
left: 43%;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
position: absolute;
} */
#mobileNavOpener {
    display: none;
}
#mobile a {
    display: block;
    max-width: 100%;
}
#mobileNavOpener {
    cursor: pointer;
    position: absolute;
    padding: 17px 0 20px 4px;
    right: 12px;
}
#mobileNavOpener div {
    cursor: pointer;
    position: relative;
    height: 3px;
    width: 25px;
}
#navMobile a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
#navMobile li, #navMobile li a {
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
#navMobile li.active > a {
    background-color: rgba(62,110,184,0.59);
}
#navMobile li.active > ul {
    display: block;
}
#navMobile li, #navMobile li a:hover {
    text-decoration: none;
}
header #mobileNavOpener::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    height: 3px;
    width: 25px;
    opacity: 1;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
#mobileNavOpener.open::before {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 17px;
}
header #mobileNavOpener.open::after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px;
}
header #mobileNavOpener.open div {
    opacity: 0;
}
header #mobileNavOpener::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    height: 3px;
    width: 25px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
#navMobile div > ul {
    padding: 1vh;
}
#navMobile .touchButton {
    position: absolute;
    right: 2px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    top: 0;
}
#navMobile li.ifsub.active:before {
    display: none;
}
#navMobile .mtbArrow {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}
#navMobile .touchButton.open .mtbArrow {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#navMobile ul li .touchButton .mtbArrow::before {
    content: '';
    top: 13px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#navMobile div > ul li {
    list-style: none;
    position: relative;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
#navMobile ul li {
    /*text-align: center;*/
}
#navMobile.open {
    display: flex;
}
#navDesctop .lvl-2, .lvl-3 {
    display: none;
    background-color: #000;
}
#navMobile {
    display: none;
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 18px;
}
#navDesctop ul.lvl-2 a {
    padding: 10px;
}
#navDesctop .lvl-2 {
    background: #e8e8e8;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#navDesctop .lvl-1 .ifsub:hover .lvl-2 {
    display: block;
    width: 250px;
}
#navDesctop .lvl-3 {
    background: #e8e8e8;
    position: absolute;
    right: -250px;
    padding: 0;
    width: 100%;
    top: -1px;
    border-radius: 0 7px 7px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.header {
    width: 100%;
    background-color: #e8e8e8c9;
    position: absolute;
    top: 0;
    z-index: 99;
    position: fixed;
    height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#navDesctop ul.lvl-3 li:hover, #navDesctop ul.lvl-2 li:hover {
    background: #d4e5ff;
}
/*#navDesctop ul.lvl-2 li:hover a {
color: #fff !important;
}*/
#mobileNavOpener div {
    background-color: #3e6eb8;
}
#navMobile li, #navMobile li a {
    color: #fff;
}
header #mobileNavOpener::before {
    background-color: #3e6eb8;
}
#mobileNavOpener.open::before {
    background-color: #3e6eb8;
}
header #mobileNavOpener.open::after {
    background-color: #3e6eb8;
}
header #mobileNavOpener::after {
    background-color: #3e6eb8;
}
#navMobile ul li .touchButton .mtbArrow::before {
    border-bottom: 7px solid #ffffff;
}
/*#navMobile .lvl-2, #navMobile .lvl-3 {
background: rgba(255,255,255,.2);
}*/
.bg-img {
    background-size: cover;
    padding: 100px 0;
    background-position: center;
    /* background-attachment: fixed; */
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
}
.mpg-fullWidthContainer.mpg-bg-img.bg-img.parallax {
    transform: none;
    margin-left: -50vw !important;
}
.mpg-fullWidthContainer.mpg-bg-img.bg-img {
    height: 73vh;
}
h1 {
    color: #3e6eb8;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}
h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
    text-transform: none;
}
h3 {
    /*css-marker:h3-font-family*/
    font-size: 18px;
    color: #3e6eb8;
}
.text-center {
    text-align: center;
}
.text-right
{
    text-align: right;
}
footer.page-footer, .copyright {
    background: #e8e8e8;
    color: #fff;
    position: relative;
    padding: 60px 0;
}
.copyright .container {
    padding: 25px 0px;
}
.copyright {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}
/* .sec-testimonial .mpg-content {
background: #d6d7da;
} */
#navfooter .lvl-1 li a {
    color: #fff;
    justify-content: flex-end;
    padding: 28px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-content img {
    margin: 40px 0;
}
#upScroll {
    color: #fff;
    background-color: #3e6eb8;
    border: 1px solid #3e6eb8;
    padding: 8px 11px;
    border-radius: 2px;
    position: fixed;
    right: 15px;
    bottom: 29px;
}
.upScrolls {
    display: none;
}
#upScroll:hover {
    color: #3e6eb8;
    background-color: rgba(255,255,255,0);
    border: 1px solid #3e6eb8;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.btn-dark:hover {
    background-color: #ff7402;
    color: #ff7402;
    border-color: #ff7404 !important;
}
.mgp-langNav a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
}
/************testimonial*****************/
.icon-social {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 22px;
}
.icon-social i {
    font-size: 36px;
    color: #ff7402;
    text-align: center;
}
.social-icons {
    max-width: 15% !important;
    margin: 0 auto;
}
.column.top-address-bar > .mpg-content {
    display: flex;
    margin: 0 -20px;
    align-items: center;
    justify-content: flex-end;
}
.column.top-address-bar > .mpg-content .mpg-widget {
    padding-right: 20px;
}
.moduleNavWrap ul li:last-child {
    margin-right: 0;
}
.search-form {
    text-align: right;
}
.searchWrap {
    font-size: 16px;
    line-height: 30px;
    color: #3e6eb8;
    font-weight: 300;
    padding: 0;
    top: 0;
    transition: all 250ms;
    display: inline-flex;
}
.searchWrap input {
    background: transparent;
    border: 0;
    color: #3e6eb8;
    line-height: 27px;
    width: 100%;
    padding: 0;
    font-size: .8rem;
}
input:focus {
    outline: none !important;
}
.mpg-siteSearch button {
    background: transparent;
    border: 0;
    color: #3e6eb8;
    font-size: 15px;
    position: relative;
    top: 0;
    right: 0px;
    line-height: 27px;
    padding: 0;
    width: 27px;
    margin: 0 1px;
    cursor: pointer;
    z-index: 50;
}
.moduleNavWrap ul {
    display: inline-flex;
    width: 100%;
}
.moduleNavWrap ul li {
    margin-right: 25px;
    padding: 8px 0;
}
.top_bar {
    position: relative;
    z-index: 9;
    background-color: #3e6eb8;
    display: none;
}
.langNavOpener {
    padding: 0 30px 0 10px;
    text-align: left;
    color: #3e6eb8;
    width: 60px;
    line-height: 27px;
    font-size: .8rem;
}
.mgp-langNav .langNavOpener:after {
    top: 13px;
    right: 15px;
}
.mpg-menu .langNavContainer {
    padding: 0;
    left: 0;
    box-shadow: none;
    z-index: 999 !important;
    background-color: #fff;
    width: 60px;
    transform: translateY(5px);
}
.mgp-langNav .langNavContainer ul li {
    padding: 5px 10px;
}
.mgp-langNav .langNavContainer ul li:hover {
    background: rgb(62, 110, 184);
}
.mgp-langNav .langNavContainer ul li:hover a {
    color: #3e6eb8;
}
.mpg-menu .langNavContainer ul li a {
    color: #6a6a6a;
    font-size: .8rem;
    transition: color 250ms;
    padding: 0;
    border-right: 0;
    text-align: left;
}
.moduleNavWrap ul li a {
    color: #3e6eb8;
    text-decoration: none;
    font-size: .8rem;
}
.moduleNavWrap ul li:first-child:hover ul {
    display: block;
}
.moduleNavWrap ul li:first-child ul {
    display: none;
}
.moduleNavWrap ul li ul {
    background-color: #fff;
    display: block;
    position: absolute;
    width: 115px;
    margin-top: 5px;
    text-align: left;
    top: 32px;
}
.moduleNavWrap ul li ul li {
    margin: 0;
    padding: 10px;
}
.moduleNavWrap ul li ul a {
    color: #000;
}
.moduleNavWrap li ul li:hover {
    background-color: #3e6eb8;
}
.moduleNavWrap li ul li:hover a {
    color: #3e6eb8;
}
.searchWrap input {
    background: transparent;
    border: 0;
    color: #3e6eb8;
    line-height: 27px;
    width: 100%;
    padding: 0;
    font-size: .8rem;
}
.mpg-siteSearch button:focus {
    outline: none;
}
#dsgvo {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #393939ed;
    padding: 25px;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    text-align: center;
}
#dsgvo a {
    color: #FFF;
    text-decoration: underline;
}
#dsgvo p {
    color: #FFF;
}
#dsgvo a:hover {
    color: #ddd;
    text-decoration: none;
}
/***********media******************/
@media (min-width: 768px) {
    .searchWrap input {
        transition: all 300ms;
        width: 30px;
    }
    .searchWrap:hover input, .searchWrap input:focus, .searchWrap input:not(:placeholder-shown) {
        width: 250px;
        padding: 0 10px 0 10px;
    }
    .searchWrap:hover {
        background: rgba(255,255,255,0.4);
    }
}
@media only screen and (min-width: 1600px) {
    nav#navDesctop {
        right: 27vw;
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1400px) {
    nav#navDesctop {
        right: 13vw;
    }
}
@media only screen and (min-width: 1050px) and (max-width: 1250px) {
    nav#navDesctop {
        right: 10vw;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    nav#navDesctop {
        right: 3vw;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mpg-content {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.h-logo img {
margin-left: 15px;
width: 230px;
}*/
    header ul li {
        padding: 17px 7px;
    }
    header ul li a {
        font-size: 14px;
    }
    #navDesctop li.ifsub > a::after {
        right: -3px;
    }
    h1 {
        font-size: 46px;
    }
    .bg-img {
        /* padding: 40px 0; */
    }
    h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h-logo img {
        margin-left: 15px;
        width: 185px;
    }
    #socialmdia {
        max-width: 650px;
    }
    header ul li {
        padding: 14px 3px;
    }
    header ul li a {
        font-size: 14px;
    }
    nav#navDesctop {
        right: 10px;
    }
    h1 {
        font-size: 36px;
    }
    .bg-img {
        /* padding: 40px 0; */
    }
    h2 {
        font-size: 30px;
    }
    p {
        line-height: 24px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .moduleNavWrap ul li ul {
        width: 115px;
        text-align: left;
        right: -30px;
    }
    .header-bg #navMobile {
        top: 52px;
    }
    .header-bg #mobile {
        top: 10px;
    }
    .header-bg .h-logo {
        margin-top: 5px;
    }
    .h-logo {
        margin-top: 15px;
    }
    .column.top-address-bar > .mpg-content {
        margin: 0;
    }
    .column.top-address-bar > .mpg-content .mpg-widget {
        padding: 0 15px 0 0;
    }
    span.moduleNavTextSpan {
        display: none;
    }
    header ul.lvl-1 li:hover > ul.lvl-2 , header ul.lvl-2 li:hover ul.lvl-3 {
        display: none;
    }
    #navMobile .lvl-2 {}
    #navMobile .lvl-2 li > a {
        padding-left: 30px;
    }
    #navMobile .lvl-3 li > a {
        padding-left: 45px;
    }
    header ul.lvl-2 a {
        color: #fff !important;
    }
    header ul.lvl-3 {
        right: 0;
        padding: 0;
        top: 0px;
        width: 100%;
        z-index: 1;
        left: 30px;
    }
    #mobile {
        display: flex;
        position: absolute;
        top: 10px;
        right: 0px;
    }
    #mobileNavOpener {
        cursor: pointer;
        position: absolute;
        padding: 17px 0 20px 4px;
        right: 12px;
    }
    #mobileNavOpener {
        display: none;
    }
    #mobileNavOpener {
        display: flex;
    }
    #mobileNavOpener div {
        background-color: #3e6eb8;
        cursor: pointer;
        position: relative;
        height: 3px;
        width: 25px;
    }
    #navMobile {
        position: absolute;
        z-index: 11;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #000;
        padding: 0px;
        height: auto;
        overflow: auto;
    }
    header ul.lvl-2 {
        position: inherit;
        z-index: 1;
        top: 0;
    }
    #navDesctop {
        display: none;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #navfooter .lvl-1 li a {
        padding: 0px 12px;
        font-size: 14px !important;
    }
    .h-logo img {
        margin-left: -10px;
        width: 80px;
    }
    .header-bg .h-logo img {
        position: absolute;
        top: 0;
        max-width: 34px;
        margin-left: -10px;
        margin-top: 0;
    }
    #navMobile ul li {
        width: 100%;
        padding: 0;
    }
    #navMobile ul li a {
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 8px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-business .business-hover {
        padding-bottom: 0;
    }
    .blog-shadow {
        margin-bottom: 0;
    }
    .sec-expert .ceTextWrap {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .services_space {
        padding-top: 0;
    }
    .sec-business img {
        margin-bottom: 15px;
    }
    .sec-restourant img {
        margin-top: 25px;
    }
    .searchWrap {
        background: rgba(255,255,255,0.4);
    }
    .background-light-grey .col-sm-6 {
        margin-bottom: 20px;
    }
    .mpg-content {
        margin: 0 15px;
    }
    .bg-img {
        padding: 60px 0;
    }
    h1 {
        font-size: 40px;
    }
    .copyright .container {
        padding: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-form .mpInputCol {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .mpg-widget.mpg-siteSearch {
        width: 160px;
    }
    footer .lvl-1 li {
        width: 98%;
        margin: 5px 1%;
    }
    footer.page-footer, .copyright {
        padding: 20px 0;
    }
    h1 {
        font-size: 27px;
    }
    p {
        line-height: 24px;
        font-size: 14px;
    }
}
.page-footer h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.page-footer h4 {
    color: #000;
    padding: 5px 0px;
}
h2::after {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #3e6eb8;
    content: '';
    display: block;
    width: 20%;
    margin-top: 5px;
}
.sec-expert h3 {
    margin-top: 15px;
    text-transform: none;
}
.sec-recipes h3 {
    padding-top: 20px;
}
.sec-recipes h4 {
    color: #ff7402;
    font-size: 24px;
    padding: 15px 0;
}
.btn-orange {
    font-weight: 500;
    border: 2px solid #ff7402;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #ff7402;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}
.btn-orange:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}
.btn-white {
    font-weight: 500;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}
.btn-white:hover {
    border: 2px solid #ff7402;
    color: #fff;
    background-color: #ff7402;
}
.btn-red {
    color: #fff;
    background-color: #f00;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #f00;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}
.btn-red:hover {
    background-color: #7e1600;
    border: 2px solid #7e1600;
    color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #3e6eb8;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #3e6eb8;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: none;
    text-align: center;
    border-radius: 15px 5px;
}
.btn-blue:hover {
    opacity: .7;
    color: #fff;
}
.btn-green {
    font-weight: 500;
    border: 2px solid #00a029;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #00a029;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}
.btn-green:hover {
    border: 2px solid #39ff00;
    color: #fff;
    background-color: #39ff00;
}
.btn-grey {
    font-weight: 500;
    border: 2px solid #6d6d6d;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #6d6d6d;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
}
.btn-grey:hover {
    border: 2px solid #2e2e2e;
    color: #fff;
    background-color: #2e2e2e;
}
.btn-outline {
    font-weight: 500;
    border: 2px solid #3e6eb8;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #3e6eb8;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: none;
    text-align: center;
    border-radius: 15px 5px;
}
.btn-outline:hover {
    opacity: .7;
    color: #fff;
}
.sec-blog h4 {
    color: #ff7402;
    color: #ff7402;
    padding: 15px;
}
h6 {
    font-weight: 300;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #595858;
    padding: 0 15px;
}
.sec-blog p {
    padding: 0 15px;
}
.sec-blog .blog-shadow .mpg-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.background-light-grey {
    background-color: #f8f9fb;
}
.section-3 h3 {
    color: #3e6eb8;
    padding: 10px 0;
}
.social-links a {
    color: #3e6eb8;
    padding: 0 6px;
    font-size: 20px;
    text-decoration: none;
}
.copyright p {
    font-size: 20px;
}
.header-bg {
    background: #e8e8e8;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.header-bg ul li a {
    color: #3e6eb8;
}
.header-bg .lvl-2 a {
    color: #3e6eb8;
}
.header-bg li a.active {
    color: #e31818;
}
/*.header-bg nav#navDesctop li.active:hover a {
color: #000 !important;
}*/
.contact-form .mpLabelCol {
    max-width: 25%;
    margin-bottom: 20px;
    width: 100%;
}
.contact-form .mpInputCol {
    max-width: 60%;
    width: 100%;
    flex: 75%;
}
.page-contact h3 {
    color: #3e6eb8;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-form .form-control {
    height: 42px;
    border: 2px solid #ddd;
}
.contact-form .col-lg-4
{
    width: 100%;
    flex: 50%;
    max-width: 246px;
    margin: 0 auto;
    padding: 0 30px;
}
.Address {
    padding: 0 0 0 30px;
}
.Address::before {
    content: "\f041 ";
    font-family: fontawesome;
    font-size: 22px;
    padding: 5px 0;
    position: absolute;
    left: 0;
    color: #ff7404;
}
.Phone {
    padding: 0 !important;
    text-decoration: none;
    color: #6a6a6a;
}
.Phone::before {
    content: "\f095 ";
    font-family: fontawesome;
    font-size: 20px;
    color: #ff7404;
    padding: 0 10px 0 0;
}
.Email {
    padding: 0 !important;
    color: #6a6a6a;
    text-decoration: none;
}
.Email::before {
    content: "\f0e0";
    font-family: fontawesome;
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #ff7404;
}
.mpg-fullWidthContainer.mpg-bg-img.bg-img::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}
ul.menu-footer li,
.mpg-menu li {
    display: block;
    padding: 8px 0;
}
ul.menu-footer li a,
.page-footer .mpg-menu li a {
    color: #6A6A69;
    text-decoration: none;
}
.menu-footer li a:hover, .menu-footer li.active a {
    color: rgba(62,110,184,0.7);
}
.business-hover .mpg-content img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sec-expert .col-lg-4 .mpg-content:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 991px) {
    #navMobile {
        display: none !important;
    }
}
.mpg-contentElement.contact {
    margin-bottom: 10px;
}
.mpg-contentElement.contact a {
    text-decoration: none;
}
.mpg-contentElement.contact .ceColLeft {
    max-width: 45px;
}
/* Modul: Haendlersuche*/
#tradorFilter {
    padding: 15px 0 10px 0;
}
#tradorLegend {
    padding: 10px 0 15px 0;
}
#tradorWrap h1 {
    padding-left: 10px;
}
#tradorFilter .tradorInput {
    height: 30px;
    border-radius: 2px;
    padding: 0 6px;
    border: 1px solid #b9b9b9;
    width: 100%;
}
#tradorFilter #filterSubmit, #tradorFilter #filterReset {
    width: auto;
    padding: 0 25px;
}
#tradorList {}
.tradorListItem {
    padding: 10px 0;
}
.tradorListItem.odd {
    background: #EFF7FF;
}
.tradorListItem:after {
    content: '';
    display: block;
    clear: both;
}
.tradorListInfo h3 {
    color: #666;
}
.tradorListIconWrap {
    width: 40px;
}
.row.active label {
    color: #3e6eb8;
}
.tradorListIconWrap .tradorListIcon {
    width: 20px;
    height: 24px;
    /*margin-bottom: 5px;*/
}
.tradorListIconWrap .tradorListIcon .glyphicon {
    font-size: 21px;
    font-weight: bold;
    color: #999;
}
.tradorListInfo .glyphicon {
    font-size: 12px;
    color: #3e6eb8;
}
#tradorLegend a {
    cursor: pointer;
}
@media all and (max-width: 768px) {
    #tradorFilter .tradorInput {
        margin-bottom: 4px;
    }
    #tradorFilter #filterSubmit, #tradorFilter #filterReset {
        width: 100%;
        padding: 0;
    }
}
/****** plugin:news ******/
.newsElement {
    display: none;
}
ul#newsList {
    padding: 0;
    list-style: none;
    margin-bottom: 26px;
}
li.newsElement {
    padding: 26px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0.5em 0;
}
a.linkList p {
    color: #3e6eb8;
}
li.newsElement:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
}
button#showMore {
    color: #fff;
    background-color: #3e6eb8;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #3e6eb8;
    padding: 13px 20px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: none;
    text-align: center;
    border-radius: 15px 5px;
    cursor: pointer;
}
button#showMore:hover {
    opacity: .7;
    color: #fff;
}
.showMoreNews {
    margin-top: 30px;
}
.newsTitle, .newsText p {
    color: #3e6eb8;
}
/****** plugin:news End ******/
