* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
}

.bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url("../resources/Shooting/Website/C&J-8185.JPG");
  min-height: 100%;
}

.caption {
  width: 500px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#logo {
  width: 50%;
}

.zitat-div {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.zitat {
  font-size: 30px;
  margin: 0; 
  color: white;
  font-family: 'Amita';
}

#zitat-first-line {
  text-align: left;
  padding-left: 10px;
}

#zitat-second-line {
  text-align: right;
  padding-right: 10px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  border-top: 5px solid #f6ae95;
}
   
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#index-message {
  font-size: 20px;
  margin-left: 70px !important;
  margin: 7%;
  margin-right: 50%;
  color: rgb(168, 168, 168);
}

#index-message-header {
  font-size: 50px;
  margin-left: 70px !important;
  margin: 7%;
  font-family: 'Amita';
}

#promo-pic {
  width: 100%;
}

/* MENU */
.touch-nav {
  top:0;
}
.home-nav {
  top: 80px;
}
.aboutUs-nav {
  top: 160px;
}
.contact-nav {
  top: 240px;
}
.links-nav {
  top: 320px;
}
.picture-nav {
  top: 400px;
}
.videos-nav {
  top: 480px;
}
.press-nav {
  top: 560px;
}
.impressum-nav {
  top: 640px;
}

#left-big-pic, #right-big-pic {
  padding: 20px;
}

#left-big-pic-img {
  width: 30%;
}

#right-big-pic-img {
  width: 30%;
}

.p-navbar, .p-touch-navbar {
  transition: all 250ms cubic-bezier(0, 0, 0, 0);
  cursor: pointer;
  margin: 0;
  left: -141px;
  font-size: 25px;
  color: white;
  text-decoration: none;
  padding-left: 10px;
  text-align: right;
  border: 0;
  width:205px;
  height:80px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  color:rgb(255, 255, 255);
  line-height:55px;
  z-index:19;
}

.fa {
  padding-left: 10.5%;
  padding-right: 10px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 600px) {
  .caption {
    width: 300px;
  }

  .zitat {
    font-size: 20px;
  }

  .column {
    width: 100%;
  }
    
  #header-logo {
    display: none;
  }

  #header-carusell-right {
    display: none;
  }
  
  #header-carusell-left {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .caption {
    width: 200px;
  }

  .zitat {
    font-size: 15px;
  }

  .column {
    width: 100%;
  }
}

@media only screen and (max-width: 1145px) {
  #index-message-header {
    font-size: 30px;
  }

  #index-message {
    margin-right: 10%;
  }

}

@media only screen and (max-width: 750px) {
  #index-message-header {
    font-size: 20px;
  }

  #index-message {
    margin-right: 5%;
    font-size: 15px;
  }
  
  .header {
    width: 100%;
    margin-left: 0;
  }
}