@font-face {font-family: 'Titillium Web';font-style: normal;font-weight: 400;font-display: swap;src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(/schrift/titweb.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


.slider_haupt_wrap {position:absolute; top:0;}
#slider_haupt {position:relative;display:inline-block;overflow: hidden;margin-bottom: -5px;max-height: calc(100vh - 150px); width: 100%;}

body {max-width: 2000px;
    margin: 0 auto;
	font-family: 'PT Serif', serif;
scroll-behavior: smooth;
}

.slider {position:relative;}

div#logo {
    position: relative;
    top: 3px;
    left: 23px;
    max-width: 120px;
    min-width: 100px;
}

.pfeile {
    position: absolute;
    top: 10%;
    z-index: 1000;
    width: 15%;
    right: 5px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 5px;
}
.buchen {
    position: -webkit-sticky;
    z-index: 99;
    background: #d42d66;
    color: white;
    width: 100%;
    position: sticky;
    top: 0px;
    height: 80px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}


#slider1 {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-evenly;
    grid-row-gap: 1%;
    max-width: 1200px;
}

.arrangements {
    display: grid;
     grid-template-columns: 50% 50%;
    /* justify-content: space-evenly; */
    max-width: 1200px;
}

form#bannerform {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-count: auto;
    justify-content: center;
    grid-gap: 12px;
}

div#logowrap {
    position: absolute;
    z-index: 100;
    width: 100%;
}

div#logobackground {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg,#000000a1 79% ,  transparent );
    transform: rotate(180deg);
    top: -86%;
    left: 0%;
    z-index: 99;
}

input#topDate {height: 48px;border-radius: 10px;border: 1px solid #9d1454;}

select#topTime {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #9d1454;
}

input.subm {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #9d1454;
    background: white;
}

.sec1div {
    display: grid;
    grid-template-columns: 30% 70%;
}

button {
    cursor: pointer;
}

.arrangement h1 {position: absolute;top: -6.7%;z-index: 99;color: white!important;text-shadow: black 1px 1px;padding-top: 37vw;width: 90%;text-align: center;}

.sec1wrap {
    padding: 20px;
    padding-top: 20px;
}

button#buttonvorteile {
    height: 48px;
    border-radius: 10px;
    border-color: #993265;
    color: white;
    background: #b43d78;
}

p {
    font-size: 17px;
}

h2{text-align:center;}

div#bestpreis {width: 72px;}



.sec2wrap {
    display: grid;
    background: #f8ebd7;
    overflow: hidden;
    padding-bottom: 40px;
    border-top: solid lightgray 1px;
    grid-template-columns: 95%;
    justify-content: center;
}

.footer {
    background: #f8ebd7;
    padding-top: 30px;
    border-top: solid #af3172 3px;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-around;
}

.footerend {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #f2dcbb;
    text-align: center;
}




@media only screen and (min-width: 901px) {.mobilefloater{/* display:none */}}



.sec3div {padding-bottom: 50px;}

img#pfeil_rechts {
    float: right;
    background: #ffffffaa;
    border-radius: 40px;
    max-width: 100%;
}

img#pfeil_links {
    background: #ffffffaa;
    border-radius: 40px;
    max-width: 100%;
}



.slider1item {
    background: white;
}

button#zimmerbutton {
    height: 48px;
    border-radius: 10px;
    border-color: #993265;
    color: white;
    background: #b43d78;
}

.buttondiv {
    display: flex;
    justify-content: center;
    padding: 40px;
}




.arrwrapper {
    display: flex;
    justify-content: center;
}

.slider1wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

div#menubutton {
    width: 27px;
}

.weisserstreifen {
    top: 0;
    position: relative;
    border-bottom: solid white 2px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out,
opacity .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.weisserstreifen.streifen0 {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    top: 14px;
}

.weisserstreifen.streifen1 {
    opacity: 0;
}

.weisserstreifen.streifen2 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -10px;
}

.mobilefloater {
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
}



div#buchen {
    background: #fb5e33;
}

