.h2, h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
}

button {
	text-transform: uppercase;
}

.fd-head {
	background-color: rgba(255,255,255,0.7) !important;
	position: relative;
}

.fd-image-container {
	background: url("../images/bild_header.jpg");
	padding: 380px 0 180px 0;
	margin-top: -220px;
	background-size: cover;
	min-height: 775px;
}



.impressumdatenschutz {
	position: absolute;
	right: 0;
	z-index: 10000;
}

.impressumdatenschutz a {
	color: #0076b5;
}

.relativecontainer {
	position: relative;
}

.nav-item.active a, nav-item a:hover {
	color: #0076b5;
	border-bottom: 3px solid #0076b5;

}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #0076b5;
	border-bottom: 3px solid #0076b5;

}

.nav-link {
	display: block;
	padding: .5rem 1rem 0.1rem 1rem;
	margin-bottom: 1rem;
}


.centerslider {
	color: #0076b5;
	text-transform: uppercase;
	font-size: 3rem;

}
.reposition {
	/*position: relative;*/
	/*!* haelfte der hoehe in der der image-container nach oben gezogen wurde *!*/
	/*top: 110px;*/
}

.w-5 {
	width: 5%;
}

.w-80px {
	width: 80px;
}

.w-60px {
	width: 60px;
}

.w-10 {
	width:10%;
}

.hr-left {
	float: left;
}



.hr-white {
	border-bottom: 3px solid white;
}

.hr-primary {
	border-bottom: 3px solid #0076b5;
}

.blueround {
	background: #0076b5;
	width: 100px;
	height: 100px;

	padding: 25px;

	margin-bottom: 20px;
}

h4 {
	text-transform: uppercase;
	color: #4a4a49;
	font-size: 20pt;
}

.blueline {
	display: inline-block;
	color: #0076b5;
	font-weight: bold;
	font-size: 16px;
}

.blue {
	color: #0076b5;
}

.btn-outline-fd {
	color: #0076b5;
	background-color: transparent;
	background-image: none;
	border-color: #0076b5;
	border-radius: 0;

}

.btn-outline-fd:hover {
	color: #fff;
	background-color: #0076b5;
	border-color: #0076b5;
}

.btn-invert-fd {
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border-color: #ffffff;
	border-radius: 0;
}

.btn-invert-fd:hover {
	color: #0076b5;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-full-fd {
	color: #FFFFFF;
	background-color: #0063a8;
	background-image: none;
	border-color: #0063a8;
	border-radius: 0;
}

.btn-full-fd:hover {
	color: #0076b5;
	background-color: transparent;
	background-image: none;
	border-color: #0076b5;
	border-radius: 0;
}

textarea.nachricht {
	height: 10rem;
}



.fd-greysection {
	background: #ededed;
	padding-bottom: 5em;
}

.my-video-dimensions {
	width: 100% !important;
	height: 400px !important;
}

section .container ul li {

}

.fd-ul ul {
	list-style: none;
	padding: 0;
}

.fd-ul ul li {
	padding-left: 1.3em;
}

.fd-ul ul li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #0076b5;
}

.fd-blue {
	background: #0076b5;
	color: #ffffff;
}

.fd-blue a {
	color: #FFFFFF;
}

.fd-blue hr {
	border-color: white !important;
}

.fd-darkblue {
	background: #232f5e;
	color: #ffffff;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0rem 0rem;
	margin-bottom: 0.25rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 0.8em;

}

.breadcrumb a {
	color: #b9bcc7;

}


.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #b9bcc7;
	content: "//";
}

.breadcrumb-item.active {
	color: #b9bcc7;
}

.darkblue {
	height: 100px;
}

.darblueheadline {
	height: 100px;
}

.headline {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
}

.fd-blue-container {
	padding: 10px
}

.fd-blue-bg {
	background: #0078b2;
	color: white;
}

.my-7 {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

.my-9 {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.mb-7 {
	margin-bottom: 4rem;
}

.mb-9 {
	margin-bottom: 5rem;
}

.mt-7 {
	marbin-top: 4rem;
}

.mt-9 {
	marbin-top: 5rem;
}

.leftfig {
	float: left;
	color: white;
}

.rightfig {
	float: right;
	color: white;
}

.fd-figcaption-partner {
	float: left;
	width: 100%;
}

.fd-imagewrapper {
	background: #e8e8e8;
	float: left;
	padding: 3rem;
	min-height: 235px;
	width: 100%;
}

figcaption strong {
	/*display: block;*/
}

.gridabstand {
	margin-bottom: 2rem;
}

dl.kontakt {
	margin-top: 20px
}

dl.kontakt dt {
	float: left;
	clear: both;
}

dl.kontakt dd {
	float: left;
	margin-left: 15px;
	margin-bottom: 0;
}

dl.kontakt dd p {
	margin-bottom: 5px;
}

dl.kontakt dd p strong {
	color: #0063a8;
}

dl.kontakt dd p a {
	color: #212529;
}

.fd-blue-color {
	color: #0063a8;
}

.fd-white-color {
	color: #FFFFFF;
}


input.form-control,
textarea.form-control {
	border-radius: 0;
}


.blue .container {
	background: #0078b2;
	color: white;
	padding: 2rem;
}
.white .container {
	background: #FFFFFF;
	color: #0063a8;
	padding: 2rem;
}


.container.vermietung ul {
	list-style: none;
	padding: 0;
}
.container.vermietung li {
	padding-left: 1.3em;
}
.container.vermietung li:before {
	content: "\f046"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	font-weight: lighter;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.external-url {
	color: white;
}

.fd-image-container-xs.\.d-block.\.d-sm-none {
	padding: 30px 0;
}

.video-js .vjs-big-play-button {
	top: 45%;
	left: 45%;
}



.fd-greysection h4 {
	color: #0063a8;
}

.fd-greysection .hr-white {
	border-bottom: 3px solid #0063a8;
}

.fd-greysection .btn-invert-fd {
	color: #0063a8;
	background-color: transparent;
	background-image: none;
	border-color: #0063a8;
	border-radius: 0;
}

.navbar-nav {

	min-height: 55px;
}