@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700);
@import url(https://fonts.googleapis.com/css?family=Rosario:400,700);

/*
================================================
Typo 3 Master CSS
Version: 1.1
Letze �nderung: 18.01.2012
================================================

Index
------------------------------------------------
Grundeinstellungen
- Univeral Selektor
- HTML-Tags
- Wrapper-DIV

Head Bereich
- Logo
- Sprachnavigation

Navigation
- Hauptnavigation
- Subnavigation

Content-Bereich
- Formatierungen speziell f�r Contentbereich

Sidebar
- Formatierungen speziell f�r Sidebar

Footer
- Formatierungen speziell f�r Footer

Typo3 Erweiterungen
- tt_news
- mailformplus
- ...
------------------------------------------------
*/

/*
==================
Grundeinstellungen
==================
*/

/*  Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* END RESET CSS */


img {
    width: 100%;
    height: auto;
}


/* Scrollbalken erzwingen und Safari und Chrome anweisen Schrift anti-aliased darzustellen. */
html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

/* HTML-Tags */

body {
    font-family: Rosario, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(../bilder-design/bg-water.jpg);
    background-repeat: repeat-x;
    background-color: #1f2c3f;
    font-family: 'Rosario', sans-serif;
    color: #333;
}

.luft {
    background-image: url(../bilder-design/bg-sky.jpg);
}

/*Titel*/
h1 {
    color: #4d8cb2;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 18px;
    font-family: 'Rosario', sans-serif;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb ul {
    margin-left: 0;
}

.start .ui-accordion-content {
    height: auto !important;
}

h2, .accordiontitle {
    font-size: 16px;
    text-transform: uppercase;
    background-image: url(../bilder-design/titelstrich.gif);
    background-repeat: repeat-x;
    text-align: center;
    clera: both;
    margin-bottom: 20px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
}

h2 .linie, .accordiontitle .linie {
    background-color: #67acd6;
    padding: 3px 15px;
    color: #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}

h3 {
    font-size: 14px;

}

/*
.einleitung h3 {
margin-bottom: 15px;
font-size: 18px;
color: #4d8cb2;
font-weight: normal;

}
*/
.einleitung a {
    color: #67acd6;
}

.einleitung {
    float: none;
    overflow: hidden;
    clear: both;
}

.csc-frame-frame1 h3 {
    font-size: 14px;
    font-weight: bold;
    height: 55px;
    color: #4c8bb2;
}


.multicolumnLayout2 img {
    max-width: 35px;
}


p {
    margin-bottom: 15px;
}

#content p {
    font-size: 14px;

}

.einleitung p {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.produkte .einleitung p {
    color: #333;
    font-size: 15px;
    font-weight: normal;
}
@media (min-width: 981px) {
    .produkte h1.csc-firstHeader {
        width: 50%;
    }
}


@media (min-width: 981px) {
    body:not(.startseite) .top-right {
        display: block;
        max-width: 428px;
        position: absolute;
        top: 64px;
        right: 42px;
        text-align: right;
    }
}

ol, ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.maincontent-list li {
    font-size: 13px;
}

/* IE7 anweisen Bilder besser zu skalieren */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}


/*Generelle Links*/
a {
    color: #000;
    text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

/*Links mit einem bestimmten Filetype*/

a[href $='.pdf'] {
    padding: 5px 0 5px 20px;
    background: url(../icons/pdf.gif) no-repeat center left;
}

a[href $='.doc'] {
    padding: 5px 0 5px 20px;
    background: url(../icons/doc.gif) no-repeat center left;
}

a[href $='.xls'] {
    padding: 5px 0 5px 20px;
    background: url(../icons/xls.gif) no-repeat center left;
}

/*Wrapper DIV*/
.wrapper {
    margin: 0 auto;
    width: 980px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*
==================
Head Bereich
==================
*/

#header {
    overflow: hidden;
}

.spaueberdachung #navigation {
    margin-bottom: 15px;
}

.spaueberdachung #titelbalken {
    -webkit-box-shadow: 0px 1px 4px 1px #888888;
    box-shadow: 0px 1px 4px 1px #888888;
}


.logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meta {
    float: right;
    text-align: right;
}

#metanav {

    margin-top: 15px;
}

#metanav li {
    display: inline;
    margin-left: 10px;
    text-transform: uppercase;
}

.telefon {

    margin-top: 29px;
    font-size: 16px;
    color: #999999;
}

.telefon p {
    margin-bottom: 0;
}

