/* added by netzton */
.rot h3{background-color:#e40050;line-height: 32px; font-size: 20px;color:white;}

a.spenden {color:white !important; text-decoration: none !important;}
.anzahl{width: 18px; height: 18px; background-color: #e40050; border-radius: 50%; color: white; text-align:center; font-size:11px; line-height:18px;}

.accordion {
  background-color: #e40050;
  color: #fff;
  font-size: 20px;
  font-family: 'lineto-gravur-cond-light';
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {background-color: #e40050;}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-size: 20px !important;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .active:after {
  content: "\2212";
} */

.panel {
  padding: 6px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p{margin-top: 10px !important;}

a.cart {padding: 1px 0 0 25px; background-image: url('images/shopbag.png') !important; background-position: left; background-repeat: no-repeat;}
.optiontext{font-size: 19px; line-height: 21px; font-family: "lineto-gravur-cond-cyr-bold"; color:#e40050; margin-bottom:6px;}
a.delete-icon img{max-width:22px !important;}

.fourtyyears {
    background-image: url(images/confetti02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.pin-support-right {
    margin: 25px 0 0 25px;
    float: left; 
    max-width: 300px;           
}

/* added by netzton end */

#root {
        width: 100%;
        max-width: 37.5rem;
        margin: 0 auto;
      }
      #tamaro-widget.tamaro-widget {
        padding: 2rem;
        box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
      }


@charset "UTF-8";

/*
 * COLOR Definition FIZ Info
 * - Petrol: # 476A6A
 * - Pink: # e40050
 * - Beige: # F9E9D9 / color01
 *
 *
 */


/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * fiz.info.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, 2016
 */
 
 @font-face {
    font-family: "lineto-gravur-cond-light";
    src: url("../fonts/lineto-gravurcondensed-light.eot");
    src: url("../fonts/lineto-gravurcondensed-light.eot#iefix") format("embedded-opentype"),
    url("../fonts/lineto-gravurcondensed-light.woff2") format("woff2"),
    url("../fonts/lineto-gravurcondensed-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lineto-gravur-cond-cyr-regular";
    src: url("../fonts/lineto-gravur-cond-cyr-regular.eot");
    src: url("../fonts/lineto-gravur-cond-cyr-regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/lineto-gravur-cond-cyr-regular.woff2") format("woff2"),
    url("../fonts/lineto-gravur-cond-cyr-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lineto-gravur-cond-cyr-bold";
    src: url("../fonts/lineto-gravur-cond-cyr-bold.eot");
    src: url("../fonts/lineto-gravur-cond-cyr-bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/lineto-gravur-cond-cyr-bold.woff2") format("woff2"),
    url("../fonts/lineto-gravur-cond-cyr-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Regular-Web.eot');
    src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight:  400;
    font-style:   normal;
 /*   font-stretch: normal;     */
}

@font-face {
    font-family: 'Graphik LC Web';
    src: url('../fonts/Graphik-Semibold-Web.eot');
    src: url('../fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Semibold-Web.woff2') format('woff2'),
    url('../fonts/Graphik-Semibold-Web.woff') format('woff');
    font-weight:  600;
    font-style:   normal;
 /*   font-stretch: 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%;
    overflow-y               : scroll;
    overflow-x               : hidden;
    position: relative;
    min-height: 100%;
    min-width: 280px;
}

body {
    width: 100%;
    /*height: 100%;*/
    font-size: 14px;
    font-family: 'Graphik Web', arial, sans-serif;
    line-height: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0;
   /* font-weight: 300;      */
    background-color: #ffffff;
    margin-bottom: 100px;
    min-width: 280px;
    -webkit-transition: opacity 450ms ease-out;
    -moz-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;       
}

/*
 * Text Titles styles
 */

h1, h2, h3, h4, h5, h6, header, footer {
    /*font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;  */
    font-family: 'lineto-gravur-cond-light', arial, sans-serif;
    font-weight: normal;
}

h1 {
    margin-top: 25px;
    margin-top: 32px;
}

h2, h3, h4, h5, h6 {
    margin: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-top: 30px;
    line-height: 1em;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    hyphens: auto;
    hyphenate-limit-chars: 20;
}

.c7n-news-article h2{
    margin-top: 16px;
}

h3 {     
    margin-bottom: 30px;       
}    

h4 {      
    font-size: 17px;
    line-height: 21px;
    font-family: "lineto-gravur-cond-cyr-bold";
    margin-bottom: 30px;
}

span.pink,
span.fiz-color {
    color: #e40050;
    font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
    font-weight: normal;
    font-size:15px;
}

/* added by netzton  */
.btn-payrexx {
	width: auto;
	padding: 15px 50px;
	font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	white-space: inherit;
	background-color: #e40050;
	border: 2px solid #273a3a;
	outline: 0;
	color: #FFFFFF;
	border-radius: 4px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-o-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
.btn-payrexx:focus, .btn-payrexx:hover {
	background-color: #AB164E;
}
/* added by juliet manning  */
.btn-mitglied {
	width: auto;
	padding: 15px 50px;
	font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	white-space: inherit;
	background-color: #476A6A;
	border: 2px solid #273a3a;
	outline: 0;
	color: #FFFFFF;
	border-radius: 4px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-o-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
.btn-mitglied:focus, .btn-mitglied:hover {
	background-color: #2C4D4E;
}
.centerme{margin-left:auto;margin-right:auto;}
.portrait-page h4{color:#e40050;}
.angebot-page h4{color:#e40050;}
.themen-page h4{color:#476A6A;}
.themen-page a{color:#476A6A; hyphens: auto} 

.themen-page a.download-link:before {       
    background: transparent url(/themes/fiz-info/img/icons/download_green-12x12.gif) center left no-repeat;         
}

.themen-page ul.download-link li {
    background-image: url(/themes/fiz-info/img/icons/download_green-12x12.gif);     
}
.globe{width: 12px; height: 12px;margin-top:-3px;margin-right:3px;}


.news{padding:0px;}

div.kachel-text > h2 > a, a:hover{color:#476A6A;text-decoration:none;}

div.kachel-text.headline > h2 > a, a:hover{color:#476A6A;color:#000000;text-decoration:none;}   
div.kachel-text.headline a, a:hover{color:#000000;}   

div.kachel-titel > h2 > a, a:hover{text-decoration:none;}
div.kachel-text h2, div.kachel-text h3  {margin-top: 0;}    

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.shadow {-webkit-box-shadow: 3px 3px 10px 0px rgba(170,170,170,1);
-moz-box-shadow: 3px 3px 10px 0px rgba(170,170,170,1);
box-shadow: 3px 3px 10px 0px rgba(170,170,170,1);}

.statistik-page h2{color:#e40050 !important; text-align:left !important; font-size:27px !important; font-weight:900 !important; margin:0 !important;}
.statistik-page h4{text-align:left !important; font-size:18px !important; font-weight:900 !important; margin:10Px 0 10px 0 !important;}
.statistik-page strong, th{font-family:'Graphik LC Web'; font-size:13px !important; font-weight:900 !important;}
.statistik-page table, td, th{vertical-align:top; border:1px black solid; padding:3px 8px;}
.statistik-page th{background-color:#F9E5D1;}
.statistik-page th >p{font-family:'Graphik Web';}


body.cke_editable {
    background-color : #FFFFFF;
}

::-moz-selection { background : #476A6A; text-shadow : none; color : #ffffff; }

::selection { background : #476A6A; text-shadow : none; color : #ffffff; }

/* START SET PADDING ODF 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;
    position: relative;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* END SET PADDING ODF BOOTSTRAP */

.newspage{padding:10px 10px 0 20px;}

/*
 * Header and Footer general styles
 */

header a,
footer a {
    color: #fff;
    text-decoration: none;
}

header a:hover,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}


header,
#c7n-placeholder {
    width: 100%;
    height: 52px;
    position: fixed;
    top:0;
    z-index: 900;
    background-color: #000000;
    color: #ffffff;
}

#c7n-placeholder {
    position: relative;
    z-index: 800;
}

/*.logo {*/
    /*padding-top: 7px;*/
/*}*/

/*#logo-home-link {*/
    /*height: 52px;*/
    /*text-align: center;*/
/*}*/

/*#logo-home-link:before {*/
    /*content: ' ';*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*height: 100%;*/
/*}*/

/*#logo-home-link img {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/


#logo-home-link img {
    top: 50%;
}


#logo-home-link {
    display: table-cell;
    text-align: center;
    /*vertical-align: middle;
    height: 52px;  */
    padding-top: 12px;
}


#c7n-lang-slidedown {
    display: none;
}

#c7n-lang-slidedown.active {
    display: block;
    margin-top: 52px;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    opacity: 1;
}

#c7n-lang-slidedown .clx-lang a {
    float: right;
    width: 175px;
    text-align: center;
    padding: 2px;
    font-size: 18px;
}

#c7n-lang-slidedown .clx-lang {
    width: 175px;
    float: right;
}

.clx-lang .active:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}

.clx-lang .active:after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}

.clx-lang :after,
.clx-lang :before {
    content: "\00a0";
    display: inline-block;
    width: 1.3em;
}


/*
 * Search Input Field
 */

#searchsubmit {
    position: relative;
    z-index: 1;
    top: -32px;
    left: 90%;
    color: #fff;
    cursor:pointer;
    width: 20px;
}

input.global-search {
    color: #fff;
    background-color: #000;
    border      : 1px solid rgba(255, 255, 255, 1);
}

.search.slidedown {
    display: none;
}


.search.slidedown.active {
    display: block;
    margin-top: 52px;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}

.search.slidedown .search-field {
    float: right;
    width: 300px;
}

.search.slidedown input.search-field::placeholder {
    color: #FFFFFF;
}


.search.slidedown .submit {
    float: right;
    background: transparent url("/themes/fiz-info/img/icons/Lupe-white.png") center center no-repeat;
    border: none;
    padding: 10px 20px;
    width: 30px;
    min-width: 30px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.search.slidedown .search-field {
    margin-top: 10px;
    margin-bottom: 20px;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, #c7n-lang-slidedown a:focus {
    border-color: rgba(228, 0, 80, 0.8);
    box-shadow: 0 1px 1px rgba(228, 0, 80, 0.075) inset, 0 0 8px rgba(228, 0, 80, 0.6);
    outline: 0 none;
}



/*
 * alternative Navigation / Icons
 */

#c7n-icons-mobile {
    padding: 0px;
}

.nav2 {
    display: table;
    float: right;
}

#clx-mobile-navigation .link {
    width: 100%;
}

#clx-mobile-navigation .link a{
    width: 100%;
    display: inline-block;
    padding: 10px;
}



#nav2-block1,
#nav2-block2 {
    display: table-cell;
    vertical-align: middle;
    padding-top:0px;
    line-height: 15px;
}


#nav2-block1 .link {
    display: block;
    padding: 0px;
}

#nav2-block2 .link {
    display: inline-block;
    padding: 0px;
}

#nav2-block1 .link a {
    padding: 0px 5px;
}

#nav2-block2 .link a {
    padding: 5px;
}

/*
 * Links a href
 */


a,
a:focus,
a:active,
a:hover {
    color: #e40050;
}

.content-subpage .themen-page a,
.content-subpage .themen-page a:focus,
.content-subpage .themen-page a:active,
.content-subpage .themen-page a:hover {
    color: #476A6A;
}


a {
    text-decoration: underline;
}

a:hover {
    color: #e40050;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}



a.linkstyle2:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.8em;
}

a.download-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin: 4px 6px 0 0;
    background: transparent url(/themes/fiz-info/img/icons/download_pink-12x12.gif) center left no-repeat;
    padding-left: 18px;
}

a.download-link {
    text-decoration: none;
}

a.download-link:hover {
    text-decoration: underline;
}

ul.download-link {
   padding: 0;
   margin: 0;
   display: inline-block;
   list-style: none;
}


ul.download-link li {
   background-image: url(/themes/fiz-info/img/icons/download_pink-12x12.gif);  
   background-color: transparent ;  
   background-position: 0 5px;  
   background-repeat: no-repeat;  
   padding-left: 25px;
   margin-left: 0px;
   list-style-type: none;
}

ul.download-link li a.download-link:before{                                                              
    display: none;
}


.help-row a {
    text-decoration: underline;
    color: #FFFFFF;
}


.help-row:hover a {
    color: #e40050;
}


/*
 * Main Content
 */

section.content-wrapper {
    position: relative;
    top: 52px;
    /*margin-top: 52px;*/
    padding-bottom: 132px;
}

.section-title {
    background-color: #e40050;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/*
 * Startpage / Headlines
 */

.container-fluid.fiz-intro,
.container-fluid.fiz-help,
.container-fluid.fiz-section {
    margin-bottom: 20px;
    margin-bottom: 16px;
}


.pin-support-left {
    margin-right: -16px;
    float: right; 
    max-width: 300px;           
}
                            

.themen-kachel-rechts,
.themen-kachel-links {
    width: 50%;
    margin: auto;
}

.themen-kachel-rechts a,
.themen-kachel-links a {
    font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
    text-decoration: none;
    color: #476A6A;
    font-size: 18px;
}

.themen-kachel-rechts a:hover,
.themen-kachel-links a:hover {
    text-decoration: underline;
}

.themen-kachel-links .themen-kachel-link a:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 7px;
}

.themen-kachel-rechts .themen-kachel-link a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 7px;
}




.pin-support-text {
    top: 44%;
    position: absolute;
   /* left: 12%;  */
    right: 40%;
    width: 45%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}



.pin-support-text a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
    line-height: 25px;
}

