/* standard css for russisch.glawar.at */

body {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    margin: 0;
    padding: 0;
    max-width: var(--maxwidth);
    width: 90%;
}

.header {
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;
}

.header2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.printHeader {
    font-size: 0px;
}

.showNot {
    font-size: 0px;
}

.text {
    padding-bottom: 8px;
    width: 100%;
    max-width: 800px;
}

.marked {
    color: red;
    font-weight: bold;
}

.phonetic {
    font-size: 16px;
    color: green;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FDFB9A;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
}

.aTableInfo {
    text-decoration: none;
    background-color: #002fff;
    color: white;
}

.aNothing {
    text-decoration: none;
}


.aColored {
    text-decoration: none;
    color: #c30d00;
}

.inputInSidebar {
  padding: 8px 8px 4px 40px;
  text-decoration: none;
  font-size: 50px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a {
  padding: 8px 8px 4px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar .aindent {
  padding: 0px 8px 2px 40px;
  font-size: 14px;
}

.sidebar div {
  padding: 0px 8px 0px 10px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: var(--colorHorizontalMainBar);
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}


.block {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  background-color: #04AA6D;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.openbtn {
    position: fixed;
    height: var(--heightopenbtn);
    display: block;
    max-width: var(--maxwidth);
    width: 90%;
    font-size: 18px;
    cursor: pointer;
    background-color: var(--colorHorizontalMainBar);
    color: white;
    border: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
}

.openbtn:hover {
  background-color: var(--colorHorizontalMainBar);
}

.columnWidth50Percent {
    width: 50%;
}

.columnWidth33Percent {
    width: 33%;
}

.columnWidthVerb {
    width:80px;
}

.baseTable {
    width: 100%;
    max-width: 800px;
}


.infoTable td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
    text-align: left;
}

.infoTable th {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #002fff;
    color: white;
}

.infoTable tr:nth-child(even){background-color: #f2f2f2;}

.infoTable tr:hover {background-color: #ddd;}


.versionTable td {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 1px;
    vertical-align: top;
    text-align: left;
}

.versionTable th {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 1px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #5a5554;
    color: white;
}

.versionTable tr:nth-child(even){background-color: #f2f2f2;}

.versionTable tr:hover {background-color: #ddd;}


.grammarTable th, td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: middle;
    text-align: center;
}

.grammarTable th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #002fff;
    color: white;
}

.grammarTable tr:nth-child(even){background-color: #f2f2f2;}

.grammarTable tr:hover {background-color: #ddd;}

.alignLeft {
    text-align: left;
}

.alphabetTable th, td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
}

 .alphabetTable th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #002fff;
    color: white;
}

.alphabetTable tr:nth-child(even){background-color: #f2f2f2;}

.alphabetTable tr:hover {background-color: #ddd;}


.copyrightTable {
    font-size: 10px;
}

.copyrightTable td {
    border: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
}

.searchTable td {
    border: 0px;
    padding: 0px;
    vertical-align: top;
}


.contactTable {
    border: 0px;
    padding: 0px;
}

.contactTable td {
    border: 0px;
    padding: 0px;
    vertical-align: top;
}

.textareaContact, .inputContact {
  width: 96%;
}

.searchInput {
    width: 98%;
}

.buttonStyle {
  background-color : #999999;
  height : 25px;
}

.widthSearchButton {
    width : 80px;
}

.widthWord {
    width : 20px;
}

.hamburger {
    font-size: 22px;
}


.submenu {
    font-size: 16px;
}


.doNotPrintIFrame {
    width:100%;
    max-width: 800px;
    height:100px;
    border:none;
    overflow:hidden;
}



#main {
  transition: margin-left .5s;
  padding-top: var(--heightMain);
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  max-width: var(--maxwidthContent);
  width: 90%
}



#w3c2 {
  display : inline;
  height : 20px;
  width : 100px;
  top : 0px;
  left : 10px;
  position : relative; 
  /*border-width : 1px;  border-color : blue;  border-style : solid;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.phoneticMenu {
    font-size: 16px;
}


.openbtnAdditional {
    position: fixed;
    top: var(--heightopenbtn);
    border:       0px solid;
    padding-top:    0px;
    padding-left: var(--leftPaddingopenbtnAdditional);
    
    display: block;
    height: var(--heightopenbtnAdditional);
    max-width: var(--maxwidthContent);
    width: 90%;
    font-size: 18px;
    background-color: var(--colorHorizontalMainBar);
    color: white;
    text-align: left;
    vertical-align: top;
}