.telefon span {
    background-image: url("../bilder-design/telefon.gif");
    background-position: 2px 1px;
    background-repeat: no-repeat;
    color: #4C8BB2;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}

.telefonnummer, .system, .fabrikation {
    float: left;
    color: #4c8bb2;
}

.telefonnummer {
    margin-top: 2px;
    font-family: arial;
}

.telefonnummer a {
    color: #4C8BB2;
    cursor: default;
    font-size: 22px;
    text-decoration: none;
    font-family: 'Rosario', sans-serif;
    position: relative;
    top: -6px;
}

.system, .fabrikation {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 30px;
}

.fabrikation {
    background-image: url(../bilder-design/schweiz.gif);
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-top: 4px;
    height: 31px;
    font-size: 14px;
    font-family: 'Rosario', sans-serif;
    font-weight: 700;
}

.print {
    position: absolute;
    right: 15px;
    top: 15px;
}

.system {
    background-image: url(../bilder-design/europa.gif);
    background-repeat: no-repeat;
    padding-left: 51px;
    padding-top: 4px;
    height: 31px;
    font-size: 14px;
    font-family: 'Rosario', sans-serif;
    font-weight: 700;
}


/*Sprachnavigation*/
#lang {

}

/*Links Sprachnavigation*/
#lang a:link {
    color: #ddd;
    text-decoration: none;
}

#lang a:visited {
}

#lang a:hover {
}

#lang a:active {
}


#themenbild {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 1px #888888;
    box-shadow: 0px 4px 4px 1px #888888;
    margin-bottom: 30px;
    position: relative !important;
    z-index: 700;
}

.start {
    position: relative;
}

.start #themenbild {

    margin-top: 15px !important;
    /* height: 430px; */

}


.start #content, .start #footer, .start #copyright {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 20px;
}

.ohneheader #content {
    margin-top: 15px !important;
}


#themenbild .wt_gallery_single_inner_pic img {
    margin-top: -10px;

}


.swissmade {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3000;
}

/*
==================
Navigation
==================
*/

#navigation {
    background-color: #67acd6;
    width: 100%;

}

#mainnav {
    margin: 0 auto;
    padding: 0 10px 0px 0px;
    height: 40px;
    clear: both;
    width: 980px;
    float: none;
}

#mainnav li {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline;

}

/*HAUPTNAVIGATION Links*/

#mainnav a {
    padding: 14px 4px 13px 5px;
    display: block;
    float: left; /*ganze Fl�che anklickbar machen*/
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(111, 111, 111, 1);
}

#mainnav li a:link {
}

#mainnav li a:visited {
}

#mainnav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #528aab;
}

#mainnav li a:active {
}

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a {
    text-decoration: none; /* background-color: #528aab; */
    background-color: #528aab;
}

.sf-menu li {
    border-right: 1px solid #FFFFFF;
    height: 40px;
}


/* Superfisch */

.sf-menu {
    z-index: 9999;
}

.sf-menu ul {
    background-color: #333333;
    width: 249px !important;
    z-index: 19800 !important;
    position: relative;
}

.sf-menu ul li {
    border-bottom: 1px solid #000;
    border-top: 1px solid #565656;
}

.navpunkt10 ul {
    width: 130px !important;
}


#mainnav ul a {
    background-color: #333 !important;
    padding-left: 6px !important;
}

#mainnav ul li a:link {
}

#mainnav ul li a:visited {
}

#mainnav ul li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333 !important;
}

#mainnav ul li a:active {
}

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 3.3em !important;
    z-index: 99;
}


#contentsubnav {
    width: 180px;
    float: left;
    margin-right: 20px;
    margin-left: -20px;
}

#contentsubnav ul {
    margin-left: 0;
    padding-left: 0;
}

.scontent {
    float: left;
    width: 650px;
}


/*Im Contentbereich */

#subnav {
    padding: 0px;
    margin: 0px;


}

#subnav li {
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 0px solid #000;

}


.navpunkt37 {
    text-indent: -9999px;
    background-image: url(../bilder-design/home.png) !important;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 30px;
    background-position: 0 11px;
}

.navpunkt37 a {
    background-color: transparent !important;
}

/*
.navpunkt37 a:visited, .navpunkt37 a:hover {
	background-color: #67acd6;
	background-image: url(../bilder-design/home.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 11px;
}
*/

/*SUBNAVIGATION Links*/
#subnav a {
    padding: 10px 10px;
    display: block; /*ganze Fl�che anklickbar machen*/
    text-decoration: none;
}

#subnav li a:link {
}

#subnav li a:visited {
}

