/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body {
  width: 100%;
  height: 80%;
}

body {
    margin-top: 70px;
    color: #111;
    background: url(../images/rcologoblur.jpg);
    background-position: center;
    background-size: 80%;
    background-color: #f8f8f8;
    font-size: 18px;
}

a:active, a:focus{
  outline:none;
}

a{
  color: #111;
}
.clear{
  clear:both;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-default{
  height: 70px;
  /*background: url(../images/about.jpg) no-repeat center;
  background-size: cover;*/
}
.navbar-fixed-top {
    border-width: 0;
}
.navbar-default .navbar-nav > li > a {
  height: 70px;
  padding-top: 25px;
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color:#6a6a6a;
}
.navbar-default .nav{
  font-size: 20px;
  /*font-weight: bold;/*
  /*text-shadow: 2px 1px 0 rgba(0,0,0,0,3);*/
}
.navbar-collapse{
  background-color:#f8f8f8;
}


.navbar-brand {
    margin-top: 0px;
    padding-top: 23px;
    margin-right: 10px;
    margin-left: 10px;
    height: 70px;
    min-width: 80px;
    transition: margin .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, padding .5s ease-in-out, background .5s ease-in-out;
    background: url(../images/logo.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left; 
}
.navbar-brand h2{
	color: #99cc66;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    transition: margin .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, padding .5s ease-in-out, background .5s ease-in-out;
}
.navbar-brand-collapse {
    background-size: 40px 40px;
}
.navbar-brand-collapse h2{
    margin-left: 40px;
}


.navbar {
    transition: margin .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, padding .5s ease-in-out, background .5s ease-in-out;
}
.nav > li > a {
    transition: margin .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, padding .5s ease-in-out, background .5s ease-in-out;
}
.top-nav-collapse{
   height: 50px;
}
.navbar-default .top-navbar-nav-collapse > li > a {
  height: 50px;
  padding-top: 15px;
  background-color:#f8f8f8;
}
.navbar-brand-collapse {
    height: 50px;
    padding-top: 9px;
}

/* Allgemeines */

.absatz1{
    margin-top: 30px;
}

p{
  font-size: 18px;
}

.glyphicon{
  margin-right: 10px;
}

.menu-anker{
  height: 48px;
}

h4{
 font-size: 22px;
}

/* CUSTOMIZE THE LOGIN FORM
-------------------------------------------------- */



.login-section {
    background-color: #99cc66;
}

.form { 
list-style-type: none;

}


.loginbox{
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 margin-top: 100px;
}

.button[type="submit"]{
  background-color: #99cc66;
  color: red;
  border: none;
  cursor: pointer;
}

.loginbtn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}