/* 
Theme Name: Kiwanis_20190503
Version: 1.2  ( Oktober 2018 )
Description: Responsive Multi-Purpose Jimdo theme with dropdown navigation
STEFAN ELLBRUECK DESIGN
URI: http//www.designwelt.com/
*/


/*-----------------------------------------------------------------------------------
    Includes the main custom elements:
                     1. Main
                     2. Layout
                     3. Dropdown jQuery Navigation
                     4. Custom Jimdo forms
                     6. Responsive Image slider
                     7. Media Queries

    Custom theme colors:

                     1. Color blue          #2DB2EA; /* Color 1 */
                     2. Color blue light    #C62020; /* Color 1.0 */
                     3. Color blue dark     #2488af; /* Color 1.1 */
          
------------------------------------------------------------------------------------*/


/*  1. Main
--------------------------------- */
body,p,table,td {} /* leave blank to use jimdo style tab */

#hs-container h1 {
    font-family: 'Roboto', sans-serif; /* Web fonts */
    text-transform:uppercase;
}
#hs-container h2 {
    font-family: 'Roboto', sans-serif; /* Web fonts */
    text-transform:uppercase;
}
#btm-container h3,#hs-footer h3 {
    font-family: 'Roboto', sans-serif; /* Web fonts */
    border-bottom:1px solid #2DB2EA; /* Color 1 */
    padding-bottom:10px;
}

#hs-main a:link,#hs-main a:visited {
    text-decoration: none;
}

#hs-main a:active,#hs-main a:hover {
    color:#2488af; /* Color 1.1 */
}

/* custom line */
#hs-container div.hr {
    border-bottom-width:2px;
    height: 2px;
    border-bottom-width: 2px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.hs-iframe {
    overflow:hidden;
}

/*  2. Layout
--------------------------------- */
.body {
    background: #fff url();/* you can use a bg image here */
    background-repeat: repeat;
}

#hs-container {
    width: 100%;
    padding: 0;
}

#hs-header {
    background: #202020 url();/* you can use a bg image here */
    background-repeat:repeat;
    background-position:left top;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#hs-top {
   background:#000;
   width:100%;
   float:left;
   border-bottom:1px solid #444;
}

#hs-logo {
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0 5px;
}

#title {
    float: left;
    padding: 5px;
}

#title h1 {
    color: #2DB2EA;/* color 1 */
    font-family: 'Roboto', sans-serif; /* Web fonts */
    font-size: 11px;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px;
}

#title p {
    color: #f0f0f0;
    font-family:Helvetica, Arial, sans-serif;
    font-size: 11px;
}

#description {
    float: right;
    padding:15px 0;
}

#description p {
    color: #f0f0f0;
    font-size: 11px;
    padding: 5px 0;
    text-align: right;
}

.sc-wrapper {
    float:right;
    padding:0;
    z-index:999;
}

/* select nav wrapper */
#m-wrapper {
    display:none;
    height: 60px;
    margin:0;
    position:relative;
    padding:0px;
    cursor: pointer !important;
    font-size:1.1rem;
    border:none;
    -webkit-appearance: none;
    -moz-appearance:none;
    background: #2DB2EA url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/dropmenu-white.png?t=1556870500) right center no-repeat;
}

#m-wrapper span {
    display: block;
    vertical-align: middle;
    padding:20px;
    color:#fff;
    text-shadow: 1px 1px 0 #666;
    font-family: 'Roboto', sans-serif; /* Web fonts */
    font-size: 16px;
    text-transform:uppercase; 
}

/*** Jimdo nav panel in admin mode ***/
#cc-nav {
    margin-top:10px!important;
}

/*** Main ***/

#home-nav {
   float:right;
   padding:5px;
   color:#ccc;
}

#home-nav a{
   color:#2DB2EA; /* Color 1 */
}

#top-nav {
    background: #2DB2EA; /* Color 1 */
    width: 100%;
    height: 60px;
    z-index:999;
}

#hs-pagenav {
    float:left;
    padding:5px 0;
    width:100%;
}

/*** 2nd nav wrapper - breadcrumb ***/
#hs-subnav {
    width:100%;
    padding:0;
    float:left;
    background:#f3f3f3;
}

.cc-indexpage #hs-subnav {
    display:none;
}

#hs-subnav ol {
    padding:0;
    margin:0;
    list-style: none;
    display: inline;
}

#hs-subnav ol li {
    float:left;
    line-height:2.8em;
    color:#777;
    padding-left:.75em;
}	
	
#hs-subnav ol li a {
    background:url(crumbs.png) no-repeat right center;
    display:block;
    padding:0 15px 0 0;
    color:#888;
    text-decoration:none;
}	
						
#hs-subnav ol li a:hover,
#hs-subnav ol li a.current,#hs-subnav ol li.cc-nav-current.j-nav-current a {
    color:#2DB2EA; /* Color 1 */
    text-decoration:none;
}	

#hs-main {
    width: 960px;
    margin: 0 auto;  
}

#hs-content {
    float:left;
    width:100%;
    padding:0;
    margin:0;
}

