.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.backward {
    display: none !important;
}

.forward {
    display: none !important;
}

.500pxtrack {
  display: flex;
}

.reel {
  display: flex;
  width: fit-content;
  animation: scroll-carousel 33s linear infinite;
}

.reel article {
  flex: 0 0 auto;
  width: 300px; /* Oder was du brauchst */
  margin-right: 20px;
}

.reel img {
  width: 100%;
  display: block;
}

@keyframes scroll-carousel {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Optional: Style the articles */
.carousel article {
  flex: 0 0 auto;
  width: 400px; /* oder passend zu deinem Layout */
  margin-right: 20px;
}

#nav {
    position: fixed;
   /* background-color: #000000d1; Grau / schwarz */ 
   background-color:#2b252ce0; /*Farbe: Grau Aubagine*/
}


.start {
background: hsl(0deg 0% 100% / 44%);
    color: black;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transition: background 1s;
	
}

#header {
    position: relative;
    background-image: url(../../img/bauplaene_go-deni-bau.de.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 7.5em 0 2em 0;
    cursor: default;
}

@media screen and (max-width: 480px) {
    #header {
        position: relative;
        background-image: url(../../img/go_deni-bau_mobil.png) !important;
		background-size: cover;
        background-position: center center;
        background-attachment: local;
        color: #fff;
        text-align: center;
        padding: 7.5em 0 2em 0;
        cursor: default;
    }
}

@media screen and (max-width: 930px) {
    #header {
        position: relative;
        background-image: url(../../img/go_deni-bau_mobil.png) !important;
		background-size: cover;
        background-position: center center;
        background-attachment: local;
        color: #fff;
        text-align: center;
        padding: 7.5em 0 2em 0;
        cursor: default;
    }
}


@media screen and (max-width: 736px) {
    #navButton .toggle:before {
        text-decoration: none;
        font-style: normal;
        content: '\f0c9';
        color: #fff;
        color: rgba(255, 255, 255, 0.75);
        text-align: center;
        display: block;
        font-size: 14px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        background: #C21D2E !important;
        border-top: 0;
        border-radius: 0 0 0.35em 0.35em;
    }
}



.versendet {
	font-size:20px;
	font-weight:700;
	color:green;
	
}

.nichtversendet {
	font-size:20px;
	font-weight:700;
	color:red;
}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}


.kontakt {
	float: right;

}

.kon {
	color:#fff !important;
	
}


.col-01 {
	width:50% !important;
	
}


.icon.circled {

    display: none !important;
}

.unter {
	font-size:45px;
	text-align:center;
	
}

.untertext {
	text-align:center;
	
}

ul.divided li {
    border-top: solid 0px rgba(128, 128, 128, 0.2) !important;
}
@media screen and (min-width: 460px) {
#header .inner {

    width: 100% !important;
	margin-left: -11px;
}}

@media screen and (max-width: 460px) {
.mobil-logo {
    width: 100% !important;

}}

.mobil-logo2 {
    width: 30% !important;
    margin-top: -22px;
    margin-left: -170px;

}
/*
@media screen and (max-width: 460px) {
.mobil-logo2 {
    display:none;
}}
*/
.wrapper {
    background: #fff;
    margin: 0 0 2em 0;
    padding: 0 0 0 0;
}

.image.featured {
    margin: 0 0 1em 0 !important;
}

.cont {
  display: flex !important;
  justify-content: space-between; /* oder space-around, space-evenly */
}

@media screen and (max-width: 460px) {
.cont {
  display: grid !important;
  justify-content: space-between; /* oder space-around, space-evenly */
  text-align:center;
      padding: 70px;
}}

/*Partner*/
.cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px; /* Abstand zwischen den Logos */
  padding: 10px;
}

.partner {
  background: #f0f4f4;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}

.partner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}


p,ul {
	padding: 0px 10px 0px !important;
	
}


@media screen and (max-width: 460px) {
.unter {
	
	font-size:22px;
	text-align:center;
}}


.button:hover {
		background: #df7366;
}
		
#backToTopBtn {
    position: fixed;
    right: -160px;
    bottom: 40px;
    z-index: 1000;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 78%);
    transition: right 0.4s ease;
}

@media screen and (max-width: 680px) {
    #backToTopBtn {
        position: fixed;
        right: -160px;
        bottom: 50px;
        z-index: 1000;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 0px 10px;
        border-radius: 50px;
        cursor: pointer;
        font-size: 13px;
        box-shadow: 0 4px 6px rgb(0 0 0 / 78%);
        transition: right 0.4s ease;
        width: 26% !important;
    }
}

.custom-list {
  list-style-type: none; /* Entfernt die Standardaufzählungszeichen */
}

.custom-list li::marker {
  content: "- "; /* Setzt das ">" Symbol als Aufzählungszeichen */
  font-weight: bold; /* Optional: Fett formatiert */
}


.headinfo {
	float:right;
	margin-top:-10px;
	font-size: 15px;
	
}

.headinfo2 {
	float:left;
	margin-top:-10px;
	font-size: 15px;
	width: 15%;
	
}