#subnav li a:hover {
    text-decoration: underline;
}

#subnav li a:active {
}

/*aktiver Subnavigationslink*/
#subnav li.subnavaktiv a {
    text-decoration: underline;
}


#subnav2 li {
    list-style-type: none;
    font-size: 16px;
}

#subnav2 li a {
    color: #4d8cb2;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    text-transform: uppercase;
}

#subnav2 .subnav2aktiv a {
    color: #fff;

}

#subnav2 .subnav2aktiv {
    background-color: #67acd6;
}


/*
==================
Content-Bereich
==================
*/
#content {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 1px #888888;
    box-shadow: 0px 0px 4px 1px #888888;
    margin-bottom: 30px;
    padding: 18px 62px 14px 62px;
    /*min-height: 500px;*/
    min-height: 440px;
    position: relative;
}

hr {
    height: 4px;
    background-color: #e3e7e9;
    padding: 0;
    margin: 15px 0;
    border: 0;
}

.maincontent-list {
    margin-left: 20px;
    padding-left: 0;
}

.maincontent-list li, #sitemap li {
    list-style-type: disc;
    list-style-position: outside;
    padding: 2px 4px;
    margin-left: 0px;
    /* padding-left: 18px;
     background-image:url(../bilder-design/aufzaehlungspunkt.jpg);
    background-repeat: no-repeat;
    background-position: 0 8px; */
}


.grund {
    width: 275px;
    float: left;
    margin-right: 5px;
}


.produkt {
    width: 170px;
    float: left;
    margin-right: 15px;
}


.einleitung div.csc-textpic .csc-textpic-imagewrap img {
    /*width: 260px;*/
    border: 4px solid #e5e9eb !important;
    box-sizing: border-box;
}

.einleitung .csc-frame-frame1 .csc-textpic-text {
    padding: 0 5px !important;
}

.einleitung .csc-textpic-text h4 {
    min-height: 35px;
    margin-bottom: 20px;
    font-family: Rosario, arial;
    font-weight: bold;
    font-size: 14px;
}

.grund {
    padding-left: 38px;
    width: 237px;
    background-repeat: no-repeat;
}

/* Icons */
.lampe {
    background-image: url(/fileadmin/bilder-design/icons/lampe.png);
}

.schwimmen {
    background-image: url(/fileadmin/bilder-design/icons/schwimmen.png);
}

/*
=================
Sidebar-Bereich
=================
*/
#sidebar {

}

/*
==================
Footer-Bereich
==================
*/

#footer {
    background-color: #333;
    margin-bottom: 30px;
    padding: 20px 60px;
}

#footer p {
    color: #d8d8d8;
}

#footer .item {
    float: left;
    width: 275px;
}

#copyright {
    color: #999;
    margin-top: -15px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#copyright a {
    color: #fff;
}

#footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 18px;

}

#footer .item p {
    border-top: 1px solid #565656;
    padding-top: 18px;
}

#footer .item td p {
    border-top: 0;
    padding-top: 0;
}

#footer .item div p {
    border: 0;
}

#footer .item div {
    border-top: 1px solid #565656;
    padding-top: 18px;
}


#footer a {
    color: #fff;
}

#footer table, #footer table td, #footer table tr {
    margin: 0;
    padding: 0;
    color: #D8D8D8;
    border: 0;
    font-size: 12px;
}

.column table, .column table td, .column table tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}

span.chflagge {
    background-image: url(../bilder-design/schweiz.gif);
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 0;
    line-height: 24px;
    background-size: 15px;
}

span.euflagge {
    background-image: url(../bilder-design/europa.gif);
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 0;
    line-height: 24px;
    background-size: 17px;
    background-position: 0 2px;
}

.portrait #themenbild {
    max-width: 1104px;
    margin: 0 auto;
    margin-bottom: 30px;
}


/*
===================
Typo3 Erweiterungen
===================
*/

/*tt_news*/


/*Latest*/

.news-latest-container {
    padding: 0;
}

.news-latest-item {
    padding: 0 0 10px 0;
    margin: 0;
}

.news-latest-item a {
    color: #003366;
    text-decoration: none;
}

.news-latest-item a:link {
}

.news-latest-item a:visited {
}

.news-latest-item a:hover {
}

.news-latest-item a:active {
}

.news-latest-gotoarchive {
    background-color: #E9F3F9;
    margin: 0;
    padding: 0;
}

.news-latest-date {
    font-size: 11px;
}


/*News Singleansicht, Detail*/

.news-single-item {
    margin: 0;
    padding: 0;
}


