@font-face {
    font-family: avenir;
    src: url(../myfonts/avenir-book.otf);
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: avenir, Verdana, Arial, sans-serif;
}

body {
    font-family: avenir, Verdana, Arial, sans-serif;
}

.lead div {
    font-size: 1.17188rem;
    font-weight: 300; }

.fs-30,
.font-size-30 {
    font-size: 30px !important; }

.maxw-350 {
    max-width: 400px;
}

.topbar-logo {
    width: 300px;
}

.welcome-area {
    height: 265px;
}

.welcome-text {
    font-size: xx-large;
}

.header-slider {
    padding: unset !important;
}

.text-green {
    color: #c3c800;
}

.bg-green {
    background-color: #c3c800;
}

.bg-green-dark {
    background-color: #c3c800;
}

.btn-primary {
    background-color: #af1280;
    border-color: #99c221; }
    .btn-primary:hover {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        -webkit-box-shadow: 0 1px 10px rgba(248, 249, 250, 0.4);
                box-shadow: 0 1px 10px rgba(248, 249, 250, 0.4); }
    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.4);
                box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.4); }
    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #99c221;
        border-color: #99c221; }
    .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #a9bd3e;
        border-color: #a9bd3e;
        -webkit-box-shadow: 0 0 0 0rem rgba(193, 213, 64, 0.5);
                box-shadow: 0 0 0 0rem rgba(193, 213, 64, 0.5); }

.btn-glass.btn-primary {
    background-color: rgba(193, 213, 64, 0.6); }
    .btn-glass.btn-primary:hover {
        background-color: rgba(193, 213, 64, 0.9); }

