﻿*, *::before, *::after {
    box-sizing: border-box;
    padding:0px;
    margin:0px;
    font-family: 'Open Sans'
}

 .custom-tooltip {
            position: absolute;
            background-color: yellow;
            color: black;
            text-align: center;
            border-radius: 5px;
            padding: 5px;
            z-index: 1;
            display: none;
            pointer-events: none;
            max-width: 250px;
            white-space: normal;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }
        .tooltip-icon {
            cursor: pointer;
            margin-left: 10px;
            margin-right: 10px;
            vertical-align: middle;
            font-weight: bold;
            color: blue;
            display: none; /* Standardmäßig ausgeblendet */
        }
      

.usb {
    display: none;
}

.bildSchoen {
}
hr, .abstandsHr {
    margin-top:10px;
    margin-bottom:30px;
    display:block;
}
.bild {
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.71);
}
.spalte50 {
    font-size: 20px;
    color: #606060;
    margin-bottom:20px;
    line-height:25px;
    display:inline-block;
    width:49%;
    vertical-align:top;
    padding:10px;
}
    .spalte, .spalte50 img {
        max-width: 100%;
    }
#hamburger {
    font-size: 34px;
    font-weight: bold;
    cursor:pointer;
    display:none;
    margin-bottom:0px;
}
div {
    line-height: 1.5em;
}
html, body {
    height:101%;
}
.link {
    color: blue;
    text-decoration: none;
}
.versandlink {
    color: blue;
    text-decoration: none;
    font-size:14px;
}
.fs10 {
    font-size: 10px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs15 {
    font-size: 15px!important;
}

.nodeco, .noDeco {
    text-decoration: none;
}
.zitat {
    background-color:#FFF5EC;
    border-radius:15px;
    border:1px solid gray;
    padding:10px;
    font-size:20px;
    max-width:700px;
    margin-left:auto;margin-right:auto;
    text-align:center;
    margin-top:30px;
        margin-bottom:30px;
}
.zitat:first-letter{
    font-size:40px;
    color:maroon;
}
    .zitat img {
        float: right;
        max-height:100%;
    }

.sepia {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}

.schwarzweiss 
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.bildrahmen {
    border-radius: 10px;
    border: 1px solid gray;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.71);
}

.bildkasten {
    display: block;
    text-align: center;
}

    .bildkasten img {
    }

    .bildkasten span {
        display: block;
        text-align: center;
    }

.anime {
    animation: turner 4s infinite linear;
}

