@CHARSET "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
	width: 100%;
	scroll-behavior: smooth;
}

#it--header,
#it--footer {
	position: relative;
}
.it--wrapper,
.pagecontainer {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.pagecontainer {
	max-width: 100%;
}

.it-clearfix {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.it--logo {
	background-repeat: no-repeat;
	display: block;
}

.it--banner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#it--content {
	width: 100%;
	overflow: hidden;
}
#it--content .left {
	float: left;
	width: 40%;

}
#it--content .right {
	float: right;
	width: 40%;
}



/* Listing-Title */
.title {
	font-size: 20px;
  color: black;
}

.stBadge-accent,
td#CentralArea div.v4stabl,
td#CentralArea span.pdmt:first-child,
.r3_t, .r3_t b, .r3_bl, .r3_bl b,
.cmpBr,
span.pdmt img,
span.pdmt .label,
.itemseparator,
.mi {
    display: none;
}

td {
	background-size: 0 0;
}

td > img {
	height: 0px;
	width: 0px;

}

table.v4clp li {
	padding-top: 0;
}

table.pgbc {
	border: none;
	background: none;
}

table.pgbc,
td#CentralArea div.dynpg,
.r3_cm,
.rs-pview {
	padding: 0 !important;
}
.center-img-responsive {
	max-width: 100%;
	height: auto;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 10px;
}

.container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Tabs mit radio-Buttons */

