/*
 base color:
        green #aad02d or #82b610
        lighter grey: #7f8184
        dark grey: #59595b
        verlauf: #7f8184 nach #a1a3a7
 */

nav.main-nav .helper .search {display:none !important}

.dark {
    background-color:#59595b;
}

section {
    margin-top:30px;
}

footer {
    margin-top: 60px;
    background: #7f8184;
    padding-top: 30px;
}

footer p {
color:#fff;
}

nav {
    position:relative;
}

footer .container {
    background: #7f8184;
}

footer .helpnav .col-sm-12 {
    margin: 2rem 0 1rem 0;
}

.tile {
    margin-bottom: 30px;
	/* min-height: 280px; reduziert von 400 damit Startseite passt */
}

.tile-wrapper {
    height: 100%;
}

.tile-wrapper > a {
    height: 100%;
    display: block;
}
.card {
    height: 100%;
    justify-content: space-between;
}

body {
        /*padding-top: 70px;*/
        background-color: #f1f1f1;
    height:100%;

      }

a {
    color: #82b610; /* #82b610*/
}

h4, p {
    color:#000000;
}

/*
.tops a:hover .card {
    background:#eee;
}
*/
.tile:hover .card-footer .btn,
.tops a:hover .card .card-footer .btn {
    background: #0069d9;
}

#navbarNav{
    background:#59595b;
    display: none;
    border: none;
    border-radius: 0;
}

.main-nav .helper {padding: 0;/* position: relative; */text-align: right;/* right: 0; */}

.main-nav .helper div {
    /* padding: 0; */
    display: block;
    /* vertical-align:  middle; */
    /* suche: float: left; */
   height: auto;
}

.main-nav .helper div.search{padding: .5rem .75rem;  margin-top:5px;}

.openNav #navbarNav {
   /* width: 100%; */
    /* height: 300px; */
    display: none;
    position: absolute;
    /* top: 144px; */
    height: auto;
    z-index: 111;
    display: inline;
    width: 100%;
    padding-top: 2rem;
    height: 346px;
    -webkit-box-shadow: 0px 36px 68px 17px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 36px 68px 17px rgba(0,0,0,0.75);
    box-shadow: 0px 36px 68px 17px rgba(0,0,0,0.75);
    /* margin-bottom: 30px; */
}

.mega-menu  {
    background:#59595b;
}


.mega-menu .row {
    /* padding: 0px 10rem; */
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .250); /* override 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 0;
    /* shadow */
    -webkit-box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);
}

.card-header2 {
    background: #82b610;
    display: flex;
    align-items: center;
}

.card-title {
    margin:0;
    padding:  .5rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;

}
.portfolio-item .card-title  span {
    color:#fff;

}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: inherit;
    border:none;
}
.card img {
    width: 100%;
    border-radius: 0;
    display: block;
    height: auto;
    /* text-align: center; */
}
.card img.card-img-top {
    max-width:254px;
    max-height:145px;
}

.tops .card img {
    /* max-width: 284px; */
    /* max-height:189px; */
    margin: 0;
    padding: 0;
    /* position: absolute; */
    bottom: 0;
    vertical-align: initial;
    width: 282px;
}


.card-header h5{
       padding: 0;
       margin-bottom: 0;
       /* background-color: #fff; */
       color:#82b610;
       text-transform: uppercase;
   }
.card-header h4{
    /*padding-top: .75rem;
	Abstand in Desktop zu groß*/
	padding-top: -.25rem;
    font-weight: bold;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1em 1.2em;
    min-height: 160px;
}


.quote .card,
.quote .card-body {
    height: 100%;
	padding:0;
}

.quote .card-body a {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
}


.quote .card .card-body img {
    position: absolute;
    width: 94%;
    right: 0px;
    bottom: 0px;
    height: auto;
}

.feature .card .card-body img {
    height: auto;
    margin-top: 3em;
}
.feature .card .card-body {
   text-align: center;
}

.cura .card .card-img-top  {
    text-align: center;
}

