/* ==========================================================================
   bdv custom styles . KOMMENTARE LÖSCHEN . 12-2018
   ========================================================================== */



body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 14px;
}

 /* unvisited link */
a:link {
    color: green;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: yellow;
} 

/* --- TYPO --- */

h1 {
    font-size: 30px;
    color: #666;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.page-header h1{
	margin-bottom: 30px;
}


.item-page h2{
	margin-bottom: 10px;
	padding-top: 12px;
	border-top: 1px solid #C9C4C4;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 300;
}

.logo {
	font-size: 20px;
	text-transform: uppercase;
	color: #3a6120;
	letter-spacing: 0.15em;
}

.logo a {
	margin-left: 60px;

}


img {max-width:100%;}

p {
	width: 100%;
}

.navibar {
	font-size: 14px;
	text-transform: uppercase;
	color: #3a6120;
	letter-spacing: 0.15em;
	padding: 1.5rem 1.5rem;
}

.navbar-fixed-top {
	background-color: #ffffff;
	border-bottom: 2px solid #C9C4C4;

}

.navbar-toggler {
/*	border: 1px solid #C9C4C4;*/
}

/*
#overlaystart {
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000; 
}*/
/*
#text{
	font-weight: 400;
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 2.5em;
    color: white;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
} */

#overlaystart {
    position: relative; 
    width: 100%; 
    height: 100%; 
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000; 
}

#text{
	font-weight: 300;
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 2.5em;
    color: white;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

    
} 


div[itemprop="articleBody"]{
 margin-bottom: 200px;
}

.unterzeile {
	margin-top: auto;
	font-size: 18px;
}


/* ---  MENU   --- */

.menuname {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}

.menu {
	color: #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding-top: 10px;
}

.menu a {
	color: #666;
	font-family: 'Open Sans', sans-serif;

}

.menu li {
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid #C9C4C4;
}

.collapsibleNavbar .moduletable {
	border-top: 1px solid #333;
}


/* --- SLIDER --- */

.dj-image {
	border-bottom: 4px 
}

.slider {
	border-bottom: 3px solid #193109;
}

.banner img{
	width: 100%;

}

/* --- BUTTONS --- */

 .button {
	border: 1px solid #fff;
	color: #ffffff;
	border-radius: 8px;
	padding: 6px 35px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	letter-spacing: 0.1em;
	font-size: 11pt;
	font-weight: 500;
	text-transform: uppercase;
}


/* --- TABELLEN --- */

table {
    border-collapse: collapse;
    border-top: 2px solid black;
}

/*horizontal dividers*/
th, td {
    border-bottom: 1px solid #ddd;
}

td {
    height: 50px;
    vertical-align: top;
}

th, td {
    padding: 5px 5px 10px 5px;
    text-align: left;
}


/* --- GALLERY --- */

.slideplus-navigation {
	margin-top:  15px;
}

/*.slideplus-next {
	background-image: url("../images/pfeil_R.png") !important;
}

.slideplus-previous {
		background-image: url("../images/pfeil_L.png") !important;
}*/

.sigplus-preview {
	padding-right: 11px !important;
}



/* --- SERVICE --- */

.servicebox-wrapper {
	margin: 0 auto;
	display: flex;                  /* establish flex container */
  	flex-wrap: nowrap;              /* default value; can be omitted */
	flex-grow: 1;
  	justify-content: space-around; /* switched from default (flex-start, see below) */
	align-items: stretch;
    padding: 15px;
}

.servicebox {
	height: 30%;
	width: 22%;
/*	border:  1px solid #C9C4C4;
*/	text-align: center;
	padding: 10px;
	border-radius: 10px;
/*	margin:  0 3% 0 3%;
*/}

.servicebox a {
	text-transform: uppercase;
	color: #193109;
	font-size: 20px;
	margin: 15px 0 15px 0 ;
	display: block;

}

.servicebox span {
	color: #999;
	text-transform: none;
	font-size: 14px;
}