/*News List*/

.news-list-item {
    clear: left;
    padding: 0 0 20px 0;
}

.news-list {
    clear: left;

}

.news-list-image {
    padding: 0px 10px 20px 0px;
    float: left;
}


.news-list-date {
    float: none;
    padding: 0 0 5px 0;
}

.news-list-container {
    width: 100%;
}


.news-list-container img {
    float: left;

}

.news-list-container hr {
    display: none;
    background-color: #0099ff;
}


.news-single-backlink {
    padding: 10px 0px;
}


/*Tabellen*/
table {
    border-collapse: collapse;
}

table, th, td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}


/*Formulare*/
#tx-powermail-pi1_fieldset_1 legend {
    color: #CC9966 !important;
    font-weight: bold;
    padding: 15px 0px 15px 0px;

}

fieldset {
    border: 0;
    display: block;
}

.powermail_submit {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0 130px;

}

select {
    margin-bottom: 11px;
    box-sizing: border-box;
    margin-top: 4px;
}

textarea {
    border: 1px solid #333;
    width: 250px;
    box-sizing: border-box;
}

label {
    width: 130px;
    float: left;
    box-sizing: border-box;

}

input {
    border: 1px solid #333;
    margin-bottom: 5px;
    width: 250px;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    border: none;
}

.csc-mailform-check {
    width: 20px;
}

.csc-mailform-field:nth-child(11) {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.field-Abri_piscine {
    margin-bottom: 10px;
}

.field-Abri_piscine label, .field-Abri_terrasse label {
    float: left;
    width: 200px;
}

.field-CoperturaPiscina {
    margin-bottom: 10px;
}

.field-CoperturaPiscina label, .field-CoperturaTerrazza label {
    float: left;
    width: 200px;
}

.field-Schwimmbadberdachun {
    margin-bottom: 10px;
}

.field-Poolueberdachung label, .field-Terassen label {
    float: none !important;
    width: 200px !important;
}


.csc-mailform label, .csc-mailform input {
    font-size: 14px;
    padding: 5px;
}

.tx-powermail-pi1_mandatory_submit {
    background-color: #6B9B3B;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5px;
    width: 180px;
    cursor: pointer;
}

.tx_powermail_pi1_form textarea {
    width: 280px;
    height: 150px;
}

.tx_powermail_pi1_form input, .tx_powermail_pi1_form textarea {
    border: 1px solid #616D78;
}

.tx-powermail-pi1_mandatory_submit {
    margin-top: 5px;
    border: 1px solid #616D78;
}

.powermail_mandatory_list {
    margin: 20px;
    font-weight: normal;
    color: #F00;
}

/* Formular */
/*
.field-Schwimmbadberdachun label, .field-Terrassenberdachungen label, .field-Abri_piscine_bas label, .field-Abri_terrasse label {
	float: right;
	width: 292px;
	margin-top: 2px;
}
*/

.field-Schwimmbadberdachun input, .field-Terrassenberdachungen input, .field-Abri_piscine_bas input, .field-Abri_terrasse input {
    padding-left: 0;
    margin-left: 0;
}

.field-Schwimmbadberdachun, .field-Terrassenberdachungen, .field-Abri_piscine_bas, .field-Abri_terrasse {
    height: 21px;
}


#mailformSchwimmbadberdachun, #mailformTerrassenberdachungen, #mailformAbri_terrasse, #mailformAbri_piscine_bas {
    float: left;
}

.field-Schwimmbadberdachun, .field-Abri_piscine_bas {
    margin-top: 5px;
}

.field-Bemerkung, .field-Remarques {
    margin-bottom: 10px;
}

.field-formtype_mail {
    clear: both;
}


.fehlertext {
    color: #000;
    font-weight: bold;
    background-color: #f99;
    padding: 2px;
    border: 1px solid #f00;
    width: 375px;

}

.formfehler {
    border: 1px solid #f00;

}

.csc-mailform-submit {
    background-color: #4D8CB2;
    color: #fff;
    border: none;
    margin-top: 20px;
    padding: 5px 10px;
    cursor: pointer;
    width: 80px;
}

.csc-mailform-submit:hover {
    text-decoration: underline;
}

/*optional*/
.pflichtfelder {
    margin: 12px 0 0 170px;

}


.bodytext {
    margin: 0 0 15px 0;
    padding: 0;

}


#map {
    float: left;
    width: 510px;
    height: 340px;
    margin: 0px;
    color: #000;

}

/*wt-gallery*/
.list_row {
    float: left;
}

