/**
 * Theme Name: Lightweb Media
 * Theme URI: https://github.com/Lightweb-Media/lightweb
 * Author: Sven
 * Author URI: https://github.com/darmkralle
 * 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: lightweb
 */


/*
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px)  {
.lightweb-section {
 display: flex;
 height: 100%;
 flex-direction: row;
padding:0px;
}
   .lightweb-section .image {
width:20%;

height:100%;	
}
   .lightweb-section .link a {
background-color: transparent;
}
           .lightweb-section .link {
width:auto;
margin-left:auto!important;

   background: #00BDB0;

                   margin-right:0px;
margin-top:0px;
margin-bottom:0px;
display:flex;
                align-items: center;
 justify-content: center;
                       padding-top: 0rem;
}
           .lightweb-section .headline {
               display:flex;
   width:30%;
                align-items: center;
 justify-content: center;
}
   .lightweb-section .paragraph { 
       display:flex;

                align-items: center;
 justify-content: center;
}
.lightweb-section .image {
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;

   margin-left:2rem;

}
   .lightweb-section .headline h4 {
   margin-bottom: 0rem;	
   }
   

   .lightweb-section .link::before {
 content: "";

 clip-path: circle(52.6% 0 46%);
background: white; 
 bottom: 0px;
 height: 100%;
 width: 25px;
top:0px;
       border:solid background: #00BDB0; 0.2rem;
   
   -webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
       padding-top: 0rem;
   } 
} */