div#tisch {
    background: #d5d5d5;
    color: #545454;
}


	@media only screen and (max-width: 385px) {
	div#bestpreis{display:none;}
	form#bannerform {grid-gap: 0px;grid-template-columns: 1fr 54% 0% 0% 0% 45px;}
	}


span#zimmerspan {
    padding: 20px;
}

.sec2div {padding-top: 15px;}

img {}

div#background {
    position: fixed;
    right: 0px;
    bottom: 0px;
    max-height: 100%;
    z-index: -99;
    max-width: 55%;
}

.sec3wrap {
    display: grid;
    grid-template-columns: 95%;
    justify-content: center;
    background: #fb6035;
    background-image: url(/bilder/logo-background.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-y: 40px;
}

h2#zimmerheader {
    color: #fb5e33;
    border-bottom: #fb5e33 1px solid;
    line-height: 0;
}

span#span3 {background: #fb6035;padding: 0 20px;}
.slider_haupt_wrap {position:absolute; top:0;
    aspect-ratio: 2;
    width: 100%;
    height: 100%;}
.video-wrap{
	aspect-ratio: 1.79;
	}
#slider_haupt {position:relative;display:inline-block;overflow: hidden;margin-bottom: -7px;max-height: calc(100vh - 170px);}

body {
    max-width: 2000px;
    margin: 0 auto;
    font-family: 'PT Serif', serif;
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    position: relative;
    }

.slider {position:relative;}

div#logo {
    top: 5px;
    width: 23%;
    max-width: 220px;
    min-width: 100px;
    padding-bottom: 10px;
    left: 0px;
    margin-left: 5px;
}

.pfeile {
    position: absolute;
    top: 25%;
    z-index: 1000;
    width: 12%;
    min-width: 50px;
    right: 5px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 5px;
}
.buchen {
    position: -webkit-sticky;
    z-index: 99;
    background: #965432;
    color: white;
    width: 100%;
    top: 0px;
    height: 54px;
    position: sticky;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}


#slider1 {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-evenly;
    grid-row-gap: 1%;
    max-width: 1200px;
}

.arrangements {
    display: flex;
    max-width: 1200px;
    justify-content: space-around;
    width: 100%;
}

form#bannerform {
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    justify-content: center;
    grid-gap: 0px;
    position: relative;
}

div#logowrap {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: none;
    display: grid;
    grid-template-columns: auto auto;
    /* height: max-content; */
}

div#logobackground {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg,#000000a1 79% ,  transparent );
    transform: rotate(180deg);
    top: -86%;
    left: 0%;
    z-index: 99;
}

input#topDate {height: 48px;border-radius: 10px;border: 1px solid #9d1454;}

select#topTime {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #9d1454;
}

input.subm {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #9d1454;
    background: white;
}

.sec1div {
    display: grid;
    grid-template-columns: 35% 64%;
    grid-gap: 1%;
    max-width: 1200px;
    margin: auto;
}

button {
    cursor: pointer;
}

h1 {
    margin-top: 5px;
    color: #b43d78;
}

.sec1wrap {
    padding: 20px;
    padding-top: 20px;
}

#buttonvorteile {
    border-radius: 10px;
    border-color: #993265;
    color: white;
    background: #b43d78;
    border-width: 2px;
    border-style: outset;
    line-height: 48px;
    width: fit-content;
    padding: 1px 7px;
    cursor: pointer;
    position: relative;
    width: -moz-fit-content;
}

p {
    font-size: 18px;
}

h2{text-align:center;}

div#bestpreis {width: 72px;}



.sec2wrap {
    display: grid;
    background: #ffffff;
    /* background-image: url(/bilder/sand.jpg); */
    overflow: hidden;
    padding-bottom: 40px;
    border-top: solid lightgray 1px;
    grid-template-columns: 95%;
    justify-content: center;
}

.footer {
    background: #5a5a5a;
    padding-top: 30px;
    border-top: solid #af3172 3px;
    display: grid;
    color: white;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-around;
}

.footerend {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #45403a;
    text-align: center;
    color: white;
}







.sec3div {padding-bottom: 50px;}

img#pfeil_rechts {
    float: right;
    background: #ffffffaa;
    border-radius: 40px;
    max-width: 100%;
}

