@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}

.margin-top-5 {
  margin-top:5px;
}
.margin-top-10 {
  margin-top:10px;
}
.margin-top-20 {
  margin-top:20px;
}
.margin-top-25 {
  margin-top:25px;
}
.margin-top-30 {
  margin-top:30px;
}
.margin-top-40 {
  margin-top:40px;
}
.margin-top-50 {
  margin-top:50px;
}
.margin-top-60 {
  margin-top:60px;
}
.margin-top-70 {
  margin-top:70px;
}
.margin-top-80 {
  margin-top:80px;
}
.margin-top-90 {
  margin-top:90px;
}
.margin-top-100 {
  margin-top:100px;
}
.margin-top-150 {
  margin-top:150px;
}
.margin-top-200 {
  margin-top:200px;
}
.padding-top-80 {
	padding-top: 80px;
}

html {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
#goldbody {
	background-color: #111;
}
body {
	height: 100%;
	min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    font-size:11pt;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 960px) {
	body {
	    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}


a,a:active,a:visited,a:link {
	font-family: 'Ubuntu', sans-serif;
    font-size:11pt;
    font-weight: 400;
    color: #e2a627;
    text-decoration: none;
}
a:hover {
    color: #646464;
    text-decoration: none;
}



h1 {
	font-family: 'Ubuntu', sans-serif;
    font-size:25pt;
    font-weight: 400;
    color: #646464;
    line-height: 1.4;
    margin:0;
    padding:0;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
    font-size:18pt;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    line-height: 1.4;
    margin:0;
    padding:0;
    margin-bottom: 10px;
}

h3, h4 {
	font-family: 'Ubuntu', sans-serif;
    font-size:15pt;
    font-weight: 400;
    color: #646464;
    text-transform: uppercase;
    line-height: 1.5;
    margin:0;
    padding:0;
}

h1:hover,h2:hover,h3:hover,h4:hover    {
	text-decoration: none;
}



#logo {
	position: absolute;
	top:0;
	left: 0;
	max-width: 500px;
}

.row-outer{
	padding:0;
}
.col-outer{
	padding:0;
}

#side-line {
	position: absolute;
	top: 22px;
	z-index: 99998;
	width: 10px;
	border-left: 3px solid #e2a627;
	min-height:300px;
	margin-left: 60px;
}

.row-main-menu {
	background: #000;
	padding: 30px 0px;
}
.Punkt-Navi {
	display:block; 
	float:left; 
	max-width: 25px;
	z-index: 999999;
	margin-left: 50px;
}

.img-content-info {
	position: absolute;
	top: 60px;
	left: 65px;
	z-index: 99999;
	cursor: pointer;
}

.img-content-pulse {
	display:none;
	position: absolute;
	top: 73px;
	left: 65px;
	z-index: 999999;
}
.content-container {
	position: absolute;
	top: 160px;
	left: 0px;
	min-width: 100% !important;
	z-index: 999999;
	min-height: 200px;
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	background-color: #e6e6e6;
	padding-bottom: 0px;
}

.row-footer-menu {
	background: #000;
	padding: 20px 0px;
}

.iframe-gold {
	width: 100% !important;
	min-height: 400px;
	border: none;
}

.fa-times {
	position: absolute;
	top:0;
	right:15px;
	margin-top: -25px;
	font-size: 16pt;
	color: #000;
	z-index:9999999;
	cursor:pointer;
}
.fa-times:hover {

	color: #e2a627;

}



.gal-navi {
	font-size: 30pt;
	color: #646464;
	position:absolute; 
	top:50%;
	margin-top:-10px;
	text-align: center;
}
.gal-navi:hover {
	color: #e2a627;
	cursor: pointer;
}

/* NAVBAR */
/* ===================================================== */
/* DEFAULT */

a.main_menu_link,a.main_menu_link:active,a.main_menu_link:visited,a.main_menu_link:link {
	display:block;
	float:left;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    text-align:center;
    min-width: 205px;
}
a.main_menu_link:hover {
	text-decoration: none;
    color: #e2a627;
}

a.main_menu_link_active {
    color: #e2a627;
}

a.sub-menu,a.sub-menu:active,a.sub-menu:visited,a.sub-menu:link {
	display:block;
	float:left;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0px;
    text-decoration: none;
    text-align:right;
    min-width: 100% !important;
    padding:10px 10px;
}
a.sub-menu:hover {
	text-decoration: none;
    color: #000;
    background: #aaaaaa;
}

a.sub-menu.active {
    color: #fff;
    background: #e2a627;
}

a.footer_menu_link,a.footer_menu_link:active,a.footer_menu_link:visited,a.footer_menu_link:link {
	display:block;
	float:left;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    margin-left:30px;
}
a.footer_menu_link:hover {
	text-decoration: none;
    color: #e2a627;
}

a.footer_menu_link_active {
    color: #e2a627;
}

@media (max-width: 1190px) {
	a.main_menu_link,a.main_menu_link:active,a.main_menu_link:visited,a.main_menu_link:link {
		display:block;
		float:left;
		text-transform: uppercase;
		font-size: 11pt;
		font-family: 'Ubuntu', sans-serif;
	    font-weight: 400;
	    color: #fff;
	    letter-spacing: 1px;
	    text-decoration: none;
	    text-align:center;
	    min-width: 160px;
	}
}

