*{
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    font-weight: 300;
} 

ul.strich2 {
  list-style: circle;
  padding-left: 15px;

  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

ul.strich {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

#fehler {
  color: #ff0000;
  font-weight: bold;
}

#ok {
  color: green;
  font-weight: bold;
}

#hinweis {

  //background-image: url("assets/images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
//background-image: url("/assets/images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
//background-image: url("/assets/images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
//background-image: url("/assets/images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
-webkit-appearance: none;
position: relative;
display: inline-block;
color: #fff !important;
text-decoration: none;
font-weight: 700;
border: 0;
outline: 0;
cursor: pointer;
border-radius: 8px;
text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
overflow: hidden;
background-color: #0069b3;
padding: 1em 2.35em 1em 2.35em;
font-size: 1.1em;
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue", Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

image foo {
  width: 50px;
}

div.sidebar {
  margin: 10;
  font-size: 100% /*kleiner*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  position: fixed;
  top: 4.5em;
  width: 5em;
  right: 2em;
}

@media screen and (min-width: 737px) {
  li.redlight {
    background: none;
  }
}

    .recommendation {
	position: absolute;
	font-weight: bold;
	top: 77px;
	right: 0px;
	z-index: 10;
	display: inline-block;
	font-size: 16px;
	width: 320px;
	text-align: center;
	padding: .25em 0;
	color: white;
	transform: rotate(0deg);
	border: 2px solid #0088ff;
	background: #0088ff;
    }

/* oben rechts als raute */
/*
@media screen and (min-width: 1200px) {
    .recommendation {
	position: absolute;
	font-weight: bold;
	top: 180px;
	right: -140px;
	z-index: 10;
	display: inline-block;
	font-size: 16px;
	width: 500px;
	text-align: center;
	padding: .25em 0;
	color: white;
	transform: rotate(45deg);
	border: 2px solid #fff;
	background: #e31c21;
    }
}
*/

/* oben rechts als kasten */
/*
@media screen and (max-width: 1199px) {
    .recommendation {
	position: absolute;
	right: 10px;
	margin: 10px 0px 0px 0px;
	z-index: 10;
	display: inline-block;
	font-size: 16px;
	width: 120px;
	text-align: center;
	padding: .25em 0;
	color: white;
	border: 2px solid #fff;
	background: #e31c21;
    }
}
*/

@media screen and (max-width: 736px) {
  .recommendation {
    display: none;
  }

  li.redlight {
    background: red;
  }
}


/* .ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #bfdc7a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bfdc7a),
    to(#8ebf45)
  );
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
} */

.infotable div.spalte {
  display: inline;
}


.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
  display: none;
}

div.spalte {
  display: inline-table;
  width: 70px;
  padding-right:20px;
  vertical-align: middle;
}

div.spalte2 {
  display: inline-table;
  width: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  div.spalte {
    display: inline;
  }
}

.article {
  margin-bottom: 50px;
}

.scroll-left {
  margin: 0;
  height: 35px;
  overflow: hidden;
  position: relative;
  top: -10px;
}

.scroll-left p {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

body > footer {
  background-color: #0069b3;
  text-align: center;
  /* fp */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  cursor: default;
  font-weight: 600;
}

body > footer a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0069b3;
}

.logo .image.fit img {
  width: 15em !important;
}

.linklist.big li {
  height: 250px;
  width: 250px;
  display: inline-table;
  margin-bottom: 20px;
  background-color: #282828;
}

.linklist.big li.video {
  height: 274px;
}

.linklist li.video.imgtext {
  bottom: 0;
}

.linklist li {
  position: relative;
  border: 1px solid #0069b3;
  display: block;
  height: 150px;
  width: 222px;
  margin: auto;
  margin-bottom: 10px;
}

.linklist li.first {
  border: 0px solid #0069b3;
  height: 145px;
  padding-top: 30px;
}

.linklist .imgtext {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  background-color: #0069b3;
  width: 100%;
  text-align: center;
}

