.color_text_warning {
    color: #ff8c00;
}
.color_text_success {
    color: #00cc66;
}
.color_text_danger {
    color: #cc3333;
}

.divVerfuegbarkeit {
    margin-bottom: 20px;
}

.UeberschriftWarnhinweise {
    font-weight: bold;
}

.faq-accordion__headline {
    padding-right: 2.5rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 960 23'%3E%3Cpath fill='%23d1d1d1' d='M948.5 0C942.15 0 937 5.15 937 11.5S942.15 23 948.5 23 960 17.85 960 11.5 954.85 0 948.5 0zm5.303 12.634H949.8v4.003c0 .672-.544 1.217-1.217 1.217-.672 0-1.218-.545-1.218-1.217v-4.003h-4.002c-.672 0-1.218-.545-1.218-1.217s.545-1.217 1.218-1.217h4.002V6.197c0-.672.545-1.217 1.218-1.217.673 0 1.218.545 1.218 1.217V10.2h4.003c.673 0 1.218.545 1.218 1.217s-.544 1.217-1.217 1.217z'/%3E%3Cpath fill='%23d1d1d1' d='M0 11h939v1H0z'/%3E%3C/svg%3E");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 920px 22px;
    width: 101%;
    min-height: 1.375rem;
    line-height: 1.25rem;
    margin: 0;
}

.

/************************************/
/* LogoSlider - Einstellungen   

.thumbnailgallery {
    margin-bottom:40px;
    width:100%;
    height:108px;
    overflow:hidden;
}
.showroom a.logo {
    display:inline-block;
    float: left;
}
.showroom a:hover {
    color: #ff6d00;
}
.showroom img {
    border-radius: 5px;
    padding: 3px;
    display:block;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;  
    margin-right: 20px;
}
*/

/* Seite mit der Windtabelle                                                  */
/*----------------------------------------------------------------------------*/
.AS_windtables {
	border: 1px solid #3b3b3b;
	border-spacing: 0;
	font-size: 14px;
	line-height: 14px;
	border-collapse: inherit;
	margin-top: 20px;
	display: table !important;
	width: 100%;
	background-color: transparent;
	transition: all .1s ease-out;
	box-sizing: border-box;
	color: #333;
}
.AS_windtables tr th,
.AS_windtables tr td {
	text-align: right;
}
.AS_windtables tr th:nth-of-type(1),
.AS_windtables tr td:nth-of-type(1) {
	text-align: center;
}
.AS_windtables tr th:nth-of-type(2),
.AS_windtables tr td:nth-of-type(2) {
	text-align: left;
}
.AS_windtables tr th:last-of-type {
	border-right: 1px solid #3b3b3b;
}
.AS_windtables tr:nth-child(2n) {
	background-color: #f1f1f1;
}
.AS_windtables tr th {
	background-color: #3b3b3b;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 7px;
}
.AS_windtables tr td {
	padding: 7px;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
.responsive-video5 iframe,
.video-wrapper object,
.video-wrapper embed {
background-color: red;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.responsive-video5 {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 30px;
height: 0;
overflow: hidden;
}

.videobereich {
    background-color: orange;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoextern {
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}