.category > div, .buttons > div {
    float: left;
    min-width: 33%;
    text-align: center;
}

.category > div > div {
    border: 1px solid #eee;
    margin: 3em;
}

.category h1 {
    line-height: 1em;
}
.category > div > div > h2 {

    color: #fff;
    background: rgba(0,0,0,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    font-size: 1.4em;
    width: 300px;
    position: absolute;
    line-height: 2em;
    margin-top: -1.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;

}
#contentContainer h2 {
    width: 280px !important;
}
.category > div > div > a {
    width: 300px;
    min-height: 9em;
    display: inline-block;
}
.category > div > div > a > img {

    width: 300px;
    margin-top: 0;
}

.category > div > div > a > i {
    min-height: 300px;
    line-height: 300px;
    font-size: 8em;
    color:#E0E0E0;
}
.category > div > div .text {
    text-align: left;
    padding: 20px;
    max-width: 260px;
    line-height: 1.5em;
    background: #f6f6f6;
    /*
    max-height: 180px;

    overflow: hidden;
    text-overflow: ellipsis;
    */
}
.buttons .fa {
    margin-left: .2em;
    margin-right: .2em;
}
.fa-google-plus-square {
    color: #ce1616;
}
.fa-twitter-square {
    color: #00aced;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-odnoklassniki-square {
    color: #ff8300;
}
.fa-vk {
    color: #245c9b;
}
.fa-pinterest-square {
    color: #BC272D;
}

.folgen, .entdecken {
    display: inline-block;
    padding: .7em;
    min-width: 18em;
    font-size: 1.2em;
    background: #E2E8EC;
    border: 1px solid #C6D0D6;
    border-radius: .3em;
}
.interessengebiet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    background: url('/images/icon_kategorien.png');
    padding-top: 4em;
    min-height: 17em;
    line-height: 16em;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 16em;
}
.interessen_text {
    font-size:1.7em;
    text-align: left !important;
    width: 60%;
    line-height: 1.6em;
    padding-bottom: 2em;
    text-align: justify;
}


.underText {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .interessen_text {
        width: 100%;
        font-size: 1.5em;
    }

    .interessen_text > p {
        text-align: justify !important;
    }

    .icon-mobile {
        margin-left: 0 !important;
    }

    .category > div > div {
        margin: 0 !important;
    }
}

.interessengebiet .fa {
    font-size: 8em !important;
}
.fa-3x {
    font-size: 3.24em !important;
}
.folgen .fa {
    font-size: 1.1em;
}
.folgen {
    position: relative;
}
.folgen:after, .folgen:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.folgen:after {
    border-color: rgba(226, 232, 236, 0);
    border-bottom-color: #E2E8EC;
    border-width: 10px;
    margin-left: -10px;
}
.folgen:before {
    border-color: rgba(198, 208, 214, 0);
    border-bottom-color: #C6D0D6;
    border-width: 12px;
    margin-left: -12px;
}
.logo:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 3px;
    margin-left: -45px;
    margin-top: -1px;
    background: url('/images/logo42x42.png');
    background-size: contain;
}
.folgen input[type=submit] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2A75A5;
    box-shadow: none;
    background: none;
    border: 0;
    font-size: 1em;
    cursor: pointer;
    text-decoration: underline;
}

.entdecken {
    display: block;
    color: #fff !important;
    font-size: 1.2em !important;
    padding-left: 3.5em !important;
    padding-right: 2.5em !important;
    text-decoration: underline !important;
    line-height: 1.8em !important;
    min-width: auto !important;
    width: 13em !important;
    text-decoration: none !important;;
}
.social_share {
    cursor: pointer;
}
.catshadow {
    overflow: hidden;
    display: inline-block;
    height: 300px;
}
.catshadow img {
    transition: all 0.5s;
}
.catshadow i {

    line-height: 230px;
    color: #333;
}
.catshadow:before {
    content: '';
    display: block;
    position: absolute;
    width: 302px;
    height: 100%;
    box-shadow: inset 0px 0px 50px rgba(0,0,0,0);
    transition: all 0.5s;
}

.catshadow:hover::before {
    background: rgba(255,255,255,.4);
    /*box-shadow: inset 0px 0px 200px rgba(255,255,255,1) !important;*/
}
.catshadow:hover img {
    width: 330px;
    margin-top: -15px;
    margin-left: -15px;

}
.catshadow i {
    color: #999999 !important;
}
h2 a:link, h2 a:visited {
    color: #fff;
    text-decoration: none;
}
h2 a:hover {
    color: #fff;
    text-decoration: underline;
}
.text a:link, .text a:visited {
    color: #000;
    text-decoration: none;
}


@media (max-width: 768px) {
    .buttons > div {
        margin-bottom: 2em;
    }
    .icon-as-link.btn.btn-default {
        display: none;
        margin: 0 1em 1em 1em !important;
    }
    #category > .container {
        display: none;
    }
    #category {
        width: auto !important;
    }
    .interessen_text h1 {
        text-align: center !important;
    }
}

/* classes for clickads */
.status-icons {
    color: #ffffff !important;
}
.status-bar {
    color: #ffffff !important;
    margin-right: 8px;
    position: relative;
}
.status-icon-info {
    color: #ffffff !important;
    margin-top: 4px;
}
.status-bg-success {
    background: #5cb85c !important;
}
.status-bg-error {
    background: #ff4a4a !important;
}