/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html,body{
	padding:0;
	margin: 0;
	box-sizing:border-box;
	overflow-x: hidden !important;
	background-color: #141414;
}

.skew{
    transform: skewX(-14deg);
    display: inline-block;
	overflow:hidden !important;
}
.skew img,.skew p, .skew a, .skew li, .skew h1, .skew h2, .skew h3, .skew h4, .skew h5, .skew h6{
    transform: skewX(14deg);
    display: inline-block;
}

.skewSection{
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%) !important;
}




@media only screen and (max-width: 600px){
.skewSection{
    clip-path: none !important;
}

.skew{
    transform: skewX(0);
	}
	
.skew img,.skew p, .skew a, .skew li, .skew h1, .skew h2, .skew h3, .skew h4, .skew h5, .skew h6{
    transform: skewX(0deg) !important;;
    display: inline-block;
}

}


/* Img statt bgIMG an */
.boxColumn{
	overflow:hidden !important;
}


/* Table Gruppenrennen Seite */
    .tableGruppen *{
        font-family: "DM Sans", sans-serif;
    }
/* Responsive - Table Gruppenrennen Seite */
@media screen and (max-width: 600px) {
    .tableGruppen, thead, tbody, th, td, tr {
    display: block;
  }

    .tableGruppen thead {
    display: none;
  }

    .tableGruppen tbody tr {
    margin-bottom: 1.2em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 0px;
    background-color: transparent; 
  }

    .tableGruppen tbody td {
    border: none;
    padding-left: 58%;
    position: relative;
    text-align: left;
    color: white;
  }

    .tableGruppen tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 5px;
    top: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: white;
  }

    .tableGruppen td[colspan] {
    padding-left: 10px !important;
  }
	
}

