﻿#FaqMark {
    border-bottom: 2px solid #000; /* #e60028 für die Startseite */
    border-left: 2px solid #000; /* #e60028 für die Startseite */
    border-right-color: white;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 500;
    float:left;
    cursor: pointer;
    height: 152px; /* 138px für die Startseite */
    color:#000; /* #e60028 für die Startseite */
}

#Faq {
    position:fixed;
    float: right;
    top: 0;
    z-index: 500;
	background-color: #e60028;
    color: white;   
    font-weight: bold;
}

#linkHelp {
	text-decoration: none;
}

#linkHelp a:visited {
    color: #e60028;
}

.Frage {
	text-transform: uppercase;
	color:#000; /* #e60028 für die Startseite */
    line-height: 56px !important;
}

.ArrowDiv {
    padding-top: 26px; /* 19px für die Startseite */
    padding-bottom: 26px; /* 19px für die Startseite */
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    display:block; 
} 

#faqArrow {
    height: 40px;
    width: 22px;
	background-size: 100% 100%;
    display: inline-block;
    background-repeat: no-repeat;    
    background-image:url('');  
}											/* faq_left_red.png   für die Startseite*/

.marginFaq {
    margin: 10px 30px 30px;
}

.fqSearch {
    height: 150px;
    position: relative;
}

.fqContent{
	overflow: auto;
}

#Faq h3 {
    margin-top: 25px;
    text-transform: uppercase;
	line-height: 35px;
}

#fqFirst {
	margin-bottom: 40px;
	margin-top: 0px;    
	border-bottom: 2px solid #fff;
}

.FQul {
    margin-top: 15px;
    padding-left: 12px;
    width: 90%; 
	display:flex; 
}

.FQul li {
	display:list-item;	
	font-weight: bold;  
	list-style-type: square;
	font-size: 8px;
}

#Faq a  {
    color: white;
    text-decoration: none;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;    
    font-weight: bold;
}

#Faq a:visited{
	  color: white;
}

#Faq a:hover{
 text-decoration:underline;
}

#fqText {
    margin-bottom: 10px;
    margin-left: 1px;
}

#TextBoxSearch {
    background-color: #e60028;
    border: 2px solid #fff;
    padding: 5px;
    font-size: 22px; 
    height: 32px;
    width: 200px;
    float:left;
    color:white;
}

#wrapSearch {
	display:inline-block;
}

#LinkSearch h3 {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}

.SocialMediaLink a {
	margin-bottom: 20px;
	margin-top: 5px;
	float:left;
	margin-right: -45px;
}

.SocialMediaLink img {
	width:40%;
}