/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

html {}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #e0d8ca;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-s  erif;
    font-size: 87.5%;
    color: #113c2b;
    margin: 0;
    position: static;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.subpagetitle {
    font-family: "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
    line-height: 1.1em;
}

h1 {
    font-size: 35px;
}

h1#page-title {
    overflow: hidden;
    border-bottom: 5px solid #009A3D;
    font-size: 35px;
    margin: 0px 0 14px 0;
    padding: 0 0 23px 0;
    width: 100%;
}

h2,
.subpagetitle {
    font-size: 20px;
}

h2.field-label {
    font-weight: bold !important;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {
    list-style: none;
}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

.clearall {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.verticallist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.horizontallist {
    margin: 0;
    padding: 0;
}

.noborder {
    border: none;
}

.rotation45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotation-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotation-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 315% 64%;
    -moz-transform-origin: 315% 64%;
    -ms-transform-origin: 315% 64%;
    -o-transform-origin: 315% 64%;
    transform-origin: 315% 64%;
}

.hidden {
    display: none;
}

#content-column {
    background-color: #fff;
}


/* Page titles */

.page-header {
    color: #113C2B;
}

h1.page-header {
    overflow: hidden;
    border-bottom: 5px solid #009A3D;
    font-size: 35px;
    margin: 0px 0 14px 0;
    padding: 0 0 23px 0;
    width: 100%;
}

.node span.submitted {
    display: none;
}

#topCorner {
    display: none;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    right: 0;
    background: transparent url(/recipe-assets/bundles/tmrcfront/newlayout/images/bg_corner.png) no-repeat right top;
    z-index: 0;
}

/* ==========================================================================
colors START
========================================================================== */
.darkgreen {
    color: #113c2b;
}

.green {
    color: #009a3d;
}

.lightgreen {
    color: #95c11c;
}

.white {
    color: #ffffff;
}

.grey {
    color: #b1b2b3;
}

.lightgrey {
    color: #999999;
}

::selection {
    background: #009a3d;
    color: #ffffff;
}
/* Firefox */
::selection {
    background: #009a3d;
    color: #ffffff;
}

::-moz-selection {
    background: #009a3d;
    color: #ffffff;
}

.bg_darkgreen {
    background-color: #113c2b;
}

.bg_grey {
    background-color: #d8d8d8;
}

.bg_green {
    background-color: #009a3d;
}

.bg_lightgreen {
    background-color: #95c11c;
}
/*
colors END
---------------------------------------------------------------------------*/


/* ==========================================================================
Links START
========================================================================== */

a {
    color: #009A3D;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #95c11c;
}

a.link-green {
    padding-left: 8px;
    /*background: transparent url(../images/arrow_green_right.png) no-repeat scroll left center;*/
}

a.link-green:hover {
    /*background: transparent url(../images/arrow_lightgreen_right.png) no-repeat scroll left center;*/
    text-decoration: none;
    color: #95c11c;
}

#secondary-menu-bar li a.active {
    color: #009A3D;
}

#secondary-menu-bar li a.active:hover {
    color: #95c11c;
}

/*
Links END
---------------------------------------------------------------------------*/

/* ==========================================================================
buttons START
========================================================================== */
input.form-submit,
input.form-submit:hover {
    padding: 0;
    border: none;
    background: none;
    font: bold normal 0.9rem "LinotypeUniversW02-Ligh 726118", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.button {
    display: inline-block;
    padding: 0.077em;
    border-radius: 0.615em;
    cursor: pointer;
}

.block_back_to_homepage_button_terms_of_use {
    position: absolute;
    right: 30px;
    margin: 0;
    padding: 5px 0 5px 25px;
    font-size: 11px;
}

.block_back_to_homepage_button_terms_of_use a {
    padding-left: 8px;
    background: transparent url(../images/arrow_green_left.png) 0 center no-repeat;
}

.block_back_to_homepage_button_terms_of_use a:visited {
    color: #009a3d;
}

.block_back_to_homepage_button_privacy {
    position: absolute;
    right: 30px;
    margin: 0;
    padding: 5px 0 5px 25px;
    font-size: 11px;
}

.block_back_to_homepage_button_privacy a {
    padding-left: 8px;
    background: transparent url(../images/arrow_green_left.png) 0 center no-repeat;
}

.block_back_to_homepage_button_privacy a:visited {
    color: #009a3d;
}


.buttoninner {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 5px;
    font: bold normal 0.9rem "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-weight: normal;
}

.buttoninner .rightarrow {
    display: inline-block;
    height: 11px;
    background-size: 7px 11px;
}

.buttoninner .leftarrow {
    display: inline-block;
    width: 0.538em;
    height: 11px;
    background: transparent url(../images/buttoninner_leftarrow.png) no-repeat scroll left center;
    background-size: 7px 11px;
}

.buttoninner .plus {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent url(../images/buttoninner_plus.png) no-repeat scroll left center;
}

.printicon.button .buttoninner {
    padding: 6px 18px 3px 18px;
}

.printicon.button .buttoninner .icon {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: transparent url(../images/icons/icon_print.png) no-repeat scroll 0 0;
    vertical-align: middle;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .buttoninner .rightarrow {
        background: transparent url(../images/buttoninner_rightarrow@2x.png) no-repeat scroll left bottom;
        background-size: 8px 13px;
    }
}

.button .buttoninner:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 0.8em;
    font-weight: normal;
    position: relative;
    top: 0px;
}

.button.orange {
    -webkit-box-shadow: 0 -1px 0 0 #e88a16,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 0 #e88a16,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #ee9c30 0%, #b65930 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee9c30), color-stop(100%,#b65930)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ee9c30 0%,#b65930 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ee9c30 0%,#b65930 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ee9c30 0%,#b65930 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ee9c30 0%,#b65930 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9c30', endColorstr='#b65930',GradientType=0 ); /* IE6-9 */
}