img#pfeil_links {
    background: #ffffffaa;
    border-radius: 40px;
    max-width: 100%;
}



.slider1item {
    background: white;
    margin-bottom: 10px;
}



button#zimmerbutton {
    height: 48px;
    border-radius: 10px;
    border-color: #993265;
    color: white;
    background: #b43d78;
}

.buttondiv {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.arrangementdiv {
    background: #00000000;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}



.arrwrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 50px;
}

.slider1wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

div#menubutton {
    width: 30px;
    position: relative;
    bottom: 11px;
    padding: 0px 10px 8px 10px;
    height: 56px;
}

.weisserstreifen {
    top: 0;
    position: relative;
    border-bottom: solid white 2px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out,
opacity .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.weisserstreifen.streifen0 {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    top: 12px;
}

.weisserstreifen.streifen1 {
    opacity: 0;
}

.weisserstreifen.streifen2 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -12px;
}

.mobilefloater {
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    border-left: #943262 solid 1px;
}

div#buchen {
    background: #b43d78;
    color: white;
}

div#tisch {
    background: #694e30;
    color: white;
}





span#zimmerspan {
    background: #ffffff;
    /* background-image: url(/bilder/sand.jpg); */
    padding: 20px;
}

.sec2div {padding-top: 15px;}

.pfeile img {
    border-radius: 50px;
}

div#background {
    position: fixed;
    right: 0px;
    bottom: 0px;
    max-height: 100%;
    z-index: -99;
    max-width: 55%;
}



h2#zimmerheader {
    color: #fb5e33;
    border-bottom: #9a7759 1px solid;
    line-height: 0;
}

span#span3 {background: #694e30;padding: 0 20px;}

h2#h2_3 {
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    line-height: 0;
}

.warumdiv {
    display: grid;
    grid-template-columns: 50% 50%;
    color: white;
}

	@media only screen and (max-width: 385px) {
	div#bestpreis{display:none;}
	form#bannerform {grid-gap: 0px;grid-template-columns: 1fr 54% 0% 0% 0% 45px;}
	}

	#menu {
  background: #b43d78;
  border: solid #662143 1px;
  border-radius: 10px;
  height: 48px;
  position: relative;
  padding-bottom: 0px;
}


h2#h2_3 {
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    line-height: 0;
    margin-bottom: 45px;
}

.warumdiv {
    display: grid;
    grid-template-columns: 50% 50%;
    color: white;
    list-style: none;
    grid-gap: 15px;
}

@media only screen and (max-width: 900px) {
	div#bestpreis{left: 5px;}
	form#bannerform {grid-gap: 0px;grid-template-columns: 1fr 54% 0% 0% 0% 45px;}
    .buchen {
    height: 55px;
}
#slider_haupt {
    margin-bottom: -7px;
    max-height: 100%;
}
div#bestpreis {
    width: 49px;
    display: none;
}
div#menubutton {
    margin-top: -4px;
    padding-left: 10px;
}
div.floater {
    display: none;
}
	.warumdiv {grid-template-columns: 100%;}

	.footer{grid-template-columns:90%}
		#slider1{grid-template-columns:100%;}
	}


div#group1 {
    width: 48%;
    display: grid;
}

div#gruppe2 {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

div#lastimg .arrangementdiv {padding-top: 50%;}

div#lastimg img {
    top: 0;
    position: absolute;
}

div#group2 {
    display: grid;
    width: 48%;
}

div#group3 {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

.titeldiv {
    position: absolute;
    top: 0;
    color: white;
    left: 5px;
    text-shadow: black 1px 1px 3px;
    z-index: 10;
}



.sec4wrap {
    display: grid;
    grid-template-columns: 95%;
    justify-content: center;
    background: white;
    padding-top: 30px;
}

span#arrangementspan {
    background: #ffffff;
    padding: 20px;
}

h2#arrangementheader {
    color: #694e30;
    border-bottom: #9a7759 1px solid;
    line-height: 0;
    margin-bottom: 40px;
}


.theme-color1 {
    background: #694e30;
    color: #694e30;
}

