@charset "UTF-8";
/* CSS Document */


/* jost-300 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/jost-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jost-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jost-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jost-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jost-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jost-v14-latin-300.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/jost-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jost-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jost-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jost-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jost-v14-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-700 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/jost-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/jost-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/jost-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/jost-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/jost-v14-latin-700.svg#Jost') format('svg'); /* Legacy iOS */
}


body {
    height: 95vh;
}

.flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Jost', sans-serif;
	font-weight:400;
	max-width: 700px;
	margin: auto;
	max-height:95vh;
}

.flex > DIV {
	margin:10px;
	padding:15px;
	background:#fff;
	border:none;
	font-size:1rem;
	color:#000;
}

.kachel {
	width: 240px;
	height: 240px;
	display: inline-block;
	position: relative
}

.flex > DIV.img {	
}

.flex > DIV.img:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0%;
	height: 40%;
	width: 70%;
	border-left: 4px solid #8da6d6;
	border-top: 4px solid #8da6d6;
}

.peter {
	position: absolute; 
	bottom: 0;
	right: 0;
}

.flex > DIV.title { 
	background: #8da6d6;
}

.title h4, .title span{
	position: absolute;
	bottom:0px;
	color:#fff;
}

.title h4{
	font-size:1.6rem;
	font-weight:700;
	}

.title span{
	font-size:1.1rem;
	line-height:1.1rem;
	font-weight:300;
	margin-bottom:15px;
}

.kachel h5{
	font-size:1.1rem;
	font-weight:700;
	letter-spacing:1,5rem;
	margin:0;
}

.kachel ul{
	margin-top:0;
	padding: 0;
}

.kachel ul li {
	list-style-type: none;
	padding-top: 7px;
	line-height: 1.3rem;
}

.flex > DIV.leis {
	background: #7489af;
	color:#fff;
}

.flex > DIV.spez {
	border-right: 4px solid #7489af;
	border-bottom: 4px solid #7489af;
}

.flex > DIV.peterinfo {
	font-size:0.87rem;
	border-bottom: 2px solid #7489af;
	padding:0;
	text-align: center;
}

.flex > DIV.peterinfo a {
	color: #000;
}