.pin-support-text a:hover {
    text-decoration: underline;
}


div.news-home-img {
    background-color: #F9E9D9;
    height: 300px;
    background-position: left top;
    background-size: cover;
    background-blend-mode: multiply;
}

.slider-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

.slider-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #628e8f; cursor: pointer;           
    font-size: 10px;
}
         
.slider-pager span:after{       
    content: "\f1db";    
    font-family: 'FontAwesome';       
}

.slider-pager span:hover { 
    color: #e40050;
}

.slider-pager span.cycle-pager-active:after {         
    content: "\f111";    
}


.slider-pager > * { cursor: pointer;}



.row.equal div {
    -webkit-flex: 1;
    -webkit-flex: 1 1 15em;
    flex: 1;

}


.fiz-home-kachel {
    /*display: inline-block;    */
    height: 100%;
    width: 100%;
}

.content-home .kachel-text, 
.content-portrait .kachel-text {
    padding: 18px;
}

.fiz-home-kachel .kachel-titel {
    /*padding: 5px;    */
}

.fiz-home-kachel.themen {
    color: #476A6A;
}


.fiz-home-kachel.color01 {
    background-color:#F9E9D9;
}

.fiz-home-kachel.color01:hover {
    background-color:#FFFFFF;
    background-color: rgba(249,233,217, 0.5);
}

