/*!
 * Master Bootstrap3 (http://www.masterbootstrap.com)
 * Copyright 2013-20156 gsuez.cl.
 * Licensed under GPL v2 (http://www.gnu.org/licenses/gpl-2.0.html)
 *
 * Modified by:		Jens Michael [jens.michael@logoform.de]
 * For:				Logoform GmbH Braunschweig
 * Customer:		Börner-Eienacher GmbH - Göttingen
 * Date:			25.08.2017
 * Copyright:		2017-2020	Logoform GmbH Braunschweig [http://logoform-server.de/agb/agb.pdf]
 *
 ****************************************************************************************************
 *																									*
 *										[ SUMMARY ]													*
 *																									*
 *	1.)			Font-Import for OpenSans (Site Type)
 *	2.) 		Original StyleSheet from Masterbootstrap Template (by gsuez.cl)
 *				CAUTION: SOME CLASSES AND TAGS ARE MAY OVERRITTEN BY SECTION 3
 *						 ORE MODIFIED BY THE AUTHOR p.r.n. see comments
 *	3.)			Boerner-Eienscher-Catering Template
 *				---------------> Generals and overrides
 *									body
 *									h
 *									spacer
 *								---------------> Less overrides for Mobile Menu
 *				---------------> Menu & Navigation
 *				---------------> Headers
 '								---------------> Frontpage Header
 *
 *				---------------> Content items
 *									h1
 *									#main-box
 *								---------------> Frontpage
 *									top-container (left/right)
 *									Icon Boxes
 *								---------------> Content
 *									#main-content-box
 *									heading
 *									inline-content
 *									----> 	Buffets
 *											-> XpertAccordion Overrides
 *											Columns
 *									----> 	Content:Verleih = Table layouts
 *									---->	Forms
 *											-> VisForms Overrides
 *											--> Additional for interim/experimental => static form (2017-10-16)
 *									----> 	Content:Referenzen = Override some osGallery settings
 *								---------------> Footer
 *				---------------> Miscellaneous
 *								---------------> animated - autoscroll - down button
 *								---------------> Overide for CookieHint Plugin								
 *
 *
 *
 *
 *
 *	4.)			<-----------[ Breakpoint Section ]----------------->
 *				
 *
 *	COLORS:
 *				green:						#007838
 *				gray (for Text)				#696f6f
 *				gray (for Footer)			#2f3035
 *				gray (for Copyriht/Footer)	#28282c
 *				gray (for Buttons/Footer)	#c0c0c0
 *
 *	IMAGES:
 *				Frontpage Icons				100 x 100 PX
 *				Content-Images (left) RAW	400 X 400 PX
 '
 *
 '	.................................................................................
 *	Max container width	None 	(auto)	540px		720px		960px		1140px
*	Class prefix				.col-	.col-sm-	.col-md-	.col-lg-	.col-xl-
 */



/*	1.)---[Font-Import]-------------------------------------------------------------------------------->
##################################################################################################################*/

/*
OPEN SANS:
			light 300
			light 300 italic
			regular 400
			regular 400 italic
			bold 700
			bold 700 italic


*/


@import url('./fontloader.css');






/*	2.)---[Masterbootstrap Template]-------------------------------------------------------------------------------->
###################################################################################################################*/
html {
  overflow-y: scroll; }

body {
  background-color: #FFFFFF;
  color:#696f6f;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px; }


/*spacer for horizontal clearence*/
.clearh{
	content:" ";
	min-height:30px;
	display:block;	
}

img {
  max-width: 100%; }

#top {
  color: #ddd;
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px; }

#top .container .separator {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  height: 10px;
  margin: 0 20px;
  width: 1px; }

#navigation {
  /*   border-bottom: 3px solid #ccc;;
    margin-bottom: 20px;*/ }

.navbar {
  border-radius: 0 !important; }

.navbar-default {
  /*   background-color: #2c3e50;
    border-color: transparent;*/ }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  outline: medium none; 
  background-color:transparent;
  border-bottom:2px solid #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  outline: medium none; 
  background-color:transparent;
  border-bottom:2px solid #FFF;
  }

.navbar-nav > li > a {
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  line-height: inherit !important;
  /*
  padding-bottom: 2px !important;
  padding-top: 2px !important; 
  */
  padding:0px 0px 0px 0px !important;
  color:#FFF !important;
  margin:16px 11px 16px 11px;
  }

