/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/_templates/shared/fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/fonts/ubuntu-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/_templates/shared/fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/fonts/ubuntu-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/_templates/shared/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/_templates/shared/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/_templates/shared/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Allgemeines */

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.5em;
  background-color: white;
  background-repeat: repeat-x;
}

form, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #CC0000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #666666;
}

strong, b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

small {
  line-height: 1.3em;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Ueberschriften */
/* Standard bildet das Aussehen von Fremdinhalten, Regi-on-Layout ist Ausnahme */
.headline1 {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  text-shadow: none;
}
.headline1 a:link, .headline1 a:visited, .headline1 a:hover, .headline1 a:focus, .headline1 a:active {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.headline1 a:hover, .headline1 a:focus, .headline1 a:active {
  color: #666666;
}

h1.firma {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
  color: #CC0000;
  text-decoration: none;
  text-shadow: none;
}

.headline2 {
  position: relative;
  margin: 2px 0 4px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.headline2 a:link, .headline2 a:visited, .headline2 a:hover, .headline2 a:focus, .headline2 a:active {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}
.headline2 a:hover, .headline2 a:focus, .headline2 a:active {
  color: #666666;
}

h2.objekttyp {
  position: relative;
  margin: 2px 0 4px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}

.headline3 {
  position: relative;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.92em;
  font-weight: 500;
  color: #333333;
}

h3.item {
  margin:  0 0 10px 0;
  padding: 0;
  border: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  color: #CC0000;
}
h3.item a:link, h3.item a:visited, h3.item a:hover, h3.item a:focus, h3.item a:active  {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.2em;
  color: #CC0000;
  border: 0;
  margin: 0;
  padding: 0;
}
h3.item a:hover, h3.item a:focus, h3.item a:active  {
  color: #666666;
}

h3.aktionstyp {
  position: relative;
  margin: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
  
.headline4 {
  position: relative;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.92em;
  font-weight: 500;
  color: #333333;
}

.headline5 {
  position: relative;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.92em;
  font-weight: 500;
  color: #333333;
}

.headline6 {
  position: relative;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.92em;
  font-weight: 500;
  color: #333333;
}

a img {
  border: none;
}

/* Template */
div.umrandung {
  position: relative;
  max-width: 960px;
  padding: 0 1.5% 0 1.5%;
  margin: 0 auto 0;
}


div.kopf {
  position: relative;
  max-width: 960px;
  height: 34px;
  padding: 16px 1.5% 0 1.5%;
  margin: 0 auto 0;
  margin-bottom: 30px;
  text-align: right;
  background-repeat: repeat-x;
  background-image: url(/_templates/30/images/hg-kopf-region.png);
}

div.inhalt {
  position: relative;
  width: 100%;
}

div.inhalt-links {
  position: relative;
  width: 28.07%;
  max-width: 270px;
  min-height: 20px;
  margin: 0 1.56% 40px 0;
  float: left;
}
div.inhalt-rechts {
  position: relative;
  width: 68.61%;
  max-width: 660px;
  min-height: 20px;
  margin: 0 0 40px 1.56%;
  float: left;
}
div.inhalt-links-breit {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  float: none;
}


div.rahmen {
  position: relative;
  width: 93%;
  padding: 2% 3.5%;
  background-color: #EFEFEF;
}
div.inhalt-rechts div.rahmen {
  width: 96%;
  padding: 2% 2%;
}

div.inhalt-links-breit div.rahmen {
  width: 65.83%;
  margin: 0 0 40px 1%;
  padding: 1% 2%;
  float: left;
}

div.inhalt-links-breit #adresse2, div.inhalt-links-breit #adresse3 {
  width: 46%;
  margin-right: 4%;
  float: left;
}


div.firmenlogo {
  position: relative;
  width: 100%;
  margin: 0 0 2% 0;
}
div.firmenlogo img {
  max-width: 100%;
}
.inhalt-links-breit .firmenlogo {
  width: 28.07%;
  max-width: 100%;
  margin: 0 1% 40px 0;
  float: left;
}
div.firmenbild {
  position: relative;
  width: 100%;
  height: 169px;
  margin: 0 0 25px 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}


div.rahmen2 {
  position: relative;
  border: 1px solid black;
  padding: 0 18px;
  margin: 0 0 40px 0;
}
div.button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 100;
}

div.rahmen3 {
  position: relative;
  border: 1px solid black;
  padding: 2.5% 4%;
  margin: 0 0 40px 0;
}

div.item {
  position: relative;
  padding: 15px 0;
}

div.item + div.item {
  padding-top: 20px;
  border-top: 1px solid #999;
}

div.itemleft {
  position: relative;
  width: 310px;
  margin: 0 20px 0 0;
  font-size: 0.9em;
  float: left;
  z-index: 2;
}
div.itemimage {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 20px 0 0;
  box-shadow: 0 0 0.1em #AAAAAA;
  text-align: center;
  float: left;
  z-index: 2;
}
div.itemimageinleft {
  position: relative;
  width: 310px;
  height: 191px;
  margin: 0 20px 0.2em 0;
  box-shadow: 0 0 0.1em #AAAAAA;
  text-align: center;
  float: left;
  z-index: 2;
}
div.itemimageinleft img {
  max-width: 100%;
  max-height: 100%;
}

div.itemtext {
  position: relative;
  width: auto;
  margin: 0 1% 0 0;
}
div.beschreibung {
  margin-top: 20px;
}
div.toogleable {
  display: none;
}

div.page {
  position: relative;
  max-width: 960px;
  padding: 0 1.5%;
  margin: 0 auto 0;
  display: none;
}
div.page img {
  margin: 0 10px 0 10px;
}

div.page-links {
  position: relative;
  width: 68.61%;
  max-width: 660px;
  min-height: 20px;
  margin: 0 1.56% 40px 0;
  float: left;
}
div.page-links img {
  max-width: 100%;
  height: auto;
}
div.page-rechts {
  position: relative;
  width: 28.07%;
  max-width: 270px;
  min-height: 20px;
  margin: 0 0 40px 1.56%;
  float: left;
}
div.nav {
  position: relative;
  width: auto;
  padding: 0 0 2% 0;
}

div.sansserif {
  line-height: 1.3em;
}
div.sansserif a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
div.sansserif .headline1, div.sansserif .headline2, div.sansserif .headline3, div.sansserif .headline4, div.sansserif .headline5, div.sansserif .headline6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
div.smaller {
  font-size: 0.8em;
}


/* Listen */

ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

.unsichtbar {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}



/* Modul: News, etc - Inhalt links, Infos rechts */
.headline5 .h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #333333;
}
.headline5 .text {
  font-size: 0.92em;

  color: #333333;
}

/* Objecttag */
/* v5 heisst vereine-5 */
h2.objecttag-v5 {
  font-size: 0.85em;
  font-weight: 500;
  color: #333;
}


/* Cyres-CSS */
div.image {
  min-width: 100px;
  margin: 10px 14px 7px 0;
}

div.image-left {
  min-width: 100px;
  margin: 4px 14px 7px 0;
  float: left;
}

div.image-right {
  min-width: 100px;
  margin: 4px 0 7px 9px;
  float: right;
}

div.image-center {
  width: 100%;
  text-align: center;
  margin: 10px 0 7px 0;
}

div.image, div.image-left, div.image-right, div.image-center {
  font-size: 11px;
}
div.image img, div.image-left img, div.image-right img, div.image-center img {
  margin: 0 0 3px 0 !important;
}

/* Stylebefehle */
div.style1 {
  position: relative;
  padding-left: 50px;
}
div.style1 img {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}

/* Responsive */
@media only screen and (max-width: 760px) {
  div.itemleft {
    width: 240px;
  }
  div.itemimageinleft {
    width: 240px;
    height: 147px;
  }
}


@media only screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }
  div.itemleft {
    width: 220px;
  }
  div.itemimageinleft {
    width: 220px;
    height: 134px;
  }
  div.page-links {
    position: relative;
    width: auto;
    max-width: 100%;
    min-height: 20px;
    margin: 0 1.56% 40px 0;
    float: none;
  }
  div.page-rechts {
    position: relative;
    width: auto;
    max-width: 100%;
    min-height: 20px;
    margin: 0 0 40px 0;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
  div.itemleft {
    width: 160px;
  }
  div.itemimageinleft {
    width: 160px;
    height: 98px;
  }
}

