@charset "UTF-8";

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * contec.ch
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */


/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don�t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the *_subsetted.html file in the root directory of this package.
 *
 */


/* Complete */

@font-face {
    font-family: "Akkurat-Light";
    src:url("../fonts/lineto-akkurat-light.eot");
    src:url("../fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-light.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat-Regular";
    src:url("../fonts/lineto-akkurat-regular.eot");
    src:url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-regular.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat-Lightitalic";
    src:url("../fonts/lineto-akkurat-lightitalic.eot");
    src:url("../fonts/lineto-akkurat-lightitalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-lightitalic.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-lightitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat-Italic";
    src:url("../fonts/lineto-akkurat-italic.eot");
    src:url("../fonts/lineto-akkurat-italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-italic.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat-Bold";
    src:url("../fonts/lineto-akkurat-bold.eot");
    src:url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-bold.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat-Bolditalic";
    src:url("../fonts/lineto-akkurat-bolditalic.eot");
    src:url("../fonts/lineto-akkurat-bolditalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-akkurat-bolditalic.woff2") format("woff2"),
        url("../fonts/lineto-akkurat-bolditalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}        

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
/*    background-color: #252429;*/
}

body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Akkurat-Light', arial, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 1);
    display: none;
    padding: 0 8px;
}

div#preview-content {
    padding-bottom: 0 !important;
}

#PoweredByFooter {
    display: none;
}

body.cke_editable {
    background-color : #FFFFFF;
    display: inline-block;
    color: #000000;
}

::-moz-selection { background : rgb(200,200,201); text-shadow : none; color : #ffffff; }

::selection { background : rgb(200,200,201); text-shadow : none; color : #ffffff; }

#browser-note {
    font-size: 0.66em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 0, 0, 1) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 8px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

/*
    START Overwerite Bootstrap
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.container,
.container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}
/*
    END Overwerite Bootstrap
*/

header,
#c7n-placeholder {
    width: 100%;
    height: 88px;
    height: 80px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 1);
}

.c7n-home header,
.c7n-home #c7n-placeholder {
    background-color: rgba(0, 0, 0, 0);
}

.c7n-home #c7n-placeholder {
    height: 0px;
}

.c7n-home header.c7n-small {
    background-color: rgba(0, 0, 0, 1);
}

#c7n-placeholder {
    position: relative;
    z-index: 800;
}

#c7n-frame-left,
#c7n-frame-right,
#c7n-frame-top,
#c7n-frame-bottom {
    position: fixed;
    z-index: 800;
    background-color: rgba(0, 0, 0, 1);
}

#c7n-frame-left,
#c7n-frame-right {
    width: 8px;
    height: 100vh;
    bottom: 0;
}

#c7n-frame-top,
#c7n-frame-bottom {
    width: 100vw;
    height: 8px;
}

#c7n-frame-top{
    top: 0;
}

#c7n-frame-bottom {
    bottom: 0;
}

#c7n-frame-left,
#c7n-frame-top,
#c7n-frame-bottom  {
    left: 0;
}

#c7n-frame-right {
    right: 0;
}



header .container-fluid {
    display: flex;
    height: 100%;
    flex-direction: column;
}

header .row {
    height: 100%;
}

header #c7n-header-footer {
    display: none;
    /*padding-right: 16px;
    padding-left: 16px;*/
    padding-right: 8px;
    padding-left: 8px;
}

header.c7n-small #c7n-header-footer {
    display: block;
}

header .c7n-small-logo,
header nav,
header .c7n-icons {
    display: flex;
    height: 100%;
}

header .c7n-small-logo {
    padding: 18px 24px;
}

#c7n-small-logo svg,
#c7n-small-logo img,
.c7n-small-logo svg,
.c7n-small-logo img {
    height: 48px;
}

header nav {
    justify-content: center;
    align-items: center;
}

header .c7n-icons  {
    justify-content: flex-end;
    align-items: center;
}


header nav ul,
header .c7n-icons ul {
    padding: 0;
    margin: 0;
    height: 100%;
}

header .c7n-icons ul {
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}

header .c7n-icons {
    right: -16px;
    position: relative;
}

header nav ul li,
header .c7n-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 100%;
}

header nav ul li a,
header .c7n-icons ul li a{
    font-size: 0.8em;
    color: #ffffff;
    padding: 0 32px;
    text-transform: uppercase;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.02em;
}

header .c7n-icons ul li {
    padding: 0 32px 0 16px;
    min-width: 80px;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}

header .c7n-icons ul li a{
    font-size: 42px;
    padding: 0;    
    justify-content: flex-end;
}

header nav ul li a:hover,
header .c7n-icons ul li a:hover {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

header .c7n-icons ul li a svg {
    width: 32px;
    height: auto;
}


header .c7n-icons ul li a:hover rect {
    fill: rgba(255,255,255,0.75);
}


header nav ul li {
    display: none;
}

header nav ul li a.starter_active:after,
header nav ul li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 24px;
    bottom: 8px;
    right: calc(50%  - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.75);
}


header nav ul li:nth-of-type(1),
header nav ul li:nth-of-type(2),
header nav ul li:nth-of-type(3),
header nav ul li:nth-of-type(4) {
    display: inline-block;
}

header nav ul li:nth-of-type(1) a:hover,
header nav ul li:nth-of-type(1) a.starter_active  {
    color: rgba(255,255,255,0.75);
}

header nav ul li:nth-of-type(2) a:hover,
header nav ul li:nth-of-type(2) a.starter_active   {
    color: rgba(138, 164, 55, 1);
}

header nav ul li:nth-of-type(2) a:hover:after,
header nav ul li:nth-of-type(2) a.starter_active:after   {
    background-color: rgba(138, 164, 55, 1);
}

header nav ul li:nth-of-type(3) a:hover,
header nav ul li:nth-of-type(3) a.starter_active  {
    color: rgb(216,53,54);
}

