/* =================COPYRIGHT================= */
/* Entwicklung & Umsetzung                     */
/* (c)2025 Agentur Hundertmarck                */
/* www.hundertmarck.com                        */
/* =========================================== */

/*Braun: normal: #785555, dunkel: #6a4444, ganz dunkel: #543535;*/

html, body {
	/*background-color : #ebebeb;*/
	background: #EDDBCD;
	background: linear-gradient(0deg,rgba(237, 219, 205, 1) 0%, rgba(242, 231, 222, 1) 100%);
	background-size : cover;
	color : #1a171b;
	font-size : 17px;
	font-family: Open Sans, sans-serif;
	/*background-image : url(../img/background.jpg);
	background-color: rgba(255,255,255,0.0);
	background-blend-mode: lighten;
	background-size : cover;
	background-repeat : no-repeat;
	background-attachment : fixed;*/
}

.container {
	max-width : 1268px;
}

.logo {
	max-width : 100%;
	/*background: linear-gradient(90deg, rgba(255,255,255,1.0) 80%, rgba(255,255,255,0.3) 90%, rgba(255,255,255,0.0) 100%);*/
}

.header-contact {
	text-align : center;
	color : white;
	background-color : #785555;
	padding : 20px;
	margin-bottom : 20px;
	float : right;
	max-width : 330px;
	border-radius : 10px;
	margin-top : 20px;
	border : 2px solid #785555;
}

/*.header-contact:hover {
	background-color : #353432;	
}*/

.header-contact a {
	color : white;
}

.header {
	margin-top : 0px;
	background-color : white;
	position : relative;
}

.subline {
	background-color : #785555;
	color : white;
	padding : 5px;
	word-spacing : 3px;
	font-size : 12pt;
}

.subline a {
	color : white;
}

.navbar {
	background-color : #44972a !important;
	padding-left : 0px;
	padding : 0px;
	border-bottom : 4px solid #437087;
	color : white;
	font-size : 16px;
}

.navbar-toggler {
	background-color : #44972a;
	margin : 10px;
	color : white;
	padding : 10px;
	font-size : 18px;
	transition : 0.3s;
	margin-right : 0px;
	box-shadow: none;
	border-color : lightgrey;
	border : none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	background-color : #51a138;
}

.nav-link {
	color : white;
	padding : 20px;
	padding-left : 30px !important;
	padding-right : 30px !important;
}

.nav-link:hover {
	color : white;
	background-color : #51a138;
}

.nav-link:focus {
	color : white;
	background-color : #398820;
}

.nav-item .active {
	color : white !important;
	background-color : #398820;
}

.content {
	background-color : white;
	padding : 20px;
	padding-bottom : 40px;
}

.team {
	margin-top : 30px;
}

.team-box {
	text-align : center;
}

.team-bild {
	max-height : 200px;
	padding : 10px;
	max-width : 100%;
}

h1 {
	font-size : 28px;
	color : #785555;
	margin-bottom : 5px;
}

h2 {
	font-size : 18px;
	color : grey;
	margin-bottom : 20px;
	line-height : 24px;
}

h3 {
	font-size : 18px;
	color : #785555;
	margin-bottom : 20px;
}

h4 {
	font-size : 16px;
	color : grey;
}

.content ul {
	list-style-type : none;
	margin-left : -17px;
	margin-top : 20px;
}

.content li {
	margin-top : 15px;
}

.content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #312783; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.0em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.content strong {
	color : #785555;
}

.footer {
	color : white;
	/*text-align : center;*/
	font-size : 18px;
	background-color : #44972a !important;
	padding : 20px;
	font-size : 14px;
	margin-bottom : 20px;
}

.footer a {
	color : white;
	text-decoration : none;
	transition : 0.2s;
}

.footer a:hover {
	color : #dddddd;	
}

.footer-adresse {
	text-align: center;
}

.footer-menu {
	/*margin-top : 10px;*/
	text-align : right;
}

a {
	color : #398820;
	text-decoration : none;
	transition : 0.2s;
}

a:hover {
	color : #44972a;	
}

.btn-primary {
	background-color : #44972a;
	color : white;
	border : none;
	box-shadow : none;
	border-radius : 7px;
}

.btn-primary:hover {
	background-color : #51a138;
	color : white;
	border : none;
}

.btn-primary:focus {
	background-color : #51a138;
	color : white;
	border : none;
}

.btn-primary:active {
	background-color : #51a138;
	color : white;
	border : none;
}

btn:focus, a:focus {
	outline: none;
	box-shadow: none !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background-color : #398820;
}

hr {
	margin-top : 20px;
	margin-bottom : 20px;
}

.card {
	border : 1px solid #ebebeb;
	background-color : #fcfcfc;
	transition : 0.2s;
}

.card-footer {
	border-color : #ebebeb;
	background-color : transparent;
}

.card-footer:hover {
	
}

.card:hover {
	background-color : #f6f6f6;	
}

.alert-primary {
	background-color : lightgrey;
	border : none;
	color : black;
}

@media(max-width:767px) {
	.header {
		text-align : center;
	}
	.logo {
		max-width : 100%;
	}
	.nav-link {
		text-align : center;
		font-size : 18px;
		transition : none;
	}
	.team {
		text-align : center;
	}
	.footer {
		text-align : center;
	}
	.footer-adresse {
		margin-top : 20px;
	}
	.footer-menu {
		text-align : center;
		margin-top : 20px;
	}
}

@media(max-width:1200px) {
	.nav-link {
		padding-left : 18px !important;
		padding-right : 18px !important;
	}
}
@media(max-width:991px) {
	.nav-link {
		padding-left : 9px !important;
		padding-right : 9px !important;
	}
}

/* Subfooter */

.subfooter {
	font-size : 14px;
	color : #785555;
	margin-bottom : 20px;
	/*text-shadow: 1px 1px 2px black;*/
}

.subfooter a {
	color : #785555;
}

/* Carousel Teaser */
.carousel-caption {
	text-align : left;
	background-color : rgb(67,112,135,0.9);
	text-shadow : none;
	margin-bottom : -5px;
	padding-bottom : 0px;
	padding-top : 10px;
	padding-left : 20px;
	padding-right : 10px;
	border-radius : 0px;
	position : absolute;
	left : 0px;
	bottom : 0px;
	max-width : 450px;
	font-size : 15px;
	box-shadow : none;
}
.carousel-inner h5 {
	color : white;
	font-weight : 600;
}
.carousel-inner p {
	color : white;
	margin-top : -5px;
}
.carousel-indicators {
	margin-bottom : 0px;
}

.social-icon {
	font-size : 22px;
}


/* Embed-Container */
.embed-container {
	position: relative;
	padding-bottom: 71%;
	height: 0;
	overflow: hidden;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Marked Text */
::-moz-selection { background: #44972a; color: white; }
::selection { background: #44972a; color: white; }