.list_row img {
    padding: 5px 5px 5px 0;

}

.wtgallery_list_pagebrowser_area {
    display: none;

}

#titelbalken #kategoriesymbol img {
    border-bottom: 10px solid #fff;
}


/*korrektur des Frontend Editors*/
#feEditAdvanced-showHiddenContent Label {
    Width: 190px;
}


#mycarousel {
    overflow: visible !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("prev-horizontal.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: -8px !important;
    position: absolute;
    top: 43px;
    width: 32px;
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 5px 40px !important;
    width: 780px !important;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*height: 135px !important;*/
    height: 115px !important;
    width: 770px !important;
}

.jcarousel-clip li {
    cursor: pointer;
}

.wt_gallery_list_inner_text {
    height: 15px;
}

.jcarousel-next, .jcarousel-prev {
    top: 33px !important;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: 14px !important;
}

#mycarousel li img {
    border: 4px solid #E5E9EB;
}

#mycarousel li p {
    color: #999;
}

.tx-wtgallery-pi1 .wt_gallery_single_inner_title {
    background-color: #fff;
    padding: 5px 15px 3px 15px;
    margin-top: -28px;
    width: 40px;
    display: block;
    position: relative;
    z-index: 2000;
    font-size: 14px;
}


#subnav {
    margin-top: 15px;
    height: 38px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

#subnav li {
    float: left;
    min-width: 195px;
    background-color: #333;
}


#subnav li {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.subnavaktiv {
    border-bottom: 1px solid #333 !important;
}

.subnavaktiv a {
    text-decoration: none !important;
}

#subnav li a {
    color: #fff;
    text-decoration: none;
}

#subnav li a:hover {
    text-decoration: none;
}

#titelbalken {
    width: 980px;
    height: 57px;
    background-color: #333;
    color: #fff;
    clear: both;
    overflow: hidden;
}

#titelbalken h3 {
    font-size: 23px;
    font-weight: normal;
    margin: 11px 0 0 10px;
    float: left;
    height: 55px !important;
}

#titelbalken .csc-textpic-text {
    padding-top: 20px;
}

#kategoriesymbol {
    float: right;
}


/* Nivo */

.nivo-directionNav {
    display: block !important;
    width: 83px !important;
    float: right !important;
    position: relative;
    top: 14px;
    right: -13px;
}

.nivo-prevNav {
    float: left;
}

.nivo-nextNav {
    float: right;
}


.nivo-directionNav a {
    position: relative !important;
}


.jcarousel-skin-tango {
    margin-left: 65px;
}


.pdfsymbol {
    background-image: url(../bilder-design/icons/pdfsymbol.png);
}


.kontaktsymbol {
    background-image: url(../bilder-design/icons/kontaktsymbol.png);
}

.katalogsymbol {
    background-image: url(../bilder-design/icons/katalog.png);
}

.kontaktsymbol a, .katalogsymbol a {
    color: #4c8bb2;
    font-size: 15px;
}


.pdfsymbol, .kontaktsymbol, .katalogsymbol {
    background-repeat: no-repeat;
    background-position: left;

    height: 24px;
    padding-left: 40px;
    padding-top: 7px;
    margin-right: 20px;
}

.multicolumnLayout2 h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
}


/* Icons */
.csc-textpic-intext-left-nowrap img {
    border: 0 !important;
}


/*colorlightbox*/
#cboxLoadedContent {
    overflow: visible;
}

#playerausgabe {
    height: 305px;
    width: 400px;
}

.nivo-caption {
    display: none !important;
}


.listimagefloat {
    float: left;
    margin-right: 11px;
    min-height: 245px;

}

.listimagefloat p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 4px;
    font-family: 'Rosario', sans-serif;

}


.listimagefloat img.wtgallery {
    border: 4px solid #E5E9EB;

    box-sizing: border-box;
}


.wt_gallery_list_inner_comments {
    font-family: "Rosario", "sans-serif";
    width: 200px;


}

.wt_gallery_list_inner_comments span {
    font-size: 11px;
}


/*
.wt_gallery_list_inner_comments {
font-size: 15px;
font-family: 'Istok Web', sans-serif;
color: #333;


}
*/

/* Player Video */

.videoimage {
    position: relative;
    text-align: right;
}

.videoimage img {
    border: 4px solid #e5e9eb;
}

.playbtn {
    background-image: url(../bilder-inhalt/playerknopf.png);
    width: 38px;
    height: 33px;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    left: 203px;

}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 22px;
}

.breadcrumb .breadaktiv a {
    color: #999;
}

