/*
Theme Name: EPZ Theme
Theme URI: http://www.
Description: EPZ
Author: MH
Author URI: http://#
Version: 1.0
Tags: epz, oesterreich
*/

/* COLORS
============================================================================= 

white - #ffffff - nav
blue  - #0c85bd - nav active line
blue  - #007fc2 - home, left column, border right

*/


/* FONTS
============================================================================= */


/* GENERAL
============================================================================= */

body,
html {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #000000;
    overflow-x: hidden; 
}

main {
	margin-bottom: 20px;
}

p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.blue {
	color: #007fc2;
}


/* NAV
============================================================================= */

nav {
	width: 100%;
	height: 160px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;

	-webkit-box-shadow: 0px 9px 21px 0px rgba(29, 29, 29, 0.28);
	-moz-box-shadow:    0px 9px 21px 0px rgba(29, 29, 29, 0.28);
	box-shadow:         0px 9px 21px 0px rgba(29, 29, 29, 0.28);

	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);
}

nav.tiny {
	height: 60px;

	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);

}

.navbar-header {
    height: 160px;
    margin-right: 133px;
}

.navbar-header.tiny {
	height: 60px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand > img {
	display: block;
    width: auto;
    height: 127px;
    z-index: 1000;
    position: relative;

	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);
}

.navbar-brand.tiny > img {
    display: block;
    width: auto;
    height: 50px;
    margin-top: -10px;
    margin-right: 103px;

    -webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);

  	position: relative;
  	z-index: 1000;
}

.navbar-default {
	-webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);
}

.navbar-collapse {
    margin-top: 118px;

    -webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);
}

.navbar-collapse.tiny {
    margin-top: 22px;

    -webkit-transition: all 0.25s ease-out;
  	-moz-transition: all 0.25s ease-out;
  	-o-transition: all 0.25s ease-out;
  	transition: all 0.25s ease-out;

  	-webkit-backface-visibility: hidden;
  	-webkit-transform:translate3d(0,0,0);
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 53px;
    padding-bottom: 24px !important;
}

.tiny .navbar-nav > li > a {
    padding-bottom: 20px !important;
}

.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	background-color: transparent;
	padding-bottom: 20px;
  outline: none;
  outline: 0px none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
  color: #000;
  background-color: transparent;
  outline: none;
  outline: 0px none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:active {
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #0c85bd;
  outline: none;
  outline: 0px none;
}

.navbar-nav > li > ul {
	left: -25px !important;
  min-width: 280px !important;
  font-size: 12px !important;
  background-color: #0a4e77 !important;
  background-color: rgba(14, 91, 140, 0.5) !important;
  padding: 5px 0px;
  padding-top: 11px !important;
  padding-left: 5px !important;
  padding-bottom: 7px !important;
  border: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px none;
}

.navbar-toggle {
  background: transparent !important;
  padding: 12px 5px;
  
}

.navbar-default .collapsed {
	padding: 12px 10px;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  padding-right: 0px !important;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-left: 5px;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-left: 5px;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  margin-left: 0px;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  margin-left: 0px;
}

.dropdown-menu {
	padding: 5px 0px;
    border: 0px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 18px;
}

.dropdown-menu li a {
	color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  border: none;
}

.dropdown-menu li a:hover {
	color: #ffffff;
	background-color: transparent;
	background: transparent;
}

