body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@font-face {
	font-family: "Avenier Next LT Light";
	src: url("../../files/AlischArchitektur/Fonts/AvenirLTProLight.otf") format("opentype");
}
* {
	font-size: 18px;
	font-family: "Avenier Next LT Light", sans-serif;
}

.Header {
	display: flex;
	justify-content: space-between;
	padding-inline: 20%;
	padding-block: 10px;
	border-bottom: 1px solid lightgray;
}

.Header .Logo img {
	height: 150px;
}

.Header .MenuButton img {
	height: 30px;
	margin-bottom: 10px;
}

.Header .MenuButton {
	display: flex;
	align-items: end;
}

.Header .Logo {
	display: flex;
	align-items: center;
}
.Banner img {
    width: 100%;
    transition: opacity 2s ease;
    opacity: 1;
}
.Banner {
    position: relative;
    overflow: hidden;
    height: 720px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.Menu {
	background-color: white;
	position: fixed;
	width: 100%;
	height: calc(100vh - 171px);
	top: 171px;
	left: 0px;
	z-index: 999;
	font-size: 24px;
	transition: opacity 0.3s ease;  /* sanfte Überblendung */
}

.menu.hidden {
    opacity: 0;            /* unsichtbar */
}

.Menu div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding-top: 80px;
}

.Menu div a {
	color: black;
	text-decoration: unset;
}

.Projekte {
	margin-inline: 20%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.Projekte img {
	width: 100%;
	max-width: 1524px;
	margin-bottom: 30px;
}

.Unterseite-Überschrift {
	margin-inline:20%;
	margin-top: 30px;
}

.Unterseite-Überschrift h1 {
	font-size:20px;
}

.Karte {
	margin-inline: 20%;
	margin-bottom: 50px;
	margin-top: 30px;
	width: 60%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Karte iframe {
	width: 100%;
	height: 400px;
}

.Kontakt {
	display: flex;
	justify-content: space-between;
	margin-inline: 20%;
}

.Kontaktdaten {
}

.Kontaktdaten div {
	display: flex;
	flex-direction: column;
}

.Kontaktdaten a {
	color: black;
	text-decoration: none;
}

.Kontaktdaten div:first-of-type {
	padding-right: 50px;
}

#karteAnzeigen {
	background-color: #000;
	color: white;
	border: 10px solid black;
	padding-inline: 30px;
	cursor: pointer;
	transition: background-color 0.5s, border-color 0.5s;
}

#karteAnzeigen:hover, #karteAnzeigen:focus {
	background-color: #005A7F;
	border-color: #005A7F;
}

a, #recookie {
	transition: color 0.5s;
}

a:hover, a:focus, #recookie:hover {
	color: #005A7F !important;
}

.Footer a {
    color: white;
    text-decoration: none;
}
.Footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    background: black;
    color: white;
    flex-wrap: wrap;
    text-align: center;
    padding-inline: 5%;
    padding-block: 10px;
    align-items: center;
    row-gap: 5px;
}
.Footer p {
	margin-block: 5px;
}
#recookie {
	cursor: pointer;
}
.projektslider {
    margin-inline: 20%;
    max-height: 500px;
}

.projektslider img {
    max-height: 500px;
    width: auto;
}

.projektslider .swiper-button-prev {
	top: unset;
	left: 12px;
	bottom: 30px;
	border: unset;
    background: unset;
    color: #8d8d8d;
    z-index: 100;
}

.projektslider .swiper-button-next {
    right: unset;
    top: unset;
    bottom: 30px;
    left: 67px;
    border: unset;
    background: unset;
    color: #8d8d8d;
    z-index: 100;
}
.projektslider .swiper-pagination {
    left: 8px;
    text-align: left;
    height: 65px;
    background: white;
    display: flex;
    align-items: flex-end;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 5px;
    width: 96px;
}

.projektslider figure {
    width: max-content;
    display: flex;
    justify-content: flex-end;
}

.projektslider figcaption {
    position: absolute;
    bottom: 10px;
    margin-right: 10px;
    font-size: 20pt;
    background: white;
    box-shadow: 0 0 5px 5px white;
}

.projektslider .swiper-pagination-bullet-active {
	background: #8d8d8d;
	opacity: 1 !important;
}

.projektslider .swiper-pagination-bullet {
	opacity: 0.5;
	background: #8d8d8d;
}

.projektslider .swiper-button-disabled {
    opacity: 0.5;
}

.projektdetailsueber {
    font-size: 16pt;
}

.projektdetails {
    margin-inline: 20%;
    margin-bottom: 20px;
}

.projektdetailsbox {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
}

.projektslider .content-image figure {
	max-width: 100%;
}

@media (max-width: 750px) {
	.projektslider figcaption {
		position: unset !important;
		box-shadow: unset !important;
		margin-bottom: 90px;
	}
	.projektslider .content-image figure {
		max-width: 100%;
		flex-direction: column;
    	align-items: flex-end;
	}
	.projektdetails {
		margin-top: 80px;
	}
}
