/***** Allgemein *****/
body {
	font-family: 'Josefin Sans', sans-serif;
	padding:0;margin:0;
}

h1 {
   font-family: 'Josefin Sans', sans-serif;;
   font-size: 1.5em;
   text-align: center;
 } 

 h2 { font-family: 'Josefin Sans', sans-serif;;
   font-size: 1.5em;

 	}

.link_impressum {
	color: #2A69A7;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	}

footer {
	text-align: center;
	background-color: #2A69A7;
	color: #EFF6EE;
	padding-top: 1em;
	height: 50px;
	color: white;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 1em;
}


/***** Header *****/

section#header_home {
	min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  position: relative;
}

section#header {
	min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  position: relative;
  padding-top: 60px;
}


.title_home {
	font-family: 'Josefin Sans', sans-serif;;
  	font-size: 3em;
  	color: white;
  	font-weight: bold;
 	}

 .title_home_small {
	font-family: 'Josefin Sans', sans-serif;;
  	font-size: 2em;
  	color: white;
  	}

section#top_header {
  width: 100%; 
  height: 58px;
  position: fixed;
  background: white;
  z-index: 10;
 }

 .top {
 	height: 29px;
 	width: 100%;
 	position: relative;
 	background: white;
 	z-index: 11;
 }

.home {
	height: 29px;
 	width: 25%;
 	min-width: 100px;
 	position: relative;
 	float: left;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	z-index: 11;
	}

.home_link {
	color: black;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 1.5em;
	float:left;
	padding-left: 10px;
	z-index: 11;
	}

.home_link:hover {
	color: #2A69A7;
}

 .social {
 	height: 29px;
 	width: 130px;
 	min-width: 130px;
 	position: relative;
 	float: right;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	
 }


/***** Navigation *****/

section#navigation {
	background-color: #6666FF;
	padding-top: 0.5em;
	padding-bottom:0.5em;
}

.nav {
	text-align: center;
	margin: 0 auto;
	
}

#nav_complete {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}


.nav_link {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

	color: black;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 1.2em;
	}

.nav_link:hover {
	color: #2A69A7;
}

.nav_link_chosen {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

	color: black;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}

.nav_link_chosen:hover {
	color: #2A69A7;
}

.subnav_link {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;

	color: black;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 0.7em;
	}

.subnav_link:hover {
	color: #2A69A7;
	}

.subnav_link_chosen {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;

	color: black;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 0.7em;
	font-weight: bold;
	}

.subnav_link_chosen:hover {
	color: #2A69A7;
	}


/***** Homepage *****/

section#nav_homepage {
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  position: relative;
  position: top;
}

.nav_homepage {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top:45%;
	left: 70%;
	transform: translate(-50%,-50%);
	float: right;
	}

.nav_link_homepage {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

	color: white;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 2em;
	}

.nav_link_homepage:hover {
	color: #2A69A7;
}


/***** Portfolio *****/

.header_portraitphoto {
	min-width: 100%; 
  height: 25%;
  position: relative;
}

section#title_portfolio {
  width: 100%; 
  position: relative;
  padding-bottom: 10px;

}

section#gallery {
	width: 100%;
	text-align: center;
	
}

p#portfolio_einleitung {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 1em;

}

.gallery {
	width: auto;
	height: auto;
	min-width: 200px;
	max-width: 1000px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;

}

.pic_left {
	width: 45%;
	height: auto;
	position: left;
	padding-left: 2.5%
	padding-top: 1.25%;

}

.pic_right {
	width: 45%;
	height: auto;
	position: right;
	padding-left: 5%
	padding-top: 1.25%;
	
}

.pic_fullwidth {
	width: 90.5%;
	height: auto;
	padding-left: 2.5%
	padding-top: 1.25%;
	
}

/***** Über mich *****/

section#navigation_ubermich {
  width: 100%; 
  height: 50px;
  position: fixed;
  padding-bottom: 10px;
  z-index: 10;
 
}

section#fliesstext_ubermich {
  width: 80%; 
  min-width: 300px;
  max-width: 1000px;
    position: relative;
    position: center;
    top: 30%;
	left: 50%;
    padding-top: 10px;
    transform: translate(-50%,0%);
 
}

article {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	padding-bottom: 3em;
	padding-left: 2em;

	}

img.left {
	float: left;
	margin-right: 1em;
	padding-bottom: 2em;
	}

img.right {
	float: right;
	margin-left: 1em;
	max-width: 50%;
	}


