/* ========================= Fonts ======================== */
@font-face {
    font-family: Sailec-Bold ;
    src: url(fonts/sailec/2FD4C4_0_0.eot);
    src: url(fonts/sailec/2FD4C4_0_0.eot?#iefix) format("embedded-opentype"), url(fonts/sailec/2FD4C4_0_0.woff2) format("woff2"), url(fonts/sailec/2FD4C4_0_0.woff) format("woff"), url(fonts/sailec/2FD4C4_0_0.ttf) format("truetype");
}
@font-face {
    font-family: Sailec-Medium;
    src: url(fonts/sailec/380880_0_0.eot);
    src: url(fonts/sailec/380880_0_0.eot?#iefix) format("embedded-opentype"), url(fonts/sailec/380880_0_0.woff2) format("woff2"), url(fonts/sailec/380880_0_0.woff) format("woff"), url(fonts/sailec/380880_0_0.ttf) format("truetype");
}
@font-face {
    font-family: Sailec-Light;
    src: url(fonts/sailec/2FD4C4_1_0.eot);
    src: url(fonts/sailec/2FD4C4_1_0.eot?#iefix) format("embedded-opentype"), url(fonts/sailec/2FD4C4_1_0.woff2) format("woff2"), url(fonts/sailec/2FD4C4_1_0.woff) format("woff"), url(fonts/sailec/2FD4C4_1_0.ttf) format("truetype");
}
@font-face {
    font-family: Sailec-Regular;
    src: url(fonts/sailec/2FD4C4_2_0.eot);
    src: url(fonts/sailec/2FD4C4_2_0.eot?#iefix) format("embedded-opentype"), url(fonts/sailec/2FD4C4_2_0.woff2) format("woff2"), url(fonts/sailec/2FD4C4_2_0.woff) format("woff"), url(fonts/sailec/2FD4C4_2_0.ttf) format("truetype");
}

:root {
    --primary: #f1f1f1;
    --secondary: #fecf07;
    --logoblue: #28789f;

    --mainTextColor: #223a47;
    /*--mainTextColor: #3C3748;*/
    --secondTextColor: #828282;

    --color-berg: #d4edda;
    --color-border-berg: #c3e6cb;
    --color-text-berg: #155724;

    --color-beschneiung: #cce5ff;
    --color-border-beschneiung: #b8daffe;
    --color-text-beschneiung: #004085;

    --color-bahn: #fff3cd;
    --color-border-bahn: #ffeeba;
    --color-text-bahn: #856404;

    --color-schneemobil: #f8d7da;
    --color-border-schneemobil: #f5c6cb;
    --color-text-schneemobil: #721c24;
}





/*  =======================   Allgemein ======================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    box-sizing: border-box;
    font-size: 10px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Sailec-Light;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    color: var(--mainTextColor);
}

ul{
    list-style: none;
    padding: 0;
}

a{
    text-decoration: none;
    color: var(--mainTextColor);
}
a:hover{
    text-decoration: underline;
}

.global-page-titel{
    text-align: center;
    position: relative;
    font-family: Sailec-Medium;
    font-size: 4rem;
}

.global-long-text{
    position: relative;
    line-height: 1.5;
    font-family: Sailec-Light;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    white-space: pre-line;
}

.global-small-important-text{
    position: relative;
    line-height: 1.5;
    font-family: Sailec-Medium;
    font-size: 1.5rem;
    color: var(--logoblue);
}

#main-content{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/*  =======================   Allgemein ======================== */
@media (max-width: 991.98px) {
    html, body {
        font-size: 9px !important;
        line-height: 1.5;
        letter-spacing: 0.12rem;
    }
}

@media (max-width: 575.98px) {
    html, body {
        font-size: 8px !important;
        line-height: 1.5;
        letter-spacing: 0.12rem;
    }
}







/*  =======================   navigation & header  ======================== */
#wrapper-navbar{

}

/*  =======================   top header over navbar ======================== */
#top-header{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.top-header-logo-holder{
    max-width: 30rem;
}

.top-header-logo-holder:hover{
    cursor: pointer;
}

.reservation-holder{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: end;
}

.website-name{
    font-size: 3.5rem;
    font-family: Sailec-Bold;
    text-transform: uppercase;
}

.contact-holder {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

i{
    color: var(--secondary);
    padding-right: 0.5rem;
}

.contact-holder-item:nth-child(even){
    padding-left: 1rem;
}

/*  =======================   navigation ======================== */
#main-nav {
    margin-bottom: 1rem;
    border-top: 1px solid #5da0aa;
    border-bottom: 1px solid #5da0aa;
    padding: 0;
}

.main-nav-ul {
    flex: 1;
    justify-content: center;
}

.main-nav-a {
    padding: 2rem 5rem !important;
    color: var(--mainTextColor);
    font-family: Sailec-Regular;
    font-size: 2rem;
    letter-spacing: 0.05rem;
}








/*  =======================   home site - titel img ======================== */
.home-site.h2-mobil{
    display: none;
    position: relative;
}

.home-site.image-section {
    position: relative;
    overflow: hidden;
    max-height: 70rem;
}

.home-site.gradient-gray{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

img.home-site{
    width: 100%;
}

.home-site.text {
    color: white;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

h1.home-site{
    position: relative;
    max-width: 120rem;
    font-family: Sailec-Medium;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    font-size: 5em;
    margin-bottom: 2rem;
}

h2.home-site{
    position: relative;
    font-family: Sailec-Light;
    max-width: 100rem;
    font-size: 3rem;
    line-height: 1.5;
}

.home-site.absolute {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-site.content{
    position: absolute;
    width: 80%;
    bottom: 15%;
}

/*  =======================   home site - service section ======================== */

.home-site.service-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 12rem;
    padding-top: 12rem;
    background: url("img/background/light.jpeg");
}

.home-site.service-inner-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

.home-site.section-sub-titel {
    text-align: center;
    font-size: 2rem;
    font-family: Sailec-Bold;
    margin-bottom: 5rem;
    color: #0000d0;
}

.home-site.section-titel {
    position: relative;
    display: flex;
    justify-content: center;
}

.home-site.section-titel-text {
    max-width: 80rem;
    text-align: center;
    font-size: 4rem;
    font-family: Sailec-Medium;
    margin-bottom: 10rem;
}

.home-site.section-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 7rem;
}

.home-site.icon-wrapper {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 35rem;
}

.home-site.icon-wrapper-img {
    width: 18rem;
    margin-bottom: 2rem;
}

img.icon-pistenmaschine{
    width: 22rem;
    margin-bottom: 0;
    margin-top: 4rem;
}

.home-site.icon-wrapper-text {
    width: 100%;
    text-align: center;
    font-family: Sailec-Medium;
    font-size: 2.5rem;
}

div.text-bahnanalagen{
    margin-left: 2rem;
}

.home-site.section-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5;
    font-family: Sailec-Light;
}


/*  =======================   home site ======================== */
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    h1.home-site{
        width: 100%;
        font-size: 3rem;
    }
    h2.home-site {
        font-family: Sailec-Light;
        width: 100%;
        font-size: 2rem;
    }


    .home-site.service-inner-section {
        width: 90%;
    }

    .home-site.section-titel-text {
        font-size: 3rem;
    }

    .home-site.section-text {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .home-site.icon-wrapper-img {
        width: 15rem;
        margin-bottom: 2rem;
    }
}

/*  =======================   home site ======================== */
@media (max-width: 575.98px) {
    h1.home-site{
        font-size: 2em;
        margin-bottom: 0rem;
        width: 100%;
    }
    h2.home-site {
        display: none;
    }

    .h2-mobil{
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: block !important;
        text-align: center;
        font-family: Sailec-Regular;
        font-size: 1.1rem;
        line-height: 1.5;
        background: #7b9bbd42;
    }

    .home-site.service-section {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }

    .home-site.section-titel {
        position: relative;
    }

    .home-site.section-titel-text {
        margin-bottom: 4rem;
    }

    .home-site.section-icons {
        margin-bottom: 2rem;
    }

    .home-site.icon-wrapper {
        width: 100%;
        margin-bottom: 4rem;
    }

    img.icon-pistenmaschine{
        margin-top: -0.5rem;
        margin-bottom: 2rem;
    }

    .home-site.section-text {
        hyphens: auto;
        text-align: justify;
    }
}






/*  =======================  ueber mich  ======================== */
.about-site.about-section {
    display: flex;
    justify-content: center;
}

.about-site.about-section-innner {
    width: 80%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
}

.about-site.page-titel{
    width: 100%;
    font-family: Sailec-Bold;
    font-size: 5rem;
    margin-bottom: 4rem;
}

.about-site.left {
    width: 65%;
    padding-right: 10rem;
}

.about-site.titel {
    margin-bottom: 1rem;
}

.about-site.schlagworte {
    width: 80%;
    margin-bottom: 2rem;
}

.about-site.text {
    hyphens: auto;
    text-align: justify;
}

.about-site.right {
    width: 35%;
}

img.about-site {
    width: 100%;
    border-radius: 1.5rem;
    /*box-shadow: rgb(74, 189, 243) 5px 5px, rgb(59, 159, 206) 10px 10px, rgb(53, 147, 192) 15px 15px, rgb(40, 120, 159) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;*/
    /*box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;*/
}


@media (max-width: 991.98px) {
    .about-site.about-section-innner {
        width: 90%;
        flex-direction: column-reverse;
    }

    .about-site.right {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 6rem;
    }

    img.about-site {
        border-radius: 0.8rem;
        width: 50%;
    }

    .about-site.left{
        width: 100%;
        padding-right: 0;
    }
}







/*  =======================  ueber mich  ======================== */
.reference-site.page-titel{
    width: 100%;
    text-align: center;
}

.reference-site.reference-section {
    display: flex;
    justify-content: center;
}

li.reference-site {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.reference-site.list-item-inner {
    width: 80%;
    display: flex;
}

.reference-site.reference-left {
    width: 15%;
    display: flex;
    justify-items: center;
    margin-right: 5rem;
}

img.reference-site {
    width: 100%;
}

.reference-site.reference-right {
    width: 85%;
}

.reference-site.titel {
    font-size: 2.5rem;
    font-family: Sailec-Regular;
    margin-bottom: 1rem;
}

.reference-site.text {
    margin-bottom: 3rem;
}

li.reference-site:nth-child(even){
    background: #f7f7f7;
}

@media (max-width: 575.98px) {
    .reference-site.list-item-inner {
        flex-direction: column;
    }

    .reference-site.reference-left {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 4rem;
    }

    img.reference-site{
        width: 50%;
    }

    .reference-site.reference-right {
        width: 100%;
    }
}




/*  =======================  competences site  ======================== */
.reference-site.page-titel{
    width: 100%;
    text-align: center;
}

.reference-site.kernkompetenezn-section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.reference-site.kernkompetenezn-section-inner {
    width: 60%;
    display: flex;
    justify-content: center;
}

img.reference-site.kernkompetenezn-section-inner{
    margin-top: 3rem;
    width: 80%;
}

@media (max-width: 991.98px) {
    .reference-site.kernkompetenezn-section-inner {
        width: 90%;
    }

    img.reference-site{
        margin-top: 3rem;
        width: 100%;
    }
}





/*  =======================  contact site  ======================== */

/*  =======================  upper section  ======================== */
.contact-site.page-titel{
    width: 100%;
    text-align: center;
}

.contact-site.contact-section {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.contact-site.contact-section-inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    line-height: 1.5;
    font-family: Sailec-Light;
    font-size: 2rem;
    letter-spacing: 0.05rem;
}

.contact-site.icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}

img.contact-site{
    width: 5rem;
}

.contact-site.imgspace{
    margin-left: 3rem;
    margin-right: 3rem;
    width: 2rem;
    border-bottom: 2px solid var(--secondary);
}

.contact-site.contact-call {
    margin-right: 10rem;
}

a.contact-call-link{
    display: block;
    text-decoration: none;
}
a.contact-call-link:link{
    color: var(--mainTextColor);
}
a.contact-call-link:hover{
    color: var(--secondary);
}

/*  =======================  form section  ======================== */
.contact-site.contact-form-section {
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-site.contact-form-section-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
}

.contact-site.form-section {
    display: flex;
    flex-wrap: wrap;
}

.contact-site.errorText{
    color: red;
    font-size: 1.8rem;
    margin-top: 1rem;
    width: 100%;
}

.contact-site.subtitel{
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: var(--mainTextColor);
    font-family: Sailec-Regular;
}

.contact-site.titel-form{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-family: Sailec-Medium;
    margin-bottom: 1rem;
}

form.contact-site {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

button.contact-site{
    margin-top: 2rem;
    background-color: var(--mainTextColor);
    border: none;
    color: white;
    font-family: Sailec-Regular;
    padding-bottom: 0.7rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

button.contact-site:hover{
    cursor: pointer;
}

.contact-site.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
}

input.contact-site{
    border: 1px solid #dfdfdf;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.5rem 2rem;
    margin-bottom: 2rem;
}

input.contact-site:last-child{
    margin-bottom: 0rem;
}
input.contact-site::placeholder{
    color: #828282;
}
input.contact-site:focus{
    outline: none !important;
    border: 1px solid var(--mainTextColor);
}

.contact-site.right {
    width: 50%;
}

textarea.contact-site{
    height: 100%;
    width: 100%;
    font-family: Sailec-Regular;
    border: 1px solid #dfdfdf;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.5rem 2rem;
}
textarea.contact-site::placeholder{
    color: #828282;
}
textarea.contact-site:focus{
    outline: none !important;
    border: 1px solid var(--mainTextColor);
}

.contact-site.contactformSuccess {
    font-size: 1.8rem;
    width: 100%;
}

.contact-site.succesTitel{
    text-align: center;
    color: green;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.contact-site.successText{
    text-align: center;
    font-size: 2rem;
}

#form-error-text{
    display: none;
}

#contact-form-success{
    display: none;
}


@media (max-width: 991.98px) {
    .contact-site.contact-section-inner {
        width: 90%;
    }
}

@media (max-width: 575.98px) {

    .contact-site.contact-section-inner {
        flex-direction: column;
    }

    .contact-site.contact-call{
        margin-right: 0;
        margin-left: 3rem;
        margin-bottom: 2rem;
    }
    .contact-site.contact-address{
        margin-left: 3rem;
    }

    .contact-site.contact-form-section-inner {
        width: 90%;
    }

    form.contact-site {
        flex-direction: column;
    }

    .contact-site.left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .contact-site.right {
        width: 100%;
    }

    textarea.contact-site{
        height: 40rem;
    }
}






/*  =======================  peojects site  ======================== */

/* Filter section*/
.project-site.cards-filter-section {
    margin-bottom: 5rem;
    margin-top: 10rem;
    width: 100%;
}

.project-site.cards-filter-list {
    color: gray;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2rem;
    font-family: Sailec-Medium;
}

li.project-site.cards-filter-list-item{
    margin-right: 3rem;
}

li.project-site.cards-filter-list-item:last-child{
    margin-right: 0;
}

li.project-site.cards-filter-list-item:hover{
    cursor: pointer;
    color: var(--mainTextColor);
}

.active.project-site.cards-filter-list-item{
    color: black;
    border-bottom: 1px solid gray;
}


/* projects section*/
.project-site.leistungen-section {

}


.project-site.page-titel.leistungen-section{
    position: relative;
    width: 60%;
    text-align: center;
}


/* projects list */
ul.project-site.project-list{

}
li.project-site.project-list.list-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.project-site.project-list.inner-item {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 6rem; 
    padding-bottom: 6rem;
}

.left.project-site.project-list {
    margin-right: 5%;
    display: flex;
    align-items: center;
}

.project-site.project-list.img {
    max-width: 30rem;
}

.project-site.project-list.right {

}

.project-site.project-list.titel {
    font-size: 2.5rem;
    font-family: Sailec-Medium;
}

.project-site.project-list.subtitel {
    margin-top: 2rem;
    line-height: 1.5;
    font-family: Sailec-Medium;
    font-size: 1.5rem;
}

.project-site.project-list.inserttext {
    font-size: 1.8rem;
}

.project-site.project-list.date {
    color: #828282;
    margin-bottom: 1.5rem;
    font-family: Sailec-Light;
    font-size: 1.5rem;
}

.project-site.project-list.badge {
    display: inline-block;
    margin-right: 1rem;

    border-radius: 1rem;
    font-family: Sailec-Regular;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.project-site.project-list.badge.bahn {
    color: var(--color-text-bahn);
    background-color: var(--color-bahn);
    border-color: 1px solid var(--color-border-bahn);
}

.project-site.project-list.badge.beschneiung {
    color: var(--color-text-beschneiung);
    background-color: var(--color-beschneiung);
    border-color: 1px solid var(--color-border-beschneiung);
}

.project-site.project-list.badge.schneemobil {
    color: var(--color-text-schneemobil);
    background-color: var(--color-schneemobil);
    border-color: 1px solid var(--color-border-schneemobil);
}

.project-site.project-list.badge.berg {
    color: var(--color-text-berg);
    background-color: var(--color-berg);
    border-color: 1px solid var(--color-border-berg);
}

li.project-site.project-list.list-item:nth-child(even) {
    background: url("img/background/light.jpeg");
}



@media (max-width: 991.98px) {

    .project-site.project-list.kathegorie{
        line-height: 4rem !important;
    }
}

@media (max-width: 575.98px) {

    .project-site.project-list.img {
        max-width: 100%
    }

    .project-site.project-list.inner-item {
        display: block;
    }
    .left.project-site.project-list{
        margin-right: 0 !important;
        justify-content: center;
    }
}