.servicebox img {
	width: 70px;
	height: 70px;
}

.inhalt {
	margin-top: 4%;

}


/* --- INFOBOX IST EIGENTLICH SERVICE !!!! --- */

.service {
	background-color: #193109;
	padding: 60px 0 60px 0;
}

.infobox-wrapper {
	margin: 0 auto;
	display: flex;                  /* establish flex container */
  	flex-wrap: nowrap;              /* default value; can be omitted */
	flex-grow: 1;
	align-items: stretch;
    padding: 15px;
    color: #c5cbc1;
/*  	border: 1px solid red;*/
  	text-align: center;
    
}

.infobox .bt {
	color: white;
}

.infobox-wrapper .moduletable {
	padding: 10px;
/*	margin:  0 3% 0 3%;	*/
}

.infobox-wrapper h3 {
	text-transform: uppercase;
	color: #193109;
	font-size: 20px;
	line-height: 14px;
	font-weight: 300;
	margin: 15px 0 15px 0 ;
}

.infohead {
	color: #c5cbc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	width: 100%;
	padding: 15px 25px 15px 25px;
	justify-content: center;
/*	border: 1px solid yellow;*/
}

.infohead h3 {
	font-size: 18px;
	color: #c5cbc1;
}

.infobox {
/*		border: 1px solid green;*/
	
}

.infobox p {
/*	margin:  15px 0 15px 0;
*/	text-align: center;
}

.info2boxen{
	display: flex;
	justify-content: center;

}


/* --- SECONDINFOBOX --- */

.secondbox-wrapper p, 
.infobox-wrapper p {
	font-size: 14px;
	letter-spacing: 0.1em;
}

.secondbox-wrapper {
	margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.secondbox-wrapper .button {		
	background-color: #33cc33;
	color: #ffffff;
}

.secondbox_buttons {
	margin: 30px 0 22px 0;
}
.secondbox-wrapper a:hover {		
	background-color: #006600;

}

.secondbox-wrapper .moduletable {
	padding: 10px;
	margin:  0 3% 0 3%;	
}

.secondbox-wrapper h3 {
	text-transform: uppercase;
	color: #193109;
	font-size: 18px;
	line-height: 14px;
	font-weight: 300;
	margin: 15px 0 15px 0 ;
	letter-spacing: 0.1em;
}




/* --- FOOTER --- */

.footer {
	background-color: #eaebe5;
	border-bottom: 100px solid #193109;
}

.footerbox-wrapper {
	margin: 0 auto;
	display: flex;                  /* establish flex container */
  	flex-wrap: nowrap;              /* default value; can be omitted */
	flex-grow: 1;
	align-items: stretch;
    padding: 15px 0 15px 0;
}

.footerbox-wrapper .moduletable {
	padding: 10px;
	margin:  0 3% 0 3%;	
}

.footerbox-wrapper h3 {
	text-transform: uppercase;
	color: #193109;
	font-size: 20px;
	line-height: 14px;
	font-weight: 300;
	margin: 15px 0 15px 0 ;
	display: block;
}

.footerbox-wrapper .nav {
	flex-direction: column;
	align-content: flex-start
}
.footerbox-wrapper .links_navi > li  {
	border-bottom: 1px solid #fff;
	line-height: 30px;
}

.footerbox-wrapper .menu li {
    text-align: left;
    width: 100%;
}

.footerbox .links_navi{
	width: 300px;
}



/* ---  FORMULARE   --- */

#ff_form1 {
	margin: 0 60px 0 75px;
		font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.ff_formdiv1 {
	margin: 0 60px 0 85px;
}

.bfbs3-control-label {
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
}

.bfLabelBlock {
	font-family: 'Open Sans', sans-serif !important;
font-weight: 300 !important;

}

.bfbs3-row {
	margin-left: 0px !important;
}


/*- antwortformular -*/





/* --- utilities --- */
.buttons {
	height: 30px%;
	width: 60px;
	border:  1px solid #C9C4C4;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin: 3px;
}

/* ==========================================================================
   Zoomen fuer Mobile Geräte
   ========================================================================== */
   
/* -- für geräte kleiner als ... -- */

/* @media (max-width: 470px) {
	
	

}*/


/* -- für geräte größer als ... -- */

@media (min-width: 170px) {

	#overlaystart {
  	  top: 50%;
	}

	#text{
  	  font-size: 1.6em;
  	  margin-top: 20%;
  	  
	}

	.servicebox {
		height: 30%;
		width: 100%;
/*		margin-top: 15px;
*/	}

	.servicebox a{
		line-height: 1.2em;
	}

	.servicebox span{
		line-height: 0.2em;
	}

	div[itemprop="articleBody"]{
 		margin-bottom: 70px;
	}

	.servicebox-wrapper {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
  	justify-content: space-around; /* switched from default (flex-start, see below) */
	align-items: stretch;
/*    width: 72%;
*/    padding: 15px 15px 60px 15px;
	}

