/* CSS Document */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* ------------------------- Hauptstyles ------------------------------------------------------ */
/*@font-face {
    font-family: Nexa;
    src: url(../fonts/NexaLight.otf);
	font-weight:normal;
}
@font-face {
    font-family: Nexa;
    src: url(../fonts/NexaBold.otf);
	font-weight:bold;
}
*/
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: bold;
	font-weight: 700;
	src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }


body
{
	margin:0px;
	height:100%;
	color:#727375;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	
}

/* TinyMCE specific rules */
body.mceContentBody {
	margin:0;
	background: #FFFFFF;
	color:#000000;
}

p
{
	padding:0;
}
p.nospace
{
	padding:0;
	margin:0;	
}
img
{
	border:none;
	width:100%;
}

h1
{
	margin: 2em 0 1em 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-size:1.2em;
}
h1.item_main
{
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	font-weight:normal;
	font-size:1.5em;
	color:#9fa356;
}
h2
{
	margin:1.5em 0 0.7em 0;
	font-size: 1.2em;
	font-weight:bold;
}
h3
{
	margin-bottom:0.5em;
	margin-top:1em;
	font-size: 1.2em;
	font-weight:normal;
}

dd
{
	color:#999999;
	font-style:italic;	
}
ul
{

}
li
{	

}
iframe
{
	border:0;	
}

#font_size div.font_size_text
{
	padding-top:4px;
}
a:link, a {
text-decoration:none;
font-size: 1em;
transition: all 0.4s ease;
}
a:hover {
color:#f07305;
transition: all 0.4s ease;
}


img, object, embed, video {
	max-width: 100%;
}

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin:0;
padding:0;
} 

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
navigation {
}

.teaser {
width: 100%;
}
article {
width: 100%;
}

.container {
width: auto;
}

a {
text-decoration: none;
color: inherit;
transition: color .4s ease;
}

strong
{font-weight: bold;}

figcaption
{line-height: 25px;
font-size:14px;
}

figcaption strong
{border-bottom: 1px solid #D6D0C1;
padding-bottom:10px;
margin: 10px 0;
display:block;}

.clear
{clear:both;
height:1px;}

.hidden
{position:absolute;
clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
clip: rect(1px, 1px, 1px, 1px);}

ul.boxes {
margin:0;
padding:0;
list-style:none;
clear:both;	
}

ul.boxes li {
margin:0.5em 0.5em;
text-align:center;
}

#team ul.boxes li {
background-color: #f0f0f0;
}

ul.boxes li img {
border-top:0.3em solid #ef7b0e;
}

ul.boxes li h2 {
font-size:1.4em;
color:#455a22;
font-weight:normal;	
margin: 0;
padding:0.5em;
}

ul.boxes li h3 {
font-size:1.2em;
font-weight:normal;	
margin: 0;
padding:0 0 0.2em 0;
}

ul.boxes li div.text {
font-size:0.8em;
padding: 0.5em 1em;
}
ul.boxes li div.text h2 {
padding:0.5em 0;
}

#team ul.boxes li div.text h2 {
padding:0.5em 0 0 0;
}


ul.boxes li a.more {
margin: 0.5em 0 0 0;
display:block;
}

#cicler.headpic_widget {
clear:both;
}

a.more{
color:#f07305;
transition: all 0.4s ease;
}
a.more:hover{
color:inherit;
transition: all 0.4s ease;
}

img.detail.right{
	float:none;
	width:100%;
	padding-left:0;
}



/* --- /General ------------------------------------------------------------------------------- */

/* --- Header --------------------------------------*/
header
{
position:relative;
width:100%;
margin: 0 auto 0 auto;}

header h1
{margin: 35px 0 0 0;
font-size: 55px;
}
header p
{
margin:0;
}

.main_logo {
width:100%;
text-align:center;
font-size:1.5em;
font-weight:bold;
padding:0.5em;
}
div.desktop {
display:none;
}
div.mobile {
display:block;
margin:0;
}