@media screen and (max-width: 460px) {
.headinfo {
	
	display:none !important;
	
}}


@media screen and (min-width: 800px) {
#nav > ul {
 
    margin-left: -257px !important;
}}


body.homepage #header:after {

    background: #fefefe82 !important;

}


.seo {
    font-size: 13px !important;
    margin-top: 10px;
}

.imdata {
    text-decoration: none !important;
	border-bottom: solid 0px !important;
	text-align: center !important;
	font-size:12px !important;
}

/*LEIGHTBOX FÜR DATENSCHUTZ

.lightbox {
color:#000 !important;
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 1000;
}
.lightbox.show {
visibility: visible;
opacity: 1;
display: block;
}
*/

.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  overflow-y: scroll;
}

.lightbox.show {
  display: block;
}



.lightbox-content {
background: #fff;
padding: 20px;
border-radius: 12px;
max-width: 600px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
position: relative;
}


.lightbox-close {
position: absolute;
top: 12px;
right: 16px;
font-size: 28px;
font-weight: bold;
color: #333;
cursor: pointer;
transition: color 0.2s;
}
.lightbox-close:hover {
color: #e11d48; /* Rot */
}


@media (max-width: 480px) {
.lightbox-content {
padding: 15px;
border-radius: 8px;
}
.lightbox-close {
font-size: 24px;
}
}

.datas {
    color: #000 !important;
    font-size: 30px !important;
    padding: 30px;
}
/*
.custom-will {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
*/

.custom-will {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  list-style: none;
  padding-left: 0;
  max-width: 1000px;
  margin: 30px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.custom-will li {
  background: url('data:image/svg+xml;utf8,<svg fill="green" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M7.629 14.29l-4.72-4.7L2.5 10.98l5.13 5.12 10-10-1.41-1.42z"/></svg>') no-repeat 0 5px;
  background-size: 20px 20px;
  padding-left: 30px;
}


@media (max-width: 768px) {
  .custom-will {
    font-size: 15px;
    padding: 0 15px;
  }
}



form label {
    display: contents !important;
 }

@media (max-width: 965px) {
.headinfo {
    margin-top: -20px !important;
	
}}


/* FOOTER */

.custom-footer {
background-color: #222;
color: #fff;
padding: 40px 20px;
margin-top: 3px;
}


.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}


.footer-box {
flex: 1 1 250px;
min-width: 250px;
}


.footer-box h4 {
margin-bottom: 15px;
color: #e0e0e0;
}


.footer-box ul {
list-style: none;
padding: 0;
margin: 0;
}


.footer-box ul li {
margin-bottom: 8px;
}


.footer-box a {
color: #aaa;
text-decoration: none;
}


.footer-box a:hover {
color: #fff;
text-decoration: underline;
}


@media screen and (max-width: 460px) {
.footer-box-mobil {
	
	text-align: center !important;
}}


@media screen and (max-width: 768px) {
.footer-container {
flex-direction: column;
align-items: center;
}
.footer-box {
text-align: center;
}
}

#footer {
	
    /* background: #2b252c;*/
	 background: #f0f4f4 !important;
	 color:#483949 !important;
}

/*Textfarbe*/

.lable {
	color:#483949 !important;
	
}

ul.divided li {
    
	padding-top: 0em !important;
 
 }

.partner2 {
	background-color: #fff;
    padding: 110px 0px 250px 0px;
	
}

/* COOKIE BANNER */

        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 50%;
            padding: 20px;
            background-color: #f1f1f1;
            box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
			z-index:1;
			margin: 250px 420px;
			border: solid 2px #E5E5E5;
        }

		@media screen and (max-width: 460px) {
		.cookie-banner {
			margin: 0px 0px;
	
		}}


        .cookie-banner button {
            margin: 5px;
            padding: 10px 20px;
            background-color: #000;
            color: white;
            border: none;
            cursor: pointer;
        }

        .cookie-banner button.reject {
            background-color: #333;
        }

        .reset-image {
            position: fixed;
            bottom: 10px;
            left: 10px;
            width: 40px;
            height: 40px;
            cursor: pointer;
        }
		@media screen and (max-width: 414px) {
		.cookie-banner {
			width: 100% !important;
			
		}}
		
		.cookie-bg {
		background: #000 !important;
		margin: 0 0 0em 0;
	
		}
		
		
/*COOKIE INFO*/

.cookie-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.cookie-lightbox.show {
  display: block;
}

.cookie-lightbox-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  overflow-y: auto;
  max-height: 90vh;
}

@media screen and (max-width: 460px) {
.cookie-lightbox-content {
    margin: 40% auto;
    max-width: 400px;
    width: 100%;
    position: relative;

}

.cookie-lightbox-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  color:#494949;
  cursor: pointer;
}

.cookie-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 20px !important;
  font-size: 15px !important;
}

.cookie-table th,
.cookie-table td {
  border: 1px solid #000 !important;
  padding: 10px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.cookie-table th {
  background-color: #f5f5f5 !important;

}

.table-body {
	border: 1px solid #ccc !important;
    font-size: 15px !important;
	padding:4px !important
	
}