
:root {
  --menu_color: #DD9C3D;
  --menu_bgnd: #0A375A;
  --bright_orange: #FCE2BB;
  --dark_blue: #203050;
  --footer_color: #48321B;
}

/* Global Styles */

html,
body {
    margin:0;
    padding:0;
    height: 100%;
    font-size: 1em;
    font-family: 'Fira Sans';
    background-color: #fafafa;
    color: var(--dark_blue);
}

audio {
    width: 99%;
}

/*body {
    padding-top: 0px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. 
}*/

ul#go_home {
    float: left;
    margin-left: -30px;
}

.pagecontainer {
    padding-bottom: 150px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

#wrapper {
    /*min-height:100%;*/
    position:relative;
    background: #fff;   // none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 #c6c6c6;
/*    margin-top: 15px;
    margin-bottom: 50px;
    padding-bottom: 30px;*/
    max-width: 1440px;
}        

nav.navbar-default {
    background-color: var(--menu_bgnd);
}

#main-menu {
    font-size: .9em;
    /*font-weight: bold;*/
    font-weight: bold;
    color: var(--menu_color);
}

.navbar-default .navbar-nav > li > a {
    color: var(--menu_color);
}

.navbar-default .navbar-nav > li > a:hover {
    color: var(--menu_color);
    text-decoration: underline;
}

#heading {
    /*min-height: 120px;*/
    margin: 20px 0;
}

