body section.klassetrin-block .klassetrin-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem;gap:0.5rem}@media only screen and (min-width:992px){body section.klassetrin-block .klassetrin-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:4rem}}body section.klassetrin-block .klassetrin-wrapper .klasse{background-color:var(--wp--preset--color--dark-1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20vh;position:relative;min-height:120px}@media only screen and (min-width:992px){body section.klassetrin-block .klassetrin-wrapper .klasse{height:70vh;-webkit-box-flex:1;-ms-flex:1;flex:1}body section.klassetrin-block .klassetrin-wrapper .klasse:hover{-webkit-box-flex:1.1;-ms-flex:1.1;flex:1.1}body section.klassetrin-block .klassetrin-wrapper .klasse:hover .background:after{opacity:0.25}}body section.klassetrin-block .klassetrin-wrapper .klasse .background{width:100%;height:100%;position:absolute;inset:0;z-index:-1}body section.klassetrin-block .klassetrin-wrapper .klasse .background:after{content:"";width:100%;height:100%;position:absolute;inset:0;z-index:1;background-color:#000000;opacity:0.5;-webkit-transition:var(--se--transition);transition:var(--se--transition)}body section.klassetrin-block .klassetrin-wrapper .klasse .background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0;z-index:-1}body section.klassetrin-block .klassetrin-wrapper .klasse h3{margin:0;color:var(--wp--preset--color--light-b)}