/* Reset ------------------------------------------------------------------------------- */


	*{
		border:0;
		outline:0;
		padding:0;
		margin:0;
		}
	
	
	li {
		list-style:none;
		}
	
	a,
	a:visited{
		text-decoration: none;
		color: #73a6c8;
		}
	
	a:hover {
		color: #41769a;
	}
	
	.clearfix:after {
		visibility: hidden;
	    display: block;
	    content: "";
	    clear: both;
	    height: 0;
	    font-size: 0;
	    line-height: 0;
		}

/* ------------
-- Fonts
------------ */

@font-face {
    font-family: 'lorabold';
    src: url('../fonts/lora-bold-webfont.woff2') format('woff2'),
         url('../fonts/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.woff2') format('woff2'),
         url('../fonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ------------
-- General
------------ */

html,body{
		font-family: 'loraregular', serif;
		font-size: 16px;
		line-height: 28px;
		color: #888;
		width:100%;
		height:100%;
		margin: 0;
	}

main {
	width: 80%;
	max-width: 860px;
    max-width: 980px;
	margin: 0 auto;
	padding: 3% 10%;
	}
 main.homePage {padding: 10%; }

section{
	margin-bottom: 12%;
	}

/* ------------
-- Fonts
------------ */

h1, h2, h3, h4 {
	font-family: 'poppinssemibold', sans-serif;
	font-weight: 600;
	font-size: 33px;
	line-height: 50px;
	margin-bottom: 5%;
}


h3 {
	font-size: 22px;
	line-height: 36px;
}


h4 {
	font-size: 20px;
	margin-bottom: 0%;
	color: #73a6c8;
}

p {
	font-family: 'loraregular', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 5%;
}

.in-slide-content h1 {
	font-size: 80px;
	line-height: 100px;
	margin-bottom: 0;
	color: #fefefe;
}

.in-slide-content p {
	font-size: 30px;
	line-height: 32px;
	color: #fefefe;
}

.sectionHeadline,
.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }

/* ------------
-- Alternate header
------------ */
.alternateHeader {
	background: #000;
}

.alternateHeader img {
	width: 100%;
}

/* ------------
-- Navigation
------------ */
.navigation {
	background: black;
	text-align: center;
	position: relative;
	top: -15px;
	z-index: 10;
}

.specialMenuPosition .navigation { top: 0; }

.menu li {
	display: inline-block;
	padding: 10px 0;
	position: relative;
}

.menu li a {
	padding: 14px 35px;
	color: #efeeed;
}

.menu li:hover { background: #1d1d1d; }
.isActive { background: #41769a; }
.menu li.isActive:hover { background: #336587; }

/* ------------
-- Intro Slider
------------ */

div.mc-image {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.intro-wrapper {
	height: 100%;
	margin: 0;
	position: relative;
}

#cycle-loader {
	height:32px;
	left:50%;
	margin:-108px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:995;
}

#maximage {
	display:none;
	position:absolute!important;
	background:#000;
}


#arrow-left, #arrow-right {
	bottom:140px;
	height:18px;
	position:absolute;
	right:50px;
	z-index:995;
	display: none;
}

#arrow-left-projekte, #arrow-right-projekte {
	bottom:50px;
	height:18px;
	position:absolute;
	right:50px;
	z-index:995;
}

#arrow-left,
#arrow-left-projekte {
	right:100px;
}

#arrow-left:hover,
#arrow-left-projekte:hover {
	margin-right: 2px;
}

#arrow-right:hover,
#arrow-right-projekte:hover {
	margin-right: -2px;
}

.in-slide-content {
	width: 90%;
	position: absolute;
	bottom: 10%;
	left: 16%;
	margin-left: -8%;
	z-index: 20;
	text-align: left;
}
/* ------------
-- About
------------ */

.about h1 {	text-align: center; }

.portait-image {
	margin-bottom: 5%;
  margin-right: 25px;
  width: 50%;
  text-align: center;
}

.portait-image img { 
	max-width: 350px;
	border-radius: 200px;
}

.intro {
	max-width: 40%;
	margin-top: 20px;
}

.intro p { 
	font-size: 20px;
	line-height: 34px;
}

.portait-image,
.intro {
	float: left;
}

.twoCText {
	clear: both;
	column-count: 2;
	column-gap: 50px;
}

/* ------------
-- news overview
------------ */
#news { margin-bottom: 5%; }

