﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.navbar-brand{
}

.bauderlogo{
    height: 3em;
}

.navbar-inverse{
    background-color: #fff;
    height: 84px;
    border-color: #ccc;
}

form.navbar-right {
    margin-right: 0px;
}

#manageAccount span {
    display: block;
    color: #999999;
    margin: 8px 1px;
    padding: 6px 12px;
}

/* #manageAccount li:hover {
    background-color: #cccccc;
} */

#manageAccount li:hover {
    background-color: #cccccc;
}

#manageAccount li:hover button{
    text-decoration: none;
}

.body-content{
    padding-top: 3px;
}

.logInArea {
    display: block;
    width: 100%;
    border: #cccccc 1px solid;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

a.modullink {
    color: #353535;
}

a.modullink :hover{
    text-decoration-line: none;
}

a.modullink img{
    width: 64px;
}
ul.listitems li:first-child :hover {
    -moz-border-radius-topleft: 1em;
    border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    border-top-right-radius: 1em;
}

ul.listitems li:last-child :hover {
    -moz-border-radius-bottomleft: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    border-bottom-right-radius: 1em;
}

.Modulauswahl{
    display: block;
    /* height: 50px; */
    text-align: center;

        box-shadow: 1px 1px 1px 1px #aaa;
        -moz-box-shadow: 1px 1px 1px 1px #aaa;
        -webkit-box-shadow: 1px 1px 1px 1px #aaa;


    height: 80px;
}

.Modulauswahl div{
    display: block;
    margin-top: 12px;
}

.Modulauswahl:hover{
    background-color: rgba(236, 116, 4, 0.5);
    ;
    
    -moz-border-radius-bottomleft: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    border-bottom-right-radius: 1em;

    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

.col-md-2, .col-md-3 {
    margin-top: 8px;
}

