html {
    scroll-behavior: smooth;
}
/* img, .container {
	-webkit-animation-name: meine-animation;
	-webkit-animation-duration: 1.5s;
	-moz-animation-name: meine-animation;
	-moz-animation-duration: 1.5s;
	animation-name: meine-animation;
	animation-duration: 1.5s;
} 
.banner img {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	animation-name: none;
}
@-webkit-keyframes meine-animation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes meine-animation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes meine-animation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
a, img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

*/
.box3 p, .box3 li, .box3 td, .box3 blockquote {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
a:link {
    color: #8b0000;
    text-decoration: underline;
}
a:visited {
    color: #800000;
    text-decoration: underline;
}
a:hover {
    color: #f00;
    text-decoration: underline;
}
a:active {
    color: #8b0000;
}
article {
    margin-bottom: 3em;
}
body {
    color: #666;
    font-size: 14px;
    font-family: Tahoma, Verdana, "helvetica neue", Helvetica, Arial, sans-serif;
    line-height: 150%;
    background: #f2f2f2;
    text-align: center;
    margin: 0px 10px 10px 0;
}
ul {
    margin-bottom: 3em;
}
h1 {
    color: #891f2b;
    font-size: 48px;
    font-family: "Italianno", "Apple Chancery", Zapfino, "Zapfino Extra LT Pro", "Zapfino Forte LT Pro", "Zapf Chancery", Chancery, "Monotype Corsiva", "Calligraphic 421", Braganza, BraganzaITC, "Murray Hill", "Ex ponto", mediscript, cursive;
    font-weight: normal;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px #ababab;
}
h1 + h2 {
    font-weight: normal;
    font-stretch: normal;
    margin-top: 30px;
}
h2 {
    font-size: 19px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    clear: right;
    margin-top: 48px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: -6px;
}
h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 0;
}
.links {
    float: left;
}
ul li {
    list-style-image: url("bilder/list.gif");
    list-style-position: outside;
    margin-top: 15px;
    margin-bottom: 8px;
}
.vorschau {
    margin: 5px;
    border-width: 0;
}
ol li {
    list-style-position: outside;
    margin-top: 3px;
    margin-bottom: 6px;
}
p, td {
    font-size: 14px;
    line-height: 150%;
}
.abstand {
    padding: 32px 24px 16px;
}
.banner img {
    width: 100%;
    height: auto;
}
.bildlinks {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    float: left;
}
.box1 {
    background: white;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 900px;
    max-width: 100%;
    min-height: 400px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5)
}
.box2 {
    background-color: white;
    text-align: left;
    margin: 0;
    padding-top: 25px;
    padding-left: 15px;
    width: 200px;
    max-width: 100%;
    height: auto;
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.box2 a {
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 20px;
    border-bottom: 0 none;
}
.box2 a:hover {
    color: black;
    text-decoration: none;
    background-color: #f4e0a1;
    border-bottom: 0 none;
}
.box2 a:active {
    color: #699;
    text-decoration: none;
    border-bottom: 0 none;
}
.box2 .aktiv {
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-image: url("bilder/list-rot.gif");
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block;
    padding: 2px 2px 2px 20px;
    border-bottom: 0 none;
}
.box2 p {
    font-size: 14px;
    line-height: 150%;
    text-indent: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-width: 0;
}
.box2 p:nth-child(2) {
    margin-bottom: 1.5em;
}


.box3 {
    text-align: left;
    margin: 16px 60px 16px 230px;
    padding: 10px;
    width: auto;
    max-width: 100%;
}
@media (max-width:735px) {
    .box2 {
        float: none;
        width: 100%;
        padding:0;
        box-shadow:0 0 5px rgba(0,0,0,0.2);
        background:rgb(245,245,245);
    }
    .box2 p, .box2 a {
        display: inline-block;
        text-indent: 0;
    }
    .box2 a {
        padding: 4px;
    }
    .box2 .aktiv {
        background-image: none;
        padding: 4px;
    }
    
    .box2 p:nth-child(2):after {
    content: " \2013";
}
    
    .box3 {
        margin: auto;
    }
    .passphoto, .passphoto1, .passphoto2, .bildlinks, .bildrechts {
        max-width: 40vw;
        height: auto;
    }
    .fotos .box3 td, .fotos .box3 tr {
        display: inline;
    }
    .box2 p:nth-child(2) {
        margin-bottom: 0px;
    }
}
.passphoto {
    margin-left: 12px;
    float: right;
    border: solid 1px #666;
}
.passphoto1 {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 0;
    float: right;
    border: solid 0 #666;
}
.passphoto2 {
    text-align: right;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 12px;
    border: solid 0 #666;
}
.photoleft {
    margin: 0 8px 4px 0;
    float: left;
}
.small {
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 12px;
}
.top {
    text-align: right;
}
.top a {
    text-decoration: none;
}
.top a:hover {
    color: red;
}
.torbogen {
    text-align: center;
    margin-top: 2em;
}
.clear {
    clear: both;
}
a img:hover {
    opacity: 0.5;
}
.banner a img:hover {
    opacity: 1;
}
.start img:hover {
    opacity: 1;
}
.cds .passphoto1 {
    width: 200px;
    height: auto;
}
.audioplayer {
    border: none;
    height: 270px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
}
.playerphoto {
    width: 200px;
    height: auto;
    margin-top: 25px;
    float: right;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {width:100%;max-width:360px;height:auto;}