body {
  font-family: "Cormorant+Garamond", serif;
  padding: 35px 0 0 0;
}

/*navigation*/

.navbar {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}

.navbar-toggler {
  border: 0;
}

.bg-light {
  background: #fff;
}

.nav-link {
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  height: auto;
  text-align: center;
  left: 0;
  top: 0;
  padding: 5px;
  margin: 0 4px;
}

/*ueberschriften*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 16px;
  text-align: center;
}

h4 {
  font-size: 35px;
  margin-bottom: 60px;
  text-align: center;
}

.justify {
  text-align: justify;
}

.flattersatz {
    text-align: left;
}

.flattersatzcenter {
    text-align: center;
}

hr {
  width: 80%;
  height: 5px;
  margin: 0 auto;
  color: #848484;
}

p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #848484;
}

/*hover link bilder*/

.work {
  position: relative;
}

.work a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  opacity: 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  padding-top: 30%;
}

.work a:hover {
  opacity: 1;
}

.workhoch {
  position: relative;
}

.workhoch a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  opacity: 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  padding-top: 60%;
}

.workhoch a:hover {
  opacity: 1;
}

.fixed {
  position: fixed;
  top: 100px;
  right: 0;
  background-color: white;
}

.logo-mobile {
  text-align: center;
}

.copyright {
  font-size: 10px;
  text-align: center;
}

.logo {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 55px;
}

.uppercase {
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mittig {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.impressum {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

.wedding {
  background: #efefef;
  height: 255px;
}

img {
  width: 100%;
  height: auto;
}

.row {
  padding-bottom: 30px;
  float: left;
}

/*social media icons*/

.socialmedia {
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.socialmedia img {
  max-width: 30px;
  margin: 0 10px;
}

.socialmedia a:hover img {
  transform: scale(1.1);
  transition: 300ms;
}

.socialmedia a:hover {
  text-decoration: none;
}

@media (max-width: 780px) {
  .work {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .workhoch {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {}

@media (max-width: 780px) {
  .single {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  ...
}

@media (min-width: 992px) {
  ...
}

@media (min-width: 1200px) {
  ...
}
