@charset "UTF-8";

#c7n-eyecatcher h1{
    font-feature-settings: 'dlig' on;
}

@supports (font-variant-ligatures: discretionary-ligatures) {
    #c7n-eyecatcher h1 {
        font-variant-ligatures: discretionary-ligatures;
    }
}

@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;
}     

@font-face {
    font-family: 'kreidefontregular';
    src: url('../fonts/KreideFont/eGuete-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
    padding: 0;
    margin: 0;
}



body {
    width: 100%;
    height: 100%;
    font-size: 14px; 
    font-family: 'Source Serif Pro', serif;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 600;
    background-color: #ffffff;
    -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;
    opacity: 0;
    color: #000000;
    padding: 0;
    margin: 0;
}
   

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

body.c7n-no-scroll {
    /*overflow-y: hidden;*/
   /* position: fixed; 
    overflow-y: scroll;
    width: 100%;*/
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#browser-note {
    font-size: 0.5em !important;
    line-height: 1.2em !important;
    color: rgba(0,0,0,1) !important;
    background-color: rgba(202, 162, 83, 0.9) !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: 15px !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;
}

::-moz-selection { background : rgba(192, 0, 34, 1); text-shadow : none; color : #ffffff; }

::selection { background : rgba(192, 0, 34, 1); text-shadow : none; color : #ffffff; }

/* START SET PADDING ODF BOOTSTRAP */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.c7n-content-tpl {     
    padding-bottom: 30px;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    clear: both;    
    border: 0 !important;                  
}

/* END SET PADDING ODF BOOTSTRAP */ 

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.c7n-small {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(32,32,32,0.85);
}

#c7n-eyecatcher {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
    min-height: 500px;
}

#c7n-eyecatcher.c7n-small {
    height: auto;
    min-height: auto;
}

.cycle-slideshow  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
    overflow: hidden;
}

.cycle-slide {
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: hidden;
    background-color: rgba(232, 235, 236, 1);
}

.cycle-slide > img {
    width: 100% !important;
    height: 100% !important;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.cycle-pager {
    z-index: 101;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
}

.cycle-pager-element:after {
    content: "\f111";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.25em;
    color: rgb(255, 255, 255);
    color: rgba(202, 212, 216, 1);
}

.cycle-pager-element:hover {
    color: rgba(192, 0, 35, 0.5)
}

.cycle-pager-element.cycle-pager-active:after{
    color: rgb(192, 0, 35)
}


#c7n-eyecatcher .container  {
    height: 100%;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

#c7n-eyecatcher.c7n-landingpage .container  {
    padding-top: 40px;
}


#c7n-eyecatcher h1 {
    font-size: 4em;
    font-weight: 100 !important;
    letter-spacing:0;
    color: rgba(255,255,255,1);
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    font-family: 'kreidefontregular';
    text-align: center;
}


#c7n-logo svg,
#c7n-logo img,
#c7n-logo-footer svg,
#c7n-logo-footer img   {
    width: 200px; 
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c7n-small #c7n-logo svg,
.c7n-small #c7n-logo img {
    width: 125px; 
}

#c7n-anchors {
    display:  none;
}

#c7n-anchors ul{
    padding: 0;
    margin:  0;
    display: flex;
    flex-direction: row;
    font-size: 0.75em;
    letter-spacing: 2px;
    justify-content: flex-end;    
    align-items: center;
    height: 100%;
}

#c7n-anchors ul li{
    padding: 0;
    margin:  0;
    list-style: none;
    padding-left: 60px;
}

#c7n-anchors a{
    color:  #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

#c7n-anchors a:hover{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.c7n-section {
    padding-top: 90px;
    padding-bottom: 60px;
}

.c7n-section.c7n-has-iframe {
    padding-top: 0px;
    padding-bottom: 0px;
}

.c7n-section.c7n-has-iframe .container {
    max-width: 100%;
}


.c7n-section.c7n-has-iframe iframe {
    height:  72vh;
    margin: 0;
    display: block;
}

.c7n-section.c7n-has-iframe .c7n-content-tpl {
    padding:  0;
}

