/* HAUPTSEITE */

.shortsearch-link {
font-size: 15pt;
font-weight: 400;
text-align: center;
text-transform: uppercase;
color: #295f07;
padding: 0 5px;
border-bottom: #9ba669 2px solid;
margin: 0 0px 5px 0px;
font-family: 'Playfair Display', serif;
line-height: 22px;
padding-top: 2px;
width: 378px;
}

#shortsearch-box {
	margin: 1px;
	width: 588px;
	overflow: hidden;
	float: left;
background-color: #b9cac4;}

.shseabox1{
    width: 588px;
    height: 26px;
}

#shortsearch-box .title {
	padding: 3px 5px;
	font-family: 'Playfair Display', serif;
	/* text-transform: uppercase; */
	background-color: #9ba669;
	color: #295f07;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;}

#shortsearch-box .shsearelation {
	width: 289px;
	padding: 2px;
	margin-left: 1px;
	color: #1a3f03;
	text-align: center;
	background: #d3ddd3;
	font-size: 10pt;
	height: auto;
	float: left;
	}

#shortsearch-box .wantedby {
	width: 289px;
	padding: 2px;
	margin-left: 1px;
	color: #1a3f03;
	text-align: center;
	letter-spacing: 1px;
	background: #d3ddd3;
	font-size: 10pt;
	float: left;
	}

#shortsearch-box .wantedby i {
float: left;
margin: 4px 0 0 1px;
font-size: 14px;
}

#shortsearch-box .fact {
font-family: 'Saira Condensed', sans-serif;
font-size: 10pt;
text-transform: uppercase;
padding: 2px 5px;
text-align: center;
margin-left: 1px;
color: #1a3f03;	
background: #9ba669;
margin-bottom: 1px;
overflow: hidden;
letter-spacing: 1px;
font-weight: 600;
width: 100%;
}

#shortsearch-box .fact i {
float: left;
margin: 4px 0 0 1px;
font-size: 10.5pt;
font-weight: bold;}

#shortsearch-box .desc {
	height: 90px;
	overflow: auto;
	padding: 3px;
	font-size: 11pt;
	text-align: justify;
	color: #1a3f03;
	background-color: #dbe1db;
	}

#shortsearch-box .avatar {
	width: 289px;
	padding: 2px;
	margin-left: 1px;
	color: #1a3f03;
	background: #9ba669;
	text-align: center;
	letter-spacing: 1px;
	font-size: 11pt;
	float: left;
	}

#shortsearch-box .avatar i {
float: left;
margin: 4px 0 0 1px;
font-size: 11pt;
}

#shortsearch-box .status {
	width: 289px;
	padding: 2px;
	margin-left: 1px;
	color: #1a3f03;
	background: #9ba669;
	text-align: center;
	letter-spacing: 1px;
	font-size: 11pt;
	float: left;
	font-weight: 600;
	}

#shortsearch-box .status i {
float: left;
margin: 4px 0 0 1px;
font-size: 11pt;
}


.shoptions{
width: 584px;
    padding: 2px;
	color: #1a3f03;
	margin-top: 1px;
	background: #9ba669;
    text-align: center;
    letter-spacing: 1px;
    font-size: 10pt;
    float: left;}


/* POPUP */
.searchpop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background: #b9cac4;
	z-index: 99;
	opacity:0;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	pointer-events:none;
}

.searchpop:target {
	opacity:1;
	pointer-events: auto;
}

/* Hier wird das Popup definiert! */
.searchpop>.pop {
	position:relative;
	margin:10% auto;
	width:600px;
	max-height:450px;
	box-sizing:border-box;
	padding:10px;
    background: #b9cac4;
	border: 3px solid #b9cac4;
	text-align:justify;
	overflow:auto;
	z-index:999;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	letter-spacing: 1px;
	color: #1a3f03;
	font-family: 'Saira Condensed', sans-serif;
}

.searchpop>.closepop {
	position:absolute;
	right:-5px;
	top:-5px;
	width:100%;
	height:100%;
	z-index: 1;
}

/* PROFIL */
#shortsearch-profile {
	width: 272px;
	margin: 1px;
	float: left;
	color: #1a3f03;}

#shortsearch-profile .title {
font-size: 12px;
font-weight: 400;
text-align: left;
text-transform: uppercase;
color: #295f07;
padding: 5px;
border-bottom: #295f07 2px solid;
margin: 0 0px 5px 0px;
font-family: 'Playfair Display', serif;
}

#shortsearch-profile .status {
text-align: center;
font-size: 11pt;
font-family: 'Saira Condensed', sans-serif;
}

#shortsearch-profile .infos{
	text-align: justify;
	font-size: 10pt;
	font-family: 'Saira Condensed', sans-serif;
	background-color: #b9cac4;
	padding: 2px;}

.infos i {
color: #1a3f03;
float: left;}