span.active-subnav {
	padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

span.active-subnav:hover {
	padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

span.active-subnav-sub {
	padding-bottom: 2px;
  border-bottom: 1px solid #ffffff !important;
}

span.active {
    /*display: block;
    clear: both;
    position: relative;
    height: 3px;
    width: 100%;
    border-bottom: 1px solid #0c85bd !important;
    margin-bottom: -3px;*/
}

.navbar-default .navbar-toggle {
	border-color: #ffffff;
}

.holder {
  width: 53px;
  height: 52px;
  border: 2px solid #ffffff;
  position: fixed;
  right: 35px;
  top: 0px;
  cursor: pointer;
}

#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

  -webkit-backface-visibility: hidden;
  -webkit-transform:translate3d(0,0,0);
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

  -webkit-backface-visibility: hidden;
  -webkit-transform:translate3d(0,0,0);
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.btn-group-archives {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-top: -10px;
}

.dropdown-archives-menu {
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}

.dropdown-archives-menu::before {
  display: inline-block !important;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 9px;
  vertical-align: middle;
  border-bottom: 6px dashed;
  border-bottom: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #ffffff;
  content: '';
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 2;
}

.dropdown-archives-menu::after {
  display: inline-block !important;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 9px;
  vertical-align: middle;
  border-bottom: 6px dashed;
  border-bottom: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #cccccc;
  content: '';
  position: absolute;
  top: -6px;
  left: 10px;
  z-index: 1;
}

.dropdown-archives-menu li a {
    color: #000000 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
    width: 100%;
}

.dropdown-archives,
.dropdown-archives:hover,
.dropdown-archives:focus {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  border-color: #007fc2;
  background-color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);
  outline: 0px none;
  outline: 0px;
  min-height: 40px;
  text-align: left;
}

.dropdown-archives .caret {
  display: inline-block !important;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 9px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #007fc2;
}


/* HEADER
============================================================================= */

header {
	margin-top: 160px;
}

.carousel-caption {
    left: 50%;
    margin-left: 110px;
    padding-bottom: 84px;
    width: 100%;
    max-width: 450px;
    text-align: right;
    text-shadow: none;
}

.carousel-caption h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.carousel-caption p {
	font-size: 14px;
	line-height: 16px;
	max-width: 450px;
	float: right;
	margin-top: 7px;
	margin-bottom: 23px;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


footer {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	clear: both;
	background: #ffffff;
	-webkit-box-shadow: 0px -2px 21px 0px rgba(29, 29, 29, 0.18);
	-moz-box-shadow:    0px -2px 21px 0px rgba(29, 29, 29, 0.18);
	box-shadow:         0px -2px 21px 0px rgba(29, 29, 29, 0.18);
	padding-top: 22px;
	padding-bottom: 25px;
}

.footer-left-column {
	font-size: 12px;
	line-height: 14px;
	color: #007fc2;
}

.footer-left-column a,
.footer-left-column a:hover,
.footer-left-column a:focus {
	color: #007fc2;
	text-decoration: none;
}

.footer-right-column {
	/*padding-top: 14px;*/
	font-size: 12px;
	line-height: 14px;
}

.footer-right-column a,
.footer-right-column a:hover,
.footer-right-column a:focus {
	color: #007fc2;
	text-decoration: none;
}

/* HOME
============================================================================= */

.home-main {
	margin-top: 43px;
}

.home-left-column {
	padding-right: 20px;
}

.home-left-column-inner {
	padding-right: 20px;
	border-right: 1px solid #007fc2;
}

.home-news article {
	position: relative;
	display: block;
	clear: both;
	padding-top: 8px;
	margin-bottom: 50px;
}

.home-news article h2 {
	font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-news article h2 a {
	color: #007fc2;
	text-decoration: none;
}

.home-news article h2 a:hover,
.home-news article h2 a:focus {
	color: #000000;
	text-decoration: none;
}

.home-news .date {
	position: absolute;
	display: block;
	top: 11px;
	right: 0;
	font-size: 11px;
	line-height: 11px;
}

.home-news .excerpt {
	margin-bottom: 15px;
}

.home-right-column {
    
}

.home-right-column h3 {
	color: #007fc2;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 33px;
	margin-bottom: 16px;
}


/* PRÄVENTIONEN
============================================================================= */

#starkregen_allgemein {
	padding-top: 80px;
	margin-top: -80px;
}

.panel-body {
  padding: 0 0 15px 0;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-default {
    border-color: transparent;
    border: 0px;
}

.panel-default > .panel-heading {
  color: #007fc2;
  background-color: transparent;
  border-color: transparent;
  border: 0px solid #ffffff;
}

.panel-heading {
  padding: 27px 15px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.panel-heading h4 {
  font-size: 36px;
  font-weight: 700;
  cursor: pointer;
}

.gray-heading {
  color: #0c85bd !important;
  background-color: #e5e5e5 !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.panel-title-active {
  color: #ffffff !important;
  background-color: #0c85bd !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.panel-heading.collapsed {
  color: #0c85bd !important;
  background-color: #ffffff !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.gray-heading.collapsed {
  color: #0c85bd !important;
  background-color: #e5e5e5 !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-bottom: 48px;
    z-index: 1000;
    position: relative;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 14px;
    height: 35px;
    border: 0px solid transparent;
    border-radius: 0;
    background-color: #e5e5e5;
    padding-left: 35px;
    color: #565656;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e5e5e5;
  outline: none;
  outline: 0px none;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
  color: #007fc2;
  cursor: default;
  background-color: #e5e5e5;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  outline: none;
  outline: 0px none;
}

.nav-tabs > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -17px;   
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 1em solid;
  right: -1em;
}
.nav-tabs > li > a::after{   z-index: 3;  border-left-color: #e5e5e5;   }


.nav-tabs > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -17px;   
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 1em solid;
  left: 0em;
}

.nav-tabs > li > a::before{   z-index: 2;  border-left-color: #ffffff;   }


/* QUOTE
============================================================================= */

.tab-pane .quote {
  padding: 13px 80px 40px 80px;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  display: table;
  width: 100%;
}

.tab-pane .quote p {
  position: relative;
  display: table;
}

.tab-pane .quote:before {
    display: inline-block;
    float: left;
    width: 60px;
    height: 44px;
    margin-left: -75px;
    margin-right: 5px;
    margin-top: -12px;
    content: "";
    background-image: url(images/design/quotes/quotes-before.png);
    background-size: 60px 44px;
}

.tab-pane .quote:after {
    display: inline-block;
    float: right;
    width: 60px;
    height: 44px;
    margin-right: -75px;
    margin-left: 5px;
    margin-top: -35px;
    content: "";
    background-image: url(images/design/quotes/quotes-after.png);
    background-size: 60px 44px;
}


/* QUOTE SPECIAL
============================================================================= */

.tab-pane .quote-special {
  padding: 13px 50px 40px 80px;
}


/* ARTICLE
============================================================================= */

.anchor{
  display: block;
  height: 268px; /*same height as header*/
  margin-top: -268px; /*same height as header*/
  visibility: hidden;
}

.tab-pane article {
  padding: 0 200px;
}

.tab-pane h3,
.tab-pane article h3 {
  font-size: 20px;
  line-height: 24px;
  color: #007fc2;
  text-transform: uppercase;
  font-weight: 700;
}

.tab-pane article p {
  padding-bottom: 22px;
}

.tab-pane article a {
  color: #007fc2;
  text-decoration: none;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.tab-pane article a:hover,
.tab-pane article a:focus {
  color: #000;
  text-decoration: none;
  outline: 0px none;
  outline: 0px;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.tab-pane article ul {
  margin-top: -22px;
  padding-bottom: 22px;
}

.tab-pane article ul li ul{
  margin-top: 0px;
  padding-bottom: 0px;
}

.tab-pane article ul li {
    padding-left: 10px;
    text-indent: -10px;
}

.tab-pane article ul li::before {
  content: "•";
  color: #007fc2;
  padding-right: 5px;
  bottom: -10px;
  padding-top: 5px;
}

.tab-pane article ul li ul li::before {
  content: "•";
  color: #99bdde;
  padding-right: 5px;
  bottom: -10px;
  padding-top: 5px;
}

.tab-pane .article-image {
  position: relative;
  display: block;
}

.tab-pane .article-image img {
  padding: 10px;
  background: #e5e5e5;
  margin: 22px auto 25px auto;
}

.tab-nav {
  position: absolute;
  display: block;
  width: 1255px;
  height: 50px;
  left: 50%;
  margin-left: -627px;
  bottom: -24px;
  background-image: url(images/design/tabs/tab-nav-holder.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1255px 50px;
}

.tab-nav-left {
  position: relative;
  display: block;
  width: 50%;
  height: 50px;
  float: left;
  padding-left: 45px;
  padding-top: 18px;
}

.tab-nav-left a,
.tab-nav-left a:hover,
.tab-nav-left a:focus {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #007fc2;
  text-decoration: none;
  outline: 0px none;
  outline: 0px;
  display: block;
  width: 100px;
  height: auto;
  float: left;
  line-height: 14px;
}

.tab-nav-right {
  position: relative;
  display: block;
  width: 50%;
  height: 50px;
  float: right;
  text-align: right;
  padding-right: 45px;
  padding-top: 18px;
}

.tab-nav-right a,
.tab-nav-right a:hover,
.tab-nav-right a:focus {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #007fc2;
  text-decoration: none;
  outline: 0px none;
  outline: 0px;
  display: block;
  width: 100px;
  height: auto;
  float: right;
  line-height: 14px;
}

.tab-nav-left-2-rows,
.tab-nav-right-2-rows {
  padding-top: 10px;
}

.carousel-control img {
  position: absolute;
  top: 50%;
  margin-top: -29px;
}

.carousel-control.left img {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 10px;
}

.carousel-control.right {
    right: 10px;
    left: auto;
}


/* DOWNLOADS
============================================================================= */


#service-downloads-publikationen .allgemeine-dokumente h3,
#service-downloads-publikationen .folder-broschueren h3,
#service-downloads-publikationen .hagelzonierungskarten h3,
#service-downloads-publikationen .pressetexte h3,
#service-downloads-publikationen .formulare h3 {
  padding-bottom: 23px;
}

.download-item-headline {
  position: relative;
  display: table;
}

.download-item-headline p {
  position: relative;
  display: table;
  padding-left: 25px;
  padding-bottom: 19px !important;
}

.download-item-headline p:before {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: -28px;
    margin-right: 4px;
    margin-top: -3px;
    content: "";
    background-image: url(images/design/download/pdf-icon@2x.png);
    background-size: 25px 25px;
}


/* UNTERNEHMEN/KONTAKT
============================================================================= */

.ansprechpartner-beschreibung-holder {
  position: relative;
  display: block;
  height: 208px;
}

.ansprechpartner-beschreibung {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -27px;
}

.oberoesterreich-ansprechpartner,
.niederoesterreich-ansprechpartner,
.steiermark-ansprechpartner,
.burgenland-ansprechpartner {
  display: none;

}

.ansprechpartner-show {
  display: block;
}



.partner-beschreibung-holder {
  position: relative;
  display: block;
  height: 128px;
}

.partner-beschreibung {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -6px;
}

.partner-beschreibung p {
  padding-bottom: 0px !important;
}

/* NEWS
============================================================================= */

.news-main {
  margin-top: 43px;
}

.news-left-column {
  padding-right: 20px;
}

.news-left-column-inner {
  padding-right: 20px;
  border-right: 1px solid #007fc2;
}

.news-news article {
  position: relative;
  display: block;
  clear: both;
  padding-top: 8px;
  margin-bottom: 50px;
}

.news-news article h2 {
  font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.news-news article h2 a {
  color: #007fc2;
  text-decoration: none;
}

.news-news article h2 a:hover,
.news-news article h2 a:focus {
  color: #000000;
  text-decoration: none;
}

.news-news .date {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -6px;
  margin-bottom: 7px;
  color: #007fc2;
}

.news-single-main .date {
  color: #e5e5e5;
}

.news-news .excerpt {
  margin-bottom: 15px;
}

.news-single-main .excerpt p {
  padding-bottom: 22px;
}

.news-single-main .excerpt a {
  color: #007fc2;
  text-decoration: none;
}

.news-single-main .excerpt a:hover,
.news-single-main .excerpt a:focus {
  color: #000000;
  text-decoration: none;
}

.news-single-main .excerpt ul {
  margin-top: -22px;
  padding-bottom: 22px;
}

.news-single-main .excerpt ul li ul{
  margin-top: 0px;
  padding-bottom: 0px;
}

.news-single-main .excerpt ul li {
    padding-left: 10px;
    text-indent: -10px;
}

.news-single-main .excerpt ul li::before {
  content: "•";
  color: #007fc2;
  padding-right: 5px;
  bottom: -10px;
  padding-top: 5px;
}

.news-single-main .excerpt ul li ul li::before {
  content: "•";
  color: #99bdde;
  padding-right: 5px;
  bottom: -10px;
  padding-top: 5px;
}

.news-right-column {
    
}

.news-right-column h3 {
  color: #007fc2;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 16px;
}

.news-main .carousel {
  margin-top: -7px;
  margin-bottom: 25px;
}

.news-main .carousel .item img {
  padding: 10px;
  background: #e5e5e5;
  height: auto;
  min-height: auto;
  max-height: auto;
  width: 100% !important;
  margin-left: 0px;
}

.news-main .carousel .right {
  right: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0px none !important;
  outline: 0px !important;
}

.news-right-column .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}

.widget-sidebar {
  margin-bottom: 26px;
}

.widget-last-articles h3 {
  margin-bottom: 2px;
}

.widget-last-articles a {
  color: #000000;
  text-decoration: none;
}

.widget-faq h3 {
  margin-bottom: 2px;
}

.widget-faq a:hover,
.widget-faq a:focus {
  color: #000000 !important;
  text-decoration: none !important;
}

.back-to-news {
  position: absolute;
  display: block;
  top: 4px;
  right: 40px;
  font-size: 11px;
  line-height: 11px;
  z-index: 10;
}

.back-to-news a {
  color: #007fc2;
  text-decoration: none;
  text-transform: uppercase;
}

.back-to-news a:hover,
.back-to-news a:focus {
  color: #000000;
  text-decoration: none;
}


/* BUTTONS
============================================================================= */

/* caption */

.btn-caption {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	padding: 6px 27px 4px 27px;
	font-size: 16px;
	font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn-caption:hover,
.btn-caption:focus {
	color: #ffffff;
}

.btn-caption.inverted {
	border: 1px solid #007fc2;
	background: #007fc2;
}

/* hagelschutzregister */

.btn-hagelschutzregister {
	color: #ffffff;
	text-decoration: none;
	background: #007fc2;
	text-transform: uppercase;
	padding: 6px 27px 4px 27px;
	font-size: 16px;
	font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn-hagelschutzregister:hover,
.btn-hagelschutzregister:focus {
	color: #ffffff;
}


/* page hagelschutzregister */

#leistungsbereich-hagelschutzregister {
  padding-top: 85px;
  margin-top: -85px;
}

.btn-leistungsbereich-hagelschutzregister {
  color: #ffffff !important;
}


/* home-news */

.btn-home-news {
	color: #007fc2;
	text-decoration: none;
	border: 1px solid #007fc2;
	text-transform: uppercase;
	padding: 9px 27px 7px 27px;
	font-size: 10px;
	font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn-home-news:hover,
.btn-home-news:focus {
	color: #007fc2;
}


/* form-submit */

.btn-form-submit {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #0c85bd;
  background-color: #007fc2;
  text-transform: uppercase;
  padding: 6px 36px 4px 36px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn-form-submit:hover,
.btn-form-submit:focus {
  color: #ffffff;
}


/* news-news */

.btn-news-news {
  color: #007fc2;
  text-decoration: none;
  border: 0px solid #007fc2;
  text-transform: none;
  padding: 9px 0px 7px 0px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.btn-news-news:hover,
.btn-news-news:focus {
  color: #007fc2;
}


/* ERRORS
============================================================================= */

.error {
  border: 1px solid #ca0354 !important;
  border-radius: 0px !important;
}

.error-select {
  border: 1px solid #ca0354 !important;
  border-radius: 0px !important;
}

#vorname-error,
#nachname-error,
#email-error,
#anfrage-error,
#firma-error {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
}


/* DIVIDERS
============================================================================= */

.divider-96 {
  width: 100%;
  height: 96px;
  position: relative;
  display: block;
  clear: both;
}

.divider-90 {
  width: 100%;
  height: 90px;
  position: relative;
  display: block;
  clear: both;
}

.divider-78 {
  width: 100%;
  height: 78px;
  position: relative;
  display: block;
  clear: both;
}

.divider-74 {
  width: 100%;
  height: 74px;
  position: relative;
  display: block;
  clear: both;
}

.divider-70 {
  width: 100%;
  height: 70px;
  position: relative;
  display: block;
  clear: both;
}

.divider-68 {
  width: 100%;
  height: 68px;
  position: relative;
  display: block;
  clear: both;
}

.divider-65 {
  width: 100%;
  height: 65px;
  position: relative;
  display: block;
  clear: both;
}

.divider-62 {
  width: 100%;
  height: 62px;
  position: relative;
  display: block;
  clear: both;
}

.divider-50 {
  width: 100%;
  height: 50px;
  position: relative;
  display: block;
  clear: both;
}

.divider-40 {
  width: 100%;
  height: 40px;
  position: relative;
  display: block;
  clear: both;
}

.divider-35 {
  width: 100%;
  height: 35px;
  position: relative;
  display: block;
  clear: both;
}

.divider-30 {
  width: 100%;
  height: 30px;
  position: relative;
  display: block;
  clear: both;
}

.divider-27 {
  width: 100%;
  height: 27px;
  position: relative;
  display: block;
  clear: both;
}

.divider-26 {
  width: 100%;
  height: 27px;
  position: relative;
  display: block;
  clear: both;
}

.divider-22 {
  width: 100%;
  height: 22px;
  position: relative;
  display: block;
  clear: both;
}

.divider-17 {
  width: 100%;
  height: 17px;
  position: relative;
  display: block;
  clear: both;
}

.divider-13 {
  width: 100%;
  height: 13px;
  position: relative;
  display: block;
  clear: both;
}

.divider-10 {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  clear: both;
}

.divider-7 {
  width: 100%;
  height: 7px;
  position: relative;
  display: block;
  clear: both;
}

.divider-4 {
  width: 100%;
  height: 4px;
  position: relative;
  display: block;
  clear: both;
}

.divider-3 {
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  clear: both;
}

.divider {
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  clear: both;
}


/* FORMULAR INPUT FIELDS
maximal width =============================================================== */

.col-max-570 {
  max-width: 570px;
}

.download-item-left {
  max-width: 500px;
}

.col-max-415 {
  max-width: 415px;
}

.col-max-370 {
  max-width: 370px;
}

.col-max-270 {
  max-width: 270px;
}

.col-max-200 {
  max-width: 200px;
  line-height: 40px;
}

.col-max-85 {
  max-width: 85px;
  margin-right: 16px;
}


/* PADDINGS
============================================================================= */

.padding-right-15 {
  padding-right: 15px !important;
}


/* EXTRAS
============================================================================= */

b,
strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

.highlighted-text-blue {
  color: #007fc2;
}

.hide-formular {
  width: 100%;
  height: 0px;
  max-height: 0px;
  display: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #0c85bd !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 0px !important;
}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #0c85bd !important;
    transition: 200ms color;
}

/* */

.home .steps {
	margin-top: 40px;
	text-align: center;
}

.home .steps p {
	margin-top: 0;
}

	
	.home .steps li[number="1"] {
		min-height: 50px;
	}
	.home .steps li[number="2"] {
	}
	.home .steps li[number="3"] {
	}


.home .steps .owner,
.home .steps .producer {
	margin-top: 20px;
}

.home .steps li {
	position: relative;
	margin: 2rem 0;
}

.home .steps ul {
	min-height: 220px;
	margin-bottom: 20px;
	position: relative;
}

.home .steps ul:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid #007fc2;
}

.home .steps .owner ul:after {
    bottom: -6px;
    right: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.home .steps .producer ul:after {
    bottom: -6px;
    left: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}


.home .steps .owner {
	text-align: right;
	padding-right: 20px;
}

.home .steps .owner ul {
	border-right: 4px solid #007fc2;
	padding-right: 30px;
}


.home .steps .producer {
	text-align: left;
	padding-left: 20px;
}

.home .steps .producer ul {
	border-left: 4px solid #007fc2;
	padding-left: 30px;
}

.home .steps .producer li:before {
	content: '';
	display: block;
	position: absolute;
	left: -31px;
	top: -4px;
	background: white;
	width: 25px;
	height: 25px;
	
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate(-50%);
}

.home .steps .producer li:after {
	font-variant-numeric: lining-nums;
	content: attr(number);
	display: block;
	position: absolute;
	left: -31px;
	top: 0;
	background: white;
	border: 1px solid #007fc2;
	border-radius: 50%;
	text-align: center;
	width: 17px;
	height: 17px;
	line-height: 14px;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}


.home .steps .owner li:before {
	content: '';
	display: block;
	position: absolute;
	right: -31px;
	top: -4px;
	background: white;
	width: 25px;
	height: 25px;
	
	-webkit-transform: translate(50%);
	-moz-transform: translate(50%);
	transform: translate(50%);
}

.home .steps .owner li:after {
	font-variant-numeric: lining-nums;
	content: attr(number);
	display: block;
	position: absolute;
	right: -31px;
	top: 0;
	background: white;
	border: 1px solid #007fc2;
	border-radius: 50%;
	text-align: center;
	width: 17px;
	height: 17px;
	
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
}

.horalink {
	white-space: nowrap;
	margin-top: 29px;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.mobileonly {
		display: none;
	}
}

@media (max-width: 991px) {
	.horalink {
		margin-top: 0;
	}
}
	

@media (max-width: 767px) {
	.home .steps .owner {
		text-align: left;
		padding-left: 20px;
	}

	.home .steps .producer ul,
	.home .steps .owner ul {
		border-left: 2px solid #007fc2;
		border-right: none;
		padding-left: 30px;
	}
	
	
	.home .steps .owner ul:after {
		right: auto;
		left: -8px;
	}
	
	
	.home .steps .producer ul,
	.home .steps .owner ul {
		min-height: auto;
	}
	
	.home .steps .producer ul:after,
	.home .steps .owner ul:after {
		display: none;
	}

	.home .steps .owner li:before {
		left: -48px;
		right: auto;
	}
	
	
	.home .steps li[number="1"]:before {
		height: 76px !important;
		top: -55px;
	}
	.home .steps li[number="3"]:before {
		height: 50px !important;
	}

	.home .steps .owner li:after {
		left: -48px;
		right: auto;
	}
	
	.home .steps h1,
	.home .steps > p {
		text-align: left;
	}
	
	.home-main {
		margin-top: 16px;
	}
	
	.infothek, .hagelregister, .impressum {
		margin-top: 93px !important;
	}
	
	#hagelregisterForm #categoryselector {
		margin-top: 14px;
		margin-left: 0;
		padding-left: 0;
	}
	
	.hagelregister h2 {
		margin-top: 16px !important;
	}
	
	.hagelregister .extended_filter > .row {
		padding: 0;
	}
	
}


@media (max-width: 767px) {
	.hagelregister .results td {
		display: block;
	}
	
	.hagelregister .results td.name_header,
	.hagelregister .results td.klassierung_header,
	.hagelregister .results td.vkf_header,
	.hagelregister .results td.gueltig_header,
	.hagelregister .results td.beschrieb_header {
		display: none;
	}
	
		
	.hagelregister .results .klassierung_header,
	.hagelregister .results .vkf_header,
	.hagelregister .results .gueltig_header,
	.hagelregister .results .beschrieb_header,
	.hagelregister .results .hersteller_header {
    	color: #007fc2;
    	font-weight: 400;
    	margin-bottom: 1em;
    }
    
	.hagelregister .results .name_header {
    	padding-left: 0;
    }
    
	.hagelregister .results .klassierung_header {
    	margin-bottom: 1em;
    }
    
	.hagelregister .results td.vkf,
	.hagelregister .results td.gueltig,
	.hagelregister .results td.beschrieb {
    display: block;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
	}

	.hagelregister .results .open td.beschrieb {
    padding-top: inherit;
    padding-bottom: inherit;
    max-height: 500px;
	}

	.hagelregister .results  td.vkf,
	.hagelregister .results td.gueltig {
	display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
	}
	
	.hagelregister .results td.gueltig {
	float: right;
	text-align: right;
	}
	
	.hagelregister .results .open td.vkf,
	.hagelregister .results .open td.gueltig {
    padding-top: inherit;
    padding-bottom: inherit;
    max-height: 500px
	}
}

h1 {
	font-size: 17px;
	font-weight: 700;	
}

main h1 {
	font-size: 35px;
	color: #007fc2;
	font-weight: normal;
}

.hagelregister h2 {
	margin-top: 32px;
	font-size: 20px;
	color: #007fc2;
	font-weight: 500;
	padding-bottom: 11px;
}

			.image-selector-container {
				position: relative;
    			display: inline-block;
			}
		
			.image-selector-container .background-image {
				width: 100%;
				height: 100%;
			}
			
			.overlay {
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
				padding: 0 15px;
			}		
			
			.overlay .layer {
				transition: opacity 0.5s;
				opacity: 0;
				cursor: pointer;
			}
			
			.overlay .on {
				opacity: 1;
			}
			.overlay .layer:hover {
				opacity: 1;
			}
			
			input {
			  outline-color: transparent;
			  outline-style: none;
		  	}
		  	
			input[type=text] {
			  border-radius: 1px;
			  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
			  background-color: #ffffff;
			  border: solid 1px #007fc2;
			  width: 300px;
			  max-width: 100%;
			  padding: 3px 8px;
		  	}
		  	
		  	.extended_filter input[type=text],
		  	.extended_filter .select2-container {
			  width: 300px;
			  max-width: 100%;
			  margin-bottom: 17px;
		  	}
		  	
		  	.extended_filter h2 {
		  		margin-bottom: 6px;
		  		cursor: pointer;
		  	}
		  	
		  	.extended_filter label {
		  		padding: 0;
		  		margin-bottom: 8px;
		  	}
		  	
		  	.select2-container--default .select2-selection--single {
				border: solid 1px #007fc2 !important;
				border-radius: 1px !important;
				outline: none;
				box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
		  	}
		  	
		  	.select2-container--default .select2-results__option--highlighted[aria-selected] {
				background-color: #007fc2 !important;
				
		  	}
		  	
		  	.select2-container--default .select2-selection--single .select2-selection__arrow b {
				border-color: #007fc2 transparent transparent transparent !important;
		  	}
		  	
		  	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
				border-color: transparent transparent #007fc2 transparent !important;
		  	}
		  	
			
			#overlay-dachhaut {
				-webkit-transform: translate(29px, 46px);
				    -ms-transform: translate(29px, 46px);
				     -o-transform: translate(29px, 46px);
				        transform: translate(29px, 46px);
			}
			
			#overlay-dachlichteinlaesse {
				-webkit-transform: translate(128px, 99px);
				    -ms-transform: translate(128px, 99px);
				     -o-transform: translate(128px, 99px);
				        transform: translate(128px, 99px);
			}
			
			#overlay-energiesysteme {
				-webkit-transform: translate(272px, 61px);
				    -ms-transform: translate(272px, 61px);
				     -o-transform: translate(272px, 61px);
				        transform: translate(272px, 61px);
			}
			
			#overlay-dachsonderbauteile {
				-webkit-transform: translate(19px, 67px);
				    -ms-transform: translate(19px, 67px);
				     -o-transform: translate(19px, 67px);
				        transform: translate(19px, 67px);
			}
			
			#overlay-fassade {
				-webkit-transform: translate(44px, 98px);
				    -ms-transform: translate(44px, 98px);
				     -o-transform: translate(44px, 98px);
				        transform: translate(44px, 98px);
			}
			
			#overlay-verglasung-fassade {
				-webkit-transform: translate(14px, 137px);
				    -ms-transform: translate(14px, 137px);
				     -o-transform: translate(14px, 137px);
				        transform: translate(14px, 137px);
			}
			
			#overlay-beschattung {
				-webkit-transform: translate(59px, 100px);
				    -ms-transform: translate(59px, 100px);
				     -o-transform: translate(59px, 100px);
				        transform: translate(59px, 100px);
			}
			
			#overlay-tueren-und-tore {
				-webkit-transform: translate(213px, 177px);
				    -ms-transform: translate(213px, 177px);
				     -o-transform: translate(213px, 177px);
				        transform: translate(213px, 177px);
			}
			
			#overlay-schwimmbadabdeckungen {
				-webkit-transform: translate(460px, 281px);
				    -ms-transform: translate(460px, 281px);
				     -o-transform: translate(460px, 281px);
				        transform: translate(460px, 281px);
			}
			
			#overlay-diverses {
				-webkit-transform: translate(665px, 289px);
				    -ms-transform: translate(665px, 289px);
				     -o-transform: translate(665px, 289px);
				        transform: translate(665px, 289px);
			}
			
			.collapsing_list .collapsing_title {
				padding-bottom: 8px;
			  	cursor: pointer;
			  	padding-left: 20px;
			  	z-index: 90;
			}
			
			.collapsing_list > div:nth-child(2) {
				margin-bottom: 8px;
				padding-left: 20px;
			}
			
			.collapsing_list.highlight .collapsing_title {
			  color: #007fc2;
			  font-weight: bold;
			}
			
			.collapsing_list .collapsing_title.collapsed .glyphicon-chevron-up,
			.collapsing_list .collapsing_title .glyphicon-chevron-down {
			  display: none;
			}

			.collapsing_list .collapsing_title.collapsed .glyphicon-chevron-down,
			.collapsing_list .collapsing_title .glyphicon-chevron-up {
			  display: inline-block;
			  margin-left: -20px;
			  margin-right: 8px;
			  font-size: 7px;
			}
			
			.extended_filter h2 {
				white-space: nowrap;
			}
			
			.extended_filter .collapsed .glyphicon-chevron-up,
			.extended_filter .glyphicon-chevron-down {
			  display: none;
			}

			.extended_filter .collapsed .glyphicon-chevron-down,
			.extended_filter .glyphicon-chevron-up {
			  display: inline-block;
			  margin-left: 10px;
			  font-size: 14px;
			}

			#categoryselector {
				display: inline-block;
				vertical-align: top;
				margin-left: 16px;
			}

			i.glyphicon {
			  margin-right: 5px;
			  color: #007fc2;
			}

			.collapsed ~ .panel-body {
			  padding: 0;
			}
			
			/* Customize the label (the container) */
			.checkbox_container {
			  display: block;
			  position: relative;
			  padding-left: 20px;
			  margin-bottom: 8px;
			  cursor: pointer;
			  -webkit-user-select: none;
			  -moz-user-select: none;
			  -ms-user-select: none;
			  user-select: none;
			}
			
			.checkbox_container .count {
				font-size: 80%;
				white-space: nowrap;
				color: #007fc2;
			}
			

			/* Hide the browser's default checkbox */
			.checkbox_container input {
			  position: absolute;
			  opacity: 0;
			  cursor: pointer;
			}

			/* Create a custom checkbox */
			.checkmark {
			  position: absolute;
			  top: 0;
			  left: 0;
			  height: 16px;
			  width: 16px;
			  background-color: #fff;
  			  border: solid 1px #007fc2;
			}

			/* On mouse-over, add a grey background color */
			.checkbox_container:hover input ~ .checkmark {
			  background-color: #eee;
			}

			/* When the checkbox is checked, add a blue background */
			.checkbox_container input:checked ~ .checkmark {
			  background-color: #fff;
			}

			/* Create the checkmark/indicator (hidden when not checked) */
			.checkmark:after,
			.checkmark:before {
			  content: "";
			  position: absolute;
			  display: none;
			}

			/* Show the checkmark when checked */
			.checkbox_container input:checked ~ .checkmark:after,
			.checkbox_container input:checked ~ .checkmark:before {
			  display: block;
			}

			/* Style the checkmark/indicator */
			.checkbox_container .checkmark:after,
			.checkbox_container .checkmark:before {
			  left: 1px;
			  top: 6px;
			  width: 11.8px;
			  height: 2.1px;
			  transform: rotate(-45deg);
			  background-color: #007fc2 !important;
			}
			
			.checkbox_container .checkmark:before {
			  transform: rotate(45deg);
			}
			
			[data-toggle="tooltip"] {
			  color: #007fc2;
			  text-decoration: underline;
			}
			
