/* programm */

.tageszeitSection>h2,
.forenSection>h2 {
	display:block;
	font-size: 2em;
	color: var(--col-1);
	padding: 0.5em 6vw 0 6vw;
}

.nachmittagSection>h2 {
	padding-top: 3em;
}


.referentenLight .einleitung a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.referentenLight .einleitung a:hover {
	text-decoration: none;
}


/*   referenten   */

.referenten .mainContent {
	padding-top: 2em;
}

.referentenList {
	margin-bottom: 0;
}

ul.referentenList {
	list-style-type: none;
}

ul.referentenList li {
	margin-bottom: 0;
}

.referentenLight {
	margin: 1em 0;
}

.referent.einleitung p {
	margin-bottom: 0;
}

.referent {
	position: relative;
	border-bottom: 2px solid #ddd;
}

.referenten .referent:first-child {
	border-top: 2px solid #ddd;
}
	
.referentenLight .referent,
body:not(.referenten) .referent:last-child {
	border-bottom: 0;
}

.referent>a {
	display:block;
	padding: 2em 10vw 2em 6vw;
}

.referentenLight .referent>a,
.referent.einleitung {
	display:block;
	padding: 1em 6vw;
}

.referent .vortragsDauer,
.referent .vortragsTitel {
	font-weight: bold;
}

.referent .vortragsTitel {
	color: var(--col-1);
}

.referent h3 {
	margin: 0;
	font-weight: bold;
}

.referentenLight .referentInfo .subReferent,
.referent.einleitung p {
	display:block;
	margin-bottom: 0.6em;
}

.referentenLight .referentInfo .subReferent:last-child {
	margin-bottom: 0;
}

.referenten .referentInfo .referentName {
	font-weight: bold;
}

.referentenLight .referent a .vortragsTitel {
	text-decoration: underline;
	text-underline-offset: 0.2em;	
}

.referentenLight .referent a:hover .vortragsTitel {
	text-decoration: none;
}


.nachmittagSection .referentenLight .pauseSection {
	margin: 1.4em 0 1.4em -0.6em;
}




/*  single referenten  */

.single-referenten .main {
	padding-top: 1.3em;
}


.single-referenten .referentInfo {
	position: relative;
}

.single-referenten  .referentInfo+.referentInfo {
	margin-top: 6em;
}

.single-referenten  .referentInfo>img {
	margin-top: 1.5em;
}


.single-referenten .referentenName {
	font-weight: bold;
	margin: 0;
}

.single-referenten .vortragsTitel {
	font-weight: bold;
	margin-bottom: 2.5em;
	margin-top: 5em;
}

.single-referenten .referentenName,
.single-referenten .referentenTitel {
	font-size: 1.6em;
	line-height: 1.4;
}


.single-referenten .referentenTitel {
	margin-bottom: 1em;
}

.single-referenten .referentenDetails + .referentenName {
	margin-top: 2em;
}

.single-referenten .fotoSection {
	padding: 0;
}

.single-referenten .fotoSection img {
	display:block;
}

	
.single-referenten .main .vortragsDauer {
	font-weight: bold;
}




/*   foren   */

.forenSection>ul {
	margin:0;
}

.forum {
	position: relative;
	border-bottom: 2px solid var(--col-1);
}

.nachmittagSection .forum:first-child {
	border-top: 2px solid var(--col-1);
}

.forum>a {
	display:block;
	padding: 2em 10vw 2em 6vw;
}

.forum:last-child {
	border-bottom: 0;
}

.forumNummer {
	font-weight: bold;
}

.forenTitel {
	color: var(--col-1);
	font-weight: bold;
}

.referenten .vortragsDauer {
	display:none;
}



.forenSection .forenSectionUL {
	overflow:hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
}

.forenSection.open .forenSectionUL {
	max-height: 3000px;
	
}

.forenHeader {
	position: relative;
	padding: 2em 6vw;
	cursor:pointer;
	border-bottom: 2px solid white;
	transition: border-color 0.3s ease;
	transition-delay: 0.3s;
}

.forenHeaderText {
	font-weight: bold;
	color: var(--col-1);
}

