/*
    Document   : main
    Created on : 04.04.2012, 10:34:04
    Author     : MG / giftGruen
    Description: Basic and extended CSS rules
*/

/*
*Basics
**/
root {
    display: block;
}
html,body{
    width:100%;
    height:100%;
}
body{
    margin:0;
    padding:0;
    font-family:"arial", sans-serif;
    color:#2a2a2a;
    height:100%;
    overflow-x:hidden;
    background-image:url(../img/bg_structure.png);
    background-attachment:fixed;
    overflow-y:scroll;
}
html .inner.center div:not([id]):not([class]) {
    background: #01325B;
}
img{border:none;}
ul{margin:0;padding:0;}
ul.liste {
	color: #897d65;
	font-size: 14px;
	padding: 0 45px;
	line-height: 24px;
}
/*
*Elements
**/
/*Overlay*/
#picloader{
    position:fixed;
    overflow:hidden;
    z-index:50001;
    display:none;
    width:98%;
    height:98%;
    top:1%;
    left:1%;
    background-position:center center !important;
    background-size:contain !important;
}
#lightbox_title{
    bottom:1%;
    max-width:960px;
    width:98%;
    background:#01325B;
    color:#fff;
    font-family: Georgia;
    font-size: 26px;
    font-style: italic;
    left:50%;
    margin-left:-480px;
    text-align:center;
}
#lightbox_close{
    background:#01325B;
    cursor:pointer;
    width:50px;
    height:35px;
    font-size: 26px;
    color:#fff;
    text-align:center;
    margin:0;
    padding:10px 0 0 0;
    top:0.5%;
    right:0;
  z-index:10000;
}
#lightbox_left,
#lightbox_right{
    background:#01325B;
    cursor:pointer;
    width:50px;
    height:40px;
    font-size: 26px;
    color:#fff;
    text-align:center;
    padding:10px 0 0 0;
    top:50%;
    margin-top:-50px;
    z-index:50000;
}
#lightbox_left{    
    left:0;
}
#lightbox_right{
    right:0;
}
#lightbox_image{
    position:absolute;
    width:94%;
    height:100%;
  left:5%;
  top:19%;
}
#lightbox_image > img{
    width:50%;
}
#lightbox_quote_title{
    z-index:1000000;
    top:40%;
    left:54%;
    width:40%;
    position:absolute;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    text-align: left;
    quotes:"\201E" "\201C";
    font-style:italic;
}
#lightbox_quote_title > small{
    quotes:none;
}
#darkscreen{
    position:fixed;
    overflow:hidden;
    width:5000px;
    height:5000px;
    top:0;
    left:0;
    background:#000;
    opacity:0.85;
    z-index:50000;
    display:none;
}
/*Buttons*/
.button, .reset{
    display:block;
    background:#8BAF2F;
    padding:13px;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}
