body {
    font-family: 'Open Sans', sans-serif;
    -webkit-hyphens: auto;
    -ms-hyphens-auto;
    hyphens: auto;
}

h2 {
    font-size: 1.8em;
}

.footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#footerlink {
  font-size: 1em;
  color: white;
}

#footerlink:hover {
  color: #2e3d49;
}

.my-container {
  /* border: 1px solid grey; */
  /* height: 100%; */
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 1%;
}

.card-body {
  height: 280px;
}

.break-text {
  word-wrap: break-word;
}

.up {
  /* border: 1px solid green; */
  height: 100%;
  border-bottom: 1px solid grey;
}

.up1 {
  /* border: 1px solid green; */
  /* margin-top: 3%; */
}

.getDown {
    position: absolute;
    bottom : 0;
    margin-bottom: 20px;
}

.four_lines {
  /* border: 1px solid green; */
  height: 25%;
}

.rund {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
 /* border: 1px solid grey;
  border-radius: 100%;*/
}

.trusted-cloud-label {
    width: 30%;
    height: auto;
}

.Praxispilot {
    /* margin-right: 5%; */
    width: 80%;
    height: auto;
}

h2 {
  font-size: 1.6em;
}

.header {
  color: rgb(23, 23, 23);
}

.green {
  color: #1CD2AD;
}

.black {
  color: rgb(0,0,0);
}

.nav_button {
  width: 100%;
  height: 30%;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 2%;
  background: #fcfcfc url(btn.png) repeat-x bottom;
  border: 1px solid #ddd;
}

.nav_button:hover {
  background-color: #006880;
  color: white;
}

.btn {
  white-space:normal !important;
  /* word-wrap: break-word; */
}

.navigation {
  /* border: 1px solid green; */
  height: 25%;
  top: 58px;
  border-bottom: 1px solid grey;
}

.navelemente {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.navelemente:hover {
  color: #3e8e41;
}

.titel {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.beschreibung {
  margin-bottom: 50px;
  margin-right: 5%;
  /* letter-spacing: 0.05em; */
  text-align: left;
}

.service {
  /* border: 1px solid green; */
  margin-top: 1%;
  height: 100%;
  transition: 0.3s;
  border-radius: 5px;
  /* height: 400px; */
}

.service:hover {
  background-color: #f5f5f5;
}

#certificate {
  margin-bottom: 20px;
}

.icon {
  margin-right: 10%;
  margin-left: 10%;
  position: relative;
}

.icon_abstand {
  margin-top: 5%;
  margin-right: 10%;
  margin-left: 10%;
  position: relative;
}

.icon_text {
  margin-left: 36%;
}

.unternehmen {
  /* border: 1px solid green; */
  margin-top: 3%;
  transition: 0.3s;
  border-radius: 5px;
  /* height: 400px; */
}

.unternehmen:hover {
  background-color: #f5f5f5;
}

.unternehmensname {
  color: #7d97ad;
}

.thick {
  font-weight: 700;
}

.technische_details {
  /* border: 1px solid green; */
  margin-top: 3%;
  transition: 0.3s;
  border-radius: 5px;
  /* height: 400px; */
}

.technische_details:hover {
  background-color: #f5f5f5;
}

.besonderheiten {
  /* border: 1px solid green; */
  margin-top: 3%;
  transition: 0.3s;
  border-radius: 5px;
  /* height: 400px; */
}

.besonderheiten:hover {
  background-color: #f5f5f5;
}

.text {
  margin-bottom: 50px;
  /* letter-spacing: 0.05em; */
  text-align: left;
}

.my-col {
  /* border: 1px solid red; */
}

.col-up {
  /* border: 1px solid red; */
  margin-bottom: 30px;
}

.col_icon {
  /* border: 1px solid red; */
  margin-top: 10%;
}

.col-nav {
  /* border: 1px solid red; */
  margin-top: 15px;
  margin-bottom: 9px;
}

.col-service {
  /* border: 1px solid red; */
  border-left: 1px solid grey;
}

.col-unternehmen {
  /* border: 1px solid red; */
  border-left: 1px solid grey;
}

.none {
  text-decoration: none;
}

.certificate-icon {
  width: 13%;
  height: auto;
}

.grey {
  color: #a3a3a3;
}

.delta {
  margin-bottom: 35px;
}

.filterbutton {
  width: 200px;
  border: 1px solid black;
  color: black;
  background: white;
  margin: 2px;
  margin-bottom: 20px;
  border-radius: 0 !important;
  float: right;
  font-size: 1.0em;
}

.filterbutton:hover{
  border: 1px solid #1CD2AD;
  color: #1CD2AD;
  background: white;
}

.buttonLink {
  text-decoration: none;
}

.buttonDiv {
  align-items: flex-end;
  width: 100%;
}

#button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid black;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 0.5;
  visibility: visible;
  color: black;
}
