.gross {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 41px;
  padding-left: 20px;
  font-family:'Open Sans', sans-serif;
  color: #848484;
  font-size: 16px;
}
.loader_container {
  margin-bottom: 70px;
}
.loader {
  display: block;
  height: 5px;
  background-color: #43cd80;
}
.heading {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 50px;
  float: left;
  font-family: Bitter, serif;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.heading_text {
  position: relative;
  display: block;
  margin-top: 26px;
  margin-left: 50px;
  padding-top: 0px;
  float: left;
  font-family:'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #000;
}
.date_container {
  position: relative;
  height: 40px;
  margin-top: 70px;
  background-color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.date_container:after,
.date_dontainer::after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    content: '';
    width: 0;
    height: 0;
    margin-left: -7px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #43cd80 transparent transparent transparent;
}
.date {
  height: 50px;
}
.date_text {
  width: 50%;
  padding-top: 5px;
  padding-right: 5px;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  text-align: right;
}
.date_time {
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  float: right;
  font-family:'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.counter {
  position: relative;
  height: 100px;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
}
.days {
  position: static;
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 10px;
  float: left;
  letter-spacing: 0px;
}
.hours {
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 10px;
  float: left;
}
.minutes {
  display: inline-block;
  width: 33.3%;
  height: 100%;
  padding-top: 10px;
  float: left;
}
.numbers {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100px;
  float: none;
  font-family:'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 100;
}
.numbers_text {
  width: 10%;
  display: inline-block;
  font-family:'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.newsletter_container {
  margin-top: 60px;
}
.newsletter_box {
  display: inline-block;
  width: 40%;
  height: 300px;
  float: left;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 70px;
  border-bottom-left-radius: 5px;
}
.newsletter_text {
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #e5e5e5;
  font-family:'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}
.newsletter_form {
  display: inline;
  width: 100%;
  height: 70px;
  margin-top: 32px;
  float: left;
}
.newsletter_input {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 50px;
  margin-left: 18px;
  padding-left: 12px;
  float: left;
  font-size: 16px;
}
.about_box {
  position: relative;
  display: inline-block;
  width: 55%;
  height: 300px;
  float: right;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 70px;
  border-bottom-right-radius: 5px;
}
.about_text {
  width: 100%;
  height: 50px;
  padding-top: 13px;
  padding-left: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #e5e5e5;
  font-family:'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 25px;
  text-align: left;
}
.socials {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-background-size: 100% 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  opacity: 0.7;
}


@media (max-width: 991px) {
  .newsletter_box, .about_box {
    height: 320px;
  }
  .newsletter_form {
    height: 60px;
    margin-top: 15px;
  }
  .newsletter_input {
    width: 200px;
  }
  .form {
    height: 60px;
    float: left;
  }
  .socials {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  p {
    margin-top: 30px;
  }
  .logo {
    padding-left: 0px;
  }
  .heading_text {
    font-size: 24px;
  }
  .numbers {
    font-size: 90px;
  }
  .newsletter_box {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }
  .newsletter_form {
    margin-top: 16px;
  }
  .newsletter_input {
    width: 480px;
  }
  .about_box {
    width: 100%;
    height: 250px;
  }
  .socials {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .header {
    margin-top: 30px;
    text-align: center;
  }
  .heading {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
  }
  .logo {
    display: inline;
    float: none;
  }
  .heading_text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 25px;
  }
  .date_text {
    width: 50%;
    margin-top: 5px;
    float: left;
    font-size: 24px;
  }
  .date_time {
    width: 50%;
    margin-top: 5px;
    float: left;
    font-size: 26px;
  }
  .counter {
    height: 200px;
  }
  .days {
    padding-top: 60px;
  }
  .numbers {
    font-size: 70px;
    height: 40px;
  }
  .numbers_text {
    margin-top: 20px;
    font-size: 24px;
  }
  .hours {
    padding-top: 60px;
  }
  .minutes {
    padding-top: 60px;
  }
  .newsletter_box {
    height: auto;
  }
  .newsletter_form {
    margin-top: 20px;
  }
  .newsletter_input {
    width: 80%;
  }
  .about_box {
    height: auto;
  }  
}
@media (max-width: 320px) {
  .heading, .heading_text {
    line-height: 30px;
    color: #fff;
  }
  .date_text {
    font-size: 18px;
  }
  .date_time {
    font-size: 20px;
  }
  .numbers {
    font-size: 60px;
  }
  .newsletter_input {
    width: 70%;
  }
}
.avatar{
	max-width: 100%;
	height: auto;
        border: 1px solid #000;
        border-radius:50%;
}
.notification_count_2 {
padding: 3px 7px 3px 7px;
background: #dadada;
color: #000;
font-weight: bold;
margin-left: -17px;
border-radius: 9px;
position: absolute;
margin-top: 25px;
font-size: 11px;
}
.notification_count {
padding: 3px 7px 3px 7px;
background: #207601;
color: #fff;
font-weight: bold;
margin-left: -17px;
border-radius: 9px;
position: absolute;
margin-top: 25px;
font-size: 11px;
}
.contact-map {
  background: #00BFFF;
  border: none;
}
.contact-map iframe {
  border: none;
  width: 100%;
  height: 205px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
input[type="submit"] {
cursor: pointer;
font: 12px Verdana,sans-serif;
color: #000000;
border: 1px solid #000000;
background-color: #C7DDCC;
width: 100%;
padding: 2px;
line-height: 30%;
position: relative;
display: inline-block;
width: 280px;
height: 50px;
margin-left: 18px;
padding-left: 12px;
float: right;
font-size: 16px;
}

input,select,textarea {
    border: 2px solid lightblue; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 0px 0;
}


.bubble {
  position: relative;
  background-color: #C7DDCC;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  padding: 1.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #ddd solid 1px;
  margin-left: 30px;
}
.bubble:before {
  font-size: 10em;
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #C7DDCC;
  display: block;
  width: 0;
  z-index: 0;
  left: -13px;
  top: 7px;
}










#lightimg img {
opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#lightimg img:hover {
opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


.small {
font-size: 11px;
color: #777;
}

form {
display: inline;
}

.formbutton {
  background: #ddd;
  width: 100%;
  padding: .5em;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Oswald';
  font-size: 20px;
  text-decoration: none;
  border: none;
}

.formbutton:hover {
  border: none;
  background: lightblue;
  box-shadow: 0px 0px 1px #777;
}


/*===== Seitennummerierung =====*/

#seiten {
font-size:11px;
}
#seiten a {
display:block;
background-color:white;
text-decoration:none;
float:left;
border:1px solid #4F82B5;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
padding:3px;
padding-left:7px;
padding-right:7px;
margin:3px;
}
#seiten a:hover {
background-color:#CCE5FF;
}
#seiten #nolink {
opacity:0.4;filter:alpha(opacity=40)
display:block;
float:left;
border:1px solid #555;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
padding:3px;
padding-left:7px;
padding-right:7px;
margin:3px;
}
#seiten #current {
display:block;
background-color:#CCE5FF;
float:left;
border:1px solid #4F82B5;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
padding:3px;
padding-left:7px;
padding-right:7px;
margin:3px;
}
#seiten #dots {
display:block;
float:left;
padding:3px;
margin:3px;
}





