/*
Creator: Dominik Both
*/
/* 
    Created on : 28.06.2015, 21:10:24
    Author     : Dominik
*/

#head {
    overflow: visible;
    position: fixed;
    background: #004594;
    min-height: 50px;
    z-index: 3;
    padding-top: 1px;
}
#logo {
    height: 51px;
    /* width: 200px; */
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #aaa;
    bottom: 0px;
    border-bottom: 1px solid #aaa;
}
#beratung {
    height: 20px;
    margin: 0px;
    position: absolute;
    top: 15px;
    left: 407px;
}
#buttons {
    text-align: right;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#buttons .ad {
    background: black;
        position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    color: white;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    line-height: 50px;
    font-size: 30px;
}
#buttons .ad img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    height: 30px;
}
#buttons div {
    background: #CC1120;
    float: left;
    width: 15px;
    height: 50px;
}
::-webkit-input-placeholder {
    color: #555 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #555 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #555 !important;
}
:-ms-input-placeholder {
    color: #555 !important;
}
.utline {
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.linker.highlighted, a.imglink.highlighted {
    background: #DCE6F2 !important;
    color: #004594 !important;
    text-shadow: 0 1px 0 #fff !important;
}
a.imglink.highlighted img {
filter: invert(70%);
-webkit-filter: invert(70%);
}
.ui-page{
    padding-top: 53px;
min-height: 753px;
background: white;
}

.imglink:hover{background: rgba(0,0,0,0.3);}


.imglink{
    display: block;
    float: left;
    vertical-align: center;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.img{
    width: 35px;
    height: 35px;
    margin-top: 7.5px;
}

a.linker.highlighted:hover {
    background: #CCD6E2 !important;
}
.normal:hover {
    background: #1055A4;
}
.normal {
    background: #004594;
}
#nav {
    display: none;
    padding: 0px;
    background: #004594;
}
.navigation {
    text-align: right;
}
.innerapp {
    padding: 12px;
}


.ad:hover{background: #222 !important;}
a.linker:hover{ background: #1055A4; color: #FFF;}
a.linker{
    display: block;
    padding: 16px 40px 16px 15px;
    line-height: 45px;
    height: 50px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    text-shadow: 0px 1px 0px #000;
    color: #FFF !important;
}


.nebeneinander,
.nebeneinander2 {
    display: inline-block;
    min-width: 190px !important;
    max-width: 550px;
    margin-right: 20px !important;
    vertical-align: top;
}
h3 {
    margin-bottom: 4px;
    margin-top: 5px;
    margin-left: 10px;
    background: white;
    z-index: 10;
    display: block;
}
html {
    background-color: #fff;
        font-family: Roboto,Helvetica,Arial,sans-serif !important;

}
input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-bar-b {
    border-top: 0px !important;
    border-bottom: 1px solid #ccc !important;
}
.breakpoint-second-order .ui-block-a {
    padding-right: 20px;
    padding-left: 0px;
}
.breakpoint-second-order .ui-block-b {
    padding-left: 20px;
    padding-right: 0px;
}
@media (max-width: 940px) {
    .breakpoint-first-order .ui-block-a,
    .breakpoint-first-order .ui-block-b,
    .breakpoint-second-order .ui-block-a,
    .breakpoint-second-order .ui-block-b {
        width: 100% !important;
        float: none;
        padding: 0px;
        padding-left: 0px !important;
    }
    .no-break .ui-block-a,
    .no-break .ui-block-b {
        width: 49.95% !important;
        float: left !important;
        padding: 12px !important;
    }
    .ui-controlgroup-controls {
        border-left: 1px #14181C solid;
    }
}
@media (max-width: 469px) {
    #buttons {
        right: 0px;
    }
   
    #beratung {
        display: none;
    }
}
@media (min-width: 470px) and (max-width: 870px) {
    #beratung {
        display: none;
    }
}
@media (max-width: 579px) {
    #buttons .ui-btn-text {
        font-size: 0px;
    }
   
}
@media (min-width: 941px) {
    .breakpoint-second-order .ui-block-a {
        padding-right: 20px;
        padding-left: 0px;
    }
    .breakpoint-second-order .ui-block-b {
        padding-left: 20px;
        padding-right: 0px;
    }
}

#nav{
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none; 
  user-select: none;  
}

@media (min-width: 1140px) and (min-height: 295px) {
    #head {
        top: 0px !important;
    }
    body:not(.madesmall) #logo {
        height: 99.5px;
    }
    #nav {
        display: block !important;
        overflow: auto;
        z-index: 2;
        width: 200px;
        position: fixed;
        bottom: 0px;
        top: 100px;
    }
    .ui-content,
    #geopicker {
        z-index: 1;
        position: absolute;
        left: 200px;
        right: 0px;
        overflow: visible;
    }
}

#footteil {
    height: 100%;
}
@media (max-width: 1139px) {
    #footer {
        
        display: block !important;
    }
    #vv {
        vertical-align: center;
        line-height: 50px;
        text-align: center;
        text-align: center;
        background: #004594;
        line-height: 50px;
        overflow: hidden;
        border-top: 1px solid #ccc;
        position: fixed;
        height: 50px;
        z-index: 400;
        bottom: 0px;
        right: 0px;
        width: 10%;
        border-left: #003584 solid 1px;
        display: block !important;
    }
    .page {
        margin-bottom: 50px;
    }
}
#footer{overflow: hidden;
        border-top: 1px solid #ccc;
        position: fixed;
        background: #004594;
        height: 50px;
        z-index: 300;
        bottom: 0px;
        left: 0px;
        right: 0px;}
@media (max-height: 294px) {
    #footer {
        
        display: block !important;
    }
    .page {
        margin-bottom: 50px;
    }
    #vv {
        vertical-align: center;
        line-height: 50px;
        text-align: center;
        text-align: center;
        background: #004594;
        line-height: 50px;
        overflow: hidden;
        border-top: 1px solid #ccc;
        position: fixed;
        height: 50px;
        z-index: 400;
        bottom: 0px;
        right: 0px;
        width: 10%;
        border-left: #003584 solid 1px;
        display: block !important;
    }
}

#loadbalken{
    display: none;
position: absolute;
    left: 0px;
    right: 0px;
    height: 12px;
    top: 0px;
    background: black;
}