#toplink {
	display:none;
	position: absolute;
	z-index: 9999999;
	bottom: 23px;
	left: 50%;
	padding: 10px 20px;
	background: #000;
	margin-left: 460px;
	color: #fff;
}
@media (max-width: 1190px) {
	#toplink {
		display:none;
		position: absolute;
		z-index: 9999999;
		bottom: 23px;
		left: 50%;
		padding: 10px 20px;
		background: #000;
		margin-left: 360px;
		color: #fff;
	}
}


.content-container-team {
	padding-bottom: 20px;
}

.navbar-default {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	font-family: 'Open Sans', sans-serif;
    font-size:12pt;
    font-weight: 400;
    color: #9c9d9d;
    text-align: left;
    width: 100%;

}

/* STYLE ACTIVE LINK */
.navbar-default .navbar-nav > .active{
    color: #000;
	background: #fff;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #00732c;
	  background: #fff;
	  text-transform: uppercase;
	  font-weight: 400;
 }
 
 /* STYLE NORMAL LINK HOVER */
 .navbar-default .navbar-nav li > a:hover {
      color: #00732c;
	  background: #fff;
	  text-transform: uppercase;
 }
 
  /* STYLE NORMAL LINK HOVER */
 .navbar-default .navbar-nav li > a {
      color: #000;
      background: #fff;
      padding: 5px 15px;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 400;
      font-family: 'Open Sans', sans-serif;
      font-size:12pt;
 }
 


 .navbar-footer {
	 border-top:1px solid #acacac;
	 padding-top:25px;
 }
 
 img.main-menu-link {
	width: 285px;
	margin-top:3px; 
 }
  img.main-menu-link-mobile {
	width: 100%;
	margin-top:-22px;
	border: 0px solid red;
 }
 
 img.footer_icon {
	 width: 40px;
	 display: block;
	 float: left;
	 margin-left: 10px;
 }
 img.footer_icon_mobile {
 	width: 50px;
 	margin:20px 0px;
 }
 
 a.footer-link-mobile {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	display: block;	 
 }
 
 .carousel-caption {
	max-width: 100%;
	width:100%;
	background: rgba(255, 255, 255, 0.4);
	left: 0;
	bottom: 0;
	color:#333;
	max-height: 105px;
	padding-top:5px;
	padding-bottom:5px;
}
.carousel-caption > p {
	margin-top:0;
	padding-top:0;
	top:0;
	font-size: 10pt;
	line-height: 13pt;
	color: #000;
}


.inhalt-text-container {
	width: 100%;
	column-count: 2;
	column-gap: 20px;
}

.column-news {
	column-count: 2;
	column-gap: 20px;
}

.masonry {
  /* Masonry container */
  column-count: 3;
  column-gap: 1em;
  max-width: 1000px;
  margin: 0 0;

}
.masonry_gallery {
  /* Masonry container */
  column-count: 3;
  column-gap: 1em;
  max-width: 1000px;
  margin: 0 0;
  
}
.item {
  display: inline-block;
  background: #fff;
  margin: 00px 0px 10px 0px;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.item_noi {
  display: inline-block;
  background: #fff;
  margin: 0px 0px 18px 0px;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


.news-img {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.portrait-text-container h2 {
	border:none;
	line-height: 1.2;
}
.portrait-text-container a {
	letter-spacing: 0px;
}

.panel-group > .panel {
	border-radius: 0px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: transparent;
    border-radius: 0px;
    margin:0 0;
    padding:5px 0;
}
.panel  {
    background-image: none;
    background-color: transparent;
    border:none;
    box-shadow: none;
    border-radius: 0px;
    border-top: 1px solid #9d9d9d;
    
}
h4.panel-title {
	border-radius: 0px;
    border: 0px;
    color: #000;
}
h4.panel-title a {
	border-radius: 0px;
    border: 0px;
    color: #000;
}
h4.panel-title a i {
	float:right;
	color: #63C3D1;
}
.panel-body {
	margin:0px 0px;
	padding: 10px 0px 0px 0px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
select::-ms-expand {
  display: none;
}

.download-row-last {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px;
}
.download-row {
	border-top: 1px solid #000;
	padding: 10px 0px;
}



.gal-imgs {
	border: 1px solid #9d9d9d;
	padding: 10px;
	-webkit-filter: brightness(100%); /* Safari */
    filter: brightness(100%);
}
.gal-img:hover {
	-webkit-filter: brightness(80%); /* Safari */
    filter: brightness(80%);
}

.gal-img { visibility: hidden; } /* prevent a flash of giant image before the image is wrapped by jQuery */

.gal-img-wrap { 
      /* whatever the dimensions you want the "cropped" image to be */
      height: 100%;
      width: 100%;
      overflow: hidden;
      border: 1px solid #9d9d9d;
      padding: 10px;
 }

.gal-img-wrap img.square {
      visibility: visible;
      width: 100%;
        
 }

 .gal-img-wrap img.portrait {
      visibility: visible;
      width: 100%;
      height: auto;
 }

 .gal-img-wrap img.landscape {
      visibility: visible;
      height: 100%;
      width: auto;
 }