/*#region general */

/*Variables*/
:root {
    --main-color: #7ec648;
    --secondary-color: #0d182d;
    --main-font-size:40pt;
}

body h3, p, h1, h2, h4 {
    margin: 0 !important;
}

.fs-parkomobil {
    font-weight: bold !important;
    text-transform: capitalize !important;
}

.bg-main {
    background-color: var(--secondary-color) !important;
}

.fc-main {
    color: var(--secondary-color) !important;
}

.fc-secondary {
    color: var(--main-color) !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.text-parkomobil {
    border-radius: 30px 0px 30px 0px;
    background-color: #FEEE09;
    color: #3C3C3B;
    padding: 0px 10px;
    font-weight: bold;
}

#header .header-btn-collapse-nav i {
    color: #34342f;
}

.logo {
    width: 25%;
    height: auto;
}

/*#endregion*/

/*#region section descriptions*/
.section-descriptions .description-left {
    background-color: var(--secondary-color);
}

.section-descriptions .description-left .logo-description {
    width: 10%;
    height: auto;
}

.section-descriptions .description-left h1 {
    background-color: var(--main-color);
    color: var(--secondary-color);
    font-weight: bold;
    padding: 15px 10px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 50pt;
}

.section-descriptions .description-left h1.line {
    height: 10px;
    width: 300px;
    padding: 0px;
}

.section-descriptions .description-left p {
    font-size: 0.8rem;
    color: #fff;
    line-height: 13px;
}

.section-descriptions .description-right .description-right-container h1 {
    background-color: var(--main-color);
    color: var(--secondary-color);
    font-size: 50pt;
    font-weight: bold;
    padding: 15px 10px;
    width: fit-content;
    text-transform: uppercase;
}

.section-descriptions .description-right .description-right-container {
    margin-top: 5%;
    border-top: 10px solid var(--main-color);
    padding-top: 10px;
}


.section-descriptions .description-right .description-right-container .list-of-descriptions {
    background-color: #FEEE09;
}

.section-descriptions .description-right .description-right-container .list-of-descriptions ul li {
    font-size: 0.8rem;
    line-height: 15px;
    color: #3C3C3B;
}

.section-descriptions .description-right .description-right-container .img-park {
    top: -180px;
}

/*#endregion section descriptions*/
/*#region section services*/

body .services-left h1 {
    background-color: var(--secondary-color);
    color: var(--main-color);
    font-weight: bold;
    padding: 15px 10px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 50pt;
}

body .services-left .logo-services {
    width: 20%;
    height: auto;
}


body .services-right {
    padding-top: 100px;
    border-top: 20px solid var(--main-color);
    border-right: 20px solid var(--main-color);
}

.services-right .list-services img {
    max-width: 50px;
    max-height: 50px;
}

.services-right .list-services span {
    color: var(--secondary-color) !important;
    font-weight: bold;
    line-height: 15px;
    font-size: 11px;

}

/*#endregion*/
/*#region section features*/
.section-features {
    background-color: var(--secondary-color);
}

.section-features .features-left {
    border-top: 15px solid var(--main-color);
}

.section-features .feature-header {
    background-color: var(--main-color);
    width: fit-content;
}

.section-features .feature-header h1:not(.line) {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px !important;
    font-size: var(--main-font-size);
    padding: 10px 0px;
}

.section-features .feature-header .line {
    border: 5px solid var(--main-color);
    width: 400px;
}

.section-features .bg-feature {
    background-image: url('/img/parkomobil/bus-locations.png');
    background-repeat: no-repeat;
    background-position: 500px -40px;
}


.section-features .features-right h1 {
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    padding: 10px;
    font-weight: bold;
    font-size: var(--main-font-size);
}

.section-features .features-right img {
    width: 100%;
    height: auto;
}

/*#endregion*/
/*#region section skills*/



.section-skills .skills-left {
    background-color: var(--secondary-color) !important;
    background: url('/img/parkomobil/plane-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.section-skills .skills-left .skills-header {
    background-color: var(--main-color);
    color: var(--secondary-color);
    font-weight: bold;
    width: fit-content;
    padding: 10px 20px;
    font-size: var(--main-font-size);

}

.section-skills .skills-left img:not(.logo){
    width: 50px;
    height: auto;
}
.section-skills .skills-right{
    border-top: 10px solid var(--main-color);
    border-right: 10px solid var(--main-color);
    padding-top: 10px;
}
.section-skills .skills-right h3{
    font-weight: bold;
    color: var(--secondary-color);
}

.section-skills .skills-right p{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 13x;
}

.section-skills .skills-right .skill-list .skill-list-item{
    border-left: 5px solid var(--main-color);
    margin-top: 30px;
    height: 100px;
    width: 50%;
    margin-left: 200px;
}

/*#endregion section skills*/
/*#region section references*/


.section-references h1{
    background-color: #7ec648;
    color: #fff;
    font-size: var(--main-font-size);
    text-transform: uppercase;
    font-weight: bold ;
    padding: 10px;
}

/*#endregion section references*/
/*#region section contact*/


.section-contact h1 {
    text-transform: uppercase;
    background-color: var(--main-color);
    color: #fff !important;
    width: fit-content;
    font-weight: bold;
    font-size: var(--main-font-size);
    line-height: 35px;
    padding: 20px;
}

.section-contact p {
    font-size: 11pt;
    color: #ffffff;
}

.section-contact .img-parkomobil-logo {
    width: 30%;
    height: auto;
}

/*#endregion section contact*/
/*#region section footer*/
.parkomobil-footer {
    background-color: var(--secondary-color) !important;
}


.parkomobil-footer h4 {
    color: #fff !important;
}

.parkomobil-footer .bg-copyright {
    background-color: var(--secondary-color);
}

.parkomobil-footer .bg-copyright p {
    color: #cfcfcf !important;
}

/*#endregion*/