/* RELAUNCH */

/*	G L O B A L
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.5em;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #F2F2F2;
}

h1 {
  font-size: 42px;
  letter-spacing: 4px;
	margin-bottom: 50px;
  font-weight: 500;
}

h2, h3 {
  font-size: 25px;
  letter-spacing: 4px;
	margin-bottom: 27px;
  font-weight: 500;
}

h4 {
	font-size: 17px;
  letter-spacing: 0.15em;
  margin: 1.0em 0 1.0em 0;
  display: inline-block;
}

section {
  padding-top: 100px;
  padding-bottom: 20px;
}

a, a:hover, a:focus {
	text-decoration: none;
  outline: none;
  color: #333;
}
p a {
	text-decoration: underline;
}

.white-text a {
  color: #F7F7F7;
}

p {
  margin: 0 0 15px;
}

em {
  color: #999;
}

strong {
  font-weight: 400;
}

.spacer {
  margin-top: 50px;
}
.spacer-md {
  margin-top: 35px;
}

@media (max-width: 767px) {

  .spacer-mobil {
    margin-top: 50px;
  }
  
  .text-right, .text-left {
    text-align: center;
  }
  
}

h1, h2, h3, h4, .hyphens {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.page section ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.page section ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
h1.headline {
  font-size: 70px;  
}


/*	H E A D E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 20px 30px;
  height: auto;
}

.navbar-right {
  padding: 0 30px;
}

.navbar-nav > li {
  padding: 20px 15px 15px 15px;
}
.navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
}
.navbar-nav > li:hover > a {
  border-bottom: 1px solid #333;
}
.white-text .navbar-nav > li:hover > a {
  border-bottom: 1px solid #DDD;
}

.navbar-toggle {
  margin-right: 7px;
}
.navbar-toggle .icon-bar {
 background-color:  #333;
}
.navbar-toggle:hover {
 opacity: 0.5;
}

.white-text .navbar-toggle .icon-bar {
  background-color: #F7F7F7;
}

nav {
  background-color: #F2F2F2;
}

.home nav {
  background-color: transparent;
}

@media (max-width: 767px) {

  .navbar-brand {
    font-size: 16px;
    line-height: 14px;
    padding: 20px 30px 20px 18px;
  }
  nav.navbar {
    border: none;
  }
  .navbar-mobile {
    border-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-top-style: dashed;
  }
  .navbar-mobile .navbar-nav {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .navbar-mobile .navbar-nav > li {
    display: inline-block;
    padding: 14px;
  }
  .navbar-mobile .navbar-nav > li > a {
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  .navbar-mobile .navbar-nav > li > a:hover {
    border-color: #333;
  }
  .bg-dark .navbar-mobile .navbar-nav > li > a:hover {
    border-color: #DDD;
  }
  
}

@media (max-width: 400px) {
  
  .navbar-brand {
    font-size: 1.4rem;
    padding-right: 0;
    letter-spacing: 0.4em;
  }
  
}


/*	H O M E   S L I D E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html,
body {
  height: 100%;
}

.home .carousel,
.home .carousel .item,
.home .carousel .item.active {
  height: 100%;
}

.home .carousel-inner {
  height: 100%;
}

.home .carousel .fill {
  width: 100%;
  height: 100%;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.home .carousel-caption {
  text-align: right;
  text-shadow: none;
  color: #333;
}

.home .carousel-caption.align-left {
  text-align: left;
}
.home .item.white-text .carousel-caption {
  color: #F7F7F7;
}
/*.carousel-caption a h2 {
  border-bottom: 1px solid transparent;
}
.carousel-caption a:hover h2 {
  border-color: #666;
}
.white-text .carousel-caption a:hover h2 {
  border-color: #BBB;
}*/
.carousel-caption i.icon {
  font-size: 1.5em;
}

