
/*
 * Clearfix

:after
{
    content: "";
    display: table;
    clear: both;
}

 *
 */

html, button, input, select, textarea
{
}

body
{
    margin: 0;
    font-family: Tahoma;
    font-size: 0.75em;
}

a
{
    color: black;
}

ul
{
    padding: 0 0 0 15px;
}
ol
{
    padding: 0 0 0 20px;
}

h5
{
    font-size: 1em;
    margin: 1.33em 0 0 0;
}

blockquote
{
    margin: 1em 0;
    font-style: italic;
}

tr
{
    vertical-align: top;
}
th,
td
{
    padding: 5px 5px 5px 0;
}
th:last-child,
td:last-child
{
    padding: 5px 0 5px 0;
}

form div.field
{
    margin-bottom: 1em;
}
form label.must
{
    font-weight: bold;
}
form input,
form select {
    border: 1px solid gray;
}
form input:invalid,
form select:invalid
{
    border: 1px solid red;
}
form input.radio:invalid
{
    outline: 1px solid red
}
form input.checkbox
{
    width: 2em;
    vertical-align: middle;
}
form label.radio
{
    float: none;
    vertical-align: middle;
    margin-right: 1em;
}
form input.radio
{
    vertical-align: middle;
    margin-right: 1ex;
}
form textarea
{
    width: 20em;
    height: 6em;
    border: 1px solid gray;
}
form div.field.captcha > div
{
    margin-left: 8em;
    width: 201px;
}
form div.field.captcha input
{
    width: 195px;
}

form .texterror
{
    color: #f00;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#container {
    min-width: 320px;
}

#sticky {
    position: sticky;
    top: 0;
    z-index: 4;
}

#header
{
    background: url( "images/headerline.png" ) repeat-x;
}

#header .container
{
    width: 1024px;
    height: 70px;
    margin: 0 auto;
    position: relative;
	z-index: 3;
}

#header h1
{
    display: none;
}

#header .image
{
    display: block;
    position: absolute;
    left: 60px;
}

#header .stylesheettoggle
{
    position: absolute;
    top: 9px;
    left: 687px;
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
	list-style-type: none;
    margin: 0 5px 0 0;
	padding: 0;
}
#header .stylesheettoggle li
{
	float: left;
}
#header .stylesheettoggle li:after
{
    content: "|";
}
#header .stylesheettoggle li:last-child:after
{
    content: "";
}
#header .stylesheettoggle li a
{
    text-decoration: none;
    color: #000;
    padding: 0 8px;
}
#header .stylesheettoggle li a.styles1
{
	font-size: 10px;
}
#header .stylesheettoggle li a.styles2
{
	font-size: 14px;
}
#header .stylesheettoggle li a.styles3
{
	font-size: 16px;
}

#header .search
{
    position: absolute;
    top: 9px;
    left: 787px;
    line-height: 15px;
}
#header .search label
{
    display: none;
}
#header .search input
{
    background-color: #DBDBDB;
    border: 1px solid #A2A2A2;
    font-size: 12px;
    width: 104px;
}
#header .search input[type="submit"]
{
    height: 19px;
    width: 19px;
    background: url( 'images/sprite.png' ) no-repeat 0 -186px;
    border-width: 0;
    color: transparent;
}

#header .icons
{
    position: absolute;
    top: 7px;
    left: 922px;
    width: 66px;
}
#header div.icons a
{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
}
#header div.icons a.instagram
{
    background: url( 'images/sprite.png' ) no-repeat 0 -98px;
}
#header div.icons a.wordpress
{
    background: url( 'images/sprite.png' ) no-repeat 0 -164px;
}
#header div.icons a.facebook
{
    background: url( 'images/sprite.png' ) no-repeat 0 -76px;
}
#header div.icons a.twitter
{
    background: url( 'images/sprite.png' ) no-repeat 0 -142px;
}
#header div.icons a.rss
{
    background: url( 'images/sprite.png' ) no-repeat 0 -120px;
}

#header .sectionnavigationpulldown
{
    position: absolute;
    left: 410px;
    top: 35px;
    font-family: Tahoma;
    font-size: 12px;
}
#header .sectionnavigationpulldown ul.level1
{
	margin-top: 0;
	padding-left: 0;
}
#header .sectionnavigationpulldown ul.level1 > li
{
	float: left;
	filter: none;
	position: relative;
	display: block;
	white-space: nowrap;
    height: 35px;
    padding-right: 1px;
    border-right: 1px solid #222;
}
#header .sectionnavigationpulldown ul.level2
{
	display: none;
	position: absolute;
	min-width: 100%;
	margin-top: 0;
	padding-left: 0;
    background-color: #C31A2D;
    border: 1px solid #fff;
}
#header .sectionnavigationpulldown ul.level2 > li
{
	position: relative;
	float: none;
    width: 125px;
    border-left: 5px solid transparent;
    padding-left: 5px;
}
#header .sectionnavigationpulldown ul.level3
{
	display: none;
	position: absolute;
	min-width: 100%;
    left: 130px;
    top: 0px;
	margin-top: 0;
	padding-left: 0;
    background-color: #C31A2D;
    border: 1px solid #fff;
}
#header .sectionnavigationpulldown ul.level3 > li
{
    width: 125px;
    border-left: 5px solid transparent;
    padding-left: 5px;
	white-space: normal;
}

