body {
    background-color: white;
    color: white;
    font-size: 19px;
}

header, main {
    box-shadow: 10px 20px 50px silver;
}

#introduction-left {
    padding: 5% 5% 2% 5%;
}

.main-content {
    background-color: black;
    padding-top: 120px;
}

.fa-instagram, .fa-facebook, .nav-content-right a, a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: 5px 5px 2px #222;
}

.fa-instagram:hover, .fa-facebook:hover, .nav-content-right a:hover, a:hover {
    text-decoration: none;
    color: rgb(181, 181, 181);
    text-shadow: 7px 7px 2px #222;
}

/*HEADER*/

        .navbar {            
            position: fixed;
            height: 120px;
            width: 100%;
            padding-left: 16%;
            z-index: 1000;
        }
        
        #logo {
            height: 100px;
            -webkit-filter: drop-shadow(5px 5px 5px #222);
            filter: drop-shadow(5px 5px 5px #222);
        }



/*FOOTER*/
        .footer {
            display: flex;
            background-color: 	#343a40;
            height: 15%;
            z-index: 1000;
            padding-left: 16%;
            padding-top: 0.7em;
            padding-bottom: 20px;
        }

        .footer p {
            width: 50%;
            margin-bottom: 0;
        }

        .footer-links {
            width: 50%;
            text-align: right;
            padding-right: 20%;
        }

        .footer-links a {
            margin-left: 5%;
        }
 /*SALONS*/
        .salons {
            background-color: black;
        }

        .link-tab {
            display: flex;
            justify-content: space-around;
        }

        .location-tab {
            background-color: 	#343a40;
            width: 50%;
            height: 60px;
            padding-top: 5px;
            text-align: center;
        }

        .clicked {
            background-image: linear-gradient(to bottom, #5b6268, #000000 );
            border: 2px 2px 0px 2px solid grey;
        }

        #schoetz-link, #menzinken-link {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: white;
            font-size: 29px;
        }

        .clicked:hover {
            background-image: linear-gradient(to bottom, #707274, #000000 );
            border: 2px 2px 0px 2px solid grey;
        }
        .location-tab:hover {
            background-color: 	#707274;
        }

        #schoetz-link:hover, #menzinken-link:hover {
            font-size: 35px;
        }       

/*CAROUSEL*/
        #carouselExampleControls {
            margin: auto;
            background-color: black;
            padding: 2% 0%;
        }

        .carousel-item {
            height: 500px;
            width: 100%;
        }
        .carousel-item img  {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }



/*PREISLISTE*/
            table {
                width: 100%;
                table-layout: fixed;
            }
            .price-table {
                width: 100%;
                
            }

            tr {
                height: 50px; 
                max-width: 50%;
            }

            .table-row-data {
                max-width: 50%;
                padding-left: 5%;
            }

            
            
            td h2 {
                padding-top: 5%;
            }

/*KONTAKT*/

            .contact-container, .price-container  {
                display: flex;
                justify-content: space-around;
                padding: 2% 5% 2% 5%;
            }




@media only screen and (max-width: 600px) {
/*HEADER*/

        .nav-content-left-sm {
            width: 50%;
        }

        .nav-content-right-sm {
            width: 50%;
            padding-right: 16%;
            text-align: right;
        }

        .w3-button {
            background-color: black;
            border-radius: 20px;
        }
        .w3-button:hover {
            background-color: #707274;
            text-shadow: none;
        }

        .hamburger-btn {
            width: 55%;
        }

        .img-hamburger {
            width: 100%;
        }
        
        .nav-content-left ,.nav-content-right {
            display: none;
        }
        
        #sub {
            width: 100%;
            margin-right: 16%;
            margin-top: 5px;
        }
        #sub a {
            margin-right: 16%;
        }
/*FOOTER*/
        .footer {
            display: flex;
            background-color: 	#343a40;
            height: 160px;
        }

        .hide-sm {
            display: none;
        }

/*INTRODUCTION*/
        .introduction {
            display: flex;
            justify-content: space-around;
        }

        #introduction-right  {
            display: none;
        }
        
        
/*SALONS*/

        .price-container {
            width: 100%;
        }

        .contact-container {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
        }

        #map {
            display: none;
        }


}


@media only screen and (min-width: 601px) {

    main {
        width: 75%;
        height: 100%;
        margin: auto;
    }

/*HEADER*/
        .navbar {
            height: 120px;
        }

        .nav-content-left {
            width: 50%;
        }

        .nav-content-right {
            width: 50%;
            padding-right: 16%;
            text-align: right;
        }
        .nav-content-left-sm ,.nav-content-right-sm, .w3-bar-block {
            display: none;
        }

/*FOOTER*/
        
        .hide-l {
            display: none;
        }

/*INTRODUCTION*/
        .introduction {
            display: flex;
            justify-content: space-around;
        }

        #introduction-right, img {
            width:100%;
        } 

        #introduction-right {
            position: relative;
        }
        #introduction-right:after {
            width:100%;
            content:'';
            display:block;
            position:absolute;
            top:0;
            left:0;
            height:100%;
        }

        #portrait {
            padding-top: 5%;
            padding-right: 2%;
            object-fit: fill;
        }

/*KONTAKT*/
        .container-content-right, .container-content-left {
            width: 50%;
        }

}

