/* Head */
.header-bg {
	background: #f1f1f1 !important;
}
.app-headline {
    display: flex;
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #404A50;
}
.app-name {
	color: #e3000f;
}
.buttons_line {
	padding: 1rem;
    display: flex;
    justify-content: center;
}
.signet {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100px;
    height: 94px;
    margin: 0.5rem auto;
}
#news-app {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/icon_newsapp.png);   
}
#epaper-app {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/icon_epaperapp.png);
}
#garden-app {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/icon_gardenapp.png);
}
/* Content */
.post-content {
	border-bottom: none !important;
}
.post-thumb {
	background-color: #fff;
}
.teaser-section_special .post-teaser:before {
    background: #fff !important;
}
.post-teaser .post-thumb:before {
    padding-top: 0 !important;
}
.button_whatsapp {
	width: 25%;
    padding-bottom: 1rem;
    float: right;
}
/* Social Buttons */
.socialbuttons {
    display: flex;
    justify-content: space-evenly;
}
.sb {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 140px;
    height: 140px;
    float: left;
    border-radius: 50%;
    border: 2px dashed white;
}
.sb:hover {
    border: 2px dashed #e3000f;
    width: 140px;
    height: 140px;
}
.facebook {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/Facebook.png);
}
.twitter {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/Twitter.png);
}
.instagramm {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/Instagram.png);
}
.youtube {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/Youtube.png);
}
.pinterest {
    background-image: url(/fileadmin/sonstiges/digital.infranken/img/Pinterest.png);
}
@media (max-width: 480px) {
    .button_whatsapp {
        width: 100%;
    }
}
@media (max-width: 720px) {
    .sb {
        width: calc( (100vw - 40px) / 5 );
        height: calc( (100vw - 40px) / 5 );
        background-size: contain;
        border: none;
        border-radius: initial;
    }
}
/* Formular */
.artikeltextformular {
    padding-bottom: 1rem;
}
input[type="text"].input, textarea.input {
    display:block;
    width:100%;
}
.hidden {
    display:none;
}
td[width="1%"] {
    display:none;
}