@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
#mod_cg_ticker{
  max-height: 200px;
  overflow: hidden;
}
#mod_cg_ticker ::-webkit-scrollbar {
  visibility: hidden;
  display: none;
} 
a img{
  border: none;
}

html, body{
	margin: 0;
	padding:: 0;
    color: #111111;
  font-size: 15px;
}

figure img{
  border: 1px solid grey;
  border-radius: .24em;
  display: block;
  margin: 1em auto;
  width: auto;
  padding: .25em;
}

figcaption{
  text-transform: capitalize;
  color: #565656;
}

::-webkit-input-placeholder { color:#f00; padding-left: 1em;}
::-moz-placeholder { color:#f00; padding-left: 1em; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; padding-left: 1em; } /* ie */
input:-moz-placeholder { color:#f00; padding-left: 1em; }

.pull-left{
	float: left;
    margin-right: 2em;
}

.pull-left:after{
  content: "";
  display: table;
  clear: both;
}

.pull-right{
    float: right;
    margin-left: 2em;
}

.pull-right:after{
  content: "";
  display: table;
  clear: both;
}

.pull-center{
  margin-left: auto;
  margin-right: auto;
}
.customcomodo{
  text-align: center;
}
.customcomodo a#comodoTL{
  padding-left: 0 !important;
}

.bd{
  border: 1px solid darkblue;
}

header{
	border-top: 5px darkblue inset;
    border-bottom: 1px solid black;
}

header a { color: #FFFFFF; }
header a:visited { color: #F9F9F9; }
header a:hover { color: #FFFFAA; }

header h1{
  padding: 0 .5em;
  line-height: normal;
  border-bottom: none;
  color: white;
}

.complogo{
  max-height: 100px;
  width: auto;
  margin-left: .5em;
}

#sitetitle {
  margin: 0;
  font-size: 1.2em;
}

#sitedescription{
  font-weight: normal;
  font-size: .7em;
  color: #e9e9e9;
}

.brand {
	text-decoration: none;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

.brand:hover {
	color: #ffffaa;
}

.inline{
  	display: inline-block;
}

.inrow{
  line-height: normal;
  vertical-align: middle;
}

#brandbox{
  vertical-align: middle;
  line-height: 120px;
}
main{
  position: relative;
  padding: 0 1em;
  background-color: #FAFAFA;
}
footer{
	background-color: black;
	color: white;
	text-align: center;
    padding-top: 2em;
  border-top: 3px outset darkblue;
}
.readmore>.btn{
  white-space: normal;
  text-align: left;
}
/* ##### Beginn TPL Frontend-Bearbeitung ##### */
div.icons{
  position: absolute;
  top: .5em;
  right: 0;
  z-index: 1000000;
  background-color: transparent;
}
.dropdown-toggle{
  height: 0;
  display: none;
}
ul.dropdown-menu{
  padding: 0;
  margin: 0;
}
li.edit-icon{
  list-style-type: none;
  padding: .2em .4em;
  background-color: silver;
  border: 1px solid black;
  outline: 1px solid white;
  margin: 0 1px;
}
.btn-toolbar{
  text-align: right;
}
.btn-group{
  display: inline-block;
}
/* ###### Ende TPL Frontend-Bearbeitung ###### */

/* ##### Beginn TPL Farbe ##### */
header, nav>h3, #gotop, [class^=moduletable]>h3, .popover-title, .breadcrumb, .pagination ul{  
    background: rgb(196,225,255);
    background: -moz-linear-gradient(top,  rgba(196,225,255,1) 0%, rgba(96,171,248,1) 47%, rgba(61,112,229,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(196,225,255,1) 0%,rgba(96,171,248,1) 47%,rgba(61,112,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(196,225,255,1) 0%,rgba(96,171,248,1) 47%,rgba(61,112,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4e1ff', endColorstr='#3d70e5',GradientType=0 );
    color: #ffffff;
}
/* ##### Ende TPL Farbe ##### */


/* ##### Beginn Hauptmenü ##### */

/* Button zum ein- und ausblenden des Menüs */
.navbar {
  display: block;
  padding: .3em;
  border-bottom: 2px outset silver;
  border-top: 2px inset silver;
}

.navbar button{
  display: inline-block;
  margin: 0;
  padding: 0 .4em;
  border: 1px #333333 solid;
  border-radius: .25em;
  font-size: 1.3em;
  line-height: 1.3em;
  vertical-align: middle;
  color: darkblue;
  cursor: pointer;
  text-shadow: 1px 1px 3px white;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

#navtext {
  font-size: 1.3em;
  line-height: 1.3em;
  display: inline;
  vertical-align: middle;
  padding-left: 1em;
  cursor: pointer;
}

.nav-collapse {
  display: none;
}

#middle{
  overflow: auto;
}

/* Den Menüpunkt des aktuellen Standortes deaktivieren */
ul.menu li.current>a {
	pointer-events: none;
	cursor: text;
	background-color: rgba(255,0,0,1);
    color: white;
}

.menu{
    position: relative;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style-type: none;
	//border: 1px solid darkblue;
}
.menu ul{
    display: none;
}

.menu li{
	position: relative;
	padding: 0;
	margin: 0 1em;
	text-align: center;
	border-bottom: dotted 1px brown;
}
.menu li:first-child{
}
.menu li:last-child{
	margin-bottom: 5px;
}
.menu li:hover>a, .menu li:hover>span.separator{
	background: rgb(109,179,242);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
    color: #ffffff;
}
.menu li:focus>span.separator{
	border: 1px solid darkblue;  
}
.menu li:last-child{
	border-bottom: none;
}
.menu>li:hover>ul{
    display: inherit;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: lightgrey;
	border: 1px solid darkblue;
	padding-top: 5px;
}

.menu a,
.menu span.separator{
	display: inline-block;
	padding: .5em 0;
	width:100%;
    text-decoration: none;
    color: darkblue;
}

.menu ul>li:hover ul{
  display: inherit;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 2em;
  background-color: lightgrey;
  border: 1px solid darkblue;
  padding-top: 5px;
}

.nav-child{
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/* ##### Ende Hauptmenü ##### */


/* ##### Beginn Footermenü ##### */
.menuf{
	list-style-type: none;
	margin: 0.5em;
	padding: 0;
	display: inline-block;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.menuf:after{
	display: table;
	clear: both;
	content: ' ';
}
.menuf li{
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
}
.menuf li:last-child{
  border-bottom: none;
}

.menuf a{
  display: inline-block;
  padding: .4em 3em;
  top: 0;
  bottom: 0;
  width: 100%;
}

.menuf a{
  color: #cccccc;
  border-bottom: 1px dotted;
  border-bottom-color: #000000;
  text-decoration: none;
  transition: color .75s linear, border-bottom-color .75s ease-in-out;
}
.menuf a:hover{
  color: #0088ff;
}
/* ##### Ende Footermenü ##### */


/* ##### Beginn "Nach Oben"-Button ##### */
#gotop {
    position: fixed;
	display: block;
    right: 1.75em;
    bottom: 0;
  	border: 1px solid white;
	border-bottom: none !important;
	border-top-left-radius: .75em;
	border-top-right-radius: .75em;
	z-index: 10;
	color: white;
	text-decoration: none;
	padding: .2585em 1em .2585em 1em;
	box-shadow: -2px -2px 4px #444444, 0 2px 4px #444444;
  	white-space: nowrap;
}
#gotop:hover{
	border-bottom: none !important;
}
/* ##### Ende "Nach Oben"-Button ##### */


/* ##### Beginn Copyright Infos ##### */
#tplinfo{
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	vertical-align: middle;
    padding: 2em 1em;
}
#tplinfo p{
	margin: 0;
}

#tplinfo a{
  color: #cccccc;
  border-bottom: 1px dotted;
  border-bottom-color: #000000;
  text-decoration: none;
  transition: color .75s linear, border-bottom-color .75s ease-in-out;
}

#tplinfo a:hover{
  color: #0088ff;
}
/* ##### Ende Copyright Infos ##### */


/* ##### Beginn Breadcrumb ##### */
.breadcrumb {
	padding: .6em 1em;
	margin: 1em 0;
	list-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  color: black;
  text-shadow: 1px 1px 3px #ffffff;
  border: 1px solid blue;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: .24em .3em;
}
/* Links im Wegweiser */
.breadcrumb a{  
  color: black;
}
/* Zeichen zwischen Punkten */
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: darkblue;
}

