@charset "utf-8";
/* CSS Document */
p {
  margin-top: 0;
  margin-bottom: 0;
}
p.indent {
  text-indent: 20px;
}
a {
  text-decoration: none;
}
.white {
  color: #fff;
}
.italic {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.italicDemi {
  font-family: "classico-urw", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.italicBold {
  font-family: "classico-urw", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.bold {
  font-family: "classico-urw", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.realbold {
  font-family: "classico-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.centered {
  text-align: center;
}
#video {
  text-align: center;
  width: 100%;
}
#videoFile {
  width: 96%;
  margin-left: 0;
}
#impressum {
  text-align: right;
  width: 100%;
  margin-left: 0;
  position: relative;
  padding-top: 10px;
}
#impressum a {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 90%;
  color: #9B9B9B;
  margin-left: 20px;
  letter-spacing: 1px;
}
#impressum a#facebookFooter {
  margin-left: 0;
}
#facebookFooter {
  float: left;
}
#facebookFooter img {
  width: 30px;
}
#impressum a:hover {
  color: #ACA765;
}
#videoText {
  text-align: justify;
  margin-top: 10px;
}
#videoText a {
  color: #000;
}
#videoText a:hover {
  color: #FFF;
}
#videoText p {
  font-size: 100%;
  line-height: 120%;
  padding: 0 2%;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sectionTitle {
  font-size: 160%;
  line-height: 100%;
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.textTitle {
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 130%;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  color: #fff;
}
#header {
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 105%;
  letter-spacing: 8px;
}
#kuenstlerSeite #header, #aktuellesPage #header, #projektSeite #header {
  height: 26px;
}
#header a {
  color: #000;
  text-decoration: none;
}
#header a:hover {
  color: #979797;
}
.subTitle {
  font-size: 120%;
  padding-bottom: 0;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
.lcsubTitle {
  font-size: 82%;
  display: block;
}
#telefon {
  font-size: 12px;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10px;
  color: #fff;
}
#telefon img {
  vertical-align: text-top;
  display: inline;
  margin-left: 0;
}
#wiki {
  padding: 0;
  margin-top: 0;
  text-align: right;
}
#wiki img {
  width: 40px;
  margin-right: 0;
}
#wiki img#artmapp {
  width: 70px;
  margin-top: 8px;
  float: left;
}
#aktuelleangebote {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#aktuelleangebote a {
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 130%;
  color: #099;
  padding: 3px 10px;
  border: 4px double #E195FF;
  text-decoration: none;
}
#aktuelleangebote a:hover {
  color: #E195FF;
}
a#projektLink {
  color: #977222;
  font-family: "classico-urw", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}
a#projektLink:hover {
  color: #B39453;
}
/* 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) {
  #videoText p {
    font-size: 110%
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #videoText {
    margin-top: 20px;
    padding: 0 3%;
  }
  .sectionTitle {
    font-size: 180%;
    padding-bottom: 5px;
  }
  #videoText p {
    font-size: 130%;
  }
  #aktuelleangebote a {
    font-size: 160%;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #videoText {
    margin-top: 0;
    padding: 0 3% 0 1;
  }
  #videoText p {
    font-size: 114%;
    line-height: 130%;
    padding: 0;
  }
  .sectionTitle {
    font-size: 150%;
  }
  #aktuelleangebote {
    margin-bottom: 10px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #videoText p {
    font-size: 124%;
    line-height: 130%;
    padding: 0;
  }
  .sectionTitle {
    font-size: 180%;
  }
}