#header .sectionnavigationpulldown a
{
    color: #fff;
    text-decoration: none;
    padding: 9px 10px 4px 11px;
	display: block;
}
#header .sectionnavigationpulldown ul.level1 > li > a
{
    color: #fff;
    padding: 9px 10px 4px 11px;
}
#header .sectionnavigationpulldown ul.level2 > li > a
{
    padding: 7px 15px 7px 0;
    border-bottom: 1px dotted #fff;
}
#header .sectionnavigationpulldown ul.level3 > li > a
{
    padding: 7px 15px 7px 0;
    border-bottom: 1px dotted #fff;
}
#header .sectionnavigationpulldown ul.level2 > li:last-child > a
{
    border-bottom-width: 0;
}
#header .sectionnavigationpulldown  ul.level1 > li:hover ul.level2,
#header .sectionnavigationpulldown  ul.level1 > li > a:hover ul.level2
{
    display: block;
}
#header .sectionnavigationpulldown  ul.level2 > li:hover ul.level3,
#header .sectionnavigationpulldown  ul.level2 > li > a:hover ul.level3
{
    display: block;
}
#header .sectionnavigationpulldown ul.level1 > li:hover > a,
#header .sectionnavigationpulldown ul.level1 > li.active > a
{
    border-bottom: 5px solid #fff;
}
#header .sectionnavigationpulldown ul.level2 > li:hover,
#header .sectionnavigationpulldown ul.level2 > li.active
{
    border-left: 5px solid #fff;
}
#header .sectionnavigationpulldown ul.level3 > li:hover,
#header .sectionnavigationpulldown ul.level3 > li.active
{
    border-left: 5px solid #fff;
}
#header .sectionnavigationpulldown ul.level1 table,
#header .sectionnavigationpulldown ul.level2 table,
#header .sectionnavigationpulldown ul.level3 table
{
    font-size: 100%;
}

#header .sectionnavigationpulldown ul.level1 > li.level1-1 {
    display: none;
}

#back
{
    float: right;
    margin-top: 1.3em;
    position: relative;
    z-index: 1;
}

#content
{
    width: 960px;
    margin: 0 auto;
}

#content > aside
{
    float: right;
    width: 241px;
    margin-bottom: 10px;
}

#content .container
{
    float: left;
    width: 710px;
    margin: 10px 0 0 0;
    clear: both;
}

#content .container .box
{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding-left: 198px;
    padding-right: 10px;
    min-height: 600px;
}

