/* Base */
/* Webfonts */
@font-face {
    font-family: 'UniSansBook';
    src: url("/assets/2F1C67_0_0-367abe9d.woff2") format('woff2'),
    url("/assets/2F1C67_0_0-3b356c2b.woff") format('woff');
}
@font-face {
    font-family: 'Choplin-ExtraLight-DEMO';
    src: url("/assets/2F1C67_1_0-8d1fa7e5.woff2") format('woff2'),
    url("/assets/2F1C67_1_0-87a4f0f8.woff") format('woff');
}
@font-face {
    font-family: 'Choplin-SemiBold';
    src: url("/assets/2F1C67_2_0-2a38d093.woff2") format('woff2'),
    url("/assets/2F1C67_2_0-b12a0483.woff") format('woff');
}
/* Reset */
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    font-family: 'UniSansBook', Arial, sans-serif;
    font-weight: 400;
    color: #575757;
    font-size: 1em;
    width: 100%;
}
a {
    text-decoration: none;
    color: #e85b22;
}
a:hover {
    text-decoration: none;
    color: #575757;
}
b, strong {
    font-weight: 600;
}
p {
    margin: 0 0 12px 0;
    line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Choplin-SemiBold', 'Sanchez', serif;
    color: #e85b22;
    font-weight: normal;
}
h1 {
    color: #009d99;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 15px 0;
}
address {
    font-style: normal;
}
iframe {
    border: none;
}
img.left {
    float: left;
    margin: 0 15px 10px 0;
}
img.rounded {
    border-radius: 120px;
}
dl.definition dt {
    clear: both;
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
dl.definition dd {
    width: 80%;
    float: left;
    margin-bottom: 10px;
}
/* Components */
/*

RoyalSlider

*/
.royalSlider.iskin .arrow {
    margin-top: -65px;
}
.royalSlider.iskin .arrow.left {
    background: url("/assets/icon_arrow_left-c840a8cc.jpg") center center no-repeat;
}
.royalSlider.iskin .arrow.right {
    background: url("/assets/icon_arrow_right-a5fb4401.jpg") center center no-repeat;
}
.royalSlider,
#index .royalSlider {
    position: relative;
    /* set width and height of slider here, in px, % or em*/
    width: 100%;
    height: 100%;
    /* Used to prevent content "jumping" on page load. this property is removed when javascript is loaded and slider is instanciated */
    overflow: hidden;
}
/**
*  Slides area (set background here)
*/
.royalSlider .royalWrapper {
    overflow: hidden;
    position: relative;

    width: 100%;
    height: 100%;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
    /* Bakground behind slides */
    background: #fff;
    /*background: -moz-linear-gradient(top, #111111 0%, #242424 100%);
    background: -webkit-linear-gradient(top, #111111 0%,#242424 100%);
    background: -o-linear-gradient(top, #111111 0%,#242424 100%);
    background: -ms-linear-gradient(top, #111111 0%,#242424 100%);
    background: linear-gradient(top, #111111 0%,#242424 100%);*/
}
#index .royalSlider .royalSlide,
#index .royalSlider .royalWrapper {
    /* Bakground behind slides */
    background: #f7f7f7;
}
/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
    position: relative;
    left: 0;
    top: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
