﻿body {
    color: black;
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 20px;    
}

div#inhalt {
    width: 640px;
    float: left;
    background-image: url("moinderby_bg_v3_b.jpg");
}


div#header {
    width: 616px;
    padding: 12px;
    height: 80px;
    border: dashed 0px darkblue;
    float: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    opacity: 1.0;
    text-align: left;
    }

div#navi {
    display: none;
    position: absolute;
    padding: 12px 12px 12px 36px;
    width: 300px;
    float: none;
    background-color: white;
    z-index: 6;
}
div#navi a {text-decoration: none; color: gray; font-size: 22px;}
div#navi td img {height: 34px; display: block; margin: auto;}
div#navi table {line-height: 2.0;}




div#spalte1 {
    width: 600px;
    /*background-color: #b6ff00;*/
    float: left;
}

div#spalte2 {
    width: 600px;
    /*background-color: yellow;*/
    float: left;
}

button {
    margin-left: 2px;
    padding: 6px 5px;
    background-color: navajowhite;
    border: 0px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;    
}

div#spieltag {
    margin-left: 12px;
    margin-bottom: 12px;
    width: 600px;
    background-color: lightyellow;
    padding: 8px;
    float: none;
    opacity: 0.8;
    border-radius: 6px;
}

    div#spieltag table {
        width: 100%;
        font-size: 22px;
        line-height: 1.4;
    }

    div#spieltag td {
        padding: 2px 6px; 
        text-align: center;
    }

div#spieltag_mobil {
     display: none;
     margin-left: 6px;
     width: 500px;
     background-color: lightyellow;
     padding: 8px;
     float: none;
     opacity: 0.8;
     border-radius: 6px;
}    

div#tabelle {
    margin-top: 10px;
    margin-left: 12px;
    width: 600px;
    background-color: #aaffff;
    padding: 8px;
    float: none;
    opacity: 0.9;
    border-radius: 6px 6px 0px 0px;
}

.tendenz {
    text-align: center;
}

    div#tabelle table {
        width: 100%;
        font-size: 22px;
        line-height: 1.4;
    }

    div#tabelle td {
        padding: 2px 6px;
        text-align: center;
    }

div#kommentare {
    margin-top: 4px;
    margin-left: 12px;
    width: 592px;
    height: 1140px;
    padding: 8px;
    opacity: 0.9;
    overflow-y: scroll;
    overflow-x: hidden;
}

div#footer {
    font-weight: bold;
    font-size: 16px;
    /*background-color: antiquewhite;*/
    clear: left;
    width: 640px;
    text-align: right;
    color: black;
}

    div#footer a {
        text-decoration: none;
        color: black;
    }

div#kommentareingabe {
    color: black;
    font-size: 16px;
    font-family: Arial,sans-serif;
    margin-top: 20px;
    margin-left: 12px;
}

div#kommentareingabe textarea{
    width: 60%;
    height: 240px;
    font-size: 16px;
}

div#kommentareingabe input {
    font-size: 16px;
    padding: 6px;
}


.absenden {
    background-color: lightgreen;
    padding: 8px;
    font-size: 16px;
}


div#buttonauswahl {
    background-color: white;
    padding: 8px;
    margin-left: 12px;
    width: 600px;
    border-radius: 0px 0px 6px 6px;
    font-size: 16px;
    margin-bottom: 12px;
}

div#buttonauswahl_mobil {
    display: none;
    background-color: white;
    padding: 8px;
    margin-left: 12px;
    width: 92%;
    border-radius: 0px 0px 6px 6px;
    font-size: 12px;
    margin-bottom: 12px;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        cursor: pointer; 
    }

    input[type="checkbox"]:not(:checked) + label::before {
        content: "";
        width: 44px;
        height: 19px;
        background-image: url("osna_gruen.png");
        background-size: 40px 19px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
    }

    input[type="checkbox"]:checked + label::before {
        content: "";
        width: 44px;
        height: 19px;
        background-image: url("osna_rot.png");
        background-size: 40px 19px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
    }

div#imprint {
    width: 550px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    float: none;
    background-color: floralwhite;
    opacity: 0.9;
    border-radius: 6px;
    line-height: 1.5;
}

.matomo {
    border: 0;
    height: auto;
    width: 94%;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

div#scatterplot {
	margin-top: 0px; 
	margin-left: 12px; 
	margin-bottom: 20px;
	width: 600px; 
	min-height: 320px; 
	background: white; 
	padding: 8px; 
	border-radius: 6px; 
	border-color: black; border-width: 0px; border-style: solid;
	text-align: center;
}













@media only screen and (max-width: 640px) {

    body {
        color: black;
        font-size: 20px;
        font-family: Arial,sans-serif;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }



div#header {
    position: fixed;
    width: 94%;
    padding: 12px;
    height: 70px;
    border: dashed 0px darkblue;
    float: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    opacity: 1.0;
    text-align: left;
    z-index: 5;
    }

