/* blank.css - deafault */
.acc-content .content {
	font-family: 'Work Sans', sans-serif;
	font-size:16px !important;
	color: #222;
}	

.acc-content ul {
position: relative;
margin-top: 15px;	
margin-bottom: 30px !important;
}
.acc-content li {
	position: relative;
	color: #555;
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	margin-bottom: 6px;
}
.acc-content li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	height: 12px;
	width: 12px;
	border: 2px solid #e6202d;
	border-radius: 50%;
}

.content-info {    
	border: 1px solid #e5e5e5;
    padding: 30px;	
}
.content-info p {
	font-size: 16px!important;
    color: #222!important;
}

.content-info h3 {color:#e6202d;}

.ueberschrift {
	font-size: 20px;
    font-weight: 600;
    color:#e6202d;	
	font-family: 'Montserrat', sans-serif;
}
.ueberschrift_sw {
	font-size: 20px;
    font-weight: 600;
    color:#414141;	
	font-family: 'Montserrat', sans-serif;
}
.link {color: #e6202d;}
.pokal{
    color: #414141;
    font-weight:600;
    font-family: 'Work Sans', sans-serif;
    font-size:15px;
}
.lower-content a:hover {
	cursor: pointer;
    color: #e6202d!important;
    text-decoration:underline;
}

