.tag-page-entry-image {
    position: relative;
}

.tag-page-entry-image .tab-page-entry-place {
    background: #B63452;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 20px;
    max-width: 100%;
    padding: 6px;
}


body {
    background: white;
    font-family:'Plus Jakarta Sans';

}
.teaser-img{
    float: right;
    width: 50%;
    margin-top:246px;
}
@media (max-width: 991px) {
    .teaser-img {
        margin-top:0px;
    }
}
.teaser-text{
    padding-top:70px;
}
@media (max-width: 991px) {
    .teaser-text {
        float: left;
        width: 50%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .teaser-text {
        float: left;
        width: 50%;
        padding-top: 150px;
    }
}
.socialproof{
    list-style: none;
    font-size:13pt;
    font-weight: 600;
    line-height: 34px;
}

.socialproof li:before {
    content: '✓';
    background:#ff0000;
    border-radius:100%;
    color:white;
    padding-left:4px;
    padding-right:4px;
    margin-right:13px;
}
.redbtn{
    background:#ff0000;
    border-radius:40px;
    color: white;
    font-weight:bold;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 7px 0px;
    border:1px solid #FF1800;
    margin-left:40px;
}
@media (max-width: 991px) {
    .redbtn {
        position: relative;
        left: 50%;
    }
}
.teaser-price{
    font-weight:bold;
    font-size:16pt;
    margin-left:40px;
}
.teaser-price b{
    font-weight:bolder;
    font-size:43pt;
}
.redbtn:hover{
    box-shadow: #FF0000 1px 1px 10px 0px;
}
.teaser-text a{
    text-decoration:none;
}
.teaser-text a:hover{
    text-decoration:none;
    color:white;
}

/** DESKTOP ONLY **/
@media (min-width: 992px) {
    #headerMenuMain {
        min-height: 0;
        position: fixed;
        width: 100%;
        z-index: 777;
        background:black;
        top: 74px;
        box-shadow: 0 0 7px rgba(0,0,0,.4);
    }
    #headerMenuMain ul.nav {
        float: none;

    }
    .design-header-search .design-header-search-form {
        float: left;
        width: 100%;
    }
    #headerMenline {
        min-height: 75px;
    }
    #headerMenline .navbar-nav > li > a, #headerMenline .navbar-nav > li > .checkbox {
        line-height: 75px;
    }

    #headerMenline .navbar-nav > .open > a, #headerMenline .navbar-nav > li > a:focus, #headerMenline .navbar-nav > li > a:focus{
        color: black;
    }

    .design-header {
        margin-top: 75px;
    }
    #content{

        margin-top:133px;
        padding-right: 183px;
        padding-left: 148px;
        text-align: justify;
        hyphens: auto;
        line-height: 30px;
    }
    #map_google_61f5b18ae5b0d
    {
        display:none;
    }

    /* Navigation Arrow Icon*/
    .arrow {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left:4px;
        margin-bottom:2px;
    }
    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);

    }
    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .active.dropdown .arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left:4px;

    }
    .dropdown .arrow{
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left:4px;

    }
    .dropdown:hover .down {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .dropdown:hover .arrow {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transition-duration: .7s;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left:4px;
    }
}

/*Navigation Arrow Icon*/
.bg-pfalz-dunkel{
    background-color: white;

}

.design-ad-name{
    color:black;
    font-weight:bold;
    font-size:12pt;

}

.footerlinks li{
    list-style:none;
}

.footerlinks a{
    text-decoration: none;
}
.footerlinks{
    position: absolute;
    left: 0;
    line-height: 29px;
}
.marketplaceArticleAttributeRow{
    border-bottom: solid 1px #cccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .design-header-search .design-header-search-form {
        float: left;
        width: 100%;
    }

}

.design-header-search .design-header-search-form {
    width: 100%;
    padding-top: unset;
}

.design-header-search {
    padding-top: unset;
}

/*
  .design-header-search {
    margin-left: 25%;
  }
*/
/*
.design-header-logo {
    float: left;
    width: 190px;
    height: 80px;
    position: relative;
    overflow: visible;
    top: 1px;
    margin-left: -40px;
}

.design-header-logo img {
    float: none;
    margin: 0;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 50px;
    z-index: 1050;
    border-radius: 50%;
    border: 6px solid #ffff;
    background-color: white;
}

.design-header-logo.affix,
.modal-open .design-header-logo {
    position: fixed;
    z-index: 1050;
    overflow: hidden;
}

.design-header-logo.affix img, .modal-open .design-header-logo img {
    top: 12px;
    left: 76px;
    width: 55px;
    height: auto;
    background-color: unset;
    border: unset;
}
.design-header-logo.affix img, .modal-open .design-header-logo img .design-header-logo.affix img .top, .modal-open .design-header-logo img .top{
    top: 12px;
    left: 76px;
    width: 55px;
    height: auto;
    background-color: unset;
    border: unset;
}
*/
.CompanyLogo
{
    position: fixed;
    top:14px;
    left:61px;
    z-index:7777;
}
.CompanyLogo img{
    height: 50px;
    width: 50px;
}
@media (max-width: 480px){
    .CompanyLogo img{
        position: relative;
        right: 50px;
        top: 25px;
    }
}
.CompanyLogo span{
    margin-left: 20px;
    color: white;
    font-size:22pt;
    position: absolute;
    top:2px;
    width: 200px;
    font-family:'Plus Jakarta Sans';
    font-weight:600;
}
@media (max-width: 480px){
    .CompanyLogo span{
        left: -18px;
        top: 25px;
    }
}
ul.menu-box.menu-box-striped > li:nth-child(2n+1) {
    background: #ffffff;
}

