::selection {
  background-color: red;
  color: white;
}

* {
  box-sizing: border-box;
}

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

:focus {
  outline: none !important;
}

/* Sticky Footer flexbox */

.stickyBody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.stickyMain {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.stickyFooter {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

/* Layout */

body {
  font-family: Texta-Thin !important;
  font-size: 1.4rem;
  border: inherit;
  height: 100vh;
  color: #000;
  letter-spacing: 0.07rem;
}

body :not(input):not(textarea) {
  -webkit-user-select: none;
  user-select: none;
}

main {
  overflow: hidden;
  /*background-color: aliceblue;*/
}

h2 {
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

a, .navbar-light .navbar-nav .nav-link {
  color: #7f8080;
  font-weight: normal;
  border-bottom: none !important;
  text-decoration: none !important;
  letter-spacing: 0.15rem;
}

a:hover, .nav-link:hover, .active {
  color: rgb(255,0,0);
}

#navcol-1 {
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(120,120,120,0.75);
  padding: 1rem;
}

@media (min-width: 1200px) {
  #navcol-1 {
    background: rgba(255,255,255,0);
    box-shadow: 0px 0px 13px rgba(120,120,120,0);
    padding: 0;
  }
}

/* HEADER */

header {
  padding: 70px;
}

.home header {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  header {
    padding: 20px;
  }
}

.logo-size {
  width: 250px;
}

header a {
  text-transform: uppercase;
}

.header--trenner--links {
  padding: 0 7px;
  color: #7f8080;
  overflow: hidden;
  height: 26px;
}

/* Navigationen */

.navbar-collapse-footer {
  position: relative;
  left: -95px;
  bottom: 30px;
  background: rgba(255,255,255,1);
  width: 100%;
  box-shadow: 13px -11px 13px -17px rgba(120,120,120,0.75);
}

#navcol-2 {
  position: absolute;
  right: 0;
  top: 32px;
  background-color: white;
  width: 380px;
  padding-bottom: 1rem;
}

.nav-item {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
}

footer > nav {
  display: flex;
  justify-content: end;
  align-content: end;
  align-items: end;
}

#nav-link-position {
  margin-bottom: -1px;
  margin-top: 1px;
  padding-right: 1px;
}

.navbar {
  padding: 15px 0;
}

.navbar-collapse-footer {
  position: relative;
  left: 70px;
  bottom: -54px;
}

.nav-link {
  padding: 0;
}

.nav-link:focus {
  color: red;
}

.navbar-collapse {
  z-index: 33;
}

.nav-tabs, .nav-tabs .nav-link {
  border: 1px solid transparent !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

header > div > div > a {
  font-size: 1.5rem;
}

header > div > div {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

/* MAIN */

.fa.fa-chevron-down {
  font-size: 7px;
  padding: 6px 6px 0 0;
}

.inhalt-container-padding {
  padding: 30px 20px;
}

@media (min-width: 1200px) {
  .inhalt-container-padding {
    padding: 77px 200px;
  }
}

@media (min-width: 1600px) {
  .inhalt-container-padding {
    padding: 77px 270px;
  }
}

.inhalts--box--bottom {
  padding-bottom: 6rem;
}

.inhalts--box--left {
  padding-bottom: 7rem;
}

@media (min-width: 1200px) {
  .inhalts--box--left {
    padding-right: 5rem;
    padding-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .inhalts--box--left {
    padding-right: 9rem;
    padding-bottom: 0;
  }
}

.a-color-black a {
  color: #000;
}

.a-color-black a:hover {
  color: #ccc !important;
}

/* Grafikdesign & Fotografie Galerie */

.nav-tabs {
  margin-bottom: 7rem;
}

.nav-tabs .nav-item {
  text-transform: uppercase;
  margin-left: 3rem;
}

.filterDiv {
  opacity: 0.1;
}

.show {
  opacity: 1;
}

.div--scroll--down {
  position: absolute;
  bottom: 50px;
  left: 69px;
  display: none;
}

@media (min-width: 992px) {
  .div--scroll--down {
    display: flex;
  }
}

/* Kontakt */

.box--kontakt--mittig {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* FOOTER */

footer {
  padding: 35px 70px;
  position: relative;
}

.nav-position-toggle {
  left: 40px;
  z-index: 33;
  position: fixed;
  bottom: 67px;
}

footer .nav-link {
  padding: 5px;
}

.newsletter--size {
  font-size: 1.5rem;
  padding-top: 5px;
  margin-right: 3rem;
}

.footer--sozial--boxen {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.sozial-icon-width > img {
  filter: opacity(0.5) grayscale(100%);
  width: 30px;
  margin-left: 13px;
}

.sozial-icon-width > img:last-of-type {
  margin-right: 0;
}

.sozial-icon-width > img:hover {
  filter: opacity(1) grayscale(0);
}

