*
{
    --accent: #b8cbb0;
    box-sizing: border-box;
}

html
{
    max-width: 870px;
    margin-inline: auto;
}
body
{
    margin: 0;
    font-family: Ubuntu, sans-serif;
    background: #fff;
    box-shadow: 0 0 4px 4px var(--accent);
    padding-inline: 10px;
    min-height: 100vh;
}

hr
{
    border: 0;
    background: var(--accent);
    height: 1px;
}

body,
form
{
    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
}

@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
    }
}

#main .inside
{
    min-height: 1px
}

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

.ie7 img
{
    -ms-interpolation-mode: bicubic
}

.ie8 img
{
    width: auto
}

.ce_gallery ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.ce_gallery li
{
    float: left
}

.ce_gallery li.col_first
{
    clear: left
}

.block
{
    overflow: hidden
}

.clear,
#clear
{
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both
}

.invisible
{
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline
}

.custom
{
    display: block
}

#container:after,
.custom:after
{
    content: "";
    display: table;
    clear: both
}

/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay
{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer
}

#mbOverlay.mbOverlayFF
{
    background: transparent url("/web/20160324001254im_/http://urbs-generationum.de/assets/mootools/mediabox/1.4.6/images/80.png") repeat
}

#mbOverlay.mbOverlayIE
{
    position: absolute
}

#mbCenter
{
    position: absolute;
    z-index: 9999;
    left: 50%;
    overflow: hidden;
    background-color: #000;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')
}

#mbCenter.mbLoading
{
    background: #000 url("/web/20160324001254im_/http://urbs-generationum.de/assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#mbImage
{
    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;
    padding: 10px
}

#mbBottom
{
    min-height: 20px;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
    padding: 0 10px 10px
}

#mbTitle,
#mbPrevLink,
#mbNextLink,
#mbCloseLink
{
    display: inline;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px
}

#mbNumber
{
    display: inline;
    color: #999;
    line-height: 14px;
    font-size: 10px;
    margin: auto 10px
}

#mbCaption
{
    display: block;
    color: #999;
    line-height: 14px;
    font-size: 10px
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink
{
    float: right;
    outline: 0;
    margin: 0 0 0 10px;
    font-weight: normal
}

#mbPrevLink b,
#mbNextLink b,
#mbCloseLink b
{
    color: #eee;
    font-weight: bold;
    text-decoration: underline
}

#mbPrevLink big,
#mbNextLink big,
#mbCloseLink big
{
    color: #eee;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold
}

#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: bold;
    text-decoration: underline
}

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider
{
    overflow: hidden;
    visibility: hidden;
    position: relative
}

.slider-wrapper
{
    overflow: hidden;
    position: relative
}

.slider-wrapper>*
{
    float: left;
    width: 100%;
    position: relative
}

.slider-control
{
    height: 30px;
    position: relative
}

.slider-control a,
.slider-control span
{
    position: absolute;
    top: 9px;
    display: inline-block
}

.slider-control .slider-prev
{
    left: 0
}

.slider-control .slider-next
{
    right: 0
}

.slider-control .slider-menu
{
    top: 0;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    font-size: 27px;
    text-align: center
}

.slider-control .slider-menu b
{
    color: #bbb;
    cursor: pointer
}

.slider-control .slider-menu b.active
{
    color: #666
}

/* Contao Open Source CMS, (c) 2005-2013 Leo Feyer, LGPL license */
table.sortable thead th
{
    background-image: url("/web/20160324001254im_/http://urbs-generationum.de/assets/mootools/tablesort/images/default.gif");
    background-repeat: no-repeat;
    background-position: center right
}

table.sortable thead th a.pointer
{
    display: block;
    margin-right: 9px;
    cursor: pointer
}

table.sortable thead th.unsortable
{
    background-image: none
}

table.sortable thead th.asc
{
    background-image: url("/web/20160324001254im_/http://urbs-generationum.de/assets/mootools/tablesort/images/asc.gif")
}

table.sortable thead th.desc
{
    background-image: url("/web/20160324001254im_/http://urbs-generationum.de/assets/mootools/tablesort/images/desc.gif")
}

/* Style sheet basic-6 */
body
{
    margin: 0;
    padding: 0
}

a,
body,
div,
em,
input,
label,
legend,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
    font-family: Ubuntu, sans-serif
}

