/* MURAD EDIT */

.verfahren-header-meta {
	font-size: 14px !important;
}


/* CUSTOM STYLES - JB - DESIGN FOR WEB */

#verfahren-container.container {
	width: 1200px !important;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}

#verfahren-archive-grid {
	padding-bottom: 92px;
}

#verfahren-archive-grid .container_inner {
	width: 100%;
}

#verfahren-archive-grid {
	width: 74%;
	order: 2;
}


.verfahren-sidebar {
	width: 24%;
	padding-top: 92px;
	padding-bottom: 92px;
	order: 1;
}

.ihc-logout-wrap {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.verfahren-sidebar #menu-vatm-intern,
.verfahren-sidebar #menu-vatm-intern li {
	list-style: none;
}

.verfahren-post {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	transition: all 0.3s ease-in;
	border: solid 1px #eaeaea;
	
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;*/
}
/*
.verfahren-post:hover {
	border: solid 1px #005A85;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
*/

.verfahren-post p,
.verfahren-download-toggle,
.verfahren-download {
	font-size: 12px;
}

.verfahren-post p strong {
	font-weight: bold;
}

.verfahren-post-header {
	border-bottom: solid 1px #646464;
	padding-bottom: 10px;
}

.verfahren-post-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

.verfahren-post-title,
.verfahren-header-meta {
	color: #005a85;
}

.verfahren-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;

	padding: 5px 0;
}

.verfahren-body p strong {
	display: block;
}

.verfahren-meta {
	display: inline;
	box-sizing: border-box;
}

.verfahren-download {
	display: block;
}

.verfahren-download-toggle {
	background: #005a85;
	color: #fff;
	padding-left: 5px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.verfahren-download-toggle::before {
	content: '+';
}

.verfahren-download-toggle.accordion-current::before {
	content: '-';
}


@media all and (min-width: 1024px) and (max-width: 1279px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1279px), 
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1279px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px) and (max-width: 1279px), 
only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px) and (max-width: 1279px), 
only screen and (min-resolution: 192dpi) and (min-width: 1024px) and (max-width: 1279px), 
only screen and (min-resolution: 2dppx) and (min-width: 1024px) and (max-width: 1279px){

#verfahren-container.container {
	width: 980px !important;
}

}

@media all and (max-width: 1023px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px), 
only screen and (min-resolution: 192dpi) and (max-width: 1023px), 
only screen and (min-resolution: 2dppx) and (max-width: 1023px) {

#verfahren-container.container {
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}

#verfahren-archive-grid {
	width: 100%;
	order: 1;
}


.verfahren-sidebar {
	width: 100%;
	order: 2;
}

}