.tooltip > .tooltip-inner {
    max-width: 530px;
    width: 50vw;
	  box-shadow: -2px 4px 8px 0 rgba(0, 0, 0, 0.2);
	  background-color: #ffffff;
	  border: solid 1px #979797;
	  color: black;
	  text-align: left;
}
/* Tooltip on right */
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #979797;
}

.infothek,
.hagelregister,
.impressum {
	margin-top: 32px;
}

.fa-file-pdf {
	font-size: 16px;
	padding-right: 5px;
	margin-bottom: 7px;
}

.hagelregister .results thead {
	color: #007fc2;
}


.hagelregister .results td {
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 11px;
	padding-right: 13px;
}


.hagelregister .results_ucat {
	display: none;
}


.hagelregister .results_ucat .caption {
	color: #007fc2;
	font-size: 20px;
	font-weight: 500;
	padding-top: 16px;
	padding-bottom: 15px;
}

.hagelregister .results_ucat .name {
	padding-right: 8px;
}

.hagelregister .results_ucat .resultcount {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	display: inline-block;
}


.hagelregister .results {
	display: none;
	clear: both;
}

.hagelregister .results tbody td.vkf {
	text-align: center;
}

.hagelregister .results thead td.vkf_header {
	white-space: nowrap;
}

.hagelregister .results tbody td.vkf i {
	font-size: 30px;
	display: block;
}

