@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/SourceSansPro-Regular.woff') format('woff'), url('./fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('./fonts/SourceSansPro-Semibold.woff') format('woff'), url('./fonts/SourceSansPro-Semibold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/SourceSansPro-Light.woff') format('woff'), url('./fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 100;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 1.25;

	background: #fff;
    background: #f7f7f9;
	color: #000;
}
.vcard > .row { min-height: 100vh; }

.vcard .type, .vcard .hidden-structure {
	display: none
}

img {
    max-width: 100%;
    height: auto;
}

.vcard .title {
	font-size: 20px;
	line-height: 22px;
}

.vcard .role, .vcard .role .unit.line-0 {
	font-size: 20px;
	line-height: 22px;
}
.vcard .role .line-0{
	font-size: 26px;
	line-height: 28px;
}

.vcard .display-label {
	display: inline-block;
	min-width: 55px;
}
.vcard .info-block {
	margin-bottom: 12px;
}

.vcard .org, .vcard .extended-address {
	font-size: 18px;
	line-height: 19.5px;
	font-weight: bold;
	margin-bottom: 4px;
}

.vcard .promo .inspire {
	width: 300px;
}

#disclaimer-collapse {
	color: #fff;
	font-size: 80%;
}
.accordion {
	margin-bottom: 0;
	padding-bottom: 0;
}
.accordion-inner {
	padding-bottom: 20px;
}

#disclaimer-accordion span.accordion-toggle {
    cursor: default;
}

@media (max-width: 980px) {
  body {
    padding: 0 0 0 0;
  }

	.navbar-fixed-top .navbar-inner {
		padding: 0;
	}
}

@media(max-width:767px){
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-left: 0;
		margin-right: 0;
	}
}

/* ===== */

.vcard a {
    color: inherit;
    text-decoration: none;
}

.vcard a:hover {
	color: #D82B6A;
}

.vcard a:hover {
	text-decoration: underlin;
}

.navbar-fixed-top, .navbar-fixed-top .navbar-inner {
	height: 67px;
	background: #f7f7f9;
    color: #404248;
    border-color: #f7f7f9;
}
.navbar-fixed-top .nav>li {
	line-height: 67px;
}
.navbar-fixed-top .nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
	color: #404248;
}
.navbar-fixed-top .nav>li.active>a, .navbar-fixed-top .nav>li.active>a:hover {
	background: #303030;
}
.navbar-fixed-top .nav>li.active>a:hover, .navbar-fixed-top .nav>li>a:hover {
	text-decoration: underline;
	color: black;
}

.vcard .esirion-btn {
	display: inline-block;
	background: #D82B6A;
	color: #fff;

	padding: 10px 15px;

	border-radius: 2px;
}
.vcard .esirion-btn:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 575px) {
    .vcard .esirion-btn {
        text-align: center;
        display: block;
    }
}

.vcard .title .line-0 {
	color: #D82B6A;
	text-transform: uppercase;
	font-weight: 400;
}
.vcard h1.fn {
	font-weight: 400;
}

.page-header {
	border-bottom-color: #D82B6A;
}

.navbar-fixed-bottom {

}
.navbar-fixed-bottom .navbar-inner {
	background-image: none;
    background: #f7f7f9;
    color: #404248;
    border-color: #f7f7f9;
}

a {
	color: #D82B6A;
}
a:hover, a:focus {
	color: #D82B6A;
	text-decoration: underline;
}

.alert-success {
	background: #cbcbcb;
	color: #666;
	border-color: #888;
	text-shadow: none;
	border-radius: 3px;
}
.alert-success h4 {
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.nav h1 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 14px 0;
}

.nav h1 a, .nav h1 a:hover {
	text-decoration: none;
	color: inherit;
}

.nav h1 #logo-content {
    color: rgb(255, 102, 51);
    font-family: icomoon;
    font-size: 21px;
}

.nav h1 #logo-content span {
    display: none;
}

.nav h1 #logo-content em {
    color: rgb(84, 84, 84);
    font-style: normal;
    letter-spacing: -0.2em;
}

.nav h1 .claim {
    color: rgb(153, 153, 153);
    display: inline-block;
    font-size: 18px;
    padding-bottom: 1px;
    vertical-align: bottom;
}

.adr {
    color: #D82B6A;
}
