
/**
 *  Globale Änderungen der Tags
 */

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 80px;
	background-color: #fff;
	background-image: url('../Images/world.png');
	background-position-x: center;
	background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.popover {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * Sprachmenü
 */

.languages li:nth-child(2) {
		border-bottom: 1px solid;
		border-color: #e5e5e5;
		padding-bottom: 4px;
}

.languages li:nth-child(3) {
		padding-top: 4px;
}

.languages > li > a:hover,
.login-menu > li > a:hover {
	text-decoration: none;
	background-color: rgb(37, 55, 70);;
	color: #fff;
}

.languages > li > a {
	color: #7b8a8b;
}

.navbar-languages > li > a,
.navbar-login > li > a,
.navbar-menu > li > a {
	padding-top: 19.5px;
	padding-bottom: 19.5px;
}

#language-Menu p {
	text-transform: uppercase;
	margin: 0;
}

#login-Menu {
	margin-right: 15px;
}

.navbar-languages > .active > a,
.navbar-languages > .active > a:hover,
.navbar-languages > .active > a:focus,
.navbar-login > .active > a,
.navbar-login > .active > a:hover,
.navbar-login > .active > a:focus {
	background-color: rgb(37,55,70);
	color:#fff;
}

/*
 * Navbar Änderungen
 */

.navbar-ro {
	background-color: rgb(3,64,103);;
	border-color: transparent;
}

.navbar-menu > .active > a,
.navbar-menu > .active > a:hover,
.navbar-menu > .active > a:focus,
.navbar-menu > .active > a:visited {
	background-color: transparent;
	color: #fff;
}

.navbar-menu > li > a:hover,
.navbar-menu > li > a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-brand {
	float: left;
	padding: 19.5px 15px !important;
	font-size: 16px;
	line-height: 21px;
	height: 60px;
	color:#b9cadf;
}

/*
 * Form-Änderungen auf der Startseite
 */

.form-ro {
	max-width: 330px;
	padding: 15px;
	margin: 150px auto 50px auto;
}

.form-ro .form-ro-heading,
.form-ro .checkbox {
	margin-bottom: 18px;
	color:rgb(3,64,103);;

}

.form-ro .checkbox {
	font-weight: normal;
}

.form-ro .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	padding: 10px;
}

.form-ro .form-control:focus {
	z-index: 2;
}

.form-ro input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


.form-ro input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/**
 * Footer Änderungen
 */

.footer-ro {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #ecf0f1;
}

.footer-ro .container .text-muted {
	margin: 20px 0;
	color: #b4bcc2;
}

.footer-ro > .container {
	padding-right: 15px;
	padding-left: 15px;
}

.btn-ro {
	color: #fbfbfb;
	background-color: rgb(3,64,103);;
	border-color: rgb(3,64,103);;
	padding: 18px 27px;
	line-height: 1.3333333;
	border-radius: 6px;
	font-size: 19px;
}

.btn-ro:hover {
	color: #fbfbfb;
	background-color: rgb(37,55,70);;
	border-color: rgb(37,55,70);;
}

.btn-ro:focus,
.btn-ro.focus {
	color: #fbfbfb;
	background-color: #0077bb;
	border-color: #005588;
}

.btn-ro:active,
.btn-ro.active,
.open > .dropdown-toggle.btn-ro {
	color: #fbfbfb;
	background-color: #07b;
	border-color: #07b;
}

.btn-ro:active,
.btn-ro.active,
.open > .dropdown-toggle.btn-ro {
	background-image: none;
}

.checkbox {
	margin-left: 10px;
}

.align-center {
	text-align: center;
}

.ri:after {
		background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
}

.ri-caree:after {
		filter: saturate(0) brightness(234%);
	-webkit-filter: saturate(0) brightness(234%);
}

.navbar-brand:hover .ri-caree {
		filter: saturate(0) brightness(255);
	-webkit-filter: saturate(0) brightness(255);
}

.active .ri-caree {
		filter: saturate(0) brightness(255);
	-webkit-filter: saturate(0) brightness(255);
}

.ro__logo {
	vertical-align: middle;
	margin-top: 15px;
}


