/**
* Theme Name: Netthelp Theme
* Theme URI: http://netthelp.de
* Description: Das Theme der Schülerfirma Netthelp
* Version: 1.0.0
* Author: Uwe Debacher
* Author URI: http://debacher.de
* Tags: theme-options
*/


@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-light-webfont.eot');
    src: url('webfonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-light-webfont.woff') format('woff'),
         url('webfonts/ubuntu-light-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-light-webfont.svg#UbuntuLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-lightitalic-webfont.eot');
    src: url('webfonts/ubuntu-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-lightitalic-webfont.woff') format('woff'),
         url('webfonts/ubuntu-lightitalic-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-lightitalic-webfont.svg#UbuntuLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-regular-webfont.eot');
    src: url('webfonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-regular-webfont.woff') format('woff'),
         url('webfonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-italic-webfont.eot');
    src: url('webfonts/ubuntu-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-italic-webfont.woff') format('woff'),
         url('webfonts/ubuntu-italic-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-italic-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-medium-webfont.eot');
    src: url('webfonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-medium-webfont.woff') format('woff'),
         url('webfonts/ubuntu-medium-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-medium-webfont.svg#UbuntuMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-mediumitalic-webfont.eot');
    src: url('webfonts/ubuntu-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-mediumitalic-webfont.woff') format('woff'),
         url('webfonts/ubuntu-mediumitalic-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-mediumitalic-webfont.svg#UbuntuMediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-bold-webfont.eot');
    src: url('webfonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-bold-webfont.woff') format('woff'),
         url('webfonts/ubuntu-bold-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-bolditalic-webfont.eot');
    src: url('webfonts/ubuntu-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-bolditalic-webfont.woff') format('woff'),
         url('webfonts/ubuntu-bolditalic-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-bolditalic-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'UbuntuCondensed';
    src: url('webfonts/ubuntucondensed-regular-webfont.eot');
    src: url('webfonts/ubuntucondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntucondensed-regular-webfont.woff') format('woff'),
         url('webfonts/ubuntucondensed-regular-webfont.ttf') format('truetype'),
         url('webfonts/ubuntucondensed-regular-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}


@media print {
#header {display:none;}
#navbar {display:none;}
#service {display:none;}
#rootline {display:none;}
#menu-links {display:none;}
}


@media screen {

/* vertikalen Scrollbar erzwingen */
html {overflow-y: scroll;}

body {
 font-family: Ubuntu, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
 font-size:13px;
 color:#444;  
 min-height: 101%;
 background-color: #fff;
}

p {
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}

#skiplink {
    color: white;
    left: -1000em;
    position: absolute;
    width:100%
}
#skiplink a {
    color: white;
}
.pfrechts {
 border-style:solid;
 height: 0;
 width: 0;
 border-width:4px; 
 border-right-width:0;
 border-color:transparent transparent transparent white;
 content: " ";
 display: inline-block;
 margin-left: 2px;
}

#hauptinhalt > h1 {
  margin-top: 0;
  padding-top: 20px;

}

.table-cell {
 display: table-cell;
 float:none;
}

/* Spalten gleich hoch machen, siehe http://www.debacher.de/wiki/Spaltenlayout_mit_Bootstrap 
   es gehört noch flex-direction: column in der Media-Query f. kleine Schirme dazu                   */

.equalheight {
  display: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }
  
 .equal {
  flex: 0 0 1;
 }

#header {
 padding: 0;
 background-color: #fff;
}

#headerimage {
 height: 336px;
 margin-bottom: 10px;
 background-position: right top;
}

#inhalt {
 background-color: white;
}

#hauptinhalt {
 background-color: transparent; 
 -webkit-order:2;
 order:2;
}

#spalte-rechts {
 background-color: transparent; 
 -webkit-order:3;
 order:3;
}

#spalte-links {
 -webkit-order:1;
 order:1;
}

#footer {
 background-color: transparent; 
 text-align: center; 
 color:white; 
 height:50px;
 border: 0; 
}

/* ##################################
** ### FCE boxUD mit runden Ecken ###
** ##################################
*/ 
.boxUD {
 background-attachment: scroll;
 background-clip: border-box;
 background-color: transparent;
 background-image: none;
 background-origin: padding-box;
 background-position: 0 0;
 background-repeat: repeat;
 background-size: auto auto;
 display: block;
 font-weight: normal;
 margin-bottom: 1em;
}

