/* css/fsk.css */

/* Colors */
:root { 
	--fsk-color-corporate-green: rgba(0, 147, 116, 1); 
	--fsk-color-light-green: rgba(109, 191, 169, 1);
	--fsk-color-dark-blue: rgba(31, 130, 192, 1);
	--fsk-color-neutral-grey: rgba(199, 202, 204, 1);
	--fsk-color-dark-grey: rgba(85, 85, 85, 1);
}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}

html {
	-ms-overflow-y:hidden;
}

table {
	font-size: 12px;
}

a {
	cursor: pointer;
}

.icon0xf005::before {
	font-family: FontAwesome;
	content: '\f005';
}

.icon0xf006::before {
	font-family: FontAwesome;
	content: '\f006';
}

.icon0xf04b::before {
	font-family: FontAwesome;
	content:'\f04b';
}

.icon0xf0c8::before {
	font-family: FontAwesome;
	content: '\f0c8';
}

.icon0xf0a3::before {
	font-family: FontAwesome;
	content: '\f0a3';
}

.icon0xf192::before {
	font-family: FontAwesome;
	content: '\f192';
}

.icon0xf219::before {
	font-family: FontAwesome;
	content: '\f219';
}

.icon0xf276::before {
	font-family: FontAwesome;
	content: '\f276';
}

.icon0xf20e::before {
	font-family: FontAwesome;
	content: '\f20e';
}

#fsk-id-foot .icon0xf04b {
    margin-left: 2px;
}

#fsk-id-legend-container {
	//margin-top: 5px;
}

.fsk-legend-icon-container {
	margin-left: 5px;
	white-space: nowrap;
}

#fsk-id-mobile-legend-container {
	margin-bottom: 10px;
	color:white;
}


.fsk-mobile-legend-element-container {
	display: flex !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.fsk-legend-icon {
	color: rgba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
	margin-right: 2px;
	font-size: large;
}

.fsk-mobile-legend-icon {
	margin-right: 5px;
	font-size: large;
}

.btn-fsk-menu {
	background-color: transparent;
}

.fsk-legend-text {
	font-size: medium;
}

.fsk-mobile-legend-text {
	font-size: medium;
	margin-top: 2px;
}

#fsk-id-logo {
	width: auto;
	height: auto;
}

#fsk-id-fh-logo {
	height: 60%;
	width: auto;
	padding-top: 15px;
}

#fsk-id-mobile-logo-container {
	max-height: inherit;
}

#fsk-id-mobile-logo {
	max-height: inherit;
	padding-top: 10px;
	padding-left: 10px;
}

#fsk-id-map canvas{
	background-color:#A0CDDA ;
}

#fsk-id-results-table-filter-row .container {
	display: inline-block;
	padding-left: 0;
}

#fsk-id-mobile-menu-container {
	overflow-y: scroll;
}

#fsk-id-result-table-container {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#fsk-id-result-table-container td {
	padding-left: 1px;
	padding-right: 15px;
	vertical-align: top;
}

#fsk-id-results-table {
	width: inherit;
	border-right: 0;
	border-left: 0;
	border-collapse: collapse;
}

#fsk-id-results-table .container {
	padding-left: 0;
	padding-right: 0;
}

#fsk-id-results-table .filtered-institution-sub-table .py-4 {
	padding-left: 0;
	padding-right: 0;
}

#copyright-container a[target="_blank"]:after, #copyright-container a.external:after {
	content: none;
}

#fsk-id-group-sort-buttons-row td{
	padding-left: 0;
	padding-right: 0;
}

#fsk-id-results-list {
	list-style-type: none;
}

#fsk-id-results-table-sort-elements-row td {
	text-align: left;
}

#fsk-id-group-sort-buttons-row td{
	text-align: center;
}

#fsk-id-results-table-sort-elements-row label {
	width: 25%;
}

#fsk-id-query-and-result {
	padding: 0;
}

td li {
	list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid rgba(199, 202, 204, 1);
    border-bottom: 1px solid var(--fsk-color-neutral-grey);
}