/*New since 08-06-2018: One Menu Item more => Debug the mobile overlay*/
@media (max-width: 992px) {
	.navbar-nav > li > a {
		font-size:14px;
	  margin:16px 8px 16px 8px;
	}
}



.dropdown-menu {
  padding: 0px !important;
  border-radius: 0 !important; }

.navbar-right .dropdown-menu {
  left: 0 !important;
  right: auto !important; }

#main-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px solid #E5E5E5;
  /* border 1, if you have front component*/
  margin-bottom: 20px;
  /*    padding: 10px;*/ }

#main {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  /*    padding-bottom: 40px;*/
  padding-top: 20px; }

#breadcrumbs {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 20px 0 0; }

#breadcrumbs .moduletable {
  border: 0;
  padding: 0;
  margin-bottom: 0; }

#fullwidth {
  margin-top: -20px;
  overflow: hidden; }

#fullwidth .moduletable {
  border: 0;
  padding: 0;
  margin-bottom: 20px; }

.black .moduletable {
  background: none repeat scroll 0 0 #222222;
  border-color: #222222;
  color: #AAAAAA; }

.moduletable {
  /*    background: none repeat scroll 0 0 #FFFFFF;;
    border: 1px solid #E5E5E5;*/
  margin-bottom: 20px;
  padding: 10px; }

.panel.moduletable {
  padding: 0; }

.panel .moduletable {
  box-shadow: none;
  margin: 0px 10px;
  padding: 10px; }

#brand {
  float: left;
  padding-left: 25px;
  padding-top: 5px; }

#brand img {
  /*	
  padding-bottom: 10px;
  padding-top: 20px; 
*/
  margin-top:8px;
}

.page-header {
  margin: 10px 0 20px; }

.hasTooltip {
  display: inline !important; }

.noMainbody {
  display: none !important; }

ul.unstyled,
ol.unstyled {
  list-style: outside none none;
  margin-left: 0;
  padding: 0; }

#pop-print {
  float: right;
  margin: 10px; }

.btn.modal {
  bottom: auto;
  display: inline;
  left: auto;
  position: relative;
  top: auto; }

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap {
  height: auto !important;
  margin: 0 auto 0px;
  min-height: 100%;
  padding: 0 0 60px; }

/* Set the fixed height of the footer here */
#footer {
  /*  height: 80px;;
    background-color: #f5f5f5;*/ }

#copy.well {
  border-radius: 0;
  border: 0;
  margin: 0; }

#footer .moduletable {
  background: transparent;
  border: 0; }

#push {
  height: 60px; }

/* LAYOUT */
/* Floats */
.float-left {
  float: left; }

.float-right {
  float: right; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.ie7 .group {
  zoom: 1; }

/* JOOMLA */
.form-horizontal .control-label {
  text-align: inherit !important; }

i.icon-calendar:before {
  content: "\1f4c5";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

div.contact-form-field label,
div.message-label label {
  display: inline !important; }

div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  padding: 0; }

.control-group input[type="checkbox"] {
  width: 10px !important; }

.btn-toolbar {
  margin-bottom: 10px; }

/*ERROR*/
.error-page-inner {
  display: table;
  height: 100%;
  min-height: 100%;
  text-align: center;
  width: 100%; }

.error-code {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0; }

.error-page-inner .fa.fa-exclamation-triangle {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 10px; }

/*MB STYLE*/
.title, .component-content h2 {
  text-shadow: none; }

.title-line {
  background: none repeat scroll 0 0 #d1d1d1;
  height: 2px;
  margin-bottom: 20px;
  width: 100%; }

.title-line span {
  display: block;
  height: 2px;
  width: 90px;
  background: #428bca; }

.title1 .title-line, .title2 .title-line, .title3 .title-line, .title4 .title-line, .title6 .title-line, .box3 .title-line, .box4 .title-line {
  display: none; }

.title1 .title {
  background: url(../images/bg-h3.gif) repeat-x scroll 0 100% transparent;
  border-bottom: none;
  padding-bottom: 20px; }

.title2 .title {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.title3 .title {
  padding-bottom: 15px;
  margin-bottom: 20px; }

.title4 .title {
  background: url(../images/divider.png) repeat-x scroll center center transparent;
  border-bottom: none !important;
  margin-bottom: 25px; }

.title4 .title span {
  background: #ffffff;
  padding-right: 15px; }

#rt-footer .title4 .title span {
  background: #262626; }

#rt-maintop .title4 .title span, #rt-bottom .title4 .title span {
  background: #f6f6f6; }

.title5 .title {
  background: url(../images/cat-bg-repeat.png) repeat-x scroll center center transparent;
  padding-bottom: 0 !important;
  border-bottom: none !important; }

.title > span {
  background: none repeat scroll 0 0 transparent;
  /*    padding-right: 10px;*/ }

span.fa {
  padding-right: 10px; }

.title6 .title {
  border-bottom: 2px solid #1d6fa5;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.box1 .moduletable {
  background: #eee; }

.box2 .moduletable {
  background: #363636;
  color: #adadad; }

.blog-more {
  padding: 10px 5px; }

/*TO TOP*/
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  display: none; }

.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5); }

.error .container {
  display: table;
  height: 100%;
  min-height: 100%;
  text-align: center;
  width: 100%;
  padding: 200px 0; }

.error .container h1 {
  font-size: 140px; }

/*for headroom.js*/
.headroom {
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.header {
  background-color: inherit;
  line-height: 60px; }

.header__link {
  border: 0 none;
  color: #fff;
  text-decoration: none; }

.header__link:focus {
  background-color: rgba(78, 205, 196, 0.1);
  outline: 0 none; }

.header__link:hover .icon {
  color: #4ecdc4; }

.header--fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }


/*OFFLINE*/
#frame input.inputbox {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px; }

#frame {
  margin-top: 100px; }

/* Media Queries */
/* Retina */
/* Landscape phones and down */
@media (max-width: 480px) {
  #brand, #brand img {
    /*width: 80% !important; */
	
} }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  section {
    margin-top: auto;
    /*padding-top: 100px;*/
	}
  .navbar-nav > li > a {
    line-height: 30px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important; } }