/***** Kontakt *****/

section#contact {
	background-color: #9197AE;
	padding-top: 3em;
	padding-bottom: 3em;
}

.kontaktformular {
	position: relative;
	margin-right: 1em;
	padding-bottom: 2em;
	font-family: 'Josefin Sans', sans-serif;
		}

section#kontakt_outer {
	text-align: left;
	width: 100%;
	height: 500px;
	position: relative;
		padding-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	} 


.kontakt {
	width: 40%;
	min-width: 373px;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	}

section#messenger_link {
	width: 40%;
	min-width: 373px;
	text-align: center;
	padding-top: 20px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
				}

/***** Contact Form *****/
/** contact form from http://azmind.com/bootstrap-contact-form-template-free/ modified by myself **/

.c-form-container { width: 373px; min-height: 100%; padding: 0 0 90px 0; margin: 0 auto;}
.c-form { padding-bottom: 40px; }
.c-form p a { color: #fff; border-bottom: 1px dotted #ddd; }
.c-form p a:hover, .c-form p a:focus { color: #fff; border: 0; }

.c-form-box p { opacity: 0.8; }

.c-form-top { overflow: hidden; padding: 0 0 15px 0; border-bottom: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8); text-align: left; }
.c-form-top-left { float: left; width: 75%; }
.c-form-top-left h3 { margin-top: 0; }
.c-form-top-right { float: left; width: 25%; text-align: right; }
.c-form-bottom { padding: 25px 0 0 0; text-align: left; }

.c-form-box input[type="text"],
.c-form-box textarea,
.c-form-box textarea.form-control {
	height: 50px;
	width: 330px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #EEEEEE;
    border: 3px solid #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #2A69A7;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-box textarea, 
.c-form-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.c-form-box input[type="text"]:focus,
.c-form-box textarea:focus,
.c-form-box textarea.form-control:focus {
	outline: 0; background: #FFFFFF; border: 3px solid #2A69A7;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.c-form-box input[type="text"]::-moz-placeholder, 
.c-form-box textarea::-moz-placeholder, 
.c-form-box textarea.form-control::-moz-placeholder { color: #2A69A7; font-style: italic; }

.c-form-box input[type="text"]:-ms-input-placeholder, 
.c-form-box textarea:-ms-input-placeholder, 
.c-form-box textarea.form-control:-ms-input-placeholder { color: #2A69A7; font-style: italic; }

.c-form-box input[type="text"]::-webkit-input-placeholder, 
.c-form-box textarea::-webkit-input-placeholder, 
.c-form-box textarea.form-control::-webkit-input-placeholder { color: #2A69A7; font-style: italic; }

.c-form-box button.btn {
	position: relative;
	width: 100%;
	height: 50px;
    margin: 10px 0 0 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #2A69A7;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-box button.btn:hover { opacity: 0.6; color: #fff; }
.c-form-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.c-form-box button.btn:focus { outline: 0; opacity: 0.6; background: #2A69A7; color: #fff; }
.c-form-box button.btn:active:focus, .c-form-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #e8643e; color: #fff; }

.c-form-box button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

.c-form-box label { font-weight: 300; }
.c-form-box label .label-text { opacity: 0.8; }
.c-form-box label .contact-error { display: none; color: #42bfc2; font-style: italic; }

.c-form-info-title { margin-top: 35px; }

.c-form-info-box { padding-top: 30px; }
.c-form-info-box-icon {
	position: relative;
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; background: #42bfc2;
	font-size: 32px; color: #2A69A7; line-height: 64px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.c-form-info-box-icon:after {
	position: absolute; content: ""; top: -7px; left: -7px; width: 82px; height: 82px;
	background: #444; background: rgba(0, 0, 0, 0.1); z-index: -99;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.c-form-info-box p { margin-top: 20px; margin-bottom: 0; opacity: 0.8; word-wrap: break-word; }
.c-form-info-box p a { color: #fff; border-bottom: 1px dotted #ddd; }
.c-form-info-box p a:hover, .c-form-info-box p a:focus { color: #fff; border: 0; }

.c-form-box select.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #EEEEEE;
    border: 3px solid #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #2A69A7;
    font-style: italic;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
.c-form-box select.form-control:focus {
    outline: 0; background: #fff; border: 3px solid #e8643e;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/***** Impressum *****/

section#impressum_text {
	width: 100%;
	min-width: 300px;
	text-align: center;
}