@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600,700,800&display=swap);*/
@import url(../css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Satisfy&display=swap');

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

/* Variables --------------------------------------------------------------------------------------- */
:root {
	--body_bgcolor: #f7eed2; 
    --footertop_bgcolor: #f4991e;
	--footerbottom_bgcolor: #272621;
	--slider_bgcolor: #fff;
    --body_color: #3c3933;
	--footertop_color: #3c3933;
    --title_color: #f4991e;
	--title_h1_color: #F4991E !important;
	--title_footertop_color: #3c3933;
    --link_color: #9c0e4c;
    --link_hovercolor: #000;
	--link_hovercolor2: #fff;
	--link_footertop_color: #9c0e4c;
	--link_footertop_hovercolor: #000;
	--link_footerbottom_color: #f7eed2;
	--link_footerbottom_hovercolor: #fff;
	--nav_color: #f4991e;
	--navhover_color: #f7eed2;
	--navhoverbg_color: transparent;
	--navbar_bordertop_color: #e28e04;
	--navbar_bgcolor: rgba(255, 255, 255, 0.0);
	--navbar_tiny_bgcolor: #000;
	--navdropdown_color: #f4991e;
	--navdropdown_hovercolor: #f7eed2;
	--navdropdown_bgcolor: #000;
	--navdropdownhover_bgcolor: #3c3933;
	--btn_color: #fff;
	--btn_bgcolor: #9c0e4c;
	--btn_hover_color: #fff;
	--btn_hover_bgcolor: #000;
	--programmfeld_bgcolor: #f7f3e5;
	--panel-heading_bgcolor: rgba(226, 142, 4, 0.3);
	--panel-body_bgcolor: #f1c981;
	--blog-right_color: #4a4c42;
	--blog-right_link_color: #fff;
	--blog-right_bgcolor: #b0b1a1;
	--team_color: #4a4c42;
	--body_font: "GrotaSansRd", Arial, Verdana, sans-serif;
	--nav_font: "GrotaSansRdM", Arial, Verdana, sans-serif;
	--title_font: "GrotaSansRdM", Arial, Verdana, sans-serif;
	--title_h1_font: "GrotaSansRdM", Arial, Verdana, sans-serif;
	--homepromo_font: "GrotaSansRdM", Arial, Verdana, sans-serif;
	--homepromo_fontcolor: #fff;
	--border_radius: 3px;
	--border_radius2: 15px 30px 30px 15px;
	--toggle_color: #fff;
	--toggle_bgcolor: #f4991e;
	--toggle_hover_color: #fff;
	--toggle_hover_bgcolor: #9c0e4c;
}

/* 02. PRELOADER ---------------------------------------------------------------------------------------- */
div#preloader {position: fixed;left: 0; top: 0; z-index: 9999; width: 100%; height: 100%; overflow: visible; text-align: center; background: #fdfefe;}
.cssload-container { width: 100%; height: 55px; text-align: center; margin-top: 25%;}
.cssload-double-torus {width: 55px; height: 55px; margin: 0 auto; border: 4px solid; border-radius: 50%;  animation: cssload-spin 690ms infinite linear;  -o-animation: cssload-spin 690ms infinite linear; -ms-animation: cssload-spin 690ms infinite linear; -webkit-animation: cssload-spin 690ms infinite linear; -moz-animation: cssload-spin 690ms infinite linear;
  border-color: transparent rgba(221, 10, 45, 0.9) rgba(221, 10, 45, 0.9); 
}

@keyframes cssload-spin { 100% { transform: rotate(360deg); }}
@-o-keyframes cssload-spin { 100% { -o-transform: rotate(360deg); transform: rotate(360deg); }}
@-ms-keyframes cssload-spin {100% { -ms-transform: rotate(360deg);  transform: rotate(360deg);}}
@-webkit-keyframes cssload-spin { 100% {  -webkit-transform: rotate(360deg);transform: rotate(360deg); }}
@-moz-keyframes cssload-spin {  100% {  -moz-transform: rotate(360deg);  transform: rotate(360deg); }}

/* 03. GENERAL
//----------------------------------------------------------------------------------------- */
	/* Global styles */
body {
	font-family: var(--body_font);
   font-weight: 400;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--body_color);
	overflow-x: hidden;
  font-size: 19px;
 /* background-color: var(--body_bgcolor); */
	background: var(--body_bgcolor) url("../images/bg/bg-01.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.no-bgimage {background-image: none;}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}
footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}

a { color: var(--link_color); text-decoration: none;}
a:visited { color: var(--link_color);  text-decoration: none;}
a:hover { color: var(--link_hovercolor);  text-decoration: none;}
a:focus, a:active { outline: none; text-decoration: none;}

a[title]:hover:after {
  background-color: rgba(166, 57, 23, 0.06);
  color: #A63917;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title_font);
  font-weight: 400;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.7;
  color: var(--title_color);
	letter-spacing: 0.1px;
}
h1 {font-family: var(--title_h1_font);color: var(--title_h1_color);}

h1 {font-size: 40px; line-height: 40px; font-weight: 700;}
h2 {font-size: 30px; font-weight: 700;}
h3 {font-size: 26px; line-height: 28px; }
h4 {font-size: 22px; line-height: 26px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p, dd {
  margin-bottom: 14px;
  line-height: 1.6;
}
.scriptfont_d {font-family: "Dancing Script", Arial, Verdana, sans-serif; font-size: 110%;}
.scriptfont_s {font-family: "Satisfy", Arial, Verdana, sans-serif; font-size: 110%;}

code, kbd, pre, samp {
  background-color: #FBE9E7;
  color: #9b3515;
}

.title {
  overflow: hidden;
  margin-left: -1px;
  text-align: left;
}
.title h2, .title h3 {
  color: var(--title_color);
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.title h2:after, .title h3:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  right: -2000%;
  top: 50%;
}
.title-r {
  overflow: hidden;
  text-align: right;
  margin-right: -1px;
}
.title-r h2, .title-r h3 {
  color: #A63917;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.title-r h2:after, .title-r h3:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  left: -2000%;
  top: 50%;
}

.line {
  display: block;
  font-size: .875em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: rgba(166, 57, 23, 0.5);
}
.line:before {
  width: 40px;
  height: 10px;
  background-color: #f9f9f9;
  content: '';
  margin: -5px 0 0 -20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.line:after {
  border-bottom: 1px solid rgba(166, 57, 23, 0.15);
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: -2;
}

ul.listicon-check li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}

ul.listicon-check li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.5em;
  margin-left: -2.5em;
  color: #E64A19;
}

ul.listicon-times li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}

ul.listicon-times li:before {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.5em;
  margin-left: -2.5em;
  color: #E64A19;
}

ul.listicon-chevron-right li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}

ul.listicon-chevron-right li:before {
  content: '\f054';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.3em;
  margin-left: -2.5em;
  font-size: 11px;
  color: #E64A19;
}

.text-italic {font-style: italic;}

/* own styles --------------------------------------------- */

