.fp-footer-container{
  width: 100%;
  padding: 30px 0px 10px 0px;
  background-color: var(--dark);
  margin-top: 170px;
}

.footer-headline1{
  color: var(--white);
  margin-left: 6px;
  margin-bottom: 35px;
  font-family: mont-bold;
  font-size: 21px;
}

.footer-headline2{
  color: var(--white);
  margin-left: 35px;
  margin-bottom: 35px;
  font-family: mont-bold;
  font-size: 21px;
}

.footer-container-right{
  margin-left: 30px; 
}

.footer-icons-left{
     display: flex;
   margin-bottom: 20px;
}

.footer-icons-left img{
  max-width: 25px;
  height: auto;
  margin-left: 5px;
  margin-right: 16px;
}

.footer-icons-left span{
    font-size: 17px;
    font-family: mont-medium;
    color: var(--white);
}

.footer-icons-left a{
    font-family: mont-medium;
    color: var(--white);
    transition: all 0.3s ease;
}

.footer-icons-left a:hover{
  color: var(--orange);
}

.footer-icons-right{
     display: flex;
   margin-bottom: 16px;
}

.footer-icons-right img{
  max-width: 25px;
  height: auto;
  margin-left: 5px;
  margin-right: 16px;
}

.footer-icons-right span{
    font-size: 17px;
    font-family: mont-medium;
    color: var(--white);
}

.footer-icons-right a{
    font-family: mont-medium;
    color: var(--white);
    transition: all 0.3s ease;
}

.footer-icons-right a:hover{
  color: var(--orange);
}


.footer-height{
  line-height: 20px;
}

.footer-logo img{
  max-width: 350px;
  height: auto;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
}


.footer-line{
  width: 100%;
  height: 3px;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 10px;
}

.copyright-container p{
  font-size: 14px;
  font-family: mont-medium;
  text-align: center;
  color: var(--white); 
}

@media only screen and (max-width: 73em) {
  .fp-footer-container{
   display: none;
  }
  .fp-footer-container-small{
     width: 100%;
     padding: 30px 0px 30px 0px;
     background-color: var(--dark);
     margin-top: 150px;
  }

  .footer-headline1{
    text-align: center;
    margin-left: 0px;
}
  .footer-headline2{
    text-align: center;
        margin-left: 0px;
}

  .col-footer {
    float: left;
    width: 50%;
    padding: 10px;
  }

  .row-footer:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-container-small{
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-icons{
   white-space: nowrap;
  }

}

@media only screen and (min-width: 73em) {
  .fp-footer-container-small{
   display: none;
  }

}

@media screen and (max-width: 40em) {
  .col-footer {
    width: 100%;
  }
}


@media screen and (max-width: 40rem) /* Phone */ {

.footer-icons-left span{
    font-size: 15px;
}

  .footer-icons-right a{
    font-size: 15px;
  }

  .copyright-container p{
    font-size: 12px;
  }
}