/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (min-width: 1200px) {
  section {
    margin-top: auto; 
	padding-top:30px;
	} 
}

/* Fix disappearing tabs on editor page - Added by Waseem Sadiq 8th March 2015*/
.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
  display: block !important; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;*/
  margin-left: 0 !important; }

.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px; }

label {
  display: block;
  margin-bottom: 5px; }

label,
input,
button,
select,
textarea {
  /* orgin:
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial; */
  	color: #696f6f;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */ }

.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  width: 100%; }

.email-copy-input {
  float: left; }

.control-group .control-label {
  padding-top: 7px;
  padding-bottom: 7px; }

div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn- drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
  width: 260px !important; }

.chzn-container-single .chzn-single {
  width: 140px; }

.chzn-container .chzn-drop {
  width: 100px; }
/*14-04-2017*/
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}
.input-small {
    width: 90px;
}
.btn.modal {
    background: #eee;
}


/*	3.)---[Boerner-Eisenacher-Catering Template]-------------------------------------------------------------------------------->
################################################################################################################################*/


/*----------------------------------------------------------> Generals and overrides*/

body p{
	line-height:1.7em;
}

/*override the bottstrap blue a tag*/
a{
	color:#007838;
}

.cont h1, h2, h3, h4, h5, h6{
	margin-bottom: 20px;
	clear:both;
}


/*General modul container - Joomla use to trace
  arround every modul rendering.
  override:
*/
.moduletable{
	margin:0px;
	padding:0px;
}

.no-padding {
    padding: 0px !important;
}



/*-----------------> Header override by 
 fragments from pixlr Template*/
.header-transparent-white {
    background-color: transparent;
}
.fixed {
    position: fixed;
}
.header {
    /*height: 70px;*/
	line-height: 30px;
	height:auto;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

/*headroom individual*/
.headroom--not-top{
	background-color:#000;
}

/*---------------> Less overrides for Mobile Menu*/
.navbar-toggle{
	border:none;
	margin-bottom:0px;
}
.navbar-toggle:hover
.navbar-toggle:focus{
	background-color:#000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    display:block;
	background-color: #FFF;
	margin-bottom:7px !important;
}
.navbar-toggle .icon-bar {
	width: 36px;
    height: 6px;
    border-radius: 0.5px;
}

.navbar-default .navbar-collapse{
	border-color:black !important;	
}


/*----------------------------------------------------------> Menu & Navigation*/

.navbar-default {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    margin-bottom:0px;
}


/*DropDown on mobile view*/
/*
.container > .navbar-collapse{
background-color:#000 !important;
}
*/


.nav > li {
    /*float: left;*/
}


/*lets hide the small Logo until we need it 
  for mobile view:*/
#brand{
	display:none;
}