.browserupgrade {margin: 1em 0;background: #ccc;color: #000;padding: 0.5em;}
.anchor {margin-top: -100px; position:absolute;}

@media (min-width: 740px) { .row {padding-left: 15px; padding-right: 15px} }

.adresse h4 {
  font-size: 16px; 
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.3;
}
.adresse p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.infofelder h3 {
    font-size: 18px;
    font-weight:700;
    padding-bottom: 7px;
    margin-bottom: 25px;
    background: url(../images/border-red.jpg) bottom left no-repeat
    }

.bg-img-row-01 {
    background: #fff url(../images/bg-buero-01.jpg) top center no-repeat;
	background-size: cover;
}

.bg-img-row-01 h2 {
	color: #fff; 
	font-weight: 700;
	padding: 20px 0px;
}

.bg-img-row-02 {
    background: #fff url(../images/bg-buero-02.jpg) top center no-repeat;
	background-size: cover;
}

.mehrinfos {
    font-style: italic;
    display: block;
}

.mehrinfos .fa {
    font-style: normal;
    font-weight: 200;
    color: #ccc;
    padding-left: 10px;
}

.shopresult {
    padding-left: 10px;
    border: 0;
    font-weight: 700;
}

.shopresultdiv {
	border: 1px solid var(--link_color);
	padding: 10px;
}

.responsivetitle {display:none;}
@media (max-width: 840px) {.responsivetitle {display:inline;color:#fff;padding-top:20px;}}

#map {width: 100%;height: 300px;}
#map2 {width: 100%;height: 300px;}

.subrows .col-md-4 {padding-left:10px; border-left: 1px solid var(--body_bgcolor);}
.blog-right {
	border: 1px solid var(--blog-right_bgcolor); 
	color: var(--blog-right_color);
	-webkit-border-radius: var(--border_radius);
    -khtml-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
	border-radius: var(--border_radius);
}
.blog-right h2 {color: var(--blog-right_color);}
.blog-right a {display: inline;color: var(--blog-right_link_color);}
.blog-right a:hover {color: #000;text-decoration: underline;}
.inforow  {padding-right:30px;}
.inforow .space, .rightinforow .space {border-top: 1px dotted #a8377a;}
.contactform-row  {padding-right:30px; margin-left:5px;}
.contactform-row .btn {margin-left:0px;}

img.kopfbild {margin-top:100px;}
@media (max-width: 768px) { img.kopfbild {margin-top:80px;} }

.praxisgalerie img {
	  -webkit-border-radius: var(--border_radius2);
  -khtml-border-radius: var(--border_radius2);
  -moz-border-radius: var(--border_radius2);
  -ms-border-radius: var(--border_radius2);
	border-radius: var(--border_radius2);
   margin-right:8px;
   width: 170px;
   border:1px solid transparent;
}
.praxisgalerie img:hover {border:1px solid #f1c981;}
@media (max-width: 1200px) { .praxisgalerie img {width: 133px;}}
@media (max-width: 1100px) {.praxisgalerie img {width: 127px;}}
@media (max-width: 992px) { .praxisgalerie img {width: 170px;}}

/*---------------------------------------
  Videos
----------------------------------------*/
#videobereich {
    background-color: var(--body_bgcolor);
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoextern {
    background-color: var(--body_bgcolor);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Portraits mit Filter */
.filterportraitsection .col-sm-4 {width: 30%;margin-right:5px;margin-bottom:30px;min-height:850px;}

@media (max-width: 1200px) {  .filterportraitsection .col-sm-4 {width: 48%;margin-right:5px;}}
@media (max-width: 840px) { .filterportraitsection .col-sm-4 {width: 100%;margin-right:0px;min-height:auto;}}
.filterportrait {
	margin-bottom: 30px;
    border: 1px solid var(--link_color);
	border-left: 15px solid var(--link_color);
	border-right: 30px solid var(--link_color);
   -webkit-border-radius: var(--border_radius2);
    -khtml-border-radius: var(--border_radius2);
    -moz-border-radius: var(--border_radius2);
    -ms-border-radius: var(--border_radius2);
	border-radius: var(--border_radius2);
}
#grid .filterportrait {padding:0px;}
.filterportrait img {
	margin-top: 20px;
    -webkit-border-radius: var(--border_radius);
    -khtml-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
	border-radius: var(--border_radius);
}

/* Tables --------------------------------------------- */
.table-theme-1 {border: 0;}
.table-theme-1 > tbody > tr > td, .table-theme-1 > tbody > tr > th,
.table-theme-1 > tfoot > tr > td, .table-theme-1 > tfoot > tr > th,
.table-theme-1 > thead > tr > td, .table-theme-1 > thead > tr > th {padding: 9px; line-height: 1.5;}
.table-theme-1.table-bordered > tbody > tr > td, .table-theme-1.table-bordered > tbody > tr > th,
.table-theme-1.table-bordered > tfoot > tr > td, .table-theme-1.table-bordered > tfoot > tr > th,
.table-theme-1.table-bordered > thead > tr > td, .table-theme-1.table-bordered > thead > tr > th {border-color: rgba(244, 81, 30, 0.2);}
.table-theme-1.table-bordered > thead > tr > th { border-top: solid 1px #F4511E;}
.table-theme-1.table-bordered > tfoot > tr > th { border-bottom: solid 1px #F4511E;}
.table-theme-1 th {
  font-family: var(--body_font);
  font-weight: 600;
  background-color: #F4511E;
  border-color: #F4511E;
  color: #fff;
}
.table-theme-1 th a {color: #fff;}
.table-theme-1 th a:hover {color: #fff;}
.table-theme-2 {border: 0;}
.table-theme-2 > tbody > tr > td, .table-theme-2 > tbody > tr > th,
.table-theme-2 > tfoot > tr > td, .table-theme-2 > tfoot > tr > th,
.table-theme-2 > thead > tr > td, .table-theme-2 > thead > tr > th {padding: 9px; line-height: 1.5;}
.table-theme-2.table-bordered > tbody > tr > td, .table-theme-2.table-bordered > tbody > tr > th,
.table-theme-2.table-bordered > tfoot > tr > td, .table-theme-2.table-bordered > tfoot > tr > th,
.table-theme-2.table-bordered > thead > tr > td, .table-theme-2.table-bordered > thead > tr > th { border-color: rgba(170, 170, 170, 0.2);}
.table-theme-2.table-bordered > thead > tr > th {border-top: solid 1px #A63917;}
.table-theme-2.table-bordered > tfoot > tr > th { border-bottom: solid 1px #A63917;}
.table-theme-2 th {
  font-family: var(--body_font);
  font-weight: 600;
  background-color: #A63917;
  border-color: #A63917;
  color: #fff;
}
.table-theme-2 th a {color: #fff;}
.table-theme-2 th a:hover {color: #fff;}

.lead {margin-bottom: 30px;}

.bg-white {padding: 30px 0;}
.bg-beige {
	padding: 30px 15px;
	background-color:#F7EED2;
    margin-left: -15px;
    margin-right: -15px;
}
.bg-gray {
  padding: 20px 0px;
 /* background-color: rgba(248, 243, 226, 0.5); */
background-color: var(--programmfeld_bgcolor);
}

.fs404 {padding-top: 0.3em; font-size: 75%;}
.corp-tooltip + .tooltip {margin-left: -2px;}
.corp-tooltip + .tooltip > .tooltip-inner { background-color: rgba(166, 57, 23, 0.06); color: #A63917;}
.corp-tooltip + .tooltip > .tooltip-arrow {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* Nav-tabs --------------------------------------------- */
.nav-tabs {
  border-bottom: 1px solid rgba(166, 57, 23, 0.2);
  background: transparent;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  background: transparent;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px 16px;
  background-color: rgba(166, 57, 23, 0.07);
  color: var(--nav_color);
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--nav_color);
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: var(--link_color);
  border-color: var(--link_color);
  color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid transparent;
}

.nav-tabs > li.active a:hover, .nav-tabs > li.active :focus {
  background: transparent;
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background: var(--link_color);
  color: #fff;
  border: 1px solid var(--link_color);
  border-bottom-color: #fff;
}

.tab-content {
  padding: 10px;
  margin-bottom: 30px;
  border-right: 1px solid var(--link_color);
  border-bottom: 1px solid var(--link_color);
  border-left: 1px solid var(--link_color);
}

/* Nav-about-carousel --------------------------------------------- */
.nav-about-carousel {
  width: 100%;
  margin-top: -87px;
  border-bottom: 1px solid #FDFEFE;
}
.nav-about-carousel > li > a {
  background-color: rgba(166, 57, 23, 0.55);
	background-color: #FDFEFE;
  color: var(--link_color);
  border: 1px solid var(--link_color) !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav-about-carousel > li > a:hover, .nav-about-carousel > li > a:focus { border: 1px solid #F4511E;}
.nav-about-carousel > li:first-child > a {border-right: 0 !important;}
.nav-about-carousel > li:last-child > a {border-left: 0 !important;}
.nav-about-carousel > li.active > a,
.nav-about-carousel > li.active > a:hover,
.nav-about-carousel > li.active > a:focus {
  cursor: default;
  background: var(--link_hovercolor);
  color: #fff;
  border: 1px solid var(--link_hovercolor) !important;
}

/* Nav-wizard */
.nav-wizard > li { float: left;}
.nav-wizard > li > a {
  position: relative;
  color: #A63917;
  background-color: #FDFEFE;
}
.nav-wizard > li > a:hover, .nav-wizard > li > a:focus {
  color: #A63917;
  background-color: #FDFEFE;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #F4511E;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f2f4f5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a { margin-right: 6px;}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #FDFEFE;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a { border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.nav-wizard > li:last-child > a {border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {background-color: #E64A19; color: #fff;}
.nav-wizard > li.done:hover > a:before, .nav-wizard > li:hover > a:before { border-right-color: #E64A19;}
.nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {  border-left-color: #E64A19;}
.nav-wizard > li.done > a { background-color: #E64A19;}
.nav-wizard > li.done > a:before {  border-right-color: #E64A19;}
.nav-wizard > li.done > a:after { border-left-color: #E64A19;}
.nav-wizard > li.active > a { color: #ffffff; background-color: #F4511E;}
.nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus { color: #ffffff; background-color: #F4511E;}
.nav-wizard > li.active > a:after { border-left-color: #F4511E;}
.nav-wizard > li.active > a .badge { color: #F4511E;  background-color: #ffffff;}
.nav-wizard > li.disabled > a {color: #777777;}
.nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #FDFEFE;
  cursor: default;
}
.nav-wizard > li.disabled > a:before { border-right-color: #FDFEFE;}
.nav-wizard > li.disabled > a:after {border-left-color: #FDFEFE;}
.nav-wizard.nav-justified > li {  float: none;}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

/* Margin / Padding 0*/
.m0 { margin: 0 !important;}
.p0 {padding: 0 !important;}
/* Margin */
.m5 { margin: 5px;}.m10 {margin: 10px;} .m15 {margin: 15px;} .m20 { margin: 20px;} .m30 {margin: 30px;} .m40 {margin: 40px;} .m50 {margin: 50px;} .m60 {margin: 60px;} .m70 {margin: 70px;} .m80 {margin: 80px;} .m90 {margin: 90px;}.m100 {margin: 100px;}
.ml0 {margin-left: 0;}.ml5 {margin-left: 5px;}.ml10 {margin-left: 10px;}.ml15 {margin-left: 15px;}.ml20 { margin-left: 20px;}.ml30 {margin-left: 30px;}.ml40 { margin-left: 40px;}.ml50 {margin-left: 50px;} .ml60 {margin-left: 60px;}.ml70 { margin-left: 70px;}.ml80 {margin-left: 80px;}.ml90 {margin-left: 90px;}.ml100 { margin-left: 100px;}
.mr0 {margin-right: 0;}.mr5 {margin-right: 5px;}.mr10 {margin-right: 10px;}.mr15 { margin-right: 15px;}.mr20 { margin-right: 20px;}.mr30 {margin-right: 30px;}.mr40 { margin-right: 40px;}.mr50 { margin-right: 50px;}.mr60 { margin-right: 60px;}.mr70 { margin-right: 70px;}.mr80 { margin-right: 80px;}.mr90 {margin-right: 90px;}.mr100 {margin-right: 100px;}
.mt0 {margin-top: 0;} .mt5 { margin-top: 5px;} .mt10 { margin-top: 10px;} .mt15 { margin-top: 15px;} .mt20 { margin-top: 20px;} .mt30 { margin-top: 30px;} .mt40 { margin-top: 40px;} .mt50 {margin-top: 50px;} .mt60 { margin-top: 60px;} .mt70 { margin-top: 70px;} .mt80 {margin-top: 80px;} .mt90 { margin-top: 90px;} .mt100 {margin-top: 100px;}
.mb0 {margin-bottom: 0;} .mb5 {margin-bottom: 5px;} .mb10 { margin-bottom: 10px;} .mb15 { margin-bottom: 15px;} .mb20 { margin-bottom: 20px;} .mb30 { margin-bottom: 30px;} .mb40 {margin-bottom: 40px;} .mb50 {margin-bottom: 50px;} .mb60 { margin-bottom: 60px;} .mb70 { margin-bottom: 70px;} .mb80 {margin-bottom: 80px;} .mb90 { margin-bottom: 90px;} .mb100 { margin-bottom: 100px;}
/* Padding */
.p5 {padding: 5px;} .p10 {padding: 10px;} .p15 { padding: 15px;} .p20 {padding: 20px;} .p30 {padding: 30px;} .p40 {padding: 40px;} .p50 {padding: 50px;} .p60 { padding: 60px;} .p70 { padding: 70px;} .p80 {padding: 80px;} .p90 {padding: 90px;} .p100 { padding: 100px;}
.pl0 { padding-left: 0;} .pl5 { padding-left: 5px;} .pl10 { padding-left: 10px;} .pl15 { padding-left: 15px;} .pl20 { padding-left: 20px;} .pl30 { padding-left: 30px;} .pl40 { padding-left: 40px;} .pl50 {padding-left:50px;} .pl60 { padding-left: 60px;} .pl70 { padding-left: 70px;} .pl80 {padding-left: 80px;} .pl90 {padding-left: 90px;} .pl100 {padding-left: 100px;}
.pr0 {padding-right: 0;} .pr5 {padding-right: 5px;} .pr10 { padding-right: 10px;} .pr15 { padding-right: 15px;} .pr20 {padding-right: 20px;} .pr30 {padding-right: 30px;} .pr40 {padding-right: 40px;} .pr50 {padding-right: 50px;} .pr60 {padding-right: 60px;} .pr70 {padding-right: 70px;} .pr80 { padding-right: 80px;} .pr90 { padding-right: 90px;} .pr100 { padding-right: 100px;}
.pt0 {padding-top: 0;} .pt5 { padding-top: 5px;} .pt10 { padding-top: 10px;} .pt15 {padding-top: 15px;} .pt20 {padding-top: 20px;} .pt30 {padding-top: 30px;} .pt40 {padding-top: 40px;} .pt50 {padding-top: 50px;} .pt60 {padding-top: 60px;} .pt70 {padding-top: 70px;} .pt80 {padding-top: 80px;} .pt90 {padding-top: 90px;} .pt100 {padding-top: 100px;}
.pb0 {padding-bottom: 0;} .pb5 {padding-bottom: 5px;} .pb10 {padding-bottom: 10px;} .pb15 {padding-bottom: 15px;} .pb20 {padding-bottom: 20px;} .pb30 {padding-bottom: 30px;} .pb40 {padding-bottom: 40px;} .pb50 {padding-bottom: 50px;} .pb60 {padding-bottom: 60px;} .pb70 {padding-bottom: 70px;} .pb80 {padding-bottom: 80px;} .pb90 {padding-bottom: 90px;} .pb100 {padding-bottom: 100px;}

/* 04. NAVBAR
//----------------------------------------------------------------------------------------- */
/* Bootstrap navbar */
.navbar-default {
  font-family: var(--nav_font);
  background: var(--navbar_bgcolor);
  margin: 0;
  padding: 0;
  border: 0;
  border-top: solid 0px var(--link_color);
  text-transform: none;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.0);
  -khtml-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.0);
  -moz-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.0);
  -ms-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.0);
  box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.0);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navbar-default .navbar-nav > li {
  margin: 0;
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  margin: 0px 15px 0px 5px;
  padding: 20px 5px 5px 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--nav_color);
  font-weight: 600;
  letter-spacing: 0.2px;
  -webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
	border-radius: var(--border_radius);
  border: 0px solid var(--nav_color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-default .navbar-nav .dropdown-menu > li.menuabstand { border-bottom: 1px solid var(--navhover_color);}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
 /* background-color: var(--navhoverbg_color); */
 background:	var(--navhoverbg_color) url(../images/Lichtstern40.png) top left no-repeat;
  color: var(--navhover_color);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.navbar-default .navbar-nav > .active > a {font-weight: 600;}

.navbar-default .navbar-nav > li .dropdown-menu:before {
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .active > a {
   background:	var(--navhoverbg_color) url(../images/Lichtstern40.png) top left no-repeat;
  color: var(--navhover_color);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:active {
   background-color: var(--navhoverbg_color);
  color: var(--navhover_color);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a {
   background-color: var(--navhoverbg_color);
  color: var(--navhover_color);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
  background-color: var(--navhover_color);
  color: var(--navhover_color);
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .open > a:active .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-default .navbar-nav > .open > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #E64A19;
  border-top-color: #E64A19;
  margin-left: 0;
  margin-right: -4px;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-default .navbar-nav .active > a .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu {
  background: var(--navdropdown_bgcolor);
  padding: 0;
  margin: -20px;
  border: 0;
  min-width: 80px;
  font-weight: 500;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
}

.navbar-default .navbar-nav .dropdown-menu > li {
  border: 0;
  padding: 0;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  display: inline-block;
  padding: 0 22px;
  margin: 0;
  color: var(--navdropdown_color);
  font-size: 17px;
  white-space: nowrap;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-left: solid 1px rgba(0, 0, 0, 0.025);
  border-right: solid 1px rgba(0, 0, 0, 0.025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.015);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background: var(--navdropdownhover_bgcolor);
  color: var(--navdropdown_hovercolor);
  border-left: solid 1px rgba(0, 0, 0, 0.025);
  border-right: solid 1px rgba(0, 0, 0, 0.025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav .dropdown-menu > li:first-child > a {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.025);
}
.navbar-default .navbar-nav .dropdown-menu > li:last-child > a:hover {
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.025);
}

.navbar-default.tiny .navbar-nav > li > a {
  /*padding: 8px 13px;*/
}

.navbar-default.tiny .navbar-nav li > .dropdown-menu {
  margin-top: -18px;
}

.navbar-default .navbar-toggle {
  background-color: var(--toggle_bgcolor);
  border: none;
  color: var(--toggle_color);
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: var(--toggle_hover_bgcolor);
  border: none;
  color: var(--toggle_hover_color);
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.navbar-default.tiny .navbar-toggle {
	margin-top: 7px;
-webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f9f9f9;
}

.navbar-brand {
  color: var(--nav_color);;
  margin: 5px 0 0 0;
  padding: 0;
  height: 60px;
  line-height: 50px;
  font-size: 28px;
  font-weight: 600;
}

.navbar-brand img {
  display: inline;
  width: 360px;
  height: auto;
  margin-left:5px;
  margin-top: 5px;
}

.navbar-default .navbar-nav > li.sprachauswahl > a {
  	margin: 0px;
  	padding-left: 2px;
  	padding-right: 2px;
	display:inline;
	font-size: 16px;
	font-weight: 400;
}   
.navbar-default .navbar-nav > li.sprachauswahl > a:hover {background-image: none;}
.navbar-default .navbar-nav > li.sprachauswahl {padding-right: 15px; color: #f7eed2}
.navbar-default .navbar-nav > li.sprachauswahl .fa {padding-right: 3px;}

@media (max-width: 991px) {
 .navbar-default .navbar-nav > li.sprachauswahl img {margin-right: 10px;}  
}

/* 05. SLIDER
//----------------------------------------------------------------------------------------- */
/* Slider and background slider */
.intro-slider {
  text-align: center;
  height: 600px;
  overflow: hidden;
  padding-top: 160px;
  margin-top: 85px;
}

.flexslider {
  margin: 0;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.bg-slider-wrapper {
  content: '';
  position: absolute;
  width: 100%;
  top: 100px; /* = Hoehe navbar */
  left: 0;
  height: 600px;
}

.bg-slider-wrapper .flexslider {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-background-size: padding-box;
  -moz-background-size: padding-box;
  -o-background-size: padding-box;
  background-size: padding-box;
  max-height: 600px;
  overflow: hidden;
	border-radius: 0 0 20% 20%;
}
.bg-slider-wrapper .flexslider .slide {
  margin: 0;
  display: block;
  height: 600px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background:  url(../images/kopfbild1.jpg) no-repeat top;
  background-size: 100% auto;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
  margin-bottom: 0;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {background: rgba(255, 255, 255, 0.4);}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {background: rgba(255, 255, 255, 0.7);}
.push-text-slide {height: 180px;}
.small-slider  {height: 360px;}
.small-slider .bg-slider-wrapper {height: 360px;}
.small-slider .bg-slider-wrapper .flexslider .slide {height: 360px;}


@media (max-width: 1700px) {
.intro-slider, .bg-slider-wrapper, .bg-slider-wrapper .flexslider, .bg-slider-wrapper .flexslider .slide {height: 500px;}
}
@media (max-width: 1500px) {
.intro-slider, .bg-slider-wrapper, .bg-slider-wrapper .flexslider, .bg-slider-wrapper .flexslider .slide {height: 400px;}
}
@media (max-width: 1200px) {
.intro-slider, .bg-slider-wrapper, .bg-slider-wrapper .flexslider, .bg-slider-wrapper .flexslider .slide {height: 300px;}
}
@media (max-width: 767px) {
.intro-slider, .bg-slider-wrapper, .bg-slider-wrapper .flexslider, .bg-slider-wrapper .flexslider .slide {height: 200px;margin:0px;}
}
@media (max-width: 480px) {
.intro-slider, .bg-slider-wrapper, .bg-slider-wrapper .flexslider, .bg-slider-wrapper .flexslider .slide {display:none}
.bg-white {padding-top: 100px;}
}


/* Static background image and background video */
.bg-img-fixed {
  content: '';
  /*position: absolute;
	top:0;
  width: 1170px;*/
  margin-left:auto;
  margin-right: auto;
  height: 1000px; /* in mediaquerys anpassen */
  background-color: #000;
  opacity: 0.0;
  -khtml-opacity: 0.0;
  -moz-opacity: 0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.bg-img-fixed-s {
  content: '';
  margin-left:auto;
  margin-right: auto;
  height: 400px; /* in mediaquerys anpassen */
  background-color: #000;
  opacity: 0.0;
  -khtml-opacity: 0.0;
  -moz-opacity: 0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.bg-img-fixed-content {
  background-color: transparent;
  margin: 0px 0 0;
  padding-top: 0px;
/*  position: relative;
 height: 1500px; */ /* in mediaquerys anpassen */
  text-align: center;
  -webkit-background-size: padding-box;
  -moz-background-size: padding-box;
  -o-background-size: padding-box;
  background-size: padding-box;
  overflow: hidden;
}

.bg-img-fixed-content picture {
	position: absolute;
    left:0;
    top: 0;
 }

/* Bild im Titel */
.bg-img-fixed-content .titlepro img {
    position: relative;
    left: auto;
    bottom: auto;
    width:700px;
}
@media (min-width: 1200px) {
.bg-img-fixed-content .home-promo-s .titlepro img {width: 500px;}
}
@media (max-width: 1200px) {
.bg-img-fixed-content .home-promo-s .titlepro img {width: 400px;}
}

@media (max-width: 843px) {
.bg-img-fixed-content .home-promo-s .titlepro img {width: 300px;}
}

@media (max-width: 610px) {
.bg-img-fixed-content .home-promo-s .titlepro img {width: 250px;}
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Text promo section */
.home-promo {
  font-family: var(--homepromo_font);
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 10;
  width: auto;
  margin: 0 auto;
 padding: 20px 20px 0px 20px;
  top: -500px;
 background-color: rgba(0,0,0,0.3);
  border-radius: 10px;
}

.home-promo .titlepro {
  font-family: var(--homepromo_font);
  color: var(--homepromo_fontcolor);
 line-height: 33px;
  margin-bottom: 40px;
  text-transform: none;
  background: transparent;
  font-weight: 600;
  font-size: 30px;
}

.home-promo .titlepro span {
  display: block;
}

.home-promo .titlepro .middle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 800;
  color: #FBE9E7;
}

.home-promo .titlepro .middle strong {
  color: #FF5722;
}

.home-promo .titlepro .bottom {
     font-size: 20px;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}

.bg-slider > ul {
  margin: 0;
  padding: 0;
}

.flex-direction-nav a:before {
  font-size: 42px;
  font-family: "FontAwesome";
  content: '\f104';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  margin-right: 15px;
}

/* 06. HOME
//----------------------------------------------------------------------------------------- */
/* Intro text and icons */
.intro-text {
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #A63917;
}

.home-icons {
  padding: 18px 18px 22px;
  margin-top: -20px;
  text-align: center;
  overflow: hidden;
}

.home-icons .fa, .home-icons .glyphicon {
  background-color: rgba(69, 90, 100, 0.08);
  color: #E64A19;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin: 20px 0 10px;
  text-decoration: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.home-icons .fa:hover, .home-icons .glyphicon:hover {
  background-color: #E64A19;
  color: #fff;
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transform: translate3d(0, -5px, 0);
}

.home-icons h4 {
  color: #A63917;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.home-icons h5 {
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  line-height: 22px;
  font-weight: normal;
  margin-top: -5px;
  padding-top: 0;
  color: #777;
}

/* News */
.blognews h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #A63917;
}

.blognews ul {
  padding-top: 7px;
}

.blognews a {
  display: inline-block;
  /*color: var(--link_color);*/
 color: var(--blog-right_link_color);
}

.blognews a img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  filter: grayscale(40%);
}

.blognews a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.blognews a:hover, .blognews a:focus {
  color: var(--link_hovercolor);
}
.blog-right a:hover, .blog-right a:focus {
  color: var(--link_hovercolor2);text-decoration:none;
}
.gallery img {
  /*width: 180px;
  height: auto;*/
  margin-right: 4px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery img:hover {
	-webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}

a.gallery:hover {
  text-decoration: none !important;
}

/* 07. SLICK CAROUSEL
//----------------------------------------------------------------------------------------- */
/* Clients logos */
#clients > div > div > div > a,
#clients-rtl > div > div > div > a {
  display: inline-block;
  padding: 5px;
}

#clients > div > div > div > a > img,
#clients-rtl > div > div > div > a > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#clients > div > div > div > a > img:hover, #clients > div > div > div > a > img:focus,
#clients-rtl > div > div > div > a > img:hover,
#clients-rtl > div > div > div > a > img:focus {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

/* About carousel */
#aboutCarousel .slick-list .slick-slide,
#aboutCarousel-rtl .slick-list .slick-slide {
  padding: 0;
}

#aboutCarousel2 .slick-list .slick-slide,
#aboutCarousel2-rtl .slick-list .slick-slide {
  padding: 0;
}

@media (max-width: 767px) {
  #navAboutCarousel, #navAboutCarousel-rtl {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  #navAboutCarousel2, #navAboutCarousel2-rtl {
    margin-top: -20px;
  }
}

/* Slick theme */
/* Clients slider */
.slick-loading .slick-list {background: #fff url("../img/loading.gif") center center no-repeat;}
.slick-list .slick-slide { padding: 0 2px;}
.slick-list .slick-slide img { width: 100%;}
#clients .slick-list { width: 92%; left: 4%;}
#clients-rtl .slick-list { width: 92%;  right: 4%;}
@media (max-width: 800px) {
  #clients .slick-list {  width: 90%; left: 5%; }
  #clients-rtl .slick-list {   width: 90%;  right: 5%; }
}

#news, #news-rtl { margin-left: -15px; margin-right: -15px;}
#news .slick-slide, #news-rtl .slick-slide { padding: 0 15px;}

/* Icons / Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,.slick-next:hover,.slick-next:focus { outline: none; background: transparent; color: transparent;}
.slick-prev:hover:before, .slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity: 1;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: 0.25;}
.slick-prev:before, .slick-next:before {
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 1;
  color: #E64A19;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 0;}
[dir="rtl"] .slick-prev {eft: auto;right: -25px;}
.slick-prev:before {content: "";}
[dir="rtl"] .slick-prev:before {content: "";}
.slick-next { right: 0;}
[dir="rtl"] .slick-next { left: -25px; right: auto;}
.slick-next:before {content: "";}
[dir="rtl"] .slick-next:before { content: "";}
/* Dots */
.slick-slider { margin-bottom: 30px;}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 90%;
  left: 5%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #F4511E;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* 08. ABOUT & SERVICES
//----------------------------------------------------------------------------------------- */
/* Progress bar */
.progress-bar {
  background-color: #E64A19;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.progress-bar-striped {
  background-size: 20px 20px;
  background-image: linear-gradient(135deg, rgba(251, 233, 231, 0.05) 25%, transparent 25%, transparent 50%, rgba(251, 233, 231, 0.05) 50%, rgba(251, 233, 231, 0.05) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* Panel - Accordion */
.panel {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.panel-collapse { border: 0;}
.panel-group { margin-bottom: 30px;}
.panel-group .panel {
  background: transparent;
  margin-top: 2px;
  -webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
	border: 1px solid var(--link_color);
	margin-bottom: 10px;
}
.panel-group .panel-heading {
  position: relative;
  background-color: var(--panel-heading_bgcolor);
  border-bottom: 0;
  -webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
}
.panel-group .panel-heading h4 {  margin-top: 0;  padding-top: 0;}
.panel-group .panel-heading a {
  font-weight: 400;
  color: var(--link_color);
  display: block;
  padding: 12px 15px;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus, .panel-group .panel-heading a:active {color: var(--link_hovercolor);  text-decoration: none;}
.panel-group .panel-heading a i { margin-right: 5px; color: var(--link_color);}
.panel-group .panel-heading a:after {
  font-family: "FontAwesome";
  content: '\f146';
  font-size: 15px;
  font-weight: 700;
  color: rgba(155, 53, 21, 0.7);
  position: absolute;
  right: 15px;
  top: 45%;
  margin-top: -8px;
}
.panel-group .panel-heading a.collapsed:after {content: '\f0fe';}
.panel-group .panel-body { /*border: 0 0 0 1px solid #ddd !important;*/ background-color: var(--panel-body_bgcolor);}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: transparent;}
a.accordion-toggle {  text-decoration: none;}
.panel-heading { padding: 0;}

/* Skills */
.skills > h5 {
  color: #9b3515;
  margin-bottom: 5px;
}

/* Team */
.section-team .space {
    border-bottom: 20px solid #940731;
	-webkit-border-radius: 0px 0px 10px 10px;
  -khtml-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
   border-radius: 0px 0px 10px 10px;
}

.section-team img {
    border-top: 10px solid #940731;
	-webkit-border-radius: 10px 10px 5px 5px;
  -khtml-border-radius: 10px 10px 5px 5px;
  -moz-border-radius: 10px 10px 5px 5px;
  -ms-border-radius: 10px 10px 5px 5px;
    border-radius: 10px 10px 5px 5px;
    padding-top: 10px;
}

.socialstaff li a {
  display: inline-block;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.socialstaff li a .fa-facebook-square {  color: #3B5998; border: 0;}
.socialstaff li a .fa-facebook-square:hover, .socialstaff li a .fa-facebook-square:focus { color: #9b3515;}
.socialstaff li a .fa-twitter-square { color: #00ACED; border: 0;}
.socialstaff li a .fa-twitter-square:hover, .socialstaff li a .fa-twitter-square:focus {  color: #9b3515;}
.socialstaff li a .fa-google-plus-square {  color: #D34836;  border: 0;}
.socialstaff li a .fa-google-plus-square:hover, .socialstaff li a .fa-google-plus-square:focus { color: #9b3515;}
.socialstaff li a .fa-pinterest-square {  color: #CB2027; border: 0;}
.socialstaff li a .fa-pinterest-square:hover, .socialstaff li a .fa-pinterest-square:focus {  color: #9b3515;}
.socialstaff li a .fa-flickr-square {color: #FF0084; border: 0;}
.socialstaff li a .fa-flickr-square:hover, .socialstaff li a .fa-flickr-square:focus { color: #9b3515;}
.socialstaff li a i.fa-linkedin-square { color: #007BB6;  border: 0;}
.socialstaff li a i.fa-linkedin-square:hover, .socialstaff li a i.fa-linkedin-square:focus { color: #9b3515;}
.socialstaff li a i.fa-instagram { color: #125688; border: 0;}
.socialstaff li a i.fa-instagram:hover, .socialstaff li a i.fa-instagram:focus { color: #9b3515;}
.socialstaff li a i.fa-envelope-square {  color: #bc411a;  border: 0;}
.socialstaff li a i.fa-envelope-square:hover, .socialstaff li a i.fa-envelope-square:focus {  color: #9b3515;}

.team-name { text-align: center;padding: 10px;}
.team-name h4 {
  color: var(--title_color);
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: none;
  font-size: 20px;
}
.team-name h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 8px;
 padding-left: 5px;
 padding-right: 5px;
}

.team-name p {
	color: var(--team_color);
	font-size:16px;
	padding-left: 5px;
    padding-right: 5px;
}

.team-name ul {display: inline-block;}
.team-name ul li a {display: inline-block;}

.memberrow {margin-bottom: 30px;}
.memberfield {
  border: 1px solid var(--link_color);
  padding: 5px;
  margin-bottom: 30px;
}
.memberrow .col-md-6 {width:46%;margin-right:10px;min-height:510px;}
@media (max-width: 992px) {.memberrow .col-md-6 {min-height:560px;}}
@media (max-width: 767px) {.memberrow .col-md-6 {width:100%;margin-right:0px;}}

/* Facts */
.counter {  font-family: "Work Sans", sans-serif;}
.number {  font-family: "Work Sans", sans-serif;}
.facts-title {
  padding: 0;
  margin: -25px 0 -10px;
  color: #A63917;
  font-size: 35px;
  letter-spacing: 0.01em;
}

/* Services */
.ico-services {
  color: #E64A19;
  text-align: center;
  padding-top: 10px;
}

.servdesc > h3 {
  color: #9b3515;
  margin-bottom: 5px;
}

/* 09. PORTFOLIO
//----------------------------------------------------------------------------------------- */
/* Single porfolio and filters */
.bg-portfolio-single {
  padding: 35px 0;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}

.portfolio-filters {
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
}

.portfolio-filters li {
  display: inline-block;
  padding: 11px 15px;
	margin-right:5px;
	margin-bottom: 10px;
  /*text-transform: uppercase;*/
  background-color: var(--btn_bgcolor);
  color: var(--btn_color);
  font-weight: 400;
  -webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
	border: 1px solid var(--btn_bgcolor);
    border-left: 5px solid var(--btn_bgcolor);
    border-right: 5px solid var(--btn_bgcolor);
}

.portfolio-filters li:hover, .portfolio-filters li:focus {
  background-color: transparent;
  color: var(--title_color);
	border: 1px solid var(--btn_bgcolor);
    border-left: 5px solid var(--btn_bgcolor);
    border-right: 5px solid var(--btn_bgcolor);
}

.portfolio-filters li.active {
  background-color: transparent;
color: var(--title_color);
}

.portfolio-filters li.active:hover, .portfolio-filters li.active:focus {
  background-color: transparent;
color: var(--title_color);
}

/* Images with zoom and hover effect */
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
}

.item-img-wrap img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.item-img-wrap:hover .item-img-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.item-img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	-webkit-border-radius: var(--border_radius);
    -khtml-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
	border-radius: var(--border_radius);
}
.item-img-wrap .img-responsive { width: 100%;}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay div {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: rgba(186, 215, 107, 0.5);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.item-img-overlay div h5 {
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  bottom: -18px;
  text-align: center;
  color: #fff;
  /*text-transform: uppercase;*/
  background: rgba(34, 34, 34, 0.4);
  padding: 10px 5px;
}
.item-img-overlay div h5 span {
  font-family: "Work Sans", sans-serif;
  color: #FBE9E7;
  font-weight: normal;
  padding: 0;
}
.item-img-overlay .team-social {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 38% 15px 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #555;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.item-img-overlay .team-social strong {font-size: 110%;}
.item-img-overlay .news {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 21%;
  background: rgba(85, 85, 85, 0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.item-img-overlay .about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13%;
  background: rgba(85, 85, 85, 0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#grid .mix {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  padding: 8px;
}

.img-portfolio-xl img {border-radius: var(--border_radius);}
.img-portfolio-xs img {margin-bottom:5px;border-radius: var(--border_radius);}
/*.img-portfolio-xs a {background: url("../images/plus2.png") no-repeat center #fff}*/
.img-portfolio-xs img:hover {
   /* background: url("../images/plus.png") no-repeat center center rgba(186, 215, 107, 1); */
	background: #fff;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=0.7);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media (min-width: 1200px) {.img-portfolio-xs img {max-width:140px} }
@media (max-width: 1200px) {.img-portfolio-xs img {max-width:112px} }
@media (max-width: 1050px) {.img-portfolio-xs img {max-width:150px} }

#portfolio-section {margin-bottom: 10px;}
#portfolio-section h5 small {color:#fff;}
.verkaufimg img {border:1px solid var(--link_color)}

/* Vanillabox (lightbox) */
/*
 * Vanillabox
 * (C) 2013 cocopon.
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/mit-license.php
 */
.vnbx * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.vnbx-mask {
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: 1050;
}

.vnbx-frame {
  position: absolute;
}

.vnbx-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.vnbx-prev,
.vnbx-next {
  visibility: hidden;
}

.vnbx-group .vnbx-prev,
.vnbx-group .vnbx-next {
  visibility: visible;
}

.vnbx-pager {
  visibility: hidden;
}

.vnbx-group .vnbx-pager {
  visibility: visible;
}

.vnbx-content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}

.vnbx-content > img {
  vertical-align: middle;
}

.vnbx-content > iframe {
  border-width: 0;
  vertical-align: middle;
}

.vnbx-ios .vnbx-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.vnbx-ios .vnbx-content > iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.vnbx-empty {
  height: 200px;
  width: 240px;
}

.vnbx-loading,
.vnbx-error {
  height: 200px;
  width: 240px;
}

.vnbx-loading > img,
.vnbx-loading > iframe,
.vnbx-error > img,
.vnbx-error > iframe {
  display: none;
  height: 200px;
  width: 240px;
}

.vnbx-mask {
  background-color: rgba(0, 0, 0, 0.7);
}

.vnbx-frame {
  padding-top: 32px;
}

.vnbx-button {
  position: absolute;
}

.vnbx-button.vnbx-disabled {
  display: none;
}

.vnbx-close {
  background: none;
  height: 40px;
  right: -5px;
  top: 0;
  width: 10px;
}

.vnbx-close:after {
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 0;
  padding: 5px;
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f00d";
  color: #999;
  border: 0;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vnbx-close:hover::after {
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  color: #E64A19;
  cursor: pointer;
}

.vnbx-prev,
.vnbx-next {
  height: 100%;
  margin-top: 16px;
  top: 0;
  width: 44px;
}

.vnbx-prev {
  background: none;
  left: -40px;
}

.vnbx-prev:after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  padding: 10px 20px;
  font-family: "FontAwesome";
  font-size: 50px;
  content: "\f104";
  color: #fff;
  border: 0;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vnbx-prev:hover::after {
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}

.vnbx-next {
  background: none;
  right: -40px;
}

.vnbx-next:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  padding: 10px 20px;
  font-family: "FontAwesome";
  font-size: 50px;
  content: "\f105";
  color: #fff;
  border: 0;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vnbx-next:hover::after {
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}

.vnbx-label {
  font-family: sans-serif;
  font-size: 1em;
  position: absolute;
}

.vnbx-title {
  background-color: var(--body_bgcolor); 
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #9b3515;
  height: 40px;
  left: 0;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  top: 0;
  padding-left: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.vnbx-close-button-enabled .vnbx-title {
  padding-right: 40px;
}

.vnbx-pager {
  background: var(--body_bgcolor); 
  bottom: 0;
  color: #E64A19;
  font-size: 90%;
  height: 30px;
  left: 0;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.vnbx-container {
  background-color: var(--body_bgcolor); 
  text-align: center;
  border: solid 7px var(--body_bgcolor); 
  overflow: hidden;
  position: relative;
}

.vnbx-loading {
  background-image: url("../img/loading.gif");
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .vnbx-loading {
    background-image: url("../img/loading@2x.gif");
  }
}

.vnbx-error:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -35px;
  font-family: "FontAwesome";
  font-size: 40px;
  content: "\f057";
  color: #999;
}

/* Call to action */
.contact-por h4 {
  display: inline-block;
  margin-bottom: 0;
}

/* Programmfelder ------------------------------------------------------------------ */

.programmfeld {
  border: 0;
 border-bottom: 1px solid var(--nav_color);
  text-align: center;
  background-color: var(--programmfeld_bgcolor);
  -webkit-border-radius: 0px 0px 5px 5px;
  -khtml-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5pxx;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
}
.programmfeld.programmfeldextern {
  border-bottom: 1px solid var(--link_color);
}

.hidden-sm .programmfeld {
  background-color: transparent;
 -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0);
  box-shadow: 0px;
	border: 0px;
}

@media (min-width: 768px) {
    .programmfeld { min-height: 450px;}
}

@media (min-width: 992px) {
    .programmfeld { min-height: 500px;}
}

@media (min-width: 1200px) {
    .programmfeld { min-height: 550px;}
}


/* 10. PRICING
//----------------------------------------------------------------------------------------- */
/* Pricing tables */
.corp-pricing {
  border: 0;
  text-align: center;
  background-color: #f9f9f9;
  /*-webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;*/
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.05);
}

.corp-pricing:hover span.popular-tag {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.corp-pricing .panel-body {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.corpboot-price-title {
  padding: 15px 0;
  background: var(--btn_bgcolor);
  position: relative;
  -webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
  color: #fff;
min-height: 150px;
}

.corpboot-price-title:hover {
  background: var(--btn_hover_bgcolor);
  color: #fff;
}

.corpboot-price-title h2 {
  font-size: 40px;
 color: #fff;
  margin-bottom: 15px;
  padding-top: 7px;
	line-height: 44px;
}

.corpboot-price-title h3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding-top: -5px;
}

.corpboot-price-title sup {
  top: -0.1em;
  font-size: 32px;
  margin-right: 3px;
}

.corpboot-price-title sub {
  bottom: -0.2em;
  color: #f9f9f9;
  font-size: 18px;
  margin-left: 2px;
}

.corpboot-price-title.popular-title {background-color: var(--title_color);}

.corpboot-price-title.popular-title h2 {color: #fff;}

.corpboot-price-title.popular-title h3 {color: #fff;}

.corpboot-price-content {
	padding: 20px 5px;
    min-height: 200px;
}

.corpboot-price-content ul {
  margin: 0;
  padding: 0;
}

.corpboot-price-content ul li {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  /*border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.corpboot-price-content ul li:last-child {
  border-bottom: 0;
}

.corp-pricing-btn {
  padding-top: 5px;
  padding-bottom: 10px;
  /*border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; */
}

.corp-pricing-btn .btn {
  width: 90%;
  height: 45px;
  line-height: 45px;
}

.popular-title sub {
  color: #f5f5f5;
}

span.popular-tag {
  position: absolute;
  right: -6px;
  top: -28px;
  font-weight: 600;
  padding: 7px;
  color: #fff;
  /*background-color: var(--link_color);
  border: solid 1px #f9f9f9;*/
  font-size: 14px;
  letter-spacing: 0.01em;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.06);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.06);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.06);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.06);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.06);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* 11. BLOG
//----------------------------------------------------------------------------------------- */
/* Main */
#main {
  padding-top: 10px;
}

/* Post */
.entry-title {
  margin-top: 0;
  color: #A63917;
}

.entry-title a {
  color: #A63917;
}

.entry-title a:hover, .entry-title a:focus {
  color: #E64A19;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding: 8px 8px 0 8px;
  margin: 10px 0 20px;
  background-color: #f9f9f9;
  border: solid 1px #e9e9e9;
  color: #555;
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption.alignright {
  margin-left: 20px;
  margin-top: 2px;
}

.wp-caption.alignleft {
  margin-right: 20px;
  margin-top: 2px;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 4px;
  margin: 0;
}

.gallery-caption {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 4px;
  margin: 0;
}

.post_content img {
  max-width: 100%;
}

.post_content h1 {
  text-align: left;
}

.post_content h2 {
  text-align: left;
}

.post_content h3 {
  text-align: left;
}

.post_content h4 {
  text-align: left;
}

.post_content h5 {
  text-align: left;
}

.post_content h6 {
  text-align: left;
}

.post_content p img {
  max-width: 100%;
}

.post-thumbnail {
  width: 100%;
}

.post-thumbnail img {
  max-width: 100% !important;
  margin-bottom: 30px;
}

.bypostauthor {
  display: none;
}

.author {
  font-size: 12px;
  text-transform: uppercase;
  color: #A63917;
  line-height: 22px;
  margin-bottom: 15px;
  margin-left: 1px;
  letter-spacing: .02em;
}

.author i {
  color: #F4511E;
  margin-right: 3px;
}

.author span {
  color: #999;
}

.author a {
  display: inline-block;
}

.more-link {
  display: none;
}

.entry-meta {
  padding-top: 15px;
}

blockquote {
  font-size: 16px;
  text-align: left;
  border-left: 4px solid #f2f1ef;
  font-style: italic;
}

.subscribe-label {
  font-weight: 400;
  font-size: 13px;
}

code {
  color: #A63917;
}

pre {
  background-color: #f9f9f9;
  border: solid 1px #e9e9e9;
  color: #555;
}

.sticky {
  background-color: #f9f9f9;
  border: solid 1px #e9e9e9;
  color: #555;
  padding: 20px 20px 10px;
}

.shotcodes {
  margin: 0;
  padding: 0;
  background: transparent;
}

/* Posts navigation */
.pagination {
  margin: 0;
}

.pagination li a {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 1px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #F4511E;
  border: none;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.pagination li a:hover {
  border: none;
  background-color: #F4511E;
  color: #fff;
}

.pagination li span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 1px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #F4511E;
  border: none;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.pagination li span:hover {
  border: none;
  background-color: #F4511E;
  color: #fff;
}

.pagination li.active a {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 1px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #F4511E;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #e9e9e9;
}

.pagination li.active span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 1px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #F4511E;
  border: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #e9e9e9;
}

.pagination > li > a {
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}

.pagination > li > span {
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}

.pagination > li:first-child > a {
  -webkit-border-radius: 4px 0px 0px 4px !important;
  -khtml-border-radius: 4px 0px 0px 4px !important;
  -moz-border-radius: 4px 0px 0px 4px !important;
  -ms-border-radius: 4px 0px 0px 4px !important;
  border-radius: 4px 0px 0px 4px !important;
}

.pagination > li:first-child > span {
  -webkit-border-radius: 4px 0px 0px 4px !important;
  -khtml-border-radius: 4px 0px 0px 4px !important;
  -moz-border-radius: 4px 0px 0px 4px !important;
  -ms-border-radius: 4px 0px 0px 4px !important;
  border-radius: 4px 0px 0px 4px !important;
}

.pagination > li:last-child > a {
  -webkit-border-radius: 0px 4px 4px 0px !important;
  -khtml-border-radius: 0px 4px 4px 0px !important;
  -moz-border-radius: 0px 4px 4px 0px !important;
  -ms-border-radius: 0px 4px 4px 0px !important;
  border-radius: 0px 4px 4px 0px !important;
}

.pagination > li:last-child > span {
  -webkit-border-radius: 0px 4px 4px 0px !important;
  -khtml-border-radius: 0px 4px 4px 0px !important;
  -moz-border-radius: 0px 4px 4px 0px !important;
  -ms-border-radius: 0px 4px 4px 0px !important;
  border-radius: 0px 4px 4px 0px !important;
}

.posts-nav > div a {
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.posts-nav div a {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 1px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #F4511E;
  border: none;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.posts-nav div a:hover {
  border: none;
  background-color: #F4511E;
  color: #fff;
}

/* Sidebar */
.sidebar {
  padding-top: 0;
  margin-top: 5px;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar-left > .widget {
  width: 92%;
  float: left;
}

.sidebar-right > .widget {
  width: 92%;
  float: right;
}

.widget {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 35px;
  font-size: 14px;
  letter-spacing: .03em;
  list-style: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
}

.widget h2 {
  font-family: "Work Sans", sans-serif;
  background: #E64A19;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 8px;
  padding-bottom: 7px;
  padding-left: 7px;
  border-bottom: solid 1px #f2f2f2;
  list-style: none;
  font-weight: 400;
  color: #777;
}

.widget ul li a {
  color: #777 !important;
}

.widget ul li a:before {
  font-family: "FontAwesome";
  content: '\f105';
  margin-right: 5px;
}

.widget ul li a:hover {
  text-decoration: none;
  color: #E64A19 !important;
}

.widget ul.children {
  padding: 0;
  padding-top: 7px;
  border-top: solid 1px #f2f2f2;
  margin-left: 0;
  background: transparent;
  margin: 10px 0 10px 10px;
}

.widget li span a {
  color: #777 !important;
}

.widget li span a:hover {
  text-decoration: none;
  color: #E64A19 !important;
}

.widget > ul > li > a > span.badge {
  background: transparent;
  color: #bbb;
  padding: 3px 6px;
  border: solid 1px #eee;
  margin-left: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.widget > ul > li > a > span.badge:hover {
  background: #eee;
  border: solid 1px #eee;
  color: #E64A19;
}

.widget > ul > li > a:hover > span.badge {
  background: #eee;
  border: solid 1px #eee;
  color: #E64A19;
}

.widgettitle {
  font-family: "Work Sans", sans-serif;
  background: #F4511E;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.widget_search {
  margin: 0;
  padding: 0;
}

/* Comments */
.comment-reply-title {
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  color: #A63917;
  font-size: 22px;
  line-height: 30px;
  padding-top: 5px;
}

.comment-reply-title:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #bdc3c7;
  width: 30%;
  max-width: 150px;
  bottom: -1px;
  left: 0;
}

.commentlist {
  padding-bottom: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.commentlist li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #676767;
  margin: 25px 0;
}

.comment {
  background-color: #f6f6f6;
  padding: 20px;
  margin: 17px 0;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.author-bio {
  padding: 20px;
  margin: 17px 0;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  border: solid 1px #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.author-bio .media-heading {
  padding-top: 0;
}

.author-bio div div ul li {
  padding-right: 0;
}

.social-author {
  font-size: 20px;
  padding: 0;
}

.view-all {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reply {
  margin: 0;
  padding: 0;
  text-align: right;
  border: 0;
}

.comments ol {
  margin: 0;
  padding: 0;
}

.comments ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments div h5 small {
  font-family: "Work Sans", sans-serif;
}

.comment-notes {
  font-size: 13px;
}

.form-allowed-tags {
  font-size: 12px;
}

.form-allowed-tags code {
  color: #777;
  background-color: #f7f7f7;
}

.btn-reply, .btn-edit,
.comment-edit-link, .comment-reply-link, .btn-success {
  display: inline-block;
  padding: 6px 12px;
  margin: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: var(--link_color);
  border: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-width: 90px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--btn_color) !important;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.btn-reply:hover, .btn-reply:focus, .btn-reply:active, .btn-edit:hover, .btn-edit:focus, .btn-edit:active,
.comment-edit-link:hover,
.comment-edit-link:focus,
.comment-edit-link:active, .comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active,
.btn-success:active, .btn-success:hover, .btn-success:focus {
  background-color: var(--btn_hover_bgcolor);
  text-decoration: none;
}

.btn-reply i, .btn-edit i,
.comment-edit-link i, .comment-reply-link i {
  margin-right: 3px;
}

/*Calendar*/
#wp-calendar {
  width: 100%;
  font-size: 11px;
}

#wp-calendar tfoot {
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 11px;
}

#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}

#wp-calendar tfoot tr td#prev {
  padding: 10px;
  text-transform: uppercase;
}

#wp-calendar tfoot tr td#next {
  text-align: right;
  padding: 10px;
  text-transform: uppercase;
}

#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody td:hover a {
  background: #999;
  color: #fff;
}

#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}

#wp-calendar caption {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  background: #eee;
  border: solid 1px #ddd;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a3a3a3;
}

#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 11px;
}

div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

aside ul form div {
  padding-left: 18px;
}

.tags-links a, .tagcloud a {
  color: #777;
  background: transparent;
  font-size: 10px !important;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  display: inline-block;
  max-height: 28px;
  padding: 4px 8px;
  margin: 3px 2px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tags-links a:hover, .tagcloud a:hover {
  background-color: #F4511E;
  border: 1px solid #F4511E;
  color: #fff;
  text-decoration: none;
}

.media-body > p.small > a {
  color: #777;
}

.media-heading a {
  font-style: normal;
  color: #555;
}

.avatar img {
  max-width: 64px;
  min-width: 48px;
  margin: 0 15px 15px 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

ul.children {
  padding: 0;
  margin-left: 0;
  background-color: #f4f4f4;
  margin: -17px 0 17px;
}

ul.children li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.children .comment {
  padding-left: 4em;
}

#footer #wp-calendar thead th {
  background: #222;
}

#footer #wp-calendar tbody td {
  border-color: #222;
}

/* 12. CONTACT & GENERAL FORMS
//----------------------------------------------------------------------------------------- */
/* Contact info and map canvas */
.cinfo {
  padding-right: 10px;
  padding-top: 0;
}

.cinfo p {
  margin-bottom: 0;
}

.cinfo address {
  padding-top: 2px;
}

.cinfo address i {
  width: 25px;
  min-width: 25px;
  text-align: center;
  color: #fff;
  margin: 4px 8px 8px 0;
  background-color: #E64A19;
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cinfo address p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 7px;
}

#map-canvas {
  width: 100%;
  height: 250px;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#mapcontent {
  padding: 0;
}

/* General forms and buttons */
.btn > i.le, a > i.le {
  margin-right: 4px;
}

.btn > i.ra, a > i.ra {
  margin-left: 4px;
}

.btn, .submit {
  font-family: var(--body_font), sans-serif, "FontAwesome";
  background-color: var(--btn_bgcolor);
  color: var(--btn_color) !important;
  letter-spacing: 0.02em;
  font-weight: bold;
  border: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	-webkit-border-radius: var(--border_radius);
  -khtml-border-radius: var(--border_radius);
  -moz-border-radius: var(--border_radius);
  -ms-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
}

.btn:hover, .btn:focus, .submit:hover, .submit:focus {
  -webkit-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -khtml-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -moz-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  -ms-box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
  box-shadow: 1px 2px 2px 0px rgba(5, 5, 5, 0.04);
}

.btn-primary-corp, .submit {
  background-color: var(--btn_bgcolor);
  color: var(--btn_color) !important;
 /* text-transform: uppercase; */
}

.btn-primary-corp:hover, .btn-primary-corp:focus, .btn-primary-corp:active, .submit:hover, .submit:focus, .submit:active {
  background-color: var(--btn_hover_bgcolor);
  color: var(--btn_hover_color) !important;
}

.btn-alternative-corp {
  background-color: #E64A19;
  color: #fff !important;
  /*text-transform: uppercase;*/
}

.btn-alternative-corp:hover, .btn-alternative-corp:focus, .btn-alternative-corp:active {
  background-color: #FF5722;
  color: #fff;
}

.btn-primary-corp-big {
  background-color: #F4511E;
  color: #fff !important;
  padding: 0 25px;
  height: 48px;
  line-height: 48px;
 /* text-transform: uppercase;*/
	font-size: 18px;
	letter-spacing: 0.2px;
	margin-right: 10px;
}

.btn-primary-corp-big:hover, .btn-primary-corp-big:focus, .btn-primary-corp-big:active {
  background-color: #FF5722;
  color: #fff;
}

.btn-transparent {
  border: solid 2px #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  border-color: var(--btn_hover_bgcolor);
  background: var(--btn_hover_bgcolor);
  color: var(--btn_hover_color);
}

.btn-transparent i {margin-right: 5px;}
.btn-transparent-sm {
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-transparent-sm:hover, .btn-transparent-sm:focus, .btn-transparent-sm:active {
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.07);
  color: #fff;
}

.btn-transparent-sm i {margin-right: 2px;}
input:focus, textarea:focus, select:focus, button:focus, .btn:focus {outline: none;}

.form-control, .selectcorp, textarea {
  font-family: "Work Sans", sans-serif, "FontAwesome";
	font-size: 18px;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 8px 10px;
  border: solid 1px rgba(0, 0, 0, 0.11);
  background-color: #f9f9f9;
  color: #777;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.form-control:focus, .selectcorp:focus, textarea:focus {
  border-color: #bdc3c7;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.form-control:-ms-input-placeholder, .selectcorp:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-ms-input-placeholder, .selectcorp::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-moz-placeholder, .selectcorp::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder, .selectcorp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.selectcorp {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
}

.selectcorp .caret {color: #777;}
.selectcorp:hover, .selectcorp:focus { color: #676767;}
.selectcorp:hover .caret, .selectcorp:focus .caret { color: rgba(155, 53, 21, 0.7);}

.newsletter .form-control, .search-form .form-control {
  margin: 5px 0;
  border: solid 1px #f9f9f9;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px 0 0 3px !important;
  -khtml-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}

.newsletter .input-group-btn button, .search-form .input-group-btn button {
  background-color: #F4511E;
  border-color: #F4511E;
  color: #fff;
  margin-left: -1px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.newsletter .input-group-btn button:hover, .newsletter .input-group-btn button:focus, .search-form .input-group-btn button:hover, .search-form .input-group-btn button:focus {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #fff;
}

.newsletter-desc {
  padding-top: 15px;
  font-size: 12px;
}

.bootstrap-select > .open {
  padding-top: 10px;
  border: solid 1px #bdc3c7;
  background-color: #f9f9f9;
  margin-top: -11px;
  border-top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.bootstrap-select > .dropdown-menu {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  min-height: 110px;
}

.bootstrap-select > .dropdown-menu li {  height: 28px; line-height: 28px;}
.bootstrap-select > .dropdown-menu li a {height: 28px; line-height: 28px;}
.bootstrap-select > .dropdown-menu li.selected a { background-color: #e5e5e5;}
.bootstrap-select.btn-group .dropdown-menu {overflow-y: scroll;}

.bootstrap-select.btn-group .dropdown-menu.inner {
  background: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner > li > a:hover {  background-color: #f1f1f1;  color: #333;}
.bootstrap-select.btn-group .dropdown-menu li a { color: #777; font-weight: 400;}
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {  width: 8px;}
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-track {
  background-color: #d5d5d5;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  border-color: #bdc3c7;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.inner-addon { position: relative;}
.inner-addon i {
  position: absolute;
  top: 12px;
  padding: 0 12px;
  pointer-events: none;
  color: #858585;
}
.left-addon i { left: 0px;}
.left-addon input, .left-addon textarea { padding-left: 40px;}
.right-addon i {right: 0px;}
.right-addon input, .right-addon textarea { padding-right: 32px;}

/* Alerts */
#alertform {
  padding: 20px 5px;
  background: none;
  border: none;
  text-align: right;
  margin-top: -20px;
  font-size: 13px;
  display: none;
}

.text-danger { color: #D6433B;}
.text-warning { color: #EE8707;}
.text-success { color: #2EA566;}
.text-info {  color: #1CA5D2;}

.alert-info {
  background-color: #d9f2fa;
  border-color: #80d3ee;
  color: #1CA5D2;
}

.alert-success {
  background-color: #d5f3e3;
  border-color: #79daa6;
  color: #2EA566;
}

.alert-warning {
  background-color: #fef1e1;
  border-color: #fbc179;
  color: #EE8707;
}

.alert-danger {
  background-color: #f9e5e4;
  border-color: #eca8a4;
  color: #D6433B;
}

.has-error .form-control {
  border-color: #eca8a4;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #e3807a;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.msgcontact {
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: -10px;
}

/* 13. FOOTER  ------------------------------------------------------------------------------------ */
/* Footer top */
.footer-top {
  padding: 30px 0 10px 0;
  background-color: var(--footertop_bgcolor);
  margin: 40px 0 0 0;
  color:  var(--footertop_color);
}
.footer-top-mt0 {margin-top: 0px;}

footer h3, footer h4 {color: var(--title_footertop_color);}
footer h4 {
	font-size: 16px; 
	font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
}
footer p, footer dd {
	font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.footer-bottom p {font-size: 14px;}

.footer-top a {
  color: var(--link_footertop_color);
  font-weight: 400;
}

.footer-top a:hover {
   color: var(--link_footertop_hovercolor);
}

footer ul li {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-top i {color: #777;}

/* Footer bottom */
.footer-bottom {
  width: 100%;
  background-color: var(--footerbottom_bgcolor);
  color: #fff;
  margin: 0;
  padding: 5px 0 15px 0;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom h3 {color: #fff;}

.footer-bottom a {
  color: var(--link_footerbottom_color);
  display: inline-block;
	margin-top: 10px;
}
.footer-bottom a:hover, .footer-bottom a:visited {
  color: var(--link_footerbottom_hovercolor);
}

.footermenu ul { padding-left: 0px;text-align: right;}
@media (max-width: 991px) { .footermenu ul {text-align: left;} }

.footermenu ul li { list-style: none;}

/* .footermenu ul li a::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0a9";
    color: #dfdfdf;
    padding-right:10px;
    font-size:88%;
} */

.social li { padding: 0 2px;}
.social li .fa {
  margin-top: 35px;
  display: inline-block;
  color: rgba(251, 233, 231, 0.9);
  background-color: rgba(0, 0, 0, 0.07);
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social li .fa:hover, .social li .fa:focus {
  background-color: #A63917;
  text-decoration: none;
  color: #FBE9E7;
}

.credits {
  text-align: right;
  font-size: 13px;
  padding-top: 30px;
  color: rgba(251, 233, 231, 0.9);
}

.credits p {
  margin-bottom: 0;
  font-size: 13px;
}

.credits p.small {
  font-size: 12px;
  margin-top: 5px;
}

/* Back to top */
.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  display: none;
  background: var(--link_color);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollToTop:hover {
  background: #b0b1a1;
  text-decoration: none;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

/* 14. RESPONSIVE
//----------------------------------------------------------------------------------------- */
/* If the minimum width is */
@media (min-width: 1025px) {
  .row-lg {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .row-lg .col-lg-7 {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .row-lg .col-lg-5 {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 841px) {
  .avatar img {
    float: left;
  }
  .navbar-default {
    height: 70px;
    line-height: 30px;
  }
  .navbar-default.tiny {
    height: 60px;
    line-height: 70px;
    border-top: solid 0px var(--navbar_bordertop_color);
	background-color: var(--navbar_tiny_bgcolor);
	border-radius: 0px; /* wieder aufheben von normaler navbar */  
  }
  .navbar-default.tiny .navbar-brand img {
	  height: 40px;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  } 
  .navbar-default.tiny .navbar-nav > li {
    height: 70px;
    line-height: 67px;
  }
  .navbar-default .navbar-nav > li {
    height: 80px;
    line-height: 78px;
  }
  .dropdown-menu > li {
    height: 40px;
    line-height: 40px;
  }
  .navbar-default .navbar-nav > li > a {
    display: inline-block;
  }
  .navbar-default ul.nav li.dropdown > ul.dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navbar-default ul.nav li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    display: block;
    filter: none;
    opacity: 1;
  }
}

/* If the maximum width is */
@media (max-width: 1170px) {
 
}

@media (max-width: 1050px) {

  #team .item-img-wrap {   max-width: 400px; }
  #team figure {  margin: 0 auto; }
  .img-center {  margin: 15px auto 25px;}
  .sidebar-right > .widget {width: 100%; }
 .navbar-default .navbar-nav > li > a {padding: 9px 2px 9px 3px;}
}

@media (min-width: 841px) and (max-width: 979px) {

  .navbar-default .navbar-nav > li > a {
    padding: 9px 4px;
	  font-size: 15px;
  }
  .navbar-default.tiny .navbar-nav > li > a {
    padding: 5px 3px 5px 2px;
  }
  .navbar-default {
    min-width: 880px;
  }
}

@media (max-width: 840px) {
	
  h1, h2, h3, h4, h5, h6 {line-height: 1.3;}
 h1 {font-size: 26px; letter-spacing: 0.3px;line-height: 32px;}
 h3 {font-size: 20px;}
	
  .table-container {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 15px;
  }
  .bg-slider-wrapper { top: 75px; }
  .bg-img-fixed-content {  top: -6px;  }
  .breadcrumb-container {  margin-top: 0; }
  .container {  width: 98%;}
  /* Navbar for small devices */
 .navbar-default {
    height: 60px;
    line-height: 23px;
  }
  .navbar-default.tiny {
    height: 50px;
	  line-height: 50px;
	background-color: var(--navbar_tiny_bgcolor);
	}	
	
  .navbar-header {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggle {
    display: block;
    margin-right: -15px;
  }
  .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
    padding-right: 15px;
    max-height: auto;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
   /* overflow-y: auto !important; */
	background-color: #000;
  }
  .navbar-collapse.collapsing {
    padding-right: 15px;
  }
  .navbar-nav {
    float: none !important;
  }
   .navbar-nav.navbar-right {
     float: none !important; 
	 text-align: right;  /* Navigation rechts */
	 padding: 10px;
	 border-bottom: 0px solid lightgray; 
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

.navbar-default .navbar-nav > li > a {
  margin: 0px 5px 3px 5px;
  padding: 10px 5px 5px 5px;
  color: var(--nav_color);
  font-weight: 600;
 font-size: 24px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
 background-image:	none;
 background-color: var(--nav_color);
  color: var(--navhover_color);
  outline: none;
  }
.navbar-default .navbar-nav > .active > a {
   background-image: none;
    background-color: var(--nav_color);

}
.navbar-default .navbar-nav > .open > a {
   background-color: var(--navhoverbg_color);
  color: var(--navhover_color);
}
  .navbar-default .navbar-nav .dropdown-menu {
    padding: 0;
	 margin: 0px 0px 5px 0px; 
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    border: 0;
    border-top: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    border: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border: 0;
    border-bottom: solid 1px var(--navhover_color);
	text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
   font-size: 18px;
  color: var(--navdropdown_color);
  }

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active {
  background-color: var(--navhoverbg_color);
  color: var(--navhover_color);
	}

  li.dropdown:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) .navbar-default .navbar-toggle {
    margin-right: 1px;
  }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}	
.navbar-default .navbar-nav > li.sprachauswahl {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted var(--navhover_color);
  }
	
}

@media (max-width: 768px) {
  .intro-slider,
  .bg-slider-wrapper,
  .bg-slider-wrapper .flexslider .slide,
  .bg-slider-wrapper .flexslider .slide.slide-1:before,
  .bg-slider-wrapper .flexslider .slide.slide-2:before,
  .bg-slider-wrapper .flexslider .slide.slide-3:before {
    height: 200px;
  }
  .intro-slider,
  .push-text-slide {  padding-top: 125px; }
  .home-promo .titlepro .middle {   font-size: 48px; }
  .home-promo {  padding-left: 7px;  padding-right: 7px; }
  .space { display: block; }
  .home-icons {  padding-top: 15px;  }
  .blognews {  padding-top: 15px;  overflow: hidden;}
  .reply {   padding-left: 3em; }
  .ico-services {  margin-left: -10px;}
  .servdesc {  margin-right: -15px;}
  li.filter { margin-bottom: 10px; font-size: 14px; }
  .item-img-wrap img { max-width: 680px;}
  .social {
    height: auto;
    text-align: center;
  }
  .credits {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .avatar {  display: block; }
  .avatar img {  margin: 15px auto;}
  .vnbx-label {  font-size: 0.8em !important; }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-collapse, .navbar-collapse.collapse.in,
  .navbar-collapse.collapsing {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav {
    margin-top: 0;
  } 
.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: var(--navdropdown_color);
	}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background: var(--navdropdownhover_bgcolor);
  color: var(--navdropdown_hovercolor);
	}
}

@media (max-width: 650px) {
  .ico-services {
    margin-left: -20px;
  }
  .servdesc {
    margin-right: -30px;
  }
  .item-img-wrap img {
    max-width: 560px;
  }
}

@media (max-width: 481px) {
  .title-r {
    text-align: left;
  }
  .title-r h2, .title-r h3,
  .title h2, .title h3 {
    font-size: 28px;
    line-height: 1.3;
    padding-left: 0;
  }
  .title-r h2:after, .title-r h3:after,
  .title h2:after, .title h3:after {
    display: none;
  }
}

@media (max-width: 480px) {
	
.navbar-brand img {max-width: 260px;}
  .xs-50 {
    width: inherit;
    padding-right: inherit;
    padding-left: inherit;
    float: inherit;
  }
  .intro-slider, .bg-img-fixed-content { padding-top: 130px; }
  .push-text-slide { height: 130px;}
  .flex-direction-nav,
  .flex-direction-nav a:before { display: none; }
  .flex-direction-nav,
  .flex-direction-nav a.flex-next:before {display: none; }
  .home-promo .titlepro .middle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px;}
  p {
    margin-bottom: 14px;
  }
  .social .fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .item-img-wrap img {
    max-width: 400px;
  }
  .ico-services {
    margin-left: -10px;
  }
  .nav-tabs > li {
    display: block;
    width: 100%;
  }
  .nav-tabs > li a {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .nav-tabs > li:first-child a {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #grid .mix {
    padding: 6px 0;
    width: 99%;
  }
	
  .footer-top .footer-widget p,
  .footer-top .footer-widget ul li,
  .home-icons h5 {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .intro-slider {
    margin-top: 80px;
  }
  .bg-slider-wrapper {
    top: 80px;
  }
  .bg-img-fixed-content {
    margin: 80px 0 0 0;
  }
  .intro-slider,
  .bg-slider-wrapper,
  .bg-img-fixed-content,
  .bg-slider-wrapper .flexslider .slide,
  .bg-img-fixed,
  .bg-slider-wrapper .flexslider .slide.slide-1:before,
  .bg-slider-wrapper .flexslider .slide.slide-2:before,
  .bg-slider-wrapper .flexslider .slide.slide-3:before {
    height: 2000px;
  }
  .bg-img-fixed {
    background-size: auto 580px;
    height: 2000px;
  }
  .item-img-wrap img {
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  .intro-slider,
  .bg-slider-wrapper,
  .bg-img-fixed-content,
  .bg-slider-wrapper .flexslider .slide,
  .bg-img-fixed,
  .bg-slider-wrapper .flexslider .slide.slide-1:before,
  .bg-slider-wrapper .flexslider .slide.slide-2:before,
  .bg-slider-wrapper .flexslider .slide.slide-3:before { height: 200px;}
  .bg-img-fixed { background-size: auto 500px;  height: 200px; }
  .intro-slider, .bg-img-fixed-content { padding-top: 75px;}
  .bg-slider-wrapper {  top: 75px;}
  .home-promo .titlepro .upper {  font-size: 26px; }
  .home-promo .titlepro .middle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 38px;
  }
  .navbar-brand img {  width: 160px;}
  .bg-slider-wrapper { top: 75px; }
  .owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 5px;
  }
  .social .fa {
    margin-top: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .post_content { text-align: left;}
}

@media (max-width: 240px) {
  .navbar-brand img {  width: 140px;}
  .item-img-wrap img { max-width: 200px; margin-left: -20px; }
}

/* If the minimum width and the maximum width is */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .xs-50 {
    width: 50% !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

/* 15. SPECIAL CSS FOR RTL LAYOUTS
//----------------------------------------------------------------------------------------- */
/* General */
html[dir="rtl"] ul.listicon-check li { padding-right: 1em; padding-left: 0;}
html[dir="rtl"] ul.listicon-check li:before { margin-right: -2.5em; margin-left: 0;}
html[dir="rtl"] ul.listicon-times li {  padding-right: 1em;  padding-left: 0;}
html[dir="rtl"] ul.listicon-times li:before { margin-right: -2.5em;  margin-left: 0;}
html[dir="rtl"] ul.listicon-chevron-right li { padding-right: 1em;  padding-left: 0;}
html[dir="rtl"] ul.listicon-chevron-right li:before {  margin-right: -2.5em;  margin-left: 0;  content: "\f053";}
html[dir="rtl"] .checkbox input[type=checkbox], html[dir="rtl"] .checkbox-inline input[type=checkbox],
html[dir="rtl"] .radio input[type=radio], html[dir="rtl"] .radio-inline input[type=radio] { margin-right: -20px; margin-left: 0;}
html[dir="rtl"] .checkbox label, html[dir="rtl"] .radio label { padding-right: 20px; padding-left: 0;}
/* Home slider button */
html[dir="rtl"] .btn-transparent i { margin-right: 0;  margin-left: 5px;}
html[dir="rtl"] .btn-transparent-sm i { margin-right: 0; margin-left: 2px;}
/* Lightbox */
html[dir="rtl"] .vnbx-close {  right: auto; left: 30px;}
html[dir="rtl"] .vnbx-title {  text-align: right;}
html[dir="rtl"] .vnbx-close-button-enabled .vnbx-title { padding-right: 8px;}
/* Bootstrap */
html[dir="rtl"] .list-unstyled, html[dir="rtl"] .list-inline, html[dir="rtl"] .pagination { padding-right: 0;}
html[dir="rtl"] .panel-group .panel-heading a:after {  left: 15px;  right: auto;}
html[dir="rtl"] .progress-bar {  float: right;}
html[dir="rtl"] blockquote {border-left: 0; border-right: 4px solid #f2f1ef; text-align: right;}
html[dir="rtl"] .row > .col-xs-1, html[dir="rtl"] .row > .col-xs-2, html[dir="rtl"] .row > .col-xs-3, html[dir="rtl"] .row > .col-xs-4, html[dir="rtl"] .row > .col-xs-5, html[dir="rtl"] .row > .col-xs-6, html[dir="rtl"] .row > .col-xs-7, html[dir="rtl"] .row > .col-xs-8, html[dir="rtl"] .row > .col-xs-9, html[dir="rtl"] .row > .col-xs-10, html[dir="rtl"] .row > .col-xs-11, html[dir="rtl"] .row > .col-xs-12 { float: right;}
html[dir="rtl"] .nav-tabs > li { float: right;}
html[dir="rtl"] .nav-tabs.nav-justified > li {  float: none;}

@media (min-width: 768px) {
  html[dir="rtl"] .row > .col-sm-1, html[dir="rtl"] .row > .col-sm-2, html[dir="rtl"] .row > .col-sm-3, html[dir="rtl"] .row > .col-sm-4, html[dir="rtl"] .row > .col-sm-5, html[dir="rtl"] .row > .col-sm-6, html[dir="rtl"] .row > .col-sm-7, html[dir="rtl"] .row > .col-sm-8, html[dir="rtl"] .row > .col-sm-9, html[dir="rtl"] .row > .col-sm-10, html[dir="rtl"] .row > .col-sm-11, html[dir="rtl"] .row > .col-sm-12 { float: right; }
  html[dir="rtl"] .row > .col-sm-offset-1 { margin-right: 8.33333%; }
  html[dir="rtl"] .row > .col-sm-offset-2 {  margin-right: 16.66667%; }
  html[dir="rtl"] .row > .col-sm-offset-3 {   margin-right: 25%; }
  html[dir="rtl"] .row > .col-sm-offset-4 {  margin-right: 33.33333%; }
  html[dir="rtl"] .row > .col-sm-offset-5 {   margin-right: 41.66667%; }
  html[dir="rtl"] .row > .col-sm-offset-6 {  margin-right: 50%; }
  html[dir="rtl"] .row > .col-sm-offset-7 {  margin-right: 58.33333%;  }
  html[dir="rtl"] .row > .col-sm-offset-8 {  margin-right: 66.66667%; }
  html[dir="rtl"] .row > .col-sm-offset-9 {   margin-right: 75%; }
  html[dir="rtl"] .row > .col-sm-offset-10 {   margin-right: 83.33333%;  }
  html[dir="rtl"] .row > .col-sm-offset-11 { margin-right: 91.66667%; }
  html[dir="rtl"] .row > .col-sm-offset-1,
  html[dir="rtl"] .row > .col-sm-offset-2,
  html[dir="rtl"] .row > .col-sm-offset-3,
  html[dir="rtl"] .row > .col-sm-offset-4,
  html[dir="rtl"] .row > .col-sm-offset-5,
  html[dir="rtl"] .row > .col-sm-offset-6,
  html[dir="rtl"] .row > .col-sm-offset-7,
  html[dir="rtl"] .row > .col-sm-offset-8,
  html[dir="rtl"] .row > .col-sm-offset-9,
  html[dir="rtl"] .row > .col-sm-offset-10,
  html[dir="rtl"] .row > .col-sm-offset-11 {  margin-left: 0; }
}

@media (min-width: 992px) {
  html[dir="rtl"] .row > .col-md-1, html[dir="rtl"] .row > .col-md-2, html[dir="rtl"] .row > .col-md-3, html[dir="rtl"] .row > .col-md-4, html[dir="rtl"] .row > .col-md-5, html[dir="rtl"] .row > .col-md-6, html[dir="rtl"] .row > .col-md-7, html[dir="rtl"] .row > .col-md-8, html[dir="rtl"] .row > .col-md-9, html[dir="rtl"] .row > .col-md-10, html[dir="rtl"] .row > .col-md-11, html[dir="rtl"] .row > .col-md-12 {  float: right; }
  html[dir="rtl"] .row > .col-md-offset-1 {  margin-right: 8.33333%;}
  html[dir="rtl"] .row > .col-md-offset-2 { margin-right: 16.66667%; }
  html[dir="rtl"] .row > .col-md-offset-3 {  margin-right: 25%; }
  html[dir="rtl"] .row > .col-md-offset-4 {  margin-right: 33.33333%; }
  html[dir="rtl"] .row > .col-md-offset-5 {  margin-right: 41.66667%; }
  html[dir="rtl"] .row > .col-md-offset-6 { margin-right: 50%; }
  html[dir="rtl"] .row > .col-md-offset-7 {  margin-right: 58.33333%; }
  html[dir="rtl"] .row > .col-md-offset-8 {  margin-right: 66.66667%; }
  html[dir="rtl"] .row > .col-md-offset-9 { margin-right: 75%; }
  html[dir="rtl"] .row > .col-md-offset-10 { margin-right: 83.33333%; }
  html[dir="rtl"] .row > .col-md-offset-11 {  margin-right: 91.66667%; }
  html[dir="rtl"] .row > .col-md-offset-1,html[dir="rtl"] .row > .col-md-offset-2,html[dir="rtl"] .row > .col-md-offset-3,  html[dir="rtl"] .row > .col-md-offset-4, html[dir="rtl"] .row > .col-md-offset-5, html[dir="rtl"] .row > .col-md-offset-6, html[dir="rtl"] .row > .col-md-offset-7,  html[dir="rtl"] .row > .col-md-offset-8,  html[dir="rtl"] .row > .col-md-offset-9,  html[dir="rtl"] .row > .col-md-offset-10, html[dir="rtl"] .row > .col-md-offset-11 { margin-left: 0; }
}

@media (min-width: 1170px) {
  html[dir="rtl"] .row > .col-lg-1, html[dir="rtl"] .row > .col-lg-2, html[dir="rtl"] .row > .col-lg-3, html[dir="rtl"] .row > .col-lg-4, html[dir="rtl"] .row > .col-lg-5, html[dir="rtl"] .row > .col-lg-6, html[dir="rtl"] .row > .col-lg-7, html[dir="rtl"] .row > .col-lg-8, html[dir="rtl"] .row > .col-lg-9, html[dir="rtl"] .row > .col-lg-10, html[dir="rtl"] .row > .col-lg-11, html[dir="rtl"] .row > .col-lg-12 { float: right; }
  html[dir="rtl"] .row > .col-lg-offset-1 { margin-right: 8.33333%;}
  html[dir="rtl"] .row > .col-lg-offset-2 { margin-right: 16.66667%;}
  html[dir="rtl"] .row > .col-lg-offset-3 {  margin-right: 25%; }
  html[dir="rtl"] .row > .col-lg-offset-4 { margin-right: 33.33333%; }
  html[dir="rtl"] .row > .col-lg-offset-5 {   margin-right: 41.66667%; }
  html[dir="rtl"] .row > .col-lg-offset-6 {   margin-right: 50%; }
  html[dir="rtl"] .row > .col-lg-offset-7 { margin-right: 58.33333%;}
  html[dir="rtl"] .row > .col-lg-offset-8 {  margin-right: 66.66667%;}
  html[dir="rtl"] .row > .col-lg-offset-9 {  margin-right: 75%; }
  html[dir="rtl"] .row > .col-lg-offset-10 {  margin-right: 83.33333%; }
  html[dir="rtl"] .row > .col-lg-offset-11 {   margin-right: 91.66667%; }
  html[dir="rtl"] .row > .col-lg-offset-1,
  html[dir="rtl"] .row > .col-lg-offset-2,
  html[dir="rtl"] .row > .col-lg-offset-3,
  html[dir="rtl"] .row > .col-lg-offset-4,
  html[dir="rtl"] .row > .col-lg-offset-5,
  html[dir="rtl"] .row > .col-lg-offset-6,
  html[dir="rtl"] .row > .col-lg-offset-7,
  html[dir="rtl"] .row > .col-lg-offset-8,
  html[dir="rtl"] .row > .col-lg-offset-9,
  html[dir="rtl"] .row > .col-lg-offset-10,
  html[dir="rtl"] .row > .col-lg-offset-11 { margin-left: 0; }
}

/* Pricing */
html[dir="rtl"] span.popular-tag { right: auto; left: -6px;}
/* Contact */
html[dir="rtl"] .cinfo address i { margin: 0 8px 8px 4px;}
html[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-align: right;  float: right;}
html[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {  left: 12px;  right: auto;}

@media (min-width: 1025px) {
  html[dir="rtl"] .row-lg .col-lg-5 {   padding-left: 10px !important;  padding-right: 0 !important; }
}

/* Blog */
html[dir="rtl"] .post_content h1, html[dir="rtl"] .post_content h2, html[dir="rtl"] .post_content h3, html[dir="rtl"] .post_content h4, html[dir="rtl"] .post_content h5, html[dir="rtl"] .post_content h6 { text-align: right;}
html[dir="rtl"] #wp-calendar tfoot tr td#next { text-align: left;}
html[dir="rtl"] .sidebar-right > .widget { float: left;}
html[dir="rtl"] .sidebar-left > .widget { float: right;}
html[dir="rtl"] .widget ul li a:after { font-family: "FontAwesome"; content: '\f104'; margin-left: 5px;}
html[dir="rtl"] .widget ul li a:before {display: none;}

@media (min-width: 841px) {
  html[dir="rtl"] .avatar img { float: right; margin: 0 0 15px 15px; }
}
/* Nav-wizard */
html[dir="rtl"] .nav-wizard > li {float: left;}
html[dir="rtl"] .nav-wizard > li > a .badge {margin-right: 3px; margin-left: 0;}
html[dir="rtl"] .nav-wizard > li:not(:first-child) > a {padding-right: 34px; padding-left: 15px;}
html[dir="rtl"] .nav-wizard > li:not(:first-child) > a:before {
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-right: 20px solid #f2f4f5;
  border-left: 0;
  top: 0;
  right: 0;
  left: auto;
}
html[dir="rtl"] .nav-wizard > li:not(:last-child) > a { margin-right: 0; margin-left: 6px;}
html[dir="rtl"] .nav-wizard > li:not(:last-child) > a:after {
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-right: 20px solid #FDFEFE;
  border-left: 0;
  top: 0;
  left: -20px;
  right: auto;
}

html[dir="rtl"] .nav-wizard > li:first-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="rtl"] .nav-wizard > li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

html[dir="rtl"] .nav-wizard > li.done:hover > a, html[dir="rtl"] .nav-wizard > li:hover > a { background-color: #E64A19;  color: #fff;}
html[dir="rtl"] .nav-wizard > li.done:hover > a:before, html[dir="rtl"] .nav-wizard > li:hover > a:before { border-right-color: #FDFEFE; border-left-color: #E64A19;}
html[dir="rtl"] .nav-wizard > li.done:hover > a:after, html[dir="rtl"] .nav-wizard > li:hover > a:after {border-right-color: #E64A19; border-left-color: #FDFEFE;}
html[dir="rtl"] .nav-wizard > li.done > a { background-color: #E64A19;}
html[dir="rtl"] .nav-wizard > li.done > a:before { border-right-color: #FDFEFE;  border-left-color: #E64A19;}
html[dir="rtl"] .nav-wizard > li.done > a:after {  border-right-color: #E64A19;border-left-color: #FDFEFE;}
html[dir="rtl"] .nav-wizard > li.active > a:after { border-right-color: #F4511E; border-left-color: #FDFEFE;}
html[dir="rtl"] .nav-wizard > li.active > a:hover:after { border-right-color: #E64A19;}
html[dir="rtl"] .nav-wizard > li.disabled > a:before { border-right-color: #F4511E;  border-left-color: #FDFEFE;}
html[dir="rtl"] .nav-wizard > li.disabled > a:after {  border-right-color: #FDFEFE;  border-left-color: #F4511E;}
html[dir="rtl"] .nav-wizard.nav-justified > li { float: none;}
html[dir="rtl"] .nav-wizard.nav-justified > li > a { padding: 10px 15px;}
/* Navbar */
html[dir="rtl"] .nav { padding-right: 0;}
html[dir="rtl"] .navbar .navbar-nav { text-align: right;}
html[dir="rtl"] .navbar .navbar-nav .dropdown-menu { text-align: right;}

@media (min-width: 841px) {
  html[dir="rtl"] .navbar .navbar-header {  float: right;}
  html[dir="rtl"] .navbar .navbar-nav > li {  float: right;}
  html[dir="rtl"] .navbar .navbar-right { float: left !important; margin-left: -15px; }
}

@media (max-width: 840px) {
  html[dir="rtl"] .navbar .navbar-header .navbar-brand {  float: right !important; margin-right: -15px; }
  html[dir="rtl"] .navbar .navbar-header .navbar-toggle { float: left !important;  margin-left: -15px;}
  html[dir="rtl"] .navbar .navbar-right {  float: none !important; margin-left: 0; }
  html[dir="rtl"] .navbar .navbar-collapse.collapse {  padding-left: 0; }
  html[dir="rtl"] .navbar .navbar-collapse.collapsing {  padding-left: 0; }
}

@media (max-width: 767px) {
  html[dir="rtl"] .navbar .navbar-header .navbar-brand { margin-right: 0;}
  html[dir="rtl"] .navbar .navbar-header .navbar-toggle {  margin-left: 0; }
}

/* Footer */
html[dir="rtl"] .newsletter .form-control, html[dir="rtl"] .search-form .form-control {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -khtml-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  -ms-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}

html[dir="rtl"] .newsletter .input-group-btn button, html[dir="rtl"] .search-form .input-group-btn button {
  -webkit-border-radius: 3px 0 0 3px !important;
  -khtml-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -ms-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
html[dir="rtl"] .credits { text-align: left;}
html[dir="rtl"] .scrollToTop {  right: auto; left: 15px;}

.referenzliste strong {letter-spacing: 0.7px}
.referenzliste em {color: #bad76b;font-size:18px;}
@media (min-width: 992px) { .referenzliste .col-md-6 {border-left: 1px solid #bad76b;} }

.xl-button {margin:0px;font-size:16px;}

.homebutton {
  background-color:transparent;
  border: 1px solid #ff7900;
  height: 98px;
  width: 100%;
  border-radius: 0px;
  text-align: center;
  padding-top: 40px;
  margin-top:15px;
  margin-bottom:15px;
  font-size: 20px;
  letter-spacing: -0.3px;
 /* -webkit-transform: scale(1,1.3);
  -moz-transform: scale(1,1.3);
  -ms-transform: scale(1,1.3);
  -o-transform: scale(1,1.3);
  transform: scale(1,1.3); */
}
.homebutton i {
  letter-spacing: 0px;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.bigbuttons a {color:#ff7900 !important; font-weight: 400;}
.bigbuttons a:hover {color:#fff !important;}
.deviceheader {display:none;}

.navbar-nav .fa {margin-top:-2px}
.navbar-default .navbar-nav > li .nav-icon > a {
    letter-spacing: 0px;
-webkit-transform:scale(1,1); /* Safari and Chrome */
-moz-transform:scale(1,1); /* Firefox */
-ms-transform:scale(1,1); /* IE 9+ */
-o-transform:scale(1,1); /* Opera */
	transform : scale(1,1);
}

.navbar-default .navbar-nav > li.nav-icon > a {
   letter-spacing: 0px;
  -webkit-transform:scale(1,1); /* Safari and Chrome */
  -moz-transform:scale(1,1); /* Firefox */
  -ms-transform:scale(1,1); /* IE 9+ */
  -o-transform:scale(1,1); /* Opera */
	transform : scale(1,1); 
}

/* .navbar-default .navbar-nav > li, .navbar-default .navbar-nav .tiny > li  { margin-top:10px;} */

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li, .navbar-default .navbar-nav .tiny > li {margin-top: 12px;}
	.navbar-default .navbar-nav > li.topmenu > a {font-size:16px;}
    .navbar-default .navbar-nav > li.topmenu {margin-top:8px}

.navbar-default .navbar-nav .active .fa {background-color: var(--navbar_bgcolor);}
.navbar-default .navbar-nav .active .fa-sublink {background-color: transparent;}
.navbar-default .navbar-nav .active a:hover > .fa {background-color: transparent;}

.navbar-top { 
  top: -50px;
  right:20px;
  position:fixed;
}
.navbar-default .navbar-top > li > a {
   font-size: 13px;
   font-weight:400;
   color: #a59b8e;
	line-height: 10px;
	padding-left:0px;
	border: 0px;
}
.navbar-default .navbar-top > li > a:hover {
   background-color:transparent;
   color: #000;
}
.navbar-default .navbar-top .topmenuactiv > a  {color: #000;}
.navbar-default .navbar-top > li > a .fa {color: #3b5998;font-size:18px;}
.navbar-default .navbar-top .homeicon > a .fa {color: #a59b8e;}
.navbar-default .navbar-top > li > a .fa:hover {color: #000;}

.social a img:hover {-webkit-filter: grayscale(80%); filter: grayscale(80%); }
.home-icons .fa:hover, .home-icons .glyphicon:hover {cursor:pointer;}
}


/* ==================================================
	accordion
====================================================*/

.accordion-image {
	margin-top: -50px;
	margin-right:5px;
	z-index: 99;
}
.accordion-title {margin-top: 50px;}


.credits p {margin-right: 50px;}

.title-icons .fa, .title-icons .glyphicon {
    display: inline-block;
    color: #f9f9f9;
    background-color: #006eb8;
    border: solid 1px #006eb8;
    width: 110px;
    height: 110px;
    font-size: 48px;
    line-height: 110px;
    text-align: center;
    margin: 20px 0 -5px;
    text-decoration: none;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Tabellen */
table thead tr {
   background-color: #006eb8;
   color:#fff;
   font-weight: bold;
}
table  td {width:80%; vertical-align: top;}
table  td.firstrow {width:20%; font-weight: 600;}
table tr {margin-bottom: 15px;}

/* footer */

.list-unstyled li {margin-bottom: 7px;}
.list-unstyled li i{width: 25px;}
.footermenu_j {padding-right:15px; font-weight:400; font-weight:bold;}
#footer_bottom img {margin-top: -4px;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ###############################################################
** ### additional media-queries  ######################## */

/* pc klein */
@media (max-width: 1200px) {
/* .navbar-default .navbar-nav .mainlink a,
.navbar-default .navbar-nav .tiny .mainlink a {
    margin: 0 5px 0 5px;
    padding: 5px 5px 5px 3px;
    font-size: 15px;
}	*/
	
}

/* <1180 */
@media (max-width: 1180px) {
.navbar-default .navbar-nav .mainlink a,
.navbar-default .navbar-nav .tiny .mainlink a {
    margin: 0 4px 0 4px;
    padding: 5px 5px 5px 2px;
}	
.footer_teaser .fa-5x {font-size: 4em;}
}

/* < 993 */
@media (max-width: 993px) {
.bg-img-fixed-content {height: 400px;} 
.navbar-default .navbar-nav > li > a,	
.navbar-default .navbar-nav .mainlink a,
.navbar-default .navbar-nav .tiny .mainlink a {
    margin: 0 4px 0 4px;
    padding: 5px 3px 5px 2px;
    /* font-size: 14px; */
}
.footer_teaser .fa-5x {font-size: 3em;}
}

/* <820 */
@media (max-width: 820px) {
.navbar-default .navbar-nav > li > a,	.navbar-default .navbar-nav .mainlink a, .navbar-default .navbar-nav .tiny .mainlink a {
    margin: 0 2px 0 4px;
}
}

/* groesser als mit Toggle Navi */
@media (min-width: 840px) {
 /* Topmenulinks ausblenden > nur fuer Hamburgermenu */	
 .nav .topmenu {display:none !important;}
}

/* ######################### */
/* ab hier mit Toggle Navi  */
/* ######################## */

@media (max-width: 840px) {
	
.section-topbild {padding-top:30px;}
.inforow  {padding-right:0px;}
.memberrow  {padding-left:0px;}	
.memberempty {display:none}
	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 800px;}
/* Topnavigation ausblenden, wird im Hamburger angezeigt mit Klasse .topmenu */	
.navbar-top {display:none;}
/* Animation fuer Hamburgermenu / javascript in main.js */
.navbar-toggle {min-height:35px;}
.navbar-toggle .icon-bar {position: relative;transition: all 500ms ease-in-out;}
.navbar-toggle.active .icon-bar1 {height:3px;margin-top: 2px;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);} 
.navbar-toggle.active .icon-bar2 { background-color:transparent;}
.navbar-toggle.active .icon-bar3 {height:3px;margin-top: -8px;  -ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active { background-color: var(--navhoverbg_color); color: var(--navhover_color);}		
}

/* Tablet */
  @media (max-width: 768px) {.corpboot-price-content {min-height:inherit}}

/* Smarthphone */
  @media (max-width: 568px) {
	  .h2, h2 {font-size:22px}
  }

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

.bg-img-fixed-content-s {height:420px;}
    .bg-img-fixed-s {height:420px;}
    .home-promo-s {top:-400px}

@media (min-width: 1920px) {
 	 .bg-img-fixed-content picture {position: relative;}
	  .bg-img-fixed {display:none;}
	  .home-promo-xl {top: -800px;}
	  .section-topbild {margin-top:-100px}
}

@media (max-width: 1920px) {
	.bg-img-fixed-content-xl {height:1400px;}
}

@media (max-width: 1800px) {
	.bg-img-fixed-content-xl {height:1300px;}
}
@media (max-width: 1700px) {
	.bg-img-fixed-content-xl {height:1200px;}
}

@media (max-width: 1570px) {
	.bg-img-fixed-content-xl {height:1100px;}
    .bg-img-fixed-xl {height:1000px;}
    .home-promo-xl {top:-500px}
    .bg-img-fixed-content-s {height:400px;}
    .bg-img-fixed-s {height:400px;}
    .home-promo-s {top:-400px}
  }

@media (max-width: 1320px) {
	.bg-img-fixed-content-xl {height:950px;}
    .bg-img-fixed-xl {height:900px;}
    .home-promo-xl {top:-650px}
     .bg-img-fixed-content-s {height:360px;}
    .bg-img-fixed-s {height:540px;}
    .home-promo-s {top:-400px}
  }

@media (max-width: 1240px) {
	.bg-img-fixed-content-xl {height:900px;}
} 

@media (max-width: 1180px) {
	.bg-img-fixed-content-xl {height:820px;}
    .bg-img-fixed-xl {height:800px;}
    .home-promo-xl {top:-500px}
	.corpboot-price-title h2 {font-size: 46px;}
	.corpboot-price-title  {min-height: 180px}
	.bg-img-fixed-content-s {height:330px;}
    .bg-img-fixed-s {height:330px;}
    .home-promo-s {top:-400px}
	.bg-img-fixed-content .titlepro img {width:500px;}
  }

@media (max-width: 1050px) {
	 .container {  width: 95%; }
	.bg-img-fixed-content-xl {height:800px;}
    .navbar-brand img { width: 320px; }
    .bg-img-fixed-xl {height:750px;}
    .home-promo-xl {top:-450px}
    .bg-img-fixed-content-s {height:300px;}
    .bg-img-fixed-s {height:300px;}
    .home-promo-s {top:-400px}
  }

@media (max-width: 920px) {
	.navbar-brand img {  max-width: 310px;}
	.bg-img-fixed-content-xl {height:750px;}
    .bg-img-fixed-xl {height:700px;}
    .home-promo-xl {top:-400px}
    .bg-img-fixed-content-s {height:290px;}
    .bg-img-fixed-s {height:290px;}
    .home-promo-s {top:-400px}
	.bg-img-fixed-content .titleprotext {font-size:40px;line-height:50px}
  }

@media (max-width: 840px) {
	 .navbar-brand img {  max-width: 300px;}
	.bg-img-fixed-content-xl {height:650px;}
    .bg-img-fixed-xl {height:650px;}
    .home-promo-xl {top:-350px}
	.home-promo .titlepro {font-size: 24px;line-height: 26px;}
	.home-promo .titlepro .bottom { font-size: 16px;}
	.corpboot-price-title h2 {font-size: 38px;padding-top: 10px;}
	.bg-img-fixed-content-s {height:240px;}
    .bg-img-fixed-s {height:240px;}
    .home-promo-s {top:-400px}
	.bg-img-fixed-content .titlepro img {display:none}
	.bg-img-fixed-content .titleprotext {font-size:35px;line-height:40px;margin-top:20px;}
  }

@media (max-width: 740px) {
	.bg-img-fixed-content-xl {height:600px;}
    .bg-img-fixed-xl {height:300px;}
    .home-promo-xl {top:-230px}
    .bg-img-fixed-content-s {height:200px;}
    .bg-img-fixed-s {height:200px;}
    .home-promo-s {top:-400px}
	/* .home-promo {display: none;} */
	.footer-top {padding: 20px 0 0 0;}
  }

@media (max-width: 610px) {
	.navbar-brand img {  max-width: 280px;}
	.bg-img-fixed-content-xl {height:420px;}
    .bg-img-fixed-xl {height:300px;}
    .home-promo-xl {top:-180px}
    .home-promo .titlepro {font-size: 36px;line-height:40px}
    .bg-img-fixed-content-s {height:160px;}
    .bg-img-fixed-s {height:160px;}
    .home-promo-s {top:-400px}
  }
@media (max-width: 540px) {
	.navbar-brand img {  max-width: 260px;}
	.bg-img-fixed-content-xl {height:380px;}
    .bg-img-fixed-xl {height:260px;}
    .home-promo-xl {top:-140px}
}

@media (max-width: 480px) {
	.home-promo-xl {top:-310px}
	/* .bg-img-fixed-xl {height:120vw;margin-top:-220px;} */
  }

/* ######################### */
/* responsive tables  */
/* ######################### */

table.responsivetable  {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
 margin-bottom:30px;
}
/* Zebra stripping  */
 /* table.jobtable tr:nth-of-type(odd){background: #fff;} */
table.responsivetable th {
  background: #111;
  color: #fff;
}
table.responsivetable td, table.responsivetable th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 /*font-size:95%;*/
  padding:5px;
}
table.responsivetable .firstrow {
   /*color: #bad76b; */
	font-weight:400;
   background:transparent;
	width:20%;
}
table.responsivetable .firstline {background:white}

/* mouse-icon animated */	
.scroll-btn {position:absolute;bottom:-20%; left:50%;z-index:100;display:block;width:30px;}
.mouse-icon {height:50px;border:2px solid #fff;border-radius:15px;cursor:pointer; display:block; -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ie-transform:translateX(-50%); transform:translateX(-50%);background-color: var(--nav_color);}
.mouse-icon:hover {background-color: var(--link_color);}
.mouse-icon .wheel { position:relative; width:4px; height:10px; top:5px; background-color:#fff; margin-left:auto; margin-right:auto}
.mouse-icon .fa-angle-down { font-size:46px; margin-top:38px}
.mouse-icon .fa-angle-down,.mouse-icon .wheel { -webkit-animation-name:drop; -webkit-animation-duration:1s; -webkit-animation-timing-function:linear; -webkit-animation-delay:0; -webkit-animation-iteration-count:infinite;  -webkit-animation-play-state:running; animation-name:drop; animation-duration:1s; animation-timing-function:linear; animation-delay:0; animation-iteration-count:infinite; animation-play-state:running}
@-webkit-keyframes drop {0% {top:5px;opacity:0} 30% {top:10px;opacity:1} 100% { top:25px;opacity:0}}@keyframes drop {0% {top:5px;opacity:0} 30% {top:10px;opacity:1} 100% {top:25px;opacity:0}}


/*---------------------------------------
  Tourdaten
----------------------------------------*/

.tourdaten {border-bottom: 1px solid var(--title_color);padding-top: 10px;padding-bottom: 10px;}
.tourdaten p {margin-bottom:0}
.tourdaten-datum {font-weight:700;letter-spacing: 0.5px;}
.tourdaten-stadt {font-weight:600;color:var(--title_color)}
.tourdaten-programm {color: var(--body_color);}
.tourdaten-time::before {
	font-family:FontAwesome;
	content:'\f017';
	padding-right: 10px;
}
.tourdaten-jahr {
	margin-top: 40px;
	margin-bottom: 10px;
    border: 1px solid var(--title_color);;
    padding: 7px 7px 7px 30px;
    border-radius: var(--border_radius);
	background-color: rgba(248, 243, 226, 0.5);
}
.tourdaten-jahr h5  {
	margin-bottom: 0px;
    font-size: 24px;
}

@media (max-width: 991px) { .hidden-md {display:none !important} }
@media (max-width: 768px) { .show-sm-only {display:block !important} }
@media (min-width: 769px) { .show-sm-only {display:none !important} }
@media (max-width: 610px) { .show-xs-only {display:block !important} }
@media (min-width: 611px) { .show-xs-only {display:none !important} }
@media (max-width: 610px) { .hidden-xs {display:none !important} }
 
/* Sprachauswahl ausblenden */
ul.sprachauswahl, li.sprachauswahl {display:none;}
