/*
Theme Name: blueprint
Author: Thomas Gutjahr
Author URI: https://www.indyvia.de
Description: INDYVIA Theme 2018 for WP created with Bootstrap
Version: 1.0
Tags: Masonry, Bootsrap, My own Template
Text Domain: bal
License: Copyright by Thomas Gutjahr
*/
/* h1 {font-family: 'Source Sans Pro' !important;} */
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Brie Light'; */
    font-family: 'advent_proregular';
}

.bold {
   font-family: 'advent_promedium';
}

.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
}

.leaflet-popup-content p {
    margin: 0 !important;
}

html, body {
    height: 100%;
    margin: 0;
}

/* Playing with CSS */
body {
    padding-top: 99px;
    background-color:#dddddd;
    background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
    font-family: 'Source Sans Pro';
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1 0 auto; /* füllt den Platz zwischen Header und Footer */
}

body.home {
    padding-top: 0;
}

body.home #mainNav{
    background-color: transparent;
}

.onehundred {
    width: 100%;
    height: auto;
}
.wpml-ls {text-transform: uppercase; float: right;}
.wpml-ls-legacy-list-horizontal {padding: 0 !important; clear: none !important;}

.active-cyan-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #4dd0e1;
}

input.transparent-input{
   /* background-color: #ccc !important; */
   border:none !important;
   margin-top: 3px;
}

input#s[type=text] {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input#s[type=text]:focus {
    width: 100%;
}

i.fa-search {
    color: rgb(214, 214, 214);
    background-color: #212529;
    padding: 4px;
    margin: 4px;
}

.search-highlight {
    background: rgb(255, 128, 0);
    color: #fff;
}

.blue {color: rgb(0, 133, 253);}
.orange {color: rgb(255, 128, 0);}
.grey {color: rgb(214, 214, 214);}

.center {display: block; margin: 0 auto;}
.bg-black {background-color: black;}
.bg-gray {background-color: rgb(214, 214, 214);}
.bg-orange {background-color: rgb(255, 128, 0);}

a, a:hover {color: rgb(0, 133, 253);}

.transbox {
    background-color: rgba(255,255,255,.4);
}

.nav-link {
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    color: rgba(0,0,0,.5) !important;
}

#mainNav {
    height: 99px;
    background-color: #dddddd;
}
#mainNav.is-fixed {
  top: -99px !important;
  /* background-color:#e6e6e6 !important; */
  background-color:#dddddd !important;
  /* background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px),
  linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); */
  background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
  box-shadow: 0 3px 6px -2px #707070;
}

 #mainNav.is-fixed .container {
     height: 83px;
 }

 .current_page_item a {
    background-color: rgb(255, 128, 0);
    color: #fff !important;
 }

 .menu-item a:hover {
    background-color: rgb(0, 133, 253);
    color: #fff !important;
 }

 /* Carousel Fade */
 .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
 }

 .carousel-fade .carousel-item.active,
 .carousel-fade .carousel-item-next.carousel-item-left,
 .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
 }

 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-right {
    opacity: 0;
 }

 .carousel-fade .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
 }

 .carousel-caption .bg-white {
    background-color: rgba(255, 255, 255, 0.7) !important;
 }

 /* Carousel-Eigenschaften */

