﻿body {
   background-color: #c8beac;
   font-family: 'Muli', sans-serif !important;
   font-size: 18px;
   color: #70614f;
   padding-top: 0;
   padding-bottom: 0;
}


#WebsiteHeader {
   position: relative;
   color: #fff;
}

#WebsiteLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-repeat: repeat-x;
}

    #WebsiteLogo img {
        border: none;
    }

/*Neu Css*/
.catdispaly {
   display: none !important;
}

#WebsiteContent {
    background-color: #f3f2ee;
    padding-bottom: 0px;
    position: center;
}

   #WebsiteContent a:link, #WebsiteContent a:visited {
      color: #b5947d !important;
   }

   #WebsiteContent a:hover, #WebsiteContent a:active {
      color: #70614f !important;
   }

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
   text-shadow: 0 0 0 rgba(0, 0, 0, 0);
   -webkit-box-shadow: inset 0 0 0;
   box-shadow: inset 0 0 0 );
}


#WebsiteFooter {
    color: #fff;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}

    #WebsiteFooter a:link, #WebsiteFooter a:visited {
        color: #fff;
    }

    #WebsiteFooter a:hover, #WebsiteFooter a:active {
        color: #fff;
    }

    #WebsiteFooter .footerlogo {
        margin-bottom: 10px;
    }


.button{
   background-color: #9e9583;
   color: #fff;
   border: none;
   padding: 10px;
}

.img-thumbnail {
    border: double;
    border: 0,1px;
}

.innenabstand {
    padding: 30px;
    margin-bottom: 0px;
}

.innenabstand-text {
    padding: 30px;
    margin-bottom: 0px;
}

.innenabstand-foto {
    margin: 0% 0% -3% 0%;
}

.innenabstand-logo {
    padding: 5px;
}

.innenabstand-section {
    margin: 200px 0 200px 0;
}

.hundertprozent {
    width: 100%;
    border: none;
}

#footer-right a {
    margin-left: 15px !important;
    margin-right: 0 !important;
}



section {
    padding: 1% 0;
    background-position: center 0px;
    background-color: rgba(231, 225, 204, 0.55);
}

    section .section-inner {
        text-align: justify;
        text-align: center;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    section .section-textblock {
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 5px;
        background-color: rgba(255, 255, 255, 0.66);
        color: rgba(0, 0, 0, 0.7);
    }

    section .section-inner h1 {
        margin: 0 0 05px 0;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    }

    section .section-events h1 {
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        background: rgba(231, 225, 204, 0.55);
    }

    section .section-text {
        padding: 15px;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.col .container-fluid .row {
    padding: 0;
    margin: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: auto;
    max-height: 100%;
}

.table {
    display: table;
    border: 1px solid silver;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.table-row {
    display: table-row;
    border: 1px solid silver;
    text-align: center;
}

.table-cell {
    display: table-cell;
    border: 1px solid silver;
    padding: 15px;
    text-align: center;
}

.thead {
    font-weight: bold;
    background: #eee;
    text-align: center;
}

@media only screen and (max-width: 800px) {

    .table {
        border: none;
    }

    .table-row,
    .table-cell {
        display: block;
        border: 1px solid silver;
    }

    .table-row {
        margin-bottom: 20px;
    }
}



.img-shadow {
    -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.7), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.7), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.7), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.7);
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 50%;
}



/* Header */
#Header{
    position: relative;
}
.header-navbar {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 10;
   background-color: #a3885970;
}

.header-logo{
    margin-right: auto;
}