a#top {
position:absolute;
top:0;
height:1px;
}

/* --- /Header -------------------------------------*/

/* --- Navigation --------------------------------------*/

nav {
	position:relative;
	left: 0;
	width: 100%;
	display:none;
}
nav ul {
list-style:none;
padding:0;
margin:1em;
border:1px solid #9ea651;
border-radius:0.5em;
}

nav ul li {
color: #727375;
padding: 0;
letter-spacing: 0.1em;
text-align: center;
text-transform: uppercase;
}
nav ul li a, nav ul li a:link, nav ul li a:visited {
display:block;
padding: 1em 0;
border-bottom: 1px solid #9ea651;
transition: all 0.35s ease;
text-decoration:none;	
}

nav ul li:last-child a {
border-bottom:none;
}

nav ul li a:hover {
transition: all 0.5s ease;
text-decoration:none;
color:#f07305;
}

nav ul li ul {
display:none;
}

.mobile_menu {
position: relative;
left:50%;
transform:translateX(-50%);
width:auto;
height:3.5em;
margin-top:1em;
cursor:pointer;
background-image: url(../bilder/menu.png);
background-position:center top;
background-repeat:no-repeat;
background-size: 3em;
text-align:center;
color:#4b601d;
}
.mobile_menu p {
display:block;
padding:0;
margin:0;
bottom:0;
position:absolute;
left:50%;
transform:translateX(-50%);
}

a.button_top {
width:100%;
height:2em;
background-image:url(../bilder/zoechbauer-button-nach-oben.gif);
background-repeat:no-repeat;
background-size:contain;
background-position:center top;
display:block;
margin:0.5em 0;
}

/* --- /Navigation --------------------------------------*/

.main_text {
	padding:0 0 1em 0;
	display:block;
}
h1.item_main {
	padding:1em 0 0 0;
}

/* ---- SCROLL ---------------------------- */
ul.scroll {
list-style:none;
padding:0;
margin:0;
}

ul.scroll li {
list-style:none;
padding:0;
margin:0 0 2em 0 ;
}
/*ul.scroll li:after {
content: "";
display:block;
height:2em;
clear:both;
width:100%;
}*/

ul.scroll li div.left {
background-color:#f6aa41;
width:100%;
margin:0;
text-transform:uppercase;
padding: 2em 0;
}

ul.scroll li div.left span.head {
font-size:x-large;
letter-spacing: 0.2em;
font-weight:bold;
display:inline-block;
position:relative;
left: 50%;
transform: translateX(-50%);
padding:0;
width:auto;
}

ul.scroll li div.left span.head:before {
content: "";
display: block;
position:absolute;
background-size:contain;
width: 2em;
height: 2em;
right:calc(100% + 0.5em);
top:50%;
transform:translateY(-50%);
}

ul.scroll li div.right {
background-color:#031f5a;
color:#FFF;
width:100%;
text-align:center;
text-transform:uppercase;
padding: 1em 0;
}
ul.scroll li div.right span.head p {
margin:0;
padding:0;
}

ul.scroll li div.image {
position:relative;
width:100%;
height:40vw;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}

ul.scroll li div.loadlater {
background-size:auto !important;
}

img.loadlater {
width:auto;
display: block;
margin-left: auto;
margin-right: auto;
}

ul.scroll li div.text {
background-color:#cccbcb;
padding:2em;
margin-top:-0.2em;
}

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

/* --- Galerie / News ------------------------------------------*/

#galerie {
}
#galerie ul, #news ul {
list-style:none;
padding:0;
margin:0;	
}
#galerie h1.head, #news h1.head {
font-size:1.3em;
font-weight:normal;	
}
#galerie .end, #news .end {
clear:both;
}
#galerie li.pic, #news li.pic {
padding:0.5em
}
#news li {
padding-bottom:2em;
}
#news .date, #news .content_date {
font-size:0.8em;
}

