@import url(fonts.css);
@import url(font-awesome.min.css);

/* standards */
@viewport {
  width: device-width;
  user-zoom:fixed;
}
body {
   font-family: 'Roboto', sans-serif;
   overflow-x:hidden;
   resize:none;
   padding-top:120px;
   font-size:16px;
   font-weight:300;
   line-height: 1.5em;
   color: #000;
}

body.topspace {
	padding-top:20px;
}

p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   text-align:justify;
   font-size:16px;
   font-weight:400;
   line-height:1.5em;
}

.trenner {
	height:1px;
	margin-top:39px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border-top:1px #000 solid;
}

.no-print {
    display:inline;	
}

.grid {
    margin-left:0px;
	margin-right:0px;
}

.grid-item {
	margin:0px;
	padding:0px;
}

.list-item {
   background-color:#000;
   margin-left:2px;
   margin-right:2px;
   margin-bottom:4px;
}
.list-item img {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 1.0s ease;
}
.list-item img:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.list-item p{
   padding:15px 5px 15px 5px;
	margin-bottom:0;
   font-size:14px;
   color:#fff;
   text-align:center;	
}

.text-justify {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

b, strong {
  font-weight: 600;
}

a {
  color: #4ccf24;
  text-decoration: none;
  cursor:pointer;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

hr {
  border-top: 1px solid #888;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.5em;
  color: #4ccf24;
  font-weight: 500;
  font-style:normal;
  margin-top:0;	
  margin-bottom:20px;
  text-align:left;
}
h2,
.h2 {
  font-size: 20px;
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
  font-style:normal;
  margin-top:10px;
  margin-bottom:5px;
  text-align:left;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
  font-style:normal;
  margin-top:10px;
  margin-bottom:0px;
  text-align:left;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}

h1 span,
h2 span,
h3 span{
   padding-right:10px;
}


ul {
    margin: 0 0 5px 25px;
    padding: 0;
}

li.type-document {
	list-style:none;
	margin-top:25px;
	margin-bottom:25px;
}

li.type-document i {
    font-size: 80px;
    line-height: 1;
}

li.type-document > .media-body > span {
    line-height: 10px;
}

.media-body span{
    font-size:12px;
	color:#666;
	font-weight:400;
	line-height:0.5em;
}

ul li {
    font-size: 16px;
    line-height: 30px;
    list-style:square;
	font-weight:400;
}

ol li{
    font-size: 16px;
    line-height: 1.5em;
	font-weight:400;
	padding-bottom:8px;
}

ul.nobullets {
    margin: 0 0 20px 10px;
}

ul.nobullets li {
    list-style:none;
}

ul.nobullets li label{
   font-style:italic;
   color:#525252;
   font-size:18px;
   font-weight:200;
   width:150px;
}

#tips {list-style: none; margin:0 0 20px 0; padding:0;}

#tips li {list-style: none; margin:0 0 10px 0; min-height:80px;}

.headerimg {
  position:relative;
}

.textimg {
  float:left;
  margin:0px 20px 0px 0px;
  max-width:250px;
  width:40%;
}

/* Sidebar */

.sidebar-cont {
  background-color:#000;
  padding:10px 20px 10px 20px;
  margin-bottom:25px;
}

.sidebar-cont h3 {
  margin:0 0 5px 0;
  font-size:18px;
  font-weight:500;	
  font-style:normal;
  color:#fff;
}

.sidebar-cont p {
  color:#fff;	
  margin-bottom:5px;
}

.sidebar-cont p.more {
 padding:0;
 text-align:right;
}

.sidebar-cont i {
  margin-right:10px;
}

.sidebar-cont h2 {
 font-size:24px;
 font-style:normal;
 font-weight:500;
 color:#4ccf24;
 padding:0;
 margin:0 0 10px 0;
}

.sidebar-cont a {
  color: #4ccf24;
}

.sidebar-cont a:hover,
.sidebar-cont a:focus {
  color: #fff;
}

.sidebar-imgcont {
  background-color:#fff;
  padding:0;
  margin-bottom:25px;
}

/* footer */

body.index #footer {
  margin-top: 60px;
}

#footer {
  margin-top: 120px;
  min-height: 50px;
}

#footer div.container {
  border-top:1px #000 solid;
}

#footer p {
  padding-top: 20px;
  display:block;
  text-align:center;	
  font-size:12px;
  font-weight:400;
  color:#000;
}

#footer a {
  color:#000;
}

#footer a:hover {
  color:#4ccf24;
}

#footer .back a {
  background-color: #fff;
  color: #4ccf24;
  font-size: 18pt;
  font-weight: bold;
  position:absolute;
  top:-12px;
  left:30px;
  padding:0 5px 0 5px;
}

#footer .back a:hover {
  color: #000;
}

#footer .top a {
  background-color: #fff;
  color: #4ccf24;
  font-size: 18pt;
  font-weight: bold;
  position:absolute;
  top:-15px;
  right:30px;
  padding:0 5px 0 5px;
}

#footer .top a:hover {
  color: #000;
}

