body
{

}


h1, h2, h3
{
    color: #267b21;
    font-family: 'Handlee', 'Times New Roman'; /*to do alternative Schriften suchen*/
    font-size: 28px;
}


h2
{
    font-size: 24px;
}

h3
{
    font-size: 18px;
}

p{
    line-height: 1.35;
    font-size: 14px;
    margin: 5px;
}

.text-emphasis
{
    font-size: 22px;
    color: #666666;
    color: rgba(0,0,0,0.6);
    margin-bottom: 12px;
    font-family: 'Handlee', 'Times New Roman';
}

.page
{
    margin-top: 0px;
}

.page a
{
    color: #267b21;

}

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

.page
{
    margin-top: 20px;
    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media all and (min-height: 900px)
{
    .page
    {
        margin-top: 40px;
    }
}

@media all and (min-height: 1000px)
{
    .page
    {
        margin-top: 140px;
    }
}



/* > Formular #################################################### */

.form
{
    padding: 20px 10px;
    margin: 10px;
}

.form-group
{
    margin-bottom: 12px;
    position: relative;
}

.form--with-background
{
    background: #267b21;
   /*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YmMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjdiMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
*/
    background: -moz-linear-gradient(top,  #64bc3b 0%, #267b21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64bc3b), color-stop(100%,#267b21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64bc3b 0%,#267b21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bc3b', endColorstr='#267b21',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
}

.form--with-background_2
{
    /* URL http://www.colorzilla.com/gradient-editor/#64bc3b+0,267b21+100;Custom*/
    background: #64bc3b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YmMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjdiMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #64bc3b 0%, #267b21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64bc3b), color-stop(100%,#267b21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64bc3b 0%,#267b21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bc3b', endColorstr='#267b21',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);

}

.form-group  input, .form-group  textarea, .form-group  select
{
    padding: 3px 2%;
    width: 80%;
    display: block;
    border:2px solid #000000;
    border:2px solid rgba(0,0,0,0.1);

    -webkit-border-radius: 4px;
    border-radius: 4px;

    font-size: 14px;

    color: #999999;
}

.form--with-background .form-group  input,
.form--with-background .form-group  textarea,
.form--with-background .form-group  select
{
    border-color: #ffffff;
    border-color: rgba(255,255,255,0.1);
}


.form-group  input:focus, .form-group  textarea:focus, .form-group  select:focus
{
    color: #000000;
}

.form--with-background h2
{
    color: white;
    margin-bottom: 6px;
}

.form-group > *
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: top;
}

.form-group--hidden
{
    display: none;
}

.form-group > label
{
    width: 30%;
    margin-right: 1%;
    text-align: right;
    padding-top: 3px;
}

.form-group > label small
{
    font-size: 12px;
}

.form--with-background label, .form--with-background label *
{
    color: white;
}

.form-group > .form-object, .form-group > input, .form-group > textarea, .form-group > select
{
    width: 66%;
}

.form-group--checkbox  input
{
    width: auto;
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: top; /*sonst kann es nicht alignt werden*/
    margin-right: 10px;
    border-width: 0px;
}

.form-group--checkbox > .form-object, .form-group--checkbox  > input
{
    text-align: right;
    width: 30%;
}

.form-group--checkbox > label
{
    text-align: left;
    width: 66%;
}


.form-hint
{
    font-size: 13px;
    color: #999999;
    color: rgba(0,0,0,0.5);
}


.form.form-with-submitted-values .form-group-has-error label,
.form.form-with-submitted-values .form-group-has-error label *
 {
     color: #750006;
 }

.form--with-background.form-with-submitted-values .form-group-has-error label,
.form--with-background.form-with-submitted-values .form-group-has-error label *
{
    color: #ffa0a2;
}

.form-message-area
{
    
    background: #750006;
    margin: 5px;
    padding: 5px;
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    margin-top: 10px;
}

.form-message-area .form-message
{
    padding: 5px 0px;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.form-message-area .form-message:last-child
{
    border-bottom-width: 0px;
}

.form-message-area .form-message  *
{
    color: white;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

.form-message-area .form-message > *
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: middle;
    width: 60%;
    text-align: left;
}

.form-message-area .form-message > label
{
    width: 25%;
    text-align: right;
    margin-right: 3%;

}

.form-success *
{
    color: white;
}



/* > BTN #################################################### */


.btn--small
{
    padding: 5px 10px;
    margin: 2px 3px;
}

.btn, .btn-not-nav, .btn-not-nav:hover
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: top;
    padding: 5px 15px;
    margin: 2px 5px;
    font-size: 14px;
}

a.btn, a.btn--small, .btn
{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.4);

    border-width: 0px; /*wichtig da auch submit */

    font-weight: bold;
    background: #feffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #feffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

input.btn
{
    width: 80%;
    color: #333333;
    cursor: pointer;
}

input.btn:hover
{
    color: #267b21;
}


a.btn--emphasis, .btn--emphasis
{
    /* URL http://www.colorzilla.com/gradient-editor/#64bc3b+0,267b21+100;Custom*/
    background: #64bc3b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YmMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjdiMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #64bc3b 0%, #267b21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64bc3b), color-stop(100%,#267b21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64bc3b 0%,#267b21 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64bc3b 0%,#267b21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bc3b', endColorstr='#267b21',GradientType=0 ); /* IE6-8 */

}

/* > Question & Anwser #################################################### */
.question-answer
{
    margin-bottom: 12px;
    text-align: left;
}

.col-centered .question-answer
{
    text-align: center;
}

.question, .question *
{
    font-size: 18px;
    color: #267b21;
}

.answer, .answer *
{
    font-size: 13px !important;
    color: #999999;
    color: rgba(0,0,0,0.9);
}




/* > WELCOME #################################################### */

.ui-circle-pannel
{
    display: block;
    width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    margin-top: 10px;

    overflow: hidden;

    -webkit-border-radius: 300px;
    border-radius: 300px;

    background: white;
}

.page--welcome p
{
    margin: 20px;
    text-align: left;

}



.ui-circle-pannel__img
{
    width: 500px;
    height: 500px;
    position:absolute;
    top:-150px;
    left:-150px;

}

.ui-circle-pannel img.ui-circle-pannel__shadow
{
    margin: 0px;
    padding: 0px;
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    width: 280px;
    height: 280px;

}

.ui-circle-pannel__img.ui-css-animation
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -moz-opacity: 0; /* Netscape */
    -khtml-opacity: 0;   /* Safari 1.x */
    opacity: 0;  /* Good browsers */


}

