/*********************************/
/******* GENERAL *****************/
/*********************************/


html,
body {
    margin:0;
    padding:0;
    height:100%;
}

body {
height: 100%;
overflow: auto;
overscroll-behavior: none;
}

html,
button,
input,
select,
textarea {  }

body {
    font-size: 1.250em;
    line-height: 1.4;
    background-color:white;
    color:rgb(0,0,0);
    font-family: "Helvetica", Arial, Verdana, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}





fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


a:visited,
a {
    color:rgb(0,0,51);
    text-decoration:none;
}

.bold {
    font-weight:bold;
}

.hide {
    display:none;
}




h1,
h2 {
    font-size:0.875em;
    margin-top:0;
}

h2 + ul {
    margin-top:0;
}

h1 + h2,
p + h2 {
    margin-top:1em;
}

h2 {
    margin-bottom:0;
}

h2 + p {
    margin-top:0;
}

h1 + h2 {
}

p {
    margin-top:0;
}



ul {
	list-style-type: square;
    padding-left:1em;
}



img {
    width:100%;
    height:auto;
}


dl.line dt,
dl.line dd{

}

dt {
    float:none;
}



dd {
    margin-left:0;
    margin-bottom:0.9em;
    font-style: italic;
}

.underline {
	text-decoration:underline;
}

.clear {
    clear:both;
}


.nw {
	white-space:nowrap;
}

.logo {
    display: block;
    width:100%;
    height:auto;
}

.logo-wrap { }


table th,
table td,
ul,
#content p,
label {
    font-size:0.875em;
    line-height:1.75em;
}

#impressum #content p,
#datenschutz #content p,
#datenschutz #content h1,
#datenschutz #content h2,
#impressum #content h1,
#impressum #content h2,
#projekte p,
#projekte h2,
#projekte dl,
#projekte .text-wrapper a {
    font-size:0.750em;
}

#footer p {
    font-size:0.750em;
    line-height:1.5em;
}

#footer a,
#footer {
    color: rgb(95,19,13);
}

.img-hl {
    margin-bottom:1.2em;
}

p + p {

}




/*********************************/
/******* COLUMNS *****************/
/*********************************/

#container {
    padding:2em;
}

#content {
    display: block;
    overflow: hidden;
    width:100%;
    margin-top:2em;
}


#content.wide {
    max-width:100%;
}

.left-column,
.right-column {
    float:none;
    width:100%;

}

.right-column {
}

.wrapper {
}

#navigation .full {
    margin-top:2em;
}

#navigation {

}


#footer {
    margin-top:1em;
}


/*********************************/
/******* NAVI ********************/
/*********************************/




#navigation {
    letter-spacing: 1px;
}

#navigation ul li {

}

#navigation ul li a {
	text-decoration: none;
    color: rgb(95,19,13);
}


#navigation a:hover {}

#navigation ul li.active a {
    font-weight:bold;
}

#navigation ul {
    list-style-type: none;
    padding-left:0;
}


#navigation  li.active ul {
    display: block;
}


#navigation  ul {
    margin: 0;

}

#navigation  li{
    margin-right: 0;
    display: block;
    margin-bottom: 0;
}


/*********************************/
/******* FOOTER ******************/
/*********************************/




/*********************************/
/******* PROJEKT DETAIL***********/
/*********************************/

.clicklayer {
    z-index:100;
    background-color:#ccc;
    opacity: 0.8;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.detail {
    z-index:999;
    background-color:#fff;
}

.detail .text-wrapper {
    padding:1em 2em;
}

.detail .text-wrapper .col-1 *,
.detail .text-wrapper .col-2 * {
    display:none;
}

.detail .text-wrapper .display-project-details,
.detail .text-wrapper .col-1 h2 {
    display:block;
}

.detail .text-wrapper .display-project-details {
    text-decoration:underline;
}




.detail h2 {
    margin-bottom:1em;
}



#projekte dt {
    font-weight:bold;
}



#projekte .detail {
    padding-bottom:2em;
    margin-bottom:2em;
    position:relative;
}

#projekte dd {
    font-style: italic;
}

#projekte .thumb {
    float:left;
    width:50%;
    height:auto;
    margin-right:1em;
    margin-top:0.3em;
    margin-bottom:1.2em;
}

#projekte .projekt {
    display:none;
}

.close-clicklayer {
    display:none;
}

.gallery .next,
.gallery .prev {
    width:auto;
    height:auto;
    cursor:pointer;
    position:absolute;
}

.gallery .next {
    right:0.5em;
    top:0;
}

.gallery .prev {
    left:0.5em;
    top:0;
}

#projekte .title {
    font-weight:bold;
}


/*********************************/
/******* REFERENZEN **************/
/*********************************/

.table-wrap {
    width:100%;
    overflow-x:auto;
}

table {
    width:100%;
    margin-top:1.5em;

    font-size:0.7em;
}

table td,
table th {
    text-align:left;
    vertical-align:top;
}

table th {
    padding:0 0 1.5em 0;
}

table th,
table td{
    padding-bottom:1em;
    padding-right:1.5em;
}


#referenzen table td.bgf,
#referenzen table td.volumen {
    text-align:right;
}

#referenzen table .bgf,
#referenzen table .volumen {

}

#referenzen .legende,
#referenzen table .leistung,
#referenzen table .volumen,
#referenzen table .jahr {
    display:none;
}






/*********************************/
/******* FORMULAR ****************/
/*********************************/

fieldset {
    background:rgba(255,255,255,0.8);
    padding:0.25em 1em 0.5em 0.5em;
    margin:30px 0;

}

input,
textarea {
    width:99%;
    padding:0.313em;
    margin:0;
    border:1px solid rgb(95,19,13);
    border-radius: 0.313em;
    background: transparent;
    margin-bottom:0.938em;
}

textarea {
    min-height:6.250em;
}

input.button {
    width:auto;
    float:right;
    margin-right:-0.438em;
    margin-bottom:0;
    background-color: rgb(95,19,13);
    color:#fff;
    font-size:0.875em
}


/*********************************/
/******* SEITENSPEZIEFISCH********/
/*********************************/

#datenschutz .link-datenschutz {
    color:#000;
}

#impressum .link-impressum {
    color:#000;
}

a.link-datenschutz:hover,
a.link-impressum:hover {
    color:#000 !important;
}

#leistungsbild .icon {
    width:27px;
    height:auto;
    float:left;
    opacity:0.8;
    margin-top:0.2em;
}

#leistungsbild .icontext {
    margin-left:2.5em;
}






#ueber-uns h2 {
    display:inline-block;
}

.detail-link {
    text-decoration:underline;
    font-size:0.875em;

}

#leistungsbild .detail-link {
    font-size:1em;
}