.home .carousel-caption p {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.home .carousel-caption button {
  border-width: 1px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  background-color: #333;
  border-color: #333;
  color: #FFF;
}
.home .carousel-caption a:hover button {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.home .white-text .carousel-caption button {
  background-color: transparent;
  border-color: #DDD;
  color: #F7F7F7;
}
.home .white-text .carousel-caption a:hover button {
  background-color: #DDD;
  border-color: #DDD;
  color: #333;
}

.home .shadow-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.home .carousel-control {
  background-image:  none !important;
  top: 40%;
  bottom: 40%;
  text-shadow: none;
  opacity: 0.6;
  color: #555;
}
.home .bg-dark .carousel-control {
  color: #CCC;
}
.home .carousel-control:hover {
  opacity: 1.0;
}
/*.home .white-text .carousel-control {
  color: #F7F7F7;
}*/

.home .carousel-control i.icon {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.right.carousel-control i.icon {
  right: 30px;
}

.left.carousel-control i.icon {
  left: 30px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 1px solid #555;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  margin: 1px;
  width: 8px;
  height: 8px;
}
.carousel-indicators li.active,
.carousel-indicators li.active:hover {
  background-color: #555;
}
.carousel-indicators li:hover {
  background-color: #555;
}
.bg-dark .carousel-indicators li {
  border: 1px solid #CCC;
}
.bg-dark .carousel-indicators li.active,
.bg-dark .carousel-indicators li.active:hover {
  background-color: #CCC;
}
.bg-dark .carousel-indicators li:hover {
  background-color: #CCC;
}

@media (max-width: 767px) {

  .home .carousel-caption h2 {
    font-size: 21px;
  }
  .home .carousel-caption p {
    display: none;
  }
  .home .carousel-caption {
    right: 30px !important;
    left: 30px !important;
  }
  
}

@media (min-width: 768px) {

  .home .carousel-caption {
    right: 30px;
    left: auto;
    width: 410px;
  }
  .home .carousel-caption.align-left {
    right: auto;
    left: 30px;
  }
  
}




/*	P O R T F O L I O
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.project-desc .btn-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-desc .btn-toggle[aria-expanded="false"] i.close-desc,
.project-desc .btn-toggle[aria-expanded="true"] i.open-desc {
  display: none;
}

.project-desc p {
  padding-bottom: 30px;
  margin-bottom: 0;
}

i.open-desc {
  font-size: 1.5em;
}
i.close-desc {
  font-size: 2.0em;
}


/*	L I G H T G A L L E R Y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lightgallery.row {
  margin-bottom: 50px;
}

.lightgallery .gallery-item {
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.portfolio .lightgallery .gallery-item .layer {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
  -o-transition: all 0.2s;
	transition: all 0.2s;
  opacity: 0;
}
.portfolio .lightgallery .gallery-item:hover .layer {
  opacity: 1.0;
}

@media (max-width: 767px) {

  .lightgallery.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
}



/*	I N F O
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.info img {
  width: 150px;
}

.info section,
.page section,
.portfolio section#gogo-sunshine {
  padding-bottom: 100px;
}

/* Seite FREIGABE */
.portfolio.freigabe section#gogo-sunshine {
  padding-bottom: 20px;
}
.portfolio.freigabe section#portraits {
  padding-bottom: 100px;
}


/*	L I G H T G A L L E R Y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

.lg-outer .lg-inner {
	width: 84%;
	height: 84%;
	left: 8%;
	top: 8%;
}

.lg-backdrop {
	background-color: #F2F2F2;
}
.lg-toolbar {
	background-color: transparent;
}

.lg-actions .lg-next, 
.lg-actions .lg-prev {
	background-color: transparent;
  font-size: 2em;
}

.lg-actions .lg-next:before {
  content: "" !important;
}

.lg-actions .lg-prev:after {
  content: "" !important;
}

.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #333;
}

.lg-sub-html {
	background-color: #F2F2F2;
	color: #333;
}

#lg-counter {
  font-size: 0.9em;
  color: #555;
}

.lg-actions .lg-next {
  right: 10px;
}
.lg-actions .lg-prev {
  left: 10px;
}

@media (max-width: 767px) {

  .lg-actions .lg-next {
    right: 0;
  }
  .lg-actions .lg-prev {
    left: 0;
  }
  
}


/*	F O O T E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.home footer {
    display: none
}
footer {
    padding-bottom: 50px
}
footer a, .page section a {
    border-bottom: 1px solid transparent;
}
footer a:hover, .page section a:hover {
    border-bottom: 1px solid #555;
}