.fiz-home-kachel.color01:hover div.news-home-img {
    background-color: #FFFFFF;
}


.help-row {
    background-color: #e40050;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.fiz-help ul {      
    padding: 0;
    margin: 0;
}

.fiz-help ul li {
    list-style: none;
}

.fiz-help ul {
    text-align:center;
}

.fiz-help li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.fiz-help a {
    font-size: 20px;
    line-height: 30px;
    font-family: "lineto-gravur-cond-light"; 
    text-decoration: none; 
    color: #ffffff;
}

.help-row:hover {
    background-color: #FFFFFF;
    /* rot */
    background-color: rgba(228,0,80, 0.5);   
    /* beige */
    background-color: rgba(249,233,217, 0.5);
    /* dunkelrot */
    background-color: rgba(182,2,65, 1);
    color: #e40050;
    color: #ffffff;
}

.fiz-help:hover a {  
    color: #ffffff;
}

.fiz-help a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.fiz-kachel-help.valign-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;                            
}


.fiz-sections h2:before {
    content: url('/themes/fiz-info/img/logo/logo-only-fiz.svg');
    background-size: 60px 20px;
    display: inline-block;
    /*width: 50px; */
    /*vertical-align: -50%;    */
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    height: 32px;
    width: 46px;
    vertical-align: -8px;

}