header nav ul li:nth-of-type(3) a:hover:after,
header nav ul li:nth-of-type(3) a.starter_active:after {
    background-color: rgb(216,53,54);
}

header nav ul li:nth-of-type(4) a:hover,
header nav ul li:nth-of-type(4) a.starter_active    {
    color: rgb(77,121,146);
}

header nav ul li:nth-of-type(4) a:hover:after,
header nav ul li:nth-of-type(4) a.starter_active:after   {
    background-color: rgb(77,121,146);
}

#c7n-lang-navigation {
   padding-right: 16px;
}

#c7n-lang-navigation a{
    font-size: 0.55em;
    padding-bottom: 20px;
    align-items: flex-end;
    line-height: 1em;
    padding-left: 24px;
    position: relative;
    color: rgba(255,255,255,0.66);
    font-family: "Akkurat-Bold";
}

#c7n-lang-navigation a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: calc(50%  - 14px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.66);
}

#c7n-lang-navigation a:hover,
#c7n-lang-navigation a.active {
    color: rgba(255,255,255,1);
}

#c7n-lang-navigation a:hover:after,
#c7n-lang-navigation a.active:after  {
    background-color: rgba(255,255,255,1);
}


header .c7n-icons ul li:hover #c7n-lang-navigation {
    display: block;
}

.c7n-small-logo a{
    width: 100%;
}

.c7n-small-logo svg,
.c7n-small-logo img {
    display: inline-flex;
    width: auto;
    height: 100%;
    height: 48px;
}

.c7n-small-logo svg:nth-child(2),
.c7n-small-logo img:nth-child(2) {
    padding: 12px 0 12px 12px;
    display: none;
}

.c7n-small-logo path {
    fill:#ffffff;
}

#c7n-cover-navigation {
    z-index: 999;
    position: fixed;
    top: 80px;
    right: -340px;
    width: 335px;
    background-color: #ffffff;
    height: auto;
    max-height: calc(100vh - 80px - 8px);
    padding-top: 0px;
    padding-bottom: 22px;
    max-width: calc(100vw - 8px - 8px);
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    overflow: auto;
    border-left: 0.5px solid rgb(0, 0, 0);
    border-bottom: 0.5px solid rgb(0, 0, 0);
    border-top: 0.5px solid rgb(0, 0, 0);
}


/*.c7n-home #c7n-cover-navigation, */
.c7n-flat-roof #c7n-cover-navigation,
.c7n-greenery #c7n-cover-navigation, 
.c7n-photovoltaic #c7n-cover-navigation, 
.c7n-water #c7n-cover-navigation {
    border-left: 0px solid rgb(0, 0, 0);
    border-bottom: 0px solid rgb(0, 0, 0);
    border-top: 0px solid rgb(0, 0, 0);
}

#c7n-cover-navigation.c7n-open {
    right: 8px;
}

/*#c7n-cover-navigation > div:nth-child(1),
#c7n-cover-navigation > div:nth-child(2),
#c7n-cover-navigation > div:nth-child(3),
#c7n-cover-navigation > div:nth-child(4) {
    display: none;
}*/

#c7n-cover-navigation .c7n-level-1 {
    display: block;
    padding: 24px 32px 8px 32px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-family: "Akkurat-Regular";
    text-decoration: none;
    letter-spacing: 0.02em;
}

#c7n-cover-navigation .c7n-level-1.starter_active,
#c7n-cover-navigation .c7n-level-1:hover,
#c7n-cover-navigation .c7n-level-2.active,
#c7n-cover-navigation .c7n-level-2:hover {
    color: rgba(0, 0, 0, 0.66);
    text-decoration: none;
}

#c7n-cover-navigation ul,
#c7n-cover-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#c7n-cover-navigation .c7n-no-chlidren ul {
    display: none;
}

#c7n-cover-navigation ul.menu {
    display: none;
}

#c7n-cover-navigation .c7n-level-2 {
    display: block;
    padding: 0px 32px 0px 32px;
    font-size: 0.9em;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#c7n-cover-related {
    padding: 24px 0 0 0;
}

#c7n-cover-related  .row {
    margin: 0;
}

#c7n-cover-related  .col-xs-12.col-sm-4 {
    width: 100% !important;
    display: flex;
    clear: both;
    padding: 0;
}


#c7n-intro {
    z-index: 800;
    color: #ffffff;
    min-height: 16px;
}

.c7n-home #c7n-intro .cycle-slideshow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vh;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    z-index: 5;
}

.cycle-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cycle-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2 !important;
}