/* Zeichen zwischen den Punkten ab Joomla 4: &#187; &raquo;*/
.breadcrumb > li:after{
	content: ' ';
	display: inline-block;
	padding: 4px 5px;
	margin: 0 -4px 0 7px;
	border-bottom-right-radius: 100% 50%;
	border-top-right-radius: 100% 50%;
	background-color: orangered;
}
.breadcrumb > li:first-child:after, .breadcrumb > li:last-child:after {
	content: normal;
	padding: 0;
}

/* Standort */
.breadcrumb > .active {
	color: #eeeeee;
    text-shadow: 1px 1px 3px #000000;
}

/* ##### Ende Breadcrumbs ##### */


/* ##### Beginn Suchfeld ##### */
#searchbox{
  text-align: center;
  display: none;
}
[id*="mod-search-searchword"]{
  width: 20em;
  border-radius: .4em;
  padding: .45em 1em;
  margin: .5em 0;
}
/* ###### Ende Suchfeld ###### */


/* ##### Beginn Module ##### */
[class^=moduletable]>h3{
  text-decoration: none;
	padding: .2em 0;
	text-align: center;
	margin: 0;
	border: 1px solid black;
	color: white;
  	line-height: normal;
}
[class^=moduletable]{  
  	padding: .5em;
    margin: .4em;
}
[class^=moduletable]{  
	border: 1px solid black;
}
main [class^=moduletable]{
  border:none;
}
/* ###### Ende Module ###### */


