/* ============================== */
/* === Powered by locomputing === */
/* ============================== */


.add-wrap[data-title]:hover:after {
    content: attr(data-title);
    background-color: black;
    color: white;
    font-size: 40%;
    position: absolute;
    padding: .25em .5em;
    bottom: -2em;
    left: .25em;
    border: .02em solid #111111;
	border-radius: .5em;
    z-index: 99999;
    opacity: 0;
    animation: addTooltip 2s forwards;
}
.add-wrap:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: .35em solid black;
  border-left: .35em solid transparent;
  border-right: .35em solid transparent;
  opacity: 0;
  left: calc(1em + ((1vw - 0.1em) * 0.1));
  bottom: -.3em;
  z-index: 99999;
  animation: addTooltip 2s forwards;
}

@keyframes addTooltip {
  0% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}
.add-wrap[data-title] {
    position: relative;
}



.adformpfl {	
font-size:70%;
text-align: left;
font-weight:bold;
background: #f2f2f2;
border-top:1px solid silver;
border-bottom:1px solid silver;
margin: 0;
padding: .15em calc(.25em + ((.25vw - 0.1em) * 0.1));
cursor: default;
}


.selekt {
font-size: 75%;
padding: calc(.1em + ((.1vw - 0.1em) * 1)) calc(.3em + ((.3vw - 0.1em) * 1));
margin: .15em .75em;
}




input.adform-control {
width: 100%;
padding: calc(.15em + ((.15vw - 0.1em) * 1));
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}


textarea.adform-control {
width: 100%;
min-height: calc(15em + ((15vw - 0.1em) * 1));
padding: calc(.15em + ((.15vw - 0.1em) * 1));
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
textarea.adform-control {
resize: vertical;
}

textarea.adform-controlb {
width: 100%;
min-height: calc(5em + ((5vw - 0.1em) * 1));
padding: calc(.15em + ((.15vw - 0.1em) * 1));
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
textarea.adform-controlb {
resize: vertical;
}

.topmenu {
margin: 0;
background: sienna linear-gradient(90deg, #ffffff, #f4e8ac 10%, #f4e8ac 90%, #ffffff);
padding:.15em 0 .15em .25em;
font-size: 65%;
border-bottom:1px solid gray;
}
.topmenu a {
text-decoration: none;
}
.topmenu a:hover {
text-decoration: underline;
}

#add fieldset {
margin: .5em 0 .25em 0;
border: none;
max-width: 98%;
border: 2px solid gainsboro;
}
#add fieldset legend {
font-size: 80%;
padding-left: 1em;
padding-right: 1em;
}

label span.red {
color: red;
font-weight: bold;
}

#add .form-control {
color: black;
outline: none;
border: thin solid gray;
font-family: Helvetica, Arial, sans-serif;
font-size: 90%;
background: white;
padding: 2px 3px 2px 5px;
margin:0 0 5px 0;
width: 100%;
border-radius: 4px;
}

.nodec {
text-decoration: none;
}
.nodec:hover {
color:green;
}

.nodek {
text-decoration: none;
font-size: 150%;
font-weight: bold;
}







