h1 {
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
    color: black;
    text-align: center;
    line-height: 50px;
}

h2 {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.5em;
    color: #FFF;
    line-height: 1.5em;
    text-align: center;
}

h3 {
    font-family: 'Roboto Mono', monospace;
    font-size: 3em;
    color: #FF6600;
    line-height: 1em;
}

p {
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    max-width: 480px;
    margin-left: 10px;
    margin-right: 10px;
}

h4{
	font-size: 0.5em;
	padding-top: 6.5px;
}
	
h5 {
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    max-width: 500px;
    margin-left: 10px;
    margin-right: 10px;
}

h6 {
    font-family: 'Roboto Mono', monospace;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

body {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: #FFFFFF;
    height: 100vh;
    width: 100vw;
}


/* WOLKEN*/

#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 20px;
    z-index: -1;
    height: 100vh;
    width: 100vw;
}


/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}


/* ANIMATION */

.x1 {
    -webkit-animation: animateCloud 110s linear infinite;
    -moz-animation: animateCloud 110s linear infinite;
    animation: animateCloud 110s linear infinite;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
}

.x2 {
    -webkit-animation: animateCloud 60s linear infinite;
    -moz-animation: animateCloud 60s linear infinite;
    animation: animateCloud 60s linear infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
}

.x3 {
    -webkit-animation: animateCloud 80s linear infinite;
    -moz-animation: animateCloud 80s linear infinite;
    animation: animateCloud 80s linear infinite;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}

.x4 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

.x5 {
    -webkit-animation: animateCloud 90s linear infinite;
    -moz-animation: animateCloud 90s linear infinite;
    animation: animateCloud 90s linear infinite;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.6;
}

/* OBJECTS */

.cloud {
    background-color: white;
    background: url(/img/01.png);
    height: 240px;
    position: relative;
    width: 700px;
}

#gradient {
   background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 000000%, rgba(0,17,38,1) 50%, rgba(0,61,141,1) 100%);
}

.node {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    cursor: pointer;
    fill: white;
}

.node:hover {
    fill: #FF6600;
    font-size: 12px;
}

.link {
    stroke: black;
    stroke-opacity: 0.5;
    fill: none;
    pointer-events: none;
}

path.arc {
    cursor: url(/img/roate.svg), url(/img/rotate.png), all-scroll;
    fill: blue;
    opacity: 0;
}


.link {
    fill: none;
    stroke: white;
    stroke-opacity: .2;
    pointer-events: none;
}

.link.source,
.link.target {
    stroke-opacity: 1;
    stroke-width: 2px;
}

.node.target {
    fill: #FF6600;
}

.link.source {
    stroke: #FF6600;
}

.node.source {
    fill: #FF6600;
}

.link.target {
    stroke: #FF6600;
}


/* Titel */

.titel {
    position: relative;
    margin-right: 1em;
    float:left;
}


/* Bilder */

.block {
    position: absolute;
    top: 25%;
    left: 66%;
    display: none;
}

.blockklein {
    position: absolute;
    top: 49%;
    left: 66%;
    display: none;
}

.bilder {
    margin-right: auto;
    width: auto;
    border-style: solid;
    border-color: #FF6600;
    border-width: 5px;
    background-color: #FF6600;
    padding-bottom: 15px;
}


/* Infobutton */

.info {
    right: 3em;
    top: 3em;
    background-color: #FF6600;
    position: absolute;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.info:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    cursor: pointer;
}

.inhalt {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 4em;
}


/* Spannungs-Regler */

.regler {
    position: relative;
/*    top: 3em;
    margin-left: 30em;*/
    float:left;
    margin-left:1em;
}

input[type=range] {
    -webkit-appearance: none;
    background: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #FFF;
    border: none;
    border-radius: 3px;
}

input[type=range]::-ms-track {
    height: 5px;
    background: #FFF;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    height: 5px;
    background: #FFF;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6600;
    margin-top: -5px;
    position: relative;
    cursor: ew-resize;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6600;
    margin-top: -5px;
    position: relative;
    cursor: ew-resize;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6600;
    margin-top: -5px;
    position: relative;
    cursor: ew-resize;
}

input[type=range]:focus {
    outline: none;
    &::-webkit-slider-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background: #eee;
        border-radius: 5px;
        color: #FF6600;
        padding: 5px 10px;
        border: 2px solid #FF6600;
        cursor: ew-resize;
    }
    &::-ms-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background: #eee;
        border-radius: 5px;
        color: #FF6600;
        padding: 5px 10px;
        border: 2px solid #FF6600;
        cursor: ew-resize;
    }
    &::-moz-range-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background: #eee;
        border-radius: 5px;
        color: #FF6600;
        padding: 5px 10px;
        border: 2px solid #FF6600;
        cursor: ew-resize;
    }
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFF;
    opacity: 0.8;
}

input[type=range]:focus::-ms-track {
    background: #FFF;
    opacity: 0.8;
}

input[type=range]:focus::-moz-range-track {
    background: #FFF;
    opacity: 0.8;
}

.wrap {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
}