@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProLight_31642';
    src: url('../fonts/MyriadProLight_31642.eot');
    src: url('../fonts/MyriadProLight_31642.eot') format('embedded-opentype'),
         url('../fonts/MyriadProLight_31642.woff2') format('woff2'),
         url('../fonts/MyriadProLight_31642.woff') format('woff'),
         url('../fonts/MyriadProLight_31642.ttf') format('truetype'),
         url('../fonts/MyriadProLight_31642.svg#MyriadProLight_31642') format('svg');
}


.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
}
.carousel-indicators li.active{
    background-color: #d40000;
    border: 1px solid #000;
    border-radius: 10px;
}
.header {

	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    height: 170px;
    position: absolute;
    width: 100%;
    z-index: 10000;
}

.logo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
}
table.cnt {margin:0; padding:5px 0;}
table.cnt th, table.cnt td {padding:0 25px 0 0;}
.navigation-outer {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom:25px;
}

.navbar-default {
display:none;
	background: transparent;
	border:none;
}

.navbar-nav{
	float: none;
	display: inline-block;
}

body ,html {
	font-family: 'MyriadProLight_31642';
	font-size: 100.1%;
	color: #626968;
	background-color:#f6f6f7;
}

.navbar-default .navbar-nav > li > a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'MyriadProLight_31642';
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover , .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background: transparent;
	color: #b98a18;
}

.navbar-header {
	margin:0;
	margin-top:-10px;
	padding:0;
}

.background-image-holder {
    width: 100%;
    height: 100%;
    top: -20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
	position: relative;
	overflow: hidden;
}

.navbar-default .navbar-nav > li > a {
	padding: 0 15px;
	text-decoration: none;
}

.overlay .caption {
    bottom: 5%;
    color: #333;
    display: block;
    font-weight: 400;
    right: 20%;
    position: absolute;
    width: auto;
    z-index: 10;
 
}

.captioncontent {
    background: rgba(230, 230, 230, 0.8) none repeat scroll 0 0;
    display: block;
    float: right;
    padding: 20px;
}

.caption .headline {
    display: block;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'MyriadProLight_31642'; 	

}

 .caption .text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.03em;
    font-family: 'MyriadProLight_31642'; 	
}


@media(max-width: 767px){
	.overlay .caption {
		right: 0;
		bottom:25%;
	}
	.logo {
		width: 60%;
		float:none;
	}
	img {
		max-width: 100%;
	}
	.navigation-outer {
	    float: right;
	    text-align: center;
	    width: 100%;
	}
	.header {
		height: 120px;
	}
	nav.navbar {
		position: relative;
		top: -50px;
	}
	.flex-control-nav{
		text-align: center;
	}
	.navbar-collapse {
		background: #fff;
		position: absolute;
		width: 100%;
	}
.navbar-default .navbar-nav > li > a{
	color: #000;
}
}

@media(min-width: 768px) and (max-width: 1024px){
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 0 5px;
	}	
}

.header.static {
	position: relative;
}
.img-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.img-caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;

}