.cycle-slide img,
.cycle-slide video {
    z-index: 3 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.cycle-slide:after {
    width: 100%;
    height: 0%;
    overflow: hidden;
    z-index: 4 !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29,28,28);
    background: -moz-linear-gradient(0deg, rgba(29,28,28,0.66) 0%, rgba(29,28,28,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29,28,28,0.66) 0%, rgba(29,28,28,0) 100%);
    background: linear-gradient(0deg, rgba(29,28,28,0.66) 0%, rgba(29,28,28,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1c1c",endColorstr="#1d1c1c",GradientType=1);
    display: block;
}

.cycle-next,
.cycle-prev {
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
}

.cycle-next i,
.cycle-prev i{
    width: auto;
    height: 80px;
    background-color: rgba(255,255,255,0);
    color: rgb(255,255,255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.cycle-prev:hover i,
.cycle-next:hover i {
    color: rgb(255,255,255, 0.66);
}

.cycle-next {
    right: 0;
}

.cycle-prev {
    left: 0;
}

.cycle-pager {
    width: 100%;
    height: auto;
    z-index: 5;
    position: absolute;
    bottom: 32px;
    left: 0;
    text-align: right;
    padding: 0 80px;
}

.cycle-pager-element {
    display: inline-block;
    padding: 0 0 0 16px;
    line-height: 32px;
}

.cycle-pager-element:after {
    content: "\f111";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.25em;
    font-size: 6px;
    color: #ffffff;
}

.cycle-pager-element:hover {
    opacity: 0.66;
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:after,
.c7n-flat-roof .cycle-pager-element.cycle-pager-active:after{
    color: rgb(0, 0, 0);
}

.c7n-greenery .cycle-pager-element.cycle-pager-active:after {
    color: rgba(138, 164, 55, 1);
}

.c7n-photovoltaic .cycle-pager-element.cycle-pager-active:after {
    color: rgba(216, 53, 54, 1);
}

.c7n-water .cycle-pager-element.cycle-pager-active:after {
    color: rgb(77, 121, 146);
}

#c7n-slider-links {
    width: 100%;
    height: auto;
    z-index: 5;
    position: absolute;
    bottom: 12vh;
    left: 0;
    text-align: center;
    font-size: 1.1em;
    font-family: "Akkurat-Regular";
}

#c7n-slider-links a {
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    line-height: 32px;
    display: inline-block;
    padding: 16px 32px;
}

#c7n-slider-links a:hover {
    color: rgba(255,255,255,0.66);
    text-decoration: none;
}
/*
.c7n-flat-roof #c7n-slider-links a:hover {
    color: rgba(255,255,255,0.66);
}

.c7n-greenery #c7n-slider-links a:hover {
    color: rgba(138, 164, 55, 1);
}

.c7n-photovoltaic #c7n-slider-links a:hover {
    color: rgba(216, 53, 54, 1);
}

.c7n-water #c7n-slider-links a:hover {
    color: rgb(77, 121, 146);
}*/

#c7n-slider-links svg {
    width: auto;
    height: 24px;
    vertical-align: text-top;
    padding-right: 16px;
}

#c7n-slider-links a:last-child svg {
    height: 29px;
    padding-right: 9px;
}

#c7n-slider-links path {
    fill: rgba(255,255,255,1);
}

#c7n-slider-links a:hover path{
    fill: rgba(255,255,255,0.66);
}

#c7n-slider-scroll {
    width: 20%;
    height: auto;
    z-index: 5;
    position: absolute;
    bottom: 80px;
    bottom: 40px;
    left: 40%;
    text-align: center;
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;    opacity: 1;
}

#c7n-slider-scroll svg {
    height: 16px;
    width: auto;
}

#c7n-slider-scroll path {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
}

#c7n-slider-scroll:hover {
    cursor: pointer;
    opacity: 0.66;

}


#c7n-slider-footer {
    width: 100%;
    height: 8px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
}

#c7n-slider-pin {
    position: absolute;
    top: 96px;
    right: 16px;
    z-index: 5;
    width: 104px;
    height: 104px;
    text-align: center;
    background-image: url(../img/pin.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(10deg);
}

#c7n-slider-pin a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    color: rgb(0, 0, 0);
    font-family: "Akkurat-Regular";
    line-height: initial;
    padding: 16px;
}

#c7n-slider-pin a:hover{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.66);
}


.c7n-smaller-font,
#c7n-downloads,
#c7n-references,
#c7n-contacts {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.645em;
    line-height: initial;
    line-height: 1.4em;
}

.c7n-flat-roof,
#c7n-call-to-action {
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff !important;
    min-height: 8px;
}

.c7n-greenery {
    background-color: rgba(138, 164, 55, 1) !important;
    color: #ffffff !important;
    min-height: 8px;
}

.c7n-photovoltaic{
    background-color: rgba(216, 53, 54, 1) !important;
    color: #ffffff !important;
    min-height: 8px;
}

.c7n-water {
    background-color: rgb(77, 121, 146)  !important;
    color: #ffffff !important;
    min-height: 8px;
}

.c7n-cover {
    position: relative;
    height: 100%;
    min-height: 100%;
}


.c7n-flat-roof .c7n-icon img.c7n-flat-roof {
    display: inline-block;
}

.c7n-greenery .c7n-icon img.c7n-greenery {
    display: inline-block;
}

.c7n-photovoltaic .c7n-icon img.c7n-photovoltaic {
    display: inline-block;
}

.c7n-water .c7n-icon img.c7n-water {
    display: inline-block;
}

.c7n-page.c7n-full-with .c7n-title {
    min-height: 100px;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 8px;
    margin-bottom: 1em;
    margin-top: 0;
    font-family: 'Akkurat-Light';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    word-break: break-word;
}

h1 > svg {
    height: 1.3em;
    width: auto;
    vertical-align: middle;
    margin-right: 22px;
}

.c7n-flat-roof h1 > svg path,
.c7n-greenery h1 > svg path,
.c7n-photovoltaic h1 > svg path,
.c7n-water  h1 > svg  path{
    fill: none;
    stroke: #ffffff;
}

.c7n-page.c7n-full-with .c7n-title {
    min-height: 100px;
}

h2 {
    margin-bottom: 0.5em;
    margin-top: 0;
    font-family: 'Akkurat-Light';
}

h3 {
    margin-top: 16px;
    margin-bottom: 8px;
}

.c7n-accordeon h2,
.c7n-accordeon h3,
.c7n-accordeon h4, 
.c7n-accordeon h5,
.c7n-accordeon h6 {
    font-family: 'Akkurat-Light';
    font-weight: normal;
}