.button.orange .buttoninner {
    border-top: 1px solid #f4cc98;
    -webkit-box-shadow: 0 1px 0 0 #903312;
    box-shadow: 0 1px 0 0 #903312;
    background: -moz-linear-gradient(top,  #ed8707 0%, #de3d10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed8707), color-stop(100%,#de3d10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ed8707 0%,#de3d10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ed8707 0%,#de3d10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ed8707 0%,#de3d10 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ed8707 0%,#de3d10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8707', endColorstr='#de3d10',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

.button:hover.orange {
    -webkit-box-shadow: 0 -1px 0 0 #e88a16,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 0 #e88a16,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #ea7f00 0%, #c12906 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7f00), color-stop(100%,#c12906)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea7f00 0%,#c12906 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea7f00 0%,#c12906 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ea7f00 0%,#c12906 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ea7f00 0%,#c12906 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7f00', endColorstr='#c12906',GradientType=0 ); /* IE6-9 */
}

.button:hover.orange .buttoninner {
    border-top: 1px solid #f4cc98;
    -webkit-box-shadow: 0 1px 0 0 #903312;
    box-shadow: 0 1px 0 0 #903312;
    background: -moz-linear-gradient(top,  #ea7f00 0%, #c12906 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7f00), color-stop(100%,#c12906)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea7f00 0%,#c12906 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea7f00 0%,#c12906 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea7f00 0%,#c12906 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea7f00 0%,#c12906 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7f00', endColorstr='#c12906',GradientType=0 ); /* IE6-9 */
}

.button.green,
#sidebar .button.green {
    padding: 1px;
    -webkit-box-shadow: 0 -1px 0 0 #a7cb60,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 0 #a7cb60,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #accf61 0%, #6e8b4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accf61), color-stop(100%,#6e8b4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #accf61 0%,#6e8b4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #accf61 0%,#6e8b4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #accf61 0%,#6e8b4f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #accf61 0%,#6e8b4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accf61', endColorstr='#6e8b4f',GradientType=0 ); /* IE6-9 */
}

.button.green .buttoninner {
    border-top: 1px solid #cce39a;
    -webkit-box-shadow: 0 1px 0 0 #6e8b4f;
    box-shadow: 0 1px 0 0 #6e8b4f;
    background: -moz-linear-gradient(top,  #89be1a 0%, #67ab22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89be1a), color-stop(100%,#67ab22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #89be1a 0%,#67ab22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #89be1a 0%,#67ab22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #89be1a 0%,#67ab22 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #89be1a 0%,#67ab22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89be1a', endColorstr='#67ab22',GradientType=0 ); /* IE6-9 */
}

.button:hover .green,
#sidebar .button:hover.green {
    padding: 1px;
    -webkit-box-shadow: 0 -1px 0 0 #a7cb60,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 0 #a7cb60,
        0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #87bd03 0%, #46790a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87bd03), color-stop(100%,#46790a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87bd03 0%,#46790a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87bd03 0%,#46790a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87bd03 0%,#46790a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #87bd03 0%,#46790a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bd03', endColorstr='#46790a',GradientType=0 ); /* IE6-9 */
}

.button:hover.green .buttoninner {
    border-top: 1px solid #cce39a;
    -webkit-box-shadow: 0 1px 0 0 #6e8b4f;
    box-shadow: 0 1px 0 0 #6e8b4f;
    background: -moz-linear-gradient(top,  #87bd03 0%, #46790a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87bd03), color-stop(100%,#46790a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #87bd03 0%,#46790a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #87bd03 0%,#46790a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #87bd03 0%,#46790a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #87bd03 0%,#46790a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bd03', endColorstr='#46790a',GradientType=0 ); /* IE6-9 */
}

.button.grey,
#sidebar .button.grey {
    padding: 1px;
    background: #b1b2b3;
    cursor: auto;
}

.button.grey .buttoninner {
    border-top: 1px solid #dadbdb;
    background: #b1b2b3;
    text-align: center;
}

/*
buttons END
---------------------------------------------------------------------------*/

/* ==========================================================================
webfonts START
========================================================================== */
@font-face {
    font-family: 'LinotypeUniversW02-Ligh 726118';
    src:  url("../webfonts/f5fdac3b-f99c-4934-95b3-49725aab5faa.eot");
    src:  url("../webfonts/f5fdac3b-f99c-4934-95b3-49725aab5faa.eot?#iefix") format("eot"),
        url("../webfonts/0916131d-144f-444f-b95f-1c2881559b34.woff") format("woff"),
        url("../webfonts/19f0b71e-102e-4ae4-993b-2e83b6295156.svg#19f0b71e-102e-4ae4-993b-2e83b6295156") format("svg");
}

@font-face {
    font-family: 'LinotypeUniversW02-Bold 726184';
    src:  url("../webfonts/2340800a-0509-4f45-b23e-458aed4eb29a.eot");
    src:  url("../webfonts/2340800a-0509-4f45-b23e-458aed4eb29a.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/237c1518-f6eb-40ef-a566-518918eacd9f.woff") format("woff"),
        url("../webfonts/9f007a5d-ea90-417c-83cf-55205ed2d4f5.svg#9f007a5d-ea90-417c-83cf-55205ed2d4f5") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ingeborg-BoldItalic';
    src:  url("../webfonts/Ingeborg-BoldItalic.eot");
    src:  url("../webfonts/Ingeborg-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Ingeborg-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src:  url("../webfonts/glyphicons/glyphicons-halflings-regular.eot");
    src:  url("../webfonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"),
        url("../webfonts/glyphicons-halflings-regular") format("svg");
}

@font-face {
    font-family: 'Icomoon';
    src:  url("../webfonts/icomoon/icomoon.eot");
    src:  url("../webfonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/icomoon/icomoon.woff") format("woff"),
        url("../webfonts/icomoon/icomoon") format("svg");
}

/*
webfonts END
---------------------------------------------------------------------------*/


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {
    position: relative;
    padding-bottom: 50px;
    min-height: 100%;
}

#page {
    max-width: 960px;
}

#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {
    background: none repeat scroll 0 0 #113c2b;
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 7px 0 10px 0;
}

#footer .region-footer {
    margin-left: auto;
    margin-right: auto;
}

