* {
    box-sizing: border-box;
}

.head-responsive {
    max-width: 1070px;
    width: 100%;
    display: block;
    margin: 0px auto;
    background-image: url('../../html/Kopfbild.jpg');
    height: auto;
    border: 2px solid silver;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    responsive;
}

.headerstatic {
    background-position: 0px 0px;
    height: 32px;
    background-image: url('../img/Balkenverlaufblau.gif');
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat;
    text-align: left;
    vertical-align: inherit;
    position: relative;
    width: 25%;
    responsive;
}

.headersuche {
    background-position: 0px 0px;
    height: 32px;
    background-image: url('../img/Balkenverlaufblau.gif');
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat;
    text-align: left;
    vertical-align: inherit;
    position: relative;
    width: 100%;
    display: inline-block;
    responsive;
}

.header {
    background-position: 0px 0px;
    background-color: white;
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    height: 32px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat;
    text-align: left;
    vertical-align: inherit;
    position: relative;
    display: inline-block;
    width: 170px;
    border-radius: 5px;
    responsive;
    margin-left: 5px;
}

.headerstaticBlau {
    background-position: 0px 0px;
    height: 32px;
    background-image: url('img/BalkenverlaufBlau.gif');
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat;
    text-align: left;
    vertical-align: inherit;
    position: relative;
}



/*.headeractive {
    background-position: 0px 0px;
    height: 32px;
    background-image: url('img/Balkenverlauf.gif');
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    background-repeat: repeat;
    text-align: left;
    vertical-align: inherit;
    position: relative;
    responsive;
}*/

.message_body {
    top: 0px;
    left: 0px;
    height: 0px;
    display: inline-block;
    /*background-color: #EBEBEB;*/
    background-color: white;
    overflow: hidden;
}

.message_body_notclose {
    top: 0px;
    left: 0px;
    height: auto;
    display: inline-block;
    background-color: #EBEBEB;
    overflow: hidden;
}



.Text {
    width: 90%;
}

.dreieck_horizontal {
    background-position: 0px 0px;
    height: 22px;
    background-image: url('../img/Dreieck.gif');
    background-repeat: no-repeat;
    width: 5%;
    top: 5px;
    left: 9px;
}

.dreieck_vertikal {
    background-position: -26px 0px;
    width: 5%;
    height: 22px;
    background-image: url('../img/Dreieck.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
}

.headerlinks {
    width: 40%;
    padding-left: 11px;
    font-weight: bold;
    top: 7px;
}

.Schalter {
    width: 18%;
    float: left;
}

.warenkorb {
    width: 50%;
}

.headerrechts {
    width: 40%;
    float: right;
    padding-left: 40px;
    top: 6px;
}

.headertextlinks {
    width: 50%;
}

.headertextrechts {
    width: 50%;
    float: right;
    padding-right: 5px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 520px;
    right: 0;
    top: 5px;
}

.headertext {
    z-index: 1;
    left: 15px;
    top: 8px;
    position: absolute;
    height: 17px;
    cursor: pointer;
    responsive;
}

.headertextstatic {
    z-index: 1;
    left: 11px;
    vertical-align: middle;
    height: 17px;
}

.headertextstaticBold {
    z-index: 1;
    left: 11px;
    top: 7px;
    height: 17px;
    font-weight: bold;
}

.body {
    background-color: #FFFFFF;
}

#container {
    padding: 0px;
    max-width: 1070px;
    width: 100%;
    margin: auto;
    height: auto;
    /*background-color: #EBEBEB;*/
    background-color: white;
    border: 1px solid silver;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#Freilinks {
    max-width: 1070px;
    width: 80%;
    padding-right: 40px;
    margin-right: 40px;
}