.cura .card .card-img-top img  {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.cura .card .card-body {
    padding: 35px 0 20px 0;
    min-height: 51px;
    height: 100%;
}

.cura .card .card-body,
.cura .card .card-footer {
    background-color: #ffdd88;
}

.cura .card p {
    padding: 0 30px;
    line-height: normal;
}

.cura .card p strong {
    font-size: 1.3em;
    line-height: 1em;
}


.tops .card-body {
    height: 9.3em;
    padding-left: 16px;
    padding-top: 0;
}

.portfolio-item .card-body {
    font-weight: bold;
    color: #82b610;
    font-size: 0.9em;
	min-height: 70px;
}


.tops .card-text {
    /* height: 7rem; */
    padding: 0;
    font-size: 0.8em;
    overflow: unset;
	color:#000;
}


.tops .card .image {
    position: relative;
    width: auto;
}

.member .card-img-top{
    font-size:0.8rem;
    padding: 0 1rem;
}

.article .card-body h4,
.member .card-body h4, 
.europa .card-body h4
{
    font-size: 0.9em;
    font-weight: bold;
}

.article .card-body p,
.member .card-body p,
.article-list .card-body{
    font-size: 0.9rem;
}

.card-footer {
    border: none;
    background-color: transparent;
    padding:0;
    text-align: right;
    padding: 0 1.2em .75em 1.2em;
    /* position: absolute; */
}

.europa .card-footer {
    position: absolute;
    bottom: 0px;
    right: 0;

}

.europa h4 {
	text-align:center;
	margin-bottom:30px;
}

.footer-nav img{
    position: absolute;
    bottom: 26px;
    width: 50%;
    }

.tile>a:hover .btn {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
	
.btn {
    /* background: #82b610; */
    background-color: #82b610;
    border-color: #82b610;
}

.btn.white {
    background-color: #82b610;
    border-color: #fff;
}

.card-footer a:after,
.card-footer span.btn:after {
    content: "";
    background: url("/assets/img/arrow.png") no-repeat top right;
    display: inline-block;
    width: 25px;
    height: 12px;
}



.newsletter .card-body,
.newsletter .card-footer {
    background: #82b610;
    position:relative;
}


.quote .card-body .quote,
.newsletter .card-body .card-text{
    font-size: 2.2rem;
    font-weight: bold;
    color:#fff;
    text-transform:  uppercase;
    position: absolute;
    top: 50%;
    margin-top: -6.5rem;
    height: 11em;
}

.quote .card-body,
.quote .card-footer {
    background: #82b610;
    position:relative;
}


/* Article List */
.article-list   {
	margin-top:20px;
}

.article-list .card-body   {
	min-height:125px
}

.article-list .card-body p  {
	margin:0;
}

.article-list .tile-wrapper {
	margin-bottom:20px;
}




.container-fluid.breadcrumb{
	background:#ddd;
	padding:0px;
}
#breadcrumb ul {padding-left:30px;margin-top:10px;}
#breadcrumb ul li { display:inline;list-style:none;font-weight:bold;	}
#breadcrumb ul li:after {content: ">";	padding:0px 10px;color:#82b610;}
#breadcrumb ul li:last-child:after {content:"";}

footer form label {
    margin-bottom:0px;
}

footer h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	color: white;
	font-weight: bold;}

footer .container-fluid {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .row.helpnav p {
    line-height: 1.2em;
}

footer .frosch {
    position:relative;
}

footer .frosch img {
    position: absolute;
    bottom: 30px;
    left: -20px;
}



      footer .container {
        background-color: #7f8184;
        color: #fff;
      }

      footer .container:last-child {
        background-color: #59595b;
        color: #000;
          font-size: 0.9em;
      }
      section.container {
        background-color: #f1f1f1;
        padding: 25px 0px 15px 0px; /* Abstaende ueberpruefen */
      }
      hr {
        margin-top: 50px;
      }
      article h3, aside h4 {
        color: #003b63;
        margin-top: 10px;
      }
      article h4 {
        color: #4d4d4c;
        margin: 20px 0 20px 0;
      }
      article a, aside a {
        color: #003b63;
        text-decoration: none;
      }
     
      .footer-nav a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        /* min-height: 40px; */
        padding-bottom: 10px;
        display: inline;
        font-size: 1em;
      }
      a:hover, a:active {
        color: #6cab47;
        text-decoration: none;
      }
      footer section h4 {
        margin-bottom: 25px;
      }
      .nav-links h4 {
        color: #7f8184;
      }
      .nav-links li {
        color: #003b63;
        font-weight: bold;
        margin-bottom: 10px;
      }
      .nav-links li:last-child {
        margin-bottom: 0;
      }
      .carousel-control.right, .carousel-control.left {
        background-image: none;
      }
      .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -50px;
      }
      .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -50px;
      }
      .carousel-slider {
        padding: 0 !important;
      }

