<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.radio {
    display: none;
}

p {
    font-size: 20px;
    margin: 0;

}

.fp-scroller {
    overflow: hidden;
}

.assist {
    margin-block-start: 0px;
    margin-block-end: 0.5em;
}

.wrapper {
    margin-top: 10px;
}

button {
    background-color: rgb(43, 42, 42);
    border: 2px solid black;
    color: white;
    height: 40px;
    width: 30%;
    font-size: 1em;
    margin: 0.5%;
}

label {
    display: flex;
    width: 100%;
    height: 60px;
    cursor: pointer;
    border: 2px solid black;
    user-select: none;
}

label div:first-child {
    width: 100%;
    line-height: 60px;
    margin-left: 10px;
    font-size: 1.3em;
    margin-top: 10px;
}

.cross {
    margin-right: 15px;
    margin-top: 13px;
}

.cross:before,
.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
}

.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}

.content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

input:checked~.content {
    max-height: 400px;
    transition: max-height, 1s;
}

input:checked~label .cross:before {
    transform: rotate(180deg);
}

input:checked~label .cross:after {
    transform: rotate(0deg);
}

.questions {
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}

.questions label {
    border: none;
    box-shadow: none;
    margin: 0;
}

input:checked~.questions {
    max-height: 400px;
    border-bottom: 2px solid #3E474F;
    transition: 1s;
}


/*----------Dropdown von MapPage------------*/

.tip {
    color: #f03768;
    cursor: help;
    position: relative;
    overflow: visible;
    font-family: monospace;
    font-size: 1.3em;
}

.tip:before,
.tip:after {
    position: absolute;
    opacity: 0;
    z-index: -100;
    transform: translateY(-30%);
    transition: .4s;
}

.tip:before {
    content: '';
    border-style: solid;
    border-width: 0.8em 0.5em 0 0.5em;
    border-color: #3E474F transparent transparent transparent;
    transform: translateY(-200%);
    bottom: 90%;
    left: 50%;
}

.tip:after {
    content: attr(data-tip);
    background: #3E474F;
    color: white;
    width: 150px;
    padding: 10px;
    font-size: 0.8em;
    bottom: 150%;
    left: -50%;
}

.tip:hover:before,
.tip:hover:after {
    opacity: 1;
    z-index: 100;
    transform: scaleY(1);
}

.bar {
    fill: black;
}

#y-axis {}

#sliderbox {
    margin: auto;
    height: 100px;

}

.tick {
    font-size: 200%;
}

.slider {
    position: absolute;
    height: 20px;
    top: 5%;
    padding-left: 10%;
    width: 45%;
}

#mySlider {
    width: 100%;
}

#ARdot,
#SGdot,
#ZHdot,
#AGdot,
#BSdot,
#BLdot,
#LUdot,
#SZdot,
#ZGdot,
#AIdot,
#GLdot,
#TGdot,
#SOdot,
#NWdot,
#OWdot,
#URdot,
#TIdot,
#BEdot,
#JUdot,
#NEdot,
#FRdot,
#GRdot,
#Gedot {
    display: none;
}

#section1 {
    background-repeat: no-repeat;
    background-size: 60%;
}

.title {
    background-image: url("../../src/assets/titleback.png");
    padding: 0 0 20px 0px;
    background-size: cover;
    margin-top: 15%;
}

.smalldist {
    background-color: #333333;
    color: white;
    text-align: left;
    padding: 50px;
    top: 0px;
    height: 20%;
}

#shpic {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200;
    height: 70px;
}

#beraterpic {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    height: 110px;
}

#berater {
    position: absolute;
    bottom: 20px;
    right: 120px;
    z-index: 200;
    height: 110px;
    text-align: right;
    padding-right: 50px;
}

#chart-area {
    padding: 20px;
}

#reason {
    padding-top: 3rem;
}

body {
    background-color: rgb(255, 255, 255);
    color: black;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0px;
    overflow: hidden;
}

.inputDistances {
    padding: 20px;
    background-color: gray;
    color: black;
    height: 15%;
}

.outputDistances {
    padding: 10%;
    background-color: white;
}

#distancepage {
    padding-top: 30px;
    height: 50%;
}

.fp-tableCell {
    vertical-align: top !important;
}



.outlinebutton {
    border: 2px solid black;
    background-color: black;
    color: white;
    border-radius: 10px;
    height: 54px;
    width: 150px;
    padding: 5px;
}

.outlinebutton:hover {
    background-color: rgb(40, 40, 40);
    cursor: pointer;
}

.outlinefield {
    border: 2px solid rgb(40, 40, 40);
    border-radius: 10px;
    height: 40px;
    width: 200px;
    padding: 5px;
    background-color: white;
}

.outlinefield:focus {
    border-color: black;
}

::placeholder {
    color: black;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.fp-tooltip {
    color: black !important;
}

.row {
    padding: 20px 0 30px 0;
    display: block;
}

.number {
    display: contents;
    font-size: 50px !important;
    font-weight: 600;
    padding: 20px;
}

#studiengangbox,
#firmenbox,
#hochschulenbox {
    overflow: overlay;
    height: 300px;
}

.country {
    stroke: #000000;
    fill: #e21356;
}

#networkBody {
    background-color: #333333;
}

.infobox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    background-color: white;
    text-align: left;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#box1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#box2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#box3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#chart-title {
    font-size: 24px;
    text-anchor: start;
}

.canton {
    fill: #EEEEEE;
}

.canton:hover {
    fill: burlywood;
}

.canton-boundary {
    fill: none;
    stroke: black;
    stroke-linejoin: round;
}

#context-holder {
    fill: none;
    stroke: black;
}

#welcomeToSchaffhausen {
    opacity: 20%;
}

.TextLebeninSchaffhausen {
    font-size: 1.7em;
}


/* 
--------------    Icons     ---------------
*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

a,
a:hover {
    text-decoration: none;
}

.socialbtns,
.socialbtns ul,
.socialbtns li {
    margin: 0;
    padding: 0 2px 0 0;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
    text-align: center;
}

.socialbtns .fa {
    width: 40px;
    height: 28px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding-top: 12px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.socialbtns .fa:hover {
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
}


/* 
--------------    Typo     ---------------
*/

.TextLebeninSchaffhausen {
    font-size: 1.7em;
}

.bar:hover {
    font-weight: bold;
}

.lineProp:hover {
    stroke-width: 8;
}

.hide:hover {
    display: content;
}

h1 {
    font-size: 140px;
    margin: 20px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 40px;
    margin: 20px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 60px;
    margin: 20px 20px 20px 20px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.i_box {
    width: 30px;
    height: 30px;
}

#i_box_white {
    fill: #FFFFFF;
}

#infoText1,
#infoText2,
#infoText3 {
    visibility: hidden;
    display: none;
    background-color: rgba(255, 215, 46, 0.7);
    font-family: sans-serif;
}

.paddingText {
    padding: 10px;
}

.paddingTitle {
    margin-top: 20px;
    margin-bottom: 0px;
}

#sources{
    text-align: left;
    padding: 20px;
    padding-right: 10px;
}

.alignSources{
    display: flex;
    align-items: center;
}

#infoText4{
    visibility: hidden;
    text-align:start;
    align-content:space-between;
    margin: auto;
}</pre></body></html>