html, body {
	height:100%;
}

body {
  	background-color: #dcecdd;
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #656c66;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	text-align: justify;

}
@media (max-width: 767px) {
body {
	text-align: left;
}
.section {
	padding: 110px 0 10px 0;
}
}

body.home {
  	background-color: #dcecdd;
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}

#inner-headline{
	background:#92c705;
	position:relative;
  height: 102px;
  overflow: hidden;
	margin:0;
	padding:0;
	color:#656c66;
}

@media (min-width: 768px) {
.section {
	padding: 200px 0 30px 0;
}
}
.linie {
	margin-top: 50px;
}

.pdf {

}

/* Helpers */
.mt {
	margin-top: 30px;
	margin-bottom: 50px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}

.st {
	margin-top: 40px;
	margin-bottom: 50px;
}

.tt {
	margin-top: 10px;
	margin-bottom: 50px;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.mh {
    min-height: 80px
}
.mh200 {
    min-height: 200px
}
.mt7 {
    margin-top: 7px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.h40 {
    height: 40px;

}
/* Helpers */







footer {
	margin: 0 auto 50px auto;
}

@media (max-width: 767px) { 
  footer {
  margin: 0 auto 10px auto;
}
}

@media (min-width: 768px) {
  .copyright{
  text-align: left;
  padding-bottom: 20px;
}
}

@media (max-width: 767px) {
  .copyright{
  text-align: center;
}
}

@media (min-width: 768px) {
  .contact{
  text-align: right;
}
}

@media (max-width: 767px) {
  .contact{
  text-align: center;
}
}





/* Titles */
h1, h2, h3, h4, h5, h6 {
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #656c66;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 18px;
}

li {
    font-size: 18px;
}
.centered {
    text-align: center;
}

/* Links */
a {
    color: #656c66;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #656c66;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #656c66;
    margin: 1em 0;
    padding: 0;
}

.form-control{
background-color: #dcecdd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


/* Helpers */

.mt {
	padding-top: 20px;
}

.ft {
	padding-top: 17px;
}
.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mt10{
    margin-top: 10px;
}
.mb30{
    margin-bottom: 30px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f2f2f2;
}


#footer { 
	background-color: #4b4b4b;
	padding-top: 20px;
	padding-bottom: 20px;
  font-size: 16px;
  color: #fff; 
}

#footer p {
	color: white;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #656c66;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}



/* glyphicon Configuration */

.glyphicon {
	font-size: 14px;
	color: #ffffff;
}


/*back to top*/
.back-top{
	display: none;
	position: fixed;
	bottom:20px;
	right: 20px;
	width: 25px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #656c66;
	color: #fff;
    outline:none;
	font-size: 18px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.back-top:hover {
	opacity: 1;
    outline:none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.da-thumbs {
	list-style: none;
	position: relative;
    width: 100%;
    
}

.da-thumbs li {
	float: left;
	position: relative;
    font-size: 16px;
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(101,108,102,0.8);
	width: 100%;
	height: 100%;
}

.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
    text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
    border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.description {
  text-align: center;  
  font-size: small;
}

.highlight {
padding: 0px;
margin: 0px;
background-color: #f7f7f9;
border: 0px solid #e1e1e8;
border-radius: 0px;
}

/* Navbar */  


.navbar-inverse .navbar-brand {
    margin-top: 1px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:0px;
    border-color: #dcecdd;
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse{
	padding-bottom: 0px;
	padding-top: 50px;
  background-color: #dcecdd;
	border-color: #dcecdd;
  font-size: 20px;
}
.navbar-brand{
margin-top: -40px;
}

@media (max-width: 991px) {
  .navbar-inverse{
  padding-bottom: 15px;
	padding-top: 15px;
  background-color: #dcecdd;
	border-color: #dcecdd;
  font-size: 16px;
}
.navbar-brand{
margin-top: -20px;
}
}

@media (max-width: 767px) {
  .navbar-inverse{
  padding-bottom: 15px;
	padding-top: 15px;
  background-color: #dcecdd;
	border-color: #606060;
  font-size: 16px;
}

}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
    color: #fff;
  background-color: #656c66;
  background-image: none;
  border: 1px solid #606060;
  border-radius: 0px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
    color: #fff;
  border-radius: 1px;
}



.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dcecdd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dcecdd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}



.MarkupPagerNav {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.MarkupPagerNav > li {
  display: inline;
}

.MarkupPagerNav > li > a,
.MarkupPagerNav > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.228571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #acb9ad;
}

.MarkupPagerNav > li:first-child > a,
.MarkupPagerNav > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.MarkupPagerNav > li:last-child > a,
.MarkupPagerNav > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav > li > a:hover,
.MarkupPagerNav > li > span:hover,
.MarkupPagerNav > li > a:focus,
.MarkupPagerNav > li > span:focus {
  background-color: #656c66;
    color: #ffffff;
}

.MarkupPagerNav > .active > a,
.MarkupPagerNav > .active > span,
.MarkupPagerNav > .active > a:hover,
.MarkupPagerNav > .active > span:hover,
.MarkupPagerNav > .active > a:focus,
.MarkupPagerNav > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.MarkupPagerNav > .disabled > span,
.MarkupPagerNav > .disabled > span:hover,
.MarkupPagerNav > .disabled > span:focus,
.MarkupPagerNav > .disabled > a,
.MarkupPagerNav > .disabled > a:hover,
.MarkupPagerNav > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dcecdd;
}



.MarkupSocialShareButtons{
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    margin: 0;
    display: inline-block;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
    float: left;
    margin: 0 2px;
}
.MarkupSocialShareButtons li a{
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 39px;
    height: 39px;
    opacity: 0.8;
}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}


.well {
    min-height: 20px;
    padding: 19px 19px 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-share {
    min-height: 20px;
    padding: 10px 19px 0px 19px;
    margin-bottom: 20px;
    background-color: #acb9ad;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.btn {
    border-radius: 0px;
}


/* Yaku */
.link--yaku {
	color: #656c66;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 42px;
	overflow: hidden;
	padding: 0 0 10px;
    text-transform: lowercase;
}

  /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    }


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center    
} 


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #656c66;
}

.btn-primary {
  color: #fff;
  background-color: #656c66;
  border-color: #656c66;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #656c66;
  border-color: #656c66;
}
.btn-primary:hover {
  color: #fff;
  background-color: #656c66;
  border-color: #656c66;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #656c66;
  border-color: #656c66;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #656c66;
  border-color: #656c66;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
