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

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color:#D3D3D3;
	font-size:1.2em;
}


.main{
	width: 100%;
	height: 70vh;
	top:15%;
	left:0px;
	position: fixed;
	background-image: url("logo-claim-kon-kreis.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom:5%;
}

.logo{
	width:100%;
	height:auto;
}


.kontakt{
	width: 70%;
	height: auto;
	margin-left:2%;
	font-size: 1em;
	font-family: "Cantarell", sans-serif;
	font-weight: 400;
	text-align: left;
	color: #000;
}


.cantarell-regular {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cantarell-bold {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cantarell-regular-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.cantarell-bold-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: italic;
}
/* background-image: url("logo-claim-kon-kreis.svg"); */