/* navigation */
.logo {
  max-width:120px;
  min-width: 120px;
  width:100%;
  height: 120px;
}
.navbar-nav-right {
  display: flex !important; 
  align-items: center;
  text-align: end;
  float: none;
}
.navbar-brand {
  display: block;
  font-size: 18px;
  height: auto;
  padding: 10px 20px 5px 15px;
}

.navbar-default {
  border-bottom: 1px #000 solid!Important;
  border-top:0px;
  border-radius: 0px;
  font-size: 15px;
}

.navbar {
  min-height: 140px;
  background-image:none;
  background-color:#fff;
}

.navbar-nav {
  margin: 0;
  display: block;
  width: calc(100% - 80px);
}

.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom:12px;
}

.navbar div.container {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: end;
  height: 140px;
}

.navbar .navbar-header {
  display: block;
  margin-bottom: 5px;
}

.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color:#000;
  text-decoration:none;
  font-weight:400;
  font-size:15px;
  transition-property: background-color, color;
  transition-duration: 1s,0.5s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #4ccf24;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  background-color: #fff;
  transition-property: background-color;
  transition-duration: 1s;
}

.navbar-toggle {
  border-radius:0;	
  margin-left: auto;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4ccf24;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  border-radius: 0px;
  display: block;
  height: 4px;
  width: 30px;
  transition-property: background-color;
  transition-duration: 0.5s;  
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border:0!Important;
  display: flex !important;
  flex-direction: column-reverse;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #4ccf24;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none!Important;
  background-color:#4ccf24;
  box-shadow: 0 0 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-top:0;
  border-right:#000 1px solid;
  border-bottom:#000 1px solid;
  border-left:#000 1px solid;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);	
  border-radius:0!Important;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu li{
  list-style:none;	
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px;
  white-space: nowrap;
	font-size:15px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
  color: #fff;
  background-color: #4ccf24;
  background-image: none!Important;
	font-size:15px;
}

/* forms */

label {
  width: 65px;
  font-weight:400;  
  margin-bottom:0;
  padding-bottom:0;
}

div.input_space {
	margin-bottom:20px;
}

.has-error label {
  color:#e32810!Important;
}

.has-error .form-control {
  border-color:#e32810!Important;
  color:#e32810!Important;	
  box-shadow:none;
}

.help-block {
  color:#000;
  font-weight:400;	
}

.has-error .help-block {
  color:#e32810!important;
}

.control-label {
  text-align: left!Important;
} 

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control {
  color: #000;
  border: #000 1px solid;
  border-radius: 0;
}

.form-control:focus {
  color: #000;
  border: #999 1px solid;
  border-radius: 0;
  box-shadow:none;
}

textarea.form-control {
  height:150px;
  resize: none;
}

textarea.small-area {
  height:50px;
  resize: none;
}

.btn-primary {
  font-size:20px;
  font-style:italic;
  font-weight:300;
  color: #fff;
  background-color: #4ccf24;
  border:0;
  box-shadow:none;
  text-shadow:none;
  background-image:none;
  border-radius:0;
  transition-property: background-color, color;
  transition-duration: 1s,0.5s;
}

.btn-primary span{
  color:#fff!Important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #fff;
  border:0;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus:active,
.btn-primary.focus.active {
  color: #000;
  background-color: #fff;
  border:0;
  box-shadow: none!important;	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

#danke {
  display: none;
}

#preload {
  display: none;
}

/* modal */

.modal-content {
  border-radius:0;	 
}
.modal-header,
.modal-footer {
  border:0px!Important;
}

/* image styles */

.shadow {
	-webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

.image-hover {
  position:relative;
  margin-bottom:10px;
  margin-right:10px;
  float:left;
  width: 100%;
  max-width:134px;

}

.imgover {
  width:100%;
  max-width:134px;

}

.image-hover div.imgover{
  position:absolute;
  left:0;
  bottom:0;
  height:100%;
  width:100%;
  font-size:14px;
  line-height:20px;
  text-align:center;
  font-weight:400;
}

.image-hover div.imgover a,
.image-hover div.imgover a:hover {
  padding-top:10px;
  color:#525252;
  text-decoration:none;
}

.image-hover div.imgover > a {
  display:block;
  width:100%;
  height:100%;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.0);
}

.image-hover div.imgover > a > img{
  width:40px;
  height:40px;
  display:none;
}

.image-hover div.imgover > a:hover > img{
  display:inline!Important;
}

.image-hover div.imgover > a:hover {
  display:block;
  width:100%;
  height:100%;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.3);
}

.image-hover div.imgover a span,
.image-hover div.imgover a:hover span {
  color:#bd2940;
  font-size:16px;
  text-decoration:none;
  font-weight:300;
}