.text-block {
	overflow: hidden;
}
h1 {
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .toggler {
    color: #626968;
    display: block;
    font-size: 28px;
    font-family: 'MyriadProLight_31642';
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
img {
	max-width: 100%;
}
.text-block p{
   hyphens: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
}
.text-block img.pull-right {
	padding-left: 40px;
	padding-bottom: 20px;
}
.text-block img.pull-left {
	padding-right: 40px;
}
.im-wi-cap {
	width: 50%;
	margin-bottom: 20px;
	
}
.text-block .im-wi-cap.pull-right {
	padding-left: 40px;
	padding-bottom: 20px;
}
.text-block .im-wi-cap.pull-right img{
	padding-left: 0;
	padding-bottom: 0;
}
.im-wi-cap i {
	float: left;
	width: 100%;
	font-style: normal;
	font-size: 12px;
}

.footer-out{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.footer-out p {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 16px;
    width: auto;
}
.full-width {
	width: 100%;
}
.text-block .im-wi-cap.pull-right.sp-pad {
	 padding-bottom: 100px;
    padding-left: 50px;
    padding-top: 50px;
}
.im-wi-cap.pull-right.sp-pad > i {
    position: relative;
    top: -47px;
}

@media (max-width: 767px){
	.im-wi-cap ,.text-block .im-wi-cap.pull-right {
		width: 100%;
		padding:0;
	}
	.text-block img.pull-left {
		padding-right: 0;
	}
}



.sp-marg{
	margin-top: 20px;
	margin-bottom: 40px;
}


h2, h3, h4, .h2, .toggler {
    font-size: 20px;
    font-weight: 400;
    
    margin-bottom: 0;
    font-family: 'MyriadProRegular';
}
th, td {
    padding: 1rem;
}
caption, th, td {
    text-align: start;
    vertical-align: top;
}
.col_first {
    line-height: 10px;
    padding: 0;
}

.odd td, tr.odd th {
    background: #f2f2f2 none repeat scroll 0 0;
}

a {
    color: #cead6b;
    outline: medium none;
    text-decoration: none;
}
.table a:hover , .table a:focus ,.table a:active{
		color: #cead6b;
    outline: medium none;
    text-decoration: none;	
}
.table a {
	text-decoration: underline;
}
.table img {
	max-width: inherit;
}


.detial-view{
	float: left;
	width: 100%;
	padding: 25px;
	/*background: #F2F2F2;*/
	
}
.detial-view ul.s-list {
	padding: 0;
}
.detial-view ul.s-list li {
    list-style-type: square;
    margin-left: 20px;
    padding: 5px;
}

.detial-view ul.gallary-list {
	float: left;
	width: 100%;
	padding: 0;
	padding-left:110px;
	padding-top:62px;
}

.detial-view ul.gallary-list li{
	float: left;
	list-style: none;
	width: 100%;
	max-width: 150px;
	margin: 0 10px 10px 0;
}

.detial-view ul.gallary-list li.lang {
    width: 100%;
	max-width: 310px;
	margin-right:0;
}
.block-te p {
	font-size: 12px;
	padding-left:120px;
	text-align: justify;
	
}
@media(max-width: 767px) {
		.detial-view ul.gallary-list li{
			max-width: 45%;
		}
}

.half {
	margin-top: 25px;
	width: 49%;margin-bottom: 25px;
}
.im-wi-cap.pull-left.half:first-child {
    margin-right: 17px;
}
@media (max-width: 767px){
	.half{
		width: 100%;
		margin: 0 0 10px;
	}
}

.align-center{
	text-align: center;
	padding-bottom: 15px;
}
.kontakttabelle table td {
    border: 0 none;
    padding: 0;
}
.kontakttabelle table {
    margin: 0 auto;
    width: 200px;
}
.align-center h2{
	margin-top: 40px;
	margin-bottom: 20px;
}
.kontakt form {
    margin: 0 auto;
    width: 400px;
}

.submit, select {
    margin: 5px;
}
select {
    width: 400px;
}
input, select, textarea {
    display: block;
    width: 400px;
}
input, select, textarea {
    
    font-size: 13px;
    margin: 2px;
    padding: 3px;
}
label {
    display: block;
    margin-bottom: 5px;
}
.invisible {
    display: inline;
    height: 0;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 0;
}
.checkbox {
    display: inline;
    width: 20px;
}
.checkbox_container label {
    display: inline;
}
.container a {
    text-decoration: underline;
}
a {
    color: #b98a18;
    outline: medium none;
    text-decoration: none;
}
a:hover , a:active , a:focus {
	color: #cead6b;
	text-decoration: none;
}
@media (max-width: 767px) {
	input, select, textarea{
		width: 100%;
	}
	.kontakt form {
		width: 100%;
	}
}

.align-center p{
	text-align: center;
}



/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  /*border-radius: 15px;*/
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {right:10%;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {left:10%;}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding:0;
}

.section-white {
  /*background-color: #fff;*/
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 0;
  }

}

@media screen and (min-width: 992px) {

  .container-slide {
    max-width: 930px;
  }

}
