/*

The Town

https://templatemo.com/tm-525-the-town

*/


@font-face {
    font-family: 'cooper_lt_btlight';
    src: url('cooperlightbt-webfont.woff2') format('woff2'),
         url('cooperlightbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'GreycliffCF-Regular';
	src: url('greycliff-cf-regular.eot');
	src: url('greycliff-cf-regular.eot?#iefix') format('embedded-opentype'),
             url('greycliff-cf-regular.woff2') format('woff2'),
	     url('greycliff-cf-regular.woff') format('woff'),
	     url('greycliff-cf-regular.ttf') format('truetype'),
	     url('greycliff-cf-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
  font-size: 18px;

}

body {
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color:#f2ede3;
  
}
a {
  transition: all 0.3s ease;
}

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

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

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

.tm-section-pad-top {
  padding-top: 85px;
  margin-left:8%;
  margin-right:8%;
}

.tm-text-primary {
  color: #3496d8;
  
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #3496d8;
  padding: 14px 35px;
  border-radius: 30px;
}

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

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
 font-family: 'cooper_lt_btlight';
 letter-spacing: 0.02em;
  text-transform:uppercase;
   font-size: 1.1rem;
}

.tm-navbar.scroll {
  background-color: #f2ede3;
  
}

.navbar-brand {
  color: white;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform:uppercase;
  color :#4a633d;
  
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #66894E;
  
}

.tm-navbar.scroll .navbar-brand {
  color: #4a633d;
}

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

.tm-nav-link {
  color: #4a633d;
}

.tm-navbar.scroll .tm-nav-link {
  color: #4a633d;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #66894E;
}

.navbar-toggler {
  border: 1px solid #4a633d;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: #4a633d;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #8f8f8f;
}

/* Hero */

#hero {
  background-image: url(../img/db210213-header-bg.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 830px) {
  #hero {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #hero {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #hero {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #hero {
    background-position: center -450px;
  }
}

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


#abstand {
	margin-bottom: 100px;

}


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

.logo {
  width: 16%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left:auto;
  margin-right:auto;


}

@media (min-width: 280px) and (max-width: 900px) {
  .logo {
    width: 35%;
  }
}

@media (min-width: 1800px) and (max-width: 2880px) {
  .logo {
    width: 12%;
  }
}


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

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  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: #c57e7d;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 10px 22px 8px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: white;
  background: #3496d8;
}

/* Introduction */

.tm-intro-text-container  {
	
	/*width:60%;*/
}

#introduction {
	margin-top:0px;


}