.c7n-employee h3,
.c7n-accordeon h3,
#c7n-contacts h3,
.c7n-image-overlay h3,
.c7n-reference-overlay h3 {
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 1em;
    font-family: 'Akkurat-Regular';
    letter-spacing: 0.02em;
}
.c7n-image-overlay h3 {
    margin: 0;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c7n-reference-overlay h3 {
    margin-top: 0;
}

.c7n-accordeon h3:first-child {
    margin-top: 0;
}

.c7n-employee h4,
.c7n-accordeon h4,
#c7n-contacts h4,
.c7n-image-overlay h4,
.c7n-reference-overlay h4 {
    text-transform: none;
    line-height: 1.5em;
    font-size: 1em;
    font-family: 'Akkurat-Regular';
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 12px;
}

.c7n-content-tpl > *:last-child {
    margin-bottom: 0;
}

table.c7n-events {
    width: 100%;
    margin-bottom: 1em;
}

table.c7n-events tr:first-child td{
    border-top: 1px solid rgba(0,0,0,1);
}

table.c7n-events tr td{
    padding-right: 15px;
    border-bottom: 1px solid rgba(0,0,0,1);
    padding-top: 5px;
    padding-bottom: 5px;
}

table.c7n-events tr td:last-child{
    text-align: right;
    padding-right: 0;
}

table.c7n-events tr td a{
    color: rgba(0, 0, 0, 0.5) !important;
    border-bottom: 0px solid rgba(0, 0, 0, 0.5) !important;
    text-decoration: none !important;
}

table.c7n-events tr td a:hover{
    color: rgba(0, 0, 0, 0.66) !important;
}


#registrationForm fieldset > .row:first-child {
    display: none;
}

/*
#registrationForm fieldset .row:last-child {
    border: 1px solid #ff0000;
}*/

#registrationForm #coreCaptchaLabel {
    display: none;
}

#registrationForm #captcha {
    width: 100%;
}

#registrationForm #captcha span.row {
    margin: 0;
}

.c7n-content-tpl ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.c7n-page .c7n-load-path,
.c7n-accordeon .c7n-load-path {
    display: inline-block;
    width: 100%;
    border-bottom: 0;
}

header a:active,
header a:focus {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}



#c7n-content {
    font-size: 1.4em;
    line-height: 1.4em;
}



#c7n-content,
#c7n-accordeon,
#c7n-sitemap {
    padding-top: 144px;
    padding-bottom: 0px;
    color: #252429;
    background-color: #ffffff;
}

#c7n-related,
footer{
    color: #252429;
    background-color: #ffffff;
}

#c7n-related,
#c7n-call-to-action {
    padding-top: 128px;
    padding-bottom: 144px;
}

#c7n-call-to-action {
    margin-top: 96px;
}

.c7n-is-ie11 #c7n-related {
    display: none;
}

#c7n-sitemap {
    padding-top: 48px;
}

#c7n-call-to-action iframe {
    width: 100%;
    border:  0;
}

footer {
    padding-top: 48px;
    padding-bottom: 56px;
}

#c7n-accordeon .c7n-load-content {
    text-align: center;
    width: 100%;
}

#c7n-accordeon .c7n-load-content.loaded {
    text-align: left;
}


.c7n-accordeon {
    padding-left: calc(2.2em + 22px);
    padding-bottom: 16px;
}

.c7n-accordeon .c7n-accordeon-title h2 a {
    color: rgb(255,255,255);
    text-decoration: none;
    border-bottom: 0;
}

.c7n-accordeon .c7n-accordeon-title:hover h2 a {
    color: rgba(255,255,255, 0.8);
}


.c7n-accordeon-title {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
}

.c7n-accordeon-title h2{
    padding: 0px;
    margin: 0px;
    font-size: 1.4em;
    font-family: 'Akkurat-Light';
}

.c7n-accordeon-title-close,
.c7n-accordeon-title-open {
    position: absolute;
    top: 0;
    left: calc(-2.2em - 22px);
    height: 100%;
    width: calc(2.2em + 22px);
    padding-top: 8px;
    padding-bottom: 8px;
}

.c7n-accordeon-title-close svg,
.c7n-accordeon-title-open svg {
    height: 100%;
    width: auto;
    height: 2.2em;
}

.open .c7n-accordeon-title-close,
.c7n-accordeon-title-open {
    display: block;
}

.c7n-accordeon-title-close,
.open .c7n-accordeon-title-open {
    display: none;
}

.c7n-accordeon-title-close path,
.c7n-accordeon-title-open path,
.c7n-accordeon-title-close polygon,
.c7n-accordeon-title-open polygon,
.c7n-accordeon-title-close rect,
.c7n-accordeon-title-open rect {
    fill: rgb(0, 0, 0);
}

.c7n-greenery .c7n-accordeon-title-close path,
.c7n-greenery .c7n-accordeon-title-open path,
.c7n-greenery .c7n-accordeon-title-close polygon,
.c7n-greenery .c7n-accordeon-title-open polygon,
.c7n-greenery .c7n-accordeon-title-close rect,
.c7n-greenery .c7n-accordeon-title-open rect {
    fill: rgb(255, 255, 255);
}

.c7n-flat-roof .c7n-accordeon-title-close path,
.c7n-flat-roof .c7n-accordeon-title-open path,
.c7n-flat-roof .c7n-accordeon-title-close polygon,
.c7n-flat-roof .c7n-accordeon-title-open polygon,
.c7n-flat-roof .c7n-accordeon-title-close rect,
.c7n-flat-roof .c7n-accordeon-title-open rect {
    fill: rgb(255, 255, 255);
}

.c7n-photovoltaic .c7n-accordeon-title-close path,
.c7n-photovoltaic .c7n-accordeon-title-open path,
.c7n-photovoltaic .c7n-accordeon-title-close polygon,
.c7n-photovoltaic .c7n-accordeon-title-open polygon,
.c7n-photovoltaic .c7n-accordeon-title-close rect,
.c7n-photovoltaic .c7n-accordeon-title-open rect {
    fill: rgb(255, 255, 255);
}

.c7n-water .c7n-accordeon-title-close path,
.c7n-water .c7n-accordeon-title-open path,
.c7n-water .c7n-accordeon-title-close polygon,
.c7n-water .c7n-accordeon-title-open polygon,
.c7n-water .c7n-accordeon-title-close rect,
.c7n-water .c7n-accordeon-title-open rect {
    fill: rgb(255, 255, 255);
}

.c7n-accordeon-content {
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0.9em;
}