/*force the mobile button to be transparent in every condition*/
.navbar-toggle{
	background-color:transparent !important;
}


/*TO DO!!!: Mobile Menu items should left-align to the content!!!*/
/* this dosn't work! because there is a delay until the "in" class
   is written by the js :-(
.in a{
 	margin-left:27px !important;
}
*/

/*----------------------------------------------------------> Headers*/


/*-----------------------------------------> Frontpage-Heading*/

/*Absolute Outer Container*/
#header{}

/*outer Header container [bootstrap grid: "container"] 
  width background image*/
#header .outer_head{

	background-color:#000;
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
/*CAUTION!!!!!
  this is more then tricky:
  the after element provides
  a overlay to adjust the opacity
  of .outer_head background img
  works fine for ff and ie
  for chromium we need to 
  increase the fontsize 
  and for safari the width
  has to be > 100%
  to make it work*/
#header .outer_head::after{
  content: ".";
  background-color:#000;
  background-size:inherit;
  width:110%;
  height:100%;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  font-size:800;
  line-height:800px;
  color:none;
}

#header .headerLogo_holder{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;


	position:relative;
	z-index:2;
	text-align:center;
	padding-top:10%;
	padding-bottom:2%;
}

#header .headerLogo_holder img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


#header .headerContent_holder{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;

	position:relative;
	z-index:2;
	color:#FFF;
	padding-bottom:5%;
	text-align:center;
}


/*-----------------------------------------> Subpage-Heading*/
/*Subpages have different headers
  (lower, no claim, small logo, no scroll-dwon) */

#header .subpage_headerLogo{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	position:relative;
	z-index:2;
	/*padding-top:24px;*/
	padding-top:120px;
	padding-bottom:19%;	/*19% is almost equal to 340px (s.d.)*/
}

#header .subpage_headerLogo img{
	/*since 08-06-2018---->*/
	/*max-width:78%;*/
}

#header .subpageHead{
	max-height:340px;
}




/*----------------------------------------------------------> Content items*/

#main h1,
#main h2,
#main h3{
	font-weight:700;
	color:#007838;
	text-transform:uppercase;
}


/*Main Content h1*/
#main h1{
	font-size:30px;
	line-height: 40px;	
}

#main h2{
	font-size:24px;
	line-height: 30px;	
}

#main h3{
	font-size:22px;
	line-height: 35px;	
}

/*Blog-Text used e.g. at frontpage-top*/
#main-box .description{
	padding-top: 30px;
}

/*-----------------------------------------> Frontpage*/

/*-------------> TopContainer*/
/*Left-Box (made for img insertation)*/
#main-box .left {
    padding: 0px;
}
#main-box .left .img-cont {
    padding-top: 52px;
    padding-bottom: 60px;
}
#main-box .left .img-cont img {
    max-height: 500px;
    max-width: 100%;
}

/*center the image (only at frontpage-top)*/
#main-box .hometop .img-cont{
	text-align:center;
}



/*Right-Box e.g. used at frontpage-top*/
#main-box .right .cont {
    padding: 20px 60px 100px 60px;
    margin: auto;
    max-width: 500px;
}

/*Depend on h1: line beneath the headlines*/
/*left aligned:*/
#main-box div.black-line-left {
    width: 30px;
    border:3px solid #007838;
    margin-top: 10px;
    padding-bottom: 0px;
}

/*-------------> IconBoxes*/
/* General Icon-Row Wrappers*/
.icon_panel,
.icon_widget,
#content-icons{
	padding:0px;
	margin:0px;
}


/*Main Icon Container (all Icons)*/
#starter-icons{


}

/*Container for every single icon, text & link*/
#starter-icons .single-icon-wrapper{
	padding-bottom:30px;
}


/*Single Icon-Image Container*/
#starter-icons .icon{
	text-align:center;
	width:100%;
}

/*heading**/
#starter-icons .meta h2{
	padding-top: 15px;
	text-align: center;
}

#starter-icons .meta .description{
	padding-top: 10px;
	line-height: 1.7em;
	text-align: center;
}

/*Article link on start-icons*/
#starter-icons .meta .start-icon-link{
	text-align:center;
	padding-top:20px;
	font-weight:700;
	color:#007838;
	text-transform:uppercase;
	font-size:18px;
}
#starter-icons .meta .start-icon-link a{
	color:#007838;
}




/*----------------------------------------------------------------> Content*/

/*All-Over Container*/
#main-content-box{
	
}