.carousel-item {
    height: 25vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************/

      .header-row2 {
      margin-top: 30px;
    }

#nav_bar_1 a {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    color: #fff;
    height: 4em;
    width: auto;
 }

    #nav_bar li.nav-item {display: block;list-style-type: none;/* float: left; *//* max-width: 300px; */margin-right: 3.4rem;/* overflow: hidden; *//* border: 1px solid red; *//* height: 400px; *//* width: 300px; */}

    #nav_bar_1 ul.row li.nav-item {display: block;max-width: none;font-weight: normal;/* *//* float: left; */margin: 0;padding: 0;list-style-type:  none;height: auto;}

#nav_bar_1 li li.nav-item a {display: block;max-width: 100%;font-weight: normal;height: auto;font-size: .8em;padding: 0.1em;}

#nav_bar li.nav-item ul {height: auto;padding: 0;}

#nav_bar_1,

#nav_bar_1 ul {
    margin: 0;
    padding: 0;
}

#nav_bar_1 .nav-link {
    padding:0.2rem;
}

#nav_bar_1 li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: auto;
}

#nav_bar_1 li.col-sm-6 {
    margin-bottom:30px;
}


#nav_bar_1 li.col-lg-2 {
    margin-right: 29px;
    min-width: 103px;
    max-width: 199px;
    /* width: 100%; */
    /* border: 1px solid red; */
    /* display: block; */
    flex: none;
}

.openNav nav .footer-nav {
    border-top: 1px solid white;
    padding-top:20px;
    /* margin-top: 0px; */
}

.navbar-toggler {
	padding:unset;
}

    .openNav .navbar-toggler i  {
      transform: rotate(-90deg) scale(1);
      transition: transform .3s ease, color .3s ease;
    }

     .navbar-toggler i  {
        transform: rotate(0) scale(1);
        transition: transform .3s ease, color .3s ease;
    }



    .main-nav li > a {
      background-color: inherit !important;
    }
    .main-nav .divider {
      background-color: inherit;
    }
    .main-nav #nav_bar_1 a {
      /* color: inherit !important; */
      cursor: pointer;
      display: list-item;
      /* text-align: justify; */
      /* float: left; */
    }
    .main-nav .mega-menu li {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .main-nav .mega-menu li a {
      padding-top: 0px;
      padding-bottom: 0px;
      color: #fff;
      cursor: pointer;
      /* display: inline; */
    }
    .main-nav .dropdown > li:hover > a {
      color: #003b63;
    }

    .main-nav .mega-menu li a:hover {
      color: #6cab47;
    }

    .main-nav {
      background-color: #fff;
      color: #003b63;
    }
    .main-nav > .container {
      padding-bottom: 0;
    }
    .nav_ul {
      margin: 30px 0 0 0;
      padding: 0;
    }
    .nav_ul li {
      padding: 0;
    }
    .padding_0 {
      padding: 0;
    }

    .pointer {
      cursor: pointer;
    }
    .upper {
      text-transform: uppercase;
      color: #fff;
    }

    a.close-panel {
      display: none;
    }


.fa-2x {
    font-size: 1.6em;
}

.spacer {
display:none}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****  VERTEILERSEITE   ***************/

.category-page .content-main {
    font-size: 1.2em;
    text-align: center;
}
.category-page .content-main p {
	text-align: left;
	padding: 0 45px;
}

.category-teaser-wrapper {
	padding:20px;
}

.category-teaser {
	background:#fff;	
	padding:10px 18px;
	position:relative;
}

a:hover .category-teaser {
	background:#ddd;/*#82b610;	*/
}


.category-teaser .image.wide {
    width: 100%;
}

.category-teaser h3{
	text-transform:uppercase;
	font-weight:bold;
	width:80%;
	min-height: 64px;
	color:#000;
}

.category-teaser span{
	position:absolute;
	right: 22px;
	top: 11px;
}

.category-teaser span img{
	width: 42px;
}



/****  VERTEILERSEITE   ***************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****  TERMINE   ***************/

.termine h1 {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    left: 0;
    max-width: 90%;
    margin-bottom:30px;
}

.termine h1 span {
    color: #000;
    background-color: #fff;
    background: #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 4px 0 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.termine hr {
    margin-bottom:30px;
}


.termin-liste .termin-filter {
	margin-top:70px;
}

.termin-liste #filter {
	margin-bottom:40px;
}