body.subsection-Home #content .container .box,
body.section-Shop #content .container .box
{
    background-color: transparent;
    border: 0;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.slicknav_menu {
    display: none;
}

.spendenbutton-small {
    display: none;
}

body.subsection-Newsletter #content .container .box,
body.subsection-Projekte #content .container .box,
body.subsection-Projekte #content .container .box,
body.subsection-Virtuelle_Kapelle #content .container .box
{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.modul-kapelle_thanks.row-1 blockquote
{
    font-style: normal;
}

#content .container .box > .control-letter
{
    height: 3em;
    border: 1px solid #bbb;
    margin-bottom: 1em;
    padding-left: 4px;
    font-size: 12px;
}
#content .container .box > .control-letter ul
{
    padding-left: 0;
    list-style: none;
}
#content .container .box > .control-letter ul li
{
    float: left;
}
#content .container .box > .control-letter ul li a
{
    padding: 0 5px;
    text-decoration: none;
}
#content .container .box > .control-letter ul li a.nodata
{
    color: #ccc;
}
#content .container .box > .control-letter ul li a.active
{
    font-weight: bold;
}
#content .container .box > .control-letter ul li a.inactive
{
    color: #666;
    font-weight: bold;
}

#content .container .box > .pager
{
    text-align: right;
}
#content .container .box > .pager.bottom
{
    margin-bottom: 10px;
}

#footer
{
    background-image: url( "images/footer.png" );
    background-repeat:  repeat-x;
    min-height: 136px;
    color: #fff;
    background-size: 50% 100%;
}

#footer a
{
    color: #bbb;
    text-decoration: none;
}

#footer a:hover,
#footer a:active
{
    text-decoration: underline;
}

#footer .container
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 15px;
    color: #bbb;
    font-size: 0.917em;
    line-height: 15px;
}

#footer address
{
    width: 170px;
    float: left;
}

#footer .icons
{
    height: 16px;
    margin: 6px 0;
}
#footer div.icons a
{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
}
#footer div.icons a.instagram
{
    background: url( 'images/sprite.png' ) no-repeat 0 -257px;
}
#footer div.icons a.wordpress
{
    background: url( 'images/sprite.png' ) no-repeat 0 -305px;
}
#footer div.icons a.facebook
{
    background: url( 'images/sprite.png' ) no-repeat 0 -241px;
}
#footer div.icons a.twitter
{
    background: url( 'images/sprite.png' ) no-repeat 0 -289px;
}
#footer div.icons a.rss
{
    background: url( 'images/sprite.png' ) no-repeat 0 -273px;
}

.modul-contentresponsiveslider li
{
    position: relative;
}
.modul-contentresponsiveslider .meta
{
    background: url( images/slider_background.png ) repeat-x;
    bottom: 15px;
    position: absolute;
    padding: 10px 15px 25px 15px;
    width: calc(100% - 30px);
}
.modul-contentresponsiveslider .meta h2
{
    font-size: 12px;
    color: #fff;
    margin: 0;
}
.modul-contentresponsiveslider .meta .text
{
    display: none;
}
.modul-contentresponsiveslider .meta p
{
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.modul-contentresponsiveslider .meta a
{
    color: #fff;
}

.modul-contentresponsiveslider .rslides_tabs
{
    position: absolute;
    bottom: 8px;
    right: 1px;
    z-index: 2;
    font-size: 12px;
}
.modul-contentresponsiveslider .rslides_tabs li
{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-right: 12px;
    display: inline-block;
}
.modul-contentresponsiveslider .rslides_tabs .rslides_here
{
    color: #c31b2c;
    background-color: #c31b2c;
}
.modul-contentresponsiveslider .rslides_tabs a
{
    color: transparent;
}

.modul-content {
    max-width: 500px;
}
.modul-content.subsection-Virtuelle_Kapelle {
    max-width: 100%;
}

.modul-content h3
{
    color: #B4001E;
}

.modul-content em
{
    color: #B7273E;
}
.modul-content q
{
    quotes: "\201E" "\201C" "\201A" "\2018";
    display: block;
    margin: 0.5em 1em;
}
.modul-content q:before
{
    content: open-quote;
}
.modul-content q:after
{
    content: close-quote;
}

.modul-content ol.index li
{
    margin: 0.3em 0;
}

.modul-content .image_text
{
    background-color: rgb( 115, 115, 115 );
    background-color: rgba( 115, 115, 115, 0.7 );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373)";
    position: absolute;
    bottom: 0;
    text-indent: 0;
    color: #fff;
    text-align: left;
}
.modul-content .image_text p
{
    margin: 1em;
}

.modul-content .download
{
    margin: 1em 0;
}

.modul-content .template-
{
    margin-bottom: 10px;
}

.modul-content .template-imageleft .left
{
    float: left;
    position: relative;
    margin-left: -198px;
    margin-right: 15px;
}
.modul-tvsender .left
{
    float: left;
    text-indent: -175px;
    position: relative;
}
.modul-content .template-imageleft .left .image_text
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.modul-content .template-imagesleft
{
    clear: both;
}
.modul-content .template-imagesleft .left
{
    float: left;
    margin: 0 10px 10px 0;
}
body.subsection-Aufgabenbereiche .modul-content .template-imagesleft .inner
{
    float: left;
    width: 430px;
}
.modul-content .template-imagesleft h4
{
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0 0 0;
}
.modul-content .template-imagesleft p
{
    font-weight: normal;
    margin-top: 0;
}

.modul-content .template-imagesleft_block
{
    clear: both;
}
.modul-content .template-imagesleft_block p
{
    font-weight: normal;
    margin-top: 0;
}

.modul-content .template-imagesmall_left .left
{
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

.modul-content .template-imagesmall_right .right
{
    float: right;
    position: relative;
    margin: 0 0 10px 10px;
}

.modul-content .template-imagesmall
{
    margin-bottom: 10px;
}
.modul-content .template-imagesmall .center
{
    margin: 0 auto 10px auto;
    position: relative;
}

.modul-content .template-imagebig
{
    margin-bottom: 10px;
}
.modul-content .template-imagebig .center
{
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.modul-content.subsection-Projekte_-_Laenderberichte h3
{
    display: none;
}

div.plugin-contentsearch form input[type="text"]
{
    width: 400px;
}

body.subsection-Home div.container h2
{
    display: none;
}

div.modul-contenttopn h2
{
    display: none;
}
div.modul-contenttopn div.data
{
    background-color: #f8f8f8;
    width: 312px;
    border: 1px solid #ccc;
    float: left;
    padding: 18px 18px 18px 18px;
    margin-bottom: 10px;
}
div.modul-contenttopn div.data-1
{
    margin-right: 10px;
}
div.modul-contenttopn h3
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}
div.modul-contenttopn p
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}

.modul-newsletter
{
    position: relative;
}

.modul-newsletter .data-1 .date
{
    position: absolute;
    top: 0;
    right: 0;
}

.modul-newsletter h3
{
    color: #B4001E;
    margin-right: 5em;
}

.modul-newsletter em
{
    color: #B7273E;
}
.modul-newsletter q
{
    quotes: "\201E" "\201C" "\201A" "\2018";
    display: block;
    margin: 0.5em 1em;
}
.modul-newsletter q:before
{
    content: open-quote;
}
.modul-newsletter q:after
{
    content: close-quote;
}

.modul-newsletter ol.index li
{
    margin: 0.3em 0;
}

.modul-newsletter .image_text
{
    background-color: rgb( 115, 115, 115 );
    background-color: rgba( 115, 115, 115, 0.7 );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373)";
    position: absolute;
    bottom: 0;
    text-indent: 0;
    color: #fff;
    text-align: left;
}
.modul-newsletter .image_text p
{
    padding: 10px 15px;
    margin: 0;
}

