/*
Theme Name: Amica
Author: Daniel Frings
Author URI: https://www.bajuku.de
Description: Amica Wordpress Theme - Based on the Bootsrap 4 framework and the Understrap Generator. There are several scss files included require a GULP/SASS Compile Process - PLEASE dont edit the CSS files directly  - They will be overwritten on next Gulp compile.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootsrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Arimo', sans-serif;
font-size: 14pt;  }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #B61F29; }

hr.light {
  border-color: #fff; }

a {
  color: #B61F29;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #B61F29; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arimo', sans-serif; }

.bg-primary {
  background-color: #B61F29 !important; }

.bg-dark {
  background-color: #212529 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
   }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  padding: 25px 5px;
  font-family: 'Arimo', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand img {
    width: 188px; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 17px;
    font-weight: 500;
    color: #212529; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #B61F29; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #B61F29 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item {
        border-left: 1px solid #B61F29; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 15px 22px; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #495057;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #B61F29; } }

#header_menu {
  background-color: #f6f3ee;
  padding: 0px;
  padding-top: 4px;
  height: 40px;
  line-height: 17px; }
  #header_menu .row {
    float: right; }
  #header_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #header_menu ul li {
      float: left;
      padding-right: 20px;
      display: block;
      position: relative;
      text-transform: uppercase; }
      #header_menu ul li a {
        font-family: 'Arimo', sans-serif;
        font-size: 11px;
        color: #343a40; }
  #header_menu .menu-item-object-page, #header_menu .menu-item-object-custom {
    margin-top: 4px;
    display: none; }

    #header_menu .menu-item-object-page a, #header_menu .menu-item-object-custom a {
      padding-left: 10px;
      margin-right: 5px; }
    @media (min-width: 768px) {
      #header_menu .menu-item-object-page, #header_menu .menu-item-object-custom {
        display: block; } }
  #header_menu .lang-item {
    display: block; }
  #header_menu .menu-item-236 a {
    margin-right: 30px; }

#header-red {
  margin-top: 0 !important;
  padding-right: 0; }
  @media (min-width: 992px) {
    #header-red {
      height: 56px; } }

#menu-hauptmenue {
  background: #fff !important; }
  @media (min-width: 992px) {
    #menu-hauptmenue {
      height: 56px; } }

footer {
	font-size: 11pt;}

footer h2 {
  font-size: 14pt;
  color: #B61F29;
  text-align: left !important;
  margin-bottom: 0px;
  padding-bottom: 10px; }

footer ul {
  padding-left: 0px; }

footer li {
  list-style: none; }
  footer li a {
    padding: 5px 0px;
    display: block;
    color: #343a40; }

footer.site-footer {
  background-color: #f6f3ee; }

footer.site-footer-second {
  background-color: #fff;
  color: #343a40; }
  footer.site-footer-second section {
    padding: 50px 0 0 0; }

.stream-content {
  position: fixed;
  z-index: 1000;
  letter-spacing: 5px;
  left: 50%;
  color: #fff;
  bottom: -23px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background: #008378;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px; }
  .stream-content a {
    color: #fff !important; }
  .stream-content a:hover {
    color: #fff !important;
    text-decoration: none; }
  @media (min-width: 992px) {
    .stream-content {
      height: 150px;
      border: 0;
      background: #008378;
      padding-top: 10px;
      padding-right: 12px;
      padding-bottom: 20px;
      padding-left: 33px;
      position: fixed;
      bottom: 120px;
      width: 40px;
      left: unset;
      right: 0;
      color: #fff;
      margin: 0;
      text-align: left;
      vertical-align: top;
      letter-spacing: 0;
      writing-mode: vertical-lr;
      text-orientation: upright;
      writing-mode: vertical-rl;
      transform: rotate(360deg);
      -ms-writing-mode: tb-rl;
      -webkit-text-orientation: upright; } }

.carousel.carousel-fade .carousel-inner {
  max-height: 600px;
}

.carousel.carousel-fade .carousel-item {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.8s; }
  .carousel.carousel-fade .carousel-item .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    /*GD Abstand grauer Balken oben*/
	margin-top: 160px;
    color: #fff;
    text-align: center;
	/*GD background heller*/
    background-color: rgba(220, 220, 220, 0.4);
	   font-size: 14pt;
	  text-shadow: 1px 2px 8px #000;
    /* display: none; */ }
    /*.carousel.carousel-fade .carousel-item .carousel-caption p {
      display: none; } */
    /* Falls Caption auf Handy
    @media (max-width: 726px) {
		.carousel-control-prev-icon	{display:none;}	
		.carousel-control-next-icon	{display:none;}
        .carousel.carousel-fade .carousel-item .carousel-caption h3::after {
        display: block;
        margin: 5px auto!important;
        content: '';
        width: 90px;
        border-bottom: 4px solid 
        #B61F29!important;}	
      .carousel.carousel-fade .carousel-item .carousel-caption {
		right: 1%;
        padding: 20px 20px;
        left: 1%;  
        display: block;  
		bottom: 5%!Important;
        top: 5%; }
    }
 */
    @media (min-width: 576px) {
      .carousel.carousel-fade .carousel-item .carousel-caption {
        display: block;
        top: 15%; }
        .carousel.carousel-fade .carousel-item .carousel-caption p {
          display: none; } }

    @media (min-width: 768px) {
      .carousel.carousel-fade .carousel-item .carousel-caption {
        display: block;
        top: 5%; }
        .carousel.carousel-fade .carousel-item .carousel-caption p {
          display: block; } }
    @media (min-width: 1200px) {
      .carousel.carousel-fade .carousel-item .carousel-caption {
        top: 25%; } }
    .carousel.carousel-fade .carousel-item .carousel-caption h3:after {
      display: block;
      margin: 20px auto;
      content: '';
      width: 90px;
      border-bottom: 4px solid #B61F29; }

.carousel.carousel-fade .carousel-item.active {
  visibility: visible;
  opacity: 1 !important; }

@media (min-width: 768px) {
  .carousel.carousel-fade .carousel-control-next-icon, .carousel.carousel-fade .carousel-control-prev-icon {
    width: 40px;
    height: 40px; 
	/* GD pfeile abstand oben*/
	margin-top: 183px;} }

section {
  padding: 40px 0px; }
  section h2 {
    padding-bottom: 30px;
    text-align: center; }

section.red {
  background-color: #B61F29;
  color: #fff; }

section.gray {
  background-color: #f6f3ee; }

#paralax {
  min-height: 200px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #paralax .paralax-inner {
    padding: 30px 0px;
    font-weight: 200;
    color: #fff;
    /*text-shadow: 0px 0px 7px #000000;*/
    text-transform: upppercase;
    text-align: center; }

#paralax {
  min-height: 200px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #paralax .paralax {
    padding: 20px 20px;
    color: #fff;
    text-align: center;
	/*GD background heller*/
    background-color: rgba(220, 220, 220, 0.4); 
	/* background-color: rgba(153, 153, 153, 0.45);  */
	}
    #paralax .paralax h3:after {
      display: block;
      margin: 20px auto;
      content: '';
      width: 90px;
      border-bottom: 4px solid #B61F29; }
	  
	  #paralax .paralax {
      font-size: 14pt;
	  text-shadow: 1px 3px 8px #000;}
	

#spacer {
  padding: 20px; }
  #spacer .white {
    background-color: #fff; }
  #spacer .red {
    background-color: #B61F29; }
  #spacer .gray {
    background-color: #f6f3ee; }