#hs-sidebar {
    float:right;
    width:260px;
    display:none;
}

/*** matrix page styles ***/

#hs-footer #cc-m-7562563986 {
    visibility:hidden;
}

#btm-container {
    width: 100%;
    min-height:200px;
    background:#38c6ff; /* color 1.0 */
    color: #fff;
}

#btm-container body,#btm-container p,#btm-container table,#btm-container td,#btm-container h1,#btm-container h2,#btm-container h3 {
    color:#fff;
}

#hs-footer {
    width: 100%;
    background:#202020;
    border-top:0px solid #2DB2EA; /* color 1 */
    color: #999;
}

#hs-footer h3 {
    color:#fff;
    padding: 0 0 30px;
    text-transform:uppercase;
    margin: 0 0 15px;
    border-bottom-width:3px;
    height: 3px;
    border-bottom-width: 3px;
    border-color: #444;
}

#hs-footer p {
    color:#999;
}

#footer-left {
   float:left;
}

#footer-right {
   float:right;
   padding:20px 0 0;
   width:100%;
}

#hs-footer #contentfooter div.leftrow,#hs-footer #contentfooter div.rightrow {
    float:right;
   text-align:right;
   width:100%;
}

#hs-footer div#contentfooter div.leftrow p {
    color: #F8A835;
}

#hs-footer a {
    color: #ccc;
    text-decoration: none;
    font-weight: 400;
}

#hs-footer a:hover {
    text-decoration: underline;
}

#hs-footer .inline {
    display: none;
}

#hs-footer #contentfooter {
    margin-top:20px;
    padding:5px 0;
    border-top: 3px solid #2DB2EA; /* Color 1 */
}

#hs-footer #contentfooter div.rightrow a#login {
   color:#202020;
}

#loginbox-header img {
    display: none !important;
}

div#loginbox div#loginbox-header {
    background: #f6f6f6 url(http://u.jimdo.com/www61/o/s1aeecbbb2a5865b1/userlayout/img/matrix.png?t=1381796802) !important;
    background-repeat: no-repeat !important;
}

#hs-container #login_container,#hs-container #password-resend {
    background: url(http://u.jimdo.com/www61/o/s1aeecbbb2a5865b1/userlayout/img/matrix.png?t=1381796802)center right !important;
    background-repeat: no-repeat !important;
}

/* fix Jimdo social buttons */
#hs-container .n.j-googleplus,#hs-container .n.j-facebook {
    overflow:hidden;
}

/*** Gutter ***/
#hs-navigation .hs-gutter {
    padding: 0 0 20px;
}

#hs-content .hs-gutter {
    padding: 15px 0;
}

#hs-sidebar .hs-gutter {
    padding: 0 0 5px 15px;
}

#hs-sidebar-right .hs-gutter {
    padding: 5px 0 30px 0;
}

#hs-footer .hs-gutter,#btm-container {
    padding: 15px 0;
}


/*** Jimdo navigation ***/
ul.mainNav1,ul.mainNav2,ul.mainNav3 {
    padding: 0 !important;
    list-style: none;
    text-align: left;
    margin: 0;   
}

ul.mainNav1 li,ul.mainNav2 li,ul.mainNav3 li {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: inline;
}

/*** 1st level ***/
#home-nav ul.mainNav1 li a,#home-nav ul.mainNav1 li a:link,#home-nav ul.mainNav1 li a:active,#home-nav ul.mainNav1 li a:visited {
    display: inline;
    text-decoration: none !important;
    font-weight: 400;
    color: #666;
    font-size: 11px;
    line-height:11px;
    margin: 0 1px 5px 0 !important;
    border-right:1px dotted #666;
    padding: 0 8px;
}

#home-nav ul.mainNav1 li a:hover,#home-nav ul.mainNav1 li a.current,#home-nav ul.mainNav1 li a.parent {
    text-decoration: none !important;
    color:#fff;
}

/*** 2nd level ***/
#hs-subnav ul.mainNav2 li a,#hs-subnav ul.mainNav2 li a:link,#hs-subnav ul.mainNav2 li a:active,#hs-subnav ul.mainNav2 li a:hover,#hs-subnav ul.mainNav2 li a:visited {
    display: block;
    float: left;
    color:#999;
    text-decoration: none;
    font-family: 'Roboto', sans-serif; /* Web fonts */
    text-transform:uppercase;
    font-size: 12px;
    border-right:1px solid #ccc;
    margin: 0 !important; 
    padding:8px 10px; 
}

#hs-subnav ul.mainNav2 li a:hover,#hs-subnav ul.mainNav2 li a.current,#hs-subnav ul.mainNav2 li a.parent:hover,#hs-subnav ul.mainNav2 li a.parent {
    color: #333;
}

/*** 3rd level  ***/
#hs-pagenav ul.mainNav3 li a,#hs-pagenav ul.mainNav3 li a:link,#hs-pagenav ul.mainNav3 li a:active,#hs-pagenav ul.mainNav3 li a:hover,#hs-pagenav ul.mainNav3 li a:visited {
    display: block;
    float: left;
    color:#fff;
    background:#ccc;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    font-family: 'Roboto', sans-serif; /* Web fonts */  
    font-size:13px;
    text-transform:uppercase;
    text-decoration: none;
    margin: 0 !important;
    padding: 6px 12px;
}

