﻿.imgContainer {
    position: relative;
}

.persinfo {
    position: absolute;
    bottom: -3px;
    left: -8px;
    z-index: 9;
}

    .persinfo a img {
        background-color: white;
        border: 0px solid #ddd !important;
        border-right: 1px solid #ddd !important;
        border-top: 1px solid #ddd !important;
    }

.popUpPersInfo {
    /*padding-top: calc(50%-300px);*/
}

.popUpPersInfoHeader {font-weight: bold; 
                      
    background-color: #3ea4eb !important;
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1em;
    color: #fff !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 5px 10px 4px !important;

}
.small TR TD {
}

.small thead,
.small th {
    padding: 0px;
    font-size: 1em !important;
    color: red;
    background-color: #ddd !important;
    color:#272b2c !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.divPerson{
   
}

h3.perslisten {
    padding: 5px;
    font-size: 1.2em !important;
    color: red;
    background-color: #ddd !important;
    color:#272b2c !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.persInfoTab {
    
}


    .persInfoTab .dxtc-text {
        /*color:#3ea4eb;
     font-weight: bold;*/
    }

.tblSchwerpunkte {
    border-collapse: collapse;
    width: 100%;
    padding-bottom:25px;
}

    .tblSchwerpunkte tr {
    }

        .tblSchwerpunkte tr td {
            border-bottom: 1px solid #ddd;
            padding: 2px;
        }

            .tblSchwerpunkte tr td.title {
                width: 37%;
                font-weight: bold;
            }

            .tblSchwerpunkte tr td.tr-even {
                background-color: #eee;
            }

@font-face { 
	font-family: Montserrat-Light; 
	src: url('/Frontend/Fonts/Montserrat-Light-FHWN.woff');
}
@font-face { 
	font-family: Montserrat-SemiBold; 
	src: url('/Frontend/Fonts/Montserrat-SemiBold-FHWN.woff');
}

/*-----------------------------------------
 
 copyright 2012 by mmc:agentur
 
 Version: 1
 
 Author: David Rerych, Marion Lesch, Christoph Weinhapl
 
 Author URI: http://www.mmc-agentur.at
 
 -------------------------------------------*/
/*--------------------------------------------
 [Table of contents]
 
  -) normalize-CSS 2011-09-22
    -) HTML5 display definitions
    -) Base
    -) Links
    -) Typography
    -) Lists
    -) Embedded content
    -) Figures
    -) Forms
    -) Tables
  -) text formating
  -) Table-Styling
    -)studium
    -)stuWohnheim
    -)jobboerse
  -) FHI
 
 ------------------------------------------------*/
/*--------------------------------------
 * normalize.css 2011-09-22T17:42
 * -------------------------------------*/

