.nojs .home, .home {
    background: url(../images/bg2.png);
}
.fallback .home { background-image: url('../images/bg2.png') !important }
.webp .home { background-image: url('../images/bg2.webp') !important }
.avif .home { background-image: url('../images/bg2.avif') !important }
.home {
    position: relative;
    height: 80vh;
    width: 100%;
	background-position:right center;
	background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:  cover;
}

.home .tittle-block {
    position: absolute;
    top: 21%;
    /* width: calc(100% - 300px); */
	width:80%;
    transform: translateY(-50%);
    transform: translateX(7%);
	border:7px solid #9C9B93;
	background-color:rgba(255,255,255,0.8);
	padding: 5px;
}
.home .tittle-block h1 {
    color: #000000;
    font-size: 1.05rem;
    text-align:center;
    line-height: 1.3rem;
    margin-top: .7rem;
    margin-bottom: 30px;
}
h1.willkommen{
	padding-bottom: 20px;
}
.home .tittle-block .logo {
    text-align: center;
}
.home .tittle-block .logo h1 .normal{
	font-weight:normal;
}
.home .tittle-block .starttxtlgo img{
	width:186px;
	height:182px;
}
.starttxtlgo{
	margin:0 auto;
    width: 186px;
    height: auto;
    position: relative;
    display: block;
}
@media (min-width: 576px){
	.home .tittle-block {
		transform: translateX(30%);
		width:60%;
		padding: 30px;
	}
	.home .tittle-block h1 {
		font-size: 1.34rem;
    	line-height: 1.8rem;
	}
	.home .tittle-block .starttxtlgo img{
		width:210px;
		height:205px;
	}
	.starttxtlgo{
		width: 210px;
	}
h1.willkommen{
	hyphens: none;
}
}
@media (min-width: 768px) {	
	.home .tittle-block {
		transform: translateX(50%);
		width:50%;
		padding: 30px;
	}
	.home .tittle-block h1 {
		font-size: 1.54rem;
    	line-height: 1.8rem;
		margin-bottom:1px;
	}
	.home .tittle-block .starttxtlgo img{
		width:250px;
		height:244px;
	}
	.starttxtlgo{
		width: 250px;
	}
}
@media (min-width: 992px) {
	.home .tittle-block {
        width: 450px;
        padding: 30px;
        transform: initial;
        margin: 0 auto;
        display: block;
        position: relative;
	}
	.home .tittle-block h1 {
		font-size: 1.54rem;
    	line-height: 1.8rem;
	}
	.home .tittle-block .starttxtlgo img{
		width:266px;
		height:260px;
	}
	.starttxtlgo{
		width: 266px;
	}
}
@media (min-width: 1200px) {
	h1.willkommen, .h1 .willkommen {
        font-size: 4.3rem;
        line-height: 6rem;
        margin-top: 3rem;
        margin-bottom: 20px;
    }
	p.willkommen{
		hyphens: none;
		font-size:1.35rem;
		font-weight:700;
		line-height:3.1rem;
		text-align: justify;
	}
}
@media (min-width: 1670px) {
}