:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --theme-color: #F68535;
    --font-color: #0f0f0f;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0 0 15px 0;
	padding: 0px;
}

h1{
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 17px;
}

a , a:hover , a:focus , a:visited , img , input , textarea , button{
    outline: none !important;
    text-decoration: none !important;
}

a{
    color: var(--theme-color);
}

a:hover{
    color: var(--font-color);
}

ul , ol{
    margin: 0 0 0 15px;
    padding: 0px;
}

ul li , ol li{
    margin: 0 0 0 10px;
    padding: 0px;   
}

p{
    margin: 0 0 15px 0;
}

img{
    max-width: 100%;
    height: auto;
}

section{
    position: relative;
    clear: both;
    padding: 50px 0;
}

section:before , section:after{
    clear: both;
    display: table;
    content: "";
}

input[type="text"] , input[type="search"] , input[type="email"] , input[type="password"] , input[type="zip"] , input[type="tel"] , input[type="subject"] , textarea{
    border: 1px solid var(--black-color);
    width: 100%;
    height: 54px;
    padding: 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

textarea{
    height: 150px;
    resize: none;
    padding: 25px;
}

::-webkit-input-placeholder { 
  opacity: 1 !important;
}

::-moz-placeholder { 
  opacity: 1 !important;
}

:-ms-input-placeholder { 
  opacity: 1 !important;
}

:-moz-placeholder { 
  opacity: 1 !important;
}

/*COMMON CLASS*/

.pad-top-remove{
    padding-top: 0px !important;
}

.pad-bottom-remove{
    padding-bottom: 0px !important;
}

.pad-both-remove{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.margin-top-remove{
    margin-top: 0px !important;
}

.margin-bottom-remove{
    margin-bottom: 0px !important;
}

.margin-both-remove{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.header-part{
	padding: 15px;
}

.header-inner{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.logo{
	margin-right: auto;
}

.header-right{
	display: flex;
	align-items: center;
	flex-wrap: wrap;	
}

.main-menu{
	min-width: 648px;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.main-menu ul , .main-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu li{
	display: inline-block;
	width: auto;
}

.main-menu li a{
	display: block;
	letter-spacing: 0.19px;
	font-size: 20px;
	line-height: 30px;
	color: var(--font-color);
	text-align: center;
}

.main-menu li:hover a , .main-menu li.active a{
	color: var(--theme-color);
}

.header-search input[type="search"]{
	background: url('/fileadmin/templates/images/eye.png') no-repeat center center;
	background-size: 20px auto;
	background-position: calc(100% - 15px) center;
	padding-right: 40px;
}

.suche-center{
	text-align: center;
}

.suche-center input[type="search"]{
	border-color: var(--white-color);
	background: url('/fileadmin/templates/images/eye-white.png') no-repeat center center;
	background-size: 20px auto;
	background-position: calc(100% - 15px) center;
	padding-right: 40px;
	width: 100%;
	max-width: 328px;
	color: var(--white-color);
}

.category-blog{
	text-align: center;
	width: 161px;
	height: 144px;
	background: var(--theme-color);
	position: relative;
	border: 1px solid #141414;
	margin: 33px 14px 0 14px;
	padding: 2px 5px;
}

.category-blog a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.category-blog:hover{
	background: #4D4D4D;
}

.category-blog:hover .category-title{
	color: var(--theme-color);
}

.category-blog .category-title {
	min-height: 35px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.category-inner{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.category-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97px;
}

.category-icon .category-icon-show{
	display: none;
}

.category-blog:hover .category-icon .category-icon-show{
	display: block;
}

.category-blog:hover .category-icon .category-icon-hide{
	display: none;
}

.sort-name{
	color: var(--white-color);
	margin-right: auto;
	padding-left: 30px;
}

.sort-name img{
	max-height: 12px;
	cursor: pointer;
}

.sort-datum {
	color: var(--white-color);
	margin-right: 197px;
}

.sort-datum img{
	max-height: 12px;
	cursor: pointer;
}

.sorting-top-head {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 17px;
}

.soring-list-row{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	border: 1px solid #707070;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background: var(--white-color);
	padding: 0 15px 0 30px;
	align-items: center;
	margin-top: 20px;
}

.sorting-list-right{
	margin-left: auto;
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
}

.sorting-list-pdf img{
	max-width: 33px;
}

.sorting-list-info img{
	max-width: 40px;
}

.sorting-list-pdf{
	padding: 10px 30px 10px 15px;
	border-right: 1px solid #707070;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}

.sorting-list-info{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.sorting-list-version , .sorting-list-sprach , .sorting-list-datum{
	padding: 18px 25px 18px 25px;
	border-right: 1px solid #707070;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	min-width: 185px;
	text-align: center;
}

.sorting-list-version{
	border-left: 1px solid #707070;	
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--theme-color);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: var(--theme-color);
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
  background: var(--white-color);
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.bgimage {
	background: url('/fileadmin/templates/images/eye.png') no-repeat center center;
	background-size: 20px auto;
	background-position: calc(100% - 15px) center;
	padding-right: 40px;
}