.c7n-content-tpl {
    padding-bottom: 32px;
 }

#c7n-contact {
    /*background-color: #ffffff;*/
    min-height: 500px;
    padding-bottom: 16px;
}

#c7n-google-map {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#c7n-contact iframe {
    width: 100%;
    height: 760px;
}


iframe.c7n-u-wert  {
    width: 100%;
    height: 1700px;
}

hr {
    margin-top: 8px;
    margin-bottom: 32px;
    border-top: 1px solid #000000;
    display: block;
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}

.isotope-grid {
    border: 0px solid #ff0000;
}

.c7n-reference {
    padding-bottom: 16px;
}

#c7n-close-reference {
    width: auto;
    height: 112px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    border: 0 !important;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#c7n-close-reference:hover {
    opacity: 0.75;
}

#c7n-close-reference svg {
    width: 32px;
    height: auto;
}

.c7n-reference-overlay {
    position: absolute;
    left: 80px;
    bottom: 32px;
    background-color: #ffffff;
    padding: 24px 32px;
    z-index: 999;
    font-size: 0.6667em;
    line-height: initial;
}

.c7n-button {
    padding: 0px 32px;
    min-height: 42px;
    line-height: 2.8em;
    border-radius: 200px;
    border: 2px solid rgba(0, 0, 0,1) !important;
    background-color: rgb(0, 0, 0, 0);
    color: rgba(0, 0, 0,1);
    display: inline-block;
    margin: 1px;
    font-family: 'Akkurat-regular';
    color: rgba(0, 0, 0, 1) !important;
}

.c7n-button-reference,
.c7n-button-download {
    color: rgba(255, 255, 255, 1);
    margin: 1px;
    font-family: 'Akkurat-light';
    border: 0px solid #ff0000;
    position: relative;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    border-bottom: 0 !important;
}

.c7n-button-icon {
    display: inline;
    margin-right: 16px;
    vertical-align: top;
}

.c7n-button-icon svg {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 56px;
}

.c7n-button-icon path {
    fill: #ffffff;
}

.c7n-button-reference:hover .c7n-button-icon path,
.c7n-button-download:hover .c7n-button-icon path{

    fill: rgba(255,255,255,0.66);
}

#c7n-content a{
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

#c7n-content a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.33);
    border-color: rgba(0, 0, 0,0.33);
}

#c7n-content  .c7n-employee a {
    border-bottom: 0px;
}

#c7n-accordeon a {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    text-decoration: none;
}

#c7n-accordeon a.c7n-load-path {
    border-bottom: 0px solid rgb(0, 0, 0) !important;
}

#c7n-accordeon a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.66);
    border-color: rgba(0, 0, 0,0.66);
}

#c7n-accordeon.c7n-flat-roof a,
#c7n-accordeon.c7n-greenery a,
#c7n-accordeon.c7n-photovoltaic a,
#c7n-accordeon.c7n-water a {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

#c7n-accordeon.c7n-flat-roof a:hover,
#c7n-accordeon.c7n-greenery a:hover,
#c7n-accordeon.c7n-photovoltaic a:hover,
#c7n-accordeon.c7n-water a:hover {
    color: rgba(255,255,255,0.66);
    border-color: rgba(255,255,255,0.66);
}

#c7n-accordeon .c7n-button {
    border-color: rgba(255,255,255,1) !important;
    color: rgba(255,255,255,1) !important;
}

.c7n-button:hover {
    text-decoration: none;
    background-color: rgb(0, 0, 0, 1);
    color: rgba(255,255,255,1) !important;
}

#c7n-accordeon.c7n-flat-roof  .c7n-button:hover {
    background-color: rgb(255, 255, 255, 1);
    color: rgb(0, 0, 0) !important;
}

 #c7n-accordeon.c7n-greenery .c7n-button:hover {
    background-color: rgb(255, 255, 255, 1);
    color: rgb(138, 164, 55) !important;
}

 #c7n-accordeon.c7n-photovoltaic .c7n-button:hover {
    background-color: rgb(255, 255, 255, 1);
    color: rgb(216, 53, 54) !important;
}

#c7n-accordeon.c7n-water  .c7n-button:hover {
    background-color: rgb(255, 255, 255, 1);
    color: rgb(77, 121, 146) !important;
}


#c7n-related a,
#c7n-cover-related a {
    font-size: 1.9em;
    color: rgb(0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 50px;
    position: relative;
    text-decoration: none;
    display: block;
}

#c7n-cover-related a {
    font-size: 1em;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 84px;
}

.c7n-is-ie11 #c7n-cover-related a {
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.c7n-is-ie11 #c7n-cover-related a > svg {
    display: none !important;
}

#c7n-related a:hover,
#c7n-cover-related a:hover {
    color: rgb(0, 0, 0, 0.66);
    text-decoration: none;
}

a#c7n-go-to-top {
    font-size: 0.9em;
    padding-right: 8px;
    display: block;
    padding-bottom: 16px;
    color: rgb(0, 0, 0, 1);
}

a#c7n-go-to-top:after {
    content: "\f106";
    font-family: "FontAwesome";
    padding-left: 8px;
}

a#c7n-go-to-top:hover,
a#c7n-go-to-top:hover:after {
    color: rgb(0, 0, 0, 0.66);
    text-decoration: none;
}

.c7n-flat-roof a#c7n-go-to-top,
.c7n-photovoltaic a#c7n-go-to-top,
.c7n-water a#c7n-go-to-top,
.c7n-greenery a#c7n-go-to-top,
.c7n-flat-roof a#c7n-go-to-top:after,
.c7n-photovoltaic a#c7n-go-to-top:after,
.c7n-water a#c7n-go-to-top:after,
.c7n-greenery a#c7n-go-to-top:after {
    color: rgba(255,255,255,1)
}

