/**
 * Theme Name: das-gmbh-theme
 * Description: child theme for astra
 * Author: Vladyslav Puchko
 * Template: astra
 * ...other header fields ToDo
 */

@import url('../astra/style.css');
@import url('assets/css/style-das.css');
@import url('assets/css/colorbox.css');

/* dosis-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/dosis-v34-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/dosis-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/dosis-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/dosis-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/dosis-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/dosis-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dosis-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/dosis-v34-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: "Dosis", sans-serif;
}
.padding-left0{
    padding-left: 0;
}
.dark-background {
    background-color: #333333;
}
.gray-backgroung {
    background-color: #f1f1f1;
}
.green-background {
    background-color: #19d0c3;
}
.green-background > p{
    font-size: 19px;
    max-width: 590px;
    text-align: center !important;
    color: #ffffff;
}
.white_badge {
    font-size: 19px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 35px !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    color: #ffffff !important;
}
.white_slogan {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin-bottom: 35px;
    color: #ffffff !important;
}
.white_description {
    font-size: 19px;
    max-width: 590px;
    text-align: center !important;
    color: #ffffff !important;
}
.dark_badge {
    font-size: 19px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    margin-top: 50px;
    letter-spacing: 3px !important;
    text-align: center !important;
    color: #333333 !important;
}
.dark_slogan {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 52px !important;
    color: #333333 !important;
}
p.dark_text {
    font-size: 19px;
    color: #333333 !important;
}
.dark_text > ul > li {
     font-size: 19px;
     color: #333333 !important;
 }
strong.green {
    font-size: 19px;
    color: #19d0c3 !important;
}
.green_slogan {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #19d0c3 !important;
}
.green_badge {
    font-size: 19px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 35px !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    color: #19d0c3 !important;
}
.wp-block-media-text {
    position: relative;
}
.wp-block-media-text__content {
    display: inline-block;
    font-size: 19px;
    max-width: 590px;
    text-align: center;
    margin: 0 8%;
    padding: 0 !important;
}
.flex_button_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.white_linkBatton {
    font-family: "Dosis", sans-serif !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-size: 19px !important;
    border: 1px solid white !important;
    border-radius: 30px !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    line-height: 16px !important;
    text-align: center !important;
    width: 35%;
}
.white_linkBatton:hover {
    text-decoration: none !important;
    background-color: #ffffff !important;
    color: #19d0c3 !important;
}
.green_linkBatton {
    font-family: "Dosis", sans-serif !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    border: 1px solid #19d0c3 !important;
    border-radius: 30px !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    line-height: 16px !important;
    text-align: center !important;
    width: 35%;
    min-width: 190px;
    color: #19d0c3 !important;
    margin-bottom: 50px;
}
.green_linkBatton:hover {
    text-decoration: none !important;
    background-color: #19d0c3 !important;
    color: #333333 !important;
}
.green_linkBatton:active {
     text-decoration: none !important;
     background-color: #19d0c3 !important;
     color: #333333 !important;
 }
.green_linkBatton_whiteText{
    width: 25%;
}
.green_linkBatton_whiteText:hover {
    background-color: #19d0c3 !important;
    color: #ffffff !important;
}
.menu-batton-wraper {
    position: fixed;
    top: 35px;
    right: 31px;
    z-index: 9999;
    width: auto;
    max-width: 200px;
    box-sizing: border-box;
    background-image: url(./assets/svg/mobicon.png);
    transition: background-image 0.3s ease;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 31px;
}
.menu-batton-wraper.close-icon {
    background-image: url(./assets/svg/close.png);
}
.menu-batton-wraper > a:focus {
    color: #19d0c3 !important;
}
.menu-batton-wraper > a:hover {
    color: #19d0c3 !important;
}
.menu-batton-wrapper.expanded {
    max-width: 300px;
}
div#ocs-header_menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 999;
}
header#masthead {
}
.ast-primary-header-bar{
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none !important;
}
ul.sub-menu {
    margin-left: 0;
}
.hederMenuLinks {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: 19px;
    color: #999999;
}
.hederMenuLinks > a:hover {
    color: #19d0c3 !important;
}
.capitalLinks > a{
    color: #FFF;
    margin-bottom: 40px;
    font-size: 38px;
}
.linksList{
}
ul {
    list-style-type: none;
}
.hiden {
    font-weight: 700;
    color: #ffffff;
    width: 100px;
    font-size: 19px;
    display: block;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right;
    text-transform: uppercase;
    background-size: 31px;
}
.mobicon {
    font-weight: 700;
    color: #19d0c3;
    font-size: 19px;
    display: block;
    padding-right: 50px !important;
    text-transform: uppercase;
}
.mobilog {
    display: block;
    padding-right: 36px;
    background-image: url(./assets/svg/schloss_closed.png);
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
}
.mobilog > span {
    font-weight: 700;
    color: #999999;
    font-size: 19px;
    text-transform: uppercase;
}
.mobilog:focus{
    color: #999999; !important;
}
.mobilog:hover{
    color: #999999; !important;
}
.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    display: inline;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    line-height: 16px;
    text-align: center;
}
ul#astra-footer-menu li {
    float: left;
    margin-left: 1%;
}
#astra-footer-menu .menu-item:hover > a {
    background-color: white;
    color: #1ddbd1 !important;
}
footer#colophon{
    width: 100%;
    padding-top: 30px;
}
.engineering {
    scroll-margin-top: 100px;
}
.jampto {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    padding: 10px 20px;
    padding-left: 66px;
    position: absolute;
    top: 87%;
    left: 50%;
    margin-left: -25px;
    color: #FFF !important;
    background-image: url(./assets/svg/jumpTo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 350px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 400 !important;
    cursor: pointer;
}
#menu-background{
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 103px;
    z-index: 9998;
    background-color: black;
    transition: right 0.6s ease;
    display: none;
}
#menu-background.active {
    right: -1%;
}

@media (max-width: 800px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .post_image {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 650px) {
    ul#menu-header_menu {
        overflow-y: scroll;
        height: calc(100vh - 100px);
    }
    nav.menu-header_menu-container{
        padding-top: 100px;
        padding-left: 50px;
        min-width: 400px;
    }
    div#ocs-header_menu {
        width: 400px;
        overflow: hidden;
    }
    .capitalLinks{
        margin-bottom: 40px;
    }
    div.kontakt > form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (min-width: 1300px) {
    .green_slogan {
        text-transform: uppercase !important;
        font-weight: 700 !important;
        font-size: 70px !important;
        line-height: 72px !important;
        margin-bottom: 35px;
        color: #19d0c3 !important;
    }
    .white_slogan {
        font-weight: 700 !important;
        font-size: 70px !important;
        margin-bottom: 35px;
    }
    .green_slogan{
        font-size: 50px;
        line-height: 52px;
    }
}
@media screen and (max-width: 1300px) {
    .white_slogan{
        font-size: 50px;
        line-height: 52px;
    }
    .green_slogan{
        font-size: 50px;
        line-height: 52px;
    }
    .margin-bottom_minus15px {
        margin-bottom: 15px !important;
    }
    .margin-bottom_minus10px {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 1186px) {
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row{
        padding-left: 50px;
    }
    .mobailBr {
        display: none;
    }
    .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
        border-bottom: 4px solid #FFF;
        padding-bottom: 10px;
        padding-top: 16px;
        padding-right: 60px;
        margin-right: -50px;
    }
    .footerMenuLinks {
        width: calc((100% - 12%) / 7);
    }
    .hero > figure {
        height: 100vh;
        overflow: hidden;
    }
}
@media screen and (max-width: 1187px) {
    .hero > figure {
        margin-top: -375px !important;
        height: 95vh;
        overflow: hidden;
    }
    .jampto{
        display: none;
    }
    .hideMobile {
        display: none !important;
    }
    a.menu-link{
        min-width: 150px;
    }
    .site-footer-section-2 {
        display: none !important;
    }
    .site-footer-section-1 {
        grid-column: 1 / -1;
    }
    .mobailNone {
        display: none;
    }
    .wp-block-media-text{
        display: flow;
    }
    .wp-block-uagb-buttons {
        margin-bottom: 50px;
    }
    .white_badge {
        margin-top: 50px;
    }
    .dark_badge {
        margin-top: 50px;
    }
    .green_linkBatton {
        margin-bottom: 80px;
    }
    .white_linkBatton {
        margin-bottom: 80px;
    }
    .white_slogan {
        font-size: 40px;
        line-height: 42px;
    }
    .green_slogan {
        font-size: 40px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1187px) {
    .hero > figure {
        margin-top: 0 !important;
        height: 111vh;
        overflow: hidden;
    }
}
@media screen and (max-width: 921px) {
    div#ocs-site {
        margin-top: 80px
    }
    nav.menu-header_menu-container {
        padding-top: 85px;
    }
    .menu-batton-wraper {
        top: 24px;
    }
    #menu-background {
        height: 80px;
    }
    ul#menu-header_menu {
        overflow-y: scroll;
        height: calc(100vh - 85px);
    }
}
@media screen and (max-width: 772px) {
    .menu-batton-wraper {
        top: 15px;
    }
}
@media screen and (max-width: 650px) {
    .menu-batton-wraper {
        top: 18px;
    }
}
@media (max-width: 414px) {
    div#ocs-site {
        margin-top: 115px; !important;
    }
}
@media (max-width: 650px) {
    .hero > figure {
        margin-top: -300px !important;
        height: 105vh;
        overflow: hidden;
    }
    .menu{
        padding-top: 100px;
        padding-left: 20px !important;
        padding-bottom: 50px;
    }
    #navtop > ul > li > a {
        font-size: 32px;
    }
    #navtop > ul > li {
        margin-bottom: 30px;
    }
    li > ul > li > a {
        display: none;
    }
    li.expanded > ul > li > a {
        display: block;
    }
    .capitalLinks{
        margin-bottom: 30px;
    }
    div#ocs-header_menu {
        width: 100%;
    }
    .mobilog{
        color: transparent;
        background-position: center;
        margin-left: 15px;
    }
    .mobicon {
        color: transparent;
        opacity: 0;
        background-position: center;
        padding-right: 0;
    }
    .white_slogan{
        font-size: 32px;
        line-height: 35px;
    }
    .green_slogan{
        font-size: 32px;
        line-height: 35px;
    }
    div#menu-background {
        display: none;
    }
    .mobilog > span {
        opacity: 0;
    }
}
@media (max-width: 821px) {
    .hero > figure {
        margin-top: 0 !important;
        height: 102vh;
        overflow: hidden;
    }
}
@media (max-width: 782px) {
    .hero > figure {
        margin-top: 0 !important;
        height: 104vh;
        overflow: hidden;
    }
    nav.menu-header_menu-container {
        padding-top: 80px;
    }
    ul#menu-header_menu {
        height: calc(100vh - 80px);
    }
}
@media (max-width: 772px) {
    .hero > figure {
        margin-top: -0px !important;
        height: 110vh;
        overflow: hidden;
    }
    .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    height: 60px;
    }
}
@media (max-width: 650px) {
    .hero > figure {
        margin-top: 0 !important;
        height: 105vh;
        overflow: hidden;
    }
}
@media (max-width: 544px) {
    .hero > figure {
        margin-top: -20px !important;
        height: 105vh;
        overflow: hidden;
    }
    .entry-content.clear {
        margin-top: -20px;
    }
}
@media (max-width: 444px) {
    .hero > figure {
        margin-top: -20px !important;
        height: 85vh;
        overflow: hidden;
    }
}
@media (max-width: 430px) {
    .hero > figure {
        margin-top: -20px !important;
        height: 70vh;
        overflow: hidden;
    }
}
@media (max-width: 415px) {
    .hero > figure {
        margin-top: -55px !important;
        height: 70vh;
        overflow: hidden;
    }
    .entry-content.clear {
        margin-top: -55px;
    }
}
@media (max-width: 376px) {
    .hero > figure {
        margin-top: -55px !important;
        height: 60vh;
        overflow: hidden;
    }
}
@media (max-width: 321px) {
    .hero > figure {
        margin-top: -55px !important;
        height: 65vh;
        overflow: hidden;
    }
}

.hederMenuLinks.current-menu-item > a,
.hederMenuLinks.current-menu-ancestor > a {
    color: #1ddbd1;
}
.capitalLinks.expanded > a {
    color: inherit;
    font-weight: normal;
}
div.galery > div.swiper-button-next {
    background-color: transparent;
    background-image: url(./assets/svg/slideRight.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 53px !important;
    height: 39px !important;
    line-height: 39px;
    color: transparent !important;
    border: none;
    outline: none;
}
div.galery > div.swiper-button-prev {
    background-color: transparent;
    background-image: url(./assets/svg/slideLeft.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 53px !important;
    height: 39px !important;
    line-height: 39px;
    color: transparent !important;
    border: none;
    outline: none;
}
@media (min-width: 1500px) {

    div.galery > div.swiper-button-next {
        right: -80px !important;
    }
    div.galery > div.swiper-button-prev {
        left: -80px !important;
    }
}
@media (max-width: 1500px) {
    div.galery > div.swiper-button-next,
    div.galery > div.swiper-button-prev {
        position: absolute;
        bottom: -30px;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
    }
    div.galery > div.swiper-button-prev {
        left: 0 !important;
    }
    div.galery > div.swiper-button-next {
        right: 0 !important;
    }
}
@media (min-width: 1600px) {
    .wp-block-media-text__content {
        margin: 0 18% !important;
    }
}
@media (min-width: 2000px) {
    .wp-block-media-text__content {
        margin: 0 25% !important;
    }
}
header.entry-header.ast-no-title {
    display: none;
}
.news_text {
    display: flex;
    flex-direction: column;
}
.news_text > div{
    display: flex;
    flex-direction: column;
}
.news-item > h2 {
    display: none;
}
.immage_block {
    display: flex;
    align-items: center;
}
.margin-bottom35 {
    margin-bottom: 35px ;
}
.margin-bottom0 {
    margin-bottom: 0px !important;
}
.post_block {
    margin: 0px;
    padding: 0px;
    padding-bottom: 56px;
    margin-bottom: 60px;
    border-bottom: 1px solid #f1f1f1
}
@media (min-width: 800px) {
    .news_text {
        width: 70%;
    }
    .post_image > .news_text {
        margin-left: 25px;
    }
    .entry-content.width {
        width: 66%;
    }
}
.mobicon {
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.mobicon.hide-text {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}
div.kontakt > form > div > button {
    font-family: "Dosis", sans-serif !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    border: 1px solid #19d0c3 !important;
    border-radius: 30px !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    line-height: 16px !important;
    text-align: center !important;
    min-width: 140px;
    height: 40px;
    color: #19d0c3 !important;
    margin-bottom: 50px;

}
div.kontakt > form > div > label {
    color: #ffffff;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.input_weight30 {
    width: 100%;
}
form > div.input_weight30 > input {
    height: 100% !important;
}
.input_full {
    grid-column: span 2;
}
.input_full > textarea {
    height: 220px !important;
}
form > div.wp-block-button {
    grid-column: span 2;
}
.phone_input > div > select {
    display: none;
}
form > div.phone_input > div > input {
    min-width: 100% !important;
    height: 100% !important;
}
form > div.input_full > label::before {
    margin-right: 4% !important;
}
.kontakt > div > span > h2 {
    color: white;
}
.kontakt > div > span > p {
    color: white;
    font-size: 19px;
}
div.impressumBtn {
    min-width: 50%;
    text-transform: uppercase;
}
.homeLinkBattonWidth {
    min-width: 200px;
}
#ocs-header_menu {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
#ocs-header_menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
