/* ################################## Global #################################*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
    font-family: Arial;
    font-size: 15px;
}

html,body {
    position: relative;
    height: 100%;
}

img {
    border-width: 0px;   
}
    
td {
    vertical-align: top;    
}

td.first {
    padding-left: 0px;
}

ul {
    margin-left: 20px;
}

a {
    color: #ffffff;
    text-decoration: none;
}


div.circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%; 
    border-radius: 100%;
    
    margin-bottom: 2%;
    
    font-family: "Trebuchet MS", Arial, sans-serif;
    background-color: #2ea8d3;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    
    cursor: pointer;
}

div.circle.active {
    border-style: solid;
    border-color: #ffffff;
    border-width: 3px;
    
    line-height: 74px;
}

div.circle.small {
    width: 10px;
    height: 10px;
    line-height: 10px;
    
    margin: 0px 0px 0px 0px;
}

div.circle.small.active {
    border-style: solid;
    border-color: #2ea8d3;
    border-width: 2px;
    
    background-color: white;
}

span.bold {
    font-size: 18px;
    font-weight: bold;
}

.iqGreen {
    color: #bbce00;
}

.iqBlue {
    color: #2ea8d3;
}

/* ################################## Layout / Header ########################*/
#header {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    
    width: 100%;
}

#header div#titleMenueContainer {
    background-color: #bbce00;
}


/* ################################## Content ################################*/
div.contentContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    
    color: #808080;
}

div.content {
    position: relative;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    max-width: 100%;
    max-height: 100%;
}

/* ################################## Seiten spezifisch ######################*/

/* ################################## Page One ######################*/

div#pageOne h2 {
    position: absolute;
    
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #2ea8d3;
}

/* ################################## Page Two ######################*/
div#pageTwo {
    background-color: #d5edf6;
}

div#pageTwo div.content {
    width: 100%;
}    

div#pageTwo div.rowOne {
    height: 25%;
}

div#pageTwo div.rowOne p {
    color: #808080;
}

div#pageTwo div.rowTwo {
    height: 40%;
    padding: 20px;
}

div#pageTwo div.rowThree {
    height: 35%;
    padding: 10px;
    background-color: #2ea8d3;
}

div#pageTwo div.rowThree table {
    vertical-align: top;
}

div#pageTwo div.rowThree p {
    color: #ffffff;
}

/* ################################## Page Three ######################*/
div#pageThree_partOne {
    background-color: #e3e3e3;
    color: #2ea8d3;
}

div#pageThree_partTwo {
    z-index: 2;
}

div#pageThree_partTwo div.content{
    padding-top: 0px;
    padding-bottom: 20px;
}

div#pageThree_partTwo img.arrowDown {
    position: relative;
}

div#pageThree_partTwo {
    background-color: #d5edf6;
    color: #808080;
}

div#pageThree_partTwo p {
    margin-bottom: 20px;
}


/* ################################## Page Four ######################*/
/* Exists only in desktop version! */

/* ################################## Page Five ######################*/


div#pageFive img.referenceImg {
    width: 100%;
    max-width: 305px;
}

div#pageFive h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    color: #2ea8d3;
}

/* ################################## Page Six ######################*/

div#pageSix div.contentBox p {
    margin-bottom: 10px;
}


/* ################################## Page Contact ######################*/

div#pageContact input,
div#pageContact textarea {
    width: 250px;
    margin-bottom: 10px;
    padding: 2px 2px 2px 4px;
    border: none;
}

div#pageContact input.error,
div#pageContact textarea.error {
    border-left: solid 4px #ff7f24
}

div#pageContact input[type='submit'],
div#pageContact button[type='submit'] {
    width: 100px;
    height : 30px;
    
    margin-top: 10px;
    
    font-family: Arial;
    font-weight: bold;
    
    background-color: #2ea8d3;
    color: #ffffff;
    
    cursor: pointer;
}

div#pageContact input[name='plz'] {
    width: 100px;
}

form span.mandatory {
    color: #2EA8D3;
    font-size: 26px;
    line-height: 23px;
    margin-left: 4px;
    vertical-align: top;
}

form div.errorMessage {
    display: none;
    
    color: #FF7F24;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 4px;
}

address {
    font-size: 18px;
    font-style: normal;
}

address a {
    color: #808080;
    font-size: 18px;
}

/* ################################## Page Contact Success ######################*/

div#pageContactSuccess div.content {
    height: 100%;
}

div#pageContactSuccess div.contactSuccess {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #2ea8d3;
}

/* ################################## Page Website Credits ######################*/

