/* =======================================
1. Global
======================================= */
@charset "UTF-8";
@import url(
  https://fonts.googleapis.com/css?family=Open+Sans:300,
  400,
  600,
  700,
  800
);
@import url(
  https://fonts.googleapis.com/css?family=Playfair+Display:400,
  700,
  900
);
@import url(
  https://fonts.googleapis.com/css?family=Poppins:100,
  200,
  300,
  400,
  500,
  600,
  700,
  800,
  900
);
body {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

p {
  font-size: 16px;
  font-weight: 300;
}

.no-padding {
  padding: 0;
}

.font_alt {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #262626;
}

.font_alt2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: rgb(100, 100, 100);
}

/* =======================================
2. Navbar
======================================= */

.navbar-theme .navbar-nav > .active > a,
.navbar-theme .navbar-nav > .active > a:hover,
.navbar-theme .navbar-nav > .active > a:focus {
  border-bottom: 3px solid #d9ad5b;
  border-radius: 1px;
}

.navbar-theme {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black,
    -1px -1px 2px black;
}

.navbar-theme li a {
  color: #f2f2f2;
}

.navbar-theme li a:hover {
  background-color: rgba(150, 150, 150, 0.5);;
  /* color: black; 
	 text-shadow: none;*/
}

.navbar-theme button {
  color: #f2f2f2;
  border: 0;
}

.navbar-theme button span {
  background-color: #f2f2f2;
}

.navbar-theme .navbar-brand img {
  height: 100%;
}

.navbar.solid {
  background-color: #262626;
  transition: background-color 1s ease 0s;
  text-shadow: none;
}

.solid li a:hover {
  /*color: black;*/
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* =======================================
3. Carousel
======================================= */

.carousel-indicators {
  top: 7rem;
}

.carousel-inner .carousel-caption {
  top: 35%;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black,
    -1px -1px 2px black;
}

.icon-background {
  fill: #d9ad5b;
}

.social-media-icon:hover .icon-background {
  fill: #bf9056;
}

.slider-arrow-more {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  color: #f2f2f2;
}

.slider-arrow-more a {
  color: #f2f2f2;
  font-size: 5rem;
}

/*if you don't want the indicators or/and the controls*/

/*.carousel-indicators,
.carousel-control {
  display: none;
}*/

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #d9ad5b;
}

.carousel-indicators li {
  border-color: #d9ad5b;
}

.carousel-indicators li.active {
  background-color: #d9ad5b;
}

/* =======================================
4. Content
======================================= */

.img-avatar {
  width: 350px;
  height: 200px;
}

/* =======================================
5. Panels
======================================= */

.btn-price {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-size: 13px !important;
  background-color: #d2d2d2 !important;
  transition: 0.3s;
}

.panel {
  border: 1px solid #0d0d0d;
  border-radius: 0;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  /* transition: box-shadow 0.5s;*/
}
/*
.panel-body {
    font-size: 16px !important;
}
*/
.panel:hover {
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.8);
  margin-top: -5px;
}

.panel-footer .btn:hover {
  /* border: 1px solid #f4511e; */
  background-color: #f2f2f2 !important;
  /*color: black; */
}

.panel-heading {
  color: #0d0d0d !important;
  background-color: #f2f2f2 !important;
  padding: 10px;
  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: #f2f2f2 !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #f2f2f2;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #f2f2f2;
  color: #0d0d0d;
}

.panel h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -2px;
}

.panel h2 {
  font-size: 20px;
}

/* =======================================
6. Buttons
======================================= */

.btn-parallax {
  margin: 1rem;
  color: #f2f2f2;
  font-size: 3rem;
  text-transform: uppercase;
  background-color: #d9ad5b;
  border-radius: 0;
  padding: 2rem 15rem;
}

.btn-parallax:hover {
  background-color: #bf9056;
  color: #f2f2f2;
}

.submit-button {
  color: #f2f2f2;
  font-size: 2rem;
  border-radius: 0;
  background-color: #d9ad5b;
  border: 0;
  padding: 1rem 3rem;
}

.submit-button:hover {
  background-color: #bf9056;
  color: #f2f2f2;
}