.imgtext {
  position: absolute;
  left: 0;
  bottom: -2px;
  color: #fff;
  font-weight: bold;
  background-color: #0069b3;
  width: 100%;
  text-align: center;
}

.imgtextwarn {
  /*position: absolute;
  left: 0;
  bottom: -2px;
  */color: #fff;
  font-weight: bold;
  background-color: #e4032f;
  width: 100%;
  text-align: center;
}

.imgtext b {
  color: #fff;
}

#lastNewsBanner {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #e4032f;
  width: 100%;
  text-align: center;
}

.lastNewsBannerGfx {
  display: block;
  position: relative;
  height: 90px;
  font-weight: bold;
  background-color: #000000;
  width: 100%;
  text-align: left;
}

#lastNewsBanner a{ 
  color: #fff;
}
/*
@media screen and (min-width: 737px) {
  margin-bottom px;
}  */

.linklist.bigdesc {
  width: 940px;
}

.linklist.bigdesc li a {
  text-decoration: none;
}

.linklist.bigdesc li a img {
  padding-right: 10px;
}

@media screen and (max-width: 550px) {
  .linklist.bigdesc li a img {
    padding-right: 0;
  }
}

.linklist.bigdesc p {
  font-size: 0.8em !important;
  text-align: left;
  padding: 10px 10px 35px 10px;
}

@media screen and (max-width: 1200px) {
  .linklist.bigdesc {
    width: auto;
  }
}

.linklist.bigdesc li {
  border: 1px solid #0069b3;
  display: inline-table;
  height: 190px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.linklist.bigdesc a[target=_blank] {
    background-image: none;
    padding-left: 0px;
}

@media screen and (max-width: 800px) {
  .linklist.bigdesc li {
    height: auto;
  }
}

.linklist p {
  top: 5px;
  left: 265px;
  text-align: center;
  color: #000;
}

.linklist.bigdesc img {
  float: left;
}

@media screen and (max-width: 550px) {
  .linklist.bigdesc li {
    width: 252px;
  }
}

#nav ul {
  line-height: 65px;
  float: left;
}

#nav a.lka {
  float: right;
  display: block;
}

#navbg {
  background-color: #0069b3;
}

/* JK fixing the mobile view */

.wrapper.first {
  padding-top: 1em;
}

#top .image {
  margin: 10px auto;
}

@media screen and (max-width: 550px) {
  #nav a.lka {
    width: 75px;
  }
}

.content {
  margin-top: 30px;
  margin-bottom: 50px;
}


footer a:hover {
  color:#fff !important;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

h4 a {
    color: #0069b3;
    text-decoration: underline;
}

/* WEIHNACHTEN*/

canvas{
    position:absolute;
    top:0;
    left:0; 

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top
    );
}


#hinweis, .relative{
  position: relative;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
  white-space: normal;
}


/*VIDEO*/
  .linklist.big.video li{
    position: relative;
    display: inline-block;
    cursor: pointer;    
    height: 250px;
    width: 250px;
    display: inline-table;
    margin-bottom: 20px;
    background-color: #282828;
  }
  .linklist.big.video .playButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
  .linklist.big.video .playButton:hover:before {
    color: #eee;
  }

  .linklist.big.video li a{
    display: inline-block;
    height: 270px;
    width: 250px;
  }

.videoDetail .sociallist li{
  display: inline-table;
}

.videoDetail{
  text-align:center;
}

.videoDetail video {
  width: 100%    !important;
  height: auto   !important;
}


.fb-share-button span, .IN-widget { 
  vertical-align: top !important;
}
.socialmediabar{
   margin: 20px 0;
}



@media screen and (max-width: 736px){
	.lastNewsBannerGfx {
		height:auto !important;
	}

	.lastNewsBannerGfx .container img{
		width:100%;
		vertical-align: bottom;
	}
}

.lastNewsBannerLink{
  display: block;
}