#hs-pagenav ul.mainNav3 li a:hover,#hs-pagenav ul.mainNav3 li a.current,#hs-pagenav ul.mainNav3 li a.parent {
    background: #2DB2EA; /* color 1 */
    color:#fff;
    text-decoration:none!important;
}

/*** hidden nav levels ***/
#home-nav ul.mainNav2,
#hs-pagenav ul.mainNav1 .level_1,#hs-pagenav ul.mainNav2 .level_2, 
#hs-subnav ul.mainNav1 .level_1,#hs-subnav ul.mainNav3.mainNav3 .level_3,#hs-subnav ul.mainNav1 .level_3,
.tinynav,#nav
{
    display: none;
} 

/*  3. Dropdown jQuery Navigation
--------------------------------- */
#main-superfish-wrapper {
    text-align: left;
    height:60px;
    background:#2DB2EA; /* color 1 */
}

div.navigation-wrapper {
    height: 45px;
    padding: 0 25px;
}

#main-superfish-wrapper ul.sf-menu {
    display: inline-block;
}

ul.sf-menu,.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif; /* web fonts */
}

ul.sf-menu {
    line-height: 1;
}

#hs-footer ul.sf-menu {
    display:none;
}

ul.sf-menu li {
    float: left;
    position: relative;
    padding: 0;
    font-size: 14px;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #666;
}

ul.sf-menu li:hover {
    visibility: inherit;
}

/* fixes IE7 'sticky bug' */
ul.sf-menu li a {
    padding: 0 15px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    position: relative;
}

#top-nav .sf-menu a,#top-nav .sf-menu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
    color: #fff; /* you can custom this element */
}

#top-nav .sf-menu li:hover,#top-nav .sf-menu li.sfHover,#top-nav .sf-menu a:focus,#top-nav .sf-menu a:hover,#top-nav .sf-menu a.parent,#top-nav .sf-menu a.agen,#top-nav .sf-menu a.agen span,a.cc-nav-current.j-nav-current,li.cc-nav-parent.j-nav-parent a.sf-with-ul {
    color: #fff;
    background:#2488af; /* color 1.1 */
    outline: 0;
    text-decoration: none;
}

/*--- sub menu ---*/
ul.sf-menu li:hover ul,ul.sf-menu li.sfHover ul {
    left: 0;
    z-index: 100015;
    top: 60px;
}

/* match top ul list item height */
ul.sf-menu ul {
    text-align: left;
}

ul.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}

/* left offset of submenus need to match (see below) */
ul.sf-menu ul li {
    width: 100%;
    padding: 0px 0;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left: 200px;
    top: -1px;
}

#top-nav .sf-menu li:hover ul,#top-nav .sf-menu li.sfHover ul {
    color: #fff;
    border-top: 1px solid #2488af; /* color 1.1 */
    width: 200px;
}

/* match ul width */
#top-nav .sf-menu li li {
    background: #2DB2EA; /* color 1 */
    font-size: 12px;
    z-index: 100015;
    width: 200px;
}
#top-nav .sf-menu li li:hover{
}
   

ul.sf-menu li li:last-child {
    border: 0;
}

ul.sf-menu li li a {
    color: #fff;
    line-height:40px;
    height: auto;
    padding-left: 15px;
}

ul.sf-menu li a:hover {
      color: #fff;
}

/*** sub indicator ***/
.sf-sub-indicator {
    margin-right: 3px;
    float: left;
}

#top-nav ul.cc-nav-level-0.j-nav-level-0 {
    display:none;
}

/*  4. Jimdo form styles
--------------------------------- */

/*** content  form ***/
#hs-content .cc-m-form-view-sortable input,#hs-content input.single,#hs-content input.newsletterInput,#hs-content div#cc-checkout-shipping-address-form input,#hs-content div#cc-checkout-billing-address-form input,#hs-content div#cc-checkout-billing-contact-form input,#hs-content div.cc-checkout-user-note-form textarea {
    background: none;
    background-color: #e4e4e6;
    margin-bottom: 15px;
    color: #333;
    border: none;
    outline: none;
    padding: 10px 0;
    margin:5px 0;
}

#hs-content .cc-m-form-view-sortable textarea,#hs-content .n.j-formnew textarea,#hs-content .n.j-comment textarea,#hs-content .commententry.cc-com-entry textarea {
    background: none;
    background-color: #e4e4e6;
    margin-bottom: 15px;
    color: #333;
    border: none;
    outline: none;
    padding: 10px 0;
    margin:5px 0;
}

/*** btm-container  form ***/
#btm-container .cc-m-form-view-sortable input,#btm-container input.single,#btm-container input.newsletterInput,#btm-container div#cc-checkout-shipping-address-form input,#btm-container div#cc-checkout-billing-address-form input,#btm-container div#cc-checkout-billing-contact-form input,#btm-container div.cc-checkout-user-note-form textarea {
    background: none;
    background-color: none;
    margin-bottom: 15px;
    color: #2488af; /* Color 1.1 */
    border: 1px solid #2DB2EA; /* Color 1 */
    outline: none;
    padding: 10px 0;
    margin:5px 0;
}