.c7n-flat-roof a#c7n-go-to-top:hover,
.c7n-photovoltaic a#c7n-go-to-top:hover,
.c7n-water a#c7n-go-to-top:hover,
.c7n-greenery a#c7n-go-to-top:hover,
.c7n-flat-roof a#c7n-go-to-top:hover:after,
.c7n-photovoltaic a#c7n-go-to-top:hover:after,
.c7n-water a#c7n-go-to-top:hover:after,
.c7n-greenery a#c7n-go-to-top:hover:after {
    color: rgba(255,255,255,0.66)
}


#c7n-related.c7n-flat-roof a,
#c7n-related.c7n-photovoltaic a,
#c7n-related.c7n-water a,
#c7n-related.c7n-greenery a {
    color: rgba(255,255,255,1)
}

#c7n-related.c7n-flat-roof a:hover,
#c7n-related.c7n-photovoltaic a:hover,
#c7n-related.c7n-water a:hover,
#c7n-related.c7n-greenery a:hover {
    color: rgba(255,255,255,0.66)
}

#c7n-related a path {
    fill: rgb(0, 0, 0);
}

#c7n-related.c7n-flat-roof a path,
#c7n-related.c7n-photovoltaic a path,
#c7n-related.c7n-water a path,
#c7n-related.c7n-greenery a path {
    fill: rgba(255,255,255,1)
}

#c7n-related a:hover path {
    fill: rgb(0, 0, 0, 0.66);
}

#c7n-related.c7n-flat-roof a:hover path,
#c7n-related.c7n-photovoltaic a:hover path,
#c7n-related.c7n-water a:hover path,
#c7n-related.c7n-greenery a:hover path {
    fill: rgba(255,255,255,0.66)
}


#c7n-related a svg,
#c7n-cover-related a svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 42px;
}

#c7n-cover-related a svg {
    height: 56px;
    left: 32px;
}


.c7n-categories,
.c7n-files,
.c7n-paging,
.c7n-navtree,
.c7n-filter {
    padding-top: 0px;
    padding-bottom: 24px;
}

.c7n-navtree a,
.c7n-filter a,
#c7n-content .c7n-filter a.c7n-active{
    display: inline-block;
    font-family: 'Akkurat-Regular';
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    margin: 0 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5em;
    text-decoration: none;
}


.c7n-navtree a:first-child,
.c7n-filter a:first-child {
    margin-left: 0 !important;
}

.c7n-navtree a:hover,
.c7n-filter a:hover{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.66);
}

.c7n-navtree a:last-of-type,
.c7n-filter a {
    border-bottom: 0px solid rgba(0, 0, 0, 1);
}

.c7n-category,
.c7n-file {
    padding-top: 16px;
    padding-bottom: 32px;
    position: relative;
}

.c7n-category h2,
.c7n-file h3 {
    padding: 0px;
    margin: 0 0 10px;
    font-size: 1.4em;
    font-family: 'Akkurat-Light';
    text-align: left;
}

.c7n-file .fa{
    position: absolute;
    left: 8px;
}

.c7n-file h3 {
    font-size: 1.2em;
}

#c7n-content .c7n-category h2 a,
#c7n-content .c7n-file h3 a {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    color: rgb(37,36,41);
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
}

.c7n-file h3 a {
    padding-left: 37px;
}

#c7n-content .c7n-category h2 a:hover,
#c7n-content .c7n-file h3 a:hover {
    border-color: rgba(0, 0, 0, 0.66);
    color: rgba(0, 0, 0, 0.66);
    text-decoration: none;
}

.c7n-employee {
    padding-top: 0px;
    padding-bottom: 32px;
    font-size: 0.6667em;
    font-size: 0.645em;
    line-height: initial;
    line-height: 1.4em;
}

.c7n-employee.c7n-has-link {
    cursor: pointer;
}


#c7n-contacts .c7n-employee {

    font-size: 1em;
}

.c7n-employee > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}     

.c7n-employee.c7n-has-link:hover .c7n-image-square {
    opacity: 0.95;
}     

.c7n-employee svg {
    width: auto;
    height: 25px;
    padding-right: 2px;
    opacity: 0.5;
}     

.c7n-employee svg:hover {
    opacity: 0.33;
}  


.c7n-image-square {                                    
    background-position: center center;
    background-size: cover;
    display: flex;     
    height: 100%;
    width: 100%;            
    position: relative;
    z-index: 3;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 32px;
}    

.c7n-image-square::after {
    content: " ";
    display: block;
    padding-bottom: 75%;
}   

.c7n-image-overlay {
    background-color: #ffffff;
    text-align: center;
    padding: 16px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.c7n-image-square:hover .c7n-image-overlay  {
    opacity: 1;
}   

#c7n-sitemap ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

#c7n-sitemap ul li {
    list-style: none;
    display: none;    
    padding: 0 8px;
}

#c7n-sitemap ul li:nth-child(1),
#c7n-sitemap ul li:nth-child(2),
#c7n-sitemap ul li:nth-child(3),
#c7n-sitemap ul li:nth-child(4) {
    display: flex;
    min-width: 135px;
    justify-content: center;
}

#c7n-sitemap ul li a{
    display: flex;
    flex-direction: column;
    line-height: 1em;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 0;
}

#c7n-sitemap ul li svg{
    height: 48px;
    width: auto;
    padding-bottom: 16px;
    display: none;
}

#c7n-sitemap ul li:nth-child(1) svg:nth-child(1),
#c7n-sitemap ul li:nth-child(2) svg:nth-child(2),
#c7n-sitemap ul li:nth-child(3) svg:nth-child(3),
#c7n-sitemap ul li:nth-child(4) svg:nth-child(4){
    display: block;
}

#c7n-sitemap ul li:nth-child(1) path {
    fill: rgb(0, 0, 0);
}

#c7n-sitemap ul li:nth-child(2) path {
    fill: rgb(138, 164, 55);
}

#c7n-sitemap ul li:nth-child(3) path {
    fill: rgb(216, 53, 54);
}

