@import url('fonts.css');
body {
	background: #fff;
	margin: 0;
	height: 100%;
	color: #384452;
    font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
h3, .h3 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}

h1, h2 { font-weight: 300; }
h4 { margin-top: 30px; }
p {
    padding: 0;
    margin: 0 0 12px;
    color: #384452;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin-top: 10px;
}
a {
    color: #b2c85f;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}
a:hover, a:focus {
	text-decoration: none;
	color: #5b6d68;
}
ol, ul { padding-left: 20px; }
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #2d4f6d;
    border-color: #2d4f6d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
	background-color: #2d4f6d;	
	border-color: #2d4f6d;
}
.btn-primary, .btn-primary:hover
{
	color: #fff;
	background-color: #2d4f6d;	
	border-color: #2d4f6d;
}
.btn-primary:hover:hover { color: #E0E4E6; }
.pagination > li > a, .pagination > li > span { 
    color: #2d4f6d;
}
.form-group {
    margin-bottom: 15px;
}
.centered {
    text-align: center;
}
.hline {
    border-bottom: 1px solid #384452;
    margin: 10px 0 0;
}

.main, article.blogpost, .divided {    
    min-height: calc(100vh - 414px);
}
.mtb {
    padding: 10px 30px 30px 30px;
}
article.mtb, .divided {
    background-color: #fff;    
}
article.mtb {
    min-height: inherit;
}
article {
    hyphens: auto;
    text-align: justify;
}
.bd-navbar {
    padding: .75rem 0;
    background-color: #f8f8f8;
}
.navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 10px;
    font-size: 18px;
}
.navbar-brand img {
    height: 58px;
    width: auto;
    margin-top: -12px;
}
.navbar-nav > li > a {
    color: #384452;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-nav .nav-link.active {
    color: #b2c85f;
}
#headerpic {
    position: relative;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: relative;
    background-position: center center;
    padding: 50px 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}
#headerpic h3 {
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    color: white;
    display: inline;
    font-weight: 300;
    letter-spacing: 0.1em;
}
#headerpic p {
    color: white;
    margin-top: 2px;
    font-size: 16px;
    z-index: 3;
    position: relative;
}
#headerpic .layer {
    background-color: #384452;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 2;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #384452;
}
footer ul {
    margin: 4px 0 0 0;
    padding-left: 12px;
}
footer li {
    color: #bfc9d3;
    display: inline;
}   
footer li::before {
    content: '|';
    margin-left: 10px;
}
footer a {
    color: #bfc9d3;
    margin-left: 8px;
}
footer p {
    color: #bfc9d3;
    float: left;
    margin-top: 4px;
}
.blogger .card {
    line-height: 1.3;
    margin: 6px;
    border-radius: 2%;
    overflow: hidden;
}
.blogger .header-img {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}
.blogger h3.card-title {
    text-align: left;
}
.hover .header-img {
    transform: scale(1.1);
}
.blogger .header {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.list-inline {
    padding: 0;
    margin: 4px 2px 10px 2px;
    list-style: none;
}
.post-meta li, .post-meta li a {
    color: #999;
    font-size: 13px;
}
.blogger .card-body, .blogger .card-footer {
    padding: 0 10px;
}
.blogger .card-footer {
    border: 0;
    background-color: transparent;
}
.blog-nav .info {
    margin-top: 16px;
}
.intro-img {
    max-width: 360px;
}
#blogCarousel .header {
    height: 150px;
}
#blogCarousel .card-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
    max-height: 2.3rem !important; 
    position: relative;
    overflow: hidden;
}

.image-style-align-right {
    float: right;
    margin-left: 22px;
}
.image-style-align-left {
    float: left;
    margin-right: 22px;
}
.image-style-align-left, .image-style-align-right {
    clear: none;
}
.image img {
    margin: 4px auto;
}
img {
    height: auto;
    max-width: 100%;
}
figcaption {
    text-align: center;
	margin-bottom: 4px;
    font-size: 16px;
}
#blogCarousel {
    background-color: #f8f8ff;
    padding: 20px;
}
#blogCarousel .card {
    margin: 0;
}
#blogCarousel .carousel-indicators [data-bs-target]  {
    background-color: #384452;
}
#blogCarousel .carousel-indicators {
    bottom: -18px;
}
.teaser {
    margin-top: 30px;
}
.teaser .card {
    background-color: #f8f8ff;
    border: 0;
    margin: 0 4px;
    padding: 8px;
}
.teaser .card-footer {
    background-color: #f8f8ff;
    text-align: center;
    border: 0;
    margin: 0 0 10px 0;
}
.teaser .icon {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
/* Iconsize */
.service .size2 .bi {
	font-size: 32px;
}
.service .size3 .bi {
	font-size: 42px;
}

.breadcrumb-wrapper {
	padding: 8px 15px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}
.breadcrumb-wrapper a { color: #384452; }
.breadcrumb-wrapper .active, a.breadcrumb-wrapper a:hover { font-weight: bold; }

.gallery {
    margin-top: 60px;
}
.gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
}  
.gallery > ul > li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;    
 }  
 .gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    
 }  
 .gallery > ul > li a > img {
    width: 200px; 
    height: 200px;
    object-fit: cover;
}  

.gallery > ul > li a:hover .gallery-poster > img {
    opacity: 1;
 }  
.gallery > ul > li a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.gallery > ul > li a .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}  
.gallery > ul > li a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}  

.blog-nav {
    color: #384452;
}
.page-link {    
    color: #384452;
}
.pagination a {
    border-color: #384452;
    background-color: #bfc9d3;
}
.pagination a:hover {
    color: #bfc9d3;
    background-color: #384452;    
}
.page-item.active .page-link {
    color: #bfc9d3;
    background-color: #384452;
}
.association .card {
    border: 0;
    margin-top: 10px;
}
.association .hline {
    margin: 50px 0;
}
.team .card-footer {
    padding: 4px 10px;
}
.team h5 {
    font-size: 18px;
    margin: 0;
}
.modal-dialog figcaption {
    text-align: left !important;
}

.yform .btn-primary { float: right;}
label.required:after {
    content: '*';
    color: red;
    margin-left: 5px;
}
.formcheckbox input {
    margin-right: 9px;
}
.blogger .header {
    text-align: center;
}
i.blog-info {
    font-size: 240px;    
    color: #384452;
}
i.blog-gallery-info {
    font-size: 100px;
    margin-left: 36%;
    color: #384452;
}
.intro-img {
    cursor: zoom-in;
}
.blogpost {    
    margin: auto;
    background-color: #fff;
    padding: 16px 20px 100px 20px;
}
.blogroll2 {
    padding: 10px 30px 30px 30px;
}
.sidebar .bg-sideHeader {
    color: #fff;
    background-color: #2d4f6d;
    display: block;
    padding: 0.2em 1em;
    border-radius: 0.25rem;
}
.sidebar li a {
    color: #384452;
}
.sidebar li a:hover {
	color: #b2c85f;
}
.sidebar ol, .sidebar ul {
    padding-top: 0;
    list-style: none;
}

ol, ul {
    padding-left: 20px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}
#footerwrap h4 {
    color: white;
}
#footerwrap p {
    color: #bfc9d3;
}
.hline-w {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 25px;
}
#footerwrap li {
    list-style-type: disc;
    color: #bfc9d3;
}
#footerwrap a {
    color: #bfc9d3;
}
#footerwrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerwrap li.active a {
	color: #b2c85f;
}
.dropdown-toggle::after { display: none; }
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item.active, .dropdown-item:active {
    color: #b2c85f;
    text-decoration: none;
    background-color: transparent;
}