#btm-container .cc-m-form-view-sortable textarea,#btm-container .n.j-formnew textarea,#btm-container .n.j-comment textarea,#btm-container .commententry.cc-com-entry textarea {
    background: none;
    background-color: none;
    margin-bottom: 15px;
    color: #2488af; /* Color 1.1 */
    border: 1px solid #2DB2EA; /* Color 1 */
    outline: none;
    padding: 10px 0;
    margin:5px 0;
}

/*** footer forms ***/
#hs-footer .cc-m-form-view-sortable input,#hs-footer input.single,#hs-footer input.newsletterInput {
    background: none;
    background-color: #444;
    color: #f0f0f0;
    border: none;
    outline: none;
    padding: 7px 0;
    margin:5px 0;
}

#hs-footer .cc-m-form-view-sortable textarea,#hs-footer .n.j-formnew textarea {
    background: none;
    background-color: #444;
    color: #f0f0f0;
    border: none;
    outline: none;
    padding: 10px 0;
    margin:5px 0;
}

/* input button */
#hs-container input[type=submit],#btm-container input[type=submit],#hs-footer input[type=submit],#hs-container a.blogreadmore,#hs-container .hs-button{
    background: #2DB2EA; /* color 1 */
    border:none;
    cursor:pointer;
    text-decoration: none!important;
    float: left;
    margin: 0;
    color: #fff;
    height: auto;
    padding: 10px 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #2488af; /* Color 1.1 */
}

#hs-content input[type=submit]:hover,#btm-container input[type=submit]:hover,#hs-footer input[type=submit]:hover,#hs-container a.blogreadmore:hover,#hs-container .hs-button:hover {
    color:#333;
    text-shadow: none;
}

#hs-footer input[type=submit],#btm-container input[type=submit]{
    width:100%;
    text-transform:uppercase;
}

/*** form note ***/
#hs-content .cc-m-form-note,#btm-container .cc-m-form-note,#hs-footer .cc-m-form-note{
    padding: 3px 0 3px 20px;
    margin-top: 10px;
    font-size:11px;
}

#hs-content .cc-m-form-note {
    border-top: 1px solid #ccc;
}

#btm-container .cc-m-form-note {
    border-top: 1px solid #2DB2EA; /* color 1 */
}

#hs-footer .cc-m-form-note {
    border-top: 1px solid #444;
}

/*** newsletter style ***/
#btm-container input.newsletterInput,#hs-footer input.newsletterInput {
    width:100%;
    margin-bottom:15px;
}

/* hiding newsletter title */
#hs-content #newsHeader,#hs-content strong.newslettertitel,#btm-container #newsHeader,#btm-container strong.newslettertitel,#hs-footer #newsHeader,#hs-footer strong.newslettertitel {
    display: none;
}

/* note of newsletter in german language */
#hs-sidebar-right div.newsletterbox div.newsletterbox-advice,#hs-footer div.newsletterbox div.newsletterbox-advice {
    margin: 40px 0 10px 0;
    font-size: 85%;
    font-style: normal;
}

#hs-main dt#mandFields-label,#hs-footer dt#mandFields-label {
    margin-top: 25px;
}

#hs-footer input.newsletterInput {
    margin: 5px 0;
    padding:7px;
    width:90%;
}

/*** button in login page ***/
#hs-container input#senden,#hs-container button.onpagelogin-button {
    margin: 0px !important;
    border: 1px solid #A9A9A9;
    padding: 5px 14px !important;
    background: #E1E1E1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 #FFF inset;
    color: #383838 !important;
    cursor: pointer;
    float: right !important;
    font-size: 12px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFF;
}

#hs-content a.blogreadmore {
    float:left;
    margin:0;
    padding: 5px 10px;
    text-transform:lowercase;
}

/*** Photo gallery style 1 ***/
#hs-container div.thumb_sq1,#hs-footer div.thumb_sq1 {
    margin: 0 3px 3px 0;
}

#hs-container div.thumb_sq1 a img,#hs-footer div.thumb_sq1 a img {
    display: block;
    border: none;
    background: #ccc;
    -webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -o-transition: color .2s linear, background .2s linear, border-color .2s linear;
   transition: color .2s linear, background .2s linear, border-color .2s linear;
}

#hs-footer div.thumb_sq1 a img {
    background: #444;
}

#hs-container div.thumb_sq1 a img:hover,#hs-footer div.thumb_sq1 a img:hover {
    background: #2DB2EA; /* color 1 */
    border: none;
}

/*** custom blog elements ***/

/* custom blog icon style3 */
#hs-container div.datetime.dt-style3 {
    width: auto;
    height: auto;
    margin: 0 0px 10px 0;
    background: none;
    border-radius: 0px;
    border-bottom:2px solid #555;
    box-shadow: none;
}

#hs-content span.comment {
    float:right;
    background-image:none;
}