/*Universal h-spacer*/
.gap-100 {
    margin-top: 100px;
}

/*Headline-Container*/
#main-content-box .headline{
	text-align:center;
	padding-bottom:30px;
	display:block;
}


/*Category Image (icon) above the standard contents*/
#main-content-box .articleCatImage{
	text-align:center;
	padding-bottom:30px;
}

/*text without left image (optional)*/
#main-content-box .content-noImg{
	max-width: 600px;
	margin: 0px auto;
}


/*Title underlined*/
#main-content-box div.black-line-center {
    content:"";
    width: 30px;
    border: 3px solid #007838;
    padding-bottom: 0px;
	position:relative;
	margin:30px auto 20px auto;
}

/*Image (left) on content sites (also used at frontpage)*/
#main-content-box .content-left-img-container{
	text-align:center;
}

/*Allign left img with right text-block*/
#main-content-box .content-left-img{
	padding-top:5px;
}

/*-------> Content: Buffets

/*--> XpertAccordion Overrides:*/
/*total-container*/
.xac-wrapper {
    margin-bottom:50px;
}

.xac-trigger {
	
}


/*teake back the trigger styling*/
.elegant .xac-trigger {
  
  background-color: #f8f8f8 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8)) !important;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8) !important;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f8f8f8) !important;
  background-image: -o-linear-gradient(top, #f8f8f8, #f8f8f8) !important;
  background-image: -ms-linear-gradient(top, #f8f8f8, #f8f8f8) !important;
  background-image: linear-gradient(top, #f8f8f8, #f8f8f8) !important;
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='#f8f8f8', EndColorStr='#f8f8f8') !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color:#CCC;
  cursor:pointer;
}
/*If we have more then one trigger in one column
  this prevents us from doubble liens between triggers
*/
.noTopLine{
	/*border-color:pink !important;*/
	  border-width: 0px 1px 1px 1px !important;
}


/*Override the content-container*/
.elegant .xac-container {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color:#CCC;
  padding:25px 16px 30px 0px;
  font-size:14px;
}


/*trigger text*/
.xac-trigger h3{
		margin-top:5px;
		margin-bottom:5px;
		margin-left:30px;
}

.xac-trigger h3 span{
	font-size:22px !important;
	line-height:5px !important;	
}
.xac-trigger span{
	padding:0px !important;
	display:inline !important;
	color:#333!important;
}

.xac-trigger .accHeadMain{
	text-transform:none;
}
.xac-trigger .accHeadSub{
	font-weight:400;
	text-transform:none;
}



/*List headers*/
.buffetlist h4{
	margin-left:30px;
	margin-bottom:14px;
	/*margin-top:10px;*/
	margin-top: 0px;
	padding-top: 0px !important;
}

/*h4 with small text assigned*/
h4 span{
	 font-size: 14px;
}


/*Buffetlist text (outsids UL)*/
.buffetlist span{
	display:block;
	margin-bottom:12px;
	margin-left:30px;
}


/*List-Columns*/
.buffetlist{
	width:100%;
	column-count:2;
	column-gap:20px;	
}

/*Adjust some ugly breaks at columns*/
.buffetlist div{
	-webkit-column-break-inside: avoid;
     page-break-inside: avoid;
     break-inside: avoid; 
}

/*override buffetlist for NON Colums Content*/
.noColumns .buffetlist{
	column-count:1;
	column-gap:0px;
	padding-left:15px;
}


.buffetlist ul li{
	padding-bottom:1em;
}

/*----------------> Content:Verleih = Table layouts*/
table caption {
	padding: .5em 0;
}

/*only the first td should have line-breaks*/
.table-responsive td:nth-child(1){
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   /*background-color:yellow !important;*/
   word-wrap: break-word !important;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}


/*----------------> Content:Newsletter (Footer renderd with VisForms)

/*Override: the e-mail input field by extra class (s. visform admin)*/
.be-fromcontrol{

	width: 100% !important;
	height: 34px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #555 !important;
	background-color: #fff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

/*Override for privacy confirm*/
.privacy_header .hasTooltip{
	display:none !important;
}
.privacy_box {
    float: left;
    top: 5px;
    position: relative;
    margin-right: 10px !important;
}

/*Star: For required feeld*/
.privacy_header{
padding-left: 0px !important;
left:-10px;
position: relative;
bottom: -14px;
}


/*Override: same for submit button:*/
.visBtnCon{
	margin-top:25px !important;	
}
.btn-gry{
	text-align:center !important;
	width:100%;	
	height: 34px !important;
	background-color: #fff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}



/*----------------> Content:Beratung = Forms (VisForms overrides)

/*first we have to take back the {position:relative} to get right 
  with bootstrap grid*/
/*
 * CAUTION: (26-09-2017)
 * temporary disused because this prevent Error-Msg to be
 * displayed while the form ist validated!!!

.mcindividual .row-fluid {
    position:inherit !important;
}
*/

/*------> General overide for Link inside Form-Item description:*/
.visCustomText a{
	text-decoration:underline !important;
}


/*get the labels right after inputs*/
.mcindividual .radioItem label,
.mcindividual .multicheckboxItem label{
  display: inline-block;
  text-align: left;
  padding-left:7px;
  position:relative;
  bottom:2px;
}​

.mcindividual .row-fluid {
	/*
	position:inherit !important;
    position:unset !important;
	display:block;
	background-color:blue;
	border:1px solid blue;
	*/
}


/*take back padding from bootstrap grid
  for form Items at col-6 grid*/
.mcindividual .col-md-6, .mcindividual .col-sm-6{
	padding-left:0px !important;
}

form{
	margin:0px !important;
	padding:0px !important;
}

fieldset{
	margin:0px !important;
	padding:0px !important;
}


/*---------> Hard override for visual bugs of visform Default
 CAUTION: This may not work in dynamic VisForm content anymore!
 If you add or delete feldsets you may have to edit this section
 again!*/

/*Radios and hook-boxes*/
.field1_0,
.field2_0,
.field3_0,
.field4_0{
	z-index:100;
	margin-bottom:20px;
}


/*since 20180306----> Debug for VisForms Update*/
.multicheckboxItem [type="checkbox"]{
	max-width:10px !important;
}

.visCSSlabel{
	float:none !important;
}


/*<-------------------------end debug*/

/*sex choise field*/
#field5{
	min-width:184px !important;
	margin-bottom:9px;
}

#field6,
#field7,
#field8{
	margin-bottom:9px;
	width:30%;
}

@media (max-width: 786px) {
	#field6,
	#field7,
	#field8{
		width:100%;
	}
}
/*message text-field*/
#field9{
	width:100%;
}

