/*=========================================
	Global
=========================================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Iceland', cursive;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  color: #222;
  overflow-x: hidden;
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}

h1 {
  color: #828282;
  font-weight: 600;
}

h3 {
  color: #828282;
  font-weight: 600;
}

a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  letter-spacing: 0.2em;
}

a:hover {
  color: #ae2626 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

i {
  color: #222;
  font-size: 0.8em;
}

i:hover {
  color: #ae2626;
  font-size: 0.8em;
}

span {
  color: #222;
  font-weight: 600;
}

/*=========================================
	Navbar
=========================================*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: transparent;
  position: absolute;
}

.navbar {
  padding: 20px;
  position: fixed;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  background-color: rgba(1, 1, 1, 0.8);
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
}

/*=========================================
	Content
=========================================*/
.content {
  background: url("../images/ai_5.jpg") 50% 0 fixed no-repeat;
  height: 100vh;
  background-size: cover;
}

.content_ai {
  background: url("../images/ai_g2.jpg") 50% 0 fixed no-repeat;
  height: 100vh;
  background-size: cover;
  background-color: #fff;
}

.content_misc {
  background: url("../images/misc.jpg") 50% 0 fixed no-repeat;
  height: 100vh;
  background-size: cover;
}

.tones {
  color: #222;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-top: 15em;
}

/*=========================================
	01. Scrollbar CSS
=========================================*/

::-webkit-scrollbar {
  width: 1em;
  height: 1em;
}

::-webkit-scrollbar-track {
  background: hsl(0 0% 13% / 1);
  /* border-radius: 100vw; */
  /* margin-block: 5em; */
}

::-webkit-scrollbar-thumb {
  background: hsl(0 0% 20% / 1);
  border: 0.25em solid hsl(0 0% 13% / 1);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(0 74.27% 66.47% / 1);
}

/*=========================================
	Global
=========================================*/
.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

input::placeholder {
  color: #a1a1a1 !important;
  font-style: italic;
  font-size: 0.8em;
}

/* gleicher Abstand jeder section nach oben und unten */
section {
  position: relative;
  background-color: #fff;
  padding: 5rem 0;
}

/* setzt die sections auf Position relative - wichtig auch wegen overlay */
.d-relative {
  position: relative;
}

/* overlay für die section/paralaxe Hintergründe */
.bg-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
}

/*=== One Click Scroll Top Button===*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(45deg, #222, #333);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

/*=========================================
	Scroll Top
=========================================*/
.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #e96a6a;
}

.scroll-top:hover i {
  font-size: x-large;
}

/*=========================================
	Section Content
=========================================*/
.section-title {
  color: #a1a1a1;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.features .single-feature {
  padding: 50px 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*-webkit-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
    border: solid 2px #222;*/
}

.features .single-feature:hover {
  -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.75);
}

.features .single-feature .feature-icon {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  border: solid 2px #030303;
  border-radius: 5px;
  background: linear-gradient(45deg, #030303, #030303);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  font-size: 35px;
  margin-bottom: 30px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features .single-feature .feature-icon i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features .single-feature p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 28px;
  font-size: 14px;
}

.features .single-feature:hover {
  border-color: #222;
}

.box-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 1.4em;
  width: 100%;
}

.box {
  list-style-type: none;
  float: left;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
}

.box.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
  padding: 10px;
  position: relative;
}

.box a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -10px rgba(0, 0, 0, 0.75);
  border: solid 2px #222;
  border-radius: 5px;
}

.box img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

.box a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
}

.cap {
  font-size: 1.1em;
}

/*=========================================
	Gallery
=========================================*/
.gallery {
  color: #fff;
}

#gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;

  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width:1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

}

@media (max-width:800px) {
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

}

@media (max-width:600px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (max-width:600px) {
  .scroll-top {
    display:none;
  }
}

#gallery img,
#gallery video {
  width: 100%;
  height: auto;
  margin: 4% auto;
  box-shadow: -3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-img,
.model-vid {
  width: 100%;
  height: auto;
}

.modal-body {
  padding: 0px;
}

@media (min-width: 992px) {
  .box:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
  }

  .box:hover a::before {
    opacity: 0.3;
    transition: opacity 0.5s;
  }
}

@media (min-width: 390px) {
  .three-cols .box {
    width: 50%;
  }
}


@media (min-width: 576px) {
  .three-cols .box {
    width: 33.3%;
  }

  .three-cols .box:nth-child(3n+0) {
    margin-right: 0;
  }

  .three-cols .box:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .box:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
  }

  .box:hover a::before {
    opacity: 0.3;
    transition: opacity 0.5s;
  }
}

/*=========================================
	Footer
=========================================*/
.footer {
  color: #222;
  font-weight: 600;
}