/* Custom CSS WZV */

h1, h2, h3, h5 {margin-top:0;}

h4 {margin-top:40px;}
h5 font-size {20px;}

#main-slider .carousel-caption h2 {color:#fff;}
#main-slider .carousel-caption h5 {color:#fff;}


.pdf-link:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-right:5px;
  color:red;
}


.fa-file-pdf-o {color:red;}


@media (min-width:768px) {
 .main-menu .navbar-nav > li:first-child > a {
    padding-left: 0px;
 }
}

@media (min-width:1200px) {
 .hotline {padding-left:75px;}
}

.p60 {padding:60px 0;}

.csc-textpic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-shadow {text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);}

.main-header .fa-clock-o {line-height: 37px;}

/* main-navigation */
.main-navigation {
margin-bottom: 0;
padding-top: 4px;
padding-bottom: 4px;
background-color: transparent;
border: none;
border-bottom: 1px solid #d8d8d8;
background-color: #edf3f5;
}
.main-navigation .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #323946;
    font-size: 16px;
    font-weight: normal;
}

.main-navigation .navbar-nav > li:hover > a, .main-navigation .navbar-nav > li > a:hover, .main-navigation .navbar-nav > li > a:focus, .main-navigation .navbar-nav > li.active > a {
    color: #007cb5;
    background-color: transparent;
}


.main-navigation .navbar-nav > li.active > a {
    font-weight: 500;
}


.main-navigation .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #323946;
    font-size: 15px;
}

.main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:hover, .main-navigation .dropdown-menu > .active > a:focus {
    padding: 10px 20px;
    color: #fff;
    background-color: #337ab7;
    border: none;
}

.four a span {
font-size: 10px;
padding-right: 5px;
}


/* Layout-1 Klassen */
.layout-1 .csc-header h3 {
  color: #007cb5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.layout-1 .csc-header h3.csc-firstHeader::after {
  margin-top: 30px;
  width: 85px;
  height: 2px;
  background-color: #d5d5d5;
  display: block;
  content: "";
}

.layout-2 .csc-header h4::after {
  margin: 30px auto 30px auto;
  width: 85px;
  height: 2px;
  background-color: #d5d5d5;
  display: block;
  content: "";
}

.layout-1 p.bodytext {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width:767px) {
 .p60 {padding:30px 0;}
 h3 {font-size: 28px;}
 h2 {font-size: 28px;}
 .layout-1 .csc-header h3.csc-firstHeader::after {margin:30px auto 0 auto;}
}


/* tabelle bekanntmachungen */
table.bekanntm thead {background-color:#007cb5;color:#fff;}
table.bekanntm  thead > tr > th {border:none;}

table.bekanntm > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
table.bekanntm {border: 1px solid #ddd;}
table.bekanntm > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px;
  }

/* modal selector */

  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    background-color:#f6f6f6;
    border: 1px solid #c5c5c5;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}


a.custom-combobox-toggle:before {
   font-family: FontAwesome;
   content: "\f0dd";
   font-size:18px;
   padding:0 8px 0 8px;
   color:#323946;
}
a.custom-combobox-toggle:hover {cursor:pointer;text-decoration:none;}

#hit {margin-left:35px;}
#hit:hover {cursor:pointer;text-decoration:none;}

/* boxen */
.box-2 {background-color:#fff;padding:10px;}
.btn-blue {
    background: #007cb5;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.btn-blue:hover {
    background: #427556;
    color: #fff;
}

.logo {
  height: 54px;
  padding-right: 15px;
  margin-top: -10px;
}

.logo-h1 {
  display: inline-block;
  vertical-align: middle;
  text-align:left;
  /*color: #000;*/
  color:#323946;
  font-size: 22px;
  letter-spacing: 0.5px;
    
}

.logo-headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.logo-subline {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

@media (min-width:992px) and (max-width:1199px) {

  .logo  {
    height:40px;
    padding-right:10px;
  }

  .logo-h1  {
    font-size:20px;
  }
  .main-header .fa {
  margin-top:1px;
  }
  .text-light {
  margin-top:-5px;
  }

}

@media (max-width:380px) {

  .logo  {
    height:50px;
    padding-right:1px;
  }

  .logo-h1 {
     display: block;
     text-align: center;
     padding-top:10px;
    
   }

}

/* rechnerseiten */

form td, th {padding:6px;}
.ergebnis h2 {font-size:24px;}
.ergebnis h3 {color:#007cb5;font-size:20px;margin:20px 0 10px 0;padding:0;}
input.send-btn {  
  border:1px solid #007cb5;
  background: #007cb5;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}

/* tabellen */
/*table.two th {width:50%;}*/

table.two th:first-child {width:70%;} 
table.twosmall th:first-child {width:50%;} 


.table-colored > thead > tr > th {border-color:#007cb5;background-color:#007cb5;color:#fff;}


.section-info {
    background-image: url(/fileadmin/redaktion/bilder/hintergrundbilder/hintergrund-wasserstrahl.jpg);
}
#main-slider.sub, #main-slider.sub > .carousel-inner > .item > img.img-responsive, .rc-5, .box-2 img, .box-3, .sblock-1, .pricing-table, ul#gallery-grid .hover-content, ul#gallery-grid li .img-responsive, .testimonial-box-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.button-blau {
  
  background: #007cb5;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
  
   display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

  
  }


.sblock-1 {
    padding: 20px 0px 0px 0px;
}
.sblock-1 h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

.sblock-1 i {
  font-size:50px;
  padding-top: 10px;
}

.wwhiden {display:none;}
.red {fill:red !important;}

#Blankensee-2:hover, 
#Kratzeburg-2:hover, 
#Carpin-2:hover, 
#Carwitz-2:hover, 
#Feldberg-2:hover, 
#Gross_Quassow-2:hover, 
#Mirow-2:hover, 
#Ollendorf-2:hover, 
#Peckatel-2:hover, 
#Weisdin-2:hover, 
#Wesenberg-2:hover, 
#Wokuhl-2:hover, 
#Roggentin-2:hover, 
#Klein_Vielen-2:hover, 
#Dabelow-2:hover, 
#Triepkendorf-2:hover, 
#Dolgen-2:hover, 
#Quadenschoenfeld-2:hover, 
#Cantnitz-2:hover, 
#Schlicht-2:hover, 
#Lichtenberg-2:hover, 
#Wustrow-2:hover {
  cursor:pointer;
}
g:hover rect {fill:red;}
g:hover path {fill:red;}
g:hover circle {fill:red;}
g:hover ellipse {fill:red;}

#main-slider .carousel-caption {
    text-align: center;
    bottom: 0;
    text-shadow: none;
  top: auto;
  left:none !important
}

.description {
    background-color: rgba(0, 0, 0, 0.37);
    padding: 5px 15px 6px 15px;
    border-radius: 19px;
  }


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 10%;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
    display: block;
    max-width: 120%;
    height: auto;
}

nav .btn-navbar {font-size:22px;}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: inherit;
}

fieldset input {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.00) inset !important;
}

.radio label, .checkbox label {
    line-height: 1.5;
}

.tx-felogin-pi1 form fieldset label {margin-bottom: 0;}
.tx-felogin-pi1 form fieldset input#user {margin-bottom: 15px;}

td.alnright {text-align: right;}


.tx-felogin-pi1 form fieldset input#user {margin-left: 10px;}
.tx-felogin-pi1 form fieldset input#pass {margin-left: 48px;}

.frame-type-table .ce-table td:nth-child(1) {text-align:left;}
.frame-type-table .ce-table td:nth-child(2) {text-align:right;min-width:105px;}