* { box-sizing: border-box; }


/* ---- grid ---- */

html, body{
  height:100%
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	color: #323232;
}

a {
	color: #323232;
}


.grid {
  background: white;
	margin: 0 auto;
}


/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */


.grid-item img {
	 width: 350px;
	 float: left;
	 border: 1px solid white;
}

iframe {
  border: 1px solid #ccc;
  width: 80vw;
  height: calc(100vh - 100px); 
}

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
  text-decoration: none;
  border: 0 none;
}

#header,#footer {
	background-color: rgba(255, 255, 255, 0.0);;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 100;
}


.menu2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}

.ul1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
}

.menu2 li {
    float: right;
	padding-top: 0px;
}

.footer-left li {
	float: left;
	padding-top: 0px;
}

.footer-left {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.menu a {
    display: block;
    color: black;
    text-align: center;
    padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
    text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	font-family: karla, sans-serif;
}

.footer-left li a {
	padding-top: 10px;
	padding-bottom: 15px;
}

#footer ul {
	background-color: rgba(255, 255, 255, 0.8);
	list-style-type: none;
}

.not-activ a:hover {
    color: rgb(80, 80, 80);
}

.activ-menu a {
	color: rgb(90, 90, 90);
}

.mt div {
    display: block;
	text-decoration: none;
    color: black;
    text-align: left;
    padding-top: 10px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 30px;
	line-height: 100%;
	font-family: permanent-marker, sans-serif;
	
}

img.mt {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
}


.mta a {
	text-decoration: none;
}

.mt div::first-letter {
	font-size: 40px;
}

#background-wrapper{
	position:fixed;
	z-index:0;
	padding:110px 0 40px;
	width:100%;
	height:100%;
	pointer-events:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box}

#background {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/background.jpg);
	
}


.w {
	max-width:980px;
	margin:0 auto;
	position:relative;
	z-index:10;
	
}

.con {
	line-height: 1.3;
	padding: 0 40px;
	font-size: 12px;
	font-family: karla, sans-serif;
}

.con p {
	margin-top:1em;
}


.pad {
	padding: 10;
}

.con.pad {
	padding-top:80px;
	padding-bottom:50px;
}

.nosp p {
	margin-bottom: 0px;
	margin-top: 0px;
}

h1,h2,h3,h4,h5{font-weight:bold}
h1{font-size: 180%}
h2{font-size: 145%}
h3{font-size: 135%}
h4{font-size: 125%}
h5{font-size: 100%}

img.aboutmepic {
	display: block;
	margin: 15px auto;
	margin-bottom: 30px;
	width: 60%;
	box-shadow: 0px 0px 20px 0px #555;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	margin-top: -4px;
}

#footer {
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%
}

.opener {
	font-size: 180%;
}

.opener h1,h2,h3,h4,h5 {
	margin: 0px;
	font-weight: normal;
}

.aboutme {
	font-size: 120%;
	line-height: 1.5;
	margin-bottom: 70px;
	padding: 10px 5px;
}

.inhalt {
	font-size: 110%;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.inhalt p {
	text-align: left;
}

/*Buttons und Kennwort*/

input.kennwort {
	width: calc(100% - 150px);
	height: 40px;
	padding: 10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

input.senden {
	width: 80px;
	height: 40px;
	padding: 10px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #eee;
}

input.senden:hover {
	-webkit-transition: 0.1s;
    transition: 0.1s;
	box-shadow: 0px 0px 8px #aaa;
}

.logmein {
	display: block;
	margin: 15px auto;
	width: 80%
}

/*STYLES*/

.s105 {
	font-size: 105%;
}

.headline {
	display: block;
	text-align: center;
	font-family: just-another-hand, cursive;
	font-size: 250%;
	line-height: 0.5;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

/*COLUMNS*/
.column50 {
    float: left;
    width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


/*DROPDOWN*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    min-width: 160px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown-content a {
    color: black;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	text-align: left;
	display: block;
	font-family: karla, sans-serif;
}

/*FONTS*/

.lovesister {
	font-family: love-ya-like-a-sister, fantasy;
}

.aladin {
	font-family: aladin, sans-serif;
}

.anotherhand {
	font-family: just-another-hand, cursive;
}

.karla {
	font-family: karla, sans-serif;
}

/*QUERY*/

@media (max-width:500px) {
    img.aboutmepic {
		width: 80%;
	}
}

/*RESPONSIVE*/

.resp-desk {
	display: block;
}

.resp-mobile {
	display: none;
}

@media (max-width: 750px) {
	.resp-desk {
		display: none;
	}

	.resp-mobile {
		display: block;
	}

	.opener {
		font-size: 140%;
	}

	.inhalt {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.logmein {
		width: 100%;
	}
}



