/* Konfigurator*/

.selected {border:4px solid #0080C9;}
.select-img { 
   max-width:100%; 
   cursor:pointer;
}
.main-img { max-width:500px; margin:0 auto}
.stephead {padding-top:10px;}
.lasthead { text-align:center; margin-top:3rem}
.productdesc {max-width:500px; margin:2rem auto 0 auto;}
.productdesc ul{padding-left:1.5rem !important;}
.feldname{padding-top:10px;}

.selectbox {position: relative;
  display: inline-block;
  overflow: hidden;}
.selectbox > label {text-align:center; color:#0080C9; font-size:1.125rem; font-weight:400;  margin:0;}
.formfield label {float:left; padding: 5px 1rem 5px 0; }
.formfield input {padding:5px; width:80%}
.formarea {padding:5px; width:100%}
.selectbox .formfield {overflow:hidden; width:100%; margin-top:1rem; }
/*.wrapper {width:25%; float:left;}*/
.powermail_fieldwrap_konfigurationhtml {
	width:100% !important; 
	max-width:100% !important;   	
    display:flex !important; 
	flex-wrap: wrap;
	justify-content: space-around; }
.zoom {position:absolute; z-index:20; right:0; top:0; color:#fff; padding:10px 12px; background:rgba(0,128,201,0.7); }	

/*
.konf a[data-fancybox]:hover:after, .konf a[data-fancybox]:focus:after,
.selectbox a[data-fancybox]:hover:after, .selectbox a[data-fancybox]:focus:after{
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  content: "\f00e";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #777E84;
  text-align: center; border:2px solid red;
}*/


.wizard > .content > .body input {
    display: block;	
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"],
.wizard > .content > .body input[type="radio"]{
    border: 0;
    height: auto;
    display: inline-block;
    width: auto;
    vertical-align: baseline;
    margin: 0.5rem 0 0 0;
}

.wizard > .content > .body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: block;
    margin-bottom: 0;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.wizard > .content > .body .selectboxwrap {	
    display:flex; 
	flex-wrap: wrap;
	justify-content: space-around;  
	}
.wizard > .content > .body .selectboxwrap2 {	
    display:flex; 
	justify-content: space-between; 
	}	
.wizard > .content > .body .selectbox {
	display: flex;
	flex-direction: column;
	align-items:center;
	border:1px solid #4CA6D9;
	padding-bottom:1rem;
}
.wizard > .content > .body .se-2,
.wizard > .content > .body .se-1  {
	width:40%;
}
.wizard > .content > .body .se-3 {
	width:30%;
}
.wizard > .content > .body .se-4,
.wizard > .content > .body .se-8{
	width:22%;
	margin-bottom:2%;
}
.wizard > .content > .body .se-5,
.wizard > .content > .body .se-10{
	width:24%;
	margin-bottom:2%;
}
.wizard > .content > .body .se-6,
.wizard > .content > .body .se-12{
	width:30%;
	margin-bottom:2%;
}

/* Bilder auf der Ausgabeseite */	
.wizard > .content > .body .wr-2 {
	width:40%;
}
.wizard > .content > .body .wr-4 {	
	width:30%;
}
.wizard > .content > .body .wr-6, 
.wizard > .content > .body .wr-12,
.wizard > .content > .body .wr-24,
.wizard > .content > .body .wr-26{
	width:22%;
	margin-bottom:2%;
}
.wizard > .content > .body .wr-8, 
.wizard > .content > .body .wr-14,
.wizard > .content > .body .wr-16,
.wizard > .content > .body .wr-32{
	width:24%;
	margin-bottom:2%;
}
.wizard > .content > .body .wr-10, 
.wizard > .content > .body .wr-20,
.wizard > .content > .body .wr-30,
.wizard > .content > .body .wr-28{
	width:18%;
	margin-bottom:2%;
}




/* Steps */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 16.666667%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1.25em 0 1.25em 2.5em;
	font-weight:500;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
   background: url(../Images/step_normal.png) no-repeat;
    color: #777E84;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: url(../Images/step_current.png) no-repeat;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: url(../Images/step_half.png) no-repeat;
    color: #777E84;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #fff;
    display: block;
    margin: 0.5em;
    min-height:5em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body{
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5% 0; 
}
.wizard > .content > .body h3{ color: #0080C9; font-weight:700; font-size:2rem; }

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #0080C9;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}
@media screen and (max-width: 1024px) {
.wizard > .steps > ul > li{ width: 20%;}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
   background: url(../Images/step_normal.png) no-repeat;
    background-size: 90%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: url(../Images/step_current.png) no-repeat;
    background-size: 90%;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: url(../Images/step_half.png) no-repeat;
    background-size: 90%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0.875em 0 0.875em 2.5em;
}


}

@media screen and (max-width: 800px) {
.wizard > .steps > ul > li{ width: 20%;}
.selectbox > label {
    text-align: center;
    color: #0080C9;
    font-size: 1rem;
}
.wizard > .content > .body h3 {
    color: #0080C9;
    font-weight: 700;
    font-size: 2rem;
	line-height:3rem;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background-size: 95%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background-size: 95%;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background-size: 95%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0.5em 0 0.75em 2em;
}


}

@media screen and (max-width: 600px) {
.konf {overflow:hidden;}
.main-img {
	height: auto;
    width: auto;
    max-width: 100%;
}

.wizard > .content > .body h3 {
    color: #0080C9;
    font-weight: 700;
    font-size: 1.5rem;
	line-height:2rem;
}
.wizard > .steps > ul > li{ width: 20%;}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background-size: 100%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background-size: 100%;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background-size: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0.25em 0 0.5em 1.5em;
}
.wizard > .content > .body .se-1,
.wizard > .content > .body .se-2,
.wizard > .content > .body .se-3,
.wizard > .content > .body .se-4,
.wizard > .content > .body .se-5,
.wizard > .content > .body .se-6,
.wizard > .content > .body .se-7,
.wizard > .content > .body .se-8,
.wizard > .content > .body .se-9,
.wizard > .content > .body .se-10,
.wizard > .content > .body .se-11,
.wizard > .content > .body .se-12,
.wizard > .content > .body .se-13,
.wizard > .content > .body .se-14,
.wizard > .content > .body .se-15,
.wizard > .content > .body .se-16,
.wizard > .content > .body .se-17,
.wizard > .content > .body .se-18 {
	width:50%;
	padding:1.5rem;
}

}

@media screen and (max-width: 480px) {
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color:#000;
}	
	
.wizard > .content > .body .se-1,
.wizard > .content > .body .se-2,
.wizard > .content > .body .se-3,
.wizard > .content > .body .se-4,
.wizard > .content > .body .se-5,
.wizard > .content > .body .se-6,
.wizard > .content > .body .se-7,
.wizard > .content > .body .se-8,
.wizard > .content > .body .se-9,
.wizard > .content > .body .se-10,
.wizard > .content > .body .se-11,
.wizard > .content > .body .se-12,
.wizard > .content > .body .se-13,
.wizard > .content > .body .se-14,
.wizard > .content > .body .se-15,
.wizard > .content > .body .se-16,
.wizard > .content > .body .se-17,
.wizard > .content > .body .se-18 {
	width:100%;
}

}


