/**
Theme Name: scheumann
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scheumann
Template: astra
*/
body:not(.home) .ast-builder-menu-1{
  display: none;
}
body.home .ast-builder-menu-2{
  display: none;
}
.ast-builder-menu-1 {
    padding-right: 0;
}
.ast-primary-header-bar {
    position: absolute;
  width: 100vw;
  border: none;
  background: rgba(255,255,255, .7);
/*background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
*/
}
.ast-primary-header-bar .ast-container {
    max-width: 100%;
}

.site-primary-header-wrap {
    
}
.wp-block-group.has-background {
  border-top:solid #fff 1px;
  padding:50px 30px 120px 30px;
}
.wp-block-group.border-white {
    border: 1px solid white;
    padding: 50px 70px 70px 70px;
}
.wp-block-group.border-blue {
    padding: 100px 0 0 0;
}
.wp-block-group.border-blue .wp-block-group__inner-container {
    border: 1px solid #22325c;
  padding: 0;
}
.wp-block-group.border-blue .wp-block-column:first-child {
    padding: 30px 0 30px 30px;
}
.entry-content h2 {
  margin-bottom: 1em;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background: #0b5850;
    background: linear-gradient(135deg,rgb(11,88,80) 0%,rgb(34,50,92) 100%);
}
#colophon p, .textwidget {
    color: #aee3dd  ;
}
#colophon a{
    color: #fff;
  text-decoration: underline
}
#colophon .widget-title{
    color: #fff;
  font-weight: bold;
}
#ast-hf-menu-1 {
    height: 100%;
}
.ast-builder-menu-1 {
    height: 100%;
}
#ast-hf-menu-1 .current_page_item {
    background-color: #0b5850;
}
#ast-hf-menu-1 .current_page_item a, #ast-hf-menu-1 .current_page_item a:hover, #ast-hf-menu-1 .current_page_item a:focus{
    color: white;
}
.ast-logo-title-inline .ast-site-identity {
    padding: .25em 0;
}
/*.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link::before, .ast-desktop .ast-menu-hover-style-overline > .menu-item:hover > .menu-link::before {
    background-color: #0b5850;
}*/
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link::before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link::before {
    height: 3px;
}
.wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item {
    margin: 0;
}
.site-above-footer-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
ul.check {
  margin-left: 0;
}
ul.check li {
    list-style: none;
    background: url(assets/check-icon.png) no-repeat left center;
    padding-left: 40px;
    background-size: 25px;
    margin-bottom: 1em;
  font-weight:600;
}
ul.check.green li {
    background-image: url(assets/check-icon-green.png);
}
.site-title {
    font-size: 0;
}
header .custom-logo-link img {
    width: 100%;
  height: 55px;
}
.site-above-footer-wrap {
    padding: 50px 20px 25px 20px;
}
.padding-top {
  padding-top: 70px;
}
.wp-block-cover__inner-container, .alignwide .wp-block-group__inner-container, .alignfull .wp-block-group__inner-container {
    max-width: 1400px;
}
/* Video */
.home #content, .home #colophon {
  transform: translateY(300vh);
  background-color: white;
}
#video {
  height: 100vh;
  position: relative;
}
#masthead {
    position: fixed;
}
.video-before {
  position: fixed;
  left: 0;right: 0;top: 0;bottom: 0;
   min-width: 100%; min-height: 100%;
  background-color: #000e14;
  opacity: 0;
}
.video-after {
  position: fixed;
  left: 0;right: 0;top: 0;bottom: 0;
   min-width: 100%; min-height: 100%;
  background: url("https://scheumann-kraftverkehr.de/wp-content/themes/scheumann/assets/lkw-lights.png") no-repeat left center;
  background-size: cover;
  opacity: 0;
}
video {   
  position: fixed; 
  left: 0; top: 0;
  object-fit: cover;
  object-position: left center;
}
.ast-builder-menu-1 .menu-item > .menu-link {
   /* font-size: .9em;*/
}
.headline{
  line-height: 1em;
  position: fixed;
  bottom:15px;
  /*transform: translateY(-15%);*/
  z-index: 1;
  text-transform: uppercase;
  font-size: 50px;
  color: white;
  font-family: 'Barlow Condensed',sans-serif;
  opacity: 1;
}
.headline span, .headline b{
   transition: all 1s ease;
    /*background-color: rgba(10,93,86,.8);*/
  padding-left: 27px;
  padding-right: 10px;
}
.headline span{
  opacity: 0;
}

.header-img__scroll-hint {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    margin-left: -22px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff !important;
    font-size: 1.25rem;
  z-index: 3;
}

.header-img__scroll-hint--qf-opened {
    bottom: 15px
}

.sroller {
  position: fixed;
  transition: all .25s ease-in;
  z-index: 5;
}
.sroller span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: -30px;
    line-height: 1.2em;
    top: -45px;
    bottom: 0;
    text-shadow: 0px 1px 3px rgba(0,0,0,.8);
    width: 100px;
}
.sroller img {
    width: 100%
}
.header-img__scroll-hint.js-scroll-to.sroller.header-img__scroll-hint--qf-opened span {
    transition: all .3s ease
}
.header-img__scroll-hint.js-scroll-to.sroller.header-img__scroll-hint--qf-opened span:hover {
    color: #066;
    font-weight: bold;
}
@-webkit-keyframes sroller {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes sroller {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.sroller {
    -webkit-animation: sroller 2s infinite;
    animation: sroller 2s infinite;
}
#video.wech video{
  position: absolute;
  top: 300vh;
}
#masthead.wech .ast-primary-header-bar {
    border-bottom: 1px solid #0b5850;
  background-color: white;
}
#video.wech .video-before, #video.wech .video-after{
  position: absolute;
  top: 300vh;
}
#video.wech .headline{
  position: absolute;
  top:calc(400vh - 2em - 20px);
  opacity: 0;
}
#video.wech nav {
  transform: translateY(-100vh);
}
#video.wech .sroller {
  /*transform: translateY(-100vh);
  opacity: 0*/
}

/************************************************************/

@media screen and (max-width: 1200px) {
.wp-block-columns.no-margin-bottom, .wp-block-columns.no-margin-bottom .wp-block-column {
    margin-bottom: 0;
}
  .ast-builder-menu-1 .menu-item > .menu-link {
    padding-left: 8px;
    padding-right: 8px;
}
}

@media screen and (max-width: 544px) {
	.wp-block-group.border-white, .wp-block-group.has-background {

    padding: 2.4em 1.4em 2.4em 1.4em;
}
}