.portfolio-1::before {
    background-color: #99c221; }

.accordion .card {
    border: 1px solid black !important;
}

.accordion .card-title {
    background-color: rgba(153, 194, 33);
}

.accordion .card-title a {
    color: white;
}

.accordion .card-title a:hover {
    color: #323d47 !important;
}

.accordion .card-title a::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.nav-link:hover, .nav-link:focus {
    color: #c3c800; }

.topbar {
    height: 110px; }

.table {
    border: unset; }

.table td {
    vertical-align: middle;
}



.practice-table .table-hover tbody tr:hover {
    background-color: #afafaf; }

footer .table td {
    border: unset;
}

.timeline::before {
    background-color: #99c221; }

.timeline-item::before {
    border: 2px solid #99c221;}

@media (max-width: 575px){
    .text-center-mobile {
        text-align: center;
    }

    .welcome-text {
        font-size: small !important;
    }
    .h1-mobile {
    font-size: 2.07813rem !important;
    }
    .h2-mobile {
        font-size: 1.4938rem !important;
    }
}

@media (max-width: 767px) {
    .welcome-text {
        font-size: large;
    }
}

@media (max-width: 991px) {
    body:not(.body-scrolled) .topbar.d-lg-flex ~ .navbar {
        top: unset;
    }

    body:not(.body-scrolled) .navbar-dark .logo-dark {
        display: none;
    }

    body:not(.body-scrolled) .navbar-dark .logo-light {
        display: inline-block;
    }

    .welcome-text {
        font-size: x-large;
    }

    .pb-3-mobile{
        padding-bottom: .75rem !important;
    }


}

@media (min-width: 636px) and (max-width: 991px) {
    .mt-30px-mobile{
        margin-top: 30px;
    }

    .body-scrolled.navbar-scrolled.header-scrolled .mt-30px-mobile{
        margin-top: 0px;
    }
}

@media (min-width: 992px){
    .display-mobile-tablet{
        display: none !important;
    }

    .header {
        margin-top: 120px;
    }

    body:not(.body-scrolled) .topbar.d-lg-flex ~ .navbar {
        top: 110px;
    }

    body:not(.body-scrolled) .navbar-dark .logo-dark {
        display: none;
    }
}

@media (min-width: 1200px) {
    .topbar-logo {
        width: 400px; }
}

.display-3 {
    font-weight: 200 !important;
}

.bg-pale-primary {
    background-color: #f4fcee !important;
}

.table td {
     padding: 0;
}

.table.table-hover.bg-green td{
    padding: .75rem !important;
    font-size: 17px !important;
}


.mt-0-p p{
    margin-bottom: 0px;
}

.text-primary {
    color: #c1d148 !important;
}


.bg-green-2{
    background-color: #c3c800;
}
.bg-green-light {
    background-color: #c3c800;
}

.practice-table td {
    padding: .75rem !important;
    font-size: 17px !important;
}


a {
    color: #99c221;

}

.r-1{
    right: 1px;
}

.scrolling-wrapper{
    background-color: #fafbfb !important;
}

.active.nav-link{
    color: #c3c800 !important;
    font-weight: bold;
}

.active.nav-link:before{
    content: ">";
    margin-right: 5px;
    color: #c3c800 !important;
}

.nav-link span.arrow{
    margin-left: 3px;
}

.career{
    padding-left: 20px;
    border-left: 1px solid #99c221;
}

.career ul{
    margin-left: 0px !important;
    padding-left: 20px !important;
}

.navbar-dark .nav-navbar>.nav-item>.nav-link, .navbar-dark .nav-navbar>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link {
    color: c3c800;
}

body {
    color: #53565A;
}

.btn-light {
    color: #af1280;
}

.active.nav-link {
    color: #c3c800 !important;
}

.br-logo{
    border-right: #53565A dashed 1px;
    padding-right: 10px;
}

.mt26rem{
    margin-top: 2.8rem !important;
}

.fs-22{
    font-size: 22px;
}


/* LAUFSCHRIFT */
/* Make it a marquee */
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 47.5em }
    100% { text-indent: -30em }
}





/* END LAUFSCHRIFT*/

.b-50{
    bottom: 50px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .h5, .h6{
    text-transform: uppercase !important;
}

.iconbox i{

}

.iconbox.iconbox-lg, .step-icon .iconbox {
    width: 60px;
    height: 60px;
    background: transparent;
}

.text-gray-2{
    color: #53565A;
}

.text-gray-3{
    color: #757575;
}

.text-gray-4{
    color: #191919;
}

a.text-green {
    color: #c3c800;
}

a:hover{
    color:#af1280 !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover{
    color:#af1280 !important;
}
.pswp__caption__center {
    text-align: left;
}

.h5 a{
    text-transform: none !important;
}

.navbar{
    min-height: 45px;
}
.navbar-scrolled .navbar {
    min-height: 85px;
}
.mt--20{
    margin-top: -20px;
}

@media (min-width: 991px) and (max-width: 1199px){
    .nav-navbar .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

.section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.t-0{
    top:0px;
}

.offcanvas, .inner-wrap {
    min-height: 100%;
}

.offcanvas{
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 992px){
    .ml-144-d{
        margin-left: 146px;
    }
}

@media (max-width: 991px){
    .ml-144-m{
        margin-left: 146px;
    }
    .w-100-m{
        width: 100%;
    }
    .float-right-m{
        float: right;
    }
}


@media (max-width: 635px){
    .logo-light.w-350{
        width: 250px !important;
        margin-top: 10px;
    }
    .ml-144-m{
        display: none;
    }

}

.navbar-stick-dark.stick .ml-144-d{
    margin-left: 0px !important;
}

.navbar-stick-dark.stick .logo-text{
    display: none;
}

.ls-1-2 {
    letter-spacing: 1.2px;
}

.text-normal{
    text-transform: none !important;
}

.mh-130{
    min-height: 130px;
}

.badge-success {
    background-color: #99c221 !important;
}

.text-muted.small{
    display: none;
}

@media (max-width: 500px) {
    .py-0-m{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.practice-table p{
    margin-bottom: 0px !important;
}

a:not(.nav-item a) {
    color: #99c221 !important;
}

.btn.btn-primary{
    color: white !important;
}

.ccm-dashboard-express-form fieldset .form-group:last-child > label
{
   visibility: hidden !important;
}

.btn.btn-primary:hover{
    background-color: rgb(83,86,90);
}

.card a:hover{
    color: rgb(83,86,90) !important;
}

.texttransform-no{
    text-transform: none !important;
}

.lead, .pricing-4 .plan-price p {
    font-size: 1.125rem !important;
}

#section-information a.h3{
    color: #99c221 !important;
}

#ccm-toolbar{
    z-index: 9999 !important;
}

body.modaltoggle{
    position: fixed;
    overflow: hidden !important;
}

.offcanvas{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height:100%; /*A value other than height:auto needs to be set*/
}

.modalbtn{
    white-space: normal !important;
}