/*
Theme Name: JBOR Theme #01
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Twenty One Child Theme
Author: John Doe
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twenty-twentyon1-child
*/

*{
    box-sizing: border-box;
}

#page:after{
    content:' ';
    background-image: url("assets/img/muster01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;


}
#page{
    background:radial-gradient(yellow, lightyellow );
    background-color: yellow;
    perspective: 1000px;
}


.is-style-jbor-link-wave a::before{
    content:  ' ';
    display: block;
    position: absolute;
    background-image: url(assets/img/wave_anim.gif);
    background-position-y: 24px;
    background-repeat: repeat-x;
    opacity: 0;
    /* transition: all 250ms ease; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.is-style-jbor-link-wave a{
    position: relative;
    text-decoration: none;
    font-weight: 600;;
}

.is-style-jbor-link-wave a:hover::before{
    opacity: .55;
}