td li:first-child {
	padding-top: 0;
}

td li:last-child {
	border-bottom: none;
}

#fsk-info-dropdown li {
	display: block;
    width: 200px;
    margin-bottom: 0;
    border-top: 1px solid white;
}

#fsk-info-dropdown {
	background-color: rgba(31, 130, 192, 1);
    background-color: var(--fsk-color-dark-blue);
    padding: 0 25px;
    top: 37px;
}

#fsk-info-dropdown li:first-child {
	border-top: none;
}

#fsk-info-dropdown li a {
	text-transform: capitalize;
	font-size: 10px;
    padding: 0;
}

#fsk-info-dropdown ul {
    margin-bottom: 2.5rem;
}

#fsk-id-query-table {
	/* border: 1px solid ___ */
	border: 1px solid var(--fsk-color-grey);
	width: 100%;
}

#fsk-id-copy-url-btn {
	border-radius: 0px;
	font-family: FrutigerLTW02, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}

#fsk-id-organisational-units-filter-info-area {
	display:none;
}

#fsk-id-Verbund-info-area article {
	font-size: 1.2rem;
}

.fsk-bg-col-corporate {
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
}

.fsk-fg-col-corporate {
	color: white;
}

.fsk-organisational-units-info-header {
	color: white;
}

#fsk-id-group-guestmembers-results-table {
	padding-top: 0;
}

.fsk-organisational-units-info-article {
	
}

.fsk-nav-filter {
	width: 33.3% !important;
}

#fsk-id-nav-bar-fraunhofer-gesellschaft-link {
	float:left;
}

.fsk-top-border {
	/* border-top: 1px solid ___ */
	border-top: 1px solid var(--fsk-color-grey);
}

.fsk-right-border {
	/* border-top: 1px solid ___ */
	border-right: 1px solid var(--fsk-color-grey);
}

.fsk-bottom-border {
	/* border-top: 1px solid ___ */
	border-bottom: 1px solid var(--fsk-color-grey);
}

.fsk-left-border {
	/* border-top: 1px solid ___ */
	border-left: 1px solid var(--fsk-color-grey);
}

.fsk-table-data {
	padding-left: 10px;
	padding-right: 10px;
	/* border-bottom: 1px solid var(--fsk-color-grey); */
}

.fsk-query-result {
	padding: 15px;
	/* border-top: 1px solid ___ */
	border-bottom: 1px solid var(--fsk-color-grey);
}

.fsk-query-result-location {
	font-size: 12px;
	color: rgba(31, 130, 192, 1);
	color: var(--fsk-color-dark-blue);
}

#fsk-id-search-button {
	border: none;
	float: right;
}

#fsk-id-info-overlay-container {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(109, 191, 169, 1);
	background-color: var(--fsk-color-light-green);
	z-index: 1011;
}

.fsk-overlay {
	position: fixed;
	display: none;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: white;
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
	padding: 8px;
	z-index: 1012;
}

.fsk-overlay-header {
	text-transform: uppercase;
	color: white;
	margin: 25px;
}

.fsk-overlay-close-btn {
	float: right;
	font-size: x-large;
	font-weight: 700;
	line-height: 1;
	color: white;
	text-shadow: 0 1px #fff;
	opacity: .5;
}

.fsk-overlay-article {
	margin: 25px;
	font-size: larger;
}

.fsk-link {
	text-decoration: none;
	color: rgba(31, 130, 192, 1);
	color: var(--fsk-color-dark-blue);
}

.fsk-navi-element {
	padding: 15px 25px 15px 25px;
	font-size: 12px;
}

.fsk-input-field {
	color: rgba(31, 130, 192, 1);
	color: var(--fsk-color-dark-blue);
	font-weight: 500;
	line-height: 1.2em;
	/* text-shadow: 0 1px 0 ___ */
	text-shadow: 0 1px 0 var(--fsk-color-text-shadow);
}

.fsk-font-small {
	font-size: 12px;
	/* color: ___ */
	color: var(--fsk-color-grey);
}

.dropdown-item:hover {
	background-color: #6dbfa9;
}

