/* ---------------- */
/* amoto_intern.css */
/* ---------------- */

.menu_intern {
    display:flex;
    justify-content: center;
}

/* Button */
.btn_intern {
    position: relative;
    padding: 5px 8px;
    margin: 0 0 0 10px;
    right: 10px;
    border-radius: 4px;
    border: solid #3689B2 1px;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #f8f8f8;
    color: rgb(100, 100, 100);
}
.btn_intern:hover {
    background: #FFFFFF;
    border: solid   #333333 1px;
    text-decoration: none;
    color: black;
}  

.btn_intern_aktiv {
    position: relative;
    padding: 2px 8px;
    margin: 0 0 0 10px;
    right: 10px;
    border-radius: 4px;
    border: solid #3689B2 3px;
    text-decoration: none;
    font-size: 1.2em;
    background-color: white;
    color: rgb(100, 100, 100);
}

.btn_abc {
    position: relative;
    padding: 1px 2px;
    margin: 0 0 0 5px;
    min-width: 15px;
    min-height: 20px;
    border-radius: 3px;
    border: solid #3689B2 1px;
    text-decoration: none;
    font-size: 1em;
    background-color: #f8f8f8;
    color: rgb(100, 100, 100);
}
.btn_abc:hover {
    background-color: #555555;
    border: solid #333333 1px;
    text-decoration: none;
    color:white;
}  

.btn_abc_aktiv {
    position: relative;
    padding: 1px 3px;
    margin: 0 0 0 5px;
    min-width: 15px;
    min-height: 20px;
    border-radius: 2px;
    border: solid #3689B2 3px;
    text-decoration: none;
    font-size: 1em;
    background-color: #f8f8f8;
    color: rgb(100, 100, 100);
}

.btn_lernen {
    position: relative;
    padding: 5px 8px;
    margin: 20px 0 0 10px;
    right: 10px;
    border-radius: 4px;
    border: solid #3689B2 1px;
    text-decoration: none;
    font-size: 1em;
    background-color: rgb(248, 248, 181);
    color: rgb(100, 100, 100);
}
.btn_lernen:hover {
    background: rgb(68, 74, 105);
    text-decoration: none;
    color: white;
}  

.anz_lernen {
    position: relative;
    padding: 5px 8px;
    margin: 0 0 0 10px;
    right: 10px;
    border-radius: 4px;
    border: solid #3689B2 1px;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #f8f8f8;
    color: rgb(100, 100, 100);
}

/* --- Übersicht --- */
.ueber_bereich {
    position: relative;
    padding: 10px;
    margin-left: 20px;
    margin-top: 15px;
    border-radius: 4px;
    border: solid #3689B2 1px;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #f8f8f8;
    color: rgb(100, 100, 100);
    width: 90%;
}


.form_englisch {
    position: relative;
    left: 10px;
}

.abc_filter {
    position: relative;
    left: 20px;
    font-size: 1.2em;
}

/* Wort Eingabe neu/ändern */
#input_eng_art {
    left:   47px;
    height: 40px;
    width: 230px;
    border: solid darkgoldenrod 2px;
}

#input_eng_wort {
    left:   27px;
    height: 30px;
    width: 500px;
    border: solid darkgoldenrod 2px;
}
#input_eng_bsp_satz {
    position: relative;
    left:   0px;
    height: 65px;
    width: 730px;
}

#input_eng_de_wort {
    position: relative;
    left:   3px;
    height: 30px;
    width: 500px;
    border: solid darkgoldenrod 2px;
}
#input_eng_bsp_de_satz {
    position: relative;
    left:   0px;
    height: 65px;
    width: 730px;
}

/* Wort lernen */
.lernen {
    background-color: rgb(248, 248, 233);
    width: 600px;
    padding: 20px;
    margin: 20px;
    border-radius: 4px;
    border: solid #3689B2 2px;
}


/* Tabelle */

div.tableContainer {
	clear: both;
	border: 0px solid silver;
	height: 325px;
	overflow: auto;
	width: 630px;
	font-size: 1.2em;
    margin-left: 20px;
}

html>body div.tableContainer {
	overflow: hidden;
}

html>body div.tableContainer table {
	width: 630px;
	border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* Tabellenkopf */
thead.fixedHeader tr {
	position: relative;
	display: block;
}

thead.fixedHeader th {
	background: rgba(96, 154, 161, 0.1);
	font-weight: 600;
	padding: 3px 4px;
	text-align: left;
}

/* Tabelleninhalt */

html>body tbody.scrollContent {
	display: block;
	height: 238px;
	overflow: auto;
	width: 100%;
}

tbody.scrollContent tr:hover  {
	cursor:pointer;
 	}

/* TD elements pretty. Provide alternating classes for striping the table */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	border-bottom: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 4px 4px;
}

/* TH elements | Gruppe: */
html>body thead.fixedHeader th {
	width: 50px;
}
html>body thead.fixedHeader th + th {
	width: 272px;
}
html>body thead.fixedHeader th + th + th {
	width: 272px;
}

/* TD elements | Gruppe:  */
html>body tbody.scrollContent td {
	width: 50px;
}
html>body tbody.scrollContent td + td  {
	width: 272px;
}
html>body tbody.scrollContent td + td + td {
	width: 272px;
}

.link_in_tabelle {
    background-color: white;
    border-radius: 2px;
    border: 1px solid silver;
}

.link_in_tabelle a:link, .link_in_tabelle a:visited {
    color: rgb(150, 150, 150);
}
.link_in_tabelle a:hover {
    color: black;
}




