﻿
/*
color-primary: #4b3f3d
color-info:    #635350
color-light:   #e4daca 
logo-blau:     #40b2ee
*/


body {
    background-color: #70614f;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 0;
    padding-bottom: 0;
}

.pfeile {
   color: #fff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
}


.card-text {
    font-size: 15px;
    padding: 5px;
}

.innenabstand {
    margin:0 20px 0 20px ;
}

.innenabstand-fusszeile {
   margin: 70px 0 0 0;
}

.innenabstand-foto {
   padding: 10px;
}

a {
    color: #eee;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #bba27a;
        text-decoration: underline;
    }

.center {
    text-align: center;
    padding: 70px 20px;
}
.left {
    text-align: left;
    padding: 40px;
}
.text-bild {
    text-align: left;
    padding: 30px;
}
#WebsiteContent #btnFooterTop  { position: absolute; top: -15px; right: 15px;  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.175); }
#WebsiteContent { padding-bottom: 0px; position: center; background-color: #faf8f0; }
#WebsiteContent a:link, #WebsiteContent a:visited { color: #cb551a !important; font-style:oblique !important;  }
#WebsiteLogo { height: 400px !important ;  position: absolute; top: 0px; left: 0px; right: 0px; z-index: 9999; background: url(../images/bg-header.png); background-repeat: repeat-x; }
#WebsiteContent a:hover, #WebsiteContent a:active { color: #c1a478 !important; }
#WebsiteContent hr { color: rgba(0, 0, 0, 0.7) !important; }
#WebsiteFooter { color: #fff; padding-bottom: 30px; }
#WebsiteFooter a:link, #WebsiteFooter a:visited { color: #c1a478;}
#WebsiteFooter a:hover, #WebsiteFooter a:active { color: #fff; }
.container-fluid { margin:auto; }
.innenabstand-section {margin: 200px 0 200px 0;}
.innenabstand-section-leer {margin: 500px 0 200px 0;}
.innenabstand { padding: 10px;}
.innenabstand-text { padding: 35px;}
.hundertprozent { width: 100%; border: none; }
.btn-link { background-color:#d6cab3; }
.align-text-bottom {margin: 80px 80px 80px 80px; }
.bg-primary {
    color: #70614f;
    background-color: #ebe7d9;
}


section .section-textblock {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: hidden;
}


hr {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-width: 1px;
    color: #ad9f95;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.table {
    border-collapse: collapse !important;
}

    .table td {
        background-color: rgba(231, 225, 204, 0.77) !important;
    }

    .table th {
        background-color: #70614f !important;
        color: #fff;
    }

section .section-textblock {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.table {
    border-collapse: collapse !important;
}

    .table td {
        background-color: rgba(231, 225, 204, 0.77) !important;
    }

    .table th {
        background-color: #70614f !important;
        color: #fff;
    }



/*
	Swiper Pfeile
*/


.jssora01l,
.jssora01r {
   position: absolute;
   width: 60px;
   height: 100px;
   z-index: 10;
   font-size: 30px;
   cursor: pointer;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
/*
.jssora01l {
	left: 20px;
}
.jssora01r {
	right: 20px;
}
*/



/* Fifty */
.fifty {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.fifty-pic,
.fifty-content {
   width: 50%;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
}

   .fifty-pic img {
      max-width: none;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
   }

.fifty-content {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 20px;
   background-color: rgba(231, 225, 204, 0.77);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   color: #70614f;
}

   .fifty-content a:link {
      color: #000;
      text-decoration: none;
   }

.fifty-reversed {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}


.img-flagg {
   display: initial;
   max-width: 100%;
   height: auto;
   position: relative;
   margin-left: 20px;
}

/* Menü */

.navbar.affix { top: 0px; width: 100%; z-index: 99999; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.navbar { border-radius: 0px; border: none; padding: 10px;     }
.navbar-inverse .navbar-nav > li > a { text-shadow: none; color: #70614f; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }    /* Menü Schriftfarbe und Schatten */

.navbar-inverse {
    background-image: url('../images/bg.jpg');				/* Menü */
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);			/*Schattierung Grafik Menüleiste*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {	/* Unter-Menü Schriftfarbe Handy */
    color: #70614f;
	font-size: 18px;
  }

.navbar-inverse .navbar-brand {
  color: #70614f;  /* Menüfarbe Handymodus DE IT Anfragen */
}

.navbar-brand {color:#fff; }   /* Menüfarbe DE IT Anfragen */


.navbar-inverse .navbar-toggle {
   border-color: #70614f; /* Farbe Aussenrand Auswahlmenü Mobil */
}        
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
          
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #4f403d /* dunkel */

    }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
   background-color: #dfdcd8;
}
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
								color: #fff;
        background: #70614f !important; /* Menü Hinterhrund bei Hover */
        -webkit-box-shadow: none;
        box-shadow: none;
        
    }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
   text-shadow: 0 0 0;
}

.text-sprache {
   font-size: 14px;
   color: aqua;
}


/* Mobile xs 768x1200 */
@media screen and (max-width: 767px) {
   h1 { font-family: 'Clicker Script', cursive; font-size: 40px; color: #70614f; }
    h2 { font-family: 'Signika', sans-serif; font-size: 25px;  color: #70614f; }
    h3 { font-family: 'Verdana', sans-serif; font-size: 18px; color: #70614f; line-height: 30px;}
    h4 { font-family: 'Signika', sans-serif; font-size: 12px; color: #fff; }
    h5 { font-family: 'Signika', sans-serif; font-size: 20px; color: #70614f;}
    h6 { font-family: 'Signika', sans-serif; font-size: 15px;color: #70614f;}
    #WebsiteTop #Logo_Desktop { padding: 10px; }
    .innenabstand { padding: 15px; margin-bottom: 0px; }
    .nav > li > a { padding-left: 30px; padding-right: 30px; font-size: 20px;}
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 82%; }

   /* Fifty */
   .fifty {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px;
   }

   .fifty-pic {
      height: 30vh;
   }

      .fifty-pic img {
         height: 100%;
      }

   .fifty-pic,
   .fifty-content {
      width: 100%;
   }

   .header-button2 {
      display: none;
   }
}

/* Tablet sm 1200x1200 Hochformat */
@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 { font-family: 'Clicker Script', cursive; font-size: 40px; color: #70614f; }
    h2 { font-family: 'Signika', sans-serif; font-size: 27px;  color: #70614f; }
    h3 { font-family: 'Signika', sans-serif; font-size: 20px; color: #70614f; line-height: 30px;}
    h4 { font-family: 'Signika', sans-serif; font-size: 12px; color: #fff; }
    h5 { font-family: 'Signika', sans-serif; font-size: 20px; color: #70614f;}
    h6 { font-family: 'Signika', sans-serif; font-size: 13px;color: #fff;}
    #WebsiteTop #Logo_Desktop { padding: 10px; }
    .innenabstand { padding: 15px; margin-bottom: 0px; }
    .nav > li > a { padding-left: 5px; padding-right: 5px; font-size: 25px;}
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 82%; }


   /* Fifty */
   .fifty {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px;
   }

   .fifty-pic {
      height: 40vh;
   }

      .fifty-pic img {
         height: 100%;
      }

   .fifty-pic,
   .fifty-content {
      width: 100%;
   }

   .navbar-inverse .navbar-nav > li > a {
      font-size: 14px;
      color: #4f371b;
   }

   .navbar-inverse .navbar-nav > li > a {
      font-size: 12px;
      color: #4f371b;
   }

}

/* Tablet md 1200x1200 Querformat */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 { font-family: 'Clicker Script', cursive; font-size: 40px; color: #70614f; }
    h2 { font-family: 'Signika', sans-serif; font-size: 27px;  color: #70614f; }
    h3 { font-family: 'Signika', sans-serif; font-size: 20px; color: #70614f; line-height: 30px;}
    h4 { font-family: 'Signika', sans-serif; font-size: 12px; color: #fff; }
    h5 { font-family: 'Signika', sans-serif; font-size: 20px; color: #70614f;}
    h6 { font-family: 'Signika', sans-serif; font-size: 15px;color: #fff;}
    .innenabstand { padding: 5px; margin-bottom: 0px; }
    .nav > li > a { padding-left: 8px; padding-right: 5px; font-size: 17px;}
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 84%; }

   /* Fifty */
   .fifty {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px;
   }

   .fifty-pic {
      height: 70vh;
   }

      .fifty-pic img {
         height: 100%;
      }

   .fifty-pic,
   .fifty-content {
      width: 100%;
   }
   .navbar-inverse .navbar-nav > li > a {
      font-size: 17px;
      color: #4f371b;
   }
}
/* Desktop lg 1920x1200   Mein Bildschirm */
@media screen and (min-width: 1200px) and (max-width: 1920px) {
   h1 {
      font-family: 'Clicker Script', cursive;
      font-size: 52px;
      color: #70614f;
   }

   h2 {
      font-family: 'Signika', sans-serif;
      font-size: 27px;
      color: #70614f;
   }

   h3 {
      font-family: 'Verdana', sans-serif;
      font-size: 20px;
      color: #70614f;
      line-height: 30px;
   }

   h4 {
      font-family: 'Signika', sans-serif;
      font-size: 12px;
      color: #fff;
   }

   h5 {
      font-family: 'Signika', sans-serif;
      font-size: 23px;
      color: #70614f;
   }

   h6 {
      font-family: 'Signika', sans-serif;
      font-size: 25px;
      color: #fff;
   }


   .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
      top: 87%;
   }
}
   /* Desktop xxl 2560x1600    */
   @media screen and (min-width: 1921px) {
      h1 {
         font-family: 'Clicker Script', cursive;
         font-size: 52px;
         color: #70614f;
      }

      h2 {
         font-family: 'Signika', sans-serif;
         font-size: 17px;
         color: #70614f;
      }

      h3 {
         font-family: 'Verdana', sans-serif;
         font-size: 20px;
         color: #70614f;
         line-height: 30px;
      }

      h4 {
         font-family: 'Signika', sans-serif;
         font-size: 12px;
         color: #fff;
      }

      h5 {
         font-family: 'Signika', sans-serif;
         font-size: 23px;
         color: #70614f;
      }

      h6 {
         font-family: 'Signika', sans-serif;
         font-size: 15px;
         color: #fff;
      }

      .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
         top: 89%;
      }
   }


/* Wetter */
#meteoprovbz_container {
   margin-top: 30px;
}

   #meteoprovbz_container, #meteoprovbz_container th, #meteoprovbz_container td {
      border: none !important;
      text-align: center !important;
      font-weight: normal !important;
   }

      #meteoprovbz_container .meteoprovbz_min {
         background-color: #70614f;
         color: #ccc !important;
      }

      #meteoprovbz_container .meteoprovbz_max {
         background-color: #a99783;
         color: #ccc !important;
      }

      #meteoprovbz_container a {
         padding: 0 !important;
         margin: 0 !important;
      }

      #meteoprovbz_container td[colspan="6"] {
         padding: 5px 0 0 0 !important;
      }

/*Neu Css*/
.catdispaly {
   display: none !important;
}