﻿section.demo-step {
    padding-top: 50px;
}

.demo-step h1 {
    font-size: 2.5rem;
}

@media (max-width: 575.98px) {
    .demo-step h1 {
        font-size: 1.5rem;
    }

    section.demo-step {
        padding-top: 20px;
    }
}

#demo-step3 .industry-tile {
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
    margin-bottom: 10px;
}

    #demo-step3 .industry-tile:hover {
        border-color: #888;
    }

    #demo-step3 .industry-tile.selected {
        background-color: #e6f0ff;
        border-color: var(--smartwarten-color);
        box-shadow: 0 0 8px rgba(91,61,211,0.3);
    }


#demo-step4 #workflowTilesContainer {
}

#demo-step4 .waiting-workflow-tile {
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
    min-height: 410px;
}

    #demo-step4 .waiting-workflow-tile:hover {
        border-color: #888;
    }

    #demo-step4 .waiting-workflow-tile.selected {
        background-color: #e6f0ff;
        border-color: var(--smartwarten-color);
        box-shadow: 0 0 8px rgba(91,61,211,0.3);
    }

#demo-step4 button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

#demo-step4 .waiting-workflow-tile img {
    width: 200px;
}

#demo-step5 a.demo-monitor-link {
    font-weight: bold;
    text-decoration: underline;
}