:root{
    --hell: rgb(213, 228, 235);
    --dunkel: rgb(21, 24, 65);
  }
html{
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    background: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: radial-gradient(rgb(236, 185, 238), rgb(236,236,236));
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
header{
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Slider*/
.slider{
    width: 100%;
    height: 300px;
    background: url(nails1.jpg) no-repeat;
    background-size: cover;
    animation: slide 20s infinite;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1100px) {
    .slider{
        height: 500px;
    }
}
@keyframes slide{
    35%{
        background: url(nails2.jpg) no-repeat;
        background-size: cover;
    }
    55%{
        background: url(nails3.jpg) no-repeat;
        background-size: cover;
    }
    75%{
        background: url(nails4.jpg) no-repeat;
        background-size: cover;
    }
    100%{
        background: url(nails1.jpg) no-repeat;
        background-size: cover;
    }
}
.slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*Slider ende*/

/*Navigation*/
nav{
    position: sticky;
    top: 0;
    width: 100%;
    height: 55px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 4px #fde6ff;
    /* Das ist dafür, dass die Navigation jederzeit anklickbar ist */
    z-index: 99;
}
nav ul{
    float: middle;
}
nav ul li{
    float: left;
    list-style: none;
    position: relative;
}
nav ul li a{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3a043dd5;
    font-size: 20px;
    text-decoration: none;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
}
nav ul li a:hover{
    background-color: #fee7ff77;
}
nav ul li ul{
    display: none;
    position: absolute;
    background-color: #fde6ff;
    padding: 0;
    border-radius: 0px 0px 12px 12px;
}
nav ul li:hover ul{
    display: block;
}
nav ul li ul li a{
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}
nav ul li ul li a:hover{
    background-color: #fcdbff
}
/*Navigation ende*/

/* Desktopscreen 992px to ... */

@media screen and (min-width: 992px){
.mobile {display: none !important;}
.no-mobile {display: block !important;}
}


/* Small screen / tablet / 760px to 991px */

@media (max-width: 991px){
.mobile {display: block !important;}
.no-mobile {display: none !important;}
}

/* Smaller screen / tablet+phone / 480px to 759px */

@media (max-width: 759px){
.mobile {display: block !important;}
.no-mobile {display: none !important;}
}

/* Extra small screen / smartphone / 280px to 479px */

@media (max-width: 479px){
.mobile {display: block !important;}
.no-mobile {display: none !important;}
}

details summary{
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}
.mitte{
    display: flex;
    justify-content: center;
    align-items: center;
} 
section{
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3e0541c5;
    font-size: 16px;
    text-decoration: none;
    background-color: #edd1f0;
}
.stylefaq{
    margin-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3e0541c5;
    font-size: 16px;
    text-decoration: none;
    background-color: #edd1f0;
}
div{
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3e0541c5;
    font-size: 16px;
    text-decoration: none;
    background-color: #edd1f0;
}
.form{
    padding:15px;
    margin: 60px;
    border:4px solid  rgba(203, 114, 206, 0.562);
    background-color:  rgba(245, 190, 240, 0.815);
    color:rgb(255, 255, 255);
    width: 450px;
    position: relative;
    top: 30px;
    font-size: 18px;
}
.sav_tekst{
    position: relative; top: auto;
}

/*Preisliste*/
.preis{
    float: right;
}
.angebot, .preis{
    color: #3e0541c5;
    font-size: 1.25em;
    font-weight: bold;
}
.liste{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 50px;
    background: url(preise.jpg) no-repeat;
    background-size: cover;
}
/*Preisliste ende*/

/*Footer*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1170px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #edd1f0;
    padding: 70px 0;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #fde6ff;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #e0a0ec;
    display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
/*Footer ende*/