.modul-newsletter .template-
{
    margin-bottom: 10px;
}

.modul-newsletter .template-imageleft .left
{
    float: left;
    position: relative;
    margin-right: 15px;
}

.modul-newsletter .template-imageright .right
{
    float: right;
    position: relative;
    margin-left: 15px;
}

.modul-newsletter .template-imagesmall
{
    margin-bottom: 10px;
}
.modul-newsletter .template-imagesmall .center
{
    margin: 0 auto 10px auto;
    position: relative;
}

.modul-newsletter .template-imagebig
{
    margin-bottom: 10px;
}
.modul-newsletter .template-imagebig .center
{
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

div.tvprogramm-next
{
    background-color: #fdfdfd;
    width: 228px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
}
div.tvprogramm-next.sender-ktv,
div.tvprogramm-next.sender-bibeltv
{
    margin-right: 10px;
}
div.tvprogramm-next div.inner
{
    padding: 14px 18px 18px 18px;
}
div.tvprogramm-next div.inner img
{
    display: block;
    margin-bottom: 10px;
}
div.tvprogramm-next h3
{
    font-size: 0.917em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div.tvprogramm-next p
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}
div.tvprogramm-next div.more
{
    height: 32px;
    background: url( 'images/sprite.png' ) no-repeat 0 0;
}

article.modul-tvprogramm h5  + p
{
    margin-top: 0;
}

.modul-shop_item-firstpage
{
    clear: both;
    background-color: #fdfdfd;
    width: 312px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 14px 18px 18px 18px;
    position: relative;
}
.modul-shop_item-firstpage h3
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
    float: auto;
    width: auto;
}
.modul-shop_item-firstpage h3 span.title
{
    color: #555;
}
.modul-shop_item-firstpage p
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}
.modul-shop_item-firstpage img
{
    float: left;
    margin: 4em 30px 0 0;
}
.modul-shop_item-firstpage div.inner
{
    float: left;
    width: 194px;
    padding: 0;
}
.modul-shop_item-firstpage div.isnew
{
    background: url( 'images/sprite.png' ) no-repeat 0 -32px;
    width: 44px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
}

div.modul-customhomecontentarchiv
{
    clear: both;
    padding-left: 198px;
    margin-bottom: 60px;
}

div.modul-customhomecontentarchiv h3
{
    text-transform: uppercase;
    float: left;
    text-indent: -198px;
    margin: 0;
    font-size: 0.917em;
    width: 0;
}

div.modul-customhomecontentarchiv a
{
    text-decoration: none;
}
div.modul-customhomecontentarchiv a:hover,
div.modul-customhomecontentarchiv a:focus
{
    text-decoration: underline;
}

div.modul-customhomecontentarchiv ul
{
    list-style-type: none;
    padding: 0;
    font-size: 0.917em;
    line-height: 1.7;
}

.modul-shop_category
{
    clear: both;
}
.modul-shop_category ul
{
    list-style-type: none;
    border-top: 1px dotted #414141;
    border-bottom: 1px dotted #414141;
    padding: 4px 0;
}
.modul-shop_category ul li
{
    display: block;
    float: left;
    width: 140px;
    margin: 4px 8px 4px 0;
    background-color: #ccc;
}
.modul-shop_category a
{
    color: #424242;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 10px;
}