.grauskala {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.round20, .radius20 {
    border-radius: 20px;
}
.round10, .radius10 {
    border-radius: 10px;
}
.rahmen {
    border: 1px solid black;
}
.kastenHellgruen {
    background-color:#70ff7f;
    padding:10px;
    border:1px solid gray;
    margin-bottom:20px;
    font-size: 18px;
}
.kastenHellblau {
    background-color:#dbe7ff;
    padding:10px;
    border:1px solid gray;
    margin-bottom:20px;
    font-size: 18px;
}
.kastenGelb {
    background-color:yellow;
    padding:10px;
    border:1px solid gray;
    margin-bottom:20px;
    font-size: 18px;
}
.kastenGold {
    background-color:gold;
    padding:10px;
    border:1px solid gray;
    margin-bottom:20px;
    font-size: 18px;
}
.kastenRot {
    background-color:red;
    color:white;
    padding:10px;
    border:1px solid gray;
    margin-bottom:20px;
    font-size: 18px;
}
.radius15 {
    border-radius: 15px!important;
}
.radius5 {
    border-radius: 5px;
}
.radius50 {
    border-radius: 50px;
}
.border1 {
    border: 1px solid black;
}

.boxSchatten, .boxschatten {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
}
.nurHandy, .nurhandy, .nurHandyTd {
    display: none;
}
h1, h2, h3, h4 {
    margin-bottom: 20px!important;
}
h1 {
    font-size: 28px!important;
}
h2 {
    font-size: 22px!important;
}

h3 {
    font-size: 20px!important;
}
h4 {
    font-size: 16px!important;
}

.f10 {
    font-size: 10px;
}
.f13 {
    font-size: 13px;
}
.f15 {
    font-size: 15px;
}
.fdivs>div, .fDivs>div {
    float:left;
}
.flex {
            display: flex;
            justify-content:space-around;
            flex-wrap:wrap;
            width:100%;
        font-size:15px;
          row-gap: 10px

}

    .flex div {
        margin: 5px;
        border: 1px solid gray;
    }

.flex3 {
            display: flex;
            justify-content:space-around;
            flex-wrap:wrap;
            width:100%;
        font-size:15px;
          row-gap: 10px;
          align-items:flex-start

}




.flex2 {
            display: flex;
            justify-content:center;
            align-items:stretch;
            flex-wrap:wrap;
            column-gap: 12px;
            column-gap: 20px 20px
}

    .flex2>div {
        
             
    }

.noDesktopIB {
    display:none;
}
.nowrap {
    white-space: nowrap;
}
.clear {
    clear: both!important;
}
p {
    font-family: "Trebuchet MS";
    display:flow-root;
    font-size: 17px;
    color: #5E5E5E;
    margin-bottom:20px;
    line-height:25px;

}

    p a {
        color: #0042f1;
        font-weight: bold;
    }

p img {
    max-width: 100%!important;
    height:auto!important
}
.fett {
    font-weight: bold;
}
.bl1 {
    border-left: 1px solid gray;
}
.btn, .btnrot, .btnRot, .btnGruen, .btngruen, .btnGold, .btngold, .btnBlau, .button, #hamburger {
        -webkit-appearance: none;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    margin: 0px;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: 15px!important;
    color: white;
    font-weight: bold;
    background-color: #006fc0;
    text-align: center;
    transition: all 0.2s;
    outline: none;
    border-radius:5px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.btn:hover, .btnRot:hover, .btnGruen:hover, .btnGold:hover, .btngold:hover, .btnBlau:hover { 

     background-color: greenyellow;
     color:black!important;

}

.blocksatz {
    text-align: justify;
}

.btnblau, .btnBlau {
    background-color:#0c84ff;
    color:white;
}
.btnGold, .btngold {
    background-color:#fff423!important;
    color:#424242;
}
.btnRot, .btnrot, #hamburger {
    background-color:#c31b1c;
    color:#fff;
}
.btnGruen {
    background-color: greenyellow;
    color:#424242;
}
.fehlerausgabe {
    margin-top:10px;
    margin-bottom:10px;
    font-size:14pt;
    font-weight: bold;
    padding:10px;
    background-color: red;
    color: white!important;
    border:1px solid black;

}

    .fehlerausgabe ul {
        color: white!important;
    }
.fehlerausgabeOkay {
    margin-top:10px;
    margin-bottom:10px;
    font-size:14pt;
    font-weight: bold;
    padding:5px;
    padding:10px;
    background-color: greenyellow;
    color: #1a1a1a;
    border:1px solid black;
}
.fehlerausgabeOkay li
{
    margin-left:15px;
    color:black!important
}
.fehlerausgabe li
{
    margin-left:15px;
    color:white!important;
}
    .info {
        background-color: #fff152;
        color:#606060
        
    }
    .okay {
        background-color: #fff152;
        color:#606060
        
    }

    
    .hgRot {
        background-color: #ff0000;
        color: #ffffff;
    }
    .hgGelb {
        background-color: #fff542;
        color: #000000;
    }
.hgBlack {
    background-color: black!important;
}
.rot, .red {
    color: red!important;
    font-weight: bold;
    font-size:inherit!important
}
.blau, .blue {
    color: blue!important;
    font-weight: bold;
}
.gelb, .yellow {
    color: yellow!important;
    font-weight: bold;
}
.gold {
    color: gold!important;
    font-weight: bold;
}
.gruen, .green {
    color: green!important;
    font-weight: bold;
}
.weiss {
    color: white!important;
    font-weight: bold;
}
.anime {
    animation: turner 4s infinite linear;
}

