html, body {
	height:100%;
}
.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top:10px;
	margin-right:10px;
}

.form-inline .form-control {
	width:auto;
	margin-right:0.5rem;
}
.form-inline a {
	padding-left:10px;
	color:white;
}

.navbar-fixed-top {
	opacity: 1;
	z-index:999;
}

.main {
	/* margin-top:10vh; für Navigation o.ä. */
	position:relative;
	left:0px;
	padding-top:10%;
	background: url(../images/bg1024x682.png) no-repeat center center fixed;
	background-size: cover;
	height:780px;
	color:white;
	transition: 0.5s;
	min-height:80%;
}

.standard-text {
	font-size:1.5em;
}

.background-overlay {
	background-color: transparent;
	background-image: linear-gradient(0deg, #269FB7 0%, #215E6A 100%);
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.background-overlay-ki {
	background-color: white;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.navbar-inverse {
	background-image: linear-gradient(0deg, #269FB7 0%, #215E6A 100%);
}

.navbar-inverse .navbar-nav > li > a {
	font-size:18px;
	font-weight:600;
	color: #dddddd;
}

#myNavbar {
	background-image: linear-gradient(0deg, #269FB7 0%, #215E6A 100%);
	margin-left: -15px;
	margin-right: -15px;
	padding-right: 15px;
}


.match {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: rgba(183, 162, 56, 0.55);
	width: max-content;
}
.match > h1 {
	font-size: 6rem;
	font-weight: 700;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	line-height: 1;
	text-transform: uppercase;
}
.lead {
	max-width:50%;
	font-weight:600;
}
.ucase {
	font-size: 5rem;
	font-weight: 800;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.ptb-1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
.mtb-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.ptb-2 {
	padding-top: 2em;
	padding-bottom: 2em;
}

.mtb-2 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.w50p {
	width:40%;
	margin:auto;
}
.h50m {
	height:50%;
}
#feel {
	position:relative;
	background: url(../images/ki-1920.jpg) no-repeat center top;
	height: 500px;
	background-size:cover;
}

#form-contact {
	position:relative;
	background-color: lightgrey;
	height: 500px;
}

.ulogo {
	padding-top:2px;
}
.ulogo > img {
	width:80%;
}
 .sfirst {
	 padding-top:50px;
 }
#btn-more-info {
	border: 2px solid white;
	background:transparent;
}
#btn-more-info:hover {
	background:white;
	color:black;
	transition: all .3s;
}
.ki-content, .form-contact-content {
	position:absolute;
	/* border:1px solid red; */
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3%;
	margin:0;
}

.ki-textbox {
	display:table;
	height:100%;
	min-width:50%;
	float:right;
	/*border:1px solid blue;*/
	position:relative;
	max-width: 50vh;
	margin: auto;
}

.ki-textbox > div {
	display:table-cell;
	vertical-align:middle;
}


.fat {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}
.grey {
	color:#777777;
}
.flx {
	flex-wrap: wrap;
	display:flex;
}
.section-title {
	font-size: 24px;
	font-weight:800;
}

.info-title {
	font-size: 20px;
	font-weight: 800;
	/* text-transform: uppercase; */
}

.info-subtitle {
	font-size: 14px;
	font-weight: bold;
}

.thumbnail {
	border:0;
}

.text-field {
	min-height: 45px;
	background-color: transparent;
}

.w-input, .w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

form > label {
	color:#176c76;
	font-size:16px;
	line-height:1em;
	font-weight:600;
}

form > .button {
	display: inline-block;
	margin-right: 14px;
	padding: 13px 23px;
	border-radius: 3px;
	background-color: #176c76;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
	transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.button.c-form__submit {
	margin-top: 30px;
	padding-right: 36px;
	padding-left: 36px;
}

.swap-btn {
	position: absolute;
	/* bottom:1px; */
	top:52px;
	left:1px;

	width:22px;
	height: 22px;
	display: flex;
	align-items: center;
	background-color:grey;
	justify-content: center;
	font-weight: 900;
	color:white;
	border-radius: 100%;
	transition: left 0.5s;
	cursor: pointer;
}

.err-msg {
	color:red;
}

#ml-info {
	font-family: 'Open Sans', sans-serif;
}

#ml-info > ul, #ml-info > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#ml-info > ul b {
	color:red;
}

workarea {
	display:block;
	min-height:70%;
	transition: left 0.5s;
}

.trainee-item, .trainee-item a {
	text-decoration: none;
	border:1px solid lightfrey;
	color:rgb(18, 18, 204);
	opacity: 1;
}

.trainee-item:hover, .trainee-item a:hover {
	opacity: 1;
	color:black;
	/* box-shadow:-5px -5px 10px 10px lightgrey; */
}
.thumbnail:hover {
	box-shadow:0px 0px 4px 4px #269FB7
	;
}


#ml-info {
	max-height: 300px;
	overflow: auto;
	background-color:beige;
	margin-top:16px;
}