/*-----------------------------------------------------------------------------------*/
/*  TABLE OF CONTENTS
/*-----------------------------------------------------------------------------------*/


/*  1 - FONT IMPORT
/*  2 - BASE
/*  3 - BUTTONS
/*  4 - NAV
/*  5 - HEADER
/*  6 - SECTIONS
/*  7 - PORTFOLIO
/*  8 - BLOG
/*  9 - COMMENTS 
/*  10 - HOVER CAPTIONS 
/*  11 - FOOTER
/*  12 - CAROUSEL STYLES
/*  13 - SEARCH
/*  14 - SPLASH
/*  15 - MAP
/*  16 - FORM CONTROL
/*  17 - TABS
/*  18 - COUNTDOWN
/*  19 - MEDIA QUERIES
/*  20 - SHOP
/*  21 - SIDE NAV
/*-----------------------------------------------------------------------------------*/


.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/


/*  1 - FONT IMPORT
/*-----------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,700,900|Montserrat:400,700|Nothing+You+Could+Do);
@import url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic);

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?73739346');
  src: url('../fonts/fontello.eot?73739346#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?73739346') format('woff2'),
       url('../fonts/fontello.woff?73739346') format('woff'),
       url('../fonts/fontello.ttf?73739346') format('truetype'),
       url('../fonts/fontello.svg?73739346#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?73739346#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-wrench:before { content: '\e800'; } /* '' */
.icon-group:before { content: '\e801'; } /* '' */
.icon-pencil:before { content: '\e802'; } /* '' */
.icon-clipboard:before { content: '\e803'; } /* '' */
/*-----------------------------------------------------------------------------------*/


/*  2 - BASE
/*-----------------------------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
    font-size:15px;
}

body.boxed-layout {
    background-color: #eee;
}

.secondary-font {
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.heading-font,
.navbar-default .navbar-brand,
.navbar-default .nav li a {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.text-muted {
    color: #444
}

.text-primary {
    color: #333
}

p {
    font-size: 15px;
    line-height: 26px;
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none
}

a{
    color: #F15F22;
    text-decoration:underline;
}

,
.list-inline a{
    color: #F15F22;
    text-decoration:none;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #334A9F;
  /*#FFDD00;*/
}

a.button-blau:hover,
a.button-blau:focus,
a.button-blau:active,
a.button-blau.active,
a.button-gruen:hover,
a.button-gruen:focus,
a.button-gruen:active,
a.button-gruen.active,
.servicenav a{
    color: #fff;
  text-decoration:none;
}

.servicenav a:hover,
.servicenav a:focus{
   color: #fff;
  text-decoration:underline;
}

a.button-ki-blau:hover,
a.button-ki-blau:focus,
a.button-ki-blau:active,
a.button-ki-blau.active{
    color: #FFDD00;
  text-decoration:none;
}

a.button-ki-gruen:hover,
a.button-ki-gruen:focus,
a.button-ki-gruen:active,
a.button-ki-gruen.active{
    color: #EC008C;
  text-decoration:none;
}

a.pdf:before{
    color: #EC008C;
    font-size: 17px;
    float: left;
    margin-top: 0.2em;

    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.6em;
    vertical-align: baseline;
    content: "\f1c1";
}
a.pdf{
  display: inline-table;
}
.orangeHeader a{
  color:#F15F22;
  text-decoration:none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;

}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -100px;width:100%;}

.pagetitle{
  padding-bottom:35px;
  }

.img-centered {
    margin: 0 auto
}

.gap {
    margin-bottom: 60px
}

.mb15 {
    margin-bottom: 15px !important;
    display: block;
}

.mb30 {
    margin-bottom: 30px !important;
    display: block;
}

.mb50 {
    margin-bottom: 50px;
    display: block;
}

.mb100 {
    margin-bottom: 100px;
}

.nomarginbottom {
    margin-bottom: 0
}

.mt0 {
    margin-top: 0px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px
}

.mt120 {
    margin-top: 120px
}

.ptb {
    padding-top: 45px;
    padding-bottom: 45px;
}

.nopaddingtop {
    padding-top: 0!important
}

.nopaddingbottom {
    padding-bottom: 0!important
}

.nopadding-lr {
    padding-left: 0!important;
    padding-right: 0!important
}

.nopadding-l {
    padding-left: 0!important
}

.pad-sides-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pad-top-60 {
    padding-top: 60px !important
}

.pad-top-200 {
    padding-top: 200px !important;
}

.thin {
    font-weight: 300
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #333
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #333
}

.list-unstyled {
    margin-bottom: 0;
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #333
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%
}

.img-thumbnail {
    border: none
}

.smoothie,
.smoothie:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.col-md-5th {
    width: 20%
}

.thin-hr {
    margin: 30px 0 40px;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    border: none;
}

.thin-hr.bordered {
    margin: 20px 0;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    border: 1px solid #333;
}

.thin-hr:after {
    content: '';
    position: absolute;
    /*width: 120px;
    height: 2px;*/
    background-color: #333;
    left: 50%;
    margin-left: -60px;
}

.rotate-45 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-large {
    font-size: 40px;
}

.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.lead {
    font-size: 18px;
    line-height: 32px;
}

.white {
    color: #fff;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}


/*-----------------------------------------------------------------------------------*/


/*  3 - BUTTONS
/*-----------------------------------------------------------------------------------*/

.btn {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:active,
.btn.active {
    outline: none;
    box-shadow: none
}

/*.btn-primary {
   display: inline-block;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
    background-color: #1CBDC6;
    border-color: #1CBDC6;
    margin: 15px auto;
    text-decoration: none; 
}
*/
####
#headerwrap .btn-primary {
    border-color: #f3f3f3;
    color: #f3f3f3;
}
.btn-white {
    border-color: #f3f3f3;
    color: #f3f3f3;
}
.btn-primary {
    border-color: #333;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    padding: 15px 0px 5px 0px;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: none;
    border-bottom: 3px solid;
    font-size: 13px;
}
#headerwrap a.btn-primary{
  text-decoration:none !important;
}

#headerwrap a.btn-primary:hover{
  color:#F15F22;
}
####

.btn-primary.btn-transparent {
    border-color: transparent!important
}

.btn-primary.btn-transparent:hover,
.btn-primary.btn-transparent:active,
.btn-primary.btn-transparent:focus,
.btn-primary.btn-transparent.active {
    color: #a7a7a7;
    border-color: transparent!important;
    background-color: transparent!important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #333;
    color: #f3f3f3;
    background-color: transparent !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #333;
    background-color: #333
}

.btn-default,
.btn-default.disabled {
    border-color: transparent
}

