#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ----- 	Reset    ----- */

* {
    margin: 0;
    padding: 0;
}

.invisible {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* ----- 	Layout    ----- */

html {
    height: 100.5%;
}

body {
    background-color: #292C36; /*rgb(27, 30, 45);*/  /*#EF9208;*/
}

#wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EF9208; 
}

#header {
    z-index: 20;
}

#container {
    z-index: 10;
    padding-top: 2%;
    padding-bottom: 12px;
}

body.singer #container, body.coach #container, body.methoden #container {
    padding-top: 5%;
}

#footer {
    margin-top: 66px;
    padding-top: 18px;
    padding-bottom: 20px;
    background-color: #141A2B;
    /*font-size: 16px;*/
    letter-spacing: 0.04em;
    text-align: center;
    font-family: eb_garamond08_italic;
}

#footer, #footer a {
    color: #eee;
    text-decoration-color: #81848d;
}

#footer a:hover {
    color: #EF9208;
}

#footer .inside {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
}

@media (min-width: 901px) {
    #footer .inside {
        /*margin-left: 12.5%;*/
        word-spacing: 0.1em;
    }
}

#container .mod_article > div:not(.content-gallery) img {                 /* responsive images */
    max-width: 100%;
    height: auto;
}

.content-text, .content-headline, .content-image {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
}

.content-image {
    padding-top: 30px;
    text-align: center;
}

.zitat {
    margin-top: 38px;
    padding-bottom: 30px;
    text-align: center;
    color: #eee;
}

.zitat p:first-child {
    font-family: journal-webfont;
    font-size: 56px;
    line-height: 0.8;
}

.zitat p:first-child span.klein {
    font-size: 39px;
}

.kritik {
    font-family: eb_garamond08_italic;
    overflow: hidden;
}

#container .kritik h1 {
    font-size: 26px;
}

#container .kritik p {
    margin-top: 11px;
}

.kritik p:last-child {
    font-family: eb_garamond12_regular;
    float: right;
    text-align: right;
}

body.feedback .kritik {
    margin-top: 33px;
}


/* -----    Header    ----- */

#header {
    position: relative;         /* Bezugspunkt für Logo und Navi */
    background-size: cover;
    transition: all 1.5s ease 0s;
}

.singer #header, .projekte #header, .cd #header, .kritiken #header, .galerie #header {
    background-image: url("../../files/css/mit_mikro3_1600x1200.jpg");
    background-position: 71% 21%;
}

.coach #header, .methoden #header, .erfahrung #header, .presse #header, .feedback #header {
    background-image: url("../../files/css/mit_schuelern_1600x995.jpg");
    background-position: 12% 20%;
}

.bio #header, .kontakt #header, .impressumdatenschutz #header {
    background-image: url("../../files/css/mit_kiste2_1600x900.jpg");
    background-position: 0% 0%;
}

@media (min-width: 1600px) {
    #header {
        height: 550px;
    }

    .singer #header {
        height: 691px;                  /*862px;*/
    }
}

@media (max-width: 1599px) {
    #header {
        height: 140px;
        padding-bottom: 20%;
    }

    body:not(.sf6):not(.sf7) #header {
        height: 30vh;
    }

    body.singer:not(.sf6):not(.sf7) #header,
    body.coach:not(.sf6):not(.sf7) #header {
        height: 40vh;
    }
}

.logo {
    position: absolute;
    font-size: 0.9em;
}

@media (min-width: 1101px) {
    .logo {
        top: 12%;
        left: 12.5%;                    /* = 200px : 1600px */
    }
}

@media (max-width: 1100px) {
    .logo {
        font-size: 8px;
        /*font-size: 2.4vw;*/
        font-size: calc(1vw + 5px);
    }
}

.logo img {
    width: 5.6em;
    height: 5.6em;
    margin-right: 0.9em;
}

.logo h1 {
    display: inline-block;
    vertical-align: 7%;             /* oder baseline */
    font-family: eb_garamond12_regular;
    font-size: 3.7em;
    color: #EEE;
}

.logo h1 {
    text-shadow: 0px 2px 9px rgba(0, 40, 61, 0.9);
}

.logo h2 {
    display: none;
}


/* -----    Navi    ----- */

.navi {
    position: absolute;
    bottom: 0px;
    font-family: eb_garamond08_italic;
    text-transform: uppercase;
    line-height: 2;                     /* 67px; */
}

@media (min-width: 901px) {
    .navi { 
        left: 12.5%;                    /* = 200px : 1600px */
    }
}

.navi_hover .level_1 > li > a, .navi_hover .level_1 > li > span {
    text-shadow: 0px 2px 6px rgba(0, 40, 61, 1);
}