.ui-widget-content {
    background: none !important;
    border: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none !important;
    border: none !important;

}


.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -12px !important;
    position: absolute;
    top: 50%;
}

.ui-state-default .ui-icon {
    background-image: url("/fileadmin/bilder-design/accordion-pfeil.gif") !important;
}

.ui-state-active .ui-icon {
    background-image: url("/fileadmin/bilder-design/accordion-pfeil-unten.gif") !important;
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
    background-position: 0 0 !important;
}

.tx-jfmulticontent-pi1 {
    cursor: pointer;
    position: relative;
    margin-top: 50px !important;
    zoom: 1;
    padding-left: 3em !important;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

.ui-icon {
    height: 25px !important;
    width: 25px !important;
    background-image: url("/fileadmin/bilder-design/accordion-pfeil.gif") !important;
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -12px !important;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 3em !important;
}

.tx-jfmulticontent-pi1 a {
    outline: none;
}

.field-formtype_mail {
    margin-left: 20%;
}

/* Start Flexslider */
.start .flexslider {
    border: 0;
    overflow: hidden;
}


.flexslider {
    margin-bottom: 5px !important;
    border: 0 !important;

}


.flex-viewport {
    width: 100% !important;
}

.start .flex-control-nav {
    display: none;
}

.tx-snflexslider li p {
    display: inline;
    background-color: #fff;
    padding: 4px 10px;
    position: relative;
    top: -18px;
}

#carousel img {
    cursor: pointer;
}

#carousel ul li {
    margin-right: 20px;
}

#navigation + .wrapper.start {
    width: 100%;
}

.sf-menu li {
    border-right: 0;
}

.start #themenbild {
    margin-top: 0 !important;
}


.swissmade {
    width: 39px;
}


.columnItems {
    margin-right: 20px;
}


.start .einleitung .columnItem .csc-textpic-imagewrap {
    width: 100%;
}

.mobilenavi {
    display: none;
}


.hamburger {
    display: none;
}

#modsubnav {
    display: none;
}

.auswahl {
    display: none;
}


/* Mediaqueries */

#mobile-menu {
    display: none;
}


@media screen and (max-width: 980px) {

    #subnav {
        display: none;
    }


    body {
        background-size: 415%;
    }


    .auswahl {
        background-color: #67acd6;
        padding: 10px;
        width: 90%;
        margin: 0 auto;
        display: block;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
        margin-top: 9px;
        text-align: center;
        font-size: 15px;
        background-image: url(/fileadmin/bilder-design/down.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .auswahl > li.subnavaktiv {
        list-style-type: none;
        border: 0 !important;
    }

    #modsubnav li {
        list-style-type: none;
    }

    #modsubnav .subnavaktiv {
        display: none;
    }

    #modsubnav {
        width: 100%;
        margin: 1px auto;
        margin-top: -19px;


    }

    #modsubnav li a {
        background-color: #67acd6;
        padding: 10px;
        margin: 0 auto;
        display: block;
        color: #fff;
        cursor: pointer;
    }

    #modsubnav li a:hover {
        background-color: #5893b7;
        padding: 10px;
        margin: 0 auto;
        display: block;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

    .auswahl a {
        border: 0;
        color: #fff;
    }

    .slicknav_btn {
        display: none !important;
    }

    .hamburger {
        width: 32px;
        position: relative;
        top: -79px;
        right: 25px;
        cursor: pointer;
        float: right;
    }

    /* 2018 start */
    #hamburger-icon {
        display: block;
    }

    .navpunkt37 {
        margin-left: 18px !important;
    }


    .mm-navbar ul.sprache {
        display: flex;
        justify-content: space-around;
        margin: 0;
    }

    .mm-navbar ul.sprache li.active a {
        color: #000;
    }

    .mm-navbar .kontaktsymbol, .mm-navbar .katalogsymbol {
        margin: 0 !important;
        padding: 0;
        position: absolute;
    }

    .mm-navbar .kontaktsymbol a, .mm-navbar .katalogsymbol a {
        float: left;
        margin-left: 50px;
    }

    .mm-navbars_bottom {
        padding-top: 10px;
    }

    .mm-navbars_bottom .mm-navbar {
        justify-content: center;
    }


    @media screen and (max-width: 768px) {
        #content .csc-textpic-imagewrap {
            width: 100%;
        }

        #content .csc-textpic-imagewrap .csc-textpic-image img {
            margin: 0 auto;
            width: auto;
        }

        #content .csc-textpic-text h4 {
            text-align: center;
        }

    }

    /* 2018 end */
    .wrapper, #mainnav, #titelbalken {
        max-width 980px;
        width: 100%;
    }

    #navigation, .meta {
        display: none;
    }

    .multicolumnContainer li {
        display: block !important;
        width: 100% !important;
    }

    #subnav li {
        width: 100%;
    }

    .print, #contentsubnav {
        display: none;
    }

    #themenbild {
        margin-bottom: 30px;
    }

    #content {
        padding: 18px 22px 14px 22px;
    }

    .katalogsymbol {
        display: block;
        margin-bottom: 10px;
        clear: both;
        margin-top: 25px;
    }

    .maincontent-list {
        margin-left: 0;
        padding-left: 0;
    }


    label, input, select, textarea {
        width: 100%;
        display: block;
        clear: both;

    }

    .csc-mailform-check {
        clear: none;
    }

    /*
    .field-Schwimmbadberdachun label, .field-Terrassenberdachungen label, .field-Abri_piscine_bas label, .field-Abri_terrasse label {
        position: relative;
        top: 25px;
        left: 21px;
        float: none;
    }
    */
    .field-formtype_mail {
        margin-left: 0;
        top: 25px;
        position: relative;
        margin-bottom: 25px;
    }

    .scontent .multicolumnLayout1 .columnItems {
        padding-left: 0 !important;
    }

    #map1 {
        width: 100% !important;
    }

    .scontent {
        width: 100%;
    }

    .csc-mailform {
        width: 100%;
    }

    #footer .item {
        width: 100%;
    }

    #footer .columnItems {
        padding: 0 !important;
    }

    #footer {
        background-color: #333;
        margin-bottom: 30px;
        padding: 20px 20px;
    }

    .wt_gallery_list_inner_comments {
        margin-bottom: 20px;
        height: 30px;
    }

    .columnItems .maincontent-list {
        display: inline !important;
        margin-left: 20px !important;
    }

    .columnItems .maincontent-list li {
        width: 100% !important;

    }

    /* .portrait #themenbild{
        width: 100%;
    } */


}


