@import url('https://fonts.googleapis.com/css?family=Maven+Pro');


header {
    	font-family: 'Maven Pro', sans-serif;
	    background-color: #0069b4;
        color: #f0f0f0;
        font-size: 0.7rem;
        letter-spacing: .08rem;
        text-indent: 4%;
}


body {
	background: #f0f0f0;
}


footer {
	    background-color: #0069b4;
        color: #f0f0f0;
        font-size: 0.8rem;
        letter-spacing: .08rem;
        text-align: center;
}


.digi-section {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1.3;
    margin: 0 0 4em;
}


.kachel {
    display: block;
	width: 100%;
	text-decoration: none;
	margin: 1em 0;
    cursor: pointer;
    width: auto
    }


figure {
	margin: 0;
	padding: 0;  
}


.kachel figure img {
	width: 100%;
    height: 100%;
	display: block;
}


.kachel figcaption {
	padding: 1em;
	background: #0069b4;
	color: #f0f0f0;
}


.kachel h3 {
	color: white;
	margin: 0;
}


.cta {
	margin: .5em 0;
}


.cta:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	display: inline-flex;
	margin: 0 0 .5em .5em;
}


.impressum {
    color: white;
    text-decoration-line: none;
}


/*

CSS für Browser mit größerer Anzeigebreite als 960px.

*/


@media screen and (min-width: 960px) {
    
    header {
    	font-family: 'Maven Pro', sans-serif;
	    background-color: #0069b4;
        color: #f0f0f0;
        font-size: 0.9rem;
        letter-spacing: .08rem;
        text-indent: 20.25%;
}
    
    
	.digi-wrapper {
		max-width: 960px;
		margin: 0 auto;
	}
  
    
	.digi-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 2em;
        
	}
    
	.kachel:nth-child(0) {
		grid-column: 1 / span 3;
	}
    
	.kachel {
		width: 100%;
		height: 300px;
		text-decoration: none;
        margin: 0;
	}
    
	.kachel figure {
		position: relative;
        overflow: hidden;
	}
    
	.kachel figure img {
        width: 100%;
	    display: block;
	    object-fit: cover;
	    height: 300px;
        
		position: relative;
        z-index: 999;
        transition: transform 0.4s;
	}
    
	.kachel figure:hover img {
		transform: translateY(-90px);
	}

	.kachel figcaption {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 20px;
		height: 90px;
		width: 100%;
	}
}
