/* Ueberschriften (chaos edition) */
h1{
	font-family: "playfair_displaybold";
	font-size: 2.25rem;
	line-height: 2.5rem;
}
h2{
	font-family: "playfair_displaybold";
	font-size: 2rem;
	line-height: 2rem;
}
h3{
	font-family: "playfair_displaybold";
	font-size: 1.7rem;
	line-height: 1.8rem;
}
h4{
	font-family: "playfair_displaybold";
	font-size: 1.5rem;
	line-height: 1.6rem;
}
h5{
	font-family: "playfair_displaybold";
	font-size: 1.3rem;
	line-height: 1.4rem;
}

div.about_text{
	margin-top: 2.1rem;
}


/* TOP MENU */
#menu-2018_01_02-main-1 > .is-dropdown-submenu-parent > a{
	cursor: context-menu;
	pointer-events: none;
}
/*  mobile menu -> selector good, problem:else!
#menu-2018_01_02-main > .is-accordion-submenu-parent > a{
	cursor: context-menu;
	pointer-events: none;
}*/



/* NUTZER */

.people_teaser{
	margin-bottom: 0.5rem;	
}
.quotesign{
	margin-bottom: -1.7rem;	
}
.minipeople-bg{
	background-size: cover;
	min-height: 280px;
	background-position: center;
}
.people_gallery_small{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.white-bg-wrapper{
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.nutzer-name.h3{
	text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	padding: 0.3rem;
	font-size: 1.7rem;
}
.nutzer-anstriche.h4{
	text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	float: right;
}
.nutzerkontakt-wrapper{
	
}
.nutzerkontakt{
	float:right;
	font-style: italic;
	padding: 0 0.3rem 0 0.3rem;
	font-size: 1.3rem;
	background-color: white;
	justify-content: center;
	margin-bottom: 1rem;
	border-radius: 20px;
}
.nutzer-email{
	font-size: 1.5rem;
	margin: 0.4rem;
}
.nutzer-tooltip i{
	margin-left: 0.4rem;	
}


label.nutzer-tooltip{
	position: relative;
	display: unset;
	font-size: 1.5rem;
	line-height: unset;
	color: #00ada5;
	padding-right: 0px;
	margin-right: 0px !important;
	cursor: pointer;
}
label.nutzer-tooltip :hover {
	color: #00958e;
}
.nutzer-tooltip span {
  white-space: nowrap;
  visibility: hidden;
  /*width: 10em;*/
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0 8px 0 8px;
  position: absolute;
  z-index: 9;
  top: -3rem;
  right:  0px;
  margin-left:1em;
  opacity: 0;
  transition: opacity 1s;
}
.nutzer-tooltip span::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  right: 10px;
  /*margin-top: -5px;*/
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.nutzer-tooltip input {
  display:none;
}
.nutzer-tooltip input:checked+span {
  visibility: visible;
  opacity: 1;
}
.telefonspan:hover{
	color: white !important;
}



/*  RESIDENTENLISTE  */
.resident-wrapper{
	padding: 0.5rem;	
	text-align: center;
}
.residentenbild{
	padding: 0.27rem;	
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	margin-bottom: 0.5rem;
}
.residentenname{
	//font-size: 1.5rem;
	//padding: 0.5rem;
	//font-family: playfair_displaybold;
	margin-bottom: 0px;
}
.kunstrichtung{
	color: gray;
	font-size: 0.85rem;
	font-style: italic;
	margin-bottom: 0px;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}


/* HOME */

.orbit-previous, .orbit-next{ /* AKTUELLES */
	background-color: black;
	opacity: 0.8;
}
/*a[rel~=bookmark]{
	font-size: 1rem !important;	
	color: red;
}*/
.dottes{
	font-size: 4rem;	
	color: #585858;
	margin: auto;
	width: 50%;
	text-align: center;
	display: block !important;
}

/* VERANSTALTUNGEN */

.smaller-hr{
	width: 55%;
	margin-left: 0.5rem;
}