@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../ownfonts/Roboto-Condensed-Regular.eot'); /* IE9 */
  src: url('../ownfonts/Roboto-Condensed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../ownfonts/Roboto-Condensed-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../ownfonts/Roboto-Condensed-Regular.woff') format('woff'), /* Modern Browsers */
    url('../ownfonts/Roboto-Condensed-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../ownfonts/Roboto-Condensed-Regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body { font-family: 'Roboto Condensed',Arial,Verdana;}
#sp-menu a {font-size:20px;}
/*Spezial Listen*/

.check-list ul, .arrow-list ul, .link-list ul{
  list-style:none;
  padding-left: 2em;
  
}
.check-list li, .arrow-list li, .link-list li{
    line-height:40px;
  margin:5px 0px;

}

.check-list ul > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";   
  font-size:24px;
  font-weight: 900;
  color:#24E7FF;
  position:absolute;
  left:-7px;
}

.arrow-list ul > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f35a";   
  font-size:24px;
  font-weight: 900;
  color:#24E7FF;
  position:absolute;
  left:-7px;
}

.link-list ul > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";  
  font-weight: 900;
  font-size:24px;
  color:#24E7FF;
  position:absolute;
  left:-7px;
}

#sp-footer1 {text-align:center;}