/* slide item */
.royalSlider .royalSlide {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    list-style: none !important;

    position: relative;
    float: left;

    overflow: hidden;
}
/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow {
    /*background:url("../img/controlsSprite.png") no-repeat 0 0;*/
    background-color: #C00;
    background-repeat: no-repeat;
    background-position: 0 0;

    /* change arrows size here */
    width: 45px;
    height: 90px;

    top: 50%;
    margin-top: -45px;

    cursor: pointer;
    display: block;
    position: absolute;

    z-index: 25;

}
.royalSlider .arrow:hover {

}
.royalSlider .arrow.disabled {

}
/* left arrow */
.royalSlider .arrow.left {
    background-position: top left;
    left: 0;
}
/* right arrow */
.royalSlider .arrow.right {
    background-position: top right;
    right: 0;
}
/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -20px;
    z-index: 25;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {
    float: left;
    position: relative;
    left: -50%;
}
/* Control navigation container*/
.royalSlider .royalControlNavContainer {
    float: left;
    position: relative;
    left: 50%;
}
/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {
    left: 0;
    position: relative;
}
.royalSlider .thumbsAndArrowsContainer {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.royalSlider .royalControlNavOverflow.royalThumbs {
    width: auto;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
}
/*

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a {
    background: #0C0 none no-repeat scroll 0 0;

    width: 20px;
    height: 20px;

    float: left;
    cursor: pointer;

    position: relative;
    display: block;

    text-indent: -9999px;
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {
    background-color: #C00;
}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {
    background-color: #00C;
}
/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb {
    /*background: none no-repeat 0 0;*/
    /*background-color: ;*/
    width: 144px;
    height: 60px;
    /* thumbnails spacing, use margin-right only */
    margin-right: 4px;

}
.royalSlider .royalControlNavOverflow a.royalThumb.current {
    background-position: -3px -3px !important;
    border: 3px solid #C00 !important;
    width: 138px;
    height: 54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {
    background-position: -3px -3px;
    border: 3px solid #00C;
    width: 138px;
    height: 54px;
}
/*

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {
    width: 38px;
    height: 68px;

    cursor: pointer;
    display: block;
    position: relative;
    z-index: 25;

    background: #C99;

}
.royalSlider .thumbsArrow.left {
    float: left;
}
.royalSlider .thumbsArrow.right {
    float: right;
}
.royalSlider .thumbsArrow:hover {

}
.royalSlider .thumbsArrow.disabled {

}
/* Captions container */
.royalSlider .royalCaption {
    z-index: 20;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*font: normal normal normal 1em/1.5em Georgia, serif;
    color:#FFF;		*/
}
#index .royalSlider .royalCaption {
    padding: 0 0 0 40%;
    width: auto;
}
#royslider .royalSlider .royalCaption article {
    padding: 0 !important;
}
/* Untermenü-Slider */
#royslider .royalSlider .royalCaption nav {
    background: transparent;
}
#royslider .royalSlider .royalCaption ul {
    list-style: none;
    margin: 0 auto;
    width: auto;
}
#royslider .royalSlider .royalCaption ul li {
    display: block;
    float: left;
    width: 30%;
    margin: 15px 1.66666666666666666%;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#royslider .royalSlider .royalCaption ul li:last-child {
}
#royslider .royalSlider .royalCaption ul li:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#royslider .royalSlider .royalCaption ul li img {
    width: 100%;
    height: auto;
}
#royslider .royalSlider .royalCaption ul li h1 {
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
    font-weight: normal;
}
#royslider .royalSlider .royalCaption ul li a:hover h1 {
    color: #e85b22;
}
/* Caption item */
.royalSlider .royalCaptionItem {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
/* Loading screen text ("Loading...") */
.royalSlider .royalLoadingScreen p {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 45%;
    text-align: center;
}
/* single slide image preloader */
.royalSlider .royalPreloader {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 0;
    background-image: url("../img/preloader.gif");
}
.royalSlider .grab-cursor {
    cursor: move;
}
.royalSlider .grab-cursor {
    cursor: url("../img/cursors/grab.png") 8 8, -moz-grab;
}
.royalSlider .grab-cursor {
    *cursor: url("../img/cursors/grab.cur");
}
.royalSlider .grab-cursor {
    cursor: move \0/;
}
/* ie8 hack */
.royalSlider .grabbing-cursor {
    cursor: move;
}
.royalSlider .grabbing-cursor {
    cursor: url("../img/cursors/grabbing.png") 8 8, -moz-grabbing;
}
.royalSlider .grabbing-cursor {
    *cursor: url("../img/cursors/grabbing.cur");
}
/* Cursor used if mouse dragging is disabled */
.royalSlider .auto-cursor {
    cursor: auto;
}
.royalSlider .royalHtmlContent {
    position: absolute;
    top: 0;
    left: 0;
}
.royalSlider .non-draggable {
    cursor: auto;
}
.royalSlider .fade-container .royalSlide {
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.royalSlider .royalImage {
    max-width: none;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
@media (min-width: 1141px) {
    .royalSlider {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 441px) and (max-width: 1140px) {
    div#slider.royalSlider.iskin {
        margin-left: 0 !important;
    }

    .royalSlider.iskin .royalControlNavOverflow {
        margin-top: -20px !important;
    }
}
@media (min-width: 1001px) and (max-width: 1149px) {
    .royalSlider.iskin .arrow.left {
        left: -22px !important;
    }

    .royalSlider.iskin .arrow.right {
        right: -22px !important;
    }
}
@media (min-width: 671px) and (max-width: 1000px) {
    .royalSlider .royalSlide {
        height: 300px !important;
    }

    #index .royalSlider .royalSlide {
        height: auto !important;
    }

    #royslider .royalSlider .royalCaption ul li h1 {
        font-size: 1.1em;
        line-height: 22px;
        font-weight: 400;
        hyphens: auto;
    }

    .royalSlider.iskin .royalControlNavOverflow {
        margin-top: -10px !important;
    }

    .royalSlider.iskin .arrow.left {
        left: -22px !important;
    }

    .royalSlider.iskin .arrow.right {
        right: -22px !important;
    }

    img.royalImage {
        margin-top: 0 !important;
    }
}
@media (min-width: 441px) and (max-width: 670px) {
    #royslider .royalSlider .royalCaption ul li h1 {
        font-size: 0.8em;
        line-height: 16px;
        font-weight: 400;
        hyphens: auto;
    }

    .royalSlider .royalSlide {
        height: 250px !important;
    }

    .royalSlider.iskin .arrow.left {
        left: -22px !important;
    }

    .royalSlider.iskin .arrow.right {
        right: -22px !important;
    }
}
@media (max-width: 440px) {
    #royslider .royalSlider .royalCaption ul li h1 {
        font-size: 0.8em;
        line-height: 16px;
        font-weight: 400;
        hyphens: auto;
    }

    .royalSlider .royalSlide {
        height: 200px !important;
    }
}
/* Slider itself */
.royalSlider.iskin {
    padding-bottom: 26px;
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.iskin.with-thumbs {
    padding-bottom: 62px;
}
/*
	Left and right navigation arrows
*/
.royalSlider.iskin .arrow {
    background: url("/assets/controls-sprite-8df4b25b.png") no-repeat 0 0;

    /* change arrows size here */
    width: 32px;
    height: 32px;
    margin-top: -29px;

    -moz-opacity: 0.8;
    opacity: 0.8;
}
/* arrow position in slider with thumbs */
.royalSlider.iskin.with-thumbs .arrow {
    margin-top: -49px;
}
/* left arrow */
.royalSlider.iskin .arrow.left {
    background-position: top left;
    left: -26px;
}
/* right arrow */
.royalSlider.iskin .arrow.right {
    background-position: top right;
    right: -26px;
}
/* Arrow down state */
.royalSlider.iskin .arrow:active {

}
/* Arrow hover state */
.royalSlider.iskin .arrow:hover {
    -moz-opacity: 1;
    opacity: 1;
}
/* Arrow disabled state */
.royalSlider.iskin .arrow.disabled {
    -moz-opacity: 1;
    opacity: 1;
}
.royalSlider.iskin .arrow.left.disabled {
    background-position: -32px 0px;
}
.royalSlider.iskin .arrow.right.disabled {
    background-position: -136px 0px;
}
/*

	Bullets and thumbnails navigation

*/
.royalSlider.iskin .royalControlNavOverflow a {
    background: url("/assets/controls-sprite-8df4b25b.png") no-repeat 0 -165px transparent;
    width: 18px;
    height: 18px;

    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/* Current bullet */
.royalSlider.iskin .royalControlNavOverflow a.current {
    background-position: 0 -183px !important;
}
/* Bullet hover state */
.royalSlider.iskin .royalControlNavOverflow a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/* Bullets nav or thumbnails main container */
.royalSlider.iskin .royalControlNavOverflow {
    margin-top: 12px;
}
/* Thumbnails main container */
.royalSlider.iskin .thumbsAndArrowsContainer {
    margin: 5px 0 0 0;
    position: relative;
    float: left;
    background: #E8EDEE;
    border-radius: 4px;
}
.royalSlider.iskin .royalControlNavOverflow.royalThumbs {
    margin-top: 4px;
}
/* Thumbnails */
.royalSlider.iskin .royalControlNavOverflow a.royalThumb {
    background-color: transparent;
    background-position: 1px 1px;

    width: 80px;
    height: 45px;
    /* thumbnails spacing, use margin-right only */
    margin-right: 4px;

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    border: 1px solid #eee;
    padding: 1px;
}
/* Current thumbnail */
.royalSlider.iskin .royalControlNavOverflow a.royalThumb.current {
    background-position: 1px 1px !important;
    border: 1px solid #CCC !important;
}
/* Thumbnail hover state*/
.royalSlider.iskin .royalControlNavOverflow a.royalThumb:hover {
    background-position: 1px 1px;
    border: 1px solid #0085cf;
}
/*
	Thumbnails navigation arrows

*/
.royalSlider.iskin .thumbsArrow {
    background: url("/assets/controls-sprite-8df4b25b.png") no-repeat 0 0;
    width: 28px;
    height: 57px;

    -moz-opacity: 0.8;
    opacity: 0.8;
}
.royalSlider.iskin .thumbsArrow.left {
    background-position: -116px -132px;
    left: 0;
}
.royalSlider.iskin .thumbsArrow.right {
    background-position: -156px -132px;
    right: 0
}
.royalSlider.iskin .thumbsArrow:hover {
    -moz-opacity: 1;
    opacity: 1;
}
.royalSlider.iskin .thumbsArrow.disabled {
    -moz-opacity: 1;
    opacity: 1;
}
.royalSlider.iskin .thumbsArrow.left.disabled {
    background-position: -36px -132px;
}
.royalSlider.iskin .thumbsArrow.right.disabled {
    background-position: -76px -132px;
}
a.top {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/assets/icon_arrow_top-24fe9e3b.png") center center no-repeat #fff;
    background-size: 60% auto;
    position: absolute;
    top: -15px;
    left: 50%;
    margin: 0 0 0 -15px;
    z-index: 999999999999;
    border-radius: 3px;
}
a.more,
#content article a.more,
.button {
    padding: 15px 30px;
    background: #e85b22;
    text-transform: uppercase;
    font-size: 0.8em;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    width: 130px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: -80px;
    margin-left: 50%;
    text-decoration: none !important;
    font-family: 'UniSansBook', Arial, sans-serif;
}
.button {
    position: static;
    margin: 0;
    border: none;
    width: auto;
    display: inline;
}
a.more:hover,
#content article a.more:hover,
.button:hover {
    background: #009d99 !important;
    color: #fff;
}
.button.block {
    display: inline-block;
}
.button.sign {
    background: url("/assets/icon_sign-c5ba2aae.png") 10px 10px no-repeat #e85b22;
    padding: 15px 30px 15px 54px;
}
.button.sign:hover {
    background: url("/assets/icon_sign-c5ba2aae.png") 10px 10px no-repeat #009d99 !important;
}
.button.download {
    background: url("/assets/icon_download-1f444cc9.png") 10px 10px no-repeat #e85b22;
    padding: 15px 30px 15px 54px;
}
.button.download:hover {
    background: url("/assets/icon_download-1f444cc9.png") 10px 10px no-repeat #009d99 !important;
}
form#formular legend {
    display: none;
}
form#formular fieldset {
    border: none;
}
form#formular dl.form {
}
form#formular dl.form dt,
form#formular .accordion dl.form dt {
    display: none;
}
form#formular dl.form dd,
form#formular .accordion dl.form dd {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
form#formular .accordion dl.form dd,
form#formular .accordion dl dd { /*display:block;*/
    width: 100%;
}
form#formular dl.form dd.short,
form#formular .accordion dl.form dd.short {
    width: 25%;
}
form#formular dl.form dd.short input,
form#formular .accordion dl.form dd.short input {
    width: 80%;
}
form#formular dl.form dd.long,
form#formular .accordion dl.form dd.long {
    width: 75%;
}
form#formular dl.form dd.long input,
form#formular .accordion dl.form dd.long input {
    width: 93%;
}
form#formular dl.form dd.complete,
form#formular .accordion dl.form dd.complete {
    float: none;
}
form#formular dl.form dd.complete100,
form#formular .accordion dl.form dd.complete100 {
    width: 96.6%;
}
form#formular dl.form dd label,
form#formular .accordion dl.form dd label {
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
form#formular dl.form dd input,
form#formular .accordion dl.form dd input,
form#formular dl.form dd textarea,
form#formular .accordion dl.form dd textarea,
form#formular dl.form dd select,
form#formular .accordion dl.form dd select {
    width: 90%;
    background: #fff;
    border: 1px solid #e3e3e3;
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'UniSansBook', Arial, sans-serif;
    padding: 5px;
    color: #aaa;
    border-radius: 3px;
}
form#formular dl.form dd input:hover,
form#formular dl.form dd textarea:hover,
form#formular dl.form dd input:active,
form#formular dl.form dd textarea:active,
form#formular .accordion dl.form dd input:hover,
form#formular .accordion dl.form dd textarea:hover,
form#formular .accordion dl.form dd input:active,
form#formular .accordion dl.form dd textarea:active {
    color: #575757;
    border-color: #575757;
}
form#formular dl.form dd input::-moz-placeholder, form#formular dl.form dd textarea::-moz-placeholder {
    color: #aaa;
}
form#formular dl.form dd input::placeholder,
form#formular dl.form dd textarea::placeholder {
    color: #aaa;
}
form#formular dl.form dd input.button,
form#formular dl.form dd input.button:hover,
form#formular dl.form dd input.button:active,
form#formular .accordion dl.form dd input.button,
form#formular .accordion dl.form dd input.button:hover,
form#formular .accordion dl.form dd input.button:active {
    padding: 8px 35px;
    background: #e85b22;
    font-size: 0.9em;
    border: none !important;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    margin: 15px 0;
}
form#formular dl.form dd input.button:hover,
form#formular dl.form dd input.button:active,
form#formular .accordion dl.form dd input.button:hover,
form#formular .accordion dl.form dd input.button:active {
    background: #009d99;
}
form#formular dl.form dd input[type="checkbox"],
form#formular dl.form dd input[type="radio"],
form#formular .accordion dl.form dd input[type="checkbox"],
form#formular .accordion dl.form dd input[type="radio"] {
    float: left;
    width: auto;
    margin: 4px 8px 0 0;
}
form#formular dl.form dd select,
form#formular .accordion dl.form dd select {
    width: 97%;
}
form#formular dl.form dd h3,
form#formular .accordion dl.form dd h3 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: 10px;
}
form#formular span.title {
    float: left;
    margin-right: 30px;
}
form#formular dl.acc dt {
    display: block;
}
form#formular dl.acc dd {
    background: #fff;
    padding: 3%;
}
form#formular dl.form dd input.error,
form#formular dl.form dd textarea.error,
form#formular dl.form dd select.error,
form#formular dl.form dd input.error[type="checkbox"],
form#formular .accordion dl.form dd input.error,
form#formular .accordion dl.form dd textarea.error,
form#formular .accordion dl.form dd select.error,
form#formular .accordion dl.form dd input.error[type="checkbox"] {
    border: 1px solid #C00;
    color: #c00 !important;
    font-weight: 600;
    background-color: #Fcc;
}
form#formular .accordion dl.form dd.hefte {
    display: block;
}
form#formular dl.form dd label.error,
form#formular .accordion dl.form dd label.error,
form#formular p.error {
    color: #c00;
    font-weight: 600;
}
form#formular div.error,
form#formular div.success {
    padding: 20px;
    margin-bottom: 30px;
    background: #fcc;
    border: 1px solid #C00;
    border-radius: 3px;
}
form#formular div.success {
    border-color: #060;
    background: #efe;
}
form#formular div.error p {
    color: #c00;
}
form#formular div.fleft {
    width: 48%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