/*Privacy Police Checker*/
.beratung_privacy_head .hasTooltip{
	margin-left:20px;
}








/*---------> Additional for interim/experimental => static form (2017-10-16)*/

/*override the tremendous (standard) distance between 
  required labels and star-symbol
*/
form#mod-visform1 div.required > label::after, 
form#mod-visform1 div.required > label.checkbox.asterix-ancor::after, 
form#mod-visform1 div.required > span.asterix-ancor::after, 
form#mod-visform1 div.required > div.asterix-ancor > div::after{
	padding-left:0px !important;
}



/*unique spacer after items*/
.mcindividual .radioItem::after,
.mcindividual .multicheckboxItem::after,
.mcindividual .selectItem::after,
.mcindividual .textItem::after,
.mcindividual .textareaItem::after{
	content:"";
	height:5px;
	display:block;	
}

/*unique spacers after every row
EXCLUDING the sex-selection*/
/*
.mcindividual .row::after{
	content:"";
	height:24px;
	display:block;		
}
*/
/*horizontal gap between every 
  form item set*/
.mcindividual .hgap{
	content:" ";
	height:34px;
}
	

.mcindividual .row{

}



.mcindividual .selectItem label{
  display: inline-block;
  text-align: left;
  padding-left:7px;
  position:relative;
  bottom:2px;
}

/*Select fields*/
/*wrap container for selects*/
.mcindividual .selectItem{
	/*reset less-grid padding:*/
	padding-left:0px;
}



/*text-Items*/
/*input type=text - container 
  -> caution!!!!
     name, first-name and e-mail are composited in this container
*/
.mcindividual .textItem{
	padding-bottom:12px;
}

.mcindividual .textItem label{
}

.mcindividual .textItem input{
	width:70%;
}


/*textareaItem-Items*/
/*Wrap textareaItem container*/
.mcindividual .textItem{
}

/*label adjustmend*/
.mcindividual .textItem label{
}


/*Wrap container for TextArea*/
.mcindividual .textareaItem{
	
}

.mcindividual .textareaItem textarea{
	width:90%;
	height:162px;
}



/*Supmit / reset button*/
.mcindividual .form-actions{
	/*overide the less-grid*/
	padding-left:0px;
	margin-top:24px;
}



