/* salamandra.ch */

@import url('https://fonts.googleapis.com/css?family=Merriweather|Nunito+Sans');

html, body, div, p, h1, h2, h3, h4, h5, img {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background:#fff;
  color: #222;
  font-family: 'Nunito Sans', sans-serif;
  font-size:1.3em;
/*   background-image: url(img/bgl.png); background-repeat:repeat-x; */
}

img, embed, object, video {
max-width: 100%;
height: auto;
}

/* Fonts Formatierung */

a:link, a:visited {color: #727272;text-decoration: none;}
a:hover {color: #cacad3;}
a:active {color: #cacad3;text-decoration: none;}

#footer a:link {color: #e7e7e7;}
#footer a:hover {color: #cacad3;text-decoration: underline;}

a.button { align-items: center; background:#363d43; color:#f2f2f2;padding:5px 15px 5px 15px;font-family: 'Merriweather', serif; }
.button { text-align: center; border-radius: 5px; font-size: 120%;}  
.button:hover { background-color: #cacad3; color:#fff; }

hr { border:0 solid #363d43; border-bottom-width:1px; margin-top:20px;  margin-bottom:20px; clear:both; }
p {font-size: 1em;line-height:180%;margin-bottom: 1.4rem;}
h1 {
    /*padding: .1em .3em .1em .3em;*/
    margin: .5em 0 .5em 0;
    /*-webkit-box-decoration-break: clone;*/
    /*box-decoration-break: clone;*/
    /*display: inline;*/
    /*line-height: 200%;*/
    line-height: 1.15;
    font-size: 2.4em;
    color: #363d43;
    /*background:#e69400;*/
    font-weight:300;
    font-family: 'Merriweather', serif;
}
h2 {
    margin: .5em 0 .5em 0;
    font-size:2.2em;
    line-height: normal;
    color: #363d43;
    font-weight: 300;
    font-family: 'Merriweather', serif;
}
h3 {margin:.5em 0 .5em 0;font-size:2em; color: #363d43; font-weight:300;font-family: 'Merriweather', serif;}
h4 {margin:.9em 0 .4em 0;font-size:1.5em; color: #363d43; font-weight:300;font-family: 'Merriweather', serif;}

#con-right h2 {margin-bottom:0;}
#con-right p {margin-bottom:.4em;}

#content ul li {
  margin:6px 0 0 2px;
  padding:0 0 0 14px;
}


/*tables*/

table.contenttable {
  table-layout: fixed; min-width:65%;
}
 
tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
 
tr:first-child {
  border-top: 0 none;
}
 
th, td {
  padding: .7em; vertical-align: top;   font-size: 120%; 
}
 
thead tr, tr:nth-child(odd) {
  background-color: #ccc;
}
 
th {
  font-size: 120%; 
}
 
tbody th {
  text-align: left; 
}

td:last-child {
  min-width: 160px;
  text-align: right;
}

/* Layout */
/* Basic Layout */

#center {
  width:100%;
  position:relative; 
}

#head {
  position:relative;
  top:0;
  left:0;
  width:100%;
  max-width:1140px;
  height:110px;
  margin:0 auto;
  z-index:20;
}

#navigation {
  position:relative;
  width:68%;
  z-index:10;
  float:right;
  margin-right:1%;
  margin-top:44px;
}

#content {
    position:relative;
    left:0;
    width:100%;
     max-width:1140px;
   min-height:400px;
   margin:0 auto; padding-bottom: 60px;
  background:transparent url(../img/watermark.png) no-repeat; background-position: 100% 50%;
} 

.content-startseite {
  padding-top:0px;
}

#footer {
  position: relative;
  width:100%;
  margin: 20px 0 0 0;
  background-color: #363d43; 
}

.footerinhalt {
    width:100%;
      max-width:1140px;
  margin:0px auto;
  padding:10px 0 20px 0;
  font-size:100%; letter-spacing: 0.025em; 
}

.footerinhalt p {font-family: 'Merriweather', serif;font-weight:300;}

.footerservice {
  padding:0 40px 30px 40px;
}

.footerlogos {
 color: #e6e6e2;
  padding:20px 10px 0 10px;
  clear: both;
}

.con-footer-logos {width:100%;}

iframe {border:hidden;}

/* Navigation */
/* Ebene Eins */

ul.nav-ebene-eins {
  padding:0;
  margin:0;
  list-style-type:none;
  width: 100%;
  position:relative;
}

ul.nav-ebene-eins li {
  padding:0;
  margin:0;
  display:inline;
  float:left;
  position:relative;
}

ul.nav-ebene-eins li a {
  display:block;
  font-size:1em; 
  text-align:center;
  line-height: 40px;
  color:#222;
  padding:0 16px 0 16px;
}

ul.nav-ebene-eins li a:hover,ul.nav-ebene-eins li a.active, ul.nav-ebene-eins li.pretty-hover a {
    border-bottom:1px solid #222; color:#7c7d86; }

ul.nav-ebene-eins li#pageUid_14 a {border-right:none;}

/* Navigation */
/* Ebene Zwei */

ul.nav-ebene-zwei {
  padding:0;
  margin:0;
  width:300px;
  position: absolute;
  top:auto;
  left:0;
  display:none;

  
}
ul.nav-ebene-zwei li {
  clear:left;
  width:100%;
}
ul.nav-ebene-zwei li a {
  border-right:none;
  color:#7c7d86 !Important;
  background:#FFF !Important;
  border-bottom:1px solid #222 !important;
  padding:0 0 0 10px;
  line-height: 45px !important;
  font-size: 90%;
  text-align:left;
  white-space: nowrap;  
}

ul.nav-ebene-zwei li:last-child a {
  -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

ul.nav-ebene-zwei li a:hover {
  background:#FFF !Important;
  color:#e69400 !Important;
}

.code {width:1px;height:1px;overflow:hidden;}

/* Header Logo und Navigation */

#logo {
  position:absolute;
  top:6px;
  left:1px;
  z-index:100;
  }


#wrapservice {display: flex; align-items: center; justify-content: center; background: transparent; font-size:70%; color:#fefefe; padding-top: 8px; width: 100%; position:absolute; margin-top: 0; }


/* Sprache */

.language {background-color:transparent ; position:fixed; margin-top: 0; display:none;} 
  
ul#languageNavigation {
  position: absolute;
top:2px; right:8px;
  list-style-type: none;
  font-size: 70%;
}

ul#languageNavigation li {
  float:left;
}

ul#languageNavigation li a{
  display:block;
  padding:0 5px 0 5px;
  color:#000000;
   background: #e0e0e0;  
}
a.lang1 {border-left :2px solid #f7f7f7; }

/* Content Bereich */

#con-center{
  width:100%;
  line-height: 180%;
  position:relative;
  top: 40px;
}

