@charset "UTF-8";
/*
Theme Name: ifeelweb_Wordpress_CMS
Theme URI: http://www.ifeelweb.de/
Description: Wordpress as CMS by www.ifeelweb.de
Author: Timo Reith (www.ifeelweb.de)
Version: 1.0
*/

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(css/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(css/yaml/screen/basemod.css);
@import url(css/yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(css/yaml/print/print_draft.css);



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */


/**
 * Begin Image Rotator
 *
 */

.main_image  {
    width: 350px;
    height: 300px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
}
.main_image a, .main_image a:visited {
    color: #ffffff;
    text-decoration: underline;
}
.main_image a:hover {
    text-decoration: none;
}
.main_image .block p {
    font-size: 1.0em;
    line-height: 1.6em;
    padding: 0 10px 5px 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}


.image_thumb  {
    float: left;
    width: 200px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
    display: none;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    /*width: 279px;*/
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
html .image_thumb ul li h2 a {
    text-decoration: none;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

#image_rotator {
    margin-top: 40px;   
}
/**
 * End Image Rotator
 *
 */
 
.page-list-subpages {
    font-size: 1.2em;
}

.page-list-subpages li {
    margin-bottom: 10px;
}


#header #logo {
	position: absolute;
	top: -32px;
	left: 350px;
}


#col3_content h3 {
    background-color: #8e0202;
    color: #ffffff;
    font-size:1.4em;
    margin-bottom: 10px;
    padding:4px 10px;
    box-shadow: 0px 2px 5px #aaa;
    -moz-box-shadow: 0px 2px 5px #aaa;
    -webkit-box-shadow: 0px 2px 5px #aaa;
}

#col3_content .sidebar-content-block div {
    padding-left: 30px;
    padding: 5px 0 0px 0;
    margin-left: 20px;  
}
#col3_content .sidebar-content-block {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

#col3_content ul {
	list-style-type: none;
}

#col3_content .wpcf7-form .wpcf7-validates-as-required {
	width: 150px;
}
#col3_content .wpcf7-form label {
	width: 80px;
	display: block;
	float: left;
}
#col3_content .wpcf7-form p {
	margin-bottom: 4px;
}
#cf7_form_box, .cf7_widget_subheading {
	padding-left: 10px;
}
	

#post-11 {
    background: url(images/speisen.jpg) bottom right no-repeat;
    padding-bottom: 30px;
}

#post-34 label {
    width: 200px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

#footer_right {
	text-align: right; padding-right: 40px;
}

.panel .panel-overlay, .panel .overlay { display: none; }
.galleryview { margin-bottom: 25px; }

/**
 * Widgets generell
 *
 */
 
.widget {
    margin: 0 0 20px 10px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
}
    
.widget .widgettitle {
    background-color: #A9E084;
    font-size:1.4em;
    margin-bottom: 15px;
    padding:4px 10px;
    box-shadow: 0px 2px 5px #aaa;
    -moz-box-shadow: 0px 2px 5px #aaa;
    -webkit-box-shadow: 0px 2px 5px #aaa;
}



/**
 * Widgets custom
 *
 */

.widget #galabau dl {
    padding-bottom: 5px;
}
.widget #galabau dt {
    float: left;
    margin: 0 15px 0 20px;
}
.widget #galabau dd {
    font-size: 1.2em;
    padding-top: 15px;
}
.widget #direktkontakt {
    padding-left: 10px; 
}

.ngg-widget {
    margin-left: 15px !important;
}