/* Theme: Richard Wagner Museum

Entwurf Julia Reichle

Ausführung: Albert Ameica



Farben Grund:

Background: #fff;

Kasten Hellgrau: #ecebe5;

Footer Background grau: #cdcdc1;

Footer Background blau #7ab4cf;

Stadt Luzern: #0064b5;



Farben Texte:

Titel Grau: #6e6d5b;

Navigation Top / Untertitel / Unternavigation Grund: #90b694;

Unternavigation aufgehellt: #9fc6a3;

Unternavigation Text: #fff;

Text: #000;

Logo Richard Wagner Museum: #007C7C;

Zitat: #007C7C;

Schriften: Frutiger Regular > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 500;
Schriften: Frutiger Italic > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: italic;
    font-weight: 500;
Schriften: Frutiger Light > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 300;
Schriften: Frutiger Light Italic > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: italic;
    font-weight: 300;
Schriften: Frutiger Bold > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700;
Schriften: Frutiger Bold Italic > 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700;



*/

body {
    /*font-size:16px;

    font-family: open_sansregular, sans-serif;*/
}

    /*
    Datenschutzerklärung DSGVO Insert
    */
    #cookie_container {
        position: fixed;
        bottom: 0!important;
        top:auto!important;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background-color: rgba(250,250,250,0.7)!important;
        color: #000!important;
        max-height: 100px!important;
        border-top: 1px solid #000;
    }

div.muster {
    max-width: 1200px;
    margin: 0 auto;
    /*background-image: url(../images/s1-1200px-hell.jpg);

    min-height:3800px;*/
}

div.RWMcontainer {
    max-width: 1000px;
    margin: 0 auto;
}


/* Header */

header {
    max-width: 100%;
    margin: 0 auto;
}

header nav.lang {
    position: relative;
    text-align: right;
    padding: 6px 0px 0px 0px;
}

header nav.lang ul {
    list-style-type: none;
}

header nav.lang li {
    display: inline;
}

header nav.lang a {
    font-size: 1em;
    color: #000;
    text-decoration: none;
    border-bottom: 0px solid transparent;
}

header nav.lang a:hover {
    border-bottom: 1px solid #000;
}

header img.logo {
    max-width: 400px;
    max-height:35px;
    margin: 16px auto 16px auto;
    display: block;
}
header ul.translations {
    min-height:24px;
}


/* Navigation top */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    margin-bottom: 46px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0px;
}