.c7n-section.c7n-start{
    background-image: url(/images/content/backgrounds/schiefertafel.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color:  #ffffff;
    line-height: 1.3em;
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.c7n-section:nth-child(0n+3) {
    background-color: rgb(194, 195, 178);
}

.c7n-section:nth-child(0n+5),
.c7n-section:nth-child(0n+8) {
    background-image: url(/images/content/backgrounds/schiefertafel.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color:  #ffffff;
}

/*.c7n-section:nth-child(0n+6) {
    background-color: rgb(204, 203, 185);
}*/

.c7n-section.c7n-call-2-action{
    background-color: rgb(103, 93, 79) !important;
    background-image: none !important;
    font-size: 1.25em;
    text-align: center;
    color:  #ffffff;
}

.c7n-section.c7n-products{
    background-color: rgb(224, 231, 235) !important;
    background-image: none !important;
}


.c7n-section.c7n-call-2-action img {
    width:  25vh;
    height:  25vh;
    border-radius: 50%;
    margin: 1em;
}

footer {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: rgb(35, 32, 32);
    color:  #ffffff;
    font-size:  0.9em;
}

.c7n-youtube-link,
.c7n-mp4-link {
    width: 100%;
  /*  height: 100%;*/
    display: block;
    z-index: 3;
    position: relative;
    border-bottom: 0;
}


.c7n-youtube-link:before,
.c7n-mp4-link:before,
.c7n-picture-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    color: #ffffff;
    font-weight: 700;
    background-color: rgba(0,0,0,0.75);
    background-color: rgba(0,0,0,0.85);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.c7n-youtube-link:before,
.c7n-mp4-link:before {
    opacity: 1;
    content: "\f16a";
    font-family: "FontAwesome";
    background-color: rgba(0,0,0,0);
    font-size: 3em;
}

.c7n-youtube-link:hover:before,
.c7n-mp4-link:hover:before {
    background-color: rgba(0,0,0,0.85);
}

/*

.c7n-person-content,
.c7n-producer-content {
    padding: 20px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.7em;
}



.c7n-producer:hover .c7n-producer-content,
.c7n-person:hover .c7n-person-content,
#c7n-content a.c7n-has-link:hover .c7n-picture-link,
#c7n-subpages a.c7n-has-link:hover .c7n-picture-link,
#c7n-moodboard .c7n-picture a:hover .c7n-picture-link {
    opacity: 1;
}

#c7n-moodboard .c7n-picture p,
.c7n-site-search-message p {
    background-color: rgba(135, 141, 17, 1);
    margin: 0;
    padding: 20px;
    color: #ffffff;
}

#c7n-moodboard .c7n-picture img {
    width: 100% !important;
    height: auto !important;
    z-index: 1;
}

#c7n-moodboard .c7n-picture:nth-child(5n-1),
#c7n-moodboard .c7n-picture:nth-child(5n-0) {
    max-width: 50%;
}

#c7n-moodboard .c7n-picture:nth-child(5n-1) {
    padding-right: 5px;
}

#c7n-moodboard .c7n-picture:nth-child(5n-0) {
    padding-left: 5px;
}

#c7n-produzenten-map {
    width: 100%;
    height: 60vh;
}

.leaflet-top, .leaflet-bottom {
    z-index:400 !important;
}

.leaflet-control {
    z-index:400 !important;
}

.leaflet-popup-close-button {
    text-decoration:none!important;
    border-bottom:none!important;
}

.gm-style .gm-style-iw-c {
    padding: 15px !important;
    border-radius: 5px !important;
}

.gm-style .gm-style-iw-c > button {
    top: 0 !important;
    right: 0 !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

#mediadirGoogleMap {
    width: 100%;
    height: 60vh;
    position: relative;
}

#mediadirGoogleMap:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000000;
    color: #ffffff;
    content: "Karte in Bearbeitung";
}*/

#c7n-share {
    padding-top: 80px;
    padding-bottom: 80px;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin:0;
    padding: 0;
}
.c7n-share-buttons li{
    list-style: none;
    display: inline-block;     
    margin: 0;
    padding: 0;
} 

.c7n-share-buttons li span {
    color: rgb(0, 0, 0, 0.15);
    font-size: 0.75em;
    text-align: right;
    min-width: auto;
    padding: 0 15px;
    display: block;
} 
                       
.c7n-share-buttons li a{
    list-style: none;
    display: block;
    border: 2px solid rgb(0, 0, 0, 0.15);
        width: calc(1.75em + 4px);
    line-height: 1.75em;
    font-size: 1em;
    color: rgb(0, 0, 0, 0.15) !important;
} 

.c7n-share-buttons li a:hover {
    color: rgba(43, 112, 124, 1) !important;
    border-color: rgba(43, 112, 124, 1);
    text-decoration: none;
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: rgb(59, 89, 152) !important;
    border-color: rgb(59, 89, 152);
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: rgb(29, 161, 243) !important;
    border-color: rgb(29, 161, 243);
}

.c7n-share-buttons li a.c7n-xing-share:hover {
    color: rgb(0, 90, 96) !important;
    border-color: rgb(0, 90, 96);
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: rgb(0, 119, 181) !important;
    border-color: rgb(0, 119, 181);
}

.c7n-share-buttons li a.c7n-whatsapp-share:hover {
    color: rgb(2, 201, 4) !important;
    border-color: rgb(2, 201, 4);
}


/*
footer,
#c7n-product-of-hr {
    background-color: rgba(61, 80, 94, 1);
    color: #ffffff;
    font-size: 0.9em;
}

*/

#c7n-product-of-hr {
    background-color: rgb(192, 0, 35);
}

footer #c7n-meta .col-12 {
    display: none;
}