#lessons {
    background-image: url("/uploads/images/home/lessons.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#lessons:hover {
    background-image: url("/uploads/images/home/lessons.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#musicals {
    background-image: url("/uploads/images/home/musicals.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#musicals:hover {
    background-image: url("/uploads/images/home/musicals.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#kidsmusic {
    background-image: url("/uploads/images/home/kidsmusic.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#kidsmusic:hover {
    background-image: url("/uploads/images/home/kidsmusic.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#choirs {
    background-image: url("/uploads/images/home/choirs.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#choirs:hover {
    background-image: url("/uploads/images/home/choirs.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#moremusic {
    background-image: url("/uploads/images/home/moremusic.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#moremusic:hover {
    background-image: url("/uploads/images/home/moremusic.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#aboutme {
    background-image: url("/uploads/images/home/aboutme.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#aboutme:hover {
    background-image: url("/uploads/images/home/aboutme.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}

#schedule {
    background-image: url("/uploads/images/home/schedule.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size:cover;
}
#schedule:hover {
    background-image: url("/uploads/images/home/schedule.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size:cover;
}


.pcontent {
    padding: 2px 30px;
}

.topmargin {
    margin-top: 0px;
}

.toppix {
    border-left: 4px solid var(--bright_orange);
    padding: 0 10px 0 27px;
/*    font-size: 1.2em;*/
    float: left;
}

.toppix a {
    color: var(--dark_blue);
    /*text-decoration: none;*/
}

.zbild * img {
    margin-top: 3px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: auto;
    max-width: 480px;
}

.ztext h2 {
    margin: 0 0 30px 0;
}

.zshow {
    display: block !important;
}

#pagetopics div {
    /*border-left: 3px solid var(--bright_orange);*/
    /*padding-left: 20px;*/
    /*font-size: 14px;*/
    /*line-height: 27px;*/
}

.pagecontent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.pagecontent h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.pagecontent h2 {
    font-size: 18px;
}

.pagecontent h3 {
    font-size: 14px;
}

#pageimage img, .pageimage {
    text-align: right;
    width: 90%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#pageimagemusical {
    margin: 20px 0;
}

#pageimagemusical img {
    text-align: right;
    width: 90%;
    box-shadow: 8px 8px 15px 0 #c6c6c6;
}

.musical-bild {
    padding-bottom: 42px;
}

.musical-lied {
    padding-bottom: 35px;
}

.calendarimage {
    max-width: 250px;
}

.teaseropt {
    padding: 2% 2%;
    margin-top: 40px;
    margin-bottom: -60px;
    /*max-height: 500px;*/
}

.teaserhdln {
    background-color: var(--menu_bgnd);
    height: 3em;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 7px;
}

.teaserhdln h2 {
    transform: translate(0%,50%);
    top: 50%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: var(--menu_color);
    padding-top: 5px;
}

/*.teaserhdln h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: var(--menu_color);
}
*/
.teaseropt img {
    margin: 0;
    /*max-height: 400px;*/
}

.teaseropt div {
    color: var(--dark_blue);
    font-size: 1em;
}

.teaseropt a:hover {
    text-decoration: none ! important;
}


.musicalopt {
    padding: 5% 2%;
}

.musicalopt img {
	margin: 0;
	width: 100%;
	box-shadow: 8px 8px 15px 0 #c6c6c6;
}

.musicalopt p {
    margin: 0;
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    margin-top: .5em;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    color: #333;
}

.musicalopt div {
    color: #333;
    font-size: 1em;
}

.musicalopt a:hover {
    text-decoration: none ! important;
}

.songtitle {
    font-size: 1em;
}

#preise {
    padding-bottom: 16px;
    padding-right: 20px;
}

#preisinfo {
    padding-bottom: 16px;
}

#preise th {
    font-weight: normal;
}

#preise td {
    text-align: right;
    min-width: 40px;
}

.termin {
    margin: 27px 8px;
}

.termin-head {
    font-weight: bold;
}

.termin-details {
}

.projekt {
    margin: 27px -10px;
}

.projekt-head {
    font-weight: bold;
}

.projekt-details {
}

.mehr-audio {
    padding-top: 36px;
    font-weight: bold;
}

.trunx {
  margin: 10px 2px;
  padding: 0 2px;
  width: 100%;
  height: 50px;
}

/* Footer Styles */

footer {
    background-color: var(--menu_bgnd);
    color: var(--footer_color);
    background: #ffffff url("/uploads/images/global/bgnd_footer.jpg") no-repeat center top;
    width:100%;
    /*height:100px;*/
    position:absolute;
    bottom:0;
    left:0;
    font-size: 80%;
    height: auto;
    padding: 9px 0;
}

.footer ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0 20px 0 0;
}

.footer ul li a, .footer ul li span.sectionheader {
    color: var(--footer_color);
    display: block;
    font-family: Verdana;
    font-weight: bold;
    margin-bottom: 3px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
/*
.footer ul ul {
    margin-top: 3px;
}
.footer ul li li {
    display: block;
    float: none;
    width: 100%;
}
.footer ul li li a, .footer ul li.sectionheader li a, .footer ul li li span.sectionheader {
    color: #333;
    display: block;
    font-family: sans-serif;
    font-weight: normal;
    padding: 2px 0;
    text-decoration: none;
    text-transform: none;
}
.footer ul li li a:hover {
    color: #e3880d;
}*/

#basement {
    height: 16px;   
}

.navbar-collapse {
  padding-right: 36px;
}

.navbar-toggle {
  margin-right: 15px;
}

header.head-home-banner {
    background-image: url("/uploads/images/global/headimg_start.jpg");
    background-size: 100% 100%;
}

header.head-banner {
    background-image: url("/uploads/images/global/headimg.jpg");
    background-size: 100% 100%;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -100px; /* negative of the offset - height of link element */
    right: 20px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 68px; /* height of link element */
    right: 20px; /* padding from the left side of the window */
}

.well {
  background-color: #FBE2BA;
  border: 1px solid #E19E3C;
  color: var(--footer_color);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 3px 3px 5px 0 #666666;
}

.well:hover {
  color: var(--footer_color);
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    
    header.head-home-banner {
        background-image: url("/uploads/images/global/headimg_start_s.jpg");
        background-size: 100% 100%;
    }

    header.head-banner {
        background-image: url("/uploads/images/global/headimg_s.jpg");
        background-size: 100% 100%;
    }

    .pagecontent {
        padding-left: 15px;
        padding-right: 15px;
      }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    
    header.head-home-banner {
        background-image: url("/uploads/images/global/headimg_start_xs.jpg");
        background-size: 100% 100%;
    }

    header.head-banner {
        background-image: url("/uploads/images/global/headimg_xs.jpg");
        background-size: 100% 100%;
    }
    
    .pagecontent {
        padding-left: 0;
        padding-right: 0;
      }
}

@media (max-width: 1200px) {
    
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


.zhdln {
    cursor: pointer;
    margin-top: 60px;
}

.zhdln h2 {
    list-style-type: none;
    padding-left: 32px;
    /*margin-left: 25px;*/
    background-image: url('/uploads/images/global/arrow-s.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}



@media (max-width: 768px) {
    .ztext {
        display: none;
    }
    .zbild  {
        display: none;
    }
    
    .hide-toppix {
        display: none;
    }
    .zhdln {
         margin-top: 20px;
    }

    .zhdln h2 {
        background-image: url('/uploads/images/global/arrow-o.jpg');
    }
}