.header-buttons{
    margin-left: auto;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 0 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

    /* Menü */
    .navbar.affix {
    top: 0px;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: transparent;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-inverse{
    background: none;
}

.navbar-collapse {
   overflow-x: visible;
   padding-right: 15px;
   padding-left: 15px;
   padding-top: 10px;
   border-top: 0px solid transparent;
   -webkit-box-shadow: inset 0 0 0;
   box-shadow: inset 0 0px 0;
   -webkit-overflow-scrolling: touch;
}


   .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    color: #70614f; /* Menü Schriftfarbe*/
    font-size: 24px;
}


.navbar-collapse {
    background-color: transparent;
}


.navbar-toggle {
    border-color: #fff; /* Farbe Aussenrand Auswahlmenü Mobil */
}

.navbar-inverse, .navbar-form {
    box-shadow: 10px 20px 30px grey;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #000;
}


.navbar-nav .open .dropdown-menu > li > a { /* Unter-Menü Schriftfarbe Handy */
   color: #685c37;
   font-size: 18px;
}



.navbar-nav > li > a {
   padding-top: 9.5px;
   padding-bottom: 9.5px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   color: #fff;
}

a:link, a:visited {
   color: #fff;
}


/* Menu Sticky */
.header-logo {
    padding: 10px;
    box-sizing: border-box;
    width: 350px;
    transition: all 0.4s;
}

.header-logo img{
    width: 100%;
}

.menu-fixed .header-logo {
    width: 200px;
}

.header-navbar {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu-fixed .header-navbar {
   background: rgba(0, 0, 0, 0.7);
}

.navbar.affix {
    position: relative;
}

.navbar-inverse, .navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.menu-fixed .navbar-inverse .navbar-nav > li > a {
    color: #d0c0ad;
}



/* Fifty */

.fifty{
    display: flex;
}

.fifty-pic,
.fifty-content{
    width: 50%;
    flex-grow: 1;
}

.fifty-pic img{
    max-width: none;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.fifty-content {
    box-sizing: border-box;
    padding: 20px;
    background-color: rgba(231, 225, 204, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #70614f;
}

.fifty-reversed{
    flex-direction: row-reverse;
}

/*.btn-lg, .btn-group-lg > .btn {
   padding: 5px 10px;
   font-size: 19px;
   line-height: 1.3333333;
   border-radius: 0px;
}*/

/*.fifty a:link, a:visited {
   background-color: white;
   color: black;
   border: 1px solid #70614f;
   padding: 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
}

.fifty a:hover, a:active {
   background-color: #c8beac;
   color: white;
}*/

/*.fifty a:link, #WebsiteContent a:visited {
   color: #7b7067 !important;
}*/


/* 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: rgba(0,0,255,0.2);
            color: #ccc !important;
        }

        #meteoprovbz_container .meteoprovbz_max {
            background-color: rgba(255,0,0,0.2);
            color: #ccc !important;
        }

        #meteoprovbz_container a {
            padding: 0 !important;
            margin: 0 !important;
        }

        #meteoprovbz_container td[colspan="6"] {
            padding: 5px 0 0 0 !important;
        }

/*
	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;
   color: #fff;
}
/*
.jssora01l {
	left: 20px;
}
.jssora01r {
	right: 20px;
}
*/

/* Mobile xs 768x1200 */

@media screen and (max-width: 767px) {
    h1 {
        font-family: 'Allura', cursive;
        font-size: 36px;
        color: #70614f;
    }

    h2 {
        font-family: 'Allura', cursive;
        font-size: 33px;
        color: #9e9583;
    }

   h3 {
      font-family: 'Allura', cursive;
      font-size: 30px;
      color: #70614f;
   }

    h4 {
        font-family: 'Allura', cursive;
        font-size: 40px;
        color: #9e9583;
    }

    h5 {
        font-family: 'Signika', sans-serif;
        font-size: 20px;
        color: #70614f;
    }

    h6 {
        font-family: 'Gotu', sans-serif;
        font-size: 30px;
        color: #70614f;
    }

    #WebsiteTop #Logo_Desktop {
        padding: 10px;
    }

    .innenabstand {
        padding: 15px;
        margin-bottom: 0px;
    }

    .nav > li > a {
        padding-left: -55px;
        padding-right: 0px;
        font-size: 20px;
    }

    .header-logo,
    .header-buttons{
        display: none;
    }

    .header-navbar {
        justify-content: space-between;
    }

    .navbar-container {
        width: 100%;
    }

    .navbar-header {
        display: flex;
        justify-content: center;
        width: calc(100% - 30px);
        padding: 0 10px;
    }

   body:not(.menu-fixed) .navbar-collapse {
      background: rgba(43, 43, 43, 0.9);
      color: #fff;
   }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
        color: inherit;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 82%;
    }


    /* Fifty */
    .fifty{
        flex-direction: column;
        margin-bottom: 40px;
    }

    .fifty-pic{
        height: 30vh;
    }

    .fifty-pic img{
        height: 100%;
    }

    .fifty-pic,
    .fifty-content {
        width: 100%;
    }

}



/* Tablet sm 1200x1200 Hochformat */
@media screen and (min-width: 768px) and (max-width: 991px) {
   h1 {
      font-family: 'Allura', cursive;
      font-size: 40px;
      color: #70614f;
   }

   h2 {
      font-family: 'Allura', cursive;
      font-size: 35px;
      color: #9e9583;
   }

   h3 {
      font-family: 'Allura', cursive;
      font-size: 21px;
      color: #70614f;
   }

   h4 {
      font-family: 'Allura', cursive;
      font-size: 50px;
      color: #70614f;
   }

   h5 {
      font-family: 'Signika', sans-serif;
      font-size: 20px;
      color: #70614f;
   }

   h6 {
      font-family: 'Gotu', sans-serif;
      font-size: 30px;
      color: #70614f;
   }

   #WebsiteTop #Logo_Desktop {
      padding: 10px;
   }

   .innenabstand {
      padding: 15px;
      margin-bottom: 0px;
   }

   .nav > li > a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 15px;
   }

   .header-navbar.header-navbar .nav > li > a {
      padding-right: 5px;
   }

   .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
      top: 82%;
   }
   /* Fifty */
   .fifty {
      flex-direction: column;
      margin-bottom: 40px;
   }

   .fifty-pic {
      height: 30vh;
   }

      .fifty-pic img {
         height: 100%;
      }

   .fifty-pic,
   .fifty-content {
      width: 100%;
   }
}