@media screen and (min-width: 980px) {

    .slicknav_menu, .mobilenavi {
        display: none;
    }

}


@media screen and (min-width: 550px) and (max-width: 980px) {


    .listimagefloat {
        width: 47%;
    }

}


@media screen and (min-width: 768px) and (max-width: 980px) {

    .multicolumnContainer li {
        display: block !important;
        width: 50% !important;
    }

    .listimagefloat {
        width: 47%;
    }

}


@media screen and (max-width: 768px) {

    .gm-style, .inner_cbQuickGoogleMap {
        width: 100% !important;
    }

}


@media screen and (max-width: 530px) {

    #titelbalken {
        height: 65px;
    }

    #titelbalken h3 {
        width: 50%;
        font-size: 18px;
    }

    .listimagefloat {
        width: 100%;
    }

    .flex-prev, .flex-next {
        background-size: 30px !important;
        bottom: 20% !important;
    }

    .flex-next {
        width: 20px !important;
    }

    .swissmade {
        width: 29px;
    }

}


/* Slicknav */

/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #67acd6;
    padding: 5px;
    margin-top: -10px;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: transparent;
    color: #fff;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: transparent;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}


.startseite #content > .csc-default:nth-child(-n+8) {
    width: 25%;
    float: left;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-right: 5px;
}


.startseite #content > .csc-default:nth-child(-2n+8) {
    padding-right: 0;
    padding-left: 5px;
}


.flex-nav-prev a:hover, .flex-nav-next a:hover {
    opacity: 1 !important;
}

/* Slide Down Pfeil */

.pfeil {
    position: absolute;
    bottom: 45px;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    padding: 5px;
    background-image: url('../bilder-design/pfeil-down.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    left: 50%;
    margin-left: -40px;
    opacity: 0.9;
}


.pfeil {
    -webkit-animation: slide 0.8s forwards;
    -webkit-animation-delay: 0.2s;
    animation: slide 0.8s forwards;
    animation-delay: 0.3s;
}

@-webkit-keyframes slide {
    100% {
        bottom: 18px;
    }
}

@keyframes slide {
    100% {
        bottom: 18px;
    }
}


.pfeil:hover {
    opacity: 1;
}

.pfeil a {
    display: block;
}

/* Footer einr�cken */

#footer .multicolumnContainer li:nth-child(3) .item p {
    padding-left: 20px;
}

.chflagge, .euflagge {
    position: relative;
    left: -20px;
}