.modul-shop_item ul
{
    list-style-type: none;
    padding: 0;
}
.modul-shop_item ul li
{
    display: block;
    float: left;
    width: 348px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    margin: 0 10px 10px 0;
}
.modul-shop_item li.row
{
    position: relative;
}
.modul-shop_item li.row:after {
    content: "";
    display: table;
    clear: both;
}
.modul-shop_item div.isnew,
.modul-shop_item-detail div.isnew
{
    background: url( 'images/sprite.png' ) no-repeat 0 -32px;
    width: 44px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
}
.modul-shop_item div.inner
{
    padding: 20px 20px 20px 30px;
}
.modul-shop_item h3,
.modul-shop_item-detail h3
{
    font-size: 1em;
    margin: 0;
    float: right;
    width: 180px;
}
.modul-shop_item h3 a
{
    text-decoration: none;
}
.modul-shop_item .left,
.modul-shop_item-detail .left
{
    float: left;
    margin: 0.8em 30px 0.8em 0;
}
.modul-shop_item .right,
.modul-shop_item-detail .right
{
    float: right;
    margin: 0.8em 0 0.8em 30px;
}
.modul-shop_item div.abstract,
.modul-shop_item-detail div.abstract
{
    float: right;
    width: 180px;
    margin-bottom: 1em;
}
.modul-shop_item-detail div.text
{
    float: right;
    width: 180px;
    margin-bottom: 1em;
}
.modul-shop_item div.price,
.modul-shop_item-detail div.price
{
    float: right;
    width: 180px;
    margin-bottom: 1em;
}
.modul-shop_item div.more,
.modul-shop_item-detail div.more
{
    float: left;
    background-color: #7d9da8;
    width: 40%;
    text-align: center;
    padding: 4px 0 0 0;
    position: relative;
    left: 0;
    height: 21px;
}
.modul-shop_item div.more a
{
    color: #fff;
    text-decoration: none;
}
.modul-shop_item .order,
.modul-shop_item-detail .order
{
    float: left;
    background-color: #ccc;
    padding: 3px 0 0 20px;
    color: #fff;
    width: calc(60% - 20px);
    position: relative;
    left: 0;
    height: 22px;
}

.modul-shop_item-detail
{
    margin-bottom: 10px;
}
.modul-shop_item .order input[type="text"],
.modul-shop_item-detail .order input[type="text"]
{
    width: 40px;
    margin: 0 0 0 10px;
}
.modul-shop_item .order input[name="action_insert"],
.modul-shop_item-detail .order input[name="action_insert"]
{
    position: absolute;
    top: -10px;
    left: 140px;
}

.modul-shop_item .order input[name="quantity"],
.modul-shop_item-detail .order input[name="quantity"]
{
    text-align: right;
}

.modul-shop_item-detail
{
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    position: relative;
}
.modul-shop_item-detail div.inner
{
    padding: 20px 20px 20px 30px;
}
.modul-shop_item-detail h3
{
    width: 348px;
    margin-bottom: 1em;
}
.modul-shop_item-detail div.abstract
{
    width: 348px;
}
.modul-shop_item-detail div.text
{
    width: 348px;
}
.modul-shop_item-detail div.price
{
    width: 348px;
}

