/* [off]@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900"); */

@import url("fonts.css");

body {
    /* [off]font-family: "Lato", sans-serif; */
    font-family: "Open Sans", sans-serif;
    /* [off]font-family: "Raleway", sans-serif; */
    /* [off]font-family: "Cormorant Infant", serif; */
    /* [off]font-family: "Arsenal", serif; */
    /* [off]font-size: 1.2em; */
    font-size: 1em;
    color: var(--text);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 300;
}
a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
    padding-top: 80px;
    /* [disabled]padding-bottom: 40px; */
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

#aktuelles .dividing-line {
    border-bottom: 1px solid var(--bg_color);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#aktuelles .dividing-line.mt-dividing-line {
margin-top: 70px;
}

#aktuelles .sub-h {
    font-weight: 700;
    font-size: 1rem;
}

.container-img-aktuelles {
    position: relative;
}

.img-aktuelles-center {
  background-color: white;
  width: 40%;
  height: 40%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
  padding: 2%;
}

.img-aktuelles {
    max-width: 50%;
    float: left;
}

.img-aktuelles-l {
padding-right: 0.25% !important;
}

.img-aktuelles-r {
padding-left: 0.25% !important;
}

.img-aktuelles-b {
padding-top: 0.50% !important;
}

  .container-img-aktuelles .tm-section-title.mb-4 {
    margin-top: 10% !important;
    margin-bottom: 5% !important;
    font-size: 1rem;
    font-weight: 700;
  }

  .container-img-aktuelles .tm-intro-text {
    margin-top: 5%;
  }

.tm-text-primary {
  color: var(--text);
}

.tm-font-big {
  /* [off]font-size: 1rem; */
    font-size: 0.70rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    /* [off]color: white; */
    color: var(--nav);
    font-size: 0.7rem;
    text-transform: uppercase;
}
.navbar-brand span {
    font-weight: 500;
    font-size: 1.10rem;
    letter-spacing: 0.07rem;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: var(--nav_hover);
}

.tm-navbar.scroll .navbar-brand {
  color: var(--nav);
}

.nav-item {
  list-style: none;
}


.dropdown-item,
.tm-nav-link {
  /* [off]color: white; */
  color: var(--nav);
}

.tm-navbar.scroll .dropdown-item,
.tm-navbar.scroll .tm-nav-link,
.tm-navbar.scroll .navbar-brand{
  /* [off]color: #369; */
  color: var(--nav_scroll);
}

.dropdown-toggle.scroll-galerie {
    color: var(--nav_hover) !important;
}

.tm-navbar.scroll .dropdown-item:hover,
.tm-navbar.scroll .dropdown-item.current,
.dropdown-item:hover,
.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
    /* [off]color: #FFF; */
  /* [off]background-color: #369; */
    color: var(--nav_hover);
}

.navbar-toggler {
  /* [off]border: 1px solid white; */
  border: 0px solid var(--nav);
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  border: 0px solid var(--nav) !important;
}

.navbar-toggler-icon {
  /* [off]color: white; */
  color: var(--nav);
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 0px solid var(--nav_scroll);
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: var(--nav_scroll);
}

/* Hero */

#pdf {
    background-color: var(--bg_color);
    background-image: url("../img/home-background.jpg");
    /* [off]background-repeat: no-repeat; */
    height: 100vh;
    min-height: 375px;
    position: relative;
}

@media (min-height: 600px) and (min-width: 2020px) {
  #pdf {
    background-size: 100%;
    /* [off]background-position: center -90px; */
  }
}

@media (min-height: 600px) and (min-width: 1820px) and (max-width: 2019px) {
  #pdf {
    background-size: 105%;
    /* [off]background-position: center -70px; */
  }
}

@media (min-height: 600px) and (min-width: 1620px) and (max-width: 1819px) {
  #pdf {
    background-size: 120%;
    /* [off]background-position: center -75px; */
  }
}

@media (min-height: 930px) and (max-width: 1619px) {
  #pdf {
    /* [off]background-position: center -90px; */
  }
}

@media (min-height: 680px) and (max-height: 929px) {
  #pdf {
    /* [off]background-position: center -350px; */
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #pdf {
    /* [off]background-position: center -400px; */
  }
}