form#formular div.fright {
    width: 48%;
    float: right;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
form#formular dl.form dd div.fleft input,
form#formular dl.form dd div.fright input {
    width: 96.6%;
    margin-bottom: 10px;
}
/* Flash messages */
.flash-notice {
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #efe;
    border: 1px solid #060;
    border-radius: 3px;
    color: #060;
}
.flash-alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #fcc;
    border: 1px solid #c00;
    border-radius: 3px;
    color: #c00;
}
ul.content {
    list-style-type: disc;
    float: left;
    margin: 0 0 0 30px;
}
ul.content li {
    display: list-item;
    float: none;
    padding: 0;
    margin-bottom: 10px;
}
ol.paragraph {
    margin: 0 0 30px 30px;
}
ol.paragraph li {
    margin: 0 0 10px 0;
}
.clear {
    clear: both !important;
    height: 0 !important;
    font-size: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.flol {
    float: left;
}
.page {
    margin: 0 auto;
    width: 100%;
}
.space {
    margin-bottom: 70px;
}
.heading {
    font-family: 'Choplin-ExtraLight-DEMO', 'Sanchez', serif;
    font-weight: bold;
}
.line {
    width: 100%;
    margin: 50px 0 30px 0;
    border: none;
    height: 0;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
}
.col2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 100px;
         column-gap: 100px;
}
.anfrage {
    clear: both;
    padding-top: 40px;
}
.semibold {
    font-family: 'Choplin-SemiBold', 'Sanchez', serif !important;
}
ul.listing {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.listing li {
    float: none;
    line-height: 24px;
    padding: 0 0 0 15px;
    background: url("/assets/icon_listing-c90ad550.png") 0px 7px no-repeat;
}
.ausgebucht {
    font-weight: bold;
    color: #e85b22;
}
.fruehbucher {
    color: #009d99;
}
.mabo0 {
    margin-bottom: 0 !important;
}
.mabo150 {
    margin-bottom: 150px;
}
.mato70, #content .mato70 {
    margin-top: 70px;
}
.mato20, #content .mato20 {
    margin-top: 20px;
}
.date {
    background: url("/assets/icon_calendar-db6e0917.png") center left no-repeat;
    padding-left: 22px;
}
.location {
    background: url("/assets/icon_location-63b95fda.png") center left no-repeat;
    padding-left: 22px;
}
.information {
    background: url("/assets/icon_information-62b7743c.png") center left no-repeat;
    padding-left: 22px;
}
.gmaps {
    width: 100%;
    height: 1200px;
}
p.kasten {
    background: #e3e3e3;
    padding: 30px;
    margin-bottom: 30px;
}
h3.impress {
    color: #000;
    font-family: "UniSansBook", Arial, sans-serif;
}
/* direct_uploads.css */
.direct-upload {
    display: inline-block;
    position: relative;
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 11px;
    line-height: 13px;
}
.direct-upload--pending {
    opacity: 0.6;
}
.direct-upload__progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background: #0076ff;
    transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
    transform: translate3d(0, 0, 0);
}
.direct-upload--complete .direct-upload__progress {
    opacity: 0.4;
}
.direct-upload--error {
    border-color: red;
}
input[type=file][data-direct-upload-url][disabled] {
    display: none;
}
/* Layout */
header {
    height: auto;
}
header section#logo {
    margin: 35px auto;
}
header section#logo img {
    border: none;
}
/* Top Nav */
nav#top {
    height: 60px;
}
nav#top #left {
    float: left;
}
nav#top #right {
    float: right;
}
nav#top li {
    display: inline;
    line-height: 60px;
    color: #e85b22;
    font-size: 0.9em;
    padding: 0 30px 0 0;
}
nav#top #right li {
    padding: 0;
}
nav#top li a {
    color: #e85b22;
}
nav#top li a:hover {
    color: #575757;
}
nav#top li#hotline {
    background: url("/assets/icon_hotline-f91a2aac.png") center left no-repeat;
    padding: 0 30px 0 25px;
}
nav#top li#facebook a {
    background: url("/assets/icon_facebook-5df109f1.png") center left no-repeat;
    padding: 0 0 0 25px;
}
nav#top li#xing a {
    background: url("/assets/icon_xing-29fa0276.png") center left no-repeat;
    padding: 0 0 0 25px;
}
nav#top li#login a {
    background: url("/assets/icon_login-09713c65.png") center left no-repeat;
    padding: 0 60px 1px 25px;
}
nav#top #right li::before {
    content: "\00b7";
    padding: 0 5px 0 3px;
}
nav#top #right li:first-child::before {
    content: "";
    padding: 0 5px 0 0;
}
/* Main Menu */
nav#menu {
    background: #e85b22;
    height: 60px;
}
nav#menu li {
    display: block;
    float: left;
    width: 190px;
    position: relative;
}
nav#menu li:hover {
    background: #575757;
}
nav#menu li.active,
nav#menu li.active:hover {
    background: url("/assets/bg_menu_active-f75fe4a1.png") bottom center no-repeat #e85b22;
}
nav#menu li a {
    display: block;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
}
nav#menu li ul {
    display: none;
    background: #575757;
    width: auto;
    z-index: 99999999;
}
nav#menu li:hover ul {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
}
nav#menu li ul li {
    float: none;
    height: 40px;
    border-bottom: 1px solid #fff;
    width: auto;
    min-width: 123px;
    padding: 0 20px;
    white-space: nowrap;
}
nav#menu li ul li:hover,
nav#menu li ul li:hover a {
    background: #e85b22;
}
nav#menu li ul li:last-child {
    border: none;
}
nav#menu li ul li a {
    text-transform: none;
    font-size: 0.8em;
    line-height: 40px;
}
main {
    background: #f7f7f7;
    width: 100%;
    max-width: 100%;
}
#content {
    position: relative;
    z-index: 9999999;
    display: block;
    padding: 50px 0 120px 0;
}
#content h1 {
    font-size: 1.7em;
    margin: 0 0 15px 0;
    color: #e85b22;
    font-family: 'Choplin-ExtraLight-DEMO', 'Sanchez', Times, serif;
    font-weight: normal;
}
#content h2 {
    margin: 0 0 15px 0;
    color: #009d99;
    font-size: 1.45em;
}
#content article {
    background-color: #f7f7f7;
    border-radius: 3px;
    position: relative;
}
#content article a {
    text-decoration: underline;
    color: #575757;
}
#content article a:hover {
    text-decoration: none;
    color: #e85b22;
}
#content .leftc {
    float: left;
    width: 63.333333%;
    padding: 0 3.333333% 0 0;
    border-right: 1px solid #e3e3e3;
    margin-bottom: 50px;
}
#content .leftc.noborder {
    width: 66.666666%;
    padding: 0;
    border: none;
}
#content .leftc .columns2 {
}
#content .leftc .columns2 li {
    list-style-type: disc;
    float: left;
    width: 44%;
    margin: 0 0 0 6%;
}
#content .rightc {
    float: right;
    width: 30%;
    padding: 0 0 0 3%;
    margin-bottom: 50px;
}
#content .rightc .submenu {
    list-style: none;
    margin: 30px 0;
}
#content .rightc .submenu li {
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
#content .rightc .submenu li:last-child {
    border: none;
}
#content .rightc .submenu li a {
    padding: 0 20px;
    display: block;
    color: #575757;
    font-size: 0.95em;
    font-weight: 300;
}
#content .rightc .submenu li.active a,
#content .rightc .submenu li a:hover {
    color: #e85b22;
    background: #fff;
}
#content .rightc img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
#content article.col2 {
    -moz-column-rule: 1px outset rgb(227, 227, 227);
    column-rule: 1px outset rgb(227, 227, 227);
    padding-bottom: 50px;
}
footer {
    background: #575757;
    color: #e3e3e3;
    font-size: 0.9em;
    position: relative;
}
footer a {
    color: #e3e3e3;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer nav.page {
    padding: 60px 0;
}
footer nav.page ul {
    list-style: none;
}
footer nav.page ul li {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 110px;
    padding-bottom: 10px;
    margin-left: 30px;
}
footer nav.page ul li:first-child {
    width: auto;
    margin: 0;
}
footer nav.page ul li:last-child {
    width: auto;
    text-transform: none;
}
footer nav.page ul li a {
    width: 100%;
    height: auto;
}
footer nav.page ul li ul {
    border-top: 1px solid #7f7f7f;
    width: 100%;
    margin-top: 7px;
    padding-top: 10px;
}
footer nav.page ul li ul li {
    display: block;
    float: none;
    text-transform: none;
    width: auto;
    padding: 0;
    border: none;
    margin: 0 0 5px 0;
}
footer nav.page ul li ul li:first-child {
    margin-bottom: 5px;
}
footer nav.page ul li ul li::before {
    content: "\00b7\00a0\00a0";
}
footer nav.page ul li:first-child ul li::before,
footer nav.page ul li:last-child ul li::before {
    content: "";
}
/* Pages */
/* Homepage Slider */
#royslider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 375px;
    background: #fff;
    overflow: hidden;
}
#royslider #placeholder {
    display: none;
}
#index #royslider {
    height: auto;
    position: relative;
}
#index #royslider #changing {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#index #royslider #changing img.bgfade {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: auto;
    z-index: 0;
}
#index #royslider #bg {
    background: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
