/* CSS Document */
a[href^="http"]::after {
    content: "" url("../grafiken/external-link.png");
	} 
a {
	list-style-type: none;
	text-decoration: none;
	font-family: "Overlock Bolditalic";
	color: rgb(0,0,255);
	text-shadow: 2px 2px 6px #666666;
	padding-left: 0px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
	transition: all 1s ease;
}
a:hover, a:focus, a:active  {
  list-style-type:none;
  text-decoration:none;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color:rgb(255,0,102);
  text-shadow: 3px 3px 6px gray;
  padding-left: 10px
}
h1{font-size: 2rem;
   color: red;
   font-style: italic;
   padding-top: 2rem;
   padding-bottom: 2rem;
}

h1::before{content:url("../grafiken/schnoe_links.png");}
h1::after{content: url("../grafiken/schnoe_rechts.png");}
p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; font-size: 120%; text-shadow: 3px 3px 6px gray;}
p::first-letter{font-weight:bold; font-size: 150%; padding-left: 1em;}

nav {margin-top: 1rem;
    margin-bottom: 2rem;}

footer {margin-top: 2rem;
        padding-top: 2rem;}

.card {margin-bottom: 2rem;}
.embed-responsive-item {margin-bottom: 2rem;
                        margin-top: 2rem;}