.btn-white {
    border-color: #f3f3f3;
    color: #f3f3f3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #888;
    color: #888;
    background-color: transparent!important
}


/*-----------------------------------------------------------------------------------*/


/*   4 NAV
/*-----------------------------------------------------------------------------------*/

.top-bar {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #fff;
    height: 53px;
    opacity: 1;
    overflow: hidden;
}

.top-bar a {
    color: #ffffff;
  text-decoration:none;
}

.top-bar a:hover {
    color: #F15F22;
}

.navbar {
    min-height: 60px;
}

.navbar-subsite .top-bar {
    border-bottom: 1px solid #DADFE1;
    color: #333;
    padding: 10px 0;  
    height: 53px;
    opacity: 1;
    overflow: hidden;
}

.navbar-subsite .top-bar a {
    color: #333;
}

.navbar-shrink .top-bar {
    border-bottom: 1px solid #DADFE1;
    color: #222;
    height: 0;
    opacity: 0;
    padding: 0;
}

.navbar-shrink .top-bar a {
    color: #222;
}

@media (min-width: 768px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {

      max-width: 50px;
  }
}

.navbar-static {
    position: static !important;
}

.navbar-default {
    border-color: transparent;
    background-color: #ffffff;
}

.navbar-default .navbar-brand {
    color: #333;
    margin-top: 10px;
    letter-spacing: 7px;
    font-size: 24px;
    font-weight: 700;
}

.navbar-brand.logo img {
    max-height: 120px;
    top: 65px;
    position: relative;
}

.navbar-brand.logo.reverse img {
    max-height: 50px;
    top: -15px;
}

@media(max-width:1600px) {
  .navbar-brand.logo img {
    max-height: 100px;
    top: 45px;
  }
  .navbar-brand.logo.reverse img {
   /* max-height: 11px;*/
    }
}

@media(max-width:1024px) {
  .navbar-brand.logo img {
    max-height: 100px;
  }
  
}

@media (max-width: 991px){
  .navbar-brand.logo.reverse img {
      max-height: 35px;
  }
  

  .navbar-nav.navbar-right:last-child {
      margin-right: -70px;
  }
}

@media(max-width:767px) {
  .navbar-brand.logo.reverse img,
  .navbar-brand.logo img {
    max-height: 50px;
  }
  .navbar-nav.navbar-right:last-child {
      margin-right: 0px;
  } 
 }
  


.navbar-brand.logo-dark {
    display: none;
    opacity: 0;
}

.navbar-shrink .navbar-brand.logo-light {
    display: none;
    opacity: 0;
}

@media(max-width:767px) {
  .navbar-brand.logo.logo-light{
    display: none;
    opacity: 0;
	}
  .navbar-brand.logo-dark {
    display: block;
    opacity: 1;
	}
}

.navbar-shrink .navbar-brand.logo-dark {
    display: block;
    opacity: 1;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #333
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent
}

@media (min-width: 768px){
  .navbar-nav.navbar-right:last-child {
      margin-right: 0;
  }
}

@media (max-width: 767px){
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
      border-color: transparent;
      background-color: transparent;
      padding-right: 0;
      margin-right: -15px;
  }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.caret {
    margin-top: -3px
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    padding: 25px 5px 25px 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    letter-spacing: 1px;
}

/*Ergänzung*/

.pen .navbar-toggle {
	border: none;
	background: transparent !important;
}

.pen .navbar-toggle:hover {
	background: transparent !important;
}

.pen .navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */

@media(max-width:1024px) {
  .navbar-default .nav li a {
    font-size: 10px;
    padding: 25px 3px 25px 6px;
  }
  
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    max-width: 80px;
  }
}

@media(max-width:991px) {

 
.navbar-default .nav li a {
    font-size: 10px;
    padding: 25px 3px 5px 6px;
}
  
.navbar-nav li:after {
    margin-top: -1.4em !important;
 }
  
 .navbar-right {
    float: left !important;
}
  .container>.navbar-header{
    width:0px;
  }
  
  .navbar-shrink .container>.navbar-header{
    width:100px;
  }
  
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    max-width: 50px;
  }
}

@media (max-width: 767px){
  
  .navbar-default .nav li a {
    font-size: 1em;
  }
  
  .navbar-shrink .container>.navbar-header{
     width:100%;
  }
  .container>.navbar-header {
      width: 100%;
    padding-top:5px;
  }
  
  .navbar-default .navbar-nav>.active>a {
    color: #333;
  }
  .navbar-nav li:after {
    content: "";
  }
}


.navbar-default.background--dark .nav li > a,
.navbar-default.background--dark .navbar-brand,
#headerwrap.background--dark .intro-text,
.navbar-default .nav li > a,
.navbar-default .navbar-brand,
#headerwrap .intro-text {
    color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #334A9F !important;
    background-color: #333;
}

.navbar-default .nav li.dropdown.open > a,
.navbar-default .dropdown-menu a {
    color: #333 !important;
}

.navbar-default .nav .dropdown-menu li a {
    padding: 5px 20px 5px 15px;
    font-size: 11px;
    font-weight: 400;
    white-space: normal;
}

.navbar-default li.dropdown > a:after {
    content: "\f107";
    padding-left: 0.4em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.navbar-nav>li>a {
    line-height: 19px;
}

.navbar-nav li:after{
    font-size: 17px;
    float: left;
    margin-top: -2.6em;
    display: inline-block;    
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.6em;
    vertical-align: baseline;
    content: "|";
  color:#ffffff;
}
.navbar-nav li:first-child:after{
      content: "";
}

#headerwrap .btn-primary {
    border-color: #f3f3f3;
    color: #f3f3f3;
}

.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #3AA5DA;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.navbar-default.navbar-shrink .nav li.active>a {
    border-radius: 0;
    color: #333;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.navbar-default.navbar-shrink .nav li.active:after{
  color:#333;
}

.navbar-default.navbar-subsite .nav li > a,
.navbar-default.navbar-shrink .nav li > a,
.navbar-default.navbar-shrink .navbar-brand {
    color: #3AA5DA;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #333;;
    background-color: transparent;
}

.navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fcfcfc;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-default.navbar-shrink .nav .dropdown-menu li a {
    color: #333;
}

.navbar-default.navbar-shrink .nav .dropdown-menu li a:hover,
.navbar-default .nav .dropdown-menu li a:hover {
    color: #333;
    background-color: #eee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000;
}
@media (max-width: 767px){  
  .navbar-default .navbar-nav>.active>a {
    color: #333;
  }
  .navbar-nav li:after {
    content: "";
  }
}