footer #c7n-meta .col-12:last-child{
    display: block;
}

footer #c7n-meta .c7n-level-1{
    display: none;
}

footer #c7n-meta .c7n-level-2{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

footer #c7n-meta ul,
footer #c7n-meta ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover { 
    color: rgb(138, 180, 204);
    text-decoration: none;
}

footer .fa {
    font-size: 1.75em;
    vertical-align: sub;
    padding-left: 10px;
}



h1 {
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 0.65em;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 1.1em;
    font-weight: 900;
    line-height: 1.1em;
    margin-top: 0.55em;
    margin-bottom: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
}

.c7n-person-content h3{
    margin-bottom: 5px;
}

.c7n-producer-content h3{
    margin-bottom: 0px;
}

h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0px 0;
    font-family: 'Source Sans Pro', sans-serif;
}


h5 {
    font-size: 0.5em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0px 0;
    margin-bottom: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}


a.c7n-load-path,
a.c7n-load-path:hover {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.5em;
    color: rgba(0, 0, 0, 0.5) !important;   
    padding-bottom: 120px;
    text-decoration: none;
    border: 0px !important;
}

#c7n-content ul, 
#c7n-articles ul,
#c7n-subpages ul {
    padding: 0 0 0 1em;
}

#c7n-content ul li, 
#c7n-articles ul li,
#c7n-subpages ul li {
    padding-bottom: 0.4em;
}



#c7n-content a,
#c7n-articles a,
#c7n-subpages a,
.c7n-register-content a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}


#c7n-content .c7n-person-content a,
#c7n-subpages .c7n-person-content a {
    color: #ffffff;
    border-color: #ffffff;
}

#c7n-content a:hover,
#c7n-articles a:hover,
#c7n-subpages a:hover,
.c7n-register-content a:hover{
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    border-color: rgba(0,0,0,0.5);
}

#c7n-content .c7n-person-content a:hover,
#c7n-subpages .c7n-person-content a:hover{
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5);
}

p {
    margin-bottom: 20px;
    margin-bottom: 40px;
    margin-bottom: 0.8em;
}

#c7n-eyecatcher time {
    margin-bottom: 40px;
}

p.c7n-lead {
    font-size: 1.2em;
    line-height: initial;
    font-weight: 900;
    margin-bottom: 20px !important;
}

.c7n-filter-tpl {
    margin-bottom: 20px !important;
    position: relative;
    padding-top: 10px;
}

.c7n-filter-tpl:before {
    content: "";
    background-color: #000000;
    width: calc(100% - 20px);
    top: 0;
    left: 10px;
    position: absolute;
    display: block;
    height: 2px;
}

b, strong {
    font-weight: 900;
}

.c7n-content-tpl > img.img-fluid {
    height: auto !important;
}

.c7n-content-tpl video {
    height: auto !important;
    width: 100%  !important;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size:100% 100%;
    object-fit:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}


#c7n-content table {
    width: 100%;
    padding: 0;
    margin: 0 0 1.2em 0;
}

#c7n-content table th {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1em;
    padding: 10px;
    background-color: rgb(224, 231, 235);
}

#c7n-content table td {
    padding: 5px 10px;
}

#c7n-content table tr:nth-child(odd) {
    background-color: rgb(224, 231, 235, 0.5);
}

#c7n-content table tr:nth-child(even) {
    background-color: rgb(255, 255, 255, 0.5);
}

.c7n-content-tpl > *:last-child {
    margin-bottom: 0px;
}

.c7n-person-content p,
.c7n-product-box p {
    margin-bottom: 0px;
}

.c7n-content-tpl > img {
    margin-bottom: 40px;
    margin-bottom: 20px;
}

.c7n-content-tpl > img.c7n-full-width {
    min-width: 100% !important;
}

