h2 {
    background-image: linear-gradient(to bottom, #009342 0, #00602b 100%);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

/* Meldet euch */

.meldet_euch {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 100%;
  background-color: rgba(0, 220, 0, 1);
  /*background-color: #009342; */
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.meldet_euch:hover {
  background-color: rgba(0, 255, 0, 1);
}

.meldet_euch:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


#button_agb_datenschutztext,
#kontaktform_submit {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
  }


  #button_agb_datenschutztext:hover,
  #button_agb_datenschutztext:focus,
  #kontaktform_submit:hover,
  #kontaktform_submit:focus {
    background-color: #419641;
    background-position: 0 -15px;
  }


  #button_agb_datenschutztext:active,
  #button_agb_datenschutztext.active,
  #kontaktform_submit:active,
  #kontaktform_submit.active {
    background-color: #419641;
    border-color: #3e8f3e;
  }






/* */

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -100px;
}

#wortanwort-home-div {

    background: #ffffff url(../home_bg2.JPG) right top;
    background-size: cover;



    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;

   min-height: 750px;


}


#inhalt_home {

    background: #ffffff url(../home_bg2.JPG) right top;
    background-size: cover;



    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;

   min-height: 750px;


}


#kennenlernen-div {
    position: relative;
    background: white;
    overflow: hidden;
}


#kennenlernen-div-inhalt {
 padding: 70px;

    z-index: 2;

    /*
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
   */

}

#kennenlernen-div {



    z-index: 1;
   /*opacity: 0.2; */
    background: #ffffff url(../kennenlernen40.png) center top;
    background-size: cover;



    min-height: 750px;

}


.theme-showcase img {

    height: auto;
    max-width: 98%;
}

.theme-showcase {




		 margin-top: -10px;

		padding-top: 0px;

        padding-left: 70px;
        padding-right: 70px;


        min-height: 750px;
		background-color: #ffffff;
        /*background-color: transparent;*/
}

.css_kontaktformular,
.wortanwort-home{
    padding-left: 0px;
    padding-right: 0px;
}

.kontaktformular_inhalt,
.wortanwort-home-inhalt {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }


    #wortanwort-home-div {


    background: #ffffff url(../home_bg3.JPG) right top;
    background-size: cover;
    }

    #inhalt_home {

    background: #ffffff url(../home_bg3.JPG) right top;
    background-size: cover;
    }

    .theme-showcase {
        margin-top: -10px;

       padding-top: 0px;
       min-height: 750px;
       background-color: #ffffff;
       /*background-color: transparent;*/
    }


    .kontaktformular_inhalt,
    .wortanwort-home-inhalt {
        padding-left: 10px;
        padding-right: 10px;
    }

    #kennenlernen-div-inhalt {
        padding-left: 10px;
        padding-right: 10px;
    }


}


.navbar {
	/*min-height: 130px;*/
	font-size: 18px;
	text-transform: uppercase;




}


	.navbar-inverse .navbar-nav > li > a {
	color: #ffff;
}



.navbar-brand {
/* padding-top: 10px; */
}

.navbar-header {
	margin-bottom: 70px;

}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #002d14 0, #003a1a 100%);
	background-image: -o-linear-gradient(top, #002d14 0, #003a1a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #002d14), to(#003a1a));
	background-image: linear-gradient(to bottom, #1bdf72 0, #003a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002d14', endColorstr='#ff003a1a', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
}


	#fusszeile a {
	color: #ffff;
}

#fusszeile {


	background-image: -webkit-linear-gradient(top, #009342 0, #00602b 100%);
	background-image: -o-linear-gradient(top, #009342 0, #00602b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009342), to(#00602b));
	background-image: linear-gradient(to bottom, #009342 0, #00602b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009342', endColorstr='#ff00602b', GradientType=0);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);



    color: #ffffff;
	font-size: 20px;
    padding: 25px;
}


/* Mobile first - für schmale Viewports */

#motnie_galerie ul,
#motnie_galerie li {
	margin: 0.5em;
	padding: 0.1em;
}

#motnie_galerie li {
	display: inline-block;
	list-style-type: none;
    width: 45%; /* prüfen */
    width: 10em;
}

#motnie_galerie img {
	padding: 0;
	margin: 0;
   /* width: 100%;  /* Bild passt sich an verfügbaren Raum im li an */
   height: auto;
   max-width: 90%;


}



     /* Large screens */
@media all and (min-width: 35em) {
	#motnie_galerie li {
		width: 10em;
	}

	#motnie_galerie img {
		padding: 0;
		margin: 0;
		/* width: 100%;  /* Bild passt sich an verfügbaren Raum im li an */
	}

}


body {
        margin-top: 130px;
        /* padding-top: 50px; */
		background-color: #eeeeee;

}



#SYSFENSTER {
    margin-bottom: 30px;
}

#SYSFENSTER img {

    height: auto;
    max-width: 90%;
}



#kopftext {
    position: absolute;
}

.bg_gr{
    background-color: #eeeeee;
}



.termine1
{
     background-color: #eeeeee;


    margin-right: 0px;
    margin-left: 0px;

    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom:  solid 0px black;


}

.termine2
{
     background-color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;


    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom:  solid 0px black;


}

.monatsbalken
{
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;

    background-color: black;
    color: white;
}



#nav_pagination {
    text-align: center;
    margin: 0 auto;
}

#form_jahr{
    text-align: center;
}

/* auslagern in allgemeines CSS */
.durchgestrichen
{
    text-decoration: line-through !important;
}



.durchgestrichen .titel_termin
{
    text-decoration: line-through !important;
}



.teilnehmer_feld:nth-child(odd) {background: #e0e0e0;}

.teilnehmer_feld
{
    border-bottom: #2D2D2D;
    border-bottom-style: solid;
    border-bottom-width: 3px;

    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}