/*
Theme Name: Pathh
Theme URI: https://git.b-factor.de/pathh/wp-theme
Author: Sudhaus7
Author URI: https://sudhaus7.de/
Description: Pathh Wordpress Theme by Sudhaus7
Version: 1.4.3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
main{
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
    main{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');

*{
    box-sizing: border-box;
}


@font-face {
    font-family: 'pathh-icons';
    src: url('/wp-content/themes/pathh-wp-theme/fonts/pathh-icons.eot?52619691');
    src: url('/wp-content/themes/pathh-wp-theme/fonts/pathh-icons.eot?52619691#iefix') format('embedded-opentype'),
    url('/wp-content/themes/pathh-wp-theme/fonts/pathh-icons.woff2?52619691') format('woff2'),
    url('/wp-content/themes/pathh-wp-theme/font/pathh-icons.woff?52619691') format('woff'),
    url('/wp-content/themes/pathh-wp-theme/fonts/pathh-icons.ttf?52619691') format('truetype'),
    url('/wp-content/themes/pathh-wp-theme/fonts/pathh-icons.svg?52619691#pathh-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "pathh-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

.icon-arrowdown:before { content: '\e800'; } /* 'î €' */
.icon-arrowup:before { content: '\e801'; } /* 'î ' */
.icon-blank:before { content: '\e802'; } /* 'î ‚' */
.icon-burger:before { content: '\e803'; } /* 'î ƒ' */
.icon-download:before { content: '\e804'; } /* 'î „' */
.icon-link:before { content: '\e805'; } /* 'î …' */
.icon-x:before { content: '\e806'; } /* 'î †' */

.icon-blank:after {
    content: '\e802';
    font-family: "pathh-icons";
    margin-left: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #1F426A;

}
body.no-scroll{
    background: #ffffff;
    overflow: hidden;
}