#main_content ul {
margin: 0 0 0 1.5em;
}

#main_content ul.boxes {
margin:0;
}

/* --- /Galerie / News -----------------------------------------*/

/* --- SLIDER -------------------------- */
/* Prevent the slideshow from flashing on load */

.slider {
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:relative;
min-height:15em;
float:none;
}

.bx-wrapper {
height:15em;
}

.bx-pager {
  position:absolute;
  top: 75%;
  top: calc(70% + 2.2em);
  left:50%;
  transform:translateX(-50%);
  list-style: none;
  z-index:100;
  display:block;
}

.bx-pager-item {
  float: left;
  margin: 0 0.1em;
  height:0.3em;
  width:1.5em;
}

.bx-pager-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color:none;
  color:transparent;
  overflow:hidden;
  border:1px solid #FFF;
}

.bx-pager-item a.active,
.bx-pager-item a:hover.active {
  background-color:#FFF;
}

._lightbox {
	width: 100%;
}
	
.SliderContentContainer
{
width:100%;
padding:1em;
z-index:60;
text-align:center;
display:none;
}
.SliderContent span.main {
	
}
.SliderContent span.sub {
	color:#9fa356;
}
ul.bxslider {
list-style:none;
}

.SliderContent {
position:relative;
margin:0;
padding:0;
}
.SliderContent span {
display:block;
}

#slider_content0 {
	display:block;
}


.SliderContent h3
{
font-size:1em;
font-weight:normal;
margin:0;
padding:0;
}

.zeroMargin_mobile
{margin-left: 0;}

.hide_mobile
{display: none;}

/* --- /Slider --------------------------------------- */

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

div.slogan {
margin: 1.5em 0.5em;
}

ul.content {
list-style:none;
margin:0 !important;
padding:0;
}
ul.content li {
background-color:#d9dadb;
padding:0.5em 0;
margin: 0;
margin-bottom:1em;
}

ul.content li div.text {
padding:0 0.5em;
clear:both;
}

#news li.content {
padding:0.5em;	
}

ul.content h1.head {
color:#9fa356;
padding:0.5em 0 0 0;
margin:0;
}


ul.content li h2.head {
margin:0;
padding:0.3em 0;
}

ul.content div.text_sub {
padding:0 0.5em;
}


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

/* --- Footer --------------------------------------*/
footer
{
position:relative;
width:100%;
margin: 0.5em auto 0 auto;
background-color:#d9d8d8;
}

footer .gridContainer:before{
content:"";
display:block;
height:0.1em;
background-color:#FFF;
margin:0.1em 0 0 0;
position:relative;
top:0;
widht:100%;
}

footer .gridContainer{
position:relative;
width:100%;
max-width:100%;
padding:0;
}


footer h1
{margin: 35px 0 0 0;
font-size: 55px;
color: #00ADE1;
}

footer .block_container {
width:100%;
max-width:1232px;
margin:0 auto;
}

footer .footer_block {
width:100%;
font-size:0.8em;
padding:0.5em;
background-color:#cccbcb;
}

footer .copyright, footer .design_by, footer nav {
text-align:center;
width:100%;
padding:0.5em;
}

footer .container {
position:relative;
width:100%;
padding: 0 0 2em 0;
}
footer .container:after {
content:"";
display:block;
clear:both;
}
footer p {
margin-bottom:0;
}

footer #footercol {
max-width:1232px;
margin: 0 auto;
}

footer ul.footercol {
padding-top:2em;
margin:0;
list-style:none;
}

footer ul.footercol li {
padding: 0 3% 2em 3%;
}

footer ul.footercol li p {
margin:0 0 1em 0;
}

footer ul.footercol h2 {
margin:0 0 1em 0;
font-weight:bold;
font-size:x-large;
text-transform:uppercase;
letter-spacing: 0.2em;
}

