
.link {
    font-family: "Arial";
    font-size: 24px;
    color: Brown;
    margin: auto;
    line-height: 1.8;
    text-decoration: underline;
}

.navbar {
    font-family: "Arial";
    font-size: 20px;
    color: Brown;
    line-height: 1.8;
    text-decoration: none;
    margin-left: 25%;
    margin-right:25%
}

.active {
  background-color: #000000;
}

ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #808080;
  border: 5px solid #555;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.iptext {
    font-family: "Arial";
    font-size: 24px;
    color: grey;
    margin: auto;
    line-height: 1.8;
    text-decoration: none;
}

.text {
    font-family: "Arial";
    font-size: 24px;
    color: brown;
    margin: auto;
    line-height: 1.8;
    text-decoration: none;
}

.parts {
    font-family: "Arial";
    font-size: 24px;
    color: Brown;
    margin: auto;
    line-height: 1.8;
    text-decoration: none;
}

.specs {
    font-family: "Arial";
    font-size: 24px;
    color: darkblue;
    margin: auto;
    line-height: 1.8;
    text-decoration: none;
}

.buttonView {
    height: 40px;
    width: 200px;
    position:relative;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    background-color: LightSeaGreen;
    border-radius: 5px;
    border: none;
    margin: 5px
}

.buttonView:hover {
    background-color: Teal
}

.buttonConnect {
    height: 40px;
    width: 200px;
    position:relative;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    background-color: Green;
    border-radius: 5px;
    border: none;
    margin: 5px
}

.buttonConnect:hover {
    background-color: darkGreen;
}

.card {
    background-color: rgb(224,224,224);
    width: 900px;
    padding: 20px;
    margin: auto
}

.box {
    width: auto;
    margin:10px auto;
    padding:30px 100px
}
.boxlist {
    background-color: #ffffff;
    width: 900px;
    margin:10px auto;
    padding:30px 5px
}

.ts {
	width:auto;
	height:85%;
	margin-left: 18%;
	margin-right: 20%;
	margin-top: 5%
}

h1 {
    font-family: "Arial";
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
}

h2 {
    font-family: "Calibri";
    text-decoration: underline;
    font-size: 30px;
}

h3 {
    font-family: "Arial";
    font-size: 50px;
    color: #ffffff
}

h4 {
    font-family: "Arial";
    font-size: 20px;
}

body {
    background-image: url("http://www.saltedpeanuts.de/background.jpg");
    text-align: center;
}