.btn-secondary:hover, .btn-secondary:focus, .open>.dropdown-toggle.btn-secondary
	{
	background-color: rgba(109, 191, 169, 1);
	background-color: var(--fsk-color-light-green);
	border-color: rgba(109, 191, 169, 1);
	border-color: var(--fsk-color-light-green);
}

.filter {
	float: left;
	width: auto;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1.5rem;
	margin: 2px 0;
	background-color: rgba(0, 147, 116, 1) !important;
	background-color: var(--fsk-color-corporate-green) !important;
}

.filter-item {
	padding-left: 5px;
	padding-right: 5px;
}

.filterCloseBtn {
	height: 20px;
	width: 20px;
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
	float: right;
}

.filterCloseBtn:hover {
	background-color: rgba(109, 191, 169, 1);
	background-color: var(--fsk-color-light-green);
}

.groupListElement {
	text-decoration: none;
	color: black;
	font-size: 12px;
	display:inline-block;
	width: 94%;
	vertical-align: top;
}

.fsk-filter-container {
	left: auto !important;
	margin: 0px !important;
	/* right: auto !important; */
	position: absolute;
	overflow-y: scroll ;
}

.fsk-filter-list-item {
	width: 100%;
}

#fsk-id-group-members-results-table td,
#fsk-id-info-institution-mutter td,
#fsk-id-info-institution-tochter td {
	font-weight: 300;
	padding-right: 0;
	padding-top:0;
}

#fsk-id-group-members-results-table td:first-child, 
#fsk-id-info-institution-mutter td:first-child, 
#fsk-id-info-institution-tochter td:first-child, 
#fsk-id-group-guestmembers-results-table td:first-child {
	padding-right: 3px;
}

#fsk-id-group-members-results-table td:first-child .fa,
#fsk-id-info-institution-mutter td:first-child .fa,
#fsk-id-info-institution-tochter td:first-child .fa {
	color: rgba(0, 147, 116, 1);
    color: var(--fsk-color-corporate-green);
}

#fsk-id-group-members-results-table,
#fsk-id-info-institution-mutter,
#fsk-id-info-institution-tochter {
	padding-right: 0;
	padding-bottom: 0;
}

#fsk-id-info-institution-belongs-to table td {
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 0;
}

#fsk-id-title-standortkarte {
	bottom: 0px;
	padding: 25px;
	margin-left: 8rem;
	border: 1px solid #c7cacc;
	border-bottom: 0;
	color: #fff;
	background-color: rgba(31, 130, 192, 1);
	background-color: rgba(31,130,192,0.85);
	font-size: 3rem;
	line-height: 4.0rem;
	letter-spacing: .025em;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	min-height: 22%;
	z-index: 1;
	width: 25%;
	min-width: 240px;
}

.fhg-header .section-search form button {
	right: 4.5rem;
}

.row-footer-nav div:first-child {
	padding-right: 4rem;
}

#fsk-id-mobile-results-extender {
	bottom: 0px;
	right: 0px;
	width: 4.5rem;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 0;
	color: #fff;
	background-color: rgba(31, 130, 192, 1);
	background-color: var(--fsk-color-dark-blue);
	font-size: 3.6rem;
	line-height: 4.0rem;
	letter-spacing: .025em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 1;
}

#fsk-id-mobile-map-extender {
	top: 0px;
	right: 0px;
	width: 4.5rem;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 0;
	color: #fff;
	background-color: rgba(31, 130, 192, 1);
	background-color: var(--fsk-color-dark-blue);
	font-size: 3.6rem;
	line-height: 4.0rem;
	letter-spacing: .025em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	z-index: 1;
}

#fsk-id-sort-switch-button {
	display: table;
}

#fsk-id-group-sort-switch-button {
	display: table;
}

.sort-switch-labels {
	vertical-align: baseline;
}

.word-break {
	word-break: break-all;
} 

/* switch / toggle slider */
.switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	/* background-color: #2196F3; */
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

#fsk-id-switch-container {
	width: 32px !important;
	vertical-align: text-bottom;
    /*margin-bottom: 5px;*/
}