/*----> 	Content:Referenzen = Override some osGallery settings*/
.referencItems{
	margin-top:30px;
}

/*single prview item*/
.referencItems .img-block{
	-webkit-box-shadow: none !important;
	-moz-box-shadow:none !important;
	box-shadow: none !important;
}

/*scale down the h3 items*/
.referencItems .os-gallery-caption .os-gallery-img-title{
	font-weight:400 !important;
	font-size:14px !important;
	color:#000 !important;
	bottom:-75% !important;
}

/*fly-in captions (if decleared)*/
.referencItems .os-gallery-caption .os-gallery-img-desc{
	font-weight:400 !important;
	font-size:14px !important;
	color:#000 !important;
	width:100%;
	margin:0px !important;
}

/*hide the stupid copyright link*/
.referencItems .copyright-block{
	display:none !important;
}

/*----------------------------------------------------------------> Footer*/
/*section container surrounding the footer*/
#footer{
	padding-top: 50px;
	background-color: #2f3035;
	color:#CCC;
}


#footer h6{
	font-size:20px;
	font-weight:700;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}

#footer a:hover{
	color:#CCC;
	text-decoration:underline;
}

#footer button{
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	color:#28282c;
}

/*Logo-Image*/
.logo-cont .footer_logo{
	position:relative;
	top:-50px;
}

/*Adjust the first Block
  because of the logo top-offset*/
.font-poppins{
	margin-top:-40px;
}

#footer .footer_company{
	font-weight:700;
}

#footer .logo-cont{
    padding-bottom:30px;
}

/*adjust Icon settings*/
#footer .glyphicon{
	padding-right:10px;
}


/*Sitemap Items--->*/
#footer .widget_nav_menu{
	/*text-transform:uppercase;*/
}

#footer .widget_nav_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footer .widget_nav_menu ul li{
	padding-bottom:5px;
}



/*Container for copyright information*/
.copyright-cont {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #28282c;
	float:left;
	width:100%;
}



/*
.meineOma{
    animation-name: mymove;
    animation-duration: 1s; 
    animation-iteration-count: infinite;
}



.meineOma{
	position: absolute;
display: block;
min-height: 30px;
min-width: 30px;
z-index:2;
}

@keyframes mymove {
    0%   {top: 0px; background: red; width: 100px;}
    100% {top: 200px; background: yellow; width: 300px;}
}
*/

/*
@keyframes drehbuch {
    from {  
        -moz-transform:: translate3d(0px, 0px, 0px);
    }
    to {
        -moz-transform:: translate3d(0px, 12.417px, 0px);
    }
}
*/


/*----------------------------------------------------------------> Miscellaneous*/


/*---------------> animated - autoscroll - down button*/
/*outer button container*/
.sd_buttonContainer{
	text-align:center;
	position:relative;
	background:none;
	height:100px;
	z-index:2;
}
/*Unformat a element for this button*/
.sd_buttonContainer a{
	display:block;
	text-align:center;
	text-decoration:none;
	border:none;
	outline:none;
	color:#fff;
	height:100px;
}

/*Button Icon*/
.sd_buttonContainer a span{
	display:block;
	font-size:24px;
	position:relative;
	animation-name: sd_move;
    animation-duration: 4s; 
    animation-iteration-count: infinite;
	-webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    transition: all 5s ease;
}

/*Configure animation-keys for button icon*/
@keyframes sd_move{
    0%   {top: 0px; opacity: 0.3;}
	50%	  {top:20px; opacity: 1;}
    100% {top: 0px; opacity: 0.3;}
}
/*same for Safari*/
@-webkit-keyframes mymove{
    0%   {top: 0px; opacity: 0.3;}
	50%	  {top:20px; opacity: 1;}
    100% {top: 0px; opacity: 0.3;}
}


/*Overrides for CookieHint Plugin------>*/
#redim-cookiehint {
    width: 100%;
    padding: 15px 5%;
    box-sizing: border-box;
    position: fixed;
    background-color: #007838;
    font-size: 14px;
    z-index: 9999999;
}





/*	4.)---[BREAKPOINTS]-------(Only the needed ons to adjust less/bootstrap) --------------------------------------->
##################################################################################################################*/

/*Prevent logo from menu collision*/
@media (max-width: 1300px){
	#header .subpage_headerLogo{
		/*border:1px solid red !important;*/
		height:auto;
		width:30%;
		margin-top:3%;
		/*background-color:blue;*/
	}
	
}



