
@font-face { 
	font-family: Raleway-Regular; 
	src: url('Fonts/Raleway-Regular.ttf'); 
}
@font-face { 
	font-family: Raleway-Bold; 
	src: url('Fonts/Raleway-Bold.ttf'); 
}

:root {
  --maxwidth: 1300px;
  --maxwidth_footer: 1600px;
  --textfarbe: #000000;
}

html {
    width: 100%;
    height: 100%;
}

body {
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:16px;
	line-height:22px;
	letter-spacing: 0.4px;
	margin:0;
	background-color:#fff;
	overflow-x: hidden;
}

h1 {
	margin:0;
	margin-bottom:20px;
	padding:0;
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:40px;
	line-height:52px;
	letter-spacing: 0px;
	font-weight:normal;
}

.seite h1 {
	margin-bottom:40px;
}
@media only screen and (max-width:600px) {	
	h1 {
		font-size:26px;
		line-height:32px;
	}
}

h2 {
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:33px;
	line-height: 44px;
	letter-spacing: 0px;
	font-weight:normal;
	margin:0;
	margin-top:0px;
	margin-bottom:20px;
	padding:0;
}

h3 {
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:42px;
	line-height:48px;
	letter-spacing: 0px;
	font-weight:300;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	padding:0;
}

i {
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
}

p {
	margin:0;
	padding:0;
}

b, strong {
	font-family: 'Raleway-Bold', sans-serif, Arial, Helvetica;
	font-weight:600;
}

.klein {
	font-size:12px;
	line-height:18px;
	letter-spacing: 0px;
}

.clear {
	clear:both;
}

sup {
	font-size:8px;
	line-height:12px;
	letter-spacing: 0px;
	position: relative;
	vertical-align: baseline;
	top: -1em;
}

ul {
	list-style-type:disc;
	padding-left:8px;
	margin:5px;
	margin-bottom:30px;
}

li {
	margin-top:10px;
}

.pos-left {
	text-align:left;
}

.pos-center {
	text-align:center;
}

.pos-right {
	text-align:right;
}
@media only screen and (max-width:600px) {
	.pos-left-s {
		text-align:left;
	}

	.pos-center-s {
		text-align:center;
	}

	.pos-right-s {
		text-align:right;
	}
}

img {
	width:100%;
	height:auto;
}

.unsichtbar {
	display:none !important;
}

.dont-scroll {
   	overflow:hidden !important;
}

.gleiche-hoehe {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}


/***************************************************/

.header {
	z-index:300;
	position: fixed;
	xposition:relative;
	top:0px;
	left:0px;
	width:100%;
	max-width: 100%;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
}
@media only screen and (max-width:980px) {
	.header {	
		height:95px;
	}
}

.header-logo {	
	width:200px;
	height:auto;
}
@media only screen and (max-width:980px) {
	.header-logo {	
		width:160px;
		height:auto;
	}
}

.header-logo img {
	width:100%;
	height:auto;
}

/***************************************************/

.seite {
	width: calc(100% - 160px);
	max-width: var(--maxwidth);
	height: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top:220px;
	margin-bottom:0px;
	padding: 0px 80px 0px 80px;
	color:var(--textfarbe);
	background-color: #fff;
}
@media only screen and (max-width:980px) {
	.seite {	
		width: calc(100% - 40px);
		padding: 0px 20px 40px 20px;
		margin-top:150px;
	}
}

/***************************************************/

.start-slider-container {
	width: calc(100% - 160px);
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 80px 80px 80px;
}
@media only screen and (max-width:980px) {
	.start-slider-container {	
		width: calc(100% - 80px);
		padding: 0px 40px 40px 40px;
	}
}

.start-slider-container.headerbild {
	margin-top:120px;
	width:100%;
	padding:0px;
}
@media only screen and (max-width:980px) {
	.start-slider-container.headerbild {	
		margin-top:95px;
	}
}

.start-slider-container.kollektion {
	position: relative;
}

.start-slider  {
	position: relative;
	width:100%;
	height: auto;
	overflow:hidden;
}

.start-slider.kollektion {
	position: absolute;
}
@media only screen and (max-width:600px) {	
	.start-slider.kollektion {
		position:relative;
	}
}

.start-slider .teaser-top-img-sl  {
	position:relative;	
}

.start-slider .teaser-top-img-sl img {
	width:100%;
	height:auto;
}
	
.start-slider-bild {
	background-repeat: no-repeat;	
	background-size:cover;
	/* background-position:left bottom; */
	/* background-position: center top; */
	background-position: center center;
}