.navi_neu .level_1 > li:not(.submenu) > a {
    text-shadow: 0px 2px 6px rgba(0, 40, 61, 1);
}

.navi ul {
    border-collapse: separate;
    border-spacing: 18px 0;
    margin-left: -9px;
}

body:not(.sf6):not(.sf7) .navi ul.level_1 {
    border-spacing: 5.6vw 0;
    margin-left: -3vw;
}

body:not(.sf6):not(.sf7) .navi .singer ul.level_2 {
    border-spacing: 2.8vw 0;
    margin-left: 0.4vw;
}

body:not(.sf6):not(.sf7) .navi .coach ul.level_2 {
    border-spacing: 2.8vw 0;
    margin-left: 25%;
}

@media (max-width: 420px) {
    body:not(.sf6):not(.sf7) .navi .coach ul.level_2 {
        margin-left: 0.4vw;
    }
}


.navi ul.level_2 {
    left: 0;
    padding-bottom: 20px;
}

.navi a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navi_neu a:hover, .navi_neu a:focus {
    border-bottom: 2px solid;
}

.navi_hover a:not(.submenu):hover, .navi_hover a:not(.submenu):focus {
    border-bottom: 2px solid;
}

.navi_hover a.submenu:after {
    content: "\2193";
    position: absolute;
    transform: scale(0.75);
}

.navi li {
    display: table-cell;
}

.navi_neu ul.level_2 {
    position: absolute;
    display: table;
}

.navi_hover ul.level_2 {
    position: absolute;
    display: table;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 10vw -30px;
    -ms-transform-origin: 10vw -30px;
    transform-origin: 10vw -30px;
    -webkit-transition: all 0s ease-out 0.5s;
    transition: transform 0s ease-out 0.5s;
    padding-top: 3.3%;
    margin-top: -2.8%;
    z-index: -5;
}

.navi_hover ul.level_2:hover,
.navi_hover li.submenu:hover ul.level_2,
.navi_hover a.submenu:hover + ul.level_2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.navi .level_1 > li > a,
.navi .level_1 > li > strong {
    font-size: 25px;
    font-weight: normal;
}

@media (max-width: 800px) {
    .navi .level_1 > li > a, .navi .level_1 > li > span {
        font-size: 18px;
        font-size: calc(1.2vw + 15px);
    }
}

.navi_hover .level_1 > li > a {
    color: #EF9208;
    display: block;
}

.navi_neu .level_1 > li  {
    padding-left: 2px;
    padding-right: 3px;
}

:not(.sf6):not(.sf7) .navi_neu .level_1 > li  {
    padding-left: 0.5vw;
    padding-right: 0.7vw;
}

.navi_neu .level_1 > li > a {
    color: #EF9208;
}

.navi_neu .level_1 > li.submenu > a {
    color: #eee;    
}

.navi_neu li.active, .navi_neu li.submenu {
    background-color: #EF9208;
    border-radius: 7px 7px 0 0;
}

.navi_hover .level_1 > li > span,
.navi .level_1 > li > a:hover {
    color: #EEE;
}

.navi .level_2 > li > a, .navi .level_2 > li > strong {
    font-size: 21px;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: normal;
}

.navi .level_2 > li > a {
    color: #FFF;
}

/*.navi_neu span {
    color: #eee;
}
*/
.navi_hover .level_2 > li > span {
    color: #141a2b;
}


@media (max-width: 800px) {
    .navi .level_2 > li > a, .navi .level_2 > li > strong {
        font-size: 18px;
        font-size: calc(0.75vw + 15px);
        font-weight: normal;
    }
}


/* -----    Galerie neu   ----- */

.content-gallery.gal_neu {
    text-align: center;
}

.content-gallery.gal_neu > ul {
    font-size: 0;
    line-height: 0;
}

#container .content-gallery.gal_neu li {
    display: inline-block;
    position: relative;             /* Bezugspunkt für Caption */
    width: 300px;
    margin-top: 121px;
    margin-left: 2.34%; 
    margin-right: 2.34%; 
}

.content-gallery.gal_neu .caption {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #eee;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}


/* -----    Galerie alt    ----- */

.content-gallery.gal_alt {
    text-align: center;
    margin-top: 200px;              /* Abstand zum alternativen Galerie-layout obendrüber */"
}

.content-gallery.gal_alt > ul {
    font-size: 0;
    line-height: 0;
}

#container .content-gallery.gal_alt li {
    display: inline-block;
    position: relative;             /* Bezugspunkt für Caption */
    width: 300px;
    height: 300px;
    margin: 2.34%; 
    background-color: #292C36;
}