/*-----------------------------------------------------------------------------------*/


/*  5 - HEADER
/*-----------------------------------------------------------------------------------*/

#headerwrap {
    background-color: #f3f3f3;
    overflow: hidden;
}

.opaque {
    background-color: transparent!important
}

.backstretch:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0
}

.backstretch-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #79316e;
    background: -moz-linear-gradient(top, #79316e 0%, #1f2653 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79316e), color-stop(100%, #1f2653));
    background: -webkit-linear-gradient(top, #79316e 0%, #1f2653 100%);
    background: -o-linear-gradient(top, #79316e 0%, #1f2653 100%);
    background: -ms-linear-gradient(top, #79316e 0%, #1f2653 100%);
    background: linear-gradient(to bottom, #79316e 0%, #1f2653 100%);
    opacity: 0.5;
}

.backstretch-overlay-alt .backstretch-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3A539B;
    opacity: 0.0;
}

.no-overlay .backstretch-overlay {
    display: none;
    opacity: 0;
}

#tubular-container {
    z-index: -1!important;
    position: absolute!important
}

header {
    color: #333
}
header .intro-text {
  /*position: absolute;
  bottom: 5%;*/
}

header .intro-text {
    padding-top: 25vh;
    padding-bottom: 50px;
    color: #333
}

#headerwrap img {
    margin: 0 auto;
    display: block;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 22px;
    text-transform: none;
    line-height: 22px
}

header .intro-text .intro-heading {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    /*background: rgba(255,255,255, 0.7);*/
    display: inline;
    padding: 5px 0px;
}

.intro-sub-heading{
  line-height: 22px;
  margin-top: 30px;
  margin-bottom:30px;
  width:60%;
}

.intro-sub-heading span{
    font-size: 25px;
    line-height: 30px;
    display: inline;
    color: #ffffff;
    /*background: rgba(255,255,255, 0.7);*/
    padding: 5px 0px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media(max-width:991px) {
  
  .intro-sub-heading span {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px){  
  .intro-sub-heading span {
      font-size: 15px;
      line-height: 28px;
  }
}

/* HEADER STYLES */

.header-2 {
    background-color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-2 .top-bar {
    background-color: #222;
    height: 45px;
}

.header-2.navbar-shrink .top-bar {
    height: 0;
}

.header-2 .navbar-header a,
.header-2 .navbar-header *,
.header-2.navbar-default .nav li a,
.header-2.navbar-default .nav li *,
.header-3-container .nav li a,
.header-3-container .navbar-brand,
.header-5 a,
.header-5 *,
.header-6 a,
.header-6 * {
    color: #222 !important;
}


/* HEADER 3 */

.header-3 .top-bar {
    border-bottom: 0;
}

.header-3-container {
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-shrink .header-3-container {
    background-color: transparent;
}


/* HEADER 5 */

.header-5 {
    margin-bottom: 0;
    padding: 10px 0 0 !important;
}

.header-5.navbar-shrink .top-bar {
    height: 53px !important;
}


/* HEADER 6 */

.header-6 {
    margin-bottom: 0;
}

.header-6 .navbar-brand {
    float: none;
    display: block;
}

@media all and (min-width: 769px) {
    .header-6.navbar-default .navbar-collapse,
    .header-6 .navbar-nav {
        width: 100%;
    }
    .header-6 .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

.header-6 {
    background-color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-6 .top-bar {
    background-color: #222;
    height: 45px;
}

.header-6.navbar-shrink .top-bar {
    height: 0;
}

.header-6 .top-bar *,
.header-6 .top-bar a {
    color: #fff !important;
}


/*-----------------------------------------------------------------------------------*/


/*  6 - SECTIONS
/*-----------------------------------------------------------------------------------*/

section {
    background-color: #fff;
    clear: both;
}

.silver-bg {
    background-color: #DADFE1
}

.white-bg {
    background-color: #fff
}

.dark-wrapper {
    background-color: #111111
}

.dark-wrapper.opaqued,
.dark-opaqued {
    background-color: transparent/*rgba(0, 0, 0, 0.25)*/;
}

.dark-wrapper.dark-grey-wrapper.opaqued,
.dark-wrapper.dark-grey-opaqued {
    background-color: rgba(0, 0, 0, 0.8);
}

#headerwrap.opaqued {
    background-color: rgba(68, 34, 69, 0.9);
}

.remove-opacqued-bg .dark-opaqued {
    background-color: transparent;
}

#welcome{padding-bottom:0px;}

.dark-wrapper h1,
.dark-wrapper h2,
.dark-wrapper h3,
.dark-wrapper h4,
.dark-wrapper h5,
.dark-wrapper h6,
.dark-wrapper p,
.dark-wrapper a,
.dark-wrapper,
.dark-wrapper * {
    color: #f3f3f3
}

.dark-content h1,
.dark-content h2,
.dark-content h3,
.dark-content h4,
.dark-content h5,
.dark-content h6,
.dark-content p,
.dark-content a,
.dark-content,
.dark-content * {
    color: #222
}

h1.blueHeader{
  color: #334A9F;
}

h1.greenHeader{
  color:#F15F22;
}

.orangeHeader{
  color:#F15F22;
}
.section-inner {
    padding: 120px 0
}

@media (max-width: 991px){
  .section-inner {
      padding: 65px !important;
      height: 100%;
  }
}

.section-slider {
    padding: 60px 0 120px 0;
}

.contact-section-inner {
    padding: 200px 0 120px;
}

section h2.section-heading,
.section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    letter-spacing: 8px;
    font-weight: 700;
}

section h3.section-subheading {
    text-transform: lowercase;
    font-size: 20px;
    font-weight: 400;
    clear: both;
    display: block;
    padding-top: 0;
    font-style: italic;
    margin: 0;
    position: relative;
}

.cl-effect-3 a {
    padding: 8px 0;
}

.cl-effect-3 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    opacity: 0;
    margin-top: -3px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-shrink .cl-effect-3 a::after {
    background: rgba(0, 0, 0, 0.2);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.tagcloud a {
    border-radius: 0;
    padding: 5px 12px;
    text-transform: uppercase;
    margin: 0 1px 5px 0;
    border: 1px solid;
}

.tagcloud a:hover {
    background-color: #fff;
    color: #444;
    border-color: #fff;
}

.widget .media-body .muted {
    display: block;
    font-size: 10px;
}

.widget .media-heading {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    top: -5px;
    position: relative;
}


/*-----------------------------------------------------------------------------------*/


/*  7 - PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.portfolio-items {
    margin-left: -15px;
    margin-right: -15px;
}

.pad-masonry-portfolio-items .masonry-portfolio-item {
    margin-bottom: 30px
}

.fixed-filters {
    position: relative;
    overflow: hidden;
}

.fixed-filters .masonry-portfolio-filter {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 15px;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.portfolio-filter a {
    margin: 0 10px;
    border-color: #f3f3f3;
}

.portfolio-filter a.active {
    border-color: #222;
}


/*-----------------------------------------------------------------------------------*/


/*  8 - BLOG
/*-----------------------------------------------------------------------------------*/

.blog-item .post-title,
.project-item .post-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 4px;
}

.meta-item {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 300;
}

.meta-item.post-date {
    clear: left;
    display: block;
}

.item-metas .meta-item:last-of-type {
    margin-right: 0px;
}

.meta-item span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-date .the-date {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
}

.post-date .the-month {
    text-transform: uppercase;
}

.single-post-content p {
    margin-bottom: 45px;
}


/*-----------------------------------------------------------------------------------*/


/* 9 - COMMENTS 
/*-----------------------------------------------------------------------------------*/

textarea#comments {
    min-height: 250px;
    margin: 5px 0 0 4px;
    width: 99.1%;
}

#comments-list .well {
    background-color: transparent;
    overflow: hidden;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}

#comments-list .well .secondary-font {
    font-size: 13px;
    clear: left;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: lowercase;
}

.comment-avatar {
    max-width: 80px;
    margin-right: 15px;
    height: auto;
}


/*-----------------------------------------------------------------------------------*/


/*  10 - HOVER CAPTIONS 
/*-----------------------------------------------------------------------------------*/

.hover-item {
    position: relative;
    overflow: hidden
}

.hover-item img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0)
}