.start-slider-button {
	position:absolute;	
    top: calc(50% - 145px);
    left: 50%;
	width:auto;
	height: auto;
	padding: 20px 80px 30px 80px;
	text-align:center;
    background-color: rgba(0, 0, 0, 0.3);
}

.start-slider-button-mobil {
	display:none;
}
@media only screen and (max-width:600px) {
	.start-slider-button {
		display:none;
	}
	.start-slider-button-mobil {
		display:block;
		margin-top: -20px;
		padding: 0px 40px 30px 40px;
		width:calc(100% - 80px);
		text-align:center;
	}
}

.start-slider-button h2 {
    color: #fff;
	font-size:33px;
	line-height: 44px;
	margin-bottom:20px;
}

.start-slider-button-mobil h2 {
	font-size:22px;
	line-height: 34px;
	margin-bottom:20px;
}

/***************************************************/

.slick-dots  {
    bottom:30px;
}

.slick-dots li button {
    background-color:#ffffff;
    border:2px solid #ffffff;
    border-radius:10px;

}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' ';
    text-align: center;
    opacity: .25;
    color: #343434;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color:white;
    border-radius:10px;
}

.slick-dots li.slick-active button:before
{
    background-color:#343434;
    opacity: 1;
    color: #343434;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/***************************************************/

/* Arrows */
.slick-prev,
.slick-next
{
    width: 45;
    height: 45px;
	xbackground: url(images/transparent.png);
}
.slick-prev:before,
.slick-next:before
{
    opacity: .65;
    opacity: 1;
}

.slick-prev
{
    left: 45px;
	z-index:200;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
	z-index:200;
}
@media only screen and (max-width:600px) {	
	.slick-prev {
		left: 10px;
	}
}
.slick-prev:before
{
    content:url(../images/pfeil_prev.png);
}
[dir='rtl'] .slick-prev:before
{
    content:url(../images/pfeil_prev.png);
}

.slick-next
{
    right: 55px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
@media only screen and (max-width:600px) {	
	.slick-next {
		right: 10px;
	}
}
.slick-next:before
{
    content:url(../images/pfeil_next.png);
}
[dir='rtl'] .slick-next:before
{
    content:url(../images/pfeil_next.png);
}


/***************************************************/

.textfeld {
	position: relative;
	width: calc(100% - 160px);
	margin-left: auto;
	margin-right: auto;
	padding: 80px 80px 40px 80px;
	text-align:center;
	xbackground-color: #fff000;
}
@media only screen and (max-width:980px) {
	.textfeld {	
		width: calc(100% - 80px);
		padding: 40px 40px 40px 40px;
	}
}
@media only screen and (max-width:600px) {
	.textfeld {	
		padding: 30px 40px 30px 40px;
	}
}

.block-100 {
	position: relative;
	float:left;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
  	width: 100%;
}
@media only screen and (max-width:980px) {	
	.block-100 {
		display:block;
	}
}

.block-bild {
	position: relative;
	float:left;
  	width: 50%;
}
@media only screen and (max-width:980px) {	
	.block-bild {
		clear:both;
		width: calc(100% - 80px);
		padding: 0px 40px;
	}
}

.block-text {
	position: relative;
	float:left;
  	width: 50%;
	color: #fff;
	padding: 25px 40px;
	text-align:center;
	background-color: var(--textfarbe);
}
@media only screen and (max-width:980px) {	
	.block-text {
		clear:both;
		width: calc(100% - 160px);
		margin: 0px 40px;
		padding: 80px 40px;
	}
}

.block-text .inner {
  	width: 100%;
	height:100%;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
	justify-content: center;
}
@media only screen and (max-width:1440px) {
	.block-text .inner {
		font-size:1.1vw;
		line-height:1.5vw;
	}
}
@media only screen and (max-width:980px) {	
	.block-text .inner {
		display:block;
		height:auto;
		font-size:16px;
		line-height:22px;
	}
}

.block-text img {
  	width: 210px;
  	width: 35%;
  	max-width: 210px;
	padding-bottom: 40px;
}
@media only screen and (max-width:1370px) {
	.block-text img {
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:980px) {	
	.block-text img {
		width: 210px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:600px) {	
	.block-text img {
		width: 160px;
		padding-bottom: 20px;
	}
}


/*** Modal-Popup: Formular ****************/

.modal-frage {
	z-index:999999;
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.92);
	background:rgba(0,0,0,0.72);
}
.modal-frage-inner {
    position: relative;
	overflow:scroll;
    width: 600px;
    height: calc(100% - 300px);
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:180px;
	padding:30px;
	color: var(--textfarbe);
	font-size:16px;
	line-height:20px;
    background-color: #fff;
	border:1px solid #ddd;
}

@media only screen and (max-width: 616px) {
	
	.modal-frage {
		background:transparent;
	}
	.modal-frage-inner {
		width: calc(100% - 40px);
		margin-left:20px;
		margin-top:120px;
	}
}

.modal-frage-inner .modal-close {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/close.svg");
	opacity: 0.8;
	cursor: pointer;
}

.modal-frage-inner h3 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 34px;
	line-height: 42px;
	font-weight: 400;
}


/***** Burger  ************************************/

.mobil-navi,
.mobil-logo {
	display:none;
}
@media only screen and (max-width:980px) {
	.mobil-navi {
		z-index:10000;
		position: fixed;
		display:block;
		top:25px;
		right:20px;
		opacity: 1;
	}
	.mobil-logo {
		z-index:10000;
		position: fixed;
		display:block;
		top:20px;
		left:20px;
	}
}

label.hamburg { 
	position: relative; 
	display: block;
	width: 49px; 
	height: 40px; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 0px; 
	background: transparent; 
	cursor: pointer;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   display: block; 
   left:10px;
   width: 30px; 
   height: 3px;  
   background: #fff; 
   border-radius: 2px;
   transition: 0.2s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 10px; }
.line:nth-child(2) { top: 20px; }
.line:nth-child(3) { top: 30px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(10px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-10px) rotate(45deg);
}


/***************************************************/

.navidesktop {
	display:block;
}
.mobile_navigation {
	display:none;
}

@media only screen and (max-width:980px) 
{	
	.mobile_navigation {
		position:fixed;
		position: absolute;
		display:block;
		z-index:290;
		overflow: auto;
		width:100%;
		height:auto;
		top: 0px;
		left: 0px;
		margin-top:95px;
		padding-top:0px;
		text-align:center;
		background-color:#000;
		opacity: 0.97;
	}	
	.navidesktop {
		display:none;
	}
}
@media only screen and (max-width:320px), (max-width:480px) {	
	.mobile_navigation {
		width:100%;
	}	
}

/***************************************************/
/*****   Navigation   ******************************/

#navigation {
	height:auto;
	margin-top:27px;
}

#navigation ul {
	xposition:absolute;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	left:0px;
	width:70%;
	height: 75px;  
    margin: 0px;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	xbackground-color:#ff6f30;
}