div#navi {
    display: none;
    position: fixed; margin-top: 90px;
    padding: 12px 12px 12px 36px;
    width: 230px;
    float: none;
    background-color: white;
    z-index: 6;
}
div#navi a {text-decoration: none; color: gray; font-size: 20px;}
div#navi td img {height: 34px; display: block; margin: auto;}
div#navi table {line-height: 2.0;}

    div#inhalt {
        width: 100%;
        background-image: url("moinderby_bg_v3_b.jpg");
    }

    div#spalte1 {
        width: 100%;
        /*background-color: #b6ff00;*/
        float: none;
    }

    div#spalte2 {
        width: 100%;
        /*background-color: rgb(221,243,249);*/
        float: none;
        
    }

    button {
        margin-left: 0px;
        background-color: navajowhite;
        border: 0px;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
    }

    div#spieltag {
        display: none;
    }

    div#spieltag_mobil {
        display: block;
        margin-top: -30px;
        margin-left: 6px;
        margin-bottom: 12px;
        width: 92%;
        background-color: lightyellow;
        padding: 8px;
        float: none;
        opacity: 0.8;
        border-radius: 6px;
    }

        div#spieltag_mobil table {
            width: 100%;
            font-size: 20px;
            line-height: 1.4;
        }

        div#spieltag_mobil td {
            padding: 2px 6px;
            text-align: center;
        }

    div#tabelle {
        margin-top: 106px;
        margin-left: 6px;
        width: 92%;
        background-color: #aaffff;
        padding: 8px;
        float: none;
        opacity: 0.9;
        border-radius: 6px 6px 0px 0px;
    }

    .tendenz {
        display: none;
    }

        div#tabelle table {
            width: 100%;
            font-size: 20px;
            line-height: 1.4;
        }

        div#tabelle td {
            padding: 2px 6px;
            text-align: center;
        }

    div#kommentare {
       margin-top: 4px;
       margin-left: 0px;
       margin-bottom: 20px;
       width: 94%;
       max-height: 400px;
       /*background-color: red;*/
       padding: 8px;
       opacity: 0.9;
       overflow-y: scroll;
       overflow-x: hidden;
   }

    div#footer {
        font-weight: bold;
        font-size: 16px;
        /*background-color: antiquewhite;*/
        clear: left;
        width: 94%;
        text-align: right;
        color: black;
    }

    div#footer a {
        text-decoration: none;
        color: black;
    }


    div#kommentareingabe {
        color: black;
        font-size: 16px;
        font-family: Arial,sans-serif;
        margin-top: 20px;
        margin-left: 12px;
    }
    
    div#kommentareingabe textarea{
        width: 90%;
        height: 240px;
        font-size: 16px;
    }

    div#kommentareingabe input {
        font-size: 16px;
        padding: 6px;
    }

    .absenden {
        background-color: lightgreen;
        padding: 8px;
        font-size: 16px;
    }

    div#buttonauswahl {
        display: none;
        background-color: white;
        padding: 8px;
        margin-left: 6px;
        width: 92%;
        border-radius: 0px 0px 6px 6px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    div#buttonauswahl_mobil {
        display: block;
        background-color: white;
        padding: 18px 8px;
        margin-left: 6px;
        width: 92%;
        border-radius: 0px 0px 6px 6px;
        font-size: 16px;
        margin-bottom: 12px; margin-top: -20px;
    }


    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label {
            cursor: pointer;
        }

        input[type="checkbox"]:not(:checked) + label::before {
            content: "";
            width: 43px;
            height: 19px;
            background-image: url("osna_gruen.png");
            background-size: 40px 19px;
            background-repeat: no-repeat;
            display: inline-block;
            margin-left: 2px;
            vertical-align: middle;
        }

        input[type="checkbox"]:checked + label::before {
            content: "";
            width: 43px;
            height: 19px;
            background-image: url("osna_rot.png");
            background-size: 40px 19px;
            background-repeat: no-repeat;
            display: inline-block;
            margin-left: 2px;
            vertical-align: middle;
        }

    div#imprint {
        width: 92%;
        margin-left: 6px;
        margin-top: 110px;
        margin-bottom: 12px;
        padding: 10px;
        float: none;
        background-color: floralwhite;
        opacity: 0.9;
        border-radius: 6px;
        line-height: 1.5;
    }

    .matomo {
        border: 0;
        height: auto;
        width: 94%;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }
  
  div#scatterplot {
	margin-top: -30px; 
	margin-left: 6px; 
	margin-bottom: 44px;
	width: 92%; 
	min-height: 320px; 
	background: white; 
	padding: 8px; 
	border-radius: 6px; 
	border-color: black; border-width: 0px; border-style: solid;
	text-align: center;
}



}


