@charset "utf-8";
/* CSS Document */


body{
	background:#fff;
	margin:0;
	padding:0;
	color:#333;
	width:100%
	font-size: 0.94em; // oder
    font-size: 94%;
}



#wrapper{
	width:80%;
	padding-left:10%;
}

#header{
	padding-top:30px;
	margin-bottom:30px;
	float:left;
	background:#fff;
	width:100%;
	
}

#header i {
font-size: 34px;
color: #999;
margin-left: 40px;
display: inline;
line-height: 40px;
padding-left: 1%;
}

#header ul li {
font-family: 'Open Sans', sans-serif;
padding-right: 2px;
position: relative;
display: inline-block;
font-size: 14px;
}



#logo{
	float:left;
}

#top-info {
		float:right;
		margin-right:3%;
		margin-top:35px;
}



#top-info span{
		color:#999
}

#top-info li{
	float:left;
	list-style:none;	
}

.infotxt{
	padding-left:5px;
}

#navigation{
	height:50px;background:#ce187d;
}

#navigation > a
    {
        display: none;
    }

.menu{
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 50px;
	background:#ce187d;
}

.menu li{
	list-style:none;
	padding:5px 30px 5px 10px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}

.menu li:first-child{
	margin-left:60px;
}

.menu li a{
	color:#fff;
	text-decoration:none;
}

.menu li a:hover{
	text-decoration:underline;
}

#content{
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
}

#inhalt{
	font-family: 'Open Sans', sans-serif;
	padding: 20px 0 20px 0;
}

#inhalt h3{
	background:#244c77;
	color:#fff;
	padding:10px 0 10px 0;
	text-indent:30px;
	font-weight:normal;
}

#inhalt li{
  margin-bottom:5px;
}


/**************Anfang Content links*****************************/
#content-links{
	/*padding-right: 280px;*/
	position: relative;
	width:100%;
}

#gallery {
    width: 48.5%;
	padding-left:1.5%;
    float: left;
    margin-bottom: 40px;
    margin-top: 30px;
	
}

#BigPicContainer{
	 height: 500px;
    text-align: center;
    font: 0/0 a;
    vertical-align: middle;
    margin-bottom: 10px;
	float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-top: 40px;
}



#BigPicContainer::before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

#BigPic {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
#BigPic img {
    width: auto;
    max-width: 95%;
    max-height: 500px;
    vertical-align: middle;
}

.galleryNav {
    text-align: center;
}

.galleryThumbContainer {
    display: inline-block;
    margin-right: 1%;
    width: 22%;
    height: 90px;
    text-align: center;
    font: 0/0 a;
    vertical-align: middle;
}

.galleryThumbContainer::before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.galleryThumb {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.galleryThumb img {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 100%;
    vertical-align: middle;
}

#body-head{
    clear: none;
    float: left;
    width: 48.5%;
	padding:60px 1.5% 0 0;
}

#body-head h1, #body-head h3 {
    position: relative;
    left: -2px;
    margin-top: 10px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: dimgrey;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#body-head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

#body-head p, #body-head ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
}

#kurzbeschreibung{
	margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
	margin-bottom: 60px;
}

#body-head a{
	text-decoration:none;
	font-size:15px;
	height: 50px;
	line-height: 50px;
}

#ebayplus{
	width:auto;
	height:auto;
}

#ebayplus img{
	width:100px;
}
#sofortkauf{
	height:auto;
    padding: 0 0px;
    margin-left: 40px;
    margin-right: 40px;
    width:33%;
	font-family: 'Open Sans', sans-serif;
}

#btn-sofort{
	font-size:15px;
	text-decoration:none;
	background:#ce187d;
	color:#fff;
	text-transform:uppercase;
	
}

#btn-sofort:hover{
	filter: alpha(opacity=90); // IE 5-7
  	opacity: 0.9;
	background:#244c77;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;

}

#btn-sofort:before{
	content:"\f07a";
	font-family:FontAwesome;
	padding:0 8px 0 8px;
	font-size:24px;
	top:3px;
	position:relative;
	
}


/**************Ende Content links*****************************/

/**********************Artikelbeschreibung***************/

#tabcontainer{
	width:98%;
	padding-left:1%;
	padding-right:1%;
}
#tab2, #tab3, #tab4, #tab5 {
    display:none;
}

.tablinks li {
    float: left;
    width: 50%;
    height: 35px;
    background-color: #EFF0EB;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.tablinks {
    width: 100%;
    height: 70px;
    padding: 0;
    list-style: none;
}

.tablinks li:hover{
	background:#244c77;
	color:#fff;
	cursor:pointer;
}

.tablinks li span {
    width: 100%;
    height: 35px;
    background-color: #244c77;;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding-top: 10px;
}

.tablinks li a {
    width: 100%;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
	text-decoration:none;
}


.akt:after{
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #244c77;
  position: relative;
  content: "";
  top:8px;
  
}

.tabContent {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #333;
    text-align: left;
    line-height: 1.5;
	top:500px;
}

.tabContent h3 {
	font-size:14px;
}

.tabContent h2 {
	font-size:16px;
}





/***Content Animation**************************/
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
/*! animation-duration: 1s; */
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(10px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(10px)
}
100% {
opacity: 1;
-moz-transform: translateX(0)
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(10px)
}
100% {
opacity: 1;
-o-transform: translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(10px)
}
100% {
opacity: 1;
transform: translateX(0)
}
}


	
/*************************Ende Content Animation*************/


#auszeichnungen {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-color: #244c77;
    margin: 30px 0 0 0;
}