#index #royslider article {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 40px 0 100px 0;
    z-index: 3;
}
#index #royslider article aside {
    width: 27.2%;
    float: right;
    background: #f7f7f7;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}
#index #royslider article aside h2 {
    font-family: 'UniSansBook', Arial, sans-serif;
    font-size: 0.95em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #009d99;
}
#index #royslider article #lcon {
    width: 65%;
    float: left;
}
#index #royslider article #lcon h2 {
    font-family: 'Choplin-ExtraLight-DEMO', 'Sanchez', Times, serif;
    color: #e85b22;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 15px 0;
}
#index #royslider article #lcon p {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}
#index #royslider article #lcon a.more {
    bottom: 130px;
    left: 0;
    margin-left: 0;
}
/* Homepage Content Boxes */
#index #beratung {
    order: 1;
}
#index #coaching {
    order: 2;
}
#index #seminare {
    order: 3;
}
#index #content {
    margin-top: -50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 0;
}
#index #content h1 {
    color: #009d99;
}
#index #content article {
    flex: 0 0 auto;
    height: auto;
    padding: 30px 30px 70px 30px;
}
#index #content article:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
#ansprechpartner {
    background: #fff;
    padding: 50px 0;
}
#ansprechpartner article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#ansprechpartner article div,
#ansprechpartner article h2 {
    flex: 0 0 auto;
    text-align: center;
}
#ansprechpartner article div img {
    margin-bottom: 20px;
}
#ansprechpartner article #dr {
    order: 1;
}
#ansprechpartner article h2 {
    color: #009d99;
    order: 2;
    margin: 50px 70px 0 70px;
}
#ansprechpartner article #ak {
    order: 3;
}
@media (max-width: 440px) {
    #ansprechpartner {
        padding: 10px;
    }
}
#leistungen {
    background: #fff;
    padding: 50px 0;
}
#leistungen article h2 {
    color: #009d99;
}
#leistungen article ul {
    margin: 15px 0 0 35px;
}
#leistungen article li {
    margin: 0 0 10px 0;
}
@media (max-width: 440px) {
    #leistungen {
        padding: 10px;
    }
}
.seminar-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.seminar-item:last-of-type {
    border-bottom: none;
}
.seminar-item h2 {
    margin-bottom: 8px;
}
.seminar-item p.heading {
    margin-bottom: 4px;
}
.seminar-item .date,
.seminar-item .location,
.seminar-item .information {
    display: inline-block;
    margin-right: 20px;
}
ul.listing,
#content article .tabs ul.listing {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.listing li,
#content article .tabs .listing li {
    float: none;
    line-height: 24px;
    padding: 0 0 0 15px;
    background: url("/assets/icon_listing-c90ad550.png") 0px 7px no-repeat;
}
.listing li ul,
#content article .tabs .listing li ul {
    margin: 0;
}
.listing li ul li,
#content article .tabs .listing li:has(> ul.listing) {
    background: none;
}
.listing li ul li,
#content article .tabs .listing li ul li {
    background-image: url("/assets/icon_listing_grey-024559c5.png");
}
#content article .tabs ul {
    list-style: none;
    position: relative;
    margin: 20px 0;
}
#content article .tabs li {
    display: block;
    float: left;
    line-height: 35px;
    padding: 10px 15px;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#content article .tabs li:hover {
    cursor: pointer;
}
#content article .tabs li.ui-tabs-active {
    background: #fff;
}
#content article .tabs li a {
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
}
#content article .tabs li.ui-tabs-active a {
    color: #e85b22;
}
#content article .tabs div {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}
#content article .tabs div.tabs-1 {
    border-top-left-radius: 0;
}
#content article .accordion {
    margin-bottom: 20px;
}
#content article .accordion dt {
}
#content article .accordion dt a {
    display: block;
    border: 1px solid #e3e3e3;
    background: transparent;
    text-transform: uppercase;
    padding: 8px 30px;
    text-decoration: none !important;
    color: #e85b22;
    border-radius: 3px;
}
#content article .accordion dt a.closed:hover,
#content article .accordion dt a.open {
    background: #e85b22;
    color: #fff !important;
    border-color: #e85b22;
}
#content article .accordion dd {
    display: none;
}
#map {
    background: url("/assets/deutschland-9c590cfa.png") center center no-repeat;
    width: 100%;
    height: 750px;
    display: none;
}
#map ul {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
}
#map ul li {
    position: absolute;
    top: 0;
    left: 0;
}
#map ul li span {
    width: 15px;
    height: 15px;
    float: none;
    position: relative;
    z-index: 44;
    text-indent: -999em;
}
#map ul li p.addresses {
    display: none;
    position: absolute;
    top: 0;
    left: 25px;
    line-height: 16px;
    font-size: 0.9em;
    width: 170px;
    height: auto;
    padding: 30px;
    background: #575757;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
}
#map ul li:hover p.addresses {
    display: block;
}
#map ul li#bamberg {
    top: 480px;
    left: 390px;
}
#map ul li#bremen {
    top: 198px;
    left: 284px;
}
#map ul li#gelsenkirchen {
    top: 320px;
    left: 190px;
}
#map ul li#germering {
    top: 625px;
    left: 440px;
}
#map ul li#hamburg {
    top: 160px;
    left: 347px;
}
#map ul li#hamm {
    top: 307px;
    left: 225px;
}
#map ul li#moers {
    top: 335px;
    left: 170px;
}
#map ul li#muenchen {
    top: 615px;
    left: 460px;
}
#map ul li#stuttgart {
    top: 585px;
    left: 295px;
}
#map ul li#weimar {
    top: 385px;
    left: 430px;
}
#map ul li#zwickau {
    top: 420px;
    left: 493px;
}
#map ul li#ham {
    top: 400px;
    left: 150px;
}
@media (min-width: 1001px) and (max-width: 1149px) {
    #slider {
        height: 375px !important;
    }

    #index #slider {
        height: 160px !important;
    }

    #map {
        background-size: 550px auto;
        width: 650px;
        margin: 0 auto;
    }

    #map ul li#bamberg {
        top: 490px;
        left: 335px;
    }

    #map ul li#bremen {
        top: 187px;
        left: 220px;
    }

    #map ul li#gelsenkirchen {
        top: 308px;
        left: 130px;
    }

    #map ul li#germering {
        top: 630px;
        left: 385px;
    }

    #map ul li#hamburg {
        top: 145px;
        left: 290px;
    }

    #map ul li#hamm {
        top: 295px;
        left: 165px;
    }

    #map ul li#moers {
        top: 323px;
        left: 110px;
    }

    #map ul li#muenchen {
        top: 620px;
        left: 405px;
    }

    #map ul li#stuttgart {
        top: 590px;
        left: 240px;
    }

    #map ul li#weimar {
        top: 388px;
        left: 380px;
    }

    #map ul li#zwickau {
        top: 415px;
        left: 450px;
    }
}
@media (min-width: 671px) and (max-width: 1000px) {
    #map {
        background: none;
        height: auto;
    }

    #map ul {
    }

    #map ul li {
        position: static;
        margin-bottom: 10px;
    }

    #map ul li span {
        margin-bottom: 10px;
        line-height: 16px;
        text-indent: 20px;
    }

    #map ul li p.addresses {
        display: block;
        position: static;
        width: auto;
        background-color: #BBBBBA;
        color: #575757;
    }
}
@media (min-width: 441px) and (max-width: 670px) {
    #map {
        background: none;
        height: auto;
    }

    #map ul {
    }

    #map ul li {
        position: static;
        margin-bottom: 10px;
    }

    #map ul li span {
        margin-bottom: 10px;
        line-height: 16px;
        text-indent: 20px;
    }

    #map ul li p.addresses {
        display: block;
        position: static;
        width: auto;
        background-color: #BBBBBA;
        color: #575757;
    }
}
@media (max-width: 440px) {
    #map {
        background: none;
        height: auto;
    }

    #map ul {
    }

    #map ul li {
        position: static;
        margin-bottom: 10px;
    }

    #map ul li span {
        margin-bottom: 10px;
        line-height: 16px;
        text-indent: 20px;
    }

    #map ul li p.addresses {
        display: block;
        position: static;
        width: auto;
        background-color: #BBBBBA;
        color: #575757;
    }
}
/* Responsive */
@media (min-width: 1141px) {
    .page {
        width: 1141px;
    }

    #index #content article {
        min-height: 300px;
        width: 26%;
    }

    #logo {
        width: 1141px;
    }
}
@media (min-width: 441px) and (max-width: 1140px) {
    .page {
        width: auto;
        padding: 0 20px;
    }

    header section#logo {
        margin: 15px auto;
        padding: 0 20px;
    }

    nav#menu li {
        min-width: 10%;
        width: auto;
        padding: 0 7px;
    }

    #content {
        margin-top: 20px;
        padding: 50px 20px 80px 20px;
    }

    footer {
        padding: 0 20px;
        width: auto;
    }
}
@media (min-width: 671px) and (max-width: 1000px) {
    .col2 {
        -moz-column-count: 1;
             column-count: 1;
    }

    .gmaps {
        width: 100%;
        height: 550px;
    }

    #ansprechpartner article {
        align-items: center;
    }

    #ansprechpartner article h2 {
        order: 1;
        margin: 0 0 20px 0;
        width: 100%;
    }

    #ansprechpartner article #dr {
        order: 2;
        margin: 20px;
    }

    #ansprechpartner article #ak {
        order: 3;
        margin: 20px;
    }

    #royslider {
        height: auto;
    }

    #index #content article {
        flex: 0 0 40%;
        margin-bottom: 20px;
    }

    #content .leftc img {
        max-width: 30%;
        height: auto;
    }

    #content .rightc img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 441px) and (max-width: 670px) {
    .col2 {
        -moz-column-count: 1;
             column-count: 1;
    }

    .button {
        display: inline-block;
        margin-bottom: 10px;
    }

    .gmaps {
        width: 100%;
        height: 550px;
    }

    nav#menu {
        height: 30px;
    }

    nav#menu li {
        width: auto;
        padding: 0 3px;
    }

    nav#menu li a {
        font-size: 0.75em;
        line-height: 30px;
    }

    nav#menu li:hover ul {
        top: 30px;
    }

    nav#menu li ul li {
        height: 30px;
        padding: 0 10px;
    }

    nav#menu li ul li a {
        line-height: 30px;
        font-size: 0.75em;
    }

    dl.definition dt {
        width: 35%;
    }

    dl.definition dd {
        width: 65%;
    }

    #content {
        display: block;
        padding: 10px;
    }

    #content .leftc,
    #content .leftc.noborder,
    #content .rightc {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }
}
@media (max-width: 440px) {
    #content .leftc .columns2 li {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    table, tr, td {
        display: block;
    }

    .col2 {
        -moz-column-count: 1;
             column-count: 1;
    }

    .page {
        width: auto;
    }

    .button {
        display: inline-block;
        margin-bottom: 10px;
    }

    .gmaps {
        width: 100%;
        height: 600px;
    }

    header section#logo {
        margin: 10px auto;
        padding: 0 10px;
    }

    nav#top {
        height: 20px;
        padding: 5px;
        width: auto;
    }

    nav#top li span {
        display: none;
    }

    nav#menu {
        height: auto;
        padding: 4px 0;
    }

    nav#menu ul {
        width: 100%;
    }

    nav#menu li {
        float: none;
        width: auto;
        margin: 0;
        padding: 2px 0 2px 20px;
        width: 120px;
    }

    nav#menu li a {
        line-height: 20px;
        letter-spacing: 1px;
        text-align: left;
        font-size: 0.95em;
    }

    nav#menu li:hover ul {
        top: 0;
        left: 140px;
    }

    nav#menu li ul li {
        height: auto;
        min-width: auto;
        white-space: normal;
        padding: 2px 20px;
    }

    nav#menu li ul li a {
        line-height: 20px;
        font-size: 1em;
        letter-spacing: normal;
    }

    #index #content {
        display: block;
    }

    #content {
        display: block;
        padding: 10px;
    }

    #content .leftc,
    #content .leftc.noborder,
    #content .rightc {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }

    dl.definition dt {
        width: 50%;
    }

    dl.definition dd {
        width: 50%;
    }

    form#kontaktformular dl.form dd,
    form#anmeldung-formular dl.form dd {
        float: none;
        width: auto;
    }

    form#kontaktformular dl.form dd.long,
    form#anmeldung-formular dl.form dd.long {
        float: none;
        width: auto;
    }

    form#kontaktformular dl.form dd.short,
    form#anmeldung-formular dl.form dd.short {
        float: none;
        width: auto;
    }

    form#kontaktformular dl.form dd input,
    form#anmeldung-formular dl.form dd input {
        width: 90%;
    }

    #ansprechpartner article {
        flex-flow: column nowrap;
        align-items: center;
    }

    #ansprechpartner article h2 {
        order: 1;
        margin: 0 0 20px 0;
    }

    #ansprechpartner article #dr {
        order: 2;
        margin-bottom: 20px;
    }

    #ansprechpartner article #ak {
        order: 3;
        margin-bottom: 20px;
    }

    footer nav.page {
        padding: 30px;
        display: block;
    }

    footer nav.page ul li {
        float: none;
        margin-left: 0;
    }

    footer nav.page ul li:last-child {
        width: 100%;
        margin-top: 50px;
    }

    footer nav.page ul li ul {
        display: none;
    }

    footer nav.page ul li:first-child ul,
    footer nav.page ul li:last-child ul {
        display: block;
    }
}