.fiz-sections h2 {
    color: #e40050;
    line-height: 25px;
    line-height: 35px;
}

.fiz-sec h2:before {
    content: url('/themes/fiz-info/img/logo/logo-only-fiz.svg');
    background-size: 60px 20px;
    display: inline-block;
    /*width: 50px; */
    /*vertical-align: -50%;    */
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    
    width: 46px;
    vertical-align: -8px;

}

.fiz-sec h2 {
    color: #e40050;
    line-height: 25px;
    line-height: 35px;
    margin-bottom:-7px;
}


/*
 *  Content Pages
 */

.content-wrapper .container-fluid .row img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;      
    height: auto !important;        
}

.header img{
     object-fit: cover;
     min-height: 300px;
}


.content-portrait h1.header-title,
.content-subpage h1.header-title {
    position: absolute;
    width: 100%;
}

.content h1.header-title,
.content-news h1.header-title,
.content-download h1.header-title,
.content-portrait h1.header-title,
.content-subpage h1.header-title {
    line-height: 25px;
    line-height: 1.1em;
    font-size: 35px;
    width: 100%;
}


.angebot-page h1.header-title,
.support-page h1.header-title,
.content-portrait h1.header-title {
    color: #e40050;
    padding-left: 8px;
    padding-right: 8px;
    hyphens: auto;
    hyphenate-limit-chars: 14;
    width: calc(100% - 16px);
}