.termin-liste #filter .row {
	margin-bottom:20px;
}

.termin-liste #filter select {

    width: 256px;
    padding: 4px;
    background: #fff;
    border: 1px solid #CCC;
    color: #666;

}

.termin-liste #filter input.hasDatepicker {
     width: 106px;
     padding: 4px;
     background: #fff;
     border: 1px solid #CCC;
     color: #666;
     text-align: center;
 }


.termin-liste #filter label.and {
    min-width: 40px;
}

.termin-liste #filter .filter-msg {
    border-top:1px solid #82b610;
    border-bottom:1px solid #82b610;
    border:1px solid #82b610;
    padding:30px;
    background: #fff;
    margin-top: 60px;
}

.termin-liste #filter #categoryFilter.row {
    margin-bottom: 20px;
}


.termin-liste #termine .termine.liste a {
    font-weight: bold;
    text-decoration: underline;
}

.termin-liste #termine .termin {
    position: relative;
    text-align: left
}

.termin-liste #termine .datum {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    float: left;
    margin-right: 10px;
    line-height: 1.3
}

.termin-liste #termine .datum span.bis {
    margin-right: 4px;
}

.termin-liste #termine .datum p.bis {
    display: block;
    font-size: 12px;
    text-align: left;
    color: #aaa;
    font-weight: normal;
}

.termin-liste #termine .uhrzeit {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #888;

}

.termin-liste #termine .row {
    border-bottom: 1px solid #9ac154;
    color: #333;
    font-size: 12px;
    font-size: 0.9rem;
    padding: 25px 8px;
}

.termin-liste #termine .row.month {
    margin: 40px 0px 0px;
    font-size: 30px;
    color: #82b610;
    border: none;
    padding: 25px 0 10px;
}

.termin-liste #termine .veranstaltung {
}

.termin-liste #termine .veranstaltung a {

    font-size: 22px;
    color: #82b610;
    line-height: 1.1;
    text-decoration: underline;
}

.termin-liste #termine .hinweis {

    border: 1px solid #aaa;
    padding: 10px;
    display: inline;
    position: relative;
    top: 30px;
}



.termine.termin-detail p.termine  {
    font-weight:bold;
    color:#333;
    /*color: #82b610;*/
    font-size:1.2rem;
}

.termine.termin-detail p.termine .label {
    font-weight: normal;
    display: inline-block;
    width: 170px;
    color: #666;
}

.termine.termin-detail p.termine em {
    font-style: normal;
    font-weight: normal;
    color: #666;
}

.termine.termin-detail button a {
    color: #fff;
}


