body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
/**
 * Cascading Style Sheet
 *
 * Copyright: AI-Designer GbR 2010
 * Author   : Rene Fehrmann (AI-Designer GbR)
 * Project  : www.buetow.com
 */

#wrapper {
    word-wrap: break-word;
}

/* ie proprietary property to force long words to break rather than the layout */

/***** resets *****/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, p, ul, li {
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

ul {
    list-style-type: none;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/***** html, body & id�s *****/

body {
    overflow-y: scroll;
    background: url('../../files/goetze/images/site/body-background.png') repeat-x #fbdeb2;
}

* + html body {
    overflow-y: auto;
}

html {
}

#header {
    background: url('../../files/goetze/images/site/header-background.gif') left top no-repeat;
}

#wrapper {
    text-align: left;
}

#container { /* right faux column tab */
    background: url('../../files/goetze/images/site/container-background.gif') repeat-y;
}

#container:after {
    /* this is for NN6 to clear floats */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#main {
    background: url('../../files/goetze/images/site/main-background.gif') left top no-repeat;
}

#left {
}

#right {
}

/***** modules *****/

.mod_navigation {
    padding: 120px 0 0 20px;
}

.mod_navigation li {
    float: left;
    padding: 0 20px;
}

.mod_navigation strong, .mod_navigation a, .mod_navigation span {
    display: block;
    font: normal normal bold 14px/40px arial;
    color: white;
    text-transform: uppercase;
}

.mod_navigation li.active strong {
    text-decoration: underline;
}

.mod_pageImage {
    padding: 0 0 0 20px;
}

.mod_article {
    padding: 30px 60px;
}

/***** content elements & tags *****/

h1 {
    padding: 0 0 24px 0;
    font: normal normal bold 18px arial;
    color: #b2b2b2;
    text-transform: uppercase;
}

h2 {
    padding: 0 0 12px 0;
    font: normal normal bold 14px arial;
    color: #b2b2b2;
    text-transform: uppercase;
}

h3 {
    padding: 0 0 6px 0;
    font: normal normal bold 12px arial;
    color: #555555;
    text-transform: uppercase;
}

div.ce_text {
    padding: 0 0 12px 0;
    font: normal normal normal 14px/24px arial;
    color: #555555;
    text-align: justify;
}

div.ce_text p {
    padding: 0 0 12px 0;
}

div.ce_text ul {
    padding: 0 0 0 24px;
    list-style-type: disc;
}

div.ce_text div.caption {
    font: normal normal normal 12px/18px arial;
}

div.ce_list {
    font: normal normal normal 14px/24px arial;
    color: #555555;
}

div.ce_list ul {
    padding: 0 0 0 24px;
    list-style-type: disc;
}

div.ce_list.level_2 {
    padding: 0 0 0 24px;
}

div.ce_form {
    font: normal normal normal 14px arial;
    color: #555555;
}

div.ce_form input[type=text], div.ce_form input[type=email], div.ce_form textarea {
    margin: 0 0 4px 4px;
    padding: 3px;
    width: 300px;
    border: 1px solid #555555;
}

div.ce_form td.col_0 {
    padding: 4px 0 0 0;
    vertical-align: top;
}

div.ce_form input[type=submit] {
    margin: 0 0 4px 4px;
    padding: 3px;
    width: 160px;
    color: white;
    background: #555555;
}

div.ce_form p.error {
    display: none;
}

div.ce_form input.error, div.ce_form textarea.error {
    border: 1px solid #9a0e01;
}

div#referenzen div.ce_gallery {
    clear: both;
    float: left;
    padding: 0 20px 12px 0;
    width: 250px;
}

div#referenzen div.ce_text {
    float: left;
    padding: 0 0 12px 0;
}

div#referenzen hr {
    clear: both;
    margin: 4px auto 12px auto;
    width: 400px;
    height: 1px;
    border-bottom: 1px dotted #9d0b00;
}

/***** classes *****/

div.header-logo a {
    position: absolute;
    top: 0;
    left: 20px;
    width: 420px;
    height: 120px;
}

div.footer-copyright {
    padding: 10px 0 0 0;
    height: 56px;
    font: normal normal normal 12px arial;
    color: #555555;
    text-align: center;
    background: url('../../files/goetze/images/site/footer-copyright-background.gif') left top no-repeat;
}

div.footer-logo {
    margin: 0 auto;
    width: 220px;
    height: 111px;
    background: url('../../files/goetze/images/site/footer-logo.gif') no-repeat;
}

/***** cookiebar *****/

#
#cookiebar-desc {
    margin: 0;
    padding: 0 0 0.5rem;
}
#cookiebar-desc span {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial;
}

#cookiebar-desc a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial;
    text-decoration: underline;
    white-space: nowrap;
}

#cookiebar-desc a:hover {
    text-decoration: none;
}

#cookiebar button {
    margin: 0 1rem;
    background: #9b0b02;
}

#cookiebar button:hover {
    background: #f49100;
}