/* ---------------------------------------------------------------------- */
/* --- MEDIA Handy | landscape ------------------------------------------ */
/* ---------------------------------------------------------------------- */

@media (max-width: 1360px) {

    form {
        padding: 0;
        margin: 2px 0 0 0;
    }
    input, select, textarea {
        font-size: 0.9em;
        border-radius: 2px;
        padding: 3px 6px;
        height: 25px;
        margin: 5px;
    }	
    form label { 
        font-size: 0.9em;
        margin: 5px;
    }

    /* Button */
    .btn_intern {
        padding: 3px 5px;
        margin: 0 0 0 10px;
        font-size: 0.9em;
    }

    .btn_intern_aktiv {
        padding: 2px 8px;
        margin: 0 0 0 10px;
        font-size: 0.9em;
    }

    .btn_abc {
        padding: 1px 1px;
        margin: 0 0 0 0px;
        min-width: 12px;
        min-height: 20px;
        font-size: 0.8em;
    }

    .btn_abc_aktiv {
        padding: 1px 1px;
        margin: 0 0 0 0px;
        min-width: 12px;
        min-height: 20px;
        border-radius: 2px;
        font-size: 0.8em;
    }

    .btn_lernen {
        padding: 4px;
        margin: 10px 0 0 10px;
        font-size: 0.9em;
    }

    .anz_lernen {
        font-size: 1em;
    }

    /* --- Übersicht --- */
    .ueber_bereich {
        font-size: 1em;
    }

    .abc_filter {
        left: 20px;
        font-size: 1.2em;
    }

    /* Wort Eingabe neu/ändern */
    #input_eng_art {
        left:   47px;
        height: 40px;
        width: 220px;
    }

    #input_eng_wort {
        left:   27px;
        height: 30px;
        width: 490px;
    }
    #input_eng_bsp_satz {
        left:   0px;
        height: 65px;
        width: 500px;
    }

    #input_eng_de_wort {
        left:   0px;
        height: 30px;
        width: 490px;
    }
    #input_eng_bsp_de_satz {
        left:   0px;
        height: 65px;
        width: 500px;
    }

    /* Wort lernen */
    .lernen {
        width: 470px;
    }

    /* Tabelle */

    div.tableContainer {
        width: 530px;
        font-size: 0.9em;
    }


    html>body div.tableContainer table {
        width: 530px;
    }

    /* Tabelleninhalt */

    /* TH elements | Gruppe: */
    html>body thead.fixedHeader th {
        width: 36px;
    }
    html>body thead.fixedHeader th + th {
        width: 229px;
    }
    html>body thead.fixedHeader th + th + th {
        width: 229px;
    }

    /* TD elements | Gruppe:  */
    html>body tbody.scrollContent td {
        width: 36px;
    }
    html>body tbody.scrollContent td + td  {
        width: 229px;
    }
    html>body tbody.scrollContent td + td + td {
        width: 229px;
    }

}


/* --------------------------------------------------------------------- */
/* --- MEDIA Handy | hochkant ------------------------------------------ */
/* --------------------------------------------------------------------- */

@media (max-width: 610px) {

    .form_englisch {
        position: relative;
        left: -10px;
    }

    /* Button */
    .btn_intern {
        padding: 1px 2px;
        margin: 0 0 0 10px;
        font-size: 0.8em;
    }

    .btn_intern_aktiv {
        padding: 1px 2px;
        margin: 0 0 0 10px;
        font-size: 0.8em;
    }

    .btn_abc {
        padding: 1px 1px;
        margin: 0 0 0 1px;
        min-width: 12px;
        min-height: 16px;
        font-size: 0.8em;
    }

    .btn_abc_aktiv {
        padding: 1px 1px;
        margin: 0 0 0 0px;
        min-width: 12px;
        min-height: 20px;
        font-size: 0.8em;
    }

    /* --- Übersicht --- */
    .ueber_bereich {
        margin-left: 5px;
        margin-top: 15px;
        font-size: 0.7em;
    }

    .abc_filter {
        left: 0px;
        font-size: 1em;
    }

    .btn_lernen {
        padding: 4px;
        margin: 0 0 0 10px;
        font-size: 0.8em;
    }

    .anz_lernen {
        font-size: 0.9em;
    }

    /* Wort Eingabe neu/ändern */
    #input_eng_art {
        left:   47px;
        height: 30px;
        width: 120px;
    }

    #input_eng_wort {
        left:   27px;
        height: 20px;
        width: 250px;
    }
    #input_eng_bsp_satz {
        left:   0px;
        height: 65px;
        width: 270px;
    }

    #input_eng_de_wort {
        left:   0px;
        height: 20px;
        width: 250px;
    }
    #input_eng_bsp_de_satz {
        left:   0px;
        height: 65px;
        width: 270px;
    }

    /* Wort lernen */
    .lernen {
        margin: 0px;
        padding: 10px;
        width: 265px;
    }    

    /* Tabelle */

    div.tableContainer {
        width: 310px;
        font-size: 0.6em;
        margin-left: -10px;
    }

    html>body div.tableContainer table {
        width: 310px;
    }

    /* Tabelleninhalt */

    /* TH elements | Gruppe: */
    html>body thead.fixedHeader th {
        width: 20px;
    }
    html>body thead.fixedHeader th + th {
        width: 127px;
    }
    html>body thead.fixedHeader th + th + th {
        width: 127px;
    }

    /* TD elements | Gruppe:  */
    html>body tbody.scrollContent td {
        width: 20px;
    }
    html>body tbody.scrollContent td + td  {
        width: 127px;
    }
    html>body tbody.scrollContent td + td + td {
        width: 127px;
    }


}
