/* cmsms stylesheet: custom modified: 27.09.2022 09:18:21 */
header a.logo img {
        max-width: 230px;
        vertical-align: sub;
    }
    
    header.header-appear a.logo img {
        max-width: 115px;
        vertical-align: sub;
    }
    
    .navbar-top-default {
        position: absolute;
        top: 0;
        z-index: 99;
        overflow: hidden;
        height: 150px;
        width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    
    .home {
        background-color: #fff;
        height: inherit;
        padding-top: 15.5rem;
    }
    

    
    section {
        padding: 120px 0;
    }
    /* .marker {
        background: linear-gradient(to bottom, transparent 68%, #E82E8A 68%);
    } */
    
    section>span {
        color: #E82E8A;
    }
    
    section>span:before {
        height: 28%;
        top: auto;
        bottom: 0;
    }
    /* ===================================
   Produkte
====================================== */
    
    .bg-light-gray {
        background-color: #f9f9f9;
    }
    
    .produkte .card {
        border: none;
        border-radius: 10px;
        transition: all .6s ease;
        box-shadow: 1px 1px 31px #e6e6e6;
        margin-bottom: 50px;
    }
    
    .produkte .card-body {
        padding: 85px 49px;
        padding-bottom: 50px;
    }
    
    .produkte .card-body p {
        font-size: 24px;
        color: #202020;
    }
    /* ===================================
   Entwicklungsprozess
====================================== */
    
    .number {
        font-weight: 400;
        font-size: 30px;
    }
    
    .news-item h4 {
        margin: 30px 0;
    }
    
    .bg-dark a {
        color: #fff
    }

.heading-area h6.sub-title {
    font-size: 20px;
}

h2.title, h3.title {font-weight: bold}
h2.title {text-transform: uppercase}
h6.sub-title {font-weight: bold !important}

h3 {
        font-size: 27px;
        font-weight: 300;
        line-height: 35px;
    }    
section p, div.footer-below p {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h3 {
        font-size: 37px;
        font-weight: 300;
        line-height: 45px;
    }
    
   section p, div.footer-below {
        font-size: 27px;
        font-weight: 300;
        line-height: 35px;
    }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
