/* CSS Document */

a,
a.nav-link:before,
path,
.btn,
.card,
.tile,
.tile .icon:before,
.list-group-item,
.x {
	-webkit-transition: all .2s ease-in-out;  
	   -moz-transition: all .2s ease-in-out;  
	     -o-transition: all .2s ease-in-out;  
	    -ms-transition: all .2s ease-in-out;  
	        transition: all .2s ease-in-out;  
}

a:focus {
	outline: none !important;
}

.datenschutz h3 {
    position: relative;
 /*   color: red;
    
    */
}
/*
.datenschutz h3::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: -12px;
    bottom: 0;
    width: 10px;
    height: 280px;
    background: red;
}
*/
.datenschutz h3:target:before { 
    display: block; 
    content: ""; 
    padding-top: 220px; 
    margin-top: -220px; 
    width: 10px;
    visibility: hidden; 
    visibility: visible; 
}

/*stripes */
.stripes { 
	padding: 20px 0;
}
.stripes.noborder {
	padding: 0;
}


/*text styles */

sup.reg {
	vertical-align: sub !important;
}

.image-center-inner {
    text-align: center;
}

/* flexible Medien*/
img, svg, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}
 svg,embed {
	width: 100%;
	max-width: 100% ;
	/* height: auto !important; */
}


/*footer */
footer.footer {
	background: rgba(0,0,0,.88);
	color: #ccc;
	padding: 16px 0;
	font-size: .9em;
}
footer.footer a {
	color: #f6f6f6;
}
footer.footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer.footer .tooltip-inner {
	background: rgba(222,133,12,0.9);
}


