@import "jquery-ui.min.css";
.home {
  image-rendering: -webkit-optimize-contrast;
}
.body-bg {
  overflow: visible !important;
}
.btn-xs {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
}
.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.animation {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.yellow-tooltip + .tooltip > .tooltip-inner {
  background-color: #ffb818;
  opacity: 1;
  font-weight: 600;
}
.yellow-tooltip + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffb818;
}
.yellow-tooltip + .tooltip.top .tooltip-arrow {
  border-top-color: #ffb818;
}
.grey-tooltip + .tooltip > .tooltip-inner {
  background-color: #e6e6e6;
  opacity: 1;
  font-weight: 600;
}
.grey-tooltip + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e6e6e6;
}
.grey-tooltip + .tooltip.top .tooltip-arrow {
  border-top-color: #e6e6e6;
}
.navbar-main > li > a {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}
.navbar-brand {
  position: relative;
  z-index: 1001;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .mobiledetect {
    width: 320px !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Style*/
.row {
  margin-bottom: 25px;
}
.breadcrumb-section {
  margin-bottom: 0;
}
.frame.default {
  margin-top: 0;
}
.frame.nomargins {
  margin-top: 0;
  margin-bottom: 0;
}
.frame.nomargins div[class^="image-"] .row,
.frame.nomargins [class*=" image-"] .row {
  margin-bottom: 0 !important;
}
.frame.fullmargins {
  margin-top: 25px;
  margin-bottom: 25px;
}
.frame.margintop100 {
  margin-top: 100px;
  margin-bottom: 48px;
}
.frame.jumbotron {
  margin-top: 0;
  margin-bottom: 0;
}
.brand-primary {
  color: #ffb818;
}
#content.home {
  background-color: #e6e6e6;
  padding: 60px 0;
}
#content.home h1 {
  color: #205f92;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2;
}
#content.home h1 small {
  font-weight: 200;
  font-size: 48px;
  color: #ffb818 !important;
}
#content.home .bordered {
  border-right: 1px solid #fff;
}
.portfolioteaser {
  position: relative;
}
.portfolioteaser img {
  max-width: 100%;
  height: auto;
}
.portfolioteaser .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #ffb818;
  opacity: 0.4;
}
.portfolioteaser .more:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.portfolioteaser .title {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.portfolioteaser .title a {
  color: #205f92;
}
.bluescreen {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#143366+7,2989d8+41,2989d8+64,0c2356+100 */
  background: #143366;
  /* Old browsers */
  background: -moz-linear-gradient(top, #143366 7%, #2989d8 41%, #2989d8 64%, #0c2356 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #143366 7%, #2989d8 41%, #2989d8 64%, #0c2356 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #143366 7%, #2989d8 41%, #2989d8 64%, #0c2356 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#143366', endColorstr='#0c2356', GradientType=0);
  /* IE6-9 */
  position: relative;
}
.bluescreen h1 {
  color: #fff;
  font-weight: 200;
  font-size: 44px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#comparebox.modal {
  bottom: inherit;
}
#comparebox.modal .btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#comparebox.modal .icon-notepad {
  font-size: 35px;
  line-height: 1;
  vertical-align: middle;
}
#comparebox .modal-body {
  overflow: scroll;
}
.noscroll {
  overflow: hidden;
}
/* Videos*/
.videocontrolerwrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.videocontrolerwrapper .videocontroler {
  margin-top: -34px;
  cursor: pointer;
}
.videolist {
  display: none;
}
.videolist.firstcollection {
  display: block;
}
.paginationnavigation {
  margin-top: 5px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.paginationnavigation span {
  color: #fff;
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
}
.paginationnavigation span.active {
  color: #ffb818;
}
.mainimage {
  transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.blur {
  transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.videos {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
}
.videos .videolist li {
  position: relative;
  z-index: 1;
  padding: 10px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.videos .videolist li.active,
.videos .videolist li:hover.active {
  background-color: #ffb818;
}
.videos .videolist li.active .glyphicon,
.videos .videolist li:hover.active .glyphicon {
  opacity: 1;
}
.videos .videolist li:hover {
  background-color: rgba(255, 184, 24, 0.5);
}
.videos .videolist li:hover .glyphicon {
  opacity: 0.2;
}
.videos .videolist li .glyphicon {
  opacity: 0;
  width: 29px;
  text-align: center;
  margin-left: -33px;
}
.videos li.firstitem {
  padding: 10px 15px 10px 37px;
}
.videos .player {
  position: relative;
  z-index: 1;
}
.videos .ytplayer {
  background-color: #000;
  height: 422px;
  width: 100%;
}
.sm .videos,
.xs .videos {
  position: static;
  height: auto;
}
.sm .videos .col-sm-12,
.xs .videos .col-sm-12 {
  padding: 0 !important;
}
.sm .videos .player,
.xs .videos .player {
  margin-top: 25px;
}
.sm .videos .videoitem:before,
.xs .videos .videoitem:before {
  content: none !important;
}
.opensmvideo .glyphicon {
  color: #ffb818;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: top;
}
.lg .openquotemodal.mobile {
  display: none;
}
.sm .openquotemodal.mobile {
  background: #ffb818 url(img/request.png) 20px center no-repeat;
  background-size: 30px 30px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 350px	;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  margin-right: 0;
  border-right: 0;
  padding-left: 5px;
}
.sm .openquotemodal.mobile.mute {
  right: -40px;
  padding-left: 10px;
}
.openquotemodal.desktop {
  background: #ffb818 url(img/request.png) 16px 12px no-repeat;
  background-size: 30px 30px;
}
.openquotemodal.desktop span {
  display: block;
  width: 100%;
  height: 100%;
}
.openvideobar,
.openconfigurator,
.openquotemodal {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  background-color: #ffb818;
  line-height: 56px;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.openvideobar .glyphicon,
.openconfigurator .glyphicon,
.openquotemodal .glyphicon {
  top: 3px;
  color: #fff;
}
.openconfigurator {
  cursor: pointer;
  border-radius: 30px;
  width: auto;
  padding: 0 25px;
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  font-weight: 700;
}
.openconfigurator .glyphicon {
  -webkit-animation: spin 16s linear infinite;
  -moz-animation: spin 16s linear infinite;
  animation: spin 16s linear infinite;
  top: 2px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.productfooter {
  background-color: #f2f2f2;
  padding: 65px 0;
}
.productfooter [class^="icon-"],
.productfooter [class*=" icon-"] {
  font-size: 84px;
  color: #47474c;
  margin-bottom: 35px;
}
.footeractionheadline {
  text-transform: uppercase;
  color: #47474c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.footeractiondescription {
  margin: 20px 0;
  min-height: 48px;
}
.footeractionbutton a {
  font-weight: 600;
}
/* filter */
.filterbox {
  color: #fff;
  min-height: 180px;
  padding: 10px 0 0;
  text-align: center;
}
.filterbox .title {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 10px;
}
.filterbox .filterselectbutton {
  width: 60%;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 7px;
  margin: 5px auto;
  border-radius: 5px;
  cursor: pointer;
}
.filterbox .filterselectbutton.active,
.filterbox .filterselectbutton:hover.active {
  background-color: #ffb818;
}
.filterbox .filterselectbutton.active .glyphicon,
.filterbox .filterselectbutton:hover.active .glyphicon {
  opacity: 1;
}
.filterbox .filterselectbutton:hover {
  background-color: rgba(255, 184, 24, 0.5);
}
.filterbox .filterselectbutton:hover .glyphicon {
  opacity: 0.2;
}
.finder {
  margin: 75px 0;
}
.filterimage-foldingdirection {
  height: 60px;
  background: url(img/finder_foldingdirection.png) center center no-repeat;
  background-size: contain;
}
.filterimage-foldingpartlength {
  height: 60px;
  background: url(img/finder_foldinglength.png) center center no-repeat;
  background-size: contain;
}
.filterimage-thicknes {
  height: 60px;
  background: url(img/finder_thicknes.png) center center no-repeat;
  background-size: contain;
}
.filterimage-programming {
  height: 60px;
  background: url(img/finder_programming.png) center center no-repeat;
  background-size: contain;
}
.filterimage-automation {
  height: 60px;
  background: url(img/finder_automation.png) center center no-repeat;
  background-size: contain;
}
.filterimage-products {
  height: 60px;
  background: url(img/finder_products.png) center center no-repeat;
  background-size: contain;
}
.filter {
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.filter:nth-child(3n+1) {
  clear: left;
}
.filter:nth-child(2n+0) {
  border-right: none;
}
.filter:nth-last-child(-n+3) {
  border-bottom: none;
}
/* Listview*/
.baseimage {
  height: 250px;
  position: relative;
  background-color: #ffffff;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.baseimage img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
}
.product.listview {
  padding: 10px 10px 0 10px;
  height: 100%;
}
.product.listview h3 {
  text-align: center;
  padding: 15px 0 0;
}
.product.listview h3 a {
  color: #205f92;
  font-size: 25px;
}
.tablerow {
  margin-bottom: 0;
  padding: 6px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.tablerow:nth-child(2n+0) {
  background-color: rgba(230, 230, 230, 0.3);
}
.arrow_box {
  position: relative;
  background: #47474c;
}
.arrow_box:before {
  left: 50%;
  top: 0%;
  margin-top: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #47474c;
  border-width: 10px;
  margin-left: -10px;
}
.flyout {
  display: none;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  text-align: left;
  padding: 15px;
  position: absolute;
  width: auto;
  background: #47474c;
  border-radius: 5px;
  z-index: 99;
  transform: translate(-50%, 0);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.flyout a {
  padding: 4px;
  cursor: pointer;
  display: block;
  color: #fff;
  white-space: nowrap;
}
.flyout a:hover {
  color: #ffb818;
}
.basket-action {
  display: inline-block;
  position: relative;
  font-size: 30px;
  margin: 7px;
  height: 40px;
  color: #47474c;
}
.basket-action:hover {
  color: #ffb818;
}
.basket-action.removefrombasket:hover {
  color: #990000;
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-transition .navbar-main > li > a {
    line-height: 60px;
    height: 60px;
  }
}
a[href="/nc/merkzettel/"] {
  position: relative;
}
.shrink .navbar-brand img {
  width: 50px;
  height: 50px;
}
span.badge {
  background-color: #ffb818;
  color: #fff;
  top: 25px;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  position: absolute;
}
.shrink span.badge {
  background-color: #ffb818;
  color: #fff;
  top: 0px;
  left: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateX(-50%) scale(1);
  position: absolute;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.subnav-wrap {
  margin-top: -44px;
  z-index: 99;
}
.subnav-wrap ul {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.subnav-wrap li {
  background-color: #fff;
  border-top: 1px solid rgba(255, 184, 24, 0.2);
}
.subnav-wrap li a {
  font-weight: 300;
  padding-left: 33px;
  color: #47474c !important;
}
.subnav-wrap li a:hover {
  color: #ffb818;
  background-color: rgba(255, 184, 24, 0.1);
}
.subnav-wrap li a.active,
.subnav-wrap li a:active,
.subnav-wrap li a:focus {
  background-color: rgba(255, 184, 24, 0.2);
}
.subnav-wrap li a.firstitem {
  padding-left: 5px;
  font-weight: 600;
}
.subnav-wrap li a.firstitem .glyphicon {
  width: 25px;
  text-align: center;
}
.subnav-wrap li.chaptertitle {
  background-color: rgba(0, 0, 0, 0.2);
  border-top: none;
}
.subnav-wrap li.chaptertitle a {
  color: #fff !important;
}
.tx-thumbnailmenu {
  display: flex;
  flex-wrap: wrap;
}
.tx-thumbnailmenu .thumbnailitem {
  height: 100%;
}
.tx-thumbnailmenu .thumbnailitem h3 {
  font-size: 16px;
}
.tx-thumbnailmenu .thumbnailitem h3 a {
  font-size: inherit;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGIVzZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzZg.ttf) format('truetype');
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?ko2l1s');
  src: url('fonts/icomoon.eot?ko2l1s#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ko2l1s') format('truetype'), url('fonts/icomoon.woff?ko2l1s') format('woff'), url('fonts/icomoon.svg?ko2l1s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
small {
  color: inherit !important;
  display: block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  padding-top: 7px;
}
.mapmarkerlink {
  max-width: 270px;
  display: block;
  color: #333;
}
.mapmarkerlink:hover {
  color: #111;
}
.label-primary {
  background-color: #ffb818;
  color: #fff;
}
#ajaxcontainer li,
.maincontents li {
  list-style: none;
  padding-left: 30px;
  padding-bottom: 5px;
}
#ajaxcontainer li:before,
.maincontents li:before {
  margin-left: -30px;
  font-family: 'Glyphicons Halflings' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e084";
  color: #ffb818;
  padding-right: 13px;
}
.maincontents .redlist li:before {
  color: #990000;
  content: "\e082";
}
.maincontents .greenlist li:before {
  color: #82a54a;
  content: "\e081";
}
.btn-action {
  padding: 5px 15px;
  background-color: #47474c;
  color: #fff;
  border-radius: 5px;
}
.btn-action:hover {
  background-color: #ffb818;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: "\e900";
}
.icon-notepad:before {
  content: "\e901";
}
.icon-configurator {
  position: relative;
  height: 84px;
}
.icon-configurator:before {
  content: "\e906";
  font-size: 64px;
  position: absolute;
  color: #ffb818;
  left: 50%;
  top: 20px;
  margin-left: -32px;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}
.icon-tellafriend:before {
  content: "\e902";
}
.icon-compare:before {
  content: "\e903";
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* entypo */
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarcontainer {
  margin: 0 auto;
  padding: 20px 50px;
  background: white;
}
#sticky-social {
  left: 0;
  position: fixed;
  top: 150px;
}
#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  font: 16px "Open Sans", sans-serif;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
#sticky-social a span {
  line-height: 35px;
  left: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
}
#sticky-social a:hover span {
  left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
  background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
  background: #00aced;
}
#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span {
  background: #dd4b39;
}
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
  background: #007bb6;
}
#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
  background: #517fa4;
}
#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span {
  background: #eb4924;
}
#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span {
  background: #cc2127;
}
#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span {
  background: #ff0084;
}
#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span {
  background: #32506d;
}
.footer-section {
  background-color: #47474c;
  padding: 40px 0;
}
.footer-section h3,
.footer-section h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-section .newsletter h3 {
  font-size: 34px;
  letter-spacing: 6px;
}
.footer-section .newsletter h3 small {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
  line-height: 2;
}
.footer-section ul {
  text-align: center;
}
.footer-section .middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer-section .row.footer.social {
  margin-bottom: 0;
}
.footer-section .address * {
  display: inline;
}
.footer-section .address .comunitaction {
  display: block;
}
.footer-section .footer-social {
  margin-bottom: 0;
  text-align: center;
}
.footer-section .footer-social a {
  display: inline-block;
  margin: -5px;
  font-size: 78px;
  color: rgba(255, 255, 255, 0.2);
}
.footer-section .footer-social a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section .footer-social p {
  margin: 10px 0 0;
}
.footer-section .footer-social .comunitaction a {
  font-size: 16px;
  color: #ffb818;
}
.meta-section .legal_menu {
  text-align: center;
}
.meta-section .legal_menu li {
  display: inline;
  margin: 5px;
}
.meta-section .row {
  margin: 0 -15px;
}
#quotebox.modal {
  top: 10%;
  transform: translate3d(0, 0, 0) !important;
  height: auto;
}
#quotebox.modal p {
  margin-bottom: 20px;
}
#quotebox.modal label {
  cursor: pointer;
}
.sm #quotebox.modal {
  top: 0%;
}
.modal {
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
  overflow-y: auto;
  /* centered columns styles */
}
.modal.in .modal-dialog,
.modal.out .modal-dialog {
  text-align: center;
  margin: 0 auto;
}
.modal .btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal h4 {
  font-size: 24px;
  text-align: center;
}
.modal.in .modal-dialog,
.modal.out .modal-dialog {
  text-align: center;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.modal .alert-success {
  border: none;
  background: none;
}
.modal .alert-success:before {
  content: "\e084";
  font-family: 'Glyphicons Halflings';
  font-size: 36px;
  display: block;
  text-align: center;
}
.modal .alert-info {
  border: none;
  background: none;
}
.modal .alert-info:before {
  content: "\e086";
  font-family: 'Glyphicons Halflings';
  font-size: 36px;
  display: block;
  text-align: center;
}
.modal .modal-footer {
  text-align: center;
}
.modal .btntext {
  line-height: 1;
  vertical-align: middle;
}
.modal legend {
  border: none;
  margin-bottom: 0;
}
.modal .row-centered {
  text-align: center;
}
.modal .col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  text-align: center;
}
.formerror {
  color: #990000;
  display: block;
}
.powermail_fieldwrap.layout3 .col-sm-9.col-sm-offset-2 {
  margin-left: 0;
  width: 100%;
}
.powermail_fieldwrap.layout3 .col-sm-9.col-sm-offset-2 input {
  float: right;
}
.powermail_fieldwrap.layout2 .control-label {
  display: none;
}
.powermail_fieldwrap.layout2 .col-sm-9 {
  width: 100%;
}
.tx-powermail .powermail_submit.btn {
  border-radius: 5px;
}
.tx-powermail .btn-group {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.tx-powermail button {
  float: inherit !important;
  border-radius: 5px;
}
.tx-powermail .powermail_tab_navigation .btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tx-powermail .powermail_tab_navigation .btn.pull-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tx-powermail button:active:focus,
.tx-powermail button:focus,
.tx-powermail button:focus-visible {
  outline: none;
  border-color: #ffb818;
}
/* The switch - the box around the slider */
.layout3 {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.layout3 .control-label {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
.layout3 .switch {
  position: relative;
  display: inline-block;
  height: 34px;
  padding-left: 80px;
}
.layout3 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.layout3 .slider {
  height: auto !important;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60px;
}
.layout3 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.layout3 input:checked + .slider {
  background-color: #ffb818;
}
.layout3 input:focus + .slider {
  box-shadow: 0 0 1px #ffb818;
}
.layout3 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.layout3 .slider {
  border-radius: 34px;
}
.layout3 .slider:before {
  border-radius: 50%;
}
.timeline {
  margin: 150px 0 75px 0;
  border-top: 1px solid #000;
  padding: 0 25px;
  text-align: center;
}
.timeline .tooltip {
  white-space: nowrap;
  font-weight: 600;
}
.month {
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  font-weight: 200;
  margin: 0 10px;
  top: -20px;
  padding: 0 10px;
}
.month.active {
  font-size: 22px;
}
.month .showtooltip {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.even .showtooltip {
  bottom: 34px;
}
.tx-events .bubble .tooltip {
  cursor: pointer;
  z-index: 0;
}
.tx-events .bubble .tooltip-inner {
  border-radius: 50%;
  padding: 6px 12px;
}
.tx-events .bubble .tooltip.bottom .tooltip-arrow {
  top: 1px;
}
.tx-events .bubble .tooltip.top .tooltip-arrow {
  bottom: 1px;
}
.fair {
  background: #fff;
  padding: 35px;
  height: 300px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.fair .title {
  color: #47474c;
  font-weight: 200;
}
.branch .fair {
  height: 320px;
}
.webinar {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  padding: 0;
}
.webinar .title {
  color: #47474c;
  font-weight: 200;
  margin-top: 25px;
}
.webinar .padding {
  padding: 0 35px;
}
.webinar .row.nomargin {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}
.webinar .row.nomargin .imagecol {
  padding: 0;
}
.webinar .row.nomargin .eventinfocol {
  padding: 30px;
}
.webinar .row.nomargin .eventimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fairmap {
  height: 320px;
  background-size: 320px 320px;
  background-position: center center;
  margin-top: -35px;
  box-shadow: inset 0 0 100px 0px rgba(0, 0, 0, 0.1);
}
.screenshot {
  position: relative;
  text-align: center;
  margin-top: 35px;
}
.screenshot .realimage {
  max-width: 300px;
  height: auto;
}
.screenshot .mask {
  background: url(img/notebook.png) center center no-repeat;
  background-size: 300px 153px;
  position: absolute;
  width: 300px;
  height: 153px;
  left: 50%;
  margin-left: -150px;
  top: 0;
  z-index: 6;
}
.row.margins {
  margin-right: -35px;
}
.row.nomargin {
  margin: 0;
}
.line {
  overflow: hidden;
  margin-bottom: 25px;
}
.datebox .row {
  overflow: hidden;
}
.datebox .date-day {
  float: left;
  margin-right: 10px;
  color: #ffb818;
  font-size: 46px;
  line-height: 1;
  vertical-align: top;
}
.datebox .date-month {
  float: left;
  color: #205f92;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
  padding-top: 5px;
  text-transform: uppercase;
}
.datebox .date-month .upto {
  padding-top: 3px;
  text-transform: none;
  color: #47474c;
}
.outdated {
  display: none;
}
.outdated .datebox .date-day,
.outdated .datebox .upto,
.outdated .datebox .date-month {
  color: #ccc;
}
.outdated .fairmap {
  opacity: 0.2;
}
.webinar .screen {
  background-repeat: no-repeat;
}
.webinar h4 {
  margin-top: 15px;
}
.webinar h4.dates {
  margin-top: 0;
}
.webinar .outdated {
  display: block;
  opacity: 0.2;
}
.headquarter {
  position: absolute;
  text-align: center;
  padding-top: 5px;
  top: 0;
  left: 30px;
  width: 30px;
  height: 25px;
  background-color: #ffb818;
  color: #fff;
}
.headquarter:after {
  content: '';
  border-style: solid;
  border-width: 5px 15px 5px 15px;
  border-color: #ffb818 #ffb818 #fff #ffb818;
  border-top-coler: #ffb818;
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.loading * {
  cursor: wait !important;
}
.backendlayout-pagets__default_clean {
  padding-top: 75px;
}
#map {
  height: 550px;
}
.slider {
  position: relative;
  height: 400px;
}
.slider .slide {
  height: 400px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center top;
  background-size: cover;
  display: none;
}
.slider .slide:first-child {
  display: block;
}
.slider .slide .slide-title {
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 5px 5px 5px 48px;
  background-color: #ffb818;
  color: #fff;
}
.news-list-view .newslistitemwrapper {
  padding: 8px 35px;
}
.news-list-view .news-list-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}
.news-list-view .newslistimage {
  display: block;
  height: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-list-view .newslistimage img {
  height: 100%;
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.news-single .blurrynewsimage {
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.news-single .blurrynewsimage .img {
  position: absolute;
  width: 110%;
  top: 0;
  left: 0;
  margin-left: -5%;
  margin-top: -15px;
  height: 430px;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  background-position: center center;
}
.news-single .blurrynewsimage .headline {
  z-index: 15;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.news-single .news-text-wrap p:first-child::first-letter {
  float: left;
  font-size: 54px;
  line-height: 48px;
  font-weight: 600;
  padding-right: 5px;
  color: #ffb818;
  margin-bottom: -1px;
}
.news-single .caption {
  padding: 10px 0;
}
.news-single .backtonewslist {
  margin-bottom: 15px;
}
.news-single .news-related {
  margin: 0 0 35px 0;
}
.news-single .img-responsive {
  margin-top: 30px;
}
.news-single .newslink {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 5px;
}
.news-single .newslink span {
  color: #47474c;
}
/*

########  ########   #######  ########  ##     ##  ######  ######## ######## #### ##    ## ########  ######## ########  
##     ## ##     ## ##     ## ##     ## ##     ## ##    ##    ##    ##        ##  ###   ## ##     ## ##       ##     ## 
##     ## ##     ## ##     ## ##     ## ##     ## ##          ##    ##        ##  ####  ## ##     ## ##       ##     ## 
########  ########  ##     ## ##     ## ##     ## ##          ##    ######    ##  ## ## ## ##     ## ######   ########  
##        ##   ##   ##     ## ##     ## ##     ## ##          ##    ##        ##  ##  #### ##     ## ##       ##   ##   
##        ##    ##  ##     ## ##     ## ##     ## ##    ##    ##    ##        ##  ##   ### ##     ## ##       ##    ##  
##        ##     ##  #######  ########   #######   ######     ##    ##       #### ##    ## ########  ######## ##     ## 
*/
/*Navi*/
.finderlink a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 5px;
  padding-left: 25px;
  background: url(img/finder_wheel.png) right center no-repeat #F39F0B;
}
#page243 a {
  background: url(img/finder_wheel.png) 155px center no-repeat #F39F0B !important;
}
.tx-rasproducts {
  overflow: hidden;
  width: 900px;
}
.productfinderitem {
  margin-bottom: 25px;
}
.productfinderitem .pair {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  font-weight: bold;
}
.productfinderitem .pair:last-child {
  border-bottom: none;
}
.productfinderitem .itemlabel {
  padding-right: 10px;
  font-weight: normal;
  float: left;
}
.productfinderitem .value.brochure a {
  text-transform: uppercase;
}
.productfinderitem .value.brochure .preview {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: none;
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 2px 5px #333;
  box-shadow: 2px 2px 5px #333;
}
.productfinderitem .value.brochure a:hover .preview {
  display: block;
  line-height: 0;
}
.productfinderitem .datasheet {
  position: absolute;
  bottom: 10px;
  width: 95%;
}
.productfinderitem h2 {
  margin-left: -10px;
  margin-top: 10px;
  background: url(img/80prozent.png) repeat;
  float: left;
  padding: 10px 10px 5px 10px;
}
.productfinderitem p {
  clear: left;
}
.productfinderitem h2 a {
  text-decoration: none;
  color: #F39F0B;
}
.productfinderitem .image {
  text-align: right;
  margin-top: -58px;
  margin-right: 15px;
}
.configurator {
  overflow: hidden;
}
.configurator input {
  display: none;
}
.optionset.foldinglength {
  background: url(img/finder/finder_biegelaenge.png) no-repeat center center;
}
.optionset.materialthicknes {
  background: url(img/finder/finder_blechdicke.png) no-repeat center center;
}
.optionset.foldingdirection {
  background: url(img/finder/finder_biegerichtung.png) no-repeat center center;
}
.optionset.foldingdirection.direction_1 {
  background: url(img/finder/finder_biegerichtung_up.png) no-repeat center center;
}
.optionset.foldingdirection.direction_3 {
  background: url(img/finder/finder_biegerichtung_updown.png) no-repeat center center;
}
.optionset.programming {
  background: url(img/finder/finder_programmierung.png) no-repeat center center;
}
.optionset.automation {
  background: url(img/finder/finder_automatisierung.png) no-repeat center center;
}
.optionset {
  width: 180px;
  padding: 10px 10px 0 10px;
  height: 180px;
  background-color: #f0f0f0 !important;
  margin: 12px;
  float: left;
  position: relative;
}
.optionset.howto {
  width: 400px;
  padding: 10px 10px 0 10px;
  height: 180px;
  background-color: #fff !important;
  margin: 10px;
  margin-right: 18px;
  float: left;
  position: relative;
}
.optionset .nouislider {
  width: 150px;
  margin: auto;
  margin-top: 130px;
}
.optionset .attributlabel {
  position: absolute;
  width: 180px;
  padding: 0 10px;
  left: 0;
  text-decoration: none;
  color: #F39F0B;
  text-align: center;
  font-size: 14px;
  font-family: 'Nobile';
}
.output {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center !important;
  font-size: 20px;
  color: #fff;
}
.english .optionset .output {
  font-size: 20px;
}
.czech .optionset .output {
  font-size: 20px;
}
.optionset .toggles {
  width: 180px;
  position: absolute;
  bottom: 10px;
}
.optionset .toggles .toggle label {
  display: block;
  cursor: pointer;
  width: 80%;
  margin: auto;
  padding: 5px;
  text-align: center;
  background: #fff;
  margin: 10px auto;
  -webkit-box-shadow: 0 0 10px #e0e0e0;
  -moz-box-shadow: 0 0 10px #e0e0e0;
  box-shadow: 0 0 10px #e0e0e0;
}
.optionset .toggles .toggle.active label {
  color: #fff;
  background: #F39F0B;
}
.howto p {
  line-height: 19px;
}
.number {
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  line-height: 42px !important;
  color: #fff;
  text-align: center;
}
/* Slider*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffb818;
  border-radius: 20px;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #fff;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -10px;
  top: -10px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-target {
  width: 70%;
  margin: auto;
  border-radius: 20px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 9px;
  top: 6px;
}
.noUi-handle:after {
  left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*END SLIDER*/
/*finder 2022*/
.finderheading-legacy span {
  display: inline-block;
  position: relative;
}
.finderheading-legacy span .counter.badge {
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  background-color: #ffb818;
  color: #fff;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: -35px;
  top: -7px;
}
.splitscreen {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#143366+7,2989d8+41,2989d8+64,0c2356+100 */
  background: #143366;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(to bottom, #143366 7%, #2989d8 41%, #2989d8 64%, #0c2356 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#143366', endColorstr='#0c2356', GradientType=0);
  /* IE6-9 */
  margin-bottom: -30px !important;
}
.splitscreen .bendingfinder-top {
  padding: 40px 0 60px 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.splitscreen .finderheading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.splitscreen .finderheading span {
  line-height: 32px;
  display: block;
  color: #fff;
}
.splitscreen .finderheading span.part_0 {
  text-transform: uppercase;
  font-size: 30.5px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.splitscreen .finderheading span.part_0 .counter.badge {
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  background-color: #ffb818;
  color: #fff;
  opacity: 1;
  font-size: 23px;
  line-height: 44px;
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
}
.splitscreen .finderheading span.part_1 {
  font-size: 25.5px;
}
.splitscreen .finderheading span.part_2 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 44px;
}
.splitscreen .finderheading span.part_2 b {
  letter-spacing: 7px;
}
.splitscreen .stepbox {
  padding-left: 0;
}
.splitscreen .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.splitscreen .step {
  font-size: 20px;
  cursor: pointer;
}
.splitscreen .step .state,
.splitscreen .step .stepheading {
  background: rgba(255, 184, 24, 0.4);
}
.splitscreen .step.current .state,
.splitscreen .step.current .stepheading {
  background: rgba(255, 184, 24, 0.7);
}
.splitscreen .step.awnsered .state,
.splitscreen .step.awnsered .stepheading {
  background: #ffb818;
}
.splitscreen .step .state {
  width: 8px;
  height: 31px;
  position: relative;
  display: inline-block;
  margin-left: -8px;
}
.splitscreen .step .state:after {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: 'FontAwesome';
  color: #fff;
  width: 100%;
  line-height: 31px;
  font-size: 16px;
}
.splitscreen .step.current .state {
  width: 28px;
  margin-left: -28px;
}
.splitscreen .step.current .state:after {
  content: '\f059';
}
.splitscreen .step.awnsered .state {
  width: 28px;
  margin-left: -28px;
}
.splitscreen .step.awnsered .state:after {
  content: '\f058';
}
.splitscreen .step .stepheading {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-top: 3px;
  padding: 0 10px;
}
.qa-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  min-height: auto;
  box-shadow: 0 40px 110px -40px rgba(0, 0, 0, 0.7);
}
.qa-box .inner {
  display: flex;
  flex-wrap: nowrap;
}
.qa-box #indicators {
  overflow: hidden;
  width: 100%;
}
.qa-box #indicators .indicator {
  display: block;
  float: left;
  height: 4px;
  width: 0;
  background-color: #ffb818;
}
.qa-box #indicators .indicator.done {
  width: calc(100% / 6);
}
.qa-box .question {
  width: 100%;
  flex: 0 0 auto;
}
.qa-box .question .headline {
  text-align: center;
  padding: 55px 0;
}
.qa-box .question .headline h3 {
  margin-bottom: 0;
}
.qa-box .question .awnsers .row {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qa-box .question .awnsers .row .awnserwrapper {
  margin-bottom: 10px;
}
.qa-box .question .awnsers .row .awnser {
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 60px -20px rgba(0, 0, 0, 0.7);
  height: 100%;
}
.qa-box .question .awnsers .row .awnser.selected {
  outline: 3px solid #ffb818;
}
.qa-box .question .awnsers .row .awnser .image {
  margin-bottom: 0;
}
.qa-box .question .awnsers .row .awnser .image img {
  max-width: 100%;
  height: auto;
}
.qa-box .question .awnsers .row .awnser .text {
  padding: 15px;
  font-weight: 700;
}
.qa-box .question .helptext {
  font-style: normal;
  padding: 30px 60px;
}
.qa-box .question .helptext button {
  background: #fff;
  outline: none;
  border: none;
}
.qa-box .question .helptext i:after {
  font-style: normal;
  content: '\f05a';
  text-align: left;
  font-family: 'FontAwesome';
  color: #ffb818;
  width: 100%;
}
.qa-box .question .helptext .btn {
  outline: none;
}
.bendingfinder-bottom .counter.badge {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 65px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.bendingfinder-bottom .howto p {
  line-height: 19px;
}
.bendingfinder-bottom .number {
  font-size: 40px;
  font-weight: 200;
  color: #fff;
}
.qa-box-wrapper #controls {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
}
.qa-box-wrapper #controls .prev {
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffb818;
}
.qa-box-wrapper #controls .prev:after {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f104';
  text-align: right;
  font-family: 'FontAwesome';
  color: #fff;
  width: 100%;
  font-size: 30px;
}
.qa-box-wrapper #controls .next {
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffb818;
}
.qa-box-wrapper #controls .next:after {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f105';
  text-align: left;
  font-family: 'FontAwesome';
  color: #fff;
  width: 100%;
  font-size: 30px;
}
.popover {
  max-width: 500px !important;
}
.fal-securedownload .imageblock {
  display: inline-block;
  width: 75px;
  min-height: 30px;
  background: url(img/noimage.png) center center no-repeat;
  background-size: 50px 50px;
}
.fal-securedownload .imageblock img {
  background-color: #fff;
  display: inline-block;
}
.fal-securedownload ul li:before {
  content: "" !important;
}
.fal-securedownload ul li span {
  color: #47474c;
  padding: 5px 0;
  display: inline-block;
}
.fal-securedownload ul li a {
  color: #47474c;
}
.fal-securedownload ul li a:hover {
  color: #ffb818;
}
.fal-securedownload ul li span.icon-folder {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 24px;
}
.fal-securedownload ul li span.icon-folder:before {
  font-family: 'Glyphicons Halflings';
  content: "\e117";
  padding-right: 10px;
  font-size: 18px;
}
.fal-securedownload ul li span.icon-folder-open {
  font-weight: 400;
  font-size: 24px;
}
.fal-securedownload ul li span.icon-folder-open:before {
  font-family: 'Glyphicons Halflings';
  content: "\e118";
  padding-right: 10px;
  color: #ffb818;
  font-size: 18px;
}
.sm .langlinkwrap {
  float: left;
  padding-left: 25px;
}
.sm .langlinkwrap .langlink {
  height: 70px;
  line-height: 70px;
}
.langlink {
  line-height: 140px;
  opacity: 0.3;
  background-size: 20px 15px !important;
  width: 30px;
  height: 140px;
  display: inline-block;
  margin: 0 !important;
}
.langlink:hover {
  opacity: 1;
}
.langlink.en {
  background: url(img/languages/gb.svg) center center no-repeat;
}
.langlink.de {
  background: url(img/languages/de.svg) center center no-repeat;
}
.active .langlink {
  opacity: 1;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: cover;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.5em;
  line-height: 1em;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(img/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(img/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(img/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(img/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(img/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(img/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(img/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(img/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(img/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(img/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(img/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(img/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(img/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(img/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(img/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(img/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(img/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(img/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(img/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(img/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(img/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(img/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(img/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(img/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(img/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(img/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(img/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(img/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(img/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(img/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(img/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(img/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(img/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(img/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(img/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(img/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(img/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(img/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(img/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(img/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(img/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(img/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(img/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(img/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(img/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(img/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(img/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(img/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(img/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(img/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(img/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(img/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(img/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(img/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(img/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(img/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(img/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(img/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(img/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(img/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(img/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(img/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(img/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(img/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(img/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(img/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(img/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(img/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(img/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(img/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(img/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(img/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(img/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(img/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(img/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(img/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(img/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(img/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(img/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(img/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(img/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(img/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(img/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(img/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(img/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(img/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(img/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(img/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(img/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(img/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(img/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(img/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(img/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(img/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(img/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(img/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(img/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(img/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(img/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(img/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(img/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(img/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(img/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(img/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(img/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(img/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(img/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(img/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(img/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(img/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(img/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(img/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(img/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(img/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(img/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(img/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(img/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(img/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(img/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(img/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(img/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(img/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(img/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(img/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(img/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(img/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(img/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(img/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(img/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(img/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(img/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(img/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(img/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(img/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(img/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(img/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(img/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(img/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(img/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(img/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(img/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(img/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(img/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(img/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(img/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(img/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(img/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(img/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(img/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(img/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(img/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(img/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(img/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(img/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(img/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(img/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(img/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(img/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(img/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(img/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(img/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(img/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(img/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(img/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(img/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(img/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(img/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(img/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(img/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(img/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(img/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(img/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(img/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(img/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(img/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(img/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(img/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(img/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(img/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(img/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(img/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(img/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(img/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(img/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(img/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(img/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(img/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(img/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(img/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(img/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(img/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(img/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(img/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(img/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(img/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(img/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(img/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(img/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(img/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(img/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(img/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(img/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(img/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(img/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(img/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(img/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(img/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(img/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(img/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(img/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(img/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(img/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(img/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(img/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(img/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(img/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(img/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(img/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(img/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(img/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(img/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(img/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(img/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(img/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(img/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(img/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(img/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(img/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(img/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(img/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(img/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(img/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(img/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(img/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(img/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(img/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(img/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(img/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(img/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(img/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(img/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(img/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(img/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(img/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(img/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(img/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(img/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(img/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(img/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(img/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(img/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(img/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(img/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(img/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(img/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(img/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(img/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(img/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(img/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(img/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(img/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(img/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(img/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(img/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(img/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(img/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(img/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(img/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(img/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(img/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(img/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(img/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(img/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(img/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(img/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(img/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(img/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(img/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(img/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(img/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(img/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(img/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(img/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(img/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(img/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(img/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(img/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(img/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(img/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(img/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(img/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(img/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(img/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(img/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(img/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(img/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(img/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(img/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(img/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(img/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(img/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(img/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(img/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(img/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(img/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(img/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(img/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(img/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(img/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(img/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(img/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(img/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(img/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(img/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(img/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(img/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(img/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(img/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(img/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(img/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(img/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(img/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(img/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(img/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(img/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(img/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(img/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(img/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(img/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(img/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(img/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(img/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(img/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(img/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(img/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(img/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(img/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(img/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(img/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(img/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(img/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(img/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(img/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(img/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(img/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(img/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(img/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(img/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(img/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(img/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(img/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(img/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(img/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(img/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(img/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(img/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(img/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(img/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(img/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(img/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(img/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(img/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(img/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(img/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(img/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(img/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(img/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(img/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(img/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(img/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(img/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(img/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(img/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(img/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(img/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(img/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(img/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(img/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(img/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(img/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(img/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(img/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(img/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(img/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(img/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(img/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(img/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(img/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(img/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(img/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(img/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(img/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(img/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(img/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(img/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(img/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(img/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(img/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(img/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(img/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(img/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(img/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(img/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(img/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(img/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(img/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(img/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(img/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(img/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(img/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(img/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(img/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(img/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(img/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(img/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(img/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(img/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(img/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(img/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(img/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(img/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(img/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(img/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(img/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(img/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(img/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(img/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(img/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(img/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(img/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(img/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(img/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(img/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(img/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(img/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(img/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(img/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(img/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(img/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(img/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(img/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(img/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(img/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(img/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(img/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(img/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(img/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(img/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(img/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(img/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(img/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(img/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(img/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(img/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(img/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(img/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(img/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(img/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(img/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(img/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(img/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(img/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(img/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(img/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(img/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(img/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(img/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(img/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(img/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(img/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(img/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(img/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(img/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(img/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(img/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(img/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(img/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(img/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(img/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(img/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(img/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(img/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(img/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(img/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(img/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(img/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(img/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(img/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(img/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(img/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(img/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(img/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(img/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(img/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(img/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(img/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(img/flags/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(img/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(img/flags/1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(img/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(img/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(img/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(img/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(img/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(img/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(img/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(img/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(img/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(img/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(img/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(img/flags/1x1/un.svg);
}
.tx-rasmachines .infosidebar .summaryblock h5 {
  display: block;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 5px 5px 0;
  margin-right: -5px;
}
.tx-rasmachines .infosidebar .summaryblock h5 .header {
  display: block;
  float: left;
  margin-top: 5px;
}
.tx-rasmachines .infosidebar .summaryblock h5 .edit {
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}
.tx-rasmachines .infosidebar .summaryblock h5 .edit:hover {
  background-color: #ffb818;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.tx-rasmachines .steps {
  text-align: center;
  margin: 60px auto;
}
.tx-rasmachines .steps .stepindicator {
  opacity: 0.3;
}
.tx-rasmachines .steps .stepindicator.active {
  opacity: 1;
}
.tx-rasmachines .steps .stepnumber {
  width: 50px;
  height: 50px;
  margin: 15px auto;
  background-color: #ffb818;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 27px;
}
.tx-rasmachines .steps .steplabel {
  font-size: 24px;
  line-height: 50px;
  color: #000;
}
.tx-rasmachines .maininterface {
  display: flex;
  flex-direction: row;
  align-items: flex-sart;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  position: relative;
  flex-wrap: nowrap;
}
.tx-rasmachines .maininterface .progressbar {
  height: 1px;
  width: 0%;
  background-color: #ffb818;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.25s ease-out;
}
.tx-rasmachines .maininterface .infosidebar {
  flex-basis: calc(100% / 3 * 1);
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.05);
  min-height: 300px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .tx-rasmachines .maininterface .infosidebar {
    flex-basis: 100%;
  }
}
.tx-rasmachines .maininterface .infosidebar .machineteaserimage {
  margin: 50px auto;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator {
  background: none;
  box-shadow: none;
  border: none;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator .panel-body {
  border-top: none;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator a:focus,
.tx-rasmachines .maininterface .infosidebar .panel-configurator a:hover {
  text-decoration: none;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator h4 {
  font-size: 24px;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator h4.inline {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator a .indicator {
  width: 23px;
  height: 23px;
  background-color: #ffb818;
  position: relative;
  float: right;
  border-radius: 2px;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator a .indicator::before {
  font-size: 18px;
  position: absolute;
  content: '-';
  color: #fff;
  width: 100%;
  text-align: center;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator a.collapsed .indicator::before {
  content: '+';
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator .table-responsive {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator .table-responsive th,
.tx-rasmachines .maininterface .infosidebar .panel-configurator .table-responsive td {
  padding: 4px 8px;
  border-top: none;
}
.tx-rasmachines .maininterface .infosidebar .panel-configurator .table-responsive th .fieldcontent {
  display: block;
  padding-left: 22px;
}
.tx-rasmachines .maininterface .inputwindow {
  flex-basis: calc(100% / 3 * 2);
  flex-grow: 2;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.tx-rasmachines .maininterface .inputwindow .step {
  display: none;
  margin-bottom: 85px;
}
.tx-rasmachines .maininterface .inputwindow .step.active {
  display: block;
}
.tx-rasmachines .maininterface .inputwindow .step h3.stepheader {
  margin-top: 50px;
  font-size: 24px;
}
.tx-rasmachines .maininterface .inputwindow .step h3.stepheader.error {
  color: red;
}
.tx-rasmachines .maininterface .inputwindow .step .question.error {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.tx-rasmachines .maininterface .inputwindow .step .question.error .questionheader h3 {
  color: red;
}
.tx-rasmachines .maininterface .inputwindow .step .questionheader h3 {
  margin-top: 50px;
  font-size: 24px;
}
.tx-rasmachines .maininterface .inputwindow .step .answer {
  margin: 15px 0;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card {
  outline: 3px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card .image {
  margin-bottom: 0;
  height: 105px;
  background-size: cover;
  background-position: center center;
  transition: height 0.25s linear;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card .userinput {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card .userinput input {
  display: block;
  flex-basis: 80%;
  border: none;
  border-bottom: 1px dashed #ccc;
  outline: none !important;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card .title {
  padding: 7px 0;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .card.selected {
  outline: 3px solid #ffb818;
}
.tx-rasmachines .maininterface .inputwindow .step .optionwrap.collapseable .answer .card .image {
  height: 50px;
  transition: height 0.25s linear 0.1s;
}
.tx-rasmachines .maininterface .inputwindow .step .optionwrap:hover .answer .card .image {
  height: 105px;
  transition: height 0.25s linear 0.1s;
}
.tx-rasmachines .maininterface .inputwindow .step .optionwrap.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}
.tx-rasmachines .maininterface .inputwindow .step .optionwrap.flex.flex-left {
  justify-content: left;
}
.tx-rasmachines .maininterface .inputwindow .step .answer h4.answertitle {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.tx-rasmachines .maininterface .inputwindow .step .answer h4.answertitle small {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
}
.tx-rasmachines .maininterface .inputwindow .step .answer hr {
  margin: 5px 0;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex {
  display: flex;
  height: 100%;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .sidebarimage {
  flex-basis: calc(100% / 3 * 1);
  background-size: cover;
  background-position: center center;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions {
  flex-basis: calc(100% / 3 * 2);
  min-height: 150px;
  text-align: left;
  padding: 15px;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions input {
  margin-right: 10px;
  vertical-align: top;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions label {
  display: block;
  cursor: pointer;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions label:hover {
  text-decoration: underline;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions .columns {
  overflow: hidden;
}
.tx-rasmachines .maininterface .inputwindow .step .answer .splitcard .row.flex .answeroptions .columns label {
  width: 50%;
  float: left;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration .table-responsive,
.tx-rasmachines .maininterface .inputwindow #Configuration .table-responsive {
  margin-top: 25px;
  padding: 0px 30px 0 30px;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration .table-striped > tbody > tr:nth-of-type(odd),
.tx-rasmachines .maininterface .inputwindow #Configuration .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF !important;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration .table-striped > tbody > tr:nth-of-type(even),
.tx-rasmachines .maininterface .inputwindow #Configuration .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F6F6F6;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration table td,
.tx-rasmachines .maininterface .inputwindow #Configuration table td,
.tx-rasmachines .maininterface .inputwindow #Konfiguration table th,
.tx-rasmachines .maininterface .inputwindow #Configuration table th {
  border-top: none;
  padding: 5px;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration table th .fieldcontent,
.tx-rasmachines .maininterface .inputwindow #Configuration table th .fieldcontent {
  white-space: nowrap;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration table .glyphicon.glyphicon-ok-sign,
.tx-rasmachines .maininterface .inputwindow #Configuration table .glyphicon.glyphicon-ok-sign {
  color: #ffb818;
  top: 4px;
}
.tx-rasmachines .maininterface .inputwindow #Konfiguration table .colheader,
.tx-rasmachines .maininterface .inputwindow #Configuration table .colheader {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
}
.tx-rasmachines .maininterface .inputwindow #customerdata {
  padding: 30px 50px 0 30px;
}
.tx-rasmachines .maininterface .inputwindow .next {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#customerdata input[type="checkbox"] {
  display: none;
}
#customerdata input[type="checkbox"] + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 0px;
}
#customerdata input[type="checkbox"].f3-form-error + label {
  border: 2px solid #f00;
}
#customerdata input[type="checkbox"] + label:hover {
  cursor: pointer;
}
#customerdata input[type="checkbox"] + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-top: -2px;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
#customerdata input[type="checkbox"]:checked + label {
  background-color: #ffb818;
}
#customerdata input[type="checkbox"].f3-form-error:checked + label {
  background-color: #ffb818;
  border: 2px solid #ddd;
}
#customerdata input[type="checkbox"]:checked + label::before {
  margin: -2px 0 0 30px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
#breakingnewscontainer {
  background-color: #ffb818;
  color: #fff;
  width: 100%;
  padding: 13px;
  height: 50px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  overflow: hidden;
}
#breakingnewscontainer .pre {
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
}
#breakingnewscontainer p {
  display: block;
  position: absolute;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 700;
}
.breakingnewsspacer {
  height: 50px;
}
.lg .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}
.lg .flex-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
.lg .flex-inner {
  align-items: center;
  display: flex;
}
.bluescreen.theatre {
  position: relative;
  width: 100%;
  background: none;
}
.bluescreen.theatre h1 {
  color: #000;
  font-size: 41px;
  line-height: 1;
  font-weight: 300;
}
#yttheatre {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: none;
}
.bluescreen.theatre.active {
  position: relative;
  width: 100%;
  height: calc(100vw * 9/16);
  max-height: 50vh;
  background: none;
}
.bluescreen.theatre.active #yttheatre {
  display: block;
}
.bluescreen.theatre.active .tutorialinfo {
  opacity: 0;
}
.sm #yttheatre {
  position: fixed;
  width: 100%;
  height: calc(100vw * 9/16);
  left: 0;
  top: 70px;
  bottom: unset;
  display: none;
  z-index: 99;
}
.stickymode #yttheatre {
  position: fixed;
  width: 614px;
  height: 350px;
  top: unset;
  left: unset;
  bottom: 25px;
  right: 25px;
  border: 5px solid #fff;
  z-index: 99;
  box-shadow: 2px 22px 30px -20px #000;
}
.tx_yttheatre .tutorialwrapper {
  margin-bottom: 30px;
}
.tx_yttheatre .tutorial {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}
.tx_yttheatre .tutorial a {
  color: #ffb818;
  font-size: 22px;
}
.tx_yttheatre .tutorial .teaserimage {
  overflow: hidden;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
.tx_yttheatre .tutorial .teaserimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
}
.tx_yttheatre .tutorial.sheduled .teaserimage {
  cursor: not-allowed;
}
.tx_yttheatre .tutorial.sheduled .teaserimage img {
  opacity: 0.3;
}
.tx_yttheatre .tutorial .upcoming {
  width: 80%;
  background-color: #ffb818;
  padding: 5px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  border-radius: 5px;
}
.tx_yttheatre .tutorial .playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 48px;
}
.tx_yttheatre .tutorial .playbutton:before {
  content: "\e029";
}
.tx_yttheatre .tutorial.active .teaserimage img {
  opacity: 1	;
}
.tx_yttheatre .tutorial.active .playbutton {
  z-index: 10;
  left: 25px;
  top: 25px;
  font-size: 26px;
  text-shadow: 1px 1px 4px #000;
}
.tx_yttheatre .tutorial.active .playbutton:before {
  content: "\e073";
}
.tx_yttheatre .tutorial:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.tx_yttheatre .tutorial:hover img {
  transform: scale(1);
}
.tx_yttheatre .tutorial h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
}
.tx_yttheatre .tutorial .tutorialinfo {
  padding: 10px;
  width: 100%;
  min-height: 90px;
  align-items: center;
  display: flex;
}
.tx_yttheatre .tutorial .description {
  font-size: 14px;
  padding: 0 25px 25px;
  text-align: justify;
  hyphens: auto;
  display: none;
}
.tx_yttheatre .nav.ajaxcontent {
  clear: left;
}
.tx_yttheatre .ajaxcontent a {
  cursor: pointer;
}
.tx-thumbnailmenu .thumbnailmenuwrapper {
  margin-bottom: 30px;
}
.tx-thumbnailmenu .thumbnailitem {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.tx-thumbnailmenu .thumbnailitem a {
  color: #205f92;
  font-size: 22px;
}
.tx-thumbnailmenu .thumbnailitem .teaserimage {
  overflow: hidden;
}
.tx-thumbnailmenu .thumbnailitem .teaserimage img {
  width: 100%;
  height: auto;
  display: block;
}
.tx-thumbnailmenu .thumbnailitem h3 {
  margin: 0;
}
.tx-thumbnailmenu .thumbnailitem .thumbnailiteminfo {
  padding: 10px;
}
.tx-thumbnailmenu .nav.ajaxcontent {
  clear: left;
}
.tx-thumbnailmenu .ajaxcontent a {
  cursor: pointer;
}
.extbase-debugger-floating {
  z-index: 99999 !important;
}
/*# sourceMappingURL=ras.min.css.map */