/***************************************
NORMALIZE:
***************************************/

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, h1, h2, h3,
dl, dt, dd, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block;
}

html, body { 
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: black;
	font-weight: 300;
}

ul { 
	list-style: none;
}

ol {
	/*padding-left: 25px;*/
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after { 
	content: ''; content: none;
}

table { 
	border-collapse: collapse; border-spacing: 0;
}

a {
	color: black;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

a:hover,
.bxslider li a,
a.bold-link:hover,
.lang-wrap a:hover,
.lang-wrap a.active {
	
}

.lang-wrap a:hover,
.lang-wrap a.active {
	text-decoration: underline;
}

/*
a.bold-link,
span.bold-link,
div.bold-link,
th,
td.bold-link {
	text-transform: uppercase;
	font-weight: bold;
}
*/

/*
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
*/

.uppercase {
	text-transform: uppercase;
}

.header {
	padding-top: 50px;
	border-bottom: 1px solid #6290C3;
}

.header-wrap {
	display: block;
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
}

.logo {
	font-size: 40px;
	text-transform: uppercase;
	text-align: right;
	word-spacing: 6px;
    letter-spacing: 3px;
    margin-bottom: 75px;
}

.small-logo {
	font-size: 14px;
}

.eye-candy {
	width: 100%;
    position: relative;
/*
    background-image: url('images/pic-02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
*/
/*     padding: 150px 0; */
/*     box-shadow: 0px 40px 30px -40px #222; */
}

.eye-text {
	width: 48%;
    margin: 0 auto;
    text-align: right;
    font-size: 25px;
    box-sizing: border-box;
    position: relative;
    right: 10%;
    display: inline-block;
    vertical-align: middle;
}

.menu {
	display: block;
	position: relative;
	height: 35px;
    line-height: 35px;
    color: #6290C3;
    margin-bottom: 10px;
}

.menu-item {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0 10px;
}

.menu-item:first-child {
	margin-left: 0;
}

.menu-item:last-child {
	margin-right: 0;
}

.menu-item:hover a,
.lang-item:hover a,
#home .menu-item.home a,
#bio .menu-item.bio a,
#work .menu-item.work a,
#impressum .menu-item.impressum a,
#contacts .menu-item.contacts a,
#confidentiality .menu-item.confidentiality a,
#insolvenz .menu-item.insolvenz a {
	color: #6290C3;
}

.lang {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}

.lang a:hover,
.lang.lv a.lv,
.lang.de a.de {
	text-decoration: underline;
	color: #6290C3;
}

.content a {
	color: #6290C3;
}

.content a:hover {
	text-decoration: underline;
}

.content {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 75px;
}

.content.content-home {
	width: 100%;
	max-width: 100000px;
	padding-top: 0;
}

.indulis {
	width: 100%;
	position: relative;
	background: #f5f5f5;
}

.indulis img {
	width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.indulis-text {
	font-size: 14px;
    width: 87%;
    margin: 15px auto;
}

.indulis-bio {
	display: block;
	width: 30%;
	float: right;
	margin: 25px 0 30px 50px;
}

.indulis-bio img {
	width: 100%;
}

.divider {
	width: 100%;
	height: 1px;
	background: #6290c3;
	clear: both;
}

.more-info {
	width: 90%;
	max-width: 1000px;
    margin: 50px auto 0 auto;
    font-size: 25px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.bio-title {
	font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #6290c3;
    margin-bottom: 15px;
    width: 65%;
}

.bio-title.no-border {
	border: none;
}

.cont-cols {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 35px auto;
}

.conts {
	
}

.conts-lv {
	margin-bottom: 50px;
}

.conts-form {
/* 	flex-grow: 2; */
}

.contact-form label {
	display: inline-block;
}

.contact-form input {
/* 	display: block; */
	width: calc(100% - 12px);
	margin-left: 12px;
	margin-bottom: 20px;
	height: 35px;
	line-height: 35px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 100;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
}

.contact-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	line-height: 20px;
    font-size: 16px;
    font-weight: 100;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
}

.contacts-text span.red {
	color: red;
	display: inline-block;
	vertical-align: top;
	width: 12px;
	margin-bottom: 0;
}

.contact-form input.name-input,
.contact-form input.email-input {
	width: calc(100% - 12px);
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
}

input[type=submit] {
	border-radius: 0;
	width: auto;
	display: inline-block;
	float: right;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	font-size: 16px;
	margin: 10px 0 0 0;
	border: 1px solid #6290C3;
    color: #6290C3;
    border: 1px solid #393C4B;
	color: #393C4B;
}

input[type=submit]:hover {
/* 	background: #6290C3; */
/* 	color: white; */
	border: 1px solid #393C4B;
	color: #393C4B;
	border: 1px solid #6290C3;
    color: #6290C3;
	cursor: pointer;
	box-shadow: 0 5px 10px -5px #a9a9a9;
	-webkit-appearance: none;
}

input[aria-invalid="true"], textarea[aria-invalid="true"] {
  border: 1px solid #f00;
  box-shadow: 0 0 4px 0 #f00;
}

.success {
	font-size: 30px;
    text-align: center;
    margin: 100px auto;
}

.cap-alert {
	color: red;
	display: none;
}


.footer {
	padding: 50px 0;
	background: /* #7c7a7d */#6290c3;
/*     box-shadow: 0 10px 25px 0px black; */
/* 	box-shadow: 0 10px 40px 0px black; */
	background: #3E3E40;
	background: #393C4B;
}

.footer .wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.copy {
	width: 90%;
	max-width: 1000px;
	margin: 15px auto;
}

.site-map {
	margin-bottom: 50px;
	color: white;/*

	float: right;
*/
}

.site-map .menu-item {
	font-size: 14px;
}

.site-map .menu-item a {
	color: white;
}

.footer a {
	color: white;
}

.footer a:hover {
	text-decoration: underline;
}

.site-map a:hover {
	text-decoration: none;
}

#home .site-map .menu-item.home a,
#bio .site-map .menu-item.bio a,
#work .site-map .menu-item.work a,
#impressum .site-map .menu-item.impressum a,
#contacts .site-map .menu-item.contacts a,
#insolvenz .site-map .menu-item.insolvenz a,
#confidentiality .site-map .menu-item.confidentiality a,
.site-map .menu-item a:hover {
	color: white;
	border-bottom: 1px solid white;
}

.contacts-footer {
/* 	text-align: right; */
	display: flex;
	align-content: flex-start;
	justify-content: flex-end;
	color: white;
}

.contacts-col {
	margin-left: 50px;
	text-align: right;
}

.text {
	margin: 15px 0 50px 0;
}

.text h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.normal-title {
	font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}

ul {
	list-style: disc;
    padding-left: 45px;
    margin: 15px 0 0 0;
}

/*
.contacts-text span {
	display: block;
	margin-bottom: 5px;
}

.contacts-text span:first-child {
	text-transform: uppercase;
	font-size: 18px;
}
*/

.burger-menu,
.close-burger-menu,
.indulis-text.indulis-text-mobile {
	display: none;
}

body.mob-menu-open {
	position: fixed;
}

.contact-image-wrap {
	width: 70%;
}





/* --------- MEDIA --------- */

@media only screen and (max-width: 1100px) {
	.eye-text,
	.more-info {
		font-size: 20px;
	}
	
	.more-info {
		margin: 75px auto;
	}
}

@media only screen and (max-width: 1080px) {
	.menu-item {
		margin: 0 5px;
	}
	
	.more-info {
		margin: 75px auto;
	}
}

@media only screen and (max-width: 1008px) {
	.menu-item a {
		font-size: 15px;
	}
	
	.more-info {
		margin: 75px auto;
	}
}

@media only screen and (max-width: 860px) {
	.eye-text,
	.more-info {
		font-size: 18px;
	}
	
	.header {
		padding-top: 10px;
	}
	
	.logo {
		margin-bottom: 40px;
	}
	
	.more-info {
		margin: 40px auto 0 auto;
		text-align: justify;
	}
}

@media only screen and (max-width: 955px) {
	.temp {
		display: none;
	}
	
	.burger-menu {
		margin-bottom: 20px;
		width: 75px;
	}
	
	.burger-menu,
	.close-burger-menu {
		display: block;
		cursor: pointer;
	}
	
	.burger-menu img,
	.close-burger-menu img {
		width: 100%;
	}
	
	.close-burger-menu {
		float: right;
		margin: 20px;
		width: 50px;
	}
	
	.menu {
		position: fixed;
		width: 75%;
		height: 100%;
		background: white;
		box-shadow: 0 0 20px 0 #393c4b;
		z-index: 5;
		top: 0;
		left: 0;
		display: none;
	}
	
	.menu .menu-item {
		display: block;
		margin: 20px 0;
		padding: 0 0 0 30px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 840px) {	
	.logo {
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 780px) {
	.indulis-text {
		display: none;
	}
	
	.indulis-text.indulis-text-mobile {
		display: block;
		width: 76%;
	}
	
	.eye-text {
		width: 100%;
	    right: 0;
	    padding: 50px 30px 30px 30px;
	    box-sizing: border-box;
	    text-align: justify;
	}
	
	.indulis img {
		width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.content {
		padding-bottom: 50px;
	}
	
	.temp-f {
		display: none;
	}
	
	.site-map .menu-item {
		display: block;
		margin: 15px 10px;
	}
	
	.site-map .menu-item:first-child {
		margin-top: 0;
	}
	
	.footer .wrapper {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 600px) {
	.contacts-footer {
		display: inline-block;
	}
	
	.contacts-col {
		margin-left: 0;
	}
	
	.contacts-col:first-child {
		margin-bottom: 30px;
	}
	
	.cont-cols {
		justify-content: space-between;
	}
	
	.contact-image-wrap {
		width: 90%;
	}
}


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

	.cont-cols {
		display: block;
	}
	
	.conts-lv, .conts-de {
		width: 47%;
	}
		
	.conts-text {
		display: flex;
		justify-content: space-around;
		margin-bottom: 20px;
	}

	.conts-form {
		text-align: left;
	}

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

	.logo {
		font-size: 25px;
	}
	
	.small-logo {
		font-size: 12px;
	}
	
	.burger-menu {
		width: 50px;
	}
	
	.close-burger-menu {
		width: 35px;
	}
	
	.menu {
		width: 80%;
	}
	
	.indulis-bio {
		width: 70%;
		float: none;
		margin: 15px auto 20px auto;
	}
	
	.bio-title {
		width: 100%;
	}
	
	.content {
		padding-top: 20px;
	}
	
	.text {
		margin: 15px 0 30px 0;
	}
	
	.cont-cols {
		display: block;
		text-align: center;
	}
	
	.conts-text {
		margin-bottom: 30px;
	}
	
	.conts-form {
		text-align: left;
	}
	
	.conts-lv {
		margin-bottom: 50px;
	}
	
	.eye-text {
		padding: 30px 30px 50px 30px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
	.logo {
		font-size: 30px;
	}
	
	.small-logo {
		font-size: 12px;
	}
	
	.burger-menu {
		width: 50px;
	}
	
	.close-burger-menu {
		width: 35px;
	}
	
	.eye-text {
		padding: 30px 30px 50px 30px;
	}
	
	.indulis-bio {
		width: 70%;
		float: none;
		margin: 15px auto 20px auto;
	}
	
	.bio-title {
		width: 100%;
	}
	
	.content {
		padding-top: 20px;
	}
	
	.text {
		margin: 15px 0 30px 0;
	}
	
	.cont-cols {
		display: block;
		text-align: center;
	}
	
	.conts-lv {
		margin-bottom: 50px;
	}
	
	.conts-text {
		margin-bottom: 30px;
	}
	
	.conts-form {
		text-align: left;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	.temp {
		display: none;
	}
	
	.burger-menu {
		width: 50px;
	}
	
	.close-burger-menu {
		width: 35px;
	}
	
	.conts-form {
		text-align: left;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
