/*
Theme Name: Anschlag
Theme URI: http://underscores.me/
Author: Christoph Korb
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mai
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mai1 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/* Kampagnenreferenzfarben: 

Kampagnenfarbe grün: #008C6E;
Kampagnen orange: #EC6726;

blau: #36B2D7
rot:  #E14660
gelb: #FF9807
lila: #4c284e
türkis: #00B8C4
brombeer: #A25D8D
taubengrau: #647885

*/


/*--------------------------------------------------------------
# Typography 
--------------------------------------------------------------*/

body {
    font-family: 'Marta-Regular', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
    padding-bottom: 10px;
	font-family: 'Marta-Regular';
	color: #A25D8D;
}

.fa {
    padding-left: 5px;
    padding-right: 5px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

u .navbar {
    background: white;
}

.logged-in .navbar-fixed-top {
    top: 32px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:link,
a:visited,
a:hover {
	color: #A25D8D;
	
}

a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets - Yeah!
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    padding-bottom: 20px;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

img {
    -ms-interpolation-mode: bicubic;
}

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.post,
.widget,
#comments,
article img,
section img {
    max-width: 100%;
    height: auto;
}

.site-footer {
    background-color: #F8F8F8;
    color: #777777;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top: #E7E7E7 solid 1px;
    text-align: center;
    margin: 0;
}

.beitragsbild {
    margin: 0;
    padding: 0;
}

.bildbeschreibung {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    background-color: lightgrey;
}

.beitragsblock {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: white;
	border: 0px solid black;
}

.kommentarblock {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: white;
}

.widget {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: white;
}

.suchergebnis-einzeln {
    background: white;
    padding-bottom: 10px;
    padding-top: 20px;
}

.suchergebnis-nichts {
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.suchblock {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header {
    background-color: white;
    margin-bottom: 0px;
}

.fehler404 {
    background: white;
    padding-bottom: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.entry-title {
    margin: 0;
}

.entry-meta {
    padding-bottom: 10px;
}

.posts-navigation {
    background-color: white;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}

.nothingfound {
    background: white;
}

.alles {
    padding-top: 28px;
    background: #00B8C4;
}

.cat-links,
.cat-tags {
    display: none;
}


/* keine Social-Media-Integration für Plugin Speakout */

.dk-speakout-share {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-reply-title h3 {
    margin-left: 20px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

pre
{
    overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}



/* MEDIA QUERIES */

@media screen and (max-device-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 {}
    h2 {
        font-size: 20px;
		font-family: 'Marta-Regular';
    }
    code {
        font-size: 6px;
    }
    .suchleiste {
        display: none;
    }
}


/* Schriftarten */

@font-face {
	font-family: "Marta-Regular";
	src: url('assets/fonts/Marta-Regular.otf') format('otf');
}


/* Absatz ausrichten */ 
p  {
        text-align: justify;
    }

article{
	background:#00B8C4;
	padding-top: 20px;
	padding-bottom: 50px;
}
article.category-Veranstaltungen{
	background-color:#647885;
}

article.category-podcast{
	background-color: #00B8C4;
}

article.category-aktuell{
	background-color: #00B8C4;
}

article.category-posts{
	background-color: #A25D8D;
}



nav {
	text-transform: uppercase;
}

nav.posts-navigation{
	background: #00B8C4;
	color: white;
	padding-top: 20px;
	padding-bottom: 50px;
}

nav.posts-navigation a{
	color: white;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.posted-on
{
	display: none;
}

/* STICKY FOOTER */

#page-container{
    position: relative;
    min-height: 100vh;
    padding-bottom: 20px;
}

#content-wrap
{
    padding-bottom: 4em;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
}

hr {
	border: 1px solid gray;
}