.m10 {
    margin: 10px;
}
.pad3 {
    padding: 3px;
}
.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px!important;
}

   
.info {
    background-color:yellow;
    color:red;
    border-radius:10px;
    width:25px;
    display:inline-block;
    cursor:pointer;
}

.block {
    display: block;
}.iblock {
    display: inline-block;
}
.center {
    text-align: center!important;
}
.dcenter {
    margin-left:auto!important;
    margin-right:auto!important;
}

.right {
    text-align: right!important;
}
.left {
    text-align:left!important;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}

.p70 {
    width: 70%;
}
.mr5 {
    margin-right: 5px!important;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.p30 {width:29%}
.m20 {
    margin: 20px;
}
.mou30 {
    margin-top: 30px;
        margin-bottom: 30px;
}
.mou40 {
    margin-top: 40px;
        margin-bottom: 40px;
}
.mou50 {
    margin-top: 50px;
        margin-bottom: 50px;
}
.mt5 {
    margin-top: 5px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb5 {
    margin-bottom: 5px!important;
}.mb10 {
    margin-bottom: 10px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px;
}
.mb0 {
    margin-bottom: 0px!important;
}
.trenner {
    padding:20px;
    border-left:none;
    border-right:none;
}

.hgwhite {
    background-color: white;
}
.rot {
    color: red!important;
    font-weight: bold;
}

.blau {
    color: blue!important;
    font-weight: bold!important;
}
.mw100p, maxw100p, maxW100p {
    max-width: 100%!important;

}
.mw700, .mW700 {
    max-width: 700px!important;
    width:100%;
}
.mw750, .mW750 {
    max-width: 750px!important;
    width:100%;
}
.mw800, .mW800 {
    max-width: 800px!important;
    width:100%;
}
.mw650, .mW650 {
    max-width: 650px!important;
   width:100%;
}
.mw500, .mW500 {
    max-width: 500px!important;
   width:100%;
}
.mw350 {
    max-width: 350px!important;
    width:100%;
}
.mw450 {
    max-width: 450px!important;
   width:100%;
}
.mw250 {
    max-width: 250px!important;
    width:100%;
}
.mw150 {
    max-width: 150px!important;
    height: auto;
}
.mw200 {
    max-width: 200px!important;
    height: auto;
        width:100%;
}

.mw900 {
    max-width: 900px!important;
    height: auto;
        width:100%;
}

.mw1300 {
    max-width: 1300px!important;
    height: auto;
        width:100%;
}
.mw1200 {
    max-width: 1200px!important;
    height: auto;
        width:100%;
}

.w66p {
    width: 66%!important;
    max-width: 100%!important;
}
.w50p {
    width: 50%!important;
    max-width: 100%!important;
}
.w100p {
    width: 100%!important;
    max-width: 100%!important;
}.w50p {
    width: 49%!important;
}
.w48p {
    width: 48%!important;
}
.w100 {
    width: 100px!important;
}
.w150 {
    width: 150px!important;
}
.w180 {
    width: 180px!important;
}
.w200 {
    width: 200px!important;
}
.w250 {
    width: 250px!important;
}
.w300 {
    width: 300px!important;
}
.w500 {
    width: 500px!important;
}
.w700 {
    width: 700px!important;
}
.w40 {
    width: 40px!important;
}
.h40 {
    height: 40px;
}
.vat {
    vertical-align: top;
}
.pointer {
    cursor: pointer;
}

label, .label {
    font-size:20px;
    display: block;
    margin-top:10px;
    margin-bottom:10px;
}

.labelInline, .labelinline {
    font-size:20px;
    display: inline-block;
    margin-top:10px;
    width:50%;
    margin-bottom:10px;

}
input[type=text], input[type=date], input[type=password], input[type=number], select, textarea {
    font-size: 18px;
    border-radius: 5px;
    padding: 9px;
    border: 1px solid lightgray!important;
    outline: none;
    margin-bottom: 5px;
    margin-right:1px;
    color:#8d8d8d;
    background-color: #fafafa;
    width:100%;

}

.inputStd {
    padding: 2px!important;
    border: 1px solid lightgray!important;
    color: #000000!important;
    background-color: #ffffff!important;

}
input[type=color] {
    border-radius: 5px;
    padding: 2px;
    border: 1px solid lightgray;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right:1px
}

    input[type=text]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus {
    background-color:yellow;
        color:#1a1a1a
    }
       .weisserBereich {
    background-color: #ffffff;
    border: 1px solid gray;
    padding: 5px;
    color: #333333;
    font-size: 18px;
    margin: 3px;
    margin-bottom: 15px;
}

    .weisserBereich > h1, .weisserBereich > h2, .weisserBereich > h3 {
        background-color: #f2f2f2;
        color: #505050;
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid gray;
        font-size:24px;
    }

.gelberBereich {
    background-color: yellow;
    border: 1px solid gray;
    margin-bottom: 10px;
    padding: 5px;
    color: #333333;
    font-size: 18px;
}

    .gelberBereich > h1, .gelberBereich > h2 {
        margin-top: 0px;
        background-color: #4b4b4b;
        color: white;
        font-weight: bold;
    }

.blauerBereich {
    background-color: #ddf4ff;
    border: 1px solid gray;
    margin-bottom: 10px;
    padding: 10px;
    color: #333333;
    font-size: 18px;
}

    .blauerBereich > h1, .blauerBereich > h2 {
        margin-top: 0px;
        margin-bottom:10px;
        color: #006fff;
        font-weight: bold;
    }

.roterBereich {
    background-color: #FF0000;
    border: 1px solid gray;
    margin-bottom: 10px;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.gruenerBereich {
    background-color: greenyellow;
    border: 1px solid gray;
    margin-bottom: 10px;
    padding: 5px;
    color: #383838;
    font-weight: bold;
    font-size: 18px;
}

    .roterBereich a, .gruenerBereich a, .gelberBereich a, .schwarzerbereich a, .weisserBereich a, .blauerBereich a {
        text-decoration: none;
        color: blue;
    }
.tb {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

    .tb caption {
        padding: 10px;
        font-size: 18px;
        background-color: royalblue;
        /*background-image: linear-gradient(to bottom, #2560ae, #13417d);*/
        color: #fff;
    }

    .tb .thead, .tb th {
        color: #fff;
        height: 50px;
        background-color: #274ec4!important;
        border-bottom: 2px solid #000;
        border-top: none;
    }
    .tb tr:nth-child(even) {
        background: #eeeff1!important;
    }    .tb tr:nth-child(odd) {
        background: white;
    }

        .tb tr:hover, .tb tr:nth-child(even):hover {
            background-color: #d2d6db;
        }

    .tb td {
        vertical-align: top;
        border: 1px solid #AAA;
        padding: 10px;
        font-size: 15px;
        color: #2f2f2f;
        font-weight: 400;
        min-height: 40px;
    }

    .tb th {
        vertical-align: top!important;
        border: 1px solid #AAA;
        padding: 10px;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        min-height: 40px;
    }

       .tb1 {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
    .tb1 td {
        vertical-align: top;
        border: 1px solid #AAA;
        padding: 10px;
        font-size: 15px;
        color: #2f2f2f;
        font-weight: 400;
        min-height: 40px;
    }

.transparent {
    background-color: transparent!important;
}
    .tb0 {
    background-color: #FFF;
    text-align: left;
    border-collapse: collapse;
    border:none!important;
    width: 100%;
}
    .tb0 td {
        vertical-align: top!important;
        border:none!important;
        padding: 5px;
        font-size: 17px;
        color: #2f2f2f;
        font-weight: 400;
        min-height: 40px;
    }

    .tb0 th {
        vertical-align: top!important;
        border: 1px solid #AAA;
        padding: 10px;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        min-height: 40px;
    }

  .asGalerie {
   display: flex;
   flex-wrap: wrap;
     align-items:flex-start;
    justify-content: center;
    row-gap:10px;
    column-gap:5px;
  

}

 .asGalerie div
{
     display:flexbox;
    width: 260px;
    text-align:center;
    border: 1px solid lightgray;
    padding:5px;
    margin:0px;
}
    .asGalerie div .bildDiv {
        width: 95%;
        height: auto;
        border:none;
        vertical-align:bottom;
    }


 .asGalerie span, .asGalerie textarea {
	margin-top:10px;
	display:block;
    font-size:12px;
    line-height:16px;
    text-overflow:ellipsis;
 }

	.asGalerie div img {
	margin:3px;
    object-fit:contain;
    	width:auto;
	height:auto;
      max-width: 100%;
  max-height: 100%;
  object-position: center bottom;
  border-radius:5px;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.71);
  }


.galerieText
{
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #404040;
    display:block;
    line-height:22px;
}

 .asKarten {
   display: flex;
   flex-wrap: wrap;
   align-items:flex-start;
   justify-content:center

}

 .asKarten div
{
    width: 280px;

    text-align:center;
    border: 1px solid lightgray;
    padding:5px;
    margin:3px;
}
    .asKarten div .bildDiv {
        width: 95%;
        height: auto;
        border:none;
        vertical-align:bottom;
    }

 .asKarten span, .asKarten textarea {
	margin-top:10px;
	display:block;
    font-size:12px;
    line-height:16px;
 }

    .asKarten div img {
        margin: 3px;
        width: 250px;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.71);
    }


.KartenText
{
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #404040;
    display:block;
    line-height:22px;
}

.grid2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap:10px;
}
    .grid2 > div {
        padding:10px;
        border: 1px solid blue;
        display:inline-block;
    }
    .grid1 { border-spacing: 5px; border: 1px solid #8DAAC1; border-collapse: collapse}
.grid1 tr:nth-child(even) { background-color: white; }
.grid1 tr:nth-child(odd) { background-color: #E4E4E4; }

    .grid1 td
    {
        font-size: 14px;
        vertical-align:middle;
        padding:5px;
        border-color: #8DAAC1; border-style: solid; border-width: 1px; text-align: left}

.grid1 th { border-radius: 0px; border-color: #333333; padding: 10px!important; font-weight:bold;color:navy;background-color: #f0f0f0; text-align: left; }

.grid1 td a { color: #0033CC; }

    .grid1 caption {
                background-color: #f2f2f2;
        color: #505050;
        margin-top: 0px;
        margin-bottom:5px;
        padding: 2px;
        border-bottom:1px solid gray;
        font-size:20px;
        font-weight:bold;

    }

.grid1Leerzeile
{
	background-color: #D7EBFF;
}

ul, ol {
    margin-left: 40px;
}
li {
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .noTablet, .notablet {
        display: none;
    }
}
@media (max-width: 800px) {
.spalte50 {

    display:block;
    width:100%;
}

    .nurHandy {
        display: inline-block;
    }

    .nurHandyTd {
        display: table-cell;
    }

    .hide800 {
        display: none;
    }

    p {
        font-size: 20px!important;
    }

    .grid2 {
        grid-template-columns: 100%;
    }

        .grid2 > div {display:block
}
          #hamburger {
        display: block;
    }
}


@media (max-width: 500px) {
    .mobilBlock {
        display: block;
        float:none;
    }
    .btn, .btnrot, .btnRot, .btnGruen, .btngruen, .btnGold, .btngold, .btnBlau {
        padding: 10px;
    }
    .noDesktopIB {
        display: inline-block 
    }
    .nohandy, .noHandy {
        display: none!important;
    }
    .nurHandy, .nurhandy {
    display: initial;
}
     .asGalerie div
{
    

}
h1, h2, h3 {
    margin: 10px;
    margin-left:0px;
    color: #0064de;
    font-size:26px;
}

    p {
        font-size:16px;
    }

      .tb td {
        
        padding: 5px;
    }
  
}
