/* Basic Settings */
.black {
    background-color: black;
}

.white{
    background-color: white;

}

html {
    scroll-behavior: smooth;
}


::selection {
    background: #E91E63;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #E91E63;
}


a:hover {
text-decoration: none !important;
}

p {
    color: #ffffff;
}

a {
    color: #ffffff !important;
}

h1 {
    color: #000000 !important;
}

span {
    background: #ffffff;
}

/* CONTAINER */
#header {
    height: 80px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid #ffffff;
    position: sticky;
    position: -webkit-sticky;
    background: black;
    z-index: 1;
    top: 0;
}



#impressum {
    margin-top: 1.4em;
}

.logo {
height: 60px;
    margin-top: 10px;
}

.footer {
    height: 60px;
    width: 100%;
    border-top: 3px solid #ffffff;
}

.full-row-container {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 0.5px solid #fff;
}

.full-row-container-flex {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.two-rows-left {
    width: 50%;
    display: flex;
    justify-content: center;
}

.two-rows-right {
    width: 50%;
}

.title-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.shortfacts{
    padding:6px;
    border: 2px solid #E91E63;
    box-shadow: 3px 3px 0px 3px #E91E63;
}

/* BILDER */

.cyber-img {
    width: 70%;
    height: 100%;
}
/* Absätze & Texte */

h1.title {
   /* color: #000000;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
}

p.main-text {
   /* color: #ffffff; */
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 0.95em;
    line-height: 1.4;
    text-align: justify
}

p.main-text a {
    text-decoration: underline #E91E63;
}

p.main-text a:hover {
    color: #ffffff !important;
    background: #E91E63;
}

p.subtitle {
    text-align: right;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.2;
    margin-bottom: 5%;
}

p.quotation {
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4;
}

p.quotation-name {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

p.message-blocks {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

p.shortfacts-heading {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

p.shortfacts-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 200;
    line-height: 1.4;
}

p.shortfacts-text a{
     font-family: 'Open Sans', sans-serif;
     font-weight: 200;
     line-height: 1.4;
    text-decoration: underline #E91E63;
}

p.shortfacts-text a:hover {
    background: #E91E63 !important;
}

p.shortfacts-text-q{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.4;
    font-style: italic;
}

p.inhalt-texte-style{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 3.0;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

p.inhalt-texte-style a{
    color: #000000 !important;
}

p.inhalt-texte-style a:hover{
    color: #E91E63;
}

p.inhalt-texte-style span:hover{
    box-shadow: 3px 3px 0px 2px #E91E63
}

a.inhalt-tools-style{
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 1em;
}

a.inhalt-tools-style:hover{
    color: #E91E63 !important;
}

p.tools-title{
  /*  color: #ffffff; */
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 1.4em;
}

.tools-title{
 margin-top: 15px;
}

span.quotation-name-background {
    padding: 1px 5px 0 5px;
}

span.title-background {
    padding: 0 5px;
}

@media only screen and (max-width: 992px){
    p.subtitle{
        text-align: left;
        font-size: 1.1em;
    }
    p.main-text{
        font-size: 1.4em;
    }
    p.quotation{
        font-size: 1.4em;
    }
    p.shortfacts-text{
        font-size: 1.2em;
    }
    p.shortfacts-text-q{
        font-size: 1.2em;
    }
    p.shortfacts-heading{
        font-size: 1.1em;
    }
    .full-row-container{
       width: 100%;
    }
    #header{
       /* position:fixed; todo --> fix header problem! */
    }
    .container{
        max-width: 850px;
    }
    h1.title{
        font-size: 90px;
    }
    .inhalt-tools{
        font-size: 1.4em;
    }
    p.inhalt-texte-style{
        font-size: 1.4em;
    }
    .cyber-img{
        width: 50%;
    }
    p.message-blocks{
        font-size: 1.6em;
    }
    p.quotation-name{
        font-size: 1.6em;
    }
    p.tools-title{
        font-size: 1.6em;
    }
}

@media only screen and (max-device-width : 720px){
    p.subtitle{
        text-align: left;
        font-size: 2em;
    }
    p.main-text{
        font-size: 2.6em;
        text-align: left;
    }
    p.quotation{
        font-size: 2em;
    }
    p.shortfacts-text{
        font-size: 1.6em;
    }
    p.shortfacts-text-q{
        font-size: 1.6em;
    }
    p.shortfacts-heading{
        font-size: 1.6em;
    }
    .full-row-container{
        width: 100%;
        border-bottom: 3px solid #ffffff;
    }

    .container{
        max-width: 700px;
    }
    h1.title{
        font-size: 90px;
    }
    .inhalt-tools{
        font-size: 2em;
    }
    p.inhalt-texte-style{
        font-size: 2em;
    }
    .cyber-img{
        width: 50%;
    }
    p.message-blocks{
        font-size: 2em;
    }
    p.quotation-name{
        font-size: 2em;
    }
    p.tools-title{
        font-size: 2.6em;
    }
}




.buttons{
    border: 1px solid #ffffff;
    box-shadow: 1.5px 1.5px 0px 1.5px #ffffff;
    height: 2em;
    margin-top: 1em;
    padding: 2px 4px 4px 4px;
    color: #fff;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.buttons:hover{
    background: #E91E63;
}

.nav-button{
    margin-top: 20px;
    margin-left: 10px;
    height: 2em;
    min-width: 95px;
    text-align: center;
    vertical-align: center;
}


.last{
    border: none;
}


#dropdown-content-text {
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #000000;
    width: 150px;
    box-shadow: 1.5px 1.5px 0px 1.5px #ffffff;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #ffffff;

}

#dropdown-content-text a{
    z-index: 2;
    float: none;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
    /*color: #fff;*/
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#dropdown-content-text a:hover{
    background: #E91E63;
}


#dropdown-content-tools {
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #000000;
    width: 150px;
    box-shadow: 1.5px 1.5px 0 1.5px #ffffff;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #ffffff;

}

#dropdown-content-tools a{
    z-index: 2;
    float: none;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
   /* color: #fff; */
    font-size: 0.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#dropdown-content-tools a:hover{
    background: #E91E63;
    /*color: white;*/
}


.dropdown {
    float: left;
}


/* SWITCH CLASS */
.inversed {
    -webkit-filter: invert(100%);
    filter: invert(100%);

}

#color-switch{
    cursor: pointer;
}
