.clearer {
	clear: both;
	height: 0;
}

h1, h2, 
p.h1, p.h2 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #878787;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #878787;
}

a:hover {
	color: #F8931D;
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	color: #F8931D;
}

h2 {
	font-size: 24px;
	line-height: 29px;
	color: #878787;
}

p.h1 {
	line-height: 36px;
	border-top: 1px solid #F8931D;
}

p.h2 {
	line-height: 29px;
}

.hl-color-green {
	color: #00CC00;
}

.hl-color-red {
	color: #CC0000;
}

.text-standard {
	font-size: 16px;
	line-height: 22px;	
}

.text-small {
	font-size: 12px;
	line-height: 16px;
}

.text-standard ul {
 	padding-left: 22px;
}

.text-standard ol {
	padding-left: 22px;
}

.text-small ul {
 	padding-left: 18px;
}

.text-small ol {
	padding-left: 18px;
}

.text-standard ol li,
.text-small ol li {
 	list-style-type: disc;
}

.text-standard ol li,
.text-small ol li {
	list-style-type:decimal;
}

div.text-standard {

}

span.text-standard {

}

span.text-small {
	
}

a.text-standard {
	
}

a.text-small {
	
}

.link-standard {
	
}

.link-intern {
	
}

.link-extern {
	
}

.image-standard {
	vertical-align: middle;	
}

.video-outer {
	margin: 0 auto;
	max-width: 512px;
}

video {
	width: 100%;
	height: auto;
}

.video-16-9 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden; 
}

.video-16-9 iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.slice-column {
	float: left;
}

.slice-column-inner {

}

.download {
	
}

.download a {

}

.download i.fa {
    margin-right: 5px; 
    position: relative;
    top: 1px;
}

.article-list {

}

.article-list-content {
	background-color: #F0F0F0;	
	padding: 5px;
}

.article-list-content a {
	display: block;
}

.article-list-image {
	float: left;
    width: 100px;
    margin: 0 10px 0 0;
}

.article-list-title {
	font-weight: bold;
}

.article-list-title:after {
	content: "\A";
	white-space: pre;
}

.article-list-text {

}

.article-list-text:after {
	content: "\A";
	white-space: pre;
}


.article-list-separator {
	height: 0;
	border-top: 1px dotted #DEDEDE;
	margin: 20px 20px;
}

.pagination {
	
}

.pagination a {
	
}

.google-map {
	width: 100%;
	height: 50vh;
}

.google-map iframe {
	border: none;
}

.form-warning {
	color: #F8931D;
}

.form-fieldset {
	width: 60%;
}

.form-row {
	width: 100%;
	padding: 5px 0;
}

.form-label-cell {
	float: left;
	width: 30%;
}

.form-field-cell {
	float: left;
	width: 70%;
}

.form-text-cell {
	width: 100%;
}

input[type="text"],
input[type="password"],
select, 
.form-checkgroup,
.form-radiogroup,
textarea {
	-moz-box-shadow: 0pt 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0pt 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0pt 2px 4px rgba(0, 0, 0, 0.3);
	padding: 5px;
}

.form-checkroup {
	
}

.form-radiogroup {
	
}

.form-checkgroup label,
.form-radiogroup label {
	margin-left: 5px;
}

.input-text {
	width: calc(100% - 10px);
}

.input-textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	width: calc(100% - 10px);
}

.input-select {
	
}

.input-radio {
	
}

.input-check {
	
}

.field-table {
	width: 60%;
}

.field-table .form-label-cell {
	width: 30%;
}

.field-table .form-field-cell {
	width: 70%;
}

.form-line {
	
}

.submit-button {
    font-size: 0.8em;
    color: #FFFFFF;
    border: 1px solid #666666;
    background-color: #F8931D;
    padding: 7px 16px 6px 16px;
    cursor: pointer;
}

.lightbox-galerie {
    width: 80vw;
    margin: 0 auto;    
}

.lightbox-button { 
    float: left;
    overflow: hidden;
    margin: 1vw;
    /* galerie-width / anzahl bilder pro Reihe -2*margin */
    width: calc((79vw / 4) - 2vw);
    overflow: hidden;
}

.lightbox-thumbnail {
    width: 100%;
}
  
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .lightbox-button {
		width: calc((78vw / 3) - 2vw);
	}
}
  
@media only screen and (max-width: 768px) {
  .lightbox-button {
		width: calc((77vw / 2) - 2vw);
	}
}

@media only screen and (max-width: 371px) {
  .lightbox-button {
		margin: 1vw 0;
		width: 76vw;
	}
}