.tabbed {
	padding: 0 15px 0 15px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.tabbed figure {
   display: block;
   margin-left: 0;
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 15px;
  width: 100%;
  border: 1px solid #558203;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  background: #ffffff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
	box-shadow: 0px 0px 3px #98B145;
	vertical-align: top;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4 { display: block; }

nav label {
   float: left;
	 font-size: 10px;
   padding: 10px 10px;
   border-top: 1px solid #558203;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
   border-right: 1px solid #558203;
   background: #ffffff;
   color: black;
	 margin-bottom: 0px;
	 transition: all 0.5s;
}

nav label:nth-child(1) { border-left: 1px solid #558203; }
nav label:hover { background: #558203; color: white; }
nav label:active { background: #558203; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"] {
  background: #558203;
  color: #ffffff;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #558203;
  left: 0;
  bottom: -1px;
}

/*Listing-Buttons*/
div .buttons {
	max-width: 100%;
	padding: 0 15px 0 15px;
	overflow: hidden;
}

.button {
  border-radius: 4px;
  background-color: #558203;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  width: 46%;
  transition: all 0.5s;
  cursor: pointer;
	float: left;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



/* Infoboxen */
.boxes {
	padding: 0 15px 0 15px;
}

 .box1 {
	 border-radius:5px;
	 background: #ffffff;
	 width: 100%;
	 border: 1px solid #558203;
	 color: #558203;
	 box-shadow: 0px 0px 3px #558203;
	 padding: 5px;
	 text-align: center;
	 position: relative;
	 margin-top: 20px;
	 overflow: hidden;

}

.box2 {
	border-radius:5px;
	background:#ffffff;
	width: 100%;
	border: 1px solid #558203;
	color: #558203;
	box-shadow: 0px 0px 3px #558203;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
}


ul {
	list-style-type: none;
}



/* Cross-Selling*/
.cross-overall {
	margin-top: 20px;
	overflow: hidden;
}
.card {
  border: 1px solid #558203;
  transition: 0.3s;
  width: 23%;
	height: auto;
	margin-top: 10px;
  margin-bottom: 10px;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 200;
	float: left;
	min-height: 290px;
}

.card:hover {
    box-shadow: 0 0px 8px 0 #558203;
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.crosscontainer {
	text-align: left;
    padding: 2px 16px;
}

.card img {
	display:block;
	margin:auto;
	max-width: 80%;
	height: 140px;
	padding: 10px;
}

.cross-selling {
	width: 100%
	padding: 0 20px 0 20px;
}


h11 {
	font-size: 16px;
	font-weight: bold;
	color: #558203;
	overflow: hidden;
	padding-top: 15px;
}

/* mobileDescription */

.mobile-description {
  color: #558203;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 320px)
  and (max-width: 479px) {
    html {
      scroll-behavior: smooth;
    }

    body {
      width: 100%;
      scroll-behavior: smooth;
    }

    #it--header,
    #it--footer {
      position: relative;
    }
    .it--wrapper,
    .pagecontainer {
      position: relative;
      margin: 0 auto;
      overflow: hidden;
    }
    .pagecontainer {
      max-width: 100%;
    }

    .it-clearfix {
      clear: both;
      overflow: hidden;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
    }
    .it--logo {
      background-repeat: no-repeat;
      display: block;
    }

    .it--banner {
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100% auto;
    }

    #it--content {
      width: 100%;
      overflow: hidden;
    }
    #it--content .left {
      float: left;
      width: 100%;
      margin-top: 10px;

    }
    #it--content .right {
      float: right;
      width: 100%;
    }



    /* Listing-Title */
    .title {
      font-size: 20px;
      color: black;
    }

    .stBadge-accent,
    td#CentralArea div.v4stabl,
    td#CentralArea span.pdmt:first-child,
    .r3_t, .r3_t b, .r3_bl, .r3_bl b,
    .cmpBr,
    span.pdmt img,
    span.pdmt .label,
    .itemseparator,
    .mi {
        display: none;
    }

    td {
      background-size: 0 0;
    }

    td > img {
      height: 0px;
      width: 0px;

    }

    table.v4clp li {
      padding-top: 0;
    }

    table.pgbc {
      border: none;
      background: none;
    }

    table.pgbc,
    td#CentralArea div.dynpg,
    .r3_cm,
    .rs-pview {
      padding: 0 !important;
    }
    .center-img-responsive {
      max-width: 100%;
      height: auto;
    }

    .img-responsive {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
      margin-left: auto;
      margin-right: 10px;
    }

    .container {
        width: 90%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    /* Tabs mit radio-Buttons */

    .tabbed {
      padding: 0 15px 0 15px;
      max-width: 100%;
      height: auto;
      overflow: hidden;
    }

    .tabbed figure {
       display: block;
       margin-left: 0;
       clear: both;
    }

    .tabbed > input,
    .tabbed figure > div { display: none; }

    .tabbed figure>div {
      padding: 15px;
      width: 100%;
      border: 1px solid #558203;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      background: #ffffff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444;
      box-shadow: 0px 0px 3px #558203;
      vertical-align: top;
    }

    #tab1:checked ~ figure .tab1,
    #tab2:checked ~ figure .tab2,
    #tab3:checked ~ figure .tab3,
    #tab4:checked ~ figure .tab4 { display: block; }

    nav label {
       float: left;
       font-size: 10px;
       padding: 10px 10px;
       border-top: 1px solid #558203;
       border-top-left-radius: 5px;
       border-top-right-radius: 5px;
       border-right: 1px solid #558203;
       background: #ffffff;
       color: black;
       margin-bottom: 0px;
       transition: all 0.5s;
    }

    nav label:nth-child(1) { border-left: 1px solid #558203; }
    nav label:hover { background: #558203; color: white; }
    nav label:active { background: #558203; }

    #tab1:checked ~ nav label[for="tab1"],
    #tab2:checked ~ nav label[for="tab2"],
    #tab3:checked ~ nav label[for="tab3"],
    #tab4:checked ~ nav label[for="tab4"] {
      background: #558203;
      color: #ffffff;
      position: relative;
      border-bottom: none;
    }

    #tab1:checked ~ nav label[for="tab1"]:after,
    #tab2:checked ~ nav label[for="tab2"]:after,
    #tab3:checked ~ nav label[for="tab3"]:after,
    #tab4:checked ~ nav label[for="tab4"]:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #558203;
      left: 0;
      bottom: -1px;
    }

    /*Listing-Buttons*/
    div .buttons {
      max-width: 100%;
      padding: 0 15px 0 15px;
      overflow: hidden;
    }

    .button {
      border-radius: 4px;
      background-color: #558203;
      border: none;
      color: #FFFFFF;
      text-align: center;
      font-size: 16px;
      padding: 10px;
      width: 46%;
      transition: all 0.5s;
      cursor: pointer;
      float: left;
      margin-bottom: 30px;
      margin-left: 2%;
      margin-right: 2%;
    }

    .button span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

    .button span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }

    .button:hover span {
      padding-right: 25px;
    }

    .button:hover span:after {
      opacity: 1;
      right: 0;
    }



    /* Infoboxen */
    .boxes {
      padding: 0 15px 0 15px;
    }

     .box1 {
       border-radius:5px;
       background: #ffffff;
       width: 100%;
       border: 1px solid #558203;
       color: #98B145;
       box-shadow: 0px 0px 3px #558203;
       padding: 5px;
       text-align: center;
       position: relative;
       margin-top: 20px;
       overflow: hidden;

    }

    .box2 {
      border-radius:5px;
      background:#ffffff;
      width: 100%;
      border: 1px solid #558203;
      color: #98B145;
      box-shadow: 0px 0px 3px #558203;
      margin-top: 20px;
      padding: 5px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }


    ul {
      list-style-type: none;
    }



    /* Cross-Selling*/
    .cross-overall {
      margin-top: 20px;
      overflow: hidden;
    }

    .card {
      border: 1px solid #558203;
      transition: 0.3s;
      width: 45%;
      height: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: 1%;
      margin-left: 3%;
      padding-top: 10px;
      font-size: 12px;
      font-weight: 200;
      float: left;
      min-height: 310px;
    }

    .card:hover {
        box-shadow: 0 0px 8px 0 #558203;
        cursor: zoom-in;
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
    }

    .crosscontainer {
      text-align: left;
        padding: 2px 16px;
    }

    .card img {
      display:block;
      max-height:inherit;
      max-width: inherit;
      padding: 10px;
    }

    .cross-selling {
      width: 100%
      padding: 0 20px 0 20px;
    }


    h11 {
      font-size: 16px;
      font-weight: bold;
      color: #558203;
      overflow: hidden;
      padding-top: 15px;
    }

    /* mobileDescription */

    .mobile-description {
      color: #558203;
      margin-top: 20px;
      margin-bottom: 20px;
    }


}
