@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


.alert .inner {
  display: block;
  padding: 6px;
  margin: 6px;
  border-radius: 3px;
  border: 1px solid rgb(180,180,180);
  background-color: rgb(212,212,212);
}

.alert .close {
  float: right;
  margin: 3px 12px 0px 0px;
  cursor: pointer;
}

.alert .inner,.alert .close {
  color: rgb(88,88,88);
}

.alert input {
  display: none;
}

.alert input:checked ~ * {
  animation-name: dismiss,hide;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s,100ms;
}

.alert.error .inner {
  border: 1px solid rgb(238,211,215);
  background-color: rgb(242,222,222);
}

.alert.error .inner,.alert.error .close {
  color: rgb(185,74,72);
}

.alert.success .inner {
  border: 1px solid rgb(214,233,198);
  background-color: rgb(223,240,216);
}

.alert.success .inner,.alert.success .close {
  color: rgb(70,136,71);
}

.alert.info .inner {
  border: 1px solid rgb(188,232,241);
  background-color: rgb(217,237,247);
}

.alert.info .inner,.alert.info .close {
  color: rgb(58,135,173);
}

.alert.warning .inner {
  border: 1px solid rgb(251,238,213);
  background-color: rgb(252,248,227);
}

.alert.warning .inner,.alert.warning .close {
  color: rgb(192,152,83);
}


#nclp *:not(i) {
	font-family: 'Inter', sans-serif;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

#nclp .nclp-listing-image {
	height: 394px;
}

#nclp .nclp-listing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

#nclp .nclp-listing-metadata {
	background: rgb(0 159 227 / 80%);
	text-align: center;
	padding: 10px;
}

#nclp .nclp-listing-metadata a {
	text-decoration: underline;
}

#nclp .nclp-listing-name {
	margin-bottom: 4px;
}

#nclp .nclp-listing-name a {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

#nclp .nclp-listing-name a:hover {
	text-decoration: none;
}

#nclp .nclp-listing-phone {
	margin-bottom: 25px;
}

#nclp .nclp-listing-phone a {
	font-size: 14px;
	color: #fff;
}

#nclp .nclp-listing-phone a:hover {
	color: #009fe3;
}

#nclp .nclp-listing {
	position: relative;
}

#nclp .nclp-status {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(5 8 13 / 40%);
	display: flex;
	align-items: center;
	justify-content: center;
}

#nclp .nclp-status img {
	width: 230px;
}

#ncl .profilbild { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}