.content h1.header-title,
.content-news h1.header-title,
.content-download h1.header-title {
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
    hyphens: auto;
    hyphenate-limit-chars: 14;
}

/*
.content-news h1.header-title {
    margin-top: 20px;
} */

.themen-page h1.header-title {
    color: #476A6A;
    padding-left: 8px;
    padding-right: 8px;
    hyphens: auto;
    hyphenate-limit-chars: 14;
    width: calc(100% - 16px);
}

.angebot-page .kachel-titel h2,
.themen-page .kachel-text h2 {
    font-size: 32px;
}

.angebot-page .kachel-titel,
.themen-page .kachel-text {
    padding: 10px;
}


/*
 *  Download Page
 */
.content h1.header-title,
.content-download h1.header-title {
    background-color: #e40050;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    hyphens: auto;
    hyphenate-limit-chars: 14;
}          

.content h1.header-title {      
    padding-left: 20px;
    padding-right: 20px;
}


/*
 *  News Pages
 */

body.news {
    background: #e40050;
}

.news-page .row,
.c7n-news-detail {
    background: #ffffff;
    margin-bottom:11px;
}

.c7n-news-detail h2{
    text-align: left !important;
    margin-top: 16px !important;
}

h1.text-center.header-title.newsdetail {
    padding-bottom: 10px;
}

.content-news {
    background: #e40050;
}


.content h1.header-title:before,
.portrait-page h1.header-title:before,
.angebot-page h1.header-title:before,
.content-news h1.header-title:before,
.support-page h1.header-title:before,
.content-download h1.header-title:before {
    background-size: 60px 20px;
    display: inline-block;
   /* width: 60px;
    vertical-align: -50%;    */
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    
        width: 55px;
    vertical-align: -10px;
}

                           
.angebot-page h1.header-title:before,
.portrait-page h1.header-title:before,
.support-page h1.header-title:before {
    content: url('/themes/fiz-info/img/logo/logo-only-fiz.svg');
}