#navigation ul li {
	list-style-type: none;
    float:left;
	margin: 0px 0px 0px 0px;
    padding: 28px 20px 0px 20px;
}

#navigation ul li.header-logo {
    padding: 0px 30px 2px 30px;
}

#navigation ul li a {
	color: #fff;
	font-size:16px;
    text-decoration: none;
    display: block;
}

#navigation ul li a:hover {
	color: #ccc;
}

.navigation-aktiv {
	display:block;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid var(--textfarbe);
}
@media  (max-width:1179px)  {
	.navigation-aktiv {
		padding: 1px 0px 0px 0px;
		border-bottom: 3px solid var(--textfarbe);
	}
}


/*********  Navi mobil  *******************************/

.mob_navlink ul {
	margin: 0px 30px 10px 20px;
}

.mob_navlink ul li {
	list-style-type: none;
	margin-top:15px;
	margin-bottom:15px;
    padding: 0px 0px 15px 0px;
  	border-bottom: 1px solid #333;
}

.mob_navlink ul li:last-child {
  	border-bottom: 1px solid #000;
}

.mob_navlink ul li a:link,
.mob_navlink ul li a:visited,
.mob_navlink a:visited {
	color:#aaa;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
    text-decoration: none;
    list-style: none;
}

.mob_navlink .mob-aktiv, 
.mob_navlink ul li .mob-aktiv,
.mob_navlink ul li .mob-aktiv a:link, 
.mob_navlink ul li .mob-aktiv a:link:active,
.mob_navlink ul li .mob-aktiv a:active,
.mob_navlink ul li a:link .mob-aktiv, 
.mob_navlink ul li a:link:active .mob-aktiv,
.mob_navlink ul li a:active .mob-aktiv {
	font-weight:bold;
}


/***************************************************/

