
/* Company Portrait
--------------------------------------------- */


article.company_portraits {
	padding: 50px 0;
}


.single-company_portraits .company_portraits h1 {
	font-family: 'Crimson Text', serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}


.single-company_portraits .company_portraits h3.toptitle {

	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.post-thumbnail-wrap {
	position: relative;

}

.img-gradient{
  position:relative;
  display:inline-block;
  background-size: cover;
  height: 100%;
}

.img-gradient:after {
  content:'';
  position:absolute;
  left:0; bottom:0;
  width:100%; height:100%;
  display:inline-block;

  background: -moz-linear-gradient(top, rgb(96 101 104 / 0%) 0%,rgb(30 9 5 / 91%) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,(96 101 104 / 0%)), color-stop(100%,rgb(30 9 5 / 91%))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(96 101 104 / 0%) 0%,rgb(30 9 5 / 91%) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(96 101 104 / 0%) 0%,rgb(30 9 5 / 91%) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(96 101 104 / 0%) 0%,rgb(30 9 5 / 91%) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(96 101 104 / 0%) 0%,rgb(30 9 5 / 91%) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.single-company_portraits .company_portraits h1 {
    font-family: 'Crimson Text',serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 80px;
    color: #fff;
    padding: 10px 30px;
    line-height: 38px;
}

@media  (max-width: 600px){
	.single-company_portraits .company_portraits h1 {
    font-family: 'Crimson Text',serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 80px;
    color: #fff;
    padding: 10px 30px;
    line-height: 38px;
	text-shadow: 2px 2px 2px #000000;
}

}



.single-company_portraits .company_portraits .entry-meta {
text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.single-company_portraits .comment-tag,
.single-company_portraits .author_details_top_collapse {
	display:none !important;
}


.single-company_portraits .company_portraits p,
.single-company_portraits .company_portraits {
	font-family: 'Crimson Text', serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

.single-company_portraits .company_portraits .pinfo-details  {
	margin: 0 0 30px 0;
	text-align: center;

}

.single-company_portraits .company_portraits .pinfo-website  {
	text-align: center;
}

.single-company_portraits .company_portraits .pinfo-website a {
	background-color: #16A085;
	border: 5px solid #16A085;
	color: #FFF !important;
	padding: 6px;
	font-weight: bold;
	line-height: 25px;

}

.single-company_portraits .company_portraits .carousel {
	margin: 0 0 20px 0;
}






/* Format Note
--------------------------------------------- */

.format-note {
	width: 100%;
   text-align: center;
   border-bottom: 1px dashed #555;
   line-height: 0.1em;
   margin: 20px 0 20px;
}

.format-note a {
	font-size: 18px;
}

.format-note-inner  {
    background:#fff;
    padding:0 10px;
}


.single-company_portraits .partner-infobox {
	min-height: 20px;
	padding: 30px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.single-company_portraits .post-edit-link
{
	font-size: 14px;
	font-weight: 300;
	background: #5cb85c;
	padding: 2px 10px;
	border-radius: 3px;
	color: #fff !important
}


.partner-carousel-item {
	background-color: #cccccc;
	height:350px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 480px) { /* Breite beträgt höchstens 70em */
	.partner-carousel-item {

		height:250px;

	}
 }

.partner-carousel .owl-nav .owl-prev {
	background-color: rgba(0,0,0,0.5) !important;
	color: #ffffff !important;
	padding: 20px 10px !important;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%);

}

.partner-carousel .owl-nav .owl-next {
	background-color:rgba(0,0,0,0.5) !important;
	color: #ffffff !important;
	padding: 20px 10px !important;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(-50%, -50%);

}
.option-tree-setting-title-wrap
 {
	display: none;
}