.overlay-item-caption {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    text-shadow: 0 0 1px #000;
}

.hover-item-caption {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    z-index: 2;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hover-item-caption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
   /* height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    -webkit-box-shadow: inset 0 0 0 1px #000000;
    box-shadow: inset 0 0 0 1px #000000;*/
    opacity: 0.5;
}

.hover-item:hover .hover-item-caption {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hover-item-caption h3,
.hover-item-caption .smoothie {
    top: 0px;
    position: relative;
}

.hover-item-caption h3 {
    padding: 0 20px;
}

.hover-item:hover .hover-item-caption h3,
.hover-item:hover .smoothie {
    top: 0px;
}

.hover-item:hover .overlay-item-caption {
    opacity: 0;
    top: 0px;
}

.hover-item:hover .overlay-item-caption .vertical-center {
    opacity: 0;
}

.hover-item-caption a.btn,
.overlay-item-caption a.btn {
    margin: 0 15px;
    z-index: 10;
}

.hover-item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hover-item-caption h3,
.overlay-item-caption h3 {
    margin: 14px 0 26px;
    color: #fefefe;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 6px;
}

.overlay-item-caption strong {
    color: #fefefe;
    padding-bottom: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
}

.overlay-item-caption .thin-hr:after,
.dark-wrapper .thin-hr:after {
    background-color: #fff;
}

.overlay-item-caption .post-excerpt {
    font-style: italic;
    color: #fefefe;
    padding-top: 16px;
    font-size: 16px;
    padding-left: 15%;
    padding-right: 15%;
}

.hover-item-caption h3 span,
.overlay-item-caption h3 span,
.hover-item-caption h2 span {
    clear: both;
    display: block;
    text-transform: none;
    font-size: 20px;
    color: #fefefe;
}

.hover-item-caption h2 span {
    display: inline-block;
}

.hover-item-caption a,
.overlay-item-caption a {
    color: #222;
}

.vertical-align-bottom {
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.slide-caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 20px 25px;
}

.slide-caption p {
    text-shadow: none;
    color: #444;
}

.post-slide .hover-item-caption {
    background-color: transparent;
}

.post-slide .hover-item-caption:after {
    display: none;
}


/*-----------------------------------------------------------------------------------*/


/*  11 - FOOTER
/*-----------------------------------------------------------------------------------*/

#footer-widgets {
    border-top: 1px solid #333
}

#footer-widgets .section-inner {
    padding-bottom: 80px
}

footer.white-wrapper {
    padding: 0 0 60px 0;
    background-color: #334A9F;
}

footer.white-wrapper * {
    color: #fff;
}

footer.white-wrapper span.copyright {
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px
}

footer.white-wrapper .social-links li {
    padding: 15px 30px
}

footer.white-wrapper .social-links li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}

.widget-title {
    margin-bottom: 30px;
}

.flexpanel .viewport .widget {
    padding-right: 20px;
}


/* FOOTER STYLES */

.footer-image-bg {
    background-image: url(../img/footer-bg.jpeg);
    background-size: cover;
    background-position: center center;
}

.footer-image-bg .dark-wrapper,
.footer-image-bg .white-wrapper {
    background-color: transparent !important;
    border: none;
}

.footer-image-bg *,
.footer-image-bg a {
    color: #222;
}

.dark-footer-image-bg {
    background-image: url(../img/dark-footer-bg.jpeg);
    background-size: cover;
    background-position: center center;
}

.dark-footer-image-bg .dark-wrapper,
.dark-footer-image-bg .white-wrapper {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: none;
}

.dark-footer-image-bg *,
.dark-footer-image-bg a {
    color: #ddd;
}

@media(max-width:768px) {
 
  #footer-wrapper .text-right{text-align: left;}
  
  .copyrightzeile {
    position: static;
    bottom: 0;
    right: 0;
}
  
  }


/*-----------------------------------------------------------------------------------*/


/*  12 - CAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/

.fw-carousel .owl-item,
.post-slider .owl-item {
    padding: 0
}

.fw-carousel .hover-item-caption h3 {
    font-size: 20px
}

.owl-img{
   
    width: auto;
    max-height: 65px;
  }


/*-----------------------------------------------------------------------------------*/


/*  13 - SEARCH
/*-----------------------------------------------------------------------------------*/

#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(1, 0);
    -moz-transform: translate(0px, -100%) scale(1, 0);
    -o-transform: translate(0px, -100%) scale(1, 0);
    -ms-transform: translate(0px, -100%) scale(1, 0);
    transform: translate(0px, -100%) scale(1, 0);
    opacity: 0;
    z-index: 9999999
}

#search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

#search-wrapper input[type="search"] {
    width: 320px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border: 0;
    margin: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 13px;
    outline: none;
    border-bottom: 3px solid #fff;
    display: inline;
    text-transform: uppercase;
}

#search-wrapper .btn {
    display: inline-block;
}

#search-wrapper .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    outline: none;
}


/*-----------------------------------------------------------------------------------*/


