body {
    padding-left: 17rem;
}

a {
    cursor: pointer !important;
}

.my-navbar {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
}

.my-navbar .nav-item .nav-link {
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
    opacity: .5;
}

.my-navbar .nav-item .nav-link.active {
    opacity: 1;
}

.my-navbar img {
    height: 80px;
    margin-bottom: .5rem;
}

.my-navbar .navbar-collapse {
    flex-grow: unset;
}

.my-navbar .nav {
    flex-direction: column;
}

.my-section {
    position: relative;
}

.section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 3rem;
}

.my-section:nth-child(even) .section-content {
    background-color: #f8f9fa !important;
}

.vorschau-nav .nav-link {
    font-weight: 600;
    border-bottom: 2px solid lightgrey;
    opacity: .5;
    margin: 1rem 0;
    flex-grow: 1;
    text-align: center;
}

.vorschau-nav .nav-link.active, .vorschau-nav .nav-link:hover {
    color: black !important;
    border-color: black;
    opacity: 1;
}

.vorschau-img-content img {
    width: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.winkalk-orange {
    color: #ff7f2a;
}

@media (hover: hover) {
    .my-navbar .nav-item .nav-link:hover {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .vorschau-content {
        padding: .5rem !important;
    }
}

@media (max-width: 992px) {

    body {
        padding-left: 0;
    }
	
	h1 {
		font-size: 2rem;
	}

    .my-navbar {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .my-navbar img {
        height: 60px;
        margin-bottom: 0;
    }

    .my-navbar .nav {
        flex-direction: row;
    }

    .my-navbar .navbar-collapse {
        flex-grow: 1;
    }

    .container-fluid {
        margin-top: 76px;
    }

    .section-content {
        min-height: calc(100vh - 76px);
    }

    .my-section::before {
        display: block;
        content: " ";
        margin-top: -76px;
        height: 76px;
        visibility: hidden;
    }
	
	.my-section::after {
        display: block;
        content: " ";
        margin-bottom: -76px;
        height: 76px;
        visibility: hidden;
    }

    .vorschau-nav {
        flex-direction: column;
    }

    .vorschau-nav .nav-link {
        margin: 0;
        border-width: 1px;
    }

    .vorschau-img-content {
        padding: 0 .5rem !important;
    }

    .vorschau-img-content img {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    }
}

@media (max-width: 768px) {

    .vorschau-img-content {
        margin-top: 1rem;
    }

}

@media (max-width: 575px) {

    .my-navbar .nav {
        flex-direction: column;
    }

    .section-content {
        padding: 1rem;
    }
}