<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font faces */
@font-face {
  font-family: "TheSerif HP5 Plain";
  src: url("../fonts/TheSerif_500_.eot");
  src: url("../fonts/TheSerif_500_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSerif_500_.woff") format("woff"), url("../fonts/TheSerif_500_.svg#TheSerif_500_") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSerif HP7 Bold";
  src: url("../fonts/TheSerif_700_.eot");
  src: url("../fonts/TheSerif_700_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSerif_700_.woff") format("woff"), url("../fonts/TheSerif_700_.svg#TheSerif_700_") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSerif HP3 Light";
  src: url("../fonts/TheSerif_300_.eot");
  src: url("../fonts/TheSerif_300_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSerif_300_.woff") format("woff"), url("../fonts/TheSerif_300_.svg#TheSerif_300_") format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
  position: relative;
}
#kurseLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  background-image: url('../images/loader.gif'), url('../images/slider_logo-professionals.png');
  background-position: 50% 50%, 50% 30%;
  background-repeat: no-repeat, no-repeat;

}

.theme4 b {
  font-weight: bold;
}

.theme4 * {
   /*font-family: Calibri, sans-serif;*/
   font-family: TheSerif HP3 Light;
   font-size: 1em;
}
.theme4 a {
   color: #000;
}
.theme4 .typeDescription a {
   text-decoration: underline;
}
.theme4 h1 {
   font-size: 1.6em;
   color: #cc0635;
   padding-left: 0;
}
.theme4 h2 {
   margin:0;
   margin-top: 10px;
   margin-bottom: 5px;
   font-size: 1.4em;
   color: #cc0635;
   padding-left: 0;
}
.theme4 h3 {
   margin:0;
   margin-top: 10px;
   margin-bottom: 5px;
   font-size: 1.1em;
   color: #cc0635;
   padding-left: 0;
}

.theme4 h4 {
   margin:0;
   margin-top: 0px;
   margin-bottom: 0px;
   font-size: 1.0em;
   color: #cc0635;
   padding:0;
}

#applicationWrap {
   width:720px;
   margin: 150px auto;
}

.kurskategorie{
  width:180px;
  box-sizing: border-box;
  float:left;
  padding: 10px;
  overflow: hidden;
}
.kurskategorieliste {
  margin: 5px 0px 5px 5px;
  padding:0;
}

.kurs {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.kursLink {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  word-wrap: break-word;
  width: 90%;
}
.kurs::before{
  content:'\25CF';
  width: 15px;
  height: 100%;
  float: left;
  width: 10%;
}
.listDot {
  float: left;
}
.kursLink:hover {
  text-decoration: underline;
}


.courseListItem {
   width: 100%;
   border-bottom: 1px solid black;
   min-height: 150px;
   position: relative;
}
.courseListItemLeft, .courseListItemRight {
   width: 70%;
   float: left;
   box-sizing: border-box;
   padding: 10px;
}
.courseListItemRight {
   width: 30%;
}
.courseListSubtitle {
   padding-left: 10px;
}
.courseListItemDuration {
   width: 100%;
   height: 40px;
   font-size: 1.2em;
}
.courseListItemButton, .theme4 .button {
   color: #fff;
   background-color: #cc0635;
   text-align: center;
   padding: 10px;
   position: absolute;
   bottom:20px;
}
.courseListItemButton:hover, .theme4 .button:hover{
   background-color: #B3001C;
}
.theme4 .button, .prices {
  margin-left: 20px;
  position:inherit;
}

textarea, select, input {
  outline: none;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  color: #000;
  width: 96%;
  box-sizing: border-box;
  margin-left: 20px;
  border-radius: 0;
}
.courseListItemDates {
  font-size: 0.8em;
  width: 100%;
}
.courseListItemDates th{
  color: #B3001C;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .theme4 * {
     /*font-family: Calibri, sans-serif;*/
     font-family: TheSerif HP3 Light;
     font-size: 1.0em;
  }
  #applicationWrap {
     width:100%;
     margin: 0;
     padding-left: 5%;
     padding-right: 5%;
     box-sizing: border-box;
  }
  #applicationWrap fieldset{
    margin: 0;
    padding: 0;
  }
  #applicationWrap textarea, #applicationWrap select, #applicationWrap input {
    margin-left: 0;
  }
  .kurskategorie {
    width:100%;
    box-sizing: border-box;
    padding: 5%;
  }
  .theme4 .slider_cont {
    max-height: 33%;
    height: 33% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .theme4 * {
     /*font-family: Calibri, sans-serif;*/
     font-family: TheSerif HP3 Light;
     font-size: 1.0em;
  }
  #applicationWrap {
     width:100%;
     margin: 0;
     padding-left: 5%;
     padding-right: 5%;
     box-sizing: border-box;
  }
  #applicationWrap fieldset{
    margin: 0;
    padding: 0;
  }
  #applicationWrap textarea, #applicationWrap select, #applicationWrap input {
    margin-left: 0;
  }
  .kurskategorie {
    width:50%;
    box-sizing: border-box;
    padding: 5%;
  }
  .theme4 .slider_cont {
    max-height: 33%;
    height: 20em !important;
  }
  .img_cont .opacity_block {
    font-size: 1.4em;
    width:50%;
  }
}
.hidden {
  display: none;
}
.grecaptcha-badge {display: none;}
</pre></body></html>