.auszeichnungen-container {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#auszeichnungen h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.ablock {
    width: 20%;
    min-height: 370px;
    padding: 0 1%;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.kreis{
    width: 76px;
    height: 76px;
    border-radius: 500px;
    background-color: #244c77;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -38px;
}

.kreis i {
    color: #ffffff;
    font-size: 36px;
    margin-top: 20px;
}

.ablock h2 {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ablock h2:hover {
  color:#ce187d;
}
.ablock p {
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #666666;
}

/***************************************Footer***************************/

#footer {
    width: 100%;
    height: 300px;
    /*background-color: #fff;*/
	background-color:#e8e8e8;
    margin-top: 0px;
    padding-top: 25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

#footer p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#footer span{
	width:100%;
	text-align:center;
	display:inline-block;
	font-size:12px;
	padding-top:7px;
	
}

.fblock {
	width: 20%;
   	height:300px;
    padding: 0 1%;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-right: 2%;
	position:relative;
}
.fblock h2{
    width: 100%;
    border-bottom: 2px solid #244c77;
	color:#244c77;
	
}

.footerlist {
    color: #333;
    list-style: none;
    padding: 0;
    margin-top: 22px;
    color: #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
}

.footerlist li {
    padding-bottom: 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #333;
}

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

#logo{
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

#top-info{
	float:none;
	
	margin:0 auto;
	
	}

.fblock {
    width: 23%;
}

.ablock{
	width:22%;
}



}



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

#wrapper{
	width:98%;
	padding-left:0;
}
#logo img{
	/*height:120px;*/
	width:90%;
}

#tab1, #tab2{
	font-size:28px !important;
}

.infotxt {
    width: 28.6% !important;
}

#header i {
   	font-size:34px;
    margin-left: 0px;
}

#header ul li {
	font-size:24px;
    width: 3.6%;
}
    


#navigation{
	height:100px;
}


.tablinks li {
 
    height: 80px;
	line-height:70px;
	font-size:28px;
    
}

.tablinks li span {
    height: 80px;
	font-size:28px;
   
}

.tabContent {
	padding-top:25px;
	font-size:16px;
}

.tabContent p span{
	font-size:16px !important;
}

.akt::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 28px solid #244c77;
    }


.kreis {
    width: 106px;
    height: 106px;
    border-radius: 500px;
    top: -53px;
}

.kreis i {
    font-size: 48px;
    margin-top: 30px;
}
.ablock{
	width:80%;
	min-height:0;
	height:400px;
	border-radius:20px;
}

.ablock p {
    font-size: 25px;
}

.ablock h2 {
    font-size: 30px;
}

.fblock {
    width: 26%;
}

#navigation{
	width:100%
}

.menu{
	padding: 0;
	width:100%;
	line-height:80px;
}

.menu li{
	padding:0;
	width:24%;
	border:0;
	font-size:24px
}

.menu li:first-child{
	margin-left:0;
}
.menu li a{
	width:100%;
}

#navigation
    {
        position:relative;
    }


#navigation > a
        {
			font-size:48px;
			line-height:100px;
			text-decoration:none;
			color:#fff;
			padding:0 0 0 40px;
			height: 100px;
			background: #244c77;
			width: 90px;
        }
		
#navigation > a > i
        {
			line-height:100px;
		}
		
#navigation:target > a:last-of-type{
	width:auto;
	font-size:60px;
	text-align:center;
	padding:0;
}
#navigation:not( :target ) > a:first-of-type,
#navigation:target > a:last-of-type
        {
            display: block;
			top:300px;
			line-height:100px;
        }
 
    /* first level */
 
#navigation > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		
    }
        #navigation:target > ul
        {
            display: block;
			z-index:1;
        }
        #navigation > ul > li
        {
            width: 100%;
            float: none;
			text-align:center;
			font-size:36px;
			
        }

#gallery{
	width:90%;
	padding-left: 5%;
}

#galleryThumb img{
	max-height:160px;
}

#BigPicContainer {
   border:none;
}

#body-head{
	width:100%;
	padding: 10px 0 0 0;

}

#kurzbeschreibung {
    padding-top: 0px;
    width: 90%;
    padding-left: 5%;
    margin-left: 0;
}
#body-head h1{
    font-size:28px;
    font-weight: 400;
    color: dimgrey;
}

#body-head h2 {
    font-size: 18px;
	float:left;
	float: left;
    width: 50%;
}
   


#body-head p {
    font-size: 22px;
   
}

#body-head a {
    height: 80px;
    line-height: 80px;
}

#sofortkauf{
	
    margin:0 auto;
	width:280px;
	padding-bottom:50px;
    
}

#btn-sofort{
	font-size:24px;
}


#btn-sofort:before{
	padding:0 8px 0 8px;
	font-size:40px;
	top:3px;
	position:relative;
	
}

#tabcontainer {
    width: 90%;
    padding-left: 5%;

}

#auszeichnungen {
    width: 90%;
    margin: 30px auto 0 auto;
}
.fblock{
	width:100%;
	padding:0;
	margin:0;
	border:1px solid #d9d9d9;
	margin-bottom:30px;
	height:350px;
}

.fblock h2{
	width: 60%;
	border-bottom: 2px solid #244c77;
	color: #244c77;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-size:16px;
}
.fblock:first-child{
	display:none;
}

#footer{
	width:90%;
	padding-left:5%;
	background-color:#fff;
}

#footer span{
	font-size:14px;
}

#footer p{
	font-size:30px;
}

.footerlist li {
    padding-bottom: 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
	color: #333;
}
}

@media screen and (max-device-width : 360px)  { 

#top-info {
		display:none !important;
}

.fblock h2{
	font-size:28px !important;
}

.tabContent{
	font-size:16px !important;
}
}

 