@font-face {
    font-family: 'NewBaskervilleFSItalic';
    src: url('http://iris-kalkreuter.com/site/templates/styles/NewBaskerville-It-webfont.eot');
    src: url('http://iris-kalkreuter.com/site/templates/styles/NewBaskerville-It-webfont.eot?iefix') format('eot'),
         url('http://iris-kalkreuter.com/site/templates/styles/NewBaskerville-It-webfont.woff') format('woff'),
         url('http://iris-kalkreuter.com/site/templates/styles/NewBaskerville-It-webfont.ttf') format('truetype'),
         url('http://iris-kalkreuter.com/site/templates/styles/NewBaskerville-It-webfont.svg#webfonthWwAW2HU') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none;}

/* MAIN */
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
box-sizing: border-box;
outline: none;
border: none;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
body {
font-family: 'NewBaskervilleFSItalic';
background-color: #f5f5f5;
}
a {
font-size: 24px;
color: black;
}

iframe .controls-wrapper {
display: none !important;
}


.bg {
position: fixed;
width: 100%;
float: left;
height: 100%;
z-index: -1000;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.36, rgb(219,219,219)),
    color-stop(0.72, rgb(242,242,242)),
    color-stop(0.87, rgb(247,247,247))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(219,219,219) 36%,
    rgb(242,242,242) 72%,
    rgb(247,247,247) 87%
);
}

/* HEADER */
header {
position: fixed;
z-index: 100;
top:0;
left: 0;
}
.logo {
float: left;
margin: 54px 0 0 30px;
width: 200px;
}
.logo img {
width: 100%;
}
.btn {
display: none;
}
nav {
float: left;
clear: left;
margin: 40px 0 0 28px;
}
nav ul li {
margin: 0 0 8px 0;
}
nav ul li a {
font-size: 16px;
color: #595959;
margin: 0 0 0 8px;
padding: 0 0 0 18px;
}
nav ul li a:hover {
color: black;
background: url(../img/on.svg) no-repeat left 10px;
}
nav ul li.on a {
background: url(../img/on.svg) no-repeat left 10px;
}



/* HOME & INDEX CONTENT */
.index .content, .home .content {
position: absolute;
margin: 20px 0 0 300px;
}

.boxes a {
float: left;
display: block;
padding: 0 10px 10px 0;
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-ms-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
transition-duration: 0.6s;
transition-timing-function: ease;
}
.boxes a.show {

}
.boxes a img {
height: 200px;
display: block;
}

.boxes a:hover .title {
display: block;

}

div.title {
line-height: 20px;
font-size: 15px;
color: black;
opacity: 1;
display: none;
padding: 5px 8px;
position: absolute;
margin: -35px 0 0 5px;
background: #f5f5f5;
z-index: 10000;
height: auto;
-webkit-transition:  3s ease-out;
-moz-transition:  3s ease-out;
-o-transition:  3s ease-out;
transition: 3s ease-out;
}



/* INFO CONTENT */
.info .content {
margin: 210px 0 0 280px;
}

.info ul.social {
margin: 10px 0 30px 0;
float: left;
}
.info ul.social li {
float: left;
}
.info ul.social li a {
text-transform: uppercase;
letter-spacing: 1px;
color: #b4b4b4;
margin: 0 0 0 0;
display: block;
height: 50px;
width: 40px;
float: left;
background-size: 40px 40px;
font-size: 0;
opacity: 0.4;
}
.info ul.social li a.book {
background: url(../img/book.svg) no-repeat left center;
background-size: 28px 28px;
}
.info ul.social li a.insta {
background: url(../img/insta.svg) no-repeat left center;
background-size: 28px 28px;
}
.info ul.social li a.xing {
background: url(../img/xing.svg) no-repeat left center;
background-size: 28px 28px;
}
.info ul.social li a.linkedin {
background: url(../img/linkedin.svg) no-repeat left center;
background-size: 28px 28px;
}

.info .content .text p {
float: left;
clear: left;
margin: 0 0 20px 0;
line-height: 25px;
max-width: 600px;
padding: 0 50px 0 0;
color: #585858;
}
.info .content .text p strong {
font-size: 26px;
padding: 13px 0 30px;
font-weight: normal;
color: rgb(0, 0, 0);
border-top: 1px solid rgb(0, 0, 0);
float: left;
}
.info .content .text p em {
font-size: 12px;
letter-spacing: 1px;
}
.info .content .text p a {
color: black;
border-bottom: 1px solid #afafaf;
font-size: 18px;
padding: 0 0 0px 0;
}
.info .content .text p a:hover {
border-bottom: 1px solid black;
}


