    /* © GvO Media 2015 */


/* anton-regular - latin */

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/anton-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/anton-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/anton-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/anton-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/anton-v9-latin-regular.svg#Anton') format('svg');
    /* Legacy iOS */
}

/* francois-one-regular - latin */

@font-face {
    font-family: 'Francois One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/francois-one-v11-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Francois One Regular'), local('FrancoisOne-Regular'), url('../fonts/francois-one-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/francois-one-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/francois-one-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/francois-one-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/francois-one-v11-latin-regular.svg#FrancoisOne') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
body {
    background-color: #111111;
    margin: 0 0 0 0;
    font-family: 'Open Sans', serif;
    width: 100%;
    color: #fff;
}
h1 {
    font-family: 'Francois One', serif;
    font-size: 44px;
    text-transform: uppercase;
}
h1 span {
    font-size: 17.5px;
}
h2 {
    font-family: 'Francois One', serif;
    font-size: 28px;
    text-transform: uppercase;
}
h4 {
    font-family: 'Francois One', serif;
    font-size: 20px;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #c51a1e;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a.active {
    background-color: #c51a1e;
    border: 2px;
}
hr {
    margin: 10px 0 -5px 0;
    height: 0;
    border: 0 none;
    border-top: 3px solid #c51a1e;
}
#head {
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    width: 100%;
}
#head #logo {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 200px;
    position: relative;
    float: left;
    margin-top: 35px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 200px 90px;
}
#head #logo:hover {
    display: inline-block;
    vertical-align: top;
    height: 90px;
    width: 200px;
    position: relative;
    float: left;
    margin-top: 35px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 200px 90px;
    top: -61.825px;
}
#head ul {
    list-style-type: none;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    position: absolute;
    float: left;
    margin-left: 250px;
}
#head li.back {
    margin-top: -4.5px;
}
#head li.back span {
    font-size: 28px;
    margin-top: -10px;
}
#head li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    font-family: 'Francois One', sans-serif;
    font-size: 24px;
}
#head li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    margin-right: 35px;
    margin-left: 0%;
    width: 100%;
}
#head li a.active {
    color: white;
}
#head li:hover a {
    color: #fff;
    background-color: #c51a1e;
}
#head li a.portf {
    color: #c51a1e;
}
#head li:hover a.portf {
    color: #c51a1e;
}
#head li ul {
    display: none;
}
#head li ul li {
    display: block;
    float: none;
}
#head li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
#head ul li a:hover + .hidden,
.hidden:hover {
    display: block;
}
#head label {
    float: right;
    margin-right: 0px;
    padding-right: 10%;
    font-size: 28px;
    margin-top: -7.5px;
    cursor: pointer;
}
.show-menu {
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 35px 0;
    display: none;
}
input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
}
input[type=checkbox]:checked ~ #menu {
    display: block;
}
#bgdesktop {
    width: 100%;
    max-width: 100%;
}
#bgmobile {
    display: none;
}
#zitat {
    text-align: center;
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
}
#zitat h1 {
    color: #c51a1e;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 65px;
}
#seite {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1152px;
    margin: 0 auto;
}
img#profilbild {
    width: 35%;
    max-width: 250px;
    margin-right: 20px;
    float: left;
    background-color: c51a1e;
    margin-top: 25px;
}
img#profilbildindex {
    width: 25%;
    max-width: 150px;
    margin-right: 20px;
    float: left;
    background-color: c51a1e;
    margin-top: 25px;
}
img#cdsb {
    width: 15%;
    max-width: 250px;
    margin-right: 15px;
    float: left;
    background-color: c51a1e;
    margin-top: 5px;
}
#faehigkeiten {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-bottom: 15px;
}
#seite nav#faehigkeiten li {
    list-style: square;
}
#liste {
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}
#seite nav#liste li {
    list-style: square;
}
#seite #links {
    display: inline-block;
    vertical-align: top;
    margin-right: 150px;
}
#seite #rechts {
    display: inline-block;
    vertical-align: top;
}
#seite #rechts h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
#seite #rechts p {
    font-size: 14px;
    margin: 5px 0 5px 0;
}
form {
    width: 500px;
    max-width: 100%;
}
input#txt {
    width: 100%;
    color: #333;
    padding: 10px 1%;
    font-size: 15px;
    border: 1px solid #eee;
    color: #333;
    outline-color: #ccc;
    background: #f8f8f8;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
