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

@font-face {
  font-family: "kefa_presssregular";
  src: url("../../assets/fonts/kefa-regular.woff2") format("woff2"),
    url("../../assets/fonts/kefa-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/Acumin-BdPro.woff") format("woff");
}

body {
/*   background: #d8d5b1; */
  background: #cecece;
  font-family: "Acumin Pro";
}

h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}
p {
	padding-bottom: 5px;
}

header {
  width: 100%;
}

.header {
  padding: 0 5%;
}

.logo {
  color: white;
  padding-left: 15px;
  padding-top: 50px;
  font-family: "kefa_presssregular";
  font-size: 0.7rem;
}

nav {
	width: 100%;
	margin: 10px 0;
	padding-left: 15px;
}

.menu {
  list-style: none;
}

a.home-link {
  text-decoration: none;
  color: unset;
}
a.home-link h1{
  font-size: 1.8rem;
}

.active {
  text-decoration: underline !important;
/*   filter: brightness(0.1); */
}

main {
  min-height: 50vh;
  padding: 0 5%;
}

section {
  background: #fafafa;
/*   min-height: 15vh; */
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.event {
  background: #fafafa;
  padding: 15px;
  font-size: 0.7rem;
}
.aktuelles {
  background: #fafafa;
  padding: 15px;
  font-size: 0.7rem;
}

.intro {
	position: relative;
}
@media screen and (max-width:449px ) {
/*
	.intro-text {
		position: absolute;
		width: 80%;
		bottom: 15%;
		right: 50%;
		transform: translatex(50%);
		padding: 15px;
		background: rgba(20, 20, 20, 0.45);
		color: #fff;
		font-size: .25rem;
	}
	*/
	.intro-text em {
		font-size: .3rem;
	}

	#der-woferlhof-in-bad-kotzting-wettzell-hier-fuhlt-die-kunst-sich-wohl {
		font-size: .45rem;
	}
}
@media screen and (min-width:650px ) {
	nav {
  	height: 54px;
	}
	
	.menu {
	  display: flex;
	  align-items: center;
	  justify-content: left;
	  height: 54px;
	  text-transform: uppercase;
	  color: #4d4d4d;
	}
	
	.menu > li {
	  padding: 15px;
	}
	.menu > li:first-child {
	  padding-left: 0px;
	}
	
	.menu > li a {
	  text-decoration: none;
	  color: #4d4d4d;
	}
	
	.menu > li a:hover {
		text-decoration: underline !important;
	/*   filter: brightness(0.5); */
	}
}
#
@media screen and (min-width:450px ) {
/*
	.intro-text {
		position: absolute;
		bottom: 10%;
		right: 5%;
		padding: 15px;
		background: rgba(20, 20, 20, 0.45);
		color: #fff;
		font-size: .35rem;
	}
	.intro-text em {
		right: 5%;
	  position: absolute;
	  margin: 5px
	}
*/
	#der-woferlhof-in-bad-kotzting-wettzell-hier-fuhlt-die-kunst-sich-wohl {
		font-size: .5rem;
		padding-top: 15px;
	}
}

@media screen and (min-width:787px ) {
/*
	.intro-text {
		position: absolute;
		bottom: 10%;
		right: 5%;
		padding: 20px;
		background: rgba(20, 20, 20, 0.45);
		color: #fff;
		font-size: .8rem;
	}
	.intro-text em {
		right: 5%;
	  position: absolute;
	}
*/
	#der-woferlhof-in-bad-kotzting-wettzell-hier-fuhlt-die-kunst-sich-wohl {
		font-size: 1rem;
		padding-top: 15px;
	}
}

@media screen and (min-width:1024px ) {
	/*
	.intro-text {
		position: absolute;
		bottom: 10%;
		right: 5%;
		padding: 20px;
		background: rgba(20, 20, 20, 0.45);
		color: #fff;
		font-size: .9rem;
	}
	.intro-text em {
		right: 5%;
	  position: absolute;
	}
	*/
	#der-woferlhof-in-bad-kotzting-wettzell-hier-fuhlt-die-kunst-sich-wohl {
		font-size: 1.2rem;
		padding-top: 15px;
	}
}


.content {
  width: 100%;
  color: #606060;
  padding: 15px;
}

.ausstellung {
	color: #606060;
  background: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
}

