/*
 Ofner&Partner
*/
/* 
    Created on : 24.11.2014, 13:48:33
    Author     : Kris Raich
*/
html{
    background: #fafcfb url(images/bg-html.png) repeat-x;
}
html, body{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2{
    font-weight: normal;
    margin-bottom: 5px;
}
h2{
    margin-top: 0px;
}
img{
    border: none;
}

#maincontent{
    max-width: 1200px;
    margin: 20px auto 20px auto;
    background-color: white;
}
#textWrapper{
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px;
    padding-left: 115px;
    padding-bottom: 20px;
}
.allblur {
    border: solid 1px #ececec; 
 
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2); 
}
.boldText{
    font-weight: bold;
}
.redText{
    color: #C51015;
}
#textCaption{
    margin-left: 65px;
}
#detaillist{
    margin-top: 30px;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}
#detaillist li{
    float: left;
    width: 32%;
    margin: 10px 0px 10px;
    min-width: 250px;
    min-height: 95px;
    padding-right: 5px;
}

#detaillist li img{
    float: left;
    width: 50px;
    margin-right: 14px;
}
.detailText{
    margin-left: 65px;
    margin-right: 20px;
}
#fotobottom{
    width: 100%;
}
#bottomText{
    float: left;
    width: calc(40% - 95px);
    padding-left: 65px;
    padding-right: 30px;
    min-width: 200px;
}
#bottomText img{
    margin: 10px;
    width: calc(100% - 20px);
    margin-left: -5px;
}
/*#sideImg{
    position: absolute;
    height: 125px;
    top: 100px;
    margin-left: -734px;
}*/
#sideImg{
    position: absolute;
    height: 125px;
    top: 100px;
    margin-left: -40px;
}
#closer{
    height: 24px;
    width: 24px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    background-image: url(images/close.png);
}

#bottomCon{
    width: 92%;
    list-style: none;
    display: inline-flex;
    margin-left: 25px;
}
#mainTab{
    width: 91%;
    margin-left: 65px;
}
#tabFirst{
    width: 40%;
    vertical-align: top;
    padding-right: 35px;
}
#tabLast{
    width: 60%;
}
#sigTab{
    margin-top: 10px;
    text-align: center;
}
#sigTab tr:first-of-type{
    text-align: left;
}
#sigTab td:first-of-type{
    padding-right: 20px;
}
@media (max-width: 1300px){   
      #sideImg{
        display: none;
    }
}                              
@media (max-width: 935px){                                 
    #textWrapper{
        padding-left: 15px;
    }
    #textCaption{
        margin-left: 15px;
    }
}
@media (max-width: 850px){                                 
    #tabFirst{
        width: 95%;
        /*padding-left: 15px;*/
    }
    #fotobottom{
        display: none;
    }
}