a:link,
a:visited {
    color: #fff;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

/***************************************************/

.seite a, 
.seite a:link, 
.seite a:visited, 
.seite a:link:visited {
    color:var(--textfarbe);
}

.seite a:hover, 
.seite a:active,
.seite a:focus {
    color:var(--textfarbe);
}

/***************************************************/

.link-underline, 
a.link-underline, 
a.link-underline:link,
a.link-underline:visited,
a.link-underline:link:visited,
a.link-underline:link:visited {
    text-decoration:underline;
}

.link-underline a:active, 
.link-underline a:hover, 
.link-underline a:focus,
a.link-underline:hover, 
a.link-underline:active {
    text-decoration:underline;
}


/***************************************************/

.fa-facebook-square,
.fa-instagram {
	padding: 20px 6px 0px 6px;
	color:#fff;
	font-size:30px;
}

/***************************************************/

.slider-button, 
a.slider-button, 
a.slider-button:link, 
a.slider-button:visited, 
a.slider-button:link:visited, 
a.slider-button:link:visited {
	display:inline-block;
    padding: 12px 24px 12px 24px;
	font-family: 'Raleway-Book', sans-serif, Arial, Helvetica;
    color: #fff;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
}

.slider-button:hover, 
.slider-button a:active, 
.slider-button a:hover, 
.slider-button a:focus,
a.slider-button:hover, 
a.slider-button:active , 
a.slider-button:focus{
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration:none;
	transition: all 0.8s;
}
@media only screen and (max-width:600px) {
	.slider-button, 
	a.slider-button, 
	a.slider-button:link, 
	a.slider-button:visited, 
	a.slider-button:link:visited, 
	a.slider-button:link:visited {
		margin-bottom:20px;
		color: #000;
		font-size:16px;
		line-height: 21px;
		border: 2px solid #000;
	}

	.slider-button:hover, 
	.slider-button a:active, 
	.slider-button a:hover, 
	.slider-button a:focus,
	a.slider-button:hover, 
	a.slider-button:active , 
	a.slider-button:focus{
		background-color: transprent;
		text-decoration:none;
	}
}

/***************************************************/

.link-button, 
a.link-button, 
a.link-button:link, 
a.link-button:visited, 
a.link-button:link:visited, 
a.link-button:link:visited {
	display:inline-block;
	margin-top: 60px;
	margin-bottom: 40px;
    padding: 15px 40px 15px 40px;
	font-family: 'Raleway-Bold', sans-serif, Arial, Helvetica;
    color: #fff;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #000;
}
@media only screen and (max-width:1370px) {
	.link-button, 
	a.link-button, 
	a.link-button:link, 
	a.link-button:visited, 
	a.link-button:link:visited, 
	a.link-button:link:visited {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size:1.1vw;
		line-height:1.5vw;
	}
}
@media only screen and (max-width:980px) {	
	.link-button, 
	a.link-button, 
	a.link-button:link, 
	a.link-button:visited, 
	a.link-button:link:visited, 
	a.link-button:link:visited {
		margin-top: 40px;
		font-size:16px;
		line-height:22px;
	}
}
@media only screen and (max-width:600px) {	
	.link-button, 
	a.link-button, 
	a.link-button:link, 
	a.link-button:visited, 
	a.link-button:link:visited, 
	a.link-button:link:visited {
		padding: 15px 30px 15px 30px;
		font-size:14px;
		line-height:22px;
	}
}

.link-button:hover, 
.link-button a:active, 
.link-button a:hover, 
.link-button a:focus,
a.link-button:hover, 
a.link-button:active , 
a.link-button:focus{
    color: #000;
    background-color: #fff;
    text-decoration:none;
	transition: all 0.8s;
}

/***************************************************/

.mehr-button, 
a.mehr-button, 
a.mehr-button:link, 
a.mehr-button:visited, 
a.mehr-button:link:visited, 
a.mehr-button:link:visited {
	display:inline-block;
	margin-top: 20px;
    padding: 7px 41px 7px 41px;
    color: #fff;
	font-family: 'Raleway-Regular', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 0px solid #fff;
    background-color: #4a4145;
    cursor: pointer;
}

.mehr-button:hover, 
.mehr-button a:active, 
.mehr-button a:hover, 
.mehr-button a:focus,
a.mehr-button:hover, 
a.mehr-button:active {
    background-color: #5f5558;
    text-decoration:none;
}

/***************************************************/

footer {
  	width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top:120px;
	margin-bottom:0px;
	color:#fff;
	background-color: var(--textfarbe);
}

.footer {
    width: calc(100% - 160px);
	max-width: var(--maxwidth_footer);
    margin: 0px;
	margin-left: auto;
    margin-right: auto;
    padding: 40px 80px 80px 80px;
}
@media only screen and (max-width:980px) {
	.footer {	
		width: calc(100% - 80px);
		padding: 40px 40px 40px 40px;
	}
}

.footer img {
	width:160px;
	height:auto;
	margin-bottom:11px;
}

.footer p,
.footer a {
	color: #fff; 
}

.footer .footer-links a {
	display:block;
}
@media only screen and (max-width:600px) {
	.footer .footer-links a {
		display:inline-block;
		padding: 0px 15px 0px 15px;
	}
}


/*** Modal-Popup: Infobox *************************/

.infobox {
	z-index:299;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	xbackground:rgba(0,0,0,0.65);
}
.infobox-inner {
    position: relative;
    width: 460px;
    margin: 0px auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:15%;
    padding: 80px;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 616px) {
	.infobox-inner {
		width: calc(100% - 100px);
		margin-left:20px;
		margin-top:120px;
		padding: 60px 30px;
	}
}

.infobox-text {
    color: #fff;
	font-size: 26px;
	line-height: 32px;
}
@media only screen and (max-width: 616px) {
	.infobox-text {
		font-size: 20px;
		line-height: 26px;
	}
}


/***** Kontaktform  ********************************/

.kontakt-container {
	position:relative;
	width:100%;
	padding: 20px 0px 0px 0px;
}
@media only screen and (max-width:980px) {
	.kontakt-container {
		padding: 0px 0px 0px 0px;
	}
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
}
textarea {
    overflow: auto;
	padding:0;
}
button, select {
    text-transform: none;
}
input {
    line-height: normal;
}
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer;
}
.kontakt-container select, 
.kontakt-container input, 
.kontakt-container fieldset, 
.kontakt-container textarea {
    height: 34px;
    margin-bottom: 20px;
    float: left;
    display: block;
    border: 1px solid #333;
}