a,
body,
div,
input,
label,
li,
legend,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
    font-size: 12px
}

h1
{
    margin: 0 0 12px;
    padding: 0;
    font-size: 14px;
    font-weight: bold
}

h2
{
    margin: 0 0 6px;
    padding: 0;
    font-size: 12px;
    font-weight: bold
}

a
{
    text-decoration: none;
    color: #aac69e
}

a:hover
{
    text-decoration: underline;
    color: #92a18a
}

img
{
    vertical-align: middle;
    border: 0px
}

p,
pre,
form,
figure
{
    margin: 0;
    padding: 0
}

table
{
    border-spacing: 0
}

:focus
{
    outline: 0
}

/* Style sheet default-7 */
body
{
    background: #ffffff url("/web/20160324001254im_/http://urbs-generationum.de/files/Urbs/Template/background.png") center top repeat-y
}

#wrapper
{
    max-width: 100%
}

#main .inside
{
    margin-bottom: 20px
}

#left
{
    margin-top: 52px
}

#top_image
{
    top: 15px;
    position: relative;
    margin-right: 0
}

#top_image img
{
    height: 157px
}

#top_image:after
{
    height: 0;
    clear: both;
    display: block;
    line-height: 0;
    content: ".";
    visibility: hidden
}

#top_image img
{
    float: right;
    margin: 0;
    padding: 0
}

#logo_image
{
    top: 20px;
    position: relative
}

.ce_text,
.teaser
{
    line-height: 1.5
}

div.error,
p.error
{
    margin: 0;
    padding: 2px 0 0;
    font-size: 10px;
    color: #f00
}

.mod_article .back
{
    margin-top: 18px
}

.mod_article .more
{
    display: inline
}

.mod_breadcrumb
{
    margin-bottom: 24px;
    padding: 5px 3px 7px;
    background-color: #ffffff
}

