/*
Theme Name: MAX EICKE THEME 2025
Theme URI: http://alexwerth.de/ilot;
Author: Alex Werth
Author URI: http://alexwerth.de
Description: ilot is a combinated Theme by Alex Werth to use with Pages of his clients & friends.
Version: 1.1
Tags: light, clean, none formed,
Text Domain: max-eicke


FONTSIZE A (BIG): 1em

FONTSIZE B (SMALL): 0.6em;
*/

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css');
@import url('fonts/fonts.css'); /* Webfonts */
@import url(https://fonts.googleapis.com/css?family=Cantata+One);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
  }

body {
	font-family: "Circular-Book", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
    font-style: normal;
	line-height: 2;
	color:rgb(0,0,0);
	font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}

body.prevent-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

strong {
	font-weight: bold;}


h1, h2, h3, h4 {
	font-family: "Circular-Book", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

h1 {text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px; 
	margin-bottom: 1em;
	margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

h2 {text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px; 
	margin: 0;
	padding: 0;
}

a, a:active {
	font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	color:rgb(0,0,0);
	text-decoration: none;
	border-bottom: black 1px solid;
}

a:hover {
	color:rgb(0,0,0);
	text-decoration: none;
	border-bottom: black 1px solid;
}


/* -------------------------------------------------------------------------/
Page Parts
---------------------------------------------------------------------------*/
#page {padding:30px; 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	width: 100%;}
.container-fluid {padding: 0px;}

.siteheader {

	width: 100%;
	position: fixed;
	color: black;
	background: transparent none repeat scroll 0 0 !important;
	z-index: 99;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 30px;
    padding-top: 26px;
}

.siteheader-active {
	background: rgba(255,255,255,0.96) none repeat scroll 0 0 !important;
}

@media screen and (max-width: 992px) {
    
    .siteheader {
	background: rgba(255,255,255,0.96) none repeat scroll 0 0 !important;
    padding-bottom:5px;
    }
    
}

.footer {
	width: 100%; 
	height: 15px; 
	background: rgba(255,255,255,0.96) none repeat scroll 0 0 !important;
	position: fixed; 
	bottom:0px;
	border-top: 1px solid rgb(0,0,0);
	z-index: 90;
}

.topper {
	width: 100%; 
	height: 15px; 
	background: rgba(255,255,255,0.96) none repeat scroll 0 0 !important;
	position: fixed; 
	top:0px;
	z-index: 90;
}

/*
.ilot-main {padding-bottom: 100px;
margin-bottom: 30px;}
*/



#logo {
	float: left;
	margin-top:0px;
  	font-size: 13px;
  	font-weight: normal;
    font-style: normal;
  	line-height: 1.4;
    
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#logo a, #logo a:hover {
	text-decoration: none;
	border-bottom: none;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.container, .container-top {
	margin: 0;
	padding-left:0;
	padding-right: 0;
	width: 100%;

}

@media (max-width: 1100px) {
	.container {
		margin: 0 auto;
		width: 100%;

	}

	.container-top, #about .container, #blog .container   {
	margin: 0 auto;
	width: 90%;
	}



}


/* -------------------------------------------------------------------------/
Navigation Menu
---------------------------------------------------------------------------*/
.navi-main ul, .navi-main ul li {
	margin: 0;
	padding: 0;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#navbar {
	float: right;
	/*margin-right: 15px; */
	margin-top: 0px;
	font-size: 13px;
    line-height: 1.4;
    /*transition: margin 0.3s linear 0s;*/

}

.navi-main ul li {
	list-style: none; 
	float: left;
	padding: 0em 1em;
}

.navi-main ul li:last-child {
	padding: 0;
	padding-left: 1em;
}

.navi-main a{ 
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	color: black;
	border-bottom: solid transparent 1px;


}

.navi-main a:hover, .navi-main li a.active, .navi-main li.current_page_item a{
	color: rgb(0,0,0);
	text-decoration: none; 
	border-bottom: 1px solid black;
	}

.navi-main ul li:hover > ul /* Dropdown Function */
{
	display:block;
}

@media screen and (max-width: 992px) {
  .navi-main {
    display: none;
    width: 100%;
    margin: 0;
  }

  .navi-main a:hover, .navi-main li a.active, .navi-main li.current_page_item a, .navi-main li.current-page-ancestor a {
	color: rgb(0,0,0);
	text-decoration: none; 
	border-bottom: none;
	}

  .navi-main ul li:last-child {
	padding: 0;
	}
}

/* Burger Menu li a Styles */
@media screen and (max-width: 992px) {
	#navbar {margin-top: 10px;}

	  .navi-main ul li {
	    float: none;
	    width: 100%;
	    text-align: left;
	    margin: 0;
	    padding: 0;
	    display: block;
	    border: none;
	  }
	 
	  .navi-main ul li a {
	  	padding: 0.6em 0;
	  	 border-bottom: none;
	  	 transition: all .3s ease-in;
	  }
	  .navi-main ul li:last-child {
	  border-bottom: 0px;
	  padding-bottom: 8px;
	}

	  ul.sub-menu-respo li {
	  	width: 100%;
	  	margin: 0;
	  	padding: 0;
	  }

	  ul.sub-menu li a {
	  	display: block;
	  }

	  ul.sub-menu-respo {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}

	ul.sub-menu-respo a:hover{

	}
	.navi-main li a.active, ul.sub-menu-respo li a.active, .navi-main li a:hover, ul.sub-menu-respo li a:hover, .navi-main li.current_page_item a {
		border-bottom: none;
	}

}


/* -------------------------------------------------------------------------/
Menu Button
---------------------------------------------------------------------------*/

.ilot-menubutton{
  width: 28px;
  min-height: 18px;
  /*position: absolute;
  right: 15px; */
  float:right;
  display: none;
  cursor: pointer;
  margin-top: 0px;
  transition: margin 0.3s linear 0s;
}
.ilot-menubutton span{
  height: 2px;
  margin-top: 8px;
  background: rgb(0,0,0);
  display: block;
  position: relative;
  top: 0;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 992px) {
  .ilot-menubutton {
    display: block;
  }
      
}
.ilot-menubutton span:first-child {
  margin-top: 0;
}

.ilot-menubutton.active {

}

.ilot-menubutton.active span:nth-child(1) {
  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.ilot-menubutton.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.ilot-menubutton.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -13px;

}

.ilot-menubutton {
  transition: top 0.4s ease;
}
.ilot-menubutton.active span {
  color: #164b9b;
}
.ilot-menubutton.active {
  top: 5px;
}

.a-menu-button span {
  background: #35373e;
}

/* -------------------------------------------------------------------------/
CONTENT
---------------------------------------------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-1-2, .grid-1-3, .grid-1-4 {float: left; box-sizing: border-box;
}

.grid-1-2 {width: 50%;}
.grid-1-2 img {width: 100%;}

.grid-1-3 {width: 33.33%;}
.grid-1-3 img {width: 100%;}

.grid-1-4 {width: 25%;}

.centered {text-align: center;}
.rightalign {text-align: right;}

@media screen and (max-width: 600px) { 
.grid-1-2 {width: 100%; float: none;}

}

@media screen and (max-width: 780px) {
.grid-1-3 {width: 100%; float: none; text-align: center; margin-bottom: 15px;}
.rightalign {text-align: center;}
}

.marg-left{margin-left: 1.5em; }
.marg-right{margin-right: 1.5em;}

.padd-half-left {padding-left: 1.5em; }
.padd-half-right {padding-right: 1.5em; }

@media screen and (max-width: 600px) { 
.padd-half-left {padding-left: 0em; padding-bottom: 2em;}
.padd-half-right {padding-right: 0em; padding-bottom: 2em; }

}

.padd-left {padding-left: 3em; }
.padd-right {padding-right: 3em; }

#content {
	background: #fff;
	min-height: 100%;
}

#main {
	position: relative;
	padding-top: 60px;
	line-height: 2;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 800px) {
#main {padding-top:36px ;}

}

#main .row{
margin:0;
}

.column-text {
	/* margin-bottom: 4em; */
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 2em; /* Chrome, Safari, Opera */
    -moz-column-gap: 2em; /* Firefox */
    column-gap: 2em;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.column-text p {
	column-span: none;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 800px) {
	.column-text {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    	-moz-column-count: 1; /* Firefox */
    	column-count: 1;
        letter-spacing: 1px;
        word-spacing: 1px;
        -webkit-font-smoothing: antialiased;

	}
}

#bio, #contact, #press {margin-top:40px;}

.small-text p {
	font-family:"Circular-Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 13px; margin: 0px; margin-bottom: 0.75em;: ; padding: 0px; line-height: 2;}
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
.small-text {padding: 0; padding-right: 15px;}
.medium-text, .infobox p {
	font-family:""Circular-Book"", Arial, sans-serif;
	font-weight: 400;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
	margin: 0; line-height: 2; padding: 0px; font-size: 1.0em;}
.medium-text p {
    margin-bottom:1.1em;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#bio .small-text p {margin-bottom: 0.6em;}
#bio .small-text h2 {margin-bottom:0.6em ;}

#contact .spacer_h2 {margin-top: 120px;}
@media screen and (max-width: 800px) { 
#contact .spacer_h2 {margin-top: 20px;}
}

.spacer-x-1 {margin-right:20px;}

/* - - - - - - ROYALSLIDER EICKE STYLE- - - - - - - - - - - - - - - - - -  */

.royalSlider {
    margin-top: 42px;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: white none repeat scroll 0 0;
    color: #222;
}

.rsDefaultInv .rsArrowIcn {
    background: url('images/arrows_sprite2.svg') left top no-repeat;
    cursor: pointer;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;

}

.rsSlideCount {
    position: fixed;
    line-height:1;
    right:30px;
    bottom:30px;
    font-size: 1em;
    z-index: 10;
}

.rsDefaultInv .rsArrowIcn:hover {background: url('images/arrows_sprite2.svg') left top no-repeat rgba(0,0,0,0);} 

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: 0px 0px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -40px 0px;
}

@media screen and (max-width: 700px) { 
.rsArrowLeft, .rsArrowRight {display: none;}

}


.rsToggleBox {
	position: fixed;
	line-height: 1;
	bottom:30px;
	left:30px;
	margin: 0 auto;
	min-width: 100px;
	font-size: 13px;
    z-index: 200;
}

.rsToggleBox a:hover {
	color: rgb(0,0,0);
	/* text-decoration: underline; */
	border-bottom: black 1px solid;
}

.rsInfo {
	margin: 0;
	padding: 0;
	float:left;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;}
.rsClose {float:left;}

.rsClose, .rsInfo, .rsOverlay span {border-bottom: none; cursor: pointer;}
.rsClose:hover, .rsInfo:hover, .rsOverlay span:hover {color: black; border-bottom: black 1px solid; margin-bottom: -1px;}

.rsArrowDisabled {display: none;
opacity: 0;
}

.rsOverlay {
	position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	left:0;
	right:0;
	top:0px;
	bottom: 0;
	z-index: 200;
	background:rgba(255, 255, 255, 0.95);
	color: rgb(0,0,0);
	padding-top:0px;
	padding-left:0px;
	display: none;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}



.rsOverlay .infobox {
	
	padding-top: 129px;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.infobox::-webkit-scrollbar { 
    display: none; 
}

@media screen and (max-width: 700px) { 
.rsOverlay .infobox p { 
	padding-left:30px;
    padding-right:30px;
    
}
    
    .rsOverlay .infobox table { margin-left: 30px;}
    
    .rsOverlay .infobox {
        padding-top: 80px;
    }

}



.rsOverlay p {
	padding: 0;
	margin: 0;
	margin-bottom:20px;
	line-height: 2;
}

.rsOverlay span {font-size: 0.78em; margin-bottom: 20px;}

/* - - - - - - HowahrImage by Alex Werth - - - - - - - - - - - - - - - - - -  */
#projects {
    margin-top: 47px;
}
#projects .grid {
	margin-bottom:140px;
	clear: both;
}


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

#projects .grid-1-2 {
	float: none;;
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

#projects .grid {margin-bottom:0px;}

}