.content h1.header-title:before,
.content-news h1.header-title:before,
.content-download h1.header-title:before {
    content: url('/themes/fiz-info/img/logo/logo-only-fiz-weiss.svg');
}

.content-news .news-date {
    margin-top: 20px;
}

.content-news time {
    font-family: 'lineto-gravur-cond-cyr-regular', arial, sans-serif;
    font-weight: bold;
    margin-top: 20px;
}


.content-news figure img {
    width:100%;
}

.content h2,
.content-news h2 {
    color: #e40050;
}


.content-header article {
    margin-top: 30px;
}

.angebot-page .content-header h2,
.support-page .content-header h2 {
    color: #e40050;
}

.themen-page .content-header h2{
    color: #476A6A;
}

.c7n-news-long-text {
    display: none;
}

/* --- Subnavi of Page --- */
div.page-nav {
    margin: auto;
    list-style: none;
    overflow: hidden;
    text-align: justify;
    margin-top: 12px;
    transition: height .5s ease;            
    clear: both;
}

div.page-nav ul {
    padding-left: 0px;
    border-bottom: #e40050 solid 1px;            
    float: left;  
    width: 100%;    
}

.content-download .page-nav {
    margin-top: 12px; 
}

.content-download .page-nav ul {
    border-bottom: #e40050 solid 0px;
    margin-bottom:0;
}

.content-download h3:first-child,
h3.c7n-no-margin-top {
    margin-top: 12px !important; 
}

.angebot-page div.content-portrait ul,
.content-portrait div.page-nav ul,
.angebot-page div.page-nav ul,
.support-page div.page-nav ul {
    border-bottom: #e40050 solid 1px;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.themen-page div.page-nav ul {
    border-bottom: #476A6A solid 1px;
}


div.page-nav li {          
    width: 100%;

}

/* Navigation Test JB */

/*#test-jb {*/
    /*height: 125px;*/
    /*text-align: justify;*/
    /*border: 10px solid black;*/
    /*font-size: 0.1px; !* IE 9/10 don't like font-size: 0; *!*/
    /*min-width: 600px;*/
/*}*/
/*#test-jb div {*/
    /*height: 125px;*/
    /*display: inline-block;*/
/*}*/
/*#test-jb:after {*/
    /*content: '';*/
    /*width: 100%; !* Ensures there are at least 2 lines of text, so justification works *!*/
    /*display: inline-block;*/
/*}*/

#test-jb {
    border: 10px solid black;
    display: flex;
    justify-content: space-between;
}
#test-jb div {
    height: 50px;
    background: red;
}







div.page-nav li.break,
div.page-nav li:last-child {
    margin-right: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    visibility: hidden; 
    display: none;
}

div.page-nav li a {
   /* display: inline-block;
    vertical-align: middle;      */       
    text-decoration: none;
 /*   margin-top: 0px;
    margin-bottom: -5px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;   */
    font-family: "lineto-gravur-cond-light"; 
    font-size: 22px;
    line-height: 25px;
    line-height: 1.5em;
}

div.page-nav li a.selected,
div.page-nav li a:hover {
    position: relative
}

div.page-nav li a.selected:after,
div.page-nav li a:hover:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
}

.content-portrait div.page-nav li a.selected:after,
.content-portrait div.page-nav li a:hover:after,
.angebot-page div.page-nav li a.selected:after,
.angebot-page div.page-nav li a:hover:after,
.support-page div.page-nav li a.selected:after,
.support-page div.page-nav li a:hover:after {
    background-color: #e40050;
}

.themen-page div.page-nav li a.selected:after,
.themen-page div.page-nav li a:hover:after {
    background-color: #476A6A;
}

