.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
:root {
    --main-color: #000000;
    --main-bg-color: #ffffff;
    --main-highlight-color: #b8c8ba;
    --nav-color: #c2b6cd;
    --nav-color-hover: #a393ac;
}

/* c2b6cd */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

body {
    color: var(--main-color);
    background-color: var(--main-bg-color);
}

.invisible {
    display: none;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    font-size: 27px;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

h5 {
    font-size: 21px;
    margin-bottom: 20px;
}

h6 {
    font-size: 19px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    width: 100%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

/* c4272e */
/* cb3e44 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #cb3e44;
    border-radius: 3px;
    background: #cb3e44;
    border-color: #cb3e44 #cc4248 #d05257 #cc4248;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #80b925;
    border-color: #80b925 #83bd26 #8fce29 #83bd26;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 15px 17px rgba(255, 255, 255, 0.7), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #80b925;
    border-color: #80b925 #83bd26 #8fce29 #83bd26;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: var(--nav-color);
}

a:visited {
    color: var(--nav-color-hover);
}

a:hover {
    color: var(--nav-color-hover);
}

a:focus {
    color: var(--nav-color-hover);
}

a:active {
    color: var(--nav-color-hover);
}

.invisible, .hidden {
    display: none;
}

.invisible {
    display: none;
}

.ce_form {
    margin-bottom: 20px;
}

/* header */
#header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header:after {
    content: " ";
    display: block;
    clear: both;
}

/*#header > div.inside {*/
/*  display: flex;*/
/*padding: 0 10px 0 10px;*/
/*height: 296px;*/
/*height: 10%;*/

/*background-color: transparent;*/
/*background: url("../../files/barbara-rabe/img/header.jpg") no-repeat center top;*/
/*background: url("../../files/barbara-rabe/img/banner.svg") no-repeat center top;*/
/*}*/
/*#header > div.inside > div.logo {*/
/*  position: absolute;*/
/*  margin-top: 28px;*/
/*  margin-left: 60px;*/
/*  background-color: #ffffff;*/
/*  opacity: 0.8;*/
/*  width: 220px;*/
/*  height: 270px;*/
/*}*/
/*#header > div.inside > div.logo.img {*/
/*  opacity: 0.8;*/
/*  background: url("../../files/barbara-rabe/img/logo.png") no-repeat center center;*/
/*}*/

/* Style sheet layout */
body > #wrapper {
    margin: auto;
}