.Footer {
    text-align: center;
    max-width: 1070px;
    width: 100%;
    float: left;
    border: 2px solid silver;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chkBox {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}



.UIBox_Body {
    margin: 8px 3px 5px 8px;
    border: 1px solid #51ABEE;
    padding: 2px;
    z-index: 1;
    border-radius: 4px;
    background-color: #ECF3F4;
    float: left;
    UIBox_Body-sizing: border-UIBox_Body;
}


.UIBox_Body_wm {
    border: 1px solid #51ABEE;
    padding: 2px;
    z-index: 1;
    border-radius: 4px;
    background-color: #ECF3F4;
    float: left;
    UIBox_Body-sizing: border-UIBox_Body;
}

.UIBox_Header {
    background-position: -5px;
    position: relative;
    padding: 2px 2px 2px 4px;
    border: 1px solid #51ABEE;
    background-color: #B7CCDB;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    border-radius: 3px;
    height: 22px;
    background-image: url('../img/Balkenverlauf.gif');
}

.UIBox_Info {
    padding: 0px 0px 0px 0px;
    width: 16px;
    padding-top: 0px;
    height: 18px;
    float: right;
    textmode: multiline;
    background-image: url('../img/info.gif');
    background-repeat: no-repeat;
}

.UIBox_Message {
    display: block;
    padding: 2px 2px 2px 2px;
    padding: 2px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 5;
}

.clist {
    float: left;
    background-repeat: no-repeat;
    margin-left: 0px;
    width: 5%;
    height: 25px;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
}


.Eingabe {
    width: 40%;
}

.Marten {
    width: 30%;
}

.Schalter {
    float: left;
    width: 12%;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 10px;
}

.Textlinks {
    width: 30%;
}

.Tasten {
    width: 200px;
}

.Ergebnisse {
    padding-left: 5px;
    float: left;
    padding-top: 3px;
    Ergebnisse-sizing: border-Ergebnisse;
}

.button1 {
    float: left;
    width: 10%;
    margin: 4px;
    top: 2px;
    padding: 2px 2px;
}

.button2 {
    float: left;
    width: 10%;
    margin: 4px;
    padding: 2px 2px;
}

.button3 {
    float: left;
    width: 10%;
    margin: 4px;
    padding: 2px 2px;
}

.button4 {
    float: left;
    width: 10%;
    margin: 4px;
    padding: 2px 2px;
}

.Ergebnisseunten {
}

.Tastenunten {
    width: 200px;
}

#Mediendaten {
    max-width: 600px;
    width: 70%;
    float: left;
}

#Online_Verfügbar {
    max-width: 270px;
    width: 30%;
    float: left;
}

#Medienempfehlung {
    max-width: 600px;
    width: 100%;
    float: left;
}

.MedVerfüg {
    max-width: 910px;
    width: 100%;
}

.Bewertung_Empfehlung {
    width: 100%;
    max-width: 910px;
}

.MedEmpfehlung {
    width: 30%;
}

.Bewertung {
    width: 70%;
}

.KalenderTag {
    padding: 2px 0px 0px 0px;
    margin: 0px;
    border: 1px solid #51ABEE;
    border-radius: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

.listrow {
    background-color: #FFFFFF;
    height: 15px;
    cursor: pointer;
}

    .listrow:hover {
        background-color: #ECF3F4;
        border: 1px solid #0000FF;
    }


.KalenderTag:hover {
    border: 1px solid #0000FF;
}

.KalenderHeute {
    background-color: #CCFFCC;
}

.KalenderNichtHeute {
    background-color: #FFFFFF;
}

.KalenderBeschr {
    padding: 7px 0px 0px 0px;
    margin: 0px;
    border: 1px solid #51ABEE;
    border-radius: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width: 32px;
    height: 25px;
    text-align: center;
    background-color: #DDDDDD;
    font-weight: bold;
    vertical-align: middle;
}

.KalenderSteuerung {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #51ABEE;
    border-radius: 4px;
    font-family: 'Arial Black';
    font-size: 15px;
    text-align: center;
    background-color: #DDDDDD;
    font-weight: bold;
    cursor: pointer;
}

    .KalenderSteuerung:hover {
        border: 1px solid #0000FF;
    }

.KalenderMonat {
    margin: 0px 0px 5px 0px;
    border: 1px solid #51ABEE;
    border-radius: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    width: 120px;
    height: 19px;
    text-align: center;
    background-color: #DDDDDD;
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
}



.Verfügbar {
    color: #008000;
    font-family: Arial, Helvetica, Sans-Serif;
}

.NichtVerfügbar {
    color: #FF0000;
    font-family: Arial, Helvetica, Sans-Serif;
}

.KeineVerfügbarkeit {
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
}

.nichtVerleih {
    color: #ffd800;
    font-family: Arial, Helvetica, Sans-Serif;
}

.DatenfeldZelle {
    padding: 2px;
    background-color: #FFFFFF;
}

.DatenfeldZelleW {
    width: 200px;
}

.EingabeZelle {
    padding: 2px;
}

.EingabeZelleW {
    padding: 2px;
    width: 200px;
}


.BeschriftungZelle {
    vertical-align: top;
    text-align: left;
}


.BeschriftungZelle {
    padding: 2px;
    vertical-align: top;
    caption-side: top;
}



.button {
    border: 1px hidden #0000FF;
    border-radius: 6px;
}

    .button:hover {
        border: 1px solid #0000FF;
    }


.imgDownload {
    padding: 3px;
    border: 1px solid #51ABEE;
    border-radius: 6px;
    position: absolute;
}


    .imgDownload:hover {
        padding: 3px;
        border: 2px solid #0000FF;
        position: absolute;
    }


.imgExtDownload {
    padding: 2px;
    border: 1px solid #51ABEE;
    border-radius: 4px;
    cursor: pointer;
}

    .imgExtDownload:hover {
        padding: 2px;
        border: 1px solid #0000FF;
    }



.AussenMASymb {
    height: 37px;
    width: 38px;
    margin-top: 5px;
    z-index: 50;
    padding: 9px 0px 0px 9px;
    background-color: #ECF3F4;
    float: left;
}

.MASymbD {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    top: 10px;
    left: 20px;
}

.Fehler {
    color: #FF0000;
    font-family: Arial;
    font-size: 10px;
}



.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.2;
    z-index: 1000;
}

