﻿/* 
    Blau:       044c84
    Grün        549c2d

*/


@font-face {
    font-family: 'Source Sans Pro';
    src: url(/fonts/SourceSansPro-Regular.ttf) format("truetype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body,html,form {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2em;
    font-weight: normal;
}

body {
    background: #fff;
    color: #555;
    
}
h1, h2 {
    background: #044c84;
    color: #fff;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.3em
}


a { text-decoration: none; color: #333; border-bottom: 1px dotted #333; }
ul { margin-left: 20px; }
table { border-collapse: collapse; width: 100%; }
th { text-align: left; padding-left: 10px; }
td { vertical-align: top; padding: 0 10px 0 10px; }
tr { background-color: #fff;}
.diffRowsColor tr:nth-child(2n) {background-color: #efefef;}


.hrSpacer{ border:none; height: 20px;}

.form { margin-bottom: 4px; border: none; padding: 0px 4px 0px 4px; background: #ddd; }
.form:focus { box-shadow: 0px 0px 3px rgb(66, 112, 239); transition: all ease-in-out 0.3s;  }
.input {
    width: 100%;
    line-height: 30px;
    height: 30px; 
}

.inputsmall { width: 26%; margin-left: 5px; line-height: 30px;height: 30px;  }

.textarea {
    width: 450px;
    min-height: 200px;
    height: 200px; 
    visibility: visible;
}

.fullsize {
    width: 100% !important;
}

.button {
    min-width: 300px;
    line-height: 30px;
    height: 30px;
    background: #549c2d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.buttonsmall {
    width: 66px;
    line-height: 20px;
    background: #549c2d;
    color: #fff;
}

.small {
    min-width: 40px;
    margin-left: 10px;
}

.no-margins { margin: 0; margin-left: 0;}

.linkbutton {
    display: block;
    border: none;
    background: #549c2d;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding-left: 4px;
    margin-bottom: 10px;
}

.label {
    width: 150px;
    display: inline-table;
    vertical-align: top;
}

.dropdown { width: 18%; line-height: 30px; height: 30px; position: relative; top: 0px; }

.validation { display: none !important; }

.clearfix { clear: both; }

.wrap {
    width: 90%;
    min-width: 300px;
    max-width: 1300px;
    margin: 0 auto;
}

.box { width: 300px; margin: 0 auto; }

header {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fafafa;
    box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    background: #fff;
    z-index: 999;
}

header a { border: none; }

#Main {
    margin-top: 80px;
}

.Logo {
    padding-top: 5px;
}

.HeaderRight {
    float: right; 
    text-align: right;
    font-size: 30px;
    padding-top: 20px;
}
.HeaderRightBig {
    display: block;
}
.HeaderRightSmall {
    display: block;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
}

.flexed4 { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row; }
.flexed4 div { width: 24%; min-width: 240px; }



.events { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row; }
.event { width: 100%; min-width: 200px; margin-bottom: 20px; margin-top: 10px;  }
.event h2 { background-color: #044c84; color: #fff; padding: 4px;}
.event b {color: #044c84;  }
.event .teaser { width: 80%; float: left; }
    .event .link {
        float: right;
        width: 20%;
        border: none;
        color: #fff;
        background: #549c2d;
        padding: 4px;
        font-weight: bold;
        text-align: center;
    }

.eventView { width: 48%; float: left; }
.eventHeader, .signinHeader { background: #044c84; line-height: 38px; padding: 4px; padding-left: 8px; color: #fff;}
.signinHeader { margin: 0 0 10px 0;}
.eventTeaser { margin: 10px 0px 10px 0px; } 
.eventText { padding-left: 10px; }
.eventText h4 { color: #044c84; width: 200px; padding-left: 0px; position: relative; left: -10px; }
.eventTable { margin: 10px 0px 10px 0px; border-collapse: collapse; width: 100%; font-weight: bold; }
.eventTable td { padding: 4px 10px 4px 10px; }
.eventTable td:nth-child(2n){ text-align: right; }

.eventSignin { width: 48%; float: right; }
.signinTeilnehmer { border: 1px solid #efefef; padding: 6px; padding-top: 10px; }
.teilnehmerzahlerreicht { display: block; color: #e3000b; font-weight: bold; margin-bottom: 10px; }

.chkUnterveranstaltung { -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%; 
  display: block; padding-left: 10px; }


.HeaderMenu { float: right; padding-top: 20px; }
.HeaderMenu ul li { float: left; padding: 10px; list-style: none; font-size: 18px; }
.HeaderMenu ul li a { border: none; }

.cal { float: left; margin: 0px 10px 0px 10px;}

.subevent { 
    display: block; 
    width: 100%;

}

.subevent .lbl { position: relative; top: -4px; left: 10px;}
input[type="checkbox"] {
    -webkit-appearance: none !important;
    background-color: #044c84;
    border: 1px solid #fff;
    box-shadow: 0 0px 3px #044c84;
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 4px;
}

input[type="checkbox"]:disabled {
    background-color: #ddd;
    box-shadow: 0 0px 3px #ddd;
}


input[type="checkbox"]:checked {
	border: none; 
	color: #fff;
}

input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 18px;
	position: absolute;
	top: -3px;
	left: 3px;
	color: #fff;

}

footer { width: 100%; font-size: 10px; text-align: center; line-height: initial; margin-top: 100px; }
    footer a {
        border: none;
        color: #044c84;
    }

#cphMain_wifoeSignin_AnmeldeBestaetigungPerOutlook {
    margin-bottom: 16px;
    color: #044c84;
}


.pnlTeilnahmebedingungen {
    background: #dddddd; 
    padding: 10px;
    
}

.updating{ width: 100%; height: 100%; text-align: center; padding-top: 100px; }


.auslastung_veranstaltung {
    background: #549c2d;
    color: #fff;
    height: 30px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.auslastung_veranstaltung td { padding: 4px 10px;}
.auslastung_teilnehmer { border-bottom: 10px solid #fff; }
.auslastung_teilnehmer td { line-height: 30px; }

.Druckmenu { 
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
}

@media (max-width: 600px) {
    .Logo { width: 120px; }
    header .wrap { text-align: center; }
    .HeaderRight { display: block; float: none; font-size: 20px; text-align: center; padding: 0;}
    .event .link { clear: both;float: none; display: block; width: 100%; }

    .eventView, .eventSignin { float: none; clear: both; width: 100%; }
    .eventSignin { margin-bottom: 20px; }
}