.sec3wrap {
    display: grid;
    grid-template-columns: 95%;
    justify-content: center;
    /* background: #fb6035; */
    background-image: url(/bilder/logo-background.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-y: 62px;
    padding-top: 35px;
}

img.headericon {
    max-width: 20vw;
    width: 29px;
    height: inherit;
    padding: 7px;
    background: #ab947a;
    position: relative;
    z-index: 999999;
}

div#headerbar {
    align-self: center;
    justify-self: right;
    margin-right: 5px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    justify-content: space-between;
}


.zimmerdetail {
    color: white;
    display: grid;
    grid-template-columns: auto auto;
    font-size: 90%;
}

.groesse {
    background: #545454;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

sup {
    font-size: 70%;
}

.raucher {
    background: #545454;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

.slider1txt {
    padding: 0px 5px 5px 5px;
}

img.arrimg {
    width: 100%;
    top: 0;
    /* position: relative; */
}

#group4 img.arrimg[src=""] {
    display: block;
    padding-top: 50%;
}

@media only screen and (min-width: 901px){div#headerbar{
    align-self: auto;
}
img.headericon{background:none;}
}

@media only screen and (max-width: 500px){
#slider1 {grid-template-columns: 95%;}
}

div#phonenum {
    white-space: nowrap;
    position: absolute;
    color: white;
    background: #694e30;
    right: -300px;
    border-radius: 0px 0px 0px 10px;
    padding: 55px 40px 5px 15px;
    font-size: 120%;
    top: -5px;
    transition: right 1s;
    font-size: 18pt;
}

input#phonecheck:checked ~ #phonenum{right: -65px;}

div#vorteildiv {
    display: none;
    line-height: 2;
}

input#direktcheck:checked ~ #vorteildiv{display:block;position: fixed;background: white;width: 64%;top: 15%;left: 15%;z-index: 1110;padding: 3%;border: #b43d78 solid;color: black;cursor: default;}


div#buchenwrapper {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1100;
    background: #d42d6600;
    color: white;
    width: 100%;
    height: 60px;
    top: 0px;
    background: linear-gradient(180deg, black, black,black, transparent);
}

div#menudiv {
    color: black;
    position: absolute;
    left: 100%;
    width: 100%;
    background: #b43d78;
    padding-right: 40px;
    overflow: hidden;
    transition: left 1.5s ease;
    top: 54px;
}

ul.menusection {
    display: none;
}

li.menureiter {
    list-style: '';
    font-size: 170%;
    background: #b43d78;
    border-bottom: 1px solid white;
    color: white;
}

#menudiv > ul {
    margin: 0;
    padding: 10px;
}

 #menudiv.menuactive {
    overflow-y: scroll;
    max-height: 93vh;
    left: 0;
}

div#buchenwrapper {
}

input.hiddenbox {
    display: none;
}

input.hiddenbox:checked ~ .menusection{display:block;
}

.menusection li {
    list-style: none;
    border-bottom: 1px dotted white;
    display: table;
    margin-bottom: 4px;
}

.menureiter a {
    text-decoration: none;
    color: white;
}

div#bodydiv {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}

.menureiter label {
    width: 100%;
    display: inline-block;
}

#bodydiv.menuactive {
    height: 100vh;
}

.buchen a {
    color: white;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #b43d78;
}

#buttonvorteile label {
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
}

input#direktcheck:checked ~ label{
    position: fixed;
    background: #00000052;
    z-index: 100;
}

#vorteildiv label {
    position: absolute;
    right: 1%;
    width: 5%;
    height: max-content;
    text-align: center;
    font-size: 125%;
}

@media only screen and (min-width: 901px) {.mobilefloater{/* display:none */}
#buchenwrapper{background: blue;}
#menu{
    height: 100%;
    border-radius: 0px;
}
}



@media only screen and (min-width: 1200px){
div#neue_seite_slider_0{
    top: 0px;
}
div#neue_seite_slider_1{
    top: 0px;
}
div#neue_seite_slider_2{
    top: 0px;
}
div#neue_seite_slider_3{
    top: 0px;
}
div#neue_seite_slider_4{
    top: 0px;
}
div#neue_seite_slider_5{
    top: 0px;
}
	
}


