/* aus code.less */
#dsgvo-notification {
  position: fixed;
  display: none;
  z-index: 5000;
  background: #243166;
  color: #C7C7C7;
  width: 100%;
  text-align: center;
  padding: 15px;
}
#dsgvo-notification.dsgvo-top {
  top: 0;
  border-bottom: 1px solid #fff;
}
#dsgvo-notification.dsgvo-bottom {
  bottom: 0;
  border-top: 1px solid #243166;
  background: #fff;
  color: #454545;
}
#dsgvo-notification span {
  display: inline-block;
  padding: 0;
}
#dsgvo-notification a {
  margin: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #dsgvo-notification a {
    margin: 15px 0 0 0;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
#dsgvo-notification a:focus {
  outline: 0;
  text-decoration: none;
}
#dsgvo-notification span.hideDetails {
  display: none;
}
#dsgvo-modal,
#dsgvo-modal-overlay {
  display: none;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
}
#dsgvo-modal {
  background: transparent;
}
#dsgvo-modal #dsgvo-modal-wrapper {
  background: #fff;
  width: 600px;
  max-width: 90%;
  max-height: 90%;
  margin: 30px auto 10px auto;
  padding: 25px 15px 5px !important;
  text-align: left !important;
  position: relative !important;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 3px;
  box-shadow: 0px 0px 30px #000;
  -moz-box-shadow: 0px 0px 30px #000;
  -webkit-box-shadow: 0px 0px 30px #000;
}
#dsgvo-modal .dsgvo-subtitle {
  margin-bottom: 15px;
}
#dsgvo-modal #dsgvo-modal-closebutton a,
#dsgvo-modal #dsgvo-info-closebutton {
  background-size: 100%;
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  background-position: 0 0;
  font-size: 24px;
  color: #243166;
  cursor: pointer;
}
#dsgvo-modal .dsgvo-modal-infobutton {
  text-align: center;
  margin-bottom: 15px;
}
#dsgvo-modal .dsgvo-modal-infobutton a {
  border: 1px solid #243166;
  border-radius: 3px;
  color: #243166;
  line-height: calc(2em - 2px);
  display: inline-block;
  padding: 0 1.5em 0 1.5em;
}
#dsgvo-modal .dsgvo-modal-savebutton {
  text-align: center;
  margin-bottom: 15px;
}
#dsgvo-modal .dsgvo-modal-savebutton a {
  padding: 0 1.5em 0 1.5em;
}
#dsgvo-modal .dsgvo-style1 #dsgvo-modal-showbutton {
  display: none;
}
#dsgvo-modal .dsgvo-style2 #dsgvo-modal-savebutton {
  display: none;
}
#dsgvo-modal .dsgvo-style2 #dsgvo-check_wrap {
  display: none;
}
#dsgvo-modal .dsgvo-content ul {
  display: table;
  padding: 0;
}
#dsgvo-modal .dsgvo-content ul li {
  display: table-row;
  clear: both;
  list-style: none;
  position: relative;
}
#dsgvo-modal .dsgvo-content ul li > * {
  display: table-cell;
}
#dsgvo-modal .dsgvo-content ul li input {
  padding: 0 15px 15px 0;
}
#dsgvo-modal .dsgvo-content ul li label {
  font-weight: normal;
  padding: 0 0 15px 0;
}
#dsgvo-modal .dsgvo-content ul li label strong {
  display: block;
  font-size: 100%;
  color: #243166;
}
#dsgvo-modal .dsgvo-content ul li .dsgvo-description {
  display: none;
  padding: 5px 0 10px 0;
}
#dsgvo-modal .dsgvo-content ul li a.read-more,
#dsgvo-modal .dsgvo-content ul li a.read-less {
  font-weight: bold;
  color: #243166;
  font-family: Arial;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 0.1em;
  cursor: pointer;
}
#dsgvo-modal .dsgvo-content ul li a.read-more:hover,
#dsgvo-modal .dsgvo-content ul li a.read-less:hover,
#dsgvo-modal .dsgvo-content ul li a.read-more:active,
#dsgvo-modal .dsgvo-content ul li a.read-less:active,
#dsgvo-modal .dsgvo-content ul li a.read-more:focus,
#dsgvo-modal .dsgvo-content ul li a.read-less:focus {
  text-decoration: none;
}
#dsgvo-modal .dsgvo-content ul li a.read-less {
  font-size: 150%;
  padding-left: 10px;
}
#dsgvo-modal .dsgvo-content ul li .dsgvo_more {
  margin-top: 0.5em;
  display: none;
}
#dsgvo-modal .dsgvo-content ul li .dsgvo_more.active {
  display: inline-block;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs {
  width: 90px;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button {
  width: 40px;
  border: none;
  border: 1px solid #243166;
  border-radius: 3px;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button.btn-danger {
  background: #243166;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button:focus {
  outline: 0;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button:first-child {
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button:last-child {
  border-radius: 0 3px 3px 0;
  border-left-width: 0;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button.btn[disabled] {
  opacity: 1;
}
#dsgvo-modal .dsgvo-content ul li div.btn-group-xs button.btn[disabled].btn-default {
  color: #aaa;
  background: #aaa;
}
@media (max-width: 767px) {
  #dsgvo-modal .dsgvo-content ul {
    display: block;
  }
  #dsgvo-modal .dsgvo-content ul li > * {
    display: inline-block;
  }
  #dsgvo-modal .dsgvo-content ul li label {
    padding: 0;
  }
  #dsgvo-modal .dsgvo-content ul li label p {
    display: none;
  }
  #dsgvo-modal .dsgvo-content ul li .dsgvo-description {
    display: block;
  }
}
/* Schreiber */
#dsgvo-modal-overlay {
  background: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#dsgvo_flyout {
  top: 343px;
  background: #243166;
  cursor: pointer;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 999;
  box-shadow: -1px 1px 1px 1px rgba(222, 222, 222, 0.5);
}
#dsgvo_flyout .flyout_icon_open {
  background: url("/typo3conf/ext/code_dsgvo/Resources/Public/Icons/dsgvo.jpg") 0 0 no-repeat;
  background-size: auto 300% !important;
}
#dsgvo_flyout .flyout_icon_open:hover {
  background-position: 0 50%;
}
@media (max-width: 991px) {
  #dsgvo_flyout {
    top: 250px;
  }
}
@media (max-width: 767px) {
  #dsgvo_flyout {
    top: 210px;
  }
}
.image_off {
  height: 40px;
  line-height: 40px;
  color: red;
  background: url("/typo3conf/ext/code_dsgvo/Resources/Public/Icons/dsgvo.jpg") 0 -80px no-repeat;
  background-size: auto 300%;
  padding-left: 50px;
  cursor: pointer;
}
.image_off .text_off span span {
  text-decoration: underline;
}
