html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat,sans-serif;
}

form.search {
    float: right;
    margin: 0;
    width: none;
    padding-bottom: 1em;
}

hr {
    margin: 40px 0;
}

h4 {
    font-size: 1.3rem;
}

.article-list {
    color: #000; //#313437
background-color: #fff;
}

.article-list p {
    color: #000; //#7d8285
}

.article-list h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .article-list h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.article-list .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 80px;
}

.article-list .intro p {
    margin-bottom: 0;
}

.article-list .articles {
    padding-bottom: 40px;
}

.article-list .item {
    padding-top: 50px;
    min-height: 425px;
    text-align: center;
}

.article-list .item .name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    color: inherit;
}

.article-list .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

.article-list .item .action {
    font-size: 24px;
    width: 24px;
    margin: 22px auto 0;
    line-height: 1;
    display: block;
    color: #4f86c3;
    opacity: 0.85;
    transition: opacity 0.2s;
    text-decoration: none;
}

.article-list .item .action:hover {
    opacity: 1;
}



.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #575759;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width:767px) {
    .footer-clean .item {

        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {

    }
}

.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width:991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}



@media only screen and (min-width: 1399px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


a {
    color: #575759;

}

a:hover {
    color: #008bcb;

}

.article-list h1 {
    font-weight: normal;
    margin-bottom: 0px;
    padding-top: 40px;
    color:  #008bcb;
    text-transform: uppercase;
}

.article-list h2 {
    font-weight: normal;
    margin-bottom: 0px;
    padding-top: 40px;
    color:  #008bcb;
    text-transform: uppercase;
}


.startseite_kategorie {

    font-size: 22px;

}

.startseite_kategorie_klein {

    font-size: 15px;
    margin-top:20px;
}

.startseite_kategorie .fa {

    font-size:20px;
}

.produkte_kategorie {
    font-size: 22px;

}




.swiper-container {
    width: 100%;


}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#main {

    border-top: 0px solid #eee;
    padding-top: 1em;
    margin-top: 0em;
    clear: both;

}

.mainsection {

    padding-top:85px;
}

img {
    border-radius: 3px;
}


.info-header-icon-list {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background: #fff;
}

.article-list img {
    vertical-align: middle;
    border-style: none;
    height: 275px;
    object-fit: cover;
    border: 1px solid rgb(159,166,171);
}

.article-list img:hover {

    box-shadow: 0 0 25px 5px rgb(159,166,171);
}

.img-fluid {
    border: 0px solid rgb(159,166,171) !important;
    height: auto !important;
}


.videomargin {
    margin-top:40px;
}

.footer-clean {
    color: #575759;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(87,87,89,0.45);
    -moz-box-shadow: 0px 0px 80px 0px rgba(87,87,89,0.45);
    box-shadow: 0px 0px 80px 0px rgba(87,87,89,0.45);
}

.nav a {
    font-weight: normal;
}

.nav li {
    margin: 0;
    font-size: 17px;
}

.article-list p {
    color: #000;
}
.breadcrumbs  span {
    color: rgb(227,6,19);
    font-weight: bold;
}

.breadcrumbs  span a {

    font-weight: normal;
}

.career {

    margin-bottom: 20px;
}

li.current {
    font-weight:bold;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


@media only screen and (min-width: 1000px) {
    .untermenu-responsive {
        display:none;
    }
}

@media only screen and (max-width: 1000px) {
    .untermenu-desktop {
        display:none;
    }
}

.untermenu    ul {
    padding: 10px 0 0 0;
    margin-bottom: 5px;

}

.untermenu    ul > li  {
    list-style: none;



}
.untermenu    ul > li > a  {
    font-weight: bold;
    width: 100%;
    display: inherit;
    margin-bottom: -5px;
    padding: 10px 20px ;
    color: #FFF;
    background: #575759;
    font-size: 20px;

}

.untermenu    ul > li > ul > li {

    margin-left: 0px;

    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 0 0 5px 0;

}



.untermenu    ul > li > ul > li > a {
    list-style: none;
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    color: #575759;
    background: #eaeaea;
    font-size: 1rem;
}

.untermenu    ul > li > ul > li.current > a {
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    color: #fff;
    background: #008bcb;
    font-size: 1rem;
}


.untermenu    ul > li > ul > li > ul > li {

    margin-left: 30px;
    border-bottom: 0px;
    margin-bottom: -5px;
    margin-top: -5px;
    padding: 5px 0;


}



.untermenu    ul > li > ul > li > ul > li:before {
    content: "\f061";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.3em;
    width: 1.3em;
    top: 10px;
    position: relative;
    color: #575759;
}

.untermenu    ul > li > ul > li > ul > li.current:before {

    color: #008bcb;
}

.untermenu    ul > li > ul > li > ul > li > a {
    list-style: none;
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    color: #575759;
    font-size: 1rem;
}

.untermenu    ul > li > ul > li > ul > li.current > a {

    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
}




.navigation-clean {
    background: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.navigation-clean .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.navigation-clean .navbar-brand:hover {
    color: #222;
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
    background: none;
}

.navigation-clean .navbar-toggler {
    color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
    border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: none;
    pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
}



.card-header .btn-link:after {
    /* symbol for "opening" panels */
    font-family: 'fontawesome';  /* essential for enabling glyphicon */
    content: "\f063";    /* adjust as needed, taken from bootstrap.css */
    position: absolute;
    right:20px;
    top:17px;
    color: #fff;
    /* adjust as needed */
}

.card-header .btn-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f061";    /* adjust as needed, taken from bootstrap.css */
    color: #fff;
}
.card {
    border: 0px;margin-bottom: 10px;
}

.card-header {
    background-color: #575759;
    color: #fff;
    border-bottom: 0px;

}


.card-header .btn-link {
    color: #fff;
}

.btn {
    text-align:left;
}


.swiper-container {

}

.h1image {

    height: auto !important;
    border: 0 !important;
}

.h1image:hover {
    border: 0 !important;
    box-shadow: none !important;
}


.preisbox {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.075);
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.preisbox .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.clean-block .block-heading h1, .clean-block .block-heading h2, .clean-block .block-heading h3 {
    margin-bottom: 1.2rem;
}

.clean-block .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: .7;
}

.preisbox .preisbox-funktionen h4 {
    text-align: left;
    font-size: 16px;
    padding: 5px;
}

.preisbox .preisbox-funktionen h4 span {
    font-weight: normal !important;
    margin-left:5px;

}

.preisbox .preis h4 {
    margin: 15px 0;
    font-size: 45px;
    text-align: center;
}

.default-border {
  border: $border-width solid;
  border-color: $card-border-color; 
  border-radius: 10px; 
}

/* Pager */
.pager-nav {
  display: flex;
  justify-content: center;
}

.pager-nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    @extend .default-border;
}

.pager-nav li {
      flex: 1 1 auto;
}

.pager-nav li.MarkupPagerNavFirst a {
        border-radius: $border-radius 0 0 $border-radius;
      }

.MarkupPagerNavFirstNum {
	
}

.pager-nav li.MarkupPagerNavLast a {
        border-radius: 0 $border-radius $border-radius 0;
      }

.pager-nav li a {
        font-weight: bold;
        font-size: $font-size-base * 0.9;
        color: $gray;
        background-color: $white;
        display: block;
        padding: 0.5rem 1rem;
      }

.pager-nav li &.active a {
        background: $main-color;
        color: $white;
      }
