

body {
	/*font-family: "Raleway", sans-serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
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;
}

.blueBG {
    color:#FFF;
    Background-color:#38B;
}

.light-gray{
    color: #CCCCCC        
}

.small {
    font-size:0.85em;
    line-height:1.3em;
    font-weight:250;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #38B;
}

.tm-text-countup {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: bold;
}


.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #38B;
  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:rgba(255,255,255,0.15);
  transition: all 0.9s ease;
  border-bottom: 2px solid #FFF;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    color: #38B;
    font-size: 1.8rem;
    font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #38B;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
  text-shadow: 1px 1px 2px #333;
}

.tm-navbar.scroll .tm-nav-link {
  color: #38B;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #38B;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 375px;
    position: relative;
    background-position: center -50px;
}

#infinite .vcf {
    /*position:relative;
    top:80px;*/
    width: 70vw;             /* 50% der Viewport-Breite */
    height: auto;            /* Proportional skalieren */
    
    -webkit-filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.95));
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.95));
    /*width: 900px;*/
}



.infinite-BG_morning {
    background-image: url("../img/bgimg/infinite-BG_morning.webp");
}
.infinite-BG_day {
    background-image: url("../img/bgimg/infinite-BG_day.webp");
}
.infinite-BG_evening {
    background-image: url("../img/bgimg/infinite-BG_evening.webp");
}
.infinite-BG_night {
    background-image: url("../img/bgimg/infinite-BG_night.webp");
}
.infinite-BG_midnight {
    background-image: url("../img/bgimg/infinite-BG_midnight.webp");
}



.infinite-BG_snow_morning {
    background-image: url("../img/bgimg/infinite-BG_snow_morning.webp");
}
.infinite-BG_snow_day {
    background-image: url("../img/bgimg/infinite-BG_snow_day.webp");
}
.infinite-BG_snow_evening {
    background-image: url("../img/bgimg/infinite-BG_snow_evening.webp");
}
.infinite-BG_snow_night {
    background-image: url("../img/bgimg/infinite-BG_snow_night.webp");
}
.infinite-BG_snow_midnight {
    background-image: url("../img/bgimg/infinite-BG_snow_midnight.webp");
}

/* Testimonials */
#testimonials {
    
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center 100px;
    
    color: white;
    background-image: url("../img/BG-jobs.webp");
    position: relative;
}

.tm-hero-text-container {
display: flex;
    justify-content: center; /* Horizontal zentriert */
    align-items: center;     /* Vertikal zentriert */
    width: 100%;
    height: 100vh;           /* 100% der Viewport-Höhe */
    
 /*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 5px #333;
}

.tm-hero-subtitle {
  text-shadow: 3px 3px 3px #333;
}

.tm-intro-next {
  position: absolute;
    bottom: 30px;
  left: 0;
  right: 0;
}


@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    /*margin-top: -40px;*/
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
	font-size:3.5em;
    cursor: pointer;
    background: #38B;
	border-top-left-radius: 100px;
    border-top-right-radius: 100px;
	width:180px;
	height:100px;
	position:relative; 
	top:30px;
	padding-top: 20px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #38B;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 1.8em;
  font-weight: bold;
    padding-bottom:-10px !important;
}

.tm-gal-title  {
    padding-left:15px;
    margin-bottom:0px;
  font-size: 1.4rem;
  font-weight: bold;
}

.tm-intro-text {
  font-size: 1.0em;
}

.tm-intro-text-shaddow {
    font-size: 1.4rem;
    /*text-shadow: 1px 1px 1px #333;*/
    font-weight: bold;
}




.tm-icon {
  display: block;
  color: #38B;
}

.tm-continue {
	padding: 20px 0 30px 0;
}



.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1200px;
  margin: 0 auto;
    border:1px solid red;
}

/*
.tm-testimonial-item {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height:800px;
  max-height:800px;
  flex: 1; 
  color: #333;
  max-width:592px;
  //min-width:590px;
  margin-left: 15px;
  margin-right: 15px;
  border:2px solid #3F3F3F;
  border-radius:20px;
  background-color: rgba(255, 255, 255, 0.7);
}
*/

.tm-testimonial-item {
    display: flex;
    flex-direction: column;
    height: 800px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 515px;
    min-wdth:515px;
    color: #333;
    margin: 15px;
    border: 2px solid #3F3F3F;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}

.tm-testimonial-item blockquote {
  flex-grow: 1; 
  margin: 10px;
  max-height:500px;
    overflow:hidden;
  overflow-y:scroll;
}

.tm-testimonial-item img {
    display: block;
    width: calc(100% - 40px); 
    height: 170px; 
    margin: 20px auto 35px auto; 
    border-radius: 15px;
    object-fit: cover;
    object-position: center; 
}

/*
.tm-testimonial-item img {
    margin-top:20px;
    border-radius: 20px;
    margin-bottom: 35px;
    width:550px;
    height:170px;
    object-fit: cover; 
    object-position: center;
    
}
*/

.tm-testimonial-item figcaption {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3rem;
    margin-left: 10px
}

/* Work */

.tm-section-desc {
  max-width: 950px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 0px;
  padding-bottom: 20px;
	/*-----*/
	display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}

.tm-gallery-container-3 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  /*bottom: -20px;*/
	display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.slick-dots li {
  margin: 0 0px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #38B;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 10px;
}

/* 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 figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -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 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  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: #38B;
  max-width: 220px;
  border-radius:15px;
    
}

figure.effect-honey img {
    opacity: 1;

    border:2px solid #707070;
    border-radius:15px;
    -webkit-transition: opacity 0.35s;
    transition: all 0.6s ease-in-out ;
}

figure.effect-honey:hover img {
  opacity: 0.6;

  transform: scale(1.05);
  transition: all 0.5s ease-in-out; 
 
}


figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38B;
  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);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url("../img/BG-contact.webp");
  background-position: center;
  background-size: cover;
      /*background-size: 100%;*/
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
vertical-align:20%;
}

.item-link {
  display: flex;
  align-items: flex-start;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #38B;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #38B;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;

  font-size: 1.2em;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
    .tm-navbar {
    max-width: 100% !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    }
    
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@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: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}


@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
 
    }
    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 3px;
    }
    
  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
    .tm-navbar {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        margin: 0 !important;
        display: block !important; /* Verhindert Flex-Zentrierung der Bar selbst */
    }

    /* Das Logo und der Toggler im Container */
    .tm-navbar .container, 
    .tm-navbar .container-fluid {
        display: flex !important;
        justify-content: flex-start !important; 
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}

#footer {
	background: #222;
	color: #fff; 
	padding: 5px; 
	text-align: center; 
}

#footer p {
	line-height:25px;
}

#footer a {
	color: #aaa;
	font-size: 12px;
}

/*-------------*/
.fixed-action-btn {
    z-index: 99;
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
}

/* 481px bis 767px */
@media (max-width: 767px) {
    .fixed-action-btn {
        width: 45px;
        height: 45px;
    }
}

/* Bis 480px (überschreibt den vorherigen Wert) */
@media (max-width: 480px) {
    .fixed-action-btn {
        width: 60px;
        height: 60px;
    }
}




#btn-info {
    background-image: url('../img/info-punkt.png');
}

#btn-up {
    background-image: url('../img/arrow-up.png');
    display: none; /* Initial versteckt */
}