/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v30-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-100.woff2") format("woff2"), url("../fonts/roboto-v30-latin-100.woff") format("woff"), url("../fonts/roboto-v30-latin-100.ttf") format("truetype"), url("../fonts/roboto-v30-latin-100.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
#mainNav {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #607d8b;
  border: 1px solid #ccc;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  font-weight: 700;
}

#mainNav .nav > li > a {
  padding: 10px 10px;
}

@media (min-width: 768px) {
  #mainNav .nav > li > a {
    padding: 16px 10px;
  }
}
@media (min-width: 992px) {
  #mainNav .nav > li > a {
    padding: 16px 15px;
  }
}
#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
  color: #607d8b;
}

#mainNav .navbar-nav .nav-item:hover a {
  color: #607d8b;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  #mainNav .navbar-nav {
    float: right;
  }
}
@media (min-width: 768px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav a {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: white;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.33);
  }
  #mainNav.navbar-shrink a {
    color: #607d8b;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner {
  background: #000;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel {
  height: 280px;
}

.carousel .carousel-inner .item {
  height: 280px;
}

.carousel .carousel-inner .item img {
  height: auto;
}

.carousel .carousel-inner .item .carousel-caption {
  left: 5%;
  right: 5%;
}

.carousel .carousel-inner .item .carousel-caption p {
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .carousel .carousel-inner .item .carousel-caption {
    left: 15%;
    right: 15%;
  }
  .carousel .carousel-inner .item .carousel-caption p {
    font-size: 36px;
    font-weight: 100;
  }
}
@media (min-width: 960px) {
  .carousel .carousel-inner .item .carousel-caption p {
    font-size: 42px;
  }
}
#startCarousel .item img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#startCarousel .item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  #startCarousel {
    height: 700px;
  }
  #startCarousel .item {
    height: 700px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
.page-footer ul {
  padding-left: 0;
  list-style: none;
}
.page-footer ul li {
  padding: 6px 0;
  border-top: 1px solid #fff;
  font-size: 18px;
}

#cookie-law {
  position: fixed;
  z-index: 10;
  bottom: 0;
  background: #607d8b;
  color: #fff;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
#cookie-law p {
  font-size: 14px;
  margin-bottom: 0;
}
#cookie-law .cookiebanner {
  display: inline-block;
  padding: 0 1em;
  color: #fff;
}
#cookie-law .cookiebanner.close {
  float: right;
  opacity: 1;
}
#cookie-law .cookiebanner:hover {
  text-decoration: underline;
  color: #fff;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
body.drawing {
  color: #999;
  position: relative;
  padding-top: 50px;
}
body.drawing p {
  font-size: 14px;
}
body.drawing .icon {
  height: 4rem;
  margin-right: 1rem;
}
body.drawing .goback {
  position: absolute;
  z-index: 123;
  left: 5%;
  top: 15px;
  font-size: 2rem;
}
body.drawing .text-center a {
  font-weight: 700;
  text-decoration: underline;
}
body.drawing .carousel-control {
  color: #90a4ae;
  text-shadow: 0;
  width: 5%;
}
body.drawing .carousel-control.left {
  background: none;
}
body.drawing .carousel-control.right {
  background: none;
}
body.drawing .carousel-control:hover {
  color: #999;
}
body.drawing .carousel-control .glyphicon-chevron-left,
body.drawing .carousel-control .glyphicon-chevron-right {
  top: 10%;
}
body.leben .content-section {
  padding-top: 0;
}
body.leben .featurette-divider {
  margin: 40px 0;
}
body.leben .carousel .item {
  background-color: #fff;
}
body.leben #startCarousel {
  max-width: 1800px;
  margin: 0 auto 60px auto;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  /* Flip around the padding for proper display in narrow viewports */
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette.first {
  margin-top: -40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .featurette-heading {
    font-size: 50px;
  }
  #startCarousel .item .carousel-caption {
    top: 60%;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #37474f;
}

h2 {
  font-weight: 100;
  font-size: 4rem;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 27px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    margin: 0 0 27px;
  }
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #607d8b;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #36474f;
}

a.roundbtn {
  border-radius: 50%;
  background: #90a4ae;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}

img {
  margin-bottom: 10px;
}

/* aktuell
------------------------- */
#aktuell {
  background: #cfd8dc;
  margin-bottom: 30px;
}
#aktuell h3 {
  color: #546e7a;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #aktuell.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#zeichnungen {
  padding-bottom: 50px;
  padding-top: 0;
}
#zeichnungen .text_h2 {
  margin-top: 10px;
}
#zeichnungen p a {
  font-weight: 700;
}
#zeichnungen p a:hover {
  text-decoration: underline;
}
#zeichnungen .linklist a {
  color: #5a5a5a;
}
#zeichnungen .linklist a p {
  font-size: 14px;
}
#zeichnungen .linklist a h5 {
  color: #607d8b;
  margin-bottom: 0.4em;
}
@media (min-width: 768px) and (max-width: 996px) {
  #zeichnungen .linklist .col-sm-4 {
    min-height: 110px;
  }
}