/* blog in sidebar */
#hs-sidebar a.blogreadmore,#hs-sidebar div.datetime.dt-alignment-right,#hs-sidebar div.datetime.dt-alignment-left  {
    display:none;
}

#hs-sidebar span.comment {
    float:right;
    font-size:11px;
}

/*** Styling online store ***/
#hs-container span.fn {
    font-family: 'Roboto', sans-serif; /* Web fonts */
    font-size:14px;
    color: #333;
    text-transform:uppercase;
    margin-top:10px;
}

#hs-content table.cc-checkout-products th {
    border-bottom: 3px solid #2488af; /* Color 1.1 */
    background: #2DB2EA; /* Color 1 */
    color: #fff;
}

/***  Shopping cart style ***/ 
#hs-header #cc-sidecart-wrapper {
    padding:0;
}

#hs-header .cc-sidecart-header {
    background:#333;
    margin-top: 3px;
    border-bottom:none;
    padding: 0px;
    color: #fff;
    width:282px;
}

#hs-header .cc-sidecart-header strong {
    float:left;
    font-size:11px;
    line-height:17px;
    color:#ccc;
    padding:3px 10px 3px 30px;
    background:url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/hs-cart.png?t=1556870522) no-repeat 2px 2px;
}

#hs-container #cc-sidecart div.cc-sidecart-content,#hs-container div.cc-sidecart-footer,#hs-sidebar-right #cc-sidecart-wrapper {
    display:none;
}
#hs-container a.cc-shop-addtocard,#hs-container  a.cc-shop-addtocard:visited,#hs-container  a.cc-sidecart-checkout,#hs-container a.cc-sidecart-checkout:visited,#hs-container input.cc-checkout-btn {
    text-shadow:none;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*** Content teaser ***/
.content-teaser {
    width: auto;
    padding: 20px;
    background: #e4e4e6 url();
    background-repeat:repeat;
    border:1px solid #ccc;
    border-left: 4px solid #2DB2EA; /* color 1 */
}

/*** Tagcloud ***/
#hs-container .tagcloud a,#btm-container .tagcloud a,#hs-footer .tagcloud a {
    display: block;
    float: left;
    padding: 5px 10px;
    font-size:10px;
    background: #2DB2EA; /* Color 1 */
    margin-bottom: 5px;
    margin-right: 5px;
    color:#fff!important;
    text-decoration:none!important;
    -webkit-transition: all 0.2s ease 0s; 
    -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; 
    transition: all 0.2s ease 0s; -webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
}

#hs-container .tagcloud a:hover,#btm-container .tagcloud a:hover ,#hs-footer .tagcloud a:hover {
    background: #777;
    text-decoration:none!important;
}

/***  Custom links ***/
.links ul{
    margin:0!important;
    padding:0!important;
    -webkit-padding-start: 0px!important;
    text-decoration:none!important;
    list-style:none;
}

.links li {
    padding:10px 0;
    border-bottom: 1px solid #333;
}

#hs-content .links li {
    border-bottom: 1px solid #ccc;
}

.links li a {
    text-decoration:none;
    color: #777!important;
}

.links li a:hover {
    color: #fff!important;
    text-decoration:none!important;
}

#hs-content .links li a:hover {
    color: #2DB2EA!important; /* Color 1 */
    text-decoration:none!important;
}

/*** Twitter widget ***/
#hs-container div.cc-m-twitter ul li,#hs-footer div.cc-m-twitter ul li {
    padding: 0 0 15px 30px !important;
    background: url(twitter-bird.png) no-repeat 0 3px !important;
}

#hs-container .ie-6 div.cc-m-twitter ul li,#hs-footer .ie-6 div.cc-m-twitter ul li {
    background: url(twitter-bird.png) no-repeat 0 3px !important;
}

#hs-container div.cc-m-twitter ul li span,#hs-container div.cc-m-twitter ul li span {
    display: block;
    padding-left: 5px !important;
    overflow: hidden;
}

#hs-container a.cc-pinterest-link {
   float: left;
}

/*** hover image overlay ***/
#hs-container .n.j-imageSubtitle a img,#hs-footer .n.j-imageSubtitle a img {
   -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#hs-container .n.j-imageSubtitle a img:hover,#hs-footer .n.j-imageSubtitle a img:hover {
   opacity:0.5;
}

/*** Social Bookmarks ***/
.social-icons {
    float:left;
}
		
ul.social-icons {
    margin:0;
    padding:0;
    font-size: 0;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    background-color: #333;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

ul.social-icons li a {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/hs-social.png?t=1556870538);
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .25s linear 0;
    -moz-transition: all .25s linear 0;
    -ms-transition: all .25s linear 0;
    -o-transition: all .25s linear 0;
    transition: all .25s linear 0;
}

ul.social-icons li.twitter a {
    background-position: 0 0;
}

ul.social-icons li.facebook a {
    background-position: -31px 0;
}

ul.social-icons li.dribble a {
    background-position: -62px 1px;
}

ul.social-icons li.vimeo a {
    background-position: -94px 1px;
}

ul.social-icons li.youtube a {
    background-position: -126px 1px;
}