.datum, .uhrzeit {
    
}

.datum {
  
}

.termine.head {

    color: #00a01c;
    
    padding: 6px 8px;
    text-align: left;
	font-weight:bold

}

.termine {
    border-collapse: collapse;
}



label {
	min-width: 75px;
	}
#datepickers.row p {
	
}

#ui-datepicker-div {

    z-index: 999 !important;

}



/****  TERMINE   ***************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****  SOCIAL   ***************/

#social {
	margin-top: 35px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
	margin-right: 300px;
	width: 200px;
}

#social ul {
	padding:0px
}

#social li {
	list-style:none;
}

#social .instagram a{ 
    width: 40px;
    display: block;   
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****  END SOCIAL   ***************/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++ MEDIA QUERIES +++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* Small devices  */
@media (max-width: 767px) {

}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .helpnav {
        font-size: .8em;
    }


    .form-control {
        font-size: .8rem;
    }

    .quote .card-body .quote,
    .newsletter .card-body .card-text{
        font-weight: bold;
        color:#fff;
        top: 50%;
        height: auto;
        font-size: 1.8rem;

    }

    .quote .card-body .quote{
        top: 50%;
        height: auto;
        font-size: 1.8rem;

    }
	
	.fa-2x {
		font-size: 2em;
	}
}

@media (min-width: 576px) {
	


}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
}








/* Small devices (tablets) */
@media (max-width: 768px) and (min-width: 486px) {

    .tops .card-text {
        padding: 20px 0 0 0;
        font-size: 1rem;
    }

    .newsletter .card-body .card-text {

        position: static;
        top: auto;
        margin-top: 0;
        height: auto;
    }

    .card img.card-img-top {
        max-width: 100%;
        max-height: unset;
    }

    .tops .card .image {
        height: auto;
    }
    .tops .card img {
        height: auto;
        width: 100%;
    }
}






@media (min-width: 768px) {
    .card img.card-img-top {
        max-width: 100%;
        max-height: unset;
    }

    .tops .card .image {height:auto}
    .tops .card .image img {
        width: 100%;
        height: auto;
    }

    .tops .card-text {padding-top:20px;font-size: 0.9rem;}

    #nav_bar_1 li.col-lg-2 {
        margin-right: 29px;
        min-width: 198px;
        max-width: 200px;
    }

    .openNav #navbarNav {
        /* width: 100%; */
        height: 560px;
    }
	
	.main-nav .helper div.search{padding: 0 30px;  margin-top:3px;}
	
	.spacer {
		display:block;
		height:10px;
	}

}


@media (min-width: 992px) {
    .card-title {
        font-size: 1rem;
    }
    .tops .card-text {
		padding-top: 0px;
		line-height: 1.2em;
		font-size: 0.8rem;
}

    .tops .card .image img {
        max-width: 240px;
        width: 240px;
        height: auto;
    }

    .tops .card-footer {
        position: absolute;
        bottom: 0px;
        right: 10px;
    }

    #nav_bar_1 li.col-lg-2 {
        margin-right: 37px;
        min-width: 222px;
        max-width: 200px;
    }

    .openNav #navbarNav {
        /* width: 100%; */
        height: 560px;

    }

    footer .frosch img {
        bottom: 46px;
        left: 20px;
    }
}




/* XL devices (Desktop) */
@media (min-width: 1200px) {
    
	.tops .card .image img {
        max-width: 280px;
        width: 280px;
        height: auto;
    }
}


.navbar {
	padding: 1rem 0rem;
}

/* CSS für die Einbindung von Videos */

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.article:not(.termine) section {
	margin-top:0px;
}

.article section .row.content .content-summary{
	font-style:italic;
	font-size:1.3rem;
	
}

/*.content-image .image.wide,*/
header .header-image img {
	width: 100%;
	height: auto;
}

section .container,
header {
	position:relative;
}







	.container .headlines h1,
	.container .headlines h2 {
		font-weight:bold;
		text-transform:uppercase;
		font-size:1.4rem;
		padding:0px;
		line-height: 1.7;
	}

	.container .headlines h2{
		font-size:1rem;
		margin-top: 0px;
	}