.boxUDContent {
 display:block; 
 background:#dfd; 
 border:1px solid #bdb; 
 padding:0.5em;
}

.boxUD h1 {
 margin-top: 12px;
}


/* ############## rootline und service mit bootstrap ######### */
.breadcrumb {
 background-color: transparent;
 border-radius: 0;
 list-style: outside none none;
 margin-bottom: 0;
 padding-bottom: 4px;
 padding-top: 4px;
 padding-left: 2px;
}

#rootline {
 margin-left: -15px;
 margin-right: -15px;
 padding-left: 4px;
 text-align: left;
 font-size: 13px;
 background-color: #ff0000;
}

#rootline a {
 color: white; 
}

#service {
 margin-left: -15px;
 margin-right: -15px;
 background-color:#ff6600;
 padding-right: 4px;
 font-size:13px;
 text-align: right;
}

#service a {
 color: white; 
}

#service #jump   {
  float: left;
  left: 24px;
  position: relative;
  padding-top: 4px;
  display: none;
}

#service #jump a span.caret {
 float: none;
}

.breadcrumb > li + li:before {
 color: white;
 content: "|";
}

#rootline .breadcrumb > li + li::before {
    content: "";
    padding: 0 0 0 2px;
}

/* ################ menue-links ################# */

#menu-links {
 padding-top: 15px;
 padding-bottom: 10px;
 width:100%;
}

#menu-links li {
 background-color: #99ffff;
}

.nav-stacked li a:hover {
  text-decoration:underline;
}

.ebene1 {
 font-size: 13px;
}

.nav-stacked li.ebene2 {
 margin-left: 15px;
 font-size: 11px;
}

.nav-stacked li.ebene3 {
 margin-left:30px;
 font-size: 9px;
}

/* die kleinen Pfeile */
a span.caret {
 float: right;
}

a span.caret.white {
 color: white;
}


/* ############# neues Dropdown-Menu ################## */

.navbar {
  border-radius: 0;
  min-height: 20px;
}

.navbar-header {
  padding-left:10px;
  padding-right:10px;
}

.navbar-default .navbar-brand {
  height: 26px;
  display: none;
  color: white;
}

.navbar-default {
 background-color: transparent;  /* nicht alle Browser kennen linear-gradient */
 margin-left: 0px;
 margin-right: 0px;
 border: 0;
 font-size: 13px;
}
 
.navbar-default .navbar-nav > li > a {
 color: white;
 border-radius: 0px;
}
 
 
.navbar-default .navbar-toggle {
 border-color: white;
}

.navbar-nav {
 display: inline-block;
 float: none;
 height: 30px;
}

.navbar-nav a.active {
 background-color: #557364;
 background: -moz-linear-gradient(top, #557364 0%, #70897c 50%, #99aba2 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#557364), color-stop(50%,#70897c), color-stop(100%,#99aba2));
 background: -webkit-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: -o-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: -ms-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: linear-gradient(to bottom, #557364 0%,#70897c 50%,#99aba2 100%);
}

.navbar-nav > li > a {
  padding-bottom: 0px; 
  padding-top: 0px;    
}
 
.dropdown-menu > li.kopie > a {
  padding-left:5px;
}

.dropdown-submenu {
  position:relative;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

li.dropdown > a.dropdown-toggle:hover {
  text-decoration: none;
}

/* Anpassungen von U.D. für die Lightbox magnific-popup */  
.mfp-figure figure {  
    background-color: white;  
    padding-left: 10px;  
    padding-right: 10px;  
}  
.mfp-image-holder .mfp-close {  
 color: #000;  
 font-size: 40px;  
 cursor: pointer;  
 padding-right: 10px;  
}  
  
.mfp-title {  
    color: #000;  
    padding-left: 10px;  
}  
.mfp-counter {  
    color: #000;  
    padding-right: 20px;  
}  


}

@media (max-width: 992px) {
 .equal {
    width: 100%;
 }
 .equalheight {
    -webkit-flex-direction: column;
    flex-direction: column;
 }
 #hauptinhalt {
  -webkit-order:0;
  order:0;
}
#service {
 font-size: 16px;
}
#service #jump  {
 display: inherit;
}

}


@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red; 
   }
   #rootline {
     display: none;
   }
 }
   

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: left;
  }
}


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;     
}

#cssmenu {
  height: 37px;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}

#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff;  
}
#cssmenu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}