/*===== Rechtsklick Menü =====*/

.contextMenu {
position: absolute;
z-index: 99999;
border: solid 1px #CCC;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
background: #EEE;
padding: 0px;
margin: 0px;
display: none;
}

.contextMenu LI {
list-style: none;
padding: 0px;
margin: 0px;
}

.contextMenu A {
color: #333;
text-decoration: none;
font-size:11px;
display: block;
line-height: 20px;
height: 20px;
background-position: 6px center;
background-repeat: no-repeat;
outline: none;
padding: 1px 5px;
padding-left: 21px;
}

.contextMenu LI.hover A {
color: #FFF;
background-color: #aaa;
}

.contextMenu LI.disabled A {
color: #AAA;
cursor: default;
}

.contextMenu LI.hover.disabled A {
background-color: transparent;
}

.contextMenu LI.separator {
border-top: solid 1px #CCC;
}

.contextMenu LI.edit A { background-image: url('../icon/01/10/19.png'); }
.contextMenu LI.delete A { background-image: url('../icon/03/10/01.png'); }
.contextMenu LI.profil A { background-image: url('../icon/01/10/06.png'); }
.contextMenu LI.block A { background-image: url('../icon/03/10/50.png'); }
.contextMenu LI.nachricht A { background-image: url('../icon/01/10/04.png'); }
.contextMenu LI.profil A { background-image: url('../icon/01/10/06.png'); }
.contextMenu LI.profil A { background-image: url('../icon/01/10/06.png'); }





/*===== Facebox PopIn-Fenster =====*/

#facebox {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 100;
text-align: left;
}
#facebox .popup {
position: relative;
}
#facebox table {
margin: auto;
border-collapse: collapse;
width:auto;
}
#facebox td {
border-bottom: 0;
padding:3px;
}
#facebox .body {
padding: 10px;
background: #fff;
width:98%;
}
#facebox .loading {
text-align: center;
}
#facebox .image {
text-align: center;
}
#facebox img {
border: 0;
margin: 0;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
height: 10px;
width: 10px;
overflow: hidden;
padding: 0;
}




/*===== Sternebewertungen =====*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display: inline-block;
vertical-align: middle;
}

.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(../images/star_small.gif);
line-height: 10px;
height: 10px;
}






/*===== FileTree Menu =====*/

UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

.jqueryFileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(images/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }



/*===== Sonstiges =====*/

.msg {background:#00c5cd;}
.rtop, .rbottom{
display:block;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#00c5cd;
}
.r1{margin: 0 0px}
.r2{margin: 0 0px}
.r3{margin: 0 0px}
.r4{
}



.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-closenav,.w3-opennav{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}.w3-btn-floating-large{width:56px;height:56px;line-height:56px}


.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:50%;margin:auto}
.w3-rest{overflow:hidden}


