/************************************************************************************
START Normalize
*************************************************************************************/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 140%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/************************************************************************************
ENDE Normalize
*************************************************************************************/

html,
body {
  min-height: 100%;
}

body {
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  color: #000000;
}

.container-fluid {
  padding: 0;
}



.ref-col {
  margin-bottom: 30px;
}

#header {
  margin-bottom: 20px;
}

.h4 {
  line-height: 1.4;
  letter-spacing: 1px!important;
  ;
  font-weight: 200!important;
  font-size: 16px !important;
}

h4.modal-titel {
  letter-spacing: 1px;
  font-weight: 200;
  font-family: Open Sans
}

#referenzen a {
  color: #000000;
  text-decoration: none;
}

#referenzen a:hover {
  color: #000000;
}

.uppercase {
  text-transform: uppercase;
}

.font-color-white {
  color: #ffffff;
}

.font-color-black {
  color: #000000;
}

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

p.h4.georgia {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  margin-top: 15px;
}

/* Logo */

.logo {
  position: absolute;
  z-index: 1000;

}


.logo h1 {
  margin-top: 0px;
}

.img {
  background-color: #bbbbbb;
}

/* Button */

button.btn.btn-primary {
  background-color: #000000;
  border: none;
  padding: 0px;
}

img.modal-button {
  list-style: none;
  float: left;
  cursor: pointer;
}

li.modal-button {
  list-style: none;
  float: left;
  margin-bottom: 20px;
  padding-right: 10px;
}

ol.ol-button {
  padding-left: 0px;
}

li.modal-button:first-child {
  margin-left: 0px;
}

.btn-back {
  border-color: #000000;
  border-radius: 0px;
  position: fixed;
  background-color: #ffffff;
  z-index: 500;
  margin-bottom: 100px;
  font-size: 15px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.btn-back:hover {
  border-color: #000000;
  border-radius: 0px;
  position: fixed;
  background-color: #000000;
  color: #ffffff;
}

.btn-instagram {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  margin-top: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: -10px;
  font-size: 25px;
  float: right;
  z-index: 1000;
}

/* Modal */

.modal-header {
  border-bottom: 1px solid #000000;
}

/* Anfang Navigation Befehle allgemein */

.navbar-default {
  border-color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #000000;
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #000000;
  letter-spacing: 1px;
  font-weight: 200;
}

/* Ende Navigation Befehle allgemein */

/* Anfang Mobile Navigation*/

#mobile-nav {
  position: relative;
}

.navbar {
  margin-bottom: -20px;
}

.navbar-header {
  background-color: #ffffff;
}

.navbar-toggle {
  border-style: none;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ffffff;
}

.navbar-default {
  border-style: none;
}

.icon-bar {
  width: 35px !important;
  height: 4px !important;
  background-color: #000000 !important;
}

.navbar-default {
  border-style: none;
  background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #000000 !important;
  letter-spacing: 1px;
  font-weight: 200;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000000!important;
  letter-spacing: 1px;
  font-weight: 600;
}

li.mobile-liste {
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

li.mobile-liste a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 200;
  padding-left: -15px !important;
}



li.normale-liste {
  padding-left: 30px;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}


li.footer-liste {
  padding-right: 15px;

  margin-bottom: 15px;
  padding-bottom: 15px;
}


li.normale-liste:nth-child(6) {
  border-bottom-color: #ffffff;
  margin-bottom: 0;
}

li.normale-liste a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 200;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-bottom-style: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #ffffff;
}

#bs-example-navbar-collapse-1 {
  background-color: #ffffff;
  padding-top: 30px;
  border: none;
}

.nav > li > a {
  padding-left: 0;
}

/* Ende Mobile Navigation */

/* Anfang Desktop Navigation*/

#desktop-nav {
  display: none;
  position: relative;
  width: 485px;
  float: right;
  padding-right: 10px;
}

.menu-desktop {
  list-style: none;
  padding-left: 50px;
}


.menu-desktop li {
  float: left;
}

.menu-desktop li a {
  color: #000000;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  clear: right;
  font-weight: 200;
  letter-spacing: 1px;
}

.menu-desktop li a:hover {
  font-weight: 600;
}

#visited a {
  font-weight: 600;
  letter-spacing: 1px;
}

/* Ende Desktop Navigation */

/* Anfang Hover Referenzen */

.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view .mask,
.view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

p.mask {
  width: 100%;
  display: block;
  padding-top: 25%;
  padding-bottom: 75%;
}

.view p {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 8px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.view-first img {
  transition: all 0.2s linear;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
  cursor: pointer;
}

-webkit-transform-style: preserve-3d;

/* Ende Hover Referenzen -webkit-touch-callout:*/

/* Anfang Slider */

.slider-titel {
  margin-bottom: 20px;
}

p.slider-titel.uppercase.h4 {
  display: inline-block;
  border-bottom: 1px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  padding-bottom: 5px;
  width: 100%;
  font-family: Georgia, serif;
}

.bildtext-de {
  padding-top: 10px;
}


.carousel-control.left,
.carousel-control.right {
  margin-top: 30%;
  background: none !important;
  filter: progid:none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  top: 20%;
  text-shadow: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
  top: 20%;
  text-shadow: none;
}



span.glyphicon.glyphicon-chevron-left {
  font-size: 20px;
  padding-left: 5%;
  margin-left: -20px;
  visibility: hidden;
}

span.glyphicon.glyphicon-chevron-right {
  font-size: 20px;
  padding-right: 5%;
  margin-right: -20px;
  visibility: hidden;
}

.pdf {
  font-size: 10pt;
}

/* 

.carousel-control.left, .carousel-control.right{
background: none !important;
filter: progid:none !important;margin-top:10%;}

visibility: visible;

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {top:20%;left:-20px;color: #000000; text-shadow: none;}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {top:20%;right:-5px;color: #000000; text-shadow: none;}

 .glyphicon-chevron-left.slider-zeiger {font-size: 20px;}
  .glyphicon-chevron-right.slider-zeiger {font-size: 20px;}

*/

/* Ende Slider */

/* Footer Anfang */

.container-footer {

  margin-bottom: 40px;
}

/* Footer Ende */

/* Media Queries Anfang */

@media (min-width:400px) and (max-width:767px) {
  .view p {
    font-size: 12px;
  }




  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    top: 25%;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev {
    top: 25%;
  }

  #slider {
    margin-top: 30px;
  }

}



@media (min-width:768px) {
  #slider {
    margin-top: -30px;
  }



  #mobile-nav {
    display: none;
  }

  #desktop-nav {
    display: block;
  }

  .navbar-toggle {
    margin-right: 0px!important;
  }

  #bs-example-navbar-collapse-1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  li.normale-liste {
    border-bottom: none;
  }
  .h4 {
    margin-top: 0px;
  }

  .view p {
    font-size: 18px;
  }
  button.close {
    margin-right: -50px;
  }



  /* Anfang Slider */
  .carousel-control.left,
  .carousel-control.right {
    margin-top: 15%;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    top: 30%;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev {
    top: 30%;
  }

  span.glyphicon.glyphicon-chevron-left {
    margin-left: -30px;
  }
  span.glyphicon.glyphicon-chevron-right {
    margin-right: -30px;
  }

  /* Ende Slider */
}


@media (min-width:992px) {

  button.close {
    margin-right: -140px;
  }
}


@media (min-width:1200px) {

  .navbar {
    margin-top: 0px;
  }
  .carousel-control.left,
  .carousel-control.right {
    margin-top: 5%;
  }


}




@media (min-width:1920px) {}