#footer li {
    padding: 0 10px;
}

#footer li a:before {
    content: none;
}

#block-menu-menu-footer {
    margin: 0;
    position: relative;
}


#footer .social-media-buttons-footer {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    color: #ffffff;
}

#footer li.last.leaf a {
    padding: 5px 35px 5px 0px;
    height: 25px;
    background: transparent url("../images/social-icon-fb.png") right center no-repeat;
}

#footer li.last.leaf a:hover {
    background: transparent url("../images/social-icon-fb-hover.png") right center no-repeat;
    text-decoration: none;
}

#footer .last.leaf {
    position: absolute;
    right: 0;
    height: 25px;
}

#footer .last.leaf:hover:after {
    background-position: -25px 0;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
    /* Debug styles, is this working */
    background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */

div.error, tr.error {
    background-color: #98c500;
    border: none;
    color: #ffffff;
    font-size: 16px;
}


#messages{
    position: absolute;
    top: 275px;
    width: 40%;
    z-index: 5;
    margin-left: 30%;
    margin-right: 30%;
}

#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
    /* Debug styles, is this working? */
    background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
    padding: 10px 0;
}

#logo img {
    vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
    margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
    text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
    text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
    margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
    margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
    display: inline;
    margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: block;
}

ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
    margin: 0;
    padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
    display: block;
    opacity: 0.65;
    padding: 1em 0;
    text-align: center;
}

.attribution a {
    text-decoration: none;
    color: inherit;
}

.attribution a:hover,
.attribution a:focus {
    text-decoration: underline;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

.region-sidebar-first {
    width: 220px;
    float: left;
    margin-right: 32px;
    left: 0;
    top: 142px;
}

.region-sidebar-first ul li {
    list-style: none;
}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
    text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
    text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*.nav {*/
    /*clear: both;*/
    /*margin: 10px 0;*/
/*}*/

/*.nav ul,*/
/*.nav ul.menu {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*.nav li,*/
/*.nav ul.menu li {*/
    /*display: inline;*/
    /*float: left;*/
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*.nav li a,*/
/*.nav ul.menu li a {*/
    /*display: block;*/
    /*white-space: nowrap;*/
    /*padding: 0 10px;*/
/*}*/

/*.nav li a:visited,*/
/*.nav ul.menu li a:visited {}*/

/*.nav li a:hover,*/
/*.nav li a:focus,*/
/*.nav ul.menu li a:hover,*/
/*.nav ul.menu li a:focus {}*/

/*.nav .block {*/
    /*margin-bottom: 0;*/
/*}*/


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
    margin-bottom: 0;
}

ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
    outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
    outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
    margin: 0 !important;
    padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
    margin: 0 !important;
    padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
    width: 100%;
}

.sf-vertical li {
    width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.sf-vertical li a {
    padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
    padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
    padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.at-mt .at-menu-toggle-button {
    margin: 0;
}

.at-mt .at-menu-toggle ul a {
    padding: 0 10px;
    white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
    padding-left: 15px;
}

ul.menu ul {
    padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
    margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
    padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
    /* Prevent text wrapping to a new line, assumes the string is two chars */
    min-width: 2em;
    white-space: nowrap;
}

.book-navigation .menu {
    margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
    float: left;
    display: none;
}

#breadcrumb a:before {
    color: #6D6E71;
    content: "\e603";
    display: inline-block;
    font-family: 'Icomoon';
    font-size: 8px;
    font-style: normal;
    font-weight: normal!important;
    line-height: 1;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

#breadcrumb a {
    float: left;
    text-decoration: none;
    color: #6D6E71;
    font-size: 11px;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}

#breadcrumb li {
    list-style: none;
    display: inline;
}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
    clear: both;
    margin: 0;
    text-align: center;
}

.item-list ul.pager li {
    margin: 0;
}

ul.pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em;
}

ul.pager li.pager-current {
    font-weight: 700;
}

.block ul.pager li {
    margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}

#skip-link a {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
    outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
    margin: 15px 0;
}

ul.primary {
    border-bottom-color: #ccc;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
    padding-bottom: 10px;
}

ul.primary li a {
    background-color: #eeeeee;
    border-color: #ccc;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
    background-color: #eee;
    border-color: #ccc;
}

ul.secondary {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    padding: 0;
}

ul.secondary li {
    border-right: 0;
    list-style: none;
    /*padding: 0 10px 0 0;*/
    display: block;
    float: left;
    margin: 0 1px -1px;
    padding-bottom: 10px;
}

ul.secondary li a {
    padding: 5px 10px;
}

ul.secondary li a:hover,
ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
    margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}




/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
    /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
    margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
    margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
    margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
    padding: 0 0 0 15px;
}

.block-content li {
    margin: 0;
    padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
    margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
    margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
    margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
    margin: 0;
}

#comments h2.comment-form {
    margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
    margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
    margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
    color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
    margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #c00;
}

/*.form-item label {
  font-weight: 700;
}*/

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
    color: #c00;
}

.form-item .description {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
    display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
    border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
    margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

table.sticky-header {
    z-index: 10;
}


table,
td,
th {
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
}

thead tr {
    font-weight: 700;
    background-color: #fff;

}

td,
th {
    border-bottom: 0;
    margin: 0;
    padding: 5px 7px;
}

tbody {}


tr.odd {
    background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #fff;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
    background-color: #fff;
}

tr.even td.active {
    background-color: #fff;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
    white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
    margin-bottom: 10px;
    margin-top: 10px;
}

div.messages ul {
    margin-top: 0;
    margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
    color: pink;
    color: rgba(239, 170, 170, 0.4);
    font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
    font-size: 75px;
    font-weight: bold;
    height: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
    position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
    padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
    margin: 0;
}

.db-offline {}

.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}