.ui-circle-pannel__img.ui-css-animation-animate
{
    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1;   /* Safari 1.x */
    opacity: 1;  /* Good browsers */

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#ui-circle-pannel-welcome-1 .ui-circle-pannel__img
{
    top:-200px;
    left:-100px;
}

#ui-circle-pannel-welcome-2 .ui-circle-pannel__img
{
    height: 400px;
    left: -49px;
    top: -144px;
    width: 400px;
}

#ui-circle-pannel-welcome-3 .ui-circle-pannel__img
{
    height: 400px;
    left: -8px;
    top: 33px;
    width: 400px;
}



/* > Registieren #################################################### */





/* > Messen #################################################### */





/* > Tipps #################################################### */





/* > Bewertungen #################################################### */
.rating-container
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: top;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    cursor: pointer;
}

.rating-container-img
{
    -webkit-box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.rating-container.active .rating-container-img,
.rating-container:hover .rating-container-img
{
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.rating-container-img img
{
    margin: 5%;
    width: 90%;
    height: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.rating-container label
{
    margin-top: 6px;

    font-size: 16px;
    display: block;
    text-align: center;

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.rating-container.active label,
.rating-container:hover label
{
    margin-top: 12px;

}
.rating-container.active label,
.rating-container-cite cite strong
{
    color: #267b21;
}

.rating-container-cite cite, .rating-container-cite cite *,
.rating-container label
{
    font-family: 'Handlee', 'Times New Roman'; /*to do alternative Schriften suchen*/
    color: #999999;
    color: rgba(0,0,0,0.5);
}


.rating-container-cite-wrapper
{
    margin: 5% 10%;
    text-align: center;
    height: 100px;

    position: relative;
}

.rating-container-cite cite, .rating-container-cite cite *
{
    font-size: 26px;
}


.rating-container-cite
{
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;

    text-align: center;


    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -moz-opacity: 0; /* Netscape */
    -khtml-opacity: 0;   /* Safari 1.x */
    opacity: 0;  /* Good browsers */

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transform: scale(0.1) translateY(-300px);
    -moz-transform: scale(0.1) translateY(-300px);
    -o-transform: scale(0.1) translateY(-300px);
    -ms-transform: scale(0.1) translateY(-300px);
    transform: scale(0.1) translateY(-300px);


}

.rating-container-cite.active
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1;   /* Safari 1.x */
    opacity: 1;  /* Good browsers */

    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}


.rating-container-cite-quote-a,
.rating-container-cite-quote-b
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    -khtml-opacity: 0.5;   /* Safari 1.x */
    opacity: 0.5;  /* Good browsers */
    position: absolute;
}

.rating-container-cite-quote-a
{
    left:-60px;
    top: -20px;
}

.rating-container-cite-quote-b
{
    right:-60px;
    bottom:-20px;
}

/* > Über mich #################################################### */

.page--about-me a
{
    font-size: 18px;
}

.page--about-me h1
{
    font-size: 48px;
}


/* > Impressum #################################################### */
.page--impressum h1, .page--impressum h2, .page--impressum h3,
.page--agb h1, .page--agb h2, .page--agb h3
{
    margin-top: 18px;
}

ul.quellen-angaben, ul.list
{
    margin-left: 20px;
    margin-top: 5px;
    font-size: 14px;
}

ul.quellen-angaben li, ul.list li
{
    font-size: inherit;
    margin-bottom: 5px;
    list-style: disc;
}


ul.list
{

}

/* > Login ####################################################  */

.page--login
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
}

.page--login h1, .login-form h2
{
    font-family: Helvetica,Arial, sans-serif;
    font-weight: bold;
    font-size: 64px;
    color: white;

}

.login-form h2
{
    font-size: 32px;
    line-height: 0.8;
    margin-top: 18px;
}

#LOGIN_BTN_BACK_TO_WEBSITE
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
}

