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

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

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/background.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-family: Calibri;
    font-size: 14px;
    color: #0c444e;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
#main {
    position: relative;
    width: 998px;
    margin: 0 auto 80px auto;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#header {
    position: relative;
    width: 998px;
    height: 370px;
    background: url(../img/header-atelier-ursula-weber.jpg) no-repeat;
    font-family: 'lucia_handwriting';
    color: #fefa93;
}
#headline_atelier {
    margin: 0;
    position: absolute;
    top: 152px;
    left: 385px; 
    font-size: 93px;
}
#headline_ursula_weber {
    margin: 0;
    position: absolute;
    top: 277px;
    left: 130px;
    font-size: 93px;
}

#menu, #footer {
    position: relative;
    width: 998px;
    height: 60px;
    background-color: #2b7885;
    -moz-box-shadow:    inset 0 0 10px #205a64;
    -webkit-box-shadow: inset 0 0 10px #205a64;
    box-shadow:         inset 0 0 10px #205a64;
    color: #fefa93;
}


/*  Menu  */
#sprachwahl {
    display: none;
    float: right;
    margin-right: 30px;
}
#sprachwahl a img {
    border: none;
    margin: 25px 0 0 5px;
}

#menu ul, #footer ul {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
#menu ul li, #footer ul li {
    float: left;
    padding: 0 0 0 30px;
    line-height: 59px;
}
#menu ul li a, #footer li a {
    text-decoration: none;
    color: #fefa93;
    font-size: 18px;
}
#footer li a {
    font-size: 16px;
}
#footer ul, #footer ul li {
    float: right;
}
#menu ul li ul {
    position: absolute;
    top: 45px;
    padding: 5px 10px 5px 10px;
    display: none;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
}
#menu ul li ul li {
    float: none;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 36px;
}
#menu ul li ul li a {
    color: #0c444e;
    font-size: 15px;
}
#menu ul li ul li span {
    display: block;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(12,68,78,1) 50%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(12,68,78,1)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}
#menu ul li ul li:last-child span {
    display: none;
}
#menu ul li:hover ul{
    display: block !important;
}

/* Content */
#content {
    position: relative;
    overflow: hidden;
    width: 968px;
    padding: 0 0 30px 30px;
    background: url(../img/content-background.jpg) repeat-y;
    background-size: 100% auto;
}

#content h1 {
    clear: both;
    margin: 0;
    padding: 20px 0 15px 0;
    font-family: 'calibri';
    font-weight: normal;
    font-size: 30px;
}
#content h2 {
    clear: both;
    margin: 0;
    padding: 20px 0 5px 0;
    font-family: 'calibri';
    font-weight: normal;
    font-size: 20px;
}
#content h3 {
    font-family: 'calibri';
}

#content h1 a, 
#content h2 a, 
#content h3 a {
    text-decoration: none;
    color: #0c444e;
} 

/* Footer */
#footer {
    width: 938px;
    padding: 0 30px 0 30px;
    line-height: 60px;
    font-size: 15px
}

/* Specials */
#breadcrumb {
    position: relative;
    margin: 20px 0 0 0;
    color: #4d7783;
}
#breadcrumb a {
    text-decoration: none;
    color: #4d7783;
}
#breadcrumb a:hover {
    text-decoration: underline;
}
.blackbox {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    display: none;
    z-index: 10;
    background: #000;
}
#image-captcha {
    position: absolute;
    display: none;
}
.gallery-content {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: none;
    width: 900px;
    height: 800px;
    margin-left: -475px;
    background: #fff;
    border: 25px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Standard */
    z-index: 20;
}
.gallery-image-desc a {
    color: #205a64;
}
.gallery-image-desc a:hover {
    text-decoration: underline;
}
.gallery-image {
    float: left;
    width: 700px;
    height: 700px;
    text-align: center;
}
.image-informations {
    overflow: hidden;
    float: right;
    width: 180px;
}
.gallery-image-title h3 {
    margin: 0;
    padding: 0;
    font-family: calibri;
}
.gallery-thumbs {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 700px;
    height: 90px;
    padding-top: 10px;
}
.thumb-scroller {
    position: relative;
    overflow: hidden;
    height: 90px;
    background: #ffffff;
}
.thumb-scroller ul {
    margin: 0;
    padding: 0;
}
.thumb-navi {
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
    height: 77px;
    padding: 12px 0 0 7px;
    background: #ffffff;
    cursor: pointer;
}
.navToLeft {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 15px 30px 0;
    border-color: transparent #adadad transparent transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.navToRight {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #adadad;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery-thumbs li.thumb {
    float: left;
    max-width: 80px;
    max-height: 80px;
    margin-right: 5px;
    background-size: 100% auto;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); /* Standard */
    
}
.gallery-thumbs a.thumb:hover {
    border: 2px solid #0c444e;
}
.close {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "lucia_handwriting";
    cursor: pointer;
}
ul.thumbs {
    padding: 0;
    margin: 0;
}
ul.thumbs li {
    list-style: none;
    float: left;
    width: 230px;
    height: 180px;
    margin: 25px;
}
li.thumb, a.category {
    position: relative;
    display: block;
    width: 226px;
    height: 226px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Standard */
}
li.thumb .thumb_image img {
    position: absolute;
    top: 50%;
    max-width: 226px;
    max-height: 226px;
    margin: 0 auto 0 auto
}

.pagination {
    display: block;
    text-align: right;
    width: 920px;
    height: 20px;
    padding-right: 50px;
    color: #2b7885;
}
a.page_default {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
    line-height: 18px;
    background: #2b7885;
    border: 1px solid #2b7885;
    color: #fefa93;
    text-decoration: none;
}
a.page_current, a.page_default:hover {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
    line-height: 18px;
    background: #fefa93;
    border: 1px solid #2b7885;
    color: #2b7885;
    font-weight: bold;
    text-decoration: none;
}

li.thumb div.main_image, li.thumb div.thumb_title, li.thumb div.thumb_description, li.thumb div.copyright {
    display: none;
}
