/* CSS Document */
html { height: 100% } 
body {
    font-family: 'arial';
    font-size: 1.125rem;
    text-decoration: none ;
    line-height: 1.37rem;
    margin: 0;
    padding: 0;
    text-align: left; 
    color: #43525b;
    background-color: #ffffff;
    height: 100%;
}

h1{
    margin: 30px 0px 15px 0px;
    font-size: 1.87rem;
    color: #43525b;
    font-weight: normal!important;
    text-align: left;
}    
h2{
    margin: 20px 0px 15px 0px;
    font-size: 1.87rem;
    font-weight: normal!important;
    color: #43525b;
    text-align: left;
}
h3{
    margin: 8px 0px;
    font-size: 1.25rem; 
    font-weight: normal!important;
    color: #43525b;
    text-align: left;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
h4{
    margin: 0px 0px 15px 0px;
    font-size: 1rem;
    color: #43525b;
}
h5{
    margin: 0px 0px 10px 0px;
    padding: 2px 0px 2px 3px;
    font-size: 1rem;
    text-align: left;
    font-weight: bold;
    color: #43525b;
}
.row {
    max-width: 75rem;
}
.bold {
    font-weight: bold;
}


.bg_content {
    background-color: #ffffff;
}
.bo_img1 {
    border: 3px solid #43525b;
    display: inline-block;
}

.bot_ws {
    border-top: 2px solid #ffffff;
}

.block_head {
    min-height: 80px;
}
.block_menu {
    min-height: 50px;
    background-color: #7d973f;
}
.block {
    position: relative;
    min-height: 400px;
    background-color: #a7c75a;
}
.block_foot {
    position: relative;
    min-height: 50px;
    background-color: #44525b;
    font-size: 0.98rem;
    color: #ffffff;
    padding: 0px;
}

.copyright {
}

/* menu_social */
.menu_social {
    display: inline-block;
}
.menu_social ul {
    list-style-type: none;
    margin-left: 0px;
}
.menu_social li {
    float: left;
    margin-right: 20px;
}
.menu_social li.sm1 {
    background-image: url(../image/1.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm1 {
    background-image: url(../image/1_hover.png);
}
.menu_social li.sm2 {
    background-image: url(../image/2.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm2 {
    background-image: url(../image/2_hover.png);
}
.menu_social li.sm3 {
    background-image: url(../image/3.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm3 {
    background-image: url(../image/3_hover.png);
}
.menu_social li.sm4 {
    background-image: url(../image/4.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm4 {
    background-image: url(../image/4_hover.png);
}
.menu_social li.sm5 {
    background-image: url(../image/5.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm5 {
    background-image: url(../image/5_hover.png);
}
.menu_social li.sm6 {
    background-image: url(../image/6.png);
    background-repeat: no-repeat;
}
.menu_social li:hover.sm6 {
    background-image: url(../image/6_hover.png);
}

 
/* menu */
.menu {
    margin: 10px 0px 0px 0px;
}
.menu ul {
    list-style: none;
    margin-left: -20px;
    margin-bottom: 0.9rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.menu ul li.bgm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  top: -10px;
  left: 0px;
  z-index: -1;
  background-color: #7d973f;;
  transition: top 300ms ease-out;
}
.menu ul li.bgm1:before {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.menu ul li.bgm2:before {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.menu ul li.bgm3:before {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.menu ul li.bgm4:before {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.menu ul li.bgm5:before {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.menu ul li.bgm6:before {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.menu ul li.act:before, .menu ul li:hover:before {
    top: -20px;
}
.menu ul li {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    margin: 0px 0px 0px 0px;
}
.menu a{
  color: #ffffff;
  font-size : 0.75rem;
  font-weight: bold;
  border-width: 0px;
}
.menu a:link {
  color: #ffffff;
  text-decoration: none;
}
.menu a:visited {
  color: #ffffff;
  text-decoration: none;
}  
.menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.menu a {
    outline: none
}
@media only screen and (min-width: 750px) {
    .menu a{
      font-size : 0.9rem;
    }
    .menu ul li {
        padding: 2px 15px;
    }
} 
@media only screen and (min-width: 1024px) {
    .menu a{
      font-size : 1.2rem;
    }
    .menu ul li {
        padding: 2px 20px;
    }
} 

/* menu_foot */
.menu_foot {
    position: relative;
    display: inline-block;
    top: -10px;
}
.menu_foot ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}
.menu_foot ul li {
    display: inline-block;
}
.menu_foot a{
  color: #ffffff;
  font-size : 0.9rem;
  border-width: 0px;
}
.menu_foot a:link {
  color: #ffffff;
  text-decoration: none;
}
.menu_foot a:visited {
  color: #ffffff;
  text-decoration: none;
}  
.menu_foot a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.menu_foot a {
    outline: none;
    padding: 2px 10px;
}

/* foot */
.foot a{
  color: #ffffff;
  font-size :100%;
  border-width: 0px;
}
.foot a:link {
  color: #ffffff;
  text-decoration: none;
}
.foot a:visited {
  color: #ffffff;
  text-decoration: none;
}  
.foot a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.foot a {
    outline: none
}


a.internal-link{
  color: #ea1b23;
  font-size :100%;
  border-width: 0px;
}
a.internal-link:link {
  color: #ea1b23;
  text-decoration: none;
}
a.internal-link:visited {
  color: #ea1b23;
  text-decoration: none;
}  
a.internal-link:hover {
  color: #ea1b23;
  text-decoration: underline;
}

a{
  color: #ffffff;
  font-size :100%;
  border-width: 0px;
}
a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}  
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
a {
    outline: none
}

/* menuc */
.tab-bar, .left-off-canvas-menu {
    background: #859f5a;
}
ul.off-canvas-list li a:hover {
    background: #a7c75a;
}
ul.off-canvas-list li label {
    background: #859f5a;
    color: #ece9e9;
}
.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4 {
    font-size: 1.05rem;
}

/* menuc end */

.bodytext a:link {
  text-decoration: underline;
}

hr {
    border: none;
    border-top: 1px solid #908e7d;
}

/************** .content styles *****************/

.bodytext {  
  font-family: 'Lato-Light';
    font-size: 0.875rem; 
    text-decoration: none ; 
    line-height: 1.37rem; 
}
.contenttable {  
  padding: 0px;
  border:0px solid yellow; 
  text-decoration: none ; 
}
.font {  
  padding: 0px;
  text-decoration: none ; 
}
.text  {
  font-size :100%;
  color: #3c4242;
}
.list ul {
    list-style-image: url(../image/aufzaehlung.png);
}

.ce-border img {
    border:  4px groove #ffffff;
}

/************** rte extra styles *****************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify { text-align: justify; }

div.csc-frame-indent3366 {
    margin-left: 80px;
}
DIV.csc-default li {
  font-size: 0.9rem;
}
DIV.csc-textpic{
  border: 0px solid #ffffff;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
  border: 0px solid #cacfc9;
}
DIV.csc-textpic-clear {
  margin-top: 0px;
  padding: 0px;
  clear: both; 
  height: 8px;
}
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
  margin-right: 20px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
  margin-left: 20px !important;
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
}
ul.csc-bulletlist {
    padding: 0px 0px 0px 15px;
    list-style-image: url(../image/aufzaehlung.png);
}
ul.csc-bulletlist li {
    font-size: 1rem;
    line-height: 25px;
}
ul.csc-textpic-imgblock li.csc-textpic-imgwrap {
}
p{
  margin: 0px 0px 15px 0px;
  font-size: 1.125rem;
  line-height: 1.37rem;
}
.ce-media {
    margin-bottom: 15px;
}
.vierzeilig p{
  min-height: 84px;
}

.clear0 {clear: both;}
.clear_both {clear: both; height: 55px;}
.clear_b5 {clear: both; height: 10px;}
.clear_b10 {clear: both; height: 10px;}
.clear_b15 {clear: both; height: 15px;}
.clear_b20 {clear: both; height: 20px;}
.clear_b40 {clear: both; height: 40px;}
.clear_b30 {clear: both; height: 30px;}
.clear_b70 {clear: both; height: 70px;}
.clear_b90 {clear: both; height: 90px;}
.nw {white-space: nowrap;}

/* powermail */
.tx-powermail {
    position: relative;
    font-size: 0.9rem;
}


/* picrand */

.picrand-content {
    margin-bottom: 20px;
}

/* picrand end */
    