@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,700,800,100);

body {
	color:#000;
	font-family: "Raleway";
	font-size: 16px;
}

.topwrap {
	background:#313131;
	position: fixed;
	top: 0;
	z-index: 100;
	height: 125px;
	width: 100%;
}
h1 {
	margin: 70px 0 30px;
}
h1 strong {
	font-weight: normal;
	color: #e30613;
}
h2 {
	font-size: 36px;
	margin: 0 0 30px 0;
}
h2 strong {
	font-weight: normal;
	color: #e30613;
}
a,
a:hover {
	color: #E30613;
}

.logo {
	float: left;
	margin-top:30px;
}

.logo img {
    height: auto;
    width: 454px;
}

ul,ol {
	margin-bottom:0;
	padding:0;
}

@keyframes jumping{
	0% { transform: translate(0px, 3px);}
	50% { transform: translate(0px, -5px); }
	100% { transform: translate(0px, 3px); }
}

@-moz-keyframes jumping{
	0% { transform: translate(0px, 3px);}
	50% { transform: translate(0px, -5px); }
	100% { transform: translate(0px, 3px); }
}

@-webkit-keyframes jumping {
	0% { -webkit-transform: translate(0px, 3px);}
	50% { -webkit-transform: translate(0px, -5px); }
	100% { -webkit-transform: translate(0px, 3px); }
}

.jumping {
	animation-name: jumping;
	animation-duration: 1s;
	transform-origin:50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
	-moz-animation-name: jumping;
	-moz-animation-duration: 1s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-webkit-animation-name: jumping;
	-webkit-animation-duration: 1s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}

.mainmenu > li {
	float:left;
	list-style: none;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 105px;
}

.mainmenu > li.last {
	background:none;
}

.mainmenu > li a {
	color: #FFF;
	display: inline-block;
	padding: 0px 45px 0 0;
	margin-right: 70px;
	position: relative;
}



.mainmenu > li a span {
  background: url(../../images/2.0/pfeil-unten.png) no-repeat right center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  margin-left: 20px;
  margin-top: 45px;
  width: 28px;
}

.mainmenu > li ul {
	display: none;
	position: absolute;
	background:#ccc;
	padding:10px;
	min-width: 155px;
}

.mainmenu > li ul li {
	line-height: 1.2;
	list-style: none;
	margin:0;
	padding:0;
}

.mainmenu > li ul li a {
	color: #224E6A;
	padding:3px 14px;
	background:none;
}

.slider {
	margin-top:40px;
}

footer.main {
	text-align: center;
	background: #313131;
	font-size: 14px;
	padding:10px 0px 10px 0px;
	bottom:0;
	width:100%;
	margin-top:30px;
	line-height: 40px;
}

footer.main .impressum {
	float:right;
}
	
footer.main .copryright {
	float: left;
	text-align: left;
}

footer p {
	margin-bottom: 0;
}
footer a {
	color: #FFF;
}

.content {
	padding-bottom:36px;
}

.content li {
	margin-left:20px;
}

.content .slider li {
	margin-left:0;
}

#c82 {
	margin-top: 80px;
}

.responsiveimg {
	margin-bottom: 10px;
}
.responsiveimg img {
	max-width: 100%;
	height:auto;
}
#uid-3 .content .csc-default {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.gotcolors {
	z-index: 1;
}

.kontakt {
    font-size: 21px;
    line-height: 125px;
    text-align: right;
}
.kontakt span {
	cursor: pointer;
}
.kontakt img {
	margin: -4px 0 0 2px;
}
.kontaktdetail {
	position: absolute;
	right: 0;
	width: 340px;
	height: 0;
	overflow: hidden;
}
.content .csc-textpic-text li {
	line-height: 50px;
	font-size: 24px;
	color: #e30613;
	list-style-type: square;
}
.content .csc-textpic-text li strong {
	color: #FFF;
	font-weight: normal;
}

.kataloge {
	background: #313131;
	padding: 30px;
}
.katalog {
	display: inline-block;
	color: #FFF;
	padding: 15px 70px 15px 20px;
	margin: 5px 0 5px 20px;
	background: #1d1d1b url(../../images/plus.png) right center no-repeat;
}
.katalog:hover {
	color: #FFF;
}

@media (min-width: 480px) {

}


@media (min-width: 768px) {
	
}


@media (min-width: 992px) {
	footer.main {
		
	}
}


@media (min-width: 1200px) {

}