@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Trirong&display=swap');

/*-------------------
 * Allgemein
 *-------------------*/

body {
    font-family: Montserrat;
}

h1,
h2,
.h1,
.h2,
.h4 {
    font-family: "Trirong";
}

/* === Buttons ===*/

.btn {
    text-transform: uppercase;
}

/* === Links ===*/

a:hover {
    color: #86b830;
    text-decoration: none;
    transition: all 0.5s ease;
    font-weight: bolder;
}

a {
    text-transform: uppercase;
    color: #86b830;
    text-decoration: none;
}


/* === Deco ===*/

.border-start {
    border-width: 4em !important;
    border-left-style: solid;
}


/*-------------------
 * Navigation
 *-------------------*/

nav {
    box-shadow: 5px 5px 30px 3px rgba(0, 0, 0, 0.04);
}

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(1.2rem + 0.5vw);
    font-weight: 500;
    letter-spacing: normal;
    color: #756D6D !important;
    text-transform: capitalize;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 400;
}


/*-------------------
 * Section Schritte
 *-------------------*/


/* === Custom Counter ===*/

ol {
    counter-reset: my-counter;
    list-style: none;
}

ol li {
    margin: 0 0 2.5rem 0;
    counter-increment: my-counter;
    position: relative;
}

.cstm-counter li::before {
    content: counter(my-counter);
    color: #f2ede9;
    position: absolute;
    --size: 48px;
    left: calc(-1 * var(--size) - 20px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    font-size: 66px;
    font-weight: bold;
    border-style: none;
}


/*-------------------
 * Section Pakete
 *-------------------*/

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.price {
    font-size: 220%;
    text-align: center;
    margin-bottom: 0rem;
}

.price::after {
    content: " €";
    font-size: 16px;
    vertical-align: super;
    font-weight: 300;
}

.card-body svg,
.form-check svg {
    fill: rgba(139, 139, 139, 0.6);
    width: .9rem;
    height: .9rem;
    stroke-width: "0";
    margin-left: 0.4rem;
}


/* === Icons Vorteile ===*/

.icons svg
 {
    float: left !important;
    margin-top: 30px;
    width: 50px;
    fill: #9f9f9f;
}

.element {
    margin-left: 75px;
}

/* === Icons Info ===*/
#vorteile svg {
    fill: rgba(139, 139, 139, 0.6);
    width: 2.3rem;
    height: 2.3rem;
    stroke-width: "5%";
}

/*-------------------
 * Section Referenzen
 *-------------------*/


/* === Carousel ===*/

.carousel-item {
    height: 300px;
}

.carousel-indicators li {
    background-color: rgba(175, 175, 175, 0.5) !important;
    margin: 0 0.3em !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}


/*-------------------
 * Section FAQ
 *-------------------*/


/* === Background Text ===*/

.bg-text {
    position: relative;
}

.bg-text:before {
    content: "FAQ";
    position: absolute;
    font-size: 9rem;
    font-weight: 900;
    opacity: 0.05;
    letter-spacing: -8px;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


/*-------------------
 * Footer
 *-------------------*/


/* === Links Footer ===*/

footer a {
    color: #f7f7f7;
    text-decoration: none;
}


/* === Back to top Icon ===*/

.scrollToTopBtn {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 40px;
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 0px;
    line-height: 40px;
    margin-left: 0px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease;
    background: rgba(255, 255, 255, 0.4);
    fill: rgba(139, 139, 139, 0.6);
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}


/*-------------------
* Helper Classes
*-------------------*/

.check-list-success li,
.check-list-primary li {
    position: relative;
    list-style-type: none;
    padding-left: 1.2rem;
}

.check-list-success li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #86b830;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.check-list-primary li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #86817c;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.nl-1 {
    margin-left: -1rem !important;
}

.nl-2 {
    margin-left: -1.5rem !important;
}

.bg-img-l {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-img-c {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*		background-attachment: fixed;*/
}

.ps-6 {
    padding-left: 4.1rem !important;
}
/*-------------------
* Auto Grid 
*-------------------*/
.auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1rem;
}

/* Angaben für IE */
.auto-grid>* {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.auto-grid>*+* {
    margin-top: 1rem;
}

@supports (display: grid) {
    .auto-grid>* {
        max-width: unset;
        margin: 0;
    }
}

/* Presentational styles */
.auto-grid>* {
    padding: 2rem 1.5rem;
    text-align: center;
}
/*-------------------
* Formular List Group 
*-------------------*/
ul {
    list-style-type: square;
}
li::marker {
 color:  #6d7d8c;
}

.list-group {
    width: auto;
    max-width: 400px;
}

.list-group-checkable {
    display: grid;
    gap: .5rem;
    border: 0;
}

.list-group-checkable .list-group-item {
    cursor: pointer;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.list-group-item-check:hover+.list-group-item {
    color: #fff;
    background-color: #86b830;
}

.list-group-item-check:checked+.list-group-item {
    color: #fff;
    background-color: #86b830;
}

.list-group-checkable label:before {
    content: '';
    display: block;
    position: absolute;
    left: 1.1rem;
    top: 9px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ffffff;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


.list-group-item {
    padding-left: 2.3rem;
    border-radius: 3px;
}
.form-check-inline {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-width: 1px;
    width: 203px;
    padding: 0.5rem 0.5rem 0rem 2.3rem;
    margin-top: 1.5rem;
    border-radius: 3px;
}

.form-check-label{
    font-weight: bolder;
    min-width: 145px;

}
.form-check span{
    padding-left: 1.5rem;
}
.form-check-input:checked {
background-color:#86B830;
border-color: #86B830;
}