@media (min-width: 1400px) and (max-width: 2880px) {
  .tm-intro-text-container{
    width: 60%;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .tm-intro-text-container{
    width: 80%;
  }
}




.tm-intro-text-container h2 {
  font-family: 'cooper_lt_btlight';
  color:#4a633d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height:40px;
  font-size:30px;
  }

.tm-intro-text-container h3 {
  font-family: 'cooper_lt_btlight';
  color:#4a633d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height:30px;
  font-size:20px;
  margin-bottom:0px !important;
  }


@media (min-width: 200px) and (max-width: 1000px) {
  .tm-intro-text-container h2{
    margin-top:30px;
  }
}


.adresse {
 	width:250px;
 	margin-left:auto;
 	margin-right:auto;
 	margin-bottom: 10px;
 	
 	}

h5 a{
	color:#4a633d;

}



.tm-container-contact h2{
   font-family: 'cooper_lt_btlight';
  color:#4a633d;
  text-transform: uppercase;
  width:40%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.tm-intro-text {
 font-size: 16px;
 line-height: 22px;
  color:#4a633d;
   font-family: 'GreycliffCF-Regular';
  
  
}

.tm-intro-text p{


 }

.tm-icon {
 
}

/* Bestellungen */

#abholtermin{



}

.bestellbtn{
 
  
  width:100%;
  height:100px;
 margin-left:auto;
 margin-right:auto;

}

.bestellbtn a{

	font-family: 'cooper_lt_btlight';
    color:#4a633d;
    text-transform: uppercase;
    font-size:25px;
	border:2px solid #4a633d;
	padding:10px;
	margin-left:auto;
    margin-right:auto;
    text-align:center;
   	
}

@media (min-width: 200px) and (max-width: 1000px) {
  .bestellbtn a{
     font-size:22px;
     margin-left:auto;
    margin-right:auto;
  }
}


.headline01{
	margin-left:auto;
	margin-right: auto;
	margin-top:100px;
	width:30%;
	height:100px;
	text-align:center;



}



.space{
	margin-left:auto;
	margin-right: auto;
	margin-top:100px;
	width:30%;
	text-align:center;



}

@media (min-width: 200px) and (max-width: 1000px) {
  .space{
    margin-top:0px;
  }
}



@media (min-width: 200px) and (max-width: 1000px) {
  .headline01{
    width:80%;
  }
}




.headline01 {
	width:100%;
	}


.headline01 h2 {
	font-family: 'cooper_lt_btlight';
    color:#4a633d;
    text-transform: uppercase;
    font-size:30px;
	margin-top: 150px;
	width:300px;
    margin-left:auto;
	margin-right: auto;


}

.bestellungen h2{
	


}


@media (min-width: 200px) and (max-width: 1000px) {
  .headline01 h2{
    width: 100%;
  }
}

.tm-section-pad-top{
	padding-bottom:50px;






}



@media (min-width: 200px) and (max-width: 1000px) {
  .tm-section-pad-top{
    padding-bottom:0px;
  }
}




.tm-section-pad-top h4{
	font-family: 'cooper_lt_btlight';
    color:#4a633d;
    text-transform: uppercase;
    font-size:25px;



}


.tm-section-pad-top h5{
	font-family: 'cooper_lt_btlight';
    color:#4a633d;
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
	line-height:30px;
	font-weight: light;
	


}


.tm-work-description {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

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

.tm-gallery-item {
  margin: 0 15px;
}

.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;
  color: #3ba0dd;
}

.slick-dots li button:before {
  font-size: 26px;
}



/* Contact */

#contact{

 margin-left:auto;
 margin-right:auto;
 width:80%;
 margin-bottom: 100px;
 padding-top:100px;
 
}


.adresse{
	

}



#contact img{
  color: white;
  max-width: 100%;
  
}


@media (min-width: 200px) and (max-width: 1000px) {
 #contact{
  width: 100%;
  
  }
}

#contact h5{
font-family: 'cooper_lt_btlight';
    color:#4a633d;
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
	line-height:26px;
	font-weight: light;
	}

#contact h5 a{
	color:#4a633d;
	font-family: 'cooper_lt_btlight';
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
	line-height:26px;
	font-weight: light;
}


#contact a{
	font-size: 16px;
 line-height: 22px;
  color:#4a633d;
   font-family: 'GreycliffCF-Regular';
  

}

#contact a:hover{
 color:#66894E;



}

.tm-underline {
  border-top: 2px solid white;
  height: 8px;
  width: 100%;
}

.tm-underline-inner {
  width: 25%;
  height: 8px;
  background: white;
}

.tm-contact-item {
  margin-bottom: 75px;
}

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

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

.tm-contact-item-link:hover i,
.tm-contact-item-link:hover span {
  color: #3496d8;
}

.tm-input {
  padding: 8px 25px;
  border-radius: 3px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

::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-btn-submit {
  margin-left: 20px;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

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

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

p {
  line-height: 1.9;
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }
  
  
@media (min-width: 200px) and (max-width: 1000px) {
  .container{
    max-width: 100%;
   padding-right: 0px; important!
 padding-left: 0px;  important!
  }

  .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: 800px;*/
    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) {
  .tm-btn-submit {
    margin-left: 20px;
    margin-top: 0;
  }

  .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: #8f8f8f;
  }
}

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

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

  .tm-gallery-item {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .tm-btn-submit {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}






.impressum h2{
 font-family: 'cooper_lt_btlight';
  color:#4a633d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height:40px;
  font-size:30px;
	}



.impressum p{
	font-size: 16px;
 line-height: 22px;
  color:#4a633d;
   font-family: 'GreycliffCF-Regular';
  
}


.back{
margin-bottom:20px;
width:200px;
height:40px;

}

.impressum a{
	font-size: 16px;
 line-height: 22px;
  color:#4a633d;
   font-family: 'GreycliffCF-Regular';
   border: 2px solid #4a633d;
   padding:3px;
   margin-bottom:50px;
   }


.impressum a:hover{
color:#66894E;
border: 2px solid #66894E;

}

