/* Schriften */

@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/figtree-v6-latin-300.woff2') format('woff2');
  	}
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/figtree-v6-latin-regular.woff2') format('woff2');
  	}
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  src: url('fonts/figtree-v6-latin-700.woff2') format('woff2');
  	}
  	
h1 { 
	font-family: "Figtree", sans-serif; 
	font-size: 2.5em;
	margin-top: 2vw;
	margin-left: 2vw;
	font-weight: 700;

	}
	
h2 { 
	font-family: "Figtree", sans-serif;
	font-size: 1.46em;
	margin-left: 2vw;
	font-weight: 300;
	margin-top: -32px;
	color: #686868;
	}
	
h3 { 
	font-family: "Figtree", sans-serif; 
	font-size: 1em;
	margin-top: 2vw;
	margin-left: 2vw;
	font-weight: 700;
	line-height: 100%;
	color: #686868;
	}
		
h4 { 
	font-family: "Figtree", sans-serif; 
	font-size: 1em;
	font-weight: 800;
	margin: 0px;
	color: #686868;
	}
	
h5 { 
	font-family: "Figtree", sans-serif; 
	font-size: 1em;
	font-weight: 800;
	margin-top: 30px;
	line-height: 80%;
	color: #686868;
	}
	
p { 
	font-family: "Figtree", sans-serif;
	font-size: 1em;
	margin-left: 2vw;
	font-weight: 400;
	line-height: 125%;
	color: #686868;
	}

figcaption {
	font-family: "Figtree", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #686868;
    padding-top: 0.6em;
    padding-bottom: 1.4em;
    padding-right: 1.23em;
    line-height: 1.2em;
    text-align: left;
}

/* Hyperlink-Farben-Stile */

a:link {
  color: #686868; 
  text-decoration: none;
}

a:visited {
  color: #686868;
  text-decoration: none;
}

a:hover {
  color: #171717;
  text-decoration: none;
}

a:active {
  color: #9F9F9F;
  text-decoration: none;
}

/* Slider / Scroller */

.container {
    display: flex;
    overflow-x: scroll;
    margin-top: 12vh;
    margin-left: 2vw;
    margin-right: 2vw;
}
.container figure {
    margin-left: 0px;
    margin-right: 10px;
}
.container::-webkit-scrollbar {
    display: none;
}
figure {
    width: auto;
    height: auto;
}    
figure img {
    width: auto;
    height: 50vh;
    max-height:600px;
    border-radius: 4px;
 }    
 /* Textbox Kontakt */
 
 .textbox {
  margin: 100px 8vw 2vw 10vw;
  padding-top: 50px;
  max-width: 600px;
}
 
 /* Bildbox-Indexsite */
 
#img1{
margin-top: 5vh;
margin-left: 2vw;
margin-right: 2vw;
width: 94vw;
}

/* video */

video {
  display: block;
  margin: auto;
  margin-top: 15vh;
  max-width: 900px;
}

/* Menu / Navigation */

nav ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

nav {
  float: right;
  margin: 0;
}

li {
	display: inline;
	margin-right: 2vw;
	margin-left: 2vw;
	font-family: "Figtree", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	padding-top: 5px;

}
/* Anpassung Smartphone */

@media screen and (max-width: 700px) {
  nav {
    width: 100%;
    margin-top: 0px;
  }
  nav li {
    display: block;
    text-align: left;
  }
  .container {
    display: block;
    margin-top: 20vh;
    margin-left: 1vw;
	}
	figure img {
    width: 95vw;
    height: auto;
 } 
h1 { 
	font-size: 1.8em;
	}
h2 { 
	font-size: 1.05em;
	margin-top: -20px;
	}
	 .textbox {
  margin: 80px 8vw 2vw 0vw;
  padding-top: 50px;
	}
video {
  margin-top: 15vh;
  max-width: 400px;
	}
figcaption {
	font-size: 0.7em;
}
 }

/* Stil Tabelle - Refrenzen */

table, td {
	font-family: "Figtree", sans-serif;
	color: #686868;
	vertical-align: top;
	text-align: left;
	padding-bottom: 8px;
	padding-right: 20px;
}

table {
	float:left;
	margin-top: 0vh;
	margin-left: 2vw;
	margin-right: 3vw;
	border-collapse: collapse;
	max-width: 420px;
}

td {
	font-weight: 400;
	font-size: 0.7em;
	min-width: 50px;
}

section {
	margin-top: 14vh;
	margin-left: 2vw;
	padding-top: 10px;

}