.db-offline div.messages {
    margin: 20px 0 0;
}

.db-offline #content {
    padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
    margin: 0;
    padding: 0;
}

body.admin-menu .filter-wrapper.form-wrapper {
    display: block;
}

.filter-wrapper.form-wrapper {
    display: none;
}

#admin-menu-search div {
    display: inline;
}

/*
 * Devel Module
 */
.dev-query {
    background: #eee;
    padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
    padding: 0 10px;
}

#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}

/* ==========================================================================
menu elements START
========================================================================== */

#primary-menu-bar {
    float: right;
    margin-top: -30px;
    width: auto;
    z-index: 1;
    position: relative;
    width: auto;
    height: 20px;
}

#primary-menu-bar ul {
    font-size: 15px;
    float: left;
    padding-bottom: 15px;
}

#primary-menu-bar ul li {
    float: left;
    margin: 0;
}

#primary-menu-bar li a {
    font-family: "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #113c2b;
}

#primary-menu-bar li a:hover {
    color: #009c3b;
    background-color: transparent;
}

#primary-menu-bar li a.active,
#primary-menu-bar li a.active-trail {
    color: #009c3b;
}

.not-logged-in .primary-menu,
.not-logged-in #site-slogan {
    visibility: hidden;
}

.is_responsified {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 100%;
    margin-top: -40px;
    opacity: 0.65;
    position: absolute;
    width: 100%;
    z-index: 4;
}

/*
menu elements END
---------------------------------------------------------------------------*/

/* ==========================================================================
header elements START
========================================================================== */

#logo {
    float: left;
}

#branding {
    margin: 12px 0 0 0;
}

#header  {
    min-height: 140px;
    border-bottom: 1px solid #b1b2b3;
    z-index: 5;
    top: 0;
    width: 100%;
}

#header .h-group {
    float: right;
    margin-top: 15px;
    max-width: 700px;
}

#header .slogan {
    float: right;
    font-family: "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
    font-size: 20px;
    padding: 30px 10px 0 0;
    text-transform: uppercase;
    text-align: right;
    width: 71%;
}

.not-logged-in #header .slogan,
.not-logged-in #main-menu {
    display: none;
}

/*
header elements END
---------------------------------------------------------------------------*/

/* ==========================================================================
main elements START
========================================================================== */
/* #main {
    margin: 142px 0 80px 0;
    max-width: 670px;
    min-height: 600px;
    background: #ffffff;
    padding: 0 12px;
    float: left;
    left: 0;
} */

/*
main elements END
---------------------------------------------------------------------------*/

/* ==========================================================================
sidbar menu START
========================================================================== */

#sidebar-left ul.menu {
    margin: 0;
    padding: 0;
    list-style: 0;
}

#block-menu-features {
    background-color: #ececec;
    /*padding: 15px;*/
    padding: 15px 2px 15px 15px;
}

#block-user-login {
    float: left;
    background-color: #ececec;
    padding: 15px 15px 5px 15px;
}

#block-my-repraesentant-my-repraesentant {
    background-color: #ececec;
    padding: 15px 15px 5px 15px;
}

#block-my-repraesentant-my-repraesentant li a {
    color: #113c2b;
    text-decoration: none;
}

#block-my-repraesentant-my-repraesentant li a:hover {
    color: #009c3b;
    text-decoration: underline;
}

#block-my-repraesentant-my-repraesentant li a:before {
    content: "";
    display: inline-block;
    font-family: "Icomoon";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    margin-left: -12px;
    margin-top: 4px;
    position: absolute;
}

#block-my-repraesentant-my-repraesentant .hint_text {
    font-size: 11px;
    float: left;
}

#block-views-news-block {
    float: left;
    background-color: #ececec;
    padding: 15px;
}


#block-block-2 {
    float: left;
    background-color: #ececec;
    padding: 5px 15px 15px 15px;
}

#block-user-login .item-list {
    display: none;
}

#block-user-login .form-type-textfield input,
#block-user-login .form-type-password input  {
    width: 93%;
}

#block-user-login .form-type-textfield,
#block-user-login .form-type-password {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

#block-block-1 h2 {
    margin: 0;
}

#block-block-1 {
    background: url(../images/bg_actionsbanner.png) no-repeat 0 0 #b9c7c8;
    padding: 15px 5px 15px 10px;
    background-size: 450px 300px;
    height: 300px;
    margin-bottom: 32px;
    float: left;
}

.block-menu li a:before {
    position: relative;
    display: inline-block;
    font-family: 'Icomoon';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e603";
    display: inline-block;
    font-size: 9px;
    position: absolute;
    margin-left: -12px;
    margin-top: 4px;
    line-height: inherit;
}

.block-menu li a {
    color: #113c2b;
    text-decoration: none;
}

.block-menu li a:hover,
.block-menu li.active-trail a {
    color: #009c3b;
    text-decoration: underline;
}

#block-views-news-block table,
#block-views-news-block tr,
#block-views-news-block tbody,
#block-views-news-block td,
#block-views-news-block .block-inner {
    background-color: #ececec !important;
    padding: 0;
    margin: 0;
}

#block-views-news-block tr {
    padding-top: 15px;
}

#block-views-news-block tr.row-2 {
    border-bottom: none!important;
}

#block-views-news-block .views-field-title {
    width: 100%;
    font-family: "LinotypeUniversW02-Bold 726184", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #113c2b;
}

#block-views-news-block .views-field-title a,
#block-views-news-block .views-field-title a:hover {
    text-decoration: none;
    color: #113c2b;
}

.news-navi .nextnews, .news-navi .prevnews {
    display: block;
}

