/* --------------------------------------------
    TYPOGRAPHY
-------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,500');
h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
a {
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
strong {
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
em {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
ul > li {
    list-style: disc;
}
ol > li {
    list-style: decimal;
}
ul li, ol li {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a:hover, a:focus {
    text-decoration: none;
    outline-offset: 0px;
    outline: transparent;
}
img, input {
    border: 0 none;
    outline: 0 none;
}
hr {
    height: 1px;
    background: #d1d1d1;
    margin: 0 0 20px 0;
    border: 0 none;
}
iframe {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
table tr td {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}
table tr th {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}
/* --------------------------------------------
    Form
-------------------------------------------- */

.fui-select {
    width: 100%;
    height: 45px;
    background: rgba(64, 59, 54, 0.6);
    font-size: 14px;
    font-family: 'arial', 'georgia', sans-serif;
    padding-left: 15px;
}
.fui-radio input {
    float: left;
    height: 15px;
    width: 30px;
}
.fui-legend {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'arial', 'georgia', sans-serif;
    padding-bottom: 7px;
}
form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
form input {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 10px 15px 10px 15px;
    border: 1px solid #acacac;
    background: rgba(64, 59, 54, 0.6);
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 15px;
    color: #fff;
    resize: none;
    font-size: 14px;
    background: rgba(64, 59, 54, 0.6);
    border: 1px solid #acacac;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form input[type="submit"] {
    width: auto;
    height: auto;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 55px;
    background: #00a651;
    position: relative;
    background: #00a651;
    border: 1px solid #00a651;
    background: #00a651;
    float: left;
    border-radius: 25px;
    line-height: normal;
}
.senden
{
    position: relative;
    display: block;
}
.senden img
{
    position: absolute;
    left: 12px;
    top: 12px;
}
form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    border: 1px solid #fff;
}
form input[type="submit"]:hover {
    background: #00a651;
    opacity:0.6;
    border: 1px solid #00a651;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:ms-input-placeholder {
    color: #fff;
}
html {
    /*height: 100%;*/
}
body {
    font-family: 'arial', 'georgia', sans-serif;
    font-size: 14px;
    background: #dedede;
}
@media print {
    body {width:1200px;}
}
body#footerbottom {
    height: 100%;
    min-height: 100%;
}
body#footerbottom #wrapper-page {
    min-height: 100%;
    height: 100%;
    height: auto !important;
    margin: 0 auto -115px;
    border-bottom: 115px solid transparent;
}
body#footerbottom #footer {
    display: block;
    clear: both;
    height: 115px;
}
/* --------------------------------------------
    Bug
-------------------------------------------- */
/*  -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;*/
/*html.fancybox-lock, html.fancybox-lock body{ overflow: visible !important; }*/
.bt { border-top: 1px solid #fff !important; }
.br { border-right: 1px solid #fff !important; }
.bb { border-bottom: 1px solid #fff !important; }
.bl { border-left: 1px solid #fff !important; }
.fancybox-margin { margin-right: 17px !important; }
#loadingg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999;
}
#loadingg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/*.container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}*/
#wrapper-page {
    position: relative;
    overflow: hidden;197, 197, 197
    /*min-height: 100%;
    height: 100%;
    height: auto !important;*/
    /*margin: 0 auto -120px;
    border-bottom: 120px solid transparent;*/
}
/* --------------------------------------------
    Header
-------------------------------------------- */
#header {
    display: block;
    clear: both;
    position: relative;
    /*background-color: rgba(, 0.8);*/
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    padding: 20px 0px 0px 0px;
}
.text-header {
    position: relative;
    display: block;
    margin-left: -50px;
}
.text-header p {
    font-size: 13px;
    line-height: 23px;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}
#header a.logo {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}
#header a.logo img {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
}
.nav {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 999;
    font-size: 0;
}
.nav > li {
    display: inline-block;
    margin: 0 5px 0 5px;
    padding: 15px 22px 15px 22px;
    list-style: none;
    background: none;
}
.nav > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav > li > a.active, .nav > li > a:hover {
    color: #00a651;
}
.navbar-default {
    background: transparent;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: inherit;
    position: relative;
    text-align: center;
    z-index: 99;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-collapse {
    float: none;
    border-top: 1px solid transparent;
    box-shadow: 0 none;
    overflow-x: visible;
    padding-left: 0px;
    padding-right: 0px;
    max-height: none;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-width: 0px;
    padding: 0;
    float: none;
    display: inline-block;
    
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
/* --------------------------------------------
    Banner
-------------------------------------------- */
#banner {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: #000;
}
.pnone {
    pointer-events: none;
}
.slickslider, .slick-list, .slick-track {
   height: 100%;
}
.slick-slide {
   overflow: hidden;
}
.pall {
    pointer-events: all;
}
.parallax-s {
  opacity: 0;
}
.paralax-s-loaded {
  opacity: 1
}
/*#banner #supersized {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#banner #supersized li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}*/
/* --------------------------------------------
    Content
-------------------------------------------- */
#content {
    position: relative;
    background: transparent;
    z-index: 8;
}
.fullpage #content {
    background-color: #000;
}
.paddingcontent {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
}
.aktu p a:hover {
    color: #00a651;
}
.fullpageimg {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content {
    position: relative;
    display: block;
    background: #000;
}
.homepage  #content {
    position: relative;
    display: block;
    background: #000;
    /*border: 10px solid #fff;*/
    overflow: hidden;
}
.homepage  .content {
    background: #000;
}
.homecontent {
    background-color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
}
.homecontent1 {
    /*border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;*/
}
.opacity-img {
    opacity: .8;
    background: #000;
}
.logo_index {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.logo_index  a {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 20px 0  0;
}
.logo_index  a img {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.text-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.slogan {
    position: absolute;
    bottom: 100px;
    text-align: left;
    color: #fff;
}
.title-bw-o5{
    background: rgba(255, 255, 255, 0.5 );
    padding: 10px 15px 2px 15px;
    margin-bottom: 15px;
}
.title-bw-o5 h3 {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #000;
}
.description-bw-o5 {
    background: rgba(255, 255, 255, 0.5 );
    padding: 10px 15px 2px 15px;
}  
.description-bw-o5 * {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #000;
}
.description-bw-o5 .text-menui h6 {
    font-size: inherit;
    line-height: inherit;
}
.description-bw-o5 .text-menui h6:after {
    bottom: 4px;
}
.icons {
    position: absolute;
    bottom: 50px;
    text-align: right;
}
.social {
    display: block;
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 4px;
    color: #fff;
    margin: 10px 5px 10px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.arr  {
    padding-left: 30px; 
    background: url(../images/right-arrow-blac.png) no-repeat;
    height: 30px;
    line-height: 10px ;
}
.arr:hover {
    background: url(../images/right-arrow-2.png) no-repeat;
    color: #00a651;
}
.social a.active, .social a:hover {
    border: 1px solid #00a651;
    background: #00a651;
}
.social i {
    font-size: 16px;
}
.pabsolute1 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.p-index{
    margin: 0px 0 45px 0;
    padding: 20px 0 0 0;
    background: rgba(255, 255, 255, 0.5 );
}
.text-index {
    /*margin-left: 15px;
    display: inline-block;
    vertical-align: top;*/
}
.text-index p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
.text-indexml40 p {
    margin-bottom: 20px;
}
.text-menui {
    color: #fff;
    padding: 0 40px;
    padding-bottom: 30px;
}
.text-menui a {
   display: inline-block;
}
.img-scale {
    
}
.img-scale img {
    /*display: block;
    border-right: 1px solid transparent;
    margin: 0 !important;*/
}
.div-scale {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    width: 100%;
    height: 100%;
    display: block;
}
.img-scale:hover .div-scale {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.text-menui h6  {
    font-size: 22px;
    display: inline-block;
    background: url(../images/right-arrow-bl.png) no-repeat left center;
    padding-left: 25px !important;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    position: relative;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.homecontent1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*.text-menui h6:after {
    position: absolute;
    background: url(../images/arrow-left.png) no-repeat;
    width: 16px;
    height: 12px;
    left: -20px;
    display: inline-block;
    bottom: 8px;
    content: "";
}*/
.fa-arrow-right {
    padding-right: 20px;
}

.text-menui h6:hover {
    color: #00a651;
    background: url(../images/right-arrow-1.png) no-repeat left center;
}
/*.text-menui h6:hover > h6:after {
    position: absolute;
    background: url(../images/arrow-left-hover.png) no-repeat;
    width: 16px;
    height: 12px;
    left: -20px;
    display: inline-block;
    bottom: 8px;
    content: "";
}*/
.img-b .text-menui {
    padding-bottom: 40px;
}
.slidermiddle {
    position: absolute;
    left: 30px;
    bottom: 20px;
    padding: 25px 0 0 0;
    overflow: hidden;
}
.text-produkte {
    display: block;
    padding: 0 30px 30px 30px;
    color: #fff;
}
.text-produkte h1 {
    display: inline-block;
    font-size: 34px;
    line-height: 44px;
    padding-right: 15px;
    margin-right: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    position: relative;
}
.text-produkte h1:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-produkte h5 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
}
.text-produkte a {
    display: inline-block;
    position: relative;
    margin: 0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-produkte a:hover {
    color: #ebec39;
}
.text-produkte a:hover h1:after {
    background-color: #ebec39;
}
.pabsolute123 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.pabsolutehover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-initialized .slick-slide {
    display: block;
    position: relative;
    text-align: center;
}
.slick-initialized .slick-slide:hover .pabsolutehover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.sliderhover h5 {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: 0;
}
.pabsolute-u {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    height: 100%;
    width: 100%;
}
.social-marken .text-produkte {
    display: inline-block;
}
.social-marken .social{
   display: inline-block;
    float: right;
    padding: 0 30px 0px 0;
}
.text-uberuns {
    color: #fff;
}
.text-uberuns h2 {
    font-size: 34px;
    line-height: 44px;
     font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.text-uberuns p {
    font-size: 16px;
    line-height: 26px;
     font-family: 'Ubuntu', sans-serif;	 	font-weight: 300;
}
#content .navc {
    display: block;
    float: right;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#content .navc > li {
    display: block;
    list-style: none;
    padding: 0 0 0 0;
    margin:0px 0 25px 0;
}
#content .navc > li > a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 5px 90px 5px 10px;
    margin: 0 0 0 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 10px;
}
#content .navc > li > a:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    right: 15px;
    top: 50%;
    margin-top: 0px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#content .navc > li.active > a, #content .navc > li:hover > a {
    color: #ebec39;
    border: 2px solid #ebec39;
    /*padding: 0 55px 0px 25px;*/
}
#content .navc > li.active > a:after, #content .navc > li:hover > a:after {
    /*width: 30px;*/
    background-color: #ebec39;
}
.social-uberuns  {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.homecontentimg {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.homecontentimg a:hover .pabsolute123 > .element > .element-bottom > .text-produkte h5 {
    color: #00a651;
}
.homecontentimg:hover .pabsolute123 > .element > .element-bottom > .text-produkte h5 {
    color: #00a651;

}
.text-produkte1 {
    padding: 0px 60px;
    color: #fff;
}
.text-produkte1 h2 {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.text-produkte1  p {
    font-size: 16px;
    line-height: 26px;
     font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.mehr {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding: 15px 30px 15px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mehr i {
    padding: 0 25px 0 0;
    font-size: 20px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.mehr:hover{
    background: #00a651;
    border: 1px solid #00a651;
}
.socialii {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.text-allegmenine{
    margin-bottom: 70px;
}
.text-allegmenine a:hover {
    color: #00a651;
}
.uberheight {
    /*overflow-y: auto;*/
    padding-bottom: 100px !important;
}
.pullright {
    position: fixed;
    right: 0px;
    top: 50%;
    float: right !important;
    z-index: 9;
}
.logo-schramm a {
    display: inline-block;
    margin-right: 35px;
}
.logo-schramm  .mehr {
    padding: 10px 20px 10px 20px;
}
.logo-schramm  .mehr i {
    padding: 0 15px 0 0;
}
.img-team {
    position: relative;
    margin-left: 15px;
}
.text-team {
    color: #fff;
    padding: 20px 0;
    text-align: left;
}
.text-team h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.text-team h6 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.text-team a {
    display:inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-team a:hover {
    color: #00a651;
}
.tab-team {
    bottom: -20px;
    left: 0px;
}
.p-team {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 40px;
    padding-left: 0px;
}
.pabsolute-tab {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.aktuelles-p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mapk{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
/*.mc-kontakt{
    margin-top: 270px;
}*/
.text-kontakt{
    color: #fff;
}
.text-kontakt h5 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.text-kontakt h6 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
.text-kontakt  p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.text-kontakt  a{
    font-size: 15px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-kontakt a:hover {
    color: #00a651;
}
.social-kontakt a {
    margin: 25px 10px 10px 0;
    padding-top: 0px;
}
.social-kontakt i {
    font-size: 16px;
    top: 2px;
    position: relative;
    display: inline-block;
}
.icheckk{
    display: block;
}
.icheckk label {
    display: inline-block;
    margin: 0px 0 10px 15px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.sbSelector {
    color: #fff;
    background: rgba(64, 59, 54, 0.6);
}
.parsleyform label {
    vertical-align: top;
}
.icheckbox_minimal,
.iradio_minimal {
    top: 4px;
}
.year-info-holder
{
    display: block;
}

.year-info-holder a {
    
    font-style:italic;
    
}
.year-info-holder a:hover {
    
    color: #00a651;
    
}

.div2colum a {
    font-style:italic;
}

.div2colum a:hover {
     color: #00a651;
    
}

.year-link {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    display: block;
    position: relative;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.year-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0px;
    top: 5px;
    background-color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.year-link:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    top: 0px;
    left: -8px;
    margin-left: 8px;
}
.year-link.active, .year-link:hover {
    color: #00a651;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.year-link.active:before, .year-link:hover:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00a651;
    top: 0px;
    left: -8px;
    margin-left: 8px;
    z-index: 99;
}
.year-info {
    display: none;
}
.year-info.active {
    /*display: block;*/
}
.p-geschichte{
    padding-top: 235px;
}
.text-aktuelle1{
    margin-bottom: 0px;
}
/*Accordion and Tab*/
.accoardionii {
    width: 100%;
}
.accoardionii .panel {
    color: #000;
    box-shadow: none;
    background: inherit;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.accoardionii .panel-heading {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}
.accoardionii .accordion-toggle {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 50px 15px 20px;
    background: #d51e17 url(../images/minus.png) no-repeat 97% center;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.accoardionii .accordion-toggle.collapsed:hover {
    background-color: #666666;
}
.accoardionii .accordion-toggle.collapsed {
    background: #000 url(../images/plus.png) no-repeat 97% center;
}
.accoardionii .panel .panel-body {
    padding: 10px 0px 0 0px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
}
.tab_list {
    display: block;
    padding: 0;
}
.tab_list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_list li a {
  display: block;
    vertical-align: middle;
    min-height: 90px;
    padding: 30px 0 0px 0;
    margin: 0px 0 0 0;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 26px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_list li:hover a,
.tab_list li.active a {
    background: #00a651;
    color: #fff;
}
.tab-pane {
    padding: 0px;
}
.pdf {
    display: block;
    font-size: 0;
    margin: 0;
    padding:0;
}
.pdf li {
    display: inline-block;
    list-style: none;
    background: 0 none;
    margin-right: 70px;
    vertical-align: top;
}
.pdf li a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    padding: 8px 0px 0 45px;
   font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 10px 0 10px 0;
    background: url(../images/iconepdf.png) no-repeat left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf li a:hover {
    color: #00a651;
}
.pdf li a:hover:after {
    background-color: #00a651;
    /*background-position: 8px bottom; */
}
.newsletter form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}
.newsletter form input {
    display: block;
    width: 100%;
    color: #fff;
    height: 45px;
    margin: 0 0 20px 0;
    padding: 10px 95px 10px 15px;
    border: 1px solid #fff;
    background: 0 none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    /*padding: 31px 5px;*/
    padding: 0;
    border: 1px solid #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    /*background: #fff url(../images/msg.png) no-repeat center center;*/
}
.newsletter button i {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter form button:hover i {
    color: #000;
}
.parallax {
    min-height: 700px;
    background: transparent;
}
/* --------------------------------------------
    Footer
-------------------------------------------- */
#footer {
    position: relative;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer .navf > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .navf > li > a {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .navf > li > a:hover, #footer .navf > li > a.active {
    color: #f2f2f2;
}
#footer .design_by {
    margin: 0;
    padding: 0;
    text-align: right;
}
#footer .design_by li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .design_by li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .design_by li a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.team-text h3 {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.text-content {
    margin-bottom: 40px;
}
.socilas-marken {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.hr-p-mobile {
    margin-bottom: 0;
}
.homepage .text-indexml40 {
    /*margin-left: 50px;*/
    margin-left: 10px;
}
.text-indexml40 {
    /*margin-left: 50px;*/
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}
/* --------------------------------------------
    Media screen
-------------------------------------------- */
/*   MD   1200<    */
@media only screen and (max-width : 1400px) {
    .text-header {
        margin-left: 0px;
    }
    .p-geschichte {
        padding-top: 100px;
    }
}
/*   MD   1200<    */
@media only screen and (max-width : 1200px) {
    .text-menui {
        color: #fff;
        padding: 0 15px 0 40px;
        padding-bottom: 30px;
    }
    .text-menui h6 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 0 10px;
    }
    .nav > li {
        margin: 0 0px 0 0px;
        padding: 8px 16px 8px 16px;
    }
    .text-header {
        margin-left: 10px;
    }
    #header a.logo img {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        padding: 0 0 0 0;
        width: 130px;
    }
    .text-produkte h1 {
        display: inline-block;
        font-size: 30px;
        line-height: 40px;
    }
    .text-produkte h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .text-produkte {
        padding: 0 30px 10px 30px;
    }
    .text-produkte1 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .text-produkte1 p {
        font-size: 14px;
        line-height: 24px;
    }
    .mehr {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 20px 10px 20px;
    }
    .mehr i {
        padding: 0px 20px 0 0;
        font-size: 20px;
        position: relative;
        display: inline-block;
        top: 3px;
    }
    .text-team {
        text-align: left;
    }
    .team-text h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .text-team a {
        font-size: 14px;
        line-height: 24px;
    }
    .text-indexml40 {
        /*margin-left: 0px;*/
    }
    .icons {
        bottom: 20px;
    }
    .title-bw-o5{
        margin-bottom: 15px;
    }
    .title-bw-o5 h3 {
        font-size: 20px;
        line-height: 28px;
    }  
    .description-bw-o5 * {
        font-size: 14px;
        line-height: 24px;
    }
}
/*   SM   992<    */
@media only screen and (max-width : 992px) {
    .nav {

    }
    .nav > li > a {
        font-size: 13px;
        line-height: 23px;
    }
   .nav > li {
        margin: 0px 0px 0 0px;
        padding: 8px 9px 8px 9px;
    }
    body .eqmobilexs > div {
        display: block;
    }
    .logo_index {
        margin-left: 0px;
    }
    .logo_index a {
        margin: 0px 0 5px 0px;
    }
    .logo_index a img {
        width: 120px;
    }
    .homepage .text-indexml40 {
        clear:both;
        display: block;
        margin-left: 0px;
    }
    .text-indexml40 {
        /*clear:both;
        display: block;*/
        margin-left: 15px;
    }
    .icons {
        text-align: center;
    }
    .text-index p {
        font-size: 16px;
        line-height: 26px;
    }
    .text-menui h6 {
        font-size: 18px;
        line-height: 28px;
        padding: 0px 0 0 10px;
    }
    .text-menui {
        color: #fff;
        padding: 0 0px 0 30px;
        padding-bottom: 30px;
    }
    #header a.logo {
        margin: 5px 0 0 0px;
    }
    .text-menui h6:after {
        left: -15px;
        bottom: 8px;
        content: "";
    }
    .p-index{
        text-align: center;
        padding-bottom: 15px;
    }
    #header a.logo img {
        width: 120px;
    }
    .text-header {
        margin-left: 30px;
    }
    .text-uberuns p {
        font-size: 14px;
        line-height: 24px;
    }
    .text-uberuns h2 {
        font-size: 28px;
        line-height: 38px;
    }
    #content .navc > li > a {
        font-size: 14px;
        line-height: 24px;
        /*padding: 0 90px 0px 0;*/
        margin: 0 0 0 0;
        color: #fff;
    }
    #content .navc > li.active > a, #content .navc > li:hover > a {
        color: #ebec39;
        /*padding: 0 55px 0px 25px;*/
    }
        .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 0;
    }
    .text-produkte1 {
        padding: 0px 20px;
        color: #fff;
    }
    .text-team h4{
        font-size: 18px;
        line-height: 28px;
    }
    .text-team h6{
        font-size: 14px;
        line-height: 24px;
    }
    .text-team a{
        font-size: 12px;
        line-height: 22px;
    }
    .tab_list li a {
        font-size: 12px;
        line-height: 22px;
        min-height: 80px;
        padding: 20px 0 0 0;
    }
    .paddingteam {
        padding-bottom: 40px;
    }
    .text-kontakt h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-kontakt h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .text-kontakt p {
        font-size: 14px;
        line-height: 24px;
    }
    .text-kontakt a {
        font-size: 14px;
        line-height: 24px;
    }
    .icheckk label {
        margin: 0px 0 10px 7px;
        font-size: 14px;
        line-height: 24px;
    }
    .p-geschichte {
        padding-top: 60px;
    }
    .pdf li {
        margin-right: 20px; 
    }
    
}
/* XS from 768<  */
@media only screen and (max-width : 767px) {
    .nav {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .nav > li {
        display: block;
        margin: 0;
        padding: 0px 9px 0px 9px;
    }
    .nav > li > a {
        display: inline-block;
        padding: 5px 0 5px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: 15px;
        right: -15px;
        background: #ccc;
    }
    .homecontentimg {
        border-bottom: 1px solid #fff;
    }
    .text-menui {
        padding: 0 0px 0 0px;
        padding-bottom: 30px;
        text-align: center;
    }
    .img-b .text-menui {
        padding-bottom: 30px;
    }
    #header a.logo {
        margin: 5px 0 5px 0px;
    }
    .text-indexml40 {
        clear:both;
        display: block;
        margin-left: 0px;
    }
    .text-header {
         text-align: center; 
             margin-left: 0px;
    }
    .text-produkte {
        padding: 0 0px 10px 0px;
        text-align: center;
    }
    .slickslider1 .slick-prev, .slickslider1 .slick-next {
        width: 30px;
        height: 30px;
    }
    .social-marken .social {
        display: block;
        text-align: center;
        padding: 0px 0px 0px 0;
        margin: 0 0 20px 0;
        float: none;
    }
    .social-marken .text-produkte {
        display: block;
        padding: 0 0px 0px 0px;
        margin-bottom: 20px;
    }
    .div2colum {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .text-uberuns {
        color: #fff;
        text-align: center;
    }
    .pabsolute-u {
        display: block;
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .social-uberuns  {
        position: relative;
        width: 100%;
        display: block;
        bottom: 0px;
        padding: 5px 0 5px 0;
        text-align: center;
        right: 0;
    }
    #content .navc > li {
        display: block;
        list-style: none;
        padding: 0 0 0 0;
        margin: 0 0 15px; 0;
    }
    #content .navc > li > a {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px 10px 10px;
    }
    #content .navc {
        display: block;
        float: none;
        text-align: center;
        margin: 0 0 30px 0;
        padding: 0 0 0 0;
    }
    #content .navc > li > a:after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        right: 50%;
        margin-right: -30px;
        bottom: 0;
        top: inherit;
        margin-top: inherit;
        margin-top: -11px;
        padding: 0 0 0 0;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: none;
    }
   #content .navc > li.active > a, #content .navc > li:hover > a {
        color: #ebec39;
        
    }
    #content .navc > li.active > a:after, #content .navc > li:hover > a:after {
        width: 60px;
        background-color: #ebec39;
    }
    .text-uberuns p {
        font-size: 12px;
        line-height: 22px;
    }
    .text-uberuns h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .homecontent1{
        height: 250px !important;
    }
    .fullpageimg {
        position: relative !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #header {
        position: relative;
        padding: 15px 0px 15px 0px;
        text-align: center;
        width: 100%;
    }
    .fullpage #header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }
    .paddingcontent {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
    }
    .text-produkte1 {
        padding: 15px 15px;
        color: #fff;
        text-align: center;
    }
    .text-produkte1 h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .text-produkte1 p {
        font-size: 12px;
        line-height: 22px;
    }
    .text-allegmenine {
        margin-bottom: 20px;
    }
    .mehr {
        font-size: 12px;
        line-height: 22px;
        padding: 8px 15px 8px 15px;
        margin: 10px;
    }
    .mehr i {
        padding: 0px 15px 0 0;
        font-size: 16px;
    }
    .socialii {
        position: relative;
        right: 0;
        bottom: 0px; 
        text-align: center;
    }
    .pullright {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }
    .pabsolutehover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }
    .pabsolute-tab {
        position: relative;
    }
    .tab_list li a {
        min-height: 60px;
        padding: 15px 0 0px 0;
        font-size: 12px;
        line-height: 22px;
        border-bottom: 1px solid #eee;
    }
    .text-team {
        color: #fff;
        padding: 15px 0;
        text-align: center;
    }
    .img-team {
        margin-left: 0px;
    }
    .p-team {
        padding-top: 15px;
    }
    .uberheight {
        /*overflow-y: auto; */
        padding-bottom: 0px !important;
    }
    .text-kontakt {
        color: #fff;
        text-align: center;
    }
    .icone .social-uberuns {
        position: relative;
        width: 100%;
        display: block;
        bottom: 10px;
        padding: 5px 0 5px 0;
        text-align: center;
        right: 0;
    }
    .year-info-holder {
        display: none;
    }
    .year-info {
        display: block;
        padding: 0 25px 0 25px;
    }
    .year-link:before {
        visibility: hidden;
    }
    .year-link:after {
        visibility: hidden;
    }
    .year-link {
        display: inline-block;
        position: relative;
        padding-top: 0px;
    }
    .year-link.active, .year-link:hover {
        color:#fff;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 300;
    }
    .slick-prev {
        left: -5px;
    }
    .slick-next {
        right: -5px;
    }
    .p-geschichte {
        padding-top: 0px;
    }
    .mobile-p{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pdf li {
        display: block;
        margin-right: 0px;
    }
    .team-text h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .socilas-marken {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
    .hr-p-mobile {
        margin-bottom: 20px;
    }
    #banner {
        height: 100% !important;
    }
}
/* XS from 500<  */
@media only screen and (max-width : 500px) {
    .fancybox-margin {
     margin-right: 0px !important; 
 }
}
/*   SM   768>    */
@media (min-width: 768px){

}
/*   MD   992>    */
@media (min-width: 992px){
    
}
/*   LG   1200>    */
@media (min-width: 1200px){
    .fancybox-margin { margin-right: 17px !important; }
}
/*   LG2   1600>    */
@media (min-width: 1600px){

}


/* Form css */

.fui-radio {
    float: left;
    color: white;
    margin-right: 20px !important;
}
.fui-legend {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'arial', 'georgia', sans-serif !important;
    padding-bottom: 7px !important;
}
legend {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    font-size: 21px !important;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5 !important;
}

.fui-label {
    display: block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 0 !important;
    color: white !important;
}

.fui-input, .fui-select {
    border: 1px solid #fff !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    color: #fff !important;
    font-size: 14px !important;
    margin: 0 0 20px 0 !important;
    padding: 10px 15px 10px 15px !important; 
    border: 1px solid #acacac !important;
    background: rgba(64, 59, 54, 0.6) !important; 
    outline: none !important;
}

.fui-submit {
    background: #00a651 !important;
    border: 1px solid #00a651 !important;
    width: auto !important;
    height: auto !important;
    color: #fff !important;
    margin: 0 0 20px 0 !important;
    padding: 15px 30px 15px 55px !important;
    background: #00a651 !important;
    position: relative !important;
    background: #00a651 !important;
    border: 1px solid #00a651 !important;
    background: #00a651 !important;
    float: left !important ;
    border-radius: 25px !important;
    line-height: normal !important;
}

.fui-btn-left img {
    position: absolute;
    left: 22px;
    top: 12px;

}

.fui-btn-left button {
    font-size: 14px;
}

.iti__selected-flag {
    background-color: white !important;
}

.fui-error-message {
    position: absolute !important;   
    margin-top: -10px !important;
}

.iti__flag-container input {
    padding-left: 78px !important;
}
}