@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5r8uz6');
  src:  url('fonts/icomoon.eot?5r8uz6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5r8uz6') format('truetype'),
    url('fonts/icomoon.woff?5r8uz6') format('woff'),
    url('fonts/icomoon.svg?5r8uz6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-fb:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagramm:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}

#button-up {   
   display: none;   
   background-color: #202c38;   
   width: 50px;   
   height: 50px;   
   text-align: center;   
   border-radius: 4px;   
   margin: 30px;   
   position: fixed;   
   bottom: 30px;   
   right: 30px;   
   transition: background-color .3s;   
   z-index: 10000; 
   text-decoration: none;
   
} 
#button-up:hover {   
   cursor: pointer;   
   background-color: #fff; 
} 
#button-up:active {   
   background-color: #555; 
}
#button-up::after {
   content: "\f077";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
   line-height: 50px;
   color: #fff; 
}
#button-up:hover::after {
   content: "\f077";
   color: #202c38; 
}    
.dropdown-menu ul li a:hover {
  text-decoration: underline !important;
}