﻿/* LANDING PAGE STYLES */

.background {
    background-image: url(/content/index_v1.jpg);
}

h1 {
    margin-bottom: 0.5em;
}

h2 {
    margin-bottom: 2em;
}

ul#services-menu {
    list-style-type: none;
}

.services-menu-elem {
    color: #FFFFFF;
    word-wrap: break-word;
    padding: 1em;
}

.services-menu-elem-indicator {
    display: none;
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFFFFF;
}

.service-description {
    margin-top: 2em;
    margin-bottom: 1em;
}

.page-content p, h1, h2 {
    margin-bottom: 1em;
}

.page-content h1 {
    margin-top: 1em;
}

.page-content p {
    margin-top: 1em;
}

#services-welcometext {
    margin-bottom: 2em;
}

#services-licences {
    margin-bottom: 1em;
}

.services-licences-elem {
    border: 2px solid rgba(256, 256, 256, 0.85);
    margin-right: 1em;
    margin-bottom: 1em;
}

.services-partners-elem {
    display: inline-block;
    background-color: rgba(256, 256, 256, 0.85);
    width: 150px;
    height: 150px;
    margin-right: 1em;
    margin-bottom: 1em;
}

#services-partners {
    margin-bottom: 1em;
}

.services-gratitude-elem {
    border: 2px solid rgba(256, 256, 256, 0.85);
    margin-right: 1em;
    margin-bottom: 1em;
}

@media (min-width: 1024px) {

    .index-block {
        border-bottom: 1px solid white;
        margin-right: 26%;
    }

    .index-block#services-gratitude {
        border-bottom: none;
    }

    .page-content .main {
        padding-right: 10%;
    }

    #services-welcometext {
        margin-bottom: 3em;
    }

    h1 {
        padding-right: 26%;
    }

    #service-description {
        display: none;
    }

    ul#services-menu {
        position: absolute;
        top: 2em;
        right: 5%;
        width: 23%;
        border-bottom: 1px solid #FFFFFF;
    }

    ul#services-menu li {
        position: relative;
        height: 100px;
        border-left: 1px solid #FFFFFF;
        border-top: 1px solid #FFFFFF;
    }

    .services-menu-elem {
        transition: margin-left 0.5s ease-in-out;
    }

    ul#services-menu li:hover > .services-menu-elem {
        color: rgba(0, 0, 0, 0.7);
        background-color: #FFFFFF;
        cursor: pointer;
        margin-left: -25%;
        width: 100%;
    }

    ul#services-menu li:hover > .services-menu-elem-indicator {
        display: block;
    }
}

@media screen and (max-width: 1023px) {

    #services-welcometext {
        margin-top: 2em;
    }

    ul#services-menu {
        display: none;
    }
}