/* --------  --------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* -------- Base -------- */
html {
    background: #fff;
    font-size: 100%;
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    font-size: 12px; /* 75% = 0.75em = 12px */
    line-height: 1.417em;
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
    color: #272b2c;
}
::-moz-selection { background: #282B38; color: #FFF300; text-shadow: none; }
::selection { background: #282B38; color: #FFF300; text-shadow: none; }


/* -------- Links -------- */
a, a:visited {
    color: #61a4d7;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: 0;
    color: #61a4d7;
    text-decoration: underline;
}


/* -------- Typography -------- */
abbr[title] { border: 0 none; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #FFF300; }
pre, code, kbd, samp {
    font-family: monospace, serif;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q { quotes: none; }

q:before, q:after {
    content: '';
    content: none;
}
small { font-size: 85%; }
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* -------- Lists -------- */
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 13px;
}
dd { margin: 0 0 0 20px; }
nav ul, nav ol, .nav ul, .nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* -------- Embedded content -------- */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }


/* -------- Figures -------- */
figure { margin: 0; }


/* -------- Forms -------- */
/*form { margin: 0; }*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    -webkit-margin-collapse : separate;
}
/*form ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}*/
label { cursor: pointer; }
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
    *overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
    line-height: normal;
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/* -------- Tables -------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
	clear: both;
}
td { vertical-align: top; font-size:12px;}





/* ------------------------------
 * text formating
 * ------------------------------*/
h1, h2, h3, h4, h5
{
    float: none; clear: both;
}

h1 {
    display: inline-block;
    background: #3ea4eb;
    background: rgba(62, 164, 235, 0.8);
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.02em;
    padding: 3px 12px;
    margin: 0;
}
h2 {
	font-family: Montserrat-SemiBold, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #163072;
	font-weight: bold;
	line-height: 1.154em;
	margin: 0 0 0.769em;
}
h3 {
	font-family: Montserrat-SemiBold, Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	font-weight: bold;
	color: #163072;
	line-height: 1.063em;
	margin: 0 0 0.500em;
}

h4 {
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1em;
    color: #163072;
    margin: 0 0 0.571em;
}

footer .navtitle {
    color: #fff;
	font-family: Montserrat-SemiBold, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

p {
    margin: 1em 0;
}
ul {
    list-style-type: disc;
}
li {
    margin: 0 0 0.8em 0;
}
ul ul, ol ol, dl dl {
    margin-top: 0.8em;
    margin-bottom: 0;
}


strong { font-weight: bold; }

italic { font-style: italic; }

.uppercase { text-transform: uppercase; }

.atsign { background-color: #FA2712; }

.align-right { text-align: right; }
.align-left{ text-align: left; }
.align-center { text-align: center; }

.grey {
    color: #8e8e8e;
}


body.size_1 { font-size: 14px; }
body.size_2 { font-size: 16px; }



/* ------------------------------
 * Table-Styling
 * ------------------------------*/
 
 content table.fhpers, .fhpers {
    width: 100%;
    border: 0 none;
    margin-bottom: 0px;
}
.content table.fhpers th,
.content table.fhpers thead {
    border-right: 1px solid #ffffff;
    background-color: #3ea4eb;
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1em;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 5px 10px 4px;
}

.content table.fhpers td {
    border-right: 1px solid #ffffff;
    font-size: 0.917em;
    line-height: 1em;
    padding: 8px 10px 7px;
}


.content table.fh,
.content table.fh2 {
    width: 100%;
    border: 0 none;
    margin-bottom: 20px;
	clear:both;
}
.content table.fh th,
.content table.fh thead,
.content table.fh2 th,
.content table.fh2 thead  {
    border-right: 1px solid #ffffff;
    background-color: #61a4d7;
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1em;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 5px 10px 4px;
}

.content table.fh td,
.content table.fh2 td {
    border-right: 1px solid #ffffff;
    font-size: 0.917em;
    line-height: 1em;
    padding: 8px 10px 7px;
}


.content table.studium {border: 1px solid #ddd;}
.content table.studium>td {
    border-right: 1px solid #ffffff;
    font-size: 1em;
    line-height: 1em;
    padding: 2px;
}


.content table.studium TD INPUT
{
    padding:0;
    color:#272b2c;
}

.studiumHeader 
{
    background-color: #3ea4eb !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 1.333em  !important;
    line-height: 1em  !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4)  !important;
    vertical-align:middle;
}


.tr-odd {
    background: #eee;
}
.tr-even {
}


.studium tr.def:hover 
{
    background: #ccc;
    cursor:pointer;
}


.technik {
    background: #00686e;
    color: #fff;
}
table .technik, table .wirtschaft, table .sport, table .sicherheit, table .gesundheit {
    font-weight: bold;
}

.fh .studium,
.fh2 .studium 
{
    padding-left:0px;
}

/* ---------------- studium ---------------- */
TD.wirtschaft
{
    background-color: #004f9f;
    color: White;
    font-weight: bold;
}
TD.technik
{
    background-color: #00686e;
    color: White;
    font-weight: bold;
}
TD.gesundheit
{
    background-color: #b2bc00;
    color: White;
    font-weight: bold;
}
TD.sicherheit
{
    background-color: #b61620;
    color: White;
    font-weight: bold;
}
TD.sport
{
    background-color: #ec6608;
    color: White;
    font-weight: bold;
}

/* Stuwohnheim */

DIV.stuWohnheim {width: 630px;}
TABLE.stuWohnheim{width:100%;padding:0px;margin:0px;}
TABLE.stuWohnheim TD.td1 {width:200px; font-weight: bold;}
TABLE.stuWohnheim TR TD .optList {border-style: none;}
TABLE.stuWohnheim TR TD .optList * {padding-left:0; margin-left:0;}
TABLE.stuWohnheim TR TD .dateedit {padding:0; margin: 0;}

TABLE.stuWohnheim input {background-color: #fff !important;}

TABLE.stuWohnheim TR TD input
{
    display: block;
    width: 100%;
    border: 0 none;
    background-color: #fff !important;
    color: #272b2c;
    line-height: normal;
    *overflow: visible;
    padding: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

TABLE.stuWohnheim TR TD label
{
    display: block;
    padding-top:3px;
}

TABLE.stuWohnheim TR TD .cmd
{

}



.popupDialog {position:absolute !important; top:10% !important; left: 50% !important; width: 600px !important;}
.popupDialog .dxpc-mainDiv {left:-300px !important;}
TABLE.btn, Table.btn input{
   position: relative;
    border: 0 none;
    background: 0 none;
    color: #3ea4eb;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0em;
    padding: 0;
    margin: 0;
    }

/* jobboerse */

DIV.jobs{width:630px;}
.upload {margin-top:2px;}
.upload *{width:100% !important;  margin: 0 !important;}

.jobs .dxeMemo *{background-color: #fff !important;}

TABLE.jobboerse{width:100%;padding:0px;margin:0 0 20px 0;}
TABLE.jobboerse TD.td1 {width:200px; font-weight: bold; background-color:#eee;border-bottom:1px solid #fff;}
/*TABLE.jobboerse TD.td2{width:430px;}*/
TABLE.jobboerse TR TD .optList {border-style: none;}
TABLE.jobboerse TR TD .optList * {padding-left:0; margin-left:0;}
TABLE.jobboerse TR TD .dateedit {padding:0; margin: 0;}


TABLE.jobboerse input {background-color: #fff !important;}

TABLE.jobboerse TR TD input
{  
    border: 0 none;
    background-color: #fff !important;
    color: #272b2c !important;
    line-height: normal;
    *overflow: visible;
    padding: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dxeMemo *{color: #272b2c !important;}



TABLE.jobboerse TR TD label
{
    display: block;
    padding-top:3px;
}

TABLE.jobboerse TR TD .cmd
{

}


TABLE.jobboerse thead td {
    border-right: 1px solid #ffffff;
    background-color: #3ea4eb;
    font-weight: bold;
    font-size: 1.333em;
    line-height: 1em;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 5px 10px 4px !important;
}

TABLE.jobboerse * grey {font-size: .95em;}
    

/* FHI */

.office{ border: 1px solid #ccc;
         padding:5px;
         clear: both;
         font-size:.95em;
         }

.available,
.notavailable
{
    background-color: Green;
    line-height: 1.6em;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size:1.2em;
    clear: both;
padding:0 4px;
text-align: left !important;
}

.open,
.closed
{
    background-color: Green;
    line-height: 1.6em;
    color: white;
    font-weight: bold;
    font-size:1.2em;
    text-align: left;
    margin-bottom:5px; 
    padding:0 4px;
    text-align: left !important;
    }


.closed,
.notavailable 
{
    background-color: Red;
    text-align: left !important;
}