.arrangement {
    display: grid;
    grid-template-columns: 70% 30%;
    font-size: 125%;
    text-align: left;
}

.seitenbild {
    padding: 30px;
}

#arrangementcontent h2 {
    text-align: left;
}

div#arrangementcontent {
    padding: 20px;
}




div#arrangementbuchen {
    background: #694e30;
    display: grid;
    align-items: center;
    padding: 5px;
}

input#buchensubmit {
    background: #b43d78;
    border-color: #953364;
    border-radius: 20px;
    color: white;
    font-size: 40px;
    height: 60px;
}

input#buchen-ab {
    height: 60px;
    font-size: 22px;
    border-radius: 10px;
    border-style: hidden;
    text-align: center;
}

form#buchenform {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-around;
}

#buchenform input {
    max-width: 300px;
    justify-self: center;
    width: 100%;
    margin: 10px;
}

.service {
    padding: 10px;
    overflow: hidden;
    grid-template-columns: 70%;
    font-size: 125%;
    text-align: left;
    display: grid;
}

iframe#pdfframe {
    width: 100%;
    height: 100%;
		min-height:500px;
    border-style: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

div#pdfdiv {
    width: 100%;
    position: relative;
    justify-self: center;
    padding-bottom: 40px;
}

@media only screen and (max-width: 900px) {
	.sec1div{display:block;}
	.footer{grid-template-columns:44% 44%}
div#logowrap {
    position: relative;
}
div#logobackground {
	display:none;
}
	.arrangements{
	/* grid-template-columns:49% 49%; */
	/* grid-row-gap: 1%; */
	}
.arrangement{
	grid-template-columns: 100%;
}
div#pdfdiv {
    width: 200%;
    transform: scale(0.5, 0.5) translateY(-50%);
}

	}

div#servicecontent {
    display: grid;
};
}

div#uebersicht {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-evenly;
}

.uebersichtbild {
    margin-bottom: 20px;
}



@media only screen and (max-width: 900px) {
	div#bestpreis{left: 5px;}
	form#bannerform {grid-gap: 0px;grid-template-columns: 45px 35% 1fr;}
    .buchen {
    height: 55px;
}
div#bestpreis {
    width: 49px;
    display: none;
}
div#menubutton {
    margin-top: 0px;
    padding-left: 10px;
}
div.floater {
    display: none;
}
#menu{width: max-content;height: inherit;border-radius: 0;top: 0;border: none;}
div#group1{width:100%;}
div#group2{width:100%;}
.arrangements{display:block;}
	.footer{grid-template-columns:90%}
		#slider1{grid-template-columns: 75%;}
.service{display:block
}
	}

div#uebersicht {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-evenly;
}

label#trustyou {
    display: table-column;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
}

#trustwrap{right: 0px;position: fixed;bottom: -126px;z-index: 9999;transition: bottom 1s ease;}

input#trustcheck:checked ~ div {
    bottom: 0px;
}

div#voreu {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

img#eutop {align-self: center;justify-self: center;}



.service {
    word-break: break-word;
}

.footer a {
    color: white;
}

.footerend a {
    color: white;
}

.inputfield input[type=text] {
    width: 100%;
}

.inputfield input[type='checkbox'] {
    width: auto;
}

.inputfield input {
		height: 4ex;
    width: 100%;
}

textarea {
    width: 100%;
    height: 70px;
}



div#cookies {
    position: fixed;
    top: 25%;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    height: 50%;
    display: grid;
    font-size: 150%;
    width: 70%;
    padding: 2%;
    max-width: 450px;
}

div#cookiediv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000a3;
}

html {
    position: relative;
}

div#cookie_accept {
    float: right;
    right: 0px;
    display: inline;
    background: #000000;
    border-radius: 10px;
    padding: 10px;
    color: white;
}

div#cookie_deny {
    left: 0px;
    display: inline;
    padding: 10px;
    float: left;
}

