/*------------------------------------*\
  CSS Reset
\*------------------------------------*/

* {
  margin: 0;
  padding: 0;
  font-style: inherit;
  cursor: default;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }


/*------------------------------------*\
  Font Face
\*------------------------------------*/

	@font-face {
	    font-family: 'icomoon';
	    src: url('social/fonts/icomoon.eot');
	    src: url('social/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	         url('social/fonts/icomoon.woff') format('woff'),
	         url('social/fonts/icomoon.ttf') format('truetype'),
	         url('social/fonts/icomoon.svg#entypo') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	@font-face {

    font-family: 'bariol_regularregular';
    src: url('social/fonts/bariol_regular-webfont.eot');
    src: url('social/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('social/fonts/bariol_regular-webfont.woff') format('woff'),
         url('social/fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('social/fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {

    font-family: 'bariol_boldbold';

    src: url('fonts/bariol_bold-webfont.eot');

    src: url('fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/bariol_bold-webfont.woff') format('woff'),

         url('fonts/bariol_bold-webfont.ttf') format('truetype'),

        url('fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');

    font-weight: normal;

    font-style: normal;

}


/*------------------------------------*\
 	Highlight Seclections 
\*------------------------------------*/

	::selection {
		background: #fff;
		color: #000;
		text-shadow: none; /* Safari */
	}

	::-moz-selection {
		background: #fff;
		color: #000;
		text-shadow: none; /* Firefox */
	}


/*------------------------------------*\
  Document default
\*------------------------------------*/

body, html {
  width: 100%;
  height: 100%;
  font: 400 16px/26px 'Gudea', sans-serif;;
  color: #fff; /* Font Color Color Here */
  background: #fff; 
}

body {
	background-color: #fff; /* Change Background Color Here */
	border-top:8px solid #1BC4DE;
}

p {font-size:14px;}

p.intro {font-size:16px;margin-bottom:33px;}

a, a:visited {
  color: #000;
  font-weight:bold;
  border-bottom:1px solid #1BC4DE;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/*a.highlight:hover {
	border-bottom: 3px solid #000;
}*/

a:hover, a:visited:hover {
    color: #1BC4DE; }

img.avatar {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*\
  Site box
\*------------------------------------*/

#contain #content {
  width: auto;
  padding: 20px;
}

/*#contain #content * {
  text-align: center; }*/

/*------------------------------------*\
  Centralised box
\*------------------------------------*/

#wrap {
  width: 55%;
  margin-right:auto;
  margin-left:auto;
  height: 100%;
  display: table;
  position: relative;
  z-index: 5; }

#wrap #contain {
  text-align: center;
  vertical-align: middle;
  padding-bottom:88px;
  display: table-cell; }

#wrap #contain #content {
  display: inline-block; }

/*------------------------------------*\
  Header
\*------------------------------------*/

#header {
  margin: 0 0 19px;
  position: relative; 
}


/*------------------------------------*\
  Skills
\*------------------------------------*/

#intro {
  font-size: 22px;
text-align:center;
  color: #000;
line-height: 30px;
	text-align: center;
	margin-bottom: 24px;
  display: block; 
}

#intro a {
  color: #000;
 }

#contact {font-size:13px;text-align:center;}
#imprint {
	text-align:left !important;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	font-size:14px;
	color:#000;
}
#imprint p {line-height:160%;margin-bottom:14px;}

#datenschutz {
	text-align:left !important;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width: auto;
	font-size:14px;
	color:#000;
}
 
#datenschutz h2 {margin-bottom:1.1em;}
#datenschutz h3 {margin-bottom:.4em;}
#datenschutz p {line-height:150%;margin-bottom:14px;}
#datenschutz ul {margin-bottom:14px;line-height:150%;}
#datenschutz li {list-style-position:inside;margin-bottom:10px;}

.cookie-notice-container {
    padding: 20px;
    text-align: center;
}

/*------------------------------------*\
  Networks
\*------------------------------------*/

#networks {
	padding-top: 24px;
}

#networks a {
   color: #1BC4DE; 
	text-align: center;
	margin-left: 8px;
	margin-right: 8px; 
	font-size: 30px;
	/*opacity: 0.3;*/
	font-family: 'icomoon';
	border-bottom:none;
}

#networks a:first-child {
	margin-left: 0px;
}

#networks a:hover {
   color: #000;
	opacity: .9;
}

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

#footer {
  font-size: 14px;
  color: #1BC4DE;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 40px 0 0;
}

#footer footer a {
  color: #000;
}

#footer footer a:hover {
  color: #000;
}

/*----------------------------------------------
RESPONSIVE VIDEOS
-----------------------------------------------*/
.responsive-video {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-video,
	.responsive-video iframe {
	max-width: 1280px;
	max-height: 720px;
}
.responsive-video iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------*\
  Clearfix
\*------------------------------------*/

.clear, #header, #footer {
  zoom: 1; }

.clear:before, #header:before, #footer:before, .clear:after, #header:after, #footer:after {
    content: '';
    display: block; }

.clear:after, #header:after, #footer:after {
    clear: both; }