.page--login table, .page--login table tr, .page--login table td
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.page--login  table
{

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.browser_ie7 .page--login
{

   height: 98%;
}

.page--login table td
{
    background-image: url(img/LoginBackground_Background.jpg);
    background-size: 100% auto ;
    background-position: center center;
    background-repeat: no-repeat;


}

@media all and (min-width: 1100px)
{

    .page--login table td
    {
        background-image: url(img/LoginBackground_Background.jpg);
    }
}

.login-container
{
    display:-moz-inline-stack;    display:inline-block;    zoom:1;    *display:inline;  vertical-align: top;
    margin-left: auto;margin-right: auto;
    position: relative;
    width: 600px;
    height: 600px;
}


.login-form
{
    position:absolute;
    top:100px;
    bottom:100px;
    right:100px;
    left:100px;
}

.login-form .form--with-background
{
    background: none !important;
    filter:none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#LOGIN_LOGO
{
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;margin-bottom: -10px;
}

.login-form .form--with-background a
{
    background: rgba(0,0,0,.25);
    color: white;
    padding: 5px;
    display: block;
    margin-top: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 26px;

}

.login-form p
{
    margin-top: 6px;
    color: white;
}

.login-form .form--with-background a.ui-css-animation
{


    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -moz-opacity: 0; /* Netscape */
    -khtml-opacity: 0;   /* Safari 1.x */
    opacity: 0;  /* Good browsers */
}

.login-form .form--with-background a.ui-css-animation-animate
{
    /* http://www.the-art-of-web.com/css/css-animation/ */
    -webkit-transition: all  2s ease-in-out;
    -moz-transition: all  2s  ease-in-out;
    -o-transition: all  2s ease-in-out;
    -ms-transition: all  2s  ease-in-out;
    transition: all  2s  ease-in-out;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1;   /* Safari 1.x */
    opacity: 1;  /* Good browsers */
}



/* > Error Messages ####################################################  */
.error-container
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.alert
{
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -1px 3px 0px rgba(0, 0, 0, 0.5);

    background: white;
    color: #333333;

    padding: 10px;
    margin: 5px;
    margin-top: 12px;
}

.alert-danger
{
    background: #FFA3A2;
    color: #760209;
}

.alert strong
{
    color: inherit;
    font-weight: bold;
}

.alert small
{
    color: inherit;
    font-weight: normal;
    font-size: 10px;
}

.alert .close
{
    display: none;
}