/*  14 - SPLASH
/*-----------------------------------------------------------------------------------*/

.preloader {
    background-color: #fcfcfc;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.preloader span {
    text-transform: none;
    font-size: 34px
}

.preloader .preloader-img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
        ;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}


/*-----------------------------------------------------------------------------------*/


/*  15 - MAP
/*-----------------------------------------------------------------------------------*/

#mapwrapper {
    min-height: 400px;
    clear: both;
    position: relative;
    display: block;
}


/*-----------------------------------------------------------------------------------*/


/*  16 - FORM CONTROL
/*-----------------------------------------------------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 3px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input, textarea, select, .uneditable-input {
    max-width: 100%;
    width: auto;
}
.form-control:focus {
    border-color: #555;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
    background-color: #ff0000;
    color: #fff;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: transparent;
    border: 0px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left;
  color: #ff0000;
}
.tx-powermail .powermail_fieldset .parsley-errors-list>li {
    color: #ff0000;
    padding: 5px 0px;
}

.form-control.parsley-error::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control.parsley-error:-ms-input-placeholder {
  color: #fff;
}
.form-control.parsley-error::-webkit-input-placeholder {
  color: #fff;
}
/* Powermail*/
.form-horizontal .form-group label {
    text-align: left;
}
.bold{
  font-weight:bold;

}


@media (min-width: 768px){
	.form-horizontal .form-group .radio label {
    	float: left;
    	width: auto;
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom:11px;
}

li.parsley-required {
    list-style: none;
}

ul.parsley-errors-list {
    padding-left: 0;
    color: red;
}

/**UFO*/
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
}


.media-left, .media-right, .media-body {
    padding-left: 30px;
}

@media (min-width: 768px){
.views-field-field-image {
    float: left;
    width: 25%;
}
  
.views-field-title, .views-field-nothing-3 {
    float: left;
    width: 75%;
}
  
  .form-horizontal .form-group label {
    width: 100%; 
    float: left;
	}
  label.checkbox {
    min-width: 100%;
  }
}




select.form-control.multi{
  height:600px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}

select.form-control.multi option {
    border-top: 1px solid #555555;
    padding: 10px 12px;
    color: #555555;
    font-weight: 100;
}
select.form-control.multi option:first-child {
  border-top: 0px solid #555555;
}
.view-ufo-vollansicht .field-label {
    font-weight: bold;
}


/*-----------------------------------------------------------------------------------*/


/*  17 -  TABS
/*-----------------------------------------------------------------------------------*/

.nav.nav-justified > li > a {
    position: relative;
}

.icon-tabs li {
    border-right: 1px solid #111;
}

.icon-tabs li a {
    opacity: 0.4;
}

.map-open .icon-tabs li a {
    color: #222;
}

.icon-tabs li.active a {
    opacity: 1;
}

.icon-tabs li:last-of-type,
.dark-wrapper .icon-tabs li:last-of-type {
    border-right: none;
}

.dark-wrapper .icon-tabs li {
    border-right: 1px solid #fefefe;
}

.icon-tabs li .tabtitle {
    clear: both;
    display: block;
    margin: 15px 0 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 700;
}

.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus {
    background-color: transparent;
}

.nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;
}

.nav.nav-justified > li.active > a > .quote {
    opacity: 1;
}

.nav.nav-justified > li > a > img {
    box-shadow: 0 0 0 5px #13c0ba;
}

.nav.nav-justified > li > a > img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }
    #headerwrap.fullheight {
        min-height: 100vh;
    }
}


/*-----------------------------------------------------------------------------------*/


/*  18 - COUNTDOWN
/*-----------------------------------------------------------------------------------*/

#countdown span {
    width: 12%;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 70px;
    padding-bottom: 20px;
}

#countdown small {
    font-weight: 300;
    font-size: 18px;
    display: block;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#countdown {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: left;
}


/*-----------------------------------------------------------------------------------*/


/*  SKILL BARS
/*-----------------------------------------------------------------------------------*/

.skill-bar {
    margin-bottom: 25px;
}

.skill-bar .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #444;
    border-radius: 0;
}

.skill-bar .progress-bar-success {
    background-color: #444;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skill-bar p {
    margin: 0 0 5px 0;
}


/*-----------------------------------------------------------------------------------*/