/* Tablet md 1200x1200 Querformat */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-family: 'Allura', cursive;
        font-size: 40px;
        color: #70614f;
    }

    h2 {
        font-family: 'Allura', cursive;
        font-size: 35px;
        color: #9e9583;
    }

   h3 {
      font-family: 'Allura', cursive;
      font-size: 21px;
      color: #70614f;
   }

   h4 {
      font-family: 'Allura', cursive;
      font-size: 50px;
      color: #70614f;
   }

    h5 {
        font-family: 'Signika', sans-serif;
        font-size: 20px;
        color: #70614f;
    }

    h6 {
        font-family: 'Gotu', sans-serif;
        font-size: 28px;
        color: #70614f;
    }

    .innenabstand {
        padding: 5px;
        margin-bottom: 0px;
    }



    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 84%;
    }
}

@media screen and (max-width: 1440px) {

    .header-button--facebook{ display: none; }

    .header-logo{
        width: 180px;
    }

    .menu-fixed .header-logo {
        width: 160px;
    }
}

@media screen and (max-width: 1280px) {
    .header-navbar .nav > li > a{
        padding-right: 10px;
    }

    .navbar-inverse .navbar-nav > li > a{
        font-size: 16px;
    }

}

@media screen and (max-width: 1140px) {
   .header-logo {
      display: none;
   }

   /* Fifty */
   .fifty {
      flex-direction: column;
      margin-bottom: 40px;
   }

   .fifty-pic {
      height: 30vh;
   }

      .fifty-pic img {
         height: 100%;
      }

   .fifty-pic,
   .fifty-content {
      width: 100%;
   }
}


/* Desktop lg 1920x1200 */
@media screen and (min-width: 1200px) and (max-width: 1920px) {
    h1 {
        font-family: 'Allura', cursive;
        font-size: 56px;
        color: #70614f;
    }

    h2 {
        font-family: 'Allura', cursive;
        font-size: 50px;
        color: #9e9583;
    }

   h3 {
      font-family: 'Allura', cursive;
      font-size: 30px;
      color: #70614f;
   }

   h4 {
      font-family: 'Allura', cursive;
      font-size: 54px;
      color: #9e9583;
   }

    h5 {
        font-family: 'Signika', sans-serif;
        font-size: 23px;
        color: #70614f;
    }

    h6 {
        font-family: 'Kite One', sans-serif;
        font-size: 30px;
        color: #70614f;
    }

    .innenabstand {
        padding: 15px;
        margin-bottom: 0px;
    }

    .nav > li > a {
        padding-left: 5px;
        padding-right: 25px;
        font-size: 20px;
        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    Mein Bildschirm */
@media screen and (min-width: 1921px) {
    h1 {
        font-family: 'Allura', cursive;
        font-size: 56px;
        color: #9e9583;
    }

    h2 {
        font-family: 'Allura', cursive;
        font-size: 50px;
        color: #9e9583;
    }

   h3 {
      font-family: 'Allura', cursive;
      font-size: 30px;
      color: #70614f;
   }

   h4 {
      font-family: 'Allura', cursive;
      font-size: 60px;
      color: #70614f;
   }

    h5 {
        font-family: 'Signika', sans-serif;
        font-size: 23px;
        color: #70614f;
    }

    h6 {
        font-family: 'Kite One', sans-serif;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.7);
    }

    .innenabstand {
        padding: 15px;
        margin-bottom: 0px;
    }

    .nav > li > a {
        padding-left: 5px;
        padding-right: 35px;
        font-size: 25px;
        color: #fff;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 89%;
    }
}


.container-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.box {
    width: 180px;
    height: 300px;
}

.box-1 {
    background-color: orange;
    width: 500px;
    height: 300px;
}

.box-2 {
    background-color: blue;
    width: 500px;
}

.box-3 {
    background-color: green;
    width: 180px;
}

.box-4 {
    background-color: grey;
}

.box-5 {
    background-color: red;
}