.button, input[type=cancel], input[type=button], input[type=submit] {
    color: var(--nav-color);
    display: block;
    margin: 0;
    float: left;
    padding: 5px 6px;
    line-height: 14px;
    height: 30px;
    border: 1px solid #9ec1c3;
    border-radius: 4px;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
    cursor: pointer;
    background: #ecf3f4;
    background: -moz-linear-gradient(top, #bdd5d6 0%, #ecf3f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdd5d6), color-stop(100%, #ecf3f4));
    background: -webkit-linear-gradient(top, #bdd5d6 0%, #ecf3f4 100%);
    background: -o-linear-gradient(top, #bdd5d6 0%, #ecf3f4 100%);
    background: -ms-linear-gradient(top, #bdd5d6 0%, #ecf3f4 100%);
    background: linear-gradient(to bottom, #bdd5d6 0%, #ecf3f4 100%);
}

.button:hover, input[type=cancel]:hover, input[type=button]:hover, input[type=submit]:hover {
    background: #bcb832;
    background: -moz-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e4a1), color-stop(100%, #bcb832));
    background: -webkit-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -o-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -ms-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: linear-gradient(to bottom, #e6e4a1 0%, #bcb832 100%);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.button:active, input[type=cancel]:active, input[type=button]:active, input[type=submit]:active {
    color: var(--nav-color-hover);
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.1);
}

.button.primary {
    color: white;
    border: 1px solid #68013f;
    background: white;
    background: -moz-linear-gradient(top, #9a025d 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a025d), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #9a025d 0%, white 100%);
    background: -o-linear-gradient(top, #9a025d 0%, white 100%);
    background: -ms-linear-gradient(top, #9a025d 0%, white 100%);
    background: linear-gradient(to bottom, #9a025d 0%, #ffffff 100%);
}

.button.primary:hover {
    background: #bcb832;
    background: -moz-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e4a1), color-stop(100%, #bcb832));
    background: -webkit-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -o-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: -ms-linear-gradient(top, #e6e4a1 0%, #bcb832 100%);
    background: linear-gradient(to bottom, #e6e4a1 0%, #bcb832 100%);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.button.primary:active {
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.1);
}

.button:disabled {
    color: #9a025d;
    border: 1px solid #bababa;
    cursor: default;
    background: lightgrey;
    background: -moz-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgrey), color-stop(100%, lightgrey));
    background: -webkit-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -o-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -ms-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 100%);
}

.button:disabled:hover {
    background: lightgrey;
    background: -moz-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgrey), color-stop(100%, lightgrey));
    background: -webkit-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -o-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -ms-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 100%);
    box-shadow: none;
}

.button:disabled:active {
    background: lightgrey;
    background: -moz-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgrey), color-stop(100%, lightgrey));
    background: -webkit-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -o-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: -ms-linear-gradient(top, lightgrey 0%, lightgrey 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 100%);
    box-shadow: none;
}

.button.medium {
    padding: 5px 6px;
    line-height: 14px;
    height: 30px;
}

.button.small {
    padding: 3px 5px;
    line-height: 11px;
    height: 25px;
}

.button-wrapper {
    width: 100%;
    margin: 10px;
}

/* wrapper */
.button-wrapper > .button {
    /*display: block;*/
    margin-left: 10px;
}

.button-wrapper > .button:first-child {
    margin-left: 0;
}

.button-wrapper > .button.push-right {
    float: right;
}

.button-wrapper > :last-child {
    float: none;
}

/* wrapper */
/* button group */
.button-group {
    /*white-space:nowrap;*/
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.button-group > .button {
    border-radius: 0;
}

.button-group > .button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-group > .button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-group > div.input {
    float: left;
}

.button-group > div.input > select,
.button-group > div.input > input {
    line-height: 10px;
    width: 80px;
}

#main {
    min-height: 100px;
    background-color: #ffffff;
}

#main > .inside {
    padding: 0 0 20px 0;
}

#main > .inside > .last {
    padding-bottom: 20px;
}

html {
    font-size: 75%;
    line-height: 1.5em;
}

fieldset {
    margin-bottom: 10px;
}

fieldset > div.widget {
    margin-left: 10px;
    /*width: $input-width;*/
    float: left;
}

fieldset > div.widget > label {
    width: 130px;
    display: inline;
    float: left;
}

fieldset > div.input:first-child {
    margin-left: 0;
}

fieldset > legend {
    margin-top: 10px;
}

fieldset.checkbox_container {
    margin-top: 10px;
}

fieldset.checkbox_container > span {
    display: block;
}

fieldset.checkbox_container input[type=checkbox] {
    display: inline;
    width: 20px;
}

fieldset.checkbox_container input[type=checkbox]:focus {
    background-color: #bcb832;
}

fieldset.checkbox_container input[type=checkbox]:focus + label {
    color: #bcb832;
}

fieldset.checkbox_container label {
    display: inline;
}

fieldset.checkbox_container label:focus {
    color: #bcb832;
}

input, textarea.textarea {
    width: 244px;
    margin-top: 3px;
    color: #9a025d;
    background-color: #fff;
    border-color: #cddfe0;
    line-height: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input:focus, textarea.textarea:focus {
    border-color: #bcb832;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

legend {
    margin-top: 10px;
}

label {
    margin-top: 10px;
    display: inline;
    vertical-align: top;
}

span > label {
    clear: both;
    width: auto;
}

input, textarea {
    clear: both;
}

textarea.textarea {
    width: 98%;
}

textarea.width-100 {
    width: 508px;
}

.submit_container {
    display: block;
    margin-top: 30px;
    margin-right: 20px;
}

.submit_container input {
    float: right;
}

.submit_container:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* footer */
#footer {
    max-width: 100%;
    padding: 20px 0 10px 0;
    margin: 0 auto 40px auto;
    color: #fff;
    background-color: #b8c8ba;
}

#footer:after {
    content: " ";
    display: block;
    clear: both;
}

