@charset "utf-8";
/* CSS Document */
#beratungSeite #videoText p {
  font-size: 120%;
}
#beratungSeite #videoText p.smText {}
#beratungSeite h2 {}
#beratungSeite h3 {}
#arteventsSeite #videoText p {
  font-size: 120%;
}
#arteventsSeite #videoText p.smText {}
#arteventsSeite h2 {}
#arteventsSeite h3 {}
#archivSeite #header {
  background: url(../images/black.png);
}
body#archivSeite {
  background-color: #000;
}
.blackCont {
  background: url(../images/black.png);
}
#archivSeite #header a {
  color: #fff;
}
#archivBG {
  background: url(../images/black.png);
}
#archivSeite .sectionTitle {
  color: #fff;
}
#archivSeite #videoText a, #archivSeite #videoText .current {
  color: #6CC;
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 150%;
  width: 14.6%;
  height: 0;
  padding-bottom: 11%;
  float: left;
  margin: 1% 1%;
  text-decoration: none;
}
.projektNotes {
  font-size: 75%;
  color: #3289C8;
}
#archivSeite #videoText .current {
  color: #fff;
}
#archivSeite #videoText a:hover {
  color: #fff;
}
/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #arteventsSeite #videoText p {
    font-size: 140%;
  }
  #beratungSeite #videoText p {
    font-size: 130%;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #arteventsSeite #videoText p {
    font-size: 122%;
  }
  #beratungSeite #videoText p {
    font-size: 111%;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #arteventsSeite #videoText p {
    font-size: 146%;
  }
  #beratungSeite #videoText p {
    font-size: 130%;
  }
}