/******************************************************************** general */

.mt-s {
	margin-top: 40px !important;
}

.mt-m {
	margin-top: 80px !important;
}

.mt-l {
	margin-top: 120px !important;
}

.mb-s {
	margin-bottom: 40px !important;
}

.mb-m {
	margin-bottom: 80px !important;
}

.mb-l {
	margin-bottom: 120px !important;
}

.top-screen-inner {
	min-height: 530px;
}
.sect-team-inner ul li {
    margin-bottom: 15px;
}
.hide {
    display: none;
}
.person {
    position: relative;
}
.person .remove-field-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "BarlowCondensedSemiBold", sans-serif;
    font-size: 18px;
    color: #007858;
}

.remove-field-btn > span {
    cursor: pointer;
}

.additional_person {
    display: none;
}
form h2 {
    color: #007858;
}

@media only screen and (min-width: 1600px) and (max-width: 1999px) {
  .head-cell .logo {
	margin-top: -18px;
	margin-bottom: -25px;
	width: 260px;
  }
}

/* text above table (Stellungnahme) */
.gh-page-stellungnahme .sect-txt:first-child {
	padding-bottom: 50px;
}
.gh-page-stellungnahme .sect-txt:nth-child(2) {
	padding-bottom: 0;
}

.gh-big-image .container {
	display: none;
}

.gh-big-image .sect-bg img {
    object-position: left bottom;
}

.team-itm-brief > p:first-child {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.team-itm-brief > ul > li > a {
	word-break: break-all;
}

h2 {
  font-size: 32px;
}

@media only screen and (min-width: 431px) {
	h2 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 1600px) {
	h2 {
		font-size: 34px;
	}
}

h3 {
  font-size: 26px;
}

@media only screen and (min-width: 431px) {
	h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 1600px) {
	h3 {
		font-size: 28px;
	}
}

h4 {
  font-size: 22px;
}

@media only screen and (min-width: 431px) {
	h4 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1600px) {
	h4 {
		font-size: 24px;
	}
}

h5 {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 18px;
}

@media only screen and (min-width: 431px) {
	h5 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1600px) {
	h5 {
		font-size: 20px;
	}
}

h2 {
	margin-bottom: 1rem !important;
}

h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem !important;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "BarlowCondensedSemiBold", sans-serif;
	line-height: 1.3;
}

p + h2,
ul + h2,
ol + h2,
table + h2,
p + h3,
ul + h3,
ol + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
table + h6,
h2 + h3,
h3 + h4 {
	margin-top: 3rem;
}

.title-descr p,
section p,
section ul li,
section ol li,
table td {
	hyphens: auto;
}

.gh-page-projects .projects-lst .project-itm:nth-child(2n+1),
.gh-page-projects .projects-lst .project-itm:nth-child(2n+1)::before {
	background-color: #fff;
}

.gh-page-projects .projects-lst .project-itm:nth-child(2n) {
	background-color: #e8dfd0;
}

.gh-page-projects .projects-lst .project-itm:nth-child(2n)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 200vw;
  background-color: #E8DFD0;
}

.sect-features .title-wrap p {
	font-family: "BarlowCondensedSemiBold", sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
}

@media screen and (min-width: 1600px) {
	.sect-features .title-wrap p {
		font-size: 1.5rem;
	}
}

/********************************************************************** lists */

section ul {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 1rem;
}

section ul li,
section .txt-box ul li {
	list-style: inherit;
	padding-left: 0.3em;
}

section .txt-box ul li::before {
	display: none;
}

section ol {
	list-style: decimal;
	padding-left: 1em;
	margin-bottom: 1rem;
}

section ol li {
	list-style: inherit;
	padding-left: 0.3em;
}

ol li::marker {
	font-family: "SourceSerifProBold", sans-serif;
}

/********************************************************************* tables */

.ce_table tr {
	border-bottom: 1px solid #999;
}

.ce_table th,
.ce_table td {
	padding: 20px;
}

@media only screen and (max-width: 767px) {
  .ce_table th {
	display: none;
  }
  .ce_table td {
	display: block;
	padding-bottom: 0;
  }
  .ce_table td::before {
  	display: block;
  	font-weight: bold;
  }
  .ce_table .col_0::before {
  	content: "Autor:innen:";
  }
  .ce_table .col_1::before {
  	content: "Veröffentlichung:";
  }
  .ce_table .col_2::before {
  	content: "Gegenstand der Untersuchung:";
  }
  .ce_table .col_3::before {
  	content: "Beobachtung:";
  }
  .ce_table .col_3 {
  	padding-bottom: 20px;
  }
}

/***************************************************************** literature */

.gh-projects-list-item {
	padding-right: 0px;
}

.gh-projects-list-item:after {
	content: "";
	display: inline-block;
	margin-bottom: 2px;
	margin-left: 7px;
	width: 8px;
	height: 8px;
	background: url("https://forschungsring.de/files/forschungsring/img/_style/triangle.svg") center center no-repeat scroll transparent;
	background-size: contain;
}

/****************************************************************** image box */

.gh-image-box {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1600px) {
	.gh-image-box {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.gh-image {
	width: 100%;
}

.gh-image-caption {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
}

@media only screen and (min-width: 1600px) {
	.gh-image-caption {
		font-size: 16px;
	}
}

/******************************************************************* projects */

.filter-clear {
	text-align: right;
}

.filter-clear a {
	color: #EE7203;
}

.filter-clear a:hover,
.filter-clear a:focus {
	color: #007858;
}

.logos-box .logo-itm {
	margin-right: 30px;
	margin-bottom: 30px;
}

.logos-box .logo-itm img {
	height: 80px;
}

@media only screen and (max-width: 576px) {
	.logos-box .logo-itm {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.logos-box .logo-itm img {
		height: 46px;
	}
}

/********************************************************************* quotes */

.quote-box .quote-title {
	font-family: "BarlowCondensedSemiBold", sans-serif;
	font-size: 28px;
}

@media only screen and (min-width: 768px) {
	.quote-box .quote-title {
		font-size: 34px;
	}
}

@media only screen and (min-width: 1200px) {
	.quote-box .quote-title {
		font-size: 42px;
	}
}

/************************************************************* Rapidmail form */

#rmOrganism .rmBase {
	margin-left: auto;
	margin-right: auto;
}

#rmOrganism .rmSubscription .rmBase__comp--heading,
#rmOrganism .rmBase__comp--cta {
	font-family: "BarlowCondensedSemiBold", sans-serif !important;
	line-height: 1.1 !important;
}

#rmOrganism .rmSubscription .rmBase__comp--heading {
	margin-bottom: 1em;
}

#rmOrganism .rmBase__comp--text,
#rmOrganism .rmBase__compLabel,
#rmOrganism .rmBase__comp--input {
	font-family: "SourceSerifProRegular", sans-serif !important;
	font-size: 18px !important;
}

@media only screen and (max-width: 1599px) {
	#rmOrganism .rmBase__comp--text,
	#rmOrganism .rmBase__compLabel,
	#rmOrganism .rmBase__comp--input {
		font-size: 16px !important;
	}
}

#rmOrganism .rmBase__comp--input {
	border-radius: 0 !important;
}

#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label {
	font-family: "SourceSerifProRegular", sans-serif;
	line-height: 1.5 !important;
}

#rmOrganism .rmBase__comp--cta {
	font-size: 20px !important;
}
