/* =============================================================================
   Manual
   ========================================================================== */
/*

darkred = #bd0b1d
grey	= #949494

*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'RalphsHand';
  src: url("../fonts/ralph_h-webfont.eot");
  src: url("../fonts/ralph_h-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ralph_h-webfont.woff") format("woff"), url("../fonts/ralph_h-webfont.ttf") format("truetype"), url("../fonts/ralph_h-webfont.svg#FuturaBook") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =============================================================================
   Reset
   ========================================================================== */
h1, h2, h3 {
  font-weight: normal;
  font-family: "RalphsHand", "Arial"; }

ul {
  margin: 0;
  padding: 0; }

/* =============================================================================
   Base
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial';
  font-size: 13px;
  background-image: url("../images/background.jpg"); }
  @media only screen and (max-device-width: 480px) and (orientation: portrait) {
    body {
      background: none; }
      body .content {
        padding-bottom: 300px; } }

.clear {
  clear: both; }

.marginfix {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0; }

.roundcorner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

img {
  border: none; }

fieldset, iframe {
  margin: 0;
  padding: 0;
  border: 0; }

input.text, textarea {
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 5px;
  -webkit-box-shadow: inset 1px 1px 1px 1px #999;
  -moz-box-shadow: inset 1px 1px 1px 1px #999;
  box-shadow: inset 1px 1px 1px 1px #999; }

input {
  height: 20px; }
  input[type="text"], input[type="email"], input[type="password"] {
    width: 300px; }

#container {
  position: relative;
  width: 960px;
  min-height: 500px;
  background-color: #ffffff;
  margin: 20px auto;
  -webkit-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.7);
  padding: 0 0 20px 0; }

a {
  color: #000000; }

/* =============================================================================
   Header
   ========================================================================== */
header.logo {
  position: absolute;
  width: 968px;
  height: 73px;
  background-image: url(../images/background_logo.png);
  background-repeat: no-repeat;
  top: 50px;
  right: 0; }

header.logo a {
  position: absolute;
  top: -40px;
  right: 29px; }

/* =============================================================================
   Navigation
   ========================================================================== */
nav {
  position: absolute;
  z-index: 20;
  top: 66px;
  left: 10px; }

nav ul {
  list-style: none; }

nav li {
  margin: 0 5px;
  float: left; }

ul.mainmenu {
  position: relative;
  z-index: 20px; }

/* Submenu */
ul.submenu {
  position: absolute;
  top: 1px;
  z-index: -10;
  opacity: 0; }

