.biketitel {
    text-transform:uppercase;
}
.bikedetails {

    max-width:800px;
    margin:0 auto !important;
}
.news a {
    text-decoration:none;
}
.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    max-width: 300px;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .article .news-img-wrap {


}
.news .article .news-img-wrap a {


}
span[itemprop="publisher"] , time[itemprop="dateModified"] {
    display: none;
    visibility: hidden;
}
.news .article .news-img-wrap img {

    height: auto;
    width: 100%;
}
.news .article .teaser-text {
    margin: 0 0 25px 0;
    padding:5px;

}
.news .article h3 {
    margin: 10px 0;
    font-size: 1.1rem;
}
.news .newsfooter {

    margin-top: auto;
}
.news .newsfooter p {
    line-height: 1.5rem;
}
.news .newsfooter span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}
.news .newsfooter  span:last-child { border-right: none}

.news .newsfooter .news-category a {
    text-transform: uppercase;
}
.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}
.news .page-navigation p {
    float: left;
}
.news .page-navigation ul {
    float: right;
}
.news .page-navigation ul li {
    float: left;
    display: block;

    background: none;
}
.news .page-navigation ul li.current {
    padding: 10px;
    line-height: 1.42857143;
    display: block;

}
.news .page-navigation ul li a {
    position: relative;
    float: left;
    display: block;
    line-height: 1.42857143;
    text-decoration: none;
    color: black;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 10px 20px;
}
/* category menu view */
.news-category-view ul li {
    padding: 5px 8px;
}
.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
/* single view */
.news-single .newsfooter {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;


}
.news-single .article .news-img-wrap img {

}
.news-single .teaser-text {
    color: #000;
    font-weight: bold;
}
.news-text-wrap {
    margin-bottom: 10px;
}
.news-img-caption {
    color: #888;
    padding: 5px;
    font-size: 0.8rem;
}
/* related news + files */
.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}
.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell;
}
.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}
.news-related ul li span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
}

.news-related h4 {
    margin-bottom: 10px;
}
.news-related-files ul li {
    margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}
.news-clear {
    clear: both;
}
div.shariff { clear:both;}
div.outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin:10px;
    padding:5px;
}
.news-list-view {
    display: flex;
    flex-wrap: wrap;
}
.news-list-view  .article {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px dotted #999;
    padding: 10px;
    background-color: #ffffff5c;
    flex:1 1 300px;
}
@media screen and (min-width: 600px  ) {
    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr ;
        grid-gap: 10px;
    }

}
@media screen and (min-width: 900px  ) {
    .news.news-single {

    }
    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .news .article h3 {
        margin: 10px 0;
        font-size: 1.5rem;
    }
    .news .article .news-img-wrap img {
        height: auto;

        width: 100% ;
    }
    .news-single .article .news-img-wrap img {



    }
    .news-single span[itemprop="publisher"] ,.news-single time[itemprop="dateModified"] {

        visibility: visible;
    }
    div.outer {

        flex: 1 1 50%;
        padding: 10px;
    }

}
@media screen and (min-width: 1100px  ) {

    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
}
@media screen and (min-width: 1200px  ) {
    .news.news-single {

    }
}
@media (min-width: 576px){
    .frame-container {
        max-width: 100%;
    }
}

data[itemprop="dateModified"]  {
    font-size:0.8rem;
    font-style: italic;
}
span[itemprop="logo"]  {
    display: none !important;
}


div[itemprop="description"]  {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;

}
div.article .header {

    background-color: #fff;
    padding: 5px;

}
.news-text-wrap {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    text-align: justify;
    padding: 5px;
}
.news-single .article h3 {
    margin: 10px 0;
    font-size: 1.3rem;
    color: #7d8da6;
}
.more, .button {
    color: white;
    text-transform: uppercase;
}
.shariff-button a {
    padding-left: 5px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
    clear: both;
}
.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}
.news .nav li {
    float: left;
}
.news .nav a {
    float: left;
    display: block;
}
.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news .article .news-img-wrap {


}
.news .article .news-img-wrap a {


}
span[itemprop="publisher"] , time[itemprop="dateModified"] {
    display: none;
    visibility: hidden;
}
.news .article .news-img-wrap img {

    height: auto;
    width: 100%;
}
.news .article .teaser-text {
    margin: 0 0 25px 0;
    padding:5px;

}
.news .article h3 {
    margin: 10px 0;
    font-size: 1.1rem;
}
.news .newsfooter {

    margin-top: auto;
}
.news .newsfooter p {
    line-height: 1.5rem;
}
.news .newsfooter span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}
.news .newsfooter  span:last-child { border-right: none}