.row.content {
	margin-top:10px;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
 }

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) { 
	.container .headlines h1,
	.container .headlines h2{
		font-size:2rem;
		display: inline;
		background: white;
		box-decoration-break: clone;
		box-shadow: 10px 0 0 white, -10px 0 0 white;
		padding:5px 10px;
		padding:20px 0px 5px 0px;
	}
	

	
	.container .headlines h2{
		font-size:2rem;
		margin-top: -20px;
	}
	
	.article .row.content {
		margin-top:50px;
	}
	
	.category-page .row.content {
		margin-top:40px;
		margin-bottom:40px;
	}

	.h5, h5 {
		font-size: 1.0rem;
	}
	
	.h4, h4 {
		font-size: 1.2rem;
	}

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.container .headlines h1,
	.container .headlines h2{
		font-size:3rem;
		box-shadow: 10px 0 0 white, -10px 0 0 white;
		padding:2px 0px;
	}
	
	.container .headlines h2{
		font-size:2rem;
	}
	
	section .container .headlines.withImage{
		position: absolute;
		top: -320px;
		margin: 40px 30px 70px 70px;
		width:700px
	}

	section .container .headlines {
		margin: 40px 30px 70px 6px;
	}

	header .headlines {
		position: absolute;
		top: 100px;
		left:220px;
	}
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
 }






#content-left img {
	width: 100%;
}


figure {
  /*
  padding: 5px;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
  */
}

figure img {
  
}

figure figcaption {
	padding: 8px 0px;
	font-size: .7rem;
	line-height: 0.7rem;
}


header {
	position:relative;
	display:block;
	/*overflow:hidden;*/
	width:100%;
	min-height:250px;
	max-width:1160px;
	margin:0 auto;
	/*margin-bottom: 40px;*/
}

header .row {
	display:block;
}


/* ALTE INHALTE */
header .content-images {
	margin-top:35px;
}

header .content-wrapper {
	min-height: 300px;
	position:relative; /*jo*/
    background: white;
    height: 100%;
}


header .content-wrapper .teaser-content ,
.start-page header .content-wrapper .teaser-content {
	position:absolute;
	z-index:90;
	bottom: 20%;
	width: 92%;
	left: 5%;
}

header .content-wrapper .teaser-head, 
header  .content-wrapper .teaser-abstract {
	position:relative;
    margin: 0;
    padding: 0 0 0 2%;
    line-height: 1.2;
    left: 0;
    max-width: 90%;
}

h1.teaser-head {
	font-size: 3.2rem;
	text-transform:uppercase;
	z-index:2;
}

.teaser-head span {

    color: #000;
    background-color: #fff;
    background: #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 4px 0 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;

}

.teaser-abstract {
	position:inherit;

}

h2.teaser-abstract {
	font-size: 1.8rem;
	z-index:10;
}

.teaser-abstract span {

    color: #000;
    background-color: #fff;
    background: #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 4px 0 0 #fff, -4px 0 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
	
	box-shadow: 10px 0 0 white, -10px 0 0 white;
	padding:5px 10px;
	

}

header .content-wrapper  .content-image {
	/*position:absolute; #Tablet view*/
	/*top:0;
	left:0;
	width:100%;
	height:auto;
	*/
	max-width: 1161px;
	height: auto;
	overflow: hidden;
}

header .content-wrapper .content-image .inner {
		position: relative;
		max-width: none;
		height: auto;
		/* margin: -2em -8em; */
	}
	
header .content-wrapper .content-image .inner img.image.wide{
			width: 100%;
			max-width: 100%;
			height: auto;
	}	

	
section {
	position:relative;
}


blockquote {
	position: relative;
	font-family: serif;
	font-size: 2.4em;
	line-height: 1.5em;
	font-style: italic;
	margin-left: 2em;
}

blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0.37em;
	left: -0.3em;
	color: #ccc;
	font-size: 6em;
	z-index: -1;
}





header .owl-carousel {
	}
	
.owl-carousel .item{
  cursor:grab;
  cursor:-webkit-grab;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border:none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #3F51B5;
}


.owl-theme .owl-dots .owl-dot span {
    width: 49px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}


/* cura familia */
.cura-familia { margin-bottom:20px;}
.cura-wrapper {
	-webkit-box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);
box-shadow: 3px 4px 13px -6px rgba(0, 0, 0, 0.75);}
.cura-familia img { width:100%}


/**************************************************************/
/********************** MEIDA QUERIES *************************/



@media only screen and (max-width: 1024px) {

	.category .category-teaser-wrapper .h3, h3 {
		font-size: 1.55rem;
	}
}

@media only screen and (max-width: 55em) {

      section.container {
        padding-right: 10px;
        padding-left: 10px;
      }

    .openNav nav .footer-nav    {
        bottom: 0;
        width: 100%;
        /* border-top: 1px solid white; */
        /* position: absolute; */
        padding-top: 2em;
        padding-bottom: 4em;
    }


    .openNav #navbarNav {
        height: auto;
    }


      #logo {
        margin: auto;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
      }

      .header-row1 {
        padding: 10px;
        margin: 0;
      }
      .header-row2 {
        margin: 0;
      }

      a.close-panel {
        display: inline-block;
      }
      
      .main-nav .nav-justified .dropdown > a {
        margin: 0 -5px;
      }

      #nav_bar_1 {
        /* width: 100%; */
        /* position: fixed; */
        left: 0;
        top: 144px;
        height: 100%;
      }
      
      .header-row1 > div:first-child, .header-row1 > div:last-child{
        padding: 0;
      }

      /*
      #nav_bar li {
        float: none;
        margin: 0 15px;
      }
      */
}



/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	
	header {
		min-height: 300px;
		max-height: 350px;
	}
	
	header .content-wrapper {
		min-height: 260px;
		max-height: 350px;
	}
	
	
	header .content-wrapper .teaser-content {
		bottom: -2%;
		width:95%;	
		margin-bottom:20px;	
	}
	
	.start-page header .content-wrapper .teaser-content {
		bottom: 2%;
		width:95%;	
		margin-bottom:20px;
	}
	
	header .content-wrapper .content-image {
		/* focal point 
		text-align: center;
		overflow: hidden;
		min-height: 300px;
		*/
		background: #82b610;
	}	
	
	header .content-wrapper .content-image .inner {
		margin: -2em -8em;
	}
	
	header .content-wrapper .content-image .image.wide, 
	header .header-image img {
		margin-left: -4em;
		margin-right: 4em;
		margin-top: 1.5em;
		margin-bottom: -1.5em;
	}
	
	
	#breadcrumb {
		margin-bottom:0px;
		font-size:0.9rem;
	}
	
	#breadcrumb ul {
		padding-left: 18px;
	}
	
	#breadcrumb ul li:after {
		content: ">";
		padding: 0px 5px;
		color:#82b610;
	}
	
    #nav_bar_1 li.nav-item {
           margin-right: 1rem;
           /* width: 300px; */
           /* float: left; */
       }

     #nav_bar_1 li.nav-item a {
           padding: 0.2rem;
       }

    .mega-menu .row {
        padding: 0px 0rem;
    }

	.card img.card-img-top {
        max-width: 328px;
        max-height: 187px;
    }

    .tops .card img {
        /* max-width: 329px; */
        /* max-height: 219px; */
        /* margin: 0; */
        /* padding: 0; */
        position: static;
        /* bottom: 0; */
    }

    .tops .card .image {
        position: relative;
        overflow:  hidden;
        width: 100%;
    }

    .member .card img {
        max-width: none;
        max-height: none;
        width: auto;
        padding: 0;
        /* margin: 0; */
        display: inline;
    }

    .member .frosch {
        text-align: center;
    }

    #nav_bar_1 li.col-lg-2 {
        margin-right: 3em;
        min-width: 132px;
        /* max-width: 600px; */
        flex: 1 0 10%;
    }
	
	header .content-wrapper .teaser-head, 
	header .content-wrapper .teaser-abstract {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		left: 0;
		max-width: 100%;
		font-size: 2rem;
	}
	
	header .content-wrapper .teaser-head span{
		padding: 0 10px;
	}

	.category-page .content-main p {
		text-align: left;
		padding: 0 5px;
	}


    /* TERMINE */

    .termin-liste #filter label.and {
        min-width: 75px;
    }

    .termin-liste .termin-filter {
        margin-top: 0;
    }

    body.termine header .content-wrapper .teaser-content {
        bottom: 0;
    }

    body.termine header .content-wrapper {
        min-height: 200px;
    }

    body.termine header .content-wrapper .teaser-content {
        margin-bottom: 40px;
    }
    /* END TERMINE */
}


