html { 
	padding:0;
	margin:0;
	height:100%;
	}
body { 
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color:#333;
        letter-spacing: 0.05em;
        font-weight: 300;
        height: 100%;
}
img {
	border: 0;
	}

h2 {
	font-family: 'Roboto', sans-serif, thin;
	margin: 0 0 20px 0;
	font-size:23px;
        color: #fafafa;
        font-weight: 300;
        text-transform: uppercase;
	}
p {
	font-family: 'Roboto', sans-serif, thin;
	margin:0;
        line-height: 1.5;
	padding:0;
        color: #fafafa;
}
a, a:visited, a:link, a:active {
	text-decoration:none;
	color: #333;
}
a:hover {
	text-decoration:underline;
}

/******* page *************************/
header{
    overflow:hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
#logo_container{
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 500;
    width: 400px;
}
#logo_container:hover{
    background: #fff;
}

#logo_digvis{
    width: 100%;
}
#teaser_container{
    position: absolute;
    bottom: 90px;
    left: 40px;
    width: 50%;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    padding: 20px;
    margin: 0;
}
#teaser_container p{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
#teaser_container:hover{
    background: #fff;
}

#logo_container.logo-fixed{
    position: fixed;
    top: 10px;
    right: 60px;
    width: 200px;
    bottom: auto;
}
nav {
    width: 100%;
    position: fixed;
    top: 0;
    height: 120px;
    z-index: 499;
}
#navigation:hover{
    background: #fff;

}
nav.bg{
    background: #fff;
}
#navigation {
    margin:10px 0 0 30px;
    padding:0;
    display: inline-block;
    overflow: hidden;
}
#hambi{
    display: none;
}

#navigation li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
    display: block;
    font-family: 'Roboto', sans-serif, thin;
    font-size:20px;
    padding:35px 10px 10px 10px;
    margin:0px 10px 0px 0px;
    text-decoration:none;
    color: #333;
    border-radius: 1px;
    text-transform: uppercase;
    /*border-top: #ffffff 5px solid;*/
}
#navigation a:hover,
#navigation a.selected,
#navigation a.selected:link,
#navigation a.selected:visited,
#navigation a.selected:active{
    /*border-top: #eeeeee 5px solid;*/
    color: #cc0000;
}
.header_mobile{
    display: none;
}
main {
    padding: 1.5% 0 0 0;
    overflow: hidden;
    background: #E9E9E9;
}
footer {
    clear:both;
    margin:4% 2%;
    font-size:18px;
    overflow:hidden;
}
#map{
    width: 100%;
    height: 500px;
}
#colors{
    list-style: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
}
#colors li {
    list-style: none;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    margin-right: 10px;
}
#anim-bg{
    width:100%;
    height:100%;
    width: 100vw;
    height: 100vh;
}
/******* items *************************/
.dv-grid{
    overflow:hidden;
}
.mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
    float: left;
    height: 260px;
}
.dv_item{
    background-size: cover;
    background-position: center center;
    margin: 0;
    display: none;
    height: 260px;
}