.news .newsfooter .news-category a {
    text-transform: uppercase;
}
.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}
.news .page-navigation p {
    float: left;
}
.news .page-navigation ul {
    float: right;
}
.news .page-navigation ul li {
    float: left;
    display: block;

    background: none;
}
.news .page-navigation ul li.current {
    padding: 10px;
    line-height: 1.42857143;
    display: block;

}
.news .page-navigation ul li a {
    position: relative;
    float: left;
    display: block;
    line-height: 1.42857143;
    text-decoration: none;
    color: black;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 10px 20px;
}
/* category menu view */
.news-category-view ul li {
    padding: 5px 8px;
}
.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
/* single view */
.news-single .newsfooter {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;


}
.news-single .article .news-img-wrap img {

}
.news-single .teaser-text {
    color: #000;
    font-weight: bold;
}
.news-text-wrap {
    margin-bottom: 10px;
}
.news-img-caption {
    color: #888;
    padding: 5px;
    font-size: 0.8rem;
}
/* related news + files */
.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}
.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell;
}
.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}
.news-related ul li span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
}

.news-related h4 {
    margin-bottom: 10px;
}
.news-related-files ul li {
    margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}
.news-clear {
    clear: both;
}
div.shariff { clear:both;}
div.outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
}
.news-list-view  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px dotted #999;
    padding: 10px;
    margin:5px;
    background-color: #ffffff5c;
    flex: 0 1 336px;
}
@media screen and (min-width: 600px  ) {
    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr ;
        grid-gap: 10px;
    }

}
@media screen and (min-width: 900px  ) {
    .news.news-single {

    }
    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .news .article h3 {
        margin: 10px 0;
        font-size: 1.5rem;
    }
    .news .article .news-img-wrap img {
        height: auto;

        width: 100% ;
    }
    .news-single .article .news-img-wrap img {



    }
    .news-single span[itemprop="publisher"] ,.news-single time[itemprop="dateModified"] {

        visibility: visible;
    }
    div.outer {

        flex: 1 1 50%;
        padding: 10px;
    }

}
@media screen and (min-width: 1100px  ) {

    .newswrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
}
@media screen and (min-width: 1200px  ) {
    .news.news-single {

    }
}
@media (min-width: 576px){
    .frame-container {
        max-width: 100%;
    }
}

data[itemprop="dateModified"]  {
    font-size:0.8rem;
    font-style: italic;
}
span[itemprop="logo"]  {
    display: none !important;
}


div[itemprop="description"]  {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;

}
div.article .header {

    background-color: #fff;
    padding: 5px;

}
.news-text-wrap {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    text-align: justify;
    padding: 5px;
}
.news-single .article h3 {
    margin: 10px 0;
    font-size: 1.3rem;
    color: #7d8da6;
}
.more, .button {
    color: white;
    text-transform: uppercase;
}
.shariff-button a {
    padding-left: 5px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}
div.newsfooter {
    background: #96c11f;
    color: white;
    overflow: hidden;
    z-index: 1;
    float: left;
    font-weight: 400;
    line-height: 45px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}
div.newsfooter2 {
    background: #96c11f;
    color: white;
    overflow: hidden;
    z-index: 1;
    float: left;
    font-weight: 400;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}
div.newsfooter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: #838383;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 25px)) translateY(10%) rotate(
            -45deg);
    transform: translateY(10%) translateX(15%) rotate(
            -45deg);
    transition: transform .3s;
}
div.newsfooter:hover::after {
    transform: translateY(10%) translateX(-25px) rotate(
            -45deg);
}
div.newsfooter2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: #838383;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 25px)) translateY(10%) rotate(
            -45deg);
    transform: translateY(10%) translateX(15%) rotate(
            -45deg);
    transition: transform .3s;
}
div.newsfooter2:hover::after {
    transform: translateY(10%) translateX(-25px) rotate(
            -45deg);
}
strong, b {
    color: #96c11f;
}
.bilder {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    align-content: stretch;
}
figure.galerie {
    flex: 1 1 250px;
    padding-right:10px;
}
.teaser-text {

}
h3.bikepart {
    margin-top:40px;
    color:#96c11f;
    text-transform:uppercase;
}
div[itemprop="description"] p:first-child{
    font-size: 200%;
}
.morebikes {color:black !important;}
.newsdetails .article {
    margin-bottom: 40px;
}
.newpics h3 {

    border-bottom: 1px solid gray;
    margin-bottom:15px;
    padding-bottom:15px;

}
.newpics  {

    border-bottom: 1px solid gray;
    margin-bottom:15px;
    padding-bottom:15px;

}
.swiper-slide a .card .card-body {
    height: 100%;
    padding:10px;
    background-color: #ffffff;
}
.swiper-slide figure {
    display: block;
    margin-bottom: 1rem;
    min-height: 230px;
}
.news-teaser p {font-size:80%;}