@import url('fonts.css');
body {
	background: #fff;
	margin: 0;
	height: 100%;
	color: #384452;
    font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
section.py-3 {margin-bottom: 0;}
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 { font-size: 28px; font-weight: 700;letter-spacing: 0.5px;}
h2 { margin-bottom: 20px; font-size: 26px;font-weight: 700;letter-spacing: 0.5px;}
h4 { font-weight: 600; margin-top: 30px; }
p {
    padding: 0;
    margin: 0 0 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    line-height: 1.6;
    margin-top: 10px;
}
section {
  margin-bottom: 40px;
}
a {
    color: #e56e29;
    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;
}
body {
    background-position-x: 50%;
    background-position-y: 50%;
    background-image: url(images/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
main {   
    background-color: rgba(191,201,211,.95);
}
.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: #e56e29;
}
#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;
}
.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;
}
i.blog-info {
    font-size: 180px;
    margin-left: 36%;
    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;
}
.section-icon {
  font-size: 1.9rem;
  margin-right: 10px;
  vertical-align: middle;
  color: #e56e29; /* Bootstrap Primary */
}

.principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.principle-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  transition: 0.2s;
  border-top: 4px solid #e56e29;
}

.principle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.principle-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.support-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  border-left: 5px solid #0d6efd;
}

.cooperation-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-top: 40px;
}

.support-list {
  list-style: none;
  padding-left: 0;
}

.support-list li {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.support-list i {
  color: #e56e29;
  margin-right: 10px;
}
.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.cta-card {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  text-align: center;
  transition: 0.2s;
}

.cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.principle-card i {
  color: #e56e29;
}