.secondbox-wrapper {
width: 90%;
padding: 15px 0 15px 0;
    
}

.secondbox-wrapper img {
	width: 90%;
	text-align: center;
}

.infobox-wrapper {		
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
	flex-direction: column;
/*    width: 100%;*/
	padding: 15px 0 15px 0;
}

.info2boxen{
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
	justify-content: center;

}


/*img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}*/

.footerbox-wrapper {		
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
	flex-direction: column;
	padding: 15px 0 15px 0;
}


.footerbox-wrapper .moduletable {
	margin-top: 15px;
}



	.item-page {
		margin: 0 30px 0 30px;
	}


	.logo a {
	    margin-left: 15px;
	}
	
}


/* Kleine Geräte grösser als 768px */
@media (min-width: 768px) { 

	#overlaystart {
  	  top: 70%;
	}

	#text{
  	  font-size: 2.1em;
  	  margin-top: 18%;
	}

	div[itemprop="articleBody"]{
 		margin-bottom: 80px;
	}
	
	.servicebox-wrapper {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		flex-direction: row;
	  	justify-content: center; /* switched from default (flex-start, see below) */
		align-items: stretch;
	    width: 80%;
    	padding: 15px 15px 60px 15px;
	}
	
	.footerbox-wrapper .moduletable {
		width: 400px;
	}
	
	.infobox-wrapper {		
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column;
		width: 100%;
		padding: 15px 25px 15px 25px;
		justify-content: center;
	
	}
	
	.info2boxen{
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		flex-direction: row;
		justify-content: center;
	
	}
	
	.secondbox-wrapper {
		width: 80%;
		padding: 15px 0 15px 0;
    
	}
	
	.infobox {
width: 100%; 
height: auto
	}
	
	.footerbox-wrapper {		
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		flex-direction: row;
		width: 100%;
		padding: 15px 25px 15px 25px;
		justify-content: center;
	
	}

	.item-page {
		margin: 0 60px 0 75px;
	}
	
	.logo a {
	    margin-left: 60px;
	}
	

}


/* Mittlere Geräte größer als 992px */
@media (min-width: 992px) { 

	#text{
		  font-size: 2.1em;
		  margin-top: 18%;
	}

	.navbar-nav {
		flex-direction: row;
		padding-left: 60px;
	}
	.navibar .menu li {
		padding-right: 15px;
		border-bottom: none;
	
	}

	p {
		font-size: 16px;
		line-height: 24px;
	}
	
	div[itemprop="articleBody"]{
 		margin-bottom: 200px;
 		padding-right: 300px;
	}

}

/* Große Geräte größer als 1200px */
@media (min-width: 1200px) { 

	#overlaystart {
  	  top: 340px;
	}

	#text{
  	  font-size: 3.5em;
  	  margin-top: -6%;
	}



}

@import url("tabelle.css");


