*{
    font-family: "myriad-pro";
}

h2{
    background-color: #86A2C8;
    padding: 0.4em;
    color: #FDFDFD;
    font-size: 1.6em;
    font-family: "myriad-pro-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

#infoDiv {
    padding: 2em 2em 2em 2em;
    background-color: #EEEEF0;
}

img{
    background-color: #989897;
    padding: .5em;
}
body {
    margin: 2em;
}

article {
    column-count: 3;
    column-width: 300px;
}


.wrapper-horizontal {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:space-around;
  padding: 5px;
}

.wrapper-horizontal > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

 .wrapper-horizontal img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 0;
  background-color: white;
}

.hover:hover {
	filter: grayscale(1);
	color: #86A2C8;
}	


#hochkant {
	height: 100px;
}

#landscape {
	height: 62px;
}

.bezeichnung {
	padding-top: 5px;
	color: #86A2C8;
	font-weight: 500;
}

.wrapper-horizontal #karte{
	height: 100px;
}

.wrapper-horizontal .bezeichnung {
  text-align: center;
}

.logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-image: url(HdE_Logo.jpg);
     margin-left: auto;
        margin-right: auto;
}

.bild {
    visibility: visible;
    background: url(synagoge.png);
    grid-column-start: 2;
    grid-column-end: 3;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1em;
}


@media only screen and (device-width: 767px) {
  article {
    column-count: 1;
    column-width: 300px;
}
}

@media only screen
and (min-width : 1023px)  {
main {
    display: grid;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    }
    .logo{
        margin: 1em;
    }

}


@media only screen and (max-width:600px){
	main {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
    }
    body {
    margin: 1.1em;
}
    .bild{
        visibility: hidden;
    }

}

a {
	color:  #86A2C8;
}

a:link, a:visited { 
	text-decoration: none;
}

a:hover {
	color: #2D3842;
}



.MarkerIcon {
    background: url(IconsAdmin/marker.svg);

}

.MemoryIcon {
    background: url(IconsAdmin/Memory.svg);
}

.DDDIcon {
    background: url(IconsAdmin/3Dv2.svg);
}

.threecol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    position: relative;
}



.iconAtt {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: auto;
}