.news h2 {
	text-align: center;
}

.newsText h3 { margin-bottom: 0; }

.newsDate {
	border-bottom: 1px solid #73a6c8;
	display: block;
	margin-bottom: 3%;
}

.newsImage img { 
	max-width: 270px;
	margin-right: 5%;
	padding-bottom: 20px;
	float: left;
}

.newsArticle {
	margin-bottom: 2%;
	overflow: hidden;
}

.moreNews {
	text-align: center;
	border-bottom: 2px solid #73a6c8;
	border-top: 2px solid #73a6c8;
	padding: 2% 7% 0;
	margin: 0 auto;
    width: 300px;
}

.moreNews p { margin-bottom: 2%; }

.newsIntro {
	display: block;
}

.test img {
	max-height: 200px;
    max-width: 200px;
}

/* ------------
-- pagination
------------ */
.newsArticle .pagination {
	display: none;
}

.pagination {
  margin-bottom: 100px;
  position: relative;
}

.pagination-item,
.moreArrow {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #73a6c8;
  color: #efeeed;
  border-bottom: 0;
}

.moreArrow { 
	display: inline-block;
}

a.moreArrow { color: #fff; }

.pagination-item:hover, .pagination-item:focus,
.moreArrow:hover, .moreArrow:focus {
  background: #438ab9;
  color: #efeeed;
}

.pagination-item:active {
  background: #4509be;
}

.pagination-item.left {
  float: left;
}

.pagination-item.right {
  float: right;
}

.pagination-item svg,
.moreArrow svg {
  position: relative;
  top: 50%;
  display: block;
  margin: -6px auto 0;
  width: 24px;
  height: 12px;
}

.pagination-item path,
.moreArrow path {
  fill: currentColor;
}

.pagination-item.is-inactive {
  color: #e4e3e6;
  border: 2px solid currentColor;
  background: transparent;
}

@media all and (min-width: 75em) {
  .pagination-item {
    position: absolute;
    top: 50%;
    margin-top: -.875rem;
  }
  .pagination-item.left {
    float: none;
    left: 2.25rem;
  }
  .pagination-item.right {
    float: none;
    right: 2.25rem;
  }
}

@media all and (pointer: coarse) {
  .pagination-item {
    /* On touch-devices we increase prev/next buttons */
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* ------------
-- Gallery
------------ */

.gallery ul { overflow: hidden; }

.gallery li {
    background: #f7f7f7;
    float: left;
    margin: 0 1% 0  0;
    text-align: center;
}

.gallery li img.landscape { width: 100%; }
.gallery section { margin-bottom: 10%; }

/* ------------
-- Videos
------------ */
section.videos { margin: 40px auto 0 auto; }

.videos iframe {
	margin: 30px auto 10px auto;
	display: block;
}

.videos .line {
	border-bottom: 1px solid #73a6c8;
	display: block;
	margin-bottom: 20px;
}

.videos h3 { margin-bottom: 0; }

.videos article { margin-bottom: 80px; }


.videoPage iframe {
	margin: 20px auto 5% auto;
	display: block;
}
/* ------------
-- vita
------------ */
.tableHeadline {
	margin-bottom: 20px;
  border-bottom: 1px solid grey;
}

.vita {
    margin-bottom: 30px;
}

.vita-table {
    display: table;
}

.vita-row {
    display: table-row;
}

.vita-head span {
    font-weight: 700;
    font-size: 14px;
}

.vita-row:nth-child(2n+2) {
    background: #f5f5f5;
}

.vita-column {
    display: table-cell;
    padding: 7px 10px;
    border-left: 2px solid #fff;
    line-height: 18px;
}

.vita-column span { font-size: 14px; }

.downloadVita {
	text-align: left;
}

.downloadVita p { margin-bottom: 0; }

.secondTable {
	margin-top: 80px;
}


/* ------------
-- Contact
------------ */
.contactForm { 
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.field {
	margin: 2%;
	width: 45%;
}

.dataField {
	float: left;
}

.messageField {
	clear: both;
	width: 92%;
}

.messageField textarea { min-height: 100px; }

.submitField input { cursor: pointer; }

input,
textarea {
	border: 1px solid #73a6c8;
	width: 100%;
	padding: 2%;
	font-size: 16px;
}

.hint { font-size: 14px; }

/* ------------
-- Footer
------------ */

footer {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}