/* Small devices (SM) */
@media (max-width: 576px) {
	
	header {
		min-height: 270px;
        min-height: 200px;
	}
    .termine header {
        min-height: 170px;
    }
	
	.start-page header .content-wrapper .teaser-content {
		bottom: 2%;
	}
	
	.content-image .image.wide, 
	header .header-image img {
		/*
		left: -50%;
		max-height: 200px;
		width: auto;
		position: absolute;*/
	}
	
	.breadcrumb {
		margin-bottom:0px;
	}
	
	header .content-wrapper h2.teaser-abstract {
			line-height: 1.5;		
			font-size: 1.4rem;
	}
	
	header .content-wrapper h1.teaser-head, 
	header .content-wrapper .teaser-abstract {
		font-size: 1.7rem;
        font-size: 2rem;
	}

    .main-nav .helper {
        padding: 0;
    }

    .main-nav .helper div {
          
           display: block;
           /* suche: float: left;*/
           
       }

    .main-nav .helper div.search,
	.main-nav .helper div.nav-burger
	{
        padding: .0rem .5rem;
    }


    #nav_bar_1 li.nav-item {
        margin-right: 1rem;
        /* width: 300px; */
        /* float: left; */
    }

    #nav_bar_1 li.nav-item a {
        padding: 0.2rem;
    }

    .card {
        display: block;
        min-width: 0;
        /* word-wrap: break-word; */
        background-color: #fff;
        background-clip: border-box;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card .h-100 {
        height: auto!important;
    }

    .member .card {
         text-align: center;
    }

    .newsletter .card-body .card-text{
        height: auto;
        display: inline;
        position: inherit;
    }

    .portfolio-item .card-body,
    .portfolio-item .card-footer
    {
        /*background: #eee; */
    }

    .card img.card-img-top {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .tops .card img {
        /* max-width: 21em; */
        /* max-height: 233px; */
        margin: 0;
        padding: 0;
        /* position: absolute; */
        /* bottom: 0; */
        width: 100%;
        height: auto;
        display: block;
    }

    .tops .card .image {
        /* position: relative; */
        /* overflow: visible; */
        /* width: 100%; */
        height: auto;
        min-height: 221px;
        display: block;
    }

    .tops .card-text {
        padding: 20px 0 0 0;
        font-size: 1rem;
    }

    .member .card img {
        max-width: none;
        max-height: none;
        width: auto;
        padding: 0;
        display: inline;
    }

    .member .frosch {
        text-align: center;
    }

    #nav_bar_1 li.col-lg-2 {
        margin-right: inherit;
        min-width: 132px;
        /* max-width: 600px; */
        flex: 1 0 10%;
    }


    .termine.termin-detail p.termine .label {
        display: block;
    }

    .termine.termin-detail #content-main h1 {
        line-height: 1.1;
        left: 6px;
        max-width: 99%;
        font-size: 2.2rem;
    }
}


/********************** MEIDA QUERIES *************************/
/**************************************************************/