/* ################################## Global #################################*/

div.spacerDiv {
    height: 35px;
}

td {
    padding-left: 7px;
    padding-right: 7px;  
}

/* ################################## Layout / Header ########################*/

#header {
    height: 106px; 
}

#header div#logoContainer {
    height: 86px;    
    margin: 20px 20px 0px 20px;
}

#header div#titleMenueContainer {
    position: fixed;
    left: 126px;
    top: 0px;
    
    width: 100%;
}


#header div#pageNavigation {
    position: fixed;
    right: 20px;
    top: 116px;
}

.tooltip span.tooltipContent {
    display: none;
}
/* HOVER don't work well on touchscreens e.g. ipad
.tooltip {
    position: relative;
}
.tooltip:hover {
    z-index: 1;
}
.tooltip:hover span.tooltipContent {
    display: block;
    position: absolute;
    right: 100%;
    top: 5px;
    margin-right: 10px;
    width: 350px; 
    color: #2EA8D3;
    font-style: normal;
    border: 2px solid #2EA8D3;
    padding: 4px;
    background-color: white;
}
*/

#header div#titleContainer {
    width: auto;
    height: 106px;
    
    margin-right: 290px;
    
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    
    vertical-align: bottom;
    overflow-y: auto; 
}

#header h1 {
    display: inline;
    margin-top: 80px;
    
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    color: white;
}

#header h1.headerTitle {
    display: none;
}

#header h1.headerTitle.active {
    display: inline;
}

#header div#menueItems {
    float: right;
    margin-right: 20px;
}

#header .activePageLink {
    color: #2ea8d3;
}

#header div#languageFlags {
    height: 55px;
    margin-top: 20px;
    margin-right: 20px;
}

#header div#languageFlags img {
    float: right;
    margin-left: 10px;
}

#header div#menue {
    position: fixed;
    right: 0px;
    top: 0px;
    
    height: 106px;
    
    color: white;
    font-size: 13px;
    
    background-color: #bbce00;
}


/* ################################## Content ################################*/

div.contentContainer {
    min-height: 620px;
}

div.contentContainer.backgroundImage {

    background-repeat: no-repeat;
    background-size: cover;
    
    color: #808080;
}

div#pageOne.contentContainer.backgroundImage,
div#pageFour.contentContainer.backgroundImage  {
    height: 100%;   
}

div.contentContainer.backgroundImage div.content {
    height: 100%;
}

div.content {
    padding-left: 126px;
    padding-top: 136px;
    padding-right: 30px;
}


/* ################################## Seiten spezifisch ######################*/

/* ################################## Page One ######################*/

div#pageOne h2 {
    width: 500px;
    
    right: 5%;
    bottom: 15%;
    
    font-size: 53px;
}

div#pageOne {
    background-image: url(../images/background/frau_brille.jpg);
}


/* ################################## Page Two ######################*/

div#pageTwo {
    min-height: 420px;
}

div#pageTwo div.content {
    padding-right: 35px;
}

div#pageTwo div.row {
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#pageTwo div.rowOne h2 {
    color: #2ea8d3;
    font-weight: bold;
}


/* ################################## Page Three ######################*/

div#pageThree_partOne div.content {
    padding-bottom: 50px;
}

div#pageThree_partOne div.rowOne {
    height: 50%;
    padding-right: 30px;
}

div#pageThree_partOne div.rowTwo {
    height: 50%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

div#pageThree_partTwo img.arrowDown {
    top: -41px;
}

div#pageThree_partTwo div.threeColumn {
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    column-width: 250px;
    
    padding-right: 25px;
}

div#pageThree_partTwo h2 {
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #2ea8d3;
    
    margin-bottom: 30px;
}

/* ################################## Page Four ######################*/

div#pageFour {
    background-image: url(../images/background/gruppe_tisch.jpg);
}

div#pageFour div.content {
    display: inline-block;
}

div#pageFour div.circleColumn {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

