/* 
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Cantabile
  
	Colors:
	green: #096735
	light green #e1f9ec
*/

html, body{
	font-family: "Host Grotesk", sans-serif, calibri,verdana,arial;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	font-size: 18px;
	color: #000;
}
 
html {
	position: relative;
	min-height: 100%;
}
body{
	background-color: transparent;
}
@media(min-width:992px){
	body{
		/* Margin bottom by footer height */
		margin-bottom: 300px;
	}
}
.bg {
	background-repeat: repeat;
	background-attachment: fixed;	
}
h1 {
	color: #096735;
	font-size: 40px;
}
h2 {
	color: #096735;
	font-size: 35px;
}
a {
	color: #000000;
}
.contents{
    /*make sure the footer is still on bottom
    min-height: 300px;*/
    padding: 40px 0px;
	/* text-align: center; */
}
.contents h2{ 
	font-size: 25px;
}
.left {
	float: left;
	margin-top: 0px !important;
}
.right {
	float: right;
}

/* Header styles*/
#header {
	max-width: 100% !important;
}
.header {
	background-color: #096735;
	min-height: 150px;
}
#headerwrapper {
    margin: 0 auto; /* slideshow */ 
}
img.header-logo {
    position: absolute;
    z-index: 10;
	top: -2px;
}
.header-logo-mob {
	display: none;
}
@media(max-width:767px){
	#headerwrapper {
		margin-top: -25px;
	}
}
.divider-noheader {
    height: 150px;
	background-color: transparent;
}
/* Fotoalbums */
.img-thumbnail {
    padding:0px;
    border:0px solid #ddd;
    border-radius:0px;
}
.photodescription {
	padding-left: 10px !important;	
}
@media(max-width:991px){
	.photodescription {
		margin-top: 30px !important;
		width: auto;
		padding-left: 0px !important;	
	}	
}
/* Footer Styles*/
.footer{
	color: #ffffff;
	background: #096735;
	padding-top: 20px;
}
.footer a, .footer a:hover, .footer a:visited {
	color: #ffffff;
}
.footer li {
    margin-left: -15px;
}
.copyright {
    text-align: center;
    padding-top: 0.5em;
    height: 45px;
    color: #fff;
}
@media (min-width: 992px) {
	.footer{
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 300px;
	}
	.center {
		padding-left: 60px;;
	}
}
/*
* Default Style Overrides
*/
.header>.container>.navbar-transparent{
    background:none!important;
    border:none!important;
}
.navbar-nav>li>a{
    font-size: 0.9em!important;
    color: #fff;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
    color: #e1f9ec;
    background: none; 
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
@media (min-width: 1200px) {
	.nav>li>a {
		 padding: 10px;
	}
}
@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 30px !important;
    }
}
@media(min-width:992px) and (max-width: 1199px){
	.navbar-nav>li>a {
		font-size: 0.75em !important;
		padding: 6px;
	}
}

.navbar { 
    position: relative;
    z-index: 8;
}
.navbar {
	margin-bottom: 35px;
}
.navbar-nav {
	margin: 10px 0 20px;
}
.navbar-nav>li {
	margin-top: 8px;
}
.navbar-nav>li>a {
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}
.navbar-nav>li.active>a {
	color: #e1f9ec;
	font-size: 20px;
	text-decoration: none;
}
.navbar-nav>li.childactive>a {
	color: #4a5e03; font-size: 20px; text-decoration: none; font-weight: bold; }

/* Open default child menus */ 
.header .dropdown-menu {
    background-color: #096735;
}
.navbar-nav li p {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 150%;
  background-color: #999; 
  width: 20px;
  text-align: center;
  margin: 0px;
}
.sub_menu li a {
	color: #000;
}
.dropdown>.dropdown-menu {
	left: 0;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -5px;
}
.dropdown-menu>li>a {
	color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: inherit;
    color: #eee;
}
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%; top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: inherit;
}
.navbar-nav>li.childactive>a {
    color: #fff;
    font-weight: inherit;
}
@media (min-width: 992px) {
	.Text {
		font-size: 30px;
		left: 65%;
	}
	.Button {
		left: 65%;
	}
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}