@media screen and (max-width: 880px) {
    .startseite #content > .csc-default:nth-child(-n+8) {
        width: 50%;
        float: left;

    }

}

@media screen and (max-width: 530px) {

    .startseite #content > .csc-default:nth-child(-n+8) {
        width: 100%;
        float: left;
    }

}

@media screen and (max-width: 1080px) {

    .pfeil {
        display: none;
    }

}


/* Katalog Button 2016 */
.header-left .sys, .header-left .fabri {
    color: #4c8bb2;
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Rosario', sans-serif;
    font-weight: 700;
    line-height: 24px;
}

.header-left {
    width: 60%;
    float: left;
}

.header-right {
    width: 40%;
    float: left;
}

.header-right .telefonnummer {
    float: left;
    background-color: #E6E6DA;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.header-right .telefonnummer a {
    top: -1px;
}


.telefonnummer span {
    background-image: url("../bilder-design/telefon.gif");
    background-position: 2px 1px;
    background-repeat: no-repeat;
    color: #4C8BB2;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}

.header-left .fabri {
    background-image: url(../bilder-design/schweiz.gif);
    background-repeat: no-repeat;
    padding-top: 4px;
    height: 31px;
    background-position: 32% 0%;
}

.header-left .sys {
    background-image: url(../bilder-design/europa.gif);
    background-repeat: no-repeat;
    padding-top: 4px;
    height: 31px;
    background-position: 32% 0%;
}


/*NEW HEADER 2016 - JF*/
.meta.newheader {
    width: 80%;
}

.headerbgcolor {
    background-color: #fff;
}

.newheader .header-right {
    width: 35%;
}

.newheader .header-left {
    width: 65%;
}

.newheader .header-left .fabri img, .newheader .header-left .sys img {
    height: 25px;
    width: auto;
    margin-right: 10px;
    display: inline-block;
}

.newheader .header-left {
    box-sizing: border-box;
    padding-right: 30px;
}

.newheader .header-left .fabri p, .newheader .header-left .sys p {
    float: right;
    margin: 0;
    height: 25px;
    line-height: 24px;
}

.newheader .header-left .fabri, .newheader .header-left .sys {
    background: none;
    height: 25px;
    padding-top: 8px;
}

.newheader .catalog {
    background: #1d4165;
    padding: 20px;
    height: 50px;
    overflow: hidden;
}

.newheader .catalog .catacontent {
    text-align: left;
    width: 55%;
    float: left;
}

.newheader .catalog h1, .newheader .catalog h2, .newheader .catalog h3, .newheader .catalog h4, .newheader .catalog h5, .newheader .catalog h6 {
    font-family: rosario;
    font-weight: bold;
    font-size: 13px;
    color: #67acd6;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.newheader .catalog p, .newheader .catalog a, .newheader .catalog span {
    font-family: rosario;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.newheader .catalog img {
    display: inline-block;
    width: 60%;
    margin-right: -22%;
    margin-top: -12px;
}

.newheader .freeoffer {
    background: #E6E6DA;
    padding: 10px 20px;
    overflow: hidden;
}

.newheader .freeoffer p {
    font-family: rosario;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    color: #4C8BB2;
    text-align: left;
}

.newheader a:hover {
    text-decoration: none;
}

.newheader .header-right .telefonnummer {
    margin: 0;
    float: none;
    display: block;
    overflow: hidden;
}

.newheader .header-right .telefonnummer p {
    margin: 10px 0;
    line-height: 20px;
}

.newheader .header-right .telefonnummer a {
    cursor: pointer;
}

.newheader .telefonnummer span {
    background-image: url("/fileadmin/bilder-design/telefon-header.png");
    background-position: 5px 2px;
    background-size: 18px;
}

/* Slider Anpassung auf der Startseite */

.flex-prev {
    position: absolute;
    bottom: 50%;
    left: 35px !important;
    width: 80px;
    height: 80px;
    padding: 5px;
    background-image: url('../bilder-design/pfeil-links.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    left: 50%;
    margin-left: -40px;
    opacity: 0.9;
}

.flex-next {
    position: absolute;
    bottom: 50%;
    right: 35px !important;
    width: 80px;
    height: 80px;
    padding: 5px;
    background-image: url('../bilder-design/pfeil-rechts.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    right: 50%;
    margin-left: -40px;
    opacity: 0.9;
}

.flex-prev,
.flex-next {
    font-size: 0;
}

.flex-nav-prev a {
    opacity: 0.9 !important;
    display: block;
}

div#carousel .flex-direction-nav {
    display: none;
}