#statement {
  padding: 0;
}

#statement .carousel .item {
  background: transparent;
}

#statement .carousel .carousel-caption {
  top: 20px;
  bottom: auto;
  color: #fff;
  text-shadow: none;
}

#statement .carousel .carousel-caption footer {
  padding: 0;
}

#texte h4,
#texte h3 {
  text-transform: none;
}
#texte h3 {
  font-weight: 100;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
#texte .panel-default {
  border: none;
  border-bottom: 1px solid #37474f;
  border-radius: 0;
}
#texte .panel-default .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #000;
  padding-left: 0;
  padding-right: 0;
}
#texte .panel-default .panel-heading p {
  margin: 0;
}
#texte .panel-default .panel-heading .col-xs-2 {
  max-width: 60px;
}
#texte .panel-default .panel-heading a.btnopen {
  display: block;
}
#texte .panel-default .panel-heading a.btnopen.collapsed {
  display: none;
}
#texte .panel-default .panel-heading a.btnclosed {
  display: none;
}
#texte .panel-default .panel-heading a.btnclosed.collapsed {
  display: block;
}
#texte .panel-default .panel-collapse > .panel-body {
  border-top-color: #000;
  padding: 15px 0;
}
#texte .txtcolumn {
  column-count: 2;
  column-gap: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  #texte .txtcolumn {
    column-count: 1;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus,
.btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #map {
    height: 350px;
  }
}
.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #607d8b;
  border: 1px solid #607d8b;
  background-color: transparent;
}

.btn-default:focus,
.btn-default:hover {
  color: black;
  border: 1px solid #607d8b;
  outline: none;
  background-color: #607d8b;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
.page-footer {
  background: #37474f;
  padding: 50px 0;
}

.page-footer p,
.page-footer a,
.page-footer h5 {
  color: #fff;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax.bgimg-1 {
  background-image: url("../img/bg/foot.jpg");
  min-height: 100%;
}

.parallax.bgimg-2 {
  background-image: url("../img/bg/efeu2.jpg");
  background-color: #90a4ae;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.exhibit {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 90%;
  color: #BC2C22;
}

.impressum h3 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .impressum #mainNav {
    background-color: #90a4ae;
  }
  .impressum #mainNav.navbar-shrink {
    background-color: #ECEFF1;
  }
}

.drawcontainer {
  margin: 0 auto;
}
.drawcontainer .daten {
  color: #000;
}

#ahornblatt {
  max-width: 4453px;
  max-width: 2000px;
}

#aststueck {
  max-width: 2213px;
  max-width: 700px;
}

#basalt {
  max-width: 4252px;
  max-width: 1500px;
}

#bussard {
  max-width: 6000px;
}
@media (min-width: 6000px) {
  #bussard .magnify-glass {
    display: none;
  }
}

#distel {
  max-width: 2814px;
  max-width: 555px;
  max-width: 280px;
}

#efeu {
  max-width: 2601px;
  max-width: 622px;
}

#eichenblatt {
  max-width: 1181px;
  max-width: 622px;
}

#eichenzweig {
  max-width: 1818px;
}
@media (min-width: 1818px) {
  #eichenzweig .magnify-glass {
    display: none;
  }
}

#feldhase {
  max-width: 5359px;
  max-width: 1400px;
}

#geweihstange {
  max-width: 3425px;
  max-width: 1555px;
}

#kroete {
  max-width: 4103px;
  max-width: 1200px;
}

#lava {
  max-width: 4008px;
  max-width: 1111px;
  max-width: 666px;
}

#magnolienfrucht {
  max-width: 1318px;
  max-width: 444px;
}

#maserwuchs {
  max-width: 1000px;
  max-width: 1500px;
}

#maulwurf {
  max-width: 3495px;
  max-width: 1200px;
}

#maus {
  max-width: 4000px;
  max-width: 1000px;
}

#nest {
  max-width: 957px;
  max-width: 910px;
}

#weinstock {
  max-width: 2949px;
  max-width: 600px;
}

#wellhornschnecke {
  max-width: 2980px;
  max-width: 1111px;
}

#zweifuechschen {
  max-width: 5566px;
  max-width: 1500px;
}

.signet {
  width: 150px;
}
