@font-face { font-family: 'robotobold';
             src: url('../font/Roboto-Bold.ttf') format('truetype'); }

@font-face { font-family: 'robotolight';
             src: url('../font/Roboto-Light.ttf') format('truetype'); }

body {
  font-family: "robotolight";
  letter-spacing: 0.2px;
  color: #fff;
  margin: 0 auto;
  width: 1200px;
  /* background: linear-gradient(to right, #272b2a, white, white, white, white, #272b2a); */
  /*background: linear-gradient(to right, #3c5e8b, #272b2a, #272b2a, #3c5e8b);*/
  background: linear-gradient(to right, #272b2a, #3c5e8b, #3c5e8b, #272b2a);
}

 /* link */
a.mail:link, a.mail:visited, a.mail:active {
  color: #fff;
  text-decoration: none;
}

/* mouse over link */
a.mail:hover {
  color: #fff;
  text-decoration: underline;
}

header {
  height: 128px;
  width: 100%;
}

nav {
  width: 100%;
  text-align: right;
}

nav ul {
  float: right;
 margin-right: 24px;
}

nav ul li {
  list-style: none;
  float: left;
  margin: 0 6px 0 6px;
  color: #000;
}

nav ul li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
  font-family: "robotobold";
}

nav ul li a:active{
  color: #197ac1;
  text-decoration: none;
}

p {
  padding: 0;
}

h1 {
  color: #3c5e8b;
  font-size: 50px;
  margin-top: 120px;
  margin-bottom: 0px;
  text-align: left;
}

h2 {
  color: #3c5e8b;
  font-size: 50px;
}

footer {
  text-align: center;
  background: #3c5e8b;
  padding: 15px 0 0 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

hr {
  border-bottom: none;
}

#name {
  display: inline-block;
  margin-top: 14px;
}

#content {
  min-height: 1px;
  background: #272b2a;
}

#content-2 {
  padding: 20px 50px 0 50px;
}

#left {
  background: #272b2a;
  float: left;
  width: 500px;
  height: 508px;
  padding: 0 50px 0 50px;
}

#right {
  background: #272b2a;
  float: right;
  width: 500px;
  height: 508px;
  padding: 0 50px 0 50px;
}

#truck {
  background: url(../img/truck.png);
  background-size: cover;
  width: 600px;
  min-height: 508px;
  float: right;
}

#highway {
  background: url("../img/highway.png");
  background-size: cover;
  width: 600px;
  min-height: 508px;
  float: left;
}

#map {
  background: url(../img/kontakt.png);
  background-size: cover;
  width: 600px;
  min-height: 508px;
  float: left;
}

#we-bue {
  color: #000;
  font-size: 15px;
  float:left;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: left;
}

#transport {
  width: 150px;
  height: 30px;
  background: #3c5e8b;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#transport a {
  color: #fff;
  text-decoration: none;
}

#content-2 a {
  color: #fff;
  font-family: "robotobold";
}

.clear {
  clear: both;
}

.active {
  color: #197ac1;
}

.bold {
  font-family: "robotobold";
}