@media only screen and (max-width: 550px) {
  body {
    font-size: 15px;
  }
  div.umrandung {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div.inhalt-links, div.inhalt-rechts {
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
    float: none;
  }
  div.firmenlogo {
    position: relative;
    width: 270px;
    max-width: 100%;
    margin: 0 auto 2%;
  }
  h1.firma {
    padding: 0 3.5% 0 3.5%;
  }
  div.inhalt-rechts div.rahmen {
    width: 93%;
    padding: 2% 3.5% 2% 3.5%;
    margin-bottom: 10px;
  }
  h2.objekttyp {
    padding: 0 3.5% 0.2em 3.5%;
    border-bottom: 1px solid #777;
  }
  div.rahmen2 {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin-bottom: 10px;
    border: 0;
  }
  div.itemleft {
    width: 310px;
    margin: 0 auto 15px;
    float: none;
  }
  div.itemimageinleft {
    width: 310px;
    height: 190px;
  }
  div.itemimage {
    margin: 0 auto 15px;
    float: none;
  }
  div.page {
    padding: 0% 3.5%;
  }
}
@media only screen and (max-width: 330px) {
  div.item, div.itemleft, div.itemimageinleft {
    width: 280px;
    margin-right: 0;
  }
}

/*
  ColorBox Core Style:
  The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
  User Style:
  Change the following styles to modify the appearance of ColorBox.  They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/_templates/shared/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -100px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -129px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -100px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -129px -29px;}
#cboxMiddleLeft{width:21px; background:url(/_templates/shared/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/_templates/shared/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/_templates/shared/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/_templates/shared/images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/_templates/shared/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/_templates/shared/images/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/_templates/shared/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/_templates/shared/images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/_templates/shared/images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/_templates/shared/images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/_templates/shared/images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/_templates/shared/images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/_templates/shared/images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/_templates/shared/images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/_templates/shared/images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
