@charset "UTF-8";

.toggleMobile, #MobileMenu { display: none; }

/**
 * Containers
 */
.container {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.container.c0-1 { width: 10%; }
.container.c0-2 { width: 20%; }
.container.c0-3 { width: 30%; }
.container.c0-4 { width: 40%; }
.container.c0-5 { width: 50%; }
.container.c0-6 { width: 60%; }
.container.c0-7 { width: 70%; }
.container.c0-8 { width: 80%; }
.container.c0-9 { width: 90%; }
.container.c1-0 { width: 100%; }

/**
 * Header
 */

header {
    position: fixed;
    display: block;
    z-index: 999;
    width: 100%;
    background: #823096;
    background: rgba(130, 48, 150, 0.8);
}

header nav ul {
    margin: 0 auto;
    position: relative;
    display: block;
    height: 70px;
    text-align: center;
}

header nav ul:after {
    content: '';
    display: block;
    clear: both;
}

header nav ul li {
    display: block;
    float: left;
}

header nav ul li a:link,
header nav ul li a:visited {
    font-family: 'Dawning of a New Day', cursive;
    color: #fff;
    background: none;
    display: block;
    float: left;
    text-decoration: none;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 20px;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a.active {
    color: #fff;
    background: #76268a;
}

/**
 * Section: Home
 */
#Home .section {
    margin-top: 0;
}

#pageTitleWrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
}

#pageTitle {
    color: #fff;
    background: #8716a2;
    background: rgba(135, 22, 162, 0.6);
    display: inline-block;
    font-size: 70px;
    line-height: 140px;
    padding: 0 30px;
}

#pageStart {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
}

#pageStart a:link,
#pageStart a:visited {
    color: #fff;
    border: 1px solid #fff;
    background: #8716a2;
    background: rgba(135, 22, 162, 0.6);
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Dawning of a New Day', cursive;
    padding: 0 30px;
    text-decoration: none;
}

#pageStart a:hover,
#pageStart a:active {
    background: #9121ac;
    background: rgba(145, 33, 172, 0.6);
}

#slider {
    overflow: hidden;
    position: relative;
    height: 100%;
}

#slider img {
    height: 100%;
}

#slider .slidesjs-navigation {
    background-color: #888;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    z-index: 100;
    font-size: 50px;
    height: 100%;
    width: 25px;
    top: 0;s
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

#slider .slidesjs-previous {
    left: 0;
    background-image: url(../img/slidernav_left.png);
}

#slider .slidesjs-next {
    right: 0;
    background-image: url(../img/slidernav_right.png);
}

/**
 * About me
 */
#UeberMich .c0-6 {
    overflow: hidden;
}

#UeberMich .c0-6 img {
    height: 100%;
    display: block;
    box-sizing: border-box;
}

/**
 * Referenzen
 */

.gallery_content {
    margin: 5px;
}

.gallery_content img {
    width: 100%;
}

.gallery_content a {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 200px;
    margin: 5px;
    position: relative;
    float: left;
}


#Kontakt .container.bgimage {
    background-image: url(../img/contact_bg.jpg);
    background-position: center center;
}