ul.submenu li a {
  position: absolute;
  font-size: 0px;
  line-height: 0;
  text-indent: -1000em;
  top: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

/* Animate Submenu */
nav li:hover ul.submenu {
  opacity: 100; }

nav li:hover ul.submenu li:nth-child(1) a {
  width: 190px;
  height: 50px;
  background-image: url("../images/button-vorschulalter.png");
  top: 35px;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  z-index: 100; }
  nav li:hover ul.submenu li:nth-child(1) a:hover {
    background-image: url("../images/button-vorschulalter-over.png"); }

nav li:hover ul.submenu li:nth-child(2) a {
  width: 211px;
  height: 50px;
  background-image: url("../images/button-instrumentalbereich.png");
  top: 81px;
  transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  z-index: 10; }
  nav li:hover ul.submenu li:nth-child(2) a:hover {
    background-image: url("../images/button-instrumentalbereich-over.png"); }

nav li:hover ul.submenu li:nth-child(3) a {
  width: 117px;
  height: 50px;
  background-image: url("../images/button-specials.png");
  top: 115px;
  left: 3px;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  z-index: 5; }
  nav li:hover ul.submenu li:nth-child(3) a:hover {
    background-image: url("../images/button-specials-over.png"); }

nav li:hover ul.submenu li:nth-child(4) a {
  width: 130px;
  height: 50px;
  background-image: url("../images/button-musikboerse.png");
  top: 150px;
  left: 3px;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  z-index: 0; }
  nav li:hover ul.submenu li:nth-child(4) a:hover {
    background-image: url("../images/button-musikboerse-over.png"); }

/* --- Mouseovers --- */
/* Meine Angebote */
ul.mainmenu li img.main {
  height: 53px;
  margin: 0 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

ul.mainmenu li:hover img.main, ul.mainmenu li:nth-child(1):focus img.main {
  height: 70px;
  margin: -10px 0; }

/* LinkMode Current - Start */
ul.mainmenu li img.main.current {
  height: 70px;
  margin: -10px 0; }

.login {
  margin: 20px; }

/* =============================================================================
   Content
   ========================================================================== */
.content {
  position: relative;
  min-height: 500px;
  margin: 230px 15px 0 15px; }

body.vorschulalter .content {
  min-height: 700px; }

body.instrumentalbereich .content, body.specials .content {
  min-height: 800px; }

.content header {
  position: relative;
  background-color: #bd0b1d;
  display: inline-block;
  margin: 0 -15px;
  color: white; }

.content header h1 {
  padding: 0 20px; }

/* Boxen */
.boxen.firstrow {
  padding: 30px 0 20px 0; }

.boxen.secrow {
  padding: 10px 0 20px 0; }

.outerbox {
  width: 285px;
  min-height: 195px;
  margin: 0 12px;
  float: left; }

.box {
  position: relative;
  width: 285px;
  height: 195px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  overflow: hidden;
  cursor: pointer;
  z-index: 100; }

.boxTitle {
  position: absolute;
  width: 100%;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  bottom: 20px;
  font-family: 'RalphsHand', 'Arial';
  font-size: 20px;
  line-height: 40px;
  color: black;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.box:hover .boxTitle, .box.hover .boxTitle, .box:focus .boxTitle, .box:active .boxTitle {
  height: 50px;
  font-size: 30px;
  line-height: 60px;
  bottom: 75px; }

.boxText {
  position: relative;
  width: 90%;
  z-index: 0;
  margin: -200px auto 0 auto;
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden; }

.outerbox:hover .boxText, .outerbox.hover .boxText, .outerbox:focus .boxText, .outerbox:active .boxText {
  margin: -10px auto 0 auto;
  opacity: 100; }

/* =============================================================================
   Start
   ========================================================================== */
.vorteile {
  position: absolute;
  top: -97px;
  right: -30px; }

body.StartPage .content {
  margin: 160px 15px 0 15px;
  padding-bottom: 115px; }
  @media only screen and (max-device-width: 480px) and (orientation: portrait) {
    body.StartPage .content {
      padding-bottom: 215px; } }

body.StartPage .vorteile {
  top: 86px; }

body.StartPage .header-image {
  margin: 0 0 0 10px; }

/*body.StartPage .boxen{ padding: 70px 0 0 0; }*/
body.StartPage .boxen {
  padding: 30px 0 0 0; }

body.StartPage .hint {
  width: 82%;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0px 0 20px; }
body.StartPage .zehnjahre{
  position: absolute;
  top: -20px;
  left: -10px;
}

/* =============================================================================
   ueber mich
   ========================================================================== */
article {
  width: 98%;
  margin: 20px 0 0 10px; }

body.ueber-mich article p.content {
  width: 77%;
  margin: 0 0 0 20px;
  float: left; }

body.ueber-mich article p.img {
  float: left; }

/* =============================================================================
   Specials
   ========================================================================== */
body.specials .content {
  min-height: 800px; }

.specials_content {
  height: 800px;
  background-image: url("../images/img-specials-big2.jpg");
  background-repeat: no-repeat;
  margin: 20px 0 0 0; }

.circle {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  font-family: "RalphsHand", "Arial";
  font-size: 16px;
  line-height: 160px;
  text-align: center;
  color: #ffffff; }

.circle.Kinderchor {
  margin: 195px -33px 0 50px;
  background-color: #bd0b1d; }

.circle.Kindermusical {
  margin: 70px 20px 0 20px;
  background-color: #fea82e; }

.circle.Rythmikseminare {
  margin: 0 0;
  background-color: #0b96db; }

.circle.Zirkusworkshop {
  margin: 70px 20px 0 20px;
  background-color: #93c44f; }

.circle.Spieleworkshop {
  margin: 195px 0 0 -33px;
  background-color: #e54783; }

.specials_text {
  position: absolute;
  width: 730px;
  border-bottom: 1px solid #bd0b1d;
  line-height: 17px;
  text-align: right;
  bottom: 170px;
  right: 25px;
  padding: 0 0 10px 0; }

/* =============================================================================
   Standorte
   ========================================================================== */
body.standorte .content {
  min-height: 950px; }

#map_canvas {
  width: 905px;
  height: 500px;
  display: block; }

body.standorte .route_input {
  margin: 20px 0 0 0; }

body.standorte .route_input input {
  width: 320px;
  margin: 11px 0 0 0;
  padding: 0 9px; }

body.standorte .route_input a {
  position: absolute;
  right: 10px;
  cursor: pointer; }

body.standorte .route_input a:hover {
  margin: 5px 0 0 5px;
  right: 5px; }

body.standorte #startadress {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

body.standorte #destinationadress {
  border: none; }

body.standorte ul.standorte_list {
  list-style: none;
  margin: 10px 0 0 0; }

body.standorte ul.standorte_list li {
  width: 200px;
  margin: 20px 0 0 0;
  padding: 10px;
  float: left;
  border: 1px solid white; }

body.standorte #directionsPanel {
  padding: 0 0 130px 0; }

/* =============================================================================
   Kooperationspartner
   ========================================================================== */
body.KooperationsPartnerPage article {
  margin: 20px 0; }

body.KooperationsPartnerPage ul {
  list-style: none; }
  body.KooperationsPartnerPage ul li {
    display: inline-block; }

/* =============================================================================
   Kontakt
   ========================================================================== */
body.ContactPage .content {
  min-height: 600px; }
  @media only screen and (max-device-width: 480px) and (orientation: portrait) {
    body.ContactPage .content {
      padding-bottom: 300px; } }

body.ContactPage .form {
  float: left;
  margin: 20px 0 0 10px; }

body.ContactPage article {
  width: 400px;
  float: left; }

body.ContactPage input[type=text], body.ContactPage textarea {
  width: 95%; }

body.ContactPage fieldset .field {
  margin: 10px 0 0 0; }

#Form_Form_action_SendMessage {
  width: 101px;
  height: 43px;
  background-image: url(../images/button-senden.png);
  background-color: #ffffff;
  border: 0;
  display: block;
  text-indent: -1000;
  font-size: 0; }

#Form_Form_action_SendMessage:hover {
  margin: 1px; }

#feedbackform.display {
  display: none;
  padding: 10px; }

#feedbackform.display {
  display: block; }

#feedbackform.display.bad {
  background-color: #bd0b1d; }

#feedbackform.display.good {
  background-color: #01ee12; }

/* =============================================================================
   Forum
   ========================================================================== */
body.Forum .content {
  margin: 230px 15px 100px 15px; }

body.Forum #forum-jump-select {
  display: none; }

body.Forum textarea {
  width: 75%;
  height: 300px; }

#MemberLoginForm_LoginForm_action_dologin {
  width: 148px;
  height: 43px;
  background-image: url("../images/button-einloggen.png");
  background-color: white;
  font-size: 0;
  border: 0;
  content: ""; }

