/**
 *  @package  dsWebCloud
 *  @modul    BASE
 *
 *  @autor    Dieter Funker
 *
 *  @release  R7v23.10
 *  @date     31.10.2023
 *
 *  dsWebCloud global CSS
 */
html {
  font-family: RobotoCondensed;
	font-size: 16px;
	line-height: 1.3333333;	
}
body {
	font-family: RobotoCondensed;
	font-size: 16px;
	line-height: 1.3333333;
  height: 100vh;
  padding: 0;
}
.body-end {
	margin-top: 60px;
}

footer {
  position:fixed;
	bottom:0;
	width:100%;
}

.navbar a, footer a {
  color: #3c9dff;
}

.navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 72px;
}
.navbar a:focus, a:hover {
	color: #ffbc63;
	text-decoration: underline;
}
.navbar-inverse .navbar-brand {
	font-size: 16px;
	line-height: 1.3333333;
	color: #fff;
}
.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}
.navbar-brand .logo {
	margin-top: -7px;
	color: #5cb85c;
	max-width: 240px;
	height: auto;
}
@media (max-width:767px) {
	.navbar-brand .logo {
		max-width: 180px;
		height: auto;
	}
}

.main-container {
	margin-top: 0px;
}
.small-container-500 {
	max-width: 500px;
	padding: 15px;
	margin: 0 auto;
}
.small-container-330 {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.small-container .small-container-heading,
.small-container .checkbox {
	margin-bottom: 10px;
}
.small-container .checkbox {
	font-weight: normal;
}
.small-container .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	line-height: 1.3333333;
}
.small-container .form-control:focus {
	z-index: 2;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}
.form-signin input[type="email"] {
	margin-bottom: 3px;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
}
.login td {
	padding-right: 2px;
	padding-left: 2px;
}
.login {
	color: #fff;
}

.alert {
  padding: 5px !important;
}

.btn {
  margin-right: 10px;
}  
.btn-group-lg > .btn, .btn-lg {
	padding: 2px 5px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.jumbo {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.jumbo p, .jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.3333333;
	font-weight: 200;
}
.jumbotop, .jumbofooter {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eee;
}
.jumbotop p, .jumbofooter p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.3333333;
	font-weight: 200;
}
.jumbofooter {
	padding-top: 30px;
	background-color: #333;
}

.profile img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
}

hr {
	margin-top: 40px;
	margin-bottom: 0px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #ccc;
}

.h1, h1 {
	font-size: 27px;
	line-height: 1.3333333;
	color: #337ab7;
}
.h2, h2 {
	font-size: 25px;
	line-height: 1.3333333;
	color: #337ab7;
}
.h3, h3 {
	font-size: 21px;
	line-height: 1.3333333;
	color: #337ab7;
}
.h4, h4 {
	font-size: 19px;
	line-height: 1.3333333;
	color: #337ab7;
}

.login-info {
	width: 99%;
	text-align: right;
	margin: 3px;
	margin-bottom: -10px;
	font-size: 12px;
}

.kachel {
    margin-right: 10px;
}
.kachel-20 {
	float: left;
    padding: 10px;
}
.kachel_desc {
    font-size: 0.9571em;
    font-weight: 400;
    color: #fff;
}
.kachel:hover {
	opacity: 0.8;
}

.kachel p {
    display: flex;
}
.kachel a {
    display: block;
    height: 100%;
    text-align: center;
    align-content: center;
	color: #fff;
	text-decoration: none;
}

.startContainer {
	margin-top: 30px;
}

a.action {
    color: #f54927;
    text-decoration: underline;
}