#footer > div.inside {
    padding: 0 10px 0 10px;
    background-color: transparent;
    background-repeat: repeat-x;
}

#footer > div.inside > nav ul {
    display: inline-block;
}

#footer > div.inside > nav a {
    color: #fff;
}

#footer > div.inside > nav a:hover {
    color: var(--nav-color-hover);
}


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body > .wrap {
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0 10px;
}

body > .wrap:after {
    content: " ";
    display: block;
    clear: both;
}

/* mobile */
nav.main {
    margin-bottom: 20px;
}

nav.main ul {
    list-style: none;
}

nav.main ul li {
    margin-top: 20px;
    text-align: center;
}

nav.main ul li a {
    /*color: #9a025d;*/
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

nav.main ul li a:hover, nav.main ul li a.active, nav.main ul li a.trail {
    color: var(--nav-color-hover);
    font-weight: bold;
}

nav.main ul li a:hover span {
    background: var(--nav-color);
}

nav.main ul ul {
    margin: 0;
}

nav.main ul ul > li {
    margin-left: 20px;
}

nav.main ul ul > li a {
    color: var(--nav-color);
}

/* desktop */
@media (min-width: 964px) {

    nav.main {
        float: right;
    }

    nav.main ul {
        margin: 0;
        padding: 0;
    }

    nav.main ul:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    nav.main ul li {
        background-color: transparent;
        margin: 0;
        float: left;
        padding: 0 10px 0 10px;
        border-right: 1px solid var(--nav-color);
    }

    nav.main ul li:first-child {
        padding-left: 0;
        margin-left: 0;
    }

    nav.main ul li:last-child {
        padding-right: 0;
        margin-bottom: inherit;
        border-right: 0;
    }

    nav.main ul li:last-child:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    nav.main ul li.submenu > div {
        position: absolute;
        display: none;
    }

    nav.main ul li.submenu:hover > div {
        display: block;
        visibility: visible;
    }

    nav.main ul li:hover > ul {
        visibility: visible;
        z-index: 10;
    }

    nav.main ul li > ul {
        display: inline;
        visibility: hidden;
        position: absolute;
        padding: 0;
        list-style: none;
    }
}

nav.add {
    float: right;
}

nav.add ul {
    display: inline-flex;
    margin: 0;
}

nav.add ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav.add ul li {
    background-color: transparent;
    list-style: none;
    float: left;
    padding: 0 5px 0 5px;
    border-right: 1px solid #FFFFFF;
}

nav.add ul li:first-child {
    padding-left: 0;
}

nav.add ul li:last-child {
    padding-right: 0;
}

nav.add ul li:last-child {
    border-right: 0;
}

nav.add ul li:last-child:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav.add ul li.submenu > div {
    position: absolute;
    display: none;
}

nav.add ul li.submenu:hover > div {
    display: block;
    visibility: visible;
}

nav.add ul li a {
    font-size: 0.85em;
    /*color: #FFFFFF;*/
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

nav.add ul li a:hover, nav.add ul li a.active, nav.add ul li a.trail {
    color: var(--nav-color-hover);
    font-weight: bold;
}

nav.add ul li:hover > a {
    color: var(--nav-color-hover);
}

nav.add ul li:hover > ul {
    visibility: visible;
    z-index: 10;
}

nav.add ul li > ul {
    display: inline;
    visibility: hidden;
    position: absolute;
    padding: 0;
}

nav.add ul li li ul li {
    float: none;
}

nav.add > div {
    text-align: center;
}

figure.image_container {
    &.float_left {
        float: left;
        width: 49%;
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
    }

    &.float_right {
        float: right;
        width: 49%;
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
    }
}

div.ce_text {
    h2 {
        margin-top: 24px;
    }
    &.block:after {
        content: " ";
        display: block;
        clear: both;
    }
}
div.ce_text:first-child {
    h2 {
        margin-top: 0;
    }
}