@media screen and (max-width: 736px){
  .wrapper {
      text-align: left !important;
  }
}

.volleBreite{
  margin:20px;
}

.admin_menue{
  margin-bottom: 30px;
}

.admin_menue li{
  float: left;
  padding-right: 20px;
}

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 0;
  color: #333;
}
*/

.my {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.content a[target=_blank] { 
  padding-left: 15px;
  background-image: url(../images/external_link_new_window.gif);
  background-repeat: no-repeat;
  background-position: center left;
  overflow-wrap: break-word;
} 

/*
.content h4 a[target=_blank],  .content .socialmediabar a[target=_blank],  .content li a[target=_blank]{ 
  padding-left: 0px; background-image: url(../images/external_link_new_window.gif);
  background-image: none;
}
*/

/* .content h4 a[target=_blank],  .content .socialmediabar a[target=_blank] { 
  padding-left: 0px;
  background-image: none;
}
*/

/* Form */

form label {
  color: #000000;
  font-weight: 700;
  display: block;
  margin: 0 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0.75em;
  font-size: 1em;
  border-radius: 8px;
  border: solid 1px #ddd;
  background: #fff;
  color: #000;
  box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05),
    0px 1px 0px 0px rgba(255, 255, 255, 0.025);
  width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  background: #fafafa;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05),
    0px 1px 0px 0px rgba(255, 255, 255, 0.025), inset 0px 0px 2px 1px #43bff0;
}

form textarea {
  height: 6em;
}

form .formerize-placeholder {
  color: #555 !important;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
   
  background-color: #0069b3;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #43bff0;
  color: #fff !important;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background-color: #3ba8d3;
  top: 1px;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: #4f4f4f;
  color: #fff !important;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background-color: #3f3f3f;
}


input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  padding: 1em 2.35em 1em 2.35em;
  font-size: 1.1em;
}

input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
  font-size: 1.5em;
  letter-spacing: -0.025em;
}

#themen {
  color: #0088ff;
  font-weight: bold;
  text-decoration: none;
}

#themen, .relative {
position: relative;

}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #0069b3;
  text-decoration: underline;
  font-weight: 600 !important;
}

body.is-loading *,
input.is-loading *,
textarea.is-loading *,
select.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

a:hover {
  color: #43bff0 !important;
}

#hinweis2 {

padding: 1em 2.35em 1em 2.35em;
font-size: 1.1em;

-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
-webkit-appearance: none;
position: relative;
display: inline-block;
color: #fff !important;
text-decoration: none;
font-weight: 700;
border: 0;
outline: 0;
cursor: pointer;
border-radius: 7px;
text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
overflow: hidden;
background-color: #0069b3;

}

#hinweis2:hover {
  background-color: #43bff0;
  color: #fff !important;
}


blockquote {
  border-left: solid 0.75em #eee;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote {
  margin: 0 0 1rem;
}


.fb-share-button span, .IN-widget { 
  vertical-align: top !important;
}
.socialmediabar{
   margin: 20px 0;
}

u {
padding-left: 0px;
font-weight: inherit;
}

.article_content img {
  width: 60%; /* Ändern Sie dies auf den gewünschten Prozentsatz */
  height: auto; /* Dies stellt sicher, dass das Bild seine ursprünglichen Proportionen beibehält */
}

.linklist.bigdesc p {
  font-size: 100% !important;
  text-align: left;
  padding: 10px 10px 35px 10px;
}

.linklist p {
  top: 5px;
  left: 265px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

#hinweis3 {

  padding: 0.5em 1.35em 0.5em 1.35em;
  font-size: 1.1em;
  
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 7px;
  text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background-color: #0069b3;
  
  }
  
  #hinweis3:hover {
    background-color: #43bff0;
    color: #fff !important;
  }
  

  .navbar a {
    font-weight: 600;
  }
  .nav-link {
    display: block;
    padding: .5rem 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
  }

