@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato);

body {
      font: /*400 */16px Droid Sans;
      line-height: 1.8;
      color: #222;
  }
a:link{text-decoration:none; color: #c09221;}
a:visited{text-decoration:none; color: #c09221;}
a:hover{text-decoration:underline;color: #1D4420; }
a.active{text-decoration:underline; color: #1D4420; }

  h1 {
      font-size: 22px;
      text-transform: uppercase;
      color: #c09221;
      font-weight: 600;
      margin-bottom: 30px;
  }


  h2 {
      font-size: 22px;
      text-transform: uppercase;
      color: #c09221;
      font-weight: 400;
      margin-bottom: 30px;
  }
  h3 {
      font-size: 20px;

      color: white;
      font-weight: 400;
      margin-bottom: 10px;
  }


  h4 {
      font-size: 20px;
      line-height: 1.375em;
      color: white;
      font-weight: 600;
      margin-bottom: 30px;
            text-transform: uppercase;
  }

  img {
  height: auto;
  max-width: 100%;
}

.border {
    border: 1px solid #c09221;
}

    .rechtstooltip{
        position: fixed;
 /*   	margin: 1%;  */
          right: 0;
  top: 50%;
    }
    .rechtstooltip a{
        font-size: 22px;
        text-decoration: none;
        margin: 0 10px;
    }
 .rechtstooltip li {
	list-style: none;
}

.rechtstooltip ul {
	padding: 0;
	margin: 0;
}

.rechtstooltip a:link{text-decoration:none; color: #c09221;}
.rechtstooltip a:visited{text-decoration:none; color: #c09221;}
.rechtstooltip a:hover{text-decoration:underline; }
.rechtstooltip a.active{text-decoration:underline;  }


  .jumbotron {
      background-color: #1D4420;
      color: #fff;
      padding-top: 180px;
      font-family: Droid Sans, sans-serif;

  }

  .col-lg-8 {

  padding-left:0px;
  }

.top {

    padding-top: 150px
  }

  .container-fluid {
       padding: 0px


  }

  .bg-grey {
      background-color: #f6f6f6;
  }

footer {
    background-color: #1D4420;
    color:white;
}
footer>h1 {
    color: white;
}

footer a:link{text-decoration:none; color: white;}
footer a:visited{text-decoration:none; color: white;}
footer a:hover{text-decoration:underline;color: #c09221; }
footer a.active{text-decoration:underline; color: #c09221; }


  .logo-small {
      color: #1D4420;
      font-size: 50px;
  }
  .logo {
      color: #1D4420;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }

.hippo {
    text-align:right;
    font-size: 10pt;
    font-weight: bold;
    line-height:1.175em;

}

  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #1D4420;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }

  .panel:hover {
      box-shadow: 5px 0px 20px rgba(0,0,0, .3);
  }

  .panel-title   {
      font-size: 14px;
      font-weight: 400;
  }


  .panel-footer .btn:hover {
      border: 1px solid #1D4420;
      background-color: #fff !important;
      color: #1D4420;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #1D4420 !important;
      padding: 15px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #1D4420;
      color: #fff;
  }
 .navbar {
/*      margin-bottom: 180;*/
padding: 5px 0px 80px 150px;
      background-color: white;
      z-index: 9999;
      border-bottom: 2px solid #c09221;
       box-shadow: 1px 1px 1px #F4E5BE;
      font-size: 13px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 3px;
       text-transform: uppercase;
      border-radius: 0;
      font-family: Droid Sans, sans-serif;
  }
  .navbar-nav>li {
      background-color: #1D4420;  border-bottom: 2px solid #c09221;
  }
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;

    }
.navbar li a, .navbar .navbar-brand {
      color: white !important;
      text-decoration:none;
font-size:13px;
  }
.dropdown-menu      {
background-color: #1D4420;
border: 1px solid #c09221;
  }


  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #1D4420 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: #c09221;
      color: #fff !important;
  }


  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }





  @media screen and (max-width: 900px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .jumbotron h1{font-size:20px}

    .jumbotron h2{font-size:15px}
  }




@media only screen and (max-width: 400px) {
.no-mobile {
    display: none; }
.container       {
    padding: 10px;}
    .jumbotron h1{font-size:15px}

    .jumbotron h2{font-size:12px}
  .navbar {
      font-family: Montserrat, sans-serif;
      background-color: weiß;
      font-size: 12px !important;
      letter-spacing: 1px;
      opacity: 1;
      padding: 5px 0px 80px 0px;
  }

  }


/*
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

     .navbar {
      margin-bottom: 10;
padding: 5px 0px 80px 0px;
  }*/
