
/* selfhosted fonts */

/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}





/* CSS RESET */
* { margin:0; padding:0; padding:0; font:inherit; line-height:inherit; }
address,caption,cite,code,dfn,em,var { font:inherit; color:inherit; line-height:inherit; }
fieldset,img,abbr,acronym { border:0; }
 
/* CSS DEFAULT */
html { overflow-y:scroll; }
li { list-style:none; }
img { vertical-align:bottom; }
table { }

body {
	font-family:'Lato',Arial, Helvetica, sans-serif;
	color:#4e4b46;
	background:#eee8df;
	font-weight:400;
	font-size:15px;
	line-height:23px;
	}

#cookies{
      position:fixed;
      height:89px;
      width:249px;
	  line-height:17px;
      bottom:10px;
	  font-size:12px;
      right:10px;
      background-color:white;
      color:#525252;
      padding:8px;
      border:1px solid #CCCCCC;
      box-shadow:0 0 20px 0px rgba(0,0,0,0.5);
      z-index:1000050;
}
#cookies a{
      color:black;
      text-decoration:none;
      font-weight:bold;
}
#cookies .button{
      background-color: #820229;
      padding:5px;
      text-align:center;
	  color:white;
      margin-top:10px;
      cursor:pointer;
	  text-transform:uppercase;
	  font-size:11px;
}
.content_id_452 tr td {
    border-bottom: 1px solid #dcd2c5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content_id_452 table {
    border-top: 1px solid #dcd2c5;
}
a {
	color:#870c31;
	text-decoration:none;
	}

a.facebook {
	background:url(../img/facebook.gif) no-repeat right top;
	padding-bottom: 4px;
    padding-right: 28px;
    padding-top: 4px;
	}

#footer_stretch a.facebook:hover {
	color:#3c5a99 !important;
	}

.content_id_392 ul li, .content_id_434 ul li, .content_id_442 ul li {
    list-style: square;
    margin-left: 16px;
}
.onecol {
	width:33.33%;
	float:left;
	}

.twocols {
	width:66.66%;
	float:right;
	}

h2 {
	font-size:27px;
	font-weight:400;
	color:#685f54;
	line-height:36px;
	letter-spacing: 2.5px;
	text-transform:uppercase;
	}

hr {
    border-color: -moz-use-text-color;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin-bottom: 18px;
    margin-top: 23px;
}

h3 {
	font-size:17px;
	font-weight:300;
	color:#685f54;
	line-height:23px;
	text-transform:uppercase;
	}
	
h4 {
	font-size:13px;
	font-weight:300;
	color:white;
	line-height:17px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;
}

.red {
    color: #870c31;
    font-weight: bold;
}

h3.underline {
    padding-bottom: 20px;
}

#box3 h4 {
	border-bottom:1px solid #a24e68;
	}

#box3 h3, #box3 h2 {
    text-align: right;
	color:white;
}

#box3 h2, #subnavigation_stretch h2 {
	font-size:29.5px;
	font-weight:400;
	color:white;
	line-height:39px;
	letter-spacing:0px;
	text-transform:uppercase;
	}
.site283 {
    display: none !important;
}
.content_id_384 li {
    border-color: #dcd2c5 #dcd2c5 #dcd2c5 #970431;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    color: #970431;
    font-weight: 700;
    margin-bottom: 11px;
    padding-bottom: 10px;
    padding-left: 2%;
	list-style:none;
    padding-top: 10px;
    width: 99%;
}
#box3 h4 {
    margin-top: 24px;
}

em, i {
    font-style: italic;
}

strong, b {
	font-weight:bold;
	}

/* KLASSEN */
.clear { float:none!important; display:block!important; clear:both!important; padding:0!important; }

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

.content_id_346, .content_id_338, .content_id_342, .content_id_344 {
    background: #f7f4f0 none repeat scroll 0 0;
    border: 1px solid #d7cbbd;
    margin: 9% 19%;
    padding: 4%;
}
#redtop_stretch {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0021+25,96063c+79 */
	background: #6d0021; /* Old browsers */
	background: -moz-linear-gradient(left,  #6d0021 25%, #96063c 79%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6d0021 25%,#96063c 79%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6d0021 25%,#96063c 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0021', endColorstr='#96063c',GradientType=1 ); /* IE6-9 */
	height:40px;
	width:100%;
}	
.navigation .site207, .navigation .site209, .navigation .site211, .navigation .site7 {
    display: none;
}

