#top-nav .nav-subcat li.list:before, #top-nav .nav-subcat li.list:hover:before {
    transition: left .15s;
    -webkit-transition: left .15s;
    -webkit-transition: left .15s;
}
#top-nav .nav-subcat li.list:before {left: 10px;top: 20px;}
#top-nav .nav-subcat li.list:hover:before {left: 15px;}

#top-nav .nav-subcat li.list.nosub:before {left: -20px;}
#top-nav .nav-subcat li.list.nosub:hover:before {left: -15px;}

#top-nav > ul > li:hover,
#top-nav > ul > li,
#poser-index-more #button,
#poser-index-more #button:hover,
body.loaded #topic-pos > div,
.topic a:hover div,.topic a div,
.services-more a:hover,
.services-more a
{
    transition: all .15s;
    -webkit-transition: all .15s;
    -webkit-transition: all .15s;
}
body.loaded #topic-pos > div,
body.loaded .quote,
body.loaded #banner-slogan2,
.arrow-right {
    transition: all ease 1.2s;
}
body.loaded #headline > div
{
    transition: all ease 2.2s;
}

body.loaded #topic-pos > div {
    margin-right: 1.5%;
    margin-left: 1.5%;



    margin-top: -50px;
}



@keyframes zoom-in {
    0% {transform: scale(0, 0);}
    100% {transform: scale(1, 1);}
}
.zoom2,.zoom3  {opacity: 0;}
body.nexloaded .zoom2,body.nexloaded .zoom3 {opacity: 1;}


body.loaded .zoom {animation: zoom-in 2s ease;}

body.nexloaded .zoom2 {
    animation: zoom-in 1s ease;
    animation-duration: 2s;
}
body.nexloaded .zoom3 {animation: zoom-in 1.5s ease;}
.arrow-right {left:0%}



body.loaded .arrow-right {left:calc(50% - 25px);}

.quote {margin-top: -50px;}
body.loaded .quote{ margin: 0 auto;}




#banner-slogan2 {left:100%}
body.loaded #banner-slogan2 {left: 10%;}

body.loaded #wrapper-middle {
     top:0%;
    transition: all ease 1.2s;
 }

nav #nav-top-link {
    left: -1000px;
    transition: left ease 1.2s;
}
body.loaded nav #nav-top-link {
    left:0;
    transition: all ease 1.2s;
}

nav #nav-top-link:hover {
    padding:20px 60px 20px 20px;

}
#poser-index-more #button:hover {
    background:#b8954f ;
    letter-spacing: 1.5px;
}
.services-more a:hover {letter-spacing: 1.3px;}

#company {
    opacity: 0;
    transition: all ease 2.2s;
}
body.loaded #company {
    opacity: 1;
    transition: all ease 2.2s;
}
#company:hover {
    width: 430px;
    height: 430px;
}
div#nav-top {
    margin-right: -100%;
    transition: all ease 1.9s;
}
body.loaded div#nav-top {
    margin-right: 0%;
    transition: all ease 1.9s;
}
#topic-pos img:hover {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.topic a:hover div {letter-spacing: 1.5px}

.go:hover:before {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    border-radius: 3px;

}
.go {
    -webkit-text-fill-color: #2A2F45FF;
    text-fill-color: #2A2F45FF;
    letter-spacing: 0.1em;
    position: relative;
    background: transparent;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.go:before {
    position: absolute;
    height: 100%;
    width: 0%;
    overflow: hidden;
    display: inline-block;
    top:0;
    left:0;

}
.go:before {
    content: "mehr lesen...";
    background: rgba(0,0,0,.6);;
    -webkit-text-fill-color:#2A2F45FF;
    text-fill-color: #2A2F45FF;
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
    -webkit-text-stroke-color: #2A2F45FF;
    text-stroke-color: #2A2F45FF;
    transition: 1s;
    line-height: 35px;
    font-weight: 200;
    letter-spacing: 4px;
}


