/* ==============================================================================================================

Titel:		ONEMAN AGENTUR
Adresse:	www.onemanagentur.de
Autor:		Dennis Burfey
E-Mail:		hallo@onemanagentur.de

© Copyright Dennis Burfey – Alle Rechte vorbehalten.

-------------------------------------------------------------------------------------------------------------- */

/* ==============================================================================================================
H A U P T N A V I G A T I O N
-------------------------------------------------------------------------------------------------------------- */
.swiper-pagination-bullet-active:after {
    background: #f70 !important;
}

.swiper-pagination-v .swiper-pagination-bullet {
    font: 1.6em/1.2em 'Khand', Verdana, Geneva, sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 0 3em 0 0;
    margin: 2em 0 !important;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    height: 18px;
    opacity: 1 !important;
    width: auto;
    text-align: right;
    opacity: 1;
    text-transform: uppercase;
    position: relative;
    right: 0px;
    border: none;
    background: none;
}

.swiper-pagination-v .swiper-pagination-bullet:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    bottom: -4px;
    right: 36px;
    z-index: 0;
    transform: rotate(45deg);
}

.swiper-pagination-v .swiper-pagination-bullet:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    bottom: -5px;
    right: 35px;
    z-index: 1;
    transform: rotate(45deg);
}

nav:before, .swiper-pagination-v .swiper-pagination-bullet:before,
.swipe-v-start nav:before, .swipe-v-start .swiper-pagination-v .swiper-pagination-bullet:before,
.swipe-v-portfolio nav:before, .swipe-v-portfolio .swiper-pagination-v .swiper-pagination-bullet:before,
.swipe-v-contact nav:before, .swipe-v-contact .swiper-pagination-v .swiper-pagination-bullet:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background: white;
}

.swiper-pagination-v .swiper-pagination-bullet,
.swipe-v-start .swiper-pagination-v .swiper-pagination-bullet,
.swipe-v-portfolio .swiper-pagination-v .swiper-pagination-bullet,
.swipe-v-contact .swiper-pagination-v .swiper-pagination-bullet {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: white;
}

/* Navigation Active Color */
/*.swipe-v-why-rep2go nav:before, .swipe-v-why-rep2go .swiper-pagination-v .swiper-pagination-bullet:before,
.swipe-v-services nav:before, .swipe-v-services .swiper-pagination-v .swiper-pagination-bullet:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	background: #525257;
}
.swipe-v-why-rep2go .swiper-pagination-v .swiper-pagination-bullet,
.swipe-v-services .swiper-pagination-v .swiper-pagination-bullet {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	color: #525257;
}*/

@media only screen and (max-width: 600px) {
    .swipe-v-services nav:before, .swipe-v-services .swiper-pagination-v .swiper-pagination-bullet:before {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        background: white;
    }

    .swipe-v-services .swiper-pagination-v .swiper-pagination-bullet {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        color: white;
    }
}

.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
    background: #f70;
    border: none;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

nav:before {
    display: block;
    content: '';
    width: 1px;
    height: 64%;
    position: absolute;
    top: 4em;
    right: 46px;
    z-index: -1;
    opacity: 0.2;
}

svg {
    z-index: 99;
    padding: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.menuspan {
    position: relative;
    display: block;
    top: -25px;
}

.language-toggle {
    /* Place centered under the hamburger icon */
    position: absolute;
    top: 86px; /* just below 64px icon + spacing */
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    font-family: 'Khand', Verdana, Geneva, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: white;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.si-icons {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 997;
    width: 64px;
    height: 64px;
}

.si-icon-hamburger-cross:hover {
    cursor: pointer;
}

.cbp-spmenu {
    position: fixed;
    z-index: 100;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); /** Chrome & Safari **/
    -o-transform: translate(0, -50%); /** Opera **/
    -moz-transform: translate(0, -50%); /** Firefox **/
    padding: 0;
}

.cbp-spmenu a {
    font-weight: 400;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.cbp-spmenu-vertical {
    width: 140px;
    height: 100%;
    top: 0;
    z-index: 999;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid white;
    padding: 1em;
}

/* Right-side nav: slide from offscreen, open with ~200px inset */
#cbp-spmenu-s2.cbp-spmenu-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -400px; /* start fully off-screen to the right */
}

#cbp-spmenu-s2.cbp-spmenu-right.cbp-spmenu-open {
    right: 200px; /* visible and aligned with ~200px padding from right */
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 140px;
}

.cbp-spmenu-push-toleft {
    left: -140px;
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