.content_id_338 {
    margin-bottom: 182px;
}
#headline h2 {
    color: white;
    font-size: 66px;
    font-weight: 300;
    line-height:69px;
    text-transform: uppercase;
}
#beigetop_stretch {
background:url(../img/beigetop.gif) repeat center top;
	height:106px;
	border-bottom:1px solid #c4b5a4;
	}

#leistungen_navigation {
    float: left;
    padding-top: 26px;
    width: 740px;
}
#logo {
    background: white none repeat scroll 0 0;
    position: absolute;
    right: 72px;
    top: -40px;
    width: 202px;
	text-align:center;
-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.4);
}
#main_stretch {
	background:url(../img/bg_home.jpg) no-repeat top center;
	padding-top:60px;
	padding-bottom:58px;
	}

#main_stretch_unterseite {
	background:url(../img/bg_home.jpg) no-repeat top center;
	height: 69px;
    padding-bottom:35px;
    padding-top: 30px;
	}
	
#slider, #slides {
    height: 360px;
    width: 100%;
	position:relative;
    z-index: 1;
}

#box1, #box2, #box3 {
	height:360px;
}

.content_type_contentGallery li {
    float: left;
    margin-right: 2%;
    width: 31%;
	margin-bottom:15px;
}
.content_type_contentGallery li img {
    height: auto;
    max-width: 100%;
}
#box1 {
	background:url(../img/slider/1.jpg) no-repeat center top;
	}
#box2 {
	background:url(../img/frau-mag.jpg) no-repeat center top;
	}
#box3 {
	background:url(../img/teaserbox3.jpg) repeat-x center top #6d0021;
	color:white;
	}

#box3.onecol {
    height: 264px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 96px;
	font-weight:300;
    width: 27.33%;
}

.content_id_309 {
	margin-top:35px;
	line-height:20px;
	font-size:14px;
	}
	
.teaserbox {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 19px;
    min-height: 258px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 20px;
    width: 28.33%;
}
.teaserbox h2 {
    font-size: 27px;
    letter-spacing: 2.5px;
}

#teaserboxen {
	padding-bottom:22px;
	}

#teaserbox_1 {
	background:#e3dbcf;
	color:#870c31;
	}

#teaserbox_1 > h3 {
    color: #820229;
	border-bottom:1px solid #bcad9d;
	padding-bottom:6px;
}

#teaserbox_2 {
	background:#d7cbbd;
	}

#teaserbox_2 h2, #teaserbox_2 h3 {
	color:#685f54;
	}

#teaserbox_2 a {
	color:#65584a;
	text-transform:uppercase;
	text-align:center;
	}

#teaserbox_3 {
	background:#dcd2c5;
	}

#teaserbox_3 h2, #teaserbox_3 h3 {
	color:#685f54;
	}

#teaserbox_3 a {
	color:#6a635a;
	text-transform:uppercase;
	text-align:center;
	}

#footer_stretch {
	background:#d7cbbd;
	}
	
#footer_stretch a {
	text-decoration:none;
	color:#574e44;
	font-weight:400;
	}
	
#subnavigation_stretch {
    font-weight: 300;
    min-height: 340px;
	color:white;
	background:#6d0021 url("../img/teaserbox3.jpg") repeat-x scroll center top;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
    width: 27.33%;
	float:right;
}

#subnavigation_stretch a {
	color:white;
	font-weight:700;
	}
	
#subnavigation_stretch h3 {
	color:white;
	padding-bottom:10px;
	}

#subnavigation_stretch h2 {
	margin-bottom:4px;
	}
	
#subnavigation_stretch ul li {
    display: block;
    width: 100%;
}

#subnavigation_stretch ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: white;
    display: block;
    font-size: 17px;
	padding-top:6px;
	padding-bottom:6px;
    font-weight: 300;
    line-height:25px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    text-transform: uppercase;
    width: 96%;
}

/*
#subnavigation_stretch ul li.site69 {
    margin-bottom: 15px;
}
.submenue_inklusive_bilder ul li.site221 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site223 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site225 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site227 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site229 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site231 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site233 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site235 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site237 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site239 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site241 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site243 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site245 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
.submenue_inklusive_bilder ul li.site247 a {
    background: rgba(0, 0, 0, 0) url("../img/submenuebilder/schuesslersalze.jpg") no-repeat right 4px;
}
*/
.content_id_338.content_type_tinymce li, .content_id_344.content_type_tinymce li, .content_id_346.content_type_tinymce li {
    background: #f1ede7 none repeat scroll 0 0;
    border: 1px dotted #d7cbbd;
    float: left;
    font-weight: 700;
    height: 29px;
    margin-bottom: 1.1%;
    margin-right: 1%;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
}