#fsk-id-group-switch-container {
	width: 32px !important;
	vertical-align: middle;
    margin-bottom: 5px;
}

#fsk-id-results-table-sort-elements-row form {
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
}

#fsk-id-results-table-sort-elements-row label {
	text-align:left;
	padding-right: 0;
}

.sort-buttons-group-container {
	width: 100%;
	border-collapse: separate;
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
}

sort-buttons-group-container label {
	font-size: 13px;
}

.filtered-institution-sub-table {
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
}

.btn-fsk {
	color: white;
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
	border-color: rgba(0, 147, 116, 1);
	border-color: var(--fsk-color-corporate-green);
	font-size: 13px;
}

.btn-fsk:focus {
	box-shadow: none;
}

.btn-fsk input{
	margin-top: 2px;
}

.btn-edit-delete {
	border-radius: 25%;
	margin-right: 6px;
}

.btn-edit-delete:hover {
	background-color: rgba(109, 191, 169, 1);
	background-color: var(--fsk-color-light-green);
	border-color: rgba(109, 191, 169, 1);
	border-color: var(--fsk-color-light-green);
}

.fsk-icon {
	height: -webkit-fill-available;
	vertical-align: sub;
	padding-right: 20px;
}

.fsk-icon::before {
	vertical-align: middle;
	font-size: 1.2rem;
}

table tr {
	background-color: white;
}

.btn-fsk-icon {
	background-color: transparent;
	margin: 5px;
	margin-top: 7px;
	float: right;
}

.btn-fsk-icon:hover {
	background-color: transparent;
}

.btn-fsk-icon::before {
	vertical-align: baseline;
	font-size: 17px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: white;
	text-align: center;
}

/* social media buttons */
ul.no-bullet {
	list-style-type: none;
}

#fsk-id-share-button {
	cursor: pointer;
	font-size: 1.4em;
	float:right;
	color: rgba(31, 130, 192, .7) !important;
}

#fsk-id-share-button-groups {
	cursor: pointer;
	font-size: 1.4em;
	float:right;
	color: rgba(31, 130, 192, .7) !important;
}

#fsk-id-share-buttons-institute .fa {
	color: white;
}

#fsk-id-share-buttons-groups .fa {
	color: white;
}

#fsk-id-institution-information-tochter .fa {
	color: rgba(0, 147, 116, 1);
    color: var(--fsk-color-corporate-green);
}

.fsk-mobile-share-button {
	width: 100%;
	height: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.mobile-share-button-icon {
	padding: 2px;
}

.fa-facebook {
	background: #3B5998;
	color: white;
	height: inherit;
	width: inherit;
	text-decoration: none;
}

.fa-facebook::before {
	vertical-align: middle;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
	height: inherit;
	width: inherit;
	text-decoration: none;
}

.fa-twitter::before {
	vertical-align: middle;
}

.fa-google-plus {
	background: #dd4b39;
	color: white;
	height: inherit;
	width: inherit;
	text-decoration: none;
}

.fa-google-plus::before {
	vertical-align: middle;
}

.fa-xing {
	background: #026466;
	color: white;
	height: inherit;
	width: inherit;
	text-decoration: none;
}

.fa-xing::before {
	vertical-align: middle;
}

.fsk-institution-information-image {
	width: 100%;
	height: auto;
	min-height: 50px;
}

.text-copyright {
	float: right;
	font-size: 10px;
	margin-right: 15px;
}

/* different media devices (display formats)*/
@media ( max-width : 1279px) {
	#fsk-id-title-standortkarte {
		margin-left: 2.5rem;
	}
}

@media all and (min-width: 768px) {
	.col-md-4 {
		max-width: 32.33%;
	}
	.col-md-3 {
     	max-width: 24%;
     }
     
}

