.contentblok.tegels {
}

.contentblok.tegels .tegel_inner {
    position: relative;
    border-radius: 25px;
    padding: 30px 0 0 30px;
}

.tegel-widget-container {
    text-align: right;
    margin: 0px 0px 0px 0px;
    line-height: 0;
}
.tegel-icon-wrapper {
    padding: 20px 0 0 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.tegel-icon-wrapper:after, .tegel-icon-wrapper:before {
    box-shadow: 0 20px 0 0 #F0F2F4;
}
.tegel-icon-wrapper:before {
    right: 0;
    left: initial;
    top: -20px;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
}
.tegel-icon-wrapper:after {
    left: 0;
    right: initial;
    top: initial;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
}
.tegel-icon-wrapper:before, .tegel-icon-wrapper:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
}
.tegel-icon-inner {
    background-color: #F0F2F4;
    border-radius: 30px 0px 0px 0px;
}
.tegel-icon {
    font-size: 18px;
    padding: 18px;
    text-decoration: none!IMPORTANT;
}
.tegel-icon i {
    /* width: 1em;
    height: 1em; */
    position: relative;
    display: block;
    font-size: 2rem;
    padding: 15px;
}


/*====================================
	RESPONSIVE
====================================*/
@media (min-width: 768px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1900px) {

}

@media (min-width: 2000px) {

}