#subnavigation_stretch.submenue_inklusive_bilder ul li a {
    padding-right: 20%;
    width: 78%;
}
#subnavigation_stretch ul li ul li a {
    font-size: 14px;
    font-weight: 400;
	text-transform:none;
	line-height: 17px;
}
#subnavigation_stretch.submenue_inklusive_bilder ul li ul li ul li a {

    padding-left: 9%;
    width: 71%;

}
#subnavigation_stretch ul li ul li:last-child {
    border-right: 0 none;
}

#subnavigation_stretch ul li.active, #subnavigation_stretch ul li:hover {	
    background: rgba(0, 0, 0, 0.10);
}
.navigation ul li ul li {
    display: none !important;
}
#footer_left {
    float: left;
	padding-top:8px;
	padding-bottom:8px;
}

#content_stretch {
    background: #eee8df none repeat scroll 0 0;
    float: left;
    min-height: 275px;
    padding: 40px 4% 45px;
    width: 58.66%;
}

#content_stretch h3 {
    margin-bottom: 5px;
	color:#870c31;
	font-weight:400;
	font-size:22px;
	letter-spacing:2.1px;
}

#content_stretch h4 {
	color:#4e4b46;
	font-size:18px;
	line-height:25px;
	margin-bottom:0px;
	padding-bottom:10px;
}
#inhalt {
	background:#6d0021;
}

#inhalt_stretch {
	background:#e3dbcf;
    padding-bottom: 40px;
    padding-top: 40px;
	}

#footer_right {
    float: right;
    padding-top: 8px;
}

#leistungen_navigation ul li {
    border-left: 1px solid #ded5c8;
    float: left;
    padding: 15px 24px;
}
#leistungen_navigation ul li:last-child {
    border-right: 1px solid #ded5c8;
	}

#leistungen_navigation ul li a {
	text-transform:uppercase;
	color:#918373;
	font-size:17.5px;
	font-weight:300;
}

.content_id_316.content_type_tinymce {
    width: 100%;
}

.teaserbox .content_type_newslist item {
    border: 0 none;
    padding-bottom: 0;
	padding-top:5px;
	display:none;
}

.teaserbox .content_type_newslist item.col_1 {
	display:inherit;
	border:0px !important;
}

#teaserbox_3 .weiterlesen a {
	background:#dcd2c5;
	}

#teaserbox_2 .weiterlesen a {
	background:#d7cbbd;
	}

.teaserbox .weiterlesen {
    background: rgba(0, 0, 0, 0) url("../img/link_line.png") repeat-x scroll center top;
	text-align:center;
}

.teaserbox .weiterlesen a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
	}

description {
    display: block;
    min-height: 110px;
    padding-bottom: 10px;
}

.teaserbox item {
    border-bottom: 1px solid lightgrey !important;
    height: 140px;
}

.teaserbox p.image_auflistung {
	display:none;
	}
	
.content_id_307 table, .content_id_316 table {
    border-collapse: collapse;
    border-spacing: inherit;
}

.content_id_307 table {
    border-top: 1px solid rgba(255, 255, 255, 0.40);
}

.content_id_307 table tr  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    line-height: 24px;
}

.content_id_316 table tr  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    line-height: 24px;
}

.content_id_316 table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.40);
	line-height:29px;
}

#maps iframe {
	width:100%;
	height:380px;
	}

.content_id_307 {
	margin-bottom:20px;
	}
	
.teaserbox description {
    display: block;
    text-align: left !important;
    width: 100%;
}

.teaserbox .content_type_newslist title {
    color: #970431;
    display: block;
    font-size: 13px;
	line-height:17px;
    font-weight: bold;
	margin-bottom:2px;
	min-height: 34px;
    padding-top: 0px;
    width: 100%;
}
.teaserbox .teaserboxueberschrift {
    background: #970431 !important;
	color:white !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 3%;
	line-height:23px;
    padding-top: 8px;
    text-align: left;
    width: 97%;
	}

.content_type_newslist title {
	color: #970431;
	font-size:21px;
	display:block;
    font-weight: normal;
	margin-bottom:13px;
}
.content_type_newslist item {
    border-bottom: 1px solid #dcd2c5;
	padding-top:20px;
	display:block;
	padding-bottom:20px;
	}

p.image_auflistung {
    float: right;
    text-align: right;
    width: 34%;
}

