* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


html, body {
    /* height: 100%; */
}

body {
    background: url("hintergrund.jpg"), #ffe4b3;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
    /*display: inline-block;*/
}

header {
	background: url("hintergrund.jpg"), #ffe4b3;
	    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

#logo {
    width: 49%;
    
    /* margin-top: 1%; */
    margin-left: 1%;
    /* height: 100%; */
}
#logobild{width:200px;
height:auto;
}
#logo img {

}
#menuIcon{width:auto;
	text-align:right;
	display:none;
	padding-left:20px;
	padding-right:15px;
}
    

#burgerbild{
	width:40px;
	height:auto;	
}
nav {
    width: 50%;
	display:flex;
	flex-direction:column;
}

nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    color: white;
    font-size: 25px;
    padding: 3%;
}

main {
    display: flex;
    flex-direction: row;
    /* height: 100%; */
    width: 80%;
    margin: auto;
	padding-top:150px;
}

footer {
    background-color: #64b7b4;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 3.5%;
    position: fixed;
    /* height: 40px; */
}

footer a {
    color: white;
    line-height: 45px;
}

a {
    text-decoration: none;
}


#bild {
    width: 100%;
}

#produktbild {
    width: 40%;
}

#produkt {
    width: 50%;
    padding: 10px;

}

#social {
    width: 10%;

}

#preise {
    flex: 50%;
    margin-left: 400px;

}
#tabelle{
    margin-left: -50px;
}
#amazon {
    flex: 50%;
    text-align: center;

}

#amazon img {
    width: 50%;
    margin-right: -20%;
}

.icon {
    background-color: #ffe4b3;
    border-radius: 25%;
    padding: 5%;
    width: 50%;
}

#produktinformationen {
    flex: 50%;
    margin-right: 15%;
}

#slide {
    flex: 60%;
}

#imp {
    margin: 0px 50px 50px 50px;

}

#agb {
    margin: 0px 0 55px 110px;
}


.active {
    color: #64b7b4;
    
}

.active_footer {
    color: black;
}

#kontakt {
    flex: 50%;
    margin-left: 5%;
    flex-flow: row wrap;
    vertical-align: middle;
}

#kontakt div {
    margin-left: 3%;
}

#kontakt img {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

#kontakt p {
    display: inline;
    font-size: 25px;
    /*vertical-align: middle;*/
}

#kontakt a {
    color: black;
    font-size: 20px;
}

#kontaktbild {
    flex: 50%;
    /* margin-top: 5%; */
}

#agb_materi {
    /* margin-top: 5%; */
    /*flex-float: wrap;*/
}
#imp_materi {
    /* margin-top: 5%; */
    /*flex-float: wrap;*/
}

#dat_materi {
    /* margin-top: 5%; */
    /*flex-float: wrap;*/
}
#slideshow {
    margin: 0px auto;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 10px;
    flex: 50%;
    justify-content: center;
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
/*slideshow*/
.quer {
    width: 100%;
    margin-right: 10%;
}

.hoch {
    width: 60%;
    margin-left: 20%;
}



@media only screen and (max-width: 1175px) {
    nav ul li a {
        font-size: 22.5px;
    }

    p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1050px) {
    nav ul li a {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

#nav{display:block;}

   
    body {
        overflow: auto;
    }

    main {
        flex-direction: column;
        width: 90%;
    }

    #bild {
        flex: 80%;
        flex-direction: row;
    }

    .social {
        flex: 20%;
        flex-direction: row;
    }

    #slideshow {
        width: 100%;
     }

    #preise {
        width: 100%;
        display:inline-block;
        margin: 0 auto 0 auto;

    }
    #amazon img {
        width: 70%;
        margin: 0;
    }
    #kontakt {
        flex: 100%;
        margin-left: 25%;
        display: inline;
    }
    #kontaktbild {
        margin: 0;
    }


#menuIcon {
       display:block;
    }
	nav {
	flex-flow: column wrap;
	align-items:flex-end;
	}
	nav ul {
	width:auto;
	padding-right:15px;
    flex-flow: column wrap;
	text-align:left;	
	}	
	#nav{
		display:none;
		}
	
}