/*  19 - MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media all and (min-width: 1600px) {
    .boxed-layout .master-wrapper {
        max-width: 1600px;
        margin: 0 auto;
    }
}

@media all and (min-width: 1400px) {
    .boxed-layout .master-wrapper {
        max-width: 1600px;
        margin: 0 auto;
    }
    .boxed-layout .navbar-fixed-top {
        max-width: 1600px;
        margin: 0 auto;
    }
}

@media all and (min-width: 991px) {
    .slide-caption {
        width: 440px;
        height: auto;
        margin: 0 auto;
    }
}

@media(min-width:767px) {
    header .intro-text {
       /* padding-top: 13%;
        padding-bottom: 100px*/
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 20px;
        font-size: 30px;
        font-style: normal;
        line-height: 40px;
        letter-spacing: -1px
    }
    header .intro-text .intro-heading {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 6px;
        line-height: 50px
    }
    .intro-sub-heading {
        font-size: 34px;
        /*text-transform: lowercase;*/
        letter-spacing: 2px;
        font-weight: 600;
    }
    .navbar-fixed-top .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar li.dropdown:hover > ul.dropdown-menu {
        opacity: 1;
    }
    .navbar li.dropdown:hover> ul.dropdown-menu {
        display: block;
        -webkit-animation: fadeIn 0.4s;
        animation: fadeIn 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@media (max-width: 991px){
  header .intro-text .intro-heading {
      font-size: 40px;
  }
}



@media(min-width:1024px) {
    header .intro-text {
       /* padding-top: 13%;
        padding-bottom: 100px*/
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 20px;
        font-size: 40px;
        font-style: normal;
        line-height: 40px;
        letter-spacing: -1px
    }
    header .intro-text .intro-heading {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 1em;
    }
    .intro-sub-heading {
        font-size: 30px;
        text-transform: none;
        letter-spacing: 1.2px;
        font-weight: 600;
    }
    .navbar-fixed-top .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar li.dropdown:hover > ul.dropdown-menu {
        opacity: 1;
    }
    .navbar li.dropdown:hover> ul.dropdown-menu {
        display: block;
        -webkit-animation: fadeIn 0.4s;
        animation: fadeIn 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@media(min-width:1200px) {
    header .intro-text {
      /*  padding-top: 30%;
        padding-bottom: 100px*/
    }
}

@media(min-width:768px) {
    .pad-sides-120 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default.navbar-shrink {
        padding: 0;
        visibility: visible!important;
        background-color: rgba(255, 255, 255, 0.95);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .special-max-height {
        max-height: 660px !important;
        height: 660px !important;
    }
}

@media(max-width:767px) {
    .fullheight,
    .fullheight .article-slide,
    .fullheight .article-slide .carousel-inner,
    .fullheight .article-slide .item,
    .fullheight .article-slide .item img {
        height: auto!important;
        min-height: 600px
    }
    .icon-tabs .fa-4x {
        font-size: 46px;
    }
    .icon-tabs li .tabtitle {
        font-size: 12px;
        letter-spacing: 4px
    }
    .dark-wrapper .icon-tabs li {
        border-right: none;
    }
    .form-control.col-md-4,
    .dark-wrapper.form-control.col-md-4 {
        width: 100% !important;
    }
    .navbar-default .navbar-brand {
        margin-top: 0;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 900px;
    }
    .special-max-height {
        max-height: 560px !important;
        height: 560px !important;
    }
    .header-6 .navbar-brand {
        float: left;
    }
    .header-6.navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .portfolio-filter,
    .masonry-portfolio-filter {
        text-align: center;
    }
    .navbar-default .nav li.dropdown.open > a,
    .navbar-default .dropdown-menu a,
    .navbar-default.navbar-shrink .nav li > a,
    .navbar-default.navbar-shrink .navbar-brand {
        color: #333 !important;
    }
    .header-6.navbar-default .nav li.dropdown.open > a,
    .header-6.navbar-default .dropdown-menu a,
    .header-6.navbar-default.navbar-shrink .nav li > a,
    .header-6.navbar-default.navbar-shrink .navbar-brand {
        color: #333 !important;
    }
    section h2.section-heading,
    .section-heading {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 30px;
        letter-spacing: 8px;
        font-weight: 700;

    }
    section h3.section-subheading {
        text-align: center;
    }
    #contact-tabs .icon-tabs li a {
        text-align: center;
    }
}

@media(max-width:460px) {
    .fullheight,
    .fullheight .article-slide,
    .fullheight .article-slide .carousel-inner,
    .fullheight .article-slide .item,
    .fullheight .article-slide .item img {
        height: auto!important;
        min-height: 400px
    }
    .portfolio-item,
    .masonry-portfolio-item {
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------------*/


/*  20 - SHOP
/*-----------------------------------------------------------------------------------*/

.item-excerpt .pull-right {
    margin-top: 0;
}

.onsale {
    position: absolute;
    background-color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;
}

.images .thumbnails {
    margin-top: 25px;
}

.images .thumbnails a {
    margin-right: 10px;
}

.quantity.buttons_added {
    display: inline-block;
}

.quantity.buttons_added input {
    padding: 13px 5px;
    position: relative;
    top: 1px;
    width: 60px;
    background-color: transparent;
    border: 1px solid;
}

.product-rating.mb,
.summary .price {
    margin-bottom: 25px;
}

.summary .price ins {
    clear: left;
    display: block;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
}

.product-tabs {
    margin-top: 25px;
}

.product-tabs .tab-pane {
    padding: 25px 0;
}

.testimonial-owl .hover-item {
    margin-left: 0;
    margin-right: 0;
}

.testimonial-owl .hover-item .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.testimonial-author {
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------*/


/*  21 - SIDE NAV
/*-----------------------------------------------------------------------------------*/

.side-nav-active .master-wrapper {
    padding-left: 280px;
}

.side-nav-active .navbar-fixed-top {
    padding-left: 280px;
}

.side-nav-active #side-wrapper {
    width: 280px;
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 11;
    padding: 10px;
}

.side-nav-active #side-menu-toggle {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 10;
    background: #f6f6f6;
    border: none;
    font-size: 24px;
    padding: 6px 8px;
    line-height: 1;
}

.side-nav-active #side-menu-toggle.open {
    margin-left: 220px;
    z-index: 15;
}

.side-nav-active .side-menu ul {
    padding: 0;
}

.side-nav-active .side-menu ul li ul li {
    padding: 10px 20px;
}

.side-nav-active .side-menu ul li ul li a {
    font-size: 12px;
    padding: 0 !important;
}

.side-nav-active .side-menu .nav>li>a:hover,
.side-nav-active .side-menu .nav>li>a:focus,
.side-nav-active .navbar-default.navbar-shrink .nav li.active>a {
    background-color: transparent;
    color: #000;
}

#side-wrapper .navbar-header {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

#side-wrapper .thin-hr:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #333;
    left: 17px;
    margin-left: 0;
}

#side-wrapper .thin-hr {
    margin: 20px 0 40px;
}

#side-wrapper .navbar-default {
    background-color: #fcfcfc;
    padding: 0 !important;
}

#side-wrapper .navbar-default .nav li a {
    padding: 12px 18px;
}

@media(max-width:767px) {
    #side-wrapper {
        display: none;
        background-color: #fcfcfc;
    }
    .side-nav-active .master-wrapper {
        padding-left: 0;
    }
    #side-wrapper .navbar-default .nav li a {
        padding: 10px 20px;
    }
    .navbar-default .nav li a {
        padding: 10px 20px;
    }
}

.side-menu .dropdown-menu,
.side-menu .dropdown-submenu>.dropdown-menu {
    position: relative;
    width: 100%;
    background-color: transparent;
    left: 0 !important;
    top: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 20px;
}

.side-menu .dropdown-submenu >.dropdown-menu {
    display: none;
}

.side-menu .dropdown-submenu.open >.dropdown-menu {
    display: block;
}

.side-menu .nav .open>a,
.side-menu .nav .open>a:hover,
.side-menu .nav .open>a:focus,
.side-menu .nav>li>a:hover,
.side-menu .nav>li>a:focus,
.side-menu .dropdown-menu>li>a:hover,
.side-menu .dropdown-menu>li>a:focus {
    background-color: transparent;
}

.side-menu .nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 12px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    letter-spacing: 1px;
}

.side-menu .dropdown-menu>li>a {
    padding: 10px 0px;
    font-size: 11px;
    font-weight: 400;
    white-space: normal;
    max-width: 280px;
}

.side-menu .collapse {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-transition: height 0.65s ease;
    transition: height 0.65s ease;
}

.side-menu .collapse.in {
    display: block;
    height: 100%;
    opacity: 1;
    -webkit-transition: height 0.65s ease;
    transition: height 0.65s ease;
}

.promo-inner {
    overflow: hidden;
}

.demo-selector .masonry-portfolio-item {
    margin-bottom: 30px;
}