div#pageFour div.circleContainer {
    height: 25%;
}

div#pageFour div.applicationExample {
    position: relative;
    vertical-align: top;
    left: 40px;
    
    width: 80%;
    max-width: 1000px;
    height: 90%;  
    
    overflow-y: auto;
    
    display: none;
     
    color: #808080;    
    background-color: rgba(255,255,255,0.85);
}

@media (max-width: 780px) {
    div#pageFour div.applicationExample {
        width: 75%;
    }
}

div#pageFour div.applicationExample.active {
    display: inline-block;
}

div#pageFour div.contentRow {
    margin: 24px;
}

div#pageFour h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    color: #2ea8d3;
    
    margin-top: 20px;
    margin-bottom: 15px;
}

div#pageFour h3 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 25px;
    color: #2ea8d3;
    
    margin-bottom: 10px;
}

div#pageFour table {
    width: 100%;
    padding-left: 15px;
}

div#pageFour td {
    vertical-align: top;
}

div#pageFour li {
    color: #2ea8d3;
    margin-bottom: 5px;
}


/* ################################## Page Five ######################*/

div#pageFive {
    background-color: #d5edf6;
}

div#pageFive td {
    padding-bottom: 15px;
}

/* ################################## Page Six ######################*/

div#pageSix {
    background-image: url(../images/background/frau_rechner.jpg);
    min-height: 100%;
    padding-bottom: 25px;
}

div#pageSix div.contentBox {
    position: relative;
    left: 0px;
    top: 10px;
    right: 5%;
    
    width: 50%;
    max-height: 95%;
    
    overflow-y: auto;
    
    padding: 25px;
    
    background-color: rgba(255,255,255,0.85);
}

@media (max-width: 1150px) {
    div#pageSix div.contentBox {
        width: 52%;
    }
}

@media (max-width: 1100px) {
    div#pageSix div.contentBox {
        width: 55%;
    }
}

@media (max-width: 1050px) {
    div#pageSix div.contentBox {
        width: 59%;
    }
}

@media (max-width: 1000px) {
    div#pageSix div.contentBox {
        width: 62%;
    }
}

@media (max-width: 950px) {
    div#pageSix div.contentBox {
        width: 65%;
    }
}

@media (max-width: 900px) {
    div#pageSix div.contentBox {
        width: 70%;
    }
}

@media (max-width: 850px) {
    div#pageSix div.contentBox {
        width: 76%;
    }
}

@media (max-width: 800px) {
    div#pageSix div.contentBox {
        width: 84%;
    }
}

@media (max-width: 750px) {
    div#pageSix div.contentBox {
        width: 89%;
    }
}

@media (max-width: 700px) {
    div#pageSix div.contentBox {
        width: 91%;
    }
}


div#pageSix div.imageBox {
    width: 100%;
    height: 80px;
    padding: 5px;
}

div#pageSix img.plot24Logo {
    position: relative;
    float: right;
}


/* ################################## Page Contact ######################*/

div#pageContact {
    background-color: #d5edf6;
    min-height: 100%;
}

div#pageContact h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #2ea8d3;
    
    margin-bottom: 10px;
}

div#pageContact div.contactForm {
    position: relative;
    z-index: 100;
    
    display: inline-block;
    vertical-align: bottom;
    
    padding-right: 70px;
    padding-bottom: 50px;
}

div#pageContact textarea {
    display: inline-block;
    width: 300px;
}

div#pageContact span.mandatory.textarea {
    margin-right: 25px;
}

div.contactAddress {
    display: inline-block;
    vertical-align: top;
}

/* ################################## Page Contact Success ######################*/

div#pageContactSuccess {
    background-color: #d5edf6;
    height: 100%;
}

div#pageContactSuccess div.contactSuccess {
    font-size: 35px;
    line-height: 45px;
    padding: 10% 15% 10% 15%;
}

/* ################################## Page Website Credits ######################*/

div#pageCredits {
    height: 100%;
    background-color: #e3e3e3;
}