/* PHOTO CONTENT */
.photo .content {
position: absolute;
top: 100%;
left: 280px;
margin: -100px 0 0 0;
}
/* slider */
#slides {
position: absolute;
left: 280px;
right: 20px;
bottom: 160px;
top:20px;
}
#owl-demo {
position: absolute;
left: 0;
right: 0px;
bottom: 0px;
top:0px;
}
.owl-wrapper {
left: 0;
right: 0px;
bottom: 0px;
top:0;
margin: 0 0 0 0px;
position: absolute !important;
}
.owl-controls {
margin: 0 0 0 0px;
}
.owl-carousel .owl-wrapper-outer {
height: 100%;
}
.owl-item  {
position: relative;
height: 100%;
overflow: hidden;
}
#owl-demo img{
display: block;
height: 100%;
position: relative;
top:0;
}
/* slider – nav */
.owl-buttons {
margin: 10px 0 0 0;
float: left;
}
.owl-buttons div {
float: left;
letter-spacing: 1px;
font-size: 12px;
height: 10px;
}
.owl-buttons div.owl-prev {
background: url(../img/prev.svg) no-repeat center left;
padding: 0 50px 0 0;
margin: 0 30px 0 0;
}
.owl-buttons div.owl-next {
background: url(../img/next.svg) no-repeat center right;
padding: 0 0 0 50px;
}
/* text */
.video .content,
.photo .content {
}

.video .content .text,
.photo .content .text {
width: 600px;
max-width: 100%;
padding: 0 0 50px 0;

}
.video .content h1.title,
.photo .content h1.title {
font-size: 26px;
padding: 13px 0 30px;
font-weight: normal;
color: rgb(0, 0, 0);
}
.video .content h1.title {
padding: 30px 0 30px;
}
.video .content .text p,
.photo .content .text p {
line-height: 22px;
max-width: 600px;
padding: 0 50px 0 0;
color: rgb(88, 88, 88);
padding: 0 0 20px 0;
font-size: 16px;
}
.video .content .text p em,
.photo .content .text p em {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.video .content .text p a,
.photo .content .text p a {
color: black;
font-size: 16px;
text-decoration: underline;
}

#scroll {
display: none;
}
.video_container {
overflow: hidden;
}
.photo .text iframe,
.video_container iframe {
height: 95% !important;
}
.video_container .TextformatterVideoEmbed {
margin: 0;
}
.video .content {
position: absolute;
left: 280px;
right: 20px;
bottom: 160px;
top:20px;
}


@media screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1000px) {
header {
position: absolute;
}
.logo {
margin: 40px 0 0 30px;
width: 150px;
}


.btn {
width: 44px;
height: 44px;
position: fixed;
padding: 10px;
right: 28px;
top: 40px;
z-index: 1;
cursor: pointer;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
}

.btn.move .burger,
.btn .close {
display: none !important;
width: 100%;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.btn.move .close,
.btn .burger {
display: block !important;
width: 100%;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

nav {
margin: 180px 0 0 -300px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
position: fixed;
}

nav.open {
display: block;
margin: 180px 0 0 22px;
}

.boxes a  img {
height: 150px;
}
div.title {
margin: -35px 0 0 5px;
}


.photo .content.move,
.index .content.move,
.info .content.move,
.home .content.move,
.video .content.move {
opacity: 0.05;
}





.home .content,
.index .content {
position: absolute;
margin: 200px 0 0 48px;
}
.info .content {
margin: 210px 0 0 46px;
padding: 0  40px 50px 0;
float: left;
}

#scroll {
display: block;
width: 100%;
float: left;
clear: left;
}
#scroll img {
max-width: 100%;
}
#slides {
display: none;
}
.photo .content {
position: absolute;
top: 200px;
left: 48px;
margin: 0;
right: 48px;
max-width: 600px;
}
.photo .content .text {
float: left;
padding: 0 0 50px 0;
}
.photo .content h1.title {
padding: 30px 0 15px 0;
margin: 0 0 15px -3px;
float: left;
border-bottom: 1px solid black;
}

.video .content {
position: absolute;
top: 200px;
left: 48px;
margin: 0;
right: 48px;
max-width: 600px;
}

.photo .text iframe,
.video_container iframe {
height: 92% !important;
}

}

@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) {

.box {
margin: 0 40px 20px 0;
float: left;
display: block;
line-height: 0;
color: black;
}

.boxes a  img {
height: 100px;
}
div.title {
margin: -33px 0 0 3px;
font-size: 12px;
}

.photo .text iframe,
.video_container iframe {
height: 90% !important;
}

}

@media screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 400px) {
.photo .text iframe,
.video_container iframe {
height: 86% !important;
}

}