#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: '';
  position: absolute;
  border-right: 1px solid;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: #3c3c3c;  
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: #3f3f3f;
  padding-bottom: 13px;
  padding-top: 13px;
  top: -1px;
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu ul li.has-sub > a:hover {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  padding: 10px 0;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
}
#cssmenu ul li > ul {
  width: 200px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

/* neu fuer WordPress */
#service ul.menu {
    margin-bottom: 0;
}

#menu-service > li {
    display: inline;
    margin-right: 10px;
}

/*---------------*/
/* Lohbruegge.de */
/*---------------*/
@media (min-width: 1200px){
    .container {
        width: 1000px; 
    }
}

@media (min-width: 997px){
    .col-md-3 {
        width: 20%
    }
}
@media (min-width: 997px){
    .col-md-6 {
        width: 60%
    }
}

#spalte-links .panel {
  margin-bottom:15px;
}

.p-lila {background:#9567a7;}
.p-lila .panel-heading {background:#713489;}
.p-orange {background:#ecaa63;}
.p-orange .panel-heading {background:#e68d2f;}

.p-rosa {background:#dc5092;}
.p-rosa .panel-heading {background:#d0166d;}
.p-blau {background:#4785b6;}
.p-blau .panel-heading {background:#0a5c9d;}
.p-gruen {background:#9fc35b;}
.p-blassgruen {background:#d2e3b2;}
.p-gruen .panel-heading, .p-blassgruen .panel-heading {background:#8eb83e;}

.p-lila a:hover, .p-lila .links_act, .p-lila .links_act2 {background:#713489;}
.p-orange a:hover, .p-orange .links_act, .p-orange .links_act2 {background:#e68d2f;}
.p-rosa a:hover, .p-rosa .links_act, .p-rosa .links_act2 {background:#d0166d;}
.p-blau a:hover, .p-blau .links_act, .p-blau .links_act2 {background:#0a5c9d;}
.p-gruen a:hover, .p-gruen .links_act, .p-gruen .links_act2 {background:#8eb83e;}

.p-lila .navbar-default .navbar-nav > li > a:hover, .p-lila .navbar-default .navbar-nav > li > a:focus, .p-lila .navbar-default .navbar-nav > .active > a, .p-lila .navbar-default .navbar-nav > .open > a {
  background: #713489;
  color: #fff;
}

.p-orange .navbar-default .navbar-nav > li > a:hover, .p-orange .navbar-default .navbar-nav > li > a:focus, .p-orange .navbar-default .navbar-nav > .active > a, .p-orange .navbar-default .navbar-nav > .open > a {
  background: #e68d2f;
  color: #fff;
}

.p-rosa .navbar-default .navbar-nav > li > a:hover, .p-rosa .navbar-default .navbar-nav > li > a:focus, .p-rosa .navbar-default .navbar-nav > .active > a, .p-rosa .navbar-default .navbar-nav > .open > a {
  background: #d0166d;
  color: #fff;
}

.p-blau .navbar-default .navbar-nav > li > a:hover, .p-blau .navbar-default .navbar-nav > li > a:focus, .p-blau .navbar-default .navbar-nav > .active > a, .p-blau .navbar-default .navbar-nav > .open > a {
  background: #0a5c9d;
  color: #fff;
}

.p-gruen .navbar-default .navbar-nav > li > a:hover, .p-gruen .navbar-default .navbar-nav > li > a:focus, .p-gruen .navbar-default .navbar-nav > .active > a, .p-gruen .navbar-default .navbar-nav > .open > a {
  background: #8eb83e;
  color: #fff;
}

.p-blassgruen .panel-body a {
  font-weight: normal;
  color: #713489;
}

.panel-body a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  margin: 0;
  text-decoration: none;
  font-weight:bold;
  display:block;
}

#spalte-links .panel-heading, #spalte-rechts .panel-heading {
  text-align:center;
  text-transform:uppercase;
  color:#fff;
  font-weight:500;
  padding-top:5px;
  padding-bottom:5px;
}

#spalte-links .panel-body, #spalte-rechts .panel-body {
  padding:10px;
  padding-bottom:15px;
  font-weight:light;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav {
  /*height: 0px;*/
  height: 1px;
}

.navbar {
  margin-bottom: 0px;
}

.nav > li > a {
  padding: 0px;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
  }
}

.news-date {
  float: right;
  display: block;
  font-size: 10px;
}

.news-title {
  font-size: 150%;
  border-bottom: 1px dotted #8EB83E;
  margin: 0px; 
}

.news-single-right {
  float: right;
  width: 160px;
  text-align: right;
  clear: both;
  font-size: 10px;
}

.navbar > .navbar-default .navbar-nav > .active > a, .navbar > .navbar-default .navbar-nav > .active > a:hover, .navbar > .navbar-default .navbar-nav > .active > a:focus {
  background: #713489;
  color: #fff;
}


/* Termine */
.event-title > h3 {
  font-size: 13px;
}

.event-weekday, .event-day, .event-month, .event-year {

}

.event-list .startdate, .event-list .enddate {
  background-color: transparent !important;
  width: auto !important;
  text-align: left !important;
  font-weight: 500;    
}

.single-day {
  margin: 0 !important;
}

ul.event-list-view, ul.single-event-view {
 margin: 0 !important;
}

.event-list .startdate {
  float: none !important;
}

li.event {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.event-details {
  font-size: 13px !important;
}

.event-date {
  float: none !important;
  margin: 0 !important;
}

.end-date {
  margin-left: 0 !important;
}


h1 {
  font-size: 165%;
}

h1, h2, h3, h4, h5, h6 {
  color: #713489;
}

.seitentitel {
  font-size: 235%;
  font-weight: normal;
  margin-bottom: 10px;
}
.divider hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: #8EB83E -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: medium none;
  border-style: solid none none;
  border-width: 4px medium medium;
  color: #ffffff;
  height: 1px;
}

h2 {
  font-size: 150%;
  border-bottom: 1px dotted #8EB83E;
}

h1 {
  font-size: 235%;
  font-weight: normal; 
  margin-bottom: 10px;
}

.wp-caption {
  float: right;
}

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-collapse {
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Tabellen-Design */
table.contenttable {font-size:13px;width:100%;margin:0 0 1em 0;border-collapse:collapse;empty-cells:show;}
table.contenttable caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.contenttable th {height:2.0em; background:#8EB83E; color:white; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.contenttable tr.tr-odd {background: #D2E3B2;}
table.contenttable tr.tr-even {background: #9FC35B;}
table.contenttable td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal}

h1 {
  font-size: 165%;
}

table.imagetable {
  width: 100%;
}
table.imagetable > tbody > tr > td > img {
  border:1px solid #ccc;  
}
table.imagetable > tbody > tr > td > ul > li {
  margin-left: -1.5em;
}

.dropdown-menu-new {
  padding-left: 10px;
}
.dropdown-li {
  list-style-type: none;
}
.dropdown-menu-new {
  display: none;
}
 
.open > .dropdown-menu-new {
  display: block;
}

h1 {
  font-weight: 500;
}

.li-gesch-ag {
  margin-left: -28px;
  margin-bottom: -10px
}

.img-gesch-ag {
  border: 1px solid #ccc;
}

.caption-title {
  padding-left: 1em;
}

ul ul, ol ul {
  list-style-type: disc;
}
.resp-img { 
  width: 100%; 
}
.clear { 
   clear: both; 
   height: 5px; 
} 
.grid-item--gigante {
  width: 320px;
  height: 360px;
  z-index: 2; /* above other items */
}
/* ---- grid ---- */

.grid {
  margin: auto;
  max-width: 98%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer {
  width: 0px;
}
.gutter-sizer { width: 2%; }

.grid-item {
  margin-bottom: 30px;    
  width: 100%; 
   
}

.grid-item--1-3 { 
  width: 32%;
}
@media (max-width: 520px) {
  .grid-item--1-3 { 
    width: 48%;
  }
}
@media (max-width: 370px) {
  .grid-item--1-3 { 
    width: 96%;
  }
}

ul, ol {
  padding-left: 25px;
}

.grid-item--full { width:  100%;}

img.thumb-of-pdf {
  border:1px solid #ccc;
  width: 100%;
}

.no-pdf-border {
 border: none !important;
}

.grid-title {
  height: 15px;
}

.bcaption {
  padding-left: 15px;
}

@media (min-width: 767px){
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 767px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}

.fulliwidth, .gitem > a > img:not(.img-gesch-ag) {
  width: 100%;
  height: auto;    
}

@media (max-width: 650px){
  iframe {
    width: 100%;
    height: auto;  
  }
}

h3 {
    font-size: 130%;
}

.multi-day {
  margin: 0 !important;
}

.event-excerpt, .event-content {
	/* angepasst de */
	border-top: 1px dotted;
	padding: 5px;
    margin-top: 10px;
  font-size: 13px !important;
}

.event-list .multi-date {
	background: none !important;
}