/* Related info containers */ 
.relatedinfo1  {
    background-color: #e1f9ec;
    padding: 0px;
}
.rel1-content {
	padding: 50px 25px;
}
.rel1-button, .rel3-button {
	padding: 15px 35px;
	border-radius: 35px;
	margin-top: 10px;
    background-color: #096735;
    border-color: #096735;
	font-size: 18px;
	color: #fff;
}
.rel1-button a, .rel3-button a{
	color: #fff;
	text-decoration: none;
}
.rel1-button:hover, .rel3-button:hover {
    background-color: #e1f9ec;
    border-color: #096735;
	font-size: 18px;
	color: #096735;
}	
.rel1-button:hover a, .rel3-button:hover, .rel1-button a:hover, .rel3-button a:hover{
	color: #096735;
	text-decoration: none;
}
.relatedinfo2 {
    padding: 0px;
	background-color: #ffffff;
}
.rel2-content {
    margin: 50px 25px;
    display: inline-block;
}
.rel2-button {
    color: #000;
	margin-top: 10px;
    background-color: #7dd857;
    border-color: #7dd857;	
	border-radius: 35px;
	padding: 15px 35px;
	font-size: 18px;
}
.rel2-button a {
	color: #000;
	text-decoration: none;
}
.rel2-button:hover {
	font-size: 18px;
    color: #fff;
	background-color: #0298b1;
    border-color: #0298b1;
}
.rel2-button:hover a, .rel2-button a:hover {
	color: #fff;
	text-decoration: none;
}
.relatedinfo3 {
	background-color: #e1f9ec;
}
.related3-header {
    background-color: #0298b1;
	color: #fff;
    padding: 13px;
	text-align: center;
	margin: 0px;
}
.rel3-content {
	padding: 0px;
}

/* Calendar */
.calendarevent {
	text-align: left;
}
.event_date, .event_title {
    display: inline-block;
}
.event_date {
	color: #096735;
}
.start_day {
	background-color: #096735;
	border-radius: 0 0 15px 15px;
	margin: 5px 5px 0 0;
}
.start_month {
    font-style: italic;
}
.eventContainer{
	width:60%;
}
.event_more {
	margin-bottom: 15px;
}
.event_next:before {
    content: url(../img/next.png);
	content: "\00bb";
	color: #fff;
	font-size: 40px;
	padding: 0px 10px;
	color: #096735;
}
.agenda {
	background-color: #fff;
	min-height: 500px;
}
.agenda-titel {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	background-color: #7dd857;
    padding: 5px 10px;
    display: inline-block;	
    margin-top: 10px;
	position: relative;
	border-bottom: 5px solid #fff;	
	width: 100%;
}

/* Calendar snippet */
.calendarevent hr {
    border-top: 5px #7dd857 solid !important;
    margin-left: -20px;
    margin-right: 15px;
}

/* == SLIDESHOW > HEADER == */
/* >>Arrows: different content */
.slick-prev:before {
	content: "\f104";
}
[dir='rtl'] .slick-prev:before {
	content: "\f105";
}
.slick-next:before {
	content: "\f105";
}
[dir='rtl'] .slick-next:before {
	content: "\f104";
}
.slick-next {
	right: 5px;
}
.slick-prev {
	left: 5px;
}

/* >>Dots: different colors */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;	
}
.slick-dots li.slick-active button:before {
    opacity: 1;	
	color: #096735;
}

/* Sliders */
.carrousel-grid {
	padding-bottom: 75px;
}
.ug-thumb-wrapper.ug-tile{
	background-color: #fff !important;
}

