/* CSS reset */
@font-face {
	font-family: "open_sanslight";
	src: url("fonts/OpenSans-Light-webfont.eot");
	src: url("fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/OpenSans-Light-webfont.svg") format("svg"), url("fonts/OpenSans-Light-webfont.woff") format("woff"),
		url("fonts/OpenSans-Light-webfont.ttf") format("truetype");

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "open_sansregular";
	src: url("OpenSans-Regular-webfont.eot");
	src: url("OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("OpenSans-Regular-webfont.svg") format("svg"), url("OpenSans-Regular-webfont.woff") format("woff"),
		url("OpenSans-Regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym {
	border: 0;
}
/* General Demo Style */
body {
	font-family: "open_sansregular", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	background-color: #222;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
.container {
	width: 100%;
}
.clr {
	clear: both;
}
.main {
	position: absolute;
	width: 100%;
	height: 50px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-color: rgba(34, 34, 34, 0.7);
	float: right;
	z-index: 1000;
}
.img-intro{
	position: relative;
	object-fit: cover;
	width: 100%;
	height: auto;
}
 .intro-lamm {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	
}
/*.img-intro{
	position: relative;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.intro-text {
	position: absolute;
	top: 10%;
	right: 10%;
	max-width: 700px;
}
.intro-text h1{
	font-size: clamp(1.4rem, 2.5vw, 4.2rem); 
	color:#ffe787;
	font-weight: 400;
	padding-top: 10px;
}
.intro-text h2{
	font-size: clamp(1.4rem, 2.5vw, 2.0rem); 
	color:#fff;
	font-weight: 400;
	line-height: clamp(1.4rem, 2.5vw, 4.8rem);
}
.intro-text h2 span{
	font-weight: 700;
	padding-bottom: 20px;
	
}
.intro-text p{
	font-size: clamp(1rem, 2.5vw, 1.6rem); 
	color:#ffe787;
	font-weight: 400;
	line-height: clamp(1.2rem, 2.5vw, 3.0rem);
	padding: 12px 0 0 40px;
}
.intro-text-links {
	position: absolute;
	bottom: 15%;
	left: 6%;
	max-width: 700px;
	
} */
/* .intro-text-links h2{
	font-size: clamp(0.8rem, 2.5vw, 1.2rem); 
	color:#fff;
	font-weight: 400;
	
}
.intro-text-links h3{
	font-size: clamp(0.8rem, 2.5vw, 1.8rem); 
	color:#ffe787;
	font-weight: 600;
	
} */
/* @media (max-width: 768px) {
	.intro-text {
		top: 10%;
		right: 5%;
		
		
	}
	.intro-text-links {
		left: 6%;
		max-width: 700px;
		
	}

} */
 @media (max-width: 480px) { 
.img-intro{
		position: relative;
		object-fit: cover;
		height: 100dvh;
	}
	/* .intro-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        margin-top: 360px;
        padding-left: 20px;
	}
	.intro-text h1{
		font-size: 24px; 
		color:#ffe787;
		font-weight: 400;
		padding-top: 10px;
	}
	.intro-text-links {
		display: none;
	}
	.img-intro{
		position: relative;
		object-fit: cover;
		height: 100dvh;
	} */
	
	
}
	/* img {
		margin-left: 40px;
	}
/* .hero-model {
	width: 100%;
    height: 100vh;
    background-color: blueviolet;
    background-image: url(../images/tp-model-800.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 0px;
} */

/* @media (min-width: 480px) { 
	.img-intro{
		height: auto;
		
	} */
	/* img {
		margin-left: 40px;
	}
	 
} */
@media only screen and (min-width: 480px) and (max-width: 480px) {
	.intro-lamm {
		margin-top: 50px;
	}
	.hero-moto {
		position:absolute;
		top: 100px;
	}
	/* .intro-text {
		display: none;
	}  */
}
.current {
	color: #000;
	background-color: #909;
}
.current a {
	color: #ccc;
}

.container > header h1 {
	font-family: "open_sansregular", Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span {
}
.container > header h2,
p.info {
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
/* Header Style */
.codrops-top {
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover {
	color: #fff;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: none;
	display: inline;
}

p.codrops-demos {
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
	display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #a90329),
		color-stop(44%, #8f0222),
		color-stop(100%, #6d0019)
	);
	background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
}
p.codrops-demos a:hover {
	background: #6d0019;
}
p.codrops-demos a:active {
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #6d0019),
		color-stop(56%, #8f0222),
		color-stop(100%, #a90329)
	);
	background: -webkit-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover {
	color: #a5727d;
	background: #6d0019;
}
.img-box {
	padding: 8px 2px 0 2px;
}
.name-box {
	padding: 0 2px 0 2px;
	height: 60px;
}

#logo {
	background-repeat: no-repeat;
	background-position: center top;
	height: 116px;
	background-image: url(../images/logo_1.png);
}

/* NAVI */
nav {
	width: 960px;
	font-family: "open_sansregular", Arial, sans-serif;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
}
nav-ru {
	width: 968px;
}
nav ul {
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*width: 100%;*/
}
nav li {
	display: inline;
	float: left;
	background-color: rgba(34, 34, 34, 0.2);
}
nav li .activ {
	background-color: #ccc;
}
nav a {
	font-size: 16pt;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0.03em;
}
nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 0.3);
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover,
nav a:active {
	/*background-color: rgba(155, 115, 196, 1);*/
	background-color: rgba(102, 0, 102, 1);
	color: #fff;
	text-decoration: none;
}
nav a#pull {
	display: none;
}
.lg {
	background-color: rgba(130, 50, 130, 1);
	font-size: 12px;
}
.lg li {
	display: inlne;
	width: 60px;
}
.lg a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
nav li:last-child a {
	border-right: 0;
}
.space {
	width: 10%;
	height: 50px;
	max-width: 44px;
	/*background-color: rgba(180, 145, 216, 1);*/
}
.space-ru {
	width: 1%;
	height: 50px;
	max-width: 44px;
	/*background-color: rgba(180, 145, 216, 1);*/
}
.intro {
	max-height: 100vh;
	overflow: hidden;
}
.video-intro {
	position: relative;
	padding-bottom: 56.25%;
	z-index: 1;
}
.video__media {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.name {
	font-family: "open_sanslight", Arial, sans-serif;
	font-style: italic;
	font-size: 10pt;
}
.impressum {
	margin-top: 20px;
	background-color: #9c3;
}
.inner {
	width: 70%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	z-index: 1000;
}
.post {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #639;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
video {
	width: 100%;
	padding-bottom: 40px;
}
ul {
	font-family: "open_sansregular", Arial, sans-serif;
	font-size: 11pt;
	color: #000;
	line-height: 24px;
	list-style-position: outside;
	padding-left: 18px;
	list-style-type: square;
}

.slider-area {
	margin-top: 24px;
}
.button-filter {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 24px;
}
.btn-filter {
	font-family: "open_sansregular", Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
	width: 100%;
	/*background-color: #FF6264;*/
	padding: 8px 12px;
	border: 1px solid #464646;
}
.button-kol {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 24px;
}
.btn-filter-kol {
	font-family: "open_sansregular", Arial, sans-serif;
	font-size: 10pt;
	color: #222;
	text-align: center;
	width: 100%;
	background-color: #d0d0d0;
	padding: 10px 15px;
	border: none;
}
.btn-filter-kol.aktive {
	background-color: #ab5cbc;
	color: #fff;
}

/*.pelz {
	font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    color: #000;
	text-align: center;
	background-color:#22FFC4;
	padding:8px 12px;
}*/
/*.leder {
	font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    color: #000;
	text-align: center;
	background-color: #D3D3D3;
	padding:8px 12px;
}*/
@media only screen and (max-width: 960px) {
	nav {
		max-width: 789px;
		background-color: rgba(34, 34, 34, 0.2);
		font-family: "open_sansregular", Arial, sans-serif;
		float: right;
		position: absolute;
	}
	nav ul {
		height: 50px;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}
	nav li {
		float: left;
		display: inline;
	}
	nav a {
		font-size: 13pt;
		color: #fff;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		padding-right: 6px;
		padding-left: 6px;
	}
	.space {
		width: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.container > header {
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}

	nav {
		max-width: 100%;
		border-bottom: 0;
		font-size: 12pt;
		margin-top: 100px;
		float: right;
		right: 0px;
	}

	nav ul {
		display: none;
		height: auto;
		margin-left: 0;
	}
	nav li {
		width: 100%;
		float: left;
		position: relative;
	}
	nav li a {
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
	}

	nav a:hover,
	nav a:active {
		background-color: rgba(222, 216, 198, 1);
		color: #823282;
		text-decoration: none;
	}

	nav a {
		text-align: left;
		width: 100%;
		text-indent: 25px;
	}
	nav a#pull {
		display: block;
		background-color: rgba(130, 50, 130, 1);
		width: 100%;
		position: relative;
		clear: both;
		color: #fff;
	}

	nav a#pull:after {
		content: "";
		background: url("../images/nav-icon.png") no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.lg {
		font-size: 14px;
		text-align: left;
		float: none;
		background-color: rgba(34, 34, 34, 0.8);
	}

	.lg li a {
		width: 100%;
	}
	.lg a {
		color: #fff;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
	}
	.space {
		max-width: 3px;
		float: left;
	}
	.main {
		height: 0px;
	}
	.slider-area {
		margin-top: 150px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.inner {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.inner {
		margin-top: 10px;
	}
	.intro {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 320px) {
	.inner {
		margin-top: 10px;
	}
}
