/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/open-sans-v34-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/open-sans-v34-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/open-sans-v34-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/open-sans-v34-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/open-sans-v34-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
  margin: 0;
  padding: 0;
}

Body {
  font-family: Saira, sans-serif;
  margin: 0;
  padding: 0;
  color: #666666;
  background: #ffffff;
}
header {
}
html,
body {
  height: 100%;
}
#headerbox {
  max-width: 1260px;
  display: flex;
  margin: 0 auto 0 auto;
}

#logo {
  margin: 10px 2% 10px 2%;
}

#logo img {
  width: 80%;
}

#nav {
  background-color: #243d97;
  display: flex;
  justify-content: center;
  width: 100%;
}
#linkbox {
  display: flex;
  flex: 1;
  max-width: 1260px;
  justify-content: flex-end;
}
#impressum-box {
  padding: 10px 1rem 10px 1rem;
}
#impressum {
  color: #f8f8f8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

a {
  color: #243d97;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #fd6600;
  text-decoration: underline;
}
a:active {
  color: #779f00;
  background: transparent;
}
h1 {
  margin: 0 auto 0 auto;
  font-size: 32px;
  font-weight: 300;
  color: #243d97;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}
b {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin: 10px 0 0 0;
}
#umzug1 {
  color: #f8f8f8;
}
#umzug2 {
  font-size: 38px;
  color: #fd6600;
  font-weight: 400;
}

#focus {
  background-image: url(header_visual_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dfe2f1;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}

#content {
  margin: 0 auto 0 auto;
  padding: 3rem 6rem;
  max-width: 100%;
  background-color: rgba(13, 18, 82, 0.6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  box-sizing: border-box;
}

#vicon {
  width: 8em;
}
#contentbox {
  max-width: 100%;
  margin: 0 20px;
}
#main {
  max-width: 1260px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#top {
  margin: 50px auto 0px auto;
}

#vendolink {
  display: flex;
  justify-content: center;
}
#vendologo {
  width: 25vw;
  min-width: 250px;
  max-width: 500px;
}
#contactbox {
  margin: 4em auto 0 auto;
}
#footer {
  font-size: 0.75em;
  margin-top: 8em;
  background-color: #cdd1e3;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#impressumhead {
  margin-top: 20px;
}