.themen-page .page-nav a {
    color: #476A6A;
}

.themen-page .page-nav a,
.themen-page .page-nav a:focus,
.themen-page .page-nav a:active,
.themen-page .page-nav a:hover {
    color: #476A6A;
}


/* --- Content Titles and Text --- */

.content h2,
.content h3,
.content h4,
.content h5,
.content-subpage h2,
.content-subpage h3,
.content-subpage h4,
.content-subpage h5,
.content-download h2,
.content-download h3,
.content-download h4,
.content-download h5,
.content-portrait h2,
.content-portrait h3,
.content-portrait h4,
.content-portrait h5 {
    text-align: center;
}

.angebot-page h2,
.support-page h2,
.content-portrait h2 {
    color: #e40050;
}

.content-portrait .help-row h2 {
    color: #FFFFFF;
}

.content-portrait .help-row:hover h2 {
    color: #e40050;
}

.themen-page h2 {
    color: #476A6A;
}

.content-portrait h3,
.content-subpage h3 {
    color: #FFFFFF;
    /*padding-top: 5px;
    padding-bottom: 5px;  */
}

.angebot-page .content-subpage h3,
.content-portrait h3,
.support-page .content-subpage h3,
.content-download h3{
    background-color: #e40050;
    line-height: 32px;
    font-size: 20px;
}

.themen-page .content-subpage h3 {
    background-color: #476A6A;
    line-height: 32px;
    font-size: 20px;
}

.fourtyyears .content-subpage h3 {
    color: #ffffff;
    background-color: #e40050;
    line-height: 32px;
    font-size: 20px;
  
}

.fourtyyears .content-subpage h5 {
       color: #e40050;
       margin-top: 7px;
       
  
}


/* if you need to style page anchors*/
a:not([href]) {
    text-decoration: none;
}

h3 a:not([href]):focus {
    border-color: transparent;
    box-shadow: transparent;
    outline: 0 none;
}


h3 a:not([href]) {
    color: #FFFFFF;
    text-decoration: none;
}

.content hr,
.content-subpage hr {
    color: #e40050;
    height: 1px;
    background-color: #e40050;
    border: none;
}


.content-subpage .kachel-text .intro-text {
    display: none;
    visibilty: hidden;
}

.content-subpage .kachel-text .intro-text {
    display: none;
    visibilty: hidden;
}



/* Inline Anchor for the Subpages with sections (Content subnavi Page) */

a.inline-anchor {
    visibility: hidden;
}



/* google maps */

.custom-map {
    height: 500px;
    width: 100%;
}

.contact-page .custom-map {
    height: 400px;
    width: 100%;
}

#contactFrame {
    border: 1px solid #e40050;
}



/*
 * Footer
 */

footer {
    background-color: #000000;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2em;
}

footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

footer a:hover {
    color: #e40050;
}

.row.equal.fiz-intro-flex {      
   /* display: block;  */
}    
@media (max-width: 768px) {
        .shoppibox{left:125px; top:42px;}
}