.carousel, .carousel-inner,.carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-item {
    height: 100vh;
    /* min-height: 350px; */
    /* height: auto; */
    /* max-height: 880px; */
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item img {
    width: 100%;
}

.carousel-caption {
    bottom: 10%;
}

.carousel-caption a {
    color: #fff;
}

.display-4 {
    font-size: 4.5em;
    text-shadow: 3px 3px #000;
    font-weight: bold;
}

.lead span {background-color: black;}

/* benutzerdefinierte Felder */
.post-meta {}
.post-meta-key {font-style: italic; color: #999;}

 /* Circular Content Carousel Style */
.ca-container{
    display: none;
	margin:0 auto 20px auto !important;
}

.ca-more {
    background-color: rgb(255, 128, 0) !important;
}

.ca-content-wrapper {
    background-color: rgb(255, 128, 0) !important;
}

.ca-content .ca-titel{
	margin:25px 20px 0px 35px;
	padding-bottom:5px;
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
}

.ca-content-text{
    font-size: inherit !important;
	font-style: inherit !important;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}

.ca-more {
	display: inline-block;
	position: relative;
}
/* .ca-more:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 50px solid darkcyan;
	border-right: 50px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}
.orange:after {
	border-top: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 50px solid magenta;
	border-left: 50px solid transparent;
} */

.ca-item-main img {
	width: 100%;
	height: auto;
	position:relative;
	margin:0 auto;
}

/* shuffle.js */
#shuffleContainer {
    margin-top: 10px;
}

.shuffle-item {
    margin: 20px 0;
}

.btn-outline-secondary {
    border-color: #b1b1b1;
}

/* Style the active class (and buttons on mouse-over) */
.btn:active, .btn:hover {
 background-color: #666;
 color: white;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    color: #fff;
    background: rgb(255, 128, 0);
    padding: 8px 0;
    display: none;
}

.show-menu:hover {
    color: #fff;
    background: rgb(0, 133, 253) !important;
}

/* hidden Shuffle Menu */
/*Hide checkbox*/
input#show-menu[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #allbutton{
    display: block;
}

.col-lg-4 {
    height: 480px;
}

.card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    border: none;
    border-radius: 0;
    background-color: rgba(255,255,255,.4);
}

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

.card-img-top {
    border-radius: 0;
}

.card .card-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    height: 4em;
    background-color: #e6e7e8;
}

.card .card-corner .card-corner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top:  170px solid #000;
    border-right:  170px solid transparent;
    border-color: transparent #f1f2f2 transparent transparent;
}

/* Kontaktformular */
.wpcf7-submit {
   background-color: rgb(255, 128, 0);
   color: #fff;
   border: none;
   padding: 0.5rem 5rem;
   text-transform: uppercase;
}

.wpcf7-submit:hover {
   background-color: rgb(0, 133, 253);
}

form .fullwidth {
   overflow: hidden;
}

form i {
   padding: 9px;
   background-color: rgb(255, 128, 0);
   color: #fff;
   float: left;
}

.form-control {
   border-radius: 0;
   border: none;
   height: 34px;
}

footer {
    flex-shrink: 0; /* Footer bleibt unten */
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .carousel, .carousel-inner,.carousel-inner .carousel-item {
    width: 100%;
    height: auto;
  }
}

/*Responsive Styles*/
@media (max-width : 767px){

   #mainNav .navbar-brand,
   #mainNav .navbar-toggler {
      display: block;
      margin: 0 auto;
   }

   #mainNav .navbar-brand {
      width: 100%;
      text-align: center;
      padding-bottom: 20px;
   }

    /*Make dropdown links appear inline*/
    #allbutton {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    #allbutton button {
        margin-bottom: 2px;
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }

    .display-4 {
        font-size: 2.5em;
        /* text-shadow: 3px 3px #000;
        font-weight: bold; */
    }

   .wpcf7-submit {
      width: 100%;
   }

   footer input#s[type=text] {
       width: 100%;
   }

    footer .wpml-ls {
      text-align: center;
      float: none;
   }

      footer .fa-language {
         display: inline-block;
         width: 100%;
      }
}

@media (max-width: 992px) {
    body {
        padding: 0 !important;
    }

   #mainNav {
/*
    background-color:#e6e6e6 !important;
      background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px),
      linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
      background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
      background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
      box-shadow: 0 3px 6px -2px #707070;*/
      height: 100%;
      position: relative;
      margin-top: auto;
   }

   body.home {
       /*padding-top: 99px;*/
   }
}

@media (max-width: 1199.98px) {
  .carousel-item img {
      width: 100%;
      height: auto;
  }
}