#con-center p {
  line-height: 180%;
}

#con-center .ce-textpic .ce-media {
  margin:0 auto;
  padding:15px 0 25px;
  display: inline;
}

div.ce-column {display:inline;}
.ce-column { margin: 0 10px 10px 0; }

/* Kontaktformular  NEU */

.csc-mailform {
  border:none;
  padding:10px 0 10px 0;
  margin:0;
}

.csc-mailform ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.csc-mailform ol li {
  padding:0;
  margin:0;
}

.csc-mailform label {
  float:left;
  width:120px !Important;
  line-height:25px;
}

.csc-mailform .csc-form-element {
  padding-bottom:5px;
}

.csc-mailform input, .csc-mailform textarea {
  width:350px;
  padding:0;
  margin:0;
  border:1px solid #e69400;
  padding:5px;
  font-family: 'Open Sans', sans-serif;
  font-size:1rem;
}

.csc-mailform textarea {
  width:350px;
  height:100px;
}

.csc-mailform .csc-form-element-submit input {
  margin-left:102px !important;
  background:#e69400;
  width:120px;
  font-weight:400;
  color:#fff;
  border:1px solid #e69400;
}

/* TEASER 2-Spalten */
div.content-teaser {
   margin:0;
  padding:0;
   border-bottom: none;
   overflow: hidden;
   width: 49%;
   clear: none;
  float:left;
  position:relative;
  margin:0 2% 20px 0;
}