hr.ce-div {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: opx solid #eee;
    overflow:auto;
}

.ce-column {
   /* padding: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    border: 1px solid #efefef;*/
    border-radius: 4px
}
.ce-border img, .ce-border iframe {
    border: 1px solid #EFEFEF;
    padding: 20px;
    width: 100%;
    height: auto;
    max-width: 215px;
}

/* Spaltenbreiten je nach eingestellten Columns */
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 49%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: 32%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="4"] .ce-column {
        width: 24%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="5"] .ce-column {
        width: 19%;
  text-align: -webkit-center;
  
    }

 .ce-gallery[data-ce-columns="6"] .ce-column {
        width: 15%;
  text-align: -webkit-center;
  
    }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0px;
    width: 100%;
}

.ce-gallery[data-ce-columns="5"] img,
.ce-gallery[data-ce-columns="4"] img,
.ce-gallery[data-ce-columns="4"] img,
.ce-gallery[data-ce-columns="6"] img{
    display: block;
    max-width: 200px;
    height: auto;
}

.ce-gallery img {
    display: block;
    width: 100%;
    height: auto;
}



.ce-row {
    margin-bottom: 30px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.copyrightzeile{
  position: absolute;
  bottom: 0;
  right: 0;
  }

@media(max-width:767px) { 
  .copyrightzeile {
    position: static;
    bottom: 0;
    right: 0;
}

.navbar-nav {
    max-height: 340px;
}

.nav>li {
    position: relative;
    display: inline-block;
  width:100%;
}

.navbar .dropdown-menu {
    position: static;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 220px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  width:100%
}

.navbar-default .nav .dropdown-menu li a{
  padding: 5px 20px 5px 40px;
  }

ul.servicenav {
    display: inline-block;
    list-style: none;
  padding:0;
}
  
  }

.footercontent{
   position:relative;
  }

.subcontent {
    padding-top: 120px;  
}

p {
    margin: 0 0 0px;
}

.ce-gallery figure {
    display: table;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}


html, body {
    height: 100%;
}

html{
scroll-behavior: smooth;
}

.master-wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.subcontent {
    padding-top: 120px;
    padding-bottom: 300px;
}
.maincontent {
    padding-top: 0px;
    padding-bottom: 300px;
}
.indexfolge .maincontent {
    padding-top: 90px;
    padding-bottom: 300px;
}
#footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#footer-wrapper .col-sm-4 {
    padding-left: 0;
  	padding-right:0;
}

@media(max-width:767px) {
  html, body {
    height: 100%;
   }

  .master-wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }
  .subcontent {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .maincontent {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer-wrapper {
    position: relative;
    bottom: 0px;
    width: 100%;
  }

  .fa, .far, .fas {
    padding-top: 0px;
    padding-bottom: 30px;
  }

 
    
  /* Spaltenbreiten je nach eingestellten Columns */
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 45%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: 30%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="4"] .ce-column {
        width: 20%;
  text-align: -webkit-center;
    }
 
    .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 15%;
    text-align: -webkit-center;
  }

 .ce-gallery[data-ce-columns="6"] .ce-column {
        width: 10%;
  text-align: -webkit-center;
  
    }
}

.fa, .far, .fas {
padding-bottom: 15px;
  }


.sonderpreis{
      text-transform: none;
    font-size: 1em;
    text-align: right;
    color: #C6C07F;
  }

ul.servicenav {
    display: inline-block;
    list-style: none;
}

.servicenav li {
    list-style: none;
    display: inline-block;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    border: 2px solid #F15F22;
    z-index: 999999999;
    line-height: 1em;
    height: 50px;
    padding: 15px;
}

.navbar-shrink ul ul li.active a {
    color: #fff!important;
}

/*Ergänzungen*/

.ce-bodytext li {
    list-style-type: none;
    display: block;
    vertical-align: baseline;
    padding-bottom: 5px;
    /*height:2.5em;
    display: flex;
    padding-bottom: 18px;*/
}

.ce-bodytext li:before,
.ns-faq-wrap li:before{
    color: #F15F22;
    font-size: 17px;
    float: left;
    margin-top: 0.2em;

    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.6em;
    vertical-align: baseline;
    content: "\f061";
}
.ns-faq-wrap ul li:nth-child(2n):before ,
.ce-bodytext ul li:nth-child(2n):before {
    color: #334A9F;
}

.ns-faq-wrap ul li:before ,
.ce-bodytext ul li:before {
    color: #F15F22;
}

.ce-bodytext li a{
  color:#F15F22;
  text-decoration:none;
}
.ns-faq-wrap ol li:before ,
.ce-bodytext ol li:before {
    color: #8CC63F;
}

.ns-faq-body table.contenttable td {
    padding: 5px;
    vertical-align: top;
}

.ns-faq-body td:nth-child(2) {
  padding-right:15px !important;
}


.ns-faq-body td:nth-child(3) {
  padding-left:15px !important;
  width: 45%;
}

ul, ol {
  padding-left: 15px;
  list-style: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: .6vw !important;
}

.mt-15 {
  margin-top: .9vw !important;
}

.mt-20 {
  margin-top: 1.2vw !important;
}

.mt-30 {
  margin-top: 1.8vw !important;
}

.mt-40 {
  margin-top: 2.4vw !important;
}

.mt-50 {
  margin-top: 3vw !important;
}

.mt-60 {
  margin-top: 3.6vw !important;
}

.mt-70 {
  margin-top: 4.2vw !important;
}

.mt-80 {
  margin-top: 4.8vw !important;
}

.mt-100 {
  margin-top: 6vw !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: .6vw !important;
}

.mb-20 {
  margin-bottom: 1.2vw !important;
}

.mb-30 {
  margin-bottom: 1.8vw !important;
}

.mb-40 {
  margin-bottom: 2.4vw !important;
}

.mb-50 {
  margin-bottom: 3vw !important;
}

.mb-60 {
  margin-bottom: 3.6vw !important;
}

.mb-70 {
  margin-bottom: 4.2vw !important;
}

.mb-80 {
  margin-bottom: 4.8vw !important;
}

.mb-100 {
  margin-bottom: 6vw !important;
}