h1{
    color:#1F426A;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

ul{margin: 0;padding: 10px 0 10px 20px}
li{list-style-type: none}
a{text-decoration: none; color: #6B90BA}


.container{
    max-width:1200px;
    margin: 0 auto;
    padding: 156px 0 0 0;
}

header{
    padding: 45px 0 20px;
    border-bottom: 10px solid #E4D9BE;
    position: fixed;
    background: #ffffff;
    width: 1200px;
    top: 0;
    z-index: 999;
}

.flex-container{
    display: flex;
    justify-content: space-between;
}

.header-left{width: 48%}
.header-left.flex-container{
    justify-content: left;
}
.header-right{width: 48%;text-align: right}
.header-right.flex-container{
    justify-content: right;
}

.logo{
    width: 30%;
}
.description{
    max-width: 60%;
    padding-left: 8%;
}

h1.header-title{
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
h2.header-name{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color:#6B90BA;
    font-weight: 100;
}

.d-bottom{
    padding-top: 10px;
}

.languages{}
.languages ul{}
.languages li{display: inline-block;}
.languages a{color: #1F426A;text-transform: uppercase;display: inline-block;padding: 2px 5px;}
.languages li.active{border:1px solid #E4D9BE}

.main-nav{}
.main-nav ul{padding: 19px 0 0 0}
.main-nav li{display: inline-block;position: relative;padding: 0 15px}
.main-nav li:before{
    position: absolute;
    right: -2px;
    content: '';
    width: 2px;
    height: 16px;
    background: #6B90BA;
    top: 2px;
}
.main-nav li:last-child{padding-right: 0}
.main-nav li:last-child:before{content: none}
.main-nav a{text-transform: uppercase;color:#1F426A; font-size: 16px;transition: all 0.3s; font-family: 'Roboto', sans-serif;}
.main-nav a:hover{
    color: #6b90ba;
}
.active_item{
    background: red;
}

h3.content-title{
    font-size:22px ;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0;
}
h3.content-title span{
    border-bottom: 5px solid #6B90BA;
    display: inline-block;
}

.section{
    padding: 50px 0;
}

.section a:hover{
    text-decoration: underline;
}

.flex-container.flex-center{
    justify-content: center;
}
.box-50{
    width: 36%;
    margin: 0 15px;
    position: relative;
}
.box-100{
    width: 74.5%;
    margin:0;
    position: relative;
}
.box-30{
    width: 20%;
}
.box-70{
    width:54%
}
.box-70 iframe{
    width:100%
}

.blue-bg{
    position: relative;
}
.blue-bg:before{
    position: absolute;
    left: 0;
    top: 150px;
    content: '';
    width: 100%;
    height: 230px;
    background: #6b90ba;
    background: -moz-linear-gradient(left,  #6b90ba 0%, #1f426a 33%, #1f426a 66%, #6b90ba 100%);
    background: -webkit-linear-gradient(left,  #6b90ba 0%,#1f426a 33%,#1f426a 66%,#6b90ba 100%);
    background: linear-gradient(to right,  #6b90ba 0%,#1f426a 33%,#1f426a 66%,#6b90ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90ba', endColorstr='#6b90ba',GradientType=1 );
}

.section-content{
    padding: 50px 0 0;
}

.main-content{}

.main-content li /*, .modal-window li*/{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.main-content li:before /*, .modal-window li:before*/{
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #E4D9BE;
}

h2.content-name{
    color: #6B90BA;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
h2.content-name:before{
    content: '';
    position: absolute;
    background: #E4D9BE;
    width: 40%;
    height: 5px;
    bottom: 0;
}
.person-info{
    padding-bottom: 3px;
}
.person-info a{
    color: #1f426a;
}

ul.accordions-style{
    column-count: 2;
    column-gap: 70px;
    padding: 0;
}

ul.accordions-style h4{
    display: none;
}

ul.accordions-style li{
    /*margin-bottom: 15px;*/
}

.content-links{
    padding-top: 30px;
}

a.icon-download:before,
a.icon-link:before{
    padding-right: 15px;
}

#Service a{
    font-weight: bold;
    text-decoration: underline;
}

.directions.icon-link{
    font-weight: bold;
    margin: 50px 0 0 0;
    display: block;
    text-decoration: underline;
}

.va-middle{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#Kontakt .box-30{
    line-height: 10px;
}


footer{
    padding: 12px 0;
    background: linear-gradient(to right, #6B90BA 0%,#1F426A 50%, #6B90BA 100%);
    text-align: right;
    margin-top: 50px;
}

.footer-nav{}
.footer-nav li{
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.footer-nav li:before{
    position: absolute;
    right: -2px;
    content: '';
    width: 1px;
    height: 10px;
    background: #ffffff;
    top: 4px;
}
.footer-nav li:last-child:before{
    content: none;
}
.footer-nav a{
    color: #ffffff;
}
.footer-nav a:hover{
    text-decoration: underline;
}


.body-overlay{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    z-index: 9999;

}

/*.modal-window{
    position: fixed;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 80%;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    left: 50%;
    z-index: 99999;
    transition: all 1s;
    top: -105%;
    opacity: 0;
    visibility: hidden;
}*/

/*.modal-window-show{
    top: 50%;
    opacity: 1;
    visibility: visible;
}*/

/*.modal-content{
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 80%;
    background: #ffffff;
    left: 50%;
    z-index: 9999;

}*/

/*.close-modal{
    position: absolute;
    right: 3%;
    width: 35px;
    height: 35px;
    color: #6B90BA;
    font-weight: normal;
    font-size: 22px;
    top: 15px;
    cursor: pointer;
    transition: all 0.3s;
}*/
/*.close-modal:hover{
    color: #E4D9BE;
}*/

/*.modal-window h2{
    text-transform: uppercase;
    padding: 0 0 20px;
}*/
/*.modal-window h3{
    padding: 10px 0;
}*/

/*.modal-window a{
    text-decoration: underline;
}*/


/*scrollbars*/
.mCSB_scrollTools{
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail{
    width:10px;
    background: #E4D9BE;
    border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #6B90BA;
    width: 10px;
    border-radius: 0;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
    background: #6B90BA;
    opacity: 1;
}


main  img{
    width:100%
}
.parallax-window {
    min-height: 310px;
    background: transparent;
}

.menu-icon{
    display: none;
}

@media only screen and (max-width: 1199px){

    header{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .header-right{
        width:52%
    }
    .blue-bg::before{
        top: 130px;
        height: 200px;
    }
    /*.modal-window{
        width: 90%;
    }*/


}

@media only screen and (max-width: 1023px){
    header.flex-container{
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .header-left, .header-right{
        width: 100%;
    }
    .logo{
        width: 17%
    }
    .description{
        width: 83%
    }
    nav.languages{
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .header-right{
        text-align: left;
    }
    .main-nav li:first-child{
        padding-left: 0;
    }
    .main-nav ul {
        padding: 30px 0 0 0;
    }
    .blue-bg::before{
        top: 90px;
    }

    ul.accordions-style{
        column-gap: 20px;
    }
    .box-100{
        width: 90%;
    }
    .box-30 {
        width: 30%;
    }

}

@media only screen and (max-width: 767px) {

    .container{
        padding-top: 200px;
    }
    header{
        border-bottom:none;
        padding-left: 0;
        padding-right: 0;
    }

    header.flex-container{
        /*height: 218px;*/
        transition: height 0.5s;
        background: #fff;
    }

    .header-right{
        display: none;
        position: fixed;
        top: 102px;
        background: #fff;
        height: calc(100vh - 102px);
    }
    .header-left.flex-container{
        flex-wrap: wrap;
    }
    .description.small-header{
        height: 0px;
        overflow: hidden;
        transition: height 0.5s;
    }
    .description{
        height: 105px;
    }
    .logo, .description{
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo img{
        width:100px
    }
    .description{
        padding-top: 15px;
        margin-top: 15px;
        border-top: 10px solid #E4D9BE;
    }
    main{
        padding-left: 20px;
        padding-right: 20px;
    }
    .blue-bg:before{
        content: none;
    }
    h3.content-title {
        font-size: 18px;
        text-align: left;
    }
    .flex-container.flex-center{
        flex-wrap: wrap;
    }
    .box-50{
        width: 100%;
        margin: 0 0 50px 0;
    }
    .box-50:last-child{
        margin-bottom: 0;
    }
    .box-100{
        width: 100%;
    }
    h2.content-name{
        padding-top: 20px;
    }

    .section{
        padding-top: 20px;
    }

    .section-content{
        padding-top: 10px;
    }

    ul.accordions-style{
        column-count: 1;
        column-gap: 0;
    }
    ul.accordions-style h4{
        display: block;
        padding: 10px;
        position: relative;
    }

    ul.accordions-style h4.icon-arrowdown:before{
        position: absolute;
        right: 15px;
        top: 12px;
        transition: all 0.5s;
    }
    ul.accordions-style h4.icon-arrowdown.close-accordion{
        background: #6b90ba;
        color: #ffffff;
    }
    ul.accordions-style h4.icon-arrowdown.close-accordion:before{
        transform: rotate(-180deg);
        color:#fff
    }

    .main-content ul.accordions-style li{
        padding: 0;
        border: 1px solid #E4D9BE;
        margin: 0 0 -1px 0;
    }
    .main-content ul.accordions-style li::before{
        content: none;
    }

    .accordions-style li div{
        display: none;
        padding: 10px;
    }

    a.icon-download:before, a.icon-link:before {
        padding-right: 5px;
    }

    .box-30, .box-70 {
        width: 100%;
    }

    #Kontakt .section-content > div{
        margin-bottom: 30px;
    }
    #Kontakt .section-content > div:last-child{
        margin-bottom: 0;
    }

    /*menu icon hamburger*/
    .menu-icon{
        width: 30px;
        height: 20px;
        z-index: 999999;
        border-top: 4px solid #6B90BA;
        position: absolute;
        right: 20px;
        top:35px;
        display: block;
    }

    .menu-icon:before,
    .menu-icon:after{
        position: absolute;
        content: '';
        background: #6B90BA;
        width: 100%;
        height: 4px;
        transition: all 0.5s;
    }
    .menu-icon:before{
        top:50%;
        transform: translate(0, -4px);

    }
    .menu-icon:after{
        bottom: 0;
    }

    /*menu icon close*/
    .menu-icon.close-menu{
        border-top: 0px solid transparent;
    }
    .menu-icon.close-menu:before,
    .menu-icon.close-menu:after{
        background: #6B90BA;
    }
    .menu-icon.close-menu::before {
        transform: rotate(-45deg);
    }
    .menu-icon.close-menu::after {
        transform: rotate(45deg);
        top: 50%;
    }

    /*END menu icon hamburger*/

    nav.languages{
        position: unset;
    }

    nav.main-nav{
        background: #E4D9BE;
        padding: 10px 20px;
    }
    nav.main-nav ul{
        padding: 15px 0;
    }
    nav.main-nav li{
        display: block;
        padding: 10px 0;
    }
    nav.main-nav li:before{
        content: none;
    }
    nav.main-nav a{
        color: #ffffff;
        display: block;
    }
    .footer-nav{
        padding: 10px 0;
    }

    footer ul{
        padding: 0 0 0 20px;
    }

    .footer-nav-mobile{
        animation-name: footerNavAnimation;
        animation-duration: 0.5s;
        /*animation-delay: 2s;*/
        animation-fill-mode: forwards;
        position: fixed;
        background: #fff;
        bottom: 0;
        z-index: 999;
        text-align: left;
        width: 100%;
        padding: 0;
    }

    .footer-nav-mobile ul{
        padding: 0 0 20px 20px;
    }
    .footer-nav li,
    .footer-nav-mobile li{
        display: block;
        padding: 5px 0;
        text-align: left;
    }
    .footer-nav li::before,
    .footer-nav-mobile li:before{
        content: none;
    }
    .footer-nav-mobile a{
        color: #1f426a;
        display: block;
    }



    .new-close{
        position: absolute;
        background: transparent;
        right: 20px;
        top: 33px;
        width: 30px;
        height: 30px;
        z-index: 999999;
    }

    /*Modal*/
    /*.modal-window{
        height: 90%;
    }
    .modal-window h2{
        font-size: 16px;
    }
    .modal-window h3{
        font-size: 15px;
    }
    .modal-window ul{
        padding-left: 10px;
    }*/

    .menus-mobile{
        display: flex;
        flex-wrap: wrap;
    }
    nav.languages,
    nav.main-nav{
        width: 100%;
    }
    nav.languages{
        order: 2;
        padding-top: 20px;
    }
    nav.main-nav{
        order:1;
    }
    .parallax-window{
        display: none;
    }
}

@keyframes footerNavAnimation {
    from{bottom:-100%}
    to{bottom:0}
}