.hagelregister .results tbody {
	font-weight: 300;
}
.hagelregister .results tbody strong {
	font-weight: 500;
}
.hagelregister .results tbody tr:nth-child(odd) {
	background: rgba(0, 127, 194, 0.05);
}

.hagelregister .results tbody tr:nth-child(even) {
}

.hagelregister .results h1 {
	padding-top: 40px;
}

.hagelregister .results .warning {
	border: 1px solid #007fc2;
	padding: 13px 24px;
	padding-left: 48px;
	position: relative;
	margin: 16px 0;
}

.hagelregister .results .warning i {
	position: absolute;
	color: #007fc2;
	top: 50%;
	left: 12px;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hagelregister input[type="submit"] {
    border: none;
    font-weight: bold;
    color: white;
    background: #007fc2;
    font-size: 17px;
    padding: 5px 60px;
    outline: none;
    float: right;
}
.hagelregister input[type="reset"] {
    border: none;
    font-weight: 500;
    color: #007fc2;
    text-decoration: underline;
    font-size: 13px;
    outline: none;
    background: white;
    padding-right: 0;
    
    margin-top: 15px;
    clear: both;
    float: right;
}

.row_w_o_clear {
	margin-left: -15px;
	margin-right: -15px;
}
/*
@media (min-width: 768px) {

	.hagelregister {
		min-height: 950px;
	}
}*/

@media (min-width: 768px) {
	.klassierung_header,
	.vkf_header,
	.gueltig_header,
	.hersteller_header,
	.product_header {
		cursor: pointer;
		text-decoration: underline;
	}
	
	.sort_down:after {    
		font-family: 'hagelregister' !important;
		content: "\e900";
		color: #007fc2;
		display: inline-block;
		text-decoration: none;
		vertical-align: middle;
		padding-left: 10px;
		font-size: 9px;
	}
	
	.sort_up:after {    
		font-family: 'hagelregister' !important;
		content: "\e901";
		color: #007fc2;
		display: inline-block;
		text-decoration: none;
		vertical-align: middle;
		padding-left: 10px;
		font-size: 9px;
	}
}


@media (max-width: 767px) {
p {
	line-height: 1.6;
}

.print-button {
	display: none;
}
			.results_ucat .toggler {
				text-align: center;
			    cursor: pointer;
			}
			
			.results_ucat .glyphicon-chevron-up,
			.results_ucat .open .glyphicon-chevron-down {
			  display: none;
			}

			.results_ucat .glyphicon-chevron-down,
			.results_ucat .open .glyphicon-chevron-up {
			  display: inline-block;
			}
}

a.pdf {
	padding-left: 20px;
	display: inline-block;
}

a.pdf i {
	margin-left: -20px;
}

a.pdf i.fa-file-pdf {
	padding-right: 8px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #007fc2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@media (min-width: 768px) {
	.results_ucat table {
    	table-layout: fixed;
	}
	.results_ucat tr td:nth-child(1) {
		width: 14.5%;
	}
	.results_ucat tr td:nth-child(2) {
		width: 31.1%;
	}
	.results_ucat tr td:nth-child(3) {
		width: 39.6%;
	}
	.results_ucat tr td:nth-child(4) {
		width: 6.3%;
	}
	.results_ucat tr td:nth-child(5) {
		width: 8.5%;
	}

	#categoryselector.col-sm-3 {
		width: 27%;
	}

	.print-button {
		color: #007fc2;
		float: right;
		padding-top: 60px;
		text-decoration: underline;
	}
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pruefstelle a {
	text-decoration: underline;
}

.pruefstelle > div {
	padding: 9px 11px;
}

.pruefstelle .address {
	font-weight: 500;
 }

.pruefstellen_lbl {
	min-width: 45px;
	display: inline-block;
}

.formbuttons {
	margin-top: 32px;
     margin-bottom: 10px;
}

@media (min-width: 992px) {
	.formbuttons {
		padding-right: 25px;
	}
}

@media (min-width: 1200px) {
	.formbuttons {
		padding-right: 30px;
	}
}

.formbuttons > * {
	margin-right: -30px;
}

@media (max-width: 767px) {
	#collapse_efilter > div > div {
		padding-left: 0;
	}
}