.news-navi .nextnews {
    float: right;
}

.news-navi .prevnews {
    float: left;
}

.news-navi {
    padding-top: 20px;
}

.view-id-news .views-field-title {
    float: left;
    width: 100%;
}

.views-table th.views-field {
    font-size: 11px;
}

/*
sidbar menu END
---------------------------------------------------------------------------*/

/* ==========================================================================
News Page (comments) START
========================================================================== */

article.node-news .author-datetime {
    font-size: 11px;
    text-align: right;
    width: 100%;
    margin-top: 5px;
}

article.node-news img.img-responsive {
    float: left;
    margin: 0 10px 10px 0;
}

article.node-news .comment-wrapper {
    float: left;
    width: 100%;
    margin-top: 40px;
}

article.node-news #comments h2.comment-title {
    color: #009A3D;
    margin: 50px 0 20px 0;
}

article.node-news .comment {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

article.node-news .comment img {
    display: none;
}

article.node-news h3.comment-title a {
    color: #113c2b;
    font-size: 16px;
}

article.node-news h2.comment-form {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

article.node-news .comment-form .form-type-item,
article.node-news .comment-form .form-item-subject {
    margin: 0px 0px 15px 0px;
}

article.node-news .comment-form .form-item-subject,
article.node-news .comment-form .form-item-subject input {
    width: 100%;
}

/*
News Page (comments) END
---------------------------------------------------------------------------*/

/* ==========================================================================
Footer START
========================================================================== */

#footer ul {
    list-style: none;
}

#footer ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

#footer a:hover {
    text-decoration: underline;
}

/*
Footer END
---------------------------------------------------------------------------*/

/* ==========================================================================
Login START
========================================================================== */

.not-logged-in.page-user .tabs {
    display: none;
}

.thermomix-user-login-form-wrapper .form-type-password,
.thermomix-user-login-form-wrapper .form-type-textfield {
    width: 48%;
    float: left;
}

.thermomix-user-login-form-wrapper input.form-text {
    width: 100%;
}

.form-type-textfield {
    margin-right: 20px;

}

#user-search-form .form-type-textfield {
    margin-right: 20px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0 0 30px;
    width: 100%;
}

#edit-actions {
    float: left;
}

/*
Login END
---------------------------------------------------------------------------*/

/* ==========================================================================
Profile START
========================================================================== */

ul.tabs.primary {
    margin: -15px 0px 10px 0px;
    min-height: 30px;
    border: 0;
    background-color: #eeeeee;
}

ul.primary li.active a {
    background-color: #eeeeee;
}

ul.tabs.primary li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #113c2b;
    font-family: "LinotypeUniversW02-Bold 726184",Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal !important;
    padding: 5px 10px;
    border: 0;
}

ul.tabs.primary li a:hover {
    color: #009c3b;
}

ul.tabs.primary li a.active,
ul.tabs.primary a:hover.active  {
    color: #009c3b;
}

ul.tabs.secondary {
    position: relative;
    font-family: "LinotypeUniversW02-Bold 726184",Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal !important;
    z-index: 2;
    background-color: #eeeeee;
    min-height: 50px;
    margin-top: 0px;
    /*padding: 16px 15px 0 15px;*/
    padding: 10px 0 0px 5px;
    text-transform: uppercase;
    border: none;
}


ul.tabs.secondary li {
    padding: 0px;
}

ul.tabs.secondary li.active {
    display: block;
}

ul.tabs.secondary a {
    float: left;
    padding-bottom: 10px;
    border: 0;
    color: #113c2b;
}

ul.tabs.secondary a:hover {
    text-decoration: none;
    color: #009c3b;
}

ul.tabs.secondary a.active {
    border: 0;
    color: #009c3b;
    text-decoration: none;
}

#edit-account {
    /*float: left;*/
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #009a3d;
}

.submenu-profile {
    border: 0;
    min-height: 30px;
    padding: 0;
    background-color: #eeeeee;
    width: 100%;
    float: left;
}

.submenu-profile ul {
    list-style: none;
    padding: 16px 15px 0;
    margin-top: 0px;
    min-height: 32px;
}

.submenu-profile ul li {
    float: left;
    position: relative;
    font-family: "LinotypeUniversW02-Bold 726184",Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal !important;
    background-color: #eeeeee;
    margin-top: 0px;
    padding-right: 25px;
    text-transform: uppercase;
    border: none;
}

.submenu-profile .active,
.submenu-profile a:hover {
    color: #009c3b;
}

.submenu-profile a {
    color: #113c2b;
    text-decoration: none;
}

.user-profile {
    position: relative;
    float: left;
    width: 100%;
}

.user-profile .field-label {
    font-family: "LinotypeUniversW02-Bold 726184",Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal !important;
}

.user-profile .left {
    float: left;
}

.user-profile .right {
    float: right;
}

.field-name-email {
    margin-bottom: 15px;
}

.user-profile .field-name-field-rprofile-address,
.user-profile .field-name-field-rprofile-geo {
    display: none;
}

.user_delete a {
    color: #ffffff;
}

.user_delete a:hover {
    text-decoration: none;
}

.user_delete {
    float: left;
    width: 100%;
    margin-top: 25px;
}

/*
Profile END
---------------------------------------------------------------------------*/

/* ==========================================================================
Startseite ausgeloggt START
========================================================================== */

.logged-in #search-front {
    display: none;
}

.not-logged-in.front #search-front {
    display: none;
}

.not-logged-in #primary-menu-bar {
    display: none;
}

#search-front {
    background: url(../images/bg_repraesentantin.png) no-repeat 0 0;
    padding: 15px 0px;
    background-size: 100%;
    width: auto;
    height: auto;
    margin-top: -20px;
    float: left;
}

#search-front h1 {
    font-size: 15px;
    margin-left: 30px;
}

