#green {
    
    background:#69ae7a;
}

#red {
    
    background:#d2232a;  
}

.tag-transparent {
color: #69ae7a;
font-size:10px;
padding:5px 10px 5px 10px;
    border: 1px solid #69ae7a;
    -webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
height:18px;
 -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:context-menu;

}
.site-top {
    
 position:fixed;
 top:0px;
}

.site-top .fa{
  color:#999;  
    
}
.logo {
  height:60px;
  padding:10px 0px 10px 0px;
}

#cslide-slides h2 {
  margin-bottom: 10px;
  font-weight: 700; }

/*=Slides
----------------------------------------------- */
.cslide-slides-master {
  overflow: hidden;
  margin-bottom: 60px; }

.cslide-slides-master:last-child {
  margin-bottom: 0; }

.cslide-slides-container {
  visibility: hidden; }

.cslide-slide {
  float: left;
  padding: 30px;
  padding-bottom:0px;
  border: solid 0px #38678f;
  background-color: transparent; }

.cslide-slide h2,
.cslide-slide p {
  color: #666; }

/* prev next buttons */
.cslide-menu { 
  border-top:2px solid #ccc;
  margin-bottom: 0px;
  width:100%; 
   text-align: center;
   background-color:#eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cslide-btn {
  display: inline-block;
  color: #999;
  padding: 10px 20px;
  padding-bottom:0px;
  border-bottom: solid 0px #38678f;
  cursor: pointer;
  text-align: center;
  /* height:65px; */
}
.cslide-btn span {display:block}  

.cslide-btn .fa {
  font-size:34px;
  margin:5px;
  
}  




.cslide-btn:hover {
  color: #d2232a; }

.cslide-disabled {
  opacity: 0.3; }

.active {}


span.dreieck {
  visibility:hidden;  
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  margin-left: auto;
  margin-right: auto;
}



.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #666;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background:#d2232a;
  border-radius: 10px;
  box-shadow: inset 0 1px #fff;
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #69ae7a;
  color: #fff;
}

.tag:hover::after {
   border-left-color: #69ae7a; 
}

.modal-content {
   border: 0!important;
   
}
 

.video-link {
    padding-top: 70px;
}
 
.video-link a:hover,
.video-link a:focus {
    outline: 0;
}
 
a .video-link-text {
    color: #666;
    opacity: 0.8;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
a:hover .video-link-text, 
a:focus .video-link-text {
    outline: 0;
    color: #666;
    opacity: 1;
    border-bottom: 1px dotted #666;
}
 
a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-left:10px;
    margin-right: 10px;
    background: #69ae7a;
    color: #fff;
    line-height: 30px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
 
a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #d2232a;
}
 