﻿body {
    background-color: #81D0F5;
}

/* Bootstrap auf 100% höhe aufziehen */
.container-fluid
{
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid
{
    height: 100%;
}

.col-md-3,
.col-md-4,
.col-md-6
{
    height: 100%;
}

.col-md-6
{
    max-width: 1000px;
}

.largeForm {
	max-width: 100%;
}

.link-button {
    margin-top: -20px !important;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 8px 6px;
}

.link-button input {
    background: none;
    border: none;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.link-button input:hover {
    text-decoration: underline;
}

/* Detailpage */
div.detail {
	margin-top: 1%;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	line-height: 2em;
	text-align: center;
	font-size: 200%;
}

div.detail.large {
	font-weight: 700;
	font-size: 260%;
}

div.detail.small {
	font-size: 150%;
	line-height: 1.6em;
}

div.detail a {
	display: block;
	background-color: rgba(255,255,255,0.7);
}

div.detail a:Hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}

div.cText {
    padding: 2%;
    font-size: 120%;
}

div.cText a {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: -1px;
}

div.cText a:Hover {
    background-color: transparent;
    border-bottom: none;
}

.errorField,
.otherInputField {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .otherInputFieldSmallPadding {
        font-size: 16px;
        padding: 17px 10px;
    }
}

.otherInputField.dropdown p {
    margin: 10px 0 2px;
}

.fsBtn {
    max-width: 100%;
}

.fsBtnSmall {
    width: 49.5%;
    font-size: 80%;
    float: left;
    margin: 2px;
}

.eventBtn {
    margin: 15px 0;
}

div.navAdmin {
    margin-top: 270px;
    font-weight: bold;
    font-size: 120%;
    max-width: 350px;
    position: fixed;
}

div.navAdmin div.loggedInPanel {
    border: 1px solid #428bca;
    border-radius: 5px;
    font-size: 70%;
    padding: 10px;
    margin-bottom: 20px;
}

div.navAdmin div.loggedInPanel span {
    display: block;
}

@media screen and (max-width: 1620px) {

    div.navAdmin {
        margin-top: 50px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 991px) {

    div.navAdmin {
        max-width: 100%;
        position: relative;
    }
}