#search-front #edit-keys {
    min-width: 250px;
    max-width: 295px;
    height: 26px;
    padding-left: 10px;
    border: 1px solid #b1b2b3;
    font-size: 11px;
    background: url(../images/lens.png) #ffffff no-repeat 261px center;
}
#search-front .button.orange{
    margin-top: 15px;
}

/*
Startseite ausgeloggt END
---------------------------------------------------------------------------*/

/* ==========================================================================
Edit Profile START
========================================================================== */

#user-profile-form #edit-locale,
#user-profile-form #edit-contact,
#user-profile-form #edit-timezone {
    display: none;
}

#user-profile-form input.form-text {
    width: 100%;
}

#user-profile-form .form-type-password-confirm .description,
#edit-profile-repraesentantenprofil-field-rprofile-open,
#user-profile-form fieldset  {
    float: left;
    width: 100%;
}

#user-profile-form .form-type-password-confirm {
    float: left;
}

#user-profile-form .form-item-pass-pass1,
#user-profile-form .form-item-pass-pass2 {
    float: left;
    width: 48%;
    clear: none;
}

#user-profile-form .form-item-pass-pass2 {
    margin-left: 25px;
    padding-top: 2px;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 0px;
}

/*
Edit Profile END
---------------------------------------------------------------------------*/


.form-actions .button {
    margin-right: 8px;
}

li.selected.myoption {
    font-weight: bold;
}

#node-delete-confirm #edit-actions {
    width: 100%;
}

.infoboxes {
    margin-top: -20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    background-color: #ffffff;
}

.infoboxes h1 {
    font-size: 25px;
}

.infobox {
    width: 20%;
    float: left;
    background: transparent url(../images/bg-infobox.png) no-repeat scroll left top;
    background-size: 100%;
}

.infobox.last {
    background: transparent url(../images/bg-infobox_last.png) no-repeat scroll left top;
    background-size: 100%;
}

.infobox .text {
    padding: 0 10px;
    font-size: 12px;
    text-decoration: none;
    color: #113c2b;
}

.infobox a:hover {
    text-decoration: none;
    color: #113c2b;
}

.infobox .icon1,
.infobox .icon2,
.infobox .icon3,
.infobox .icon4,
.infobox .icon5 {
    float: left;
    height: 100px;
    position: relative;
    width: 100%;
    background-size: 100% !important;
}

.infobox .icon1 {
    background: transparent url(../images/icon1.png) no-repeat scroll left top;
}

.infobox .icon2 {
    background: transparent url(../images/icon2.png) no-repeat scroll left top;
}

.infobox .icon3 {
    background: transparent url(../images/icon3.png) no-repeat scroll left top;
}

.infobox .icon4 {
    background: transparent url(../images/icon4.png) no-repeat scroll left top;
}

.infobox .icon5 {
    background: transparent url(../images/icon5.png) no-repeat scroll left top;
}

.tabscontent a.button,
.tabs_footer {
    float: left;
}

form#user-register-form .form-item,
form#user-register-form #edit-locale {
    float: left;
    width: 100%;
}

.statistic-uid {
    display: none;
}

.page-benutzer-suche #views-exposed-form-benutzer-page-1 .form-submit {
    margin-top: 0px;
}

.page-benutzer-suche .cols-3 th, .page-benutzer-suche .cols-3 td {
    width: 33%;
    display: block;
    float: left;
}

.page-benutzer-suche .cols-3 tr {
    width: 100%;
}

.page-benutzer-suche #content .active {
    background-color: #fff;
}

/** Profil **/

.form-item-profile-community-profile-field-cp-cookingskills-und {
    float: left;
    margin: 0 30px 15px 0;
}

.field-name-field-cp-profilepicture {
    float: left;
    margin-bottom: 15px;
}

.field-name-field-cp-profilepicture div.description {
    display: none;
}

.form-item-profile-community-profile-field-cp-tmmodel-und {
    float: left;
    margin: 0 30px 15px 0;
}

.field-name-field-cp-tmfunc {
    clear: both;
    margin: 0 0 20px 0;
}

#edit-profile-community-profile-field-cp-aboutme {
    margin-bottom: 20px;
}

#edit-profile-community-profile-field-cp-tmsince {
    margin-bottom: 20px;
}

div#edit-actions {
    clear: both;
}

/** Profil Ende **/

/** Friends **/

div.friend-online-status{
    width: 12px;
    height: 12px;
}

div.friend-online-status.online{
    background: transparent url(../images/online.png) no-repeat;
}
div.friend-online-status.offline{
    background: transparent url(../images/offline.png) no-repeat;
}


/** Friends Ende **/

/** FAQ **/

#faqcontent {
    margin-top: 30px;
}

#faqcontent ul.registration {
    width: 100%;
    padding: 10px 0 0;
    border-top: 1px solid #b1b2b3;
    color: #113C2B;
}

#faqcontent .faqblock {
    position: relative;
    float: left;
    width: 100%;
    min-height: 30px;
    border-bottom: 1px solid #b1b2b3;
    margin-bottom: 10px;
}

#faqcontent .headline {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#faqcontent .headline a {
    float: left;
    padding-right: 22px;
    background: url(../images/icons/faq_arrow_bottom_big.png) no-repeat scroll right 6px / 13px 10px;
    color: #113C2B;
    text-decoration: none;
}

#faqcontent .headline a:hover {
    background: url(../images/icons/faq_arrow_bottom_big_green.png) no-repeat scroll right 6px / 13px 10px;
    color: #009A3D;
}

#faqcontent .headline a.active {
    background: url(../images/icons/faq_arrow_top_big.png) no-repeat scroll right 5px / 13px 10px;
    color: #009A3D;
}

.faqblock#last {
  margin-bottom: 50px;
}

.questionblock {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.questionblock li {
    border: 0;
    height: 100%;
}

.questionblock div {
    margin-top: 5px;
    padding-left: 14px;
}

#faqcontent .questionblock a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 14px;
    background: url(../images/arrow_green_right.png) no-repeat scroll left center;
    text-decoration: underline;
    color: #009A3D;
}