ul.social-icons li.rss a {
    background-position: -155px 1px;
}

ul.social-icons li.picasa a {
    background-position: -186px 2px;
}

ul.social-icons li.stubleupon a {
    background-position: -217px 2px;
}

ul.social-icons li.skype a {
    background-position: -248px 2px;
}

ul.social-icons li.dropbox a {
    background-position: -279px 2px;
}

ul.social-icons li.cat a {
    background-position: -310px 1px;
}

ul.social-icons li.linkedin a {
    background-position: -341px 1px;
}

ul.social-icons li.plus a {
    background-position: -372px 1px;
}

ul.social-icons li.pinterest a {
    background-position: -403px 2px;
}

ul.social-icons li.blogger a {
    background-position: -434px 1px;
}

ul.social-icons li.flickr a {
    background-position: -464px -1px;
}

ul.social-icons li.delicious a {
    background-position: -495px 1px;
}

ul.social-icons li.yahoo a {
    background-position: -526px 1px;
}

ul.social-icons li.evernote a {
    background-position: -557px 2px;
}

ul.social-icons li.apple a {
    background-position: -588px 1px;
}

ul.social-icons li.behance a {
    background-position: -620px 1px;
}

ul.social-icons li.gplus a {
    background-position: -651px 2px;
}

ul.social-icons li.digg a {
    background-position: -682px 1px;
}

ul.social-icons li.lastfm a {
    background-position: -713px 0;
}

ul.social-icons li.myspace a {
    background-position: -745px 1px;
}

ul.social-icons li.deviantart a {
    background-position: -776px -1px;
}

ul.social-icons li.wordpress a {
    background-position: -806px 2px;
}

ul.social-icons li.mail a {
    background-position: -838px 0;
}

ul.social-icons .twitter:hover {
    background-color: #47c0d8;
}

ul.social-icons .facebook:hover {
    background-color: #49699f;
}

ul.social-icons .dribble:hover {
    background-color: #e65992;
}

ul.social-icons .vimeo:hover {
    background-color: #568799;
}

ul.social-icons .youtube:hover {
    background-color: #b72d24;
}

ul.social-icons .rss:hover {
    background-color: #fe9900;
}

ul.social-icons .picasa:hover {
    background-color: #535353;
}

ul.social-icons .stubleupon:hover {
    background-color: #eb4924;
}

ul.social-icons .skype:hover {
    background-color: #24b0e4;
}

ul.social-icons .dropbox:hover {
    background-color: #5da3e8;
}

ul.social-icons .cat:hover {
    background-color: #7292a2;
}

ul.social-icons .linkedin:hover {
    background-color: #2c7cb7;
}

ul.social-icons .plus:hover {
    background-color: #629e61;
}

ul.social-icons .pinterest:hover {
    background-color: #c21c21;
}

ul.social-icons .blogger:hover {
    background-color: #f38f33;
}

ul.social-icons .flickr:hover {
    background-color: #b5c2d2;
}

ul.social-icons .delicious:hover {
    background-color: #3975be;
}

ul.social-icons .yahoo:hover {
    background-color: #a55bbe;
}

ul.social-icons .evernote:hover {
    background-color: #606060;
}

ul.social-icons .apple:hover {
    background-color: #fe9900;
}

ul.social-icons .behance:hover {
    background-color: #18a3fe;
}

ul.social-icons .gplus:hover {
    background-color: #2882c6;
}

ul.social-icons .digg:hover {
    background-color: #2882c6;
}

ul.social-icons .lastfm:hover {
    background-color: #be0607;
}

ul.social-icons .myspace:hover {
    background-color: #1b61b0;
}

ul.social-icons .deviantart:hover {
    background-color: #5f7162;
}

ul.social-icons .wordpress:hover {
    background-color: #33759d;
}

ul.social-icons .mail:hover {
    background-color: #65a413;
}

/** jQuery toggles & tabs ***/

.toggle {
    color: #444;
    font-weight:bold;
} 

.toggle a.switch {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight:bold;
    line-height: 21px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.toggle a.switch:first-child {
    border: none;
    padding: 0;
}

.toggle a.switch  {
    background-color: #555;
    background-image: url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/plus.png?t=1556870562);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    float: left;
    margin-right: 10px;
    height: 21px;
    width: 21px;
}

.toggle a.switch.opened{
    color: #2DB2EA; /* Color 1 */
}

.toggle a.switch.opened {
    background-color: #2DB2EA; /* Color 1 */
    background-image: url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/minus.png?t=1556870555);
}

.toggle .content {
   margin: 10px 0 0;
   padding: 0;
   
}

/*** tabs ***/
ul.tabs-nav {
    font-size: 0;
    list-style: none;
    margin:0;
    padding:0;
}

ul.tabs-nav > li {
    display: inline-block;
    margin-bottom: -1px;
}

ul.tabs-nav > li > a {
    background-color: #555;
    border-right:1px solid #ddd;
    color: #ccc;
    display: block;
    text-decoration:none;
    font-size: 12px;
    padding: 8px 20px;
}

