@charset "utf-8";

#fruehling
{
	background: url(https://o-shareme.at/admin/upload/kunden/14/styles/logo1.png) no-repeat  center center;
	position:absolute;
	top:200px;
	left: 150px; 
	width:100%;
	height:250px;
	z-index:9;
    padding-top:2%;
    
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%, -50%);

}
.fruehling1
{
	position:absolute;
	width:100%;
	margin: 0 auto;
	float:left;
}

.copyright-web {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 0.4px;
    color: gray;
    transition: all 0.3s ease-in-out;
}

.copyright-web:hover, .copyright-web:hover img {
    color: #000;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.copyright-web img {
    opacity: 0.5;
    display: inline-block;
    margin: 0 3px 3px 0;
    height: 16px;
    transition: all 0.3s ease-in-out;
}
.imgcontainer
{
    height: 100%;
}

    .imgcontainer:before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.imgcontent img
{
    width:100%;
}

.imgcontent
{
    display: inline-block;
    vertical-align: middle;
    -moz-transition: transform linear .5s;
    -o-transition: transform linear .5s;
    -webkit-transition: transform linear .5s;
    transition: transform linear .5s;
}
    .imgcontent:hover
    {
    	transform: scale(1.5);
    }