.adform-cont {
width: 49%;
padding: calc(.15em + ((.15vw - 0.1em) * 1));
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
.adform-conte {
width: 49%;
padding: calc(.15em + ((.15vw - 0.1em) * 1));
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
.adform-cont:hover {
cursor: default;
}
.adform-conte:hover {
cursor: default;
}
.adform-conte:focus {
cursor: not-allowed;
caret-color: transparent;
}








.tabletop { 
   display: table;
   width: 100%;
   font-size: 65%;
   border: .1em solid gray;
   border-spacing: 0;
   margin: .5em 0 0 0;
}
.tabletop-row {
display: table-row; 
}
.tabletop-cell {
display: table-cell; 
width: 50%;
border: .05em solid lightgray;
padding: .5em .25em;
}

.topadd {
margin: 0;
padding:.05em 0 .05em 0;
text-align: center;
font-size: 60%;
border-bottom: 1px solid silver;
}


.topmenuad {
margin: 0;
padding:.15em 0 .15em .25em;
font-size: 70%;
}
.topmenuad a {
text-decoration: none;
}
.topmenuad a:hover {
text-decoration: underline;
}
.topmenuadd {
margin: 0;
padding:.15em 0 .15em .25em;
font-size: 70%;
border-bottom: 1px solid silver;
}
.topmenuadd a {
text-decoration: none;
}
.topmenuadd a:hover {
text-decoration: underline;
}


.topmenuphp {
margin: 0 0 2px 0;
padding:.15em 0 .15em .25em;
font-size: 70%;
border:1px solid gray;
color: black;
}


.table { 
   display: table;
   width: 100%;
   font-size: 65%;
   margin: .5em 0 0 0;
}
.table-row {
display: table-row; 
}
.table-cell {
display: table-cell; 
border: .05em solid lightgray;
padding: .5em .25em;
}

.table-caption {
display: table-caption; 
border: .1em solid gray;
padding: .15em .25em;
}
.table-column-group {
display: table-column-group; 
padding: .15em .25em;
background: aqua;
}

.kurz {
width: 2em;
text-align: center;
}

.kurze {
font-size: 80%;
}

#kopfle {
width: 100%;
padding: .25em;
border: .05em solid #333333;
}	








.tables { 
   display: table;
   width: 100%;
   font-size: 60%;
   margin: .5em 0 0 0;
   border-spacing:0;
}

.tables tr.big {
font-weight: bold;
}

.tables td {
width: auto;
text-align: left;
padding: 0 .5em;
border: .1em solid lightgray;
}

.tables th span {
font-weight: normal;
font-style: italic;
}

.tables .kurz {
width: 2em;
text-align: center;
}
.tables .halbkurz {
width: 4em;
font-size: 60%;
}


.tabletops { 
   display: table;
   width: 100%;
   font-size: 55%;
   margin: 0;
   border-spacing:0;
   border: .1em solid black;
}
.tabletops tr {
padding: .5em .25em;
}
.tabletops tr.big {
font-weight: bold;
}
.tabletops .kurz {
width: 2em;
text-align: center;
}
.tabletops td {
border: .05em solid lightgray;
padding: .2em .5em;
}




.adtopline a {
 text-decoration: none;	
}
.adtopline a:hover {
text-decoration: underline;	
color: green;
}

.adtopline {
 font-size: 70%;
 font-weight: bold;
 width: 100%;  
 position: relative;
background: sienna linear-gradient(105deg, #cd999e 1%, gold 12% , gold 100%);
border-top: calc(.13em + ((.13vw - 0.15em) * 1)) solid silver;
border-bottom: calc(.12em + ((.12vw - 0.15em) * 1)) solid silver;
border-left: none;
-webkit-text-stroke: .0075em black;
border-right:none;
 color: blue;
 text-align: left;
 padding: calc(.1em + ((.1vw - 0.1em) * 1)) 0 calc(.1em + ((.1vw - 0.1em) * 1)) .75em; 
 cursor:default;
 margin: 0;
}
.adtopline:before {
content: ' ';
position: absolute;
background: linear-gradient(90deg,#888888,#dddddd,#000000);
clip-path: polygon(0 0%, 1px 100%, 22% 15%);
width: 3em;
height: 101%;
top: 0;
left: 0;
z-index: 10;
}







.readonli .adform-control:focus {
cursor: not-allowed;
caret-color: transparent;
}
.readonli .form-control:focus {
cursor: not-allowed;
caret-color: transparent;
}

.formtext {
background-color: #eeeeee;
font-size: 65%;
padding: .15em 0;
text-align: center;
border-bottom: solid .025em silver;
}


.adtable {
display: inline-table;
border: 2px solid #333333;
margin: 0 auto;
width: 100%;
font-size: 75%;
padding: 0;
border-collapse: collapse;
}
.adtr {
display: table-row;
}

.adth {
display: table-cell;
text-align: left;
border: 1px solid gray;
padding: .035em 0 .035em .25em;
}

.adtd {
display: table-cell;
border: 1px solid gray;
padding: .035em 0 .035em .25em;
}

.abtd {
display: table-cell;
border: 1px solid gray;
padding: .035em 0 .035em .25em;
line-height: 1.95;
text-shadow: 0 -1px black, 0px 1px black,1px 0px black, -1px 0px black;
}

.adbutt {
display: inline;
padding: 3px 10px;
margin: 10px auto 5px auto;
text-align: center;
cursor: pointer;
text-decoration: none;
text-shadow: 0 -1px black, 0px 1px black,1px 0px black, -1px 0px black;
}
.adbutt .button-blue {
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
max-width: 15em;
width: 90%;
font-size: 75%;
padding: 0 .25em;
color: white;
background-color: #337ab7;
border-color: #122b40;
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
.adbutt .button-blue:hover {
background: white;
background-color: #286090;
border-color: #204d74;
}
.adbutt .button-red {
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
max-width: 15em;
width: 90%;
font-size: 75%;
padding: 0 .1em;
color: white;
background-color: #d9534f;
border-color: #761c19;
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));
}
.adbutt .button-red:hover {
background: white;
background-color: #c9302c;
border-color: #ac2925;
}

@media screen and (min-width: 40em) {
.adbutt {
width: auto;
padding: 0;
margin: 10px auto 5px auto;
text-align: center;
cursor: pointer;
text-decoration: none;
}
.adbutt .button-blue {
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
text-align: center;
min-width: 12em;
font-size: 75%;
padding:calc(.15em + ((.15vw - 0.1em) * 0.1)) 1em;
color: white;
background-color: #337ab7;
border-color: #122b40;
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));

}
.adbutt .button-blue:hover {
background: white;
background-color: #286090;
border-color: #204d74;
}
.adbutt .button-red {
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
text-align: center;
min-width: 12em;
font-size: 75%;
padding:calc(.15em + ((.15vw - 0.1em) * 0.1)) 1em;
color: white;
background-color: #d9534f;
border-color: #761c19;
border-radius: calc(.2em + ((.2vw - 0.1em) * 1));

}
.adbutt .button-red:hover {
background: white;
background-color: #c9302c;
border-color: #ac2925;
}
}