#content_article .posted-on {
  display: block;
  padding-bottom: 15px; 
 }

#content_article h2:after {
  display: block;
  margin: 20px auto;
  content: '';
  width: 90px;
  border-bottom: 4px solid #B61F29;  }
  

@media (max-width: 768px) {
  #content_article .col-md-4 {
    padding-bottom: 35px; } }

.text-primary {
  color: #B61F29 !important; }

.btn {
  font-weight: 700;
  border: none;
  border-radius: 300px;
  font-family: 'Arimo', sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #B61F29;
  border-color: #B61F29; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #93292a !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

.display-sm{display:block!important;}
@media (max-width: 512px) {
.hidden-current{display:none;}
}

.btn-danger {
    color:#fff;
background-color:
    #B61F29;
    border-color: #B61F29;
}
.btn-danger:hover {background-color:#93292A;}

/*Tease mobile version. width wurde gelöscht: 0 statt 576px. GD 22.06.2021*/
.only576{display:none;}
@media (max-width: 0px) {
.only576 {display:block;padding:25px 0 0px 0;background-color: #FFF;color:#000;}
}


.nav-search .nav-search-form {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	min-width: 300px;
	z-index:1000;
	position: relative;
    top: 20px;
    width: 400px;
    height: 0!important;
    right: 400px;
    background-color: #ccc;

}
.search-form label {width:100%;}
.nav-search-link::before {
    margin:20px 0 0 0;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
}
.nav-search {
    margin:17px 0 0 0;
    width:1px;
}
.search-field {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid#ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.search-submit {
    font-weight: 700;
    border: none;
    border-radius: 300px;
	color: #fff;
    background-color:#B61F29;
    border-color:#B61F29;
	padding:6px 12px;
}
.search-submit:hover {
    color: #fff;
    background-color: #c82333;
    border-color:
    #bd2130;
}

@media (max-width: 992px) {

.nav-search .nav-search-form {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	min-width: 300px;
	z-index:1000;
	position: relative;
    top: -30px;
    width: 300px;
    height: 0!important;
    left: 20px;
    background-color: #ccc;

}	
	
}

@media (max-width: 512px) {

.nav-search .nav-search-form {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	min-width: 250px;
	z-index:1000;
	position: relative;
    top: -30px;
    width: 250px;
    height: 0!important;
    left: 20px;
    background-color: #ccc;

}	
	
}

.search-submit{display:block;}

.search-field{width:100%;float:left;}

.screen-reader-text{display:none;}


.page-numbers{background-color:#B61F29;padding:5px 12px 5px 12px;color:#FFF;border-radius: .65rem;}

.page-numbers{background-color:rgb(182, 31, 41,.8);padding:5px 12px 5px 12px;color:#FFF;border-radius: .65rem;}

.page-numbers:hover{background-color:#B61F29;color:#FFF;}
.next{background-color:#FFF;padding:5px;color:#000;}
.next:hover{background-color:#FFF;color:#000;}
.prev{background-color:#FFF;padding:5px;color:#000;}
.prev:hover{background-color:#FFF;color:#000;}
.current{background-color:#B61F29;color:#FFF;padding:5px 12px 5px 12px;}
/*# sourceMappingURL=maps/style.css.map */
.spende{
    color: #FFF;
    background-color:#008378;
    width: 100%;
    height:30%;

}
.spende_gross{
    color: #FFF;
    font-size: 20pt;
    padding-left:15%;
}
.spende_klein{
    font-size: 14pt;
    padding-left:15%;
}


.spenden{
    color: #FFF;
    background-color:#008378;
    width: 100%;
	padding:5px 12px 12px 12px;
	min-width:312px;
	border-radius: 8px;
}
.spenden a{color: #FFF;font-size:25px;}

/*GD 210422 Spenden lang*/
.ibox{
    color: #FFF;
    background-color:#008378;
    width: 100%;
	padding:5px 12px 12px 12px;
	min-width:312px;
	border-radius: 8px;
}
.ibox a{color: #FFF;font-size:25px;}


/* GD 210409
.spenden:hover, .spenden:active {
       background-color: #03D1CD;
}  */


/* GD 200604*/
.paralax2 {
	font-size: 30pt;
	min-height: 318px;
	padding-top:100px;
	margin-left:0px;
	text-shadow: 1px 2px 8px #000000;
	}

/*GD iframe 210312 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Bild mit Hover - GD 22.06.2021*/
 .image17 {
   transition: filter 0.9s;
  }
  .image17:hover {
   filter: brightness(0.7);
  }
