/**
		maincolor: #31b404
		rgb(49, 180, 4) 
		
**/
/**
		maincolor: #31b404
		rgb(49, 180, 4)
**/
body {
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.3px;
  height: 100%;
  background: #d3d3d3;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
}
table {
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.3px;
}
.root {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 5px 1px rgba(120, 120, 120, 0.4);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.root a {
  color: #4caf50;
  text-decoration: none;
}
.root a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  #start-image-area {
    background: center center url(../img/starter-image.jpg) no-repeat;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    top: 0;
    z-index: 4;
  }
  #start-image-area::before {
    content: 'Willkommen bei fogaco.de!';
    font-family: berlin;
    color: #fff;
    font-size: 70px;
    text-shadow: 2px 2px 0px #444;
    line-height: 200px;
  }
  #header {
    background: url(../img/header-img.jpg) no-repeat;
    text-align: center;
    vertical-align: middle;
    height: 125px;
    top: 0;
    z-index: 4;
  }
  #header::before {
    content: 'fogaco.de';
    font-family: berlin;
    color: #fff;
    font-size: 70px;
    text-shadow: 2px 2px 0px #444;
    line-height: 115px;
  }
  #header a {
    color: #fff;
    display: block;
    font-size: 1.5em;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #navi {
    background: #4caf50;
    height: 36px;
    line-height: 36px;
    box-shadow: 0 1px 5px 1px rgba(120, 120, 120, 0.5);
    width: 100%;
    z-index: 5;
    position: relative;
    max-width: 1400px;
    margin: 0;
    padding: 0;
    font-family: Berlin;
    text-shadow: 2px 1px 0 rgba(80, 80, 80, 0.6);
  }
  #header-img {
    margin-top: 20px;
  }
  #navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #navi li {
    display: inline;
  }
  .navilink {
    font-size: 22px;
    color: #fff !important;
    margin-left: 0;
    float: left;
    font-weight: normal !important;
    text-decoration: none !important;
    transition: background 100ms;
    width: 170px;
    text-align: center;
  }
  #tabNz {
    color: #fadc14 !important;
    width: 200px;
  }
}
.info-area {
  min-width: 200px;
  max-width: 350px;
  margin-right: 5px;
  float: right;
}
.nz-info-area {
  min-width: 200px;
  max-width: 350px;
  margin-right: 5px;
  float: right;
  max-width: 500px;
}
/* Media-Queries für Tablets uind kl. Bildschirme */
@media (max-width: 1399px) {
  .info-area,
  .nz-info-area {
    float: left;
    margin-left: 20px;
  }
}
/* Meida-Queries für Smartphones */
@media (max-width: 599px) {
  #header {
    display: none;
  }
  #header::before {
    content: 'fogaco.de';
    font-family: berlin;
    color: #fff;
    font-size: 90px;
    text-shadow: 2px 2px 0px #444;
    line-height: 140px;
  }
  #header a {
    color: #fff;
    display: block;
    font-size: 2.0em;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #navi {
    background: #4caf50;
    height: 44px;
    line-height: 44px;
    box-shadow: 0 4px 5px 1px rgba(120, 120, 120, 0.4);
    width: 100%;
    z-index: 5;
    position: relative;
    max-width: 1400px;
    margin: 0;
    padding: 0;
    font-family: Berlin;
  }
  #header-img {
    margin-top: 20px;
  }
  #navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #navi li {
    display: inline;
  }
  .navilink {
    height: 44px;
    font-size: 32px;
    color: #fff !important;
    margin-left: 0;
    padding: 0 15px 0 15px;
    float: left;
    font-weight: normal !important;
    text-decoration: none !important;
    transition: background 200ms;
    text-align: center;
  }
  .navilink > span {
    display: none;
  }
  #content .chapter {
    width: initial !important;
  }
  .info-area {
    margin: 5px;
    float: left;
  }
  #tabNz {
    width: 44px;
  }
}
#hidden-login {
  opacity: 0.6;
  font-family: Arial;
  font-size: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-decoration: none;
  color: #444;
}
.navilink:hover {
  color: #555;
}
.tab-title {
  display: block;
  font-size: 14px;
  color: #FFF;
  opacity: 1;
  transition: color 200ms;
  height: 16px;
  top: -5px;
  position: relative;
}
.navilink:hover {
  background: #555;
}
.active-tab {
  border-bottom: 3px solid #fff;
  font-weight: bold;
}
.selected-tab {
  background: #555 !important;
  color: #FFF !important;
}
.selected-tab:hover2 {
  background: #FFF !important;
  color: #4caf50 !important;
  border: none !important;
}
#content {
  background-color: #fff;
  padding: 15px 0 30px 0;
  font-size: 1.1em;
  z-index: 2;
  background-attachment: scroll;
}
.chapter {
  padding: 0px 15px 5px 15px;
  float: left;
  position: inherit;
  display: inline;
  max-width: 1000px;
  width: 100%;
  font-size: 16px;
}
#content .options {
  width: 110px;
  float: left;
  padding-right: 10px;
  font-size: 10px;
}
#content .options ul {
  list-style-type: none;
  padding: 0;
}
#content .options li {
  padding: 3px 0 3px 22px;
}
#content .options li a {
  padding: 3px 0 4px 0;
  color: silver;
}
#content_footer {
  padding: 0 20px 0 0;
  background-color: #e6e6e6;
  height: 2px;
}
.impressum {
  padding: 5px 10px 10px 0;
  color: grey;
  text-align: center;
  bottom: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  margin-top: 4px;
}
.autor-info {
  color: #666;
  font-size: 14px;
  float: right;
  display: inline-block;
  margin: 4px 8px 2px 8px;
}
.date-info {
  color: #666;
  font-size: 15px;
  float: left;
  display: inline-block;
  bottom: 8px;
  left: 8px;
  position: absolute;
}
.comment-info {
  margin: 4px 8px;
}
.comment-info:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #4caf50;
}
/***** allgemeine Klassen *****/
h1 {
  color: #4caf50;
  font-size: 22px;
  clear: both;
  margin: 5px 0 15px 8px;
  font-family: Berlin, sans-serif;
}
h1 span {
  padding-right: 15px;
}
h2,
.toggle-title {
  color: #4caf50;
  font-size: 20px !important;
  font-weight: 100;
  clear: both;
  margin: 15px 0 15px 0;
  padding: 4px 0 5px 6px;
  border-bottom: 1px solid #4caf50;
  font-family: Berlin, sans-serif;
}
h3 {
  color: #4caf50;
  font-size: 16px;
  clear: both;
  margin: 0;
  padding: 5px 0 5px 0;
  font-family: Berlin, sans-serif;
}
p {
  margin: 8px 0;
}
a i {
  text-decoration: underline;
}
.chapter-content {
  list-style-type: none;
  border: 1px solid rgba(20, 20, 20, 0.2);
}
.anchor {
  background: rgba(49, 180, 4, 0.2);
}
.tag {
  background: #82B6FF;
  padding: 4px 8px;
  margin: 6px 0 0 5px;
  border-radius: 8px;
  color: white !important;
  display: table;
}
.single-tag {
  font-size: 14px;
  color: #4caf50;
  margin: 0 3px;
}
.card-tags {
  bottom: 4px;
  position: absolute;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.inline {
  display: inline-block;
  position: relative;
}
.tag:hover {
  opacity: 0.8;
  cursor: pointer;
}
.clear {
  clear: both;
}
.with-dropdown {
  cursor: default;
}
.dropdown-content {
  opacity: 0;
  display: none;
  position: absolute;
  background: rgba(68, 68, 68, 0.8);
  min-width: 160px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: #333 !important;
  top: 36px;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.navilink:hover .dropdown-content {
  display: block;
  opacity: 1;
  top: 36px;
}
.dropdown-content a {
  display: block !important;
  min-width: 170px;
  color: #FFF;
  border-top: 1px solid rgba(0, 170, 60, 0.5);
  font-size: 18px;
  line-height: 28px;
  padding: 0 6px;
}
.dropdown-content a:first-child {
  border-top: none;
}
.dropdown-content a:hover {
  background-color: #4caf50;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
.tag-area {
  position: relative;
  margin-top: 25px;
}
.right {
  float: right;
}
.pagecontent {
  background: #eee;
  font-size: 0.85em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  width: 320px;
}
.pagecontent ul {
  margin: 0;
  padding: 5px 5px;
}
.pagecontent ul li {
  margin: 3px 0 5px 0;
  max-width: 320px;
}
.pagecontent ul li a {
  font-size: 0.9em;
  text-decoration: none;
  color: #000;
}
.pagecontent ul li a:hover {
  opacity: 0.8;
}
.chapter-image {
  margin: 5px;
}
.chapter-image-right {
  float: right;
  margin: 5px;
}
.chapter-image-left {
  float: left;
  margin: 5px;
}
.chapter-image-center {
  max-width: 800px;
  text-align: center;
  margin: 5px;
}
.chapter-image:hover,
.chapter-image-right:hover,
.chapter-image-left:hover,
.chapter-image-center:hover {
  opacity: 0.8;
  cursor: zoom-in;
}
#image-description {
  width: 100%;
  display: block;
  text-align: left;
}
.galery_container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 456px;
  background: #191919;
  overflow: hidden;
}
/** Formulare **/
input[type="text"],
input[type="password"] {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px #ccc;
  height: 18px;
  padding: 3px 5px;
}
select {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px #ccc;
  height: 26px;
}
.form-row {
  margin: 5px 0 0 5px;
  min-height: 24px;
}
/*****/
.maincolor {
  background: #4caf50;
  border: 1px solid #4caf50;
}
.red {
  background: #f97268;
  border: 1px solid #dc5e54;
}
.red-fg {
  color: #f97268 !important;
}
.red-bg {
  background: #f97268 !important;
  border: none;
}
.blue-fg {
  color: #82B6FF;
}
.blue-bg {
  background: #82B6FF;
  border: none;
}
.yellow-fg {
  color: #eecc33 !important;
}
.yellow-bg {
  background: #eecc33;
}
.green-bg {
  background: #22cc5d;
}
.maincolor-bg {
  background: #4caf50;
}
.grey-bg {
  background: #eee;
  color: #333 !important;
}
.grey-fg {
  color: #ccc;
}
input[type='button']:hover,
input[type='submit']:hover {
  opacity: 0.8;
  cursor: pointer;
}
textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 2px 2px 3px #ccc;
  padding: 3px 5px;
}
.shortcuts {
  position: relative;
  display: flex;
  background: #dedede;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 910px;
}
.shortcut-target {
  width: 900px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-top: 5px;
}
.shortcut-btn {
  display: inline;
  margin: 2px 4px;
}
.shortcut-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.content-header {
  width: auto;
  background: #4caf50;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}
.alert-warning {
  background: rgba(237, 222, 109, 0.5);
  color: #982;
  padding: 6px 12px;
  border: 1px solid #CC3;
  border-radius: 3px;
  margin: 6px 4px;
  display: inline-block;
}
.alert-error {
  background: rgba(255, 80, 80, 0.2);
  color: #c33;
  border: 1px solid #F88;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 6px 4px;
  display: inline-block;
}
.alert-success {
  background: rgba(129, 247, 80, 0.3);
  color: #088A08;
  border: 1px solid #4caf50;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 6px 4px;
  display: inline-block;
}
.artikel-heading {
  color: #4caf50;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  display: inline;
  padding: 10px 0 25px 10px;
}
.artikel-infos {
  color: #666;
  font-size: 15px;
  position: relative;
  float: right;
  top: 8px;
}
.artikel-infos span {
  color: #4caf50;
  font-weight: bold;
}
.chapter hr {
  height: 2px;
  border: none;
  background: #4caf50;
  opacity: 0.7;
  margin-bottom: 20px;
}
.artikel-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #888;
}
.artikel-table th {
  background: #4caf50;
  color: #fff;
  font-weight: 600;
  padding: 3px 0;
  text-align: left;
  padding-left: 3px;
}
.artikel-table tr {
  border: 1px solid #aaa;
}
.artikel-table tr > td {
  padding: 3px;
}
.artikel-table tr:nth-child(odd):hover,
.artikel-table tr:nth-child(even):hover {
  background: rgba(49, 180, 4, 0.2);
}
.artikel-table tr:nth-child(even) {
  background: #FFF;
}
.artikel-table tr:nth-child(odd) {
  background: #E6E6E6;
}
.artikel-list {
  border-collapse: collapse;
  list-style-type: none;
  width: 98%;
}
.artikel-list tr {
  border: 1px solid #ccc;
  padding: 2px 10px 2px 2px;
}
.artikel-list-item > td {
  padding: 4px 8px;
}
.artikel-list-teaser {
  display: inline;
  vertical-align: top;
  margin: 4px;
}
.artikel-list-img {
  width: 100%;
  display: block;
  clip: rect(0, 320px, 160px, 0);
  height: 160px;
  margin-bottom: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.artikel-teaser {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 140px;
}
.thumbnail2:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 160px;
  position: absolute;
  left: 20px;
  top: 0;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
}
.artikel-list-header {
  color: #4caf50;
  font-size: 1.3em;
  display: block;
  margin: 6px 6px 10px;
  text-align: center;
  font-family: berlin, sans-serif;
}
.artikel-list-item:hover {
  background: #eee;
  cursor: pointer;
}
.wetter-widget {
  position: relative;
  float: right;
  right: 15px;
  top: 50px;
  background: linear-gradient(to bottom, #ffffff 0%, #00720b 100%);
}
#google-calendar {
  width: 800px;
  height: 500px;
  border: 1px #ccc solid;
  padding: 5px;
  background: #E3E9FF;
}
.w3-card {
  width: 200px;
  text-align: center;
  margin-right: 25px;
  padding: 0 0;
  margin-bottom: 15px;
}
.w3-container {
  padding: 0.01em 5px !important;
}
.w3-card > .w3-container > table {
  width: 100%;
}
@font-face {
  font-family: berlin;
  src: url(berlinsans.ttf);
}
@font-face {
  font-family: dsdigi;
  src: url(ds-digi.ttf);
}
.jahreszahl {
  color: #4caf50;
  font-weight: bold;
  width: 80px;
}
label {
  color: #4caf50 !important;
}
.form-label {
  width: 150px;
  text-align: right;
  padding: 4px 8px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.above-label {
  display: block;
  margin: 4px 2px 2px;
}
.page-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 2px;
  background-image: url('../img/selectbox-arrow.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  font-size: 14px;
  padding: 6px 28px 6px 6px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #EEE;
  transition: background 200ms ease-out;
  height: initial;
  color: #4caf50;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-select::after {
  content: "aaaa";
  position: relative;
  float: right;
}
.page-select::before {
  content: "BEFORE";
  position: relative;
  float: right;
  color: black;
}
.page-select:hover {
  cursor: pointer;
  background: #E6E6E6;
  background-image: url('../img/selectbox-arrow.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 97% 52%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.default-cursor:hover {
  cursor: default;
}
.toggle-title {
  display: block;
}
.toggle-area {
  max-height: 0px;
  transition: max-height 200ms ease-in-out;
  overflow: hidden;
}
.toggle-btn {
  color: #4caf50;
  opacity: 0.8;
  width: 25px;
}
.toggle-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.footer-logo {
  transition: box-shadow 200ms ease-in-out;
  border-radius: 50%;
}
.footer-logo:hover {
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.5);
  filter: brightness(85%);
}
.footer-logo > img {
  position: relative;
  bottom: -4px;
  height: 22px;
}
.hidden-label {
  font-family: berlin;
  color: #fff;
  font-size: 34px;
  float: right;
  margin-right: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 400ms ease-in, opacity 300ms linear;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.img-box {
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.galery_container {
  position: relative;
  margin-top: 20px;
  width: 800px;
  height: 460px;
  background: #FFF;
  overflow: hidden;
}
.btn {
  border-radius: 2px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 14px;
  margin: 4px 4px 0;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  transition: box-shadow 200ms ease-out;
  border: none;
}
.btn:hover {
  cursor: pointer;
  box-shadow: 0px 2px 6px 2px rgba(50, 50, 50, 0.4);
  opacity: 0.8;
}
.search-input {
  height: 34px !important;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 2px 2px 3px #ccc;
  font-size: 22px;
  background: url("../img/lupe.png") no-repeat;
  background-position: 3px 8px;
  background-size: 24px;
  width: 350px;
  padding: 2px 2px 2px 32px !important;
  margin-top: 10px;
}
.search-input::placeholder {
  font-size: 18px;
  color: #666;
  text-decoration: italic;
}
.search-btn {
  background: url("../img/lupe.png") no-repeat;
  background-position: 3px 5px;
  background-size: 26px;
  padding: 2px 2px 2px 34px !important;
  top: 4px;
  position: relative;
  width: 350px;
  height: 34px;
}
.toggle-box {
  background: #EEE;
  box-shadow: 0 4px 5px 1px rgba(120, 120, 120, 0.4);
  padding: 2px 10px 15px 10px;
  margin: 5px 0 15px 0;
  display: inline-block;
  width: 350px;
  position: relative;
}
.box-close {
  float: right;
  display: inline-block;
}
#gallery {
  margin-top: 10px;
}
.button-panel {
  background: rgba(0, 170, 60, 0.3);
  border-top: 1px solid #4caf50;
  border-left: 1px solid #4caf50;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-top-left-radius: 4px;
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
}
/** Macht das Panel derzeit unbenutzbar...
.button-panel::before {
  content: '';
  position: absolute;
  top: 0; left:0; right:0; bottom:0;
  background: inherit;
  filter: blur(5px); 
  -webkit-filter: blur(6px); 
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  backdrop-filter: blur(2px);
}*/
.round-img {
  border-radius: 50%;
}
.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  pointer-events: auto;
}
.modal-dialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-dialog {
  width: 600px;
  position: relative;
  margin: 10% auto;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.img-modal-dialog {
  position: relative;
  margin: 5% auto;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.6);
  text-align: left;
}
.modal-header {
  padding: 5px 10px;
  border-bottom: 2px solid #DEDEDE;
}
.modal-body {
  padding: 10px 10px;
  overflow: hidden;
}
.scrollable {
  overflow: auto;
  height: 400px;
}
.img-modal-dialog > .modal-body {
  padding: 0;
}
.img-modal-dialog > .modal-footer {
  border-top: none;
}
.modal-footer {
  padding: 5px 10px;
  border-top: 2px solid #DEDEDE;
  text-align: right;
}
.modal-close {
  color: #666;
  line-height: 25px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 3px;
}
.modal-close:hover {
  opacity: 0.8;
  cursor: pointer;
}
.action-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.action-btn {
  min-width: 18px;
  width: 32px;
  padding: 4px 6px;
  display: inline;
  color: #FFF;
  text-align: center;
}
.action-list {
  width: 1000px;
  display: table;
  list-style-type: none;
  -webkit-padding-start: 0;
}
.action-list-item {
  width: 1000px;
  display: table;
  list-style-type: none;
}
.action-list-item:first-child > input[type=text] {
  border-top: 1px solid #ccc;
}
.action-list-item > input[type=text] {
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  display: table-cell;
  width: 99%;
  border-left: 1px #ccc solid;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-right: none;
  height: 20px !important;
}
.action-list-item > input[type=text]:focus {
  border: 1px solid #4caf50;
  box-shadow: inset 0px 0px 3px rgba(0, 170, 60, 0.8);
}
.action-list-item:hover > input[type=text] {
  border-left: 1px rgba(0, 170, 60, 0.8) solid;
  border-bottom: 1px solid rgba(0, 170, 60, 0.8);
  border-top: 1px solid rgba(0, 170, 60, 0.8);
  border-right: none;
  box-shadow: inset 0px 0px 4px rgba(0, 170, 60, 0.6);
}
.action-list-item:first-child:hover > input[type=text] {
  border-top: 1px solid rgba(0, 170, 60, 0.8);
}
.action-list > .action-list-item > .action-btn {
  width: 2px;
  display: table-cell;
}
.strikeout {
  text-decoration: line-through;
}
.strikeout > input[type=text] {
  text-decoration: line-through;
}
.kachel-area {
  margin: 20px;
}
.kachel {
  min-width: 100px;
  min-height: 100px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #FFF !important;
  margin-right: 8px;
  text-decoration: none !important;
  transition: opacity 100ms ease-in-out;
}
.kachel:hover {
  cursor: pointer;
  opacity: 0.8;
}
.kachel:active {
  transform: translate(0px, 1px);
}
.kachel-icon {
  line-height: 70px;
  font-size: 50px;
  display: block;
}
/* Grid für die Artikel */
.artikel-container {
  display: flex;
  flex-flow: row wrap;
}
.artikel-item {
  background: #EFEFEF;
  width: 320px;
  margin: 10px 13px 10px 0;
  padding: 0 0 28px 0;
  box-shadow: 0 1px 3px 1px rgba(120, 120, 120, 0.5);
  text-decoration: none !important;
  transition: box-shadow 100ms ease-in;
  position: relative;
  border-radius: 5px;
}
.artikel-item-nz {
  background: #EFEFEF;
  width: 280px;
  margin: 10px 13px 10px 0;
  padding: 0 0 28px 0;
  box-shadow: 0 1px 3px 1px rgba(120, 120, 120, 0.5);
  text-decoration: none !important;
  transition: box-shadow 100ms ease-in;
  position: relative;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
iframe {
  border: none;
}
.artikel-item > .artikel-list-body > .artikel-date {
  position: absolute;
  top: 15px;
  right: -8px;
  padding: 4px 5px;
  background: #4caf50;
  color: #FFF;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4);
}
.artikel-date::before {
  content: " ";
  background: #4caf50;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 8px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
  -chrome-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.artikel-date::after {
  content: " ";
  border-bottom: 10px solid transparent;
  border-left: 8px solid #009628;
  border-right: 8px solid transparent;
  height: 0;
  position: absolute;
  right: -8px;
  bottom: -10px;
  width: 0;
}
.artikel-item:hover,
.artikel-item-nz:hover {
  box-shadow: 0 1px 8px 5px rgba(120, 120, 120, 0.3);
  cursor: pointer;
}
.artikel-list-body {
  margin: 5px 10px;
  text-align: left;
  color: #000;
}
.auswahl-thumbnail {
  max-width: 100px;
}
.image-choice-container {
  overflow: auto;
}
.thumbnail > .img-control {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  transition: top 100ms ease-in;
  text-align: left;
  padding: 0 4px;
}
.thumbnail:hover > .img-control {
  top: 0;
}
.img-action-btn {
  line-height: 30px;
  margin: 0 4px;
}
.img-action-btn:hover {
  opacity: 0.7;
}
.img-exif {
  color: #eee;
  font-size: 12px;
}
#tag-vorschau {
  color: #82B6FF;
  text-decoration: italic;
  font-size: 12px;
}
.pages-area {
  text-align: center;
  max-width: 1000px;
  display: flex;
  margin: 0 0 12px 0;
  justify-content: center;
}
.page-btn {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #eee;
  transition: background 200ms ease-out;
  border-radius: 2px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 14px;
  margin: 4px 4px 0;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  transition: box-shadow 200ms ease-out;
  border: none;
  padding: 5px 12px;
  margin: 0 4px;
}
.page-btn.next {
  padding-right: 2px;
}
.page-btn.next::after {
  content: ' ►';
  padding-right: 2px;
}
.page-btn.previous {
  padding-left: 2px;
}
.page-btn.previous::before {
  content: '◀ ';
  padding-left: 2px;
}
.page-btn:hover {
  text-decoration: none !important;
  background: #E6E6E6 !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.digit {
  font-size: 44px;
  font-family: berlin;
  font-weight: bold;
  color: #fad20a;
  padding: 2px 5px;
  border-radius: 2px;
  display: inline;
  text-shadow: 1px 1px 1px #222;
}
.img-header {
  width: 100%;
  height: 250px;
  position: absolute;
}
.nz-background {
  background: url(../img/cc/lake-wanaka-panorama.jpg) no-repeat !important;
  background-size: 1400px;
  text-align: center;
  vertical-aling: middle;
  width: 1400px;
  height: 200px;
  display: table-cell;
}
.ca-background {
  background: url(../img/cc/lake-bow-canada.jpg) no-repeat !important;
  background-size: 100%;
  text-align: center;
  vertical-align: middle;
  width: 1400px;
  height: 200px;
  display: table-cell;
}
.nz-background > .zitat,
.ca-background > .zitat {
  display: inline-block;
  color: #FFF;
  text-shadow: 0 1px 2px #000000;
  font-family: berlin, sans-serif;
  font-size: 1.8em;
  font-style: italic;
  width: 66%;
  min-width: 400px;
}
.zitat-autor {
  color: #EEE;
}
.nz-background h2,
.nz-background h1 {
  text-shadow: 1px 1px 1px #222;
  color: #fad20a;
  /* background: rgba(255,255,255,0.3);
   border-top-left-radius: 2px;
   border-top-right-radius: 2px; */
}
.comment-container {
  margin-left: 10px;
}
.comment {
  max-width: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 170, 60, 0.1);
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.comment-body {
  padding: 4px;
}
.comment-answer-btn {
  float: right;
  display: inline-block;
  font-size: 14px;
}
.comment-header {
  padding: 0 2px;
  border-bottom: 1px solid #4caf50;
}
.comment-header span {
  color: #4caf50;
}
.comment-text-init {
  width: 1000px;
  height: 40px;
  transition: height 100ms ease-in-out;
}
.comment-text-edit {
  height: 250px;
}
.field-warning {
  color: #ff6464;
  padding: 0 4px;
}
.comment-answer-container {
  background: #f5f5f5;
  font-size: 12px;
  margin-left: 12px;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 4px;
}
.comment-answer-header {
  border-bottom: 1px solid #ccc;
}
.comment-answer-header span {
  color: #4caf50;
}
.fogaco {
  color: #4caf50;
  font-family: berlin;
}
.comment-answer-body {
  margin-left: 4px;
}
.info-area ul {
  list-style-type: none;
  padding-left: 4px !important;
}
.page-info-list-header {
  font-size: 14px;
  color: #4caf50;
}
ul.info-area-comments > li {
  padding: 4px;
  transition: background 200ms ease-out;
}
ul.info-area-comments > li:hover {
  background: #eee;
}
ul.info-area-comments > li > p {
  padding: 2px 4px 2px;
  margin: 0 !important;
  font-size: 14px;
}
.page-info-list-link {
  float: right;
  font-size: 14px;
}
.img-choice {
  margin: 2px 4px;
  display: inline-block;
  border: 2px solid #FFF;
}
.img-choice:hover {
  cursor: pointer;
  opacity: 0.9;
}
.img-selected {
  border: 2px solid rgba(0, 80, 255, 0.5);
  opacity: 0.9;
}
.tag-cloud {
  display: flex;
  flex-direction: column;
  align-items: end;
}