#faqcontent .questionblock a:hover {
    background: transparent url(../images/arrow_lightgreen_right.png) no-repeat scroll left center;
    text-decoration: none;
}

#faqcontent .questionblock a.active {
    color: #009A3D;
    background: url(../images/icons/faq_arrow_bottom_small.png) no-repeat scroll left center;
}
#faqcontent .questionblock a:visited {
    color: #009A3D;
}

#faqcontent .tothetop a {
    float: right;
    width: auto;
    padding-left: 14px;
    background: url(../images/icons/faq_arrow_top_small.png) no-repeat scroll left center!important;
}

#faqcontent .tothetop a:hover {
  background: url(../images/icons/faq_arrow_top_small_lightgreen.png) no-repeat scroll left center!important;
}

#faqcontent .tothetop a:visited {
    color: #009A3D;
}


/** FAQ END **/

.forum-topic-legend.clearfix div {
    padding-left: 34px;
}

.forum-tools a {
    padding-left: 8px;
    font-size: 0.9em;
    background: transparent url(//de.cdn.community.thermomix.com/sites/all/themes/frontend/thermomix/styles/../images/arrow_green_right.png) no-repeat scroll left center;
}

.content section {
    float: left;
    width: 60%;
}

div.form-item-title {
    float: left;
}

div#edit-taxonomy-forums {
    float: left;
}

/** Become Consultant Start **/

.pluspunkte_left, .pluspunkte_right {
    float: left;
    width: 330px;
}

.pluspunkte_left ul, .pluspunkte_right ul {
    padding-left: 0;
    margin: 3px 0;
}

.pluspunkte_left ul li, .pluspunkte_right ul li {
    min-height: 51px;
    vertical-align: middle;
}

.pluspunkte_left span, .pluspunkte_right span {
    padding-left: 47px;
    display: block;
}

.plus-element {
    float: left;
    width: 42px;
    height: 47px;
    padding: 8px 0 0 14px;
    margin: -9px 5px 0 0;
    font-size: 25px;
    font-weight: bold;
    background: transparent url(../images/career/bg-point-system.png) no-repeat 0 4px;
}
.quotes_advisors {
    font-size: 0.8125em;
}

.quote_image1 {
    float: left;
    margin: 0 23px 35px 0;
}

.quote_image2 {
    float: right;
    margin-left: 23px;
}

.quote_advisor {
    font: normal normal 18px "Ingeborg-BoldItalic";
    padding-top: 5px;
}

/** Become Consultant End **/

.field-type-text-with-summary {
    padding: 15px;
}

#block-system-main {
    background-color: #fff;
}

#admin-menu-search label.control-label {
    display: inline;
    padding-right: 15px;
}

/** Some forum stuff **/
#block-system-main>.topic-view>.forum-post.clearfix {
    display: none;
}
.page-comment-reply- #block-system-main>.topic-view>.forum-post.clearfix {
    display: block !important;
}
#forum-comments .topic-view .forum-post.clearfix {
    display: block;
}

#forum-comments .wysiwyg_image {
    display: inline-block;
}

#user-profile-form.form-horizontal .form-group {
    width: 100% ;
    float: none;
}

#user-profile-form.form-horizontal .form-group label {
    width: 25% ;
}

#user-profile-form.form-horizontal .form-group .radio label,
#user-profile-form.form-horizontal .form-group .checkbox label {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#user-profile-form.form-horizontal .radio,
#user-profile-form.form-horizontal .checkbox {
    padding-top: 0;
}

#user-profile-form.form-horizontal [for^="edit-profile-community-profile-field-cp-privacy"] {
    float: right;
    text-align: left;
    width: 25%;
    margin-top: -50px;
    font-weight: bold;
}

#user-profile-form.form-horizontal [for^="edit-profile-community-profile-field-cp-privacy"]:hover {
    color: green;
}

#user-profile-form.form-horizontal .checkbox {
    min-height: 0;
}

#user-profile-form.form-horizontal .date-no-float {
    width: 100%;
}

#user-profile-form.form-horizontal .help-block {
    padding-left: 15px;
    margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
    #user-profile-form.form-horizontal .help-block {
        margin-left: 25%;
    }
    .privatemsg-message-date {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    #user-profile-form.form-horizontal .form-group label {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    #user-profile-form.form-horizontal [for^="edit-profile-community-profile-field-cp-privacy"] {
        width: auto;
        margin-top: -80px;
    }
    .tooltip {
        display: none !important;
    }

    #user-profile-form.form-horizontal .ez-checkbox {
        float: right;
        margin: 0 15px 0 5px;
    }
}

.hr-message-view {
    margin: 5px 0;
}

.privatemsg-message-body {
    margin-top: 5px;
}

.privatemsg-message-participants {
    margin-bottom: 5px;
}

.privatemsg-list-subject h4 a {
    text-transform: none;
}

.imagefield-crop-widget img {
    max-width: none
}

html[lang="pt-pt"] .ui-datepicker-calendar th span {
    font-size: 9pt; 
}

#main .page-title h1 span.blacktext {
    display: none;
}

.page-forum- #main .page-title h1 span.blacktext {
    display: inline !important;
}

#admin-menu-search {
    display: none;
}

#user-profile-form .editable-picture {
    width: 100% !important;
    padding: 0 !important;
}

.edit-hover {
    position: relative;
}

.edit-hover > .edit-sign {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    background-color: #5a5a5a;
    width: 100%;
    text-align: center;
    padding: 5px;
    display: none;
    opacity: 0.3;
}

.edit-hover:hover > .edit-sign {
    display: block;
}

.form-item-profile-community-profile-field-cp-gdpr .control-label,
.form-item-profile-community-profile-field-cp-pt-offers .control-label,
.form-item-profile-community-profile-field-cp-fr-offers .control-label {
  width: 100%;
  padding: 15px;
  font-size: smaller;
}