.kontakt-container label {
    clear: left;
    float: left;
    display: block;
    width: 100px;
    margin-top: 8px;
    margin-left: 0px;
	font-weight: normal;
}
@media only screen and (max-width:600px) {
	.kontakt-container .label-checkbox {
		clear: both;
		width: 100%;
	}
}

.kontakt-container .label-checkbox {
    width: 640px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0px 10px 0px;
}
@media only screen and (max-width:700px) {
	.kontakt-container .label-checkbox {
		width: 540px;
	}
}

.checkbox  {
    width: 36px;
	height: 22px !important;
	text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	margin-left: -10px !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
}
.kontakt-container select.default, 
.kontakt-container input.default {
    width: 430px;
}
.kontakt-container select, 
.kontakt-container input {
    margin-left: 10px;
    padding-left: 10px;
	outline: none;
}
.kontakt-container textarea {
    width: 430px;
    height: 160px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
	outline: none;
    resize: both;
}
@media only screen and (max-width:600px) {
	.kontakt-container select.default, 
	.kontakt-container input.default {
		clear: both;
		width: 100%;
	}
	.kontakt-container select, 
	.kontakt-container input {
		margin-left: 0px;
	}
	.kontakt-container textarea {
		clear: both;
		width: 100%;
		margin-left: 0px;
	}
}
.kontakt-container .button-submit {
    height: auto;
    margin-top: 20px;
    padding: 12px 24px 12px 24px;
	font-family: 'Raleway-Bold', sans-serif, Arial, Helvetica;
    color: #fff;
	font-size:16px;
	line-height: 21px;
	text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #000;
}

.stern {
	font-size:26px;
}

.meinfeld {
	display:none;
}

.kontakt-gesendet {
	margin-bottom:0px;
	padding:14px;
	font-size:14px;
	line-height:22px;
    border: 0px solid #ffdd00 !important;
    background-color: #ffdd00;
}


/******************************************************/

.tab-fehler {
	margin: 10px 0px 16px 0px;
	padding: 10px 10px 10px 10px;
    background: #dd0000;
	clear: left; 
}

.tab-ok {
	margin: 6px 0px 16px 0px;
	padding: 10px 10px 10px 10px;
    background: #73a98d;
	clear: left; 
}

.fehler {
	color: #fff;
	font-size: 16px;
	line-height:22px;
	font-weight: 500; 
}

.fehler-txt {
	color: #dd0000;
}

form .has-error {
  	border: 1px solid #dd0000;
}

label span .has-error {
    border: 1px solid #dd0000;	
}


/***************************************************/

.smartphone-an {
	display:none;
}
.smartphone-aus {
	display:block;
}
@media only screen and (max-width:600px) {
	.smartphone-an {
		display:block;
	}
	.smartphone-aus {
		display:none;
	}
}

/***************************************************/