.content-gallery.gal_alt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content-gallery.gal_alt .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #eee;
    /*background-color: rgba(0, 0, 0, 0.33);*/
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    background-color: #292C36;
}


/*
.pagination p, 
#container .pagination li.next, #container .pagination li.previous,
#container .pagination li.last, #container .pagination li.first {
    display: none;
}

.pagination li {
    margin-left: 7px;
    margin-right: 8px;
}

.pagination li .current, .pagination li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 50%;
}

.pagination li .current {
    border: 1px solid;
}

.pagination li a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

*/

/*#cboxTitle, */#cboxCurrent {
    display: none !important;
}



/* -----    YouTube    ----- */

.mejs-container {
    margin-top: 5px;
    margin-bottom: 27px;
}

.mejs-container .mejs-controls div {
    font-family: eb_garamond08_regular !important;
}

/*sorgt dafuer, dass der zweitäußerste Container immer das Seitenverhaeltnis 16:9 behaelt */
.mejs-container { 
    width: 100% !important;
    height: auto !important;
    padding-top: 57%;
}

/* sorgt dafuer, dass das Vorschaubild und der Play-Button wieder mittig zentriert sind */
.mejs-overlay, .mejs-poster { 
    width: 100% !important;
    height: 100% !important;
}

/* sorgt dafuer, dass das Video-Element, der übergeordnete DIV-Container vom Flash-Video
und das Flash-Video richtig skaliert werden */ 
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ----- 	Typo    ----- */

html {
    font-family: eb_garamond12_regular, Georgia, serif;
    font-size: 18px;
    line-height: 22px;
}

.smalltext {
	font-size: 14px;
}

/*.navi_neu span,*/
html, a  {
    color: #141a2b;
}

a {
    text-decoration-color: #81561a;
    transition: all 0.2s ease 0s;
}
#container a:hover {
    color: #eee;
}

#container a[href^="http://"]:before, 
#container a[href^="https://"]:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    content: "\279E";              /* \2192 */
    font-size: 0.7em;
    letter-spacing: 0.2em;
}

strong {
    font-weight: bold;
    font-style: normal;
}

em {
    font-family: eb_garamond08_italic;
    font-weight: normal;
    font-style: normal;
}

#container p {
    margin-top: 22px;
    letter-spacing: 0.01em;
    word-spacing: 0.05em;
}

#container ul {
    padding-top: 11px;
}

#container li {
    margin-top: 11px;
    margin-left: 5%;
}

#container h1 {
    font-size: 31px;
    line-height: 33px;
    padding-top: 55px;
    margin-bottom: -2px;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 9, 2015 */

@font-face {
    font-family: 'eb_garamond12_regular';
    src: url('../../files/fonts/ebgaramond12-regular-webfont.eot');
    src: url('../../files/fonts/ebgaramond12-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/fonts/ebgaramond12-regular-webfont.woff2') format('woff2'),
         url('../../files/fonts/ebgaramond12-regular-webfont.woff') format('woff'),
         url('../../files/fonts/ebgaramond12-regular-webfont.ttf') format('truetype'),
         url('../../files/fonts/ebgaramond12-regular-webfont.svg#eb_garamond12_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eb_garamond08_regular';
    src: url('../../files/fonts/ebgaramond08-regular-webfont.eot');
    src: url('../../files/fonts/ebgaramond08-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/fonts/ebgaramond08-regular-webfont.woff2') format('woff2'),
         url('../../files/fonts/ebgaramond08-regular-webfont.woff') format('woff'),
         url('../../files/fonts/ebgaramond08-regular-webfont.ttf') format('truetype'),
         url('../../files/fonts/ebgaramond08-regular-webfont.svg#eb_garamond08_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eb_garamond08_italic';
    src: url('../../files/fonts/ebgaramond08-italic-webfont.eot');
    src: url('../../files/fonts/ebgaramond08-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/fonts/ebgaramond08-italic-webfont.woff2') format('woff2'),
         url('../../files/fonts/ebgaramond08-italic-webfont.woff') format('woff'),
         url('../../files/fonts/ebgaramond08-italic-webfont.ttf') format('truetype'),
         url('../../files/fonts/ebgaramond08-italic-webfont.svg#eb_garamond08_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'journal-webfont';
    src: url('../../files/fonts/journal-webfont.eot');
    src: url('../../files/fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/fonts/journal-webfont.woff') format('woff'),
         url('../../files/fonts/journal-webfont.ttf') format('truetype'),
         url('../../files/fonts/journal-webfont.svg#eb_garamond08_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
