.shortcode-q_groupe_wrapper,
.widget-q_groupe_wrapper {
margin: 35px auto;
float: none; padding: 0;
overflow: hidden;
box-sizing: border-box;
}
.shortcode-q_groupe_wrapper *,
.widget-q_groupe_wrapper * {
box-sizing: border-box;
}
.shortcode-questions_wrapper,
.widget-questions_wrapper {
position: relative;
}
.shortcode-questions_wrapper #shortcode-anfrageform-the_content,
.widget-questions_wrapper #widget-anfrageform-the_content {
background: rgba(255,255,255,.3);
}
.shortcode-questions_wrapper #shortcode-anfrageform-the_content > *,
.widget-questions_wrapper #widget-anfrageform-the_content > * {
padding: 20px 30px 10px;
}
.shortcode-questions_wrapper #shortcode-anfrageform-the_content .shortcode-q_groupe_title,
.widget-questions_wrapper #widget-anfrageform-the_content .widget-q_groupe_title {
padding: 0;
margin-bottom: 10px;
}
.shortcode-questions_wrapper #shortcode-anfrageform-the_content img,
.widget-questions_wrapper #widget-anfrageform-the_content img {
max-width: 100%;
height: auto;
}
.shortcode-questions_wrapper #shortcode-anfrageform-the_content,
.shortcode-questions_wrapper .shortcode-question_wrapper,
.widget-questions_wrapper #widget-anfrageform-the_content,
.widget-questions_wrapper .widget-question_wrapper {
padding-bottom: 75px;
}
.shortcode-question_wrapper,
.widget-question_wrapper {
background-size: cover;
background-position: center;
min-height: 400px;
}
.shortcode-q_groupe_title,
.widget-q_groupe_title {
font-family: 'Open Sans', sans-serif;
text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.2);
width: 100%;
min-height: 80px;
padding: 20px;
font-size: 2.5em;
line-height: 1.2em;
font-weight: bolder;
text-transform: uppercase;
text-align: center;
position: relative;
}
.shortcode-q_groupe_title .shortcode-q_groupe-nav,
.widget-q_groupe_title .widget-q_groupe-nav {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
height: 60px;
line-height: 58px;
font-size: 2.5rem;
cursor: pointer;
}
.shortcode-q_groupe_title .shortcode-q_groupe-back,
.widget-q_groupe_title .widget-q_groupe-back {
left: 22px;
}
.shortcode-q_groupe_title .shortcode-q_groupe-next,
.widget-q_groupe_title .widget-q_groupe-next {
right: 22px;
}
.shortcode-q_groupe_title .shortcode-q_groupe-disabled,
.widget-q_groupe_title .widget-q_groupe-disabled {
cursor: default;
-ms-filter: "progid:DXImageTransform.widget-Microsoft.widget-Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers,
.widget-question_wrapper ul.widget-q_groupe_answers {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 35px;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
.widget-question_wrapper ul.widget-q_groupe_answers li {
height: 225px;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
list-style: none;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
width: 100%;
padding: 0 15px;
}
@media (min-width: 768px) {
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
.widget-question_wrapper ul.widget-q_groupe_answers li {
width: 50%;
}
}
@media (min-width: 992px) {
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li,
.widget-question_wrapper ul.widget-q_groupe_answers li {
width: 25%;
}
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements {
padding: 6px;
width: 100%;
height: 100%;
border: 6px solid transparent;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
overflow: hidden;
cursor: pointer;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements:hover,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements:hover {
border-color: #9f9f9f;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-elements.shortcode-selected,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-elements.widget-selected {
border-color: #ccc;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-q_groupe_answer-icon,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-q_groupe_answer-icon {
height: 150px;
width: 100%;
background-size: cover 95%;
background-position: center;
background-repeat: no-repeat;
}
.shortcode-question_wrapper ul.shortcode-q_groupe_answers li .shortcode-q_groupe_answer-text,
.widget-question_wrapper ul.widget-q_groupe_answers li .widget-q_groupe_answer-text {
height: 50px;
line-height: 50px;
border-top: rgba(0,0,0,.1) solid 1px;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
}
.shortcode-questions_progress,
.widget-questions_progress {
position: absolute;
bottom: 0;
width: 100%;
height: 68px;
font-family: 'Open Sans', sans-serif;
}
.shortcode-questions_progress-total,
.widget-questions_progress-total {
height: 7px;
width: calc(100% - 80px);
margin: auto;
top: 18px;
right: 0;
left: 0;
position: absolute;
-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
}
.shortcode-questions_progress-progress,
.widget-questions_progress-progress {
float: left;
height: 100%;
text-align: center;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}
div.shortcode-questions_progress-steps,
span.shortcode-questions_progress-percent,
div.widget-questions_progress-steps,
span.widget-questions_progress-percent {
position: relative;
top: 12px;
font-weight: bolder;
font-size: 14px;
line-height: 14px;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}
div.shortcode-questions_progress-steps,
div.widget-questions_progress-steps {
position: absolute;
right: 0;
}
span.shortcode-questions_progress-percent,
span.widget-questions_progress-percent {
top: 20px;
padding: 2px 4px 4px;
border-radius: 3px;
min-width: 56px;
display: inline-block;
}
span.shortcode-questions_progress-percent-triangle,
span.widget-questions_progress-percent-triangle {
position: absolute;
width: 0;
height: 0;
top: -6px;
right: 0;
left: 0;
margin: auto;
border-style: solid;
border-width: 0 5px 6px 5px;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
.shortcode-q_groupe_title, .widget-q_groupe_title {
font-family: 'Open Sans', sans-serif;
text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.2);
width: 100%;
min-height: 80px;
padding: 20px;
font-size: 16px !important;
line-height: 18px !important;
font-weight: bolder;
text-transform: uppercase;
text-align: center;
position: relative;
}
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
.shortcode-question_wrapper ul.shortcode-q_groupe_answers, .widget-question_wrapper ul.widget-q_groupe_answers {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0px !important;
}
}
@media only screen and (min-width: 100px) and (max-width: 950px) {
.shortcode-q_groupe_title .shortcode-q_groupe-nav, .widget-q_groupe_title .widget-q_groupe-nav {
position: absolute;
margin: auto;
top: 54px !important;
bottom: 0;
height: 60px !important;
line-height: 58px;
font-size: 2.5rem;
cursor: pointer;
}
}.anfrage-owl-carousel .anfrage-owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .anfrage-owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.anfrage-owl-carousel .anfrage-owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.anfrage-owl-carousel .anfrage-owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.anfrage-owl-carousel .anfrage-owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.anfrage-owl-carousel .anfrage-owl-item{
float: left;
}
.anfrage-owl-controls .anfrage-owl-page,
.anfrage-owl-controls .anfrage-owl-buttons div{
cursor: pointer;
}
.anfrage-owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.int3rnet.de/wp-content/plugins/anfrageform-1.2/widget/assets/css/grabbing.png) 8 8, move;
} .anfrage-owl-carousel  .anfrage-owl-wrapper,
.anfrage-owl-carousel  .anfrage-owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.anfrage-owl-theme .anfrage-owl-controls{
margin-top: 10px;
text-align: center;
} .anfrage-owl-theme .anfrage-owl-controls .anfrage-owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .anfrage-owl-theme .anfrage-owl-controls.clickable .anfrage-owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .anfrage-owl-theme .anfrage-owl-controls .anfrage-owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.anfrage-owl-theme .anfrage-owl-controls .anfrage-owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.anfrage-owl-theme .anfrage-owl-controls .anfrage-owl-page.active span,
.anfrage-owl-theme .anfrage-owl-controls.clickable .anfrage-owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .anfrage-owl-theme .anfrage-owl-controls .anfrage-owl-page span.anfrage-owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .anfrage-owl-item.loading{
min-height: 150px;
background: url(//www.int3rnet.de/wp-content/plugins/anfrageform-1.2/widget/assets/css/AjaxLoader.gif) no-repeat center center
}