body{
	 font-family: 'Inter', -apple-system, sans-serif; font-size: 15px;
}
.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.nav-link.active{
	background-color: lightgrey !important;
}

.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.carousel-caption{
	top: 40%;
}

.img-slider{
	min-height: 550px;
	object-fit: cover;
	height: 85vh;
	max-height: 950px;
	width: 100%;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
	object-fit: cover;
}

@media screen and (max-width : 1920px){
  .only-mobile{
  visibility:hidden;
  }
}

@media screen and (max-width : 506px){
 
 .only-mobile{
  visibility:visible;
  }

  .img-slider{
  	height: 60vh;
  	min-height: 400px;
  }
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.footer .impressum-text{
	font-size: 12px;
	color: #777;
	line-height: 1.6;
}

.footer .impressum-label{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
}

footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}

.img-grayscale{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.img-grayscale:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.icon-badge{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
	margin-left: 15px;
	margin-bottom: 18px;
	color: inherit;
	font-size: 28px;
}

.icon-badge i{
	top: 0;
	left: 0;
}

.about-text-col{
	padding-left: 30px;
}

.about-text-col h3,
.about-text-col p{
	padding-left: 50px;
}

.img-align-icon{
	margin-left: 45px;
	width: calc(100% - 45px);
}

.contact-intro{
	max-width: 520px;
	margin: 0 auto 24px;
	color: #6c757d;
}

.contact-list{
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.contact-list li{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: 17px;
}

.contact-list li i{
	color: inherit;
	width: 30px;
	text-align: center;
	margin-right: 14px;
	font-size: 19px;
}

.contact-list li a{
	color: #212529;
	text-decoration: none;
}

.contact-list li a:hover{
	color: #7396C8;
}

.contact-box{
	min-height: 0;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}


.about-first{
	padding-top: 40px;
}

.about-last{
	padding-bottom: 40px;
}


.about-content{
	padding-right: 40px;
}


.about-text-col h3,
.about-text-col p{
	padding-left: 15px;
}


/* Vereinheitlichung: Icon, Text und Foto bekommen exakt denselben margin-left (45px) von ihrer jeweiligen Spaltenkante, keine additiven Zwischenwerte mehr */
.about-text-col{
	padding-left: 0;
}

.icon-badge{
	margin-left: 45px;
}

.about-text-col h3,
.about-text-col p{
	padding-left: 45px;
}


.about-text-col{
	padding-left: 15px;
}


.about-first{
	padding-top: 60px;
}

.about-last{
	padding-bottom: 60px;
}


.work-first{
	margin-top: 50px;
}

.contact-box{
	margin-top: 50px;
}


.about-first{
	margin-top: 50px;
}


.work-first{
	padding-top: 60px;
}

.work-last{
	padding-bottom: 60px;
}


.img-align-right{
	margin-right: 45px;
	width: calc(100% - 90px);
}


/* Korrektur: about-content (Zeile) hat bereits 40px padding-right, das hatte ich bei der ersten Rechnung uebersehen */
.img-align-right{
	margin-right: 5px;
	width: calc(100% - 50px);
}

/* Temporaer waehrend der Bearbeitung: dunklerer Hintergrund fuer bessere Sichtbarkeit der Box-Raender */
.row.bg-light{
	background-color: #d8dde1;
}


/* Icon und Ueberschrift nebeneinander statt untereinander */
.icon-text-row{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 45px;
	margin-left: 15px;
	margin-bottom: 18px;
}

.icon-badge{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.about-text-col h3{
	padding-left: 0;
	margin-bottom: 0;
}

/* Hintergrund noch dunkler (temporaer) */
.row.bg-light{
	background-color: #b8c0c6;
}


.icon-text-row{
	margin-left: 45px;
}

.row.bg-light{
	background-color: #8f99a1;
}


.contact-list li{
	font-size: 15px;
}

.contact-intro{
	color: #212529;
}


.contact-box{
	padding-top: 60px;
	padding-bottom: 60px;
}


.hero-logo-wrap{
	position: relative;
}

.hero-logo{
	position: absolute;
	right: 60px;
	bottom: 60px;
	height: 100px;
	width: auto;
	z-index: 10;
}


.hero-logo{
	right: 40px;
	bottom: 40px;
	height: 125px;
}


.hero-logo{
	height: 75px;
}


.hero-logo{
	height: 50px;
}


body{
	font-family: 'Montserrat', -apple-system, sans-serif;
}


.sr-only-heading{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* H3 -> H2 und H5 -> H3 umgestellt: Groesse bleibt wie vorher, nur das Tag hat sich geaendert */
.about-text-col h2{
	font-size: 1.75rem;
	font-weight: 400;
	margin-bottom: 0;
}

.card-title{
	font-size: 1.25rem;
}


.references-section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 50px;
}

.ref-entry{
	text-align: center;
	padding: 24px 15px;
}

.ref-name{
	font-size: 18px;
	font-weight: 600;
	color: #212529;
}

.ref-location{
	font-size: 14px;
	color: #6c757d;
	margin-top: 4px;
}

.reference-indicators{
	position: relative;
	margin-top: 20px;
}

.reference-indicators li{
	background-color: #7396C8;
}

.reference-control{
	filter: invert(1) grayscale(1);
	width: 24px;
	height: 24px;
}

#referencesCarousel .carousel-control-prev,
#referencesCarousel .carousel-control-next{
	width: 5%;
}


.about-text-col p{
	font-size: 16px;
	line-height: 1.65;
}

.contact-intro{
	font-size: 16px;
	line-height: 1.65;
}

.contact-list li{
	font-size: 16px;
	line-height: 1.65;
}


/* Referenz-Karussell-Punkte auf reinen Bootstrap-Standard zuruecksetzen, damit sie dem Hero-Karussell entsprechen */
.reference-indicators li{
	background-color: #fff;
}


.reference-indicators li{
	background-color: #777;
}


/* Temporaeren Bearbeitungs-Hintergrund aufgehoben, zurueck auf sauberes Bootstrap-Hell */
.row.bg-light{
	background-color: #f8f9fa;
}


@media screen and (max-width : 506px){
  .img-slider{
  	height: 45vh;
  	min-height: 280px;
  	max-height: 420px;
  }
}
