@font-face {
 font-family: 'creditvalley'; /* Gew�nschter Name */
 src: url('../font/CREDITVA.TTF') 
           format('truetype');
         /* f�r Safari, Android, iOS */
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  font-family: 'creditvalley', Arial, Helvetica, sans-serif; 
}

a {
    text-decoration: none;
    color: inherit;
}
.datei {
    font-style: italic;
    background-color: #EDE2D3;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    margin: 0.2em 0;
}

.datei::before {
    content: url(/css/images/link16.png) " ";
}

u {
  text-decoration: none;
  font-weight: bold;
}

#line_header {
    background-image: url(/img/menuline_red_03.gif);
    height: 41px;
    margin-bottom: 60px;
}
#logo {
    padding-top: 10px;
    text-align: center;
    position: relative;
    height: 120px;
}
#logo img {
    height: 200px;
}

ul {
    list-style-type: none;
}

#main_box {
  background-image: url(/img/bg.jpg);
  padding-bottom: 1em;
  position:relative;
  width: fit-content;
  min-height: 100%;
}

#content {
    margin: 0em auto 2em auto;
    width:95%;
    text-align: center;
    padding: 1em;    
}

.table {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.spacer {
    height: .2em;
}

#settings_button {
    text-align: right;
    position: absolute;
    right: 1em;
    top: 1em;
}

#settings_button img {
    width: 2.5em;
    height: 2.5em;
}

#install {
    text-align: right;
    position: absolute;
    left: 1em;
    top: 1em;
}

#settings {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    text-align: center;
    background-color: #d7c09e;
    width:fit-content;
    padding: 0 1.5em;
    z-index:99;
}

.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background-color:#d7c09e !important}
.ui-dialog-titlebar, .ui-button { background-color: #d1b791 !important}
.ui-dialog-titlebar-close { width: 2em !important; height: 2em !important; top: 25% !important;}

#blur {
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 98;
}

#settings .table {
    text-align: left;
    background-color: #d7c09e;
}

#settings ul {
    vertical-align: middle;
}

@media screen and (min-width: 1000px) {

  html {
    font-size:20px;
  }

  #main_box {
    background-image: url(/img/bg.jpg);
    margin: 2em auto;
    font-size: 1em;
    box-shadow: 0px 0px 0px 5px #5c4f3c, inset 0px 10px 27px -8px #141414, 0px 0px 4px 8px rgba(255,202,163,0.2);
    min-width: 80%;
  }
  
  .duplikat {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  
  #main_box {
    margin: 0 auto;  
    font-size: 0.6em;
    min-width: 100%;
  }
}

h1 {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
}

form {
    width: 100%;
}

.radiobox {
    width: 10px;
}

#settings_close {
    margin: 0 auto 1em auto;
    padding: 0.5em;
    border: solid;
    border-color: #5c4f3c; 
    width: 90%;
    display: table;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    font-size: 1em;
}

#navigation{
    
}

#navigation li{
    display: inline;
    border: solid 1px #222222;
    padding: 0.2em;
    background-color: #d7c09e;
    
}

#inhalt table.main_table {
    margin: 0 auto 2em auto;
}

.zeile_formular {
    display: table-row;
    margin: 0.5em 1em;
    height: 2.5em;
    background-color: #d7c09e42;
}

.highlighted {
    font-weight: bold;
    background-color: #d7c09e;
}

.unterformular {
    margin-left: 1em;
}

.kategorie_titel {
    margin: 1em auto 0 auto;    
    text-align: left;
    font-size: 0.8em;
}

.kategorie_untertitel {
    margin: 0 auto 0.2em auto;    
    text-align: left;
    font-size: 1em;
    text-shadow: rgba(17, 17, 26, 0.1) 0px 5px 5px, rgba(17, 17, 26, 0.1) 0px 10px 10px;
}

.kategorie {
    margin: 0 auto 1em auto;
    padding: 0.5em;
    border: solid;
    border-color: #5c4f3c; 
    width: 100%;
    display: table;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 5px 5px, rgba(17, 17, 26, 0.1) 0px 10px 10px;
    font-size: 1em;
}

.spalte{
    padding:0.2em;
    display:table-cell !important;
    vertical-align: middle;
  }

.linksbuendig {
    text-align: left;
}

#map {
    height: 20em;
    min-width: 20em;
}

.zentriert {
    text-align:center;
}

input, select {
    height: 1.3em;
}

input, select, textarea {
    font-size:1.1em;
}

.spalte input[type="text"]{
    width:100%;
  }
  
.spalte input[type="number"]{
    width:4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.spalte input[type="radio"]{
    width:1.5em;
    accent-color: #b4000a;
  }
  
.spalte input[type="checkbox"]{
    width:1.5em;
    accent-color: #b4000a;
  }
  
@media screen and (min-width: 1000px) {
  .two_column_box {
      margin: 0em auto 2em auto;
      width:90%;
  }
  .two_column_box .kategorie{
      width:100%;
  }
  .column_left{
      width: calc(50% - 1em);
      float: left;
      margin: 0 2em 0 0;
  }
  .column_right {
      width: calc(50% - 1em);
      float: right;
      height: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .column_right {
      margin-top: 1em;
  }
}

#formular_senden {
    text-align: center;
}

input[type="submit"] {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 2em;
    font-size: 1.5em;
    font-family: 'creditvalley', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
