@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
.container {
  width: 1400px;
  margin: 0 auto;
  font-family: Poppins;
  font-size: 11pt;
  line-height: 2.5;
}
#back_title {
  background-color: #333;
  height: 150px;
}
h1 {
  color: #FFF;
  padding-top: 50px;
}
h2 {
  color: #007D40;
  font-weight: 600;
  margin-top: 50px;
}
.container-links {
  display: flex;
  justify-content: center;
}
.links {
  display: flex !important;
  align-items: flex-start !important;
  gap: 120px !important;
}
.links p {
  margin: 0;
  padding: 10px;
}
.links p {
  color: #747474;
  font-size: 9pt;
  font-weight: 500;
  line-height: 1.8;
}
/*============Footer===========*/
.button-link {
  color: #FFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12pt;
  text-decoration: none;
}
#float2 {
  margin-left: 440px;
  margin-top: -60px;
}
.footer {
  background-color: #333;
  height: 150px;
  margin-top: 50px;
}
.footer p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16pt;
  font-weight: 600;
  padding-top: 10px;
  line-height: 1.5;
}
#float {
  display: flex;
}
.social {
  padding-left: 40px;
  margin-top: -50px;
  border-radius: 8px;
  position: relative;
  float: right;
}
.social a {
  border-style: solid;
  border-color: #FFF;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
}
.social a:hover {
  background-color: #007D40;
  color: white;
  -webkit-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out, color 0.6s ease-out;
  transition: background-color 0.6s ease-out, color 0.6s ease-out;
}
.social a > i {
  display: block;
  width: 40px;
  height: 40px;
}
.telefon_link {
  background-image: url("../images/icon_telefon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mail_link {
  background-image: url("../images/icon_mail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}