@media print {
	.image-selector-container,
	input[type="submit"],
	input[type="reset"],
	nav,
	header,
	.hagelregister h2{
		display: none;
		}
		
		.hagelregister {
			min-height: auto !important;
		}
		
		tr {
			border-bottom: 1px solid lightgray;
		}
		
	.home-main {
		margin-top: 0;
	}
	
	.infothek, .hagelregister, .impressum {
		margin-top: 0 !important;
	}
	.collapsing_list.highlight .collapse {
		display: block !important;
		height: auto !important;
	}
	#hagelregisterForm #categoryselector {
		margin-top: 14px;
		margin-left: 0;
		padding-left: 0;
	}
	
	#categoryselector {
		height: auto !important;
	}
	

	.hagelregister .results td.beschrieb {
    padding-top: inherit;
    padding-bottom: inherit;
    max-height: 500px;
	}
	.hagelregister .results td.vkf,
	.hagelregister .results td.gueltig {
    padding-top: inherit;
    padding-bottom: inherit;
    max-height: 500px
	}
	
	.results_ucat .glyphicon-chevron-up,
	.results_ucat  .glyphicon-chevron-down {
	  display: none;
	}
	
	.hagelregister .results td {
		text-align: left !important;
		float: none !important;
	}
	
	.checkbox_container .checkmark:after {
		display: none !important;
	}
	.checkbox_container .checkmark:before {
		content: 'X' !important;
		transform: none !important;
		left: 3.5px !important;
		top: 0px !important;
		background: none !important;
	}
}

