/*@font-face {
  font-family: Roboto;
  src: url("./../fonts/Roboto-Regular.ttf");
}
*/

* {
    font-family: Roboto, Open Sans, sans-serif;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0 ;
    background-color: #FFC722 !important;
}

.page {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    color: black;
    background-color: #FFC722 !important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}


h1, h2, h3, h4, h5 {
    line-height: 1.2;
    font-weight: normal
}

.bg-position-top {
    background-position: 50% 0
}

.bg-position-middle {
    background-position: 50% 50%
}

.bg-position-bottom {
    background-position: 50% 100%
}

.page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto
}

a, a:link {
    color: inherit;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    opacity: 0.85
}

    a:hover, a:focus, a:active {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

ul, ol {
    display: inline-block;
    text-align: left;
    max-width: 50%
}

.container {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 1em 2em;
    z-index: 1
}

.content {
    max-width: 900px;
    margin: 0 auto
}

.social-links:empty {
    outline: 1px solid yellow
}

.social-links {
    padding: 1em 0;
    vertical-align: middle
}

    .social-links a {
        padding: 0 0.3em;
        line-height: normal
    }

.hosting-info {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-size: 0.8em
}

    .hosting-info p {
        margin: 0;
        padding: 0;
        font-size: 12px
    }

.overlay-dark {
    background-color: #333
}

    .overlay-dark:before {
        background-color: #333
    }

.overlay-bright {
    background-color: white
}

    .overlay-bright:before {
        background-color: white;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        opacity: 0.7
    }
/*
@media screen {
    .page[class] {
        background-image: url("/index_background_tmp.jpg?1672926693")
    }
}
*/
body.debug:after {
    content: "default";
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    color: black;
    padding: 0.5em;
    font-size: 10px;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    body.debug:after {
        content: "small"
    }

    h1 {
        font-size: 2em
    }

    ul, ol {
        max-width: none
    }

    .page {
        min-width: 300px
    }

        .page .container {
            padding: 3em
        }
}

@media screen and (min-width: 641px) and (max-width: 1199px),(min-height:500px) and (max-height: 1199px) {
    body.debug:after {
        content: "medium"
    }
}

@media screen and (min-width: 1200px) {
    body.debug:after {
        content: "large"
    }
}

.page .fallback-bg {
    display: none
}

.ie8 .page .fallback-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    z-index: 0
}


h1 {
    font-size: 3em !important;
    font-weight: bold !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h2 {
    margin-bottom: 10px !important;
}

a,
/*
a:hover {
  color: inherit;
  text-decoration: none;
}
    
a {
    outline-color: transparent;
}
    */
a:link {
    color: #FF0000 !important;
    font-weight: bold;
}
/*
a:visited {
    color: #a5c300;
}

a:focus {
    text-decoration: none;
    background: #bae498;
}
*/
    a:hover {
        text-decoration: none;
        background:orange;
    }
/*
a:active {
    background: #6900ff;
    color: #cdfeaa;
}
*/

ol {
  display: table-cell;
  width: 90%;
}

li {
  padding: 5px;
}

#page {
    background-color: white;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    border-top: 20px #FF0000 solid !important;
}

.content {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.logo {
  padding: 0 !important;
  margin-bottom: -10px !important;
  margin-bottom: 0;
}

.logo-img {
    width: 100%;
    }

    @keyframes LogoDown {
        0% {
            top: -400px;
        }

        100% {
            top: 0px;
        }
    }

    .kontakt {
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
    }

    .agb {
        font-size: 0.7em;
        text-decoration: underline;
    }
    /* PAGE FOOTER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .page-footer {
        font-size: 1em;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;

    }

    .page-footer-links {
        margin-bottom: 10px;
        font-size: 1.3em;
        text-align: center;
    }

    .nav-link {
        color: #eeeeee;
    }

        .nav-link:hover {
            color: #eeeeee;
            text-decoration: underline;
        }

        .nav-link:visited {
            color: #eeeeee;
            text-decoration: none;
        }

    .abfahrt-text {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }

    .rueckfahrt-text {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }

    .fahrpreise-text {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }

    .informationen-text {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }

.footer-text {
    font-size: 0.8em;
    color: white;
    padding: 0;
    margin: 0;
    background-color: red !important;
    border: 8px red solid;
}

    .startintro {
        position: absolute;
        font-size: 2.5em !important;
        max-width: 40ch;
        text-align: center;
        transform: scale(0.94);
        animation: scale 6s forwards cubic-bezier(0.5, 1, 0.89, 1);
    }

    @keyframes scale {
        100% {
            transform: scale(1);
        }
    }

    span {
        display: inline-block;
        opacity: 0;
        filter: blur(4px);
    }

        span:nth-child(1) {
            animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

        span:nth-child(2) {
            animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

        span:nth-child(3) {
            animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

        span:nth-child(4) {
            animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

        span:nth-child(5) {
            animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

        span:nth-child(6) {
            animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
        }

    @keyframes fade-in {
        100% {
            opacity: 1;
            filter: blur(0);
        }
    }










    @media screen and (max-width: 767px) {
        h1 {
            font-size: 1.65em !important;
            font-weight: bold !important;
        }
        h2 {
            font-size: 1.2em !important;
            font-weight: bold !important;
            margin-bottom: 6px;
        }
        .container {
            padding-top: 0.5em !important;
            padding-right: 1.2em !important;
            padding-bottom: 0.5em !important;
            padding-left: 1.2em !important;
        }

        p {
            font-size: 1.1em !important;
        }
    }