#projects .grid-1-2 a {text-decoration: none;}

#p-grid {
    padding:0;
  margin:0;
  border:none;
font-size:0px;
}

#p-grid li {
    margin:0;
    padding:0;
    font-size: 13px;
    width: 33.3333%;
    list-style: none;
    display: inline-table;
    float: none;
    clear: none !important;
    box-sizing: border-box;
    margin-right: -2px;
    margin-bottom: 120px;
    
}

@media screen and (max-width: 780px) { 
    
    #p-grid li {
        width: 100%;
        margin:0;
        padding:0;
        font-size: 13px;
        list-style: none;
        display: block;
        float: none;
        clear: both;
        box-sizing: border-box;
        margin-right: 0px;
        margin-bottom: 60px;
    }

}



#p-grid li img {
  vertical-align: bottom;
  width:100%;
}

.howahrimage{
position: relative;
padding: 0 17px;
margin: 0;
width: 100%;
height:100%;
color: black;
}


@media screen and (max-width: 780px) { 
    
    .howahrimage{
        padding:0;
    }

}

.howahrimage a, .howahrimage a:hover {
	text-decoration: none;
	border-bottom: none;
    
}

.big-frame {margin: 0 auto;}

.howahrimage img {
	width: 100%; 
	padding: 0px; 
	margin: 0px;
	position: relative;
	z-index: 1;
}