h4.ausstellung {
  margin-bottom: 15px;
}
.ausstellung p {
	font-size: .8rem;
}
.card {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #fafafa;
	padding: 15px;
	margin-bottom: 15px;
}

h2.ausstellung {
	color: #606060;
  margin: 15px 0;
  font-size: 1.1rem;
  background: #fafafa;
  padding: 15px;
}
.aktuelles h2,
.aktuelles h3,
.aktuelles h4 {
	color: #606060;
  margin: 15px 0;
  font-size: 1rem;
}

.ausstellung h2,
.ausstellung h3,
.ausstellung h4 {
	color: #606060;
  margin: 15px 0;
  font-size: 1rem;
}

.content h2,
.content h3,
.content h4 {
  margin: 15px 0;
  font-size: 0.9rem;
}
.event h2,
.event h3,
.event h4 {
  font-size: 0.7rem;
}
.anim a {
  text-decoration: none;
  color: #606060;
}
.anim a:hover {
  color: #606060;
  filter: brightness(0.5);
}
.anim p {
  margin: 5px 0;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5 {
  padding-bottom: 15px;
}

.content img {
  width: 100%;
  height: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
}
.presse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}

.grid-3 {
	display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
}
 
.ausstellung-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 15px;
}
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 15px;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
}

.grid img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.presse-grid img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.home-grid img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.works-grid img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
video {
  width: 100%;
  height: auto;
}
.video {
  padding: 15px;
  color: #606060;
  background: #fafafa;
}
.presse {
  padding: 15px;
  color: #606060;
  background: #fafafa;
}
.artist-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}
.galerie-grid  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}

.artist-grid img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
  border: 15px solid white;
}
.kontakt-grid img {
  border: 15px solid white;
}
.ausstellung-grid img {
  border: 15px solid white;
  width: 100%;
  height: auto;
}
.description {
  display: grid;
  background: #fafafa;
  color: #606060;
	padding: 15px;
  font-size: 0.9rem;
  font-weight: lighter;
  justify-content: center;
  align-content: center;
}
.kontakt h2,
.kontakt h3,
.kontakt h4,
.kontakt h5 {
  padding: 0;
  margin: 0;
}
.info h3, .info h4 {
  font-size: 0.4rem;
  font-weight: lighter;
}

a {
  text-decoration: none !important;
  color: #606060;
}

footer {
  width: 100%;
  padding: 0 8%;
  background: #cecece;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 54px;
  text-transform: uppercase;
  font-family: "Acumin Pro";
  color: #4d4d4d;
}

.footer-menu > li {
  padding: 15px;
  font-size: 0.8rem;
}

.footer-menu > li a {
  text-decoration: none;
  color: #4d4d4d;
}

.footer-menu > li a:hover {
  filter: brightness(0.5);
}
/* Media Querys */
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .galerie-grid  {
  	grid-template-columns: repeat(2, 1fr);
	}
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .presse-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .works-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .info h3, .info h4 {
    font-size: 0.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid,
  .works-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .presse-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .galerie-grid  {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
	}

  .home-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .kontakt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .artist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo {
    font-size: 1.5rem;
  }
  .content h2,
  .content h3,
  .content h4 {
    font-size: 1rem;
    margin: 15px 0;
  }
  .event h2,
  .event h3,
  .event h4 {
    font-size: 1rem;
    margin: 15px 0;
  }
  .info h2,
  .info h3,
  .info h4 {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1024px) {
  .grid,
  .works-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .presse-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .galerie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
	}
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .info h3, .info h4  {
    font-size: 0.9rem;
  }
  .kontakt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .artist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo {
    font-size: 1.5rem;
  }
  .content h1,
  .content h2 {
    font-size: 1rem;
  }
  .content h3,
  .content h4 {
    font-size: 0.7rem;
    margin: 15px 0;
  }
  .event h1,
  .event h2 {
    font-size: 1rem;
  }
  .event h3,
  .event h4 {
    font-size: 0.7rem;
    margin: 15px 0;
  }
  
}

/* MASONRY */

.wf-container { margin: 0 auto; }

.wf-container:before,
.wf-container:after {
  content: '';
  display: table;
}

.wf-container:after { clear: both; }

.wf-box { margin: 7.5px; }

.wf-box img {
  display: block;
  width: 100%;
}

.wf-column { float: left; }