div.shop_cart
{
    margin-top: 1em;
    padding: 2em 0 2em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.shop_items th
{
	text-align: left;
}

table.shop_items th.price,
table.shop_items td.price,
table.shop_items th.quantity,
table.shop_items td.quantity,
table.shop_items th.gross,
table.shop_items td.gross
{
    text-align: right;
}

table.shop_items td.quantity input
{
    text-align: right;
}

table.shop_items td.total-title,
table.shop_items td.total
{
	border-top: 1px solid #ccc;
	font-weight: bold;
}

table.shop_items td.total
{
	text-align: right;
}

table.shop_items div.buttons
{
	margin-top: 1em;
	text-align: center;
}

div.shop_cart div.buttons input[name="action_clear"]
{
    float: left;
}


div.shop_cart div.buttons input[name="action_update"]
{
}

div.shop_cart div.buttons input[name="action_order"]
{
    float: right;
}

form.shop fieldset.buttons
{
    text-align: center;
}
form.shop div.field.action_back,
form.shop div.field.action_update,
form.shop div.field.action_submit
{
    margin-bottom: 0;
    display: inline;
}
form.shop div.field.action_back
{
    float: left;
}
form.shop div.field.action_update
{
}
form.shop div.field.action_submit
{
    float: right;
}
form.shop div.field.action_back label,
form.shop div.field.action_update label,
form.shop div.field.action_submit label
{
    display: none;
}
form.shop div.field.action_back input,
form.shop div.field.action_update input,
form.shop div.field.action_submit input
{
    width: 9em;
}
form.shop div.field.action_submit input
{
    font-weight: bold;
}

div.video
{
    width: calc(100% - 2px);
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin-top: 10px;
}
div.video .modul-video {
    padding-top: 56.25%;
    position: relative;
}
div.video .youtube-player-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#video-tabs
{
    min-height: 377px;
    position: relative;
}

div.video h2
{
    font-size: 1em;
    font-family: Arial, sans-serif;
    margin: 0;
}

div.video h3
{
    font-size: 100%;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #555;
}

div.modul-video
{
    padding: 2px;
}

#video-tabs-tipps
{
    position: absolute;
    top: 2.75em;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

div.modul-videotipps .data
{
    border-top: 1px solid #ccc;
    padding: 10px;
}
div.modul-videotipps .data:hover
{
    cursor: pointer;
    color: #777;
}
div.modul-videotipps .data:first-child
{
    border-top: 0;
}
div.modul-videotipps h4
{
    font-size: 0.833em;
    margin: 0;
}
div.modul-videotipps p
{
    margin: 0;
    font-size: 0.833em;
}

.ui-datepicker td
{
    padding: 1px !important;
}
div.video .ui-widget,
div.video .ui-widget input,
div.video .ui-widget select,
div.video .ui-widget textarea,
div.video .ui-widget button
{
    font-family: Arial, sans-serif;
}

div.video .ui-corner-all,
div.video .ui-corner-bottom,
div.video .ui-corner-right,
div.video .ui-corner-br
{
    border-radius: 0;
}
div.video .ui-widget
{
    padding: 0;
}
div.video .ui-widget-header
{
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    color: #000;
}
div.video .ui-widget-content
{
    border: 0;
    background: transparent;
    color: #000;
}
div.video .ui-state-active,
div.video .ui-widget-content .ui-state-active,
div.video .ui-widget-header .ui-state-active
{
    background: transparent;
}
div.video .ui-corner-all,
div.video .ui-corner-top,
div.video .ui-corner-right,
div.video .ui-corner-tr
{
    border-radius: 0;
}
div.video .ui-corner-all,
div.video .ui-corner-top,
div.video .ui-corner-left,
div.video .ui-corner-tl
{
    border-radius: 0;
}
div.video .ui-tabs .ui-tabs-panel
{
    padding: 0;
}

#video-tabs-search .dataTables_filter
{
    text-align: left;
    float: none;
    padding: 10px 0 10px 10px;
}
#video-tabs-search .dataTables_info
{
    float: none;
    padding: 0 10px;
}
#video-tabs-search .dataTables_paginate
{
    height: 33px;
    float: none;
    text-align: left;
    padding: 0 10px;
}
#video-tabs-search .paginate_disabled_previous,
#video-tabs-search .paginate_enabled_previous,
#video-tabs-search .paginate_disabled_next,
#video-tabs-search .paginate_enabled_next
{
    font-size: 0.833em;
    background: none;
    border: 1px solid #ccc;
    background-color: #ddd;
    padding: 2px 5px;
    height: 15px;
}
#video-tabs-search .paginate_disabled_next,
#video-tabs-search .paginate_enabled_next
{
    float: right;
}
#video-tabs-search .dataTables_info
{
    font-size: 0.833em;
}

#video-tabs-search th
{
    display: none;
}
#video-tabs-search table.dataTable tr.odd,
#video-tabs-search table.dataTable tr.even
{
    background-color: transparent;
}

#video-tabs-search .data
{
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
#video-tabs-search .data:hover
{
    cursor: pointer;
    color: #777;
}
#video-tabs-search tr:first-child td .data
{
    border-top: 0;
}
#video-tabs-search h4
{
    font-size: 0.833em;
    margin: 0;
}
#video-tabs-search p
{
    margin: 0;
    font-size: 0.833em;
}

div.modul-projekt_project-firstpage
{
    background-color: #fdfdfd;
    width: 312px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 30px;
    padding: 14px 18px 18px 18px;
    position: relative;
}
div.modul-projekt_project-firstpage h3
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}
div.modul-projekt_project-firstpage h3 span.title
{
    color: #555;
}
div.modul-projekt_project-firstpage p
{
    font-size: 0.917em;
    margin: 0;
    padding: 0;
}
div.modul-projekt_project-firstpage .right
{
    float: right;
    margin-left: 15px;
}
div.modul-projekt_project-firstpage .right img
{
    max-width: 118px;
}

div.modul-projekt_project-firstpage-list
{
    clear: both;
    padding-left: 198px;
    margin-bottom: 20px;
}
div.modul-projekt_project-firstpage-list h3
{
    text-transform: uppercase;
    float: left;
    text-indent: -198px;
    position: relative;
    margin: 0;
    font-size: 0.917em;
    width: 0;
}
div.modul-projekt_project-firstpage-list a
{
    text-decoration: none;
}
div.modul-projekt_project-firstpage-list a:hover,
div.modul-projekt_project-firstpage-list a:focus
{
    text-decoration: underline;
}
div.modul-projekt_project-firstpage-list ul
{
    list-style-type: none;
    padding: 0;
    font-size: 0.917em;
    line-height: 1.7;
}

body.subsection-Projekte_-_Details h2
{
    display: none;
}

.modul-projekt_country .left
{
    float: left;
    text-indent: -198px;
    position: relative;
}
.modul-projekt_country .left img
{
    max-width: 168px;
}

.modul-projekt_country-list .left
{
    float: left;
    text-indent: -198px;
    position: relative;
}
.modul-projekt_country-list .left img
{
    max-width: 80px;
    margin-bottom: 1em;
}
.modul-projekt_country-list .data
{
    clear: both;
    margin-bottom: 1em;
}

.modul-projekt_project-list
{
    clear: both;
    margin-bottom: 1.6em;
}

.modul-projekt_project-list h3
{
    margin: 0;
    font-size: 1em;
}
.modul-projekt_project-list .data
{
    clear: both;
    border-top: 1px dotted #414141;
    padding-top: 2em;
    padding-bottom: 1em;
    margin-top: 1em;
}
.modul-projekt_project-list .data:after
{
    content: "";
    display: table;
    clear: both;
}

.modul-projekt_project-list .data:last-child
{
    border-bottom: 1px dotted #414141;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.modul-projekt_project-list .left
{
    float: left;
    text-indent: -198px;
    position: relative;
}
.modul-projekt_project-list .left img
{
    max-width: 168px;
}

.modul-projekt_project-detail
{
    position: relative;
}

.modul-projekt_project .location
{
    margin-bottom: 1em;
}

.modul-projekt_project .continent
{
    position: absolute;
    left: -94px;
}

.modul-projekt_project .category
{
    position: absolute;
    left: -164px;
}

.modul-projekt_project .text
{
    margin-bottom: 1em;
}

.modul-projekt_project .text1
{
    min-height: 60px;
}

.modul-projekt_project .image_text
{
    background-color: rgb( 115, 115, 115 );
    background-color: rgba( 115, 115, 115, 0.7 );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2737373, endColorstr=#b2737373)";
    position: absolute;
    bottom: 0;
    text-indent: 0;
    color: #fff;
    text-align: left;
}
.modul-projekt_project .image_text p
{
    padding: 10px 15px;
    margin: 0;
}

.modul-projekt_project .left
{
    float: left;
    text-indent: -198px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.modul-projekt_project .left img
{
    max-width: 242px;
}
.modul-projekt_project .left .image_text
{
    left: -198px;
    max-width: 242px;
}

ul.modul-projekt_project-archiv-year
{
    padding-left: 0;
    list-style: none;
    margin: 0 0 1em 0;
}
ul.modul-projekt_project-archiv-year:after
{
    content: "";
    display: table;
    clear: both;
}
ul.modul-projekt_project-archiv-year li
{
    float: left;
}
ul.modul-projekt_project-archiv-year li a
{
    padding: 0 5px 0 0;
    text-decoration: none;
}
ul.modul-projekt_project-archiv-year li a:focus,
ul.modul-projekt_project-archiv-year li a:hover
{
    text-decoration: underline;
}
div.modul-projekt_project-archiv
{
    margin: 0 0 1em 0;
}
div.modul-projekt_project-archiv div.country_id
{
    float: left;
    text-indent: -150px;
    margin-bottom: 0.5em;
    width: 0;
}
div.modul-projekt_project-archiv div.title
{
    margin-bottom: 0.5em;
    overflow: hidden;
}
div.modul-projekt_project-archiv a
{
    text-decoration: none;
}
div.modul-projekt_project-archiv a:focus,
div.modul-projekt_project-archiv a:hover
{
    text-decoration: underline;
}

div.modul-projekt_world
{
    position: relative;
}
.modul-projekt_continent-info
{
    border-top: 8px solid #7d8c87;
    border-bottom: 4px solid #7d8c87;
    background-color: #ccc;
    width: 170px;
    float: left;
    margin-right: 2px;
}
html.js .modul-projekt_continent-info
{
    float: none;
    margin-right: 0;
    position: absolute;
}
html.js #world-continent-1
{
    left: 90px;
    top: 120px;
    display: none;
}
html.js #world-continent-2
{
    left: 180px;
    top: 70px;
    display: none;
}
html.js #world-continent-3
{
    left: 300px;
    top: 200px;
    display: none;
}
html.js #world-continent-4
{
    left: 120px;
    top: 20px;
    display: none;
}

.modul-projekt_continent-info div.inner
{
    padding: 0 25px;
}
.modul-projekt_continent-info ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.modul-projekt_continent-info li
{
    list-style: none;
    padding: 8px 25px;
    border-top: 1px dotted #414141;
}
.modul-projekt_continent-info a
{
    text-decoration: none;
}
.modul-projekt_continent-info a:focus,
.modul-projekt_continent-info a:hover
{
    text-decoration: underline;
}

div.sharethis
{
    margin-bottom: 10px;
}

form.fieldset fieldset
{
    margin-bottom: 1em;
    border: 1px solid #ccc;
    padding: 1em;
}
form.fieldset legend
{
    font-weight: bold;
}
form.fieldset label
{
    width: 8em;
    float: left;
}
form.fieldset input
{
    width: 20em;
}
form.fieldset input[type="button"],
form.fieldset input[type="reset"],
form.fieldset input[type="submit"]
{
    width: auto;
}
form.fieldset div.field.checkbox
{
    margin-left: 10em;
    text-indent: -2em;
}
form.fieldset input.checkbox
{
    width: 2em;
}
form.fieldset label.checkbox
{
    float: none;
    vertical-align: middle;
    width: auto;
}
form.fieldset select
{
    width: 20.5em;
}
form.fieldset fieldset.spende label
{
    float: none;
    width: auto;
    margin-bottom: 0.2em;
    display: block;
}
form.fieldset fieldset.spende label.radio
{
    display: inline;
}
form.fieldset fieldset.spende input.radio
{
    width: auto;
}
form.fieldset fieldset.spende input[name="amount"]
{
    width: 4em;
}
form.fieldset fieldset.buttons
{
    padding-left: 9em;
}

form.fieldset div.mess label
{
    float: none;
    width: auto;
    margin-bottom: 0.2em;
    display: inline;
}
form.fieldset div.mess input[name^="amount"]
{
    width: 4em;
}
form.fieldset div.mess input[name^="mess"]
{
    float: left;
    width: 2em;
    margin-right: 1ex;
}
form.fieldset .showaufteilung
{
    border: 1px solid #ccc;
    padding: 0 5px 2px 5px;
    cursor: pointer;
}

form.fieldset .aufteilung
{
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding-top: 1em;
    display: none;
}

div.control-navigation-related h3
{
    border-top: 1px dotted #414141;
    margin-top: 20px;
    padding-top: 15px;
}
div.control-navigation-related ul
{
    list-style-type: none;
    padding: 0;
}
div.control-navigation-related ul li
{
    background-color: #f8f8f8;
    padding: 5px 5px 7px 20px;
}
div.control-navigation-related ul li:nth-child(2),
div.control-navigation-related ul li.row-2,
div.control-navigation-related ul li.row-4
{
    background-color: #d8d8d8;
}
div.control-navigation-related a
{
    text-decoration: none;
}
div.control-navigation-related a.more
{
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url( 'images/sprite.png' ) no-repeat 0 -205px;
}
div.control-navigation-related ul li:nth-child(2) a.more,
div.control-navigation-related ul li.row-2 a.more,
div.control-navigation-related ul li.row-4 a.more
{
    background: url( 'images/sprite.png' ) no-repeat 0 -223px;
}

div.modul-projekt_project-related h3
{
    border-top: 1px dotted #414141;
    margin-top: 20px;
    padding-top: 15px;
}
div.modul-projekt_project-related ul
{
    list-style-type: none;
    padding: 0;
}
div.modul-projekt_project-related ul li
{
    background-color: #f8f8f8;
    padding: 5px 5px 7px 20px;
}
div.modul-projekt_project-related ul li:nth-child(2),
div.modul-projekt_project-related ul li.row-2,
div.modul-projekt_project-related ul li.row-4
{
    background-color: #d8d8d8;
}
div.modul-projekt_project-related a
{
    text-decoration: none;
}
div.modul-projekt_project-related a.more
{
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url( 'images/sprite.png' ) no-repeat 0 -205px;
}
div.modul-projekt_project-related ul li:nth-child(2) a.more,
div.modul-projekt_project-related ul li.row-2 a.more,
div.modul-projekt_project-related ul li.row-4 a.more
{
    background: url( 'images/sprite.png' ) no-repeat 0 -223px;
}
