/* *{
  padding:0;
  margin: 0;
} */



.headContainer{
  width: 100%;
  background: #870008;
  padding: 16px 16px 0 16px;
  position: relative;
  min-height: 140px;
}



.headText{
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 16px;
  bottom: 0;
  font-size: 4rem;
  letter-spacing: 4px;
}

.subHeadText{
  color: #870008;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.93rem;
}

.shieldContainer{
  position: relative;
}

.shieldContent{
  width: 80%;
  margin: auto;
}

.flexCenter{
  display: flex;
  align-items: center;
  padding: 16px;
}

.contentCenter{
  height: 100%;
}

.headName{
  font-weight: bold;
  color: #212529;
}


.footerContainer{
  background: grey;
  text-align: center;
}

.footerItem{
     color: #fff;
}

.footerFlex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 5% 0 5%;
}


.footerBackground{
      background: #2d2d2d !important;
}

.logoLCH {
	width: 100%;
	margin-top: 60px;
	display: block;
	text-align: right;
}
.logoLCH img {
	width: 200px;
	text-align: right;
}

.footerLink{
  color: #fff !important;
  text-decoration: underline;
}

.footerLink:hover{
  color: #dadada !important;
}

.container{
  padding: 0 !important;
  background: #fff;
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

p{
  margin-bottom: 0 !important;
}

a{
    color: #212529 !important;
}

body{
  background: #d3d3d3 !important;
}

.rowContainer{
  width: 90%;
  margin: auto;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  overflow: auto;
  margin-bottom: 8px;
  min-height: 200px;
}

.docImage{
  max-width: 150px;
}

.docDescription{
  margin-left: auto;
  margin-right: 16px;
  text-align: right;
}

.searchDescription{
  margin: 16px;
  font-size: 1.5rem;
    text-align: right;
      margin-left: auto;
}

.subName{
  float:right;
}

.subPageImage{
  float:left;
  width: 300px;
}

.subPageText{
  float: right;
  padding-right: 16px;
}

.bold{
  font-weight: bold;
}

.impressumRow{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.cvImage{
  width: 100%;
  max-width: 400px;
}


div.docDescription > p {
  font-size: 1.5rem;
}

@media (max-width: 1280px) {
  .container{
    max-width: 100% !important;
  }
  .headName{
    font-size: 2.1rem !important;
  }
  div.docDescription > p {
    font-size: 1.8rem !important;
  }
  .footerItem{
    font-size: 1.8rem !important;
  }
  .footerLink{
    font-size: 1.6rem !important;
  }
}

@media (max-width: 768px) {
  .docResponsiveText{
    text-align: center;
    width: 100%;
  }

  .footerContainer{
    text-align: center;
  }
  .footerItem{
    width: 60%;
  }
  .last{
    margin: 0 5% !important;

  }
}