div.widget_html.social {
	padding-top:1em;
	clear:both;
	text-align:center;
}
div.widget_html.social a {
	height:2em !important;
	display:inline;
	margin: 0 1em;
}
div.widget_html.social a:first-child {
	margin-right: 0;
}
div.widget_html.social .facebook {
	content:url(../bilder/facebook.png);
	
}
div.widget_html.social .youtube {
	content:url(../bilder/youtube.png);
}
div.widget_html.social .googleplus {
	background-image:url(../bilder/g+icon.png);
}
div.widget_html.social .twitter {
	background-image:url(../bilder/twitter.png);
}
div.widget_html.social .rss {
	background-image:url(../bilder/feed-icon.png);
}

div.widget_html.social a:hover {
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
transition:all 0.3s ease;
}

#menu_bottom {
margin:0;
float:none;
width:auto;
font-size:1em;
display:block;
position:relative;
}

#menu_bottom ul {
position:relative;
display:block;
padding:0;
float:left;
/*margin:0px auto;
left:50%;*/
}

#menu_bottom ul li {
position: relative;
background:none;
color:inherit;
letter-spacing:normal;
border:none;
display:inline-block;
margin:0px;
padding:0 1em 0 1em;
/*right: 50%;*/
}

#menu_bottom ul li.trennzeichen {
	display:none;
}

#menu_bottom ul li a, #menu_bottom ul li a:link, #menu_bottom ul li a:visited {
background: none;
display:block;
padding: 1em;
border: none;
transition: all 0.5s ease;
text-decoration:none;
width:auto;	
}

#menu_bottom ul li a:hover, nav ul li a.sel {
background:none;
transition: all 0.5s ease;
text-decoration:none;
color:#f07305;
}

/* --- /Footer -------------------------------------*/

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	/*padding-left: 1.1625%;
	padding-right: 1.1625%;*/
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 100%;
}
.footer {
}
.teaser {
width: 100%;
}

.article {
width: 100%;
}
.container {
width: auto
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
footer .column {
	width: 100%;
	padding-right:0.635%;
	padding-left:0.635%;
}

ul.boxes li {
float:left;
width:calc(50% - 1em);
padding: 0;	
}

img.detail.right{
	float:right;
	width:40%;
	padding-left:1em;
}

footer nav {

}

}


@media only screen and (min-width: 651px) {
.main_logo {
width:100%;	
}
.mobile_menu {
display:none;
}

nav {
	width: 100%;
	display:block;
	clear: both;
	float: left;
	overflow: hidden;
	z-index:1000;
}

nav ul {
margin:0.2em 0;
display:block;
padding:0;
/*left:50%;
transform:translateX(-50%);*/
width:auto;
text-align:center;
list-style:none;
border:none;
border-radius:0;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}

nav ul li {
position: relative;
background:none;
letter-spacing:normal;
border:none;
display:inline-block;
margin:0;
padding:0;
}

nav ul li:hover {
transition: all 0.4s ease;
}

nav ul li.sel {
}



nav ul li a, nav ul li a:link, nav ul li a:visited {
background-color:none;
display:block;
border: none;
transition: all 0.4s ease;
text-decoration:none;
width:auto;
padding: 1em;	
font-size:0.8em;
color:#4c4c4c;
}


nav ul li a:hover, nav ul li a.sel {
transition: all 0.5s ease;
text-decoration:none;
color:#FFF;
background-color:#ced0a8;
}

#menu_bottom ul {
margin:0px auto;
left:50%;
}


#menu_bottom ul li {
right: 50%;
float:left;
}

#menu_bottom ul li.trennzeichen {
	display:block;
	padding: 1em 0;
}

ul.scroll li {
clear:both;
position:relative;
}
ul.scroll li div.header {
width: 50%;
float:none;
}
ul.scroll li div.left {
padding:1em;
}
ul.scroll li div.right {
padding:2em 1em;
}
ul.scroll li div.text {
float: none;
width: 50%;
}

ul.scroll li div.image {
float:right;
width:50%;
position:absolute;
right:0;
top:0;
height:100%;
}

