/** DCE BUTTON **/

.dce-button {
	margin-top: 30px;
}
.dce-button .btn-primary{
	border-radius: 5px;
	font-weight: bold;
	color: #fff !important;
}
.dce-button .w-100 {
	width: 100%
}
.dce-button .btn.btn-default:hover{
	color: #000 !important;
}


/** DCE STOERER **/

.dce-stoerer-full-width{
	width: 100vW;
	position: relative;
}

.dce-stoerer-full-width .container {
	padding: 0;
}

.dce-stoerer.bg-lightgray{
	background: #FAFAFA;
	color: #444;
}
.dce-stoerer.bg-darkgray{
	background: #444;
	color: #fff !important;
}
.dce-stoerer.bg-darkgray h1,
.dce-stoerer.bg-darkgray h2,
.dce-stoerer.bg-darkgray h3{
	color: #fff !important;
	margin: 10px 0;
}

.dce-stoerer .img-fluid {
	max-width: 100%;
	height: auto;
}
.dce-stoerer.border {
	border: 1px solid #E6E6E6;
}
.dce-stoerer .align-items-center {
	display: flex;
	align-items: center;
}

.dce-stoerer .no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.dce-stoerer .no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.dce-stoerer .p-30 {
	padding: 30px;
}


.dce-stoerer.bg-darkgray .btn.btn-default {
	background: transparent;
	color: #fff;
	border-color: #fff;

}

.dce-stoerer .btn.btn-default:hover{
	color: #000 !important;
	background: #e6e6e6;
}

@media (min-width:768px)  {
	.dce-stoerer .dce-flex {
		display: flex;
		align-items:center;
	}


	.dce-stoerer .dce-button {
		margin-top: 30px;
	}
	.dce-stoerer .btn-primary{
		border-radius: 5px;
		font-weight: bold;
	}
	.dce-stoerer .w-100 {
		width: 100%
	}
	.dce-stoerer .btn.btn-default:hover{
		color: #000 !important;
	}
}


/** DCE FACULTY **/
.dce-button-faculty a{
	border: 3px solid #c4c4c4;
	border-radius: 5px;
	padding: 15px;
	display: block;
	margin-bottom: 19px;
}

/** DCE QUICKLINK **/
.quicklink {
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
	margin: 0 19px 19px 0;
	font-weight: bold;
	color: #fff !important
}



/** DCE ACCORDION WELL **/

.dce-accordion-well .well {
	border: solid 1px #eeeeee;
	background: #fafafa;
}
.dce-accordion-well .well h2 a{
	display: block;
	padding: 5px 0;
	position: relative;
}
.dce-accordion-well .well h2 a:before{
	content: "\e114";
	position: absolute;
	right: 15px;
	top: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(180deg)
}

.dce-accordion-well .well h2 a.collapsed:before{
	transform: rotate(0deg)
}
.dce-accordion-well .well {
	margin-bottom: 10px;
}

/** DCE ACCORDION WELL (integriert in Standard Accordion Element) **/


.accordion > section > .accordion-grey {
	border: solid 1px #eeeeee;
	background: #fafafa;
}
.accordion > section > .accordion-grey h2 a,
.accordion > section > .accordion-grey h3 a,
.accordion > section > .accordion-grey h4 a,
.accordion > section > .accordion-grey h5 a,
.accordion > section > .accordion-grey h6 a {
	display: block;
	padding: 5px 0;
	position: relative;
}
.accordion > section > .accordion-grey h2 a:before,
.accordion > section > .accordion-grey h3 a:before,
.accordion > section > .accordion-grey h4 a:before,
.accordion > section > .accordion-grey h5 a:before,
.accordion > section > .accordion-grey h6 a:before {
	content: "\e114";
	position: absolute;
	right: 15px;
	top: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(180deg)
}

.accordion > section > .accordion-grey h2 a.collapsed:before,
.accordion > section > .accordion-grey h3 a.collapsed:before,
.accordion > section > .accordion-grey h4 a.collapsed:before,
.accordion > section > .accordion-grey h5 a.collapsed:before,
.accordion > section > .accordion-grey h6 a.collapsed:before {
	transform: rotate(0deg)
}
.accordion > section > .accordion-grey {
	margin-bottom: 10px;
}

/** DCE save-the-date **/

.save-the-date{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	align-items: center;
}

.save-the-date .dateList2 {
	white-space: nowrap;

}

.save-the-date .cal-date {
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 60px;
}


.save-the-date .dateList2 .cal-el {
	display: block;
	min-height: 60px;
	line-height: 1.3;
	padding: 10px;
	margin-bottom: 2px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}



/** PLUGIN STUDIENGAENGE **/
.studiengang-more-link{
	display: flex;
	padding: 5px 15px;
	justify-content: space-between;
	width: calc(100% + 30px);
	background: #FAFAFA;
	margin-left: -15px;
	border-bottom: 1px solid #e6e6e6;
	align-items: center;
}

.studiengang-more-link:first-child{
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
}

.studiengang-more-link:nth-child(2n){
	background: #FFF
}

