body {
color: #333333;
}

h1, .h1 {
font-size: 23px;
margin-bottom: 20px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
letter-spacing: normal;
}

h2, .h2 {
font-size: 18px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
letter-spacing: normal;
}

.ps_impressum h2, .ps_impressum h3, .ps_datenschutz h2, .ps_datenschutz h3 {
  margin-top: 15px;
  margin-bottom: 5px !important;
}

h3, .h3 {
font-size: 16px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
letter-spacing: normal;
}

h5, .h5 {
font-size: 16px;
line-height: 1.5;
margin-bottom: 10px;
}

h6, .h6 {
font-size: 14px;
line-height: 1.5;
}

.lead {
font-size: 16px;
font-weight: normal;
color: #666666;
text-transform: normal;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.well2 {
    padding-bottom: 56px;
    padding-top: 20px;
}

.clear {
clear: both;
}

a:hover {
text-decoration: underline;
color: #000000;
}

.news_single {
padding-right: 30px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 14px;
color: #000000;
}

.news_single a {
text-decoration: underline;
}

.news_list_single_image {
float: right;
max-height: 150px;
max-width: 200px;
margin: 0px 0px 20px 30px;
border-radius: 5px;
border: 0px solid #e9e9e9;
}

.news_single_image {
/**float: left;
max-height: 150px;
max-width: 250px;
margin: 0px 0px 10px 0px; */
border-radius: 5px;
border: 3px solid #e9e9e9;
}

.news_single_buttons_right {
float: right;
}
.news_single_buttons_left {
float: left;
}

figure {
  padding: 5px;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 20px 10px 10px 0px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: transparent;
  color: #000000;
  border-radius: 0 0 3px 3px;
}

.news_list_single a:link, .news_list_single a:visited, .news_list_single a:active {
color: #000;
font-weight: bold;
}

.news_list_single a:hover {
text-decoration: underline;
}

.box_text {
color: #000;
font-size: 14px;
}

p.ins_r {
word-break: break-word;
}

.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 3px 24px;
line-height: 1.66666667;
text-decoration: none;
color: #fff;
background-color: #7ac1e6;
border: 1px solid #dddddd;
}

.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #005682;
}

.dropdown-menu {
width: 100%;
}

/* LOGIN FORM */

.form {
z-index: 1;
background: #f3f3f3;
margin: 0 auto 50px;
padding: 20px;
text-align: left;
position: relative;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #7ac1e6;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form input[type="submit"]:hover {
  background: #999;
}
/* Responsive Bilder in der Single.aspx */
.thumb img {
    width: initial;
    height: initial;
}
/* Erste und Letzte Seite Buttons */
a#ContentPlaceHolder1_control_paging1_btnFirstLink,
a#ContentPlaceHolder1_control_paging1_btnLastLink {
    background: #fff;
    color: #000;
}

.lead {
    text-transform: none;
}

h1, .h1 {
    text-transform: none;
}

.box_text2 {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}