footer .container {
padding: 0 0 2em 0;
}

/* --- Galerie ------------------------------------------*/

#galerie {
}
#galerie h1.head, #news h1.head {
margin-top:0;
}
#galerie .pic {
float:left;
width:40%;
}
#galerie li.pic {
float:left;
width:50%;
}
#galerie div.text {
float:left;
width:60%;
padding-left:1em;
}

/* --- /Galerie -----------------------------------------*/

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

div.slogan.desktop {
display:block;
}
div.slogan.mobile {
display:none;
}

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

ul.content li {
background:none;
padding:0.5em 0;
margin-bottom:1em;
}

ul.content li div.text {
padding:0;
clear:none;
}

ul.content h1.head {
color:#9fa356;
padding:0 0.5em 0.5em 0.5em;
margin:0;
float:right;
width:60%;
}

ul.content h2 {
margin:0;
padding:0.3em 0;
}

ul.content div.text_sub {
padding:0;
float:right;
width:60%;
}

ul.content div.img {
padding:0 0.5em 0 0;
float:left;
width:30%;;
}

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

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	/*padding-left: 0.75%;
	padding-right: 0.75%;*/
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.main_logo {
width:100%;
text-align:center;
font-size:1.5em;
font-weight:bold;
}
.main_logo div.desktop {
display:block;
width:40%;
margin:0 auto;
}
.main_logo div.mobile {
display:none;
}
.main_logo div.desktop span {
display:inline-block;
}
.main_logo div.desktop div.logo {
content:"";
display: inline-block;
margin: 0 0.8em;
height:5em;
vertical-align:middle;
background-size:contain;
}
footer {
font-size:0.9em;
}

.teaser {
width: 100%;
}
.article {
width: 57.6271%;
}
.container {
width: 724px
}
._lightbox {
width: 100%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
      display: none;
}

nav ul li a, nav ul li a:link, nav ul li a:visited {
font-size: 1em;	
}

.slider{
position:relative;
min-height:25em;
}

.bx-wrapper {
height:25em;
}

.bx-pager {
  position:absolute;
  top: 70%;
  top: calc(70% + 5em);
  left:50%;
  transform:translateX(-50%);
  list-style: none;
  z-index:100;
}
.SliderContentContainer
{
width:30%;
padding:1em;
text-align:center;
float:left;
}
.SliderContent {
position:relative;
margin:0;
padding:0;
}
.SliderContent span.main {
	font-size:2em;
	word-spacing: 20em;
}
.SliderContent span.sub {
	padding:4em 0 0 0;
	font-size:1.2em;
	word-spacing: 20em;
}
.bx-wrapper {
width:100%;
}

#slider_content0 {
	display:block;
}

.container
{width:auto;
margin: 0 auto;
position:relative;}

.SliderContent h3
{
font-size:2.5em;
font-weight:normal;
margin:0;
padding:0;
}

#main_content div.right {
float:right;
width:80%;
}

#main_content div.left {
float:left;
width:20%;
padding: 0 1em 0 0;
}

footer .column
{
	float:left;
	width: 33.33333333%;
}

footer .midlist {
	padding-left:0.635%;
}
footer .rightlist {
	padding-right:0;
	padding-left:0.635%;
}

#galerie li.pic {
float:left;
width:33.33333333%;
}

footer div.copyright { 
text-align:left;
float:left;
width:60%;
padding:1em;
}
footer div.design_by {
text-align:right;
float:right;
width:40%;
padding:1em;
}

footer ul.footercol {
margin:0 1em;
}

footer ul.footercol li {
padding: 0 0 2em 0;
}

}
@media only screen and (min-width: 1050px) {
body {
	font-size:large;
}
.main_text {
	padding:0em 0 2em 0;
}
h1.item_main {
	padding:1em 0 0 0;
}
.main_logo {
font-size:2em;

}

#galerie li.pic {
float:left;
width:25%;
}

ul.boxes li {
width:calc(33.3333333% - 1em);
}