.back-to-top {
  font-size: 2rem;
  background-color: #d9ad5b;
  color: #f2f2f2;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.back-to-top:hover,
.back-to-top:link,
.back-to-top:visited,
.back-to-top:active,
.back-to-top {
  text-decoration: none;
  color: #f2f2f2;
}

.back-to-top:hover {
  background-color: #bf9056;
}

/* =======================================
7. Footer
======================================= */

.social-media-icon {
  margin: 1rem 0.5rem;
  height: 5rem;
  width: 5rem;
}

.grey-text {
  color: rgb(150, 150, 150);
}

footer {
  display: flex;
  min-height: 53px;
  color: #f2f2f2;
  background-color: #262626;
}

footer a {
  color: rgb(150, 150, 150);
  margin: 1rem 0.5rem;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

.fusszeile {
  padding-top: 40px;
}

/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
}

/* Add a hover effect if you want */
.fa:hover {
  /*opacity: 0.2;*/
  background: #bf9056;
  color: white;
}

.fa-facebook {
  background: #d9ad5b;
  color: white;
}

.fa-youtube {
  background: #d9ad5b;
  color: white;
}

.fa-instagram {
  background: #d9ad5b;
  color: white;
}

.fa-envelope {
  background: #d9ad5b;
  color: white;
}

.divider-footer {
  border-top: 1px solid grey;
}

/* =======================================
8. Sonstige Styles
======================================= */

.collapsible {
  background-color: #262626;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #0d0d0d;
}

.collapse-content {
  padding: 15px;
  background-color: #e9e9e9;
}

.fragen {
  font-family: Poppins, sans-serif;
  font-size: 40px !important;
  font-weight: 300;
}

.zoom:hover {
  /*transform: scale(1.05);*/
}

.text_about {
  line-height: 2;
}

hr.solid {
  border-top: 3px solid #000;
  width: 200px;
}

h3 {
  display: inline-block;
  padding: 0px;
  /*
  background: lightgray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  */
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.circle-avatar {
  /* make it responsive */
  width: 140px;
  height: 140px;
  display: block;
  /* make it a circle */
  border-radius: 50%;
  /* Centering on image`s center*/
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  /* it makes the clue thing, takes smaller dimension to fill div */
  background-size: cover;
  /* it is optional, for making this div centered in parent*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#overview,
#projects,
#gallery,
#comments,
#contact,
#aufreisser {
  padding-top: 7rem;
}

.divider {
  margin: 5rem 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.bg-parallax {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/IMG_9192.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.parallax {
  /* Set a specific height */
  height: 500px;
}

.parallax .caption-parallax h2 {
  font-size: 5rem;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black,
    -1px -1px 2px black;
}

.caption-parallax {
  padding-top: 200px;
  color: white;
}

.wrapper-captcha {
  width: 100%;
  height: 100%;
}

.input-theme {
  border-radius: 0;
}

.new-comment {
  font-size: 10rem;
}

.new-comment i {
  line-height: 200px;
  white-space: nowrap;
}

.new-comment a {
  color: #d9ad5b;
}

.new-comment a:hover {
  color: gray;
}

.commentbox {
  min-height: 300px;
  background-color: white;
  padding: 5rem 0;
  margin-bottom: 1.5rem;
}

.commentbox span {
  margin: 1rem 2rem;
}

.commentbox-header {
  border-bottom: 1px solid lightgray;
}

.commentbox-content {
  font-size: 1.8rem;
  padding: 2rem;
}

#wrapper-comments {
  background-color: rgb(244, 246, 250);
  padding-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #wrapper-comments .col-sm-6:nth-child(even) {
    padding-left: 7px;
  }
  #wrapper-comments .col-sm-6:nth-child(odd) {
    padding-right: 8px;
  }
  .parallax .caption-parallax h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #wrapper-comments .col-lg-4:nth-child(3n + 2) {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slider-arrow-more {
    bottom: 1rem;
  }
  .slider-arrow-more a {
    color: white;
    font-size: 4rem;
  }
  .parallax {
    height: 20rem;
    background-attachment: scroll;
  }
  .caption-parallax {
    top: 10%;
  }
  .parallax .caption-parallax h2 {
    font-size: 3rem;
  }
  .submit-button {
    margin-top: 1rem;
  }
  .btn-parallax {
    padding: 1rem 5rem;
    font-size: 1.5rem;
  }
  .text-center-xs {
    text-align: center;
  }
  #recaptcha {
    width: 304px;
    margin: 0 auto;
  }
  #contact {
    padding-bottom: 1.5rem;
  }
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}
.bg-grey {
  background-color: #f6f6f6;
}

.slideanim {
  visibility: hidden;
}

.slide2 {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@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%);
  }
}