.PopUpPanel {
    margin: 8px 3px 5px 8px;
    border: 1px solid #51ABEE;
    padding: 2px;
    border-radius: 4px;
    background-color: #ECF3F4;
    z-index: 2001;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
}

.buchenButton {
    height: 32px;
    width: 128px;
}


.ajax__combobox_itemlist {
    position: relative !important;
    height: 100px !important;
    overflow: auto !important;
    top: 0px !important;
    left: 0px !important;
}


.Menüitem {
    vertical-align: middle;
    padding: 5px 2px 2px 2px;
    height: 20px;
    background-color: #FFFFFF;
    margin: 2px 0px 2px 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

    .Menüitem:hover {
        vertical-align: middle;
        padding: 5px 2px 2px 2px;
        height: 20px;
        background-color: #ECF3F4;
        margin: 2px 0px 2px 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 14px;
        color: #0000FF;
    }


.MenüitemLinkButton {
    margin: 2px 0px 2px 0px;
    padding: 7px 2px 1px 2px;
    background-color: #FFFFFF;
    text-decoration: none;
    color: black;
    display: block;
    height: 20px;
    width: 196px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    cursor: pointer;
}

    .MenüitemLinkButton:hover {
        color: #0000FF;
        background-color: #ECF3F4;
    }


.Berichtitem {
    border-color: #C0C0C0;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 2px;
    cursor: pointer;
}

    .Berichtitem:hover {
        background-color: #ECF3F4;
        color: #0000FF;
    }

.Combo {
    z-index: 1222;
}

div.gallery {
    border: 1px solid #ccc;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding-left: 0px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

/*@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.box {
    border: 1px solid black;
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 0px;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px;
}

.control-button {
    cursor: pointer;
    background: #7bb9e3;
    background-image: -webkit-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -moz-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -ms-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -o-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: linear-gradient(to bottom, #7bb9e3, #342bb8);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    width: 120px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
}

    .control-button:hover {
        background: #325bba;
        text-decoration: none;
    }

    .control-button.active {
        background: #4264ad;
        text-decoration: none;
        font-size: 13px;
        padding-top: 9px;
    }

.expanded {
    height: auto;
}


.btn {
    background: #7bb9e3;
    background-image: -webkit-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -moz-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -ms-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: -o-linear-gradient(top, #7bb9e3, #342bb8);
    background-image: linear-gradient(to bottom, #7bb9e3, #342bb8);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 20px 6px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #325bba;
        text-decoration: none;
    }


       .Suchfragment {
        z-index: 5;
        height: 25px;
       
        width: 100%;
        padding-bottom: 3px;
        font-size: 14px;
    }


@media only screen and (max-width: 600px) {

    .Suchfragment {
        z-index: 5;
        height: 32px;
        /*width: 285px;*/
        width: 100%;
        padding-bottom: 3px;
        font-size: 18px;
    }
}