ul.scroll li div.header {
width: 100%;
float:none;
}

ul.scroll li div.text {
width: 100%;
float:none;
padding:2em 15%;
}

ul.scroll li div.left {
height:4em;
float:left;
width:40%;
padding:0 0 0 15%;
margin:0;
text-align:left;
text-transform:uppercase;
}

ul.scroll li div.image {
position:relative;
width:100%;
height:40vh;
float:none;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}

ul.scroll li div.left span.head {
display:block;
position:relative;
top: 50%;
transform: translate(-50%,-50%);
padding:0;
text-align:left;
}
ul.scroll li div.left span.head:before {
content:none;
}
ul.scroll li div.left:before {
content: "";
display: block;
position:relative;
background: url("../bilder/logo.png") no-repeat;
background-size:contain;
width: 2.5em;
height: 2.5em;
float: left;
top:50%;
transform: translateY(-50%);
margin-right: 0.5em;
}

ul.scroll li div.right {
height:4em;
float:right;
width:60%;
text-align:right;
padding: 0 15% 0 0;
margin:0 0 0.5em 0;
}
ul.scroll li div.right span.head {
display:block;
position:relative;
top: 50%;
transform: translateY(-50%);
padding:0;
}

}
@media only screen and (min-width: 1232px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
nav {
	font-size:1.1em;
}
.teaser {
width: 100%;
}
.section1 {
width: 100%;
}

.four_columns article.img-item {
width: 25%;
padding-right:0.635%;
padding-left:0.635%;
}

.article {
width: 57.6271%;
}
._lightbox {
	width:50%;
	float:left;
	padding: 0 0.635% 1em 0;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
.text_columns{
	clear:none;
	width:50%;
	float:left;
	padding: 0 0 1em 0.635%;
}

}


#pinnwand ul li.fullwidth {
width:calc(100% - 1em) !important;
}
/* ---------------------------------------------------------------------------------------------- */


/* ----- Main Text Formatierungen --------------------------------------------- */

span.main_text img {
width:auto;
}

/* ----- ENDE: Main Text Formatierungen --------------------------------------- */

.head_line
{
	overflow:hidden;
	height:1px;
	border-top:dotted 1px #666666;
	/*background-color: #dddddd;*/
	margin-bottom:25px;
}
.zurueck
{
	width:100%;
	padding-top:15px;
	padding-bottom:7px;
	clear:both
}


/* Link Head */
a.link_content_head:link, a.link_content_head:visited, a.link_content_head:hover 
{
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.link_content_head:hover 
{
	text-decoration:underline;
}

a.link_news_head:hover
{
	color:#e30613;
	text-decoration: underline;
}
a.index_unten_content_link:link, a.index_unten_content_link:visited, a.index_unten_content_link:hover
{
	color:#f07305;
	text-decoration:none;
	font-size:1em;
}
a.index_unten_content_link:hover
{
	text-decoration:underline;
}

div.dbnavi
{
	font-size:0.9em;
	padding-top:20px;
	color:#999999;
	width:100%;
	text-align:center;
}
div.dbnavi grau
{
	color:#666666;
}
div.dbnavi a
{
	font-size:1em;
	color:#999999;
}
div.dbnavi a:hover
{
	color:#f07305;
}
div.end
{
	clear:both;	
}
.shadow
{
	box-shadow: 2px 2px 10px 0px #AAA;	
}
span.red {
color:#e30613;	
}
#cookie_directive_container {
	position: fixed;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 0;
	z-index:1000;
}
#cookie_directive_container div.navbar {
	position: relative;

}
#cookie_directive_container div.navbar .container{
	padding: 1em 6em 1em 1em;
}
#cookie_accept a.btn {
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	background-color: rgba(255,255,255,0.8);
	padding: 0.1em 0.5em;
	border-radius: 3px;
}
#cookie_accept a.btn:hover {
	background-color: rgba(255,255,255,0.5);
}