@media ( max-width : 768px) {
	#fsk-id-map {
		padding-left: 0;
		padding-right: 0;
	}
	
	#fsk-id-title-standortkarte {
		margin-left: 1.5rem;
		min-height: 5%;
		min-width: 60%;
		padding: 25px;
		font-size: 2.5rem;
		text-align: center;
		background-color: rgba(31,130,192,0.85);
		bottom: 2.5rem;
	}
	
	#mobile-copyright-container {
		height: 2.5rem;
     	padding: .5rem 1.5rem; 
	    line-height: 1.5rem;
	    bottom: 0;
	    width: 100%;
	    border-radius: 4px 0 0 4px;
	    background: rgba(255,255,255,.8);
	    position: absolute;
	}

	#fsk-id-map {
		padding-right: 0 !important;
	}
	
	#fsk-id-result-table-container {
		padding-left: 0;
		padding-right: 0;
	}

	#copyright-container {
		display: none;
	}

	.ol-attribution.ol-uncollapsible {
		display: none;
	}
	
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	#fsk-id-mobile-menu {
		height: 40px;
	}

	.row1 {
		padding: 0 !important;
		height: 40px;
	}

	.fhg-header .section-search, .fhg-header .section-title { 
		height: 40px !important;
	}

	.fhg-header .section-search form {
		padding-top: 0 !important;
		padding-left: 6rem;
	}

	.fhg-header .section-search form button {
		top: 0 !important;
		height: 40px;
	}

	.fhg-header .logo[src$=".svg"] {
		height: 30px !important;
	}
	
	#fsk-id-result-table-container td {
    		padding-left: 15px;
	}
	
	#fsk-id-results-table a {
     	text-decoration: underline;
     }
     
     .fhg-mainmenu .submenu a {
     	padding: 0 2.5rem;
     }
     
     .fhg-mainmenu li.tapped>.submenu>ul {
     	margin-left: 2.5rem;
     }
	
}

@media (max-width : 1085px) and (min-width : 769px){
	.btn-group {
		display: block;
	}
	
	.btn-fsk {
		background-color: transparent;
		border: none;
	}
	
	#fsk-id-results-table-sort-elements-row label {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#fsk-id-group-sort-buttons-row label {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* @overwrite fraunhofer.css */
@media (max-width : 768px) {
	
	#menu {
		bottom: 0px;
	}
	
	.fhg-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.fhg-header {
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}
	
	.fhg-mainmenu .more>ul {
		border-top: 0;
		left: 0;
	}
	
	.fhg-mainmenu .more .submenu {
	    border-top: 0;
	    margin: 0 -2.5rem;
	    position: static;
	    /*padding: 0;*/
	}
	
	.fhg-mainmenu .more .submenu>ul:before {
		display:none;
	}
}

[type="checkbox"],[type="radio"] {
    background: none;
    border: none;
    float: left;
    height: auto;
    margin: 0;
    margin-right: 0.5em;
}

/***** custom radio buttons*****/
/* Customize the label (the container) */
.custom-radio {
	width: 25%;
  	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.custom-radio-checkmark {
	position: absolute;
	top: 20%;
	left: .7rem;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .custom-radio-checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .custom-radio-checkmark {
	background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .custom-radio-checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .custom-radio-checkmark:after {
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
/*****************************/

input {
	height: 2.5rem;
}

.row2 {
	/* height: 71px; */
}

.row2-1 {
    max-height: -webkit-fill-available;
}

.submenu {
	left: 0;
	right: 0;
}

.fhg-mainmenu .submenu li.tapped>span:after {
	box-sizing: content-box;
}

.fhg-mainmenu .submenu li>span:after, .fhg-mainmenu .submenu li.not-tapped>span:after
	{
	box-sizing: content-box;
}

[type="text"]:focus {
	outline-color: rgba(0, 147, 116, 1); 
	outline-color: var(--fsk-color-corporate-green);
}

#fsk-id-institute-einrichtungen-filter-list,
#fsk-id-organisational-units-filter-list,
#fsk-id-area-filter-list {
	border: none;
}

.py-4 table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.py-4 table td{
	border-bottom: 1px solid rgba(199, 202, 204, 1);
	border-bottom: 1px solid var(--fsk-color-neutral-grey);
}

.py-4 table tbody:last-child td {
	border-bottom: none;
}

.py-4 table .fa {
	color: rgba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
}

.py-4 #fsk-id-group-members-results-table .fa {
	color: rgba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
}

#fsk-id-group-sort-buttons-row .fa {
	color: rgba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
}

#desearchQuery {
	font-size: 16px;
	padding: 0 .5rem;
}

