/* CSS Document */
@font-face {
    font-family: "Poppins", sans-serif;
    src: local("Poppins"), url('fonts/Poppins/Poppins-Regular.ttf') format('truetype')
}
@font-face {
    font-family: "Playwrite IS", cursive;
    src: local("Playwrite"), url('fonts/PlaywriteIS-VariableFont_wght.ttf') format('truetype')
}
html,body{
    height:100%;
    font-family: "Poppins", sans-serif;
}
body{
    background-color:#A3C9E0;
    background-image:url(../../bilder/hintergrund.jpg);
    background-repeat:repeat-x;
    height:100%;
}

.abs-container {
    position: relative;
    min-height: calc(100% - 110px);
    width: 100%;
}

nav.navbar {
    /*background-color: #659414;*/
    background-color: transparent;
    border-top: 8px solid #669a0c;
    padding-top: 0;
}
nav.navbar .navbar-collapse {
    margin-top: -5px;
}
.nav-item {
    background: #669a0c;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    margin-left: 3px;
}
.nav-link {
    padding-top: 5px;
}
.navbar-brand {
    color: white;
}

nav.navbar .nav-link {
    color: white;
}

.container {
    margin-top: 50px;
}

.indexcontainer{
    z-index:3;
    position:relative;
    top:50px;
    left:0;
    right:0;
    width:100%;
    min-height:100%;
    height:auto;
    bottom:0;
}

.auswahlbox1{
z-index:4;
border-radius:10px;
background-color:#C8D2F5;
padding:5px;
width:100%;
border:2px solid #1B5579;
}

.auswahlbox2{
    z-index:4;
    border-radius:10px;
    background-color:#C7E18F;
    padding:5px;
    height:auto;
    border:2px solid #1B5579;
}

.buttontxt4 {
    background: url(../../bilder/b.png) 0 50%;
    width: 24px;
    height: 24px;
    border-width: 0;
}

.buttontxt5 {
background: url(../../bilder/i.png) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt6 {
background: url(../../bilder/u.png) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt7 {
background: url(../../bilder/url.png) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt8 {
background: url(../../bilder/mail.png) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt9 {
background: url(../../bilder/center.png) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt10 {
background: url(../../bilder/bild.jpg) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.buttontxt11 {
background: url(../../bilder/pdf.jpg) 0 50%;
width: 24px;
height: 24px;
border-width: 0;
}

.christina{
z-index:4;
position:absolute;
background-image:url(../../bilder/christina_logo.jpg);
background-repeat:no-repeat;
left:100px;
top:40px;
width:163px;
height:35px;
}

.ueberschrift_container{
    font-size: 1.5em;
    margin-left: 20px;
}

.textcontainer{
    z-index:3;
    position:relative;
    clear:both;
    border-radius:20px;
    background-color:#FFFFFF;
    padding:20px;
    height:auto;
    min-height:100%;
    max-width:100%;
    overflow-y:auto;
    border: 5px solid #4a6818;
}

/* Matrix table */

table#matrix {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}
table#matrix tr td img {
    max-width: 100%;
    max-height: 100%;
}
table#matrix tr:not(:first-child) td:not(:first-child) img {
    margin: 10px;
}
table#matrix tr:not(:first-child) td:not(:first-child) {
    border: 1px solid black;
}

table#matrix tr:not(:first-child) td:first-child {
    text-align: right;
}

#matrix tr:first-child td {
    width: 80px;
    height: 140px;
}

#matrix tr:not(:first-child) td:not(:first-child) {
    width: 80px;
    height: 80px;
    text-align: center;
}

/* matrix color */
#matrix tr:not(:first-child) td:nth-child(2) {
    background-color: #F05843;
}
#matrix tr:not(:first-child) td:nth-child(3) {
    background-color: #ED9D56;
}
#matrix tr:not(:first-child) td:nth-child(4) {
    background-color: #DEE353;
}
#matrix tr:not(:first-child) td:nth-child(5) {
    background-color: #87E060;
}
#matrix tr:not(:first-child) td:nth-child(6) {
    background-color: #6E91ED;
}
#matrix tr:not(:first-child) td:nth-child(7) {
    background-color: #B973ED;
}
#matrix tr:not(:first-child) td:nth-child(8) {
    background-color: #fff;
}

#main-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 50%;
}

.matrixcontainer{
    z-index:3;
    position:relative;
    padding:20px;
    margin-top:200px;
    height:auto;
    min-height:100%;
    width:700px;
    left:50%;
    margin-left:-350px;
}

.platzuntererde{
    z-index:3;
    position:relative;
    clear:both;
    border-radius:20px;
    padding:20px;
    height:auto;
    min-height:100%;
    margin-top:200px;
    left:10%;
    right:10%;
    width:80%;
}

.erde{
    z-index:2;
    clear:both;
    position:relative;
    border-radius:10px;
    border:5px solid #1B5579;
    margin-top:0;
    width:100%;
    min-width:800px;
    height:395px;
    background: white;
}

#footer{
    z-index: 2;
    position: absolute;
    background-image: url(../../bilder/gras.gif);
    background-repeat: repeat-x;
    width: 100%;
    right: 0;
    height: 70px;
    margin-top: 40px;
    left: 10px;
}

#footer a {
    position: absolute;
    color: white;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    bottom: 20px;
}

.clear {
    clear: both;
}

/* form elements */
.message {
    background: #c7d57d;
    padding: 20px;
    margin: 20px 0;
}
.textcontainer textarea {
    height: 300px;
    border: 1px solid black;
}
input[type="submit"] {
    background: #669a0c;
    border: 2px solid #4a6818;
    padding: 5px 15px;
    color: white;
    border-radius: 10px;
    font-weight: bold;
}
input[type="submit"]:hover {
    background: #4a6818;
}
input[type="text"],
input[type="password"],
select {
    width: 100%;
    border: 1px solid #4a6818;
    padding: 8px;
    border-radius: 8px;
}
input,
select {
    background: #c7d57d;
}
A:link,A:visited
{color:#000000;text-decoration:none}

A:hover
{color:#000000;;text-decoration:underline}

h1 {
    position: relative;
    display: inline-block;
    font-family: 'Poppins',sans-serif;
    color: #1b446c;
    font-size: 1.5em;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
h2 {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 1.2em;
    font-weight: 100;
}
h3{position:relative;font-family:Arial Narrow, sans-serif;color:#FFFFFF;font-weight:200;margin-top:3px;font-size:16px;}
h4{color:#000000;font-size:12px;margin-left:10px;font-weight:100;letter-spacing:-0.5px;}
h5{color:#000000;font-size:13px;font-weight:100;letter-spacing:-0.5px;}