#myNavbar>ul,
.navbar-default .navbar-nav>ul {
    width: 100%!important;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.navbar-default .navbar-nav>ul li {
    width: 20%;
}

.navbar-default .navbar-nav>li>a {
    color: #90b694;
    font-size: 20px;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    /*border-bottom: 5px solid transparent;*/
}

.navbar-default .navbar-nav>li>a:hover {
    color: #007C7C;
    /*border-bottom: 5px solid #90b694;*/
}

.navbar-default .navbar-nav>li.section>a,
.navbar-default .navbar-nav>li.current>a {
    /*border-bottom: 5px solid #90b694;*/
    color: #000000;
}
.caret {
    display: none;
}


/* Submenu */

ul.dropdown-menu {
    padding: 0;
    margin: 14px 0px 0px 14px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu li a {
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    background-color: #90b694;
    color: #fff;
}

ul.dropdown-menu li a:hover {
    background-color: #9fc6a3;
    color: #fff;
}
ul.dropdown-menu li a.current {
    background-color: #9fc6a3;
    color: #fff;
}


/* Start Image Legend */

div.headerbild img.startbild {
    max-width: 1000px;
    height: auto;
}

div.headerbild div.legend {
    background-color: #cdcdc1;
}

div.headerbild div.legend p {;
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 14px 8px;
    text-align: center;
}


/* Section Content */

section.cont {
    min-height: 300px;
    padding: 0;
    height: 100%;
    overflow: hidden;
    margin: 24px 0px;
}

section>div.left {
    padding-left: 0px;
}

section>div.right {
    padding-right: 0px;
}

section>div.colWidth,
section>div.colWidth p {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
}


/* StartPage */

div.boxcontainer {
    width: 100%;
    padding: 0;
}

div.box {
    padding: 0;
    margin-bottom: 66px;
}

div.box>a {
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
}

div.box>a:hover p.boxcontent {
    /*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;*/
    color:#007C7C;
}

div.box>a.left {
    margin: 0px 12px 0px 2px;
}

div.box>a.right {
    margin: 0px 2px 0px 12px;
}

img.boximage {
    display: block;
}

div.boxin {
    background-color: #ecebe5;
    height: 100%;
}

p.boxcontent {
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700!important;
    color: #90b694;
    font-size: 1.3em!important;
    line-height: 1.4em;
    padding-top:20px!important;
    padding-bottom:0px!important;
    margin: 0!important;
    text-align: center;
    text-transform: uppercase;
}

p.boxdesc {
    color: #000;
    font-size: 1.5em;
    padding-bottom: 20px!important;
    margin: 0;
    text-align: center;
}


/* Teaser */

div.teasersection {
    display:inline-block;
    margin: 24px -15px;
    width: 100%;
    clear: both;
}

div.teasersection h3.teaser { 
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 4px solid #000;
    padding:0;
}

div.teasersection p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

/*div.teasersection h3.teaser span.mehr a {
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    float: right;
    font-size: 0.9em;
    color: #000;
    text-transform: lowercase;
}*/

div.teasersection img {
    margin: 13%;
    width: 74%;
    margin-left:0px;
}
div.teasersection > div > a > div:hover > h3 {
    color: #007c7c!important;
    border-bottom: 4px solid #007c7c!important;
}
div.teasersection > div > a > div:hover > p {
    color: #000;
}
div.teasersection a {
    text-decoration: none;
}

/* Zitat */

div.zitat {
    border-top: 4px solid #007C7C;
    border-bottom: 4px solid #007C7C;
    margin: 40px 0px;
    padding: 20px 0px;
}

div.zitat div.ZitatContent p, div.zitat p {
    font-family: 'mtc', serif;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    color: #007C7C;
}

div.zitat div.ZitatName {
    font-size: 0.9em;
    line-height: 0.9em;
    color: #007C7C;
    text-align: center;
    padding: 0;
    margin: 0;
}
/* Video */

.responsive-video {
    position: relative;
    padding-bottom: 53.2%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,  
.responsive-video object,  
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Form */
input[type="submit"]:hover, .Actions .action {
    background: #007C7C;
    color: #fff;
}
input[type="submit"]:hover, .Actions .action:hover {
    background: #118d8d;
    color: #fff;
}


/* Footer */

footer {
    background-color: #cdcdc1;
    padding: 40px 0 0 0;
    margin-top: 40px;
    min-height: 200px;
    font-family:"Neue Frutiger W01", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

footer div.links p {
    margin: 0;
}

footer div.mitte a {
    color: #fff!important;
}

footer div.links a {
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4em;
    letter-spacing: 0.04em;
}

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

footer div.facebook img {
    max-width: 29px;
    margin-left: 6px;
}

footer div.logo {
    max-width: 170px;
    margin: 60px 0px 80px -10px;
}

footer div.mitte p {
    color: #fff!important;
    text-decoration: none;
    font-size: 1.1em;
}


/* BREAKPOINT 760px ***********************************************************************/

@media only screen and (max-width: 760px) {
    /* Navigation Responsiv */
    #myNavbar>ul,
    .navbar-default .navbar-nav>ul {
        width: 100%!important;
        display: block;
    }
    .navbar-default .navbar-nav>ul li {
        width: 100%;
    }

    #cookie_container {
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background-color: rgba(250,250,250,0.7) !important;
        color: #000 !important;
        max-height: 160px !important;
        border-top: 1px solid #000;
    }
    .dropdown-menu {
        position: static;
        top: 0;
        left: 0;
        z-index: 1000;
        display: block;
        float: none;
        clear: left;
        min-width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        background-color: none;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
        -webkit-background-clip: transparent;
        background-clip: transparent;
    }
    ul.nav li a,
    li.dropdown a {
        font-size: 1.4em!important;
    }
    #myNavbar>ul>li>a {
        background-color: #fff;
        padding: 8px 0px 8px 33px;
    }
    div.teasercontainer {
        max-width: 300px;
        margin: 0 auto;
    }
    header div.legend p {
        font-family:"Neue Frutiger W01", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 14px 8px;
        text-align: center;
    }
    /* Article */
    article {
        width: 90%;
        margin: 0 auto;
    }
}
/* BREAKPOINT 360px ***********************************************************************/

@media only screen and (max-width: 360px) {


    #cookie_container {
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background-color: rgba(250,250,250,0.7) !important;
        color: #000 !important;
        max-height: 240px !important;
        border-top: 1px solid #000;
    }
}