#c7n-sitemap ul li:nth-child(4) path {
    fill: rgb(77, 121, 146);
}

#c7n-sitemap ul li a.starter_active,
#c7n-sitemap ul li a:hover{
    text-decoration: none;
    opacity: 0.66;
}

/*
#c7n-switzerland .cls-2,
#c7n-switzerland .cls-1{
    fill: #ffffff;
    stroke:rgba(0, 0, 0, 1);
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:1px;
    fill-rule:evenodd;
}
#c7n-switzerland .cls-2.c7n-active,
#c7n-switzerland .cls-1.c7n-active,
#c7n-switzerland .cls-2:hover,
#c7n-switzerland .cls-1:hover {
    fill: rgba(216, 53, 54, 1) !important;
    cursor: pointer
}*/

.c7n-region:hover {
    fill: rgb(0, 0, 0) !important;
    fill: rgb(216, 53, 54) !important;
    cursor: pointer
}

footer {
    font-family: 'Akkurat-light';
    font-size: 0.9em;
}

footer .row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-end;
}

footer h3{
    font-family: 'Akkurat-Regular';
    text-transform: uppercase;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
}

footer ul,
footer ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(1),
footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(1) a,
footer .container > .row > .col-md-4 a {
    color: #ffffff;
}

footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(2),
footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(2) a {
    color: rgb(130,170,82);
}

footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(3),
footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(3) a {
    color: rgb(216,53,54);
}

footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(4),
footer .container > .row > .col-md-8 > .row > .col-md-3:nth-of-type(4) a {
    color: rgb(77,121,146);
}

footer .c7n-links ul, 
footer .c7n-links ul li {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

footer a{
    color: rgb(0, 0, 0);
}

footer a:hover{
    color: rgba(0, 0, 0, 0.66);
    text-decoration: none;
}


footer .c7n-links ul li a {
    padding: 0 8px;
    display: block;
}

footer .c7n-links ul li a .fa{
    font-size: 2em;
    padding: 16px 8px;
}

footer .c7n-links ul li:last-child a .fa{
    font-size: 1.9em;
}

@media (min-width: 576px) {
    body {
        font-size: 16px;
    }

    header, #c7n-placeholder {
        height: 88px;
    }

    .c7n-small-logo svg:nth-child(2),
    .c7n-small-logo img:nth-child(2) {
        display: inline;
    }

    #c7n-cover-navigation {
        top: 88px;
        max-height: calc(100vh - 88px - 8px);
    }

    #c7n-sitemap ul li a{
        
        font-size: initial;
    }


}


@media (min-width: 768px) {
    body {
        /*padding: 0 16px;*/
        font-size: 17px;
    }

    header,
    #c7n-placeholder {
        height: 100px;
        padding-left: 8px;
        padding-right: 8px;
    }

    header .c7n-small-logo {
        padding: 26px 24px;
    }

    /*#c7n-frame-left,
    #c7n-frame-right {
        width: 16px;
    }

    #c7n-frame-top,
    #c7n-frame-bottom {
        height: 16px;
    }*/

    #c7n-cover-navigation {
        top: 100px;
        max-height: calc(100vh - 112px - 16px);
        max-width: calc(100vw - 16px - 16px);
    }

    /*#c7n-cover-navigation.c7n-open {
        right: 16px;
    }*/

    
    #c7n-pin {           
        top: 25%;         
        right: -54px;  
    }

    #c7n-pin a{                                      
        width: 150px;                    
        font-size: 25px;         
    }

    #c7n-slider-pin {
        top: 148px;         
        right: 48px;
        width: 150px;
        height: 150px;
    }
    
    .c7n-full-with .c7n-title {
        min-height: 150px;
    }

    .c7n-icon {
        padding-top: 60px;
    }
    
    #c7n-intro .c7n-section .c7n-icon img {
        height: 80px;
    }
    
    .c7n-accordeon-title h2{
        font-size: 1.6em;
    }
    
    .c7n-category h2,
    .c7n-file h3 {
        font-size: 1.6em;
    }
    
    .c7n-page .c7n-file h3 {
        font-size: 1.3em;
    }
    
    
    iframe.c7n-u-wert  {
        height: 1700px;
    }

    h1 {
        font-size: 2.2em;
        word-break: normal;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }

    #c7n-intro #c7n-logo {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px;
    }       
    
    #c7n-intro .c7n-section .c7n-icon h2{     
        font-size: 35px;      
    }
    
    
    .c7n-full-with .c7n-title {
        min-height: 200px;
    }
    
    #c7n-intro .c7n-section h2 {
        font-size: 3.5em;
    }
    
     .c7n-icon {
        padding-top: 75px;
    }
    
    .c7n-accordeon-title h2{
        font-size: 1.8em;
    }
    
    .c7n-content-tpl.c7n-padding-right-50 {
        padding-right: calc(50% + 8px) !important;
    }
    
    .c7n-category h2,
    .c7n-file h3 {
        font-size: 1.8em;
    }
    
    .c7n-file h3 {
        font-size: 1.4em;
    }
    
    #c7n-contact iframe {
        height: 711px;
    }
    
    iframe.c7n-u-wert  {
        height: 1300px;
    }

    #c7n-related a,
    #c7n-cover-related a {
        padding-left: 80px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 19px;
    }

    #c7n-intro #c7n-logo {
        width: 400px;
        height: 400px;
        margin-top: -200px;
        margin-left: -200px;
    }
    
    #c7n-intro .c7n-section .c7n-icon h2{
        display: none;  
    }
    
    #c7n-intro .c7n-section:hover .c7n-icon,
    #c7n-intro .c7n-section h2 {    
        display: none;
    }

    #c7n-intro .c7n-section:hover h2{
        display: table-cell;
    }


    #c7n-cover-navigation > div:nth-child(1),
    #c7n-cover-navigation > div:nth-child(2),
    #c7n-cover-navigation > div:nth-child(3),
    #c7n-cover-navigation > div:nth-child(4) {
        display: none;
    }

    #c7n-cover-navigation ul.menu {
        display: block;
    }
    
    
    .c7n-full-with .c7n-title {
        min-height: 250px;
    }
    
   /* .c7n-page h1 {
        font-size: 6em;
    }*/
    
    #c7n-intro .c7n-section h2 {
        font-size: 5em;
    }
    
    .c7n-icon {
        padding-top: 90px;
    }
    
    .c7n-reference.c7n-no-image {
        height: auto; 
        min-height: 400px;
    }
    
    .c7n-accordeon-title h2{
        font-size: 1.4em;
    }

    
    .c7n-category h2,
    .c7n-file h3 {
        font-size: 2em;
    }
    
    .c7n-file h3 {
        font-size: 1.5em;
    }

    .c7n-landingpage .col-xs-1, 
    .c7n-landingpage .col-sm-1, 
    .c7n-landingpage .col-md-1, 
    .c7n-landingpage .col-lg-1, 
    .c7n-landingpage .col-xs-2, 
    .c7n-landingpage .col-sm-2, 
    .c7n-landingpage .col-md-2, 
    .c7n-landingpage .col-lg-2, 
    .c7n-landingpage .col-xs-3, 
    .c7n-landingpage .col-sm-3, 
    .c7n-landingpage .col-md-3, 
    .c7n-landingpage .col-lg-3, 
    .c7n-landingpage .col-xs-4, 
    .c7n-landingpage .col-sm-4, 
    .c7n-landingpage .col-md-4, 
    .c7n-landingpage .col-lg-4, 
    .c7n-landingpage .col-xs-5, 
    .c7n-landingpage .col-sm-5, 
    .c7n-landingpage .col-md-5, 
    .c7n-landingpage .col-lg-5, 
    .c7n-landingpage .col-xs-6, 
    .c7n-landingpage .col-sm-6, 
    .c7n-landingpage .col-md-6, 
    .c7n-landingpage .col-lg-6, 
    .c7n-landingpage .col-xs-7, 
    .c7n-landingpage .col-sm-7, 
    .c7n-landingpage .col-md-7, 
    .c7n-landingpage .col-lg-7, 
    .c7n-landingpage .col-xs-8, 
    .c7n-landingpage .col-sm-8, 
    .c7n-landingpage .col-md-8, 
    .c7n-landingpage .col-lg-8, 
    .c7n-landingpage .col-xs-9, 
    .c7n-landingpage .col-sm-9, 
    .c7n-landingpage .col-md-9, 
    .c7n-landingpage .col-lg-9, 
    .c7n-landingpage .col-xs-10, 
    .c7n-landingpage .col-sm-10, 
    .c7n-landingpage .col-md-10, 
    .c7n-landingpage .col-lg-10, 
    .c7n-landingpage .col-xs-11, 
    .c7n-landingpage .col-sm-11, 
    .c7n-landingpage .col-md-11, 
    .c7n-landingpage .col-lg-11, 
    .c7n-landingpage .col-xs-12, 
    .c7n-landingpage .col-sm-12, 
    .c7n-landingpage .col-md-12, 
    .c7n-landingpage .col-lg-12 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .c7n-content-tpl {
        padding-bottom: 48px;
    }
    
}