#search-form div {
	margin-right: 5.5rem;
}

#fsk-id-share-buttons-institute button {
	margin-bottom: 7px;
	width: 40px;
	font-size: 2.3rem;
}

#fsk-id-share-buttons-institute button:focus {
	outline: none;
}

#fsk-id-share-href-facebook {
	background-color: #3b5998;
}

#fsk-id-share-group-href-facebook {
	background-color: #3b5998;
}

#fsk-id-share-href-googleplus {
	background-color: #d34836;
}

#fsk-id-share-group-href-googleplus {
	background-color: #d34836;
}

#fsk-id-share-href-twitter {
	background-color: #00aced;
}

#fsk-id-share-group-href-twitter {
	background-color: #00aced;
}

#fsk-id-share-href-xing {
	background-color: #026466;
}

#fsk-id-share-group-href-xing {
	background-color: #026466;
}

.fsk-share-button {
	font-size: 1.5rem !important;
	border-radius: 0;
/* 	line-height: 1.66; */
	margin-bottom: 7px;
	min-width: 40px;
}

#fsk-social-button-copy-url {
	width: 10vw !important;
	min-width: 130px;
	max-width: 150px;
/* 	font-size: 1.1rem !important; */
	border-radius: 0;
	background-color: rgba(31, 130, 192, 1);
	background-color: var(--fsk-color-dark-blue);
	color: white;
	text-decoration: none;
}

#fsk-social-group-button-copy-url {
	width: 10vw !important;
	min-width: 130px;
	max-width: 150px;
/* 	font-size: 1.1rem !important; */
	border-radius: 0;
	background-color: rgba(31, 130, 192, 1);
	background-color: var(--fsk-color-dark-blue);
	color: white;
	text-decoration: none;
}

#fsk-id-group-sort-switch-button a{
	color: white !important;
}

#fsk-id-group-sort-buttons-row form {
	background-color: rgba(0, 147, 116, 1);
	background-color: var(--fsk-color-corporate-green);
}

#search-form button:focus {
	outline: none;
}

.fhg-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.fhg-header .logo[src$=".svg"] {
	height: 4.8rem;
}

.fhg-header .section-search form button {
	top: .8rem;
}

.section-title {
	padding: 15px 25px;
}

tabel {
	font-size: 13px;
}

.ol-attribution.ol-uncollapsible {
	height: 2em;
    padding: .5em .5em 0;
    line-height: 1rem;
    bottom: 0;
    border-radius: 4px 0 0 4px;
}

#map-legend span {
	font-size: 1rem;
}

#map-legend i {
	font-size: 10px;
	margin-right: -2px;
}

#nav .fhg-mainmenu {
	padding: 0;
}

.row1 {
	/* height: 43px; */
}

.fhg-mainmenu .submenu li li a, .fhg-mainmenu .submenu li li span {
	color: white;
}

#fsk-id-results-table-standort-list .fa {
    display: inline-block;
}

#copyright-container{
	height: 2.5rem;
	right: 0;
    padding: .5em .5em;
    line-height: 1rem;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    background: rgba(255,255,255,.8);
    position: absolute;
}

#copyright-container a[target="_blank"]:after, #copyright-container a.external:after{
	content: none;
}

.ol-attribution ul {
	font-size: 0;
}

.ol-mouse-position {
	font-size: 10px;
}

#fsk-id-result-table-container {
	padding-left: 0;
}

#fsk-id-map {
	padding-right: 15px;
}

.fhg-header .section-search form {
	padding-top: 1.2rem;
	/* padding-left: 6rem; */
}

.fhg-mainmenu li.tapped>.submenu {
	border-top-width: 0;
	padding: 0;
}