/* ####### Beginn Blog-Layout ####### */
.cols-2 .item{
  width: 100%;
}
.items-row .item, .items-leading > [class*="leading"]{
  padding: .8em;
  margin: .5em .34em 1em;
  border: 1px solid black;
  border-radius: .34em;
  background-color: rgba(228,228,228,1);
}
/* ######## Ende Blog-Layout ######## */


/* ##### Beginn Formulare ##### */
form{
  
}

fieldset{
	border: 1px solid black;
	border-radius: .3em;
	padding: .5em 1em;
    margin: .5em 0;
}

legend{
	
}

.control-group{
	padding: .35em 0;
    margin: .15em auto;
}

.control-group:first-child{
	margin-top: 1em;
}

legend{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
  padding: 0 1.5em;
  margin: 0;
}

label {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
    font-weight: normal;
	display: block;
	text-align: left;
	vertical-align: middle;
}

label.control-label, .control-label>label{
  display: inline-block;
  position: relative;
}
.form-horizontal .control-label{
  text-align: left;
}
.remember>div>label, .remember>div>input{
	display: inline-block;
}
#form-login-remember, #form-login-submit{
  text-align: right;
}
.login-greeting{
  margin: .75em 0;
  padding: .5em;
}
::placeholder {
  color: blue;
  //font-size: 1.5em;
}
input, textarea, button{
  max-width: 98% !important;
  box-sizing: border-box;
  border: 1px solid blue !important;
}
button{
	margin: 1em;
}
#toggle-pw, #login-submit{
	text-align: right;
}
.control-group.checkbox{
  vertical-align: middle;
}
.control-group.checkbox>input[type="checkbox"]~label, .control-group.checkbox>input[type="radio"]~label{
  display: inline !important;
}
/* Tooltip Formularlabel*/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/* ###### Ende Formulare ###### */