div#cookiebackground {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 600px) {
#vorteilol{
    padding-left: 15px;
}
#vorteilol li{
    line-height: 1.3;
    margin-bottom: 5px;
}
form#buchenform{grid-template-rows: 50% 50%;grid-template-columns: 100%;}

#buchenform input {font-size: 18px;}

div#uebersicht{
    grid-template-columns: 45% 45%;
    align-content: space-between;
    justify-content: space-between;
}
div#cookie_accept {
    float: none;
    display: inline-block;
    background: #000000;
    border-radius: 10px;
    padding: 10px;
    color: white;
    margin-top: 30px;
}

div#cookie_deny {
    left: 0px;
    display: block;
    padding: 10px;
    float: none;
}
div#cookies {
    top: 10%;
    left: 6%;
    height: 54%;
    width: 84%;
    padding: 2%;
    min-height: 450px;
    transform: none;
}

}






div#arrh1div {
    position: absolute;
    width: 100%;
    justify-items: center;
    top: 0;
    height: 0;
    max-height: calc(100vh - 170px);
    z-index: 998;
    align-items: center;
    color: white;
    text-shadow: black 1px 1px;
    padding-top: 47.5%;
}

h1#arrh1 {color: white;font-size: 70px;text-align: center;}

@media only screen and (max-width: 900px) {
	.sec1div{display:block;}
	.footer{grid-template-columns:44% 44%}
div#logowrap {
    position: relative;
    background: #694e30;
    z-index: 999999999;
    grid-template-columns: 110px auto;
}
div#logobackground {
	display:none;
}
	.arrangements{
	/* grid-template-columns:49% 49%; */
	/* grid-row-gap: 1%; */
	}
div#arrh1div{
    padding-top: 50%;
    top: 61px;
}
h1#arrh1{
    font-size: 46px;
}
	}

div#arrh1wrapped {
    display: grid;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
}

@media only screen and (max-width: 500px){

.slider {width:130%;right: 12%;}
.arrangement h1{
    position: absolute;
    top: -2%;
    padding-top: 43vw;
    width: 90%;
    text-align: center;
}
div#arrh1div{
    padding-top: 64%;
}
h1#arrh1{
    font-size: 39px;
}
}


div#map {
    height: 400px;
}

div#legend img {
    max-width: 20px;
}

div#legend {
    background: white;
    font-size: 10px;
    max-width: 80px;
    padding: 10px;
}

#hide133 {
	display:none;
	}
#hide77 {
	display:none;
	}

bike-rental-service {
    --text-default: #3C3C3C;
    --text-mid: #878787;
    --text-btn: #FFFFFF;
    --text-error: #CC0000;
    --text-success: #70af13;
    --text-warning: #664d03;
    --gray-light: #FDFDFD;
    --gray-mid: #ededed;
    --gray-dark: #694e30;
    --secondary-light: #F6F6F6;
    --secondary-mid: #b43d78;
    --secondary-dark: #b43d78;
    --primary-light: #FF6B6B;
    --primary-mid: #b43d78;
    --primary-dark: #e295bb;
    --orange: #ef931b;
    --bg-default: #FFFFFF;
    --bg-form: #F6F6F6;
    --bg-special: #efe1d2;
    --bg-error: #f7cdcd;
    --bg-success: #d1e5b1;
    --bg-warning: #fff3cd;
    --border-default: #F6F6F6;
    --border-mid: #F6F6F6;
    --border-warning: #ffecb5;
    --pay-gray: #F1F1F1;
    --pay-gray-border: #F6F6F6;
	  --button-border-radius: 5px;
	--bg-basket: #b43d78;
--bg-basket-hover: #e295bb;
--datepicker-primary: #b43d78;
--datepicker-primary-hover: #007272;
--datepicker-inrange-date: #efe1d2;
--datepicker-locked-date: #ee9191;
--datepicker-fg-selected: #FFFFFF;
	--bs-gutter-x: 24px;
    --spacer-0: 0;
    --spacer-1: 4px;
    --spacer-2: 8px;
    --spacer-3: 16px;
    --spacer-4: 24px;
    --spacer-4-plus: 32px;
    --spacer-5: 48px;
    --basket-top-spacer: 120px;
}