@media (max-height: 499px) {
  #pdf {
    /* [off]background-position: center -400px; */
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  /* [off]bottom: 100px; */
  bottom: 0px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    /* [off]bottom: 20px; */
    bottom: 0px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
    /* [off]color: #FFF; */
    color: var(--bg_color);
    cursor: pointer;
    /* [off]background: #357; */
    /* [off]padding: 15px 40px; */
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
    color: var(--nav_hover);
    /* [off]background: #37A; */
    /* [off]padding: 20px 50px; */
    font-size: 300%;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
    /* [off]font-size: 2.6rem; */
    font-weight: normal;
    text-transform: uppercase;
}

.tm-intro-text {
    /* [off]font-size: 1.2rem; */
    font-size: 1rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Service */
.service-parallax, .service-parallax-only-bg, #referenzen {
    /* [off]color: white; */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.contact-bg {
    /* [disabled]background-size: cover; */
    background-repeat: no-repeat;
    /* [disabled]background-size: 100%; */
    position: relative;
    background-image: url("../img/contact-background.jpg");
    /* [off]background-position: center; */
    height: 750px;
}

@media (min-width: 2200px) {
   .contact-bg {
    background-size: cover;
    background-repeat: no-repeat;
    /* [disabled]background-size: 100%; */
   
}  
}
.service-parallax {
    background-image: url(../img/service-background-bg.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-002 {
    background-image: url(../img/service-background-bg-002.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-003 {
    background-image: url(../img/service-background-bg-003.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-004 {
    background-image: url(../img/service-background-bg-004.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-005 {
    background-image: url(../img/service-background-bg-005.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-006 {
    background-image: url(../img/service-background-bg-006.jpg);
    /* [disabled]background-position: center 64px; */
}
.service-bg-007 {
    background-image: url(../img/service-background-bg-007.jpg);
    /* [disabled]background-position: center 64px; */
}

 #referenzen {
    background-image: url("../img/referenzen-background-mobile.jpg");
    /* [disabled]background-position: center -800px; */ 
        /* [off]padding-top: 150%; */
}

@media (min-width: 992px) {
#referenzen {
    background-image: url("../img/referenzen-background.jpg");
    /* [disabled]background-position: center 64px; */
    /* [disabled]padding-top: 41.81%; */
    /* [off]padding-top: 30%; */ 
  }
}

.slick-service img {
    width: 100%;
    /* [disabled]visibility: hidden; */
    padding-top: 64px;
}

@media (max-width: 991px) {
  .service-parallax {
    background-image: url("../img/service-background-mobile-bg.jpg");
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-002 {
    background-image: url(../img/service-background-mobile-bg-002.jpg);
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-003 {
    background-image: url(../img/service-background-mobile-bg-003.jpg);
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-004 {
    background-image: url(../img/service-background-mobile-bg-004.jpg);
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-005 {
    background-image: url(../img/service-background-mobile-bg-005.jpg);
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-006 {
    background-image: url(../img/service-background-mobile-bg-006.jpg);
    /* [disabled]background-position: center 0px; */
  }
  .service-bg-007 {
    background-image: url(../img/service-background-mobile-bg-007.jpg);
    /* [disabled]background-position: center 0px; */
  }
}

.tm-service-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
    width: 100%;
    height: 100%;
    /* [off]background: rgba(255, 255, 255, 0.8); */
    /* [off]background: rgba(84, 84, 86, 0.3); */
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#referenzen .tm-bg-overlay {
 background: rgba(255,255,255,0.40);
 z-index: 0;
}

.tm-service-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-service-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-service-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-service-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  /* [off]font-size: 0.9rem; */
}

.tm-gallery-container {
    padding-top: 70px;
    padding-bottom: 120px;
}

.tm-gallery-item {
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    border: 1px solid var(--bg_color_bright);
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  /* [off]color: #3ba0dd; */
  color: var(--nav_hover);
}

.tm-service-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-service-carousel .slick-dots li button:hover:before,
.tm-service-carousel .slick-dots li button:focus:before,
.tm-service-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  /* [off]font-size: 18px; */
  font-size: 12px;
  opacity: 1;
  color: var(--bg_color);
}


/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure.effect-honey-gr figcaption {
  font-size: 1.25em;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0,625em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
    /* [0ff]word-spacing: -0.15em; */
    font-size: 0.8rem;
    font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #939393;
    max-width: 48%;
}
figure.effect-honey-gr {
    background: #939393;
    max-width: 100%;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  /* [off]opacity: 0.4; */
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* [off]background: var(--nav_hover); */
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: none;
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  /* [off]color: white; */
  /* [off]background-color: #001828;
  background-image: url(../img/infinite-loop-03.jpg);
  background-position: center;
  background-repeat: no-repeat; */
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

#contact .tm-section-desc {
    color: var(--text);
}

.contact .tm-container-contact {
    /* [disabled]max-width: 800px; */
    background: rgba(255,255,255,0.95);
    margin-top: -520px;
    position: relative;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 40px;
}
.contact-item-last {
  margin-bottom: 80px;
}
#impressum .contact-item {
  margin-left: 0px;
}
.contact-item i {
    background: var(--nav_hover);
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 26px;
    height: 26px;
    font-size: 16px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.contact .item-link span,
#impressum .item-link span,
#impressum a {
  color: var(--text);
  transition: all 0.3s ease;
}
#impressum a:hover {
   color: var(--nav_hover); 
}

.contact .item-link:hover span:not(.not),
#impressum .item-link:hover span:not(.not) {
  color: var(--nav_hover);
}

.contact .item-link:hover i,
#impressum .item-link:hover i {
    background: white;
    color: var(--nav_hover);
    border-style: solid;
    border-color: var(--nav-hover);
    border-width: 1px;
    padding: 4px;
}

.item-link:hover i,
.item-link:hover span:not(.not) {
  color: #3496d8;
}

.tm-input, .tm-input:focus {
	margin: 0 0 20px 0;
	/* [off]width: 90%; */
    width: 100%;
  padding: 8px 20px;
  /* [off]border-radius: 6px; */
    -webkit-appearance: none;
     border-radius: 0;
  /* [off]border: 1px solid white; */
  border: 1px solid var(--bg_color) !important;
  background: transparent;
  /* [off]color: white; */
  color: var(--bg_color);
  outline: none;
}

.tm-btn-submit {
    font-size: 0.9em;
    color: #fff;
    /* [off]background-color: #369; */
    background-color: var(--bg_color);
    width: 50%;
    /* [disabled]margin-bottom: 60px; */
}

.tm-btn-submit:hover {
	color: #fff;
	/* [off]background-color: #38B; */
    background-color: var(--nav_hover);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /* [off]color: white; */
  color: var(--bg_color);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* [off]color: white; */
  color: var(--bg_color);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  /* [off]color: white; */
  color: var(--bg_color);
}

.tm-footer {
    /* [off]position: absolute; */
    position: relative;
    /* [disabled]bottom: 35px; */
    left: 0;
    right: 0;
    padding: 0 15px;
}

.tm-footer a {
	/* [off]color: #fff; */
    color: var(--text);
}

.tm-footer a:hover {
	/* [off]color: #9CF; */
    color: var(--nav_hover);
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
    line-height: 1.7;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    /* [off]padding-right: 30px;
    padding-left: 30px; */  
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width:576px) {
  .tm-container-contact {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .tm-container-contact {
    max-width: 720px
  }
}
@media (min-width:992px) {
    .tm-container-contact {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
  .container {
    /* [off]max-width: 1275px; */
      max-width: 1310px;
  }
 .tm-container-contact {
        max-width: 800px;
    }

  .tm-container-gallery {
    /* [off]max-width: 1290px; */
  }

}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    /* [off]background-color: rgb(255, 255, 255); */
    background-color: rgba(255,255,255,0.95);
    padding: 10px;
    /* [off]border-radius: 3px; */
  }

  .navbar-collapse .nav-link {
    /* [off]color: var(--nav); */
	padding-right: 20px;
  }
  
  .dropdown-menu {
  background-color: rgba(255,255,255,0.00);
}
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    /* [disabled]margin: 0; */
  }
  #referenzen {
    background-size: 150%;
}
}
