/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#wir-ueber-uns {
    padding: 0 20px 0 20px;
    width: 100%;
}

#wir-ueber-uns .container {
    width: 100%;
}

#wir-ueber-uns .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 50px;
    padding: 0 5%;
    width: 100%;
}

#wir-ueber-uns .container > .row:nth-child(1),
#wir-ueber-uns .container > .row:nth-child(4),
#wir-ueber-uns .container > .row:nth-child(5),
#wir-ueber-uns .container > .row:nth-child(6),
#wir-ueber-uns .container > .row:nth-child(7),
#wir-ueber-uns .container > .row:nth-child(8) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#wir-ueber-uns .container > .row .col {
    width: 25%;
}

@media(max-width: 1000px) {
    #wir-ueber-uns .container > .row .col {
        width: 100%;
    }
}

#wir-ueber-uns .container .row img {
    width: auto;
    height: 100%;
}

@media(min-width: 1001px) {
    #wir-ueber-uns .container .row img {
    	max-width: 400px;
    }
}

#wir-ueber-uns .container .row div h6 {
    margin: 10px 0;
}

#wir-ueber-uns .container .row div p a {
    text-decoration: underline !important;
}

.counter {
	font-size: 64px;
	font-weight: 600;
    height: 90px;
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}

.fbox-icon {
	width: 5.5rem;
	height: 4rem;
	padding: 0 0.75rem;
    margin: 1rem;
}

.fbox-icon i {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
	border-radius: 50%;
    background: #1b2646;
	font-style: normal;
	font-size: 1.75rem;
	line-height: 4rem;
	text-align: center;
}