div.subsite-teasers a:nth-child(2n+0) div.content-teaser {
  margin-right:0;
}

div.content-teaser .teaser-image {
    float: left;
    margin-right:0;
    background-color: #FFF;
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
}

div.content-teaser .teaser-image img {
  min-height:225px;
  width: 100% !important;
  height:auto !important;
}

div.content-teaser .teaser-image h2.teaser-title {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
 font-size:1em;   color: #f1f1f1;
  background:#e69400;
  display:block;
  line-height:40px;
  margin:0;
  padding:0 0 0 20px;
  height:40px;
}

div.content-teaser h2 {
    color: #e9e9e9;}

.skantoteaser-text {
  position:absolute;
  left:0;
  top:160px;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#363d43;
}

.skantoteaser-text-inhalt {
  padding:12px;
  position:relative;
  color: #f1f1f1;
}

.teaser-lead {font-size: 90%;}
.teaser-title {font-size: 1.8em;}


span.arrow {
  width: 0;
  height: 0;
  border-left: 10px solid #CCC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  float:left;
  position:absolute;
  bottom:15px;
  right:15px;
}

/* Flexslider */
/* OLD V7.6
 .flexslider {
    margin: 0px 0px 0px;
    border:none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2)
    }
    
  .tx-ws-flexslider .caption-text {
  vertical-align: middle; height: auto;
  font-family: 'Merriweather', serif;
  text-align: center;
  width: 94%;
   background:transparent;
 }

.tx-ws-flexslider .caption-title { font-weight: bold;  font-size: 7.2vw; font-weight: 400; color:#e69400;text-shadow: 2px 0px #343434; line-height: 120%;}
.tx-ws-flexslider .caption-body p { margin-bottom: 0px;  font-size: 5.2vw; font-weight: 300; color:#e69400;text-shadow: 2px 0px #343434;}
.tx-ws-flexslider .caption-text { padding: 17px; }
.tx-ws-flexslider .caption-body a {color:#fff;}

.flex-control-nav {
  position: absolute;
  bottom:8%;
  left:0;
  display:block !important;
  z-index:2000;
}

.flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background:#fff;
   border-radius: 20px;
} 
*/

.caption-wrapper {
    position: absolute;
    width: 100%;
    left:0;
  top:50px;
}

.caption-link a {display:none}

  
.responsivemenu {display:none;}

ul.mobile-nav-ebene-eins {position:absolute;z-index:5000;top:36px;width:100%;padding:0;margin:0;list-style-type: none; display:none;}
ul.mobile-nav-ebene-eins.hasScrolled {top:36px;}
ul.mobile-nav-ebene-eins li {position:relative;}
ul.mobile-nav-ebene-eins a {display:block;line-height:40px;background:#464646;border-bottom:1px solid #535353;padding-left:20px;color:#fff;}
ul.mobile-nav-ebene-eins a:hover {background:#535353;}
ul.mobile-nav-ebene-eins li span {width:42px;height:40px;background:transparent url(../img/openclose.png) center top no-repeat; position: absolute; right:0px; top:0;}
ul.mobile-nav-ebene-eins li span.open {background:transparent url(../img/openclose.png) center bottom no-repeat;}

ul.mobile-nav-ebene-zwei {width:100%;padding:0;margin:0;list-style-type: none; display:none;}
ul.mobile-nav-ebene-zwei a {background:#535353;border-bottom:1px solid #606060;}
ul.mobile-nav-ebene-zwei a:hover {background:#606060;}


@media screen and (max-width: 935px) {
  body { background-image: none; }
  ul#languageNavigation {top:33px; right:20px; }
  .responsivemenu {display:block;position:absolute;top:0; right:0;width:100px;background:transparent;height:36px;z-index:5000;font-size: 80%;}
  .showmenu {display:block;position:absolute; right:20px; top:0px;z-index:5000; height:36px; background:transparent url(../img/menu.png) left center no-repeat; line-height:36px;padding-left:45px;}
  .showmenu:hover {cursor:pointer;}
  #navigation {display:none;}
  #wrapservice { display:none;}
  #center {width:100%;min-height: 100%;}
  #footer {width:100%;float:none;}
  
  .ce-mailform label {float:none;width:100%;}
  .ce-mailform input,  .ce-mailform textarea {width:90%;}
  .ce-mailform .ce-form-element-submit input {margin-left:0 !important;}
  table {font-size:1rem;}
  tr, td {padding:3px;}
  
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

  div.content-teaser {width: 32%;margin:0 2% 20px 0;}
  div.subsite-teasers a:nth-child(3n+0) div.content-teaser {margin-right:0;}
}

@media screen and (max-width: 760px) {
  body { background-image: none; }
  ul#languageNavigation {top:33px; right:20px; }
    #wrapservice { display:none;}
p {padding:0;margin:0;}
.content-startseite { padding-top: 0px; }
.caption-align-right .caption-title {display:none;}
a.button {display:block;margin-top:15px;}
  div.content-teaser {width: 49%;margin:0 2% 20px 0;}
  div.subsite-teasers a:nth-child(2n+0) div.content-teaser {margin-right:0;}  
  div.subsite-teasers a:nth-child(3n+0) div.content-teaser {margin-right:2%;}
}

@media only screen and (max-width: 510px) {
  body { background-image: none; }
  ul#languageNavigation {top:33px; right:20px; }
  h1 {
      font-size: 2.5rem;
      /*line-height: 160%; */
      letter-spacing: -1px;
      /*padding: .1em;*/
  }
  h2 {font-size: 2.4rem;}
  h3 {font-size: 2rem;}
  #logo { width: 60%; top: 4px;  left:6px; } 
  #head { height: 60px;}
  #wrapservice { display:none;}
.flex-control-paging li a {display:none;}
.col-container {display: flex; width: 100%; flex-wrap: wrap; }
  #content { max-width: 96%; margin: 0 auto }
.ce-row {padding-right: 10px;}
.ce-column { margin: 0 10px 10px 0; }
  div.content-teaser {width: 100%;margin:0 0% 20px 0;}
  div.subsite-teasers a:nth-child(2n+0) div.content-teaser {margin-right:0;}  
  div.subsite-teasers a:nth-child(3n+0) div.content-teaser {margin-right:0%;}
}

/* HH Slider */
#tns96-iw {
    width: 100%;
}

.slider-container.tns-horizontal .slider-slide img {
    width: 100%;
}

.slider-button-prev,
.slider-button-next {
    background-color: #acacac !important;
    opacity: 0.7;
}

.hh-slider {
    .visually-hidden.sr-only {
        display: none;
    }
}
/* HH Slider end */

/* Form */
form {
   margin: 15px 0;
    line-height: normal;

   label {
       font-weight: bold;
       margin-bottom: 5px;
   }

   .form-group {
       margin-bottom: 15px;
   }

    input[type=text],
    input[type=email],
    textarea {
        width: 95%;
        border: 1px solid #e69400;
        margin: 0;
        padding: 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
    }

   textarea {
       height: 150px;
   }

   /*.error.form-text {*/
   /*    color: red;*/
   /*}*/

   button[type=submit] {
       background-color: #e69400;
       border: none;
       color: white;
       padding: 10px 30px;
       text-decoration: none;
       margin: 15px 0;
       cursor: pointer;
       font-size: 1rem;
       font-weight: bold;
       letter-spacing: 1px;
   }

    @media (min-width: 576px) {
        input[type=text],
        input[type=email],
        textarea {
            width: 67%;
        }
    }
}
/* Form end */


/* Go top */
.go-top {
   position: fixed;
   right: 5px;
   bottom: 20px;
   visibility: hidden;
   opacity: 0;
   transition: opacity .3s 0s, visibility 0s .3s;
   z-index: 5;

   > a {
       display: block;
       width: 55px;
       height: 40px;
       outline: none;

       /*&:hover {}*/

       > .fa-sharp {
           font-size: 2.5rem;
           margin: 9px 0 0 10px;
       }
   }

   &.gt-is-visible {
       visibility: visible;
       opacity: 1;
       transition: opacity .3s 0s, visibility 0s 0s;
   }

   &.gt-fade-out {
       transition: opacity .3s 0s, visibility 0s 0s;
   }
}
/* Go top end */
  

