@font-face {
  font-family: 'VW_txt';
  src: url('/static/fonts/VWTextWeb-Regular.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'VW_txt';
  src: url('/static/fonts/VWTextWeb-Bold.woff') format('woff');
  font-weight: bold;
}

body {
  
  /* background: #fafafa; */
  background: #001e50;
  /* color: #333333; */
  color: #cbd5db;
  margin-top: 2rem;
}

main.container {
  max-width: 80vw !important;
}

h1, h2, h3, h4, h5, h6 {
  /* color: #444444; */
  color: #cbd5db; 
  font-family: "VW_txt", sans-serif;

}

.text-body {
  color: #cbd5db; 
}

.bg-steel {
  /* background-color: #5f788a; */
  background-color: #040a36
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .navbar-brand {
  color: #cbd5db;
}

.site-header .navbar-nav .navbar-brand:hover {
  color: #ffffff;
}

.site-header .navbar-nav .navbar-brand.active {
  color: #ffffff;
  font-weight: 500;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #5dadb1;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.text-start {

  color: #fafafa;
  font-family: "VW_txt", sans-serif;

}

ul {

  color: #fafafa

}

address {

  color: #fafafa

}

.image_description {
  color: #fafafa
}


 mark.a0 {

  color: black;
  padding: 5px;
  background: greenyellow;

}

mark.a1 {

  color: black;
  padding: 5px;
  background: cyan;

}
mark.a2 {

  color: black;
  padding: 5px;
  background: red;

}

mark.a3 {

  color: white;
  padding: 5px;
  background: green;
}

mark.a4 {
  color: black;
  padding: 5px;
  background: pink;
        }

.line-with-logo {
  display: flex;
  align-items: center;
  text-align: center;
}


.line-with-logo::before {
  content: "";
  flex: 1.4; 
  height: 1px;
  /* background: #cbd5db; */
 background: #ffffff;
}


.line-with-logo::after {
  content: "";
  flex: 0.6;
  height: 1px;
  /* background: #cbd5db; */
  background: #ffffff;
  top: 0;
}



.line-with-logo svg {
  
  height: 150px;
  margin: 0 20px; 
  /* background: #ffffff; */
  

}

.img_background {
  background-image: url('/static/mDP_photo1.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  /* background-size: 100% 100%;  */
  background-repeat: no-repeat;
  background-position: center; 
 
}

.img_background_Watch {
  background-image: url('/static/Watch.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  /* background-size: 100% 100%;  */
  background-repeat: no-repeat;
  background-position: center; 
 
}

.img_background_Emd {
  background-image: url('/static/mDP_photo2.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  /* background-size: 100% 100%;  */
  background-repeat: no-repeat;
  background-position: center; 
 
}

.img_background_Wrz {
  background-image: url('/static/mDP_photo3.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  /* background-size: 100% 100%;  */
  background-repeat: no-repeat;
  background-position: center; 
 
}

.img_background_Wob {
  background-image: url('/static/Werk_Wolfsburg.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: center; 
 
}

.img_background_Zwick {
  background-image: url('/static/Werk_Zwickau.png');
  height: 600px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  background-size: cover; 
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: center; 
 
}

.jumbotron-content {
  /* position: absolute; */
  right: 0;
  top: 0;
  padding: 0px 15px;
  width: 35%;
  height: 100%;
  background-color:  #4A4A4A;
  /* background-color: rgba(0, 0, 0, 0.66); */
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
}

figcaption.image_description_1 {
    text-align: center;
    margin: 10px auto; /* not needed unless you want centered */}

#pic_1  {
  text-align: center;
  margin: 10px auto; /* not needed unless you want centered */
}

figcaption {
  font-family: "VW_txt", sans-serif;
}

.navbar-brand {
  font-family: "VW_txt", sans-serif;
}

.nav-item nav-link {
  font-family: "VW_txt", sans-serif;
}

span {
  font-size: 22px
}