html, body {
    margin: 0;
    border: 0;
    padding: 0;
}

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

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

address {
    font-style: normal;
}

.color-green {
    color: #3a5959;
}
/* 
@font-face {
  font-family: 'ITCGaramondStd';
  src: url('../fonts/ITCGaramondStd-LtNarrowIta.ttf');
} */

body {
    /* font-family: 'ITCGaramondStd', serif; */
    font-size: 16px;
    color: #e5e5e5;
    color: #fff;
    overflow: hidden;
    background: #929b9b;
    /* background: rgb(33, 58, 50); */
}

#page-wrapper {
    position: relative;
    width: 1200px;
    width: 75em;
    height: 860px;
    height: 53.75em;
    left: -600px;
    left: -37.5em;
    margin-left: 50%;
    margin-top: 50vh;
    top: -430px;
    top: -26.875em;
}

#page-wrapper.sub-page {
    background: url('../img/bg/page-bg.jpg') no-repeat;
    /*background: url('../img/bg/vorlage.jpg') no-repeat;*/
}

#nav-main {
    position: absolute;
    top: 14.6em;
    left: 0;
    width: 20.5%;
}

#nav-main.nav-sub-page {
    top: 10.2em;
}

#nav-main a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 0 .5em .7em;
    margin: 0 0 .5em 0;
    border: 1px solid #3a5959;
    background: #3a5959;
    border-left: none;
    color: #fff;
    font-family: 'Lato',Trebuchet MS,Arial,sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: -1px;
    transition: all .25s;
}

#nav-main.nav-light a {
    background: transparent;
}

#nav-main a:hover {
    color: #b32828;
    background: #3a5959;
}

#nav-main.nav-light a:hover {
    color: #fff;
}

#nav-main a > span {
    position: relative;
    left: -.7em;
    display: inline-block;
    width: 110%;
    transform: scale(.85, 1);
}

#nav-main .link-home {
    margin-top: 3.5em;
}

#nav-main.nav-sub-page .link-home {
    margin-top: 5.98em;
}

.contact #nav-main.nav-sub-page .link-home {
    margin-top: 6.2em;
}

#changing-imgs-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#changing-imgs-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

#center-img-container {
    position: absolute;
    top: 10.15em;
    left: 18.2em;
    width: 35.18em;
    display: none;
}


#center-img-container img {
    width: 100%;
    max-width: 100%;
    box-shadow: 4px 4px 12px rgb(51, 51, 51);
}

#dots {
    position: absolute;
    top: 41em;
    left: 0.7em;
    width: 13em;
    z-index: 1000;
}

#dots > div {
    float: left;
    cursor: pointer;
    width: 1.68em;
    height: 1.68em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.68em;
}

#dots > div > div {
    display: inline-block;
    background: rgba(118, 141, 132,0);
    transition: all .5s;
    width: .41em;
    height: .41em;
    border-radius: 1em;
    border: 1px solid #3a5959;
    box-shadow: 0 1px 1px solid #333;
}

#dots > div:hover > div, #dots > div.active > div {
    background: rgba(118, 141, 132,1);
    background: rgba(255, 255, 255, 1);
    transition: all .3s;
}

.sub-page.contact #center-img-container {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.sub-page.contact #center-img-container img {
    box-shadow: none;
}



#page-text {
    display: block;
    width: 25%;
    position: absolute;
    right: -.45%;
    top: 7.8em;
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    color: #e5e5e5;
    line-height: 1.135em;
    box-sizing: border-box;
    padding-right: 1.6em;
}

.sub-page.contact #page-text {
    padding-top: 1em;
}

#page-text p {
    transform: translate(0, -.3em);
    margin-top: 0.6em;
    margin-bottom: 0.6em;    
}
#page-text p:nth-child(1) {
    transform: translate(0, 0);
    margin-bottom: 1.2em;
}

#logo-weber-fotodesign {
    position: absolute;
    top: 3em;
    right: 1.8em;
}

#logo-weber-fotodesign img {
    width: 16.5625em;
}

.btn-show-images {
    position: absolute;
    top: 37em;
    left: 26em;
    width: 13em;
    background: rgba(255,255,255,0);
    transition: all .2s;
    cursor: pointer;
    text-align: center;
    padding: .5em;
    font-size: 1.1em;
}

.btn-show-images:hover {
    background: rgba(255,255,255,0.2);
}

#carousel-container {
position: absolute;
width: 68%;
height: 11em;
overflow: hidden;
top: 28.4em;
left: 18.2em;
opacity: 0;
transform: translate(5%, 0);
transition: all 3s;
}

#carousel-container.show {
    transform: translate(0, 0);
    opacity: 1;   
}

#carousel-container ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 8080px;
 background: #000;
 overflow: hidden;
 padding: .5em 0;
 box-sizing: border-box;
}

#carousel-container ul li {
    list-style-type: none;
    float: left;
    padding: 0 0.25em;
    max-height: 100%;
    box-sizing: border-box;
}

#carousel-container ul li a {
    display: inline-block;
    height: 10em;
}

#carousel-container ul li img {
    height: 100%;
    max-height: 159px;
}

#carousel-container ul li:hover {
    opacity: .8;
    transition: all .25s;
}

#carousel-advice {
    position: absolute;
    width: 11em;
    top: 23em;
    left: 18.2em;
    display: none;
}

.btn-carousel {
    position: absolute;
    transition: all .25s;
    cursor: pointer;
    transform: translate(0, 0);
    display: none;
}

.btn-carousel:hover {
    opacity: .9;
}


#btn-left {
    top: 41em;
    left: 18.2em;
       
}

#btn-left:hover {
    transform: tranlate(-1%, 0);
}

#btn-right {
    top: 26em;
    left: 67em;
}


#btn-right:hover {
    transform: tranlate(1%, 0);
}

#btn-email {
    position: absolute;
    top: 20em;
right: 6em;
width: 13em;
    height: 2em;
    transition: all .2s;
    background: #fff;
    opacity: 0;
}

#btn-email:hover {
    opacity: .2;   
}

#btn-close-disclaimer {
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border-radius: .9em;
    border: 2px solid #333;
    top: .8em;
    right: .66em;
    color: #333 !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.68em;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    cursor: pointer;
    z-index: 200;
}

#popup-disclaimer {
    opacity: 0;
    width: 0;
    height: 0;
    transform: translate(0, -1em);
    position: absolute;
    z-index: 9999;
    top: 4em;
    left: 4em;
    right: 4em;
    bottom: 4em;
    overflow: auto;
    background: rgba(240, 240, 240, 0.98);
    box-sizing: border-box;
    padding: 2em;
    text-shadow: none;
    color: #333;
}

#popup-disclaimer:target {
    transition: opacity .3s .2s, transform .2s .2s;
    opacity: 1;
    width: auto;
    height: auto;
    transform: translate(0, 0);
}

#btn-more-pictures {
    position: absolute;
    width: 20%;
    height: 3em;
    /* border: 1px solid #fff; */
    top: 83.5%;
    right: 5%;
    z-index: 200;
    cursor: pointer;
}

#btn-email2 {
    position: absolute;
    top: 15%;
    right: 7%;
    /* border: 1px solid blueviolet; */
    width: 18%;
    height: 2em;
    z-index: 200;
}