﻿/* Standart-Styling =============== START */
html,
body,
#layout-wrapper
{
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', Tahoma, Verdana, sans-serif !important ;
    font-weight: 300;
}


/* wenn vollflächiges Hintergrundbild eingesetzt werden soll, 
   dann im Widget oder auf der Seite ein Hintergrundbild mit folgender
   Klasse platzieren.
   */
img.background-cover-image
{
      /* Set rules to fill background */
      min-height: 100%;
      min-width: 1024px;
	
      /* Set up proportionate scaling */
      width: 100%;
      height: auto;
	
      /* Set up positioning */
      position: fixed;
      top: 0;
      left: 0;

      /* move to background */
      z-index: -1;
}


a
{
    color: white;
    text-decoration: none;
}

ul
{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
/* LOGO-Styling =============== START */
#logo
{
    text-align: center;
    margin-bottom: 20%;
}

    #logo .blackCircle
    {
        border: 2px solid black;
        background: black;
        width: 80px;
        height: 80px;
        border-radius: 150px;
        display: inline-block;
    }

    #logo .name
    {
        font-size: 1.5em;
        margin: 0px;
        margin-top: -75px;
    }

    #logo .artist
    {
        font-size: 1em;
        margin: 0px;
        margin-top: -10px;
    }
/* LOGO-Styling =============== ENDE */
/* Standart-Styling =============== ENDE */

/* leftContent-Styling =============== START */
.leftContent
{
    /*background-image: url('../Content/binding_dark.png');*/
    background-color: rgba(0,0,0,.8);
    box-shadow: 0px 0 7px 0px #212121;
    display: table;
    height: 100%;
    left: 0;
    top: 0;
    width: 186px;
    float: left;
}

.leftContentInside
{
    display: table-cell;
    vertical-align: middle;
    width: 186px;
}

#layout-Navigation
{
    text-align: center;
    font-size: 13px;
}

    #layout-Navigation .current a
    {
        color: white;
    }

    #layout-Navigation .current
    {
        background: #777777;
    }

    #layout-Navigation li
    {
        list-style: none;
        padding: 10px 0;
    }

        #layout-Navigation li a
        {
            list-style: none;
            color: #c6c4c4;
            text-transform: uppercase;
            font-size: 13px;
        }

            #layout-Navigation li a:hover
            {
                color: white;
            }

.leonHerbst
{
    bottom: 0;
    position: absolute;
    text-align: center;
    width: inherit;
    margin-bottom: 28px;
}

    .leonHerbst a
    {
        color: #5c5c5c;
    }

    .leonHerbst h5
    {
        font-size: 15px;
        font-weight: 200;
        margin: 6px 0;
    }

#layout-NavigationSecond
{
    font-size: 11px;
}

#layout-NavigationSecond li
{
    list-style: none;
    display: inline;
    padding: 0 3px;
}

#layout-NavigationSecond a
{
    color: #5c5c5c;
   -webkit-font-smoothing: antialiased; /* none - subpixel-antialiased möglich */
   text-shadow: 0 0 1px rgba(92, 92, 92, 1); 
}

#layout-NavigationSecond .current a
{
    color: white;
}
.changeCulture label
{
  display: none;
}
/* leftContent-Styling =============== ENDE */

/* rightContent-Styling =============== START */
.rightContent
{
    display: table;
    height: 100%;
    margin: 0 auto;
}
.rightContent a
{
    color:#000;
}

.rightInside
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#layout-NavigationThird
{
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}

    #layout-NavigationThird li 
    {
        padding-right: 15px;
        padding-left: 15px;
        list-style: none;
        display: inline;
    }

        #layout-NavigationThird li a
        {
            color: black;
        }

    #layout-NavigationThird .current
    {
        border-bottom: 2px solid black;
        padding-bottom: 3px;
    }

.navigationThirdBackground
{
    background: #d9e2e8;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

#btnInfo, #btnLessInfo
{
    background: #DEDEDE;
    color: #777;
    padding: 4px 12px;
    bottom: 30px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.hidden
{
    visibility: hidden;
    display: none;
}

.show
{
    visibility: visible;
    display: block;
}

.colorwhite
{
    color: white;
}
/* rightContent-Styling =============== ENDE */
/*Content*/
/* Content-Styling =============== START */
#layout-Content
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 838px;    
}
/* nur für kontakt, lebenslauf, etc.*/
.additional-infos-container > .zone-content
{
    min-height: 490px;
}
/* Content-Styling =============== ENDE */
/*AsideFirst*/
/* AsideFirst-Styling =============== START */
#layout-AsideFirst
{
    color: white;
    background: rgba(0,0,0,.85);
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0.85;
    top: 0;
    right: 0;
    box-shadow: 0 0 7px rgba(0,0,0,.85);
    width: 60%;
}

    #layout-AsideFirst > *
    {
        padding: 25px 80px;
    }

/* AsideFirst-Styling =============== ENDE */

/* Carousel-Styling =============== START */
.image-gallery
{
    padding: 0;
}

.carouFredSel-manfred
{
    margin: 0 auto;
    position: relative;
    width: 700px;
}

    .carouFredSel-manfred .carousel-slide
    {
        position: relative;
        float: left;
        /* Known issue: To ensure the plugin is able to measure the correct sizes, always use display: block; for the items */
        display: block;
        width: 700px;
    }

    .carouFredSel-manfred .carousel-caption h4, .carouFredSel-manfred .carousel-caption p
    {
        color: #777777;
        margin: 0;
        text-align: center;
    }

    .carouFredSel-manfred .carousel-prev,
    .carouFredSel-manfred .carousel-next
    {
        background: url(../Content/sprite_pfeile-galerie.png) no-repeat transparent;
        height: 48px;
        overflow: hidden;
        position: absolute;
        width: 18px;
        top: 230px;
        opacity: 0.7;
    }

    .carouFredSel-manfred .carousel-prev
    {
        background-position: 1px 0;
        left: -30px;
    }

        .carouFredSel-manfred .carousel-prev:hover
        {
            background-position: 1px -49px;
        }

    .carouFredSel-manfred .carousel-next
    {
        background-position: -16px 0;
        right: -30px;
    }

        .carouFredSel-manfred .carousel-next:hover
        {
         background-position: -16px -49px;
        }

    .carouFredSel-manfred .carousel-prev.disabled, .carousel-next.disabled
    {
        cursor: pointer !important;
    }

    .carouFredSel-manfred .carousel-prev span,
    .carouFredSel-manfred .carousel-next span
    {
        display: none;
    }

    .carouFredSel-manfred .carousel-pagination
    {
        text-align: center;
        margin-top: 24px;
    }

        .carouFredSel-manfred .carousel-pagination a
        {
            background: #BBBBBB;
            width: 15px;
            height: 15px;
            margin: 0 5px 0 0;
            display: inline-block;
            border-radius: 20px 20px 20px 20px;
            -webkit-border-radius: 20px;
        }

            .carouFredSel-manfred .carousel-pagination a.selected
            {
                background: #777777;
                cursor: default;
            }

            .carouFredSel-manfred .carousel-pagination a span
            {
                display: none;
            }

/* Carousel-Styling =============== ENDE */
/* Custom Form-Styling =============== START */
fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}

    fieldset + fieldset
    {
        margin-top: 12px;
    }

    fieldset label
    {
        display: block;
    }

    fieldset input
    {
        width: 200px;
    }
/* Custom Form-Styling =============== ENDE */
/* mediaqueries-Styling =============== START */
@media (max-height:776px)
{
    .leonHerbst
    {
        position: static;
        margin-bottom: 0px;
    }

    #layout-Navigation li
    {
        padding-bottom: 9px;
        padding-top: 9px;
    }
}

@media (max-width:1070px)
{
    .rightContent
    {

        padding: 0 20px;
    }
}
/* mediaqueries-Styling =============== ENDE */


/* CSS3-Animations =============== ANFANG */
.slideIn
{       
    animation-name: asideFirst;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    /* Safari and Chrome: */
    -webkit-animation-name: asideFirst;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
}

@keyframes asideFirst
{
    0%
    {
        right: -100%;
    }

    100%
    {
        right: 0px;
    }
}

@-webkit-keyframes asideFirst /* Safari and Chrome */
{
    0%
    {        
        right: -100%;        
    }

    100%
    {        
        right: 0px;     
    }
}

/* CSS3-Animations =============== ENDE */


/* Hilfsklassen */
.clearfix:before,
.clearfix:after
{
    display: table;
    content: ' ';
}

.clearfix:after
{
    clear: both;
}

.invisible
{
    display: none;
}