.fhg-mainmenu li>.submenu, .fhg-mainmenu li.not-tapped>.submenu {
	padding: 0;
}

#fsk-id-area-filter-list-container ul:first-child {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/*
#fsk-id-results-table-institution-information label table tr:first-child {
	font-weight: bold;
}

#fsk-id-results-table-filtered-institution-list table tr:first-child {
	font-weight: bold;
}
*/

#ol-copyright-text {
	color: white;
	font-size: 10px;
}

.fhg-mainmenu .submenu li {
	margin-bottom: 0;
}

.fhg-mainmenu a, .fhg-mainmenu span, .fhg-mainmenu li:after {
	font-size: 1.2rem;
}

.fhg-header .section-menu-plus li {
	font-size: 10px;
	line-height: 15px;
}

.fhg-header .section-search form button:after {
	font-size: 2.5rem;
}

.fhg-header .section-menu-plus a, .fhg-header .section-menu-plus span {
	display: inline-block;
	padding: 1rem 2.5rem;
}

.fhg-header .section-mainlink, .fhg-header .section-menu-plus, .fhg-header .section-menu {
	min-height: 36px;
}

.fhg-mainmenu>li>a, .fhg-mainmenu>li>span {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 4rem;
}

.fhg-mainmenu>li>a, .fhg-mainmenu>li>span, .fhg-mainmenu>li {
	 height: 4rem; 
}

.fhg-header .section-search, .fhg-header .section-title {
	height: 5rem;
}

.fhg-header {
	min-height: 11.6rem;
	padding-left: 8rem;
	line-height: 15px;
	font-size: 14px;
}

.fhg-header .text-site-identifier, .fhg-header .text-site-identifier a {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.row2 .fhg-grid-item.section-about {
	padding-left: 25px;	
	padding-top: 3.7rem;
}

.row2-1 .lang:after {
	font-family: "icon-font";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f101';
    height: 1rem;
    padding: 1rem;
    vertical-align: baseline;
    width: 1rem;
    margin: -0.8rem 0 -0.8rem -3rem;
}

@-moz-document url-prefix() {
   .row2-1 .lang:after {
        margin: 0;
    }
}

.row2-1 .lang:hover:after{
	content: '\f106';
}

.lang {
	margin-right: 1rem;
}

.fhg-mainmenu li>.submenu>ul>li, .fhg-mainmenu li.not-tapped>.submenu>ul>li {
	transition: none;
	margin-bottom: 0;
}

.filtered-institution-sub-table i.fa.icon {
    display: none;
}

@media (max-width: 768px){
	.search-on.fhg-header .section-search form div input {
		margin: 7.5px 0;
		height: 25px;
	 }
	 
	 #search-form div {
		margin-right: 4rem;
		}

	.fhg-header {
		min-height: 40px;
	}
}

@media (min-width: 769px){
	.fhg-social .fhg-grid-item:last-child {
    		/*border-left: 1px solid #c7cacc;*/
    		border: 0;
    		margin-left: -1px;
	}
	
	.fhg-header .section-title {
		padding-top: 3rem;
		padding-left: 25px;
	}
}

/* @override openlayers css */
.ol-mouse-position {
	/*font-family: Consolas;*/
	
}

.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	/*top: -50px;*/
	left: -200px;
	min-width: 400px;
	text-align: left;
	font-size: 13px;
}

#fsk-id-map-popup {
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
}

#fsk-id-map-mobile-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    background-color: grey;
}

#fsk-id-map-mobile-popup-content {
    top: 10px;
    bottom: 10px;
    position: fixed;
    left: 10px;
    right: 10px;
    padding: 8px;
    background-color: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#fsk-id-map-popup-load {
	z-index: 5000;
}



#fsk-id-map-popup-standorte-list {
	list-style-type: none;
}

#fsk-id-map-popup-einrichtung-list {
	list-style-type: none;
}

#fsk-id-map-mobile-popup-einrichtung-list {
	list-style-type: none;
    padding: 15px 5px 0 5px;
}

#fsk-id-map-mobile-popup-einrichtung-list li {
	margin: 5px 0;
}

