section#blocks {
    box-sizing: border-box;
    background: #00000012;
    position: relative;
    justify-content: center;
    display: flex;
        overflow: hidden;
    height: 100%;
}
.titelblok{
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 5px;    
}

body.home{
        overflow-x: hidden;
}

        
section#blocks .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
}

section#blocks .container a {
    transition: 0.5s;
    flex: 0 0 28%;
}


section#blocks .container a p {
    margin-bottom: 0;
}

section#blocks .container a i {
	color: var(--maincolor);
	font-size: 40px;
}

section#blocks .container a h3 {
    color: #f37846;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 25px;
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) {

    section#blocks {
        height: auto;
    }

    section#blocks .container {
        position: relative;
    }

}