.howahrimage .ptitle {
	position: absolute;
	z-index: 80;
	padding: 0; 
	line-height:1;
	padding-top: 13px;
	margin: 0;
	left: 15px; right: 15px;
	text-transform: uppercase;
	border-top: solid 1px transparent;
}

@media screen and (min-width: 780px) {
    .left-third {
        margin: 0;
        padding-left: 0px;
        padding-right: 34px
    }
    .right-third {
        margin: 0; 
        padding-left: 34px; 
        padding-right: 0px;
        margin-left: 0%;}
    
    .howahrimage .ptitle {
	left: 32px; right: 32px;
}
    
    .left-third .ptitle {
        left: 15px; right: 15px;
    }
    
    .right-third .ptitle {
        left: 49px; right: 49px;
    }
    
    
}
@media screen and (max-width: 780px) { 
	.small-frame, .big-frame, .medium-frame {width: 100%;}

}

.howahrimage .punderline {
	position: absolute;
	z-index: 80;
	padding: 0; 
	margin: 0;
	left: 15px; bottom:15px; right: 15px;
	border-top: solid 1px transparent;
	display: none;
}

.howahrimage .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.spaced-top {padding-top: 110px;}
@media screen and (max-width: 780px) { 
.spaced-top {padding-top: 0px;}
}

.col-lg-6:nth-child(1) {padding-right: 3em;}
.col-lg-6:nth-child(2) {padding-left: 3em;}

@media screen and (max-width: 780px) { 
.col-lg-6:nth-child(1) {padding-right: 0em;}
.col-lg-6:nth-child(2) {padding-left: 0em;}
}

.midtitle {
	position: fixed;
	line-height:1;
	font-size: 13px;
	left:50%;
	bottom:30px;
	font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	z-index: 10;
}

@media screen and (max-width: 780px) {  
	.midtitle {display: none;}
}

.mouse-x {
      cursor:  url('images/mouse-x5.png'), auto;
}

.press p, .contact p {
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-font-smoothing: antialiased;}
