/*
Theme Name: Bootstrap Blank
Author: Johannes Stadler
Description:  Standard blank theme (bootstrap 4)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootstrap-blank
*/

/* ********************** Allgemein ********************** */

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald'), local('Oswald-Regular'), url('inc/assets/fonts/oswald-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald'), local('Oswald-Regular'), url('inc/assets/fonts/oswald-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local('Oswald'), local('Oswald-Bolder'), url('inc/assets/fonts/oswald-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local('Oswald'), local('Oswald-Bolder'), url('inc/assets/fonts/oswald-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald'), local('Oswald-Bold'), url('inc/assets/fonts/oswald-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald'), local('Oswald-Bold'), url('inc/assets/fonts/oswald-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}
*/

/* Farben */
/*
blau:           284388
grau (hell):    e9ecef (neu: dee2e6)
grau (dunkel):  5b5b5b
 */

:root {
  /*--color-main-1: #dee2e6;*/
  --color-main-1: #a5ca31;
  --color-main-2: #d7e1e6;
  --color-font-1: #292929;
  --color-font-2: #292929;
  --color-font-3: #fff;
}

body {font-family: 'Oswald', sans-serif;}
html { font-size: 16px; }


body { color: var(--color-font-1); }

a, a:hover {color: var(--color-font-1); font-weight: bold;}
h3 a, h3 a:hover {color: var(--color-font-1);}

h1 {font-size: 1.75rem;}

h2 {margin-top: 30px; font-size: 1.75rem;}
h3 {margin-top: 20px; font-size: 1.25rem; font-weight: bold;}
h4 {margin-top: 20px; font-size: 1.125rem; font-weight: bold;}

a.btn-link:hover {color: var(--color-font-2); text-decoration: none;}


.img-fluid-height {
  height: 100%;
  width: auto;
}

/* ********************** Header / Navigation ********************** */
header {font-size:1rem; font-weight: 600;}

.row-header-fullsize {
  /*background-color: var(--color-main-1); width: 100%; min-height: 50px; margin-bottom: 40px; */
  background-image: url("images/weizenfeld.jpg");
  /*height: 300px;*/
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-header-fullsize .header-image{
  border: 4px solid #fff;
  margin: 0 80px;
}

.row-header-fullsize .header-overlay {
  position:absolute;
  top:80px;
  background: rgb(55, 64, 78);
  background: rgba(55,64,78,0.2);
  text-align:left;
  padding: 10px;
  font-size: 1.25rem;
  color: var(--color-font-1);
  font-weight: normal;
}

.row-header-fullsize .header-overlay-v2 {
  position:relative;
  top:-20px;
  background: rgb(202, 243, 41);
  /*background: rgba(55,64,78,0.2);*/
  text-align:center;
  padding: 10px;
  font-size: 0.875rem;
  color: var(--color-font-1);
  color: rgb(194,0,0);
  font-weight: normal;
  text-align: center;
  border: 2px solid black;
  width: 100%;
}

.row-header-fullsize .header-overlay-v2 h1 {font-size: 1.25rem;}

.row-header-fullsize .header-image .phone {
  background-color: var(--color-main-1);
  padding: 10px 40px;
  position: absolute;
  bottom: -20px;

  left:50%;
  transform:translate(-50%, 0%);
  z-index: 1000;
  color: var(--color-font-1);
  font-size: 1.5rem;
}

/* **************************** Content  **************************** */

.site-main { margin: 80px 0; text-align: left;}
.site-main h1 {font-size: 2rem;}
.site-main-home {text-align: center;}

.site-main-home #box-leistungen-1 .box-leistungen {
  padding: 0 20px 30px 20px;
}

.site-main-home #box-leistungen-1, .site-main-home #box-leistungen-2 {margin-top: 80px;}

.site-main-home .box-leistungen p { margin-bottom: 0.75rem;}

.site-main-home .box-leistungen h3{
  margin-top: 0;
}

.site-main-home #box-leistungen-2 .row {
  padding: 20px 0 15px 0;
  background-color: var(--color-main-1);
  line-height: 1.4;
}

