
/* ########## Content Pages ########## */


/* Tyografie */

.content_page h1, .content_page h2, .content_page h3, .content_page h4, .content_page h5, .content_page h6,
    .content_page .h1, .content_page .h2, .content_page .h3, .content_page .h4, .content_page .h5, .content_page .h6 {
	    line-height: 1.375;
	    margin: 0.25em 0;
        color: #555;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
}

.content_page .h1, .content_page h1 {
        font-size: 1.5em;
    }
    .content_page .h2, .content_page h2 {
        font-size: 1.375em;
    }
    .content_page .h3, .content_page h3 {
        font-size: 1.25em;
    }
    .content_page .h4,.content_page  h4 {
        font-size: 1.125em;
    }
    .content_page .h5, .content_page h5 {
        font-size: 1em;
    }
    .content_page .h6, .content_page h6 {
        font-size: 1em;
    }


@media screen and (min-width: 992px) {
	
    .content_page h1, .content_page h2, .content_page h3, .content_page h4, .content_page h5, .content_page h6,
    .content_page .h1, .content_page .h2, .content_page .h3, .content_page .h4, .content_page .h5, .content_page .h6 {
        line-height: 1.25;
        margin-bottom: 0.25em;
    }
    
    .content_page .h1, .content_page h1 {
        font-size: 2em;
    }
    .content_page .h2, .content_page h2 {
        font-size: 1.75em;
    }
    .content_page .h3, .content_page h3 {
        font-size: 1.5em;
    }
    .content_page .h4,.content_page  h4 {
        font-size: 1.25em;
    }
    .content_page .h5, .content_page h5 {
        font-size: 1.125em;
    }
    .content_page .h6, .content_page h6 {
        font-size: 1em;
    }
    
}

.text-center {
    text-align: center;
}

/* Links */
a.link-unstyled,
a.link-unstyled:hover{
    text-decoration: none;
}

/* Styling */
.content_page .lead  {
    font-size: 1.0625em;
}
code {
    padding: .2em .4em;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25em;
}
s, strike, del {
    text-decoration: line-through;
}
mark {
    background-color: yellow;
  
}
del {
    opacity: .6;
}
u, ins {
    text-decoration: underline;
}
.content_page .small, .content_page small {
    font-size: 80%;
    font-weight: 400;
}
b, strong {
    font-weight: 600;
}
b, strong {
    font-weight: bolder;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}

/* Listen */


.content_page ul{
    list-style: none outside none; 
    margin-left: 0; 
    padding-left: 1em;
	margin: 20px 0;
}
.content_page ul.list-unstyled {
     padding-left: 0em;
}
.content_page ol{
    margin-left: 0; 
    padding-left: 1em;
	margin: 20px 0;
}

.content_page ul li{ 
	padding-left: 6px;
    text-indent: -12px; 
}
.content_page ul.list-unstyled li { 
	padding-left: 0px;
    text-indent: 0px; 
}
.content_page ol li{ 
	padding-left: 4px;
    text-indent: 0px; 
}

.content_page ul li > * { 
	text-indent: 0; 
}
.content_page li {
    margin-bottom: 16px;
}
.content_page ul li::before{ 
	content: '\00b7';
    font-size: 32px;
    top: 6px;
    position: relative;
    left: -10px; 
}


.content_page ul.list-unstyled li::before,
.content_page ol li::before{ 
	content: '';
    /*font-size: 0px;*/
    top: 0px;
    position: relative;
    left: 0px; 
}


/* Buttons */

.content_page a.btn.btn-primary,
.content_page a.btn.btn-secondary,
.content_page a.btn.btn-invers{
    width: auto;
    line-height: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    margin: 10px 0;
    border: none;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    float: none;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.content_page a.btn.btn-primary {
    background: #3EA130;
    color: #FFF;
}

.content_page a.btn.btn-secondary {
    background: #fff;
    color: #555;
     border: 1px solid #D8D8D8;
}
.content_page a.btn.btn-invers {
    background: #fff;
    color: #555;
}
.content_page a.btn.btn-primary:hover {
    background: #28661F;
    zoom: 1;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.content_page a.btn.btn-secondary:hover,
.content_page a.btn.btn-invers:hover {
    background: #3EA130;
    zoom: 1;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

/* Colors */

.content_page .bg-lighter, .bg-lighter {
    background: #F2EFEF;
}
.content_page .bg-dark {
    background: #3EA130;
    color: #fff;
}

.content_page .bg-dark, .content_page .bg-dark h1, .content_page .bg-dark h2, .content_page .bg-dark h3, .content_page .bg-dark h4, .content_page .bg-dark h5, .content_page .bg-dark h6, .content_page .bg-dark .h1, .content_page .bg-dark .h2, .content_page .bg-dark .h3,
.content_page .bg-dark p,.content_page .bg-dark li{
    color: #fff;
}

.content_page .color, .content_page p.color,
.content_page .color h1, .content_page .color h2, .content_page .color h3, .content_page .color h4, .content_page .color h5, .content_page .color h6, .content_page .color .h1, .content_page .color .h2, .content_page .color .h3,
.content_page  h1.color, .content_page h2.color, .content_page h3.color, .content_page h4.color, .content_page h5.color, .content_page h6.color, .content_page .h1.color, .content_page .h2.color, .content_page .h3.color,
.content_page .color li, .content_page li.color {
    color: #3EA130;
}
/* Grid */
.content-half {
    width: auto;
    position: relative;
    min-height: 1px;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
    }
@media (min-width: 992px) {
    .content-half {
        width: 50%;
        float: left;
    }
}
.half-half {
    margin-right: -15px;
    margin-left: -15px;
}
.half-half::before {
    display: table;
    content: " ";
}
.half-half::after {
    clear:both; 
    margin:0; 
    padding:0; 
    line-height:0; 
    height:0;
    display: table;
    content: " ";
} 

/* Bilder */
.content_page img,
.content_page .img-fluid {
    max-width: 100%;
    height: auto;
     margin: 20px 0;
}
@media (min-width: 992px) {
    .content_page img {
        margin: 0;
    }
}
.content_page img::after,
.img-fluid::after {
    display: block;
    clear: both;
    content: "";
}

.contentIconTop img{
    width: 66px;
    height: 68px;
}
.contentIconBat img {
    width: 77px;
    height: 42px;
}


/* Divs und Abstände */
.content_page .section {
    margin-bottom: 80px;
}
.content_page .section-header {
    margin: 0 auto 50px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
.p-30{
    padding: 30px;
}
.p-40{
    padding: 40px;
}
.p-50{
    padding: 50px;
}
.pl-10{
    padding-left: 10px;
}
.pl-20{
    padding-left: 20px;
}
.pl-30{
    padding-left: 30px;
}
.pl-40{
    padding-left: 40px;
}
.pl-50{
    padding-left: 50px;
}
.pr-10{
    padding-right: 10px;
}
.pr-20{
    padding-right: 20px;
}
.pr-30{
    padding-right: 30px;
}
.pr-40{
    padding-right: 40px;
}
.pr-50{
    padding-right: 50px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}

/* 29.12.2019 MM */