ul.tabs-nav > li > a:hover {
    color: #fff!important;
    background-color: #2DB2EA; /* Color 1 */
    text-decoration:none!important;
    
}

ul.tabs-nav > li.active > a {
    color: #fff;
    background-color: #2DB2EA; /* Color 1 */
}

div.tabs-container {
    border: 1px solid #e4e4e4;
    border-radius: 0 2px 2px 2px;
    padding: 20px;
}


/*  6. Responsive image slider
--------------------------------- */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 auto 30px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {zoom: 1; margin: 0; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: #333 url(https://u.jimcdn.com/cms/o/s3503c9a288dc1d91/userlayout/img/bg-direction-nav.png?t=1556870485) no-repeat 11px 7px; position: absolute; top: 45%; z-index: 10; cursor: pointer;width: 40px; height: 40px; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next { background-position: -36px 7px; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px; background-position: -36px 7px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { width: auto; position: absolute; bottom: 70px; right: 2%; margin: 0; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 8px; height: 7px; display: block; background: #222; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.flex-control-paging li a:hover { background: #ddd; }
.flex-control-paging li a.flex-active { background: #ddd; cursor: default; position: relative; }

.flex-caption{
        display:none;
        position:absolute;
	bottom: 65px;
	left: 45%;
	padding: 10px;
	max-width: 50%;
        background:#2DB2EA; /* color 1 */
        border-left:4px solid #2488af; /* Color 1.1 */
}

.flex-caption h1,
.flex-caption p{
	text-align: left;
        color:#fff;
}

.flex-caption h1{
	font-size: 18px;
        text-transform:uppercase;
        text-shadow: 1px 1px 0 #666;
}

.flex-caption p{
     font-size: 12px;
}

.flex-caption p a{ border-bottom: 1px solid #F55D2D; color: #eee; }

.flex-active-slide .flex-caption{
	display: block;
}

@media screen and (max-width: 746px) {
  .flex-active-slide .flex-caption { display: none; }
}

/*** Flex holder ***/
.flex-holder {
    width:100%;
    position:relative;
    padding:0;
    display:none;
}

/* displaying slider in custom pages */
.cc-indexpage .flex-holder,#page-1636291694 .flex-holder{
   display:block;
}

.cc-pagemode-sitetemplate .flex-holder,.cc-pagemode-overlay  .flex-holder{
   display:none;
}

/*  6. Media Queries
----------------------------------------------- */

/*** Tablet Layout 768px ***/
@media only screen and (min-width: 746px) and (max-width: 1024px) {

/* main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content,#hs-sidebar{ width: 702px;}
.cc-indexpage #hs-content,#hs-content {padding: 10px 0;}
#hs-content .hs-gutter,#hs-sidebar .hs-gutter  {padding: 0;}
ul.sf-menu,.sf-menu *,#main-superfish-wrapper {display:none;}
#hs-footer .hs-gutter {padding: 15px 0;}
#hs-footer h3 {font-size:14px;}

/* cms */
#hs-container .cc-m-video-container {width: 692px!important;}
#hs-container .n.j-hgrid .cc-m-video-container {width: 100%!important;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:662px;}
#hs-container .com-avatar.cc-entry-avatar {margin-right:10px;}

/* nav */
#top-nav select{opacity:0!important;}
#hs-pagenav {padding:5px 0px;}
.tinynav { display: block;width:702px;height:58px;position: absolute;top:0;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;color:#333;-webkit-appearance: none;-moz-appearance:none;}
#m-wrapper { display: block;width:702px;}

/* shopping cart */
#hs-header .cc-sidecart-header {
    margin-right: 0px; width:282px;}
}


/*** Wide Mobile Layout: 480px ***/
@media only screen and (min-width: 460px) and (max-width: 745px) {

/* Main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content,#hs-sidebar{ width: 400px;}
.cc-indexpage #hs-content,#hs-content {padding: 20px 0px;}
#hs-content .hs-gutter {padding: 0;}
#hs-header {}
#description {padding:5px 0;}
#hs-top #title,#hs-logo,#hs-logo img {max-width:400px;float: none;margin-left: auto;margin-right: auto;display: block;font-size:11px;text-align:center;} 
ul.sf-menu,.sf-menu *,#home-nav,#main-superfish-wrapper,#hs-header .social-icons {display:none;}
#hs-header .cc-sidecart-header { width:400px;}
#hs-container a.blogreadmore {padding: 5px 10px;text-transform: lowercase;}

/* cms */
#hs-content .cc-m-hgrid-column,#btm-container .cc-m-hgrid-column,#hs-footer .cc-m-hgrid-column {width:100%!important;padding-bottom:10px;}
#hs-container .cc-m-video-container {width: 390px!important;}
#hs-container div.j-imageSubtitle img,#hs-container .imgleft,#hs-container .cc-m-image-align-1,#hs-container .cc-m-image-align-2,#hs-container .cc-pinterest-overlay,#hs-container .cc-m-image-resizewrapper img {max-width: 400px !important;height:auto!important;float:none; padding-bottom:10px;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:360px;}
#hs-container .com-avatar.cc-entry-avatar {margin-right:10px;}
#hs-container .cc-catalog-container.cc-catalog-sliderview.cc-catalog-st-3 {width:400px!important;}

/* nav */
#top-nav select{opacity:0!important;}
#hs-pagenav,#hs-subnav {display:none;}
.tinynav { display: block;width:400px;height:58px;position: absolute;top:0;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;color:#333;-webkit-appearance: none;-moz-appearance:none;}
#m-wrapper { display: block;width:400px;}

/* Online store */
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-img {}
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-desc {margin-left: 0px;clear:both;padding-top:20px;}
#hs-content div.cc-checkout-subheadings {font-size:14px;padding-bottom:5px;}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image {max-width: 380px !important;height:auto!important;float:none;margin:10px 0;}

}

/*** Mobile Layout: 320px ***/
@media only screen and (min-width: 290px) and (max-width: 459px) {

/* Typography */
#hs-container h1, #hs-container h2, #hs-container h3,#hs-footer h1, #hs-footer h2,#hs-footer h3 { font-size:95%}

/* Main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content,#hs-sidebar{ width: 282px;}
.cc-indexpage #hs-content,#hs-content {width: 282px;padding: 20px 0px;}
#hs-header {}
#description {padding:5px 0;}
ul.sf-menu,.sf-menu *,#home-nav,#main-superfish-wrapper,#hs-header .social-icons {display:none;}
#hs-top #title,#hs-logo,#hs-logo img {max-width:282px;float: none;margin-left: auto;margin-right: auto;display: block;font-size:11px;text-align:center;} 
#hs-content .hs-gutter {padding: 0;}
#hs-footer .hs-gutter{padding: 10px 0;}
#hs-footer #contentfooter div.leftrow,#hs-footer #contentfooter div.rightrow {float:none;text-align:center;width:100%;}
#hs-container a.blogreadmore {padding: 5px 10px;text-transform: lowercase;}
ul.tabs-nav > li > a {font-size: 12px;padding: 4px 10px;}
div.tabs-container {padding: 10px;}

/* cms */
#hs-container .cc-m-video-container {width: 272px!important;}
#hs-content .cc-m-hgrid-column,#btm-container .cc-m-hgrid-column,#hs-footer .cc-m-hgrid-column {width:100%!important;padding-bottom:10px;}
#hs-container div.j-imageSubtitle img,#hs-container .imgleft,#hs-container .cc-m-image-align-1,#hs-container .cc-m-image-align-2,#hs-container .cc-pinterest-overlay,#hs-container .cc-m-image-resizewrapper img {max-width: 272px !important;height:auto!important;float:none; padding-bottom:10px;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;width:95%;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:252px;}
#hs-container strong.number,#hs-container .com-avatar {display:none;}

/* nav */
#top-nav select{opacity:0!important;}
#hs-pagenav,#hs-subnav {display:none;}
.tinynav { display: block;width:282px;height:58px;position: absolute;top:0;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;color:#333;-webkit-appearance: none;-moz-appearance:none;}
#m-wrapper { display: block;width:282px;}

/* Online store */
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-img,#hs-container div.cc-shop-product-img-confines,#hs-container img.cc-shop-product-main-image {max-width:272px!important;height:auto!important;}
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-desc {margin-left: 0px;clear:both;padding-top:20px;}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image {max-width: 272px !important;height:auto!important;float:none;margin:10px 0;}
#hs-container .cc-catalog-container.cc-catalog-sliderview.cc-catalog-st-3 {width:282px!important;}

/* checkout page for mobile devices */
#hs-content div#cc-checkout-gutter {padding: 0;}
#hs-content div.cc-checkout-subheadings {font-size:16px;padding:0;}
#hs-content span#cc-checkout-address-head-differs,#hs-content span#cc-checkout-address-head-same{ padding:5px 0; float:left;width:100%;font-size:95%;}
#hs-content table.cc-checkout-products {border-collapse: collapse;font-size: 10px;padding: 0;margin: 0;vertical-align: middle;}
#hs-content table.cc-checkout-products th {padding: 3px;margin: 0;vertical-align: middle;}
#hs-content table.cc-checkout-products th.cc-desc {padding-left: 0px;line-height: 1.3em;}
select#billing_country.cc-sa-country-code-select{ width: 180px;}
#hs-content div#cc-checkout-shipping-address-form input,#hs-content div#cc-checkout-billing-address-form input,#hs-content div#cc-checkout-billing-contact-form input,#hs-content div#cc-checkout-shipping-address-form select,#hs-content div#cc-checkout-billing-address-form select {margin: 6px 0 10px;width:212px;}
#hs-content table,#hs-content td,#hs-content th{font: normal 10px/120% Helvetica, Arial, sans-serif;font-weight: normal;}
#hs-content label#cc-checkout-address-checkbox-title {float: left;margin-top:5px;}
}

/* CUSTOM KIWANIS */

/*Warenkorb ausblenden*/
#hs-header #cc-sidecart-wrapper { 
 display: none;
}

/*Zahlungsinfos im Footer ausblenden*/
#contentfooter div.inforow {
 display: none;
}