@font-face {
    font-family: 'barkentina'; /* Benenne die Schriftart */
    src: url('barkentina.otf') format('opentype'); /* Gib den Pfad zur OTF-Datei an */
}

* {
  font-family: 'barkentina', 'Georgia', serif;
  box-sizing: border-box;
  font-size:20px;
  color: #185a23;
}
html {
    font-family: 'barkentina', 'Georgia', serif;
  scroll-behavior: smooth;
	overflow:hidden;
	height: 100vh;
}
body{
  margin:0;
  padding:0;
  height: 100vh;
  background-image: url("Baum.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;

}

.foto{
	object-position: top;
}

.mhack{
	margin-top:20px;	
}
.content{
  background-color:#ffffff;
	opacity:0.9;
	padding:1rem;
	border-radius:1rem;
}
.teaser{
    height: 100%;
    object-fit: cover;
    width: 100%;
	object-position: bottom;
}
.snapper{
	scroll-snap-align: start;
}

.hund{
	height:50%;
	max-width:100%;
	margin-top:2rem;
	text-align:right;
}

#email1{
	display:none;
}
#logo{
  line-height:0;
  padding:0;
  text-align:center;
  background-image:url('drucktuefel-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height:300px;
}
#themenue{
	top:0;
    position: sticky;
    z-index: 10;
}
#thecontent{
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height:95vh;
  scroll-behavior: smooth;
}
#menu{
	top:0;
}

#menubutton{
	float:left;
}
#menubutton a{
	color:#ffffff;
	text-decoration:none;
}
.row::after {
  content: "";
  clear: both;
  display:table;
}
.row{
  padding-top:20px;
}
.h1h{
	display:none;	
}

h1{
  font-family: 'barkentina', 'Georgia', serif;
  font-size:1.7rem;
  color:#185a23;
  line-height:1.8rem;
}
h2{
  font-family: 'barkentina', 'Georgia', serif;
  font-size:1.3rem;
  color:#185a23;
  font-weight:normal;
  margin-bottom:0;
}
h3{
  font-family: 'barkentina', 'Georgia', serif;
  font-size:1rem;
  color:#000000;
}
#phonenav{
  display:none;
  width:100%;
  z-index:20;

  background-color:#ffffff;
  margin-top:0;
  position: sticky;
	top:0;
	color:#185a23;
}
.navbar {
  background-color: #ffffff;  
  /* background-color: #ff6600; --> */
  color: #185a23;
  padding:15px 0 10px 0;
  text-align:center;
  width:100%;
}
.navbar a{
  color:#185a23;
}
.exceptphone{
  display:none;
}
.navitem{
  width:auto;
  padding: 5px 20px;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  font-weight:bold;
}
.navitem:hover{
  background-color:#185a23;
  color:#ffffff;
}
#header fa{
	float:right;	
}
#phonenav .navitem{
  display:block;
  background-color:#ffffff;
  color:#185a23;
}
#phonenav .navitem:hover{
   background-color:#185a23;
   color:#ffffff;
}
.image{
  width:100%;
  min-height:180px;
  max-height:500px;
  object-fit:cover;
}
.fade{
  animation:opac 3s
}
.legende{
  font-size:0.8rem;
}
.facebook{
  height:25px;
  text-align:center;  
}
#logo .image{
  object-fit:contain;
}
.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
  float: left;
  width: 100%;
  padding-top:1px;
}

.text{
  width:95%;
  margin-left:10px;
}
ul {
  padding-left:22px;
}
li{
  padding-bottom:0.4rem;
}
.bg-grau{
  background-color:#dddddd;
}
.bg-grau-w{
  background-color:none;
}

#Angebot a,
#Preise a,
#Downloads a{
  display:inline-block;
  padding:0 5px 0 5px;
  margin:5px 0 5px; 0;
  color:#ffffff;
  text-decoration:none;
  background-color:#3283dc;

}
#Angebot a:hover,
#Preise a:hover,
#Downloads a:hover{
  background-color:#ff6600;
}
#Downloads a{
}
.anker{
  height:150px;
}
.knoten{
  width:95%;
}
.center{
  text-align:center;
}
.linksdiv{
  display:flex;
  align-items:center  
}
.links{
  width:100%; 
  object-fit:contain;
}
#Links div{
  padding-bottom:20px;
}
.npb{
  padding-bottom:0 !important;
} 
#Links a{
  color:#000000;
}
.zitat{
  color:#000000;
  font-size:1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-style:italic;
}
#Preise table{
  width:100%;
  border:collapse;
  border-bottom:1px solid #000000;
}
#Preise th,
#Preise td{
  vertical-align:top;
  font-size:0.6rem;
}
#Preise th{
  text-align:left;
}
#Preise td:last-child{
  text-align:right;
  width:10%;
}
#Preise td:first-child{
  width:5%;
}
#Preise td:nth-last-child(2){
  width:25%;
}
#Adresse a{
  text-decoration:none;
  color:inherit;
}
#kontakt2{
  padding-top:0;
}
#kontaktform input,
#kontaktform select,
#kontaktform textarea{
  margin-bottom:0.5rem;
  width:90%;
}
#kontaktform textarea{
  height:10rem;
}
.maps{
  width:100%;
  min-height:500px;
  max-height:800px;
}

.fa {
  text-decoration: none;
	font-size: 2rem !important;
	padding-right:1rem;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: #ffffff !important;
}
.fa-linkedin {
  background: #007bb5;
  color: white !important;
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .phoneonly{
    display:none;
  }
  .exceptphone{
    display:block;
  }
  #logo img{
	width:100%;
  }
  .foto{
    margin-top:30px;
	object-position: top;
  }
  #Preise th,
  #Preise td{
    font-size:0.8rem;
  }
  .bg-grau-w{
    background-color:#dddddd;
  }
  .retti{
    height:325px;object-fit:cover;
  }
  .row{
    padding-bottom:60px;
  }
  .mhack{
	margin-top:0;	
  }
.text{
  width:95%;
  margin-left:initial;
}

}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .phoneonly{
    display:none;
  }
  .exceptphone{
    display:block;
  }
  #logo img{
	width:100%;
  }
  .fa {
	font-size: 6rem !important;
  }
  .foto{
    margin-top:30px;
  }
  *{
    font-size:24px;
  }
  #Preise th,
  #Preise td{
    font-size:1rem;
  }
  .bg-grau-w{
    background-color:#dddddd;
  }

}