.panel {
    border: none;

}

.panel-heading {
    border-bottom: unset;
}

.panel-primary > .panel-heading {
    border-color: unset;
}

.design-marketplace-categories-side ul.menu-box > li > ul {
    max-height: 220px;
}



.marketing-icon{
    background: rgba(0, 0, 0, .08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 0 10px rgba(255, 255, 255, 0.6), inset 0 2px 3px rgba(0, 0, 0, .38);
    border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 20px 0 20px 0;
}
.marketing-icon:hover{
    background: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 0 15px rgba(255, 255, 255, 0.6), inset 0 2px 3px rgba(0, 0, 0, .38);
}
.count-value {
    font-size: 18px;
}
.count-label {
    font-size: 16px;
}
.design-image-box {
    position: relative;
}
.design-image-box .design-image-box-html {
    position: relative;
    z-index: 1;
}
.design-image-box .design-image-box-html + .design-image-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.design-vendor-row .design-vendor-image.thumbnail {
    padding: 20px 0 20px 0;
}
.design-vendor-box.top {
    background-color: white;
}

#headerMenuMain #navbarCollapseMain > ul.nav > li.active > a, #headerMenuMain #navbarCollapseMain > ul.nav > li:hover > a {
    border-bottom: 4px solid #000000;
    padding-bottom: 10px;
}

#headerMenline .dropdown-menu.dropdown-menu-sm > .active > a, #headerMenline .dropdown-menu.dropdown-menu-sm > .active > a:hover, #headerMenline .dropdown-menu.dropdown-menu-sm > .active > a:focus {
    color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #000000;
}
#footer {
    margin-top: 52px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: black;
}


.design-ad-box, .design-product-box {
    background-color: white;
    border: 1px solid #cccccc;
}

.design-ad-box .design-ad-name, .design-product-box .design-ad-name, .design-ad-box .design-product-name, .design-product-box .design-product-name {
    min-height: 25px;
    padding-top: 0;
}

.design-ad-fields-list {
    min-height: 70px;
    padding-top: 12px;
    display: inline-flex;
}
.design-ad-box .design-ad-price .design-ad-price-old, .design-product-box .design-ad-price .design-ad-price-old, .design-ad-box .design-ad-price .design-ad-price-new, .design-product-box .design-ad-price .design-ad-price-new {
    font-family:'Cal Sans';
    font-weight:bolder;
    font-style:normal;
    font-size:14pt;
    margin-bottom:20px;
}

.design-vendor-box.design-vendor-box-small {
    background: #ffffff !important;
    font-family:'Plus Jakarta Sans'
}
.design-vendor-box{
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 7px 0px;
    transition: all .2s ease-in-out;
}
.design-vendor-box:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px 0px;
    transform:scale(1.01);
}
.design-vendor-box a{
    color:black;
    text-decoration:none;
    font-weight:bolder;
}
.design-container-highlight {
    background: #ffffff;
}

.img_fit {
    min-height: 300px;
    min-width: fit-content;
}

.marketplaceArticleAttributes.special-fields {
    background: unset;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ededed;
}

.marketplaceArticleAttributes legend {
    border-bottom: unset;
    font-size: 19px;
    font-weight: 600;
}

.content-marktplatz_anzeige .nav.nav-tabs + .tab-content {
    background-color: #f5f5f5;
}
.design-ad .design-ad-details-images .design-ad-details-images-big .design-ad-details-images-big-frame, .design-ad-details .design-ad-details-images .design-ad-details-images-big .design-ad-details-images-big-frame {
    background-color: #f5f5f5;
}

#marketplaceArticleAGB,#marketplaceArticleWiderruf,#marketplaceArticleZahlungsinformationf {
    overflow: auto;
    max-height:300px
}

.marketplaceArticleAttributes .fieldGroup  {
    padding-bottom: 50px;
}


.special-fields .field-text {
    padding-left: unset;
}

.design-ad .design-ad-details-images .design-ad-details-images-big .design-ad-details-images-big-frame, .design-ad-details .design-ad-details-images .design-ad-details-images-big .design-ad-details-images-big-frame {
    text-align: unset;
}

.design-ad-box {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 7px 0px;
    transition: all .2s ease-in-out;
}
.design-ad-box:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px 0px;
    transform: scale(1);
}

#headerMenline {
    font-size: 14px;
    border:none;
}
div#marketplaceArticleDescription {
    font-size: 19px;
}

@media (max-width: 767px) {
    #navbarCollapseMenline {
        overflow-y: auto;
        overflow-x: hidden;
    }
}
