*, *:before, *:after 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

*:focus 
{
    outline: 0;
}

body
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color:#52530E;
    margin: 0px;
    padding: 0px;
}

main.container.active 
{
    transform: translate3d(260px,0,0);
    transition: transform .3s ease;
}

.desktop
{
    display: none;
}

.mobile
{
    display: block;
}

.container
{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container:after
{
    content:"";
    display: block;
    clear: both;
}

.row:after
{
    content: "";
    display: block;
    clear: both;
    
}

header .logo
{
    padding: 8px 0 0 0;
    text-align: center;
}





header .nav-container
{
    height: 41px;
    border-bottom: solid 1px #fff;
    position: relative;
    background-color: #9c9e2b;
}



header .nav-container nav
{
    height: 37px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    padding-top: 13px;
    display: block;
}

header .nav-container:before
{
    content: " ";
    position: absolute;
    z-index: 1;
    border-bottom:solid 2px #fff;
    top:1px;
    left: 0;
    width: 100%;
}

header .nav-container:after
{
    content: " ";
    position: absolute;
    z-index: 1;
    border-top: solid 1px #CCD0A9;
    top:0px;
    left: 0;
    width: 100%;
}




header .nav-container nav a
{
    height: 100%;
    width: 37px;
    background: url(/assets/images/sprite.png) no-repeat 0 0;
    height: 17px;
    display: inline-block;
}



header .nav-container nav a.tr
{
    background-position: 0 -101px;
}

header .nav-container nav a.tr:hover
{
    background-position: 0 -122px;
}

header .nav-container nav a.en
{
    background-position: -42px -101px;
}

header .nav-container nav a.en:hover
{
    background-position: -42px -122px;
}

header .nav-container nav a.de
{
    background-position: -84px -101px;
}

header .nav-container nav a.de:hover
{
    background-position: -84px -122px;
}

header .nav-container nav a.fr
{
    background-position: -126px -101px;
}

header .nav-container nav a.fr:hover
{
    background-position: -126px -122px;
}

header .nav-container nav.tr a.tr
{
    background-position: 0 -122px;
}

header .nav-container nav.en a.en
{
    background-position: -42px -122px;
}

header .nav-container nav.de a.de
{
    background-position: -84px -122px;
}

header .nav-container nav.fr a.fr
{
        background-position: -126px -122px;
}

header .handle 
{
    left: 5px;
    top: 25px;
    background: url(/assets/images/handle.svg) no-repeat;
    background-size: 67%;
    transform: translate3d(10px,0,0);
    transition: transform .3s ease;
    width: 41px;
    height: 34px;
    z-index: 1000;
    position: fixed;
    border: 0;
}

header .handle.active 
{
    transform: translate3d(260px,0,0);
    transition: transform .3s ease;
}

.mask 
{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    display: none;
    z-index: 999!important;
}

.mask.active
{
    display: block;
}



.content-container
{
    border-bottom: solid 1px #c5c9c9;
}

aside
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f5f9eb;
    width: 250px;
    -webkit-transform: translate3d(-280px,0,0);
    transform: translate3d(-280px,0,0);
    transition: transform .3s ease;
    -ms-box-shadow: 5px 0 8px -3px rgba(0,0,0,.35);
    box-shadow: 5px 0 8px -3px rgba(0,0,0,.35);
    z-index: 1000;
}

aside.active 
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: transform .3s ease;
}

aside .logo
{
    padding: 8px;
    background-color: #fff;
}


aside h3
{
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    background-color: #cb1a19;
    color:#fff;
    line-height: 28px;
    padding-left: 5px;
    
}

aside nav a
{
    display: block;
    text-decoration: none;
    color:#52530E;
    font-size: 13px;
    border-bottom: solid 1px #c5c9c9;
    line-height: 18px;
    padding: 5px 5px 5px 18px;
    display: block;
    position: relative;
}

aside nav a:before
{
    content: "";
    display: inline-block;
    background: url(/assets/images/sprite.png) no-repeat 0 -156px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 9px;
    left: 6px;
}

aside nav a.active
{
    color:#CB1A19;
}

.home .image img
{
    width: 100%;
    min-width: 100%;
    min-height: 182px;
    object-fit: cover;
}

.home .items
{
    padding: 10px 10px 10px 10px;
}

.home .items .item
{
    min-height: 170px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 10px;
}