main.l1 .c_1 { background: #202131; border-color: #202131; }
main.l1 .c_2 { background: #8d99ae; border-color: #8d99ae; }
main.l1 .c_3 { background: #866d70; border-color: #866d70; }
main.l1 .c_4 { background: #dd3c3c; border-color: #dd3c3c; }
main.l1 .c_5 { background: #b50429; border-color: #b50429; }

main.l2 .c_1 { background: #2b2d42; border-color: #2b2d42; }
main.l2 .c_2 { background: #8d99ae; border-color: #8d99ae; }
main.l2 .c_3 { background: #edf2f4; border-color: #edf2f4; }
main.l2 .c_4 { background: #ef233c; border-color: #ef233c; }
main.l2 .c_5 { background: #ef233c; border-color: #ef233c; }

main.l3 .c_1 { background: #f6511d; border-color: #f6511d; }
main.l3 .c_2 { background: #ffb400; border-color: #ffb400; }
main.l3 .c_3 { background: #00a6ed; border-color: #00a6ed; }
main.l3 .c_4 { background: #7fb800; border-color: #7fb800; }
main.l3 .c_5 { background: #0d2c54; border-color: #0d2c54; }

main.l4 .c_1 { background: #ff595e; border-color: #ff595e; }
main.l4 .c_2 { background: #ffca3a; border-color: #ffca3a; }
main.l4 .c_3 { background: #8ac926; border-color: #8ac926; }
main.l4 .c_4 { background: #1982c4; border-color: #1982c4; }
main.l4 .c_5 { background: #6a4c93; border-color: #6a4c93; }

main.l5 .c_1 { background: #01295f; border-color: #01295f; }
main.l5 .c_2 { background: #437f97; border-color: #437f97; }
main.l5 .c_3 { background: #849324; border-color: #849324; }
main.l5 .c_4 { background: #ffb30f; border-color: #ffb30f; }
main.l5 .c_5 { background: #fd151b; border-color: #fd151b; }

main.l6 .c_1 { background: #102542; border-color: #102542; }
main.l6 .c_2 { background: #f87060; border-color: #f87060; }
main.l6 .c_3 { background: #cdd7d6; border-color: #cdd7d6; }
main.l6 .c_4 { background: #b3a394; border-color: #b3a394; }
main.l6 .c_5 { background: #ea9d9d; border-color: #ea9d9d; }

.dv_item_detail{
    position: absolute;
    z-index: 11;
    /*height: 480px;*/
    display:none;
}
.text_item{
    margin: 20px;
    font-size: 18px;
}
.text_item h2{
    font-size: 20px;
}
.text_item a,
.text_item a:link,
.text_item a:active,
.text_item a:visited{
    color: #fff;
}
.text_item a:before{
    content: '\f08e';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.dv_item_detail_text{
    margin-top: 100px;
    width: 30%;
    float: right;
}
.dv_item_detail_text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.dv_item_detail_text h2,
.dv_item_detail_text p,
.dv_item_detail_text a{
    margin-left: 30px;
    margin-right: 30px;
}
.dv_item_detail_text a{
    margin-left: 30px;
    margin-right: 30px;
}
.dv_item_detail_text p a{
    margin-left: 0;
}
.dv_item_detail_text a,
.dv_item_detail_text a:link,
.dv_item_detail_text a:active,
.dv_item_detail_text a:visited{
    color: #fff;
}
.dv_item_detail_text a:before{
    content: '\f08e';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.dv_item_detail_text a:hover{
    color: #000;
    text-decoration: none;
}
.dv_item_detail_text h2{
    font-size: 30px;
}
.dv_item_detail_text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.dv_item_detail_images{
    /*height: 440px;*/
    margin: 0;
    width: 70%;
    position: relative;
}
.dv_item_images_inner{
    height: 440px;
    margin: 20px;
    overflow: hidden;
    width: calc(100% - 40px);
    position: relative;
}
#img_shw_container{
    position: absolute;
    right: -330px;
    width: 300px;
    top: 0;
    margin: 0;
    padding: 0;
}
#img_shw_container li{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 10px; 
    cursor: pointer;
}
#img_shw_container li.selected{
    background: #ccc;
}
.image_next, .image_prev{
    /*display: none;*/
    width: 35px;
    height: 35px;
    border: #fff solid 2px;
    color: #fff;
    font-size: 31px;
    cursor: pointer;
    text-align: center;
}
.image_next {
    position: absolute;
    top: 200px;
    right: 20px;
}
.image_prev {
    position: absolute;
    top: 200px;
    left: 20px;
}
.image_next i{
    margin-left: 8px;
} 
.dv_item_images_container{
    width: 9999px;
    position: absolute;
    left: 0;
}
.dv_item_images_container img{
    height: 440px;
    margin: 0 20px 0 0;
    display: block;
    float: left;
}
.highlight{
    position: absolute;
    z-index: 10;
    /*-webkit-box-shadow: 0 0 10px 0 #666;
    -moz-box-shadow: 0 0 10px 0 #666;
    box-shadow: 0 0 10px 0 #666;*/
}

#dv_item_detail_bg{
    position: absolute;
    z-index: 10;
    top:68px;
    left:0;
    width: 80%;
    height: 80%;
}
.image_left{
    float: left;
    margin:0 10px 8px 0;
}
.image_right{
    float: left;
    margin:0 10px 8px 0;
}
.pointer{
    cursor: pointer;
}
.socialmedia{
    float: right;
    width: 150px;
}
.login{
    color: #ebebeb;
    float: right;
    clear: right;
}
.opened:after {
    content: " ";
    width: 0; 
    height: 0; 
    border: 20px solid transparent;
    position: absolute;

    border-bottom: black 20px solid;
    border-bottom-color: inherit;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
}
.arrow{
    height: 30px;
    width: 30px;
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background:#424242;
    z-index: -1;
}
.previewImage{
    margin-right: 20px;
    height: 400px;
}
.slideArrow{
    cursor: pointer;
    width: 60px;
    height: 400px;
    background: #424242;
    z-index: 500;
}
#slideArrowLeft{
    position: absolute;
    left:0;
    top: 0;
    display: none;
}
#slideArrowRight{
    position: absolute;
    right: 0;
    top: 0;
}
#slideArrowRight i{
    position: absolute;
    right: 0;
    bottom: 0;
}
#slideshow{
    overflow: hidden;
    height: 400px;
    position:relative;
}
#slideImages{
    overflow: hidden;
    height: 400px;
    position: absolute;
}
#betweenArrows{
    overflow: hidden;
    position: relative;
    height: 400px;
    margin: 0 60px 0 0;
}
.fa-angle-right{
    color: white;
    position: absolute;
    bottom: 0px;
    left: 5px;
}
.fa-angle-left{
    color: white;
    position: absolute;
    bottom: 0px;
    left: 5px;
}
#previewCloser{
    cursor: pointer;
    color: white;
    position: relative;
    float: right;
    top: -400px;
}
#real_dv_item_detail{
    overflow: hidden;
    float: right;
    top: -400px;
    position: relative;
    /*background: white;*/
}
.dv_mobile_text{
    display: none;
    text-align: center;
}
.logo_digvis_mobile{
    display: none;
    float: right;
}
#hambi {
  width: 40px;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}

#hambi span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #cc0000;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hambi span:nth-child(1) {
  top: 0px;
}

#hambi span:nth-child(2),#hambi span:nth-child(3) {
  top: 12px;
}

#hambi span:nth-child(4) {
  top: 24px;
}

#hambi.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hambi.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hambi.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hambi.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
h2.rotated{
    font-weight: 700;
    font-size: 30px;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform:translate(-50%, -50%) rotate(270deg);
    -moz-transform:translate(-50%, -50%) rotate(270deg);
    -webkit-transform:translate(-50%, -50%) rotate(270deg);
    -o-transform:translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
    margin: 0;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -15px;
    bottom: 20px;
    margin-top: -25px;
    box-shadow: inset 0 0 0 1px #333;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #333;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
.new{
    position: absolute;
    height: 80px;
    top: 50px;
    left: -17px;
}
.btm{
    position: absolute;
    bottom: 20px;
}
.dv_item_detail_text .btm a {
    font-size: 35px;
}
.dv_item_detail_text .btm a::before {
    content: none;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
  }
  @keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

/* grid steps 8 tiles */
.mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
    margin:0 0 1.5% 1.5%;
}
.dv_item_detail {
    width: 97%;
    margin-left: 1.5%;
}
.w_1{
    width: 10.81%;
}
.w_2 {
    width: 23.12%;
}
.w_3 {
    width: 35.43%;
}
@media only screen and (max-width: 1400px){ /* 7 tiles */
    main {
        padding: 1.7% 0 0;
    }
    .dv_item_detail {
        width: 96.6%;
        margin-left: 1.7%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 1.7% 1.7%;
    }
    .w_1{
        width: 12.34%;
    }
    .w_2 {
        width: 26.38%;
    }
    .w_3 {
        width: 40.42%;
    }
}
@media only screen and (max-width: 1200px){ /* 6 tiles */
    main {
        padding: 2% 0 0;
    }
    .dv_item_detail {
        width: 96%;
        margin-left: 2%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 2% 2%;
    }
    .w_1{
        width: 14.33%;
    }
    .w_2 {
        width: 30.66%;
    }
    .w_3 {
        width: 46.99%;
    }
    .dv_item_images_inner{
        height: 390px;
    }
    .dv_item_images_container img{
        height: 390px;
    }
}
@media only screen and (max-width: 1000px){ /* 5 tiles */
    main {
        padding: 2.4% 0 0;
    }
    .dv_item_detail {
        width: 95.2%;
        margin-left: 2.4%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 2.4% 2.4%;
    }
    .w_1{
        width: 17.12%;
    }
    .w_2 {
        width: 36.64%;
    }
    .w_3 {
        width: 56.16%;
    }
    .dv_item_detail_text{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
    }
    .dv_item_detail_images{
        width:100%;
        float: none;
        margin-bottom: 50px;
    }
    .dv_item_detail_text h2,
    .dv_item_detail_text p,
    .dv_item_detail_text a{
        margin-left: 20px;
        margin-right: 20px;
    }
    .dv_item_images_inner{
        height: 350px;
    }
    .dv_item_images_container img{
        height: 350px;
    }
    #img_shw_container{
        right: auto;
        left: 20px;
        top: auto;
        bottom: -30px;
    }
}
@media only screen and (max-width: 780px){ /* 4 tiles */
    main {
        padding: 2.9% 0 0;
    }
    .dv_item_detail {
        width: 94.2%;
        margin-left: 2.9%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 2.9% 2.9%;
    }
    .w_1{
        width: 21.37%;
    }
    .w_2 {
        width: 45.65%;
    }
    .w_3 {
        width: 69.72%;
    }
    .dv_item_images_inner{
        height: 300px;
    }
    .dv_item_images_container img{
        height: 300px;
    }
}
@media only screen and (max-width: 580px){ /* 3 tiles */
    main {
        padding: 3.9% 0 0;
    }
    .dv_item_detail {
        width: 92.2%;
        margin-left: 3.9%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 3.9% 3.9%;
    }
    .w_1{
        width: 28.13%;
    }
    .w_2 {
        width: 60.16%;
    }
    .w_3 {
        width: 92.19%;
    }

}
@media only screen and (max-width: 400px){ /* 2 tiles */
    main {
        padding: 6% 0 0;
    }
    .dv_item_detail {
        width: 88%;
        margin-left: 6%;
    }
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        margin:0 0 6% 6%;
    }
    .w_1{
        width: 41%;
    }
    .w_2 {
        width: 88%;
    }
    .w_3 {
        width: 88%;
    }
}
@media only screen and (max-width: 350px){
    .mod1item1, .mod1item2, .mod1item3, .mod1item4, .mod1item5, .mod1item6 {
        height: 230px;
    }
    .dv_item {
        height: 230px;
    }
    h2.rotated{
        margin-left: -60px;
        margin-top: 95px;
    }

}

/* Hide Menu */
@media only screen and (max-width: 850px){ 
    #teaser_container {
        font-size: 30px;
        left: 20px;
        top:150px;
        top: calc(50% - 80px);
        width: 90%;
    }    
    #navigation {
        width: 440px;
    }
    #navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
        padding: 10px;
    }   
    #logo_container.logo-fixed {
        right: 20px;
    }
    #logo_container {
        right: 40px;
    }
}

@media only screen and (max-width: 580px){ /* navigation & detail */
    nav {
        height: 70px;
    }
    #teaser_container {
        font-size: 23px;
        left: 0;
        top: 90px;
        width: 80%;
    }    
    #logo_container {
        bottom: 30px;
        right: 30px;
        width: 300px;
    }
    #logo_container.logo-fixed {
        right: 10px;
        top: 5px;
        width: 150px;
    }
    #navigation{
        display: none;
        width: 100%;
        background: #cc0000;
        position: absolute;
        top: 70px;
        margin: 0;
    }
    #navigation li{
        width: 100%;
        float: none;
    }
    #navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
        border-top: 1px solid #ffffff;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
    }
    #navigation a:hover,
    #navigation a.selected,
    #navigation a.selected:link,
    #navigation a.selected:visited,
    #navigation a.selected:active{
        border-top: 1px solid #ffffff;
        color: #424242;
    }
    #hambi{
        display: block;
    }
    .dv_item_detail_images{
        display: none;
    }
    .dv_item_detail_text {
        float: none;
    }
}

