/* Import files */
@import url('https://fonts.googleapis.com/css?family=Hind+Madurai:300,400,700|Vidaloka');
@import "foundation.min.css";

/* css reset */
*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* Main */

html {
    font-size: 100%;
}

body {
    font-family: 'Hind Madurai', sans-serif;
    color: #0c0c0d;
    font-weight: 400;
    line-height: 1.5;
}

footer {
    margin-top: 5rem;
    padding: 1rem;
    background-color:#d7d7db;
    color:#737373;
}

/* Fonts */

a, a:link, a:visited, a:active {
    color: #0a84ff;
    text-decoration: none;
}

a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    margin-right: 4px;
}

a:hover {
    color:#003eaa;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
li {
    padding-left: 1rem; 
    text-indent: -1rem;
  }
  
li::before {
    content: "• ";
    color: #9400ff; /* or whatever color you prefer */
  }

p {
    font-size: 1rem;
}

h1 {
    font-family: 'Vidaloka', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.06875rem;
    margin: 3rem 0rem 0.5rem 0rem;
}

h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1rem 0rem 0.3125rem 0rem;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0.5rem;
}


/* Markdown */

.md-title {
    font-family: 'Vidaloka', serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.06875rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.md-author {
    font-size: 0.9375rem;
    letter-spacing: -0.0125rem;
    color: #737373;
}

.md-img {
    height: 20rem;
    background-color:#003eaa;
    overflow: hidden;
}

.md-img img {
    width: 100%;
    height: auto;
    margin-left: -0.9375rem;
}

.md-img-content {
    width: 320px;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    border: #d7d7db solid 1px;
    border-radius: 3px;
}

.big {
    width: 100% !important;
}

blockquote {
    padding: 1rem;
    border-left: 5px solid#9400ff;
    border-radius: 3px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f9f9fa;
}

#md-head {
    padding-top: 10rem;
    padding-bottom: 4rem;
} 

#md-nav {
    padding: 1rem;
    background-color:#0f1126;
    color: #fff;
    font-size: 1.5rem;
}

#md-anchor-links {
    padding: 1rem;
    border-bottom: #d7d7db 1px solid;
    background-color: #fff;
}

a.md-link-header, a.md-link-header:link, a.md-link-header:visited, a.md-link-header:active {
    color: #fff;
    text-decoration: none;
}

a.md-link-header::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 4px;
}

a.md-link-header:hover {
    color:#fff;
}

a.md-link-back, a.md-link-back:link, a.md-link-back:visited, a.md-link-back:active {
    color: #fff;
    text-decoration: none;
}

a.md-link-back::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: none;
    margin-right: 4px;
}

a.md-link-back:hover {
    color:#fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  

/* Index */

.index-img {
    width: 100%;
    height: 0;
    padding-top: 71.1111111111%; /* (img-height / img-width * container-width) */
                /* (1024 / 1440 * 100) */
    position: relative;
}

.index-img-special {
    width: 100%;
    height: 0;
    padding-top: 83.9583333333%; /* (img-height / img-width * container-width) */
                /* (1209 / 1440 * 100) */
    position: relative;
}

.absolut {
    position: absolute;
}

.bg-1 {
    background: url("../img/1_Einstieg-Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-2 {
    background: url("../img/2_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-3 {
    background: url("../img/3_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-4 {
    background: url("../img/4_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-5 {
    background: url("../img/5_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-6 {
    background: url("../img/6_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-7 {
    background: url("../img/7_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.bg-8 {
    background: url("../img/8_Seite_2x.png");
    background-size: contain;
    background-repeat: no-repeat; 
}

.gif-2 {
    bottom: 5%;
    right: 10%;
    width: 30%;
}  

.gif-8 {
    bottom: 20%;
    left: 10%;
    width: 40%;
}

.gif-1, .gif-2, .gif-3, .gif-4, .gif-5, .gif-6, .gif-7, .gif-8 {
    -webkit-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.2);
    border: #d7d7db solid 1px;
    border-radius: 3px;
}