﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.landingPage {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 10, 1, 0.3), rgba(10, 10, 10, 0.5)), url('../Images/LandingPageTC.JPEG');
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 32px;
    width: 100%;
    vertical-align: middle;
    color: whitesmoke;
    /*margin-top: 77px;*/
    height: 500px;
    padding-top: 60px;
    font-family: 'Poppins Medium';
}
.serviceLanding {
    background-image: linear-gradient(to top, rgba(0, 0, 0,1), rgba(0, 10, 1,0.1), rgba(10,10, 10, 1)), url('../Images/SW_Development.png');
    background-size: cover;
    background-position: center;
    /*background-repeat: no-repeat;*/
    text-align: center;
    font-size: 32px;
    width: 100%;
    vertical-align: central;
    color: whitesmoke;
    margin-top: 23px;
    height: 400px;
    /*padding-top: 60px;*/
    font-family: 'Poppins Medium';
    background-color: whitesmoke;
}

.mainImg {
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
}

.headerText {
    justify-content: center;
    color: darkslategrey;
    font-weight: 200;
    font-size: larger;
    /*font-family: 'Poppins Medium';*/
}

.default-border {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1rem;
    margin-bottom: 1.25rem;
    background-color: white;
    border-radius: .25rem;
}

@media only screen and (min-width: 1024px) {
    /* styles for browsers larger than 960px; */

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .footer {
        position: relative;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }


    hr.thick {
        border: 5px solid #6F0006;
        border-radius: 0px;
        width: 450px;
        margin-left: 0px;
        /*padding-right: -30px*/
    }

    #projekte {
        /*font-family: 'Poppins Medium';*/
        border-collapse: collapse;
        width: 100%;
    }

        #projekte td, #projekte th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        #projekte tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #projekte tr:hover {
            background-color: #ddd;
        }

        #projekte th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }

    .toggle-box {
        display: none;
        margin-top: 5px;
    }

        .toggle-box + label {
            cursor: pointer;
            display: block;
            font-weight: bold;
            line-height: 21px;
            margin-top: 5px;
        }

            .toggle-box + label + div {
                display: none;
                margin-bottom: 1px;
                margin-top: 5px;
            }

        .toggle-box:checked + label + div {
            display: block;
            margin-top: 25px;
        }

        .toggle-box:hover {
            content: "Joe's Task:";
        }

        .toggle-box + label:before {
            background-color: #4F5150;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            color: #FFFFFF;
            content: "+";
            display: block;
            float: left;
            font-weight: bold;
            height: 20px;
            line-height: 20px;
            margin-right: 0px;
            text-align: center;
            width: 20px;
            margin-top: 8px;
            margin-left: 10px;
        }

        .toggle-box:checked + label:before {
            content: "\2212";
        }

    .preferenceForm {
        height: auto;
        max-height: 75%;
        width: 90%;
        background-color: #E0E0E0;
        margin-left: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        display: block;
    }
}

.zoomMe {
    /*padding: 50px;*/
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoomMe:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        cursor: default;
    }

.portfolioImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
}

.CustomRed {
    background-color: #6F0006;
    color: #6F0006;
}
.titleColor {
   color: #6F0006;
}
/*
body {
    background-color: #eee
}*/

.btn-sm {
    width: 100px
}

.customCard {
    width: 100%;
    background-color: #fff
}