
html, body{
   
    margin: 0;
    padding: 0;
    height: 100%;
	background-color: #888;
	font-family: "Segoe UI", "Helvetica", Arial, sans-serif;
  }

.Header{
	background: url(https://dsgvo.hfk-bremen.de/img/Logo.png);
	background-repeat: no-repeat;
	background-origin: content-box;
	height: 110px;
	background-color:white;
	padding: 10px;
}

#DatenschutzLogoPosition{
    float:right;
  }

#Rightside{
	background-color: #fff;
    width:20%;
    height:100%;
	float: right;
    overflow: auto;
  }


  .logo{
    margin-top: 40px;
    margin-left: 83px;
    padding-bottom: 80px;
    overflow: auto;
    max-width: 100%;

   }

  .logo1{
    margin-top: 120px;
    margin-left: 43px;
    background-color: white;
    display: none;
    }


  .logo2{
    margin-top: 32px;
    margin-right: 30px;
    float:right;
    display: block;
  }

  @media all and (max-width: 937px) {
      .logo2 {display: block;}
      .logo1 {display: block;}
      #Rightside{width:100%;}
  }

  a{
    text-decoration: none;
  }


  span > .button {
      padding: 4px;
      padding-left: 4px;
      padding-top:4px;
      padding-bottom:4px;
      display: inline;
      border: 1px solid #ccc;
      margin: 30px 0 0 0px;
      font-family: "Segoe UI", "Helvetica", Arial, sans-serif;
      font-style:normal;
      font-size: 19px;
      line-height: 15px;
      height:30px;
      width:170px;
      box-sizing: content-box;
      text-align: center;
  }

  span > .Impbutton {
      padding: 4px;
      padding-left: 4px;
      padding-top:4px;
      padding-bottom:4px;
      display: inline;
      border: 1px solid #ccc;
      margin: 125px 0 0 0px;
      font-family: "Segoe UI", "Helvetica", Arial, sans-serif;
      font-style:normal;
      font-size: 19px;
      line-height: 15px;
      height:30px;
      width:170px;
      box-sizing: content-box;
      text-align: center;
  }

.button:hover{
  background-color: #d4e3fb;
}

.Impbutton:hover{
  background-color: #d4e3fb;
}

.content {
  width: 0px;
  margin-left: 86px;
}

.impressum {
}

.inhalt{
	font-family: "Segoe UI", "Helvetica", Arial, sans-serif;
	padding:10px 1%;
	background-color: #fff;
}