html, body {
    background: #eee;
    padding: 0px;
    margin: 0px;
    background-size: cover;
    font-family: 'Merriweather', sans-serif;
    overflow-x: hidden;
}

.h1, h1 {
    font-size: 2.2rem;
}

.container {
    width: 100vw;
    height: 100vh;
    max-width: none;
    display: flex;
    align-items: center;
    position: relative;
    align-content: center;
    background-size: cover;
    background-repeat:  no-repeat;
}

#about {
    min-height: 100vh;
}

/*
.links a {
    position: fixed;
    top: 200px;
    right: -52px;
    z-index: 999;
    transform: rotate(-90deg);
    color: #fff;
    background: #0B5F6F;
    padding: 4px 15px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 3px #333;
    transition: all ease 0.2s;
}

.links a:last-child {
    top: 140px;
    right: -55px;
}

.links a span {
    display: none;
    transform: rotate(90deg);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
}

.links a:hover {
    text-decoration: none;
    padding-bottom: 8px;
    margin-top: -2px;
}

.links a:last-child {
    top: 140px;
    right: -55px;
}*/


.links {
	position: fixed;
    top: 50px;
    right: 10px;
  	max-height:38px;
	z-index: 999;
	transform-origin: right bottom;
    transform: rotate(-90deg);
}

.links a {
    color: #fff;
    background: #0B5F6F;
    padding: 4px 15px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 3px #333;
    transition: all ease 0.2s;
}


.links a span {
    display: none;
    transform: rotate(-90deg);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
}

.links a:hover {
    text-decoration: none;
    padding-bottom: 8px;
    margin-top: -2px;
}


.links-wrapper {
	position: fixed;
    top: 50px;
    right: 10px;
  	max-height:38px;
	z-index: 9999;              /* höher als alles andere */
    display: flex;
    flex-direction: row-reverse;
	transform: rotate(-90deg);
	transform-origin: right bottom;
    gap: 5px;
}

.links-wrapper a {
	color: #fff;
    background: #0B5F6F;
    padding: 1px 15px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 1px 1px 3px #333;
    transition: all ease 0.2s;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1rem;
    transition: all 0.2s ease;
}

/* Hover zum Testen */
.links-wrapper a:hover {
    background: #0d8aa3;
    transform: translateY(-8px);  /* leicht nach links fahren → sichtbarer Effekt */
}

#intro {
    background-image: url(../img/sea.jpg);
}


#intro2 {
    background-image: url(../img/start.jpg);
}

#believes {
    background-image: url(../img/believes.jpg);
}

#jesus {
    background-image: url(../img/jesus.jpg);
    background-position: bottom center;
}

#cross {
    background-image: url(../img/cross.jpg);
}

#solution {
    background-image: url(../img/solution.jpeg);
}

#about {
    background-image: url(../img/about.jpg);
    height: auto;
}

#about .frame {
    max-width: 800px;
    background: #ffdc96;
    padding: 38px 30px 60px 30px;
    margin: 80px auto;
    box-shadow: 1px 1px 20px #fff;
}

#about a:not(.totop) {
    display: inline-block;
    padding: 10px;
    border: 1px solid #875a00;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    width: 300px;
    transition: all ease 0.5s;
}

#about a.Clip {
    display: inline-block;
    padding: 1px;
    border: none;
    text-align: center;
    margin-top: 1px;
    font-size: 14px;
    width: 400px;
}

#about a.totop {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    background: #09A5CA;
    width: 190px;
    padding: 5px 0px;
    margin: 30px auto 0px auto;
    transition: all ease 0.5s;
}

#about a.totop i {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.8);
}

#about a:hover {
    text-decoration: none;
    color: #333;
}

#about a.totop:hover {
    color: #fff;
}

#about a + a {
    margin-left: 10px;
}

#about a strong {
    display: block;
}

#about p strong {
    display: block;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 150%;
}

#cross .frame > span,
#cross h1,
#cross p {
    color: #333;
    text-shadow: 1px 1px 20px #fff;
}

#solution .frame > span {
    color: #86c641;
    text-shadow: 1px 1px 20px #333;
}

#about * {
    text-shadow: none;
    color: #875a00;
}

#about h1 {
    margin-top: 10px;
    max-width: none;
    font-size: 20px;
    margin-bottom: 20px;
    background: #09A5CA;
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    display: inline-block;
    border-radius: 5px;
}

#about h1 em {
    font-weight: bold;
    color: #fff;
    font-style: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#about p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 170%;
    max-width: 90%;
}

.frame {
    position: relative;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    width: 100%;
}

.frame > span,
.frame h1,
.frame p {
    text-shadow: 1px 1px 20px #222;
}

.frame > span {
    font-size: 200px;
    margin-top: -50px;
    display: block;
    position: relative;
}

#believes .frame > span {
    transform: rotate(-8deg);
}

#believes .frame > span i {
    position: relative;
    top: 5px;
}

#believes .frame > span:after {
    content: "";
    position: absolute;
    width: 200vw;
    left: -50vw;
    top: 50%;
    border-top: 2px dashed #fff;
}

.frame h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: normal;
    max-width: 95%;
    margin: 0px auto 50px auto;
}

.container .number {
    position: absolute;
    width: 40px;
    position: absolute;
    top: 0px;
    font-size: 20px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    background: #555;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

#jesus .number {
    background: #8B591F;
}

#cross .number {
    background: rgba(255, 255, 255, 0.5);
    color: #777;
}

.frame p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 850px;
    font-size: 20px;
    margin: -30px auto 40px auto;
}

.frame p {
    text-shadow: 1px 1px 20px #000;
}

.btn-primary {
    position: relative;
    z-index: 100;
}

#intro .btn-primary {
    background: #0B5F6F;
    border-color: #0B5F6F;
    color: #d0f4f2;
}

#intro2 .btn-primary {
    background: #0B5F6F;
    border-color: #0B5F6F;
    color: #d0f4f2;
}

#intro2-sic .btn-primary {
    background: #705310;
    border-color: #e1aa2b;
    color: #e1aa2b;
}

#believes .btn-primary {
    background: #555;
    border-color: #555;
    color: #ccc;
}

#jesus .btn-primary {
    background: #8B591F;
    border-color: #8B591F;
}

#cross .btn-primary,
#solution .btn-primary {
    background: #3D394F;
    border-color: #3D394F;
}

#CTA {
    opacity: 0;
}

#logo {
    display: block;
    position: absolute;
    top: 140px;
    /*left: 50%;*/
    margin-left: -60px;
    box-sizing: border-box;
    width: 500px;
    height: 120px;
    background: #09A5CA url(../img/logo-ccd dunkel-bg.svg) no-repeat center;
    background-size: 95%;
    padding: 20px 20px 20px 20px;
    /*border: 20px solid #09A5CA;
    border-radius: 64px;
    transform: rotate(8deg);*/
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}
