
.mynavcolor{
    background-color: rgba(30, 28, 28, 0.96);
}

.dropdowncolor {
    background-color: rgba(30, 28, 28, 0.96);
}


.active{
    border-bottom: 1px solid #f7f8f5;
}



.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #504e4e;
}

.pagecolor {
    background-color: rgba(105, 107, 108, 0.86);
}




.breaking {

    background-color: rgba(106, 108, 108, 0.99);

}

.socialmeidachannels {
    background-color: rgba(30, 28, 28, 0.96);
}

.socialmeidachannelsitemcolor{

    color: #d9dbde;
}


.copyright{

    background-color: rgba(133, 135, 136, 0.99);
}
.centeredimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-height: 400px;
}
.navbar-toggler-iconstyle{
    color: #e3dede;
    font-size:28px;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 75%;
    min-height: 75%;
}
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#centered {


}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.containercontact {
    border-radius: 1px;
    background-color: #817f7f;
    padding: 20px;
    border: 1px solid black;
}
label{

}

input{
    border: 3px solid black;
    background-color: rgb(171, 171, 175);
}

textarea {

    background-color: rgb(171, 171, 175);
}
select {
    background-color: rgb(171, 171, 175);

}

select:focus > option:checked {
    background: unset !important;

}

option  {
    background-color: #c0bdbd;
}

option:checked,
option:hover {
    box-shadow: 0 0 10px 100px #7e7c7c inset;
}



::placeholder {
    color: #363434;

}

/* The actual timeline (the vertical ruler) */
.timeline {

    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timelinecontainer {
    padding: 10px 40px;
    position: relative;

    width: 50%;
}

/* The circles on the timeline */
.timelinecontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #888686;
    border: 2px solid #706d6d;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.timelinecontent {
    padding: 20px 30px;
    background-color: rgba(107, 106, 106, 0.47);
    position: relative;
    border-radius: 15px;
    border: 2px dotted white;
   

}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timelinecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timelinecontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


.Elendeauswahl {



}


/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: #000000;

    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .30em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */

    animation:
            typing 3s steps(20, end),
            blink-caret 2.5s step-start infinite;
}

/* The typing effect */
@keyframes typing {
    from { width: 5% }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: rgba(106, 108, 108, 0.99)
    }
}



audio {


    filter: sepia(10%) saturate(10%) grayscale(1) contrast(80%) invert(25%);
    width: 300px;
    height: 30px;
    padding: 2px;

}





* {box-sizing: border-box;}

.img-comp-container {
    position: relative;
    height: 500px; /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow:hidden;
}

.img-comp-img img {
    display:block;
    vertical-align:middle;
}

.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}
/*

@media only screen and (max-width: 766px) {
    .backgroundresponsive1 {
        background-image: url('/images/background-photo.png');
        background-size: cover;
        background-attachment: initial;
        background-position: center center;
    }
}


@media only screen and (min-width: 767px) {
    .backgroundresponsive1 {
        background-image: url("/images/background-photo.png");
        background-size: cover;
        background-attachment: initial;
        background-position: center center;
    }
}

@media only screen and  (max-width: 766px) {
    .backgroundresponsive2 {
        background-image: url('/images/e4-opac.png');
        background-size: cover;
        background-position: center center;
        font-weight: bold;
        background-attachment: initial;
    }


    @media only screen and (min-width: 767px) {
        .backgroundresponsive2 {
            background-image: url("/images/e4-opac.png");
            background-size: cover;
            background-attachment: initial;
            background-position: center center;
            font-weight: bold;
        }
    }



}
*/
