/*

	css für index.html

*/
body {
	margin-top: 60px;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
/*	width: 100%;
	justify-content: flex-start;
	justify-content: center;
*/
	justify-content: space-around;
  	align-items: center;
/*	border: 1em solid red; */
}

#svgKunst {
	width: 90%;
}

#artist1, #artist2 {
	margin: 15px;
	border: 1px solid #ccc;
/*	width: calc(25% - 20px); */
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  justify-content: center;
  align-items: center;
  padding: 10px;
	}

#bild {
	margin: 5px;
	border: 1px solid #ccc;
	/* width: calc(25% - 20px); */
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  justify-content: center;
  align-items: center;
  padding: 10px;
  }

 #bild img {
	max-width: 100%;
	min-width: 30vh;
	height: 60vh;
	border: 1em solid red;
  justify-content: center;
  align-items: center;
}
  
	
@media only screen and (max-width: 768px) {
  #artist1, #artist2, #bild {
    /* width: calc(50% - 20px); */
	  align-items: center;
  justify-content: center;

	}
}

@media only screen and (max-width: 480px) {
  #artist1, #artist2, #bild {
    /* width: calc(100% - 20px); */
	padding: 10px;
  }
}

.kopf {
/*	width: 100%;
	margin: 0 auto; */
	text-align: center;
	padding: 10px;

}



h1 {
	color:green;
}

.main {
	margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    transition: transform 0.2s;
    width: 550px;
    text-align: left;
}

label {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    color: #555;
    font-weight: bold;
}


input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.impressum {
	width: 50vw;
	margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    transition: transform 0.2s;
    text-align: left;
}