.teaserbox img {
    width: 100%;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    1px 1px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow:         1px 1px 7px 0px rgba(0, 0, 0, 0.2);
}

/* NAVIGATION */

#nav_stretch ul li {
    float: left;
    margin-right: 0px;
}

#nav_stretch ul li a {
}
/*
#nav_stretch ul li.active a {
	padding-bottom:23px;
}

*/
#nav_stretch ul ul li a {
    padding-bottom: 0 !important;
    padding-top: 6px !important;
	text-transform:none !important;
	height:auto !important;
	font-family:'Avenir LT W01_55 Roman1475520' !important;
	padding-left:15px;
}/*

/* Formatierung Kontaktformular Start */

.infomeldung {
	background:rgba(0, 0, 0, 0) linear-gradient(to right, #6d0021 25%, #96063c 79%) repeat scroll 0 0;
	color:white;
	width:96%;
	margin-top:20px;
	padding:2%;
	margin-bottom:20px;
	}
	
.content_type_kontakt input {
    border-color: #B6B8B9 #B6B8B9 #cdcfd1;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #dfe0e3 inset;
    height: 20px;
    margin-bottom: 10px;
	width:76%;
	 padding:2px;
}

.content_type_kontakt input.checkbox {
    width: 30px;
}

.content_type_kontakt input#submit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0021+25,96063c+79 */
	background: #6d0021; /* Old browsers */
	background: -moz-linear-gradient(left,  #6d0021 25%, #96063c 79%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6d0021 25%,#96063c 79%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6d0021 25%,#96063c 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0021', endColorstr='#96063c',GradientType=1 ); /* IE6-9 */
    border: 0 none;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 600;
    height: 30px !important;
    margin-right: 5px;
    margin-top: 10px;
    padding: 2px;
    text-transform: uppercase;
    width: 77%;
}

.content_type_kontakt #bereich_checkboxen label.line100 {
    width: 87%;
	cursor:pointer;
}
.content_type_quadratischesbild {
    float: right;
    height: 200px;
    width: 200px;
}
.content_type_rechteckigesbild {
    float: right;
    height: 180px;
    width: 250px;
}
#unterseite_right .fancy > img {
    border-radius: inherit !important;
    height: auto !important;
    max-width: 94%;
	border:none !important;
}

small {
	font-size:10px;
	display:inline-block;
	line-height:15px;
	}

.content_type_kontakt label {
    display: block;
    float: left;
    font-weight: normal;
    width: 22%;
}

.content_type_kontakt textarea {
    background: none repeat scroll 0 0 #fcfcfc;
    border-color: #B6B8B9 #B6B8B9 #cdcfd1;
    border-radius: 2px;
    border-style: solid;
	 padding:2px;
    border-width: 1px;
    box-shadow: 0 1px 2px #dfe0e3 inset;
    height: 96px;
    margin-bottom: 10px;
    width: 76%;
}

/*
#team img {
    border: 9px solid #f4f4f4;
    border-radius: 10px !important;
    float: left;
    height: auto;
    margin-right: 30px;
    width: 172px;
}

#team .content_type_tinymce table tr {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    float: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 260px;
	display:block;
}
*/

.content_type_contentGallery {
	margin-bottom:25px;
}
table.nl2go_archive_table {
    text-align: left;
    width: 100%;
}.nl2go_archive_table tr {
    border-bottom: 1px solid #dcd2c5;
	border-right:0px;
	border-left:0px;
}
.nl2go_archive_table {
	border-spacing: inherit;
	border-collapse:collapse;
}
.nl2go_archive_table th {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.nl2go_archive_table tbody td {
    color: #870c31;
    font-weight: 700;
}
/* Kontaktformular Formatierung Ende */

@media only screen and (max-width:1200px){
	.container {
		width:100%;
}
}

@media only screen and (max-width:1100px){

iframe {
	max-width:100%;
	}

.teaserbox .content_type_newslist title {
    font-size: 12px;
}

#slider, #slides {
    z-index: 400 !important;
}
#leistungen_navigation ul li {
	padding: 15px;
}
#leistungen_navigation ul li a {
    font-size: 15px;
}
#leistungen_navigation {
    width: 67%;
}
#logo {
    text-align: center;
    width: 33%;
}

#logo > img {
    max-width: 100%;
}

#box3 h2, #subnavigation_stretch h2 {
    font-size: 23px;
}
#box3 h3 {
    font-size: 17px;
}
.teaserbox h2 {
    font-size: 23px;
}
#teaserbox_1 iframe {
    max-width: 100%;
}
.teaserbox {
    min-height: 297px;
}
#footer_stretch .container {
    width: 96%;
}
}
@media only screen and (max-width:980px){

#logo {
    position: relative;
	top:0px;
    width: 100%;
	right:0px;
	}