@media (min-width: 768px) {

    .content h1.header-title,
    .content-news h1.header-title,
    .content-download h1.header-title,
    .content-portrait h1.header-title,
    .content-subpage h1.header-title {
        font-size: 42px;
    }

    h2 {
        hyphens: none;
        font-size: 33px;
    }

    div.page-nav li {          
        float: left;   
        width: auto; 
        display: block;          
    }

    div.page-nav li a {
        line-height: 1.1em;
    }
                                        
    .row.equal{
    display: flex;
   /* flex-wrap: wrap;
                          
    test - jb 

    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
                          
     test 2 */
                      
/*    display: -webkit-flex;   */     
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
}


    .row.equal.fiz-intro-flex {
        display: flex;
    }

    /*
     * News Page
     */
    .content-news figure.col-sm-3 {
        padding-left: 0px;
    }



    .c7n-news-detail-text {
        padding: 11px 0 15px 11px;
    }

    
    .row.equal.home-simple {              
    }  

    .row.equal.home-simple .col-sm-8,      
    .row.equal.home-simple .col-md-8,    
    .row.equal.home-simple .col-lg-8  {
        flex-basis: inherit;
        text-align: center;
    }   
    
    .row.equal.home-simple .col-sm-8 h2,      
    .row.equal.home-simple .col-md-8 h2,    
    .row.equal.home-simple .col-lg-8 h2,
    .row.equal.home-simple .col-sm-8 .intro-text,      
    .row.equal.home-simple .col-md-8 .intro-text,    
    .row.equal.home-simple .col-lg-8 .intro-text   {   
        color: #e40050;
        
    }                                                                 
    
    .row.equal.home-simple .col-sm-4,      
    .row.equal.home-simple .col-md-4,    
    .row.equal.home-simple .col-lg-4  {
        flex-basis: inherit;
    } 
    
   /* .c7n-news-article figure a{      
        min-height: 200px;   
        display:block;        
    }         
              */
    
    .c7n-news-article figure a img {      
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;   
    }    
       
/*
    .c7n-news-article:nth-child(2n) div.c7n-content-tpl{      
        float: left;
    } */
/*
    .c7n-news-article:nth-child(2n) figure.c7n-content-tpl{      
        float: right;
        padding-left: 8px;
        padding-right: 0px;
    } */
}


/*
 * Desktop View starts here
 */
@media (min-width: 992px) {
    #clx-mobile-navigation {
        visibility: hidden;
        display: none;
    }
    
    .row.equal.fiz-intro-flex {
        display: flex;
    }
/*
 * Navigation 2 on the right side
 */
    .nav2 {
        display: table;
        float: right;
    }


    #nav2-block1 .link {
        display: block;
        padding: 0px;
    }

    #nav2-block2 .link {
        display: inline-block;
        padding: 0px;
    }

    #nav2-block1 .link a {
        padding: 0px 5px;
        line-height: 17px;
        color:#fff;
    }

    #nav2-block2 .link a {
        padding: 5px;
        color:#fff;
    }

    /* --- workaround for spaces around content but not titles --- */

    .content-subpage h3,
    .content-subpage .page-nav,
    .content-subpage hr,
    .content-portrait h3,
    .content-portrait .page-nav,
    .content-portrait hr,
    .subpage-minus-x-margin {
       /* margin-left: -10.25%;
        margin-right: -10.25%;     */
    }

    .subpage-minus-l-margin {
        margin-left: -10.25%;
    }

    .subpage-minus-r-margin {
        margin-right: -10.25%;
    }
}


@media (min-width: 1100px) {
    .pin-support-text {
        top: 44%;
        /*left: 12%;   */
        right: 41%;
        font-size: 15px;
        line-height: 18px;        
    }
}



@media (min-width: 1200px) {

    .pin-support-text {
        top: 45%;       
        /*left: 12%;   */
        right: 42%;
        right: 125px;
        font-size: 20px;
        line-height: 30px;
        width: 150px;

    }


    #nav2-block1,
    #nav2-block2 {
        padding-top: 16px;
        line-height: 1.5em;
    }

    #nav2-block1 .link {
        display: inline-block;
    }

    #nav2-block1 .link a,
    #nav2-block2 .link a {
        padding: 16px 5px;
    }

    /* --- workaround for spaces around content but not titles --- */

    .content-subpage h3,
    .content-subpage .page-nav,
    .content-subpage hr,
    .content-portrait h3,
    .content-portrait .page-nav,
    .content-portrait hr,
    .subpage-minus-x-margin {
        margin-left: -25.7%;
        margin-right: -25.7%;
    }

    .subpage-minus-l-margin {
        margin-left: -25.7%;
    }

    .subpage-minus-r-margin {
        margin-right: -25.7%;
    }

}

@media (min-width: 1600px) {         

}


@media (min-width: 2200px) {
                                  
}