.forenHeaderButton {
	display:block;
	width: 1.5em;
	height: 2em;
	background-image: url('img/plus.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 1em;
	top: 2.2em;
	transition: transform 0.3s ease;
}

.forenSection.open .forenHeader {
	border-color: var(--col-1);
	transition-delay: 0s;
}

.forenSection.open .forenHeaderButton {
	transform: rotate(45deg);
}


.forenSection .forum a .forenTitel {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.forenSection .forum a:hover .forenTitel {
	text-decoration: none;
}



/*  pause sections  */

.pauseSection,
.moderationSection {
	/*background-color: #eee;*/
	border: 2px solid #ddd;
	border-left: 0;
	border-right: 0;
	color: #777;
	padding: 1em 6vw;
}

.pauseSection>p {
	margin-bottom: 0;
}


/*   other   */
.arrow {
	height: 32px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
}

.referentenLight .arrow {
	display:none;
}

.extraSection {
	padding: 1em 6vw;
	margin-top: -0.8em;
}

.anmeldeSection {
	padding: 2em 6vw;
}






/*   tablet & desktop   */
@media screen and (min-width: 650px) {
	
	/*   programm   */
	.tageszeitSection>h2,
	.forenSection>h2 {
		padding: 1em 0 0 0;
	}
	
	.nachmittagSection>h2 {
		padding-top: 3em;
	}
	
	
	/*   referenten   */
	
	.referenten .mainContent {
		padding-top: 3em;
	}
	
	.referentenLight .referent>a,
	.referentenLight .einleitung,
	.referent>a {
		padding-left: 0.7em;
		padding-right: 3em;
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}
	
	.referent {
		margin-left: -0.7em;
		margin-right: -0.7em;
	}
	
	
	
	/* single referenten */
	
	
	.single-referenten .main {
		padding-top: 6rem;
	}
	
	.single-referenten .textSection.fullWidth .referentInfo {
		overflow:hidden;
		min-height: 15em;
	}
	
	.single-referenten .textSection.fullWidth .referentInfo>*:not(img) {
		max-width: calc(100% - 200px);
	}

	.single-referenten .textSection.fullWidth .referentInfo>img {
		position: absolute;
		right: 0;
		top: 0;
		width: 170px;
		margin-top:1em;
	}

	
	.single-referenten .vortragsTitel {
		margin-top: 8rem;
	}
	
	.single-referenten .referentenName,
	.single-referenten .referentenTitel {
		font-size: 1.8em;
	}

	
	.single-referenten .textSection:not(.fullWidth) {
		margin-right: 200px;
		margin-left: 0;
	}
	
	.single-referenten .fotoSection {
		position: absolute;
		width: 170px;
		right: 6vw;
		top: 18.7em;
	}


	
	
	
	/*   pause   */
	.pauseSection,
	.extraSection,
	.anmeldeSection	{
		padding-left: 0.7em;
		padding-right: 0.7em;
		margin-left: -0.7em;
		margin-right: -0.7em;
	}
	
	
	
	/*   forum   */
	.forum>a {
		padding: 1em 0.7em;
	}
	
	.forum {
		border-color: #ddd;
		margin-left: -0.7em;
		margin-right: -0.7em;
	}
	
	.single-foren .referent:first-child,
	.nachmittagSection .forum:first-child {
		border-top: 2px solid #ddd;
	}
	
	
	.forenSection {
		padding-left: 0.7em;
		padding-right: 0.7em;
		margin-left: -0.7em;
		margin-right: -0.7em;
	}
	
	.forenHeader {
		padding: 1em 0;
	}
	
	.forenHeaderButton {
		right: 0;
		top: 1.4em;
	}
	
	.forenSection.open .forenHeader {
		border-color: white;
	}
		
	
	
	/*   moderation   */
	.moderationSection {
		padding-left: 0.7em;
		padding-right: 0.7em;
		margin-left: -0.7em;
		margin-right: -0.7em;
	}

}

/*   desktop   */
@media screen and (min-width: 900px) {
	.single-referenten .textSection:not(.fullWidth) {
		margin-right: 320px;
	}
	
	.single-referenten .fotoSection {
		width: 280px;
	}
	
	
	.single-referenten .textSection.fullWidth .referentInfo>*:not(img) {
		max-width: calc(100% - 320px);
	}

	.single-referenten .textSection.fullWidth .referentInfo>img {
		width: 280px;
	}

	
}


/*   desktop+++   */
@media screen and (min-width: 2000px) {
	
	.single-referenten .fotoSection {
		right: 120px;
	}

}