@charset "UTF-8";

/************************************************************************************
*
* Theme Name: 		WP Theme 
* Theme URI:		http://www.xx.de
* Description: 		Webseite
* Author:			Philipp Lindermeir
* Author URI:		https://9volt-media.net
* Version:			1.0
* License:          Philipp Lindermeir
* License URI:      https://9volt-media.net
*
************************************************************************************/


/************************************************************************************
*
* RESET
*
************************************************************************************/

* {
    list-style: none outside none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
    color: #ffff
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    background: none
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

html,
body {
    position: relative;
    height: 100%
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
    font-feature-settings: normal;
    font-feature-settings: 'kern'1;
    font-kerning: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto, "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 100%;
    font-size: 18px/1.5;
    color: #111;
    background: none repeat scroll 0% 0% #333;
    overflow-x: hidden;
}

*:before,
*:after {
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}


abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}


mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

img {
    width:100%;
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    margin: 0;
    image-rendering: -webkit-optimize-contrast
}

img.image-card {
    width:980px;
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    margin: 0;
    image-rendering: -webkit-optimize-contrast
}

a {
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    cursor: pointer
}

::-moz-selection {
    background: #263238;
    color: #ECEFF1;
}

::selection {
    background: #263238;
    color: #ECEFF1;
}