.button:hover,.slideleft:hover,.slideright:hover{
/*
    -moz-box-shadow: -0px -0px 10px #fff;
    -webkit-box-shadow: -0px -0px 10px #fff;
    box-shadow: -0px -0px 10px #fff;
    filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=10, direction=90, color="#ffffff");
*/
    color:#1C3D6F;
}
.dotted_border{height:1px;border-top:1px dotted #1C3D6F;}

/*Input*/
input{
    display:block;
    background:#ffffff;
    border:none;
    padding:17px;
    font-size:14px;
    font-weight:bold;
    color:#897d65;
    font-style:italic;
}
/*Green dotted*/
.e1{border-left:1px dotted #fff;border-right:1px dotted #fff;background:#8BAF2F;}
/*.e2{border-left:1px dotted #fff;border-right:1px dotted #fff;background:#897D65;}*/
.e2{border-left:1px dotted #fff;border-right:1px dotted #fff;background:#f8b519;}
/*Navigation*/

/*
*Specific Areas
**/
#header{height:80px;/*position:absolute;*/top:0;z-index:1000; width:100%;}
.centered{max-width:1300px;background:url(../img/bg.png)repeat-y scroll center center;}
.inner {max-width:1280px}
#breadcrumps{}
#content{}
#footerpanel{width:100%; height:145px; margin-bottom:0;}
#footerpanel p{font-size:14px;color:#fff;margin:0;padding:0;line-height:22px;font-weight:bold;}
#footerpanel ul li{list-style:none;float:left; padding:0 5px;}
#footerpanel ul li a{color:#fff; text-decoration: none;font-weight:bold;font-size:14px;}
#footerpanel .footer_padding{padding:18px 0;}
#footerpanel .footer_upper p{font-size:16px;}
/*#footerpanel h1{font-size:18px;font-weight:bold;color:#fff;margin:0;padding:0;margin-bottom:15px;}
#footerpanel p{font-size:14px;color:#fff;margin:0;padding:0;line-height:22px;}
#footer{height:42px;}
#footer > .center > .left{padding-left:20px;}
#footer > .center > .left > a{font-size:18px;font-weight:bold;color:#fff;text-decoration:none;margin-right:23px;padding-top:10px;display:block;float:left;}
#footer > .center > .left > a.active,
#footer > .center > .left > a:hover{text-decoration:underline;}
#footer > .center > .right > ul{margin:0;padding:0;}
#footer > .center > .right > ul > li{list-style:none;float:left;}
#footer > .center > .right > ul > li > a{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    border-left:1px dotted #fff;
    height:32px;
    padding:10px 23px 0 23px;
    background:#8baf2f;
}
#footer > .center > .right > ul > li > a.active,
#footer > .center > .right > ul > li > a:hover{color:#1c3d6f;}
#loader{width:95px;height:95px;background:url(../img/icon_scrollup.png) no-repeat;position:fixed;z-index:999;display:none;right:20px;bottom:20px;cursor:pointer;}
#loader:hover,#loader.active{background-position:0px -95px;}*/

/*Cookie Meldung*/
.cc_container{
    background: #01325b!important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited{
    background-color: white!important;
}


/*Newsletter Button*/
.newsletter_btn {
    background-image: url("../img/newsletter_btn.jpg");
    display: block;
    height: 43px;
    width: 235px;
}
.newsletter_btn:hover{
    background-image: url("../img/newsletter_btn.jpg");
    display: block;
    height: 43px;
    width: 235px;
    background-position: 0 -43px;
}


/*Logo*/
#logo{width:260px; height: 73px; top: 4px;}

/*Navigation*/
#navigation{top:44px;left:300px;}
#navigation ul{}
#navigation ul li{float:left;list-style:none;}

#navigation ul li a{font-size:16px;display:block;color:#fff;padding:9px 12px;text-decoration:none;font-weight:bold;}
#navigation ul li a.active,#navigation ul li a:hover{color:#1c3d6f;background:#fff;}

/*#navigation ul li a.c2{}
#navigation ul li a.c2{color:#8baf2f;}
#navigation ul li a.c2.active,#navigation ul li a.c2:hover{color:#fff;background:#8BAF2F;border-left:1px dotted #fff;border-right:1px dotted #fff;}*/

#navigation ul li.c2{}
#navigation ul li.c2 a{color:#8baf2f;}
#navigation ul li.c2 a.active,#navigation ul li.c2 a:hover{color:#fff;background:#8BAF2F;border-left:1px dotted #fff;border-right:1px dotted #fff;}

/*NavigationUpper*/
#navigationupper{top:0px;left:255px;}
#navigationupper ul{}
#navigationupper ul li{float:left;list-style:none;}

#navigationupper ul li a{font-size:12px;display:block;color:#fff;padding:12px 8px;text-decoration:none;font-weight:bold;}
#navigationupper ul li a.active,#navigationupper ul li a:hover{/*color:#1c3d6f;background:#fff;*/color:#8BAF2F;}

#small_logo{display:none;margin-top:5px;margin-right:8px;}
#navigation ul li#small_logo a{margin-top:5px;margin-right:8px;padding:0;}
#navigation ul li#small_logo a:hover{background:transparent;}
.pipe{color:#fff; padding-top:7px;}

/*Tabnavigation*/
.tab_container,
#tab_container{}

.tab_container ul,
#tab_container ul{margin:20px 0;padding:0;width:940px;height:43px;}

/*.tab_container ul li,
#tab_container ul li{display:block;width:140px;height:43px;margin-right:20px;float:left;list-style:none;position:relative;background:#1c3d6f;cursor:pointer;}*/
.tab_container ul li,
#tab_container ul li{display:block;width:140px;height:43px;margin-right:20px;float:left;list-style:none;position:relative;background:#8baf2f;cursor:pointer;}

/*.tab_container ul li.active,
#tab_container ul li.active{background:#8baf2f;}*/
.tab_container ul li.active,
#tab_container ul li.active{background:#1c3d6f;}

.tab_container ul li a,
#tab_container ul li a{display:block;text-decoration:none;color:#ffffff;font-size:18px;font-weight:bold;position:absolute;left:20px;bottom:10px;}

.tab_container ul li img,
#tab_container ul li img{display:block;width:18px;height:9px;position:absolute;left:61px;bottom:0;}

.wide{width:300px !important;}

/*Donate Header*/
#donate_header{right:0;height:80px;width:90px;text-align:center;background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center 20px;}
#donate_header img, #help_header img{display:block;margin-left:32.5px;margin-top:20px;}
#donate_header a, #help_header a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top:54px;
    text-decoration: none;
    height:33%;
    width:100%;
}

#help_header:hover, #donate_header:hover{background-image: url(../img/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    color:#01325b;
}
#help_header a:hover, #donate_header a:hover {color:#01325b;}
/*Help Header*/
#help_header{height: 80px;
    right:91px;
    text-align: center;
    width: 165px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}

#help_header img{display:block;margin-left:66.5px;margin-top:20px;}

/*Breadcrumps*/
#breadcrumps{margin-top:0px;margin-bottom:10px;}
#breadcrumps ul{}
#breadcrumps ul li{float:left;list-style:none;}
/*#breadcrumps ul li a{font-size:12px;color:#1c3d6f;text-decoration:none;font-weight:bold;margin-right:5px;}
#breadcrumps ul li a.active,#breadcrumps ul li a:hover{color:#8baf2f;text-decoration:underline;}*/
#breadcrumps ul li a{font-size:12px;color:#8baf2f;text-decoration:none;font-weight:bold;margin-right:5px;}
#breadcrumps ul li a.active,#breadcrumps ul li a:hover{color:#1c3d6f;text-decoration:underline;}

/*Slider*/
#slider{overflow:hidden;width:100%;height:380px;margin:0 auto;position:relative;}
#slider .item{width:100%;height:100%;display:none;overflow:hidden;text-align:center;}
/*#slider .item img{width:1200px;height:647px;}*/
#sliderpanel{height:150px !important;left:50%;margin-left:-470px;bottom:0px;opacity:0.85;}
.slidercontrol{width:85px;height:40px;position:absolute;right:25px;bottom:25px;}
.slideleft,.slideright{width:40px;height:40px;cursor:pointer;}
.slideleft{background:url(../img/icon_arrow_slider_left.png) no-repeat center #8baf2f;float:left;}
.slideright{background:url(../img/icon_arrow_slider_right.png) no-repeat center #8baf2f;float:right;}
.sliderpanel_content{width:895px;height:95px !important;overflow:hidden;padding:38px;}
.sliderpanel_content h1{font-size:16px;font-weight:bold;display:block;margin:0;padding:0 0 10px 0;color:#fff; border-bottom: 1px dotted #fff;}
.sliderpanel_content span{margin:0;padding:20px 0;font-family:"arial";color:#fff;font-size:14px;/*width:515px;*/}
.sliderpanel_content  p  a{
        display:block;
        font-size:18px !important;
        font-family:"arial",sans-serif;
        font-weight:bold;
        width:140px;
        height:33px;
        background:#8baf2f;
        color:#ffffff;
        text-decoration:none;
        text-align:center;
        font-style:normal;
        padding-top:7px;
        position:absolute;
        right:115px;
        bottom:25px;
}
.sliderpanel_content h2{font-family:Georgia;font-weight:normal;font-size:26px;font-style:italic;margin:0;padding:20px 0 ;overflow:hidden;color:#fff;}
.slider_text {width:655px;}
#sliderpanel > #radiobuttons{
    z-index:5000;
    top:20px;
    right:25px;
}
#sliderpanel > #radiobuttons > .radiobutton{width:15px;height:15px;background:url(../img/icon_radiobutton.png) no-repeat;cursor:pointer;margin-left:5px;}
#sliderpanel > #radiobuttons > .radiobutton:hover,
#sliderpanel > #radiobuttons > .radiobutton.active{background-position:-15px 0;}
/*Smallslider*/
.smallslider{overflow:hidden;height:466px;}
#smallslider .item{display:none;}
#sliderpanel_small{height:100%;bottom:0px;opacity:0.85;background:none;}
#content.customStyle div div.newsitem h2.standard {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#content.customStyle div div.newsitem div.newscontent div.w940 p.standard {
  display: none;
}
#content.customStyle div div.newsitem div.newscontent div.w940 p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
}
#content.customStyle div div.newsitem div.newscontent div.smallslider {
  width: 250px;
  height: auto;
  float: right;
  margin: 0;
  padding: 30px;
}
#content.customStyle div div.newsitem div.newscontent div.smallslider div div.item img {
  width: 250px;
  height: auto;
}

/*Tile Filter*/
#tile_filter{}
#tile_filter ul,#tile_filter > ul > li{margin:0;padding:0;width:100%;}
#tile_filter > ul > li{list-style:none;width:920px;height:31px;background:url(../img/tile_filter_arrows.png) #1c3d6f no-repeat right 0px;color:#fff;font-size:14px;font-weight:bold;padding-top:12px;padding-left:20px;cursor:pointer;}
#tile_filter > ul > li:hover{background:url(../img/tile_filter_arrows.png) #1c3d6f no-repeat right -44px;}
#tile_filter > ul > li:hover ul{display:block;}
#tile_filter > ul > li > ul{display:none;width:940px;background:#8BAF2F;margin-top:7px;margin-left:-20px;position:absolute;z-index:300;}
#tile_filter > ul > li > ul > li{height:30px;border-bottom:1px dotted #ffffff;list-style:none;padding-top:8px;padding-left:20px;}
#tile_filter > ul > li > ul > li.active,
#tile_filter > ul > li > ul > li:hover{color:#1C3D6F;}

/*Tiles*/
.tile{width:300px;height:300px;margin-bottom:20px;overflow:hidden;cursor:pointer;}
.tile > *{width:300px;height:300px;}
.tile > a{display:block;width:300px;height:300px;position:absolute;z-index:1;}
.tile .text h1, .tile .img h1{font-size:18px;font-weight:bold;display:block;margin:0;padding:20px;height:50px;}
.tile .text h1 div, .tile .img h1 div{height:1px;width:100%;border-top:1px dotted;margin-top:10px;}
.tile .text p{font-family:Georgia;font-size:26px;font-style:italic;display:block;margin:0;padding:20px;}
.tile .corner{width:57px;height:57px;background:url(../img/tile_corner.png) no-repeat;z-index:10;right:0;bottom:0;}
.tile .corner.blue{background-position:0 0;}
.tile .corner.green{background-position:0 -57px;}
.tile .corner.blue.glasses{background-position:0 -114px !important;}
.corner.blue.glasses{width:57px;height:57px;background:url(../img/tile_corner.png) no-repeat;z-index:10;right:0;bottom:0;background-position:0 -114px !important;cursor:pointer;}
.corner.green.glasses{width:57px;height:57px;background:url(../img/tile_corner.png) no-repeat;z-index:10;right:0;bottom:0;background-position:0 -171px !important;cursor:pointer;}


/*Tile-Shemas*/
/*.beige-braun{background:#efede2;color:#897d65;}*/
.beige-braun{background:#efede2;color:#01325d;}
/*.braun-beige{background:#897d65;color:#efede2;}*/
.braun-beige{background:#f8b519;color:#ffffff;}
.blau-weiss{background:#00325b;color:#ffffff;}
.gruen-weiss{background:#8baf2f;color:#ffffff;}

/*Content*/
#content h1.standard, h1.standard {font-size:26px;font-style:italic;color:#00325b;padding:10px 30px;font-family:"georgia",serif;font-weight:normal;line-height:40px;}
#content h2.standard{font-size:16px;color:#897d65;padding:10px 30px;font-weight:normal;line-height:26px;font-weight:bold;}
#content p.standard,.w940 > p, .w940 > ul{font-size:14px;color:#897d65;padding:10px 30px;line-height:24px;}
.relative  .right p,
.standard p{font-size:14px;color:#897d65;padding:0px 30px;line-height:24px;text-align:right;}
#content .w940 > ul {padding-left:50px;}
.relative .left img{
    padding:10px;
}

#content a{color: #01325B;}

/*Newsviuew*/
.newsitem{margin-bottom:20px;}
.newsbutton{width:940px;height:43px;}
.newsbutton .left{width:44px;height:43px;background:url(../img/icon_news_arrows.png) no-repeat #1C3D6F 0 -43px;overflow:hidden;cursor:pointer;}
.newsbutton .left.active{background:url(../img/icon_news_arrows.png) no-repeat #8BAF2F;}
.newsbutton .right{font-size:14px;padding:10px 20px;font-family:"georgia",serif;color:#ffffff;height:23px;background:#1C3D6F;}
#content .newsbutton h1 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 0 50px;
}
.newsimage{overflow:hidden;text-align:center;}
.newscontent{display:none;}
.flexcontent{padding-bottom:10px;}
.flexcontent_free{padding: 10px 0;}
.flexcontent p,.flexcontent_free p{text-align: left;}
/*
*Donate
**/
.donate{
    width:543px;
   height:450px;
    background:#efede2;
    position:absolute;
    left:50%;
    margin-left:-200px;
    top:50%;
    margin-top:-225px;
}
.donate input{
    width:150px;
    padding:5px;
    margin:0;
    background:#fff;
    border:1px solid #01325B;
    display:inline !important;
}
.donate input[type=text]{
    width:50px;
}
.donate input[name="submit"],
.donate input[type="button"]{
    background:#8BAF2F;
    color:#fff;
    border:0 none;
    font-style:normal;
    font-size:16px;
    padding: 12px;
}
.donate h1{
    color: #FFFFFF;
    font-size: 18px;
    font-weight:bold;
    height:40px;
    padding-left: 20px;
    padding-top: 12px;
    display:block;
    background:#01325B;
    margin:0;
}
.donate h2{
    color: #00325B;
    font-family: "georgia",serif;
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    line-height: 40px;
    padding: 10px 20px;
    margin-bottom:0;
}

.donate p{
    color:#897d65;
    font-size:12px;
}

#donation_datenschutz{
	width:20px !important;
	display: inherit;
}

/*Load More*/
.loadMore{height:43px;cursor:pointer;}
.loadMore:hover,
.loadMore.active{background:#8BAF2F;}
.loadMore div{padding-top:10px;padding-left:25px;font-size:18px;color:#ffffff;font-weight:bold;}

/*
*Position / Alignment
**/
.absolute{position:absolute;}
.relative{position:relative;}
.fixed{position:fixed;}
.center{margin:0 auto;}
.left{float:left;}
.right{float:right;}

/*
*Properties and Attributes
**/
.no-overflow{overflow:hidden;}

/*
*Spacers
**/
.marginTop63{margin-top:63px;}
.marginTop26{margin-top:26px;}
.marginTop20{margin-top:20px;}
.marginTop15{margin-top:15px;}
.marginTop5{margin-top:5px;}
.marginBottom159{margin-bottom:159px;}
.marginBottom26{margin-bottom:26px;}
.marginBottom20{margin-bottom:20px;}
.marginBottom{height:62px;}
.marginLeft20{margin-left:20px;}
.marginRight20{margin-right:20px;}
.marginRight13{margin-right:13px;}
.marginLeftRight20{margin-left:20px;margin-right:20px;}
.padding{padding:25px;}
.paddingTop25{padding-top:25px;}
.noPadding{padding:0;}

/*
*Sizes
**/
.w100p{width:100%;}
.h100p{height:100%;}
.h647{height:647px;}
.h526{height:526px;}
.h300{height:300px}
.h218{height:218px;}
.w1200{width:1200px;}
.w940{width:940px;}
.w880{width:880px;}
.w470{width:470px;}
.w466{width:466px;}
.w550{width:550px;}
.w570{width:570px;}
.w620{width:620px;}
.w633{width:633px;}
.w50p{width:50%;}
.w190{width:190px;}


/*
*Fonts
**/
.f1{font-family:"arial",sans-serif;}
.f2{font-family:"georgia",serif;}

/*
*Colors
**/
.c1{color:#01325b;}/*blue*/
.c2{color:#8baf2f;}/*green*/
.c3{color:#efede2;}/*lightgrey*/
.c4{color:#897d65;}/*browngrey*/
.c5{color:#efede2;}/*sepia*/
.b1{background-color:#01325b;}/*blue*/
.b2{background-color:#8baf2f;}/*green*/
.b3{background-color:#efede2;}/*lightgrey*/
.b4{background-color:#897d65;}/*browngrey*/
.b5{background-color:#efede2;}/*sepiat*/

/*
*Shadow
**/
.shadow{
    -moz-box-shadow: -0px -0px 2px #000;
    -webkit-box-shadow: -0px -0px 2px #000;
    box-shadow: -0px -0px 2px #000;
    filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=2, direction=90, color="#000000");
}

/*
*Transparency
**/
.transparency100,
.transparency85:hover{opacity:1;}
.transparency85{opacity:0.85;}

/*
*Functions
**/
.clear{clear:both;}


/**Downloads**/
.download{
    background-color: #8BAF2F;
    padding: 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    margin-bottom:25px;
    
}

.download a{color:#fff !important;}
.downloadlist span{
    font-size: 14px;
    line-height: 24px;
}
.downloadlist a,.download a {
    text-decoration: none;
    font-weight:bold;
}
.downloadlist a img{padding:0 15px 0 0 !important;}
.downloadlist h3{
    font-family:Georgia,sans-serif;
    font-style: italic;
    margin-top:0;
    font-weight:normal;
}
h1.downloadtitel{font-size:26px;font-style:italic;color:#00325b;font-family:"georgia",serif;font-weight:normal;line-height:40px;}

.articlePDF, .audioLoad, .allDownload{
    float: left;
    height: 31px;
    margin-top: -10px;
    width: 31px;
    background-repeat: no-repeat;
    padding:0 10px 0 0 !important;
}

.articlePDF{
     background-image: url("../img/icon_file_pdf.png");
}

.audioLoad{
     background-image: url("../img/audio.png");
}

.allDownload{
    background-image: url("../img/download_icon.png");
}

/*
*Shop
**/

.single_product h1, .csc-header h1, h2.title {font-size:26px;font-style:italic;color:#00325b;padding:0px 30px;font-family:"georgia",serif;font-weight:normal;line-height:40px; margin:10px 0;}
.single_product p, .wtcart_cart_empty, .powermail_all, .tx-powermail-pi1_mandatory  {font-size:14px;color:#897d65;padding:10px 30px;line-height:24px;}
h3.short {color: #897D65;
    font-size: 16px;
    font-weight: bold;
    max-height: 75px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 30px;}
.single_product span, .shop span {font-size:14px;color:#897d65;padding:10px 30px;line-height:24px;}
.cart_submit, .details_btn a , .backbutton a, .cart_btn a{
    background-color: #8BAF2F;
    color: white !important;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    width:187px;
    cursor:pointer;
}

.details_btn{
  display: inline;
  float: left;
  margin-left: 30px;
  margin-top:33px;
}
.details_btn a, .backbutton a, .cart_btn a{
  background-color:#8BAF2F;
  text-decoration:none;
  padding:17px;
  
}
.cart_btn {
  float:right;
}


.single_product h2{font-size:24px; padding:0 30px; margin:0;color:#897d65;font-weight:bold;}
.single_product .csc-textpic-imagewrap{ display:inline; float:left;margin:30px 0 0 30px;width:300px;}
.single_product .csc-textpic-text{float:right;width: 590px;}
.image .csc-textpic-text {float:left; margin-left:0 !important;}
.image .csc-textpic-imagewrap{margin-right:0 !important;}


div.wtcart_cart {
font-size: 12px !important;
border: none!important;
background-color: #EFEDE2!important;
padding:0 !important;
}
div.wtcart_cart_footer {
padding: 5px;
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #897D65!important;
font-weight: bold;
background-color: #897D65!important;
color: white;
}
div.wtcart_cart_header {
border-bottom: none !important;
background-color: #8baf2f !important;
}
#cart_footer_info{float: right;margin-right: 230px;width: 400px;}
div.wtcart_cart_product{color:#897d65;}
div.wtcart_cart_col1{width:100px !important;}
div.wtcart_cart_col1 input{padding:10px !important;}
.shop a, .shop a:visited{color:#00325b;}
div.wtcart_cart_col {
    display: block;
    float: left;
    font-size: 14px;
    padding: 5px;
}
div.fieldsets{padding-top:20px;}

input[type=radio], input[type=checkbox]{background-color:#EFEDE2; padding: 0;}
.tx-powermail-pi1_confirmation input[type=submit], .tx-powermail-pi1_mandatory input[type=submit]{ background-color: #8BAF2F;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 20px;
    padding: 10px;
}
.tx-powermail-pi1{background-color:#EFEDE2;margin-bottom:20px;}
.tx-powermail-pi1_confirmation, .tx-powermail-pi1_thx{margin:0 !important;padding: 0 25px 0 30px;}
.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit{margin-bottom:20px;}
.tx-powermail-pi1_mandatory, .tx-powermail-pi1_mandatory ul {padding:30px;}
.searchbox .button, .searchbox .reset{float: right;font-style: normal;margin-top: 5px;}
.searchbox .button{margin-right:20px;}
.searchbox fieldset{border:none;}
.searchbox{background-color:#01325B; margin-bottom: 20px;}
.selectbox select{width:250px; margin-top: 7px;padding: 15px;}

/*
*Donation Rules
**/
.donate_2,
.donate_3{display:none;}
.donationcontainer{}
.donationcontainer input,
.donationcontainer select{
    width:255px !important;
    height:auto !important;
    padding:8px !important;
    border:1px solid #C3D893;
    color:#8F846E;
}

.donationcontainer input[type=radio]{
    width:15px !important;
    display:inline;
}

.donationcontainer h1.standard{
    margin-bottom:0px;
}

.donationcontainer strong,
.donationcontainer span{
    color:#8F846E !important;
    font-weight:bold;
    font-size:14px;
    /*display:block;*/
    margin-bottom:0px;
    line-height:22px;
    
}

#donation_start{
    margin-right:35px;
}

.btn_donation_button, .btn_donation_final{
    border:none;
    color:#fff;
    background-color: #01325B;
    padding:15px 50px;
    font-weight:bold;
    font-size:18px;
    cursor:pointer;
    margin:0 30px 15px 30px;
}

.errors{
    display:none;
    padding:5px;
    font-size:12px;
    font-weight:normal;
    border:1px dashed red;
}
.errors span{
    font-size:12px;
    font-weight:normal;
    color:red !important;
}
.hide{display:none}
.show{display:block}


#geschenk-urkunden fieldset.style1{
  width:45%;
  float:left;
  border:none;
  padding:10px 0 25px 25px;
  margin-top: 35px;
}

#geschenk-urkunden fieldset.style2{
  width:58%;
  float:left;
}

#geschenk-urkunden fieldset.style3{
  width:35%;
  float:right;
}
#geschenk-urkunden fieldset.style3 legend{
  display:none;
}

#geschenk-urkunden fieldset{
  width:45%;
}

fieldset.style1 > div{
  float:left;
}

fieldset.tx-powermail-pi1_fieldset br, fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html{
  color:#897D65;
}
#geschenk-urkunden select{
border: 2px solid #C5D797;
background: #F8F8F8 none;
-moz-box-shadow: 0 0 5px #eee inset;
-webkit-box-shadow: 0 0 5px #EEE inset;
padding: 8px 0;
width: 300px;
color: #897D65;
}

#geschenk-urkunden .tx_powermail_pi1_fieldwrap_html_radio fieldset{
  width:100%;
}
#geschenk-urkunden .marginLeftRight20{margin-left:0; margin-right:0;}

.tx_powermail_pi1_fieldwrap_html p {line-height:27.5px;}


#donation_paymentmethodchange{display:none;}
.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_html.style2 input{
  width: auto;
  float: left;
  margin: 7px 5px;
}

.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_html.style2 p {
  display: inline;
  float: left;
}



#uid204{text-align:center;}
.amount_einmalig{
    display:none;
}