@CHARSET "UTF-8";
body {
    background-image: url("./../images/background.jpg");
    background-repeat: repeat;
    color: #4c4c4c;
    font-size: 11pt;
    font-family: 'PT Sans Caption', sans-serif;
}

.divCenter {
	text-align: center;
}

.subTitle {
	font-size: 14pt;
	margin-top: 7pt;
	margin-bottom: 7pt;
}

.letterSpace {
	letter-spacing: 0.1em;
}



a:link {
		color:#4c4c4c;
}
a:visited {
	color:#4c4c4c;
}
a:hover {
	color:#4c4c4c;
}
a:active {
	color:#4c4c4c;
}

#main {
	margin-left: 10%;
	margin-reight: 3%;
}

.arbeitGridElement {
	background-color: none;
	padding: 0;
	margin: 0;
	
}

.arbeitGridSpace1 {
	height: 50px;
}

.arbeitGridSpace2 {
	height: 100px;
}

.arbeitImg {
	width: 100%;
	padding: 0;
	margin: 10px 0px;
}

#gridStartGrid img {
	width: 95%;	
}


#gridHeader h1 {
	letter-spacing: 0.1em;
}

#gridAusstellungen { 
  display: grid; 
  margin-left: 0%;
  line-height: 1.7;
  
  grid-template-columns:50px 1fr; 
}

#gridHeader #title {
	margin: 0px; 
	padding: 0px;
	font-size: 24pt;
	padding-top: 4px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#arbeitenInfo:not(:target) .arbeitInfo {display: none;}