.mod_breadcrumb ul
{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mod_breadcrumb li
{
    float: left
}

.mod_breadcrumb li:after
{
    margin-right: 3px;
    padding-left: 1px;
    content: " > "
}

.mod_breadcrumb li.active:after
{
    display: none
}

.ce_gallery .caption
{
    color: #999
}

.mod_article .pdf_link
{
    margin-bottom: -16px;
    text-align: right
}

.mod_article .pdf_link a
{
    padding-right: 1px;
    padding-left: 1px
}

.mod_lostPassword
{
    margin: 24px
}

.mod_lostPassword td
{
    padding-right: 6px;
    padding-bottom: 3px
}

.mod_lostPassword .text,
.mod_lostPassword .password
{
    width: 210px
}

.mod_lostPassword .captcha
{
    width: 40px
}

.mod_lostPassword .captcha_text
{
    color: #666
}

.ce_list ul
{
    margin: 0;
    padding: 0
}

.ce_list li
{
    margin: 0 0 0 22px;
    padding: 0;
    line-height: 16px
}

.mod_navigation
{
    width: 180px;
    top: 43px;
    position: absolute;
    z-index: 999
}

.mod_navigation ul
{
    margin: 0 5px;
    padding: 0;
    border-bottom: 1px solid #aac69e;
    list-style-type: none
}

.mod_navigation li
{
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #aac69e;
    list-style-type: none
}

.mod_navigation .level_2
{
    padding: 3px 0 0 9px;
    border-bottom: 0px
}

.mod_navigation .level_2 li
{
    padding: 0 0 3px;
    border-top: 0px
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation span
{
    font-size: 14px;
    font-weight: bold;
    color: #000
}

.mod_navigation .level_2 a,
.mod_navigation .level_2 li,
.mod_navigation .level_2 span
{
    font-size: 12px;
    font-weight: normal
}

.ce_accordion
{
    margin-left: 16px
}

.toggler
{
    padding: 1px 0 2px
}

.toggler_first
{
    color: #a84204
}

.toggler_first:hover
{
    text-decoration: underline;
    color: #a84204;
    cursor: pointer
}

.accordion div
{
    padding: 6px 0 8px 15px;
    line-height: 16px
}

.mod_login
{
    margin: 0 5px;
    padding: 5px;
    background-color: #ffffff
}

.mod_login label
{
    display: block;
    margin: 4px 0 1px
}

.mod_login .checkbox_container
{
    margin-top: 3px
}

.mod_login .checkbox_container label
{
    display: inline
}

.mod_login .submit_container
{
    margin-top: 8px;
    margin-bottom: 4px
}

#request_password
{
    top: 15px;
    position: relative;
    margin: 0 5px;
    padding: 0 5px 10px 6px;
    background-color: #ffffff
}

#request_password a
{
    font-size: 11px;
    color: #999
}

.mod_newsmenu,
.mod_eventmenu
{
    margin: 0 5px 20px;
    padding: 5px;
    background-color: #ffffff
}

#breaking_news
{
    margin: 20px 5px;
    padding: 5px;
    background-color: #ffffff
}

.mod_newsmenu ul,
.mod_newsmenu li,
.mod_eventmenu ul,
.mod_eventmenu li
{
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mod_newsmenu .year,
.mod_eventmenu .year
{
    margin-bottom: 2px;
    font-weight: bold
}

.mod_newslist p
{
    margin: 0 0 4px
}

.mod_newsreader .back
{
    margin-bottom: 24px;
    padding-top: 12px
}

.mod_newslist .info,
.mod_newsreader .info
{
    margin-bottom: 6px;
    font-size: 11px;
    color: #999
}

.mod_newslist .layout_short
{
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #aac69e
}

.mod_newsreader .ce_text
{
    margin-top: 16px
}

.mod_article,
.mod_newsreader
{
    margin-right: 5px
}

.mod_newsreader h2
{
    margin-bottom: 12px
}

.mod_newsreader .comment_default
{
    margin-bottom: 12px
}

.mod_newsreader .comment
{
    line-height: 1.5
}

.mod_newsreader .reply
{
    margin-top: 12px;
    padding-left: 18px
}

.mod_newsreader .form
{
    margin-top: 24px
}

.mod_newsreader .widget
{
    margin-top: 1px;
    margin-bottom: 1px
}

.mod_newsreader .textarea
{
    width: 360px;
    height: 120px
}

.mod_search
{
    margin-top: 3px
}

.mod_search .text
{
    width: 240px;
    -webkit-appearance: none
}

.mod_search .radio_container
{
    margin: 3px 0 0;
    padding: 0;
    border: 0
}

.mod_search .radio_container label
{
    left: -2px;
    top: -2px;
    position: relative;
    padding-right: 3px
}

.mod_search .header
{
    margin-top: 18px;
    margin-right: 5px;
    margin-bottom: 24px;
    padding-bottom: 4px;
    text-align: right;
    border-bottom: 1px solid #ffffff
}

.mod_search h3
{
    margin: 0 0 2px;
    padding: 0
}

.mod_search .context
{
    margin: 0 5px 3px 0
}

.mod_search .url
{
    margin-bottom: 12px;
    color: #aac69e
}

.mod_search .relevance
{
    font-size: 12px;
    font-weight: normal;
    color: #aac69e
}

.mod_search .highlight
{
    font-weight: bold
}

table.calendar
{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

table.calendar .head
{
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #f6f6f6;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table.calendar .current
{
    background-color: #ffc
}

table.calendar .label
{
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #bbb;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: bold;
    color: #fff
}

table.calendar td
{
    width: 14%;
    height: 72px;
    padding: 1px;
    vertical-align: top;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table.calendar td.weekend
{
    background-color: #f6f6f6
}

table.calendar td.today
{
    background-color: #ffc
}

table.calendar .empty,
table.calendar .empty .header
{
    background-color: #f6f6f6
}

table.calendar td .header
{
    padding-bottom: 2px;
    background-color: #e0e0e0;
    font-size: 11px
}

table.calendar td .event a
{
    font-size: 11px
}

#minicalendar
{
    margin: 0 5px 20px;
    padding: 5px 5px 10px;
    background-color: #ffffff
}

table.minicalendar
{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

table.minicalendar td
{
    width: 14%;
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table.minicalendar td,
table.minicalendar .active a
{
    font-size: 11px
}

table.minicalendar td.weekend
{
    background-color: #f6f6f6
}

table.minicalendar td.today
{
    background-color: #ffc
}

table.minicalendar .label
{
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #c3c3c3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    color: #fff
}

table.minicalendar .head
{
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #f9f9f9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table.minicalendar .current
{
    background-color: #ffc
}

.mod_eventlist
{
    margin-right: 6px
}

.mod_eventlist .header
{
    padding: 3px 6px 4px;
    background-color: #e6e6e6;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: bold
}

.mod_eventlist .header.first
{
    border-top: 1px solid #ccc
}

.mod_eventlist .event
{
    padding: 10px 6px 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.mod_eventlist .time
{
    margin-top: -6px;
    margin-bottom: 6px;
    font-weight: normal;
    color: #999
}

.mod_eventreader .info
{
    margin-top: -12px;
    font-size: 11px;
    color: #999
}

.mod_eventreader .recurring
{
    margin-top: 2px;
    font-size: 11px;
    color: #090
}

.mod_eventreader .ce_text
{
    margin-top: 15px
}

.mod_eventreader .back
{
    margin-top: 18px
}

.mod_personalData
{
    margin-bottom: 36px
}

.mod_personalData fieldset
{
    width: 400px;
    display: block;
    margin: 12px 0 24px;
    padding: 12px
}

*+html .mod_personalData fieldset
{
    margin-top: -12px
}

.mod_personalData legend
{
    color: #0000e6
}

.mod_personalData .submit_container
{
    width: 428px;
    text-align: right
}

*+html .mod_personalData .submit_container
{
    width: 434px
}

.mod_personalData td
{
    width: 160px;
    padding: 2px 6px 2px 0
}

.mod_personalData .text,
.mod_personalData .password
{
    width: 200px
}

.mod_personalData select
{
    width: 204px
}

*+html .mod_personalData select
{
    width: 206px
}

fieldset.radio_container,
fieldset.checkbox_container
{
    margin: 0;
    padding: 0;
    border: 0
}

.ce_table
{
    margin-top: 24px;
    margin-bottom: 24px;
    border-left: 1px solid #ccc
}

.ce_table td
{
    padding: 2px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

*+html .ce_list li
{
    margin-left: 26px
}

.ce_table th
{
    padding: 2px 8px;
    background-color: #e6e6e6;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.ce_table th a
{
    color: #000
}

.pagination li
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#tps td
{
    padding: 2px 4px
}

.pagination
{
    margin-top: 22px;
    padding-top: 4px;
    border-top: 1px solid #ffffff
}

#tps .col_0
{
    width: 80px
}

.pagination p
{
    width: 160px;
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    text-align: left
}

#tps .explanation
{
    padding-bottom: 24px
}

.pagination ul
{
    width: 240px;
    float: right;
    margin: 0;
    padding: 0 3px;
    text-align: right
}

/*
     FILE ARCHIVED ON 00:12:54 Mar 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:04:50 Apr 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.686
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 73.607
  LoadShardBlock: 2412.602 (3)
  PetaboxLoader3.datanode: 136.503 (5)
  PetaboxLoader3.resolve: 2504.395 (3)
  load_resource: 278.069 (2)
*/