/* Global **/

 @font-face {
  font-family: 'Ruda', sans-serif;
  src: url('../fonts/Ruda-VariableFont_wght.ttf');
}

body {
  font-family: 'Ruda', sans-serif;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #000000;
}
h1 {
  font-size: 28px;
  font-weight: 500;
}
h2 {
  font-size: 22px;
  font-weight: 500;
}
h3 {
  font-size: 18px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
.bold {
  font-weight: 500;
}
.cursiv {
  font-style: italic;
}
.red {
  color:#ff0000;
}
.white {
  color: #ffffff;
}
.hidden {
  visibility: hidden;
}


/************************/
/* Header **/
header {
  width: 100%;
  height: auto;
  margin:auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color:#ffffff;
  font-size: 0.9rem;
}


#branding {
  display: flex;
  flex-direction: row;
  width:60%;
  margin:auto;
  padding: 2% 0 0 0;
}
#branding img {
  width: 100%;
  height: auto;
}

/*index*********************/
#container-index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url(../images/Setra-halb.jpg) no-repeat;
  background-size: contain;
  padding: 10% 0% 10% 5%;
  background-color: #000000;
  color: #000000;
}
#insight-index {
  background-color:rgb(231, 235, 236, 0.8);
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 5%;
  border-radius: 10px;
}

/************************/
/*footer*/
footer {
  width: 100%;
  margin:auto;
  display: flex;
  align-items: flex-start;
  background:linear-gradient(to top, #424f65, 25%, #7187ab 50%, #424f65 90%);
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.box-footer {
  width: 15%;
  padding: 0;
  color: white;
  margin-right:2%;
}
.box-footer img {
  width: 90%;
  height: auto;
  padding:0;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px 5px 5px 5px;
}
.box-footer a{
  color: #ffffff;
}
.box-footer:first-child {
  width: 31%;
  align-self: center;
  padding-left:2%;
    margin-bottom: 2%;
}
.box-footer:nth-child(2){
  width: 20%;
}
.box-footer:nth-child(2) img{
  width: 45%;
}
.box-footer:nth-child(2) p {
  margin-bottom: 30px;
}
.box-footer:nth-child(3) {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-footer:nth-child(3) a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-footer:nth-child(3) img{
  width: 65%;
}
.box-footer:nth-child(3) p {
  margin-bottom: 30px;
}
.box-footer:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: center;
  height:100%;
  width: 13%;
  margin-bottom: 3%;
}
.box-footer:nth-child(4) img {
  width: 90%;
}
.box-footer:nth-child(4) p {
  margin-bottom: 30px;
}
.Mitarbeiterlogin {
  display: block;
  text-align: center;
  padding: 10% 5%;
  border-radius: 5px;
  border:thin solid #ffffff;
  color: #fff;
}
.Mitarbeiterlogin:hover {
  background: white;
  color: #000000;
  font-weight: bold;
  box-shadow: 2px 2px 20px #fff;
}
.Mitarbeiterlogin:hover a{
  color: #000;
}
.box-footer:last-child{
  display: flex;
  flex-direction: column;
  width: 13%;
  margin-bottom: 2%;
  margin-top: 6%;
  margin-right: 0;
}
.box-footer:last-child img{
  width: 30%;
}
.box-footer:last-child a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AGB {
  display: block;
  text-align: center;
  width: 85%;
  padding: 3% 0;
  border: thin solid white;
  border-radius: 5px;
  margin-top: 30px;
}
.AGB:hover{
  color: #000;
  background: white;
  font-weight: bold;
  box-shadow: 2px 2px 20px #fff;
}


/*****INDEX PAGE ********/
/************************/
.powered {
  font-size: 0.6rem;
  display: block;
  text-align: right;
  width: 98%;
  padding-right: 2%;
}
#container-index {
  height: 100%;
  width: 100%;
}

/******DSGVO**********/
#dsgvo {
  width: 90%;
  padding: 5%;
}
#header-dsgvo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 5%;
}
#header-dsgvo img {
  width: 40%;
}