.ns-faq-body {    padding: 10px 15px 20px 0px;}
.ns-faq-list-wrap {    margin: 0 auto 30px;    position: relative;    max-width: 1000px;}
.ns-faq-solid .ns-faq-icon-wrap {    background-color: transparent;}
.ns-faq-solid .ns-faq-title, .ns-faq-solid .ns-faq-category-title {    background-color: transparent; }
/*.ns-faq-icon-wrap em {    font-size: 18px;    position: absolute;    top: 0px;    left: 50%;    -webkit-transform: translateX(-50%);    transform: translateX(-50%);}*/
.ns-faq-icon-wrap em {    color: #000;}
.fa-plus:before {    content: "\f067" !important;}
.ns-faq-active .ns-faq-title em:before {    content: "\f067" !important;}
.ns-faq-category-with-toggle .ns-faq-icon-wrap, .ns-faq-title .ns-faq-icon-wrap {    position: absolute;    height: 35px;    width: 35px;    left:initial; right: 15px;    top: 8px;}
.ns-faq-title {        padding: 0px 15px 3px 0px;    margin-bottom: 3px;}
.ns-faq-wrap {    overflow: hidden;    margin-bottom: 0px;    margin-top: 12px;}
.ns-faq-list hr {    margin-top: 0px;    margin-bottom: 0px;    border: 0;    border-top: 1px solid #eee;}
.ns-faq-list {    padding-bottom: 80px; padding-left: 0px;    padding-right: 0px; text-align: left;}
.ns-faq-title-text H4 {    font-size: 15px;    text-transform: none;    line-height: 1.4em;}
.ns-faq-title .ns-faq-icon-wrap, .ns-faq-title .ns-faq-title-text {    display: inline-block;    width: auto;    max-width: 95%;}
.ns-faq-body p {    margin: 0 0 20px 0;    font-family: inherit;}
@media (min-width: 1200px){
  .ns-faq-body {    padding: 20px 25px 20px 0px;}
}
@media (min-width: 992px){
  .ns-faq-body {    padding: 15px 15px 30px 0px;}
}
.ns-faq-body p {    margin: 0 0 20px 0;    font-family: inherit;    font-size: 15px;}
@media (max-width: 991px){
  .ns-faq-title-text H4 {    font-size: 16px;}.ns-faq-body p {   font-size: 1em;}
}
.ns-faq-icon-wrap em {
    font-size: 15px;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: initial; 
    transform: inherit; 
    transition: transform .5s;
}
.ns-faq-active .ns-faq-title em {
    transform: rotate(45deg);
}

.ns-faq-category-with-toggle .ns-faq-icon-wrap, .ns-faq-title .ns-faq-icon-wrap {
    position: absolute;
    height: 40px;
    width: 40px;
    left: initial;
    right: 20px;
    top: 0px;
}
@media (max-width: 991px){
.ns-faq-category-with-toggle .ns-faq-icon-wrap, .ns-faq-title .ns-faq-icon-wrap {
    position: absolute;
    height: 40px;
    width: 40px;
    left: initial;
    right: 20px;
    top: 0px;
}
  .ns-faq-icon-wrap em {
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: initial;
    transform: inherit;
    transition: transform .5s;
	}
  
  header .intro-text {
    position: relative;
    margin-top: 25%;
    /* bottom: 0%; */
 }
  .frame-type-media2click_iframe {
    padding-bottom: 30px;
}
}

@media (max-width: 767px){
.ns-faq-icon-wrap em {
    top: 12px;
}
  header .metaNavContainer .topNav {
    padding-left: 0px;
  }
}

.ce-gallery img {
    width: 100%;
    height: auto;
}
.region-footer .ce-gallery img {
    width: 80%;
    height: auto;
}

.ce-gallery figure {
    display: table;
    margin: auto 0;
}

.ce-gallery figure.video{
  height: auto;
  width: 100%;
}

 	.ce-gallery[data-ce-columns="1"] .ce-column {
        width: 100%;
      padding-bottom:30px;
    }
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 50%;
    }
 
    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: 33%;
    }    
 
	.ce-gallery[data-ce-columns="4"] .ce-column {
        width: 24%;
    }

	.ce-gallery[data-ce-columns="5"] .ce-column {
        width: 20%;
    }

.ce-row {
    margin: auto 0;
    display: flex;
}

.ce-left .ce-gallery {
    float: left;
    display: block;
}

.ce-column {
    float: left;
    display: flex;
}

.video-embed {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  
}
.video-embed iframe.video-embed-item {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height:100%;
  border: 0px; 
}
iframe {
  max-width: 100%;
}

.media2click-placeholder-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*padding: 10%;*/
    overflow-y: auto;
    background-color: rgba(255,255,255,0.5);
    /*min-height: 500px;*/
}

.media2click-placeholder-video {
   display: flex;
   min-height: 300px;
}

.media2click-placeholder:hover, .media2click-placeholder:focus-within {
    background-color: transparent;
}

.media2click-placeholder.media2click-haspreview:hover .media2click-placeholder-inner, .media2click-placeholder.media2click-haspreview:focus-within .media2click-placeholder-inner {
    background-color: transparent;
}

.media2click-placeholder {
    padding: 0em;
}
.media2click-content {
    position: absolute;
    bottom: 10%;
}
.media2click-controls .media2click-button {
    background-color: #1CBDC6;
}

#footer-wrapper .fa {
    font-size: 2em;
    padding-right: 5px;
    padding-bottom: 0px;
}

.social{
  position: absolute;
  bottom: 0px;
}

.ce-bodytext{
    padding-bottom:30px;
  }

.container .row:first-child {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px){
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row .row{
   margin-right: -15px;
    margin-left: -15px; 
  } 
  .ce-bodytext{
    padding-bottom:30px;
  }
  
  .back-to-top {

    bottom: 15px;
    right: 45px;
  }
  
  .social {
    position: relative; */
    bottom: 0px;
    padding:20px 0;
 }
  
  .master-wrapper {
   overflow-x: hidden;
	}
  
  header .intro-text {
    margin-top: 0%;
    /* bottom: 0%; */
 }
}

@media (max-width: 450px){
  h1, .h1 {
    font-size: 22px;
    hyphens: auto;
    width:85%;
    padding-top:30px;
	}
  header .intro-text .intro-heading {
    font-size: 30px;
}
  .intro-sub-heading {
    line-height: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .intro-sub-heading span {
    font-size: 11px;
    line-height: 11px;
  }
  
  .ns-faq-icon-wrap em {
    top: 4px;
	}
  .ns-faq-category-with-toggle .ns-faq-icon-wrap, .ns-faq-title .ns-faq-icon-wrap {
    
    right: 0px;
  }
}

@media (max-width: 991px){
  
  .frame-layout-1 img {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 767px){
  #headerwrap {
      margin-top: 60px;
  }
  .intro-sub-heading span {
    font-size: 20px;
    line-height: 26px;
	}
  header .intro-text {
    padding-bottom: 10px;
  }
  .frame-layout-1 img {
    width: 50%;
    margin: 0 auto;
  }
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: initial; 
}