textarea {
    width: 100%;
    color: #333;
    padding: 10px 1%;
    font-size: 15px;
    border: 1px solid #eee;
    color: #333;
    outline-color: #ccc;
    background: #f8f8f8;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    height: 100px;
}
ul#portfolio {
    padding-left: 0px;
}
li#portfolio {
    width: 381px;
    max-width: 100%;
    height: 295px;
    display: inline-block;
    vertical-align: top;
}
li#portfolio a {
    color: #000;
}
li#portfolio a:hover {
    color: #c51a1e;
}
ul#portfolio {
    list-style-type: none;
    height: 100%;
}
#portfolio img {
    width: 331px;
    max-width: 100%;
}
img.portfolio-foto {
    max-width: 100%;
    width: 650px;
}
img.portfolio-foto2 {
    max-width: 100%;
    width: 100%;
}
#title {
    margin-top: -15px;
}
#title h3 {
    margin-bottom: 0px;
    font-size: 18px;
}
#title span {
    font-size: 14px;
}
#termine h2 {
    margin-top: -10px;
}
#termine p {
    margin-bottom: 20px;
    margin-top: -10px;
}
#termine h3 {
    margin-top: 30px;
}
#termine h2 {
    color: #c51a1e;
}
#cds h2 {
    margin-top: 30px;
}
#cds p {
    margin-bottom: 20px;
    margin-top: -10px;
}
#cds h3 {
    margin-top: 30px;
    padding-bottom: 40px;
}
#cds h2 {
    color: #c51a1e;
}
img#logogvo {
    width: 200px;
    max-width: 100%;
}
tbody {
    display: table-row-group;
    vertical-align: top;
    border-color: inherit;
}
input,
textarea {
    width: 100%;
    color: #3C4C54;
    padding: 8px 1%;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px #F3F4F6 inset;
    color: #3a3a3a;
    outline-color: #ccc;
    background: #F8F8F8;
}
#message,
input {
    font-family: 'Open Sans', sans-serif;
}
form .button {
    width: 125px;
    cursor: pointer;
}
form {
    width: 97.5%;
}

td{
    padding-right: 20px;
}
@media screen and (max-width: 1075px) {
    a.active {
        background-color: #fff;
        border: 0px;
    }
    #head li a.active {
        color: #c51a1e;
        text-decoration: underline;
    }
    #head li:hover a {
        color: #c51a1e;
        background-color: #fff;
    }
    #head li.back {
        display: none;
    }
    #head li a {
        display: block;
        height: 50px;
        text-align: right;
        width: 90%;
    }
    #head ul {
        margin-top: 100px;
        padding-left: -100px;
        width: 82%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        display: none;
    }
    #head li {
        margin-bottom: 0px;
        background-color: rgba(255, 255, 255, 1);
    }
    #head ul li,
    li a {
        width: 100%;
    }
    .show-menu {
        display: block;
    }
}
@media only screen and (max-width: 700px) {
    #bgmobile {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    #bgdesktop {
        display: none;
    }
    @media only screen and (max-width: 650px) {
        #seite #links {
            width: 97.5%;
            margin-right: 0px;
        }
    }
    @media only screen and (max-width: 450px) {
        h1 {
            font-family: 'Anton', serif;
            font-size: 32px;
        }
        h2 {
            font-family: 'Anton', serif;
            font-size: 22px;
        }
        h4 {
            font-family: 'Anton', serif;
            font-size: 18px;
        }
    }