@media (min-width: 1680px) {
    body {
        font-size: 20px;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .container {
        width: 1400px;
    }

    #c7n-lang-navigation {
       padding-right: 144px;
    }

    .c7n-landingpage .col-xs-1, 
    .c7n-landingpage .col-sm-1, 
    .c7n-landingpage .col-md-1, 
    .c7n-landingpage .col-lg-1, 
    .c7n-landingpage .col-xs-2, 
    .c7n-landingpage .col-sm-2, 
    .c7n-landingpage .col-md-2, 
    .c7n-landingpage .col-lg-2, 
    .c7n-landingpage .col-xs-3, 
    .c7n-landingpage .col-sm-3, 
    .c7n-landingpage .col-md-3, 
    .c7n-landingpage .col-lg-3, 
    .c7n-landingpage .col-xs-4, 
    .c7n-landingpage .col-sm-4, 
    .c7n-landingpage .col-md-4, 
    .c7n-landingpage .col-lg-4, 
    .c7n-landingpage .col-xs-5, 
    .c7n-landingpage .col-sm-5, 
    .c7n-landingpage .col-md-5, 
    .c7n-landingpage .col-lg-5, 
    .c7n-landingpage .col-xs-6, 
    .c7n-landingpage .col-sm-6, 
    .c7n-landingpage .col-md-6, 
    .c7n-landingpage .col-lg-6, 
    .c7n-landingpage .col-xs-7, 
    .c7n-landingpage .col-sm-7, 
    .c7n-landingpage .col-md-7, 
    .c7n-landingpage .col-lg-7, 
    .c7n-landingpage .col-xs-8, 
    .c7n-landingpage .col-sm-8, 
    .c7n-landingpage .col-md-8, 
    .c7n-landingpage .col-lg-8, 
    .c7n-landingpage .col-xs-9, 
    .c7n-landingpage .col-sm-9, 
    .c7n-landingpage .col-md-9, 
    .c7n-landingpage .col-lg-9, 
    .c7n-landingpage .col-xs-10, 
    .c7n-landingpage .col-sm-10, 
    .c7n-landingpage .col-md-10, 
    .c7n-landingpage .col-lg-10, 
    .c7n-landingpage .col-xs-11, 
    .c7n-landingpage .col-sm-11, 
    .c7n-landingpage .col-md-11, 
    .c7n-landingpage .col-lg-11, 
    .c7n-landingpage .col-xs-12, 
    .c7n-landingpage .col-sm-12, 
    .c7n-landingpage .col-md-12, 
    .c7n-landingpage .col-lg-12 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .c7n-content-tpl {
        padding-bottom: 64px;
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
} 