@charset "UTF-8";

/*
 * Beispiele für a:
 * a:link, a:visited {
  background-color: #f44336;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}*/


/*a INTERESSANT{
    color: blue;
    box-shadow: inset 0 -3px 0 -1px blue;
    padding: 0.25em 0;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover,
a:focus {
    box-shadow: inset 0 -30px 0 skyblue;
}*/

a:visited:hover {
    background-color: gray;
    color: #ffffff;
}

a:active:hover {
    color: #ffffff;
}

.button {
    font-size: x-large;
    color: black;
    background-color: gold;
}

.button2 {
    font-size: x-large;
    color: black;
    background-color: rgba(0, 169, 255, 0.52);
}

.nav-item a:hover {
    background-color: #f1ce6a;
}

header {
    background: F1CE6;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
    /*align-self:center;
	justify-self:start;*/
}


/*aside {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}*/

aside {
    /*background: #FAFAFA;*/
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 30%;
    padding-left: 0.5em;
    margin-left: 0.5em;
    float: right;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.strong {
    font-weight: bold;
}


/* Interessante Tipps: Quelle kulturbanause.de - Kommentar Wagner*/

video {
    /*display: block;*/
    width: 65%;
    height: auto;
}

.responsive-video {
    overflow: hidden;
}

.responsive-video .video-js-box {
    position: relative;
    /*padding-top: 56,25%;*/
    width: 300px;
    min-width: 100%;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*body {
    /*margin-top: auto;
}*/

ul {
    padding: 0;
}

h1 {
    font-family: "Raleway";
    font-size: 4em;
    font-weight: 100;
}

h2 {
    font-family: "Raleway";
    font-size: 2em;
    font-weight: 260;
    /*line-height: 0em;*/
}

h3 {
    font-family: "Raleway";
    font-size: 2em;
    font-weight: lighter;
}

h4 {
    font-family: "Raleway";
    font-size: 0.9em;
}

h5 {
    font-family: "Raleway";
    font-size: 1.3em;
    /*    font-weight: light;*/
}

h6 {
    font-family: "Raleway";
    font-size: 1em;
}

h7 {
    font-family: "Raleway";
    font-size: 1.5em;
    font-weight: bolder;
}

.italic {
    font-style: italic;
}

.weight-bold {
    font-weight: bold;
}

.p-ident {
    font-size: 1em;
    text-indent: 1.3em;
}

.col-red {
    color: red;
}

.article_00 {
    /*box-sizing: border-box;*/
    padding-top: 3%;
    padding-bottom: 12%;
    padding-left: 3%;
    padding-right: 1%;
    font-family: "Raleway";
    font-weight: light;
    font-size: 1em;
    color: white;
}

.article_01 {
    margin-top: 6.5em;
    padding-left: 9em;
    border-top: 1em;
    border-left: 1em;
    font-family: "Verdana";
    color: black;
    font-weight: 300;
}

.article_02 {
    margin-top: 0%;
    padding-left: 3em;
    padding-bottom: 4em;
    border-top: 4em;
    border-left: 1em;
    font-family: "Verdana";
    color: black;
    font-weight: lighter;
    font-weight: 500;
    background-color: #f1ce6a;
}

footer {
    /* background-image: url("/bilder/footerhigru.jpg");       */
    /*        background-color: #975a36;*/
    /*     Carbon */
    margin-top: -0.6em;
    /*    background-color: #a76f4a;*/
    color: #ffffff;
    font-family: "Raleway" #ffffff;
    padding: 1em;
    text-align: left;
    border-top: 0.1em solid white;
    border-bottom: 0.1em solid white;
}


/* ------------------------------------------------------------------
     CSS-Eigenschaften für  mobile Geräte (kleiner als 640 px)            
       + Alles in einer Spalte untereinander anordnen                                              
-------------------------------------------------------------------- */

.header {
    text-align: center;
    padding: 1em;
    background-color: #07889b;
    /* Teal */
    color: #efefef;
    /* Neutral */
    border-bottom: 1px solid #efefef;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.weight-bold {
    font-weight: bold;
}

.p-ident {
    font-size: 1em;
    text-indent: 1.3em;
}

.col-red {
    color: red;
}

.nav-ul {
    background-color: #ff383f;
    /* Watermelon */
    margin: 0;
}

.nav-li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #efefef;
}

.nav-li-a {
    padding: 0.6em 2rem;
    display: block;
}

.nav-ul a:link {
    text-decoration: none;
}

.nav-ul a:link .nav-ul a:visited {
    color: #fff;
    /* white*/
}

.nav-ul a:hover,
.nav-ul a:focus,
.nav-ul a:active {
    background-color: #000;
    /* Black */
    color: #efefef;
    /* Neutral */
}

.absatz {
    text-align: justify;
    width: 70%;
    background-color: lightgrey;
    margin-left: 5em;
    margin-top: 2em;
    padding: 2em 2em 2em 2em;
    font-family: "Raleway";
    font-size: 1em;
}


/*-----------------------------------------------------   
     Tabletversion ab 640 Pixel                          
       640px / 16px/em = 40em  
       + 2 Spalten
         - Header und Navigation oben untereinander
		 - Hautpinhalt und Seitenleiste nebeneinander
		 - Fußleiste unten
------------------------------------------------------*/

.italic {
    font-style: italic;
}

.weight-bold {
    font-weight: bold;
}

.p-ident {
    font-size: 1em;
    text-indent: 1.3em;
}

.col-red {
    color: red;
}

.strong {
    font-weight: bold;
}

@media screen and (min-width: 40em) {
    .header {
        padding: 1.5em;
        text-align: left;
        color: green;
    }
    .nav-ul {
        padding: 2 2rem;
        overflow: hidden;
    }
    .nav-li {
        float: none;
        display: inline-block;
        border: none;
        width: auto;
    }
    .nav-li-a {
        /*padding: 0.7em 1.2rem;
		display: inline-block;*/
        padding: 0.7em 1.2rem;
        display: inline-block;
    }
}