.fa-circle {
    color: #0298b1;
}
.fa-caret-right {
	font-size: 40px;
	padding-left: 4px;
	padding-top: 4px;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #096735;
    border-color: #096735;
}
.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #006ea6;
    border-color: #006ea6
}
.btn-primary:hover {
    color: #fff;
    background-color: #006ea6;
    border-color: #006ea6
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006ea6;
    border-color: #006ea6
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #006ea6;
    border-color: #006ea6
}
.btn-warning {
    color: #fff;
    background-color: #0298b1;
    border-color: #0298b1;
}
.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #84e17f;
    border-color: #84e17f
}
.btn-warning:hover {
    color: #fff;
    background-color: #84e17f;
    border-color: #84e17f
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #84e17f;
    border-color: #84e17f
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #84e17f;
    border-color: #84e17f
}
.submit .btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
	background: #096735;
    color: rgba(255, 255, 255, 1);
	border-radius: 0px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
	border: 1px solid #fff;
    line-height: 60px;	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
i.fa.fa-angle-double-up {
	line-height: inherit;
	font-size: 2em;
}

/* Media Queries */
@media(max-width:1199px){
	h1 {
		font-size: 50px;
	}			
}
@media(max-width:991px){
	#headerwrapper {
		margin-top: -50px;
	}
	.footer {
		height: auto;
	}
	.navbar-nav {
		margin-left: 0px;
		float: none!important;
		margin-top: 7.5px;		
	}
    .header>.container>.navbar {
		height: auto;
	}
    .nav{
		border-top: 1px solid #eee!important;
	}
    .nav>li{
		border-bottom: 1px solid #eee!important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: left;	  
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav>li {
		float: none;
		display: list-item;
		width: 100%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.green {
		color: #fff;
		background-color: #096735;
	}
	.header-logo-mob {
		display: block;
	}
	.relatedinfo1 {
		margin: 50px 0px;
	}		
	.carrousel-grid {
		padding: 0px 0px 50px;
	}	
	.event_content {
		margin-left: 15px;
	}
	.event_date, .event_title {
		font-size: 16px;
	}
	.event_title {
		margin-left: 10px;	
	}
	.event_more {
		margin-bottom: 15px;
	}
	.event_next:before {
		font-size: 30px;
		padding: 5px;
	}
	.col-xs-12.col-md-6.pull-left {
		margin-top: 0px;
	}	
}
@media(max-width:767px){
	html, body{
		font-size: 16px;
	}	
    .showmobile {
		display: block; 
	}
    .hidemobile {
		display: none;
	}
	.scroll-top-wrapper {	
		right: 0px;
		bottom: 0px;	
	}
	h1 {
		font-size: 45px;
	}	
}
@media(min-width:576px) and (max-width: 991px){
    img.header-logo-mob {
		width: 250px;
        position: relative; 
		margin-bottom: 20px;
		left: 15%;
		margin-left: 45px;
    }	
}
@media(max-width:575px){
	img.header-logo-mob {
        position: relative; 
		margin-bottom: 20px;		
		left: 20%;
		margin-left: -150px;
		width: 150px;
	}
	.relatedinfo5 {
		padding: 50px 0px 0px;
		/* margin-bottom: -30px; */
	}
	h1 {
		font-size: 40px;
	}
}


/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
	color: #ffffff;
	padding: 8px 15px;
	font-size: 65px;
}
.caption.top-right {
	font-size: 65px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 20%;
    right: 10%;
}
.caption.bottom-right {
	font-size: 50px;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);	
	top: 40%;
	right: 10%;	
	line-height: 50px;	
}
@media (max-width: 991px) {
	.caption.top-right {
		font-size: 45px;
	}
	.caption.bottom-right {
		font-size: 30px;
	}
}
@media (max-width: 650px) {
	.caption.top-right {
		font-size: 35px;
	}
	.caption.bottom-right {
		font-size: 25px;
	}
}
@media (max-width: 500px) {
    .slick-dots, .slick-arrow {
		display: none !important;
	}
	.caption.top-right {
		font-size: 35px;
		top: 5%;
	}
	.caption.bottom-right {
		font-size: 25px;
		top: 30;
	}	
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}