/* main css for page */

html {
}

a.imprint-link {
    color: magenta;
}

body {
    background-color: #FFFFFF;
    font-family: 'Helvetica', sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    word-spacing: 0.1em;
    text-transform: none;
    width: 1280px;
    margin: auto;
}

a {
    text-decoration: none;
    color: #D0D0D0;
}

a:hover {
    text-decoration: none;
    color: #606060;
}

div.header {
    margin: auto;
    width: 1280px;
    height: 120px;
    font-variant: small-caps;
}

div.header-left {
    float:left;
}

div.header-right {
    text-align: right;
    float:right;
    padding: 25px 15px 0 0;
    font-variant: small-caps;
}

div.header  span a{
    text-decoration: none;
}

span.header-name {
    width: 265px;
}

a.home {
    background-image: url('../img/name_ci.png');
    background-image: url('../img/logo.jpg');
    background-size: 200px 150px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    width:auto;
    height:115px;;
}


a.header-right {
    font-size: 0.9em;
    font-weight: 900;
}

div.header-right a {
    padding-left: 20px;
}

a.header-right:hover {
    color: #606060;
}



a.header-privacy.active,
a.header-about.active,
a.header-contact.active,
a.header-instagram.active,
a.header-commercial.active,
a.header-editorial.active {
   font-size: 20px;
   color: #606060;
}

a.header-contact {
    font-size: 0.9em;
}

span.area {
    color: #D0D0D0;
}

span a:hover{
    color: #FEFEFE;
}

span.header-additional {
    color: #D0D0D0;
    font-size: 96%;
    position: relative;
    padding: 0 0 0 2px;
    top: -5px;
    letter-spacing: 1.3px;
}

#galleria {
    width: 1200px;
    margin: 10px auto;
}

.footer {
    margin: auto;
    width: 500px;
    color: #606060;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    font-variant: small-caps;
    font-size: 0.8em;
    padding: 25px 0px 2px;
}

.galleria-thumbnails {
    margin: auto;
}

.contact {
    margin: auto;
    color: #606060;
    text-align: right;
    font-family: 'Helvetica', sans-serif;
    font-size: 0.9em;
    padding: 0 65px;
}

div .photo {
    padding-left: 119px;
    padding-top: 80px;
}

div.spacer {
    height: 100px;
}

div.about-info {
    color: #010101;
    font-family: 'Helvetica', sans-serif;
    font-size: 0.9em;
}

span.timeline {
}

dd.content {
    display: inline;
}

div.about-info table {
    width: 100%;
}

div.about-info td.left{
    text-align: right;
    padding: 0 10px 10px;
    vertical-align: top;
    width: 50%;
}

div.about-info td.right{
    text-align: left;
    padding: 0 0 10px 10px;
    vertical-align: top;
    width: 50%;
}


/* Gallery index */
.gallery-line {
    display: flex;
}

.container {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
}

.container-horizontal {
    width: 400px;
    height: 260px;
    /*margin: 10px 10px 10px 10px;*/
    margin: 10px 10px 15px 14px;;
}

.container-vertical {
    width: 187px;
    height: 260px;
    margin: 10px 10px 10px 15px;
}

.gallery-line .container:hover div.overlay {
    opacity: 1;
}

.gallery-line .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.3s;
    padding: 0;
    text-align: center;
    z-index: 9999;
    width: 400px;
    height: 260px;
}

.gallery-line .overlay.overlay-vertical {
    width: 187px;
}

.gallery-line .overlay div.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gallery-line .overlay .text .gallery-title {
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    font-weight: 200;
    font-size: 22px;
}

.gallery-line .overlay .text .gallery-subtitle {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    padding-top: 10px;
}