.site-main-home #box-leistungen-2 .row:nth-child(odd) {
  background-color: transparent;
}

.site-main-home #box-leistungen-2 .col-image img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.entry-content {line-height: 1.25; font-size: 1.125rem;}
.entry-content h2 {margin: 50px 0 20px 0;}

/* Bilder */

.card .image {position:relative;}
.card .image .overlay{
  position:absolute;
  bottom:6px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
  width:100%;
  color: var(--color-font-1);
  text-align:center;
  padding: 4px 0;
  font-weight: bold;
  font-size: 1.25rem;
}

.card .card-body {font-size: 1rem; /*min-height: 300px;*/}
.card .card-body p {margin-bottom: 5px;}


.contact {
  /*
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  */
  background-color: var(--color-main-2);
  color: var(--color-font-2);
}

.contact {padding: 10px 0 30px 0;}
.contact label { width:100%; }
.contact .wpcf7-form-control {width: 100%;}
.contact .wpcf7-submit {width: auto; padding: 5px 20px;}

.contact .address {font-size: 1.125rem;}


/* Gallery */
.gallery { margin-bottom: 100px;}
.gallery .thumbnails {background-color: var(--color-main-2); height: 60px; margin-top: -20px; }

.gallery .carousel-inner img {
  /*
  width: 100%;

  height: 100%;
   */
}

.gallery .carousel-inner { background-color: var(--color-main-2); padding: 3px;}


.gallery #custCarousel .carousel-indicators {
  position: static;
  margin-top:20px;
}

.gallery #custCarousel .carousel-indicators > li {
  height: 40px;
  width: auto;
  background-color: transparent;
}

.gallery #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.gallery #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

.gallery #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.gallery .carousel-item {height: 260px;}

.gallery .carousel-item img{

  max-height: 100%;
  width: auto;


  /*width:80%;*/
}

.gallery li.active a:hover, .gallery li.active a { border: none;}


h3.special {
  font-size: 1.125rem;
  letter-spacing: 3px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  /*text-transform: uppercase; */
}

h3.special span {
  background-color: var(--color-main-2);
  display: inline-block;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  /*font-weight: bold;*/
}

h3.special:before {
  border-top: 4px solid var(--color-font-2);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 37%;
}

/* Footer */
footer .site-info {padding: 10px 0;}


/* ************************* Media Queries ************************* */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* Header */
  .row-header-fullsize { height: 280px; }
  .row-header-fullsize .header-image { margin: 0; }
  .row-header-fullsize .header-overlay-v2 { top:30px; width: 100%; }

  /* Content */
  .gallery .thumbnails { height: 60px; }
  .gallery #custCarousel .carousel-indicators { margin-top: 20px; }
  .gallery #custCarousel .carousel-indicators > li { height: 40px; }
  .gallery .carousel-item {height: 360px;}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Header */
  .box-header-image {margin-top: 150px;}
  /* Content */
  .gallery .thumbnails { height: 80px; }
  .gallery #custCarousel .carousel-indicators { margin-top: 20px; }
  .gallery #custCarousel .carousel-indicators > li { height: 60px; }
  .gallery .carousel-item {height: 500px;}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Header */
  .row-header-fullsize .header-overlay-v2 h1 {font-size: 1.75rem;}
  .box-header-image {margin-top: 135px;}
  .row-header-fullsize { height: 400px; }

  .row-header-fullsize .header-overlay-v2 { position:absolute; top:40px; padding: 10px; font-size: 1.25rem; font-weight: normal; min-width: 400px; text-align: center; }
  /* Content */
  .gallery .thumbnails {height: 120px; margin-top: -20px; }
  .gallery #custCarousel .carousel-indicators > li { height: 100px; }
  .gallery .carousel-item {height: 660px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Header */
  .row-header-fullsize { height: 500px; }
  .row-header-fullsize .header-overlay-v2 { }

  /* Content */

  .gallery .thumbnails {background-color: var(--color-main-2); height: 120px; margin-top: -20px; }
  .gallery #custCarousel .carousel-indicators > li { height: 100px; width: auto; background-color: transparent; }
  .gallery .carousel-item {height: 600px;}
}