#overlay-diverses,
#overlay-tueren-und-tore {
	opacity: 0 !important;
	cursor: initial !important;
}
[data-target="#collapse_Diverses"],
[data-target="#collapse_Türen-und-Tore"] {
	color: gray !important;
	font-weight: normal !important;
	cursor: initial !important;
	
	display: none !important;
}
[data-target="#collapse_Diverses"] i,
[data-target="#collapse_Türen-und-Tore"] i {
	color: gray !important;
	
}

[data-target="#collapse_Diverses"] .glyphicon-chevron-up,
[data-target="#collapse_Türen-und-Tore"] .glyphicon-chevron-up {
	display: none !important;
}
[data-target="#collapse_Diverses"] .glyphicon-chevron-down,
[data-target="#collapse_Türen-und-Tore"] .glyphicon-chevron-down {
	display: inline-block !important;
     margin-left: -20px;
    margin-right: 8px;
}

[data-target="#collapse_Diverses"] ~ div:nth-child(2),
[data-target="#collapse_Türen-und-Tore"] ~ div:nth-child(2) {
	display: none !important;
}

p > span > strong,
p > span > b {
	display: block;
	padding-top: 1rem;
}

@font-face {
  font-family: 'hagelregister';
  src:  url('fonts/hagelregister.eot?8b72gs');
  src:  url('fonts/hagelregister.eot?8b72gs#iefix') format('embedded-opentype'),
    url('fonts/hagelregister.ttf?8b72gs') format('truetype'),
    url('fonts/hagelregister.woff?8b72gs') format('woff'),
    url('fonts/hagelregister.svg?8b72gs#hagelregister') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.icomoon-liga {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hagelregister' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  top: 0;
}

.epz-arrow_down:before {
  content: "\e900";
  color: #007fc2;
}
.epz-arrow_up:before {
  content: "\e901";
  color: #007fc2;
}
.epz-PDF-File:before {
  content: "\e902";
  color: #007fc2;
}

.epz-checkbox_empty .path1:before {
  content: "\e903";
  color: rgb(255, 255, 255);
}
.epz-checkbox_empty .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 127, 194);
}
.epz-checkbox_full .path1:before {
  content: "\e905";
  color: rgb(255, 255, 255);
}
.epz-checkbox_full .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 127, 194);
}
.epz-checkbox_full .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 127, 194);
}
.epz-checkbox_full .path4:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(0, 127, 194);
}
.epz-radial_empty:before {
  content: "\e909";
  color: #007fc2;
}
.epz-radial_full:before {
  content: "\e90a";
  color: #007fc2;
}

a.pdf .epz-PDF-File {
    font-size: 16px;
    margin-bottom: 7px;
    padding-right: 8px;
    display: inline-block;
}