@charset "utf-8";
#wrapper .Abstand {
    background-color: #70706F;
    margin-top: 15px;
    height: 10px;

}
#wrapper .Title {
    padding-top: 30px;
}
.row .column img:hover {
    	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.row .column img:hover {
    	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);    
}
#wrapper .Title {
    margin-left: 0px;
    padding-left: 15px;
}
#wrapper table {
    margin-top: 20px;
}
#wrapper .Abstand {
    height: 8em;
}
.row .column .Bild {
    position: relative;
}
.row .column .Bild img {
    display: block;
}
/*.row .column .Bild span {
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.5);
    position: absolute;
    left: 0%;
    right: auto;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
    font-size: 130%;
}*/
.row .column .Bild span {
    font-size: 130%;
 }   
#wrapper .Line {
    height: 10px;
    background-color: #70706F;
    margin-top: 15px;
}
.row .col h3 {
    margin-top: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
}
#wrapper .hintergrund {
    margin-top: 20px;

}
#wrapper hr {
    height: 0.5px;
    color: #000000;
    background-color: #70706f;
}
