body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
/*    line-height: 1.5em;*/
    
}
main .container{
    padding: 30px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin-bottom: 50px;
}



a {
  color: #0098A1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0098A1;
  text-decoration: underline;
}

/* +++++++++++++++++++++++ BANNER ++++++++++++++++++++++++++++++++++ */

.banner{
    background-color: rgb(135,136,138) !important;
    max-width: 1170px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.sloganimg{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*.sloganimg img {
    display: block;
    width: 100%;
    height: auto;
}*/
.slogan {
    display: table;    
    height: 340px;
}
.slogan .td{
    display:table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    text-align: center;
}

.slogan .td blockquote{
    font-family: 'Playfair Display SC', serif;
    color: rgb(255,255,255) !important;
    font-size: 3rem; 
    border-left: 0px;
    display: inline;
    margin: 0 0 0px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote::before {
  content: open-quote;    
}
blockquote::after {
  content: close-quote; 
}
.quelle{
    font-family: 'Playfair Display SC', serif;
    color: rgb(255,255,255) !important;
    font-size: 1.5rem;
    padding-top: 10px;
}


@media (max-width: 1200px) {
.slogan {    
    height: 280px;
}
.slogan .td{
    padding: 0px 10px;
    }
.slogan .td blockquote{    
    font-size: 1.8em;
}
}

@media (max-width: 992px) {
.slogan {    
    height: 214px;
}
.slogan .td{
    padding: 0px 0px;
    }
.slogan .td blockquote{    
    font-size: 1.5em;
}
}

@media (max-width: 768px) {
.slogan {    
    height: 214px;
}
.slogan .td{
    padding: 10px 0px;
    }
.slogan .td blockquote{    
    font-size: 1.5em;
}

}

/* +++++++++++++++++++++++++++ Panels auf der Startseite ++++++++++++++++++++++++++++++ */

.teaser-list {
	display:flex;
	flex-wrap: wrap;
	padding:0;
}

.teaser {
	list-style: none;
	display:flex;
	padding:.5em;
	width: 100%;
}


@media screen and (min-width: 40em) {
	.teaser {
		width:50%;
	}    
}

@media screen and (min-width: 75em) {
	.teaser {
		width:33.333%;
	}    
}
.teaser > .teaserblock {
	background:white;
	display: block;
	align-items: top;
	width: 100%;
	padding:1.5em 1em;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	color:#333;
	text-decoration: none;
	border-radius: 2px;
}
.teaserblock .teasertitle {    
  font-size: 18px;
  color: #0098A1 !important;
  margin-top: 0px;
  font-weight: 700;
  font-family: 'Roboto';  
}
.teaserblock p{
    line-height: 1.5em;
    margin-top: 5px;
}
/*.teaserblock a{
    color: #666666;    
}*/
.teaserblock a::before {
    font-family: FontAwesome;
    content:"\f0da";
    padding-right: 5px;
}

/* ---------- PANELS in der SIDEBAR */

.overview {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-radius: 2px;
  padding: 10px 10px;
}

.overview .panel-heading {
  padding: 10px 15px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
    background-color: #ffffff;
}
.overview .teasertitle {    
  font-size: 18px;
  color: #0098A1 !important;
  margin-top: 0px;
  font-weight: 700;
  font-family: 'Roboto';  
}
.overview p{
    line-height: 1.5em;
    margin-top: 5px;
}
.overview a{
    color: #666666;    
}
.overview a::before {
    font-family: FontAwesome;
    content: "\f0da"; 
    padding-right: 5px;
}

/* +++++++++++++++++++++++++++ INHALTE ++++++++++++++++++++++++++++++ */
main {
    
}
/* Content */
.content {
    /*border-left: 1px solid #cccccc;
    margin-left: 20px;*/
    padding: 0px 40px;    
}
.content p, li{
    font-size: 14px;
    line-height: 1.5;
}
.content h1 {
    font-size: 28px;
    color: #999999;
    margin: 30px 0px;
    text-transform: uppercase; 
    line-height: 1.5;
}
.content h2 {
    font-size: 22px;
    margin: 30px 0px 20px 0px;    
}
.content h3 {
    font-size: 16px;
    margin: 30px 0px 20px 0px;
    font-weight: 600;
}

.content ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}
.content ul li {
  text-indent: -10px;
  padding-bottom: 5px;
}
.content ul li:before {    
  content: "\25A0";    
  padding-right: 8px;
  list-style-position: outside;
  color: #0098A1;    
}
.content ol li {
  text-indent: 0px;
  padding-bottom: 5px;
}
.content ol {
  padding-inline-start: 25px;  
}

/* Sidebar rechts */

.sidebarre p{
    font-size: 14px;
}

#datenschutz .content p, #datenschutz .sidebarre p, #impressum .content p, #impressum .sidebarre p{
    font-size: 12px !important;
}
#datenschutz .content li, #datenschutz .sidebarre li, #impressum .content li, #impressum .sidebarre li{
    font-size: 12px !important;
}
#datenschutz .content h2, #datenschutz .sidebarre h2, #impressum .content h2, #impressum .sidebarre h2 {
    font-size: 16px;
    margin: 30px 0px 20px 0px;
    font-weight: bold;
}
#datenschutz .content h3, #datenschutz .sidebarre h3, #impressum .content h3, #impressum .sidebarre h3 {
    font-size: 12px;
    margin: 30px 0px 20px 0px;
    font-weight: bold;
} 


@media (max-width: 768px){
.content {
    padding: 0px 10px;    
}
.content h1 {
    font-size: 18px;
    color: #999999;
    margin: 20px 10px 20px 0px;
    text-transform: uppercase;    
}
.content li {
  padding-bottom: 10px;
}
.sidebarre {
    padding: 10px 0px 10px 0px;
    }
}

/* +++++++++++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++++++ */
.footerinfo {    
    background-color: rgb(0,120,126);
    border-top: 5px solid rgb(210,210,210);
}
.footerinfo > .container{
/*    background-image: linear-gradient(to right, rgb(159,161,164), #eeeeee, rgb(159,161,164));*/
    background-image: linear-gradient(to right, rgb(0,120,126), #88cccf, rgb(0,120,126));
}
.footernav {
    padding: 10px 10px 10px 40px;
    /*background-image: linear-gradient(to right, rgb(0,120,126), #88cccf, rgb(0,120,126));
    background-color: rgb(0,120,126);*/
}
.footernavre {
    padding: 10px 40px 10px 10px;
}
.copyright{
    padding: 11px 40px;
    text-align: center;
    
}
.copyright p {
    font-size: 14px !important;
    color: #ffffff;
    margin: 0px 0px;
}

@media (max-width: 768px){
.copyright{
    text-align: center;
    padding: 5px 40px !important;
}