/*.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}*/

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
}

.ol-popup-closer:after {
	font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
  	content: "[X]";
    float: right;
    font-size: x-large;
    font-weight: 700;
    line-height: 1;
    color: grey;
    text-shadow: 0 1px #fff;
    padding: .375rem .75rem;
}

#fsk-id-map-mobile-popup-closer {
	font-size: xx-large;
	top: 18px;
	right: 18px;
	z-index:3001;
}

.fsk-popup-standort-icon {
	color: rgba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
	margin-right: 2px;
	/*font-size: larger;*/
}

#fsk-id-list-btn {
	font-size: 20px;
}

.col-4 {
	max-width: 100%;
}

.ol-control button {
	background-color: rgba(31, 130, 192, 1);
	background-color: var(--fsk-color-dark-blue);
}

/* @override jQuery-mobile css */
/*.ui-overlay-a,.ui-page-theme-a,.ui-page-theme-a .ui-panel-wrapper {
  background-color: white !important;
}*/

#fsk-id-area-filter-list-container {
	overflow-y: auto;
	padding: 0;
}

#fsk-id-institute-einrichtungen-filter-list-container table,
#fsk-id-organisational-units-filter-list-container table {
	border-spacing: 0 !important;
	border: none !important;
	/*
	margin-right: auto;
	margin-left: auto;
	*/
	width: 100%;
}

#fsk-id-institute-einrichtungen-filter-list-container table td,
#fsk-id-organisational-units-filter-list-container table td {
	width: 50%;
}

h3 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}

#fsk-id-foot h3 {
	font-size: medium;
}

fsk-id-foot fa{
	color: gba(0, 147, 116, 1);
	color: var(--fsk-color-corporate-green);
}

/* admin-oberfläche */

#fsk-id-main-section {
	padding-top: 25px;
}

#example_length {
	padding-left: 15px;
}

#example_filter {
	padding-right: 15px;
}

.fsk-modal {
	display:none;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.fsk-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
}

.fsk-modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.fsk-modal-close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

ul#fsk-id-map-popup-standorte-list a:first-child {
    font-weight: bold;
}

ul#fsk-id-map-popup-standorte-list a:first-child:hover {
    font-weight: bold;
    text-decoration: underline;
}

#fsk-id-map-popup-standorte-list a{
	color: black;
	text-decoration: none;
}

@media (max-width: 1279px){
	.fhg-mainmenu .submenu .btn.close {
		line-height: 3rem;
	}	
}

#fsk-id-map-popup-standorte-list a:hover{
	text-decoration: underline;
}

#fsk-id-map-popup a {
    color: black;
    text-decoration: none;
}

#fsk-id-map-popup a:first-child {
	font-weight: bold;
}

#fsk-id-map-popup a:hover {
	text-decoration: underline;
}

#fsk-id-results-table table{
	background-color: white;
	border-left: 0;
	border-right: 0;
}

.fsk-block-top td{
	padding-bottom: 0;
}

.fsk-block td{
	padding-top: 0;
	padding-bottom: 0;
}

.fsk-block-bottom td{
	padding-top: 0;
}

#fsk-id-info-institution-belongs-to li::before {
    font-family: FontAwesome;
    font-size: 5px;
    content: '\f068';
    margin-left: -7px;
    vertical-align: middle;
}

@media print {
#fsk-id-print {
  display: block !important;
  width: 100%;
  width: 100vw !important;
  
}

.text-copyright {
	text-align: left;
}

#fsk-id-print table {
	background-color: transparent;
	border: none;
}

#fsk-id-print td {
  vertical-align: top;
}

#fsk-id-print tr,#fsk-id-print a{
	font-size: 16px !important;
	text-decoration: none;
	color: black;
}

#fsk-id-print tr,#fsk-id-print a::after{
	content: none;
}

#fsk-institute-img {
	width: 50%;
	height: auto;
}

#fsk-id-img-container {
	text-align: center;
}

#fsk-id-head {
	padding-left:0;
}

.fhg-header .section-title {
	padding-left:2rem;
}
}