@charset "UTF-8";


.heading-block h2 {
	font-size: 36px;
}

.heading-block h3 {
	line-height: 1.3;
}

h3.heading-block,
.small-heading-block {
	margin-bottom: 20px;
}

h3.heading-block::after,
.small-heading-block.heading-block::after {
	margin-top: 15px;
	width: 25px;
}


.topbottomborders {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}


.map-back {
	background-color: rgb(189, 170, 122);
	background-image: url('../images/berlin-map-gold.jpg');
	background-size: cover;
	background-position: center center;
}

.parallax {
	background-repeat: no-repeat !important;
}

.parallax-adjust {
	background-size: cover;
}

@media (max-width: 767px) {
	.parallax-adjust {
		background-size: 1000px !important;
	}

	.hideonsmallestscreen {
		display: none;
	}

}


#footer .lead {
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}


.team-image {
	border-radius: 100%;
	width: 300px;
	max-width: 80%;
	height: auto;
	margin: 0 30px;
}

.team-text {
	padding-top: 40px;
}

.quote-text {
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
}
.quote-author {
	color: #aaa;
}


.cards-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.card-container {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;

	flex: 0 0 25%;
	max-width: 25%;

}

.card {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	border-radius: 4px;
	overflow: hidden;
	height: 100%;
}
.card a {
	color: #555;
}

.card-content {
	padding: 15px;
}

@media (max-width: 991px) {
	.card-container {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}
@media (max-width: 767px) {
	.card-container {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#primary-menu-trigger {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/burger-button.svg');
}