/* Community Stars Landingpage IT */

.page-node-5970 .list-inline, .page-node-20414 .list-inline,  .page-node-20908 .list-inline {
    display: none;
}

.page-node-5970 h2, .page-node-20414 h2,  .page-node-20908 h2 {
    margin-bottom: 15px;
}

.page-node-5970 .form-type-textfield, .page-node-20414 .form-type-textfield, .page-node-20908 .form-type-textfield {
    width: 350px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.page-node-5970 .form-type-webform-email, .page-node-20414 .form-type-webform-email, .page-node-20908 .form-type-webform-email {
    width: 350px;
    float: left;
    position: relative;
}

.page-node-5970 .ez-checkbox, .page-node-20414 .ez-checkbox, .page-node-20908 .ez-checkbox {
    margin-left: 10px;
}

.page-node-5970 .radio, .page-node-20414 .radio, .page-node-20908 .radio {
    float: left;
    margin-right: 34px;
}

.page-node-5970 .radio label, .page-node-20414 .radio label, .page-node-20908 .radio label {
    margin-right: 25px;
}

.page-node-5970 .webform-component-radios label, .page-node-20414 .webform-component-radios label, .page-node-20908 .webform-component-radios label {
    margin-bottom: 10px;
    padding-left: 0;
}

.page-node-5970 .radio + .radio, .page-node-5970 .checkbox + .checkbox, .page-node-20414 .radio + .radio, .page-node-20908 .checkbox + .checkbox, .page-node-20414 .radio + .radio, .page-node-20414 .checkbox + .checkbox {
    margin-top: 0px;
}

.webform-component--why-community-star-area {
    margin-top: 40px;
}

.page-node-5970 .webform-component--privacy > label, .page-node-20908 .webform-component--privacy > label {
    display: none;
}

@media only screen and (max-width: 475px) {
    .page-node-5970 .form-type-textfield, .page-node-20414 .form-type-textfield, .page-node-20908 .form-type-textfield {
    width: 320px;
    }

    .page-node-5970 img, .page-node-20414 img, .page-node-20908 img {
    float: none !important;
    }
}


/* Community Stars Landingpage DE */

.page-node-16870 .list-inline, .page-node-18210 .list-inline {
    display: none;
}

.page-node-16870 .field-type-image, .page-node-18210 .field-type-image {
    display: none;
}

.page-node-16870 h2, .page-node-18210 h2 {
    margin-bottom: 15px;
}

.page-node-16870 .form-type-textfield, .page-node-18210 .form-type-textfield {
    width: 350px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.page-node-16870 .form-type-webform-email, .page-node-18210 .form-type-webform-email {
    width: 350px;
    float: left;
    position: relative;
}

.page-node-16870 .ez-checkbox, .page-node-18210 .ez-checkbox {
    margin-left: 10px;
}

.page-node-16870 .radio, .page-node-18210 .radio {
    float: left;
    margin-right: 34px;
}

.page-node-16870 .radio label, .page-node-18210 .radio label {
    margin-right: 25px;
}

.page-node-16870 .webform-component-radios label, .page-node-18210 .webform-component-radios label {
    margin-bottom: 10px;
    padding-left: 0;
}

.page-node-16870 .radio + .radio, .page-node-16870 .checkbox + .checkbox, .page-node-18210 .radio + .radio, .page-node-18210 .checkbox + .checkbox {
    margin-top: 0px;
}

.webform-component--warum-community-star {
    margin-top: 40px;
}

.page-node-16870 .webform-component--datenschutz > label, .page-node-18210 .webform-component--datenschutz > label {
    display: none;
}

@media only screen and (max-width: 475px) {
    .page-node-16870 .form-type-textfield, .page-node-18210 .form-type-textfield {
    width: 320px;
    }

    .page-node-16870 img, .page-node-18210 img {
    float: none !important;
    }
}

.page-node-16870 .captcha,
.page-node-18210 .captcha {
    display: block;
    width: 100%;
    min-height: 135px;
    float: left;
    padding-top: 8px;
}

/* Community Stars Landingpage ES */

.page-node-49169 .list-inline, .page-node-49500 .list-inline {
    display: none;
}

.page-node-49169 .field-type-image, .page-node-49500 .field-type-image {
    display: none;
}

.page-node-49169 h2, .page-node-49500 h2 {
    margin-bottom: 15px;
}

.page-node-49169 .form-type-textfield, .page-node-49500 .form-type-textfield {
    width: 350px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.page-node-49169 .form-type-webform-email, .page-node-49500 .form-type-webform-email {
    width: 350px;
    float: left;
    position: relative;
}

.page-node-49169 .ez-checkbox, .page-node-49500 .ez-checkbox {
    margin-left: 10px;
}

.page-node-49169 .radio, .page-node-49500 .radio {
    float: left;
    margin-right: 34px;
}

.page-node-49169 .radio label, .page-node-49500 .radio label {
    margin-right: 25px;
}

.page-node-49169 .webform-component-radios label, .page-node-49500 .webform-component-radios label {
    margin-bottom: 10px;
    padding-left: 0;
}

.page-node-49169 .radio + .radio, .page-node-49169 .checkbox + .checkbox, .page-node-49500 .radio + .radio, .page-node-49500 .checkbox + .checkbox {
    margin-top: 0px;
}

.webform-component--warum-community-star {
    margin-top: 40px;
}

.page-node-49169 .webform-component--datenschutz > label, .page-node-49500 .webform-component--datenschutz > label {
    display: none;
}

@media only screen and (max-width: 475px) {
    .page-node-49169 .form-type-textfield, .page-node-49500 .form-type-textfield {
    width: 320px;
    }

    .page-node-49169 img, .page-node-49500 img {
    float: none !important;
    }
}



/* IT Advent Calender */

@media only screen and (max-width: 420px) {
    
    .door img {
    width: 130px !important;
    }

}