#box3.onecol {
    height: 335px;
    padding-top: 25px;
}
#beigetop_stretch {
	background:white;
	}
#beigetop_stretch {
	height:auto;
}
	}

@media only screen and (max-width:910px){

#logo {
}
#leistungen_navigation {
    width: 100%;
	padding-top:7px;
}
#leistungen_navigation ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
#beigetop_stretch {
	height:auto;
	padding-bottom:10px;
	}
#box3 h2, #subnavigation_stretch h2 {
    font-size: 19px;
    line-height: 25px;
}
.teaserbox h2 {
    font-size: 19px;
    line-height: 25px;
	letter-spacing:1px;
}

}

@media only screen and (max-width:801px){
#subnavigation_stretch {
    display: none;
}

#main_stretch {
	padding-bottom:0px;
	}
.teaserbox {
    height: auto;
    min-height: auto;
    width: 94%;
	padding-bottom:15px;
}
.teaserbox description {
    min-height: auto;
}
#teaserbox_1 iframe {
    width: 100%;
	height:225px;
}
.teaserbox item {
    height: auto;
}
#box1.onecol, #box2.onecol {
    width: 50%;
}
#box3.onecol {
    height: auto;
    padding-bottom: 20px;
    width: 94%;
}
.content_id_309 {
    margin-top: 15px;
}
#box3 h3, #box3 h2 {
    text-align: left;
}
#content_stretch {
    min-height: 100px;
    width: 92%;
}
#inhalt_stretch {
    padding-top: 0;
    padding-bottom: 0;
}
#leistungen_navigation {
    display: none;
}
#redtop_stretch {
    height: 52px;
	z-index:100000000 !important;
	position:relative;
}
.navigation .site207, .navigation .site209, .navigation .site211, .navigation .site7 {
    display: inherit;
}

.navigation ul li ul li {
    display: inherit !important;
}
nav {
    margin: 0 auto;
    width: 100%;
}
.flexnav li.active a {
    background: white none repeat scroll 0 0;
    color: #ce1e28;
}

.content_type_kontakt label {
	width:100%;
	float:none;
	}
.content_type_kontakt input {
	width:100%;
	float:none;
	}

.content_type_kontakt input#submit {
    margin: 0;
    width: 100%;
}

.content_type_kontakt textarea {
    width: 100%;
}

#headline h2 {
    font-size: 29px;
    padding-left: 4%;
    padding-right: 4%;
    width: 92%;
}.content_id_346, .content_id_338, .content_id_342, .content_id_344 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
}
}




@media only screen and (max-width:500px){


#headline h2 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 25px;
}
.navigation ul.flexnav li {
	float:none;
}	
#zeitung .content_type_tinymce {
	width:98%;
	}

.content_type_newslist title {
    font-size: 17px;
	margin-bottom:6px;
    line-height: 21px;
}
.content_type_kontakt #bereich_checkboxen label.line100 {
    width: 100%;
}
#bereich_checkboxen table tr td {
    display: block;
    height: 43px;
    width: 100%;
}
.teaserbox p.image_auflistung {
    width: 27%;
}
.navigation {
	margin-top:0px;
	margin-bottom:0px;
	}
.teaserbox img {
		width:100%;
		float:none;
		}
	.teaserbox {
		padding-left: 5%;
    padding-right: 5%;
    width: 90%;
		border:0px solid #f4f4f4 !important;
		}
	.teaserbox h3 {
		height:auto;
		padding-top:10px;
		padding-bottom:10px;
		font-size:14px;
		}
	
.teaseruebersichtslink {
    padding-bottom: 10px;
    padding-top: 10px;
}
.weiterlesen > a {
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px;
}
#slider, #slides {
	overflow:hidden;
	height:361px;
	}

#unterseite_stretch {
	background-size:260% !important;
	}
p.image_auflistung {
    float: none;
    text-align: left;
    width: 100%;
}
}

@media only screen and (max-width:450px){
#main_stretch {
    padding-bottom: 0;
    padding-top: 0;
}
.content_type_contentGallery li {
    width: 49%;
}
#box1, #box2 {
    background-size: 115% auto !important;
    height: 155px !important;
    overflow: hidden;
}
#slider {
    display: none !important;
}
}

@media only screen and (max-width:350px){

.content_type_contentGallery li {
    width: 100%;
}

}