.c7n-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.c7n-video-wrapper object,
.c7n-video-wrapper embed,
.c7n-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.c7n-box,
.c7n-text-box,
.c7n-product-box,
.c7n-icon-box {
    background-color: rgba(168, 141, 94, 1);
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.c7n-box {
    justify-content: space-between;
    padding: 20px;
}

.c7n-text-box {
    background-color: rgba(255, 255, 255, 1);
}

.c7n-product-box {
    background-color: rgba(232, 235, 236, 1);
}

.c7n-product-box figure.c7n-has-link:before {
    background-color: rgba(0,0,0,0.75);
    content: "online im H&R Gastro-Shop kaufen";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 900;
    z-index: 90;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px;
    text-align: center;
}

.c7n-product-box figure.c7n-has-link:hover:before {
    opacity: 1;
    cursor: pointer;
}

.c7n-producer.c7n-has-link:hover {
    cursor: pointer;
}

.c7n-brown .c7n-box,
.c7n-brown .c7n-icon-box,
.c7n-green .c7n-icon-box {
    background-color: rgba(168, 141, 94, 0);
    padding: 0px;
}

.c7n-blue .c7n-box,
.c7n-blue .c7n-icon-box {
    background-color: rgba(115, 135, 150, 1);
    color: #ffffff;
}

.c7n-light-green .c7n--box,
.c7n-light-green .c7n-icon-box {
    background-color: rgba(135, 141, 17, 1);
    color: #ffffff;
}

.c7n-gray .c7n-box,
.c7n-gray .c7n-icon-box {
    background-color: rgb(204, 203, 185);
}

.c7n-statement-box {
    padding: 20px;
    background-color: rgba(135, 141, 17, 1);
    color: #ffffff;
    height: 100%;
}

.c7n-statement-box.c7n-red {
    background-color: rgb(223, 33, 49);
}

.c7n-statement-box.c7n-brown {
    background-color: rgb(99, 89, 81);
}

.c7n-statement-box.c7n-light-brown {
    background-color: rgb(149, 130, 94);
}

.c7n-statement-box p {
    margin: 0;
}

#c7n-content .c7n-statement-box a,
#c7n-subpages .c7n-statement-box a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0;
}

.c7n-icon-box img,
.c7n-icon-box svg{
    height: 160px;
    height: 15vh;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.c7n-button {
    display: inline-flex;
    color: rgba(0,0,0,1);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0,0,0,1);
    padding: 10px 10px;
    line-height: initial;
    font-weight: 900;
    font-size: 1em;
    letter-spacing: 0;
    width: 300px;
    max-width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: top;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.c7n-section:nth-child(0n+5) .c7n-button, 
.c7n-section:nth-child(0n+8) .c7n-button,
.c7n-section.c7n-call-2-action .c7n-button {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}

.c7n-section.c7n-call-2-action .c7n-button {
    margin:  15px;
    font-size: 0.8em;
}

.c7n-filter {
    display: inline-flex;
    padding: 5px 20px 5px 0px;
    line-height: initial;
    font-weight: 900;
    font-size: 1em;
    vertical-align: top;
    border: 0 !important;
}

.c7n-button {
    white-space: nowrap;
    overflow: hidden;
}

.c7n-filter {
    width: auto;
    margin-right: 1px;
}

.c7n-producer-filter-category {
    display: none;
}

.c7n-producer > img {
    margin-bottom: 0 !important;
    cursor: pointer;
}

.c7n-icon-box .c7n-button,
.c7n-statement-box .c7n-button {
    color: rgba(255,255,255,1) !important;
    border-color: rgba(255,255,255, 1) !important;
}

.c7n-statement-box .c7n-button {
    font-size: 0.83em;
}

.c7n-icon-box .c7n-button-icon line,
.c7n-icon-box .c7n-button-icon path {
    stroke: rgba(255,255,255,1);
}

.c7n-button:hover {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1) !important;
    text-decoration: none;
}

.c7n-filter.c7n-active,
.c7n-filter:hover {
    color: rgb(138, 180, 204) !important;
    text-decoration: none;
}

.c7n-button .c7n-button-icon,
.c7n-accordeon .c7n-accordeon-icon {
    display: flex;
    margin-right: 20px;
}

.c7n-filter .c7n-filter-icon{
    display: flex;
    margin-right: 10px;
}


.c7n-button .c7n-button-icon svg,
.c7n-accordeon .c7n-accordeon-icon svg {
    height: auto;
    max-height: 1.25em;
    width: 30px;
    margin: 0;
}

.c7n-filter .c7n-filter-icon svg {
    height: auto;
    max-height: 1.25em;
    width: 0.75em;
    margin: 0;
}

.c7n-button-icon line,
.c7n-button-icon path,
.c7n-filter-icon line,
.c7n-filter-icon path,
.c7n-accordeon-icon line,
.c7n-accordeon-icon path  {
    stroke-width: 2px;
}