.home .items .item h2
{
    font-weight: normal;
    color:#8a962b;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.home .items .item.de h2
{
    min-height: 35px;
}

.home .items .item.fr h2
{
    min-height: 35px;
}


.home .items .item .img-container
{
    padding: 2px;
    box-shadow: 5px 5px 2px #dcddb8;
    border-radius: 12px;
    border:solid 1px #8a962b;
}



.home .items .item img
{
    width: 100%;
    border-radius: 12px;
    display: block;
    
}




.home .items span
{
    display: block;
    text-align: center;
    padding: 10px 5px 0 5px;
    font-size: 13px;
    line-height: 15px; 
}

.home .items .item.en span
{
    min-height: 90px;
}

.home .items .item.de span
{
    min-height: 115px;
}

.page-content 
{
    text-align: justify;
}

.page-content a
{
    color: #52530E;
    text-decoration: none;
}

.page-content a:hover
{
    text-decoration: underline;
}

.image-tag 
{
    display: block;
    font-size: 12px;
    padding:0;
    text-align: center;
}

.pages .page-content
{
    padding: 20px 10px 20px 10px
        
}

.pages .page-content .col-4
{
    text-align: center;
    margin-bottom: 20px;
}

.pages .page-content h1
{
    font-weight: normal;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.pages .page-content h2
{
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.pages .page-content h6
{
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color:#869224;
    margin-bottom: 10px;
    margin-top: 30px;
}




.pages .page-content .list
{
    padding-left: 0px;
}

.pages .page-content .list li
{
    margin-bottom: 8px;
}

.pages .related-links
{
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pages .related-links a
{
    color:#52530E;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.pages .related-links a:before
{
    content: "";
    display: inline-block;
    background: url(/assets/images/sprite.png) no-repeat 0 -143px;
    width: 9px;
    height: 9px;
    margin-right: 5px;
}

.pages .links
{
    padding-bottom: 30px;
    text-align: left;
}

.pages .links h2
{
    margin: 20px 0;
    font-size: 25px;
}

.pages .links h3
{
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    margin-top: 20px;
}

.pages .links a
{
    display:inline-block;
    text-decoration: none;
    color:#52530E;
    
}

.pages .links a:hover
{
    text-decoration: underline;
}

.pages .links span
{
    display: block;
}

.list-composers
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.list-composers:after
{
    content: "";
    clear: both;
    display: block;
}

.list-composers a
{
    width: 50%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.list-composers a:before
{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c85247;
    position: absolute;
    left: 0px;
    top: 6px;
}

.dictionary .title-container:after
{
    content: "";
    display: block;
    clear: both;
    margin-bottom: 20px;
    
}

.dictionary .dictionary-about
{
    text-align: right;
}

.dictionary .dictionary-about a
{
    text-decoration: underline;
}

.dictionary .dictionary-search
{
    background-color: #f5f9eb;
    border:solid 1px #c5c9c9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.dictionary .input
{
    border:solid 1px #869224;
    background-color: #fff;
    padding: 3px;
    min-width: 189px;
}

.dictionary .search-button
{
    display: inline-block;
    margin-left: 5px;
    border: solid 1px #869224;
    color:#869224;
    background-color: #fff;
    padding: 1px 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.dictionary .custom-letters
{
    margin-top: 5px;
}

.dictionary .custom-letters input
{
    background-color: #c85247;
    color:#fff;
    border:0;
    padding: 2px 5px;
    line-height: 18px;
    cursor: pointer;
}

.dictionary .letters a
{
    display: inline-block;
    margin: 3px 2px;
    background-color: #9c9e2b;
    color: #fff;
    padding: 1px 5px
}

.dictionary .letters a.active
{
    background-color: #c85247;
}

.dictionary .list
{
    text-align: left;
    margin-top: 20px;
}

.dictionary .list h2
{
    position: relative;
    padding-left: 12px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.dictionary .list h2:before
{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c85247;
    position: absolute;
    left: 0px;
    top: 6px;
}

.dictionary .list .info
{
    padding-left: 12px;
    margin-bottom: 10px;
}

.dictionary .list .info a
{
    color:#869224;
    text-decoration: underline;
}

.popup
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	width:350px;
	background-color:#CCC;
	text-align:left;
	padding:5px;
	display:none;
}

.tree
{
    margin-bottom: 20px;
    text-align: left;
}

.tree ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

.tree ul li
{
    margin-bottom: 3px;
}

.tree ul .title
{
    color:#9C9E2B;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 5px;
}

.tree ul a:hover
{
    color: #CB1A19;
}

.tree ul li a
{
    position: relative;
    padding-left: 10px;
}

.tree ul li a:before
{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c85247;
    position: absolute;
    left: 0px;
    top: 6px;
}

.tree ul li ul li
{
    margin-left: 20px;
}

.address-list p
{
    position: relative;
    padding-left: 10px;
    text-align: left;
}

.address-list p:before
{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c85247;
    position: absolute;
    left: 0px;
    top: 6px;
}

.address-list ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-left: 15px;
}

.address-list ul li a
{
    position: relative;
    padding-left: 10px;
}

.address-list ul li a:before
{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c85247;
    position: absolute;
    left: 0px;
    top: 6px;
}






.listen
{
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.listen h2
{
    color:#869224;
    font-size: 14px !important;
    margin-top: 20px !important;
}

.listen span
{
    display: block;
}

.listen p
{
    margin: 0px;
    padding: 0px;
}

.listen a
{
    display: inline-block;
    position: relative;
    padding-left: 23px;
    white-space: pre-line;
    margin-top: 5px;
}

.listen a:before
{
    content: "";
    background: url(/assets/images/sprite.png) no-repeat -168px -101px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.listen iframe
{
    margin: 0px;
    padding: 0px;
     background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

#player
{
    width: 100%;
    height: 40px;
    display: none;
}

#player.active
{
    display: block;
}

audio::-webkit-media-controls {
    overflow: hidden !important
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.instruments .short-info
{
    margin: 30px 0;
        

}



.notes div
{
    text-align: center;
    margin-top: 20px;
}

.notes img
{
    width: 95%;
    border:solid 1px #ccc;
}

.notes h2
{
    font-size: 14px !important;
    min-height: 50px;
}

footer
{
    text-align: center;
    padding: 20px;
}

footer a
{
    color:#6e6e6e;
    text-decoration: none;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 22px;
}

footer a:hover
{
    text-decoration: underline;
    color:#FF0000;
}

footer a:after
{
    content: "";
    display: inline-block;
    margin: 0 0;
    font-size: 12px;
    color:#6e6e6e;
}

footer a:last-child:after
{
    content: "";
}