body.MemberProfilePage .content {
  margin: 230px 15px 100px 15px; }

body.MemberProfilePage #Form_ProfileForm_action_save {
  width: 127px;
  height: 43px;
  background-image: url("../images/button-speichern.png");
  background-color: white;
  font-size: 0;
  border: 0;
  content: ""; }

body.Forum #Form_PostMessageForm_action_doPostMessageForm {
  width: 97px;
  height: 43px;
  background-image: url("../images/button-posten.png");
  background-color: white;
  font-size: 0;
  border: 0;
  content: ""; }

/* =============================================================================
   MemberProfilPage
   ========================================================================== */
body.registrieren .content-register {
  margin: 50px 15px 140px 15px; }

body.MemberProfilePage .field {
  margin: 10px 0; }
body.MemberProfilePage .content-register {
  margin: 50px 15px 140px 15px; }

/* =============================================================================
   Security
   ========================================================================== */
body.Security form {
  margin: 20px 10px; }

/* =============================================================================
   Disclaimer
   ========================================================================== */
body.disclaimer .content {
  min-height: 1800px; }

/* =============================================================================
   AGBs
   ========================================================================== */
body.agbs ol li {
  margin: 10px 0; }

/* =============================================================================
   Footer
   ========================================================================== */
footer {
  position: absolute;
  width: 100%;
  bottom: 20px; }

footer .slogan {
  font-family: 'RalphsHand';
  font-size: 27px;
  color: #949494;
  text-align: center; }

footer .line-red {
  width: 100%;
  border-bottom: 2px solid #bd0b1d;
  margin: 10px 0; }

footer .adress {
  text-align: center; }

/* =============================================================================
   iphone fix
   ========================================================================== */
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  #container {
    width: 100%; }

  header.logo {
    width: 480px;
    background-position-x: -487px; }

  nav {
    top: 120px; }

  body.StartPage .content {
    min-height: 900px; }

  body.vorschulalter .content {
    min-height: 1100px; }

  body.instrumentalbereich .content {
    min-height: 1800px; }

  body.specials .content {
    min-height: 1600px; }

  body.ueber-mich .content {
    min-height: 1600px; }

  body.contact .content {
    min-height: 1100px; }

  header.title {
    margin: 70px -15px 0 -15px; }

  .box {
    width: 97%; }

  .boxen.secrow {
    padding: 0px 0 20px 0; }

  /* Start */
  .header-image {
    display: none; }

  .outerbox {
    width: 100%;
    margin: 15px 12px;
    float: none; }

  /* Meine Angebote */
  .vorteile {
    top: 75px;
    display: none; }

  .circle.Kinderchor {
    margin: 400px 10px 0 0px; }

  .circle.Kindermusical {
    margin: 400px 10px 0 10px; }

  .circle.Rythmikseminare {
    margin: 10px 10px 10px 40px; }

  .circle.Zirkusworkshop {
    margin: 10px; }

  .circle.Spieleworkshop {
    margin: 10px; }

  .specials_content {
    background-position: 0px 0px; }

  .specials_text {
    width: 98%;
    margin: 60px 0 0 0px;
    font-size: 25px;
    line-height: 27px; }

  /* ueber mich */
  body.ueber-mich article p {
    margin: 10px 0; }

  /* Standort */
  body.standorte #map_canvas {
    width: 97%; }

  body.standorte .content {
    min-height: 900px; } }

/*# sourceMappingURL=main.css.map */
