body{font-family:"Montserrat",sans-serif;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column;background-color:#fffff7}header{background-position:0px -668px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;color:#ff7d3b;font-size:clamp(2rem,5vw,3rem);text-shadow:2px 2px 8px rgba(0,0,0,.1);text-align:center;padding:1rem}header .site-title{font-size:clamp(2.5rem,7vw,9rem);text-shadow:2px 2px 4px rgba(0,0,0,.1);position:relative;z-index:1}header h1{margin:0;font-size:2.5rem;text-align:center}.back-link{position:absolute;left:1rem;top:1rem;text-decoration:none;background:#fffff7;color:#ff7d3b;font-size:1.1rem;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:9999px;font-weight:500;border:2px solid #ff7d3b;cursor:pointer;transition:all .25s ease}.back-link svg{width:1.2em;height:1.2em;stroke:currentColor;transition:inherit}.back-link:hover{background:#ff7d3b;color:#fffff7;transform:translateY(-1px)}@media(max-width: 768px){.back-link{font-size:1rem;padding:.4rem .8rem}.back-link svg{width:1em;height:1em}}@media(max-width: 480px){.back-link{font-size:.9rem;padding:.3rem .6rem}.back-link svg{width:.9em;height:.9em}}.kontakt-container,.datenschutz-container,.cookie-container,.impressum-container{max-width:800px;margin:2rem auto;padding:1rem;flex:1}h1{margin-bottom:1rem;color:#ff7d3b}h2{font-family:"Montserrat",sans-serif;padding-bottom:.3rem;color:#082a89;font-style:italic;font-size:1.4rem;margin-bottom:-0.8rem;margin-top:3.5rem}p{line-height:1.6;margin-bottom:3.5rem;font-size:1rem}ul{list-style-position:inside;line-height:1.6}a{text-decoration:none;color:unset}button{background-color:#ff7d3b;color:#fffff7;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:rgb(255,91.1734693878,8)}footer{display:flex;flex-direction:column;align-items:center;background-image:url("images/Footer_blue.svg");background-repeat:no-repeat;background-size:cover;color:#fffff7;padding:2rem;padding-bottom:2rem;text-align:center}footer #links{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffff7;flex-wrap:wrap;padding:0 1.5rem}footer #links a{color:#fffff7;text-decoration:none;font-weight:600;font-size:.9rem;padding:.25rem .5rem;border-radius:6px;transition:all .15s ease;position:relative}footer #links a:hover{color:#ff7d3b;background-color:hsla(0,0%,100%,.1)}footer #links a:not(:last-child)::after{content:"";position:absolute;right:-0.25rem;top:50%;transform:translateY(-50%);width:3px;height:3px;background-color:hsla(0,0%,100%,.4);border-radius:50%}@media(max-width: 768px){footer #links{gap:.25rem}footer #links a{font-size:.85rem;padding:.25rem}footer #links a:not(:last-child)::after{display:none}}@media(max-width: 480px){footer #links{flex-direction:column;align-items:center;gap:0}footer #links a{width:100%;text-align:center;padding:.5rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.2)}footer #links a:last-child{border-bottom:none}}footer #footer-made-with{margin:0;padding:1rem 1.5rem;font-size:.85rem;color:#fffff7;text-align:center;line-height:1.8;border-radius:12px;max-width:90%}footer #footer-made-with a{color:#ff7d3b;font-weight:600;text-decoration:none;transition:color .15s ease}footer #footer-made-with a:hover{color:rgb(255,158.8265306122,110);text-decoration:underline}footer #footer-made-with .emoji{vertical-align:middle;margin-left:2px}@media(max-width: 480px){footer #footer-made-with{font-size:.8rem;padding:.5rem 1rem;line-height:1.6}}