@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}      

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;  /* CONFIG VAR */
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-weight: 200;
    background-color: #ffffff;  /* CONFIG VAR */
    color: #333333; /* CONFIG VAR */
}

body.cke_editable {
    background-color : #FFFFFF;
}

/*
::-moz-selection { background : #cccccc; text-shadow : none; color : #ffffff; }
::selection { background : #cccccc; text-shadow : none; color : #ffffff; }           */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.c7n-col-vert-padding{
    padding-top: 8px;
    padding-bottom: 8px;
}

.c7n-vert-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.row {
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
}

.container,
.container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}

header {
    height: auto;
    background-color: #ffffff;  /* CONFIG VAR */
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 999;
    border-bottom: 1px solid rgba(213,184,184, 0.1);
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}

.c7n-logo img {         
    width: auto; 
    height: auto;
   /* min-height: 50px;*/
}

#c7n-intro {
    position: relative;
    z-index: 800;
}  

#c7n-slider {
    height: 300px;
    overflow: hidden;
    width: 100%;
    z-index: 801;
}


#c7n-eyecatcher:after,
#c7n-intro:after {     
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgb(116,190,57,0.3);  /* CONFIG VAR */    
    z-index: 900;
    content: "";
}


#c7n-slider .c7n-slide {
    width: 100%;
    height: auto;
    z-index: 802;
}

#c7n-slider .c7n-slide img{
    object-fit: cover;
    font-family: 'object-fit: cover';
    width: 100%;
    height: 300px;
    opacity: 1; /* CONFIG VAR */
}

.c7n-pager {
    position: absolute;
    z-index: 909;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 4em;
    color: #ffffff;  /* CONFIG VAR */
    cursor: pointer;
}


 .c7n-pager span:hover,
 .c7n-pager .cycle-pager-active {
    color: rgb(116,190,57);  /* CONFIG VAR */
}

#c7n-title {
    position: absolute;
    z-index: 901;
}

#c7n-title h1 {
    font-size: 3em;
    color: #ffffff;  /* CONFIG VAR */
    font-weight: 100;
    margin-top: 0;
}

#c7n-eyecatcher {
    height: 200px;    
    overflow: hidden;
    width: 100%;
    z-index: 801;
    position: relative;
}

#c7n-eyecatcher img{
    object-fit: cover;
    font-family: 'object-fit: cover';
    width: 100%;         
    height: 200px;
    opacity: 1; /* CONFIG VAR */
}

#c7n-content,
.c7n-headline,
.c7n-news-article,
footer {
    padding-bottom: 60px;
    overflow: hidden;
}

.c7n-headline datetime,
.c7n-news-article datetime {
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #333333; 
    font-size: 1.3em;
}

.c7n-headline h2,
.c7n-headline p.c7n-lead {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

.c7n-headline figure {
    overflow: hidden;
}

.c7n-headline figure img{
    width: 180px;
    height: 180px;
    object-fit:cover;
    font-family: 'object-fit: cover';
}

h1 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.4em;
   /* margin-top: 0px;    */
    margin-bottom: 32px;               
}

h2 {
    /*font-weight: 100;
    text-transform: uppercase;
    font-size: 1.9em;
    line-height: 1.4em;
    margin-top: 32px;
    margin-bottom: 24px; */
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 0em;              
}

h2.c7n-large {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.9em;
    line-height: 1.4em;
    margin-top: 32px;
    margin-bottom: 24px; 
    margin-top: 1.5em;             
}

h2 a {
    color: #333333; /* CONFIG VAR */
    text-decoration: none;
    border-bottom: 0;
}

/*h3 {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 0;
}  */

h3 {                  
    font-weight: 500;  
    margin-top: 1em;
    font-size: 1em;
}

h3:after
{
    content:' ';
    display:block;
    border-bottom:2px solid rgb(51,51,51);
    width: 30px;
    margin: 5px 0;
}

p,
ul,
table {
    margin-bottom: 1em;
}

table {
    width: 100%;
}

p.c7n-lead {
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4em;
}

p.c7n-quote {         
    font-size: 1.9em;
    line-height: 1.3em;
    margin-top: 2em;
    font-weight: 100;
    text-align: center;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border-color: rgb(211,211,212);
}

a {
    color: rgb(116,190,57); /* CONFIG VAR */
    text-decoration: none;
}

b, strong {
    font-weight: 400;
}

#c7n-content ul {
    padding: 0;
    margin: 0 0 0 19px;
}

#c7n-content ul li{
     list-style-type: square;
}

a:hover,
a:active,
a:focus {
    color: rgba(116,190,57, 0.8); /* CONFIG VAR */
    text-decoration: none;
    border-bottom: 1px solid rgba(116,190,57, 0.8); /* CONFIG VAR */
}

.c7n-gallery-category figure img {
    max-width: 100%;
    height: 370px;
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
    width: 100%;
}
.c7n-gallery-image img{
    max-width: 100%;
    height: auto;
}

.c7n-gallery-image-desc {
    padding-bottom: 8px;
}

.c7n-back-to-overview img {
    height: 18px;
    vertical-align: top;
} 
.c7n-scroll-to-top {
    color: #333333; /* CONFIG VAR */  
    font-size: 1.6em;
}

form label.active {
    color: rgb(116,190,57);        
}

input, textarea, select {
    border-color:rgb(211,211,212);   
}

input:focus, textarea:focus, select:focus, input.active, textarea.active, select.active {
    border-bottom: 2px solid rgb(116,190,57);             
}

input[type="submit"] {                    
    border: 0 none;
    background-color: rgb(116,190,57);
}

#c7n-map {
    height: 600px;
    width: 100%;
    z-index: 1;
    margin-bottom: 60px;
    overflow: hidden;
}

footer a {
    color: #333333; /* CONFIG VAR */   
}

footer a:hover {                          
    border-bottom: 0;
}

footer .fa {
    padding: 5px;
}

@media (min-width: 768px) {
    body {        
        font-size: 15px;
    }
    
    #c7n-title h1 {
        font-size: 4em;      
    }
    
    #c7n-slider,
    #c7n-slider .c7n-slide img {
        height: 400px; 
    }
    
    #c7n-eyecatcher {
        height: 200px;   
        height: auto;      
    }
    
    
    .c7n-headline figure img{
        width: 250px;
        height: 250px;
    }

    
    h1 {                               
        font-size: 3em;    
    }
    
    .c7n-gallery-image-desc {
        position: absolute;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 8px;
    }
}

@media (min-width: 992px) {
    body {        
        font-size: 16px;
    }
    
    #c7n-title h1 {
        font-size: 5em;      
    }
    
    #c7n-slider,
    #c7n-slider .c7n-slide img {
        height: 500px; 
    }
    
    #c7n-eyecatcher {        
        height: auto;     
    }     

    #c7n-eyecatcher img{              
        height: auto;              
    }

    
    h1 {                               
        font-size: 3.5em;    
    }     
}

@media (min-width: 1200px) {
    
    #c7n-slider,
    #c7n-slider .c7n-slide img {
        height: 600px; 
    }
    
    #c7n-eyecatcher {
        height: 300px;   
        height: auto;       
    }

}