.c7n-accordeon {
    overflow: hidden;
    position: relative;
    width: 100%;
    clear: both;
    margin: 0px;
}

.c7n-accordeon.c7n-last {
    margin-bottom: 80px;
}


.c7n-accordeon .c7n-accordeon-title{
    position: relative;      
    padding: 15px 10px 15px 0px;
    /*line-height: 42px;*/
    margin: 0;
    display: flex;
    flex-direction: row;
    border-top: 2px solid #000000;
    letter-spacing: 0;
}    

.c7n-accordeon-title .c7n-accordeon-icon{

} 


.open .c7n-accordeon-title .c7n-accordeon-icon{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
} 

.c7n-filter .c7n-filter-icon {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
} 

.c7n-filter.c7n-active .c7n-filter-icon {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
} 

.c7n-filter .c7n-filter-icon svg{
    vertical-align: super;
} 

.c7n-filter.c7n-active .c7n-filter-icon svg{
    vertical-align: initial;
} 



.c7n-accordeon.c7n-first  .c7n-accordeon-title{
    border-top: 2px solid #000000;
}

.c7n-accordeon .c7n-accordeon-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.c7n-accordeon.open .c7n-accordeon-content {
    display: flex;
}

.c7n-accordeon-title:hover,
.open .c7n-accordeon-title:hover{
    color: rgb(138, 180, 204);
    cursor: pointer;    
}

.c7n-reference-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.isotope-grid-sizer {
    z-index: -1;
}

#c7n-footer-contact iframe,
iframe#sendcockpit-signin {
    width: 100%;
    border: 0;
    background: transparent;
}

iframe#sendcockpit-signin {
    overflow: hidden;
    height: 520px;
}

input.text {
    border: 2px solid #ff0000 !important;
}

a.c7n-download {
    text-decoration: none;
    border-bottom: 1px solid transparent !important;
    text-align: center;
    vertical-align: middle;
    line-height: 79px;
    float: right;
}

a.c7n-download svg{
    width: auto;
    height: 25px;
}

@media (min-width: 576px) {

    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 17px; 
    }

    .c7n-statement-box {
        padding: 40px;
    }

    .cycle-pager-element {
        line-height: 80px;
    }

    #c7n-eyecatcher h1 {
        font-size: 5em;
        font-weight: 900;
        letter-spacing: 4px;
    }

    .c7n-statement-box  {
        font-weight: 700;
    }

    .c7n-button {
        padding: 10px 20px;
    }

    .c7n-button .c7n-button-icon svg,
    .c7n-accordeon .c7n-accordeon-icon svg {
        width: 40px;
    }

    .c7n-accordeon .c7n-accordeon-content {
        padding-left: 60px;
    }

    b, strong {
        font-weight: 900;
    }

    p.c7n-lead,
    .c7n-filter-tpl {
        margin-bottom: 60px !important;
    }

    footer {
        font-size:  0.8em;
    }

    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 720px;
    }


}

@media (min-width: 992px) {
    body {
        font-size: 20px; 
    }

    #c7n-eyecatcher .container {
        padding-top: 200px;
    }

    #c7n-anchors {
        display:  block;
    }

    footer {
        font-size:  0.75em;
    }

    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 960px;
    }

    #c7n-eyecatcher h1 {
        font-size: 6em;
    }

}

@media (min-width: 1200px) {
    body {
        font-size: 23px; 
    }

    #c7n-eyecatcher h1 {
        font-size: 7em;
    }

    iframe#sendcockpit-signin {
        height: 600px;
    }

    .c7n-accordeon .c7n-accordeon-title{

        padding: 20px 10px 20px 0px;
    }  

    footer {
        font-size:  0.7em;
    }

    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 1140px;
    }
}

@media (min-width: 1680px) {
    body {
        font-size: 26px; 
    }

    #c7n-eyecatcher h1 {
        font-size: 8em;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 30px;
        padding-left: 30px;
    }

    .row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .c7n-content-tpl {     
        padding-bottom: 60px;
    }

    .c7n-section {
        padding-top:  120px;
        padding-bottom:  60px;
    }

    .c7n-section.c7n-call-2-action .c7n-button {
        margin:  30px;
    }

    footer {
        padding-bottom: 30px;
    }

    .container {
        max-width: 1330px;
    }

    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 1330px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1520px;
    }
    
    .c7n-section.c7n-products.c7n-has-iframe .container {
        max-width: 1520px;
    }
}

@media print{

    @page { 
        margin:2cm 
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after { 
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-scroll-down,
    footer,
    aside,
    form,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


@-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%);
    }
} 