@charset "utf-8";

/* KATHARINA RAPPENECKER */

::selection {
background: #9bba3b;
color: #ffffff;
}

::-moz-selection {
background: #9bba3b;
color: #ffffff;
}

#overlay {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,0.4);
}

#overlay:hover {
background: rgba(0,0,0,0.1);
}

a {
text-decoration: none;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #FFFFFF;
text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

p {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
color: #FFFFFF;
line-height: 1.7em;
text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

h1 {
font-family: 'Leckerli One', cursive;
font-size: 42px;
transform: rotate(-5deg);
color: #ffffff;
text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

h2 {
font-family: 'Leckerli One', cursive;
font-size: 28px;
transform: rotate(-5deg);
color: #ffffff;
text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

body {
margin: 0;
padding: 0;
background: #CCCCCC;
background: url(img/katharina_img.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 -100px;
}

/* FULL BORDER */

#top, #bottom, #left, #right {
background: #ffffff;
position: fixed;
z-index: 1000;
}

#left, #right {
top: 0; 
bottom: 0;
width: 15px;
}

#left { 
left: 0; 
}

#right { 
right: 0; 
}
		
#top, #bottom {
left: 0; right: 0;
height: 15px;
}

#top { 
top: 0;
}

#bottom {
bottom: 0; 
}

/* CONTENT */

#content_wrapper {
width: 100%;
height: auto;
margin: 15px 0 0 0;
}

#content {
width: 920px;
height: auto;
margin: 2% auto;
text-align: center;
padding: 0 0 30px 0;
}

.text {
width: 100%;
background: url(img/bg_line.png);
background-position: bottom;
background-repeat: no-repeat;
padding: 0 0 30px 0;
text-shadow: 0 0 5px rgba(0,0,0,0.9);
}

#contact {
background: url(img/bg_line.png);
background-position: bottom;
background-repeat: no-repeat;
padding: 0 0 30px 0;
margin: 0 0 50px 0;
}

#contact p {
font-family: 'Leckerli One', cursive;
transform: rotate(-5deg);
color: #9bba3b;
margin: 30px 0 10px 0;
}

#download_wrapper {
float: left;
width: 520px;
position: relative; left: 50%;
margin: 0 0 0 -260px;
}

.download {
font-size: 24px;
background: #9bba3b;
padding: 20px 0;
margin: 0 10px 50px 10px;
float: left;
width: 240px;
}

.download:hover {
border-bottom: 3px solid #6e8725;
position: relative; top: -3px;
}

.impressum {
position: absolute;
top: 30px;
right: 30px;
font-size: 10px;
}

@media only screen and (max-width: 660px) {

body {
background-position: top;
}

#left, #right {
width: 5px;
}

#top, #bottom {
height: 5px;
}

#content {
width: 400px;
height: auto;
margin: 5% auto;
text-align: center;
}

#download_wrapper {
float: left;
width: 260px;
position: relative; left: 50%;
margin: 0 0 0 -130px;
}






}