/* ##### Beginn Seitennavigation ##### */
  .pagination{
    text-align: center;
    font-size: .95em;
    margin: 2em auto;
    padding: 1em 0;
  }
  .pagination ul{
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 1px solid blue;
    border-radius: .4em;
  }
  .pagination ul>li{
    float: left;
    margin:0;
    padding: 0;
  }
  .pagination-start{
  }
  .pagination-prev{
  }
  .pagination-next{
  }
  .pagination-end{
  }
	/* Link bzw Trenner */
  .pagenav{
    padding: .3em .5em;
    text-decoration: none;
    display: inline-block;
    color: black;
    text-shadow: 1px 1px 3px #ffffff;
  }
}
/* ###### Ende Seitennavigation ###### */


/* ##### iphone 6+ usw ##### */
@media only screen and (min-width: 321px) { 
  
  .complogo{
    max-height: 100px;
  }

  #sitetitle {
    font-size: 1.5em;
  }
  
}
.table2div td{
  display: block;
}
.table2div td:first-child{
  text-align: center;
}
/* Layout für Tablet-PCs: 481 bis 800 px. Erbt die restlichen Stile */
@media only screen and (min-width: 481px) { 
  
  
  .table2div td{
    display: table-cell;
    text-align: normal;
  }
  
  /* ##### Beginn Hauptmenü ##### */ 
  
  
  /* Ausblenden der Navigation-Buttons */
  .navbar {
      display: none;
  }

  .navbar:after {
      clear: both;
      content: " ";
      display: table;
  }

  .nav-collapse {
    display: inherit;
  }
  
  .menu ul>li:hover ul{
      position: absolute;
      display: inherit;
      left: 100%;
      top: 0;
      right: auto;
      z-index: 100;
      background-color: grey;
      white-space: nowrap;
      border: none;
      padding: 0;
  }
  .menu ul ul li{
    margin: 0;
  }
  .menu ul ul li a{
      padding: 0.5em 2em;
      color: white;
  }
  
  .menu ul.nav-child ul>li:last-child{
    margin-bottom: 0;
  }
  
  /* ##### Ende Hauptmenü ##### */ 
  
  
  /* ##### Beginn Footermenü ##### */
  .menuf li{
    display: inline-block;
    width: 48%;
    margin: 0 1%;
    padding: .4em 3em;
  }

  .menuf a{
    padding: 0;
  }
  
  .menuf a:hover{
    border-bottom-color: #0088ff;
  }
  /* ##### Ende Footermenü ##### */
  
  
  /* ##### Beginn Branding ##### */ 
  .complogo{
    max-height: 120px;
  }

  #sitetitle {
    font-size: 1.4em;
  }

  #sitedescription{
    font-size: .7em;
  }

  #brandbox{
    line-height: 140px;
  }
  /* ##### Ende Branding ##### */



  /* ##### Beginn Suchfeld ##### */
  #searchbox{
    display: inherit;
  }
  /* ###### Ende Suchfeld ###### */
  
}


/* Layout für Desktop-PCs: Ab 801px. Erbt die restlichen Stile */
@media only screen and (min-width: 801px) {
  
  /* ##### Beginn Footermenü ##### */
  .menuf{
    border: none;
  }
  .menuf li{
    width: auto;
    margin: 0;
    border: none;
	padding: .4em 1em;
  }
  /* ##### Ende Footermenü ##### */
  
  
  /* ##### Beginn Branding ##### */ 
  .complogo{
    max-height: 140px;
    margin-left: 5em;
  }

  #sitetitle {
    font-size: 1.6em;
    margin-left: 2em;
  }

  #sitedescription{
    font-size: .8em;
  }

  #brandbox{
    line-height: 160px;
  }
  /* ##### Ende Branding ##### */
  table.tvorstand tr>td:first-child{
    text-align: left
  }
}
