Candle/probestyle.css

1468 lines
22 KiB
CSS
Raw Normal View History

2023-04-18 08:39:39 +02:00
*{
font-family: sans-serif;
margin: 0px;
}
2023-05-03 23:07:04 +02:00
2023-04-18 08:39:39 +02:00
.kopf{
margin: 0px;
width: 100%;
position: fixed;
background-color: #24140d;
color:rgb(255, 255, 255);
justify-content: center;
display: flex;
}
body{
background-color: #E5D3B3;
2023-05-03 23:07:04 +02:00
overflow: hidden;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
2023-04-18 08:39:39 +02:00
#titleschwarz{
font-size: 25px;
color: #000;
}
#titlebraun{
font-size: 25px;
2023-05-03 23:07:04 +02:00
color: #24140D;
2023-04-18 08:39:39 +02:00
font-style: italic;
}
2023-04-26 22:47:27 +02:00
#bildID{
margin: 0px;
}
2023-05-03 23:07:04 +02:00
/*buttons*/
2023-04-18 08:39:39 +02:00
#uberuns{
position: fixed;
left: 0px;
2023-05-03 23:07:04 +02:00
top: 149px;
2023-04-18 08:39:39 +02:00
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
2023-05-03 23:07:04 +02:00
2023-04-18 08:39:39 +02:00
#buecher{
position: fixed;
left: 150px;
2023-05-03 23:07:04 +02:00
top: 149px;
2023-04-18 08:39:39 +02:00
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
2023-05-03 23:07:04 +02:00
2023-04-18 08:39:39 +02:00
#meinebuecher{
position: fixed;
left: 300px;
2023-05-03 23:07:04 +02:00
top: 149px;
2023-04-18 08:39:39 +02:00
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
2023-05-03 23:07:04 +02:00
/*warenkorbsymbol im header*/
#warenKorbID
{
position: fixed;
right: -70px;
top: 150px;
width: 120px;
height: 35px;
}
2023-04-18 08:39:39 +02:00
.suchleiste{
position: fixed;
right: 40px;
top: 0px;
width: 200px;
height: 40px;
background-color: #664220;
margin: 0px;
padding: 0px;
border: 0px;
color: rgb(255, 255, 255);
text-align: center;
}
.suchleiste::placeholder{
color: rgb(255, 255, 255);
}
2023-05-03 23:07:04 +02:00
/*loupe*/
2023-04-18 08:39:39 +02:00
#buttonID{
position: fixed;
right: 0px;
top: 0px;
width: 39px;
height: 40px;
background-color: #664220;
margin: 0px;
padding: 0px;
border: 0px;
color: rgb(255, 255, 255);
}
2023-05-03 23:07:04 +02:00
#sidecandle{
top: 199px ;
right: 0px;
position: fixed;
height: 100%;
width: 12%
2023-04-20 16:02:02 +02:00
2023-05-03 23:07:04 +02:00
}
2023-04-20 16:02:02 +02:00
#BuchHeader{
position: fixed;
top: 220px;
left: 30px;
font-size: 40px;
color:#000000;
}
2023-05-03 23:07:04 +02:00
.main #warenkorbHeader{
position: absolute;
top: 0px;
left: 30px;
font-size: 50px;
color:#ffffff;
font-family:Calibri;
font-weight:400;
}
2023-04-20 16:02:02 +02:00
2023-04-18 08:39:39 +02:00
.p1{
overflow-y: scroll;
max-width: 87%;
max-height: 450px;
position: fixed;
top: 220px;
left: 20px;
right:14%;
font-size: 15px;
color:#664220;
bottom: 75px;
}
.p1{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.p1::-webkit-scrollbar {
display: none;
}
.p2{
overflow-y: scroll;
max-width: 87%;
2023-04-19 07:26:06 +02:00
max-height: 100%;
2023-04-18 08:39:39 +02:00
position: fixed;
top: 220px;
left: 20px;
right: 14%;
font-size: 15px;
line-height: 180%;
color:#24140d;
bottom: 75px;
}
.p2{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.p2::-webkit-scrollbar {
display: none;
}
2023-05-03 23:07:04 +02:00
/*erweiterte Suche starts*/
#erweitertesuche{
color: rgb(255, 255, 255);
2023-04-20 16:02:02 +02:00
position: fixed;
2023-05-03 23:07:04 +02:00
right: 60px;
top: 50px;
text-align: center;
text-decoration: none;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer{
overflow-y: scroll;
position:absolute;
display:flex;
height: 62%;
width: 100%;
top:200px;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer::-webkit-scrollbar {
display: none;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
#titelerweitertesuche{
position: absolute;
font-size: 25px;
color: #000;
left: 15px;
top:30px;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .buchtitel{
position: absolute;
top: 80px;
2023-04-18 08:39:39 +02:00
left:100px;
2023-04-26 22:47:27 +02:00
width: 100px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .buchtiteloptions{
position: absolute;
top: 80px;
width: 70%;
2023-04-18 08:39:39 +02:00
left:210px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .und-wort1{
position: absolute;
top: 110px;
2023-04-18 08:39:39 +02:00
width: 70px;
left:20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .und-wort2{
position: absolute;
2023-04-18 08:39:39 +02:00
width: 70px;
left:20px;
2023-05-03 23:07:04 +02:00
top: 140px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .autor{
position: absolute;
top: 110px;
2023-04-18 08:39:39 +02:00
width: 100px;
left:100px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .autoroptions{
position: absolute;
top: 110px;
width: 70%;
2023-04-18 08:39:39 +02:00
left:210px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .stichwort{
position: absolute;
top: 140px;
2023-04-18 08:39:39 +02:00
width: 100px;
left:100px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .stichwörteroptions{
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
position: absolute;
top: 140px;
width: 70%;
2023-04-18 08:39:39 +02:00
left:210px;
}
2023-05-03 23:07:04 +02:00
/*.hauptcontainer .p3{
2023-04-18 08:39:39 +02:00
max-width: 87%;
max-height: 450px;
2023-05-03 23:07:04 +02:00
position:absolute;
2023-04-18 08:39:39 +02:00
top: 220px;
left: 20px;
right:14%;
bottom: 75px;
2023-05-03 23:07:04 +02:00
}*/
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer #weiteresuchkriterien{
position: absolute;
font-size: 17px;
color: #000;
left: 25px;
top: 180px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .jahrvon{
position: absolute;
top: 220px;
2023-04-18 08:39:39 +02:00
left: 20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .anfangsdatum{
position: absolute;
top: 220px;
2023-04-18 08:39:39 +02:00
left: 210px;
height: 20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .bis{
position: absolute;
top: 220px;
2023-04-26 22:47:27 +02:00
left: 340px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .endsdatum{
position: absolute;
top: 220px;
2023-04-26 22:47:27 +02:00
left: 380px;
2023-04-18 08:39:39 +02:00
height: 20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .sprache{
position: absolute;
top: 260px;
2023-04-18 08:39:39 +02:00
left: 20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .spracheingabe{
position: absolute;
top: 260px;
width: 70%;
2023-04-18 08:39:39 +02:00
left:210px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .verfügbarkeit{
position: absolute;
top: 300px;
2023-04-18 08:39:39 +02:00
left: 20px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .checkbox{
position: absolute;
top: 300px;
2023-04-18 08:39:39 +02:00
left:210px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .kommentar{
position: absolute;
top: 300px;
2023-04-18 08:39:39 +02:00
left: 230px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer #suchen{
position: absolute;
2023-04-18 08:39:39 +02:00
left: 20px;
2023-05-03 23:07:04 +02:00
top: 380px;
2023-04-18 08:39:39 +02:00
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
border-radius: 8px;
}
2023-05-03 23:07:04 +02:00
.hauptcontainer #suchfelderleeren{
position: absolute;
2023-04-18 08:39:39 +02:00
left: 180px;
2023-05-03 23:07:04 +02:00
top: 380px;
2023-04-18 08:39:39 +02:00
width: 220px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
border-radius: 8px;
}
2023-05-03 23:07:04 +02:00
/*---------WarenKorb BEGINS--------*/
.main{
2023-04-26 22:47:27 +02:00
height: 100%;
2023-05-03 23:07:04 +02:00
position: absolute;
top:200px;
left: 0px;
width: 95%;
}
.main{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.main::-webkit-scrollbar {
display: none;
}
.containerOfAll {
overflow-y: scroll;
background-color: #E5D3B3;
display: flex;
position: absolute;
top: 70px;
left: 35px;
width: 1000px;
height: 55%;
}
2023-04-26 22:47:27 +02:00
2023-05-03 23:07:04 +02:00
.containerOfAll{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.containerOfAll::-webkit-scrollbar {
display: none;
2023-04-18 08:39:39 +02:00
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
/*first book in warenkorb and its details*/
#firstItem
{
position: absolute;
top: 15px;
left: 15px;
width:100%;
height:80%;
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.haupt{
width: 100%;
height: 62%;
position: absolute;
display: flex;
overflow-y:scroll;
top: 200px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.haupt{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.haupt::-webkit-scrollbar {
display: none;
2023-04-18 08:39:39 +02:00
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.haupt #firstItem{
position: relative;
top: 25px;
left: 30px;
width: 100%;
height: 80%;
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.haupt .headerinItem{
position: relative;
top: -200px;
left: 150px;
color: #000;
}
.haupt .discinItem{
position: relative;
top: -180px;
left: 150px;
width: 200px;
color: #000;
text-align: left;
}
.haupt .greenbutton{
position: absolute;
top: 165px;
left: 150px;
width: 100px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:#7DAD47 ;
}
.haupt #firstItem #shoppingwagen{
position: absolute;
width: 30px;
top:165px;
right: 60px;
}
.haupt .percypar{
position: absolute;
top: 250px;
width: 80%;
color: #000;
text-align: left;
}
/*first item ends*/
/*second book in warenkorb and its details */
#secondItem{
position: absolute;
top: 300px;
left: 15px;
width: 100%;
}
.haupt{
width: 100%;
height: 62%;
position: absolute;
display: flex;
overflow-y:scroll;
top: 200px;
}
.haupt{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.haupt::-webkit-scrollbar {
display: none;
}
.haupt #secondItem{
position: relative;
top: 25px;
left: 30px;
width: 100%;
height: 80%;
}
.haupt .headerinItem{
position: relative;
top: -200px;
left: 150px;
color: #000;
}
.haupt .discinItem{
position: relative;
top: -180px;
left: 150px;
width: 200px;
color: #000;
text-align: left;
}
.haupt .redbutton{
position: absolute;
top: 165px;
left: 150px;
width: 180px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:red ;
}
.haupt #secondItem #shoppingwagen{
position: absolute;
width: 30px;
top:165px;
right: 60px;
}
.haupt .percypar{
position: absolute;
top: 250px;
width: 80%;
color: #000;
text-align: left;
}
/*second item ends*/
/*third book in warenkorb and its details */
#thirdItem{
position: absolute;
top: 580px;
left: 15px;
width:100%
}
/*third item ends*/
/*fourth book in warenkorb and its details */
#fourthItem{
position: absolute;
top: 880px;
left: 15px;
width:100%
}
/*fourth item ends*/
#reservieren
{
background-color: #E5D3B3;
position: absolute;
top: 70px;
left: 1050px;
width: 300px;
height: 150px;
}
#jetztReservieren{
position: relative;
top: 50px;
left: 75px;
width: 120px;
height: 55px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:15px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
text-decoration: none;
border-radius: 8px;
}
#ArtikelWarenkorb{
position: relative;
top: 20px;
left: 100px;
align-items: center;
}
.headerinItem{
position: relative;
top: -200px;
left: 150px;
width: 400px;
}
.discinItem{
position: absolute;
top: 50px;
left: 150px;
}
.main .containerOfAll .items .greenbutton{
position: absolute;
top: 165px;
left: 150px;
width: 100px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:#7DAD47 ;
}
.main .containerOfAll .items .redbutton{
position: absolute;
top: 165px;
left: 150px;
width: 180px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:red ;
}
.inputPlusMinus{
position: absolute;
top: 185px;
left: 800px;
}
.binPicture{
position: absolute;
top: -15px;
left: 100px;
}
#minusButton{
position: absolute;
top: -15px;
left: 0px;
}
#plusButton{
position: absolute;
top: -15px;
left: 70px;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
.plus-minus-input .input-group-field {
text-align: center;
position:absolute;
width: 30px;
height: 20px;
top: -15px;
left: 28px;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
}
.plus-minus-input .input-group-button .circle {
border-radius: 50%;
padding: 0.15em 0.35em;
}
/*------WarenKorb ENDS-------*/
/*buecher begins */
.containerofbuecher{
overflow-y: scroll;
overflow-x: hidden ;
display: flex;
position: absolute;
top: 200px;
width: 100%;
height: 66%;
}
.containerofbuecher{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.containerofbuecher::-webkit-scrollbar {
display: none;
}
#büchertitel{
position: absolute;
top:35px;
left:35px;
font-size: 30px;
}c
.containerofbuecher #firstItem{
position: absolute;
top:100px;
left: 45px;
}
.containerofbuecher #secondItem{
position: absolute;
top:400px;
left: 45px;
}
.containerofbuecher #thirdItem{
position: absolute;
top:700px;
left: 45px;
}
.containerofbuecher #fourthItem{
position: absolute;
top:1000px;
left: 45px;
}
.containerofbuecher .items .redbutton{
position: absolute;
top: 165px;
left: 150px;
width: 180px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:red ;
}
.containerofbuecher .items .greenbutton{
position: absolute;
top: 165px;
left: 150px;
width: 100px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:#7DAD47 ;
}
.containerofbuecher .items .binPicture{
position: absolute;
top: 170px;
left: 90%;
}
/*meine Bücher begins*/
.containerofmeinebuecher{
overflow-y: scroll;
overflow-x: hidden ;
display: flex;
position: absolute;
top: 200px;
width: 100%;
height: 65%;
}
.containerofmeinebuecher{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.containerofmeinebuecher::-webkit-scrollbar {
display: none;
}
#meinebüchertitel{
position: absolute;
top:35px;
left:35px;
font-size: 30px;
}
.containerofmeinebuecher #firstItem{
position: absolute;
top:100px;
left: 45px;
}
.containerofmeinebuecher #secondItem{
position: absolute;
top:400px;
left: 45px;
}
.containerofmeinebuecher #thirdItem{
position: absolute;
top:700px;
left: 45px;
}
.containerofmeinebuecher #fourthItem{
position: absolute;
top:1000px;
left: 45px;
}
.containerofmeinebuecher .items .redbutton{
position: absolute;
top: 120px;
left: 150px;
width: 200px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:red ;
}
.containerofmeinebuecher .items .greenbutton{
position: absolute;
top: 120px;
left: 150px;
width: 200px;
height: 25px;
color:rgb(255, 255, 255);
padding-top: 7px;
text-align: center;
text-decoration: none;
font-size: 15px;
background-color:#7DAD47 ;
}
.containerofmeinebuecher .items .binPicture{
position: absolute;
top: 170px;
left: 90%;
}
.containerofmeinebuecher .items #message{
position: absolute;
top: 170px;
left: 150px;
width: 700px;
}
2023-05-07 16:23:21 +02:00
2023-05-03 23:07:04 +02:00
/*------ ANMELDEN BEGINS-----*/
2023-05-07 16:23:21 +02:00
.anmeldung{
2023-04-20 16:02:02 +02:00
position: fixed;
2023-05-07 16:23:21 +02:00
top: 230px;
2023-05-03 23:07:04 +02:00
left: 50px;
2023-04-20 16:02:02 +02:00
}
2023-05-07 16:23:21 +02:00
.anmeldung-überschrift{
font-weight: normal;
color:#000000;
2023-05-03 23:07:04 +02:00
}
2023-05-07 16:23:21 +02:00
.anmeldeInput h2, .anmeldeInput form {
font-size: 24px;
}
#obererText{
font-size: 20px;
2023-05-03 23:07:04 +02:00
}
2023-05-07 16:23:21 +02:00
2023-05-03 23:07:04 +02:00
#anmeldebutton{
2023-05-07 16:23:21 +02:00
2023-05-03 23:07:04 +02:00
position: relative;
width: 120px;
2023-05-07 16:23:21 +02:00
height: 35px;
2023-05-03 23:07:04 +02:00
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:15px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
text-decoration: none;
border-radius: 8px;
2023-05-07 16:23:21 +02:00
border: 0;
2023-04-20 16:02:02 +02:00
}
2023-05-03 23:07:04 +02:00
/*----- ANMELDEN ENDS-------*/
2023-04-20 16:02:02 +02:00
/*----- Registrierung-------*/
2023-05-07 16:23:21 +02:00
#registrierungTitel{
2023-05-07 16:23:21 +02:00
position: absolute;
font-size: 25px;
color: #000;
left: 15px;
top:20px;
}
#datenSchutzHinweisRegistrierung{
2023-05-07 16:23:21 +02:00
position: relative;
font-size: 15px;
color: #000;
left: 25px;
top:40px;
}
#registrierungAngabenZurRegistrierung{
2023-05-07 16:23:21 +02:00
position: relative;
font-size: 15px;
color: #000;
left: 25px;
top:55px;
}
#registrierungInputSpan{
2023-05-07 16:23:21 +02:00
position: relative;
left: 25px;
top:55px;
}
#registrierungHr{
2023-05-07 16:23:21 +02:00
position: relative;
width: 275px;
color: #664220;
}
.registrierenNormalesTextfeld{
2023-05-07 16:23:21 +02:00
width: 275px;
margin-bottom: 10px;
}
#strasse{
width: 212px;
margin-bottom: 10px;
}
#hausNummer{
width: 50px;
margin-bottom: 10px;
}
#postleitzahl{
width: 85px;
margin-bottom: 10px;
}
#ort{
width: 177px;
margin-bottom: 10px;
}
.registrierenKnopf {
2023-05-07 16:23:21 +02:00
position: relative;
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding: 10px 15px;
2023-05-07 16:23:21 +02:00
text-align: center;
text-decoration: none;
border-radius: 8px;
border: 0;
}
#registrierenAusklappe{
padding-left: 13px;
}
2023-05-07 16:23:21 +02:00
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
2023-04-20 16:02:02 +02:00
/*----- Registrierung Ende-------*/
2023-05-03 23:07:04 +02:00
/*Largest Devices*/
@media screen and (max-width:1400px){
2023-04-18 08:39:39 +02:00
#sidecandle{
2023-05-03 23:07:04 +02:00
width: 12%;
2023-04-18 08:39:39 +02:00
}
.p1{
2023-05-03 23:07:04 +02:00
max-width: 86%;
2023-04-18 08:39:39 +02:00
}
.p2{
2023-05-03 23:07:04 +02:00
max-width: 86%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerOfAll{
width: 85%;
left: 35px;
height: 65%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerOfAll .items .inputPlusMinus{
left: 600px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main #reservieren{
top: 600px;
left: 100px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main{
overflow-x: hidden;
position: absolute;
top:200px;
right: 10px;
height: 65%;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
}
/*Large Devices*/
@media screen and (max-width:1200px){
#sidecandle{
width: 12%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.p1{
max-width: 86%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.p2{
max-width: 86%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerOfAll{
width: 85%;
left: 35px;
height: 500px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerOfAll .items .inputPlusMinus{
left: 600px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main #reservieren{
top: 600px;
left: 100px;
}
.main{
overflow-x: hidden;
position: absolute;
top:200px;
right: 10px;
height: 65%;
}
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
/*medium Devices*/
@media screen and (max-width:1000px){
#sidecandle{
width: 14%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.p1{
max-width: 84%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.p2{
max-width: 84%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerOfAll .items .inputPlusMinus{
left: 500px;
}
.containerOfAll{
width: 90%;
}
.main{
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
height: 65%;
}
.containerofmeinebuecher .items #message{
width: 400px;
}
}
/*small Devices*/
@media screen and (max-width:800px){
#sidecandle{
width: 16%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.p1{
max-width: 81%;
}
.p2{
max-width: 81%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerofbuecher .items .binPicture{
left: 80%;
}
.containerofmeinebuecher .items .binPicture{
left: 80%;
}
.containerOfAll .items .inputPlusMinus{
left: 280px;
}
.containerOfAll{
width: 90%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main #reservieren{
top: 600px;
left: 100px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main {
height: 65%;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.main .containerOfAll .items .redbutton{
width: 100px;
height: 40px;
top: 150px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.containerofmeinebuecher .items #message{
width: 240px;
}
/*Burger Menu*/
/*invisibility and deactivate buttons*/
#uberuns{
pointer-events: none;
opacity: 0;
}
#buecher{
pointer-events: none;
opacity: 0;
}
#meinebuecher{
pointer-events: none;
opacity: 0;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
#nav-toggle {
opacity: 0;
pointer-events: none;
}
.suchleiste{
opacity: 0;
pointer-events: none;
}
#buttonID{
opacity: 0;
pointer-events: none;
}
/*Reposition*/
#erweitertesuche{
position: fixed;
right: 60px;
top: 15px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
/*Burger Icon creation and position*/
.icon-burger {
display: none;
position: fixed;
top: 24px;
right: 10px;
transform: translateY(-50%);
cursor:pointer;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.icon-burger .line {
width: 30px;
height: 5px;
background-color: #fff;
margin: 5px;
border-radius: 3px;
transition: all .3s ease-in-out;
}
nav .icon-burger {
display: block;
}
/*Burger Icon rotation / Animation*/
nav :checked ~ .icon-burger .line:nth-child(1) {
transform: translateY(10px) rotate(225deg);
}
nav :checked ~ .icon-burger .line:nth-child(3) {
transform: translateY(-10px) rotate(-225deg);
}
nav :checked ~ .icon-burger .line:nth-child(2) {
opacity: 0;
}
#uberuns{
position: fixed;
left: 0px;
top: 150px;
text-align: center;
}
#buecher{
position: fixed;
left: 50%;
top: 50%;
}
#meinebuecher{
position: fixed;
left: 300px;
top: 150px;
}
/*erweiterte Suche*/
.hauptcontainer .buchtitel{
left:20px;
}
.hauptcontainer .buchtiteloptions{
top: 110px;
left:20px;
}
.hauptcontainer .und-wort1{
top: 140px;
left:20px;
}
.hauptcontainer .und-wort2{
left:20px;
top: 200px;
}
.hauptcontainer .autor{
top: 140px;
left:100px;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .autoroptions{
top: 170px;
left:20px;
}
.hauptcontainer .stichwort{
top: 200px;
}
.hauptcontainer .stichwörteroptions{
top: 230px;
left:20px;
}
2023-04-20 16:02:02 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer #weiteresuchkriterien{
top: 270px;
}
.hauptcontainer .jahrvon{
top: 300px;
}
.hauptcontainer .anfangsdatum{
top: 330px;
left: 20px;
2023-04-20 16:02:02 +02:00
2023-05-03 23:07:04 +02:00
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .bis{
top: 330px;
left: 140px;
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .endsdatum{
top: 330px;
left: 170px;
}
2023-04-19 07:26:06 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .sprache{
top: 370px;
2023-04-18 08:39:39 +02:00
}
2023-05-03 23:07:04 +02:00
.hauptcontainer .spracheingabe{
top: 400px;
left:20px;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .verfügbarkeit{
top: 430px;
left: 20px;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.hauptcontainer .checkbox{
top: 460px;
left: 20px;
}
.hauptcontainer .kommentar{
top:460px;
left: 40px;
font-size: 15px;
}
.hauptcontainer #suchen{
top: 500px;
}
.hauptcontainer #suchfelderleeren{
top: 500px;
}
}
/*extra small Devices*/
@media screen and (max-width:620px){
#sidecandle{
width: 16%;
}
.p1{
max-width: 80%;
}
.p2{
max-width: 80%;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.headerinItem{
word-break: break-word;
font-size: 15px;
width: 200px;
}
2023-04-18 08:39:39 +02:00
2023-05-03 23:07:04 +02:00
.main .containerOfAll .items .redbutton{
width: 100px;
height: 40px;
}
}
2023-04-18 08:39:39 +02:00
.fuss{
height: 74px;;
width: 100%;
position: fixed;
background-color: #24140d;
display: flex;
bottom: 0px;
}
#impressum{
position: fixed;
left: 0px;
bottom: 12px;
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
#kontakt{
position: fixed;
left: 150px;
bottom: 12px;
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
#datenschutz{
position: fixed;
left: 300px;
bottom: 12px;
width: 120px;
height: 35px;
background-color:#664220 ;
color:rgb(255, 255, 255);
padding-right:10px;
padding-left: 8px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
text-decoration: none;
}
2023-04-18 08:39:39 +02:00