.lupe {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.galerie-item {
  width:134px;
  min-height:240px;	
  float:left; 
  margin-right:20px;	
}


/* galerie */
.galerie .galerie-item {
  width: 100%;
  min-height: auto;
  float: none;
  margin: 0 0 15px 0;
}
.galerie .galerie-item .image-hover {
  float: none;
  max-width: 100%;
  margin: 0;
}
.galerie .galerie-item .image-hover .galerie-img {
  width: 100%;
}
.galerie .galerie-item .image-hover .imgover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.galerie .galerie-item .image-hover .imgover a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255,255,255,0.0);
}
.galerie .galerie-item .image-hover .imgover a:hover {
  background: rgba(255,255,255,0.3);
}
.galerie .galerie-item .image-hover .imgover a .lupe {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.galerie .galerie-item .image-hover .imgover a:hover .lupe {
  display: inline;
}
.galerie .galerie-item .galerie-text {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  min-height: 110px;
}


/* media queries mobile */

@media (min-width: 1200px) {
  .profile {
	margin-right:40px; 
	margin-bottom:66px;
	}
  .navbar-nav {
    margin-left:80px;
  }
  .navmail {
    margin-left:auto;	
  }	
  .welcome {
    padding-right:100px;
  }
  .claim {
    position:absolute;
    font-size:39px; 
    font-weight:500;
    top:30px;
    right:15px;
    color:#4ccf24;
    text-shadow: 1px 1px #333, 2px 2px #333;
  }
.input_space div {
	margin-bottom:0px!important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .profile {
	margin-right:10px; 
	margin-bottom:27px;
  }
  .navbar-default .navbar-nav > li > a {
	font-size:13px;
  }	
  .navbar-nav {
    margin:0;
    width: 100%;
  }
  .navmail {
    margin-left: auto;	
  }	
  .welcome {
    padding-right:100px;
  }
  .claim {
    position:absolute;
    font-size:30px;
    font-weight:500;
    top:20px;
    right:50px;
    color:#4ccf24;
    text-shadow: 1px 1px #333, 2px 2px #333;
  }
.input_space div {
	margin-bottom:15px!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .claim {
    position:absolute;
    font-size:26px;
    font-weight:500;
    top:10px;
    right:10px;
    color:#4ccf24;
    text-shadow: 1px 1px #333, 2px 2px #333;
  }
  .welcome {
	margin-bottom:25px;	 	
  }
  .navbar-nav {
    margin:0;
    width: 100%;
  }
  .navbar-collapse {
    margin-top:0;	
  }
  .navbar div.container {
    display: block;
    height: auto;
  }  
  .navbar .navbar-header {
    display: flex;
    align-items: center;
  }
  .input_space div {
    margin-bottom:15px!important;
  }

  .navbar-default .navbar-collapse {
    flex-direction: column;
  }
  .navbar-default .navbar-collapse:has(.in),
  .navbar-default .navbar-form:has(.in) {
    display: flex !important;
    height: auto;
  }
  .navbar-default .navbar-collapse:not(.in),
  .navbar-default .navbar-form:not(.in) {
    display: none !important;
    height: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .claim {
		display:none;

	}
  .welcome {
	margin-bottom:25px;	 	
  }	
  h1 {
   font-size:28px;
  }

  .navbar-nav {
    margin:0;
    width: 100%;
  }
  .navbar-collapse {
    margin-top:0 ;	
  }
  .navbar div.container {
    display: block;
    height: auto;
  } 
  .navbar .navbar-header {
    display: flex;
    align-items: center;
  }
  .navbar-default .navbar-collapse {
    flex-direction: column;
  }
  .navbar-default .navbar-collapse:has(.in),
  .navbar-default .navbar-form:has(.in) {
    display: flex !important;
    height: auto;
  }
  .navbar-default .navbar-collapse:not(.in),
  .navbar-default .navbar-form:not(.in) {
    display: none !important;
    height: 0px;
  }

  .input_space div {
    margin-bottom:15px!important;
  } 
}

@media (max-width: 479px) {
  .claim {
    display:none;
  }
  .welcome {
	margin-bottom:25px;	 	
  }
  h1 {
   font-size:28px;
  }

  .navbar-nav {
    margin:0;
    width: 100%;
  }
  .navbar-collapse {
    margin-top: 0;	
  }
  .navbar div.container {
    display: block;
    height: auto;
  }  
  .navbar .navbar-header {
    display: flex;
    align-items: center;
  }
  .navbar-default .navbar-collapse {
    flex-direction: column;
  }
  .navbar-default .navbar-collapse:has(.in),
  .navbar-default .navbar-form:has(.in) {
    display: flex !important;
    height: auto;
  }
  .navbar-default .navbar-collapse:not(.in),
  .navbar-default .navbar-form:not(.in) {
    display: none !important;
    height: 0px;
  }

  .input_space div {
	margin-bottom:15px!important;
  }
  .list-item p{
    height:70px;	
  }	
}

@media print { 
 /* All your print styles go here */
  #header, #footer, #nav, .btn, .no-print { 
    display: none !important; 
  }
  body {
    padding-top:0px!important;
	width:90%!important;
  }	
  textarea.form-control,
  .form-control {
    border-top:none;
	border-right:none;
	border-bottom:#000 1px solid;
	border-left:none;
	width:90%;  
  }	
  .input_space {
	margin-bottom:70px;	
	}	
}