body {
    font-size: medium;
}

#header-wrapper {
    padding-bottom: 0;
}

/*
 * Copyright
 */
div#ascopy {
    visibility: hidden;
}

#header-row #logo {
    width: 400px;
    text-align: left;

}

@media (max-width: 1200px) {
    #header-row #logo {
	margin-left: 20px;
    }
}

div#logo a {
    text-align: left;
}

div#logo img {
    height: 150px;
    margin-left: 2px;
    margin-bottom: 2em;
}

ul#kopf-menu > li {
    display: inline-block;
    width: 180px;
    margin-left: 20px;
    margin-bottom: 2em;
    background-color: white;
    height: 150px;
}

ul#kopf-menu {
    background-color: inherit;
}

ul#kopf-menu > li > a {
    vertical-align: middle;
    text-align: center;
    height: 134px;
    background-color: white;
}

ul#kopf-menu > li > a  img {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 50px;
    height: 50px;
}

ul#kopf-menu > li > a  span {
    display: block;
}

#kopf-menu img:hover
{
    -ms-transform: scale(1.3,1.3); /* IE 9 */
    -webkit-transform: scale(1.3,1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3,1.3);
}

/*
 * Suppress grey borders of active menu.
 */
ul.jb_free_dropdown ul {
    width: 180px;
}

ul.jb_free_dropdown ul li {
    background-color: white;
}

ul.jb_free_dropdown ul a {
    padding: 0;
    margin-left: 1em;
}

ul.jb_free_dropdown ul a:hover {
    color: #F3594C;
}

ul.jb_free_dropdown a, ul.jb_free_dropdown  {
    background-color: white;
    font-weight: normal;
}

ul.jb_free_dropdown a:link, ul.jb_free_dropdown a:visited  {
    color: #666; 
}
ul.jb_free_dropdown li.active li a {
    background-color: white;
}

ul.jb_free_dropdown li a, ul.jb_free_dropdown .dir {
    border: none;
    padding: 4px;
    color: #666;
}

.jb_free_dropdown .image-title {
    background-color: white;
}

ul.nav li.current a {
    color: #F3594C;
}

/*
 * Project lists
 */

div.img-intro__left {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 2px;
}

@media(min-width: 480px) {
    div.item_introtext p {
	margin-left: calc(180px + 2em);
    }
}

.page-blog .item {
    margin-bottom: 0;
}

/*
 * Left menu
 */
#aside-left .moduletable ul.nav li {
    font-size: medium;
}

/*
 * Joombig Slider
 */
div#jb_list_slider1_container + div {
    visibility: hidden;
    height: 0;
}

.homeslider {
    width: 800px;
    float: left;
}

.hometeaser {
    float: left;
    width: 380px;
    margin-left: 20px;
}

.mod-custom {
    background-color: white;
    padding: 1em;
    height: calc(400px - 2em);
}

.mod-custom p + p {
    padding-bottom: 0;
}

@media(max-width: 1200px) {
    .hometeaser {
	margin-top: 20px;
	margin-left: 0;
	max-width: 600px;
    }
    .mod-custom {
	height: auto;
    }
}


.top-wrapper {
    background-color: inherit;
}

.joombig-title-red {
    color: #F3594C;
}

.joombig-list-introtext {
    padding-right: 2em;
}


/*
 * iCagenda
 */

.ic-box-date {
    background: #666;
    width: 150px;
    height: auto;
    border-radius: 0;
    float: left;
    margin-bottom: 1em;
}

#ictip span.img img {
    border-radius: 0;
}

.icnav .titleic {
    font-size: medium;
}

.iccalendar table th {
    font-size: medium;
}

.iccalendar table td div {
    text-align: center;
    font-size: medium;
    line-height: 20px;
    border-radius: 0;
}

.iccalendar table td div.style_Today {
    border: none;
    font-size: medium;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
}

.iccalendar table td div a {
    padding: 5px;
}

a .style_Today {
    color: black;
}

ul.alldates {
    margin-left: 0;
}

ul.alldates li {
    list-style: none;
}

.icagenda_header {
    font-size: 24px;
}

.descshort i {
    font-style: normal;
}

/*
 * Google maps
 */

div#map  {
    width: 50%;
    float: left;
    margin-right: 4em;
}

.float-right {
    width: 200px;
    float: right;
}


#aside-right .moduletable ul.nav li, #aside-left .moduletable ul.nav li {
    padding: 0 0 9px 0;
}


/*
 * Printing
 */

@media print {
    body {
	background: none;
    }
}