@media (max-width: 1200px){


}


@media (max-width: 990px) {
	/*Get the frontpage-Header fit*/
	/*
	#header .outer_head{
		height:100px;
	}
	*/
	#header .headerLogo_holder img{
		padding-top:15%;
		padding-bottom:2%;
		height:auto;
		width:45%;
	}
	/*prevent header logo on subpages from menu collision*/
	#header .subpage_headerLogo{
		/*border:1px solid red !important;*/
		height:auto;
		margin-top:5%;
	}


	/*Adjust/override single icon-block bottom spacing*/
	#starter-icons .single-icon-wrapper{
		padding-bottom:50px;
		/*background-color:green;*/
	}
	#starter-icons .meta h2{
		padding-top: 10px;
	}
	#starter-icons .meta .description{
		padding-top:0px;
	}
	#starter-icons .meta .start-icon-link{
		pdding-top:6px;
	}
	.gap-100 {
    margin-top: 200px;
	}

	#footer{
		padding-top: 20px;
		background-color: #2f3035;
	}

	#footer .footer-wrapper{
		padding-bottom:20px;
	}
	
		.logo-cont .footer_logo{
			position:relative;
			top:-20px;
		}
		
		/*reset the first Block again*/
		.font-poppins{
			margin-top:0px;
		}
}

@media (max-width: 767px) {

	#header .headerLogo_holder img{
		padding-top:0%;
	}

	/*show brand on mobile view*/
	#brand{
		display:block;
	}
	/*hiding whole header on subpages
	  on mobile view*/
	.subpageHead{
		display:none;
	}
	
	
	/*Menu heading on mobile pages
	  start with black background
	  (because there is no header-img 
	   anymore)
	*/
	.subpage > .navbar-header {
		background-color:#000 !important;
	}
	
	/*also we have to push down the whole
	  content a little bit because there
	  is no header anymore
	*/
	.subpage #main{
		padding-top:150px;
	}



	/*Adjust/overide for Blog-Content right*/
	#main-box .right .cont {
		padding: 20px 0px 100px 0px;
		max-width: auto;
	}
	.content-introtext{
		padding-top:22px;
		/*
		padding-left:14%;
		padding-right:14%;
		*/
	}	

	/*hide left frontpage-content when we
	  cnange to tablet portrait-mode*/
	#starttop .left{
		display:none;
	}
	#main-box .right .cont {
	
		max-width: 100%;
	}

	.gap-100 {
    margin-top: 50px;
	}
	
	.logo-cont .footer_logo{
		text-align:center;
	}

	/*Override the content-container*/
	.elegant .xac-container {
	  padding:25px 10px 30px 0px;
	}

	/*buffets: List-Columns*/
	.buffetlist{
		width:100%;
		column-count:1;
		column-gap:0px;	
	}
}

@media (max-width:540px) {

	#header .headerLogo_holder img{
		padding-top:16%;
		padding-bottom:2%;
		height:auto;
		width:100%;
	}

	#header .outer_head::after{
	  opacity: 0.7;
	}


	#header .headerContent_holder{
		padding-bottom:1%;
	}
	
	.sd_buttonContainer{
		height:50px;
	}
	
	.sd_buttonContainer a{
		height:50px;
	}

}















/*------------------------------------------------------------------------------------------*/





/*CAUTION!!!!! DELETE OR UNCOMMEND AFTER DEVEL PHASE!!!!!!*/

/*Help to see Bootstrap breakpoints*/
#breakpointhelper{
	display:block;
	position:fixed;
	content:"";
	width:100%;
	height:10px;
	bottom:0px;
	background-color:black;
	z-index:99999;
}
/*Bootstrap -xl- 1200-1140*/
@media (max-width: 1140px) {
	#breakpointhelper{
		background-color:green;	
	}
}
/*Bootstrap -lg- 992-960*/
@media (max-width: 992px) {
	#breakpointhelper{
		background-color:blue;	
	}
}
/*Bootstrap -md- 786-720*/
@media (max-width: 786px) {
	#breakpointhelper{
		background-color:yellow;	
	}
}
/*Bootstrap -sm- 576-540*/
@media (max-width: 576px) {
	#breakpointhelper{
		background-color:pink;	
	}
}
/*Bootstrap -col- <540*/
@media (max-width: 540px) {
	#breakpointhelper{
		background-color:red;	
	}
}
